@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Mono JP";
  font-style: normal;
  font-weight: 400;
  src: url(/tokyo2020-common/fonts/NotoSansMonoCJKjp-Regular.woff) format("woff");
}

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes hoverFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

@keyframes hoverFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

.craft-challengereport main {
  margin: 0 auto;
  background: #3399cc;
  text-align: center;
}

.wrap {
  width: 800px;
  margin: auto;
}

.detail .wrap {
  width: 858px;
  margin: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.title_wrap .title {
  margin: 1.6rem 0;
}

.title_wrap:after, .title_wrap:before {
  background-color: #fff;
  /* 線色 */
  border-radius: 2.5px;
  /* 線幅の半分 */
  content: "";
  display: block;
  height: 5px;
  /* 線幅 */
}

.decoration_m {
  position: relative;
}

.decoration_m:before {
  -webkit-animation: vertical 1s ease-in-out infinite alternate;
          animation: vertical 1s ease-in-out infinite alternate;
  content: "";
  display: inline-block;
}

.decoration_m:before {
  position: absolute;
  top: 0;
  left: -15rem;
  width: 160px;
  height: 243px;
  background: url(/tokyo2020-common/images/craft-challengereport/pict.png) center center no-repeat;
  background-size: contain;
}

.decoration_m2 {
  position: relative;
}

.decoration_m2:before, .decoration_m2:after {
  content: "";
  display: inline-block;
}

.decoration_m2:before {
  -webkit-animation: vertical 1s ease-in-out infinite alternate;
          animation: vertical 1s ease-in-out infinite alternate;
  position: absolute;
  top: -3rem;
  left: -10rem;
  width: 82px;
  height: 119px;
  background: url(/tokyo2020-common/images/craft-challengereport/milk_2.png) center center no-repeat;
  background-size: contain;
}

.decoration_m2:after {
  position: absolute;
  top: -4rem;
  right: -17rem;
  width: 150px;
  height: 133px;
  background: url(/tokyo2020-common/images/craft-challengereport/hukidasi_2.png) center center no-repeat;
  background-size: contain;
}

#top {
  min-height: 572px;
  padding-top: 11rem;
  padding-bottom: 0;
}

#top .top_logo_wrap {
  width: 480px;
  margin: auto;
  background: url(/tokyo2020-common/images/craft-challengereport/map.png) center center no-repeat;
  background-size: 258px;
  background-position: center 60%;
}

#top .top_logo_wrap img {
  width: 100%;
}

#top .top_logo_wrap .logo {
  width: 347px;
}

#top .top_logo_wrap .copy {
  width: 450px;
  margin-top: 1rem;
}

#top .top_logo_wrap .tour {
  width: 415px;
  margin-top: 1rem;
}

#top .top_logo_wrap .h_text {
  position: absolute;
  top: -1rem;
  right: -16rem;
}

#top .top_logo_wrap .h_text .h_1 {
  width: 170px;
  -webkit-animation: vertical 1s ease-in-out infinite alternate;
          animation: vertical 1s ease-in-out infinite alternate;
}

#top .top_logo_wrap .h_text .text_top {
  position: absolute;
  width: 130px;
  right: -9rem;
  top: -7rem;
}

#top .top_logo_wrap .sns {
  width: 100%;
  margin-top: 4rem;
}

#top .top_logo_wrap .sns a {
  width: 42px;
  display: inline-block;
}

#top .top_logo_wrap .sns img {
  width: 100%;
}

#top .top_logo_wrap .counter {
  position: relative;
}

#top .top_logo_wrap .counter .star {
  position: absolute;
  width: 60px !important;
  height: 46px;
  opacity: 0;
}

#top .top_logo_wrap .counter .star.star_1 {
  right: 2.5rem;
  top: -3rem;
}

#top .top_logo_wrap .counter .star.star_2 {
  left: 3rem;
}

#top .top_logo_wrap .counter .counter_wrap {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
}

#top .top_logo_wrap .counter .counter_wrap #odo {
  margin-top: 1rem;
  font-size: 3rem;
  background-color: #fff;
  padding: 3px;
}

#top .top_logo_wrap .counter .counter_wrap #odo .odometer-formatting-mark {
  opacity: 0;
}

#top .top_logo_wrap .counter .counter_wrap > div {
  text-align: center;
}

#top .top_logo_wrap .counter .counter_wrap > div > img.text {
  width: 220px;
  display: block;
  margin: auto;
}

#top .top_logo_wrap .counter .counter_wrap > img:nth-child(1) {
  width: 62px;
  margin-top: 2rem;
  margin-left: 1rem;
}

#top .top_logo_wrap .counter .counter_wrap > img:nth-child(3) {
  width: 86px;
  margin-top: 2rem;
}

#top .image_2_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#top .image_2 {
  width: 167px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#bnr {
  padding: 40px 0;
  background: #fff;
}

