@charset "UTF-8";

.header_simple {
  background-color: #333;
}
#contents {
  margin: 0 auto;
  padding: 0;
}
#container {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium",
    Meiryo, "メイリオ", "ヒラギノ角ゴ ProN", sans-serif;
  background: #fff;
}

@media only screen and (max-width: 750px) {
  /* #contents {
    padding: 80px 0 50px;
  } */
}

/*Main
----------------------------------------*/
.main {
  background: #d2eefb;
}
.main .main_visual h1 {
  height: 650px;
  text-indent: -9999px;
  overflow: hidden;
}
#container .main .main_visual h1 {
  height: 550px;
  background: url(../img/top_main_visual.webp) top center no-repeat;
}
.copy_block {
  padding: 80px 0 100px;
  background: #f7faf9;
}
.cast_block {
  padding: 100px 0 0;
  background: #fcfafb;
}
.copy_block_inner {
  max-width: 1285px;
  margin: 0 auto;
  text-align: center;
}
.cast_block_inner {
  max-width: 1285px;
  margin: 0 auto;
  padding: 0 0 100px;
  text-align: center;
}
.copy_block_inner p {
  margin: 0 0 30px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 1px;
  color: #757b77;
}
.copy_block_inner p span.emphasis {
  font-size: 1.8rem;
  color: #e60012;
}
.copy_block_inner p a {
  color: #757b77;
}
.copy_voice {
  font-size: 2rem !important;
  color: #e35f57 !important;
}
.cast_block_inner p {
  margin: 0 0 26px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: 1px;
  color: #757b77;
}
.copy_block_inner p:last-of-type,
.cast_block_inner p:last-of-type {
  margin: 0;
}
.cast_block_inner p span {
  font-size: 1.4rem;
}
.movie_block {
  padding: 100px 0;
}
.movie_block h2,
.cast_block h2 {
  max-width: 200px;
  margin: 0 auto 50px;
  text-align: center;
  line-height: 2.6;
  letter-spacing: 2px;
}
.copy_block h2 {
  max-width: 360px;
  margin: 0 auto 50px;
  text-align: center;
  line-height: 2.6;
  letter-spacing: 2px;
}
.making_block h2 {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  line-height: 2.6;
}
.movie_block h2 span,
.making_block h2 span,
.cast_block h2 span,
.copy_block h2 span {
  display: inline-block;
  padding: 0 35px;
  position: relative;
  font-size: 1.5rem;
}
.movie_block h2 span::after,
.movie_block h2 span::before,
.cast_block h2 span::after,
.cast_block h2 span::before,
.making_block h2 span::after,
.making_block h2 span::before,
.copy_block h2 span::after,
.copy_block h2 span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #e60012;
}
.movie_block h2 span::before,
.cast_block h2 span::before,
.making_block h2 span::before,
.copy_block h2 span::before {
  left: 0;
}
.movie_block h2 span::after,
.cast_block h2 span::after,
.making_block h2 span::after,
.copy_block h2 span::after {
  right: 0;
}

@media only screen and (max-width: 750px) {
  .main {
    background: none;
  }
  #container .main .main_visual h1 {
    height: auto;
    aspect-ratio: 15 / 13;
    background: url(../img/sp_top_main_visual.webp) top center no-repeat;
    background-size: cover;
  }
  .cast_block {
    padding: 60px 0 0;
    background: #fcfafb;
  }
  .copy_block {
    padding: 50px 5%;
  }
  .copy_block_inner {
    width: 100%;
  }
  .copy_block_inner p {
    font-size: 1.6rem;
  }
  .copy_block_inner p span.emphasis {
    font-size: 1.7rem;
  }
  .copy_01,
  .copy_block_inner p.copy_01 span.emphasis,
  .copy_voice {
    font-size: 1.9rem !important;
  }
  h2 img {
    height: 36px;
  }
  .movie_block h2,
  .cast_block h2,
  .copy_block h2 {
    margin: 0 auto 30px;
  }
  .movie_block {
    padding: 50px 0;
  }
  .movie_block h2 span,
  .cast_block h2 span,
  .making_block h2 span,
  .copy_block h2 span {
    font-size: 1.3rem;
  }
  .cast_block_inner p {
    font-size: 1.8rem;
  }
  .cast_block_inner {
    padding: 0 0 50px;
  }
}

/*Movie
----------------------------------------*/
.movie_block_inner {
  max-width: 980px;
  margin: 0 auto;
}
ul.movie {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.movie li.uliza {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
ul.movie li iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
ul.movie li.uliza p {
  margin-top: 10px;
  font-size: 1.8rem;
  text-align: center;
}

@media only screen and (min-width: 751px) {
  ul.movie li {
    width: 1071px;
    height: 602px;
  }
  ul.movie li:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 750px) {
  .movie_block_inner {
    padding: 0 5%;
  }
  ul.movie li {
    width: 100%;
    margin-top: 30px;
  }
  ul.movie li iframe {
    width: 100%;
    height: 280px;
  }
  ul.movie li:first-child {
    margin-top: 0;
  }
  ul.movie li.uliza p {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

/*Making
----------------------------------------*/
.making_block {
  padding: 70px 0 80px;
  background: #f7faf9;
}
.making_block_inner {
  margin: 0 auto;
  padding: 50px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .making_block {
    padding: 70px 0 50px;
  }
  .making_block_inner {
    padding: 30px 0 0;
  }
}

/*slider
----------------------------------------*/
.js-slider li {
  pointer-events: none;
}

/*bnr
----------------------------------------*/
.bnr_list {
  margin: 0 auto;
  padding: 100px 0;
  max-width: 980px;
  background: none;
}
.bnr_list ul {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 751px) {
  .bnr_list ul li {
    width: 180px;
    margin: 0 20px 0 0;
  }

  .bnr_list ul li:nth-child(n + 6) {
    margin: 20px 20px 0 0;
  }
  .bnr_list ul li:nth-child(5),
  .bnr_list ul li:nth-child(10),
  .bnr_list ul li:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 750px) {
  .bnr_list {
    padding: 30px 3% 60px;
  }
  .bnr_list ul li {
    width: 48%;
  }
  .bnr_list ul li:nth-child(odd) {
    margin-right: 10px;
  }
  .bnr_list ul li:nth-child(n + 3) {
    margin-top: 16px;
  }
}

/*fade
----------------------------------------*/
.fade_copy {
  opacity: 0;
  -webkit-animation: fadein 2.2s ease forwards;
  animation: fadein 2.2s ease forwards;
}
@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.copy_01 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.copy_02 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

[class*="fade-"] img {
  visibility: hidden !important;
}
[class*="fade-in"] img {
  visibility: visible !important;
}
[class*="fade-"] .twitter-timeline {
  visibility: hidden !important;
}
[class*="fade-in"] .twitter-timeline {
  visibility: visible !important;
}
.fade-h {
  visibility: hidden;
}
.fade-h-f {
  visibility: hidden;
}
.fade-in-here-first {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}
.fade-in-here {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
