:root {
	--ffGo: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	--ffGoYakuhan: YakuHanJPs, "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	--ffGo2: "Sawarabi Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	--ffGo2Yakuhan: YakuHanJPs, "Sawarabi Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	--ffMin: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	--ffEn1: "Montserrat", sans-serif;
}

html, body {
	font-family: var(--ffGo);
}
.ffGo {
	font-family: var(--ffGo);
	font-weight: 400;
}
.ffGoYakuhan {
	font-family: var(--ffGoYakuhan);
}

.ffGo2 {
	font-family: var(--ffGo2);
	font-weight: 400;
}
.ffGo2Yakuhan {
	font-family: var(--ffGo2Yakuhan);
}

.ffMin {
	font-family: var(--ffMin);
	font-weight: 400;
}
.ffEn1 {
	font-family: var(--ffEn1);
	font-weight: 400;
	font-style: normal;
}