/*
=========================================
	icon font
=========================================
*/

/* icomoon
---------------------------------*/

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?8ukpbi');
	src:url('fonts/icomoon.eot?8ukpbi#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?8ukpbi') format('truetype'),
		url('fonts/icomoon.woff?8ukpbi') format('woff'),
		url('fonts/icomoon.svg?8ukpbi#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e905";
}
.icon-arrow-up:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e903";
}
.icon-arrow-left-thin:before {
  content: "\e904";
}
.icon-arrow-right-thin:before {
  content: "\e901";
}
.icon-click:before {
  content: "\e900";
}


/*
=========================================
	web font
=========================================
*/

/*
 * Hannari (Japanese) https://fonts.google.com/earlyaccess
 */
@font-face {
  font-family: 'Hannari';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Hannari-Regular.eot);
  src: url(fonts/Hannari-Regular.eot?#iefix) format('embedded-opentype'),
       url(fonts/Hannari-Regular.woff2) format('woff2'),
       url(fonts/Hannari-Regular.woff) format('woff'),
       url(fonts/Hannari-Regular.ttf) format('truetype');
}



@font-face {
font-family: はんなり明朝;
src: url('fonts/hannari_web.woff2')
     format("woff2");
}


