* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    object-fit: contain;
    object-position: center;
}

html, body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    background-color: white;
    -webkit-font-smoothing: antialiased;
    color: var(--color__dark);
    font-size: calc((100vw - 320px)/(1920 - 320) * (16 - 14) + 14px);
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

h2, h3, h1, p {
    margin: 0;
}

main {
    position: relative;
}

.js-no-scroll {
    overflow: hidden;
}

.center-wrap {
    max-width: 96.5rem;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 100%;
}

picture img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}



@media screen and (max-width: 1680px) {

    html, body {
        font-size: calc((100vw - 320px)/(1920 - 320) * (16 - 14) + 11px);
    }

}

@media screen and (max-width: 1440px) {

    html, body {
        font-size: calc((100vw - 320px)/(1920 - 320) * (16 - 14) + 12px);
    }

}

@media screen and (max-width: 1399px) {

    html, body {
        font-size: 13px;
    }

}


@media screen and (max-width: 1359px) {

}

@media screen and (max-width: 1199px) {

    html, body {
        font-size: 11.5px;
    }

}

@media screen and (max-width: 1024px) {
    html, body {
        font-size: 10.5px;
    }
}

@media screen and (max-width: 991px) {

    .center-wrap {
        padding: 0 1rem;
        padding: 0 16px;
    }

    .center-wrap .center-wrap {
        padding: 0 0;
    }

    html, body {
        font-size: calc((100vw - 320px)/(1920 - 320) * (16 - 14) + 13px);
    }

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 320px) {

    html, body {
        font-size: calc((100vw - 320px)/(1920 - 320) * (16 - 14) + 12.5px);
    }
}
