@charset "UTF-8";

@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 300;
	src: local("Noto Sans CJK JP Light"),
			url('../fonts/NotoSansCJKjp-Light.eot') format('eot'),
			url('../fonts/NotoSansCJKjp-Light.woff') format('woff'),
			url('../fonts/NotoSansCJKjp-Light.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 400;
	src: local("Noto Sans CJK JP Regular"),
			url('../fonts/NotoSansCJKjp-Regular.eot') format('eot'),
			url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
			url('../fonts/NotoSansCJKjp-Regular.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 500;
	src: local("Noto Sans CJK JP Medium"),
		url('../fonts/NotoSansCJKjp-Medium.eot') format('eot'),
		url('../fonts/NotoSansCJKjp-Medium.woff') format('woff'),
		url('../fonts/NotoSansCJKjp-Medium.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 700;
	src: local("Noto Sans CJK JP Bold"),
		url('../fonts/NotoSansCJKjp-Bold.eot') format('eot'),
		url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
		url('../fonts/NotoSansCJKjp-Bold.otf') format('opentype');
	font-display: swap;
}