/*
フォントの定義
-------------------------------------------------- */
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  src: url(./fonts/NotoSansJP-Regular.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  src: url(./fonts/NotoSansJP-Medium.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 600;
  src: url(./fonts/NotoSansJP-Bold.otf) format('opentype')
}