@charset "UTF-8";

/*MV調整_250703*/
#mv {
    height: auto;
}
#mv,
#mv .mv_mp4,
#mv.mv_mp4_cover .mv_mp4 video,
#mv.mv_mp4_cover2 .mv_mp4 video {
    max-height: initial !important;
}
#mv .mv_textimg {
    left: initial;
    right: 2%;
}
#mv .mv_textimg img {
    margin-left: auto;
}
@media screen and (min-width: 901px) {
    #mv {
        width: 100%;
        max-width: initial;
    }
}
@media screen and (min-width: 769px) {
#mv .mv_textimg:has(.mv_textimg_pc.pos_lb) {
        justify-content: flex-end;
    }
}
@media screen and (max-width: calc(125vh)) {
    #mv.mv_mp4_cover {
        height: auto !important;
        max-height: initial !important;
    }
}
@media screen and (max-width: 900px) {
    #mv .mv_textimg .mv_textimg_pc, 
    #mv .mv_textimg .mv_textimg_sp {
        width: 98%;
    }
}
@media screen and (max-width: 768px) {
#mv .mv_textimg img {
    margin-left: auto;
    width: 37%;
    }
}