@charset "utf-8";

/* ウェブフォント */

/*
@font-face {
	font-family: 'Hannari';
	src: url('fonts/Hannari.eot') format('embedded-opentype'),
		url('fonts/Hannari.otf') format('opentype');
}
*/

/* https://www.onlinewebfonts.com/download/7251ae7cbcc9c197274aae57493f42ad */
@font-face {
	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");
}