.p-op {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 20;
  background-color: var(--color-black);
  transition: background-color 0.6s var(--ease-main) 1.5s, opacity 1s var(--ease-main) 2.5s, filter 1s var(--ease-main) 2.5s;
}
.is-load .p-op {
  background-color: var(--color-white);
  opacity: 0;
  filter: blur(10px);
}

.p-op__logo {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.15);
  filter: blur(10px);
  opacity: 0;
  transition: transform 3s var(--ease-main), opacity 1.2s var(--ease-main), filter 1.2s var(--ease-main);
}
@media screen and (max-width: 900px) {
  .p-op__logo {
    width: 70%;
  }
}
.is-load .p-op__logo {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, -50%) scale(1);
}
.p-op__logo svg {
  fill: var(--color-white);
  transition: fill 0.6s var(--ease-main) 1.5s;
}
.is-load .p-op__logo svg {
  fill: var(--color-black);
}

.l-header::before {
  transition-delay: 2.9s;
}

.l-header::after {
  transition-delay: 2.9s;
}

.l-header__link {
  transition: opacity 0.7s var(--ease-main) 2.9s, transform 0.7s var(--ease-main) 2.9s, background-color 0.7s var(--ease-main);
}

.l-header__text {
  transition-delay: 2.9s;
}

.l-frame_corner-item {
  transition-delay: 2.9s;
}

.l-frame_copy {
  transition-delay: 2.9s;
}

.l-frame_pagetop {
  transition-delay: 2.9s;
}

.p-kv {
  position: relative;
  z-index: 1;
}

