@charset "UTF-8";
/* --------------------------------------------------
-------------------------------------------------- 関数 */
#intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #151829;
  z-index: 100;
  display: none;
}
#intro .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0.7;
  width: 40vw;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #intro .logo {
    width: 70.3125vw;
  }
}
#intro .logo img {
  filter: grayscale(1);
  mix-blend-mode: lighten;
}
#intro .amane {
  filter: grayscale(1);
  top: 0;
  width: 200vw;
  position: absolute;
  left: 50%;
  transform: translateX(-45%);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #intro .amane {
    top: 50%;
    width: 300vw;
    height: 93.75vw;
    transform: translate(-45%, -50%);
    overflow: hidden;
  }
}
#intro .amane img {
  filter: blur(5px);
}
@media only screen and (max-width: 768px) {
  #intro .amane::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46.875vw;
    background-image: linear-gradient(0deg, rgba(21, 24, 41, 0), rgba(21, 24, 41, 0.5), #151829);
    z-index: 2;
  }
}
@media only screen and (max-width: 768px) {
  #intro .amane::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46.875vw;
    background-image: linear-gradient(0deg, #151829, rgba(21, 24, 41, 0.5), rgba(21, 24, 41, 0));
    z-index: 2;
  }
}
#intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: linear-gradient(0deg, rgba(21, 24, 41, 0), rgba(21, 24, 41, 0.5), #151829);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #intro::before {
    display: none;
  }
}
#intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: linear-gradient(0deg, #151829, rgba(21, 24, 41, 0.5), rgba(21, 24, 41, 0));
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #intro::after {
    display: none;
  }
}

#logo-top {
  display: none;
}

#keyvisual {
  position: relative;
  height: 86.5vw;
  z-index: 3;
  overflow: hidden;
  background-color: #071250;
}
@media only screen and (max-width: 768px) {
  #keyvisual {
    padding-bottom: 23.4375vw;
    height: auto;
  }
}
#keyvisual h1 {
  position: absolute;
  top: 13.6vw;
  left: -1vw;
  width: 39.9vw;
  z-index: 2;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual h1 {
    top: 109.375vw;
    left: 0;
    width: auto;
  }
}
#keyvisual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/kv/bg-pc.webp") no-repeat top center;
  background-size: cover;
  opacity: 0.7;
  transition: all 0.8s ease;
}
@media only screen and (max-width: 768px) {
  #keyvisual .bg {
    background-image: url("../img/top/kv/bg-sp.webp");
  }
}
#keyvisual .bg {
  filter: brightness(0.6) grayscale(1);
  transition: all 2s 0.5s ease;
}
#keyvisual .spotlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: hard-light;
}
#keyvisual .spotlight .spot {
  position: absolute;
  transform-origin: bottom center;
  background-image: linear-gradient(0deg, #b2d1ff, rgba(178, 209, 255, 0));
}
#keyvisual .spotlight .spot.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #keyvisual .spotlight .spot.sp {
    display: block;
  }
}
#keyvisual .spotlight .spot1, #keyvisual .spotlight .spot2 {
  bottom: 0px;
  width: 5.4vw;
  height: 45.8vw;
}
@media only screen and (max-width: 768px) {
  #keyvisual .spotlight .spot1, #keyvisual .spotlight .spot2 {
    height: 39.0625vw;
    width: 10.625vw;
  }
}
#keyvisual .spotlight .spot1 {
  left: -2.5vw;
  transform: skewX(-44deg);
}
@media only screen and (max-width: 768px) {
  #keyvisual .spotlight .spot1 {
    left: -26.5625vw;
  }
}
#keyvisual .spotlight .spot2 {
  right: -2.5vw;
  transform: skewX(44deg);
}
@media only screen and (max-width: 768px) {
  #keyvisual .spotlight .spot2 {
    right: -26.5625vw;
  }
}
#keyvisual .spotlight .spot3, #keyvisual .spotlight .spot4 {
  bottom: 0px;
  width: 10.4vw;
  height: 50.3vw;
}
@media only screen and (max-width: 768px) {
  #keyvisual .spotlight .spot3, #keyvisual .spotlight .spot4 {
    width: 4.6875vw;
    top: 20.3125vw;
    bottom: inherit;
  }
}
#keyvisual .spotlight .spot3 {
  transform: skewX(-44deg);
  left: 20vw;
}
@media only screen and (max-width: 768px) {
  #keyvisual .spotlight .spot3 {
    left: -9.375vw;
  }
}
#keyvisual .spotlight .spot4 {
  transform: skewX(44deg);
  right: 20vw;
}
@media only screen and (max-width: 768px) {
  #keyvisual .spotlight .spot4 {
    right: -9.375vw;
  }
}
#keyvisual .feather {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual .feather {
    bottom: -31.25vw;
  }
}
#keyvisual .spotlight .spot1 {
  transform: skewX(-100deg);
  transition: all 0.7s 0.4s ease;
}
#keyvisual .spotlight .spot2 {
  transform: skewX(100deg);
  transition: all 0.7s 0.4s ease;
}
#keyvisual .spotlight .spot3 {
  transform: skewX(-100deg);
  transition: all 0.7s 0.3s ease;
}
#keyvisual .spotlight .spot4 {
  transform: skewX(100deg);
  transition: all 0.7s 0.3s ease;
}
#keyvisual .amane {
  position: relative;
  opacity: 0;
}
#keyvisual .shine {
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(3px) brightness(50);
  opacity: 0;
}
#keyvisual .catch {
  position: absolute;
  top: 57.6vw;
  left: 0;
  width: 36.6vw;
  z-index: 2;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.4s 2.6s ease;
}
@media only screen and (max-width: 768px) {
  #keyvisual .catch {
    top: 152.34375vw;
    left: 8.75vw;
    width: 82.03125vw;
    transform: translateX(0) translateY(10px);
  }
}
#keyvisual.move .bg {
  opacity: 1;
  filter: brightness(1) grayscale(0);
}
#keyvisual.move .spotlight .spot1 {
  transform: skewX(-44deg);
}
#keyvisual.move .spotlight .spot2 {
  transform: skewX(44deg);
}
#keyvisual.move .spotlight .spot3 {
  transform: skewX(-44deg);
}
#keyvisual.move .spotlight .spot4 {
  transform: skewX(44deg);
}
#keyvisual.move .catch {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
#keyvisual .bnr_message {
  position: absolute;
  right: 20px;
  top: 400px;
  width: 294px;
  z-index: 10;
}
@media only screen and (max-width: 1620px) {
  #keyvisual .bnr_message {
    width: 18.1481481481vw;
    right: 1.2345679012vw;
    top: 24.6913580247vw;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .bnr_message {
    width: 27.5vw;
    right: 3.125vw;
    top: 93.75vw;
  }
}
#keyvisual .bnr_message a {
  position: relative;
  display: block;
  transition: all 0.25s ease;
}
#keyvisual .bnr_message a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 22px;
  height: 30px;
  background: url("../img/parts/arrow_bl_line.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1620px) {
  #keyvisual .bnr_message a::after {
    width: 1.3580246914vw;
    right: 1.8518518519vw;
    right: 0.9259259259vw;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .bnr_message a::after {
    width: 2.03125vw;
    height: 2.8125vw;
    right: 1.5625vw;
  }
}
#keyvisual .bnr_message a span {
  position: absolute;
  display: block;
  width: 205px;
  height: 1.3px;
  transition: all 0.25s 0.05s ease;
}
@media only screen and (max-width: 1620px) {
  #keyvisual .bnr_message a span {
    width: 12.6543209877vw;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .bnr_message a span {
    width: 19.0625vw;
    height: 0.8px;
  }
}
#keyvisual .bnr_message a span::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #0C20DA;
  transition: all 0.25s ease;
}
#keyvisual .bnr_message a span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../img/parts/motif_bl.svg") no-repeat top center;
  background-size: contain;
  transform-origin: 50% 0%;
  transition: all 0.25s 0.05s ease;
}
@media only screen and (max-width: 1620px) {
  #keyvisual .bnr_message a span::after {
    width: 0.9259259259vw;
    height: 0.9259259259vw;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .bnr_message a span::after {
    width: 1.40625vw;
    height: 1.40625vw;
  }
}
#keyvisual .bnr_message a span.deco1 {
  top: 22px;
  right: 32px;
}
@media only screen and (max-width: 1620px) {
  #keyvisual .bnr_message a span.deco1 {
    top: 1.3580246914vw;
    right: 1.975308642vw;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .bnr_message a span.deco1 {
    top: 2.34375vw;
    right: 2.96875vw;
  }
}
#keyvisual .bnr_message a span.deco1::after {
  right: -8px;
  -webkit-animation: rotateWithPause 3s ease infinite;
          animation: rotateWithPause 3s ease infinite;
}
@media only screen and (max-width: 1620px) {
  #keyvisual .bnr_message a span.deco1::after {
    right: -0.4938271605vw;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .bnr_message a span.deco1::after {
    right: -0.625vw;
  }
}
#keyvisual .bnr_message a span.deco2 {
  bottom: 22px;
  left: 32px;
}
@media only screen and (max-width: 1620px) {
  #keyvisual .bnr_message a span.deco2 {
    bottom: 1.3580246914vw;
    left: 1.975308642vw;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .bnr_message a span.deco2 {
    bottom: 2.34375vw;
    left: 2.96875vw;
  }
}
#keyvisual .bnr_message a span.deco2::after {
  left: -8px;
  -webkit-animation: rotateWithPause 3s 1s ease infinite;
          animation: rotateWithPause 3s 1s ease infinite;
}
@media only screen and (max-width: 1620px) {
  #keyvisual .bnr_message a span.deco2::after {
    left: -0.4938271605vw;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .bnr_message a span.deco2::after {
    left: -0.625vw;
  }
}
#keyvisual .bnr_message a:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  #keyvisual .bnr_message a:hover {
    transform: scale(1);
  }
}
#keyvisual .bnr_message a:hover:after {
  opacity: 0;
  transform: translateX(20px) translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #keyvisual .bnr_message a:hover:after {
    transform: translateX(0) translateY(-50%);
  }
}
#keyvisual .bnr_message a:hover span::before {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual .bnr_message a:hover span::before {
    opacity: 1;
  }
}
#keyvisual .bnr_message a:hover span.deco1 {
  transform: translateY(10px);
}
@media only screen and (max-width: 768px) {
  #keyvisual .bnr_message a:hover span.deco1 {
    transform: translateY(0);
  }
}
#keyvisual .bnr_message a:hover span.deco1::after {
  right: calc(100% - 8px);
}
@media only screen and (max-width: 1620px) {
  #keyvisual .bnr_message a:hover span.deco1::after {
    right: calc(100% - 0.4938271605vw);
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .bnr_message a:hover span.deco1::after {
    right: -0.625vw;
  }
}
#keyvisual .bnr_message a:hover span.deco2 {
  transform: translateY(-10px);
}
@media only screen and (max-width: 768px) {
  #keyvisual .bnr_message a:hover span.deco2 {
    transform: translateY(0);
  }
}
#keyvisual .bnr_message a:hover span.deco2::after {
  left: calc(100% - 8px);
}
@media only screen and (max-width: 1620px) {
  #keyvisual .bnr_message a:hover span.deco2::after {
    left: calc(100% - 0.4938271605vw);
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .bnr_message a:hover span.deco2::after {
    left: -0.625vw;
  }
}

