/*-----------------------------------------
 FONT  設定
-----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');


.notosans{
    font-family: 'Noto Sans JP', sans-serif;
}
.notoserif{
	font-family: 'Noto Serif JP', serif;
}
.MPLUS700{
	font-family: 'M PLUS 1p', sans-serif;
}
.zenkaku400{
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.ZenOld700{
	font-family: 'Zen Old Mincho', serif;
}
.UD-M{
	font-family: 'BIZ UDMincho', serif;
}
.UD-G{
	font-family: 'BIZ UDPGothic', sans-serif;
}