.p-kv__main-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-kv__main-image img {
  width: 100%;
  transform: scale(1.05);
  filter: blur(10px);
  opacity: 0;
  transition: transform 3s var(--ease-main) 2.8s, opacity 1.2s var(--ease-main) 2.8s, filter 1.2s var(--ease-main) 2.8s;
}
.is-load .p-kv__main-image img {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.p-kv__date {
  padding: 82px 0 115px;
}
@media screen and (max-width: 900px) {
  .p-kv__date {
    padding: 38px 0 67px;
  }
}
.p-kv__date-item {
  margin-bottom: 55px;
}
@media screen and (max-width: 900px) {
  .p-kv__date-item {
    margin-bottom: 37px;
  }
}
.p-kv__date-item:last-of-type {
  margin-bottom: 0;
}
.p-kv__date-item-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  font-family: var(--font-outfit);
  color: var(--color-red);
  padding: 0 15px;
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.16em;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main), transform 0.7s var(--ease-main);
}
.is-scroll-active.p-scroll .p-kv__date-item-head {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .p-kv__date-item-head {
    margin: 0 auto 12px;
    font-size: 1.2rem;
  }
}
.p-kv__date-item-head::before {
  content: "(";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: var(--font-ibm);
  font-weight: 700;
  font-size: 1.2rem;
  pointer-events: none;
}
.p-kv__date-item-head::after {
  content: ")";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: var(--font-ibm);
  font-weight: 700;
  font-size: 1.2rem;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-kv__date-item-head::after {
    font-size: 1.1rem;
  }
}
.p-kv__date-item-detail {
  font-weight: 700;
  font-size: 3.8rem;
  letter-spacing: 0.02em;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.1s, transform 0.7s var(--ease-main) 0.1s;
}
.is-scroll-active.p-scroll .p-kv__date-item-detail {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .p-kv__date-item-detail {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}
.p-kv__date-item-detail .u-small {
  font-size: 2.6rem;
  vertical-align: baseline;
}
@media screen and (max-width: 900px) {
  .p-kv__date-item-detail .u-small {
    font-size: 1.8rem;
  }
}
.p-kv__date-item-detail .u-num {
  font-size: 4.5rem;
  font-weight: 500;
  vertical-align: baseline;
  font-family: var(--font-outfit);
}
@media screen and (max-width: 900px) {
  .p-kv__date-item-detail .u-num {
    font-size: 2.8rem;
  }
}

.p-kv__story {
  border-top: 2px solid var(--color-black);
  -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.8s var(--ease-main);
  transition: clip-path 0.8s var(--ease-main);
  transition: clip-path 0.8s var(--ease-main), -webkit-clip-path 0.8s var(--ease-main);
}
.p-kv__story.is-scroll-active.p-scroll {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-kv__story-block {
  border-bottom: 2px solid var(--color-black);
  position: relative;
  overflow: hidden;
  transition: -webkit-clip-path 0.8s var(--ease-main);
  transition: clip-path 0.8s var(--ease-main);
  transition: clip-path 0.8s var(--ease-main), -webkit-clip-path 0.8s var(--ease-main);
}
.p-kv__story-block:nth-of-type(odd) {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.is-scroll-active.p-scroll .p-kv__story-block:nth-of-type(odd) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-kv__story-block:nth-of-type(odd) .p-kv__story-block-list {
  animation: marqueeLeft 30s linear infinite;
}
.p-kv__story-block:nth-of-type(even) {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.is-scroll-active.p-scroll .p-kv__story-block:nth-of-type(even) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-kv__story-block:nth-of-type(even) .p-kv__story-block-list {
  transform: translateX(calc(-100% + 100vw));
  animation: marqueeRight 30s linear infinite;
}
.p-kv__story-block-list {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 0;
  transition: background-color 0.6s var(--ease-main);
}
@media screen and (max-width: 900px) {
  .p-kv__story-block-list {
    padding: 7px 0;
  }
}
@keyframes marqueeLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marqueeRight {
  0% {
    transform: translateX(calc(-100% + 100vw));
  }
  100% {
    transform: translateX(calc(-50% + 100vw));
  }
}
@media screen and (min-width: 901px) {
  .p-kv__story-block-list:has(.p-kv__story-block-list-item.--niwa:hover) {
    background-color: var(--color-story-niwa);
  }
  .p-kv__story-block-list:has(.p-kv__story-block-list-item.--sasaki:hover) {
    background-color: var(--color-story-sasaki);
  }
  .p-kv__story-block-list:has(.p-kv__story-block-list-item.--koi:hover) {
    background-color: var(--color-story-koi);
  }
  .p-kv__story-block-list:has(.p-kv__story-block-list-item.--shikaku:hover) {
    background-color: var(--color-story-shikaku);
  }
  .p-kv__story-block-list:has(.p-kv__story-block-list-item.--ningyo:hover) {
    background-color: var(--color-story-ningyo);
  }
  .p-kv__story-block-list:has(.p-kv__story-block-list-item.--girl:hover) {
    background-color: var(--color-story-girl);
  }
  .p-kv__story-block-list:has(.p-kv__story-block-list-item.--nayuta:hover) {
    background-color: var(--color-story-nayuta);
  }
  .p-kv__story-block-list:has(.p-kv__story-block-list-item.--imouto:hover) {
    background-color: var(--color-story-imouto);
  }
}
.p-kv__story-block-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  padding: 0 15px;
}
@media screen and (min-width: 901px) {
  .p-kv__story-block-list-item:hover.--niwa .p-in-link {
    color: var(--color-story_text-niwa);
  }
  .p-kv__story-block-list-item:hover.--sasaki .p-in-link {
    color: var(--color-story_text-sasaki);
  }
  .p-kv__story-block-list-item:hover.--koi .p-in-link {
    color: var(--color-story_text-koi);
  }
  .p-kv__story-block-list-item:hover.--shikaku .p-in-link {
    color: var(--color-story_text-shikaku);
  }
  .p-kv__story-block-list-item:hover.--ningyo .p-in-link {
    color: var(--color-story_text-ningyo);
  }
  .p-kv__story-block-list-item:hover.--girl .p-in-link {
    color: var(--color-story_text-girl);
  }
  .p-kv__story-block-list-item:hover.--nayuta .p-in-link {
    color: var(--color-story_text-nayuta);
  }
  .p-kv__story-block-list-item:hover.--imouto .p-in-link {
    color: var(--color-story_text-imouto);
  }
}
.p-kv__story-block-list-item .p-in-link {
  display: flex;
  align-items: center;
  transition: color 0.6s var(--ease-main);
}
.p-kv__story-block-list-item .p-in-num {
  margin-right: 20px;
  font-family: var(--font-ibm);
  padding: 0 18px;
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .p-kv__story-block-list-item .p-in-num {
    font-size: 1rem;
    padding: 0 10px;
  }
}
.p-kv__story-block-list-item .p-in-num::before {
  content: "[";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: var(--font-ibm);
  font-weight: 700;
  pointer-events: none;
}
.p-kv__story-block-list-item .p-in-num::after {
  content: "]";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: var(--font-ibm);
  font-weight: 700;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-kv__story-block-list-item .p-in-num::after {
    font-size: 1.1rem;
  }
}
.p-kv__story-block-list-item .p-in-text {
  margin-right: 20px;
  font-size: 5.5rem;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-kv__story-block-list-item .p-in-text {
    font-size: 2.8rem;
  }
}
.p-kv__story-block-list-item .p-in-image {
  width: 195px;
}
@media screen and (max-width: 900px) {
  .p-kv__story-block-list-item .p-in-image {
    width: 90px;
  }
}

.p-news {
  width: 87%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 98px 0 200px;
}
@media screen and (max-width: 900px) {
  .p-news {
    width: 92%;
    margin: 0 auto;
    padding: 60px 0 80px;
  }
}

.p-news__title {
  margin-bottom: 42px;
}
@media screen and (max-width: 900px) {
  .p-news__title {
    margin-bottom: 30px;
  }
}
.p-news__contents {
  width: 82%;
  margin-right: 0.8%;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-news__contents {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-news__contents-main {
    margin-bottom: 22px;
  }
}
.p-news__contents-main-list-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.1s, transform 0.7s var(--ease-main) 0.1s;
}
.p-news__contents-main-list-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-main-list-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-main-list-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-main-list-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-main-list-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-main-list-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-main-list-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-main-list-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-main-list-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-main-list-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.is-scroll-active.p-scroll .p-news__contents-main-list-item {
  opacity: 1;
  transform: translateY(0);
}
.p-news__contents-main-list-item-link {
  padding: 31px 20px 44px;
}
@media screen and (max-width: 900px) {
  .p-news__contents-main-list-item-link {
    padding: 18px 0px;
  }
}
.p-news__contents-more {
  width: 130px;
  opacity: 0;
  transition: opacity 0.7s var(--ease-main) 0.1s, transform 0.7s var(--ease-main) 0.1s;
}
.is-scroll-active.p-scroll .p-news__contents-more {
  opacity: 1;
}
@media screen and (min-width: 901px) {
  .p-news__contents-more {
    position: absolute;
    top: -60px;
    right: 0;
    transform: translateY(calc(-100% + 10px));
  }
  .is-scroll-active.p-scroll .p-news__contents-more {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 900px) {
  .p-news__contents-more {
    width: 40%;
    margin-left: auto;
  }
}

.p-movie {
  padding: 150px 0 80px;
  position: relative;
  background-color: var(--color-black);
}
@media screen and (max-width: 900px) {
  .p-movie {
    padding: 147px 0 66px;
  }
}

.p-movie__bg {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.7s var(--ease-main);
}
.is-scroll-active.p-scroll .p-movie__bg {
  opacity: 1;
}
.p-movie__bg-filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/movie_bg.png) no-repeat center/cover;
}
.p-movie__bg-filter::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/movie_bg_border.png) repeat center/6px;
  animation: movieBorder 0.2s linear infinite;
}
@keyframes movieBorder {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 6px;
  }
}
@media screen and (max-width: 900px) {
  .p-movie__bg-filter::before {
    background: url(../img/movie_bg_border.png) repeat center/3px;
  }
  @keyframes movieBorder {
    0% {
      background-position-y: 0;
    }
    100% {
      background-position-y: 3px;
    }
  }
}
.p-movie__bg-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie__bg-item #js-movie-bg_player_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
}
@media screen and (max-width: 900px) {
  .p-movie__bg-item #js-movie-bg_player_wrap {
    transform: translate(-50%, -50%) scale(2);
  }
}

