@keyframes MovieTextLoopPC {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-796px);
  }
}
@keyframes MovieTextLoopSP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-398px);
  }
}
.p-hero {
  position: relative;
}
.p-hero__visual {
  position: relative;
  width: 100%;
  max-height: 53.5vw;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .p-hero__visual {
    max-height: 100vw;
  }
}
.p-hero__visual-img {
  position: relative;
  width: 100%;
  transform: scale(1.04);
  filter: blur(8px);
  opacity: 0;
}
.on-load .p-hero__visual-img {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.33, 1, 0.68, 1), filter 1.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-hero__visual-img img {
  width: 100%;
  transform: scale(1.04);
}
.on-load .p-hero__visual-img img {
  transform: scale(1);
  transition: transform 3.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.p-hero__visual-cover {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
@media screen and (max-width: 850px) {
  .p-hero__visual-cover {
    width: 61%;
  }
}
.p-hero__visual-cover img {
  width: 100%;
}
.p-hero__banner {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 25%;
  max-width: 320px;
  opacity: 0;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .p-hero__banner {
    position: relative;
    top: 0;
    bottom: auto;
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }
}
.on-load .p-hero__banner {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) 1.5s;
}
.p-hero__banner-slide {
  position: relative;
  width: 100%;
}
.p-hero__banner-slide-pagination.swiper-pagination-bullets {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
}
@media screen and (max-width: 850px) {
  .p-hero__banner-slide-pagination.swiper-pagination-bullets {
    justify-content: center;
    margin-top: 6px;
  }
}
.p-hero__banner-slide-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  position: relative;
  width: 14px;
  padding-top: 15.037037037px;
  background: none;
  opacity: 1;
}
@media screen and (max-width: 850px) {
  .p-hero__banner-slide-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    padding-top: 12.8888888889px;
    margin: 0 3px;
  }
}
.p-hero__banner-slide-pagination.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(n+2) {
  margin-left: 5px;
}
@media screen and (max-width: 850px) {
  .p-hero__banner-slide-pagination.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(n+2) {
    margin: 0 3px;
  }
}
.p-hero__banner-slide-pagination.swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/star_black2.png) no-repeat center center/100% auto;
}
.p-hero__banner-slide-pagination.swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/star_black1.png) no-repeat center center/100% auto;
  opacity: 0;
}
.p-hero__banner-slide-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.p-hero_banner {
  position: relative;
}
.p-hero_banner__link {
  display: block;
  position: relative;
}
.p-hero_banner__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-brown);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-hero_banner__link:hover::after {
    opacity: 0.2;
  }
}

.p-hero_banner__link img {
  width: 100%;
}

