@charset "UTF-8";

/*--MV調整--*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}
#mv .mv_textimg {
    top: auto;
    bottom: 3%;
    left: 3%;
}
@media screen and (min-width: 901px) {
    #mv .mv_img, #mv:after {
        width: 100%;
        margin-left: 0;
    }
    #mv .mv_textimg .mv_textimg_pc {
        width: 25%;
    }
}
@media screen and (max-width: 900px) {
    #mv .mv_textimg div{
        width: max(40%, 150px);
    }
}
@media screen and (max-width: 700px) {
    #mv .mv_textimg .mv_textimg_sp {
        width: max(40%, 150px);
    }
    #mv,
    #mv .mv_mp4,
    #mv .mv_mp4 video{
        height: 40vh;
    }
}