@charset "utf-8";
/*light*/
@font-face {
	font-family: 'Noto Sans JP';
	src: url('../font/NotoSansJP-Light.otf');
	font-weight: 300;
	font-style: light;
}
/*normal*/
@font-face {
	font-family: 'Noto Sans JP';
	src: url('../font/NotoSansJP-Regular.otf');
	font-weight: 400;
	font-style: normal;
}
/*Medium*/
@font-face {
	font-family: 'Noto Sans JP';
	src: url('../font/NotoSansJP-Medium.otf');
	font-weight: 500;
	font-style: medium;
}
/*bold*/
@font-face {
	font-family: 'Noto Sans JP';
	src: url('../font/NotoSansJP-Bold.otf');
	font-weight: 700;
	font-style: bold;
}