@charset "UTF-8";

#mv .mv_text h2 {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 0.3rem;
    font-weight: 600;
    color: var(--i_main_color);
    font-size: 5.0rem !important;
    position: relative;
}

#mv .mv_text p {
    padding-top: 10px;
    font-size: 3rem;
    color: #5a5a5a;
    font-weight: 600;
    letter-spacing: 0.3rem;
}

@media screen and (max-width: 650px){
#mv .mv_text h2 {
    font-size: 10vw !important;
    letter-spacing: 0.2rem;
}
}

@media screen and (max-width: 600px){
#mv_outer #mv .mv_text div p.static {
    font-size: 2.4rem;
    line-height: 1.6;
}
}