.p-movie__contents-title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 2;
  color: var(--color-white);
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-movie__contents-title {
    top: 51px;
  }
}
.p-movie__contents-main {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.1s, transform 0.7s var(--ease-main) 0.1s;
}
.is-scroll-active.p-scroll .p-movie__contents-main {
  opacity: 1;
  transform: translateY(0);
}
.is-disable .p-movie__contents-main-list {
  justify-content: center;
}
.p-movie__contents-main-list-item {
  width: 71.5%;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .p-movie__contents-main-list-item {
    width: 92.5%;
  }
}
.p-movie__contents-main-list-item.swiper-slide-active .p-movie__contents-main-list-item-image::before {
  opacity: 0;
}
@media screen and (min-width: 901px) {
  .p-movie__contents-main-list-item:hover .p-movie__contents-main-list-item-deco .p-in-text-item {
    opacity: 1;
    letter-spacing: 0.8em;
  }
  .p-movie__contents-main-list-item:hover .p-movie__contents-main-list-item-deco .p-in-cross {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.p-movie__contents-main-list-item-deco {
  width: 20%;
  padding-top: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  mix-blend-mode: difference;
}
@media screen and (max-width: 900px) {
  .p-movie__contents-main-list-item-deco {
    width: 33%;
    padding-top: 24%;
  }
}
.p-movie__contents-main-list-item-deco .p-in-text {
  color: var(--color-white);
  font-family: var(--font-ibm);
  font-size: 1.4rem;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 900px) {
  .p-movie__contents-main-list-item-deco .p-in-text {
    letter-spacing: 0.8em;
  }
}
.p-movie__contents-main-list-item-deco .p-in-text-item {
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: letter-spacing 0.7s var(--ease-main), opacity 0.7s var(--ease-main);
}
.p-movie__contents-main-list-item-deco .p-in-text-item:nth-of-type(1) {
  left: 0;
  transform: translate(-80%, -50%);
}
.p-movie__contents-main-list-item-deco .p-in-text-item:nth-of-type(2) {
  right: 0;
  transform: translate(80%, -50%);
}
.p-movie__contents-main-list-item-deco .p-in-corner::before, .p-movie__contents-main-list-item-deco .p-in-corner::after {
  content: "";
  display: block;
  width: 9%;
  padding-top: 9%;
  box-sizing: content-box;
  position: absolute;
  bottom: 2.7%;
  z-index: 1;
  pointer-events: none;
}
.p-movie__contents-main-list-item-deco .p-in-corner::before {
  left: 2.7%;
  border-bottom: 2px solid var(--color-white);
  border-left: 2px solid var(--color-white);
}
@media screen and (max-width: 900px) {
  .p-movie__contents-main-list-item-deco .p-in-corner::before {
    border-bottom: 1px solid var(--color-white);
    border-left: 1px solid var(--color-white);
  }
}
.p-movie__contents-main-list-item-deco .p-in-corner::after {
  right: 2.7%;
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
}
@media screen and (max-width: 900px) {
  .p-movie__contents-main-list-item-deco .p-in-corner::after {
    border-bottom: 1px solid var(--color-white);
    border-right: 1px solid var(--color-white);
  }
}
.p-movie__contents-main-list-item-deco .p-in-corner-item::before, .p-movie__contents-main-list-item-deco .p-in-corner-item::after {
  content: "";
  display: block;
  width: 9%;
  padding-top: 9%;
  box-sizing: content-box;
  position: absolute;
  top: 2.7%;
  z-index: 1;
  pointer-events: none;
}
.p-movie__contents-main-list-item-deco .p-in-corner-item::before {
  left: 2.7%;
  border-top: 2px solid var(--color-white);
  border-left: 2px solid var(--color-white);
}
@media screen and (max-width: 900px) {
  .p-movie__contents-main-list-item-deco .p-in-corner-item::before {
    border-top: 1px solid var(--color-white);
    border-left: 1px solid var(--color-white);
  }
}
.p-movie__contents-main-list-item-deco .p-in-corner-item::after {
  right: 2.7%;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
}
@media screen and (max-width: 900px) {
  .p-movie__contents-main-list-item-deco .p-in-corner-item::after {
    border-top: 1px solid var(--color-white);
    border-right: 1px solid var(--color-white);
  }
}
.p-movie__contents-main-list-item-deco .p-in-cross {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.6s var(--ease-main);
}
.p-movie__contents-main-list-item-deco .p-in-cross svg {
  fill: var(--color-white);
}
.p-movie__contents-main-list-item-image {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.p-movie__contents-main-list-item-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s var(--ease-main);
  z-index: 1;
}
.p-movie__contents-main-list-item-image .p-in-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-movie__contents-main-list-item-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
  padding: 0 20px;
  position: relative;
  font-size: 2rem;
  color: var(--color-white);
}
@media screen and (max-width: 900px) {
  .p-movie__contents-main-list-item-title {
    margin: 12px auto 0;
    padding: 0 20px;
    position: relative;
    font-size: 1.3rem;
  }
}
.p-movie__contents-main-nav {
  opacity: 0;
  transition: opacity 0.7s var(--ease-main) 0.2s, transform 0.7s var(--ease-main) 0.2s;
}
.is-disable .p-movie__contents-main-nav {
  display: none;
}
.is-scroll-active.p-scroll .p-movie__contents-main-nav {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-movie__contents-main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.p-movie__contents-main-nav-item {
  display: flex;
  align-items: center;
  color: var(--color-white);
  position: relative;
  transition: color 0.6s var(--ease-main);
  z-index: 2;
}
@media screen and (min-width: 901px) {
  .p-movie__contents-main-nav-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-movie__contents-main-nav-item:hover {
    color: var(--color-red);
  }
  .p-movie__contents-main-nav-item:hover .p-in-arrow::before, .p-movie__contents-main-nav-item:hover .p-in-arrow::after {
    background-color: var(--color-red);
  }
}
.p-movie__contents-main-nav-item.--prev {
  margin: 0;
}
@media screen and (min-width: 901px) {
  .p-movie__contents-main-nav-item.--prev {
    left: 7.2%;
  }
}
.p-movie__contents-main-nav-item.--prev .p-in-text {
  padding-left: 10px;
}
.p-movie__contents-main-nav-item.--next {
  flex-direction: row-reverse;
  margin: 0;
}
@media screen and (min-width: 901px) {
  .p-movie__contents-main-nav-item.--next {
    right: 7.2%;
  }
}
.p-movie__contents-main-nav-item.--next .p-in-text {
  padding-right: 10px;
}
@media screen and (max-width: 900px) {
  .p-movie__contents-main-nav-item .p-in-arrow {
    width: 24px;
    height: 9px;
  }
}
.p-movie__contents-main-nav-item .p-in-arrow::before, .p-movie__contents-main-nav-item .p-in-arrow::after {
  background-color: var(--color-white);
}
.p-movie__contents-main-nav-item .p-in-text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-family: var(--font-outfit);
}
@media screen and (max-width: 900px) {
  .p-movie__contents-main-nav-item .p-in-text {
    display: none;
  }
}
.is-disable .p-movie__contents-main-nav-pagination {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-movie__contents-main-nav-pagination {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    bottom: 0 !important;
  }
  .p-movie__contents-main-nav-pagination .swiper-pagination-bullet {
    display: block;
    width: 2px;
    height: 10px;
    margin: 0 8px !important;
    opacity: 0.5;
    border-radius: 0;
    background: var(--color-white);
  }
  .p-movie__contents-main-nav-pagination .swiper-pagination-bullet-active {
    transform: scaleY(2);
    opacity: 1;
  }
}

.p-comment {
  padding-top: 157px;
}
@media screen and (max-width: 900px) {
  .p-comment {
    padding-top: 60px;
  }
}

.p-comment__inner {
  width: 86%;
  margin: 0 auto 182px;
}
@media screen and (max-width: 900px) {
  .p-comment__inner {
    width: 92%;
    margin: 0 auto 80px;
  }
}

.p-comment__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .p-comment__title {
    margin-bottom: 20px;
  }
}
.p-comment__detail {
  position: relative;
}
.p-comment__detail-text {
  width: 81.4%;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 3.2;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.1s, transform 0.7s var(--ease-main) 0.1s;
}
.is-scroll-active.p-scroll .p-comment__detail-text {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .p-comment__detail-text {
    width: 92%;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 2.5;
  }
}
.p-comment__detail-name {
  width: 84.9%;
  margin: 39px auto 0;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: right;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.2s, transform 0.7s var(--ease-main) 0.2s;
}
.is-scroll-active.p-scroll .p-comment__detail-name {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .p-comment__detail-name {
    width: 92%;
    margin: 22px auto 0;
    font-size: 1.2rem;
  }
}

