@charset "UTF-8";

/*MV調整 260731*/
#mv, #mv .mv_mp4, #mv .mv_mp4 video {
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    height: 100%;
    left: 0;
    bottom: 0;
    margin-left: 0;
}
#mv .mv_textimg > div {
    max-width: 482px;
    width: 35%;
    left: 2%;
    bottom: 2%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
#mv .mv_textimg a {
    width: 71.5%;
}
@media screen and (max-height: 900px), screen and (max-width: 900px) {
    #mv .mv_textimg img {
        margin-left: 0;
    }
    #mv .mv_textimg a {
        left: 14%;
    }
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg > div {
        width: 45%;
    }
    #mv.mv_mp4_cover .mv_mp4 video, #mv.mv_mp4_cover2 .mv_mp4 video {
        aspect-ratio: 4 / 3;
    }
}
@media screen and (max-width: 125vh) {
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}