@charset "UTF-8";


/* font
******************************************************/

/* notosansjp */
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);*/

/* Renner */
@font-face {
  font-family:'Renner-normal';
  font-style:normal;
  font-weight:100;
  src: url("../fonts/Jost-400-Book.otf") format("opentype");
}


@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}


.YuGo {
	font-family: "Yu Gothic";
}
.noto {
	font-family: 'Noto Sans JP';
}
