@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 400;
    src: url("../font/YakuHanJP-Regular.woff2") format("woff2"),
    	 url("../font/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 500;
    src: url("../font/YakuHanJP-Medium.woff2") format("woff2"),
    	 url("../font/YakuHanJP-Medium.woff") format("woff");
}


@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 700;
    src: url("../font/YakuHanJP-Bold.woff2") format("woff2"),
    	 url("../font/YakuHanJP-Bold.woff") format("woff");
}



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








