@charset "UTF-8";
/**/
@media (max-width: 767.9px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}

#page.home {
  background-color: #50d7e1;
  overflow: hidden;
}

#header {
  position: absolute;
  z-index: 5;
}
@media (max-width: 767.9px) {
  #header {
    position: relative;
  }
}
#header::after {
  display: none;
}
#header.home {
  width: 100%;
  height: 95px;
  min-width: 990px;
}
@media (max-width: 767.9px) {
  #header.home {
    min-width: inherit;
    height: 70px;
  }
}
#header .wrapper {
  width: 100%;
  height: 100%;
}
#header .btn_nttdk_top {
  position: absolute;
  top: 28px;
  left: 28px;
  display: block;
}
@media (max-width: 767.9px) {
  #header .btn_nttdk_top {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 9px 18px;
  }
}
#header .btn_nttdk_top img {
  display: block;
}
@media (max-width: 767.9px) {
  #header .btn_nttdk_top img {
    width: 200px;
  }
}
#header .ntt-logo {
  position: absolute;
  top: 14px;
  right: 10px;
}
#header .ntt-logo img {
  width: 150px;
}

#main {
  background: none;
  padding-top: 0;
}
@media (max-width: 767.9px) {
  #main {
    background: #50d7e1 !important;
  }
}

.nav {
  position: absolute;
  right: 45px;
  top: 120px;
  background: #fff;
  width: 75px;
  height: 300px;
  border-radius: 45px;
  overflow: hidden;
  z-index: 3;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767.9px) {
  .nav {
    background: none;
    top: 24.6666666667vw;
    right: 3.0666666667vw;
    width: 30.4vw;
    height: auto;
    border-radius: 0;
    box-shadow: none;
  }
}
.nav nav {
  padding: 30px 0 0;
}
@media (max-width: 767.9px) {
  .nav nav {
    width: 100%;
    padding: 0;
  }
}
.navList {
  margin: auto;
}
@media (max-width: 767.9px) {
  .navList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.navList__item {
  margin-bottom: 15px;
}
@media (max-width: 767.9px) {
  .navList__item {
    width: 14vw;
  }
}
.navList__item:last-child {
  margin-bottom: 0;
}
.nav a {
  display: block;
  margin: auto;
  width: 60px;
}
@media (max-width: 767.9px) {
  .nav a {
    width: 100%;
  }
}
.nav a img {
  display: block;
}
.nav.--fixed {
  position: fixed;
}

.btn_mode {
  position: absolute;
  left: 45px;
  top: 600px;
  width: 180px;
  height: 180px;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
  animation: bounce-slow 2s ease-in-out infinite;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
}
@media (max-width: 767.9px) {
  .btn_mode {
    top: 129.3333333333vw;
    left: 3.0666666667vw;
    width: 28vw;
    height: 28vw;
    filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.1));
  }
}
.btn_mode.--active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transition: opacity 1s;
}
.btn_mode.--map {
  background: url(../images/home/btn_map.svg) top left/contain no-repeat;
}
.btn_mode.--slider {
  background: url(../images/home/btn_slide.svg) top left/contain no-repeat;
}

