h1.new-h1{
    display: block;
    font-size: 56px;
    line-height: 1.4 !important;
    font-family: ruika, sans-serif;
    font-style: normal;
    font-weight: 100 !important;
}
@media (max-width: 560px) {
    h1.new-h1{
        font-size: 32px;
        line-height: 1.4 !important;
    }
}


h2.new-h2{
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    background: #444;
    color: #FFF;
    line-height: 1;
    margin: 0;
    padding: 40px;
    border-radius: 8px;
    justify-content: space-between;
}
@media (max-width: 560px) {
    h2.new-h2{
        border-radius: 0;
        font-size: 20px;
        margin: 0 0 0;
        padding: 5vw;
        line-height: 1.4;
    }
}


h3.new-h3{
    font-family: ruika, sans-serif;
    font-style: normal;
    font-weight: 100 !important;
    font-size: 36px;
    line-height: 1;
}
@media (max-width: 560px) {
    h3.new-h3{
        font-size: 24px;
        margin: 16px 0 16px;
        line-height: 1.3;
    }
}

@media (max-width: 560px) {
    .kv2-slick ul.a-flickList li.slick-slide img {
        width: auto;
        height: 100vw;
        margin: 0 auto;
    }
}
