/* 
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700,900&display=swap&subset=japanese);
*/

/* // Noto Sans JP //
----------------------------------------------- */
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 100;
	src: url("../font/NotoSansJP-Thin.woff") format("woff");
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 200;
	src: url("../font/NotoSansJP-Light.woff") format("woff");
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	src: url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 600;
	src: url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 800;
	src: url("../font/NotoSansJP-Black.woff") format("woff");
}

/* // Noto Serif //
----------------------------------------------- */
@font-face {
	font-family: "Noto Serif";
	font-style: normal;
	font-weight: 100;
	src: url("../font/NotoSerifCJKjp-ExtraLight.woff") format("woff");
}
@font-face {
	font-family: "Noto Serif";
	font-style: normal;
	font-weight: 200;
	src: url("../font/NotoSerifCJKjp-Light.woff") format("woff");
}
@font-face {
	font-family: "Noto Serif";
	font-style: normal;
	font-weight: 400;
 	src: url("../font/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
	font-family: "Noto Serif";
	font-style: normal;
	font-weight: 500;
 	src: url("../font/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
	font-family: "Noto Serif";
	font-style: normal;
	font-weight: 600;
 	src: url("../font/NotoSerifCJKjp-SemiBold.woff") format("woff");
}
@font-face {
	font-family: "Noto Serif";
	font-style: normal;
	font-weight: 700;
 	src: url("../font/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
	font-family: "Noto Serif";
	font-style: normal;
	font-weight: 900;
 	src: url("../font/NotoSerifCJKjp-Black.woff") format("woff");
}

/* // Century Gothic //
----------------------------------------------- */
@font-face {
	font-family: "CG";
	font-style: normal;
	font-weight: 100;
	src: url("../font/GOTHIC.woff") format("woff");
}
@font-face {
	font-family: "CG";
	font-style: normal;
	font-weight: 200;
	src: url("../font/GOTHIC.woff") format("woff");
}
@font-face {
	font-family: "CG";
	font-style: normal;
	font-weight: 300;
	src: url("../font/GOTHIC.woff") format("woff");
}
@font-face {
	font-family: "CG";
	font-style: normal;
	font-weight: 400;
	src: url("../font/GOTHICB.woff") format("woff");
}
@font-face {
	font-family: "CG";
	font-style: normal;
	font-weight: 500;
	src: url("../font/GOTHICB.woff") format("woff");
}
@font-face {
	font-family: "CG";
	font-style: normal;
	font-weight: 600;
	src: url("../font/GOTHICB.woff") format("woff");
}


@font-face {
	font-family: "Trajan";
	font-style: normal;
	font-weight: normal;
	src: url("../font/TrajanPro-Regular.woff") format("woff");
}
@font-face {
	font-family: "Trajan";
	font-style: normal;
	font-weight: bold;
	src: url("../font/TrajanPro-BoldB.woff") format("woff");
}


/* // 
----------------------------------------------- */
html, body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}
.ffMin {
	font-family: "Noto Serif JP","Noto Serif","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 300;
}
.ffGo {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-weight: 200;
}
.ffEn1 {
	font-family: 'CG', sans-serif;
	font-weight: 100;
}
.ffEn1B {
	font-family: 'CG', sans-serif;
	font-weight: 400;
}
.ffEn2 {
	font-family: 'Trajan', sans-serif;
	font-weight: normal;
}
.ffEn2B {
	font-family: 'Trajan', sans-serif;
	font-weight: bold;
}
