@charset "UTF-8";

/*MV調整_250627*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
    min-height: initial !important;
}
#mv:after {
    background: rgb(69 65 50 / 20%);
}

#mv .mv_textimg img {
    width: 60%;
    margin: 0 0 5% 5%;
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: initial !important;
    }
}
@media screen and (max-width: 600px) {
    #mv .mv_textimg img {
        width: 50%;
    }
    #mv,
    #mv .mv_mp4,
    #mv .mv_mp4 video{
        height: calc(100vw / (5 / 4)) !important;
    }
}