.flex_movie_wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.movie_item {
    width: 48%;
    margin: 0 1%;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube_02 {
    margin-top: 60px;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.flex_movie_wrap.one {
    justify-content: center;
}

@media screen and (max-width: 768px){
    p.c-cta-info__btn-text {
        line-height: 1.3;
    }
    .movie_item {
        width: 100%;
    }
    .movie_item:first-child {
        margin: 0 0 15px;
    }
}