@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-black: #333333;
  --color-gray: #707070;
  --color-bg-gray: #F8F9FA;
  --color-beige: #F4ECE1;
}

/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.swiper-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.swiper-container.swiper-container-autoheight {
  height: auto;
}

.swiper-wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.swiper-slide.swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  overflow: hidden;
}
.swiper-lazy-preloader::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0, rgba(255, 255, 255, 0.35) 50%, rgba(217, 217, 217, 0) 100%);
  background-size: 100% 100%;
  animation: loading_skeleton 1s linear infinite;
}

.swiper-pagination {
  margin-top: 6px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .swiper-pagination {
    margin-top: 8px;
  }
}

body .m-modal .m-modal__content {
  margin: 0 auto !important;
}
body .m-modal .m-modal__content img {
  display: block;
  margin: 0 auto;
}
body .m-modal .m-modal__close-btn {
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__close-btn {
    width: 50px;
    height: 50px;
  }
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    height: 50px;
  }
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  color: var(--color-black);
}

h2 {
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.l-wrapper {
  position: relative;
  padding-bottom: 100px;
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 900px) {
  .l-wrapper {
    padding-bottom: 68px;
  }
}
.is-load .l-wrapper {
  opacity: 1;
}

.l-main {
  position: relative;
}

.l-footer {
  position: relative;
  padding: 30px 0;
  background: var(--color-bg-gray);
}
@media screen and (max-width: 900px) {
  .l-footer {
    padding: 23px 0 6px;
  }
}
.l-footer__container {
  width: 74.5%;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .l-footer__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__container {
    width: 84.5%;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__header {
    margin-bottom: 33px;
  }
}
.l-footer__logo {
  width: 234px;
  margin-bottom: 17px;
}
@media screen and (max-width: 900px) {
  .l-footer__logo {
    width: 192px;
  }
}
.l-footer__links {
  display: flex;
}
.l-footer__links-item + .l-footer__links-item {
  margin-left: 8px;
}
@media screen and (max-width: 900px) {
  .l-footer__links-item + .l-footer__links-item {
    margin-left: 14px;
  }
}
.l-footer__links-img {
  display: block;
  width: 24px;
}
@media (hover: hover) {
  .l-footer__links-img {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__links-img:hover {
    transform: scale(1.1);
  }
}
.l-footer__copy {
  padding-bottom: 10px;
  font-size: 10px;
}
@media not all and (max-width: 900px) {
  .l-footer__copy {
    text-align: right;
  }
}

.l-section {
  position: relative;
  overflow: hidden;
}

.c-btn {
  position: relative;
  width: 233px;
}
@media screen and (max-width: 900px) {
  .c-btn {
    width: 82%;
    margin: 0 auto;
  }
}
.c-btn__inner {
  display: block;
  padding: 17px 0 11px;
  text-align: center;
  border-radius: 99px;
  font-size: 15px;
  border: 1px solid var(--color-gray);
  background: var(--color-white);
}
@media screen and (max-width: 900px) {
  .c-btn__inner {
    padding: 29px 0 18px;
    font-size: 12px;
  }
}
@media (hover: hover) {
  .c-btn__inner:hover svg > path {
    fill: #AF8251;
  }
}
.c-btn__inner svg {
  margin: 0 auto;
}
.is-cd .c-btn__inner svg {
  width: 71px;
}
.is-dlst .c-btn__inner svg {
  width: 140px;
}
.c-btn__inner svg path {
  transition: fill 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.anime-cont-1 {
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.l-section.is-active .anime-cont-1 {
  transform: translateY(0);
  opacity: 1;
}

.anime-cont-2 {
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.l-section.is-active .anime-cont-2 {
  transform: translateY(0);
  opacity: 1;
}

@keyframes hover_flash {
  0% {
    opacity: 0;
    color: var(--color-green);
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hover_flash2 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hover_flash_icon {
  0% {
    opacity: 0;
    fill: var(--color-green);
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  2% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash2 {
  0% {
    opacity: 1;
  }
  3% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  9% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow_r {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  40% {
    opacity: 0;
    transform: translate(10px, 0);
  }
  41% {
    opacity: 0;
    transform: translate(-10px, 0);
  }
  80% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_blank {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(10px, -10px);
  }
  26% {
    opacity: 0;
    transform: translate(-10px, 10px);
  }
  50% {
    opacity: 0;
    transform: translate(-10px, 10px);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll_line {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  80% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes spinner_anime {
  0% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(150%, 0%);
  }
  50% {
    transform: translate(150%, 150%);
  }
  75% {
    transform: translate(0%, 150%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.u-a11y-txt {
  font-size: 0;
}

.p-hero {
  position: relative;
  height: 350vh;
  background: var(--color-beige);
}
.p-hero__container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-hero__container {
    flex-direction: column;
  }
}
.p-hero__arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.p-hero__arrow-inner {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translateX(-50%);
  animation: arrow_motion 1.5s cubic-bezier(0.37, 0, 0.63, 1) alternate infinite;
}
@media screen and (max-width: 900px) {
  .p-hero__arrow-inner {
    width: 21px;
    height: 24px;
    bottom: 20px;
  }
}
.p-hero__arrow-icon {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/icon_arrow.svg) center center no-repeat;
  mask: url(../img/icon_arrow.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-white);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-scrolled .p-hero__arrow-icon {
  opacity: 0;
}
@keyframes arrow_motion {
  0% {
    transform: translate(-50%, 0px);
  }
  100% {
    transform: translate(-50%, 10px);
  }
}
.p-hero__ttl {
  width: 29.7%;
  margin-right: 9%;
  margin-top: -2.9%;
}
@media screen and (max-width: 900px) {
  .p-hero__ttl {
    width: 85%;
    max-width: 400px;
    margin: 0 auto 11%;
  }
}
.p-hero__ttl img {
  width: 100%;
  height: auto;
}
.p-hero__img {
  width: 35%;
  transform: scale(3.5);
  transform-origin: 67% 23%;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .p-hero__img {
    max-height: 70vh;
  }
}
@media screen and (max-width: 900px) {
  .p-hero__img {
    width: 86%;
    max-width: 500px;
    margin: 0 auto;
    transform-origin: 50% 48%;
  }
}
.p-hero__img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__img-inner {
  position: relative;
  width: 100%;
  height: 100%;
  filter: blur(5px);
}
@media not all and (max-width: 900px) {
  .p-hero__img-inner {
    transform: translate(-5%, -10%);
  }
}
@media screen and (max-width: 900px) {
  .p-hero__img-inner {
    filter: blur(2.5px);
  }
}
.p-hero__img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-hero__cover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 130%;
  transform: translate(-50%, -50%);
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-hero__cover {
    width: 290%;
    height: 200%;
  }
}
.p-hero__cover-inner {
  width: 100%;
  height: 100%;
  background: url(../img/kv_blur.png) center center no-repeat;
  background-size: contain;
  opacity: 0.4;
}
.p-hero__logo {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 30%;
  padding-top: 12%;
  -webkit-mask: url(../img/ttl_main.svg) center center no-repeat;
  mask: url(../img/ttl_main.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-white);
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .p-hero__logo {
    width: 66%;
    padding-top: 26%;
  }
}

.p-trailer__movie {
  position: relative;
}
.p-trailer__movie-play .display_time,
.p-trailer__movie-play .display_time_now,
.p-trailer__movie-play .display_time_total,
.p-trailer__movie-play .display_time_par,
.p-trailer__movie-play .btn,
.p-trailer__movie-play .seekbar_time,
.p-trailer__movie-play .seekbar_vol,
.p-trailer__movie-play .btn_volon,
.p-trailer__movie-play .display_poster_background,
.p-trailer__movie-play .display_name {
  display: none;
}
.p-trailer__movie-play .display_poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  display: none;
}
.p-trailer__movie-play .display_poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-trailer__movie-play.is-playing .display_poster {
  opacity: 0;
  pointer-events: none;
}

.p-trailer__movie-play:hover .display_poster img {
  transform: scale(1.05);
}

.p-trailer__movie-play .btn_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  padding: 0;
  border: none;
  z-index: 1;
  font-size: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-trailer__movie-play.is-playing .btn_play {
  opacity: 0;
  pointer-events: none;
}

.p-trailer__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-trailer__movie-play.is-playing .p-trailer__cover {
  opacity: 0;
  pointer-events: none;
}
.p-trailer__movie-play:hover .p-trailer__cover img {
  transform: scale(1.05);
}
.p-trailer__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-trailer__label {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 26px 8px 15px;
}
.is-playing .p-trailer__label {
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-trailer__label {
    bottom: 9px;
    right: 9px;
    padding: 9px;
  }
}
.p-trailer__label-icon {
  width: 35px;
  margin-right: 5px;
}
@media screen and (max-width: 900px) {
  .p-trailer__label-icon {
    width: 31px;
    margin-right: 0;
  }
}
.p-trailer__label-icon svg path {
  fill: var(--color-black);
  transition: fill 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-trailer__movie-play:hover .p-trailer__label-icon svg > path {
  fill: #af8251;
}
.p-trailer__label-txt {
  width: 120px;
}
.p-trailer__label-txt svg path {
  fill: var(--color-black);
  transition: fill 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-trailer__movie-play:hover .p-trailer__label-txt svg > path {
  fill: #af8251;
}
.p-trailer__txt {
  border-bottom: 1px solid var(--color-gray);
  padding: 19px 0;
}
.p-trailer__txt-inner {
  width: 139px;
  margin: 0 auto;
}

.p-disc {
  padding-top: 99px;
}
.p-disc__container {
  width: 74.5%;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-disc__container {
    width: 84.5%;
  }
}
.p-disc__ttl {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 30px;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-disc.is-active .p-disc__ttl {
  transform: translateX(0px);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-disc__ttl {
    font-size: 20px;
  }
}
.p-disc__block {
  position: relative;
  padding-bottom: 104px;
}
@media screen and (max-width: 900px) {
  .p-disc__block {
    padding-bottom: 50px;
  }
}
.p-disc__block + .p-disc__block {
  padding-top: 93px;
}
@media screen and (max-width: 900px) {
  .p-disc__block + .p-disc__block {
    padding-top: 43px;
  }
}
.p-disc__block:first-of-type::after {
  content: none;
}
.p-disc__block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%) scaleX(0);
  background: var(--color-gray);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: left center;
}
.p-disc__block.is-active::after {
  transform: translateX(-50%) scaleX(1);
}
.p-disc__type {
  display: flex;
  align-items: center;
  margin-bottom: 31px;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-disc__block.is-active .p-disc__type {
  transform: translateX(0px);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-disc__type {
    display: block;
    margin-bottom: 15px;
  }
}
.p-disc__type-main {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03rem;
  flex-shrink: 0;
}
@media not all and (max-width: 900px) {
  .p-disc__type-main {
    margin-right: 24px;
  }
}
@media screen and (max-width: 900px) {
  .p-disc__type-main {
    margin-bottom: 12px;
    font-size: 15px;
  }
}
.p-disc__type-txt {
  font-size: 13px;
  flex-grow: 1;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-disc__type-txt {
    font-size: 11px;
    line-height: 1.6;
  }
}
.p-disc__type-txt .is-pc {
  display: inline-block;
  vertical-align: baseline;
}
@media screen and (max-width: 1260px) {
  .p-disc__type-txt .is-sp {
    display: block;
  }
}
.p-disc__type-txt .p-in-label {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 11px;
  padding: 1px 5px 0px 5px;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 13px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .p-disc__type-txt .p-in-label {
    margin-right: 0.5em;
    padding: 0px 4px;
    font-size: 11px;
    line-height: 1.3;
  }
}
.p-disc__img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media screen and (max-width: 900px) {
  .p-disc__img {
    gap: 8px;
  }
}
.p-disc__img-item {
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .p-disc__img-item[data-modal] {
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-disc__img-item[data-modal]:hover {
    opacity: 0.8;
  }
}
.p-disc__img-item img {
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-disc__block.is-active .p-disc__img-item img {
  transform: translateX(0px);
  opacity: 1;
}
.p-disc__img-item:nth-child(1) img {
  transition-delay: 0.1s;
}
.p-disc__img-item:nth-child(2) img {
  transition-delay: 0.3s;
}
.p-disc__img-item:nth-child(3) img {
  transition-delay: 0.5s;
}
.p-disc__img-item:nth-child(4) img {
  transition-delay: 0.7s;
}
.p-disc__img-item:nth-child(5) img {
  transition-delay: 0.9s;
}
.p-disc__img-item:nth-child(6) img {
  transition-delay: 1.1s;
}
.p-disc__img-item:nth-child(7) img {
  transition-delay: 1.3s;
}
.p-disc__img-item:nth-child(8) img {
  transition-delay: 1.5s;
}
.p-disc__img-item:nth-child(9) img {
  transition-delay: 1.7s;
}
.p-disc__img-item:nth-child(10) img {
  transition-delay: 1.9s;
}

.p-special::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: var(--color-gray);
  transform: translateX(-50%) scaleX(0);
  background: var(--color-gray);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: left center;
}
.p-special.is-active::after {
  transform: translateX(-50%) scaleX(1);
}
.p-special__container {
  width: 74.5%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 99px 0;
}
@media screen and (max-width: 900px) {
  .p-special__container {
    width: 84.5%;
    padding: 39px 0;
  }
}
.p-special__ttl {
  margin-bottom: 42px;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-special.is-active .p-special__ttl {
  transform: translateX(0px);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-special__ttl {
    margin-bottom: 19px;
  }
}
.p-special__ttl-main {
  width: 137px;
  margin-bottom: 7px;
}
@media screen and (max-width: 900px) {
  .p-special__ttl-main {
    width: 100px;
    margin-bottom: 14px;
  }
}
.p-special__ttl-sub {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 900px) {
  .p-special__ttl-sub {
    font-size: 15px;
  }
}
.p-special__img {
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.p-special.is-active .p-special__img {
  transform: translateX(0px);
  opacity: 1;
}
.p-special__detail {
  margin-top: 35px;
  font-size: 14px;
  line-height: 1.7;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.p-special.is-active .p-special__detail {
  transform: translateX(0px);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-special__detail {
    font-size: 13px;
    line-height: 1.6;
  }
}
.p-special__detail-ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .p-special__detail-ttl {
    font-size: 14px;
  }
}
.p-special__detail-subttl {
  font-weight: bold;
}
.p-special__detail a {
  text-decoration: underline;
}
@media (hover: hover) {
  .p-special__detail a:hover {
    text-decoration: none;
  }
}
.p-special__detail ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-special__caution {
  margin-top: 22px;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  line-height: 1.66;
}
@media screen and (max-width: 900px) {
  .p-special__caution {
    line-height: 1.6;
  }
}
.p-special.is-active .p-special__caution {
  transform: translateX(0px);
  opacity: 1;
}
.p-special__caution-ttl {
  font-weight: bold;
  font-size: 14px;
}
.p-special__caution-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-special__caution-item {
    font-size: 13px;
  }
}

.p-links {
  position: relative;
  padding: 117px 0;
  background: var(--color-bg-gray);
}
@media screen and (max-width: 900px) {
  .p-links {
    padding: 49px 0;
  }
}
.p-links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_scene1.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-links::before {
    background-image: url(../img/bg_scene1_sp.jpg);
  }
}
@media (hover: hover) {
  .p-links {
    pointer-events: none;
  }
  .p-links:hover::before {
    opacity: 1;
  }
}
@media not all and (max-width: 900px) {
  .p-links__btn {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
@media not all and (max-width: 900px) {
  .p-links__btn-item {
    pointer-events: auto;
  }
}
@media screen and (max-width: 900px) {
  .p-links__btn-item + .p-links__btn-item {
    margin-top: 20px;
  }
}
.p-track__container {
  width: 74.5%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 108px 0 66px;
}
@media screen and (max-width: 900px) {
  .p-track__container {
    width: 84.5%;
    padding: 48px 0 30px;
  }
}
.p-track__ttl {
  position: relative;
  margin-bottom: 50px;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-track.is-active .p-track__ttl {
  transform: translateX(0px);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-track__ttl {
    margin-bottom: 17px;
  }
}
.p-track__ttl-main {
  width: 193px;
}
@media screen and (max-width: 900px) {
  .p-track__ttl-main {
    width: 141px;
  }
}
.p-track__block {
  position: relative;
  padding-top: 20px;
  padding-bottom: 35px;
}
@media not all and (max-width: 900px) {
  .p-track__block {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .p-track__block {
    padding-top: 26px;
    padding-bottom: 30px;
  }
}
.p-track__block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: var(--color-gray);
  transform: translateX(-50%) scaleX(0);
  background: var(--color-gray);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: left center;
}
.p-track__block.is-active::after {
  transform: translateX(-50%) scaleX(1);
}
.p-track__cap {
  font-weight: bold;
  font-size: 20px;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-track__block.is-active .p-track__cap {
  transform: translateX(0px);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-track__cap {
    width: 80px;
    margin-top: 15px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-track__cap {
    margin-bottom: 26px;
    font-size: 18px;
  }
}
.p-track__cap .is-sub {
  color: var(--color-gray);
}
@media not all and (max-width: 900px) {
  .p-track__cap .is-sub {
    display: block;
    margin-top: 5px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 900px) {
  .p-track__cap .is-sub {
    margin-left: 1em;
    font-size: 0.6rem;
    vertical-align: baseline;
  }
}
.p-track__list {
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
.p-track__block.is-active .p-track__list {
  transform: translateX(0px);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-track__list {
    flex-grow: 1;
    margin-right: 8.5%;
    margin-top: 10px;
  }
}
.p-track__list-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-gray);
}
@media not all and (max-width: 900px) {
  .p-track__list-item {
    min-height: 73px;
    padding: 14px 0;
    padding-left: 29px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 900px) {
  .p-track__list-item {
    padding: 20px 0 15px;
    align-items: flex-start;
  }
}
.p-track__list-item:first-child {
  min-height: 0;
  padding-top: 0;
}
.p-track__num {
  font-weight: bold;
  flex-shrink: 0;
}
@media not all and (max-width: 900px) {
  .p-track__num {
    min-width: 76px;
  }
}
@media screen and (max-width: 900px) {
  .p-track__num {
    min-width: 45px;
    padding-top: 3px;
  }
}
.p-track__txt {
  flex-grow: 1;
}
@media not all and (max-width: 900px) {
  .p-track__txt {
    padding-right: 15px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 900px) {
  .p-track__txt {
    padding-right: 5px;
  }
}
.p-track__txt-main {
  font-weight: bold;
  word-break: break-all;
}
@media screen and (max-width: 900px) {
  .p-track__txt-main {
    font-size: 17px;
  }
}
.p-track__txt-note {
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .p-track__txt-note {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.6;
  }
}
.p-track__link {
  display: flex;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .p-track__link {
    flex-shrink: 0;
  }
}
.p-track__link-item {
  width: 30px;
}
@media screen and (max-width: 900px) {
  .p-track__link-item {
    width: 24px;
  }
}
.p-track__link-item + .p-track__link-item {
  margin-left: 17px;
}
@media screen and (max-width: 900px) {
  .p-track__link-item + .p-track__link-item {
    margin-left: 9px;
  }
}
.p-track__link-inner {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
}
.p-track__link-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  padding-top: 120%;
  background: #eecb6a;
  opacity: 0;
  filter: blur(5px);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-track__link-inner:hover::before {
    opacity: 0.2;
  }
}

.p-photo__inner {
  position: relative;
  width: 100%;
  padding-top: min(24%, 460px);
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-photo__inner {
    padding-top: 59%;
  }
}
.p-photo__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media not all and (max-width: 900px) {
  .p-photo__img {
    padding-top: 47.95%;
  }
}
@media screen and (max-width: 900px) {
  .p-photo__img {
    height: 100%;
  }
}
.p-photo__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .p-photo__img img {
    width: 200%;
    height: 200%;
  }
}

.p-tour {
  padding-top: 103px;
  padding-bottom: 96px;
}
@media screen and (max-width: 900px) {
  .p-tour {
    padding-top: 48px;
    padding-bottom: 43px;
  }
}
.p-tour__container {
  width: 74.5%;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-tour__container {
    width: 84.5%;
  }
}
.p-tour__ttl {
  position: relative;
  padding-bottom: 47px;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-tour.is-active .p-tour__ttl {
  transform: translateX(0px);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-tour__ttl {
    padding-bottom: 29px;
  }
}
.p-tour__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: var(--color-gray);
  transform: translateX(-50%) scaleX(0);
  background: var(--color-gray);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: left center;
}
.p-tour.is-active .p-tour__ttl::after {
  transform: translateX(-50%) scaleX(1);
}
.p-tour__ttl-main {
  width: 245px;
  margin-bottom: 18px;
}
@media screen and (max-width: 900px) {
  .p-tour__ttl-main {
    width: 179px;
    margin-bottom: 25px;
  }
}
.p-tour__ttl-sub {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .p-tour__ttl-sub {
    font-size: 16px;
  }
}
.p-tour__list {
  position: relative;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.p-tour.is-active .p-tour__list {
  transform: translateX(0px);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-tour__list {
    margin-right: 8.5%;
  }
}
.p-tour__list-item {
  padding: 16px 0;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  .p-tour__list-item {
    padding: 15px 0;
    font-size: 15px;
  }
}
.p-tour__list-item + .p-tour__list-item {
  border-top: 1px solid var(--color-gray);
}
.p-tour__list-item:last-child {
  border-bottom: 1px solid var(--color-gray);
}
.p-tour__list-note {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-tour__list-note {
    font-size: 12px;
  }
}
.p-tour__txt {
  margin-top: 23px;
  font-size: 14px;
  line-height: 1.66;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.p-tour.is-active .p-tour__txt {
  transform: translateX(0px);
  opacity: 1;
}
.p-tour__caution {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.66;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.p-tour.is-active .p-tour__caution {
  transform: translateX(0px);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-tour__caution {
    font-size: 13px;
    line-height: 1.6;
  }
}
.p-tour__caution-item {
  text-indent: -1em;
  padding-left: 1em;
}

.p-tieup__container {
  width: 74.5%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 108px 0 99px;
}
@media screen and (max-width: 900px) {
  .p-tieup__container {
    width: 84.5%;
    padding: 48px 0 49px;
  }
}
.p-tieup__ttl {
  position: relative;
  margin-bottom: 43px;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-tieup.is-active .p-tieup__ttl {
  transform: translateX(0px);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-tieup__ttl {
    margin-bottom: 29px;
  }
}
@media not all and (max-width: 900px) {
  .p-tieup__ttl-main {
    width: 130px;
  }
}
@media screen and (max-width: 900px) {
  .p-tieup__ttl-main {
    width: 94px;
  }
}
.p-tieup__slider {
  position: relative;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
.p-tieup.is-active .p-tieup__slider {
  transform: translateX(0px);
  opacity: 1;
}
.p-tieup__list {
  display: flex;
}
.p-tieup__list-item {
  flex-shrink: 0;
}
.p-tieup__pager {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .p-tieup__pager {
    margin-top: 38px;
  }
}
.p-tieup__pager-item {
  position: relative;
  width: 35px;
}
@media (hover: hover) {
  .p-tieup__pager-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-top: 100%;
    background: #eecb6a;
    opacity: 0;
    filter: blur(3px);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media (hover: hover) and (hover: hover) {
  .p-tieup__pager-item:hover::before {
    opacity: 0.2;
  }
}
@media screen and (max-width: 900px) {
  .p-tieup__pager-item {
    width: 30px;
  }
}
.p-tieup__pager-item + .p-tieup__pager-item {
  margin-left: 15px;
}
@media screen and (max-width: 900px) {
  .p-tieup__pager-item + .p-tieup__pager-item {
    margin-left: 10px;
  }
}

.p-tieup_data__img {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.p-tieup_data__img:hover::after {
  opacity: 0.4;
}
.p-tieup_data__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eecb6a;
  opacity: 0;
  mix-blend-mode: screen;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-tieup_data__txt-ttl {
  position: relative;
  margin-bottom: 2px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .p-tieup_data__txt-ttl {
    margin-bottom: 5px;
    font-size: 17px;
  }
}
.p-tieup_data__txt-detail {
  font-size: 12px;
  line-height: 1.5;
}

.p-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-pagetop {
    bottom: 10px;
    right: 10px;
    width: 30px;
  }
}
.is-show-pageup .p-pagetop {
  pointer-events: auto;
  opacity: 1;
}
.p-pagetop__inner {
  position: relative;
  display: block;
}
.p-pagetop__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eecb6a;
  opacity: 0;
  border-radius: 50%;
  filter: blur(5px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-pagetop__inner:hover::after {
    opacity: 0.2;
  }
}

/* ステータスバー透過防止 */
@media screen and (max-width: 900px) {
  .for-status-bars {
    position: fixed;
    top: 0;
    z-index: 1;
    pointer-events: none;
    height: 5px;
    width: 100%;
    background: #000;
    mix-blend-mode: lighten;
  }
  .is-overhero .for-status-bars {
    opacity: 0;
  }
}
@media not all and (max-width: 900px) {
  .for-status-bars {
    display: none;
  }
}

/* タブバー透過防止 */
@media screen and (max-width: 900px) {
  .for-tab-bars {
    position: fixed;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    height: 4px;
    width: 100%;
    background: #000;
    mix-blend-mode: lighten;
  }
  .is-overhero .for-tab-bars {
    opacity: 0;
  }
}
@media not all and (max-width: 900px) {
  .for-tab-bars {
    display: none;
  }
}