@charset "UTF-8";

/*--MV調整_250414--*/
@media screen and (min-width: 900px) {
    #mv.mv_mp4_cover .mv_mp4 video,
    #mv.mv_mp4_cover2 .mv_mp4 video {
        object-fit: contain;
    }
    #mv .mv_textimg img {
        max-width: 60%;
        margin: 0 0 0 5%;
    }
}
@media screen and (max-width: 900px) {
    #mv {
        transform: translateY(-20px);
    }
}