.p-topics {
  position: relative;
  margin-top: 101px;
  transform: translateY(15px);
  opacity: 0;
}
.p-topics.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 850px) {
  .p-topics {
    margin-top: 40px;
  }
}
.p-topics__inner {
  width: 89.5%;
  max-width: 800px;
  margin: 0 auto;
}
.p-topics__thumbnail {
  position: relative;
}
.p-topics__thumbnail-link {
  display: block;
  position: relative;
}
.p-topics__thumbnail-img {
  display: block;
  position: relative;
  z-index: 0;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .p-topics__thumbnail-img {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.p-topics__thumbnail-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-brown);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-topics__thumbnail-link:hover .p-topics__thumbnail-img::after {
    opacity: 0.2;
  }
}
.p-topics__thumbnail-img img {
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-topics__thumbnail-link:hover .p-topics__thumbnail-img img {
    transform: scale(1.05);
  }
}
.p-topics__thumbnail-deco {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(40.5%, 43.2%);
  width: 39.5%;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .p-topics__thumbnail-deco {
    transform: translate(14%, 49.5%);
    width: 47%;
  }
}
.p-topics.is-active .p-topics__thumbnail-deco {
  transition: -webkit-mask-position 1s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transition: mask-position 1s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transition: mask-position 1s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, -webkit-mask-position 1s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-news_top {
  position: relative;
  margin-top: 140px;
}
@media screen and (max-width: 850px) {
  .p-news_top {
    margin-top: 79px;
  }
}
.p-news_top__inner {
  width: 85.8%;
  margin: 0 auto;
}
@media screen and (min-width: 1401px) {
  .p-news_top__inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 850px) {
  .p-news_top__inner {
    width: 89.2%;
    padding-bottom: 24px;
  }
}
.p-news_top__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-news_top__content {
    display: block;
  }
}
.p-news_top__head {
  position: relative;
  width: 306px;
}
@media screen and (max-width: 1000px) {
  .p-news_top__head {
    width: 200px;
  }
}
@media screen and (max-width: 850px) {
  .p-news_top__head {
    width: 100%;
  }
}
.p-news_top__title {
  width: 67.4%;
  max-width: 180px;
  -webkit-mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .p-news_top__title {
    width: 80%;
  }
}
@media screen and (max-width: 850px) {
  .p-news_top__title {
    width: 34.3%;
  }
}
.p-news_top.is-active .p-news_top__title {
  transition: -webkit-mask-position 1.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: mask-position 1.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: mask-position 1.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-mask-position 1.3s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
.p-news_top__more {
  margin-top: 44px;
  transform: translateX(-5px);
  opacity: 0;
}
@media screen and (max-width: 850px) {
  .p-news_top__more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 12px;
    margin-top: 32px;
  }
}
.p-news_top.is-active .p-news_top__more {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}
.p-news_top__body {
  position: relative;
  width: calc(100% - 306px);
  padding-right: 6px;
}
@media screen and (max-width: 1000px) {
  .p-news_top__body {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 850px) {
  .p-news_top__body {
    width: 98.25%;
    margin: 0 auto;
    margin-top: 34px;
    padding-right: 0;
  }
}
.p-news_top__list {
  position: relative;
  border-top: 1px solid var(--color-gray);
  transform: translateX(5px);
  opacity: 0;
}
.p-news_top.is-active .p-news_top__list {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
}
.p-news_top__list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -55%);
  width: 14px;
  padding-top: 15.037037037px;
  background: url(../img/star_grey.png) no-repeat center center/100% auto;
}
.p-news_top__list::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -55%);
  width: 14px;
  padding-top: 15.037037037px;
  background: url(../img/star_grey.png) no-repeat center center/100% auto;
}
.p-news_top__list-item {
  transform: translateX(10px);
  opacity: 0;
}
.p-news_top.is-active .p-news_top__list-item {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-news_top.is-active .p-news_top__list-item:nth-child(1) {
  transition-delay: 0.5s;
}
.p-news_top.is-active .p-news_top__list-item:nth-child(2) {
  transition-delay: 0.7s;
}
.p-news_top.is-active .p-news_top__list-item:nth-child(3) {
  transition-delay: 0.9s;
}
.p-news_top.is-active .p-news_top__list-item:nth-child(4) {
  transition-delay: 1.1s;
}
.p-news_top.is-active .p-news_top__list-item:nth-child(5) {
  transition-delay: 1.3s;
}
.p-news_top.is-active .p-news_top__list-item:nth-child(6) {
  transition-delay: 1.5s;
}
.p-news_top.is-active .p-news_top__list-item:nth-child(7) {
  transition-delay: 1.7s;
}
.p-news_top.is-active .p-news_top__list-item:nth-child(8) {
  transition-delay: 1.9s;
}
.p-news_top.is-active .p-news_top__list-item:nth-child(9) {
  transition-delay: 2.1s;
}
.p-news_top.is-active .p-news_top__list-item:nth-child(10) {
  transition-delay: 2.3s;
}

.p-news_item {
  position: relative;
  border-bottom: 1px solid var(--color-gray);
}
.p-news_item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 55%);
  width: 14px;
  padding-top: 15.037037037px;
  background: url(../img/star_grey.png) no-repeat center center/100% auto;
}
.p-news_item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 55%);
  width: 14px;
  padding-top: 15.037037037px;
  background: url(../img/star_grey.png) no-repeat center center/100% auto;
}
.p-news_item__link {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
  color: var(--color-black);
}
.p-news_item__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-brown);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-news_item__link:hover::before {
    opacity: 0.15;
  }
}

