.p-top_sticky {
  width: 100%;
  height: 500px;
}

.p-op {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 1;
  transition: opacity 2s var(--ease-out) 2.7s, filter 2s var(--ease-out) 2.7s;
  pointer-events: none;
  background: url(../img/bg/base.jpg) repeat left top/200px;
}
.is-load .p-op {
  opacity: 0;
  filter: blur(10px);
}
.p-op .l-frame {
  position: fixed;
  z-index: 1;
}

.p-op__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/modal_bg_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 900px) {
  .p-op__bg {
    background: url(../img/modal_bg_sp.jpg) no-repeat center/cover;
  }
}

.p-op__deco-item {
  position: absolute;
  z-index: 2;
  opacity: 0;
  animation: star 2s linear infinite;
}
.p-op__deco-item:nth-of-type(1) {
  animation-delay: 0.1s;
}
.p-op__deco-item:nth-of-type(2) {
  animation-delay: 0.2s;
}
.p-op__deco-item:nth-of-type(3) {
  animation-delay: 0.3s;
}
.p-op__deco-item:nth-of-type(4) {
  animation-delay: 0.4s;
}
.p-op__deco-item:nth-of-type(5) {
  animation-delay: 0.5s;
}
.p-op__deco-item:nth-of-type(6) {
  animation-delay: 0.6s;
}
.p-op__deco-item:nth-of-type(7) {
  animation-delay: 0.7s;
}
.p-op__deco-item:nth-of-type(8) {
  animation-delay: 0.8s;
}
.p-op__deco-item:nth-of-type(9) {
  animation-delay: 0.9s;
}
.p-op__deco-item:nth-of-type(10) {
  animation-delay: 1s;
}
.p-op__deco-item img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.p-op__deco-item:nth-of-type(1) {
  width: 3.8%;
  right: 25.7%;
  top: 20.7%;
}
@media screen and (max-width: 900px) {
  .p-op__deco-item:nth-of-type(1) {
    width: 8.8%;
    right: 23.6%;
    top: 17.3%;
  }
}
.p-op__deco-item:nth-of-type(2) {
  width: 4%;
  left: 35.3%;
  top: 76.7%;
}
@media screen and (max-width: 900px) {
  .p-op__deco-item:nth-of-type(2) {
    width: 9%;
    left: 11.3%;
    top: 81.4%;
  }
}
.p-op__deco-item:nth-of-type(3) {
  width: 4.3%;
  left: 21.5%;
  top: 21.5%;
}
@media screen and (max-width: 900px) {
  .p-op__deco-item:nth-of-type(3) {
    width: 8.3%;
    left: 12.3%;
    top: 19.5%;
  }
}
.p-op__deco-item:nth-of-type(4) {
  width: 4%;
  left: 75%;
  top: 15.1%;
}
@media screen and (max-width: 900px) {
  .p-op__deco-item:nth-of-type(4) {
    width: 7%;
    left: 73.1%;
    top: 14.5%;
  }
}
.p-op__deco-item:nth-of-type(5) {
  width: 3.6%;
  left: 15.2%;
  top: 59.4%;
}
@media screen and (max-width: 900px) {
  .p-op__deco-item:nth-of-type(5) {
    width: 6.6%;
    left: 24%;
    top: 55.4%;
  }
}
.p-op__deco-item:nth-of-type(6) {
  width: 3%;
  left: 84.3%;
  top: 68.5%;
}
@media screen and (max-width: 900px) {
  .p-op__deco-item:nth-of-type(6) {
    width: 7%;
    left: 79.4%;
    top: 72.1%;
  }
}
.p-op__deco-item:nth-of-type(7) {
  width: 4.7%;
  left: 11.2%;
  top: 64.8%;
}
@media screen and (max-width: 900px) {
  .p-op__deco-item:nth-of-type(7) {
    width: 6.2%;
    left: 19.5%;
    top: 58.6%;
  }
}

.p-op__logo {
  width: 45.8%;
  position: absolute;
  top: 50.2%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .p-op__logo {
    width: 16%;
  }
}
.p-op__logo img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  opacity: 0;
  filter: blur(20px);
  opacity: 0;
  transform: scale(1.2) rotate(2deg);
  transition: opacity 1s var(--ease-out) 0.2s, filter 1s var(--ease-out) 0.2s, transform 5s var(--ease-out) 0.2s;
}
.is-load .p-op__logo img {
  filter: blur(0);
  opacity: 1;
  transform: scale(1) rotate(0);
}

