@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.otf");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.otf");
}
body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;;
}
