@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : movie.css
Description : 動画
===================================================================== */
/* ========================================================
    movie
======================================================== */
.movie {
  position: relative;
  width: 100%;
  padding: 0;
}
.movie_column {
  position: relative;
  width: 100%;
  padding: 0;
}
.movie_column:first-child {
  padding: 14rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .movie_column:first-child {
    padding: 10.5rem 0 12rem 0;
  }
}
.movie_column:first-child::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #000000;
  background-image: url(../images/common/common_bg13_sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  z-index: -4;
}
@media screen and (min-width: 768px) {
  .movie_column:first-child::before {
    background-image: url(../images/common/common_bg13_pc.jpg);
  }
}
.movie_column:first-child .movie_subttl > span {
  color: #ffffff;
}
.movie_column:first-child .movie_list.movie_list_top {
  padding-bottom: 3rem;
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .movie_column:first-child .movie_list.movie_list_top {
    padding-bottom: 2.4rem;
  }
}
.movie_column:first-child .movie_list.movie_list_top:last-child {
  padding-bottom: 0 !important;
}
.movie_column:first-child .movie_item > dl > dt > span {
  color: #ffffff;
}
.movie_column:first-child .movie_item > dl > dt > span::before {
  background-image: url(../images/common/arrow_bg03.png);
}
.movie_column:first-child .movie_item > dl > dd > span {
  color: #ffffff;
}
.movie_ttl {
  position: relative;
  width: 24.4rem;
  margin: 0 auto;
}
.movie_ttl + .movie_wrap {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .movie_ttl + .movie_wrap {
    margin-top: 6rem;
  }
}
.movie_wrap {
  position: relative;
  width: 100%;
  margin-top: 16rem;
}
@media screen and (min-width: 768px) {
  .movie_wrap {
    margin-top: 12rem;
  }
}
.movie_subttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.movie_subttl > span {
  display: block;
  color: #000000;
  font-size: 4rem;
  font-weight: 500;
  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: 104.6153846154%;
  margin: 6rem -2.3076923077% 0 -2.3076923077%;
  padding: 0 0 6rem 0;
  border-bottom: 1px solid #999999;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .movie_list.movie_list_top {
    width: 100%;
    margin: 4.8rem 0 0 0;
    padding: 0 10rem 4.8rem 10rem;
  }
}
.movie_list.movie_list_top .movie_item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 105.8823529412%;
  height: 42.25rem;
  background-color: #eeeeee;
  transform: translateX(-50%);
  mix-blend-mode: soft-light;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .movie_list.movie_list_top .movie_item::before {
    width: 105%;
    height: 49rem;
  }
}
.movie_list.movie_list_top .movie_item > figure {
  margin: 2rem 0;
}
.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: 20.9375%;
  max-width: 6.7rem;
  aspect-ratio: 87/68;
  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: right;
}
.movie_item > dl > dt > span {
  position: relative;
  display: inline-block;
  color: #0060cc;
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .movie_item > dl > dt > span {
    font-size: 1.8rem;
  }
}
.movie_item > dl > dt > span::before {
  content: "";
  position: absolute;
  right: calc(100% + 1.2rem);
  top: 0.7em;
  display: block;
  width: 9.2rem;
  aspect-ratio: 92/14;
  background-image: url(../images/common/arrow_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .movie_item > dl > dt > span::before {
    right: calc(100% + 0.9rem);
    width: 6.1rem;
  }
}
.movie_item > dl > dd {
  width: 100%;
  margin-top: 0.2rem;
  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.15rem;
  }
}
.movie_item > dl > dd > span {
  display: block;
  color: #000000;
  font-weight: 500;
}/*# sourceMappingURL=movie.css.map */