#content .bg-con {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/top/bg_con-pc.jpg") no-repeat top center;
  background-size: cover;
  z-index: -1;
}
#content .inner {
  position: relative;
  width: 1520px;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 1620px) {
  #content .inner {
    width: 93.8271604938vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .inner {
    width: 90.625vw;
  }
}
#content .ttl-box {
  position: relative;
}
#content h2 svg {
  width: 100%;
  height: auto;
}
#content h2 .jp {
  position: absolute;
  left: 0;
  bottom: -90px;
}
@media only screen and (max-width: 1620px) {
  #content h2 .jp {
    bottom: -5.5555555556vw;
  }
}
@media only screen and (max-width: 768px) {
  #content h2 .jp {
    bottom: -8.4375vw;
  }
}
#content .trigger {
  position: absolute;
  top: 0;
  left: 180px;
}
@media only screen and (max-width: 1620px) {
  #content .trigger {
    left: 11.1111111111vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .trigger {
    left: 17.5vw;
  }
}
#content .trigger .line {
  position: relative;
  width: 1130px;
  height: 2.4px;
}
@media only screen and (max-width: 1620px) {
  #content .trigger .line {
    width: 69.7530864198vw;
    height: 0.1481481481vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .trigger .line {
    width: 52.5vw;
    height: 1px;
  }
}
#content .trigger .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#content .trigger .parts-list {
  position: absolute;
  top: -1px;
  left: 1176px;
  display: flex;
  align-items: center;
  gap: 0 34px;
}
@media only screen and (max-width: 1620px) {
  #content .trigger .parts-list {
    left: 72.5925925926vw;
    gap: 0 2.0987654321vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .trigger .parts-list {
    left: 55.9375vw;
    gap: 0 4.0625vw;
  }
}
#content .trigger .parts-list .parts {
  position: relative;
}
#content .trigger .parts-list .parts::before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 6px;
  width: 2px;
  height: 9px;
  background-color: #fff;
}
@media only screen and (max-width: 1620px) {
  #content .trigger .parts-list .parts::before {
    bottom: 0.3703703704vw;
    width: 0.1234567901vw;
    height: 0.5555555556vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .trigger .parts-list .parts::before {
    bottom: 0.78125vw;
    width: 1px;
    height: 1.09375vw;
  }
}
#content .trigger .parts-list .parts::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 6px;
  width: 2px;
  height: 9px;
  background-color: #fff;
}
@media only screen and (max-width: 1620px) {
  #content .trigger .parts-list .parts::after {
    top: 0.3703703704vw;
    width: 0.1234567901vw;
    height: 0.5555555556vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .trigger .parts-list .parts::after {
    top: 0.78125vw;
    width: 1px;
    height: 1.09375vw;
  }
}
#content .trigger .parts-list .parts span {
  display: block;
  width: 4px;
}
@media only screen and (max-width: 1620px) {
  #content .trigger .parts-list .parts span {
    width: 0.2469135802vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .trigger .parts-list .parts span {
    width: 0.46875vw;
  }
}
#content .trigger .parts-list .parts span::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 6px;
  width: 9px;
  height: 2px;
  background-color: #fff;
}
@media only screen and (max-width: 1620px) {
  #content .trigger .parts-list .parts span::before {
    right: 0.3703703704vw;
    width: 0.5555555556vw;
    height: 0.1234567901vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .trigger .parts-list .parts span::before {
    right: 0.78125vw;
    width: 1.09375vw;
    height: 1px;
  }
}
#content .trigger .parts-list .parts span::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  width: 9px;
  height: 2px;
  background-color: #fff;
}
@media only screen and (max-width: 1620px) {
  #content .trigger .parts-list .parts span::after {
    left: 0.3703703704vw;
    width: 0.5555555556vw;
    height: 0.1234567901vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .trigger .parts-list .parts span::after {
    left: 0.78125vw;
    width: 1.09375vw;
    height: 1px;
  }
}
#content .trigger .bullet {
  position: absolute;
  top: -2px;
  left: 1308px;
  width: 32px;
}
@media only screen and (max-width: 1620px) {
  #content .trigger .bullet {
    left: 80.7407407407vw;
    top: -0.1234567901vw;
    left: 80.7407407407vw;
    width: 1.975308642vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .trigger .bullet {
    top: -0.3125vw;
    width: 4.0625vw;
    left: 68.4375vw;
  }
}
#content .trigger__wh .line::after {
  background-color: #fff;
}
#content .trigger__wh .parts-list .parts::before, #content .trigger__wh .parts-list .parts::after {
  background-color: #fff;
}
#content .trigger__wh .parts-list .parts span::before, #content .trigger__wh .parts-list .parts span::after {
  background-color: #fff;
}
#content .trigger__gold .line::after {
  background-color: #B4A468;
}
#content .trigger__gold .parts-list .parts::before, #content .trigger__gold .parts-list .parts::after {
  background-color: #B4A468;
}
#content .trigger__gold .parts-list .parts span::before, #content .trigger__gold .parts-list .parts span::after {
  background-color: #B4A468;
}
#content .motif {
  position: absolute;
  top: -50px;
  height: 62px;
  right: calc(50% - 794px);
  width: 65px;
  background: url("../img/parts/motif_cp_wh.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1620px) {
  #content .motif {
    top: -3.0864197531vw;
    height: 3.8271604938vw;
    right: calc(50% - 49.012345679vw);
    width: 4.012345679vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .motif {
    top: -1.875vw;
    width: 6.5625vw;
    height: 6.5625vw;
    right: 0vw;
  }
}
#content .motif__wh {
  background-image: url("../img/parts/motif_cp_wh.svg");
}
#content .motif__bl {
  background-image: url("../img/parts/motif_cp_bl.svg");
}
#content h2 {
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: all 0.3s 0.4s ease;
}
#content h2 .jp {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s 0.6s ease;
}
#content .trigger .line::after {
  width: 0;
  transition: all 0.25s 0.2s ease;
}
#content .trigger .parts-list .parts {
  transform: scale(1.3);
}
#content .trigger .parts-list .parts::before {
  transform: translate(0, 20px);
  opacity: 0;
}
#content .trigger .parts-list .parts span {
  opacity: 0;
}
#content .trigger .parts-list .parts::after {
  transform: translateY(-20px);
  opacity: 0;
}
#content .trigger .parts-list .parts span::before {
  transform: translateX(20px);
  opacity: 0;
}
#content .trigger .parts-list .parts span::after {
  transform: translateX(-20px);
  opacity: 0;
}
#content .trigger .parts-list .parts:nth-child(1) {
  transition: all 0.25s 0.4s ease;
}
#content .trigger .parts-list .parts:nth-child(1)::before, #content .trigger .parts-list .parts:nth-child(1)::after {
  transition: all 0.25s 0.2s ease;
}
#content .trigger .parts-list .parts:nth-child(1) span {
  transition: all 0.25s 0.2s ease;
}
#content .trigger .parts-list .parts:nth-child(1) span::before, #content .trigger .parts-list .parts:nth-child(1) span::after {
  transition: all 0.25s 0.2s ease;
}
#content .trigger .parts-list .parts:nth-child(2) {
  transition: all 0.25s 0.45s ease;
}
#content .trigger .parts-list .parts:nth-child(2)::before, #content .trigger .parts-list .parts:nth-child(2)::after {
  transition: all 0.25s 0.25s ease;
}
#content .trigger .parts-list .parts:nth-child(2) span {
  transition: all 0.25s 0.25s ease;
}
#content .trigger .parts-list .parts:nth-child(2) span::before, #content .trigger .parts-list .parts:nth-child(2) span::after {
  transition: all 0.25s 0.25s ease;
}
#content .trigger .parts-list .parts:nth-child(3) {
  transition: all 0.25s 0.5s ease;
}
#content .trigger .parts-list .parts:nth-child(3)::before, #content .trigger .parts-list .parts:nth-child(3)::after {
  transition: all 0.25s 0.3s ease;
}
#content .trigger .parts-list .parts:nth-child(3) span {
  transition: all 0.25s 0.3s ease;
}
#content .trigger .parts-list .parts:nth-child(3) span::before, #content .trigger .parts-list .parts:nth-child(3) span::after {
  transition: all 0.25s 0.3s ease;
}
#content .trigger .bullet {
  left: 0;
  opacity: 0;
  transition: all 0.6s 0s ease;
}
#content section.move-on h2 {
  transform: scaleY(1);
}
#content section.move-on h2 .jp {
  opacity: 1;
  transform: translate(0, 0);
}
#content section.move-on .trigger .line::after {
  width: 100%;
}
#content section.move-on .trigger .parts-list .parts {
  transform: scale(1);
}
#content section.move-on .trigger .parts-list .parts::before, #content section.move-on .trigger .parts-list .parts::after {
  opacity: 1;
  transform: translateY(0);
}
#content section.move-on .trigger .parts-list .parts span {
  opacity: 1;
}
#content section.move-on .trigger .parts-list .parts span::before, #content section.move-on .trigger .parts-list .parts span::after {
  opacity: 1;
  transform: translateY(0);
}
#content section.move-on .trigger .bullet {
  left: 1308px;
  opacity: 1;
}
@media only screen and (max-width: 1620px) {
  #content section.move-on .trigger .bullet {
    left: 80.7407407407vw;
  }
}
@media only screen and (max-width: 768px) {
  #content section.move-on .trigger .bullet {
    left: 68.4375vw;
  }
}

