@charset "UTF-8";

/*--- MV調整(2025/09/29) ---*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg img {
    max-width: 60%;
    margin: 0;
}
@media only screen and (max-width: 700px) {
    #mv .mv_textimg img {
        max-width: 65%;
    }
}