.p-top_visual {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: opacity 0.8s var(--ease-out), filter 0.8s var(--ease-out);
}
.is-scroll .p-top_visual {
  opacity: 0;
  filter: blur(20px);
  pointer-events: none;
}

.p-top_visual__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg/base.jpg) repeat left top/200px;
}
.p-top_visual__image-item {
  width: 100vh;
  height: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-top_visual__image-item .p-in-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1.1) rotate(2deg);
  filter: blur(15px);
  opacity: 0;
  transition: transform 4s var(--ease-out) 2.3s, opacity 1s var(--ease-out) 2.3s, filter 1.5s var(--ease-out) 2.5s;
}
.is-load .p-top_visual__image-item .p-in-img {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}

.p-top_visual__logo {
  width: 30.6%;
  position: absolute;
  top: 50.2%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top_visual__logo img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  transform: scale(1.2);
  filter: blur(15px);
  opacity: 0;
  transition: transform 4s var(--ease-out) 2.7s, opacity 1s var(--ease-out) 2.7s, filter 1.5s var(--ease-out) 2.9s;
}
.is-load .p-top_visual__logo img {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}
[data-lang=en] .p-top_visual__logo {
  width: 30%;
  left: 0;
  top: -1%;
  transform: translate(0);
}

@media screen and (min-width: 901px) {
  .p-top_contents {
    position: relative;
  }
  .p-top_contents-sticky {
    width: 100%;
    height: 200px;
  }
  .p-top_contents-inner {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    padding: 1.3%;
  }
}

.p-kv {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-kv {
    background: url(../img/main/header_top_bg.jpg) no-repeat center/cover;
  }
  .p-kv::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(109px);
    background: url(../img/main/header_top_bg_btm.png) no-repeat left bottom/100% auto;
  }
}

@media screen and (min-width: 901px) {
  .p-kv__inner {
    padding: 58px 0 103px;
    position: relative;
  }
  .p-kv__inner::before, .p-kv__inner::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    pointer-events: none;
  }
  .p-kv__inner::before {
    width: 35%;
    top: 0;
    left: 0;
    background: url(../img/main/header_top_thorns1.png) no-repeat left top/contain;
  }
  .p-kv__inner::after {
    width: 51%;
    bottom: -7.5%;
    right: 0;
    background: url(../img/main/header_top_thorns2.png) no-repeat right bottom/contain;
  }
}

.p-kv__en {
  width: 51%;
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}
.p-kv__en img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.p-kv__image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-kv__image img {
  width: 100%;
  opacity: 0;
  filter: blur(20px);
  transform: scale(1.05);
  transition: transform 3s var(--ease-out) 2.9s, opacity 1s var(--ease-out) 2.9s, filter 2s var(--ease-out) 2.9s;
}
.is-load .p-kv__image img {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-kv__image::before {
  content: "";
  display: block;
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, var(--color-white));
  z-index: 1;
}

