@charset "UTF-8";
/* aタグ設定
------------------------------------- */
@media (any-hover: hover) {
  a:hover, button:hover {
    opacity: 0.75;
  }
}

a, button {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
  color: currentColor;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem; /* =14px */
  line-height: 1.66;
  color: #fff;
  background-color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  pointer-events: none;
}

.font-en {
  font-family: "Roboto Slab", serif;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* デフォルトの三角形アイコンを非表示にする */
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
#wrapper {
  z-index: 1;
}
#wrapper::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("../images/ver03/bg-fixed.webp");
  opacity: 0.33;
  background-size: cover;
  z-index: -1;
}

.header__btn {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .header__btn {
    width: 16vw;
    height: 13.3333333333vw;
  }
}
.header__btn.on .--line:first-of-type {
  top: 26px;
  transform: rotate(-20deg);
  background-color: #0BFF25;
}
@media screen and (max-width: 768px) {
  .header__btn.on .--line:first-of-type {
    top: 5.3333333333vw;
  }
}
.header__btn.on .--line:nth-of-type(2) {
  top: 46px;
  width: 60px;
  transform: rotate(20deg);
  background-color: #0BFF25;
}
@media screen and (max-width: 768px) {
  .header__btn.on .--line:nth-of-type(2) {
    top: 8.8vw;
    width: 10.6666666667vw;
  }
}
.header__btn .--line {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  display: block;
  background-color: #0BFF25;
  height: 2px;
  position: absolute;
  transition: transform 0.3s, top 0.3s;
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .header__btn .--line {
    height: 0.5333333333vw;
  }
}
.header__btn .--line:first-of-type {
  width: 60px;
  top: 30px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .header__btn .--line:first-of-type {
    width: 10.6666666667vw;
    top: 5.3333333333vw;
    right: 2.6666666667vw;
  }
}
.header__btn .--line:nth-of-type(2) {
  width: 40px;
  top: 38px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .header__btn .--line:nth-of-type(2) {
    width: 7.2vw;
    top: 7.4666666667vw;
    right: 2.6666666667vw;
  }
}

.footer {
  background-color: #E7E7E7;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 16vw 6.6666666667vw;
  }
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer__top {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.footer__top > dl {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer__top > dl {
    flex-direction: column;
    gap: 3.7333333333vw;
  }
}
.footer__top > dl dt {
  padding: 5px 10px;
  border: 1px solid #333;
  color: #333;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer__top > dl dt {
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.footer__top > dl dd {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .footer__top > dl dd {
    gap: 12;
  }
}
.footer__top > dl dd a.--x {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .footer__top > dl dd a.--x {
    width: 5.3333333333vw;
  }
}
.footer__top > dl dd a.--facebook {
  width: 10px;
}
@media screen and (max-width: 768px) {
  .footer__top > dl dd a.--facebook {
    width: 2.6666666667vw;
  }
}
.footer__top > dl dd a.--line {
  width: 23px;
}
@media screen and (max-width: 768px) {
  .footer__top > dl dd a.--line {
    width: 6.1333333333vw;
  }
}
.footer__top > dl dd a.--tiktok {
  width: 19px;
}
@media screen and (max-width: 768px) {
  .footer__top > dl dd a.--tiktok {
    width: 5.0666666667vw;
  }
}
.footer__top > dl dd a.--instagram {
  width: 21px;
}
@media screen and (max-width: 768px) {
  .footer__top > dl dd a.--instagram {
    width: 5.6vw;
  }
}
.footer__top > dl dd a.--youtube {
  width: 23px;
}
@media screen and (max-width: 768px) {
  .footer__top > dl dd a.--youtube {
    width: 6.1333333333vw;
  }
}
.footer__privacypolicy {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  padding: 5px 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer__privacypolicy {
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.footer__copyright {
  font-size: 1.2rem;
  color: #333;
  font-weight: 500;
  text-align: center;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 3.2vw;
    margin-top: 9.6vw;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
}
.menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.1);
  z-index: -1;
}
.menu__body {
  max-width: 360px;
  height: 100%;
  margin-left: auto;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .menu__body {
    max-width: 100%;
  }
}
.menu__body-inner {
  padding: 60px 10px 60px 20px;
  height: 100%;
  overflow: auto;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .menu__body-inner {
    padding: 40px 2.6666666667vw 40px 5.3333333333vw;
  }
}
.menu__list01 {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .menu__list01 {
    padding-bottom: 8vw;
  }
}
.menu__list01-item:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .menu__list01-item:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
}
.menu__list01-link.--current .--small {
  background-color: #0BFF25;
}
.menu__list01-link .--large {
  display: block;
  font-size: 2.4rem;
  color: #0BFF25;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .menu__list01-link .--large {
    font-size: 6.4vw;
  }
}
.menu__list01-link .--small {
  display: block;
  padding: 1px;
  background-color: #FFFCEF;
  color: #333;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .menu__list01-link .--small {
    font-size: 2.6666666667vw;
    padding: 0.2666666667vw;
  }
}
.menu__bottom {
  margin-top: 60px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .menu__bottom {
    margin-top: 16vw;
  }
}
.menu__list02 {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .menu__list02 {
    margin-top: 4.5333333333vw;
  }
}
.menu__list02 li:not(:first-of-type) {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .menu__list02 li:not(:first-of-type) {
    margin-top: 2.1333333333vw;
  }
}
.menu__list02 a {
  font-size: 1.1rem;
  line-height: 1.2;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .menu__list02 a {
    font-size: 2.9333333333vw;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
  display: none;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.modal__body {
  width: 1000px;
  aspect-ratio: 16/9;
  max-width: 95vw;
  max-height: calc(100vh - 70px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal__body {
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 21.3333333333vw);
  }
}
.modal__body iframe, .modal__body video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__close {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
}
@media screen and (max-width: 768px) {
  .modal__close {
    font-size: 6.4vw;
    bottom: calc(100% + 1.3333333333vw);
    right: 2.6666666667vw;
  }
}

.modal-mp4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
  display: none;
}
.modal-mp4__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.modal-mp4__body {
  width: 1000px;
  aspect-ratio: 16/9;
  max-width: 95vw;
  max-height: 95vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal-mp4__body {
    width: 100%;
    max-width: 100%;
  }
}
.modal-mp4__body iframe, .modal-mp4__body video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-mp4__close {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
}
@media screen and (max-width: 768px) {
  .modal-mp4__close {
    font-size: 6.4vw;
    bottom: calc(100% + 1.3333333333vw);
    right: 2.6666666667vw;
  }
}

.section-title {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #0BFF25;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 3.7333333333vw;
  }
}
.section-title .--top {
  display: block;
  font-size: 6.4rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-title .--top {
    font-size: 10.6666666667vw;
  }
}

