@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
.mainVisual__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1082;
  background: #000;
}
.mainVisual__inner .scrollAssist {
  display: none;
}
@media (max-width: 768px) {
  .mainVisual__inner {
    aspect-ratio: 1/2;
  }
}
.mainVisual__inner .topmain {
  position: absolute;
  top: 0;
  left: 0;
}
.mainVisual__inner .top_main00 {
  pointer-events: none;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  transition: opacity 1s;
  opacity: 0;
}
.mainVisual__inner .top_main00 .txt {
  text-align: center;
}
.mainVisual__inner .top_main00 .txt img {
  width: 500px;
  max-width: 80vw;
}
.mainVisual__inner .top_main00.on {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.mainVisual__inner .top_main00.on .txt {
  -webkit-animation: top_main00txt-animation 15s forwards linear;
          animation: top_main00txt-animation 15s forwards linear;
}
.mainVisual__inner .top_main00.on2 {
  filter: opacity(0);
  transition: filter 2s 1s;
}
@-webkit-keyframes top_main00txt-animation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes top_main00txt-animation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
.mainVisual__inner .top_main01 {
  z-index: 2;
}
.mainVisual__inner .top_main01 .cover {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background: radial-gradient(ellipse 60% 40%, rgba(0, 0, 0, 0) 0%, #000 10%);
  width: 100%;
  height: 100%;
  filter: opacity(1);
  transition: transform 0s, filter 0s;
}
.mainVisual__inner .top_main01 .top_main01_img01 {
  opacity: 0;
  z-index: 1;
  filter: blur(10px);
  transform: scale(1);
  transition: opacity 0s, filter 0s;
}
.mainVisual__inner .top_main01 .top_main01_txt01 {
  z-index: 2;
  opacity: 0;
  transform: translateY(0.4vw);
}
.mainVisual__inner .top_main01 .top_main01_txt02 {
  bottom: 80px;
  z-index: 2;
  opacity: 0;
  transform: translateY(0.4vw);
}
@media (max-width: 768px) {
  .mainVisual__inner .top_main01 .top_main01_txt02 {
    bottom: 9%;
  }
}
.mainVisual__inner .top_main01 .top_main01_txt03 {
  z-index: 2;
}
.mainVisual__inner .top_main01.on {
  transition: opacity 0.2s;
}
.mainVisual__inner .top_main01.on .cover {
  opacity: 1;
  transform: scale(6000%);
  filter: opacity(0);
  transition: opacity 1s 0s ease-in-out, transform 12s 0s ease-out, filter 2s 3s ease-in-out;
}
.mainVisual__inner .top_main01.on .top_main01_img01 {
  opacity: 1;
  filter: blur(0);
  transform: scale(1.15);
  transition: opacity 0.5s 0s, filter 2s 0s, transform 12s linear;
}
.mainVisual__inner .top_main01.on .top_main01_txt01 {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s 1.5s, transform 1s 1.5s;
}
.mainVisual__inner .top_main01.on .top_main01_txt02 {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s 1.5s, transform 1s 1.5s;
}
.mainVisual__inner .top_main02 {
  z-index: 1;
  opacity: 0;
}
.mainVisual__inner .top_main02 .top_main02_img01 {
  opacity: 1;
}
.mainVisual__inner .top_main02 .top_main02_txt01 {
  opacity: 0;
  transform: translateY(2%);
}
.mainVisual__inner .top_main02 .image {
  overflow: hidden;
}
.mainVisual__inner .top_main02 .image .mainVisual_cap01 {
  opacity: 0;
  transition: opacity 0.5s;
}
.mainVisual__inner .top_main02 .image img {
  opacity: 0;
  transform: scale(1.1);
}
.mainVisual__inner .top_main02.on {
  z-index: 4;
  opacity: 1;
  transition: opacity 2s;
}
.mainVisual__inner .top_main02.on .top_main02_img01 {
  opacity: 1;
  transition: opacity 3s ease-in;
  -webkit-animation: top_main02_img01-animation 2s 1.5s forwards linear;
          animation: top_main02_img01-animation 2s 1.5s forwards linear;
}
@-webkit-keyframes top_main02_img01-animation {
  0% {
    filter: brightness(100%);
  }
  30% {
    filter: brightness(180%);
  }
  100% {
    filter: brightness(100%);
  }
}
@keyframes top_main02_img01-animation {
  0% {
    filter: brightness(100%);
  }
  30% {
    filter: brightness(180%);
  }
  100% {
    filter: brightness(100%);
  }
}
.mainVisual__inner .top_main02.on .top_main02_txt01 {
  opacity: 1;
  transform: none;
  transition: opacity 1s 0.5s, transform 1s 0.5s;
  -webkit-animation: top_main02_txt01-animation 2s 1.5s forwards linear;
          animation: top_main02_txt01-animation 2s 1.5s forwards linear;
}
@-webkit-keyframes top_main02_txt01-animation {
  0% {
    filter: brightness(100%) contrast(1);
  }
  30% {
    filter: brightness(300%) contrast(1);
  }
  100% {
    filter: brightness(100%) contrast(1);
  }
}
@keyframes top_main02_txt01-animation {
  0% {
    filter: brightness(100%) contrast(1);
  }
  30% {
    filter: brightness(300%) contrast(1);
  }
  100% {
    filter: brightness(100%) contrast(1);
  }
}
.mainVisual__inner .top_main02.on .image {
  transition-delay: 0.3s;
}
.mainVisual__inner .top_main02.on .image .mainVisual_cap01 {
  opacity: 1;
  transition: opacity 0.5s 2s;
}
.mainVisual__inner .top_main02.on .image img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.2s, transform 1.9s;
}
.mainVisual__inner .top_main02.on .top_main02_obj02 img {
  transition-delay: 0.8s;
}
.mainVisual__inner .top_main02.on .top_main02_obj03 img {
  transition-delay: 1s;
}
.mainVisual__inner .top_main02.on .top_main02_obj04 img {
  transition-delay: 0.6s;
}

.top_btn_play {
  background: rgb(91, 91, 91);
  position: absolute;
  bottom: 30px;
  right: 25px;
  text-align: center;
  font-family: "EB garamond";
  width: 120px;
  padding: 6px;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  z-index: 15;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .top_btn_play {
    bottom: unset;
    top: 80px;
    right: 20px;
    transform: scale(0.8);
    transform-origin: right top;
  }
}
.top_btn_play::after {
  transition: color 0.3s ease-in-out;
  content: "PLAY";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_btn_play.finish {
  color: rgba(255, 255, 255, 0);
}
.top_btn_play.finish::after {
  color: #fff;
}
/*# sourceMappingURL=mv.css.map */