
html {
    font-family: 游ゴシック !important;
    font-size: 14px !important;
    letter-spacing: 0.01em !important;
}

h1 {
    font-family: Libre + Baskerville !important;
    font-weight: normal !important;
    letter-spacing: 0.01em !important;
    line-height: 1 !important;
}

h2 {
    font-family: Libre + Baskerville !important;
    font-weight: normal !important;
}


section {
    margin: 135px 0 0 0 !important;
}
section:last-of-type {
    margin: 135px 0 80px 0 !important;
}



@media screen and (max-width: 959px) {
    section {
        margin: 50px 0 0 0 !important;
    }
    section:last-of-type {
        margin: 50px 0 30px 0 !important;
    }
}

