@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../font/NotoSans_Thin.woff2) format('woff2'),
       url(../font/NotoSans_thin.woff) format('woff'),
       url(../font/NotoSans_thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(../font/NotoSans_Light.woff2) format('woff2'),
       url(../font/NotoSans_light.woff) format('woff'),
       url(../font/NotoSans_light.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: url(../font/NotoSans_DemiLight.woff2) format('woff2'),
        url(../font/NotoSans_demilight.woff) format('woff'),
        url(../font/NotoSans_demilight.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: local('NotoSansJP-Regular.otf'),
        url(../font/NotoSans_Regular.woff2) format('woff2'),
        url(../font/NotoSans_regular.woff) format('woff'),
        url(../font/NotoSans_regular.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(../font/NotoSans_Medium.woff2) format('woff2'),
        url(../font/NotoSans_medium.woff) format('woff'),
        url(../font/NotoSans_medium.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: url(../font/NotoSans_Bold.woff2) format('woff2'),
        url(../font/NotoSans_bold.woff) format('woff'),
        url(../font/NotoSans_bold.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 900;
   src: url(../font/NotoSans_Black.woff2) format('woff2'),
        url(../font/NotoSans_black.woff) format('woff'),
        url(../font/NotoSans_black.otf) format('opentype');
 }
