@charset "UTF-8";
.header{
    z-index: 1;
}

.weight_down{
    font-weight: normal;
}


.cover{
    width: 100%;
    padding: 0;
    margin: 0;
}
.kv_area{
    max-width: 1226px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 100%;
}
.coverImg_wrap{
    position: relative;
}
.coverImg{
    width: 100%;
}

.container_color_box{
    width: 100%;
    background-color: #f9f6ef;
}
.section_list .section_container .section_description .movie_text{
    margin-top: 12px;
    margin-bottom: 0;
}

.movie_list_contents{
    min-width: 320px;
}




/* モーダル */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    width: 100vw;
    overflow: auto;
    z-index: 25;
}
.modal-content {
    overflow: auto;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: calc((50 / 750)* 100vw);
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    max-width: fit-content;
}
.modal-top {
    display: flex;
    justify-content: flex-end;
}
.modal-close {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
}
.modal-close::before, .modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 30px;
    background: #fff;
}
.modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-close:hover, .modal-close:focus {
    text-decoration: none;
    cursor: pointer;
}
.modal-container{
    background-color: #fff;
    margin-top: calc((18 / 750)* 100vw);
    opacity: 1;
    padding: 12px calc((30 / 750)* 100vw) 12px calc((30 / 750)* 100vw);;
}

.Hero{
    width: 315px;
    height: 560px;
}
.Hero_Video {
    width: 100%;
    height: 100%;
}






/* .section_list{
    margin-top: calc((120/750)*100vw);
} */



.section_subTtl{
    font-size: calc((30/750)*100vw);
    line-height: calc((48/750)*100vw);
    font-weight: bold;
    letter-spacing: 0.03em;
}

.section_mainTtl{
    font-size: calc((36/750)*100vw);
    line-height: calc((50/750)*100vw);
    letter-spacing: 0.063em;
    font-weight: bold;
    margin-top: calc((20/750)*100vw);
}

.section_lead{
    text-align: justify;
    font-size: calc((22/750)*100vw);
    line-height: calc((36/750)*100vw);
    letter-spacing: 0.1em;
    margin-top: calc((50/750)*100vw);
    font-weight: 500;
}

.section_movie{
    display: flex;
    width: 100%;
}

.modal-open:hover{
    opacity: 0.7;
}

.otherNavigation{
    margin-top: 0;
}

#vol2 {
    padding-top: calc((150/750)*100vw);
    margin-top: calc((-80/750)*100vw);
}

@media screen and (max-width:812px){
    .kv_area{
        margin-top: 10px;
    }
    .leadtext{
        padding: 20px 15px 0px 15px;
        margin: 0 auto;
    }
    .leadtext .title_text{
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 28px;
        line-height: 41px;
    }
    .leadtext .sub_text{
        font-size: 15px;
        font-weight: 600;
        line-height: 24px;
    }
    .movie_sp_list_01{
        margin-top: 64px;
    }
    .section_container{
        display: flex;
    }
    .section_container:nth-child(n+1){
        margin-top: 20px;
    }
    .contents.L4_cover{
        width: 165px;
    }
    .section_description{
        width: calc((181 / 375)* 100%);
        margin-left: calc((14 / 375)* 100%);
    }
    .section_movie{
        margin-left: calc((15 / 375)* 100%);
        margin-right: calc((15 / 375)* 100%);
    }
    .section_list .section_container .section_description .movie_text.mv-txt_TTL{
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
    }
    .section_list .section_container .section_description .movie_text.mv-txt_CAP{
        font-size: 14px;
        line-height: 21px;
        font-weight: 300;
    }
    .breadcrumbs{
        margin-left: 16px;
    }
    .common_area{
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 99px;
    }
}

@media screen and (min-width:813px){
    .leadtext{
        max-width: 1176px;
        padding: 40px 25px 0px 25px;
        margin: 0 auto;
    }
    .leadtext .title_text{
        font-size: 65px;
        font-weight: 600;
        margin-bottom: 60px;
        line-height: 97.5px;
    }
    .leadtext .sub_text{
        font-size: 30px;
        font-weight: 600;
        line-height: 55px;
    }
    #vol2 {
        padding-top: 134px;
        margin-top: -64px;
    }
    .cover{
        width: 100%;
        padding: 0 25px;
        margin: 0 auto;
        max-width: 1226px;
    }
    .container_movie_aria{
        padding: 76px 25px 12px 25px;
        margin: 0 auto;
        max-width: 1226px;
    }

    
    .section_list{
        margin-top: 0;
    }
    .section_subTtl{
        font-size: 30px;
        line-height: 46px;
        letter-spacing: 0.057em;
    }

    .section_mainTtl{
        font-size: 37px;
        line-height: 46px;
        letter-spacing: 0.057em;
        margin-top: 10px;
    }

    .section_lead{
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0.098em;
        margin-top: 29px;
    }
    .movie_pc_list{
        width: 100%;
    }
    .contents.L4_cover{
        width: calc((276 / 576)* 100%);
    }
    .section_container{
        margin-top: 0;
        width: calc((576/1176)* 100%);
        margin-right: calc((24/1176)*100%);
    }
    .section_container:last-child{
        margin-right: 0;
    }
    .section_description{
        width: calc((276 / 576)* 100%);
        margin-left: calc((24/576)*100%)
    }
    .section_movie .fr-video{
        margin: 0;
    }
    .movie_pc_list{
        display: flex;
    }
    .list_contents{
        margin-top: 60px;
    }
    .list_contents:not(:first-child){
        margin-top: 28px;
    }
    .top-padding{
        padding-top: 64px;
    }
    .section_list .section_container .section_description .movie_text.mv-txt_TTL{
        font-size: 17px;
        line-height: 25.5px;
        font-weight: 300;
    }
    .section_list .section_container .section_description .movie_text.mv-txt_CAP{
        font-size: 15px;
        line-height: 22.5px;
        font-weight: 300;
    }
    /* モーダル */
    .modal-content {
        width: calc(100% - 110px);
        max-width: fit-content;;
        margin-top: 41px;
        margin-left: auto;
        margin-right: auto;
    }
    .common_area{
        max-width: 1226px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 152px;
        width: 100%;
        padding: 0 25px;
    }
}



