@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: 10rem 0;
  }
}
.movie:nth-child(2n)::before {
  background-color: none;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 12.8rem 12.8rem;
}
.movie::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}
.movie_ttl {
  position: relative;
  width: 84.6153846154%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .movie_ttl {
    width: 38.5%;
  }
}
.movie_column {
  position: relative;
  width: 115.3846153846%;
  margin: 10rem -7.6923076923% 0 -7.6923076923%;
}
@media screen and (min-width: 768px) {
  .movie_column {
    width: 100%;
    margin: 5rem 0 0 0;
  }
}
.movie_column:first-child {
  margin-top: 0;
}
.movie_subttl {
  position: relative;
  width: 69.3333333333%;
  margin: 0 auto;
  text-align: center;
  border-radius: 8rem;
  background-color: #e6564c;
}
@media screen and (min-width: 768px) {
  .movie_subttl {
    width: 64%;
    border-radius: 6rem;
  }
}
.movie_subttl > span {
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 8rem;
}
@media screen and (min-width: 768px) {
  .movie_subttl > span {
    font-size: 3rem;
    line-height: 6rem;
  }
}
.movie_list {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.movie_list.movie_list_top {
  margin-top: 6rem;
  padding: 0 4.6666666667% 6.9rem 4.6666666667%;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .movie_list.movie_list_top {
    padding: 0 10% 6.8rem 10%;
  }
}
.movie_list.movie_list_top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.9rem;
  background-image: url(../images/common/common_bg09_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .movie_list.movie_list_top::after {
    height: 0.8rem;
    background-image: url(../images/common/common_bg09_pc.png);
  }
}
.movie_list.movie_list_top .movie_item > figure::after {
  width: 15.8823529412%;
}
@media screen and (min-width: 768px) {
  .movie_list.movie_list_top .movie_item > figure::after {
    width: 13.5%;
  }
}
.movie_list.movie_list_top .movie_item > dl {
  padding: 0 2.2058823529%;
}
@media screen and (min-width: 768px) {
  .movie_list.movie_list_top .movie_item > dl {
    padding: 0;
  }
}
.movie_list.slick-initialized.slick-slider {
  margin-top: 6rem;
  opacity: 1;
}
.movie_list.slick-initialized.slick-slider .slick-slide {
  width: 41rem;
  margin: 0 2.5rem;
}
@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: 2.5rem;
  top: 9rem;
  display: block;
  width: 5rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(-1, 1);
  transition: 0.3s ease;
  z-index: 1;
  cursor: pointer;
}
.movie_list.slick-initialized.slick-slider .prev.slick-disabled {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider .prev {
    left: -3rem;
    top: 6.75rem;
    width: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider .prev:hover {
    left: -4rem;
  }
}
.movie_list.slick-initialized.slick-slider .next {
  position: absolute;
  right: 2.5rem;
  top: 9rem;
  display: block;
  width: 5rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(1, 1);
  transition: 0.3s ease;
  z-index: 1;
  cursor: pointer;
}
.movie_list.slick-initialized.slick-slider .next.slick-disabled {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider .next {
    right: -3rem;
    top: 6.75rem;
    width: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider .next:hover {
    right: -4rem;
  }
}
.movie_list li > a {
  position: relative;
  display: block;
}
@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::after {
    background-image: url(../images/common/icon_play_h.png);
  }
}
.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: 18.0487804878%;
  aspect-ratio: 108/97;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .movie_item > figure::after {
    width: 19.0789473684%;
  }
}
.movie_item > dl {
  position: relative;
  width: 100%;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .movie_item > dl {
    margin-top: 1.2rem;
  }
}
.movie_item > dl > dt {
  color: #177f5e;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .movie_item > dl > dt {
    font-size: 1.8rem;
  }
}
.movie_item > dl > dd {
  font-size: 2.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .movie_item > dl > dd {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=movie.css.map */