@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 Share Tech Mono------- */
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono: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-Light.ttf') format('truetype'),
        url('../font/NotoSansCJKjp-Light.woff') format('woff'),
        url('../font/NotoSansCJKjp-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans CJK JP';
    src: url('../font/NotoSansCJKjp-Regular.ttf') format('truetype'),
        url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
        url('../font/NotoSansCJKjp-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans CJK JP';
    src: url('../font/NotoSansCJKjp-Medium.ttf') format('truetype'),
        url('../font/NotoSansCJKjp-Medium.woff') format('woff'),
        url('../font/NotoSansCJKjp-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans CJK JP';
    src: url('../font/NotoSansCJKjp-Bold.ttf') format('truetype'),
        url('../font/NotoSansCJKjp-Bold.woff') format('woff'),
        url('../font/NotoSansCJKjp-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}