@charset "UTF-8";

/*MV調整*/
#mv .mv_text > div:before {
   content: none;
}
/*動画見切れないように調整*/
#mv .mv_mp4 {
    max-height: initial !important;
}
#mv.mv_mp4_contain .mv_mp4 video {
    max-height: initial !important;
}