@charset "UTF-8";
/*----------------
 多言語フォント読み込み
----------------*/
@font-face{
  font-family: "HinaMincho-Regular";
  src: url("../fonts/HinaMincho-Regular.woff") format('woff');
}
@font-face{
  font-family: "Noto Serif JP ExtraLight";
  src: url('../fonts/NotoSerifJP-ExtraLight.otf') format('opentype');
}
@font-face{
  font-family: "Noto Serif JP Light";
  src: url('../fonts/NotoSerifJP-Light.otf') format('opentype');
}
@font-face{
  font-family: "Noto Serif JP Regular";
  src: url('../fonts/NotoSerifJP-Regular.otf') format('opentype');
}
@font-face{
  font-family: "Noto Serif JP Medium";
  src: url('../fonts/NotoSerifJP-Medium.otf') format('opentype');
}
@font-face{
  font-family: "Noto Serif JP SemiBold";
  src: url('../fonts/NotoSerifJP-SemiBold.otf') format('opentype');
}
@font-face{
  font-family: "Noto Serif JP Bold";
  src: url('../fonts/NotoSerifJP-Bold.otf') format('opentype');
}
@font-face{
  font-family: "Noto Serif JP Black";
  src: url('../fonts/NotoSerifJP-Black.otf') format('opentype');
}

@font-face{
  font-family: "CantataOne-Regular";
  src: url("../fonts/CantataOne-Regular.woff") format('woff');
}