.p-kv__logo {
  width: 88%;
  margin: -32% auto 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  filter: blur(20px);
  transform: translateY(20px);
  transition: transform 1s var(--ease-out) 2.8s, opacity 1s var(--ease-out) 2.8s, filter 1.5s var(--ease-out) 2.8s;
}
@media screen and (max-width: 900px) {
  [data-lang=en] .p-kv__logo {
    width: 100%;
    margin: -22.3% auto 1.4%;
  }
}
.is-load .p-kv__logo {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media screen and (min-width: 901px) {
  .p-kv__logo {
    width: 70%;
    margin: 0 auto;
  }
  [data-lang=en] .p-kv__logo {
    width: 98%;
  }
}

.p-kv__onair {
  width: 94.3%;
  margin: -4.1% auto 0;
  opacity: 0;
  filter: blur(20px);
  transform: translateY(20px);
  transition: transform 1s var(--ease-out) 2.9s, opacity 1s var(--ease-out) 2.9s, filter 1.5s var(--ease-out) 2.9s;
}
.is-load .p-kv__onair {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-kv__onair img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .p-kv__onair {
    width: 85%;
    margin: 18px auto 0;
  }
}

.p-kv__sns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  padding: 4px;
  position: relative;
  opacity: 0;
  filter: blur(20px);
  transform: translateY(20px);
  transition: transform 1s var(--ease-out) 3s, opacity 1s var(--ease-out) 3s, filter 1.5s var(--ease-out) 3s;
}
.is-load .p-kv__sns {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media screen and (min-width: 901px) {
  .p-kv__sns {
    margin: 29px auto 0;
  }
}
.p-kv__sns-border-item {
  position: absolute;
  z-index: 1;
}
.p-kv__sns-border-item:nth-of-type(1) {
  width: calc(100% - 20px);
  height: 10px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/frame_min_repeat_vertical.png) repeat-x left top/auto 100%;
}
.p-kv__sns-border-item:nth-of-type(2) {
  width: 10px;
  height: calc(100% - 20px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/frame_min_repeat_horizontal.png) repeat-y left top/100% auto;
}
.p-kv__sns-border-item:nth-of-type(3) {
  width: calc(100% - 20px);
  height: 10px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(-1);
  background: url(../img/frame_min_repeat_vertical.png) repeat-x left top/auto 100%;
}
.p-kv__sns-border-item:nth-of-type(4) {
  width: 10px;
  height: calc(100% - 20px);
  top: 50%;
  right: 0;
  transform: translateY(-50%) scaleX(-1);
  background: url(../img/frame_min_repeat_horizontal.png) repeat-y left top/100% auto;
}
.p-kv__sns-corner-item {
  width: 10px;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 901px) {
  .p-kv__sns-corner-item {
    width: 10px;
  }
}
.p-kv__sns-corner-item img {
  width: 100%;
}
.p-kv__sns-corner-item:nth-of-type(1) {
  top: 0;
  left: 0;
}
.p-kv__sns-corner-item:nth-of-type(2) {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.p-kv__sns-corner-item:nth-of-type(3) {
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
}
.p-kv__sns-corner-item:nth-of-type(4) {
  right: 0;
  bottom: 0;
  transform: rotate(-180deg);
}
.p-kv__sns-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 9px 24px 7px;
  background-color: var(--color-white);
}
@media screen and (min-width: 901px) {
  .p-kv__sns-inner {
    padding: 11px 36px 12px 29px;
  }
}
.p-kv__sns-title {
  font-family: var(--font-en);
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: var(--color-ocher);
}
@media screen and (min-width: 901px) {
  .p-kv__sns-title {
    font-size: 1.8rem;
  }
}
.p-kv__sns-deco {
  width: 13px;
  margin: 0 15px;
}
@media screen and (min-width: 901px) {
  .p-kv__sns-deco {
    width: 18px;
    margin: 0 24px 0 18px;
  }
}
.p-kv__sns-deco svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-ocher);
}
.p-kv__sns-list {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 22px;
}
@media screen and (min-width: 901px) {
  .p-kv__sns-list {
    gap: 28px;
  }
}
.p-kv__sns-item {
  width: 16px;
}
@media screen and (min-width: 901px) {
  .p-kv__sns-item {
    width: 22px;
  }
}
.p-kv__sns-item-link {
  display: block;
  transition: transform 0.5s var(--ease-out);
}
@media (hover: hover) {
  .p-kv__sns-item-link:hover {
    transform: scale(0.9);
  }
}
.p-kv__sns-item-link svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-ocher);
}

.p-news {
  padding-top: 65px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-news {
    padding: 56px 0;
  }
}

.p-news__title {
  width: 100%;
  padding-left: 7%;
  opacity: 0;
  filter: blur(20px);
  transform: translateX(20px);
  transition: transform 1s var(--ease-out), opacity 1s var(--ease-out), filter 1.5s var(--ease-out);
}
.p-scroll.is-scroll-active .p-news__title {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}

