@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : movie.css
Description : 動画
===================================================================== */
/* ========================================================
    movie
======================================================== */
.movie {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .movie {
    padding: 12rem 0;
  }
}
.movie_column {
  position: relative;
  width: 100%;
}
.movie_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .movie_ttl {
    padding: 7.5rem 0;
  }
}
.movie_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .movie_ttl::before {
    width: 26.4rem;
  }
}
.movie_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .movie_ttl > em {
    font-size: 6rem;
  }
}
.movie_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .movie_ttl > span {
    font-size: 3rem;
  }
}
.movie_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .movie_wrap {
    margin-top: 6rem;
  }
}
.movie_wrap + .movie_wrap {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .movie_wrap + .movie_wrap {
    margin-top: 7.5rem;
  }
}
.movie_subttl {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .movie_subttl {
    width: 74.0740740741%;
    padding: 1.5rem 0;
  }
}
.movie_subttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 171, 26, 0.65) 0%, rgba(96, 175, 191, 0.65) 100%);
  mix-blend-mode: hard-light;
  z-index: -1;
}
.movie_subttl > span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-0.06em);
}
@media screen and (min-width: 768px) {
  .movie_subttl > span {
    font-size: 2.8rem;
  }
}
.movie_list {
  position: relative;
  width: 100%;
  margin: 6rem auto 0 auto;
  padding: 0;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .movie_list {
    width: 92.5925925926% !important;
    margin: 4.5rem auto 0 auto !important;
  }
}
.movie_list.movie_list_top {
  padding: 0 0 6rem 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .movie_list.movie_list_top {
    padding: 0 9.2592592593% 4.5rem 9.2592592593%;
  }
}
.movie_list.movie_list_top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #ff7f00 0%, #000000 50%, #60afbf 100%);
}
.movie_list.slick-initialized.slick-slider {
  width: 117.1875%;
  margin: 6rem -8.59375% 0 -8.59375%;
  opacity: 1;
}
.movie_list.slick-initialized.slick-slider .slick-list {
  margin: -1.5rem !important;
  padding: 1.5rem 7rem !important;
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider .slick-list {
    padding: 1.5rem !important;
  }
}
.movie_list.slick-initialized.slick-slider .slick-slide {
  width: 41rem;
  margin: 0 2rem;
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider .slick-slide {
    width: 30.4rem;
    margin: 0 2.2rem;
  }
}
.movie_list.slick-initialized.slick-slider .prev {
  position: absolute;
  left: 3rem;
  top: 10.5rem;
  display: block;
  width: 5rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(1, 1);
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider .prev {
    left: -1.8rem;
    top: 8.25rem;
    width: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider .prev:hover {
    left: -2.8rem;
  }
}
.movie_list.slick-initialized.slick-slider .prev.slick-disabled {
  display: none !important;
}
.movie_list.slick-initialized.slick-slider .next {
  position: absolute;
  right: 3rem;
  top: 10.5rem;
  display: block;
  width: 5rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(-1, 1);
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider .next {
    right: -1.8rem;
    top: 8.25rem;
    width: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider .next:hover {
    right: -2.8rem;
  }
}
.movie_list.slick-initialized.slick-slider .next.slick-disabled {
  display: none !important;
}
.movie_list li {
  width: 100%;
}
.movie_list li > a {
  display: block;
  width: 100%;
  transition: none;
}
@media screen and (min-width: 768px) {
  .movie_list li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .movie_list li > a:hover .movie_item > figure > img {
    transform: rotate(-2deg);
  }
}
.movie_item {
  position: relative;
  width: 100%;
}
.movie_item > figure {
  position: relative;
  width: 100%;
}
.movie_item > figure::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 13.75%;
  max-width: 88px;
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.movie_item > dl {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .movie_item > dl {
    margin-top: 1.5rem;
  }
}
.movie_item > dl > dt {
  display: inline-block;
  width: auto;
  color: transparent;
  font-family: "Shippori Mincho", serif;
  background: linear-gradient(-90deg, #ff7f00 0%, #60afbf 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.movie_item > dl > dd {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}/*# sourceMappingURL=movie.css.map */