@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: #ff802b;
}

@media screen and (max-width: 768px) {
#mv .mv_text h2 {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 0.2rem;
    font-weight: 600;
    font-size: 3.0rem !important;
    position: relative;
    color: #ff802b;
}
}