.top-kv .c-figcaption__white,
.top-kv .c-figcaption__black {
  right: inherit;
}

.c-link {
  text-decoration: inherit !important;
}
.c-link:hover {
  opacity: 1;
}

.top-kv__animation__wrap {
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .top-kv__animation__wrap {
    height: calc(100svh - 59px - var(--vw-size70));
    aspect-ratio: 1/1.414;
  }
}
.top-kv__animation__wrap .top-kv__skip {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #000000;
  cursor: pointer;
  font-family: "Cinzel", serif;
  line-height: 0.8;
  pointer-events: auto;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .top-kv__animation__wrap .top-kv__skip {
    font-size: 14px;
    padding: 7px 14px 5px 14px;
    right: 40px;
    top: 90px;
  }
}
@media screen and (max-width: 991px) {
  .top-kv__animation__wrap .top-kv__skip {
    top: 3.0769230769vw;
    font-size: 2.5641025641vw;
    right: 3.0769230769vw;
    padding: 2.0512820513vw 2.5641025641vw;
  }
}
.top-kv__animation__item {
  position: absolute !important;
  top: 0;
  height: 100vh;
  height: 100svh;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .top-kv__animation__item {
    height: calc(100svh - 59px - var(--vw-size70));
  }
}
.top-kv__animation__item figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .top-kv__animation__item figure {
    height: calc(100svh - 59px - var(--vw-size70));
  }
}
.top-kv__animation__item figure img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-kv__animation__item .kv__text {
  position: absolute;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--vw-size32);
}
.top-kv__animation__item .kv__text--para {
  font-size: var(--vw-size48);
  color: #fff;
}
.top-kv__animation__item .kv__text--para .st {
  font-family: YakuHanMP, "EB Garamond", serif;
  font-size: var(--vw-size72);
  color: #e0c78e;
  line-height: 1;
}
.top-kv__animation__item .kv__text--para .sm {
  font-size: var(--vw-size36);
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .top-kv__animation__item .kv__text--para {
    font-size: var(--vw-size30);
  }
  .top-kv__animation__item .kv__text--para .st {
    font-size: var(--vw-size48);
  }
  .top-kv__animation__item .kv__text--para .sm {
    font-size: var(--vw-size22);
  }
}
@media screen and (max-width: 767px) {
  .top-kv__animation__item .kv__text--para {
    font-size: var(--vw-size28);
  }
  .top-kv__animation__item .kv__text--para .st {
    font-size: var(--vw-size42);
  }
  .top-kv__animation__item .kv__text--para .sm {
    font-size: var(--vw-size20);
  }
}
@media screen and (max-width: 767px) {
  .top-kv__animation__item .kv__text--para02 {
    font-size: var(--vw-size20);
  }
}
.top-kv__animation__item.scene--01 .kv__text {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 0.2rem;
  opacity: 0;
}
.top-kv__animation__item.scene--02 .light01,
.top-kv__animation__item.scene--02 .light02,
.top-kv__animation__item.scene--02 .line01,
.top-kv__animation__item.scene--02 .line02,
.top-kv__animation__item.scene--02 .route01,
.top-kv__animation__item.scene--02 .route02 {
  mix-blend-mode: screen;
}
.top-kv__animation__item.scene--02 .light01,
.top-kv__animation__item.scene--02 .light02,
.top-kv__animation__item.scene--02 .line01,
.top-kv__animation__item.scene--02 .line02,
.top-kv__animation__item.scene--02 .route01,
.top-kv__animation__item.scene--02 .route02,
.top-kv__animation__item.scene--02 .prot1,
.top-kv__animation__item.scene--02 .prot2,
.top-kv__animation__item.scene--02 .prot3 {
  position: absolute !important;
  top: 0;
  opacity: 0;
}
.top-kv__animation__item.scene--03 figure {
  width: 110%;
}
.top-kv__animation__item.scene--03 figure.bg img {
  width: 110% !important;
  max-width: inherit !important;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
@media screen and (max-width: 991px) {
  .top-kv__animation__item.scene--03 figure {
    width: 120%;
  }
  .top-kv__animation__item.scene--03 figure.bg img {
    width: 120% !important;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
.top-kv__animation__item.scene--03 .kv__text {
  width: 100%;
  height: 100%;
  bottom: 60px;
  right: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-shadow: 1px 0px 10px #373234, 1px 0px 5px #373234;
}
@media screen and (max-width: 991px) {
  .top-kv__animation__item.scene--03 .kv__text {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-kv__animation__item.scene--03 .kv__text {
    bottom: 50px;
  }
}
.top-kv__animation__item.scene--04 figure {
  width: 102%;
}
.top-kv__animation__item.scene--04 figure.bg img {
  width: 102% !important;
  max-width: inherit !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 991px) {
  .top-kv__animation__item.scene--04 figure {
    width: 110% !important;
  }
  .top-kv__animation__item.scene--04 figure.bg img {
    width: 110%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.top-kv__animation__item.scene--04 .kv__text {
  width: 100%;
  bottom: 60px;
  right: 60px;
  text-align: right;
  text-shadow: 1px 0px 10px #373234, 1px 0px 5px #373234;
}
@media screen and (max-width: 991px) {
  .top-kv__animation__item.scene--04 .kv__text {
    right: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 12svh;
    text-align: center;
    font-size: var(--vw-size21);
  }
}
.top-kv__animation__item.scene--05 figure.bg img {
  will-change: object-position;
}
.top-kv__animation__item.scene--05 figure.logo01, .top-kv__animation__item.scene--05 figure.logo02 {
  position: absolute !important;
  top: 0;
  height: auto;
  opacity: 0;
}
.top-kv__animation__item.scene--05 figure.logo01 img, .top-kv__animation__item.scene--05 figure.logo02 img {
  padding-top: 0;
}
@media screen and (max-width: 1440px) {
  .top-kv__animation__item.scene--05 figure.logo01 img, .top-kv__animation__item.scene--05 figure.logo02 img {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .top-kv__animation__item.scene--05 figure.logo01 img, .top-kv__animation__item.scene--05 figure.logo02 img {
    padding-top: 0;
  }
}
.top-kv__animation__item.scene--01.is-start {
  opacity: 0;
  -webkit-transition: opacity 2.4s ease;
  transition: opacity 2.4s ease;
}
.top-kv__animation__item.scene--01.is-start .kv__text {
  opacity: 0;
}
.top-kv__animation__item.scene--01.is-start .kv__text--para:nth-of-type(1),
.top-kv__animation__item.scene--01.is-start .kv__text--para:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.top-kv__animation__item.scene--01.is-animate .kv__text {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.top-kv__animation__item.scene--01.is-animate .kv__text--para:nth-of-type(1) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.top-kv__animation__item.scene--01.is-animate .kv__text--para:nth-of-type(2) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.top-kv__animation__item.scene--01.is-end {
  opacity: 1;
}
.top-kv__animation__item.scene--01.is-end .kv__text {
  opacity: 1;
}
.top-kv__animation__item.scene--01.is-end .kv__text--para:nth-of-type(1) {
  opacity: 1;
}
.top-kv__animation__item.scene--01.is-end .kv__text--para:nth-of-type(2) {
  opacity: 1;
}
.top-kv__animation__item.scene--01.is-skip {
  opacity: 0;
}
.top-kv__animation__item.scene--01.is-skip .kv__text {
  opacity: 0;
}
.top-kv__animation__item.scene--02.is-start {
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.top-kv__animation__item.scene--02.is-start figure.bg img {
  opacity: 0;
}
.top-kv__animation__item.scene--02.is-start figure.light01, .top-kv__animation__item.scene--02.is-start figure.light02, .top-kv__animation__item.scene--02.is-start figure.line01, .top-kv__animation__item.scene--02.is-start figure.line02, .top-kv__animation__item.scene--02.is-start figure.route01, .top-kv__animation__item.scene--02.is-start figure.route02 {
  position: absolute !important;
  top: 0;
}
.top-kv__animation__item.scene--02.is-start figure.light01 {
  clip-path: inset(0% 0% 100% 0%);
}
.top-kv__animation__item.scene--02.is-start figure.light02 {
  clip-path: inset(100% 0% 0% 0%);
}
.top-kv__animation__item.scene--02.is-start figure.line01, .top-kv__animation__item.scene--02.is-start figure.line02 {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.top-kv__animation__item.scene--02.is-start figure.route01 {
  clip-path: inset(100% 0% 0% 0%);
}
.top-kv__animation__item.scene--02.is-start figure.route02 {
  clip-path: inset(0% 0% 100% 0%);
}
.top-kv__animation__item.scene--02.is-start figure.prot1, .top-kv__animation__item.scene--02.is-start figure.prot2, .top-kv__animation__item.scene--02.is-start figure.prot3 {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  will-change: opacity, transform;
}
.top-kv__animation__item.scene--02.is-animate {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.top-kv__animation__item.scene--02.is-animate figure.bg img {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}
.top-kv__animation__item.scene--02.is-animate figure.light01 {
  -webkit-transition: all 2.5s ease;
  transition: all 2.5s ease;
  -webkit-transition-delay: 5.2s;
          transition-delay: 5.2s;
}
.top-kv__animation__item.scene--02.is-animate figure.line01 {
  -webkit-transition: all 2.8s ease;
  transition: all 2.8s ease;
  -webkit-transition-delay: 5.2s;
          transition-delay: 5.2s;
}
.top-kv__animation__item.scene--02.is-animate figure.line02 {
  -webkit-transition: all 2.6s ease;
  transition: all 2.6s ease;
  -webkit-transition-delay: 5.9s;
          transition-delay: 5.9s;
}
.top-kv__animation__item.scene--02.is-animate figure.route01 {
  -webkit-transition: all 4.5s ease;
  transition: all 4.5s ease;
  -webkit-transition-delay: 6.4s;
          transition-delay: 6.4s;
}
.top-kv__animation__item.scene--02.is-animate figure.route02 {
  -webkit-transition: all 3.4s ease;
  transition: all 3.4s ease;
  -webkit-transition-delay: 6.6s;
          transition-delay: 6.6s;
}
.top-kv__animation__item.scene--02.is-animate figure.light02 {
  -webkit-transition: all 2.8s ease;
  transition: all 2.8s ease;
  -webkit-transition-delay: 7.3s;
          transition-delay: 7.3s;
}
.top-kv__animation__item.scene--02.is-animate figure.prot2 {
  -webkit-transition: all 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 7.9s;
          transition-delay: 7.9s;
}
.top-kv__animation__item.scene--02.is-animate figure.prot1 {
  -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 8.7s;
          transition-delay: 8.7s;
}
.top-kv__animation__item.scene--02.is-animate figure.prot3 {
  -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 8.7s;
          transition-delay: 8.7s;
}
.top-kv__animation__item.scene--02.is-end {
  opacity: 1;
}
.top-kv__animation__item.scene--02.is-end figure.bg img, .top-kv__animation__item.scene--02.is-end figure.light02, .top-kv__animation__item.scene--02.is-end figure.line01, .top-kv__animation__item.scene--02.is-end figure.line02, .top-kv__animation__item.scene--02.is-end figure.route01, .top-kv__animation__item.scene--02.is-end figure.route02, .top-kv__animation__item.scene--02.is-end figure.prot1, .top-kv__animation__item.scene--02.is-end figure.prot2, .top-kv__animation__item.scene--02.is-end figure.prot3 {
  opacity: 1;
}
.top-kv__animation__item.scene--02.is-end figure.light01 {
  opacity: 0.7;
}
.top-kv__animation__item.scene--02.is-end figure.light01 {
  clip-path: inset(0% 0% 0% 0%);
}
.top-kv__animation__item.scene--02.is-end figure.light02 {
  clip-path: inset(0% 0% 0% 0%);
}
.top-kv__animation__item.scene--02.is-end figure.line01, .top-kv__animation__item.scene--02.is-end figure.line02 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.top-kv__animation__item.scene--02.is-end figure.route01, .top-kv__animation__item.scene--02.is-end figure.route02 {
  clip-path: inset(0% 0% 0% 0%);
}
.top-kv__animation__item.scene--02.is-end figure.prot1, .top-kv__animation__item.scene--02.is-end figure.prot2, .top-kv__animation__item.scene--02.is-end figure.prot3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation: none;
          animation: none;
}
@media screen and (max-width: 767px) {
  .top-kv__animation__item.scene--02.is-end figure.prot1, .top-kv__animation__item.scene--02.is-end figure.prot2, .top-kv__animation__item.scene--02.is-end figure.prot3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.top-kv__animation__item.scene--04.is-start {
  opacity: 0;
}
.top-kv__animation__item.scene--04.is-start .kv__text {
  opacity: 0;
}
.top-kv__animation__item.scene--04.is-animate {
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  -webkit-transition-delay: 11.3s;
          transition-delay: 11.3s;
}
.top-kv__animation__item.scene--04.is-animate figure.bg img {
  -webkit-transition: all 7s ease;
  transition: all 7s ease;
  -webkit-transition-delay: 11.3s;
          transition-delay: 11.3s;
}
.top-kv__animation__item.scene--04.is-animate .kv__text {
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
  -webkit-transition-delay: 12.8s;
          transition-delay: 12.8s;
}
.top-kv__animation__item.scene--04.is-skip {
  -webkit-transition-property: none;
  transition-property: none;
  opacity: 0;
  -webkit-animation: fadeIn 2s ease forwards;
          animation: fadeIn 2s ease forwards;
  opacity: 0;
}
.top-kv__animation__item.scene--04.is-skip figure.bg {
  -webkit-transition-property: none;
  transition-property: none;
}
.top-kv__animation__item.scene--04.is-end {
  opacity: 1;
}
.top-kv__animation__item.scene--04.is-end figure.bg img {
  -webkit-transform: translateX(-4%);
          transform: translateX(-4%);
}
@media screen and (max-width: 991px) {
  .top-kv__animation__item.scene--04.is-end figure.bg img {
    -webkit-transform: translateX(-11%);
            transform: translateX(-11%);
  }
}
.top-kv__animation__item.scene--04.is-end .kv__text {
  opacity: 1;
}
.top-kv__animation__item.scene--05.is-start {
  opacity: 0;
}
.top-kv__animation__item.scene--05.is-start figure.bg img {
  -o-object-position: center bottom;
  object-position: center bottom;
}
.top-kv__animation__item.scene--05.is-start figure.logo01, .top-kv__animation__item.scene--05.is-start figure.logo02 {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  position: absolute !important;
  top: 0;
  height: auto;
}
.top-kv__animation__item.scene--05.is-animate {
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  -webkit-transition-delay: 16.3s;
          transition-delay: 16.3s;
}
.top-kv__animation__item.scene--05.is-animate figure.bg img {
  -webkit-transition: all 6.2s ease;
  transition: all 6.2s ease;
  -webkit-transition-delay: 16.3s;
          transition-delay: 16.3s;
}
.top-kv__animation__item.scene--05.is-animate figure.logo01 {
  -webkit-transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 21.5s;
          transition-delay: 21.5s;
}
.top-kv__animation__item.scene--05.is-animate figure.logo02 {
  -webkit-transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 22.5s;
          transition-delay: 22.5s;
}
.top-kv__animation__item.scene--05.is-skip {
  -webkit-transition-property: none;
  transition-property: none;
  opacity: 0;
  -webkit-animation: fadeIn 2s ease forwards;
          animation: fadeIn 2s ease forwards;
}
.top-kv__animation__item.scene--05.is-skip figure.bg img {
  -webkit-transition-property: none;
  transition-property: none;
}
.top-kv__animation__item.scene--05.is-skip figure.logo01, .top-kv__animation__item.scene--05.is-skip figure.logo02 {
  -webkit-transition-property: none;
  transition-property: none;
}
.top-kv__animation__item.scene--05.is-end {
  opacity: 1;
}
.top-kv__animation__item.scene--05.is-end figure.bg img {
  -o-object-position: center top;
  object-position: center top;
}
.top-kv__animation__item.scene--05.is-end figure.logo01, .top-kv__animation__item.scene--05.is-end figure.logo02 {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=top_kv2.css.map */