@charset "utf-8";

@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
        url('../font/NotoSansCJKjp-Regular.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansCJKjp-Bold.woff') format('woff'),
        url('../font/NotoSansCJKjp-Bold.eot')  format('eot');
    font-display: swap;

}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 900;
    src: url('../font/NotoSansCJKjp-Black.woff') format('woff'),
        url('../font/NotoSansCJKjp-Black.eot')  format('eot');
    font-display: swap;
}
.font_noto_regular {
    font-family: 'NotoSansCJKjp';
    font-weight: 400;
}
.font_noto_bold {
    font-family: 'NotoSansCJKjp';
    font-weight: 700;
}
.font_noto_black {
    font-family: 'NotoSansCJKjp';
    font-weight: 900;
}
