@import url(../../fonts.googleapis.com/earlyaccess/notosansjp.css);
.sec.movie_section > .title {
  padding-left: 5em;
  background-image: url(../images/movie/img_ttl_movie.png);
}
.sec.movie_section .contents .movie_container {
  background: #fff;
  width: 100%;
  padding: 2% 5% 5% 5%;
}
.sec.movie_section .contents .movie_container .title {
  font-size: 1.7em;
  text-align: center;
  padding: 5% 2% 5%;
}
.sec.movie_section .contents .movie_container .box {
  margin: 0 0 3.5% 0;
  padding: 0 0 3.5% 0;
  border-bottom: 1px solid #000;
}
.sec.movie_section .contents .movie_container .box.b_t {
  padding: 3.5% 0 3.5%;
  border-top: 1px solid #000;
}
.sec.movie_section .contents .movie_container .box .ttl {
  font-size: 1.3em;
  text-align: center;
  padding: 0 2% 3%;
}
.sec.movie_section .contents .movie_container .inner {
  position: relative;
  padding-top: 54.65%;
  width: 100%;
  height: 100%;
  border: #333f48 solid 10px;
}
.sec.movie_section .contents .movie_container .inner iframe {
  background: #333f48;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec.movie_section .contents .movie_container .text {
  font-size: 1.13em;
  padding: 5% 0 0 0;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .sec.movie_section > .title {
    padding-left: 4em;
  }
  .sec.movie_section .contents .movie_container .title {
    font-size: 1.3em;
  }
  .sec.movie_section .contents .movie_container .box .ttl {
    font-size: 1em;
  }
  .sec.movie_section .contents .movie_container .text {
    font-size: 0.9em;
  }
}
@media (max-width: 500px) {
  .sec.movie_section > .title {
    padding-left: 0;
  }
  .sec.movie_section .contents .movie_container .title {
    font-size: 1.25em;
  }
}
@media (max-width: 400px) {
  .sec.movie_section .contents .movie_container .title {
    font-size: 0.97em;
  }
  .sec.movie_section .contents .movie_container .box .ttl {
    font-size: .97em;
  }
}

/*# sourceMappingURL=movie.css.map */
