@charset "UTF-8";

/*-MV調整-*/
@media screen and (min-width: 901px) {
    #mv_outer {
        padding: 0;
    }
    #mv::after {
        width: 100%;
        left: 0;
    }
    #mv .mv_textimg {
        bottom: 5%;
        top: auto;
    }
}
@media screen and (max-width: 900px) {
    #mv_outer {
        padding: 0;
    }
}
@media screen and (max-width: calc(125vh)) {
    #mv.mv_mp4_cover {
        height: 60vh !important;
    }
}