@charset "UTF-8";

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    src: url('../fonts/Inter/Inter-VariableFont_opsz-wght.woff2') format('woff2'),
        url('../fonts/Inter/Inter-VariableFont_opsz-wght.woff') format('woff'),
        url('../fonts/Inter/Inter-VariableFont_opsz-wght.ttf') format('truetype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSansJP/NotoSansJP-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansJP/NotoSansJP-Regular.woff) format('woff'),
        url(../fonts/NotoSansJP/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/NotoSansJP/NotoSansJP-Medium.woff2) format('woff2'),
        url(../fonts/NotoSansJP/NotoSansJP-Medium.woff) format('woff'),
        url(../fonts/NotoSansJP/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSansJP/NotoSansJP-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansJP/NotoSansJP-Bold.woff) format('woff'),
        url(../fonts/NotoSansJP/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/NotoSansJP/NotoSansJP-ExtraBold.woff2) format('woff2'),
        url(../fonts/NotoSansJP/NotoSansJP-ExtraBold.woff) format('woff'),
        url(../fonts/NotoSansJP/NotoSansJP-ExtraBold.otf) format('opentype');
}