/*CSS for Google Fonts*/

.noto-sans-jp {
	font-family: "Noto Sans JP","メイリオ",Meiryo,arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-optical-sizing: auto;
/*	font-weight: <weight>;	/*100 to 900*/
	font-style: normal;
}

/*for Product name*/
.playfair-display-full{
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
/*	font-weight: 400;	/*400-900*/
	font-style: normal;
}

/*for sample code*/

.weight-300{font-weight:300;}
.weight-normal{font-weight:400;}
.weight-500{font-weight:500;}
.weight-600{font-weight:600;}
.weight-bold{font-weight:700;}
.weight-800{font-weight:800;}

h2{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;	/*100-900*/
	font-style: normal;
}
