@charset "UTF-8";

/* MV調整(2025/10/06) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg .mv_textimg_pc,
#mv .mv_textimg .mv_textimg_sp {
    width: 40%;
    min-width: 180px;
}
#mv .mv_textimg img {
    width: 100%;
    min-width: initial;
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}
@media screen and (max-height: 900px), screen and (max-width: 900px) {
    #mv .mv_textimg {
        height: 97%;
        bottom: 3%;
    }
}