@charset "utf-8";

/* Webフォント */

/* Acumin variable Concept ExtraCo */
@font-face {
	font-family: "AcuminVariableConcept";
	src: url("fonts/AcuminVariableConcept.woff") format('woff');
}

/* バナナスリップplus */
@font-face {
	font-family: "YDWbananaslipplus";
	src: url("fonts/YDWbananaslipplus.woff2") format('woff2'),
		url("fonts/YDWbananaslipplus.woff") format('woff');
}


/*
/＊ はんなり明朝 ＊/
@font-face {
	font-family: 'Hannari';
	src: url('fonts/Hannari.eot') format('embedded-opentype'),
		url('fonts/Hannari.otf') format('opentype');
}
*/

/*
/＊ https://www.onlinewebfonts.com/download/1c587cd97662ab09cb8ba96867f212e7 ＊/
@font-face {
	font-display: swap;
	font-family: "DINOT-Regular";
	src: url("fonts/DINOT-Regular.eot");
	src: url("fonts/DINOT-Regular.eot?#iefix") format("embedded-opentype"),
		url("fonts/DINOT-Regular.woff2") format("woff2"),
		url("fonts/DINOT-Regular.woff") format("woff"),
		url("fonts/DINOT-Regular.ttf") format("truetype"),
		url("fonts/DINOT-Regular.svg#DINOT-Regular") format("svg");
}

/＊ https://www.onlinewebfonts.com/download/7251ae7cbcc9c197274aae57493f42ad ＊/
@font-face {
	font-display: swap;
	font-family: "DINOT-Medium";
	src: url("fonts/DINOT-Medium.eot");
	src: url("fonts/DINOT-Medium.eot?#iefix") format("embedded-opentype"),
		url("fonts/DINOT-Medium.woff2") format("woff2"),
		url("fonts/DINOT-Medium.woff") format("woff"),
		url("fonts/DINOT-Medium.ttf") format("truetype"),
		url("fonts/DINOT-Medium.svg#DINOT-Medium") format("svg");
}

/＊ https://www.onlinewebfonts.com/download/feab4f015f183ad38338781e0369490d ＊/
@font-face {
	font-display: swap;
	font-family: "DINOT-Bold";
	src: url("fonts/DINOT-Bold.eot");
	src: url("fonts/DINOT-Bold.eot?#iefix") format("embedded-opentype"),
		url("fonts/DINOT-Bold.woff2") format("woff2"),
		url("fonts/DINOT-Bold.woff") format("woff"),
		url("fonts/DINOT-Bold.ttf") format("truetype"),
		url("fonts/DINOT-Bold.svg#DINOT-Bold") format("svg");
}
*/