/*font-family*/
@font-face {
	font-family: 'AllusionDisplay';
	src: url(./fonts/AllusionDisplay.otf);
}
@font-face {
	font-family: 'CloisterBlack';
	src: url(./fonts/CloisterBlack.ttf);
}

/*凸版文久見出し明朝*/
.f-toppan{
	font-family: toppan-bunkyu-midashi-min-st, serif;
	font-weight: 900;
	font-style: normal;
}

/*源ノ角ゴシック*/
.f-gen{
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.f-gen.bold{
	font-weight: 700;
}
/*URW DIN*/
.f-din{
	font-family: urw-din, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.f-din.bold{
	font-weight: 700;
}

/*impact代用 Protipo*/
.f-proti{
	font-family: "impact", protipo-compact, sans-serif;
	font-weight: 800;
	font-style: normal;
}
/*roboto*/
.f-roboto{
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
}
/*AllusionDisplay*/
.f-allusion{
	font-family: AllusionDisplay, "Arial", "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 400;
	font-style: normal;
}
/*CloisterBlack*/
.f-cloister{
	font-family: 'CloisterBlack', "Arial", "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 400;
	font-style: normal;
}
/*Arial*/
.f-arial{
	font-family: "Arial", "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 400;
	font-style: normal;
}