@charset "UTF-8";

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

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