@charset "UTF-8";
.header{
    z-index: 1;
}
.article_img {
    width: calc((332/750)*100vw);
    margin-top: calc((50/750)*100vw);
}
.subImg_container_small {
    margin-top: 0;
}
.mt15{
    margin-top: 15px;
}


.subImg_container_large .subImg_ttl{
    font-weight: bold;
}

@media screen and (max-width: 812px) {
    .contentsLink .contentsLink_txt {
        font-size: calc((22/750)*100vw);
        padding-right: calc((18/750)*100vw);
    }
    .contentsLink {
        margin-top: calc((22/750)*100vw);
        width: calc((332/750)*100vw);
        height: calc((51/750)*100vw);
    }
    .subImg_container_small .subImg_lead {
        margin-top: 0px;
    }
    .hearing_annotation {
        -webkit-text-size-adjust: 100%;
        font-size: calc((17/750)*100vw);
        line-height: calc((30/750)*100vw);
    }
    .subImg_container_small{
        margin-top: 21.5px;
    }
    .area_movie{
        display: flex;
    }
    .movie_area01{
        flex-direction: column-reverse;
    }
    .section_movie{
        margin-top: 25px;
        width: calc((315 / 750)* 100vw);
    }
}

@media screen and (min-width: 813px) {
    .article_img {
        width: 373px;
        height: 100%;
        margin-top: 0;
        margin-right: 54px;
    }
    .subImg_container_small {
        margin-top: 30px;
    }
    .subImg_container_small .subImg_lead {
        margin-top: 31px;
    }
    .subImg_container_small .subImg_ttl {
        line-height: 50px;
        letter-spacing: .150em;
    }
    .subImg_container_small .subImg_lead {
        letter-spacing: .078em;
    }
    .hearing_annotation {
        font-size: 12px;
        line-height: 18px;
    }
    .section_movie {
        margin-top: 0;
        width: calc((355 / 1056)* 100%);
        margin-right: calc((52 / 1056)* 100%);
    }
    .video_content{
        margin: 0;
    }
    .subImg_container_small .subImg_cnt .subImg_lead.main_text{
        margin-top: 0;
        font-size: 23px;
        line-height: 45px;
        letter-spacing: .095em;
    }
}