@charset "utf-8";

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    /* ←ここ */
    src: url("/newfonts/NotoSansJP-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-display: optional;
    /* ←ここ */
    src: url("/newfonts/NotoSansJP-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    font-display: optional;
    /* ←ここ */
    src: url("/newfonts/NotoSerifJP-Bold.woff2") format("woff2");
}