.kv {
  position: relative;
  width: 100%;
  height: 740px;
  padding: 0;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .kv {
    background: #50d7e1;
    height: 114vw;
    padding: 15px 0;
    box-sizing: content-box;
  }
}
.kv .btn_bottom {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 180px;
  transform: translate(-50%, 0);
  z-index: 3;
}
@media (max-width: 767.9px) {
  .kv .btn_bottom {
    display: none;
  }
}
.kv .cloud01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 265px;
  height: 95px;
  background: url(/images/home/bg_logo_cloud.svg) top right/contain no-repeat;
}
@media (max-width: 767.9px) {
  .kv .cloud01 {
    display: none;
  }
}
.kv .cloud02 {
  display: block;
  position: absolute;
  bottom: -170px;
  left: 50%;
  width: 100%;
  min-width: 1280px;
  height: 540px;
  transform: translate(-50%, 0);
  background: url(/images/home/img_cloud.svg) bottom center/1280px auto repeat-x;
  pointer-events: none;
}
@media (max-width: 767.9px) {
  .kv .cloud02 {
    min-width: inherit;
    bottom: -19.4666666667vw;
    height: 84.2666666667vw;
    background: url(/images/home/img_cloud_sp.svg) bottom center/100% auto no-repeat;
  }
}
.kv .kamome01 {
  display: block;
  position: absolute;
  top: 130px;
  left: 50%;
  width: 210px;
  height: 70px;
  margin-left: 309px;
  background: url(/images/home/img_kamome.svg) bottom center/contain no-repeat;
}
@media (max-width: 767.9px) {
  .kv .kamome01 {
    top: 38.6666666667vw;
    left: auto;
    right: 2vw;
    margin-top: 15px;
    width: 23.3333333333vw;
    height: 7.6vw;
    margin-left: 0;
  }
}
.kv .kamome02 {
  display: block;
  position: absolute;
  top: 578px;
  left: 50%;
  width: 150px;
  height: 50px;
  margin-left: 369px;
  background: url(/images/home/img_kamome.svg) bottom center/contain no-repeat;
}
@media (max-width: 767.9px) {
  .kv .kamome02 {
    top: 102.2666666667vw;
    left: auto;
    right: 2.6666666667vw;
    margin-top: 15px;
    width: 23.3333333333vw;
    height: 7.6vw;
    margin-left: 0;
  }
}
.kv .kujira {
  display: block;
  position: absolute;
  top: 170px;
  left: 50%;
  width: 90px;
  height: 60px;
  margin-left: 369px;
  background: url(/images/home/img_kujira.svg) bottom center/contain no-repeat;
}
@media (max-width: 767.9px) {
  .kv .kujira {
    margin-top: 15px;
    top: 34.9333333333vw;
    width: 14vw;
    height: 9.6vw;
    margin-left: 6vw;
  }
}
.kv .fune {
  display: block;
  position: absolute;
  top: 624px;
  left: 50%;
  width: 90px;
  height: 33px;
  margin-left: -402px;
  background: url(/images/home/img_fune.svg) bottom center/contain no-repeat;
}
@media (max-width: 767.9px) {
  .kv .fune {
    top: 46.6666666667vw;
    left: 4.2666666667vw;
    width: 14vw;
    height: 13.0666666667vw;
    margin-left: 0;
  }
}
.kv .sea {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(/images/home/img_sea.svg) top center/1280px auto repeat-x;
}
@media (max-width: 767.9px) {
  .kv .sea {
    top: 5.3333333333vw;
    background: url(/images/home/img_sea_sp.svg) top 20px center/100% auto no-repeat;
  }
}
.kv .copy_egg {
  position: absolute;
  top: 64px;
  left: 50%;
  width: 254px;
  height: auto;
  transform: translate(-540px, 0);
  z-index: 1;
}
@media (max-width: 767.9px) {
  .kv .copy_egg {
    top: 15px;
    left: 10.6666666667vw;
    width: 42.9333333333vw;
    height: 53.7333333333vw;
    transform: translate(0, 0);
    margin-top: 2%;
  }
}
.kv_title {
  position: absolute;
  top: 50px;
  left: 50%;
  display: block;
  width: 617px;
  margin: 0 auto;
  z-index: 3;
  transform: translate(-50%, 0);
}
@media (max-width: 767.9px) {
  .kv_title {
    display: none;
  }
}
.kv-mode {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.kv-mode__slider {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1s, top 1s;
}
.kv-mode__slider.--active {
  visibility: visible;
  top: 0;
  opacity: 1;
  pointer-events: all;
}
.kv-mode__slider .swiper {
  position: relative;
  width: 100%;
  padding-top: 15px;
  height: 446px;
  margin-top: 235px;
}
@media (max-width: 767.9px) {
  .kv-mode__slider .swiper {
    margin-top: 50.5333333333vw;
    height: 65.3333333333vw;
  }
}
.kv-mode__slider .swiper-wrapper {
  padding-top: 10px;
  /* margin-top: calc((730px - 270px) / 2);*/
}
.kv-mode__slider .swiper-slide {
  top: 0;
  width: 480px;
  height: 270px;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s;
  opacity: 1 !important;
  background: #fff;
  filter: drop-shadow(0 0 8px rgba(0, 95, 135, 0.8));
}
@media (max-width: 767.9px) {
  .kv-mode__slider .swiper-slide {
    width: 74.9333333333vw;
    height: 42.1333333333vw;
  }
}
.kv-mode__slider .swiper-slide:hover img.text {
  opacity: 1;
}
.kv-mode__slider .swiper-slide-active {
  scale: 1;
}
.kv-mode__slider .swiper-slide-prev {
  opacity: 1;
}
.kv-mode__slider .swiper-slide-prev2 {
  opacity: 0.5 !important;
  transition: 0.5s;
}
.kv-mode__slider .swiper-slide-next {
  opacity: 1;
}
.kv-mode__slider .swiper-slide-next2 {
  opacity: 0.5 !important;
  transition: 0.8s;
}
.kv-mode__slider .swiper-slide .text {
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
}
.kv-mode__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv-mode__slider .swiper-pagination {
  display: block;
  position: absolute;
  bottom: 110px !important;
  left: 50% !important;
  width: 480px;
  height: 10px;
  margin: auto;
  transform: translate(-50%, 0);
  line-height: 0;
}
@media (max-width: 767.9px) {
  .kv-mode__slider .swiper-pagination {
    bottom: 10.6666666667vw !important;
  }
}
.kv-mode__slider .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  background-color: #6f6f6f;
  border-radius: 5px;
}
@media (max-width: 767.9px) {
  .kv-mode__slider .swiper-pagination-bullet {
    width: 17px;
    height: 3px;
    border-radius: 3px;
  }
}
.kv-mode__slider .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #3c3c3c;
}
@media (max-width: 767.9px) {
  .kv-mode__slider .swiper-pagination-bullet-active {
    width: 34px;
  }
}
.kv-mode__slider .swiper-button-prev {
  position: absolute;
  top: 125px;
  left: 50%;
  margin-left: -278px;
  margin-top: 0;
  width: 15px;
  height: 60px;
}
@media (max-width: 767.9px) {
  .kv-mode__slider .swiper-button-prev {
    top: 20.4vw;
    margin-left: -43.3333333333vw;
    width: 2.2666666667vw;
    height: 9.3333333333vw;
  }
}
.kv-mode__slider .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/main_slider_arrow_left.svg) top center/contain no-repeat;
}
.kv-mode__slider .swiper-button-next {
  position: absolute;
  top: 125px;
  right: 50% !important;
  left: auto;
  margin-right: -278px;
  margin-top: 0;
  width: 15px;
  height: 60px;
}
@media (max-width: 767.9px) {
  .kv-mode__slider .swiper-button-next {
    top: 20.4vw;
    margin-right: -43.3333333333vw;
    width: 2.2666666667vw;
    height: 9.3333333333vw;
  }
}
.kv-mode__slider .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/main_slider_arrow_right_white.svg) top center/contain no-repeat;
  filter: drop-shadow(0px 2px 3px #50d7e1);
}
@media (max-width: 767.9px) {
  .kv-mode__slider .swiper-button-next::after {
    background: url(../images/home/main_slider_arrow_right.svg) top center/contain no-repeat;
    filter: none;
  }
}
.kv-mode__map {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1s, top 1s;
}
.kv-mode__map.--active {
  top: 0;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 767.9px) {
  .kv-mode__map .inner {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767.9px) {
  .kv-mode__map .mapSlider {
    width: 100%;
    height: 100%;
  }
}
.kv-mode__map .swiper {
  position: relative;
  margin-top: 148px;
  width: 100%;
  height: 550px;
}
@media (max-width: 767.9px) {
  .kv-mode__map .swiper {
    top: 42vw;
    margin-top: 0;
    height: auto;
  }
}
.kv-mode__map .swiper-wrapper {
  /* margin-top: calc((730px - 270px) / 2);*/
}
.kv-mode__map .swiper-slide {
  top: 0;
  width: 750px;
  height: 550px;
  margin: 0;
  border-radius: 10px;
  transition: 0.2s;
  opacity: 1;
  transform: scale(0.8);
}
@media (max-width: 767.9px) {
  .kv-mode__map .swiper-slide {
    width: 100%;
    height: 73.3333333333vw;
  }
}
.kv-mode__map .swiper-slide-active {
  transform: none;
}
.kv-mode__map .swiper-button-prev2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -380px;
  margin-top: 0;
  width: 15px;
  height: 60px;
  display: block;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 767.9px) {
  .kv-mode__map .swiper-button-prev2 {
    top: 74vw;
    left: 3vw;
    margin-left: 0;
    width: 2.2666666667vw;
    height: 9.3333333333vw;
  }
}
.kv-mode__map .swiper-button-prev2::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/main_slider_arrow_left.svg) top center/contain no-repeat;
}
.kv-mode__map .swiper-button-next2 {
  position: absolute;
  top: 50%;
  right: 50%;
  left: auto;
  margin-right: -380px;
  margin-top: 0;
  width: 15px;
  height: 60px;
  z-index: 3;
  cursor: pointer;
}
@media (max-width: 767.9px) {
  .kv-mode__map .swiper-button-next2 {
    top: 74vw;
    left: auto;
    right: 3vw;
    margin-right: 0;
    width: 2.2666666667vw;
    height: 9.3333333333vw;
  }
}
.kv-mode__map .swiper-button-next2::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/main_slider_arrow_right_white.svg) top center/contain no-repeat;
}
.kv-mode__map .missions a {
  position: absolute;
  width: 14.84%;
}
.kv-mode__map .missions a[data-mission-id=m1-1] {
  right: 67.3333333333%;
  top: 55.2727272727%;
}
.kv-mode__map .missions a[data-mission-id=m1-2] {
  right: 44.2666666667%;
  top: 30.5454545455%;
}
.kv-mode__map .missions a[data-mission-id=m1-3] {
  right: 15.3333333333%;
  top: 20.5454545455%;
}
.kv-mode__map .missions a[data-mission-id=m2-1] {
  right: 69.2%;
  top: 42.9090909091%;
}
.kv-mode__map .missions a[data-mission-id=m2-2] {
  right: 49.2%;
  top: 25.4545454545%;
}
.kv-mode__map .missions a[data-mission-id=m2-3] {
  right: 31.3333333333%;
  top: 63.4545454545%;
}
.kv-mode__map .missions a[data-mission-id=m2-4] {
  right: 14.1333333333%;
  top: 16.9090909091%;
}
.kv-mode__map .missions a[data-mission-id=m3-1] {
  right: 70.6666666667%;
  top: 60.7272727273%;
}
.kv-mode__map .missions a[data-mission-id=m3-2] {
  right: 52.8%;
  top: 17.4545454545%;
}
.kv-mode__map .missions a[data-mission-id=m3-3] {
  right: 14.8%;
  top: 37.8181818182%;
}
.kv-mode__map .missions a.--cs {
  pointer-events: none;
}
.kv-mode__map .treasure {
  position: absolute;
  width: 15.2%;
}
.kv-mode__map .treasure[data-mission-group-id=m1] {
  right: 0;
  top: 0;
  margin: 42.6666666667% 42.6666666667% 0 0;
}
.kv-mode__map .treasure[data-mission-group-id=m2] {
  right: 0;
  top: 0;
  margin: 30.6666666667% 24% 0 0;
}
.kv-mode__map .treasure[data-mission-group-id=m3] {
  right: 0;
  top: 0;
  margin: 45.3333333333% 26.6666666667% 0 0;
}
.kv-mode__map .password {
  display: none;
  position: absolute;
}
.kv-mode__map .password.show {
  display: block;
}
.kv-mode__map .password[data-mission-group-id=m1] {
  right: 0;
  top: 0;
  width: 24.4%;
  margin: 38.6666666667% 26.6666666667% 0 0;
}
.kv-mode__map .password[data-mission-group-id=m2] {
  right: 0;
  top: 0;
  width: 28%;
  margin: 29.3333333333% 26.6666666667% 0 0;
}
.kv-mode__map .password[data-mission-group-id=m3] {
  right: 0;
  top: 0;
  width: 24.4%;
  margin: 44% 9.3333333333% 0 0;
}
.kvSlider {
  position: relative;
  width: 100%;
  height: 100%;
}
.kvSlide__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #50d7e1;
}
.kvSlide__still {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.kvSlide__still .text {
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
  width: 100%;
  transform: scale(1);
  transition-timing-function: ease-in;
}
.kvSlide__still.--still .still {
  display: none;
}
.kvSlide__still .still {
  width: 100%;
}
.kvSlide__still.--stillOnly {
  opacity: 1;
}
.kvSlide__still.--stillOnly.is-transparent .still {
  opacity: 0;
}
.kvSlide__still.--stillOnly.is-transparent.--stillOnly .still {
  opacity: 1;
}
.kvSlide:hover .text {
  opacity: 1;
}
.kvSlide:hover .still {
  opacity: 1;
}
.kvSlide:hover .kvSlide__gif img {
  opacity: 1;
}
.kvSlide:hover.swiper-slide-active .still {
  opacity: 0 !important;
  transition: opacity 0;
}
.kvSlide.swiper-slide-active .text.--still {
  left: 0;
  bottom: 0;
  transform: scale(1);
}
.kvSlide.swiper-slide-active .still {
  opacity: 0;
}
.kvSlide.swiper-slide-active .text {
  opacity: 1;
  bottom: -2%;
  left: -3%;
  transform: scale(0.6);
}
.kv .mapSlider {
  position: relative;
}
.kv .mapSlide.--01 {
  background: url(../images/home/map01.svg) top center/contain no-repeat;
}
.kv .mapSlide.--01 .mapTit.--01-01 {
  margin-top: 55.2%;
  margin-left: 22.8%;
  width: 23.2%;
}
.kv .mapSlide.--01 .mapTit.--01-02 {
  margin-top: 12.8%;
  margin-left: 22.1333333333%;
  width: 29.4666666667%;
}
@media (max-width: 767.9px) {
  .kv .mapSlide.--01 .mapTit.--01-02 {
    margin-top: 13.466667%;
    margin-left: 26.066667%;
  }
}
.kv .mapSlide.--01 .mapTit.--01-03 {
  margin-top: 29.3333333333%;
  margin-left: 73.3333333333%;
  width: 21.4666666667%;
}
@media (max-width: 767.9px) {
  .kv .mapSlide.--01 .mapTit.--01-03 {
    margin-left: 68.333333%;
  }
}
.kv .mapSlide.--02 {
  background: url(../images/home/map02.svg) top center/contain no-repeat;
}
.kv .mapSlide.--02 .mapTit.--02-01 {
  margin-top: 44.6666666667%;
  margin-left: -1.3333333333%;
  width: 33.3333333333%;
}
@media (max-width: 767.9px) {
  .kv .mapSlide.--02 .mapTit.--02-01 {
    margin-top: 45%;
    margin-left: 2%;
  }
}
.kv .mapSlide.--02 .mapTit.--02-02 {
  margin-top: 14.9333333333%;
  margin-left: 16%;
  width: 20.4%;
}
.kv .mapSlide.--02 .mapTit.--02-03 {
  margin-top: 56%;
  margin-left: 31.3333333333%;
  width: 23.0666666667%;
}
.kv .mapSlide.--02 .mapTit.--02-04 {
  margin-top: 26%;
  margin-left: 81.3333333333%;
  width: 25.4666666667%;
}
@media (max-width: 767.9px) {
  .kv .mapSlide.--02 .mapTit.--02-04 {
    margin-top: 3%;
    margin-left: 71.333333%;
  }
}
.kv .mapSlide.--02 .mapTit.--02-04.--cs {
  display: none;
}
.kv .mapSlide.--03 {
  background: url(../images/home/map03.svg) top center/contain no-repeat;
}
.kv .mapSlide.--03 .mapTit.--03-01 {
  margin-top: 38.8%;
  margin-left: 28.8%;
  width: 22.6666666667%;
}
.kv .mapSlide.--03 .mapTit.--03-02 {
  margin-top: 18.4%;
  margin-left: 5.3333333333%;
  width: 25.8666666667%;
}
.kv .mapSlide.--03 .mapTit.--03-03 {
  margin-top: 18.1333333333%;
  margin-left: 55.6%;
  width: 22.6666666667%;
}
.kv .mapSlide.--04 {
  background: url(../images/home/map04.svg) top center/contain no-repeat;
}
.kv .mapSlide.--04 .mapTit.--04-01 {
  margin-top: 50.6666666667%;
  margin-left: 50.6666666667%;
  width: 25.4666666667%;
}
.kv .mapSlide .mapTit {
  position: absolute;
  left: 0;
  top: 0;
}

@keyframes bounce-slow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
    /* 上に10px */
  }
}
.topic {
  position: relative;
  z-index: 2;
}
.topicHead {
  position: relative;
  display: block;
  width: 990px;
  margin: 0 auto 45px;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .topicHead {
    width: 87.4666666667vw;
    margin: 0 auto 14vw;
  }
}
.topicHead.--month {
  margin: 0 auto 45px auto;
}
.topicHead.--month .copy_mission {
  position: absolute;
  top: 0;
  right: -20px;
}
@media (max-width: 767.9px) {
  .topicHead.--month .copy_mission {
    right: 0;
    width: 28vw;
  }
}
.topicMonthTit {
  display: block;
  margin: 0;
  text-align: left;
}
@media (max-width: 767.9px) {
  .topicMonthTit {
    width: 48.4vw;
  }
}
.topicTit {
  position: relative;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .topicTit {
    max-width: 80%;
  }
}
.topicTit::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (max-width: 767.9px) {
  .topicTit::before {
    top: 8px;
    left: 8px;
  }
}
.topicTit__inner {
  position: relative;
  display: inline-block;
  padding: 18px 33px 10px;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  border: solid 2px;
  font-weight: 6500;
}
@media (max-width: 767.9px) {
  .topicTit__inner {
    padding: 10px 18px 10px;
    font-size: 14px;
  }
}
.topicTit rt {
  font-size: 10px;
}
@media (max-width: 767.9px) {
  .topicTit rt {
    font-size: 8px;
  }
}
.topicSec {
  position: relative;
  padding: 35px 0 0;
}
@media (max-width: 767.9px) {
  .topicSec {
    padding: 10.6666666667vw 0 0;
  }
}
.topicSec::after {
  display: block;
  position: relative;
  margin-top: -1vw;
  margin-bottom: -1px;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 10vw;
  z-index: 1;
}
.topicSec:first-child::before {
  display: block;
  position: absolute;
  bottom: 100%;
  content: "";
  width: 100%;
  height: 16px;
  background: url(../images/home/top_sec_pink.svg) top center/auto repeat-x;
}
@media (max-width: 767.9px) {
  .topicSec:first-child::before {
    margin-bottom: -1px;
    height: 9px;
    background: url(../images/home/top_sec_pink.svg) bottom center/auto 100% repeat-x;
  }
}
.topicSec:first-child .topicHead {
  padding-top: 55px;
}
@media (max-width: 767.9px) {
  .topicSec:first-child .topicHead {
    padding-top: 9.3333333333vw;
  }
}
.topicSec:last-child {
  padding-bottom: 120px;
}
.topicSec:last-child::after {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 45px;
  margin-top: 0;
  content: "";
  display: block;
  padding-bottom: 0;
}
@media (max-width: 767.9px) {
  .topicSec:last-child::after {
    height: 6.9333333333vw;
  }
}
.topicSec:nth-of-type(3n+1) {
  background-color: #ff7da0;
}
.topicSec:nth-of-type(3n+1)::after {
  background: url(../images/home/bottom_sec_yellow.svg) bottom -1px center/100% auto no-repeat;
}
.topicSec:nth-of-type(3n+1) .topicTit:before {
  background-color: #ffa3b4;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, #ff7da0 8px, #ff7da0 20px);
}
@media (max-width: 767.9px) {
  .topicSec:nth-of-type(3n+1) .topicTit:before {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #ff7da0 5px, #ff7da0 12px);
  }
}
.topicSec:nth-of-type(3n+1) .topicTit__inner {
  border-color: #fff;
  background: #ff7da0;
  color: #fff;
}
.topicSec:nth-of-type(3n+1):last-child:after {
  background: url(../images/home/ring_pink.svg) top center/auto repeat-x;
}
@media (max-width: 767.9px) {
  .topicSec:nth-of-type(3n+1):last-child:after {
    background: url(../images/home/ring_pink_sp.svg) top center/auto 100% no-repeat;
  }
}
.topicSec:nth-of-type(3n+2) {
  background-color: #ffff96;
}
.topicSec:nth-of-type(3n+2)::after {
  background: url(../images/home/bottom_sec_blue.svg) bottom -1px center/100% auto no-repeat;
}
.topicSec:nth-of-type(3n+2) .topicTit:before {
  background-color: #ffe63c;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, #ffff96 8px, #ffff96 20px);
}
.topicSec:nth-of-type(3n+2) .topicTit__inner {
  border-color: #f5aa00;
  background: #ffff96;
  color: #f5aa00;
}
.topicSec:nth-of-type(3n+2):last-child:after {
  background: url(../images/home/ring_yellow.svg) top center/auto repeat-x;
}
.topicSec:nth-of-type(3n) {
  background-color: #50d7e1;
}
.topicSec:nth-of-type(3n)::after {
  background: url(../images/home/bottom_sec_pink.svg) bottom -1px center/100% auto no-repeat;
}
.topicSec:nth-of-type(3n) .topicTit:before {
  background-color: #a0e6e1;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, #50d7e1 8px, #50d7e1 20px);
}
.topicSec:nth-of-type(3n) .topicTit__inner {
  border-color: #fff;
  background: #50d7e1;
  color: #fff;
}
.topicSec:nth-of-type(3n):last-child:after {
  background: url(../images/home/ring_blue.svg) top center/auto repeat-x;
}
@media (max-width: 767.9px) {
  .topicSec:nth-of-type(3n):last-child:after {
    background: url(../images/home/ring_blue_sp.svg) top center/100% auto repeat-x;
  }
}
.topicSec__inner {
  position: relative;
  z-index: 2;
}
.topicSlider {
  width: 100%;
  overflow: hidden;
}
.topicSlider .swiper-wrapper {
  justify-content: flex-start;
  width: 100%;
}
.topicSlider .swiper-wrapper.slider-stop {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.topic .swiper-slide {
  width: 298px;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .topic .swiper-slide {
    width: 70.2666666667vw;
    margin-left: 6.2666666667vw;
  }
}
.topicSlide {
  width: 298px;
  padding-top: 60px;
  text-decoration: none;
}
@media (max-width: 767.9px) {
  .topicSlide {
    width: 100%;
    padding-top: 14vw;
  }
}
.topicSlide__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 288px;
  height: 162px;
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767.9px) {
  .topicSlide__img {
    width: 67.4666666667vw;
    height: 37.8666666667vw;
  }
}
.topicSlide__img .still {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.topicSlide__still {
  width: 288px;
}
@media (max-width: 767.9px) {
  .topicSlide__still {
    width: 100%;
  }
}
.topicSlide__still .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}
.topicSlide__still .still {
  position: relative;
  z-index: 1;
}
.topicSlide img {
  max-width: 100%;
}
.topicSlide:hover img {
  opacity: 1;
}
.topicSlide:hover .text {
  scale: 1.1;
}
.topicSlide__text {
  position: relative;
  width: auto;
  height: 260px;
  margin-left: 10px;
  padding: 118px 15px 15px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  z-index: 1;
  font-size: 13px;
  font-feature-settings: "palt" 1;
}
@media (max-width: 767.9px) {
  .topicSlide__text {
    height: 140px;
    padding: 27.0666666667vw 2.4vw 2.4vw;
    box-sizing: content-box;
  }
}
.topicSlide__text p {
  text-decoration: none;
  font-size: 12px;
}
.topicSlide__text .provider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  text-align: right;
  font-size: 12px;
  color: #000;
}
.topicSlide__text .icon {
  margin-bottom: 10px;
}
.topic .swiper-button-prev,
.topic .swiper-button-next {
  position: absolute;
  bottom: auto;
  top: 100%;
  margin-top: 10px;
  display: block;
  width: 30px;
  height: 30px;
}
@media (max-width: 767.9px) {
  .topic .swiper-button-prev,
  .topic .swiper-button-next {
    display: none;
  }
}
.topic .swiper-button-prev::after,
.topic .swiper-button-next::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
.topic .swiper-button-prev {
  left: 15px;
}
.topic .swiper-button-prev::after {
  background: url(../images/home/btn_arrow_left.svg) top center/contain no-repeat;
}
.topic .swiper-button-next {
  right: 15px;
}
.topic .swiper-button-next::after {
  background: url(../images/home/btn_arrow_right.svg) top center/contain no-repeat;
}

