@charset "utf-8";

/* --------------------------------
 * Noto Sans Japanese 
 * -------------------------------- */
@font-face {
  font-family: 'NotoSansJapaneseRegular';
  src: url(../font/Noto_Serif_JP/NotoSerifJP-Regular.otf);
}
@font-face {
  font-family: 'NotoSansJapaneseMedium';
  src: url(../font/Noto_Serif_JP/NotoSerifJP-Medium.otf);
}
@font-face {
  font-family: 'NotoSansJapaneseSemiBold';
  src: url(../font/Noto_Serif_JP/NotoSerifJP-SemiBold.otf);
}
@font-face {
  font-family: 'NotoSansJapaneseBold';
  src: url(../font/Noto_Serif_JP/NotoSerifJP-Bold.otf);
}
@font-face {
  font-family: 'NotoSansJapaneseBlack';
  src: url(../font/Noto_Serif_JP/NotoSerifJP-Black.otf);
}
@font-face {
  font-family: 'NotoSansJapaneseLight';
  src: url(../font/Noto_Serif_JP/NotoSerifJP-Light.otf);
}
@font-face {
  font-family: 'NotoSansJapaneseExtraLight';
  src: url(../font/Noto_Serif_JP/NotoSerifJP-ExtraLight.otf);
}


/* --------------------------------
 * IPAex
 * -------------------------------- */
@font-face {
  font-family: 'IPAexGothic';
  src: url(../font/IPAexGothic.ttf);
}

@font-face {
  font-family: 'IPAexMeityo';
  src: url(../font/IPAexMeityo.ttf);
}