#news {
  position: relative;
  padding: 132px 0 88px;
  margin-top: -1.5vw;
  background: url("../img/top/news/bg-pc.png") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 1620px) {
  #news {
    padding: 8.1481481481vw 0 5.4320987654vw;
  }
}
@media only screen and (max-width: 768px) {
  #news {
    padding: 30vw 0 13.75vw;
    margin-top: -22.65625vw;
  }
}
#news::before {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #news::before {
    width: calc(100% - 9.375vw);
    bottom: -0.15625vw;
  }
}
#news::after {
  content: "";
  display: block;
  width: 26px;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: -2px;
  background: url("../img/parts/bullet_wh.svg") no-repeat top center;
  background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #news::after {
    width: 4.0625vw;
    height: 0.78125vw;
    bottom: -0.3125vw;
  }
}
#news .spotlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#news .spotlight .spot {
  position: absolute;
  transform-origin: bottom center;
  background-image: linear-gradient(0deg, #0c20da, rgba(12, 32, 218, 0));
}
#news .spotlight .spot.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #news .spotlight .spot.sp {
    display: block;
  }
}
#news .spotlight .spot1, #news .spotlight .spot2 {
  bottom: 0px;
  width: 108px;
  height: 816px;
}
@media only screen and (max-width: 1620px) {
  #news .spotlight .spot1, #news .spotlight .spot2 {
    width: 6.6666666667vw;
    height: 50.3703703704vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .spotlight .spot1, #news .spotlight .spot2 {
    height: 39.0625vw;
    width: 10.625vw;
  }
}
#news .spotlight .spot1 {
  left: -150px;
  transform: skewX(-44deg);
}
@media only screen and (max-width: 1620px) {
  #news .spotlight .spot1 {
    left: -9.2592592593vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .spotlight .spot1 {
    left: -26.5625vw;
  }
}
#news .spotlight .spot2 {
  right: -150px;
  transform: skewX(44deg);
}
@media only screen and (max-width: 1620px) {
  #news .spotlight .spot2 {
    right: -9.2592592593vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .spotlight .spot2 {
    right: -26.5625vw;
  }
}
#news .spotlight .spot3, #news .spotlight .spot4 {
  bottom: 430px;
  width: 66px;
  height: 606px;
}
@media only screen and (max-width: 1620px) {
  #news .spotlight .spot3, #news .spotlight .spot4 {
    bottom: 26.5432098765vw;
    width: 4.0740740741vw;
    height: 37.4074074074vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .spotlight .spot3, #news .spotlight .spot4 {
    width: 4.6875vw;
    top: 20.3125vw;
    bottom: inherit;
  }
}
#news .spotlight .spot3 {
  transform: skewX(-44deg);
  left: -80px;
}
@media only screen and (max-width: 1620px) {
  #news .spotlight .spot3 {
    left: -4.9382716049vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .spotlight .spot3 {
    left: -9.375vw;
  }
}
#news .spotlight .spot4 {
  transform: skewX(44deg);
  right: -80px;
}
@media only screen and (max-width: 1620px) {
  #news .spotlight .spot4 {
    right: -4.9382716049vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .spotlight .spot4 {
    right: -9.375vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .spotlight .spot5, #news .spotlight .spot6 {
    top: 31.25vw;
    height: 62.5vw;
    width: 10.625vw;
  }
}
#news .spotlight .spot5 {
  transform: skewX(-44deg);
}
@media only screen and (max-width: 768px) {
  #news .spotlight .spot5 {
    left: -26.5625vw;
  }
}
#news .spotlight .spot6 {
  transform: skewX(44deg);
}
@media only screen and (max-width: 768px) {
  #news .spotlight .spot6 {
    right: -26.5625vw;
  }
}
#news h2 {
  width: 242px;
  margin-bottom: 135px;
}
@media only screen and (max-width: 1620px) {
  #news h2 {
    width: 14.9382716049vw;
    margin-bottom: 8.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #news h2 {
    width: 30.3125vw;
    margin-bottom: 16.875vw;
  }
}
#news h2 .jp {
  width: 133px;
}
@media only screen and (max-width: 1620px) {
  #news h2 .jp {
    width: 8.2098765432vw;
  }
}
@media only screen and (max-width: 768px) {
  #news h2 .jp {
    width: 17.03125vw;
  }
}
#news .trigger {
  top: 64px;
}
@media only screen and (max-width: 1620px) {
  #news .trigger {
    top: 3.950617284vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .trigger {
    top: 9.6875vw;
  }
}
#news .news__list ul {
  width: 1200px;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 1620px) {
  #news .news__list ul {
    width: 74.0740740741vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul {
    width: auto;
    margin-bottom: 9.0625vw;
  }
}
#news .news__list ul li:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1620px) {
  #news .news__list ul li:not(:last-child) {
    margin-bottom: 1.8518518519vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li:not(:last-child) {
    margin-bottom: 4.6875vw;
  }
}
#news .news__list ul li a {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 110px 1fr;
  gap: 0 70px;
  padding: 32px 200px 32px 100px;
  color: #fff;
  background-color: #071250;
  border: 1px solid #fff;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.25s ease;
  overflow: hidden;
}
@media only screen and (max-width: 1620px) {
  #news .news__list ul li a {
    grid-template-columns: 6.7901234568vw 1fr;
    gap: 0 4.3209876543vw;
    padding: 1.975308642vw 12.3456790123vw 1.975308642vw 6.1728395062vw;
    border-radius: 6.1728395062vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a {
    display: block;
    border-radius: 7.8125vw;
    padding: 3.125vw 3.125vw 4.6875vw;
  }
}
#news .news__list ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: linear-gradient(0deg, #0c20da, rgba(12, 32, 218, 0.7));
  transition: all 0.25s ease;
}
#news .news__list ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  width: 59px;
  height: 59px;
  background: url("../img/top/news/icon.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1620px) {
  #news .news__list ul li a::after {
    right: 6.1728395062vw;
    width: 3.6419753086vw;
    height: 3.6419753086vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a::after {
    top: 2.8125vw;
    right: 3.125vw;
    transform: unset;
    width: 6.875vw;
    height: 6.875vw;
  }
}
#news .news__list ul li a:hover {
  border-color: #071250;
}
#news .news__list ul li a:hover::before {
  opacity: 1;
}
#news .news__list ul li a:hover::after {
  transform: scale(1.05) translateX(50px) translateY(-50%) rotate(135deg);
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a:hover::after {
    transform: unset;
  }
}
#news .news__list ul li time {
  position: relative;
  font-size: 29px;
  line-height: 1;
  font-family: "Playfair Display", serif;
  margin-bottom: 5px;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1620px) {
  #news .news__list ul li time {
    font-size: 1.7901234568vw;
    margin-bottom: 0.3086419753vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li time {
    display: inline-block;
    font-size: 4.375vw;
    margin-bottom: 1.5625vw;
  }
}
#news .news__list ul li time span {
  display: block;
  font-size: 44px;
}
@media only screen and (max-width: 1620px) {
  #news .news__list ul li time span {
    font-size: 2.7160493827vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li time span {
    display: inline;
    font-size: 6.875vw;
  }
}
#news .news__list ul li p {
  position: relative;
  font-size: 20px;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1620px) {
  #news .news__list ul li p {
    font-size: 1.2345679012vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li p {
    font-size: 3.125vw;
  }
}
#news .spotlight .spot1 {
  transform: skewX(-100deg);
  transition: all 0.7s 0.4s ease;
}
@media only screen and (max-width: 768px) {
  #news .spotlight .spot1 {
    transition: all 0.7s 0.5s ease;
  }
}
#news .spotlight .spot2 {
  transform: skewX(100deg);
  transition: all 0.7s 0.4s ease;
}
@media only screen and (max-width: 768px) {
  #news .spotlight .spot2 {
    transition: all 0.7s 0.5s ease;
  }
}
#news .spotlight .spot3 {
  transform: skewX(-100deg);
  transition: all 0.7s 0.3s ease;
}
#news .spotlight .spot4 {
  transform: skewX(100deg);
  transition: all 0.7s 0.3s ease;
}
#news .spotlight .spot5 {
  transform: skewX(-100deg);
  transition: all 0.7s 0.4s ease;
}
#news .spotlight .spot6 {
  transform: skewX(100deg);
  transition: all 0.7s 0.4s ease;
}
#news .news__list ul li {
  transform: translateY(30px);
  opacity: 0;
}
#news .news__list ul li:nth-child(1) {
  transition: all 0.4s 0.8s ease;
}
#news .news__list ul li:nth-child(2) {
  transition: all 0.4s 0.85s ease;
}
#news .news__list ul li:nth-child(3) {
  transition: all 0.4s 0.9s ease;
}
#news .btn {
  opacity: 0;
  transition: all 0.6s 1s ease;
}
#news.move-on .spotlight .spot1 {
  transform: skewX(-44deg);
}
#news.move-on .spotlight .spot2 {
  transform: skewX(44deg);
}
#news.move-on .spotlight .spot3 {
  transform: skewX(-44deg);
}
#news.move-on .spotlight .spot4 {
  transform: skewX(44deg);
}
#news.move-on .spotlight .spot5 {
  transform: skewX(-44deg);
}
#news.move-on .spotlight .spot6 {
  transform: skewX(44deg);
}
#news.move-on .news__list ul li {
  transform: translateY(0px);
  opacity: 1;
}
#news.move-on .btn {
  opacity: 1;
}