.news {
  padding: 90px 0;
  background: url(../images/home/bg_hougan.svg) top center/auto repeat #fff;
}
@media (max-width: 767.9px) {
  .news {
    background: url(../images/home/bg_hougan.svg) top center/200% repeat #fff;
    padding: 14vw 0;
  }
}
.newsHead {
  width: 990px;
  margin: 0 auto 45px;
  text-align: left;
}
@media (max-width: 767.9px) {
  .newsHead {
    width: 94vw;
    margin: 0 auto 6.2666666667vw;
  }
}
@media (max-width: 767.9px) {
  .newsTit {
    width: 39.7333333333vw;
  }
}
.news .inner {
  position: relative;
}
.newsSlider .swiper-wrapper.slider-stop {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.newsSlide {
  width: 298px;
  padding-top: 60px;
  text-decoration: none;
  height: 100%;
}
@media (max-width: 767.9px) {
  .newsSlide {
    width: 70.2666666667vw;
    margin-left: 6.2666666667vw;
  }
}
.newsSlide__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 288px;
  height: 162px;
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
  background: #fff;
  border: solid 2px #ff7da0;
}
@media (max-width: 767.9px) {
  .newsSlide__img {
    width: 67.4666666667vw;
    height: 37.8666666667vw;
  }
}
.newsSlide img {
  max-width: 100%;
}
.newsSlide__info {
  position: relative;
  width: auto;
  height: 450px;
  margin-left: 10px;
  padding: 118px 15px 45px;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 1;
  font-size: 13px;
  font-feature-settings: "palt" 1;
  background-color: #ff7da0;
  color: #fff;
}
@media (max-width: 767.9px) {
  .newsSlide__info {
    padding: 24vw 2.6666666667vw 2vw;
  }
}
.newsSlide__link {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.newsSlide__tit {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 767.9px) {
  .newsSlide__tit {
    font-size: 14px;
  }
}
.newsSlide__text {
  color: #fff;
  line-height: 1.5;
}
.news .swiper-button-prev3,
.news .swiper-button-next3 {
  position: absolute;
  top: 100%;
  margin-top: 30px;
  width: 30px;
  height: 30px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 767.9px) {
  .news .swiper-button-prev3,
  .news .swiper-button-next3 {
    display: none;
  }
}
.news .swiper-button-prev3::after,
.news .swiper-button-next3::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
.news .swiper-button-prev3 {
  left: 15px;
}
.news .swiper-button-prev3::after {
  background: url(../images/home/btn_arrow_left2.svg) top center/contain no-repeat;
}
.news .swiper-button-next3 {
  right: 15px;
}
.news .swiper-button-next3::after {
  background: url(../images/home/btn_arrow_right2.svg) top center/contain no-repeat;
}

.emotional-knight {
  padding: 80px 0 60px;
}
@media (max-width: 767.9px) {
  .emotional-knight {
    padding: 20.6666666667vw 0 9.3333333333vw;
  }
}
.emotional-knight__box {
  position: relative;
  width: 900px;
  margin: auto;
  background: #fff;
  padding: 90px 30px 30px;
  border-radius: 15px;
  background: url(../images/home/bg_emotional-knight.jpg) top center/cover no-repeat;
}
@media (max-width: 767.9px) {
  .emotional-knight__box {
    width: 93.7333333333vw;
    padding: 17.3333333333vw 0 5.3333333333vw;
    background: url(../images/home/bg_emotional-knight_sp.jpg) top center/cover no-repeat;
  }
}
.emotional-knightTit {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 700px;
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.5));
}
@media (max-width: 767.9px) {
  .emotional-knightTit {
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0, -50%);
  }
}
.emotional-knightLogo {
  display: block;
  margin: 0 auto 50px;
  width: 700px;
}
@media (max-width: 767.9px) {
  .emotional-knightLogo {
    width: 78vw;
    margin: 0 auto 8vw;
  }
}
.emotional-knightLogo__text {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-family: serif;
  color: #fff;
  letter-spacing: 0.5em;
}
@media (max-width: 767.9px) {
  .emotional-knightLogo__text {
    margin-top: 1em;
    letter-spacing: 0.4em;
    font-size: 2.8vw;
  }
}
@media (max-width: 767.9px) {
  .emotional-knight__text {
    margin-bottom: 4.6666666667vw;
  }
}
.emotional-knight__text p {
  font-family: serif;
  color: #fff;
  line-height: 1.8;
}
@media (max-width: 767.9px) {
  .emotional-knight__text p {
    text-align: center;
    font-size: 3.0666666667vw;
  }
}
.emotional-knight__contents {
  display: flex;
  gap: 45px;
}
@media (max-width: 767.9px) {
  .emotional-knight__contents {
    display: block;
    gap: 2vw;
  }
}
.emotional-knight__link {
  padding-top: 0;
}
@media (max-width: 767.9px) {
  .emotional-knight__link {
    width: 60vw;
    margin: auto;
  }
}
.emotional-knight__link li {
  margin-bottom: 20px;
}
@media (max-width: 767.9px) {
  .emotional-knight__link li {
    margin-bottom: 3.3333333333vw;
  }
}
.emotional-knight__link li:last-child {
  margin-bottom: 0;
}
.emotional-knight__link li a {
  position: relative;
  display: block;
  cursor: pointer;
  filter: drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.5));
}
@media (max-width: 767.9px) {
  .emotional-knight__link li a {
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 0 rgba(0, 0, 0, 0.5));
  }
}
.emotional-knight__link li a.comingsoon:hover {
  opacity: 1;
}
.emotional-knight__link li a.comingsoon:hover img {
  opacity: 1;
}
.emotional-knight__link li a.comingsoon p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
}
.emotional-knight__link li a.comingsoon p span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 30px;
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767.9px) {
  .emotional-knight__link li a.comingsoon p span {
    font-size: 10px;
  }
}
.emotional-knight__link__caution {
  display: block;
  text-align: right;
  color: #fff;
  margin-top: 7px;
}
@media (max-width: 767.9px) {
  .emotional-knight__link__caution {
    text-align: center;
    margin-top: 0.9333333333vw;
  }
}

