@charset "UTF-8";
@font-face {
    font-family: 'FuturaRound-Book';
    src: url('../font/FuturaRound-Book.eot');
    src: url('../font/FuturaRound-Book.eot?#iefix') format('embedded-opentype'),
         url('../font/FuturaRound-Book.woff') format('woff'),
         url('../font/FuturaRound-Book.ttf') format('truetype'),
         url('../font/FuturaRound-Book.svg#futura_roundbook') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Noto Sans */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src:url("../font/NotoSans_regular.woff2") format("woff2"),
  	url("../font/NotoSans_regular.woff") format("woff"),
	url("../font/NotoSans_regular.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src:url("../font/NotoSans_medium.woff2") format("woff2"),
  	url("../font/NotoSans_medium.woff") format("woff"),
	url("../font/NotoSans_medium.otf") format("opentype");
}