#merch {
  padding: 168px 0 85px;
  background-image: linear-gradient(0deg, rgba(12, 32, 218, 0.7), rgb(12, 32, 218));
}
@media only screen and (max-width: 1620px) {
  #merch {
    padding: 10.3703703704vw 0 5.2469135802vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch {
    padding: 18.75vw 0 14.0625vw;
  }
}
#merch .motif {
  top: -64px;
}
@media only screen and (max-width: 1620px) {
  #merch .motif {
    top: -3.950617284vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .motif {
    top: -4.375vw;
  }
}
#merch h2 {
  width: 293px;
  margin-bottom: 125px;
}
@media only screen and (max-width: 1620px) {
  #merch h2 {
    width: 18.0864197531vw;
    margin-bottom: 7.7160493827vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch h2 {
    width: 36.71875vw;
    margin-bottom: 15.9375vw;
  }
}
#merch h2 .jp {
  width: 94px;
  bottom: -76px;
}
@media only screen and (max-width: 1620px) {
  #merch h2 .jp {
    width: 5.8024691358vw;
    bottom: -4.6913580247vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch h2 .jp {
    width: 12.1875vw;
    bottom: -7.1875vw;
  }
}
#merch .trigger {
  top: 42px;
}
@media only screen and (max-width: 1620px) {
  #merch .trigger {
    top: 2.5925925926vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .trigger {
    top: 7.5vw;
  }
}
#merch .merch__box {
  position: relative;
  margin-bottom: 59px;
}
@media only screen and (max-width: 1620px) {
  #merch .merch__box {
    margin-bottom: 3.6419753086vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .merch__box {
    margin-bottom: 7.8125vw;
  }
}
#merch .merch__box .frame {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1620px) {
  #merch .merch__box .frame {
    width: 74.0740740741vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .merch__box .frame {
    width: 95.9375vw;
    margin-left: -2.65625vw;
  }
}
#merch .merch__box .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
}
@media only screen and (max-width: 1620px) {
  #merch .merch__box .image {
    width: 61.7283950617vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .merch__box .image {
    width: 100%;
  }
}
#merch .merch__box .image a {
  display: block;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}
@media only screen and (max-width: 768px) {
  #merch .merch__box .image a {
    border: none;
  }
}
#merch .merch__box .image a:hover {
  transform: scale(0.98);
  border-color: #fff;
}
@media only screen and (max-width: 768px) {
  #merch .merch__box .image a:hover {
    transform: scale(1);
  }
}
#merch .merch__box .frame {
  transform: scaleY(0);
  transition: all 0.4s 0.7s ease;
}
#merch .merch__box .image {
  opacity: 0;
  transform: scale(1.05) translate(-50%, -50%);
  transition: all 0.4s 0.9s ease;
}
#merch .btn {
  opacity: 0;
  transition: all 0.4s 1.1s ease;
}
#merch.move-on .merch__box .frame {
  transform: scaleY(1);
}
#merch.move-on .merch__box .image {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
#merch.move-on .btn {
  opacity: 1;
}

#message {
  padding: 144px 0 114px;
  background: url("../img/parts/dot_bk.png") repeat top center #fff;
  background-size: 100% auto;
}
@media only screen and (max-width: 1620px) {
  #message {
    padding: 8.8888888889vw 0 7.037037037vw;
  }
}
@media only screen and (max-width: 768px) {
  #message {
    padding: 9.6875vw 0 14.0625vw;
  }
}
#message .motif {
  top: -22px;
}
@media only screen and (max-width: 1620px) {
  #message .motif {
    top: -1.3580246914vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .motif {
    top: 3.75vw;
  }
}
#message .spotlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#message .spotlight .spot {
  position: absolute;
  transform-origin: bottom center;
  background-image: linear-gradient(0deg, #a5aeff, rgba(165, 174, 255, 0));
}
#message .spotlight .spot .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #message .spotlight .spot .sp {
    display: none;
  }
}
#message .spotlight .spot1, #message .spotlight .spot2 {
  bottom: 0px;
  width: 128px;
  height: 1116px;
}
@media only screen and (max-width: 1620px) {
  #message .spotlight .spot1, #message .spotlight .spot2 {
    width: 7.9012345679vw;
    height: 68.8888888889vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .spotlight .spot1, #message .spotlight .spot2 {
    height: 39.0625vw;
    width: 10.625vw;
  }
}
#message .spotlight .spot1 {
  left: -420px;
  transform: skewX(-45deg);
}
@media only screen and (max-width: 1620px) {
  #message .spotlight .spot1 {
    left: -25.9259259259vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .spotlight .spot1 {
    left: -26.5625vw;
  }
}
#message .spotlight .spot2 {
  right: -420px;
  transform: skewX(45deg);
}
@media only screen and (max-width: 1620px) {
  #message .spotlight .spot2 {
    right: -25.9259259259vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .spotlight .spot2 {
    right: -26.5625vw;
  }
}
#message .spotlight .spot3, #message .spotlight .spot4 {
  bottom: 730px;
  width: 86px;
  height: 566px;
}
@media only screen and (max-width: 1620px) {
  #message .spotlight .spot3, #message .spotlight .spot4 {
    bottom: 45.0617283951vw;
    width: 5.3086419753vw;
    height: 34.9382716049vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .spotlight .spot3, #message .spotlight .spot4 {
    width: 4.6875vw;
    top: 19.53125vw;
    bottom: inherit;
  }
}
#message .spotlight .spot3 {
  transform: skewX(-48deg);
  left: -80px;
}
@media only screen and (max-width: 1620px) {
  #message .spotlight .spot3 {
    left: -4.9382716049vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .spotlight .spot3 {
    left: -9.375vw;
  }
}
#message .spotlight .spot4 {
  transform: skewX(48deg);
  right: -80px;
}
@media only screen and (max-width: 1620px) {
  #message .spotlight .spot4 {
    right: -4.9382716049vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .spotlight .spot4 {
    right: -9.375vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .spotlight .spot5, #message .spotlight .spot6 {
    top: 41.40625vw;
    height: 31.25vw;
    width: 7.5vw;
  }
}
#message .spotlight .spot5 {
  transform: skewX(-48deg);
}
@media only screen and (max-width: 768px) {
  #message .spotlight .spot5 {
    left: -17.1875vw;
  }
}
#message .spotlight .spot6 {
  transform: skewX(48deg);
}
@media only screen and (max-width: 768px) {
  #message .spotlight .spot6 {
    right: -17.1875vw;
  }
}
#message h2 {
  position: relative;
  width: 691px;
  margin-bottom: 84px;
  z-index: 2;
}
@media only screen and (max-width: 1620px) {
  #message h2 {
    width: 42.6543209877vw;
    margin-bottom: 5.1851851852vw;
  }
}
@media only screen and (max-width: 768px) {
  #message h2 {
    width: 100%;
    margin-bottom: 2.1875vw;
  }
}
#message h2 .jp {
  width: 399px;
  left: 298px;
  bottom: 206px;
  transform: translate(-20px, 0);
}
@media only screen and (max-width: 1620px) {
  #message h2 .jp {
    width: 24.6296296296vw;
    left: 18.3950617284vw;
    bottom: 12.7160493827vw;
  }
}
@media only screen and (max-width: 768px) {
  #message h2 .jp {
    width: 33.90625vw;
    left: 42.96875vw;
    bottom: 24.21875vw;
  }
}
@media only screen and (max-width: 768px) {
  #message h2 .jp .pc {
    display: none;
  }
}
#message h2 .jp .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #message h2 .jp .sp {
    display: block;
  }
}
#message .trigger {
  top: 130px;
}
@media only screen and (max-width: 1620px) {
  #message .trigger {
    top: 8.024691358vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .trigger {
    top: 16.875vw;
  }
}
#message .message__box {
  position: relative;
  margin-bottom: 59px;
}
@media only screen and (max-width: 1620px) {
  #message .message__box {
    margin-bottom: 3.6419753086vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .message__box {
    margin-bottom: 6.25vw;
  }
}
#message .message__box .frame {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1620px) {
  #message .message__box .frame {
    width: 74.0740740741vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .message__box .frame {
    width: 97.5vw;
    margin-left: -3.4375vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .message__box .frame img {
    height: 56.25vw;
  }
}
#message .message__box .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
}
@media only screen and (max-width: 1620px) {
  #message .message__box .image {
    width: 61.7283950617vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .message__box .image {
    width: 100%;
  }
}
#message .message__box .image a {
  display: block;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}