.pageLink {
  min-width: 990px;
  padding: 0 0 35px;
}
@media (max-width: 767.9px) {
  .pageLink {
    min-width: inherit;
  }
}
.pageLink .btn_pagetop {
  margin: auto;
  display: block;
  width: 180px;
}
@media (max-width: 767.9px) {
  .pageLink .btn_pagetop {
    width: 28vw;
    margin-bottom: 4.6666666667vw;
  }
}
.pageLink .btn_nttdk_top {
  margin-left: 30px;
}
@media (max-width: 767.9px) {
  .pageLink .btn_nttdk_top {
    display: block;
    margin: auto;
    width: 50.6666666667vw;
  }
}
@media (max-width: 767.9px) {
  .pageLink .btn_nttdk_top img {
    width: 100%;
  }
}

@keyframes anim-egg03 {
  0%, 40%, 100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(15deg);
  }
}
.eggBtn {
  position: fixed;
  bottom: 0;
  right: 0;
  min-width: 261px;
  height: 64px;
  z-index: 69;
  cursor: pointer;
}
@media (max-width: 767.9px) {
  .eggBtn {
    height: 48px;
    min-width: 230px;
    z-index: 4;
  }
}
.eggBtn::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 45px;
  border-radius: 10px 0 0 0;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .eggBtn::before {
    height: 40px;
  }
}
.eggBtn:hover {
  opacity: 1;
}
.eggBtn__inner {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0 15px;
  z-index: 2;
}
.eggBtnList {
  display: flex;
  gap: 10px;
}
.eggBtnItem {
  position: relative;
  display: block;
  width: 32px;
  height: 48px;
}
@media (max-width: 767.9px) {
  .eggBtnItem {
    width: 25px;
    height: 85px;
  }
}
.eggBtnItem.--01 {
  background: url(../images/home/egg01.svg) top center/contain no-repeat;
}
.eggBtnItem.--02 {
  background: url(../images/home/egg02.svg) top center/contain no-repeat;
}
.eggBtnItem.--03 {
  background: url(../images/home/egg03.svg) top center/contain no-repeat;
}
.eggBtnItem::before {
  position: absolute;
  top: -3px;
  right: -3px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/home/icon_hatch.svg) top center/contain no-repeat;
  visibility: hidden;
}
.eggBtn.--0 .eggBtnItem.--02, .eggBtn.--0 .eggBtnItem.--03 {
  background: url(../images/home/egg00.svg) top center/contain no-repeat;
}
.eggBtn.--1 .eggBtnItem.--02, .eggBtn.--1 .eggBtnItem.--03, .eggBtn.--2 .eggBtnItem.--02, .eggBtn.--2 .eggBtnItem.--03, .eggBtn.--3 .eggBtnItem.--02, .eggBtn.--3 .eggBtnItem.--03 {
  background: url(../images/home/egg00.svg) top center/contain no-repeat;
}
.eggBtn.--4 .eggBtnItem.--03, .eggBtn.--5 .eggBtnItem.--03, .eggBtn.--6 .eggBtnItem.--03 {
  background: url(../images/home/egg00.svg) top center/contain no-repeat;
}
.eggBtn.--3 .eggBtnItem.--01 {
  animation: anim-egg03 1s 4s infinite;
}
.eggBtn.--3 .eggBtnItem.--01::before {
  visibility: visible;
}
.eggBtn.--6 .eggBtnItem.--02 {
  animation: anim-egg03 1s 4s infinite;
}
.eggBtn.--6 .eggBtnItem.--02::before {
  visibility: visible;
}
.eggBtn.--10 .eggBtnItem.--03 {
  animation: anim-egg03 1s 4s infinite;
}
.eggBtn.--10 .eggBtnItem.--03::before {
  visibility: visible;
}
.eggBtn .eggBtnItem.--anim-pending {
  animation: anim-egg03 1s 4s infinite;
}
.eggBtn .eggBtnItem.--anim-pending::before {
  visibility: visible;
}
.eggBtnText {
  font-size: 30px;
  line-height: 1;
  font-style: italic;
  text-align: center;
}
.eggBtnText__num {
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 600;
  color: #3a3c3c;
}
@media (max-width: 767.9px) {
  .eggBtnText__num {
    margin-bottom: 2px;
  }
}
.eggBtnText__num span {
  line-height: 1;
}
.eggBtnText__num img {
  display: block;
}
.eggBtnText__clear img {
  display: block;
  width: 80px;
}

