@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : movie.css
Description : 動画
===================================================================== */
/* ========================================================
    movie
======================================================== */
.movie {
  position: relative;
  width: 90%;
  padding: 10rem 0;
  margin: 0 auto 13rem;
}
@media screen and (min-width: 768px) {
  .movie {
    width: 100%;
    padding: 12rem 0;
  }
}
.movie_column {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 0 0;
}
@media screen and (min-width: 768px) {
  .movie_column {
    width: 95%;
    margin: auto;
    padding-bottom: 7.5rem;
  }
}
.movie_column::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}
.movie_wrap {
  position: relative;
  width: 90.8333333333%;
  margin: 8rem auto 0;
}
@media screen and (min-width: 768px) {
  .movie_wrap {
    width: 81.4814814815%;
    margin: 6rem auto 0 auto;
  }
}
.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: 1.6rem 0;
  text-align: center;
  background: linear-gradient(90deg, #004e5c 0%, #1fa5a4 30%, #0077be 60%, #0b3d91 80%, #004e5c 100%);
}
@media screen and (min-width: 768px) {
  .movie_subttl {
    width: 90.9090909091%;
    margin: 0 auto;
    padding: 1.2rem 0;
  }
}
.movie_subttl > span {
  display: block;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-0.06em);
}
@media screen and (min-width: 768px) {
  .movie_subttl > span {
    font-size: 2.7rem;
  }
}
.movie_list {
  position: relative;
  width: 100%;
  margin: 6rem 0 0 0;
  padding: 0;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .movie_list {
    margin: 4.5rem 0 0 0;
  }
}
.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 4.5454545455% 4.5rem 4.5454545455%;
  }
}
.movie_list.movie_list_top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
}
.movie_list.movie_list_top .movie_item > figure {
  margin-right: -10.0917431193%;
}
@media screen and (min-width: 768px) {
  .movie_list.movie_list_top .movie_item > figure {
    width: 100%;
    margin-right: 0;
  }
}
.movie_list.slick-initialized.slick-slider {
  width: 110.0917431193%;
  margin-right: -10.0917431193%;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider {
    width: 100%;
    margin-right: 0;
  }
}
.movie_list.slick-initialized.slick-slider .slick-list {
  margin: -1rem !important;
  padding: 1rem !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: 28rem;
    margin: 0 1rem;
  }
}
.movie_list.slick-initialized.slick-slider .prev {
  position: absolute;
  left: -2.5rem;
  top: 10rem;
  display: block;
  width: 5rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/btn_bg06.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: 7.075rem;
    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: 10rem;
  display: block;
  width: 5rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/btn_bg06.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: 7.075rem;
    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%;
}
@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 {
    opacity: 0.5;
  }
}
.movie_item {
  position: relative;
  width: 100%;
}
.movie_item > figure {
  position: relative;
  width: 100%;
  margin: 0;
}
.movie_item > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 20.6666666667%;
  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%);
}
@media screen and (min-width: 768px) {
  .movie_item > figure::before {
    width: 15.5%;
  }
}
.movie_item > figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #74957c 30%, #1fa5a4 50%);
  transition: 0.3s ease;
  opacity: 0;
  filter: blur(1rem);
  z-index: -1;
}
.movie_item > dl {
  position: relative;
  width: 100%;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .movie_item > dl {
    margin-top: 1.2rem;
  }
}
.movie_item > dl > dt {
  display: block;
  width: 100%;
  color: #004e5c;
  font-family: "Bona Nova", serif;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .movie_item > dl > dt {
    position: relative;
    left: inherit;
    bottom: inherit;
    font-size: 2rem;
  }
}
.movie_item > dl > dt span {
  display: inline-block;
  background: #e64588;
  color: #ffffff;
  padding: 0.2em 0.5em;
  line-height: 1;
  font-size: 1.6rem;
}
.movie_item > dl > dd {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}