@media only screen and (max-width: 768px) {
  #message .message__box .image a {
    border: none;
  }
}
#message .message__box .image a:hover {
  transform: scale(0.98);
  border-color: #B4A468;
}
@media only screen and (max-width: 768px) {
  #message .message__box .image a:hover {
    transform: scale(1);
  }
}
#message .spotlight .spot1 {
  transform: skewX(-100deg);
  transition: all 0.7s 0.4s ease;
}
@media only screen and (max-width: 768px) {
  #message .spotlight .spot1 {
    transition: all 0.7s 0.5s ease;
  }
}
#message .spotlight .spot2 {
  transform: skewX(100deg);
  transition: all 0.7s 0.4s ease;
}
@media only screen and (max-width: 768px) {
  #message .spotlight .spot2 {
    transition: all 0.7s 0.5s ease;
  }
}
#message .spotlight .spot3 {
  transform: skewX(-100deg);
  transition: all 0.7s 0.3s ease;
}
#message .spotlight .spot4 {
  transform: skewX(100deg);
  transition: all 0.7s 0.3s ease;
}
#message .spotlight .spot5 {
  transform: skewX(-100deg);
  transition: all 0.7s 0.4s ease;
}
#message .spotlight .spot6 {
  transform: skewX(100deg);
  transition: all 0.7s 0.4s ease;
}
#message .message__box .frame {
  transform: scale(1.4);
  opacity: 0;
  transition: all 0.4s 0.7s ease;
}
#message .message__box .image {
  opacity: 0;
  transform: scale(0.6) translate(-50%, -50%);
  transition: all 0.4s 0.8s ease;
  transform-origin: top left;
}
#message .btn {
  opacity: 0;
  transition: all 0.4s 1s ease;
}
#message.move-on .spotlight .spot1 {
  transform: skewX(-44deg);
}
#message.move-on .spotlight .spot2 {
  transform: skewX(44deg);
}
#message.move-on .spotlight .spot3 {
  transform: skewX(-44deg);
}
#message.move-on .spotlight .spot4 {
  transform: skewX(44deg);
}
#message.move-on .spotlight .spot5 {
  transform: skewX(-44deg);
}
#message.move-on .spotlight .spot6 {
  transform: skewX(44deg);
}
#message.move-on .message__box .frame {
  opacity: 1;
  transform: scaleY(1);
}
#message.move-on .message__box .image {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
#message.move-on .btn {
  opacity: 1;
}

#album {
  position: relative;
  padding: 182px 0 92px;
  background: url("../img/top/album/bg-pc.jpg") repeat top center;
  background-size: 100% auto;
}
@media only screen and (max-width: 1620px) {
  #album {
    padding: 11.2345679012vw 0 5.6790123457vw;
  }
}
@media only screen and (max-width: 768px) {
  #album {
    padding: 17.1875vw 0 10.9375vw;
  }
}
#album::before {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #album::before {
    width: calc(100% - 9.375vw);
    bottom: -0.15625vw;
  }
}
#album::after {
  content: "";
  display: block;
  width: 26px;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: -2px;
  background: url("../img/parts/bullet_wh.svg") no-repeat top center;
  background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #album::after {
    width: 4.0625vw;
    height: 0.78125vw;
    bottom: -0.3125vw;
  }
}
#album .motif {
  top: -65px;
}
@media only screen and (max-width: 1620px) {
  #album .motif {
    top: -4.012345679vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .motif {
    top: -4.375vw;
  }
}
#album h2 {
  width: 292px;
  margin-bottom: 186px;
}
@media only screen and (max-width: 1620px) {
  #album h2 {
    width: 18.024691358vw;
    margin-bottom: 11.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  #album h2 {
    width: 36.5625vw;
    margin-bottom: 19.375vw;
  }
}
#album h2 .jp {
  width: 127px;
  bottom: -74px;
}
@media only screen and (max-width: 1620px) {
  #album h2 .jp {
    width: 7.8395061728vw;
    bottom: -4.5679012346vw;
  }
}
@media only screen and (max-width: 768px) {
  #album h2 .jp {
    width: 16.40625vw;
    bottom: -7.03125vw;
  }
}
#album .trigger {
  top: 48px;
}
@media only screen and (max-width: 1620px) {
  #album .trigger {
    top: 2.962962963vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .trigger {
    top: 7.5vw;
  }
}
#album p {
  color: #fff;
}
#album .album__box {
  width: 1200px;
  margin: 0 auto 52px;
}
@media only screen and (max-width: 1620px) {
  #album .album__box {
    width: 74.0740740741vw;
    margin: 0 auto 3.2098765432vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__box {
    width: auto;
    margin-bottom: 8.59375vw;
  }
}
#album .album__box__items {
  margin-bottom: 75px;
}
@media only screen and (max-width: 1620px) {
  #album .album__box__items {
    margin-bottom: 4.6296296296vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__box__items {
    padding: 0 14.375vw 19.375vw;
  }
}
#album .album__box__items .wrap-grid {
  display: grid;
  grid-template-columns: 280px 398px 398px;
  justify-content: space-between;
}
@media only screen and (max-width: 1620px) {
  #album .album__box__items .wrap-grid {
    grid-template-columns: 17.2839506173vw 24.5679012346vw 24.5679012346vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .wrap-grid {
    display: flex;
    align-items: center;
  }
}
#album .album__box__items .item {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .item {
    opacity: 0 !important;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .item.swiper-slide-active {
    opacity: 1 !important;
  }
}
#album .album__box__items .item .image {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1620px) {
  #album .album__box__items .item .image {
    margin-bottom: 0.9259259259vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .item .image {
    margin-bottom: 1.5625vw;
  }
}
#album .album__box__items .item p {
  font-size: 18px;
}
@media only screen and (max-width: 1620px) {
  #album .album__box__items .item p {
    font-size: 1.1111111111vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .item p {
    font-size: 2.8125vw;
  }
}
#album .album__box__items .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .swiper-pagination {
    display: block;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .swiper-pagination span {
    width: 15.625vw;
    height: 15.625vw;
    border: 0.78125vw solid transparent;
    border-radius: 0;
    opacity: 1;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .swiper-pagination span.swiper-pagination-bullet-active {
    border-color: #B4A468;
  }
}
#album .album__box__items .swiper-pagination span:nth-child(1) {
  background: url("../img/top/album/thumb01.jpg") no-repeat top center;
  background-size: cover;
}
#album .album__box__items .swiper-pagination span:nth-child(2) {
  background: url("../img/top/album/thumb02.jpg") no-repeat top center;
  background-size: cover;
}
#album .album__box__items .swiper-pagination span:nth-child(3) {
  background: url("../img/top/album/thumb03.jpg") no-repeat top center;
  background-size: cover;
}
#album .album__box__items .swiper-button-prev,
#album .album__box__items .swiper-button-next {
  display: none;
  transform: translateY(-50%);
  background: url("../img/parts/arrow_gold.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .swiper-button-prev,
#album .album__box__items .swiper-button-next {
    display: block;
    width: 5.15625vw;
    height: 7.1875vw;
  }
}
#album .album__box__items .swiper-button-prev::after,
#album .album__box__items .swiper-button-next::after {
  display: none;
}
#album .album__box__items .swiper-button-prev {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top center;
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .swiper-button-prev {
    left: 2.1875vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .swiper-button-prev:hover {
    transform: rotate(180deg) scale(1) translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .swiper-button-next {
    right: 2.1875vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .swiper-button-next:hover {
    transform: scale(1) translateY(-50%);
  }
}
#album .album__box__about {
  grid-template-columns: 523px 1fr;
  gap: 0 75px;
}
@media only screen and (max-width: 1620px) {
  #album .album__box__about {
    grid-template-columns: 32.2839506173vw 1fr;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__box__about {
    display: block;
  }
}
#album .album__box__about .name p {
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 1620px) {
  #album .album__box__about .name p {
    font-size: 1.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__box__about .name p {
    font-size: 3.75vw;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__box__about .name {
    margin-bottom: 3.90625vw;
  }
}
#album .album__box__about .text p {
  font-size: 18px;
}
@media only screen and (max-width: 1620px) {
  #album .album__box__about .text p {
    font-size: 1.1111111111vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__box__about .text p {
    font-size: 2.8125vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__box__items {
    opacity: 0;
    transform: translateY(15.625vw);
    transition: all 0.4s 0.6s ease;
  }
}
#album .album__box__items .item {
  opacity: 0;
  transform: translateY(100px);
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .item {
    opacity: 1;
    transform: translateY(0);
  }
}
#album .album__box__items .item:nth-child(1) {
  transition: all 0.4s 0.6s ease;
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .item:nth-child(1) {
    transition: all 0.3s ease;
  }
}
#album .album__box__items .item:nth-child(2) {
  transition: all 0.4s 0.65s ease;
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .item:nth-child(2) {
    transition: all 0.3s ease;
  }
}
#album .album__box__items .item:nth-child(3) {
  transition: all 0.4s 0.7s ease;
}
@media only screen and (max-width: 768px) {
  #album .album__box__items .item:nth-child(3) {
    transition: all 0.3s ease;
  }
}
#album .album__box__about {
  opacity: 0;
  transition: all 0.4s 0.9s ease;
}
#album .btn {
  opacity: 0;
  transition: all 0.4s 1s ease;
}
@media only screen and (max-width: 768px) {
  #album.move-on .album__box__items {
    transform: translateY(0);
    opacity: 1;
  }
}
#album.move-on .album__box__items .item {
  opacity: 1;
  transform: translateY(0px);
}
@media only screen and (max-width: 768px) {
  #album.move-on .album__box__items .item {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  #album.move-on .album__box__items .item.swiper-slide-active {
    opacity: 1;
  }
}
#album.move-on .album__box__about {
  opacity: 1;
}
#album.move-on .btn {
  opacity: 1;
}