.p-news__contents {
  width: 87%;
  margin: 32px auto 0;
}
@media screen and (min-width: 901px) {
  .p-news__contents {
    width: 86.8%;
    margin: 34px auto 0;
  }
}
.p-news__contents-item {
  opacity: 0;
  filter: blur(10px);
  transform: translateX(-20px);
  transition: transform 1s var(--ease-out), opacity 1s var(--ease-out), filter 1.5s var(--ease-out);
}
.p-news__contents-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-scroll.is-scroll-active .p-news__contents-item {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}
.p-news__link {
  width: 89%;
  margin: 24px auto 0;
  opacity: 0;
  filter: blur(10px);
  transform: translateX(-20px);
  transition: transform 1s var(--ease-out) 0.6s, opacity 1s var(--ease-out) 0.6s, filter 1.5s var(--ease-out) 0.6s;
}
.p-scroll.is-scroll-active .p-news__link {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}
@media screen and (min-width: 901px) {
  .p-news__link {
    width: 88%;
    margin: 35px auto 0px;
  }
}
.p-news__link-item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  transition: transform 0.5s var(--ease-out);
}
@media (hover: hover) {
  .p-news__link-item:hover {
    transform: translateX(8px);
  }
  .p-news__link-item:hover .p-news__link-item-icon {
    animation: arrowRight 1s var(--ease-out);
  }
}
@media screen and (min-width: 901px) {
  .p-news__link-item {
    gap: 12px;
  }
}
.p-news__link-item-text {
  font-family: var(--font-en);
  font-size: 1.6rem;
  color: var(--color-ocher);
}
@media screen and (min-width: 901px) {
  .p-news__link-item-text {
    font-size: 2rem;
  }
}
.p-news__link-item-icon {
  width: 20px;
}
@media screen and (min-width: 901px) {
  .p-news__link-item-icon {
    width: 22px;
  }
}
.p-news__link-item-icon svg {
  display: block;
  width: 100%;
  fill: var(--color-ocher);
}

.p-movie {
  padding: 31.4% 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-movie {
    padding: 15.2% 0 29%;
  }
}

.p-movie__contents {
  width: 97%;
  margin: 0 auto;
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.1);
  transition: transform 1s var(--ease-out), opacity 1s var(--ease-out), filter 1.5s var(--ease-out);
}
.p-scroll.is-scroll-active .p-movie__contents {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}
@media screen and (min-width: 901px) {
  .p-movie__contents {
    width: 96%;
  }
}
.p-movie__contents-bg {
  display: block;
  width: 128%;
  height: 128%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.p-movie__contents-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/movie_bg_txt.png) no-repeat center/contain;
  animation: rotateLeft 40s linear infinite;
}
.p-movie__contents-inner {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.p-movie__contents-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/movie_frame.png) no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
  animation: rotateRight 40s linear infinite;
}
.p-movie__contents-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: transform 0.4s var(--ease-out);
}
@media (hover: hover) {
  .p-movie__contents-link:hover {
    transform: scale(1.02);
  }
  .p-movie__contents-link:hover .p-movie__contents-image::before {
    opacity: 0.2;
  }
  .p-movie__contents-link:hover .p-movie__contents-icon img {
    transform: scale(0.9);
  }
}
.p-movie__contents-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask: url(../img/movie_mask.png) no-repeat center/contain;
  mask: url(../img/movie_mask.png) no-repeat center/contain;
}
@media screen and (max-width: 900px) {
  .p-movie__contents-image {
    transition: transform 0.8s var(--ease-out);
  }
  .is-ios .p-movie__contents-image {
    transition: none;
  }
}
.p-movie__contents-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-brown);
  z-index: 1;
  opacity: 0.4;
  transition: opacity 0.4s var(--ease-out);
}
.p-movie__contents-image-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .p-movie__contents-image-item {
    transition: transform 0.8s var(--ease-out);
  }
  .is-ios .p-movie__contents-image-item {
    transition: none;
  }
}
.p-movie__contents-icon {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-movie__contents-icon img {
  width: 100%;
  transition: transform 0.4s var(--ease-out);
}

.p-intro {
  position: relative;
  overflow: hidden;
  padding: 28% 0 38%;
  background: url(../img/intro/intro_bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 901px) {
  .p-intro {
    padding: 31% 0 38%;
  }
}
.p-intro::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-19.5vw);
  background: url(../img/intro/intro_bg_top.png) no-repeat left top/contain;
  pointer-events: none;
}
@media screen and (min-width: 901px) {
  .p-intro::before {
    transform: translateY(-115px);
  }
}
.p-intro::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(26vw);
  background: url(../img/intro/intro_bg_btm.png) no-repeat left bottom/contain;
  pointer-events: none;
}
@media screen and (min-width: 901px) {
  .p-intro::after {
    transform: translateY(148px);
  }
}

