@charset "UTF-8";

/*MV調整_251007*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv {
    width: 100%;
}
#mv .mv_textimg {
    margin-left: 2%;
}
#mv .mv_textimg a {
    aspect-ratio: 4.5 / 1;
    width: 30%;
    height: auto;
    left: 2.1%;
    transform: initial;
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg {
        bottom: 2%;
    }
}