:root {
	--ffGo: YakuHanJPs, "Zen Kaku Gothic New", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	--ffMin: YakuHanJPs, "Zen Old Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	--ffEn1: "Jost", YakuHanJPs, "Zen Kaku Gothic New", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.ffGo {
	font-family: var(--ffGo);
	font-optical-sizing: auto;
}
.ffMin {
	font-family: var(--ffMin);
	font-optical-sizing: auto;
}
.ffEn1 {
	font-family: var(--ffEn1);
	font-optical-sizing: auto;
}