@charset "UTF-8";


@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
	font-display: swap;
    src: url('../woff2/notosansjp-regular.woff2') format('woff2'),
	     url('../woff/notosansjp-regular.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
	font-display: swap;
    src: url('../woff2/notosansjp-medium.woff2') format('woff2'),
	     url('../woff/notosansjp-medium.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
	font-display: swap;
    src: url('../woff2/notosansjp-bold.woff2') format('woff2'),
	     url('../woff/notosansjp-bold.woff') format('woff');
}