@charset "UTF-8";
/*---------------------------------------------------------
---------------------------------------------------------*/
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('./Noto_Sans_JP/NotoSansJP-Regular.woff') format('woff'),
        url('./Noto_Sans_JP/NotoSansJP-Regular.eot')  format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('./Noto_Sans_JP/NotoSansJP-Medium.woff') format('woff'),
        url('./Noto_Sans_JP/NotoSansJP-Medium.eot')  format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('./Noto_Sans_JP/NotoSansJP-Bold.woff') format('woff'),
        url('./Noto_Sans_JP/NotoSansJP-Bold.eot')  format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url('./Noto_Sans_JP/NotoSansJP-Black.woff') format('woff'),
        url('./Noto_Sans_JP/NotoSansJP-Black.eot')  format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 400;
    src: url('./Noto_Serif_JP/NotoSerifJP-Regular.woff') format('woff'),
        url('./Noto_Serif_JP/NotoSerifJP-Regular.eot')  format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 500;
    src: url('./Noto_Serif_JP/NotoSerifJP-Medium.woff') format('woff'),
        url('./Noto_Serif_JP/NotoSerifJP-Medium.eot')  format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff') format('woff'),
        url('./fonts/Noto_Serif_JP/NotoSerifJP-Bold.eot')  format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 900;
    src: url('./Noto_Serif_JP/NotoSerifJP-Black.woff') format('woff'),
        url('./Noto_Serif_JP/NotoSerifJP-Black.eot')  format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('./Poppins/Poppins-Bold.woff') format('woff'),
        url('./Poppins/Poppins-Bold.eot')  format('eot');
    font-display: swap;
}