/* フォント */
@font-face {
    font-family: 'ShipporiGothic';
    src: url('../../fonts/ShipporiGothicB2-Bold.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SawarabiGothic';
    src: url('../../fonts/SawarabiGothic-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body,
h1, h2, h3, h4, h5, h6,
p, span, a, div, button, input, textarea, select,
li, ul, ol {
    font-family: 'SawarabiGothic', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}