@charset "UTF-8";

/*MV調整_251105*/
#mv .mv_textimg {
    top: initial;
    bottom: 10%;
    width: 40%;
    left: 30%;
}
#mv .mv_textimg a {
    width: 16vw;
}
@media screen and (max-width: calc(125vh)) {
    #mv.mv_mp4_cover {
        height: 100% !important;
    }
}
@media screen and (max-width: 100vh) {
    #mv .mv_textimg {
        bottom: 20vh;
    }
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg {
        bottom: 20%;
    }
}
