@charset "UTF-8";
/* 色 */
/* 余白、フォントサイズ用 */
/* 横幅1920~769px用 */
/* 最小値は最大値の80% */
/* 最小値は最大値の70% */
/* 最小値は最大値の60% */
/* 横幅768px以下用 */
/* 変数ファイル */
/* -----------------------------------------------------------
    ページ固有パーツ
----------------------------------------------------------- */
.movie-contents {
  background: url(../image/movie/bg_main_movie.svg) no-repeat top center;
  background-size: cover;
  height: auto;
  padding: 40px 0 0;
}

.movie-title-wrap {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 178px;
}

.movie-title-img {
  position: absolute;
  left: 0.52vw;
  width: 180px;
  height: 178px;
}

.movie-title-text {
  width: 100%;
  text-align: center;
}

.movie-title {
  color: #FFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  width: 100%;
}

.movie-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 70px;
  z-index: 5;
}
.movie-list > li {
  width: 48.78%;
}
.movie-list > li:nth-child(n+3) {
  margin-top: 95px;
}

.movie-box {
  aspect-ratio: 16/9;
  margin: 0 auto 10px;
}
.movie-box > iframe {
  width: 100%;
  height: 100%;
}

.movie-name {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}

@media screen and (max-width: 1240px) {
  .movie-name {
    font-size: 2.75vw;
  }
}
@media screen and (max-width: 1024px) {
  /* ===========================================================
      タブレット横
  =========================================================== */
  .movie-contents {
    padding: 8.93vw 0 0;
  }
  .movie-title-img {
    position: static;
    margin-left: 2.933vw;
  }
  .movie-title-text {
    width: calc(100% - 180px - 5%);
  }
  .movie-title {
    font-size: 4rem;
  }
  .movie-list {
    background: #FFF;
    padding: 45px 30px 75px;
    position: relative;
    z-index: 2;
  }
  .movie-list > li {
    width: 100%;
  }
  .movie-list > li:nth-child(n+2) {
    margin-top: 60px;
  }
  .movie-box {
    margin: 0 auto 20px;
  }
  .movie-name {
    font-size: 3.25vw;
  }
}
@media screen and (max-width: 768px) {
  /* ===========================================================
      タブレット縦
  =========================================================== */
  .movie-title-wrap {
    height: auto;
    justify-content: space-between;
  }
  .movie-title-img {
    width: 27.2vw;
    height: 26.93vw;
    margin: 0 0 -7.0667vw 2.933vw;
  }
  .movie-title-text {
    width: calc(100% - 27.2vw - 1.33vw);
    padding-left: 1.33vw;
  }
  .movie-title {
    font-size: 6.39vw;
    text-align: left;
    margin-bottom: 7.06vw;
  }
  .movie-list {
    padding: 6.67vw 4vw;
    margin-bottom: 10vw;
  }
  .movie-list > li:nth-child(n+2) {
    margin-top: 7.33vw;
  }
  .movie-box {
    margin: 0 auto 1.33vw;
  }
  .movie-name {
    font-size: 5.33vw;
    font-weight: bold;
  }
}