#video {
  position: relative;
  padding: 165px 0 90px;
  background-image: linear-gradient(0deg, rgba(12, 32, 218, 0.7), rgb(12, 32, 218));
}
@media only screen and (max-width: 2000px) {
  #video {
    padding: 8.25vw 0 4.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #video {
    padding: 17.1875vw 0 14.0625vw;
  }
}
#video::before {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #video::before {
    width: calc(100% - 9.375vw);
    bottom: -0.15625vw;
  }
}
#video::after {
  content: "";
  display: block;
  width: 26px;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: -2px;
  background: url("../img/parts/bullet_wh.svg") no-repeat top center;
  background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #video::after {
    width: 4.0625vw;
    height: 0.78125vw;
    bottom: -0.3125vw;
  }
}
#video .motif {
  top: -55px;
}
@media only screen and (max-width: 1620px) {
  #video .motif {
    top: -3.3950617284vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .motif {
    top: -2.1875vw;
  }
}
#video h2 {
  width: 290px;
  margin-bottom: 128px;
}
@media only screen and (max-width: 2000px) {
  #video h2 {
    width: 14.5vw;
    margin-bottom: 6.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #video h2 {
    width: 36.25vw;
    margin-bottom: 21.09375vw;
  }
}
#video h2 .jp {
  width: 65px;
}
@media only screen and (max-width: 1620px) {
  #video h2 .jp {
    width: 4.012345679vw;
  }
}
@media only screen and (max-width: 768px) {
  #video h2 .jp {
    width: 8.28125vw;
    bottom: -9.0625vw;
  }
}
#video .trigger {
  top: 64px;
}
@media only screen and (max-width: 1620px) {
  #video .trigger {
    top: 3.950617284vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .trigger {
    top: 9.375vw;
  }
}
#video .video__list {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 2000px) {
  #video .video__list {
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list {
    padding: 0 9.375vw 0;
    margin-bottom: 9.375vw;
  }
}
#video .video__list .swiper-wrapper {
  width: 100%;
  height: 402px;
  padding: 52px 0;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-wrapper {
    height: 20.1vw;
    padding: 2.6vw 0;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-wrapper {
    height: 45.9375vw;
    padding: 0 0 10.625vw;
  }
}
#video .video__list .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s 0.2s ease;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-wrapper .swiper-slide {
    opacity: 0;
  }
}
#video .video__list .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 32, 218, 0.7);
}
#video .video__list .swiper-wrapper .swiper-slide a {
  position: relative;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  transition: all 0.5s ease;
}
#video .video__list .swiper-wrapper .swiper-slide a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 200px;
  background-color: rgba(12, 32, 218, 0.8);
  transition: all 0.25s ease;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-wrapper .swiper-slide a::before {
    width: 5vw;
    height: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-wrapper .swiper-slide a::before {
    width: 15.625vw;
    height: 15.625vw;
  }
}
#video .video__list .swiper-wrapper .swiper-slide a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
  height: 30px;
  background: url("../img/parts/arrow_wh.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-wrapper .swiper-slide a::after {
    width: 1.05vw;
    height: 1.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-wrapper .swiper-slide a::after {
    width: 3.28125vw;
    height: 4.6875vw;
  }
}
#video .video__list .swiper-wrapper .swiper-slide a:hover::before {
  transform: translate(-50%, -50%) scale(1.1);
}
#video .video__list .swiper-wrapper .swiper-slide a:hover::after {
  transform: translate(-50%, -50%) scale(1.3);
  background-image: url("../img/parts/arrow_wh_line.svg");
}
#video .video__list .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1.26);
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
  }
}
#video .video__list .swiper-wrapper .swiper-slide.swiper-slide-active a {
  filter: blur(0);
}
#video .video__list .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  opacity: 0;
  visibility: hidden;
}
#video .video__list .swiper-wrapper .swiper-slide .deco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 113px;
  height: 102px;
  background: url("../img/top/video/deco.svg") no-repeat top left;
  background-size: contain;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-wrapper .swiper-slide .deco::before {
    width: 5.65vw;
    height: 5.1vw;
  }
}
#video .video__list .swiper-wrapper .swiper-slide .deco::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, 1);
  width: 113px;
  height: 102px;
  background: url("../img/top/video/deco.svg") no-repeat top right;
  background-size: contain;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-wrapper .swiper-slide .deco::after {
    width: 5.65vw;
    height: 5.1vw;
  }
}
#video .video__list .swiper-wrapper .swiper-slide .deco span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 113px;
  height: 102px;
  transform: scale(1, -1);
  background: url("../img/top/video/deco.svg") no-repeat top left;
  background-size: contain;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-wrapper .swiper-slide .deco span::before {
    width: 5.65vw;
    height: 5.1vw;
  }
}
#video .video__list .swiper-wrapper .swiper-slide .deco span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
  width: 113px;
  height: 102px;
  background: url("../img/top/video/deco.svg") no-repeat top right;
  background-size: contain;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-wrapper .swiper-slide .deco span::after {
    width: 5.65vw;
    height: 5.1vw;
  }
}
#video .video__list .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#video .video__list .swiper-pagination {
  bottom: 0;
}
#video .video__list .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: url("../img/top/video/pagination_off.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-pagination .swiper-pagination-bullet {
    width: 1vw;
    height: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-pagination .swiper-pagination-bullet {
    width: 3.125vw;
    height: 3.125vw;
    margin: 0 1.40625vw;
  }
}
#video .video__list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url("../img/top/video/pagination_on.svg");
}
#video .video__list .swiper-button-prev1,
#video .video__list .swiper-button-next1 {
  transform: translateY(-50%);
  width: 33px;
  height: 46px;
  background: url("../img/parts/arrow_gold.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-button-prev1,
#video .video__list .swiper-button-next1 {
    width: 1.65vw;
    height: 2.3vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-prev1,
#video .video__list .swiper-button-next1 {
    width: 5.15625vw;
    height: 7.1875vw;
  }
}
#video .video__list .swiper-button-prev1::after,
#video .video__list .swiper-button-next1::after {
  display: none;
}
#video .video__list .swiper-button-prev1 {
  left: calc(50% - 500px);
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top center;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-button-prev1 {
    left: calc(50% - 25vw);
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-prev1 {
    left: 2.1875vw;
  }
}
#video .video__list .swiper-button-prev1:hover {
  transform: rotate(180deg) scale(1.1) translateY(-50%) translateX(20px);
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-prev1:hover {
    transform: rotate(180deg) scale(1) translateY(-50%);
  }
}
#video .video__list .swiper-button-next1 {
  right: calc(50% - 500px);
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-button-next1 {
    right: calc(50% - 25vw);
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-next1 {
    right: 2.1875vw;
  }
}
#video .video__list .swiper-button-next1:hover {
  transform: scale(1.1) translateY(-50%) translateX(20px);
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-next1:hover {
    transform: scale(1) translateY(-50%);
  }
}
#video .video__list .swiper-button-prev2,
#video .video__list .swiper-button-next2 {
  display: block;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 30px;
  font-family: "Bebas Neue", serif;
  letter-spacing: 0.04em;
  color: #fff;
  top: inherit;
  bottom: 0;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-button-prev2,
