.-movie .page__title {
  padding-block: 15.8rem 0;
  background-size: 100% 31rem, max(136.6rem, 100%) 9rem;
  background-position: 0 0, center 31rem;
}
@media screen and (width <= 767px) {
  .-movie .page__title {
    margin-bottom: 3rem !important;
    padding-top: 8.4rem;
    background-size: 100% 15.8rem, 100% 2.6rem;
    background-position: 0 0, center 15.8rem;
  }
}
.-movie .page__title__block {
  position: relative;
  padding-inline: 2rem;
}
.-movie .page__title__box {
  width: 49rem;
  padding: 2.6rem 2rem 2.4rem;
  background-color: rgba(222, 110, 107, 0.9);
  border-radius: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (width <= 767px) {
  .-movie .page__title__box {
    width: 30rem;
  }
}
.-movie .page__title__box .catchcopy {
  text-align: center;
  color: #fff;
}
@media screen and (width <= 767px) {
  .-movie .page__title__box .catchcopy {
    font-size: 1.2rem;
  }
}
.-movie .page__title__text {
  margin-bottom: 1.5rem;
  padding-top: 0;
  text-align: center;
  color: #fff;
}
@media screen and (width <= 767px) {
  .-movie .page__title__text {
    margin-bottom: 0.8rem;
    font-size: 2.8rem;
  }
}
.-movie .page__title__text .-en {
  margin-bottom: 0.4rem;
  color: #fff;
}
.-movie .page__title__img {
  position: static;
  width: 100%;
  height: 39rem;
  aspect-ratio: unset;
}
@media screen and (width <= 767px) {
  .-movie .page__title__img {
    height: 20rem;
  }
}
.-movie .page__title__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.movie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 5rem;
  margin-top: 4rem;
}
@media screen and (width <= 767px) {
  .movie__list {
    gap: 3rem 1rem;
  }
}
.movie__list__item {
  width: calc((100% - 10rem) / 3);
}
@media screen and (width <= 767px) {
  .movie__list__item {
    width: calc((100% - 1rem) / 2);
  }
}
.movie__list__img {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media screen and (width <= 767px) {
  .movie__list__img {
    border-radius: 1rem;
  }
}
.movie__list__img:hover img {
  scale: 1.1;
}
.movie__list__img::after {
  content: "";
  display: block;
  width: min(23.5%, 8rem);
  height: min(42.1%, 8rem);
  background-image: url(../../assets/images/movie/icon_movie_start.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (width <= 767px) {
  .movie__list__img::after {
    width: 4rem;
    height: 4rem;
  }
}
.movie__list__img img {
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.movie__list__ttl {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (width <= 767px) {
  .movie__list__ttl {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}