@font-face {
    font-family: NotoSansJP;
    /* src: url('/fonts/NotoSansJP-Thin.woff2') format('woff2'); */
    src: url('/fonts/NotoSansJP-Regular.woff2') format('woff2');
    font-weight: 100;
    font-display: block;
}

@font-face {
    font-family: NotoSansJP;
    /* src: url('/fonts/NotoSansJP-ExtraLight.woff2') format('woff2'); */
    src: url('/fonts/NotoSansJP-Regular.woff2') format('woff2');
    font-weight: 200;
    font-display: block;
}

@font-face {
    font-family: NotoSansJP;
    /* src: url('/fonts/NotoSansJP-Light.woff2') format('woff2'); */
    src: url('/fonts/NotoSansJP-Regular.woff2') format('woff2');
    font-weight: 300;
    font-display: block;
}

@font-face {
    font-family: NotoSansJP;
    src: url('/fonts/NotoSansJP-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: block;
}

@font-face {
    font-family: NotoSansJP;
    src: url('/fonts/NotoSansJP-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: block;
}

@font-face {
    font-family: NotoSansJP;
    /* src: url('/fonts/NotoSansJP-SemiBold.woff2') format('woff2'); */
    src: url('/fonts/NotoSansJP-Bold.woff2') format('woff2');
    font-weight: 600;
    font-display: block;
}

@font-face {
    font-family: NotoSansJP;
    src: url('/fonts/NotoSansJP-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: block;
}

@font-face {
    font-family: NotoSansJP;
    /* src: url('/fonts/NotoSansJP-ExtraBold.woff2') format('woff2'); */
    src: url('/fonts/NotoSansJP-Bold.woff2') format('woff2');
    font-weight: 800;
    font-display: block;
}

@font-face {
    font-family: NotoSansJP;
    /* src: url('/fonts/NotoSansJP-Black.woff2') format('woff2'); */
    src: url('/fonts/NotoSansJP-Regular.woff2') format('woff2');
    font-weight: 900;
    font-display: block;
}