#video .video__list .swiper-button-next2 {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-prev2,
#video .video__list .swiper-button-next2 {
    font-size: 4.6875vw;
  }
}
#video .video__list .swiper-button-prev2::after,
#video .video__list .swiper-button-next2::after {
  content: "";
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 11px;
  background: url("../img/top/video/arrow.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-button-prev2::after,
#video .video__list .swiper-button-next2::after {
    width: 2vw;
    height: 0.55vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-prev2::after,
#video .video__list .swiper-button-next2::after {
    width: 6.25vw;
    height: 1.71875vw;
  }
}
#video .video__list .swiper-button-prev2 {
  left: calc(50% - 178px);
  padding-left: 35px;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-button-prev2 {
    left: calc(50% - 8.9vw);
    padding-left: 1.75vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-prev2 {
    left: 16.5625vw;
    padding-left: 4.6875vw;
  }
}
#video .video__list .swiper-button-prev2::after {
  right: 65%;
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-prev2::after {
    right: 68%;
  }
}
#video .video__list .swiper-button-prev2:hover::after {
  transform: translateY(-50%) translateX(-10px);
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-prev2:hover::after {
    transform: translateY(-50%);
  }
}
#video .video__list .swiper-button-next2 {
  right: calc(50% - 178px);
  padding-right: 35px;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-button-next2 {
    right: calc(50% - 8.9vw);
    padding-right: 1.75vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-next2 {
    right: 16.5625vw;
    padding-right: 4.6875vw;
  }
}
#video .video__list .swiper-button-next2::after {
  left: 65%;
  transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-next2::after {
    left: 68;
  }
}
#video .video__list .swiper-button-next2:hover::after {
  transform: translateY(-50%) translateX(10px) scale(-1, 1);
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-next2:hover::after {
    transform: translateY(-50%) scale(-1, 1);
  }
}
#video .video__list {
  opacity: 0;
  transform: scale(1.1) translateX(-50%);
  transition: all 0.4s 0.6s ease;
  transform-origin: left top;
}
#video .btn {
  opacity: 0;
  transition: all 0.4s 0.9s ease;
}
#video.move-on .video__list {
  transform: scale(1) translateX(-50%);
  opacity: 1;
}
#video.move-on .btn {
  opacity: 1;
}

#profile {
  position: relative;
  padding: 315px 0 108px;
  background-image: linear-gradient(0deg, rgb(84, 99, 242), rgba(131, 139, 154, 0.7));
}
@media only screen and (max-width: 1620px) {
  #profile {
    padding: 19.4444444444vw 0 6.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile {
    padding: 8.75vw 0 10.9375vw;
  }
}
#profile .inner {
  position: static;
}
#profile .deco {
  position: absolute;
  top: 64px;
  left: calc(50% - 600px);
  width: 1440px;
}
@media only screen and (max-width: 1620px) {
  #profile .deco {
    top: 3.950617284vw;
    left: calc(50% - 37.037037037vw);
    width: 88.8888888889vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .deco {
    width: 90.625vw;
    top: 0;
    left: 4.6875vw;
  }
}
#profile .amane {
  position: absolute;
  top: 125px;
  right: calc(50% - 800px);
  width: 1075px;
  z-index: 2;
}
@media only screen and (max-width: 1620px) {
  #profile .amane {
    top: 7.7160493827vw;
    width: 66.3580246914vw;
    right: calc(50% - 49.3827160494vw);
  }
}
@media only screen and (max-width: 768px) {
  #profile .amane {
    position: relative;
    top: 0;
    right: inherit;
    left: -10vw;
    width: 129.53125vw;
    margin-bottom: 2.34375vw;
  }
}
#profile h2 {
  width: 660px;
  margin-left: -90px;
  margin-bottom: 32px;
  z-index: 2;
}
@media only screen and (max-width: 1620px) {
  #profile h2 {
    width: 40.7407407407vw;
    margin-left: 0;
    margin-bottom: 1.975308642vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile h2 {
    width: auto;
  }
}
#profile p {
  color: #fff;
}
#profile .name {
  width: 194px;
  margin-bottom: 15px;
  margin-left: -90px;
  z-index: 2;
}
@media only screen and (max-width: 1620px) {
  #profile .name {
    width: 11.975308642vw;
    margin-bottom: 0.9259259259vw;
    margin-left: 0;
  }
}
#profile .profile__link {
  position: relative;
  display: flex;
  gap: 0 20px;
  margin-left: -90px;
  margin-bottom: 40px;
  z-index: 2;
}
@media only screen and (max-width: 1620px) {
  #profile .profile__link {
    margin-left: 0;
    margin-bottom: 2.4691358025vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__link {
    margin-bottom: 7.03125vw;
  }
}
#profile .profile__link li {
  width: 153px;
  height: 40px;
}
@media only screen and (max-width: 1620px) {
  #profile .profile__link li {
    width: 9.4444444444vw;
    height: 2.4691358025vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__link li {
    width: 23.90625vw;
    height: 6.40625vw;
  }
}
#profile .profile__link li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 0 20px 20px 0;
  background-color: #B4A468;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 2px solid #B4A468;
}
@media only screen and (max-width: 1620px) {
  #profile .profile__link li a {
    padding-right: 1.2345679012vw;
    font-size: 1.1111111111vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__link li a {
    padding-right: 2.8125vw;
    font-size: 2.8125vw;
  }
}
#profile .profile__link li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 13px;
  height: 19px;
  background: url("../img/parts/arrow_wh_line.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1620px) {
  #profile .profile__link li a::after {
    right: 0.9259259259vw;
    width: 0.8024691358vw;
    height: 1.1728395062vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__link li a::after {
    right: 2.03125vw;
    width: 2.03125vw;
    height: 2.96875vw;
  }
}
#profile .profile__link li a:hover {
  background-color: #0C20DA;
}
#profile .profile__link li a:hover::after {
  transform: translateX(-15px);
  opacity: 0;
}
@media only screen and (max-width: 1620px) {
  #profile .profile__link li a:hover::after {
    transform: translateX(-0.9259259259vw);
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__link li a:hover::after {
    transform: translateX(0);
  }
}
#profile .profile__detail {
  width: 442px;
  margin-left: -90px;
  z-index: 2;
}
@media only screen and (max-width: 1620px) {
  #profile .profile__detail {
    width: 27.2839506173vw;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail {
    width: auto;
  }
}
#profile .profile__detail::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 310px;
  background: url("../img/parts/motif_wh.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1620px) {
  #profile .profile__detail::after {
    width: 2.4691358025vw;
    height: 2.4691358025vw;
    margin-top: 19.1358024691vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail::after {
    display: none;
  }
}
#profile .profile__detail .catch {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1620px) {
  #profile .profile__detail .catch {
    font-size: 1.4814814815vw;
    margin-bottom: 2.1604938272vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail .catch {
    font-size: 3.75vw;
    margin-bottom: 4.6875vw;
  }
}
#profile .profile__detail .text {
  font-size: 16px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1620px) {
  #profile .profile__detail .text {
    font-size: 0.987654321vw;
    margin-bottom: 1.8518518519vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail .text {
    font-size: 2.5vw;
    margin-bottom: 4.6875vw;
  }
}
#profile .profile__detail dl {
  display: grid;
  grid-template-columns: 192px 1fr;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 1620px) {
  #profile .profile__detail dl {
    grid-template-columns: 11.8518518519vw 1fr;
    border-top: 0.0617283951vw solid #fff;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail dl {
    grid-template-columns: repeat(2, 1fr);
  }
}
#profile .profile__detail dl dt, #profile .profile__detail dl dd {
  line-height: 1.8;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media only screen and (max-width: 1620px) {
  #profile .profile__detail dl dt, #profile .profile__detail dl dd {
    padding: 0.6172839506vw 0;
    border-bottom: 0.0617283951vw solid #fff;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail dl dt, #profile .profile__detail dl dd {
    font-size: 2.5vw;
    padding: 1.5625vw 0;
  }
}
#profile .deco {
  opacity: 0;
  transform: translate(-80px, 80px);
  transition: all 0.7s 0.65s ease;
}
#profile .amane {
  opacity: 0;
  transform: scale(1.1) translate(50px, 50px);
  filter: blur(20px);
  transition: all 0.5s 0.7s ease;
}
#profile .name {
  transform: scaleY(0);
  transition: all 0.4s 0.5s ease;
  transform-origin: bottom center;
}
#profile .profile__link li {
  opacity: 0;
  transition: all 0.3s 0.7s ease;
}
#profile .profile__detail .catch, #profile .profile__detail .text, #profile .profile__detail dl {
  opacity: 0;
  transform: translateX(-100px);
}
#profile .profile__detail .catch {
  transition: all 0.4s 0.7s ease;
}
#profile .profile__detail .text {
  transition: all 0.4s 0.75s ease;
}
#profile .profile__detail dl {
  transition: all 0.4s 0.8s ease;
}
#profile.move-on .deco {
  opacity: 1;
  transform: translate(0px, 0px);
  filter: blur(0px);
}
#profile.move-on .amane {
  opacity: 1;
  transform: scale(1) translate(0px, 0px);
  filter: blur(0px);
}
#profile.move-on .name {
  transform: scaleY(1);
}
#profile.move-on .profile__link li {
  opacity: 1;
}
#profile.move-on .profile__detail .catch, #profile.move-on .profile__detail .text, #profile.move-on .profile__detail dl {
  opacity: 1;
  transform: translateX(0);
}