.p-news_item__inner {
  position: relative;
  width: calc(100% - 28px);
  margin: 0 auto;
  padding-top: 26px;
  padding-bottom: 28px;
}
@media screen and (max-width: 850px) {
  .p-news_item__inner {
    width: 99%;
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.p-news_item__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .p-news_item__content {
    display: block;
  }
}
.p-news_item__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-news_item__date-ym {
  width: 43px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 1000px) {
  .p-news_item__date-ym {
    width: 36px;
  }
}
@media screen and (max-width: 850px) {
  .p-news_item__date-ym {
    width: 30px;
  }
}
.p-news_item__date-ym-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: var(--font-eng);
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 850px) {
  .p-news_item__date-ym-text {
    font-size: 11.5px;
    line-height: 1.1;
  }
}
.p-news_item__date-d {
  width: 89px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-left: 7px;
  padding-top: 2px;
}
@media screen and (max-width: 1000px) {
  .p-news_item__date-d {
    width: 60px;
  }
}
@media screen and (max-width: 850px) {
  .p-news_item__date-d {
    padding-top: 1px;
  }
}
.p-news_item__date-d-text {
  font-family: var(--font-eng);
  font-size: 28px;
  font-weight: 200;
  letter-spacing: 0.06em;
}
.p-news_item__title {
  flex-basis: 0;
  flex-grow: 1;
  padding-top: 1px;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .p-news_item__title {
    margin-top: 8px;
  }
}
.p-news_item__title-text {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 850px) {
  .p-news_item__title-text {
    font-size: 13px;
    line-height: 1.5;
    white-space: normal;
    text-overflow: clip;
  }
}
.p-news_item__category {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-news_item__category {
    position: absolute;
    top: 27px;
    right: -1px;
  }
}
.p-news_item__category-tag {
  position: relative;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
  padding: 5px 8px 0;
  color: var(--color-pink);
  font-family: var(--font-eng);
  font-size: 10px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 850px) {
  .p-news_item__category-tag {
    margin-left: 4px;
    letter-spacing: 0.1em;
  }
}
.p-news_item__category-tag.--info {
  color: var(--color-green);
}
.p-news_item__category-tag.--live {
  color: var(--color-blue);
}
.p-news_item__category-tag.--media {
  color: var(--color-purple);
}
.p-news_item__category-tag.--release {
  color: var(--color-orange);
}
.p-news_item__category-tag::before {
  content: "(";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
.p-news_item__category-tag::after {
  content: ")";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}

.p-movie {
  position: relative;
  margin-top: 2.8%;
  padding-top: 99px;
  overflow: hidden;
}
.p-movie::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-top: 99px;
  background: var(--color-white);
  border-bottom-left-radius: 60px;
}
@media screen and (max-width: 850px) {
  .p-movie::after {
    border-bottom-left-radius: 10vw;
  }
}
.p-movie__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  opacity: 0.8;
}
.p-movie__bg-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-movie__bg-slide .swiper {
  width: 100%;
  height: 100%;
}
.p-movie__wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.p-movie__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-movie__deco-item {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 145px;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .p-movie__deco-item {
    height: 72.5px;
  }
}
.p-movie__deco-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  min-width: 1592px;
  height: 100%;
  background: url(../img/txt_loop.png) repeat-x top left/auto 100%;
}
@media screen and (min-width: 851px) {
  .p-movie__deco-item::before {
    animation: MovieTextLoopPC 15s linear infinite;
  }
}
@media screen and (max-width: 850px) {
  .p-movie__deco-item::before {
    animation: MovieTextLoopSP 15s linear infinite;
  }
}
.p-movie__inner {
  position: relative;
  width: 100%;
  padding-top: 82px;
  padding-bottom: 63px;
}
@media screen and (max-width: 850px) {
  .p-movie__inner {
    padding-top: 50px;
    padding-bottom: 51px;
  }
}
.p-movie__slide .swiper-slide {
  width: 100%;
  max-width: 700px;
}
.p-movie__foot {
  margin-top: 56px;
}
@media screen and (max-width: 850px) {
  .p-movie__foot {
    margin-top: 37px;
  }
}
.p-movie__help {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 85.8%;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 850px) {
  .p-movie__help {
    width: 89.5%;
  }
}
.single-slide .p-movie__help {
  display: none;
}
.p-movie.is-active .p-movie__help {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.1s;
}
.p-movie__pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--font-eng);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.02em;
  opacity: 0;
}
@media screen and (max-width: 850px) {
  .p-movie__pagination {
    margin-top: 2px;
    font-size: 10px;
  }
}
.p-movie.is-active .p-movie__pagination {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.1s;
}
.p-movie__pagination-line.swiper-pagination-bullets {
  display: block;
  position: relative;
  bottom: auto;
  width: 100px;
  height: 1px;
  margin: 0 10px;
  background: var(--color-gray-dark);
}
@media screen and (max-width: 850px) {
  .p-movie__pagination-line.swiper-pagination-bullets {
    width: 80px;
  }
}
.p-movie__pagination-line.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: var(--color-black);
  border-radius: 0;
  transform-origin: left center;
  transform: scaleX(0);
}
.p-movie__pagination-line.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  animation: SlideLineScale 11.2s linear forwards;
}
@keyframes SlideLineScale {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.first-slide-active .p-movie__pagination-line.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  animation-duration: 10s;
}
.p-movie__more {
  margin-right: 23px;
}
@media screen and (max-width: 850px) {
  .p-movie__more {
    margin-right: 15px;
  }
}

