.main section.movie .soon {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.main {
  overflow: hidden;
}
.main .pageHeader .image::after {
  top: 0.3rem;
  right: 0.3rem;
}
.main .pageHeader::before {
  content: "";
  display: block;
  width: 15rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 3.3rem;
  right: calc(50% - 3.5rem);
  z-index: -1;
  background: #f4f4f1;
  border-radius: 50% 0 50% 50%;
  scale: 0;
  transform-origin: 0 0;
}
@media screen and (max-width: 750px) {
  .main .pageHeader::before {
    width: 7.5rem;
    top: 3rem;
    right: 20%;
  }
}
.main .pageHeader.scrollIn::before {
  scale: 1;
  transition: scale 2s 0.4s;
}
.main section.gallery hgroup .ja,
.main section.movie hgroup .ja {
  margin: 0 0 0.2rem;
  font-size: 0.24rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main section.gallery hgroup .ja,
.main section.movie hgroup .ja {
    font-size: 0.32rem;
  }
}
.main section.gallery {
  position: relative;
  padding: 1.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.gallery {
    padding: 1.6rem 0 0;
  }
}
.main section.gallery .text {
  padding: 0 0 0.8rem;
}
@media screen and (max-width: 750px) {
  .main section.gallery .text {
    padding: 0 0 0.7rem;
  }
}
.main section.gallery .gallerySlide {
  position: relative;
  width: 12.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main section.gallery .gallerySlide {
    width: 100%;
  }
}
.main section.gallery .gallerySlide .image figcaption {
  text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5), 0 0 0.2rem rgba(0, 0, 0, 0.5), 0 0 0.2rem rgba(0, 0, 0, 0.5), 0 0 0.2rem rgba(0, 0, 0, 0.5), 0 0 0.2rem rgba(0, 0, 0, 0.5), 0 0 0.2rem rgba(0, 0, 0, 0.5), 0 0 0.4rem rgba(0, 0, 0, 0.5), 0 0 0.4rem rgba(0, 0, 0, 0.5);
}
.main section.gallery .gallerySlide .swiper {
  position: static;
}
.main section.gallery .gallerySlide .swiper-nav__prev, .main section.gallery .gallerySlide .swiper-nav__next {
  pointer-events: auto;
  position: relative;
  border: none;
  background-color: #d6e077;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 4rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .main section.gallery .gallerySlide .swiper-nav__prev, .main section.gallery .gallerySlide .swiper-nav__next {
    top: 2.1rem;
    opacity: 0.9;
  }
}
.main section.gallery .gallerySlide .swiper-nav__prev::after, .main section.gallery .gallerySlide .swiper-nav__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../../assets/imgs/arw-small.svg) 50% 50%/contain no-repeat;
  width: 0.2rem;
  height: 0.2rem;
}
.main section.gallery .gallerySlide .swiper-nav__prev {
  rotate: 180deg;
  right: calc(100% + 0.3rem);
}
@media screen and (max-width: 750px) {
  .main section.gallery .gallerySlide .swiper-nav__prev {
    right: calc(100% - 0.3rem);
  }
}
.main section.gallery .gallerySlide .swiper-nav__next {
  left: calc(100% + 0.3rem);
}
@media screen and (max-width: 750px) {
  .main section.gallery .gallerySlide .swiper-nav__next {
    left: calc(100% - 0.3rem);
  }
}
.main section.gallery .gallerySlide .thumnail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.1rem;
  padding: 0.6rem 0 1rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main section.gallery .gallerySlide .thumnail {
    grid-template-columns: repeat(4, 1fr);
    padding: 0.4rem 0 0.7rem;
  }
}
.main section.gallery .gallerySlide .thumnail .button {
  cursor: pointer;
  background: #000;
  position: relative;
}
.main section.gallery .gallerySlide .thumnail .button.active:before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.05rem solid #d6e077;
  box-sizing: border-box;
  content: "";
}
.main section.gallery .gallerySlide .thumnail .button.active img {
  opacity: 0.3;
}
.main section.movie {
  position: relative;
  padding: 1.8rem 0 2rem;
}
@media screen and (max-width: 750px) {
  .main section.movie {
    padding: 1.6rem 0 1.8rem;
  }
}
.main section.movie::before {
  content: "";
  display: block;
  width: 13.7rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 1.8rem;
  left: calc(50% - 2rem);
  z-index: -1;
  background: #f4f4f1;
  border-radius: 50% 0 50% 50%;
  scale: 0;
  transform-origin: 100% 0;
}
@media screen and (max-width: 750px) {
  .main section.movie::before {
    width: 9rem;
    top: 0rem;
    left: 3rem;
  }
}
.main section.movie.scrollIn::before {
  scale: 1;
  transition: scale 2s 0.4s;
}
.main section.movie .text {
  padding: 0 0 0.8rem;
}
@media screen and (max-width: 750px) {
  .main section.movie .text {
    padding: 0 0 0.7rem;
  }
}
.main section.movie .movie {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main section.movie .movie {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main section.movie .movie .item {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.05);
}
.main section.movie .movie .item video {
  width: 100%;
  display: block;
}
@media screen and (min-width: 751px) {
  .main section.movie .movie .item:first-child {
    grid-column: 1/3;
  }
}
.main section.movie .soon {
  content: "COMING SOON";
  align-self: flex-end;
  justify-self: center;
  display: grid;
  place-items: center;
  width: 2.8rem;
  aspect-ratio: 1/0.23;
  margin: 0 auto;
  background: rgba(90, 195, 233, 0.9);
  border-radius: 0.02rem;
  color: #fff;
  font-size: 0.3rem;
  line-height: 1;
}/*# sourceMappingURL=unique.css.map */