@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : movie.css
Description : 動画
===================================================================== */
/* ========================================================
    movie
======================================================== */
.movie {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .movie {
    padding: 12rem 0 0 0;
  }
}
.movie_column {
  position: relative;
  width: 100%;
}
.movie_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.movie_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 63.1rem;
  aspect-ratio: 631/394;
  background-image: url(../images/common/common_bg05.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: 47.3rem;
  }
}
.movie_ttl > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: scaleY(0.9);
}
@media screen and (min-width: 768px) {
  .movie_ttl > em {
    font-size: 5.4rem;
  }
}
.movie_ttl > span {
  display: block;
  margin-top: 0.4em;
  color: #0091a1;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .movie_ttl > span {
    font-size: 2.4rem;
  }
}
.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: 12rem;
}
@media screen and (min-width: 768px) {
  .movie_wrap + .movie_wrap {
    margin-top: 9rem;
  }
}
.movie_subttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.movie_subttl > span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .movie_subttl > span {
    font-size: 3.3rem;
  }
}
.movie_list {
  position: relative;
  width: 100%;
  margin: 6rem auto 0 auto;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .movie_list {
    width: 92.5925925926% !important;
    margin: 4.8rem auto 0 auto !important;
  }
}
.movie_list.movie_list_top {
  padding: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .movie_list.movie_list_top {
    padding: 0 9.2592592593%;
  }
}
.movie_list.movie_list_top .movie_item > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 111.25%;
  height: 1px;
  background-color: #0091a1;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .movie_list.movie_list_top .movie_item > figure::before {
    width: 135%;
  }
}
.movie_list.slick-initialized.slick-slider {
  width: 117.1875%;
  margin: 6rem -8.59375% 0 -8.59375%;
  padding: 0 0 6rem 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider {
    padding: 0 0 4.8rem 0;
  }
}
.movie_list.slick-initialized.slick-slider::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  display: block;
  width: 100vw;
  height: calc(100% - 11.53rem);
  background-color: #ebf2f2;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider::before {
    height: calc(100% - 8.55rem);
  }
}
.movie_list.slick-initialized.slick-slider .slick-list {
  padding: 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider .slick-list {
    padding: 0;
  }
}
.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: 9.03rem;
  display: block;
  width: 5rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/btn_slider.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: 2;
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider .prev {
    left: -1.8rem;
    top: 6.75rem;
    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: 9.03rem;
  display: block;
  width: 5rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/btn_slider.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: 2;
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider .next {
    right: -1.8rem;
    top: 6.75rem;
    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 {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (min-width: 768px) {
  .movie_list li > a:hover .movie_item > dl > dd > span {
    background-color: #99c7cc;
  }
}
.movie_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.movie_item > figure {
  position: relative;
  width: 100%;
}
.movie_item > figure::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 16.25%;
  max-width: 10.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/btn_play02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 1;
}
.movie_item > dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .movie_item > dl {
    margin-top: 1.5rem;
  }
}
.movie_item > dl > dt {
  width: 100%;
  text-align: left;
}
.movie_item > dl > dt > span {
  color: #0091a1;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.movie_item > dl > dd {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.movie_item > dl > dd > span {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  background-color: transparent;
  transition: 0.3s ease;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}/*# sourceMappingURL=movie.css.map */