@charset "UTF-8";

/* -----------------mv切り替え----------------- */
#video+.block_html .content_wrapper {
    padding: 0;
}

@media (min-width: 769px){
#mv_video {
    display: none;
}
}

@media (max-width: 768px) {
    #mv {
        display: none;
    }
    #mv_video .mv_mp4 video {
        height: 75vh;
        min-height: 300px;
        object-fit: cover;
        width: 100%;
    }
}