@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("NotoSansJP-Regular"), url("NotoSansJP-Regular.woff") format("woff"),
        url("NotoSansJP-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("NotoSansJP-Bold"), url("NotoSansJP-Bold.woff") format("woff"),
        url("NotoSansJP-Bold.woff2") format("woff2");
}