@charset "UTF-8";

/*--MV調整--*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    max-height: initial !important;
}
#mv {
    margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg {
        top: auto;
        bottom: 2%;
    }
    #mv .mv_textimg img {
        width: 50%;
    }
}
@media screen and (max-width: 100vh) {
    #mv {
        transform: translateY(-30px);
    }
}