/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
* Can I Use http://caniuse.com/#search=woff
 */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: /*url(/pc/common/fonts/NotoSansJP-Thin.woff2) format('woff2'),*/
       url(/pc/common/fonts/NotoSansJP-Thin.woff) format('woff')/*,
       url(/pc/common/fonts/NotoSansJP-Thin.otf) format('opentype')*/;
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: /*url(/pc/common/fonts/NotoSansJP-Light.woff2) format('woff2'),*/
       url(/pc/common/fonts/NotoSansJP-Light.woff) format('woff')/*,
       url(/pc/common/fonts/NotoSansJP-Light.otf) format('opentype')*/;
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: /*url(/pc/common/fonts/NotoSansJP-DemiLight.woff2) format('woff2'),*/
        url(/pc/common/fonts/NotoSansJP-DemiLight.woff) format('woff')/*,
        url(/pc/common/fonts/NotoSansJP-DemiLight.otf) format('opentype')*/;
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: /*url(/pc/common/fonts/NotoSansJP-Regular.woff2) format('woff2'),*/
        url(/pc/common/fonts/NotoSansJP-Regular.woff) format('woff')/*,
        url(/pc/common/fonts/NotoSansJP-Regular.otf) format('opentype')*/;
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: /*url(/pc/common/fonts/NotoSansJP-Medium.woff2) format('woff2'),*/
        url(/pc/common/fonts/NotoSansJP-Medium.woff) format('woff')/*,
        url(/pc/common/fonts/NotoSansJP-Medium.otf) format('opentype')*/;
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: /*url(/pc/common/fonts/NotoSansJP-Bold.woff2) format('woff2'),*/
        url(/pc/common/fonts/NotoSansJP-Bold.woff) format('woff')/*,
        url(/pc/common/fonts/NotoSansJP-Bold.otf) format('opentype')*/;
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 900;
   src: /*url(/pc/common/fonts/NotoSansJP-Black.woff2) format('woff2'),*/
        url(/pc/common/fonts/NotoSansJP-Black.woff) format('woff')/*,
        url(/pc/common/fonts/NotoSansJP-Black.otf) format('opentype')*/;
 }