.p-comment__image {
  width: 100%;
  padding-top: 360px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.7s var(--ease-main) 0.3s, filter 0.7s var(--ease-main) 0.3s;
}
.is-scroll-active.p-scroll .p-comment__image {
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 900px) {
  .p-comment__image {
    padding-top: 160px;
  }
}
.p-comment__image-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-comment__image-list-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.05) !important;
  transition: transform 2s var(--ease-main) 0.3s, opacity 2s var(--ease-main);
}
.p-comment__image-list-item .p-in-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-comment__image-list-item.swiper-slide-active {
  opacity: 1 !important;
}
.is-scroll-active.p-scroll .p-comment__image-list-item {
  transform: scale(1) !important;
}

.p-introduction {
  width: 86.1%;
  max-width: 1600px;
  padding-top: 240px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-introduction {
    width: 92%;
    margin: 0 auto;
    padding-top: 70px;
  }
}

.p-introduction__title {
  width: 21.4%;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.7s var(--ease-main) 0.2s, transform 0.7s var(--ease-main) 0.2s;
}
.is-scroll-active.p-scroll .p-introduction__title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 901px) {
  .p-introduction__title {
    position: absolute;
    top: 158px;
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-introduction__title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.p-introduction__title-text {
  width: 100%;
}

.p-introduction__contents {
  width: 60%;
  margin-left: 8.7%;
}
@media screen and (max-width: 900px) {
  .p-introduction__contents {
    width: 100%;
    margin: 0 auto;
  }
}
.p-introduction__contents-title {
  width: 89%;
  margin-bottom: 52px;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.7s var(--ease-main) 0.1s, transform 0.7s var(--ease-main) 0.1s;
}
.is-scroll-active.p-scroll .p-introduction__contents-title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .p-introduction__contents-title {
    width: 79%;
    margin-left: 4%;
    margin-bottom: 26px;
  }
}
.p-introduction__contents-lead {
  width: 89%;
  margin-bottom: 64px;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.7s var(--ease-main) 0.2s, transform 0.7s var(--ease-main) 0.2s;
}
.is-scroll-active.p-scroll .p-introduction__contents-lead {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .p-introduction__contents-lead {
    width: 90%;
    margin-bottom: 33px;
    margin-left: 4%;
  }
}
.p-introduction__contents-detail {
  font-size: 1.8rem;
  line-height: 2.52;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.7s var(--ease-main) 0.2s, transform 0.7s var(--ease-main) 0.2s;
}
.is-scroll-active.p-scroll .p-introduction__contents-detail {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .p-introduction__contents-detail {
    width: 90%;
    margin-left: 4%;
    font-size: 1.3rem;
    line-height: 2.2;
  }
}
.p-introduction__contents-detail p {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .p-introduction__contents-detail p {
    margin-bottom: 24px;
  }
}
.p-introduction__contents-detail p:last-of-type {
  margin-bottom: 0;
}

.p-story__inner {
  position: relative;
}
.p-story__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: url(../img/bg_ptn_00b.jpg) repeat left top/400px;
  transition: opacity 0.5s var(--ease-main);
  opacity: 0;
}
.is-scroll-current .p-story__inner::before {
  opacity: 1;
}

