@charset "UTF-8";
@font-face{
    font-family: 'NotoSansJP-Black', sans-serif;
    font-display: swap;
    src:url(../fonts/NotoSansJP-Black.ttf) format("truetype");
    font-weight: 900;
}
@font-face{
    font-family: 'NotoSansJP-Bold', sans-serif;
    font-display: swap;src:url(../fonts/NotoSansJP-Bold.ttf) format("truetype");
    font-weight: 700;
}
@font-face{
    font-family: 'NotoSansJP-Medium', sans-serif;
    font-display: swap;
    src:url(../fonts/NotoSansJP-Medium.ttf) format("truetype");
    font-weight: 500;
}
@font-face{
    font-family: 'NotoSansJP-Regular', sans-serif;
    font-display: swap;
    src:url(../fonts/NotoSansJP-Regular.ttf) format("truetype");
    font-weight: 300;
}
@font-face{
    font-family: 'NotoSansJP-Light', sans-serif;
    font-display: swap;
    src:url(../fonts/NotoSansJP-Light.ttf) format("truetype");
    font-weight: 200;
}
