@charset "UTF-8";

/* Noto Sans JP */
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../../fonts/NotoSansJP-Medium.ttf") format("truetype");
}

/* Zen Maru Gothic */
@font-face {
    font-family: "Zen Maru Gothic";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../../fonts/ZenMaruGothic-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Zen Maru Gothic";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../../fonts/ZenMaruGothic-Bold.ttf") format("truetype");
}


/* M PLUS 2 */
@font-face {
    font-family: "M PLUS 2";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../../fonts/MPLUS2-Medium.ttf") format("truetype");
}
