@charset "UTF-8";

/*----------MV調整----------*/
body:not(.edit_view ).done #mv.mv_mp4_pv .mv_text {
    transition: initial;
    opacity: 1;
}
#mv .mv_text h2 {
    line-height: 1.6;
}
#mv .mv_text p {
    font-size: 2rem;
    line-height: 1.6;
}
@media screen and (max-width: 600px) {
    #mv_outer #mv .mv_text div p.static {
        font-size: 3.5vw;
    }
}
