@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;0,900;1,700;1,800&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
.p-op {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #000 url(../img/common/bg.jpg) center center repeat-y;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.7s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transition: clip-path 0.7s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transition: clip-path 0.7s cubic-bezier(0.25, 1, 0.5, 1) 1s, -webkit-clip-path 0.7s cubic-bezier(0.25, 1, 0.5, 1) 1s;
}
.is-load .p-op {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.p-op__inner {
  width: 38%;
  max-width: 762px;
  transform: scale(1.8);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.2s cubic-bezier(0.11, 0, 0.5, 0);
}
@media screen and (max-width: 900px) {
  .p-op__inner {
    width: 73%;
  }
}
.is-load .p-op__inner {
  opacity: 1;
  transform: scale(1);
}
.p-op__logo {
  position: relative;
}
.p-op__logo-main {
  position: relative;
  opacity: 0;
}
.is-load .p-op__logo-main {
  animation: op_logo 0.5s cubic-bezier(0.5, 0, 0.75, 0) 0s forwards;
}
.p-op__logo-sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-op__logo-sub.--sub1 {
  transform: translate(-80px, -80px);
  filter: hue-rotate(120deg);
  opacity: 0.5;
}
.is-load .p-op__logo-sub.--sub1 {
  animation: op_grich 0.4s cubic-bezier(0.5, 0, 0.75, 0) 0s forwards;
}
.p-op__logo-sub.--sub2 {
  transform: translate(80px, 80px);
  filter: hue-rotate(180deg);
  opacity: 0.5;
}
.is-load .p-op__logo-sub.--sub2 {
  animation: op_grich2 0.4s cubic-bezier(0.5, 0, 0.75, 0) 0s forwards;
}

/*============================
.p-hero
============================*/
.p-hero {
  position: relative;
  margin-bottom: 79px;
  margin-bottom: 5.4861111111%;
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-hero {
    margin-bottom: 32px;
  }
}
.is-op .p-hero {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  opacity: 1;
}
.is-skip .p-hero {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  opacity: 1;
}
.p-hero__img {
  position: relative;
  width: 100%;
  padding-top: 93.4027777778%;
  margin-bottom: 128px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-hero__img {
    margin-bottom: 71px;
    padding-top: 144%;
  }
}
.p-hero__img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transform: scale(1.05);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-op-end .p-hero__img-inner {
  transform: scale(1);
}
.is-skip .p-hero__img-inner {
  transform: scale(1);
}
.p-hero__logo {
  position: absolute;
  bottom: 11.2%;
  left: 50%;
  width: 38%;
  max-width: 762px;
  transform: translate(-50%, 30px);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-hero__logo {
    width: 73%;
    bottom: 12.7%;
  }
}
.is-op-end .p-hero__logo {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 2s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 2s;
  opacity: 1;
  transform: translate(-50%, 0px);
}
@media screen and (max-width: 900px) {
  .is-op-end .p-hero__logo {
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  }
}
.is-skip .p-hero__logo {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  opacity: 1;
  transform: translate(-50%, 0px);
}
.p-hero__date {
  width: 74.1666666667%;
  max-width: 1068px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-hero__date {
    width: 100%;
    max-width: 750px;
    opacity: 0;
    transform: translateY(30px);
  }
  .is-op-end .p-hero__date {
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s;
    opacity: 1;
    transform: translateY(0px);
  }
  .is-skip .p-hero__date {
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    opacity: 1;
    transform: translateY(0px);
  }
}

/*============================
.p-movie
============================*/
.p-movie {
  margin-bottom: 80px;
  margin-bottom: 5.5555555556%;
}
@media screen and (max-width: 900px) {
  .p-movie {
    margin-bottom: 60px;
  }
}
.p-movie__container {
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-movie__container {
    padding-top: 40%;
  }
}
.p-movie__ttl {
  position: absolute;
}
@media not all and (max-width: 900px) {
  .p-movie__ttl {
    top: 50%;
    left: 0;
    transform: translate(-22%, -50%);
  }
  @media screen and (min-width: 1700px) {
    .p-movie__ttl {
      transform: translate(0, -50%);
    }
  }
}
@media screen and (max-width: 900px) {
  .p-movie__ttl {
    top: 0;
    left: -2.5%;
    width: 55%;
  }
}
.p-movie__slide {
  width: 75%;
  margin-left: auto;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-active .p-movie__slide {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 900px) {
  .p-movie__slide {
    width: 94.6666666667%;
  }
}
.p-movie__list-item {
  position: relative;
}
.p-movie__list-item::before, .p-movie__list-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  background: url(../img/movie/btn_play-frame.png) center center no-repeat;
  background-size: contain;
  opacity: 0;
}
.p-movie__list-item::before {
  transform: translate(-50%, -50%) scale(0);
}
.p-movie__list-item::after {
  background-image: url(../img/movie/btn_play-icon.png);
}
.p-movie__list-item:hover::before, .p-movie__list-item:hover::after {
  opacity: 1;
}
.p-movie__list-item:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.p-movie__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  animation: clip-out 0.35s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.p-movie__list-item:hover .p-movie__bg {
  animation: clip-in 0.35s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.p-movie__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 136px;
  height: 136px;
  transform: translate(-50%, -50%);
}
.p-movie__btn .p-in-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0s;
}
.p-movie__list-item:hover .p-movie__btn .p-in-circle {
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
  transform: scale(1);
}
.p-movie__btn .p-in-circle img {
  animation: rotate 10s linear infinite;
}
.p-movie__btn .p-in-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0s;
}
.p-movie__list-item:hover .p-movie__btn .p-in-icon {
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
  transform: scale(1);
}
.p-movie__thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  animation: clip-in 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.is-play .p-movie__thumb {
  animation: clip-out 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.p-movie__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.p-movie__play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.is-play .p-movie__play {
  opacity: 1;
}
.p-movie__nav {
  position: absolute;
  width: 19.4444444444%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1) 0s;
}
@media not all and (max-width: 900px) {
  .p-movie__nav {
    top: 50%;
    left: 2.7%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 900px) {
  .p-movie__nav {
    top: 15%;
    right: 6%;
    width: 37.3333333333%;
  }
}
.is-active .p-movie__nav {
  opacity: 1;
}
.is-nonslide .p-movie__nav {
  display: none;
}
.p-movie__nav-item {
  position: relative;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .p-movie__nav-item {
    width: 41.4285714286%;
  }
}
@media screen and (max-width: 900px) {
  .p-movie__nav-item {
    width: 42%;
  }
}
.p-movie__nav-item svg {
  display: block;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  fill-rule: evenodd;
}
.p-movie__nav-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__nav-item--prev::after {
  background: url(../img/common/icon_arrowL_fill.svg) center center no-repeat;
  background-size: contain;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-movie__nav-item--prev:hover::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-movie__nav-item--next::after {
  background: url(../img/common/icon_arrowR_fill.svg) center center no-repeat;
  background-size: contain;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-movie__nav-item--next:hover::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-movie__nav-item.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.p-news {
  display: block;
  margin-bottom: 4.2361111111%;
  animation: clip-out 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@media screen and (max-width: 900px) {
  .p-news {
    margin-bottom: 61px;
  }
}
.p-news.is-active {
  animation: clip-in 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.p-news__container {
  position: relative;
  overflow: hidden;
}
.p-news__ttl {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  font-family: YakuHanJPs_Noto, "Montserrat", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 900;
  font-size: 105px;
  letter-spacing: -0.1rem;
  line-height: 1;
  transform: translate(-10px, -5px);
  color: #1F1F1F;
}
@media screen and (max-width: 900px) {
  .p-news__ttl {
    top: 50%;
    left: 0;
    font-size: 58px;
    letter-spacing: -0.37rem;
    transform: translate(-10px, -50%);
  }
}
.p-news__list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.p-news__list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.p-news__more {
  position: absolute;
  top: 50%;
  left: 1.3%;
  transform: translateY(-53%);
}
@media screen and (max-width: 900px) {
  .p-news__more {
    left: 2.8%;
    transform: translateY(-50%);
  }
}
.p-news__more-link {
  position: relative;
  display: block;
  padding-bottom: 35px;
  font-family: YakuHanJPs_Noto, "Montserrat", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 800;
  writing-mode: vertical-rl;
  font-size: 29px;
  letter-spacing: 0.05rem;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-news__more-link {
    padding-bottom: 16px;
    font-size: 15px;
    letter-spacing: 0;
  }
}
.p-news__more-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../img/common/icon_arrowL.svg) center center no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
@media screen and (max-width: 900px) {
  .p-news__more-link::after {
    height: 12px;
  }
}
.p-news__more-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../img/common/icon_arrowL_fill.svg) center center no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 900px) {
  .p-news__more-link::before {
    height: 12px;
  }
}
@media not all and (max-width: 900px) {
  .p-news__more-link:hover {
    transform: translateY(14px);
  }
  .p-news__more-link:hover::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.p-news_data {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .p-news_data {
    padding: 20px 0;
    padding-left: 12.5%;
    padding-right: 4%;
    min-height: 70px;
  }
  .p-news_data::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .p-news_data:hover::before {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 900px) {
  .p-news_data {
    padding: 13px 5% 13px 15%;
  }
}
.p-news_data__head {
  flex-shrink: 0;
  font-family: YakuHanJPs_Noto, "Montserrat", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 800;
}
@media not all and (max-width: 900px) {
  .p-news_data__head {
    width: 180px;
  }
}
@media screen and (max-width: 900px) {
  .p-news_data__head {
    width: 97px;
  }
}
.p-news_data__date {
  font-style: italic;
  font-size: 51px;
  line-height: 1.1;
}
@media screen and (max-width: 900px) {
  .p-news_data__date {
    font-size: 30px;
  }
}
.p-news_data__date span {
  display: inline-block;
  padding: 0 8px 0 2.5px;
  vertical-align: baseline;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .p-news_data__date span {
    padding: 0 1px 0 0;
    font-size: 10px;
  }
}
.p-news_data__cate {
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .p-news_data__cate {
    font-size: 10px;
  }
}
.p-news_data__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 900px) {
  .p-news_data__ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-intro {
  position: relative;
  margin-bottom: 153px;
}
@media screen and (max-width: 900px) {
  .p-intro {
    margin-bottom: 74px;
  }
}
.p-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 150px 0;
}
.p-intro__bg-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/intro/bg_t-intro.svg) center center no-repeat;
  background-size: 89% auto;
}
@media screen and (max-width: 900px) {
  .p-intro__bg-inner {
    background-size: 100% auto;
  }
}
.p-intro__container {
  position: relative;
}
.p-intro__deco {
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-active .p-intro__deco {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-intro__deco.--deco1 {
  padding-top: 125px;
}
@media screen and (max-width: 900px) {
  .p-intro__deco.--deco1 {
    padding-top: 72px;
  }
}
.p-intro__deco.--deco2 {
  padding-top: 125px;
}
@media screen and (max-width: 900px) {
  .p-intro__deco.--deco2 {
    padding-top: 72px;
  }
}
.p-intro__deco-container {
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .p-intro__deco-container {
    width: 3560px;
  }
}
@media screen and (max-width: 900px) {
  .p-intro__deco-container {
    width: 1780px;
  }
}
.p-intro__deco-inner {
  display: flex;
}
@media not all and (max-width: 900px) {
  .p-intro__deco-inner {
    transform: rotate(4deg) translateX(-890px);
  }
}
@media screen and (max-width: 900px) {
  .p-intro__deco-inner {
    transform: rotate(4deg) translateX(-445px);
  }
}
.p-intro__deco-inner .p-in-img {
  width: 890px;
}
@media screen and (max-width: 900px) {
  .p-intro__deco-inner .p-in-img {
    width: 445px;
  }
}
.p-intro__desc {
  width: 90%;
  margin: -10px auto 61px;
  text-align: center;
  font-size: 22px;
  line-height: 1.91;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.is-active .p-intro__desc {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-intro__desc {
    margin-bottom: 53px;
    margin-top: -21px;
    font-size: 14px;
  }
}
.p-intro__desc span {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  line-height: 1.4;
}
.p-intro__desc .--bb {
  background: var(--color-bb);
}
.p-intro__desc .--mtc {
  background: var(--color-mtc);
}
.p-intro__desc .--fp {
  background: var(--color-fp);
}
.p-intro__desc .--mtnr {
  background: var(--color-mtnr);
}
.p-intro__desc .--dtth {
  background: var(--color-dtth);
}
.p-intro__desc .--bat {
  background: var(--color-bat);
}