@charset "UTF-8";
/* ----------Font Family Noto Sans Jp------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800&display=swap');

/* ----------Font Family Zen Old Mincho------- */
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@100;200;300;400;500;600;700;800&display=swap');

/* ---------- Font Family: Noto Sans CJK JP ---------- */
@font-face {
    font-family: "Noto Sans CJK JP";
    src: url("../font/NotoSansCJKjp-Regular.woff2") format("woff2"),
         url("../font/NotoSansCJKjp-Regular.woff") format("woff"),
         url("../font/NotoSansCJKjp-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans CJK JP";
    src: url("../font/NotoSansCJKjp-Bold.woff2") format("woff2"),
         url("../font/NotoSansCJKjp-Bold.woff") format("woff"),
         url("../font/NotoSansCJKjp-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}