#poem {
  height: 2900px;
  background: linear-gradient(0deg, rgba(21, 24, 41, 0.3), rgb(21, 24, 41));
  background-size: cover;
}
@media only screen and (max-width: 1620px) {
  #poem {
    height: 179.012345679vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem {
    height: 227.96875vw;
  }
}
#poem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 536px;
  height: 100%;
  background: url("../img/top/poem/pillar.png") no-repeat top left;
  background-size: contain;
}
@media only screen and (max-width: 1620px) {
  #poem::before {
    width: 33.0864197531vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem::before {
    width: 37.34375vw;
  }
}
#poem::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, 1);
  width: 536px;
  height: 100%;
  background: url("../img/top/poem/pillar.png") no-repeat top left;
  background-size: contain;
}
@media only screen and (max-width: 1620px) {
  #poem::after {
    width: 33.0864197531vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem::after {
    width: 37.34375vw;
  }
}
#poem .inner {
  display: flex;
  align-items: center;
  height: 100%;
}
#poem .text {
  width: 1340px;
  margin: 0 auto;
}
@media only screen and (max-width: 1620px) {
  #poem .text {
    width: 82.7160493827vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text {
    width: 82.5vw;
  }
}
#poem .text-wrap {
  position: relative;
  width: 1340px;
  height: 1390px;
  margin: 0 auto;
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap {
    width: 82.7160493827vw;
    height: 85.8024691358vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap {
    width: 82.65625vw;
    height: 85.46875vw;
  }
}
#poem .text-wrap .txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
#poem .text-wrap .txt1 {
  width: 984px;
  height: 54px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.8s ease;
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap .txt1 {
    width: 60.7407407407vw;
    height: 3.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt1 {
    width: 60.78125vw;
    height: 3.4375vw;
  }
}
#poem .text-wrap .txt1 .wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 0;
  height: 100%;
  margin: 0 auto;
  transition: all 0.8s ease;
}
#poem .text-wrap .txt1 .wrap::before {
  content: "";
  position: absolute;
  left: -132px;
  top: 50%;
  transform: translateY(-50%);
  width: 125px;
  height: 1px;
  background-color: #fff;
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap .txt1 .wrap::before {
    left: -8.1481481481vw;
    width: 7.7160493827vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt1 .wrap::before {
    left: -8.75vw;
    width: 7.8125vw;
  }
}
#poem .text-wrap .txt1 .wrap::after {
  content: "";
  position: absolute;
  right: -132px;
  top: 50%;
  transform: translateY(-50%);
  width: 125px;
  height: 1px;
  background-color: #fff;
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap .txt1 .wrap::after {
    right: -8.1481481481vw;
    width: 7.7160493827vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt1 .wrap::after {
    right: -8.75vw;
    width: 7.8125vw;
  }
}
#poem .text-wrap .txt1 .wrap img {
  opacity: 0;
  filter: blur(5px);
  transition: all 0.8s 0.7s ease;
}
#poem .text-wrap .txt1.move-on {
  opacity: 1;
}
#poem .text-wrap .txt1.move-on .wrap {
  width: 100%;
}
#poem .text-wrap .txt1.move-on img {
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}
#poem .text-wrap .txt2 {
  width: 507px;
  top: 184px;
  transition: all 0.8s ease;
  filter: blur(5px);
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap .txt2 {
    width: 31.2962962963vw;
    top: 11.3580246914vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt2 {
    width: 31.25vw;
    top: 11.25vw;
  }
}
#poem .text-wrap .txt2.move-on {
  opacity: 1;
  filter: blur(0px);
}
#poem .text-wrap .txt2.move-on img {
  transform: scale(1);
}
#poem .text-wrap .txt3 {
  width: 600px;
  top: 388px;
  transition: all 1s ease;
  filter: blur(5px);
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap .txt3 {
    width: 37.037037037vw;
    top: 23.950617284vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt3 {
    width: 37.1875vw;
    top: 23.90625vw;
  }
}
#poem .text-wrap .txt3.move-on {
  opacity: 1;
  filter: blur(0px);
}
#poem .text-wrap .txt3.move-on img {
  transform: scale(1);
}
#poem .text-wrap .txt4 {
  width: 174px;
  top: 380px;
  left: 45.3%;
  filter: blur(20px);
  transition: all 1s 0.3s ease;
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap .txt4 {
    width: 10.7407407407vw;
    top: 23.4567901235vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt4 {
    width: 10.78125vw;
    top: 23.4375vw;
  }
}
#poem .text-wrap .txt4.move-on {
  opacity: 1;
  filter: blur(0px);
}
#poem .text-wrap .txt4.move-on img {
  transform: scale(1);
}
#poem .text-wrap .txt-wrap1 {
  top: 586px;
  filter: blur(5px);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap .txt-wrap1 {
    top: 36.1728395062vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt-wrap1 {
    top: 36.09375vw;
  }
}
#poem .text-wrap .txt-wrap1 .txt5 {
  width: 815px;
  top: 0;
  left: 50%;
  opacity: 1;
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap .txt-wrap1 .txt5 {
    width: 50.3086419753vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt-wrap1 .txt5 {
    width: 50.3125vw;
  }
}
#poem .text-wrap .txt-wrap1 .txt5 img {
  transform: scale(1) translateX(0.8px) translateY(1px);
  transition: all 0.5s 0.6s ease;
}
#poem .text-wrap .txt-wrap1 .txt6 {
  width: 813px;
  top: 36px;
  left: 49.6%;
  opacity: 1;
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap .txt-wrap1 .txt6 {
    width: 50.1851851852vw;
    top: 2.2222222222vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt-wrap1 .txt6 {
    width: 50.15625vw;
    top: 2.5vw;
  }
}
#poem .text-wrap .txt-wrap1 .txt6 img {
  transform: scale(1) translateX(2px) translateY(1px);
  transition: all 0.5s 0.6s ease;
}
#poem .text-wrap .txt-wrap1 .line {
  position: absolute;
  top: 36px;
  left: calc(50% - 327px);
  width: 790px;
  height: 2px;
  background-color: #fff;
  width: 0;
  transition: all 0.3s 0.6s ease;
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap .txt-wrap1 .line {
    top: 2.2222222222vw;
    left: calc(50% - 20.1851851852vw);
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt-wrap1 .line {
    top: 2.34375vw;
    left: calc(50% - 19.6875vw);
    height: 1px;
  }
}
#poem .text-wrap .txt-wrap1 .bullet {
  position: absolute;
  top: 34px;
  width: 28px;
  left: calc(50% - 460px);
  transform: translateX(-20px);
  opacity: 0;
  transition: all 0.2s 0.6s ease;
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap .txt-wrap1 .bullet {
    top: 2.0987654321vw;
    left: calc(50% - 28.3950617284vw);
    width: 1.7283950617vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt-wrap1 .bullet {
    width: 1.71875vw;
    height: 0.3125vw;
    top: 2.03125vw;
    left: calc(50% - 26.5625vw);
  }
}
#poem .text-wrap .txt-wrap1.move-on {
  opacity: 1;
  filter: blur(0px);
}
#poem .text-wrap .txt-wrap1.move-on .txt5 {
  opacity: 1;
}
#poem .text-wrap .txt-wrap1.move-on .txt5 img {
  transform: scale(1) translate(6px, 0px);
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt-wrap1.move-on .txt5 img {
    transform: scale(1) translate(0.3125vw, 0px);
  }
}
#poem .text-wrap .txt-wrap1.move-on .txt6 img {
  transform: scale(1) translateY(0px);
}
#poem .text-wrap .txt-wrap1.move-on .line {
  transform: translateX(0);
  width: 790px;
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap .txt-wrap1.move-on .line {
    width: 48.7654320988vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt-wrap1.move-on .line {
    width: 48.75vw;
  }
}
#poem .text-wrap .txt-wrap1.move-on .bullet {
  opacity: 1;
  left: calc(50% + 510px);
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap .txt-wrap1.move-on .bullet {
    left: calc(50% + 31.4814814815vw);
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt-wrap1.move-on .bullet {
    left: calc(50% + 33.59375vw);
  }
}
#poem .text-wrap .txt7 {
  width: 1356px;
  top: 832px;
  left: 50%;
  filter: blur(5px);
  transition: all 0.8s ease;
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap .txt7 {
    width: 83.7037037037vw;
    top: 51.3580246914vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt7 {
    width: 82.65625vw;
    top: 51.5625vw;
  }
}
#poem .text-wrap .txt7 img {
  transition: all 0.8s ease;
}
#poem .text-wrap .txt7 .color {
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(10px);
  opacity: 0;
  transform: scale(1);
  transition: all 0.8s 0.8s ease;
}
#poem .text-wrap .txt7.move-on {
  opacity: 1;
  filter: blur(0px);
}
#poem .text-wrap .txt7.move-on img {
  transform: scale(1);
}
#poem .text-wrap .txt7.move-on .color {
  opacity: 1;
  filter: blur(0);
}
#poem .text-wrap .txt8 {
  width: 844px;
  top: 1114px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(5px);
  transform-origin: center left;
  transition: all 0.8s ease;
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap .txt8 {
    width: 52.0987654321vw;
    top: 68.7654320988vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt8 {
    width: 52.1875vw;
    top: 68.75vw;
  }
}
#poem .text-wrap .txt8 img:nth-child(1) {
  transition: all 0.8s 0.8s ease;
}
#poem .text-wrap .txt8 .color {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1);
  transition: all 0.8s 0.8s ease;
}
#poem .text-wrap .txt8.move-on {
  opacity: 1;
  transform: translateX(-50%);
  filter: blur(0px);
}
#poem .text-wrap .txt8.move-on img:nth-child(1) {
  opacity: 0;
}
#poem .text-wrap .txt8.move-on .color {
  opacity: 1;
}
#poem .text-wrap .txt9 {
  width: 1025px;
  top: 1295px;
  left: 50%;
  filter: blur(10px) brightness(5);
  transition: all 0.8s ease;
}
@media only screen and (max-width: 1620px) {
  #poem .text-wrap .txt9 {
    width: 63.2716049383vw;
    top: 79.9382716049vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text-wrap .txt9 {
    width: 66.40625vw;
    top: 80.46875vw;
  }
}
#poem .text-wrap .txt9.move-on {
  opacity: 1;
  filter: blur(0px) brightness(1);
}
#poem .text-wrap .txt9.move-on img {
  transform: scale(1);
}