/*=======================
hero.css
=======================*/

/*top main-visual
-----------------------*/

.hero-text {
    width: 100%;
    font-size: clamp(80px, 7.5vw + 56px, 200px);
    line-height: clamp(100px, 7.5vw + 76px, 220px);
}