@charset "UTF-8";
/*--------------------------------------------------
**************************************************
	フォントファイル読み込み
**************************************************
--------------------------------------------------*/

/*-- NotoSansJP --*/
@font-face {
	src: url(../fonts/NotoSansJP-Regular.woff) format("woff");
	font-family: "NotoSansJP";
	font-weight: 400;
	font-display: swap;
}
@font-face {
	src: url(../fonts/NotoSansJP-Medium.woff) format("woff");
	font-family: "NotoSansJP";
	font-weight: 500;
	font-display: swap;
}
@font-face {
	src: url(../fonts/NotoSansJP-Bold.woff) format("woff");
	font-family: "NotoSansJP";
	font-weight: 700;
	font-display: swap;
}

/*-- Quicksand --*/
@font-face {
	src: url(../fonts/Quicksand-Light.woff) format("woff");
	font-family: "Quicksand";
	font-weight: 300;
	font-display: swap;
}
@font-face {
	src: url(../fonts/Quicksand-Regular.woff) format("woff");
	font-family: "Quicksand";
	font-weight: 400;
	font-display: swap;
}
@font-face {
	src: url(../fonts/Quicksand-Medium.woff) format("woff");
	font-family: "Quicksand";
	font-weight: 500;
	font-display: swap;
}

/*-- NotoSerifJP --*/
@font-face {
	src: url(../fonts/NotoSerifJP-Regular.woff) format("woff");
	font-family: "NotoSerifJP";
	font-weight: 400;
	font-display: swap;
}
@font-face {
	src: url(../fonts/NotoSerifJP-Bold.woff) format("woff");
	font-family: "NotoSerifJP";
	font-weight: 700;
	font-display: swap;
}



/*--------------------------------------------------
**************************************************
	設定
**************************************************
--------------------------------------------------*/

/*-- NotoSansJP --*/
.NotoSansJP-R{
	font-family: "NotoSansJP";
	font-weight: 400;
}
.NotoSansJP-M{
	font-family: "NotoSansJP";
	font-weight: 500;
}
.NotoSansJP-B{
	font-family: "NotoSansJP";
	font-weight: 700;
}

/*-- Quicksand --*/
.Quicksand-L{
	font-family: "Quicksand";
	font-weight: 300;
}
.Quicksand-R{
	font-family: "Quicksand";
	font-weight: 400;
}
.Quicksand-M{
	font-family: "Quicksand";
	font-weight: 500;
}

/*-- NotoSerifJP --*/
.NotoSerifJP-R{
	font-family: "NotoSerifJP";
	font-weight: 400;
}
.NotoSerifJP-B{
	font-family: "NotoSerifJP";
	font-weight: 700;
}

