@charset "UTF-8";

@media screen and (max-width: 600px) {
    #mv .mv_text.wmode_horizontal {
        display: flex;
        align-items: flex-end !important;
        padding-bottom: 3.5rem !important;
    }
    #mv .mv_text h2 {
        font-size: 6.8vw !important;
    }
    #mv_outer #mv .mv_text div p.static {
        font-size: 4.8vw;
    }
}
@media screen and (max-width: 900px) {
    #mv::after, #mv .mv_img {
        border-radius: 0;
        width: 100%;
    }
}