@charset "UTF-8";

/*--MV調整--*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    max-height: initial !important;
}
#mv::before,
#lv::before {
    content: none;
}
#mv .mv_textimg {
    bottom: 2%;
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg {
        width: calc(50% - 4px);
    }
}