.mv {
  padding: 88px 0 80px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 11.7333333333vw 0 9.6vw;
  }
}
.mv__title {
  max-width: 1216px;
  padding: 0 20px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 1.4rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .mv__title {
    font-size: 3.7333333333vw;
    padding: 0 6.6666666667vw;
    max-width: 100%;
  }
}
.mv__title .--logo {
  width: 232px;
}
@media screen and (max-width: 768px) {
  .mv__title .--logo {
    width: 58.9333333333vw;
  }
}
.mv__title .--middle {
  display: block;
}
.mv__title .--date {
  display: block;
  font-size: 3.2rem;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .mv__title .--date {
    font-size: 7.4666666667vw;
  }
}
.mv__body {
  margin-top: 21px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv__body {
    margin: 8.8vw 0 0;
  }
}
.mv__body-bg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 452px;
}
@media screen and (max-width: 768px) {
  .mv__body-bg {
    display: none;
  }
}
.mv__body-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.mv__body-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__img {
  width: 624px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__img {
    width: 86.6666666667vw;
    margin: 0 6.6666666667vw;
  }
}
.mv__img .--pict {
  width: 580px;
}
@media screen and (max-width: 768px) {
  .mv__img .--pict {
    width: 81.8666666667vw;
  }
}
.mv__img .--title {
  width: 88px;
  position: absolute;
  top: -66px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv__img .--title {
    width: 11.2vw;
    top: -12vw;
  }
}
.mv__nav {
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mv__nav {
    margin: 5.3333333333vw 2.6666666667vw 0 6.6666666667vw;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .mv__nav li:first-of-type a {
    padding-left: 0;
  }
}
.mv__nav li:not(:first-of-type) {
  position: relative;
}
.mv__nav li:not(:first-of-type)::after {
  content: "/";
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .mv__nav li:not(:first-of-type)::after {
    font-size: 3.4666666667vw;
  }
}
.mv__nav a {
  display: block;
  padding: 0 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__nav a {
    padding: 0 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}

.area-desc {
  padding: 0 0 213px;
}
@media screen and (max-width: 768px) {
  .area-desc {
    padding: 0 0 39.7333333333vw;
  }
}
.area-desc__body {
  padding: 191px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .area-desc__body {
    padding: 22.6666666667vw 6.6666666667vw 19.2vw;
  }
}
.area-desc__body > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.area-desc__text {
  margin: 0 auto 0;
  padding: 0 20px;
  max-width: 840px;
  font-size: 1.4rem;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .area-desc__text {
    font-size: 3.7333333333vw;
    padding: 0;
  }
}

.area-img {
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .area-img {
    padding: 0;
  }
}
.area-img__bg {
  max-width: 1256px;
  margin: 0 auto;
  background-image: url("../images/ver03/mv-bottom-bg.webp");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .area-img__bg {
    max-width: 100%;
    background-image: url("../images/ver03/mv-bottom-bg-sp.webp");
    background-size: cover;
  }
}
.area-img__inner {
  max-width: 900px;
  padding: 27px 0 32px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area-img__inner {
    max-width: 100%;
    padding: 29.0666666667vw 9.8666666667vw 6.6666666667vw;
  }
}
.area-img__inner.--03 {
  max-width: 980px;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .area-img__inner.--03 {
    max-width: 100%;
    padding: 72vw 9.8666666667vw 6.6666666667vw;
  }
}
.area-img__inner .--img01 {
  width: 320px;
  height: 320px;
  position: absolute;
  top: -133px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .area-img__inner .--img01 {
    width: 47.4666666667vw;
    height: 47.4666666667vw;
    position: relative;
    top: 0;
    margin-left: auto;
  }
}
.area-img__inner .--img01 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-img__inner .--img02 {
  max-width: 100%;
  width: 538px;
  height: 320px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area-img__inner .--img02 {
    width: 79.7333333333vw;
    height: 47.4666666667vw;
    position: absolute;
    top: -23.7333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.area-img__inner .--img02 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-img__inner .--img02-01 {
  width: 320px;
  height: 320px;
  position: absolute;
  top: -133px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .area-img__inner .--img02-01 {
    width: 47.4666666667vw;
    height: 47.4666666667vw;
    position: relative;
    top: 0;
  }
}
.area-img__inner .--img02-01 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-img__inner .--img02-02 {
  max-width: 100%;
  width: 538px;
  height: 320px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area-img__inner .--img02-02 {
    width: 79.7333333333vw;
    height: 47.4666666667vw;
    position: absolute;
    top: -23.7333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.area-img__inner .--img02-02 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-img__inner .--img03-01 {
  max-width: 100%;
  width: 538px;
  height: 320px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area-img__inner .--img03-01 {
    width: 79.7333333333vw;
    height: 47.4666666667vw;
    top: 0;
    margin-left: auto;
  }
}
.area-img__inner .--img03-01 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-img__inner .--img03-box {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .area-img__inner .--img03-box {
    width: 80vw;
    height: 80vw;
    right: 50%;
    top: -10.6666666667vw;
    transform: translateX(50%);
  }
}
.area-img__inner .--img03-02 {
  max-width: 100%;
  width: 220px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .area-img__inner .--img03-02 {
    width: 42.6666666667vw;
  }
}
.area-img__inner .--img03-02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-img__inner .--img03-03 {
  max-width: 100%;
  width: 220px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .area-img__inner .--img03-03 {
    width: 42.6666666667vw;
  }
}
.area-img__inner .--img03-03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news {
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 17.3333333333vw;
  }
}
.news .section-title {
  width: -moz-fit-content;
  width: fit-content;
}
.news .deco {
  width: 322px;
  position: absolute;
  top: -166px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .news .deco {
    width: 38.4vw;
    top: -6.1333333333vw;
    left: -5.8666666667vw;
  }
}
.news__inner {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news__inner {
    max-width: 100%;
    padding: 0 6.6666666667vw;
  }
}
.news__list {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .news__list {
    margin-top: 6.4vw;
  }
}
.news__item:not(:last-of-type) {
  border-bottom: 1px solid #C6C6C6;
}
.news__item:first-of-type {
  border-bottom: 1px solid #C6C6C6;
}
.news__link {
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .news__link {
    padding: 3.2vw 0;
    display: block;
  }
}
.news__link .--date {
  display: block;
  color: #fff;
  min-width: 159px;
}
@media screen and (max-width: 768px) {
  .news__link .--date {
    min-width: auto;
    margin-bottom: 1.0666666667vw;
  }
}
.news__more {
  margin-top: 20px;
  padding: 13px;
  display: block;
  width: 100%;
  min-height: 46px;
  border: 1px solid #C6C6C6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__more {
    margin-top: 5.3333333333vw;
    padding: 4vw;
    min-height: 12.2666666667vw;
  }
}
.news__more.on .--icon {
  transform: translate(-50%, -50%) rotate(90deg);
}
.news__more.on .--icon:first-of-type {
  opacity: 0;
}
.news__more .--icon {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s, opacity 0.3s;
}
.news__more .--icon:first-of-type {
  width: 20px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .news__more .--icon:first-of-type {
    width: 4.2666666667vw;
  }
}
.news__more .--icon:nth-of-type(2) {
  width: 1px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .news__more .--icon:nth-of-type(2) {
    height: 4.2666666667vw;
  }
}

.products {
  margin: 100px 0 180px;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .products {
    margin: 21.3333333333vw 0 32vw;
    padding: 0;
  }
}
.products .--badge, .products .--photocard, .products .--postcard, .products .--poster, .products .--visualcard, .products .--syugo {
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 0.5em 0 15px;
}
@media screen and (max-width: 768px) {
  .products .--badge, .products .--photocard, .products .--postcard, .products .--poster, .products .--visualcard, .products .--syugo {
    margin-bottom: 4vw;
    width: 100%;
    max-width: 400px;
  }
}
.products .--badge {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .products .--badge {
    width: 75%;
    max-width: 250px;
  }
}
.products__inner {
  max-width: 1293px;
  padding: 80px 20px;
  margin: 0 auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .products__inner {
    max-width: 100%;
    padding: 16vw 6.6666666667vw;
  }
}
.products__inner > div {
  max-width: 1060px;
  margin: 0 auto;
}
.products .section-title {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.products .section-title span {
  color: #0BFF25;
}
.products__area {
  padding: 60px 0;
  display: flex;
  align-items: flex-start;
  gap: 3.7735849057%;
  color: #333;
}
@media screen and (max-width: 1000px) {
  .products__area {
    gap: 2.1164021164%;
  }
}
@media screen and (max-width: 768px) {
  .products__area {
    padding: 10.6666666667vw 0;
    display: block;
  }
}
.products__area:first-of-type {
  margin-top: 36px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .products__area:first-of-type {
    margin-top: 9.0666666667vw;
  }
}
.products__area:last-of-type {
  padding-bottom: 0;
}
.products__area:not(:first-of-type) {
  border-top: 1px solid #C6C6C6;
}
.products__area:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.products__area:nth-of-type(2n) .products__img {
  margin-right: 0;
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .products__area:nth-of-type(2n) .products__img {
    margin-right: auto;
    margin-left: auto;
  }
}
.products__img {
  display: block;
  width: 38.679245283%;
  margin-right: 100px;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .products__img {
    position: relative;
    width: 100%;
    margin-top: 4vw;
    padding: 0;
    width: calc(100% - 22.4vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.products__img .--credit {
  display: block;
  margin: 4px 0 0;
  text-align: right;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .products__img .--credit {
    margin-top: 1.0666666667vw;
    font-size: 2.6666666667vw;
  }
}
.products__img-item {
  display: block;
  position: relative;
}
.products__body {
  width: 48.1132075472%;
  flex: 0 0 auto;
}
@media screen and (max-width: 1000px) {
  .products__body {
    width: 55.5555555556%;
  }
}
@media screen and (max-width: 768px) {
  .products__body {
    width: 100%;
  }
}
.products__item {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .products__item {
    padding: 5.3333333333vw;
  }
}
.products__item:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .products__item:not(:first-of-type) {
    margin-top: 4vw;
  }
}
.products__item01-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.products__item01-top .--title {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .products__item01-top .--title {
    font-size: 5.3333333333vw;
  }
}
.products__item01-top .--info {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  background-color: #333;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .products__item01-top .--info {
    font-size: 3.2vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.products__item01-desc {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .products__item01-desc {
    margin-top: 4.2666666667vw;
  }
}
.products__item01-desc p, .products__item01-desc span {
  display: block;
  padding-left: 15px;
  font-size: 1.2rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .products__item01-desc p, .products__item01-desc span {
    font-size: 3.2vw;
    padding-left: 4vw;
  }
}
.products__item01-desc p::after, .products__item01-desc span::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
}
.products__tiara01 {
  display: flex;
  margin-top: 20px;
  gap: 3.1914893617%;
}
@media screen and (max-width: 768px) {
  .products__tiara01 {
    display: block;
    margin-top: 5.3333333333vw;
  }
}
.products__tiara01 > dl:first-of-type {
  width: 38.2978723404%;
}
@media screen and (max-width: 768px) {
  .products__tiara01 > dl:first-of-type {
    width: 100%;
  }
}
.products__tiara01 > dl:nth-of-type(2) {
  width: 58.5106382979%;
}
@media screen and (max-width: 768px) {
  .products__tiara01 > dl:nth-of-type(2) {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.products__tiara-note {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .products__tiara-note {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}
.products__item02 dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .products__item02 dl {
    display: block;
  }
}
.products__item02 dl > div:first-of-type {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .products__item02 dl > div:first-of-type {
    width: 100%;
  }
}
.products__item02 dl > div:nth-of-type(2) {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .products__item02 dl > div:nth-of-type(2) {
    width: 100%;
    margin-top: 4vw;
  }
}
.products__item02 dt {
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .products__item02 dt {
    font-size: 4vw;
  }
}
.products__item02 dt::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.products__item02 dd {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .products__item02 dd {
    margin-top: 2.6666666667vw;
  }
}
.products__item02 dd .--item {
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .products__item02 dd .--item {
    font-size: 3.7333333333vw;
  }
}
.products__item02 dd .--item .--num {
  flex: 0 0 auto;
}
.products__item03 dt {
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .products__item03 dt {
    font-size: 4vw;
  }
}
.products__item03 dt::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.products__item03 dd {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .products__item03 dd {
    margin-top: 6.6666666667vw;
  }
}
.products__item03 dd .--item {
  margin: 0 0 10px;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .products__item03 dd .--item {
    margin-bottom: 2.6666666667vw;
  }
}
.products__item03 dd .--item:first-of-type {
  margin-top: 0;
}
.products__item03 dd .--bg {
  color: #E7E7E7;
  background-color: #333;
  padding: 2px 10px;
  font-size: 1.4rem;
  display: inline;
  line-height: 1.9;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 768px) {
  .products__item03 dd .--bg {
    font-size: 3.7333333333vw;
    padding: 0.8vw 2.6666666667vw;
  }
}
.products__item03 dd .--note {
  display: block;
  font-size: 1.2rem;
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  .products__item03 dd .--note {
    font-size: 3.2vw;
    margin: 1.3333333333vw 0 0;
  }
}
.products__item03 dd .--note.--movie {
  display: flex;
  align-items: flex-start;
}
.products__item03 dd .--note.--movie > span:first-of-type {
  flex: 0 0 auto;
}
.products__tokuten {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .products__tokuten {
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}

.reservations {
  margin-top: 60px;
  padding: 20px 0 100px;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  .reservations {
    margin-top: 10.6666666667vw;
    padding: 12vw 0 21.3333333333vw;
  }
}
.reservations__inner {
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reservations__inner {
    max-width: 100%;
    padding: 0 6.6666666667vw;
  }
}
.reservations .section-title {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .reservations .section-title .--top {
    font-size: 9.0666666667vw;
  }
}
.reservations__list {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .reservations__list {
    margin-top: 9.6vw;
    gap: 1.3333333333vw 1.5384615385%;
  }
}
.reservations__list li {
  width: calc(25% - 7.5px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .reservations__list li {
    width: 49.2307692308%;
  }
}
.reservations__list li a {
  display: block;
}

.movie {
  padding: 100px 0 180px;
  background-image: url("../images/ver03/bg-movie.webp");
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .movie {
    padding: 16vw 0 32vw;
    background-image: url("../images/ver03/bg-movie-sp.webp");
  }
}
.movie .deco {
  width: 521px;
  position: absolute;
  top: 58px;
  left: -79px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .movie .deco {
    width: 65.0666666667vw;
    top: -18.6666666667vw;
    left: auto;
    right: -5.8666666667vw;
  }
}
.movie .section-title {
  text-align: center;
  margin: 0 auto 36px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .movie .section-title {
    margin-bottom: 8vw;
  }
}
.movie .section-title .--top {
  color: #0BFF25;
}
.movie__btn {
  display: block;
  transform: scale(0.85);
  position: relative;
  padding: min(1.871257485vw, 25px) min(1.497005988vw, min(1.871257485vw, 25px));
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .movie__btn {
    padding: 4vw 2.6666666667vw;
  }
}
@media (any-hover: hover) {
  .movie__btn:hover {
    opacity: 1;
  }
  .movie__btn:hover .movie__icon {
    opacity: 0.5;
  }
  .movie__btn:hover .movie__icon-triangle {
    transform: translate(-50%, -50%) scale(1.5);
  }
  .movie__btn:hover .movie__icon-play {
    animation-play-state: paused;
  }
}
.movie .splide__slide {
  width: min(67.3652694611vw, 900px);
}
@media screen and (max-width: 768px) {
  .movie .splide__slide {
    width: 84vw;
  }
}
.movie__icon {
  width: 181px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .movie__icon {
    width: 21.3333333333vw;
  }
}
.movie__icon-play {
  animation: animRotate 9s linear infinite;
}
.movie__icon-triangle {
  width: 23px;
  position: absolute;
  top: 50%;
  left: calc(50% + 3px);
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .movie__icon-triangle {
    width: 3.4666666667vw;
    left: calc(50% + 0.5333333333vw);
  }
}
.movie__thumbnail {
  background-color: #000;
  aspect-ratio: 1920/1080;
  -o-object-fit: contain;
     object-fit: contain;
}
.movie .splide__arrow--prev, .movie .splide__arrow--next {
  background-color: transparent;
  border-radius: 0;
  width: 79px;
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 1336px) {
  .movie .splide__arrow--prev, .movie .splide__arrow--next {
    width: 5.7833089312vw;
  }
}
@media screen and (max-width: 768px) {
  .movie .splide__arrow--prev, .movie .splide__arrow--next {
    width: 7.2vw;
  }
}
.movie .splide__arrow--prev img, .movie .splide__arrow--prev svg, .movie .splide__arrow--next img, .movie .splide__arrow--next svg {
  display: none;
}
.movie .splide__arrow--prev {
  background-image: url("../images/ver03/icon-prev.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  left: calc(50% - 509px);
}
@media screen and (max-width: 1336px) {
  .movie .splide__arrow--prev {
    left: calc(50% - 38.0988023952vw);
  }
}
@media screen and (max-width: 768px) {
  .movie .splide__arrow--prev {
    background-image: url("../images/ver03/icon-prev-sp.svg");
    left: 3.4666666667vw;
  }
}
.movie .splide__arrow--next {
  background-image: url("../images/ver03/icon-next.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  right: calc(50% - 509px);
}
@media screen and (max-width: 1336px) {
  .movie .splide__arrow--next {
    right: calc(50% - 38.0988023952vw);
  }
}
@media screen and (max-width: 768px) {
  .movie .splide__arrow--next {
    background-image: url("../images/ver03/icon-next-sp.svg");
    right: 3.4666666667vw;
  }
}
.movie .splide__slide.is-active .movie__btn {
  transform: scale(1);
}

.wwg-banner {
  margin: 80px auto 120px;
  max-width: 845px;
  display: block;
}
@media screen and (max-width: 768px) {
  .wwg-banner {
    margin: 21.3333333333vw auto 21.3333333333vw;
    max-width: calc(100% - 13.3333333333vw);
  }
}

.release-copy {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: rgba(11, 255, 37, 0.75);
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .release-copy {
    font-size: 6.4vw;
    padding: 1.3333333333vw 1.3333333333vw;
  }
}

@keyframes animRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mv .deco {
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
}
.mv .deco.on {
  opacity: 1;
}
.news .deco {
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
}
.news .deco.on {
  opacity: 1;
}

.products .deco01, .products .deco02, .products .deco03, .products .deco04, .products .deco05, .products .deco06, .products .deco07, .products .deco08 {
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
}
.products .deco01.on, .products .deco02.on, .products .deco03.on, .products .deco04.on, .products .deco05.on, .products .deco06.on, .products .deco07.on, .products .deco08.on {
  opacity: 1;
}

.movie .deco {
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
}
.movie .deco.on {
  opacity: 1;
}

@keyframes fly01 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(5px, -10px) rotate(5deg);
  }
  50% {
    transform: translate(0px, -5px) rotate(0deg);
  }
  75% {
    transform: translate(-5px, -10px) rotate(-5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.mb0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 768px) {
  .mt25 {
    margin-top: 6.6666666667vw !important;
  }
}

.target01 {
  position: relative;
  transition: transform 0.4s;
  display: block;
  z-index: 1;
}
.target01-item {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 108%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s;
  transform-origin: bottom center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .target01-item {
    width: 21.3333333333vw;
  }
}
.target01-item.on {
  transform: translate(0, -50%) scale(1.3);
  opacity: 1;
  z-index: 2;
}

.target02 {
  position: relative;
  transition: transform 0.4s, opacity 0.4s, filter 0.4s;
  display: block;
  transform: inherit;
  z-index: 1;
}
.target02.on01 {
  filter: brightness(0.9);
}
.target02.on02 {
  filter: brightness(0.65);
}
.target02.on03 {
  filter: brightness(0.4);
}
.target02.on04 {
  opacity: 0;
  transform: scale(1.2);
}
.target02-item {
  width: 160px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.4s, opacity 0.4s;
  transform-origin: bottom center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .target02-item {
    width: 29.3333333333vw;
  }
}
.target02-item.on {
  transform: translateX(-50%) scale(2);
  opacity: 1;
}

.target03 {
  position: relative;
  transition: transform 0.6s, opacity 0.6s, filter 0.4s;
  display: block;
  z-index: 1;
  transform: inherit;
}
.target03.on01 {
  filter: grayscale(0.8);
}
.target03.on02 {
  transform: scale(1.2);
  opacity: 0;
}
.target03-item {
  width: 160px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.6s, opacity 0.4s;
  transform-origin: bottom center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .target03-item {
    width: 29.3333333333vw;
  }
}
.target03-item.on {
  transform: translateX(-50%) scale(2);
  opacity: 1;
}

.target04 {
  position: relative;
  display: block;
}
.target04-item {
  width: 140px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 50%);
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: bottom center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .target04-item {
    width: 24vw;
    left: auto;
    right: 6.2%;
    transform: translate(0, 50%);
  }
}
.target04-item.on {
  transform: translate(-50%, 0) scale(1.3);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .target04-item.on {
    transform: translate(0, 0) scale(1.3);
  }
}

.target05 {
  position: relative;
  z-index: 5;
}
.target05-item {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, 50%) scale(0.5);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s;
}
@media screen and (max-width: 768px) {
  .target05-item {
    width: 58.6666666667vw;
  }
}
.target05-item.on {
  transform: translate(-50%, 0) scale(1);
  opacity: 1;
}

.target06 {
  position: relative;
  z-index: 5;
}
.target06-item {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 250px;
  transform: translate(-50%, 50%) scale(0.5);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s;
}
@media screen and (max-width: 768px) {
  .target06-item {
    width: 53.3333333333vw;
  }
}
.target06-item.on {
  transform: translate(-50%, 0) scale(1);
  opacity: 1;
}

.target07 {
  position: relative;
  line-height: 1;
  z-index: 1;
}
.target07.on .target07-item {
  transform: translate(-50%, -50%) rotate(0);
  opacity: 1;
}
.target07.on .target07-item img {
  transform: translateX(-50%) scale(1);
}
.target07-item {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(100deg);
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.4s, opacity 0.4s;
  opacity: 0;
}
.target07-item img {
  display: block;
  width: 120%;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  transform-origin: bottom center;
  transition: transform 0.4s, opacity 0.4s;
  z-index: -1;
}

.target08 {
  height: 100%;
  position: relative;
  transition: transform 0.4s;
  display: block;
  z-index: 1;
}
.target08.on {
  transform: translateY(120px);
}
@media screen and (max-width: 768px) {
  .target08.on {
    transform: translateY(16.5333333333vw);
  }
}
.target08-item {
  width: 180px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.4s, opacity 0.4s;
  transform-origin: bottom center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .target08-item {
    width: 29.3333333333vw;
  }
}
.target08-item.on {
  transform: translateX(-50%) scale(1.5);
  opacity: 1;
  z-index: 2;
}

.target09 {
  height: 100%;
  position: relative;
  transition: transform 0.4s, opacity 0.4s, filter 0.4s;
  display: block;
  transform: none;
  z-index: 1;
  background-color: #fff;
}
.target09 video {
  transition: transform 0.4s, opacity 0.4s, filter 0.4s;
}
.target09.on01 video {
  opacity: 0.9;
}
.target09.on02 video {
  opacity: 0.6;
}
.target09.on03 video {
  opacity: 0.3;
}
.target09.on04 {
  opacity: 0;
  transform: scale(1.2);
}
.target09-item {
  width: 160px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.6s, opacity 0.6s;
  transform-origin: bottom center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .target09-item {
    width: 29.3333333333vw;
  }
}
.target09-item.on {
  transform: translateX(-50%) scale(2);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.target10 {
  position: relative;
  line-height: 1;
  z-index: 1;
}
.target10.on .target10-item {
  opacity: 1;
}
.target10.on .target10-item img {
  transform: translate(-50%, 0) scale(1);
}
.target10-item {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.target10-item img {
  display: block;
  width: 120%;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 50%) scale(0.5);
  transition: transform 0.3s, opacity 0.3s;
  z-index: -1;
}

.target11 {
  position: relative;
  line-height: 1;
  z-index: 1;
}
.target11-item {
  position: fixed;
  bottom: 10%;
  left: 0;
  transition: transform 0.4s, opacity 0.4s;
  z-index: 100;
  transform: translateX(-50%) rotate(-20deg);
  transform-origin: bottom right;
  opacity: 0;
}
.target11-item.on {
  opacity: 1;
  transform: translateX(0) rotate(0);
}
.target11-item img {
  height: 60vh;
  width: auto;
}

.target12 {
  position: relative;
  line-height: 1;
  z-index: 1;
}
.target12.on .target12-item {
  opacity: 1;
}
.target12.on .target12-item img {
  transform: translate(-50%, 0) scale(1);
}
.target12-item {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.target12-item img {
  display: block;
  width: 200%;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 50%) scale(0.5);
  transition: transform 0.3s, opacity 0.3s;
  z-index: -1;
}

.target13 {
  position: relative;
}
.target13.on .target13-item {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.target13-item {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  transform-origin: bottom center;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .target13-item {
    width: 26.6666666667vw;
  }
}

.target14 {
  position: relative;
}
.target14.on .target14-item {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.target14-item {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  transform-origin: bottom center;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .target14-item {
    left: -17%;
    width: 26.6666666667vw;
  }
}

.target15 {
  position: relative;
  z-index: 5;
}
.target15-item {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  width: 250px;
  transform: translate(50%, -50%) scale(0.5);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s;
}
@media screen and (max-width: 768px) {
  .target15-item {
    right: calc(100% - 8vw);
    width: 40vw;
  }
}
.target15-item.on {
  transform: translate(0, -50%) scale(1);
  opacity: 1;
}

.target16-item {
  position: fixed;
  bottom: 0;
  right: 20px;
  width: 300px;
  z-index: 200;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateY(100%) scale(0.8);
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .target16-item {
    right: 1.3333333333vw;
    width: 34.6666666667vw;
  }
}
.target16-item.on {
  transform: inherit;
}

.target17-item {
  position: fixed;
  bottom: 0;
  left: 10px;
  width: 350px;
  transform: translate(0, 100%) scale(0.75);
  transition: transform 0.2s linear;
  z-index: 21;
}
@media screen and (max-width: 768px) {
  .target17-item {
    width: 53.3333333333vw;
    left: 0;
  }
}
.target17-item.on {
  transform: translate(0, 0) scale(1);
}

.target18-item {
  position: fixed;
  bottom: 0;
  right: 10px;
  width: 350px;
  transform: translate(0, 100%) scale(0.75);
  transition: transform 0.2s linear;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .target18-item {
    right: 0;
    width: 56vw;
  }
}
.target18-item.on {
  transform: translate(0, 0) scale(1);
}

.target19-item {
  position: fixed;
  bottom: 0;
  right: 10px;
  width: 350px;
  transform: translate(0, 100%) scale(0.75);
  transition: transform 0.2s linear;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .target19-item {
    right: 0;
    width: 50.6666666667vw;
  }
}
.target19-item.on {
  transform: translate(0, 0) scale(1);
}

.target20-item {
  position: fixed;
  bottom: 0;
  right: 10px;
  width: 350px;
  transform: translate(0, 100%) scale(0.75);
  transition: transform 0.2s linear;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .target20-item {
    right: 0;
    width: 50.6666666667vw;
  }
}
.target20-item.on {
  transform: translate(0, 0) scale(1);
}

.target21-item {
  position: fixed;
  bottom: 0;
  right: 10px;
  width: 350px;
  transform: translate(0, 100%) scale(0.75);
  transition: transform 0.2s linear;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .target21-item {
    right: 0;
    width: 56vw;
  }
}
.target21-item.on {
  transform: translate(0, 0) scale(1);
}

.target22 {
  position: relative;
}
.target22-item {
  position: absolute;
  top: 50%;
  left: calc(100% + 30px);
  width: 300px;
  transform: translate(-50%, -50%) scale(0.75);
  transition: transform 0.2s linear, opacity 0.2s linear;
  z-index: 10;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .target22-item {
    width: 45.3333333333vw;
    left: 85%;
  }
}
.target22-item.on {
  transform: translate(0, -50%) scale(1);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .target22-item.on {
    transform: translate(0, 0) scale(1);
  }
}

.target23-02 {
  position: relative;
}
.target23-02 .target23-item {
  position: absolute;
  bottom: -85px;
  left: calc(100% + 50px);
  width: 200px;
  transform: translate(0, 0) scale(0.5);
  transition: transform 0.3s linear, opacity 0.3s linear;
  z-index: 10;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .target23-02 .target23-item {
    width: 48vw;
    bottom: -40vw;
    left: 105%;
  }
}
.target23-02 .target23-item.on {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s linear;
}

.target24-item {
  position: fixed;
  bottom: 0;
  left: 10px;
  width: 350px;
  transform: translate(0, 100%) scale(0.75);
  transition: transform 0.2s linear;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .target24-item {
    width: 50.6666666667vw;
    left: 0;
  }
}
.target24-item.on {
  transform: translate(0, 0) scale(1);
}

.target25-item {
  position: fixed;
  bottom: 0;
  left: 10px;
  width: 350px;
  transform: translate(0, 100%) scale(0.75);
  transition: transform 0.2s linear;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .target25-item {
    left: 0;
    width: 50.6666666667vw;
  }
}
.target25-item.on {
  transform: translate(0, 0) scale(1);
}

.target26 {
  position: relative;
  height: 100%;
  transition: transform 0.4s;
  display: block;
  z-index: 1;
}
.target26.on {
  transform: translateY(120px);
}
@media screen and (max-width: 768px) {
  .target26.on {
    transform: translateY(16.5333333333vw);
  }
}
.target26-item {
  width: 180px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.4s, opacity 0.4s;
  transform-origin: bottom center;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .target26-item {
    width: 34.6666666667vw;
  }
}
.target26-item.on {
  transform: translateX(-50%) scale(1.5);
  opacity: 1;
  z-index: 2;
}

.target27 {
  position: relative;
  height: 100%;
  transition: transform 0.4s;
  display: block;
  z-index: 1;
}
.target27.on {
  transform: translateX(-120px);
}
@media screen and (max-width: 768px) {
  .target27.on {
    transform: translateX(-16.5333333333vw);
  }
}
.target27-item {
  width: 260px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(0.75);
  transition: transform 0.4s, opacity 0.4s;
  transform-origin: bottom center;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .target27-item {
    width: 48vw;
  }
}
.target27-item.on {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  z-index: 2;
}

.target28-item {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  width: 250px;
  transform: translate(50%, -50%) scale(0.5);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s;
}
@media screen and (max-width: 768px) {
  .target28-item {
    right: calc(100% - 8vw);
    width: 40vw;
  }
}
.target28-item.on {
  transform: translate(0, -50%) scale(1);
  opacity: 1;
}

.target29 {
  position: relative;
  height: 100%;
  transition: transform 0.4s;
  display: block;
  z-index: 1;
}
.target29.on {
  transform: translateX(120px);
}
@media screen and (max-width: 768px) {
  .target29.on {
    transform: translateX(17.0666666667vw);
  }
}
.target29-item {
  pointer-events: none;
  width: 260px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0.75);
  transition: transform 0.4s, opacity 0.4s;
  transform-origin: bottom center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .target29-item {
    width: 48vw;
    left: -9.8666666667vw;
  }
}
.target29-item.on {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  z-index: 2;
}

.target30-item {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 132px;
  transform: translate(-50%, -100%) scale(0.5);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s linear;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .target30-item {
    right: 0;
    width: 26.6666666667vw;
  }
}
.target30-item.on {
  transform: translate(-50%, 0) scale(1);
}

.target31-item {
  position: fixed;
  top: 10px;
  left: 20px;
  width: 300px;
  z-index: 200;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s;
  transform: translateY(-100%) scale(0.8);
  opacity: 0;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .target31-item {
    top: 2.6666666667vw;
    left: 1.3333333333vw;
    width: 42.6666666667vw;
  }
}
.target31-item.on {
  transform: inherit;
  opacity: 1;
}

.target32 {
  position: relative;
  height: 100%;
  transition: transform 0.4s;
  display: block;
  z-index: 1;
}
.target32.on {
  transform: translateX(-120px);
}
@media screen and (max-width: 768px) {
  .target32.on {
    transform: translateX(-17.0666666667vw);
  }
}
.target32-item {
  width: 260px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(0.75);
  transition: transform 0.4s, opacity 0.4s;
  transform-origin: bottom center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .target32-item {
    width: 48vw;
    right: -8vw;
  }
}
.target32-item.on {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  z-index: 2;
}/*# sourceMappingURL=base.css.map */