.p-intro__bg-item {
  position: absolute;
  animation: star 2s linear infinite;
}
.p-intro__bg-item:nth-of-type(1) {
  animation-delay: 0.4s;
}
.p-intro__bg-item:nth-of-type(2) {
  animation-delay: 0.8s;
}
.p-intro__bg-item:nth-of-type(3) {
  animation-delay: 1.2s;
}
.p-intro__bg-item:nth-of-type(4) {
  animation-delay: 1.6s;
}
.p-intro__bg-item:nth-of-type(5) {
  animation-delay: 2s;
}
.p-intro__bg-item:nth-of-type(6) {
  animation-delay: 2.4s;
}
.p-intro__bg-item:nth-of-type(7) {
  animation-delay: 2.8s;
}
.p-intro__bg-item:nth-of-type(8) {
  animation-delay: 3.2s;
}
.p-intro__bg-item:nth-of-type(9) {
  animation-delay: 3.6s;
}
.p-intro__bg-item:nth-of-type(10) {
  animation-delay: 4s;
}
.p-intro__bg-item:nth-of-type(1) {
  width: 7%;
  right: 10.8%;
  top: 14.2%;
}
.p-intro__bg-item:nth-of-type(2) {
  width: 3.8%;
  right: 17.1%;
  top: 18.4%;
}
.p-intro__bg-item:nth-of-type(3) {
  width: 6.4%;
  left: 15%;
  top: 40%;
}
.p-intro__bg-item:nth-of-type(4) {
  width: 4.4%;
  left: 11.3%;
  top: 44%;
}
.p-intro__bg-item:nth-of-type(5) {
  width: 5.4%;
  right: 15.5%;
  bottom: 20%;
}
.p-intro__bg-item:nth-of-type(6) {
  width: 3.4%;
  right: 21.4%;
  bottom: 17.4%;
}
.p-intro__bg-item:nth-of-type(7) {
  width: 4.4%;
  left: 6%;
  top: 21.4%;
}
.p-intro__bg-item:nth-of-type(8) {
  width: 4.9%;
  right: 8.8%;
  top: 49%;
}
.p-intro__bg-item:nth-of-type(9) {
  width: 5%;
  left: 8%;
  bottom: 20%;
}

