/* :root {
	--ffGo: "Zen Kaku Gothic New", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	--ffMin: "Zen Old Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	--ffEn1: 	font-family: "Cormorant Infant", serif;
}

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

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

.ffEn1 {
	font-family: "Cormorant Infant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
} */