@charset "UTF-8";

.subImg_container_large .subImg_ttl {
    font-size: calc((30/750)*100vw);
    line-height: calc((48/750)*100vw);
    letter-spacing: .03em;
    font-weight: bold;
}
.cnt_link {
    margin-top: calc((22/750)*100vw);
}
.cnt_link a {
    font-size: calc((18/750)*100vw);
    line-height: calc((18/750)*100vw);
    letter-spacing: .078em;
}
.underline{
    text-decoration: underline;
}

@media screen and (max-width:812px){
    .subImg_container_small{
        display: flex;
    }
    .movie_area01{
        flex-direction: column-reverse;
    }
    .section_movie{
        margin-top: 25px;
        width: calc((315 / 750)* 100vw);
    }
    .subImg_container_small .subImg_cnt .subImg_lead.text_area{
        margin-top: 22.36px;
    }
}

@media screen and (min-width: 813px) {
    .subImg_container_large .subImg_lead {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: .078em;
        margin-top: 29px;
    }
    .L3_cover .cover_lead {
        letter-spacing: .153em;
    }
    .subImg_container_large .subImg_ttl {
        font-size: 37px;
        line-height: 60px;
        letter-spacing: .118em;
    }
    .cnt_link {
        margin-top: 13px;
    }
    .cnt_link a {
        font-size: 18px;
        line-height: 18px;
    }
    .section_movie {
        margin-top: 0;
        width: calc((355 / 1056)* 100%);
        margin-right: calc((52 / 1056)* 100%);
    }
    .video_content{
        margin: 0;
    }
}
