@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/Times New Roman/Times New Roman.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/Times New Roman/Times New Roman_bd.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/Times New Roman/Times New Roman_i.ttf")
    format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/Times New Roman/Times New Roman_bi.ttf")
    format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto Sans JP/static/NotoSansJP-Regular.ttf")
    format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto Sans JP/static/NotoSansJP-Bold.ttf")
    format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Yu Gothic";
  src: url("../fonts/yu gothic/yu-gothic-regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: url("../fonts/yu gothic/yu-gothic-medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Yu Gothic";
  src: url("../fonts/yu gothic/yu-gothic-bold.ttf") format("truetype");
  font-weight: 700;
}