.eggModal {
  display: none;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(245, 170, 0, 0.9);
  width: 100%;
  height: 100vh;
  z-index: 70;
}
.eggModal.--open {
  /*visibility: visible;
  opacity: 1;*/
  pointer-events: all;
}
.eggModal__inner {
  position: relative;
  display: block;
  width: 965px;
  height: 100%;
  margin: auto;
}
@media (max-width: 767.9px) {
  .eggModal__inner {
    width: 100vw;
    height: 100vh;
    overflow: scroll;
  }
}
.eggModal__close {
  position: absolute;
  top: 30px;
  right: 50px;
  cursor: pointer;
}
@media (max-width: 767.9px) {
  .eggModal__close {
    top: -8vw;
    right: 0;
    font-size: 16px;
  }
}

.eggModalAnim {
  display: none;
  /*visibility: hidden;
  opacity: 0;*/
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(245, 170, 0, 0.9);
  width: 100%;
  height: 100vh;
  z-index: 70;
}
.eggModalAnim.--open {
  /*visibility: visible;
  opacity: 1;*/
  pointer-events: auto;
}
.eggModalAnimBtn {
  cursor: pointer;
}

.eggBox {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 585px;
  transform: translate(0, -50%);
  background: url(../images/home/egg_frame.svg) top center/contain no-repeat;
}
@media (max-width: 767.9px) {
  .eggBox {
    left: 3.0666666667vw;
    height: 140.5333333333vw;
    width: 93.7333333333vw;
    margin: auto;
    background: url(../images/home/egg_frame_sp.svg) top center/contain no-repeat;
    top: 80px;
    transform: translate(0, 0);
  }
}
@media (max-width: 767.9px) {
  .eggBox::after {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
  }
}
.eggBoxList {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  margin-top: 200px;
  padding-left: 75px;
}
@media (max-width: 767.9px) {
  .eggBoxList {
    padding-left: 0;
    gap: 2.4vw;
    margin-top: 33.3333333333vw;
    justify-content: center;
  }
}
.eggBoxTit {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 767.9px) {
  .eggBoxTit {
    top: -3.3333333333vw;
    width: 60vw;
  }
}
.eggBoxText {
  position: absolute;
  left: 50%;
  top: 160px;
  margin-left: 105px;
  width: 330px;
}
@media (max-width: 767.9px) {
  .eggBoxText {
    position: relative;
    left: 0;
    top: auto;
    margin: 0 auto 7.2vw;
    width: 44vw;
  }
}
.eggBoxItem {
  position: relative;
}
.eggBoxItem__cont {
  width: 150px;
}
@media (max-width: 767.9px) {
  .eggBoxItem__cont {
    width: 23.3333333333vw;
  }
}
.eggBoxItem__cont .egg {
  position: relative;
  display: block;
  width: 120px;
  height: 180px;
  margin: auto;
  background: url(../images/home/egg00.svg) top center/contain no-repeat;
}
@media (max-width: 767.9px) {
  .eggBoxItem__cont .egg {
    width: 18.6666666667vw;
    height: 28vw;
    margin-bottom: 3.7333333333vw;
  }
}
.eggBoxItem__cont .egg.--01 {
  background: url(../images/home/egg01.svg) top center/contain no-repeat;
}
.eggBoxItem__cont .egg.--02.--get {
  background: url(../images/home/egg02.svg) top center/contain no-repeat;
}
.eggBoxItem__cont .egg.--03.--get {
  background: url(../images/home/egg03.svg) top center/contain no-repeat;
}
.eggBoxItem__cont .egg.--crack {
  display: none;
}
.eggBoxItem__cont .egg::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
.eggBoxItem__cont .monster {
  display: block;
  width: 150px;
  height: 180px;
  margin: auto;
}
@media (max-width: 767.9px) {
  .eggBoxItem__cont .monster {
    width: 23.3333333333vw;
    height: 32vw;
  }
}
.eggBoxItem__cont .monster img {
  display: block;
  width: 150px;
  margin: auto;
}
@media (max-width: 767.9px) {
  .eggBoxItem__cont .monster img {
    width: 23.3333333333vw;
  }
}
.eggBoxItem__cont .monster p {
  font-size: 12px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .eggBoxItem__cont .monster p {
    font-size: 9px;
    height: 1em;
  }
}
.eggBox__fukidashi {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 255px;
  height: 100px;
  background: url(../images/home/egg_fukidashi.svg) top center/contain no-repeat;
  margin-bottom: 13px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  visibility: hidden;
  opacity: 0;
  padding: 18px 15px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .eggBox__fukidashi {
    width: 34vw;
    height: 13.3333333333vw;
    margin-bottom: 1.7333333333vw;
    font-size: 2vw;
    padding: 2.4vw 2vw;
  }
}
.eggBox__fukidashi.--active {
  visibility: visible;
  opacity: 1;
}
.eggBox__fukidashi.--03 {
  background: url(../images/home/egg_fukidashi2.svg) top center/contain no-repeat;
  left: auto;
  right: 50%;
}
.eggBox .monster {
  display: none;
}
.eggBox .monster.--get {
  display: block;
}
.eggBox .num_hatch {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767.9px) {
  .eggBox .num_hatch {
    gap: 1.3333333333vw;
  }
}
.eggBox .num_hatch span {
  width: 10px;
  height: 10px;
  background: #e6e6e6;
  border-radius: 10px;
}
@media (max-width: 767.9px) {
  .eggBox .num_hatch span {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
.eggBox .num_hatch span.--get {
  background-color: #f5aa00;
}
.eggBoxClear {
  width: 360px;
  margin: auto;
  text-align: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
@media (max-width: 767.9px) {
  .eggBoxClear {
    width: 56.1333333333vw;
    padding: 1.3333333333vw 0;
  }
}
.eggBoxClear__inner {
  display: flex;
  justify-content: center;
  gap: 13px;
  align-items: baseline;
}
.eggBoxClear__num {
  font-style: italic;
  font-size: 48px;
}
@media (max-width: 767.9px) {
  .eggBoxClear__num {
    font-size: 6.4vw;
  }
}
.eggBoxClear p {
  font-size: 18px;
}
@media (max-width: 767.9px) {
  .eggBoxClear p {
    font-size: 2.1333333333vw;
  }
}
.eggBox.--1 .egg.--01::after {
  background: url(../images/home/crack01.svg) top center/contain no-repeat;
}
.eggBox.--2 .egg.--01::after {
  background: url(../images/home/crack02.svg) top center/contain no-repeat;
}
.eggBox.--4 .egg.--02::after {
  background: url(../images/home/crack01.svg) top center/contain no-repeat;
}
.eggBox.--5 .egg.--02::after {
  background: url(../images/home/crack02.svg) top center/contain no-repeat;
}
.eggBox.--8 .egg.--03::after {
  background: url(../images/home/crack01.svg) top center/contain no-repeat;
}
.eggBox.--9 .egg.--03::after {
  background: url(../images/home/crack02.svg) top center/contain no-repeat;
}

.js-top-loading {
  position: fixed;
  inset: 0;
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  z-index: 9999;
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease, transform 1s ease, visibility 1s ease;
}
.js-top-loading.hidden {
  opacity: 0;
  visibility: hidden;
}
.js-top-loading.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.js-top-loading.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
.js-top-loading-box {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease, transform 1s ease, visibility 1s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.js-top-loading-box__img {
  width: 500px;
}
@media (max-width: 767.9px) {
  .js-top-loading-box__img {
    width: 66.6666666667vw;
  }
}
.js-top-loading-box.--fade-out {
  opacity: 0;
  visibility: hidden;
}
.js-top-loading__text {
  text-align: center;
  font-size: 14px;
}
.js-top-loading .lottie-container svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* or contain, depending on need */
}

.btn_youtube {
  cursor: pointer;
}

#movie-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 70;
}
@media (max-width: 767.9px) {
  #movie-modal {
    z-index: 40;
  }
}
#movie-modal.js-open {
  visibility: visible;
  opacity: 1;
}
#movie-modal .js-movieModal__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 1000px;
  max-height: 563px;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
#movie-modal .js-movieModal__inner .js-movieModal__inner__movie {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  transform: translate(-50%, -50%);
}
#movie-modal .js-movieModal__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#movie-modal .js-movieModal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media (max-width: 767.9px) {
  #movie-modal .js-movieModal__close {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 8vw;
    height: 8vw;
  }
}
#movie-modal .js-movieModal__close span:first-child, #movie-modal .js-movieModal__close span:last-child {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  background-color: #fff;
  transform-origin: initial;
}
@media (max-width: 767.9px) {
  #movie-modal .js-movieModal__close span:first-child, #movie-modal .js-movieModal__close span:last-child {
    width: 6.6666666667vw;
  }
}
#movie-modal .js-movieModal__close span:first-child {
  transform: translate(0, -50%) rotate(45deg);
}
#movie-modal .js-movieModal__close span:last-child {
  transform: translate(0, -50%) rotate(-45deg);
}

.js-fade {
  opacity: 0;
}

#footer {
  padding-bottom: 60px;
}
@media (max-width: 767.9px) {
  #footer {
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=index.css.map */