.p-intro__deco-main {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.p-intro__deco-main:nth-of-type(1) {
  top: 0;
}
@media screen and (min-width: 901px) {
  .p-intro__deco-main:nth-of-type(1) {
    top: 0.8%;
  }
}
.p-intro__deco-main:nth-of-type(2) {
  bottom: 4%;
  transform: rotateY(180deg) rotateX(180deg);
}
@media screen and (min-width: 901px) {
  .p-intro__deco-main:nth-of-type(2) {
    bottom: 1%;
  }
}
.p-intro__deco-main-item {
  width: 100%;
}
.p-intro__deco-main-item:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 45%, transparent 55%, transparent 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 45%, transparent 55%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  filter: blur(10px);
  transition: filter 1.5s var(--ease-out), -webkit-mask-position 2.5s var(--ease-out);
  transition: mask-position 2.5s var(--ease-out), filter 1.5s var(--ease-out);
  transition: mask-position 2.5s var(--ease-out), filter 1.5s var(--ease-out), -webkit-mask-position 2.5s var(--ease-out);
}
.p-scroll.is-scroll-active .p-intro__deco-main-item:nth-of-type(1) {
  filter: blur(0);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
.p-intro__deco-main-item:nth-of-type(2) {
  position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 45%, #000 55%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, transparent 45%, #000 55%, #000 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  filter: blur(10px);
  transition: filter 1.5s var(--ease-out), -webkit-mask-position 2.5s var(--ease-out);
  transition: mask-position 2.5s var(--ease-out), filter 1.5s var(--ease-out);
  transition: mask-position 2.5s var(--ease-out), filter 1.5s var(--ease-out), -webkit-mask-position 2.5s var(--ease-out);
}
.p-scroll.is-scroll-active .p-intro__deco-main-item:nth-of-type(2) {
  filter: blur(0);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
}
.p-intro__deco-main-item img {
  width: 100%;
}

.p-intro__title {
  width: 94%;
  margin: 0 auto;
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 45%, transparent 55%, transparent 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 45%, transparent 55%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  filter: blur(10px);
  transition: filter 1.5s var(--ease-out), -webkit-mask-position 2.5s var(--ease-out);
  transition: mask-position 2.5s var(--ease-out), filter 1.5s var(--ease-out);
  transition: mask-position 2.5s var(--ease-out), filter 1.5s var(--ease-out), -webkit-mask-position 2.5s var(--ease-out);
}
.p-scroll.is-scroll-active .p-intro__title {
  filter: blur(0);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-intro__detail {
  width: 90%;
  margin: 30px auto 0;
}
@media screen and (min-width: 901px) {
  .p-intro__detail {
    margin: 38px auto 0;
  }
}
.p-intro__detail-text {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-top: 18px;
  opacity: 0;
  transform: translateY(10px);
  filter: blur(10px);
  transition: transform 1s var(--ease-out), opacity 1s var(--ease-out), filter 1.5s var(--ease-out);
}
.p-intro__detail-text:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-intro__detail-text:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-intro__detail-text:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-intro__detail-text:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-intro__detail-text:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-intro__detail-text:nth-of-type(6) {
  transition-delay: 0.8s;
}
.p-intro__detail-text:nth-of-type(7) {
  transition-delay: 0.9s;
}
.p-intro__detail-text:nth-of-type(8) {
  transition-delay: 1s;
}
.p-intro__detail-text:nth-of-type(9) {
  transition-delay: 1.1s;
}
.p-intro__detail-text:nth-of-type(10) {
  transition-delay: 1.2s;
}
.p-scroll.is-scroll-active .p-intro__detail-text {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
@media screen and (min-width: 901px) {
  .p-intro__detail-text {
    margin-top: 24px;
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
.p-intro__detail-text:first-of-type {
  margin-top: 0;
}
.p-intro__detail-head {
  width: 87%;
  margin: 22px auto 0;
}

.p-comics {
  padding: 46px 0 0;
}
@media screen and (min-width: 901px) {
  .p-comics {
    padding: 60px 0 0;
  }
}

.p-comics__title {
  width: 94%;
  margin: 0 auto;
  opacity: 0;
  filter: blur(20px);
  transform: translateY(20px);
  transition: transform 1s var(--ease-out), opacity 1s var(--ease-out), filter 1.5s var(--ease-out);
}
.p-scroll.is-scroll-active .p-comics__title {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.p-comics__detail {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .p-comics__detail {
    margin-top: 33px;
  }
}
.p-comics__detail-head {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateY(10px);
  filter: blur(10px);
  transition: transform 1s var(--ease-out) 0.1s, opacity 1s var(--ease-out) 0.1s, filter 1.5s var(--ease-out) 0.1s;
}
.p-scroll.is-scroll-active .p-comics__detail-head {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
@media screen and (min-width: 901px) {
  .p-comics__detail-head {
    font-size: 2.1rem;
  }
}
.p-comics__detail-text {
  margin-top: 13px;
  font-size: 1.1rem;
  opacity: 0;
  transform: translateY(10px);
  filter: blur(10px);
  transition: transform 1s var(--ease-out) 0.2s, opacity 1s var(--ease-out) 0.2s, filter 1.5s var(--ease-out) 0.2s;
}
.p-scroll.is-scroll-active .p-comics__detail-text {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
@media screen and (min-width: 901px) {
  .p-comics__detail-text {
    margin-top: 18px;
    font-size: 1.5rem;
  }
}

.p-comics__link {
  width: 54%;
  margin: 33px auto 0;
  opacity: 0;
  transform: translateY(10px);
  filter: blur(10px);
  transition: transform 1s var(--ease-out) 0.3s, opacity 1s var(--ease-out) 0.3s, filter 1.5s var(--ease-out) 0.3s;
}
.p-scroll.is-scroll-active .p-comics__link {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
@media screen and (min-width: 901px) {
  .p-comics__link {
    width: 55%;
    margin: 43px auto 0;
  }
}
.p-comics__contents {
  width: 86%;
  margin: 40px auto 0;
}
@media screen and (min-width: 901px) {
  .p-comics__contents {
    width: 90%;
    margin: 46px auto 0;
  }
}
.p-comics__contents-list {
  display: flex;
  gap: 2.3vw;
  flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .p-comics__contents-list {
    gap: 12px;
  }
}
.p-comics__contents-item {
  width: 31.5%;
  opacity: 0;
  filter: blur(10px);
  transition: transform 1s var(--ease-out), opacity 1s var(--ease-out), filter 1.5s var(--ease-out);
}
.p-comics__contents-item:nth-of-type(1) {
  transition-delay: 0.4s;
}
.p-comics__contents-item:nth-of-type(2) {
  transition-delay: 0.5s;
}
.p-comics__contents-item:nth-of-type(3) {
  transition-delay: 0.6s;
}
.p-comics__contents-item:nth-of-type(4) {
  transition-delay: 0.7s;
}
.p-comics__contents-item:nth-of-type(5) {
  transition-delay: 0.8s;
}
.p-comics__contents-item:nth-of-type(6) {
  transition-delay: 0.9s;
}
.p-comics__contents-item:nth-of-type(7) {
  transition-delay: 1s;
}
.p-comics__contents-item:nth-of-type(8) {
  transition-delay: 1.1s;
}
.p-comics__contents-item:nth-of-type(9) {
  transition-delay: 1.2s;
}
.p-comics__contents-item:nth-of-type(10) {
  transition-delay: 1.3s;
}
.p-comics__contents-item:nth-of-type(11) {
  transition-delay: 1.4s;
}
.p-comics__contents-item:nth-of-type(12) {
  transition-delay: 1.5s;
}
.p-comics__contents-item:nth-of-type(13) {
  transition-delay: 1.6s;
}
.p-comics__contents-item:nth-of-type(14) {
  transition-delay: 1.7s;
}
.p-comics__contents-item:nth-of-type(15) {
  transition-delay: 1.8s;
}
.p-comics__contents-item:nth-of-type(16) {
  transition-delay: 1.9s;
}
.p-comics__contents-item:nth-of-type(17) {
  transition-delay: 2s;
}
.p-comics__contents-item:nth-of-type(18) {
  transition-delay: 2.1s;
}
.p-comics__contents-item:nth-of-type(19) {
  transition-delay: 2.2s;
}
.p-comics__contents-item:nth-of-type(20) {
  transition-delay: 2.3s;
}
.p-scroll.is-scroll-active .p-comics__contents-item {
  opacity: 1;
  filter: blur(0);
}
.p-comics__contents-item:nth-of-type(even) {
  transform: rotate(-3deg) scale(1.08);
}
.p-scroll.is-scroll-active .p-comics__contents-item:nth-of-type(even) {
  transform: rotate(0deg) scale(1);
}
.p-comics__contents-item:nth-of-type(odd) {
  transform: rotate(3deg) scale(1.08);
}
.p-scroll.is-scroll-active .p-comics__contents-item:nth-of-type(odd) {
  transform: rotate(0deg) scale(1);
}
.p-comics__contents-item-link {
  display: block;
  width: 100%;
  box-shadow: var(--color-shadow);
  transition: transform 0.5s var(--ease-out);
}
@media (hover: hover) {
  .p-comics__contents-item-link:hover {
    transform: scale(0.97) rotate(2deg);
  }
}

.p-special_movie {
  padding: 60px 0;
}
@media screen and (min-width: 901px) {
  .p-special_movie {
    padding: 80px 0;
  }
}

.p-special_movie__title {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(10px);
  transition: transform 1s var(--ease-out), opacity 1s var(--ease-out), filter 1.5s var(--ease-out);
}
.p-scroll.is-scroll-active .p-special_movie__title {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.p-special_movie__contents {
  margin-top: 27px;
  opacity: 0;
  transform: translateY(10px);
  filter: blur(10px);
  transition: transform 1s var(--ease-out) 0.1s, opacity 1s var(--ease-out) 0.1s, filter 1.5s var(--ease-out) 0.1s;
}
.p-scroll.is-scroll-active .p-special_movie__contents {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
@media screen and (min-width: 901px) {
  .p-special_movie__contents {
    margin-top: 36px;
  }
}
.p-special_movie__contents-item {
  width: 54%;
  position: relative;
  transform: scale(0.85) !important;
  margin-top: -1.1%;
  transition: transform 0.6s var(--ease-out);
}
.p-special_movie__contents-item.swiper-slide-active {
  transform: scale(1) !important;
  margin-top: 0;
}
.p-special_movie__contents-item-link {
  display: block;
  transition: transform 0.5s var(--ease-out);
}
@media (hover: hover) {
  .p-special_movie__contents-item-link:hover {
    transform: scale(0.98);
  }
  .p-special_movie__contents-item-link:hover .p-special_movie__contents-item-thumb .p-in-item-image::before {
    opacity: 0.2;
  }
  .p-special_movie__contents-item-link:hover .p-special_movie__contents-item-thumb .p-in-item-icon img {
    transform: scale(1.1);
  }
}
.p-special_movie__contents-item-thumb {
  width: 100%;
  padding-top: 175.7%;
  position: relative;
}
.p-special_movie__contents-item-thumb .p-in-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-special_movie__contents-item-thumb .p-in-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-brown);
  box-sizing: border-box;
  border-radius: 50rem 50rem 0 0;
}
.p-special_movie__contents-item-thumb .p-in-item-image {
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  border-radius: 50rem 50rem 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid var(--color-brown);
  box-sizing: border-box;
  overflow: hidden;
}
.p-special_movie__contents-item-thumb .p-in-item-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-brown);
  opacity: 0.4;
  transition: opacity 0.6s var(--ease-out);
}
.p-special_movie__contents-item-thumb .p-in-item-icon {
  width: 37%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-special_movie__contents-item-thumb .p-in-item-icon img {
  width: 100%;
  transition: transform 0.6s var(--ease-out);
}
.p-special_movie__contents-item-head {
  margin-top: 10px;
  text-align: center;
  color: var(--color-brown);
}
@media screen and (min-width: 901px) {
  .p-special_movie__contents-item-head {
    margin-top: 15px;
  }
}
.p-special_movie__contents-item-head .p-in-main {
  font-size: 1.3rem;
}
@media screen and (min-width: 901px) {
  .p-special_movie__contents-item-head .p-in-main {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}
.p-special_movie__contents-item-head .p-in-cv {
  margin-top: 10px;
  font-size: 1.1rem;
}
@media screen and (min-width: 901px) {
  .p-special_movie__contents-item-head .p-in-cv {
    margin-top: 12px;
    font-size: 1.5rem;
  }
}
.p-special_movie__contents-nav {
  display: flex;
  justify-content: center;
  gap: 25px;
  width: 90%;
  margin: 28px auto 0;
}
@media screen and (min-width: 901px) {
  .p-special_movie__contents-nav {
    margin: 40px auto 0;
    gap: 28px;
  }
}
.p-special_movie__contents-nav-item {
  display: block;
  width: 20px;
  transition: transform 0.5s var(--ease-out);
}
@media (hover: hover) {
  .p-special_movie__contents-nav-item:hover svg {
    transform: scale(0.9);
  }
}
@media screen and (min-width: 901px) {
  .p-special_movie__contents-nav-item {
    width: 28px;
  }
}
.p-special_movie__contents-nav-item svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-ocher);
}
.p-special_movie__contents-nav-item.--prev {
  transform: rotate(180deg);
}
.p-special_movie__contents-nav-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.p-special_movie__contents-nav-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 !important;
  width: 7px;
  height: 7px;
  background: transparent;
  border: 1px solid var(--color-ocher);
  border-radius: 0;
  transform: rotate(45deg);
  opacity: 1 !important;
  transition: transform 0.5s var(--ease-out);
}
@media (hover: hover) {
  .p-special_movie__contents-nav-pagination .swiper-pagination-bullet:hover {
    transform: rotate(-45deg) scale(0.9);
  }
}
@media screen and (min-width: 901px) {
  .p-special_movie__contents-nav-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid var(--color-ocher);
  }
}
.p-special_movie__contents-nav-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--color-ocher);
  -webkit-mask: url(../img/sparkle.svg) no-repeat center/contain;
  mask: url(../img/sparkle.svg) no-repeat center/contain;
  opacity: 0;
}
@media screen and (min-width: 901px) {
  .p-special_movie__contents-nav-pagination .swiper-pagination-bullet::before {
    width: 30px;
    height: 30px;
  }
}
.p-special_movie__contents-nav-pagination .swiper-pagination-bullet-active {
  border-color: transparent;
}
.p-special_movie__contents-nav-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}