@charset "utf-8";

/* ----------------------------------------

- ブラウザ標準スタイルノーマライズ

---------------------------------------- */
@import 'normalize.css';


/* ----------------------------------------

- アイコンフォント

---------------------------------------- */
@import 'font-awesome/font-awesome.css';


/* ----------------------------------------

- Noto Sans JP

---------------------------------------- */
@font-face {
	font-family: "Noto Sans JP";
	font-weight: 900;
	src: url("fonts/Noto_Sans_JP/NotoSansJP-Black.otf") format("opentype");
}
@font-face {
	font-family: "Noto Sans JP";
	font-weight: 700;
	src: url("fonts/Noto_Sans_JP/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
	font-family: "Noto Sans JP";
	font-weight: 500;
	src: url("fonts/Noto_Sans_JP/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
	font-family: "Noto Sans JP";
	font-weight: 400;
	src: url("fonts/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
	font-family: "Noto Sans JP";
	font-weight: 300;
	src: url("fonts/Noto_Sans_JP/NotoSansJP-Light.otf") format("opentype");
}
@font-face {
	font-family: "Noto Sans JP";
	font-weight: 100;
	src: url("fonts/Noto_Sans_JP/NotoSansJP-Thin.otf") format("opentype");
}
