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

@font-face {
  font-family: "HOT-GFKaishokk-E";
  src: url("../font/HOT-GFKaishokk-E.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* noto-sans-jp */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/noto-sans-jp-v54-japanese_latin-200.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/noto-sans-jp-v54-japanese_latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/noto-sans-jp-v54-japanese_latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/noto-sans-jp-v54-japanese_latin-900.woff2') format('woff2');
}
/* Zen Old Mincho */
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url("../font/ZenOldMincho-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Medium";
  src: url("../font/ZenOldMincho-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url("../font/ZenOldMincho-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}