.movie {
  padding: 90px 0;
}

.movie-list {
  margin-top: 50px;
}

.movie-list>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.movie-list>ul>li {
  width: 48%;
}

.movie-list>ul>li>a {
  display: block;
  position: relative;
}

.movie-list>ul>li>a:hover:after {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.movie-list>ul>li>a:after {
  content: "";
  display: block;
  width: 116px;
  height: 108px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/movie/btn_paly.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.movie-list>ul>li>a>p {
  position: absolute;
  width: 98%;
  height: 98%;
  margin: auto;
  top: 2%;
  left: 0;
  right: 0;
  border-radius: 15px 15px 20px 20px;
  overflow: hidden;
}

.movie-list>ul>li>a>img {
  position: relative;
}

.movie-list>ul>li>p {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-size: 2.0rem;
}

#nav {
  background-position: center center;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/common/bg.jpg);
}

@media screen and (max-width: 767px) {
  .movie {
    padding: 30px 0 60px;
  }

  .movie-list {
    margin-top: 20px;
  }

  .movie-list>ul>li {
    width: 100%;
  }

  .movie-list>ul>li:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .movie-list>ul>li>a:after {
    width: 70px;
    height: 70px;
  }

  .movie-list>ul>li>p {
    margin-top: 10px;
    font-size: 1.3rem;
  }

  #nav {
    background-size: 400px;
  }
}

@media screen and (min-width: 768px) {
  .movie-list>ul>li:nth-of-type(n+3) {
    margin-top: 40px;
  }
}