@charset "UTF-8";

/*MV動画調整*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    max-height: initial !important;
    height: auto !important;
}
#mv_outer::before, 
#mv .mv_text h2 span, 
#mv .mv_text p span {
    background: transparent;
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}
@media screen and (min-width: 900px) {
    #mv {
        width: 100%;
    }
    #mv .mv_mp4 {
        border-radius: 0;
    }
}