/* Noto Sans JP -------------------------------------*/

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/NotoSansJP/NotoSansJP-Light.woff2') format('woff2'),
    url('../../fonts/NotoSansJP/NotoSansJP-Light.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/NotoSansJP/NotoSansJP-Regular.woff2') format('woff2'),
    url('../../fonts/NotoSansJP/NotoSansJP-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/NotoSansJP/NotoSansJP-Medium.woff2') format('woff2'),
    url('../../fonts/NotoSansJP/NotoSansJP-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/NotoSansJP/NotoSansJP-SemiBold.woff2') format('woff2'),
    url('../../fonts/NotoSansJP//NotoSansJP-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/NotoSansJP/NotoSansJP-Bold.woff2') format('woff2'),
    url('../../fonts/NotoSansJP//NotoSansJP-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/NotoSansJP/NotoSansJP-Black.woff2') format('woff2'),
    url('../../fonts/NotoSansJP/NotoSansJP-Black.woff') format('woff');
}