.p-story__block {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-story__block-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-story__title {
  text-align: center;
  z-index: 1;
  opacity: 0;
  transform: translateY(10px);
  transition: color 0.5s var(--ease-main), opacity 0.7s var(--ease-main), transform 0.7s var(--ease-main);
}
.is-scroll-active.p-scroll .p-story__title {
  opacity: 1;
  transform: translateY(0);
}
.is-scroll-current .p-story__title {
  color: var(--color-white);
}
.p-story__lead {
  width: 100%;
  margin-top: 40px;
  font-size: 1.7rem;
  line-height: 2.7;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: color 0.5s var(--ease-main), opacity 0.7s var(--ease-main) 0.2s, transform 0.7s var(--ease-main) 0.2s;
}
.is-scroll-active.p-scroll .p-story__lead {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .p-story__lead {
    margin-top: 20px;
    font-size: 1.3rem;
    line-height: 2.25;
  }
}
.is-scroll-current .p-story__lead {
  opacity: 0 !important;
}

.p-story__contents {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .p-story__contents {
    padding-top: min(154.4%, 2200px);
    max-width: 2000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .p-story__contents-list {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 99px;
  }
}
.p-story__contents-list-item {
  width: 28.7%;
  max-width: 490px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main), transform 0.7s var(--ease-main);
}
.p-story__contents-list-item.is-scroll-active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 901px) {
  .p-story__contents-list-item {
    position: absolute;
  }
  .p-story__contents-list-item:hover {
    transform: scale(0.97);
  }
  .p-story__contents-list-item:nth-of-type(1) {
    top: 0;
    left: 20%;
  }
  .p-story__contents-list-item:nth-of-type(2) {
    top: 10.9%;
    right: 7.2%;
  }
  .p-story__contents-list-item:nth-of-type(3) {
    top: 24.7%;
    left: 8.6%;
  }
  .p-story__contents-list-item:nth-of-type(4) {
    top: 36.1%;
    right: 23.1%;
  }
  .p-story__contents-list-item:nth-of-type(5) {
    top: 49.3%;
    left: 3.6%;
  }
  .p-story__contents-list-item:nth-of-type(6) {
    top: 56.2%;
    right: 3.6%;
  }
  .p-story__contents-list-item:nth-of-type(7) {
    top: 71.3%;
    left: 19.1%;
  }
  .p-story__contents-list-item:nth-of-type(8) {
    top: 80.9%;
    right: 14.3%;
  }
}
@media screen and (max-width: 900px) {
  .p-story__contents-list-item {
    width: 66.8%;
    margin-bottom: 79px;
  }
  .p-story__contents-list-item:nth-of-type(even) {
    margin-left: auto;
  }
  .p-story__contents-list-item:nth-of-type(odd) {
    margin-right: auto;
  }
  .p-story__contents-list-item:last-of-type {
    margin-bottom: 0;
  }
}
.p-story__contents-list-item .p-in-num {
  padding: 0 11px;
  font-family: var(--font-outfit);
  font-size: 1.5rem;
  position: absolute;
  top: 14px;
  left: 18px;
}
@media screen and (max-width: 900px) {
  .p-story__contents-list-item .p-in-num {
    padding: 0 8px;
    font-family: var(--font-outfit);
    font-size: 1.1rem;
    top: 11px;
    left: 10px;
  }
}
.p-story__contents-list-item .p-in-title {
  padding: 10px 16px 10px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-story__contents-list-item .p-in-title {
    padding: 6px 9px 6px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

.p-bling {
  text-align: center;
  padding: 160px 0;
}
@media screen and (max-width: 900px) {
  .p-bling {
    padding: 78px 0 86px;
  }
}

.p-bling__main {
  margin-bottom: 33px;
}
@media screen and (max-width: 900px) {
  .p-bling__main {
    margin-bottom: 30px;
  }
}
.p-bling__main-head {
  margin-bottom: 24px;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-bling__main-head {
    margin-bottom: 16px;
    font-size: 2.2rem;
  }
}
.p-bling__main-text {
  font-size: 1.3rem;
}
@media screen and (max-width: 900px) {
  .p-bling__main-text {
    line-height: 1.6;
  }
}

.p-bling__detail {
  font-size: 1.3rem;
  line-height: 1.6;
}