@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : movie.css
Description : 動画
===================================================================== */
/* ========================================================
    movie
======================================================== */
.movie {
  position: relative;
  width: 100%;
  padding: 12rem 0 0 0;
}
.movie_column {
  position: relative;
  width: 100%;
}
.movie_ttl {
  position: relative;
  width: 26.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .movie_ttl {
    width: 23.94rem;
  }
}
.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_wrap:nth-child(2n)::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 28rem;
  bottom: 0;
  display: block;
  width: 100vw;
  height: calc(100% - 28rem);
  max-height: 64rem;
  background-image: url(../images/common/common_bg03.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 150% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .movie_wrap:nth-child(2n)::before {
    top: 30.3rem;
    height: calc(100% - 30.3rem);
    max-height: 55.2rem;
    background-size: 100% 100%;
  }
}
.movie_wrap:nth-child(2n)::after {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 28rem;
  bottom: 0;
  display: block;
  width: 100vw;
  height: calc(100% - 28rem);
  max-height: 64rem;
  background-image: url(../images/common/common_bg04_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .movie_wrap:nth-child(2n)::after {
    top: 30.3rem;
    height: calc(100% - 30.3rem);
    max-height: 55.2rem;
    background-image: url(../images/common/common_bg04_pc.png);
    background-size: auto auto;
  }
}
@media screen and (min-width: 1600px) {
  .movie_wrap:nth-child(2n)::after {
    background-size: 100% auto;
  }
}
.movie_wrap:nth-child(2n) .movie_list.movie_list_top {
  border-bottom: 1px solid #ffffff;
}
.movie_wrap:nth-child(2n) .movie_list.movie_list_top .movie_item > dl > dt > span {
  color: #ffffff;
}
.movie_wrap:nth-child(2n) .movie_list.movie_list_top .movie_item > dl > dd > span {
  color: #ffffff;
}
.movie_subttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.movie_subttl > span {
  display: block;
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .movie_subttl > span {
    font-size: 3rem;
  }
}
.movie_list {
  position: relative;
  opacity: 0;
}
.movie_list.movie_list_top {
  width: 100%;
  margin: 6rem 0 0 0;
  padding: 0 0 6rem 0;
  border-bottom: 1px solid #100923;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .movie_list.movie_list_top {
    margin: 4.8rem 0 0 0;
    padding: 0 10rem 4.8rem 10rem;
  }
}
.movie_list.slick-initialized.slick-slider {
  width: 115.3846153846%;
  margin: 6rem -7.6923076923% 0 -7.6923076923%;
  padding: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .movie_list.slick-initialized.slick-slider {
    width: 100%;
    margin: 4.8rem 0 0 0;
  }
}
.movie_list.slick-initialized.slick-slider .slick-list {
  padding: 0 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 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: 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: 2.5rem;
  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::before {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (min-width: 768px) {
  .movie_list li > a:hover .movie_item > figure > img {
    transform: scale(1.05);
  }
}
.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%;
  overflow: hidden;
}
.movie_item > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 12%;
  max-width: 7.8rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/btn_play.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 > figure > img {
  transition: 0.3s ease;
}
.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 {
  display: block;
  color: #87010d;
  font-size: 2.4rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .movie_item > dl > dt > span {
    font-size: 1.6rem;
  }
}
.movie_item > dl > dd {
  width: 100%;
  margin-top: 0.4rem;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .movie_item > dl > dd {
    margin-top: 0.3rem;
  }
}
.movie_item > dl > dd > span {
  display: block;
}/*# sourceMappingURL=movie.css.map */