﻿/* webフォント読み込み */
@font-face
{
    font-family: "Noto Sans JP";
    src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}
@font-face
{
    font-family: "Noto Sans JP";
    src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}
