@charset "UTF-8";
.movie-section {
  padding: 1.2em 0 120px;
  background-image: url(/wp-content/themes/ikemen/title/genji/original/images/special/movie/movie_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.movie-section h1 {
  text-align: center;
  margin:60px 0 30px;
}

.movie-section .movie-list {
    display: flex;
    flex-wrap: wrap;
  }

.movie-section .movie-list > li {
  width: 49%;
  position: relative;
  margin-right: 10px;
}

.movie-section .movie-list > li:first-child {
  margin-bottom: 20px;
}
.movie-section .movie-list > li:nth-child(4) {
    margin-bottom: 20px;
}
.movie-section .movie-list > li:nth-child(5) {
    margin-bottom: 19px;
}
.movie-section .movie-list > li:nth-child(6) {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .movie-section .movie-list > li:nth-of-type(even) {
    float: right;
    margin-bottom: 0%;
  }
  .movie-section .movie-list > li:nth-of-type(n+3) {
    margin-top: 4%;
  }
}

.movie-section .movie-list > li > a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.movie-section .movie-list > li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/ikemen/title/genji/original/images/common/movie_frame.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.movie-section .movie-list > li > a:before {
  content: "";
  display: block;
  width: 15.03759%;
  height: 25.64103%;
  background-image: url(/wp-content/themes/ikemen/title/genji/original/images/common/movie_play.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.movie-section .movie-list > li > a:hover:before {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.movie-section .movie-list > li > a > div {
  padding: 2.5%;
}

.movie-section .movie-list > li > a > div > img {
  border-radius: 7px;
}

.movie-section .movie-list > li > h2 {
  text-align: center;
  background-image: url(/wp-content/themes/ikemen/title/genji/original/images/special/movie/movie_title_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  color: #fff;
  padding: 15px 40px 20px;
  line-height: 1.3;
  margin: 0 40px;
  font-size: 1.6rem;
}

.movie-section .movie-list > li > h2 > p {
  display: table;
  width: 100%;
}

.movie-section .movie-list > li > h2 > p > span {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .movie-section {
    padding: 5px 0 60px;
    background-image: url(/wp-content/themes/ikemen/title/genji/original/images/special/movie/sp/movie_bg.jpg);
  }
  .movie-section h1 {
    width: 200px;
    margin: 30px auto 20px;
  }
  .movie-section .movie-list > li {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .movie-section .movie-list > li:first-child {
    margin-bottom: 30px;
  }
  .movie-section .movie-list > li:nth-child(5) {
    margin-bottom: 30px;
    }
  .movie-section .movie-list > li:last-of-type {
    margin-bottom: 0;
  }
  .movie-section .movie-list > li > a {
    margin-bottom: 10px;
  }
  .movie-section .movie-list > li > a:before {
    bottom: 20%;
  }
  .movie-section .movie-list > li > h2 {
    font-size: 1.2rem;
  }
}

.breadcrumb_wrap {
  margin: 0 auto;
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_wrap {
    margin: 0 auto;
    width: 90%;
  }
}