.p-movie_bg {
  position: relative;
  width: 100%;
  height: 100%;
  filter: blur(15px);
}
.p-movie_bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-movie_bg__video #movie-js_player_wrap {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130% !important;
  padding-top: 73.125%;
}
@media screen and (max-width: 850px) {
  .p-movie_bg__video #movie-js_player_wrap {
    width: 250% !important;
    padding-top: 140.625%;
  }
}
.p-movie_bg__video #movie-js_ui {
  height: 0;
}
.p-movie_bg__video #movie-js_ui div {
  display: none;
}
.p-movie_bg__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-movie.is-active .movie-active .p-movie_bg__thumbnail {
  opacity: 0;
}

.p-movie_item {
  position: relative;
}
.p-movie_item__thumbnail {
  position: relative;
  width: 100%;
  padding-top: 88.6%;
  opacity: 0;
}
.p-movie.is-active .p-movie_item__thumbnail {
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-movie_item__thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 49.7%;
  transform: translateX(-50%);
  width: 14.5%;
  height: 100%;
  background: url(../img/btn_movie.png) no-repeat center 49.2%/100% auto;
}
.p-movie_item__thumbnail-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../img/movie_base.svg);
  mask-image: url(../img/movie_base.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 50% 50%;
  mask-size: 50% 50%;
}
.p-movie.is-active .p-movie_item__thumbnail-wrap {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition: -webkit-mask-size 0.9s cubic-bezier(0.33, 1, 0.68, 1);
  transition: mask-size 0.9s cubic-bezier(0.33, 1, 0.68, 1);
  transition: mask-size 0.9s cubic-bezier(0.33, 1, 0.68, 1), -webkit-mask-size 0.9s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-movie_item__thumbnail-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  opacity: 0.2;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-movie_item__thumbnail:hover .p-movie_item__thumbnail-wrap::after {
    opacity: 0;
  }
}
.p-movie_item__thumbnail-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-movie_item__thumbnail:hover .p-movie_item__thumbnail-img {
    transform: scale(1.05);
  }
}
.p-movie_item__thumbnail-title {
  position: absolute;
  bottom: 5.4%;
  left: 0;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 6px 14px 7px;
  background: rgba(0, 0, 0, 0.4);
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.2;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transform: translateX(15px);
  opacity: 0;
  transition: transform 0s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
  transition: clip-path 0s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, transform 0s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, transform 0s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
}
.p-movie.is-active .swiper-slide-active .p-movie_item__thumbnail-title {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  opacity: 1;
  transition-duration: 0.8s, 0.6s, 0s;
}
@media screen and (max-width: 850px) {
  .p-movie_item__thumbnail-title {
    padding: 0.8vw 1.8vw 1vw;
    font-size: 3vw;
  }
}

.p-opening {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: var(--color-white);
}
.on-load .p-opening {
  filter: blur(5px);
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), filter 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
}
.p-opening__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 320px;
  -webkit-mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.is-ready .p-opening__logo {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: mask-position 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: mask-position 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-mask-position 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}