@charset "utf-8";

@font-face {
	font-family: 'NotoSansJP';
	font-weight: 100;
	src: url(../../font/NotoSans/NotoSansJP-Thin.ttf) format('truetype');
}

@font-face {
	font-family: 'NotoSansJP';
	font-weight: 200;
	src: url(../../font/NotoSans/NotoSansJP-ExtraLight.ttf) format('truetype');
}

@font-face {
	font-family: 'NotoSansJP';
	font-weight: 300;
	src: url(../../font/NotoSans/NotoSansJP-Light.ttf) format('truetype');
}

@font-face {
	font-family: 'NotoSansJP';
	font-weight: 400;
	src: url(../../font/NotoSans/NotoSansJP-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'NotoSansJP';
	font-weight: 500;
	src: url(../../font/NotoSans/NotoSansJP-Medium.ttf) format('truetype');
}

@font-face {
	font-family: 'NotoSansJP';
	font-weight: 600;
	src: url(../../font/NotoSans/NotoSansJP-SemiBold.ttf) format('truetype');
}

@font-face {
	font-family: 'NotoSansJP';
	font-weight: 700;
	src: url(../../font/NotoSans/NotoSansJP-Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'NotoSansJP';
	font-weight: 800;
	src: url(../../font/NotoSans/NotoSansJP-ExtraBold.ttf) format('truetype');
}

@font-face {
	font-family: 'NotoSansJP';
	font-weight: 900;
	src: url(../../font/NotoSans/NotoSansJP-Black.ttf) format('truetype');
}


body{
	font-family: 'NotoSansJP';
	font-weight: 400;
}
