@charset "UTF-8";

#mv.mv_mp4_contain .mv_mp4 video {
    width: 60%;
    margin: auto;
    margin-left: 30%;
}
@media screen and (max-width: 800px) {
    #mv.mv_mp4_contain .mv_mp4 video {
        width: 100%;
        margin-left: 0;
    }
    #mv .mv_text h2 {
       display: none;
    }
}

#mv .mv_text h2 {
    font-size: 3.5vw !important;
    position: absolute;
    min-width: 265px;
    text-shadow: 0 0 3px #0b6ea8, 0 0 3px #0b6ea8, 0 0 3px #0b6ea8;
}
#mv .mv_text {
    bottom: auto !important;
    top: 20vh;
    align-items: self-start !important;
}