.inr_mv_area .inr {
  background-image: url(../img/movie-mv.jpg); 
}
.movie-list:not(:last-child){
    margin-bottom: 60px;
}
.movie-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -24px;
}
.movie-list li{
    width: calc(50% - 12px);
    margin-bottom: 24px;
}
.movie-list li:nth-child(3){
    margin: 0 auto 24px;
}
.movie-list h2{
    margin-bottom: 20px;
}
.movie-list .youtube{
    aspect-ratio: 16 / 9;
    position: relative;
}

.movie-list .youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie-list h3{
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
}
.interview-more{
    text-align: center;
    margin-top: 40px;
}
.interview-more a{
    text-decoration: underline;
}
@media screen and (max-width: 767px){
  
.movie-list li{
    width: 100%;
}

}