#bnr a {
  margin: 0 auto;
  display: block;
  width: 800px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#bnr img {
  width: 100%;
}

#map {
  height: 810px;
  background-color: #bfe5ff;
  padding-top: 3rem;
  padding-bottom: 0;
}

#map > .wrap {
  opacity: 0;
}

#map .wrap {
  position: relative;
  height: 100%;
}

#map .circle {
  position: absolute;
  left: 6rem;
  top: 5rem;
  width: 290px;
  opacity: 0;
}

#map .map_l {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 755px;
}

#map .h_4 {
  width: 260px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#map .hukidasi {
  width: 302px;
  position: absolute;
  bottom: 6rem;
  right: -4rem;
}

#map .hukidasi > div {
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  font-family: "Noto Sans Mono JP" !important;
}

#map .hukidasi img {
  width: 100%;
}

#list {
  background-color: #fff;
  height: 323px;
}

#list .wrap {
  width: 1100px;
}

#list .row {
  position: relative;
}

#list .row > div {
  opacity: 0;
  width: 175px;
}

#list .row > div img {
  width: 100%;
}

#list .h_5 {
  position: absolute;
  left: -13px;
  top: -7px;
  width: 154px;
}

#list .milk {
  top: 10px;
  position: absolute;
  right: 24px;
  width: 94px;
}

#voice {
  background-color: #3399cc;
  padding: 10rem;
  padding-bottom: 0;
}

#voice p {
  font-family: "Noto Sans Mono JP" !important;
}

#voice .image_wrap {
  position: relative;
}

#voice .h_6 {
  width: 429px;
  margin: 9.5rem 5rem 0 0;
}

#voice .text_4 {
  width: 180px;
  opacity: 0;
  top: 9rem;
  left: 12rem;
  position: absolute;
}

#voice .decoration_m2 {
  width: 271px;
  margin: auto;
}

#voice .title_wrap {
  margin: auto;
}

#voice .title_wrap .title {
  width: 144px;
}

#voice .voices {
  margin-top: 7rem;
  color: #3399cc;
  font-weight: bold;
}

#voice .voices .row {
  width: 657px;
  margin: auto;
  margin-top: 4rem;
  position: relative;
}

#voice .voices .row:nth-child(2) {
  z-index: 2;
}

#voice .voices .row:nth-child(3) {
  z-index: 3;
}

#voice .voices .row .voice {
  width: 266px;
  height: 141px;
  padding: 2rem 1rem;
  opacity: 0;
}

#voice .voices .row .voice:nth-child(odd) {
  margin-bottom: 30px;
  background: url(/tokyo2020-common/images/craft-challengereport/hukidasi_w.png) center center no-repeat;
  background-size: contain;
}

#voice .voices .row .voice:nth-child(even) {
  background: url(/tokyo2020-common/images/craft-challengereport/hukidasi_b.png) center center no-repeat;
  background-size: contain;
  margin: 0 -7rem 0 -8rem;
  position: relative;
  top: 8rem;
  z-index: 1;
}

#voice .voices .row .voice .name {
  line-height: 1.8rem;
}

#voice .voices .row .voice .name p:nth-child(1) {
  font-size: 1.1rem;
}

#voice .voices .row .voice .name p:nth-child(2) {
  font-size: 1.5rem;
}

#voice .voices .row .voice .content {
  margin-top: 0.8rem;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-train-station .odometer-digit {
  background-color: #bfe5ff;
  background-image: unset;
  color: #000;
  font-family: "Noto Sans Mono JP";
  font-weight: bold;
}

.bg3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(5%, rgba(51, 153, 153, 0.5))), -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(5%, rgba(51, 153, 153, 0.5)));
  background-image: -o-linear-gradient(transparent 95%, rgba(51, 153, 153, 0.5) 5%), -o-linear-gradient(left, transparent 95%, rgba(51, 153, 153, 0.5) 5%);
  background-image: linear-gradient(transparent 95%, rgba(51, 153, 153, 0.5) 5%), linear-gradient(90deg, transparent 95%, rgba(51, 153, 153, 0.5) 5%);
  background-size: 13px 13px;
  background-repeat: repeat;
}

.go_top {
  position: fixed;
  bottom: 9.5rem;
  right: 3.5rem;
  width: 33px;
  z-index: 100;
}

.go_top img {
  width: 100%;
}

_:-ms-lang(x),
.odometer.odometer-auto-theme .odometer-digit {
  background-color: #bfe5ff;
  background-image: none;
  color: #000;
  font-family: "Noto Sans Mono JP";
  font-weight: bold;
}

_:-ms-lang(x),
.join .list.active > :nth-child(n + 3).row .kindergarten .prefecture,
_:-ms-lang(x),
.join .list.active > :nth-child(n + 3).row .kindergarten .kindergarten_name,
_:-ms-lang(x),
.join .list.active > :nth-child(n + 3).row .kindergarten .info {
  margin: 0;
  line-height: normal;
}
