
@font-face {
    font-family: 'NotoSansJP-Regular';
    src: url('NotoSansJP-Regular.woff2') format('woff2'),
         url('NotoSansJP-Regular.woff') format('woff');
}
.notoR_font{font-family:'NotoSansJP-Regular';}

@font-face {
    font-family: 'NotoSansJP-Medium';
    src: url('NotoSansJP-Medium.woff2') format('woff2'),
         url('NotoSansJP-Medium.woff') format('woff');
}
.notoM_font{font-family:'NotoSansJP-Medium';}

@font-face {
    font-family: 'NotoSansJP-Bold';
    src: url('NotoSansJP-Bold.woff2') format('woff2'),
         url('NotoSansJP-Bold.woff') format('woff');
}
.notoB_font{font-family:'NotoSansJP-Bold';}

@font-face {
    font-family: 'NotoSansJP-Black';
    src: url('NotoSansJP-Black.woff2') format('woff2'),
         url('NotoSansJP-Black.woff') format('woff');
}
.notoBlk_font{font-family:'NotoSansJP-Black';}


@font-face {
    font-family: 'Oswald-SemiBold';
    src: url('Oswald-SemiBold.woff2') format('woff2'),
         url('Oswald-SemiBold.woff') format('woff');
}
.osSb_font{font-family:'Oswald-SemiBold';}
