@charset "UTF-8";

/*MV調整_250911*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv {
    border-radius: initial;
}
#mv .mv_textimg {
    width: 45%;
    height: 99%;
    left: initial;
    right: 2%;
}
@media screen and (min-width: 901px) {
    #mv_outer {
        padding: 0;
    }
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}
@media screen and (max-width: 900px) {
    #mv {
        border-radius: initial;
    }
}
@media screen and (min-width: 769px) {
    #mv .mv_textimg .mv_textimg_pc {
        display: flex;
        justify-content: end;
    }
}