.bFont{ font-family: "bleageFont";}
.noto{ font-family: 'Noto Sans Japanese';}

.thin{ font-weight: 100;}
.light{ font-weight: 200;}
.demi-light{ font-weight: 300;}
.regular{ font-weight: 400;}
.medium{ font-weight: 500;}
.bold{ font-weight: 700;}
.black{ font-weight: 900;}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url('../font/NotoSansJP-Thin.eot'); /* IE9 Compat Modes */
    src: url('../font/NotoSansJP-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/NotoSansJP-Thin.woff') format('woff'), /* Modern Browsers */
    url('../font/NotoSansJP-Thin.otf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url('../font/NotoSansJP-Light.eot');
    src: url('../font/NotoSansJP-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansJP-Light.woff') format('woff'),
    url('../font/NotoSansJP-Light.otf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('../font/NotoSansJP-DemiLight.eot');
    src: url('../font/NotoSansJP-DemiLight.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansJP-DemiLight.woff') format('woff'),
    url('../font/NotoSansJP-DemiLight.otf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansJP-Regular.eot');
    src: url('../font/NotoSansJP-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansJP-Regular.woff') format('woff'),
    url('../font/NotoSansJP-Regular.otf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('../font/NotoSansJP-Medium.eot');
    src: url('../font/NotoSansJP-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansJP-Medium.woff') format('woff'),
    url('../font/NotoSansJP-Medium.otf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansJP-Bold.eot');
    src: url('../font/NotoSansJP-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansJP-Bold.woff') format('woff'),
    url('../font/NotoSansJP-Bold.otf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url('../font/NotoSansJP-Black.eot');
    src: url('../font/NotoSansJP-Black.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansJP-Black.woff') format('woff'),
    url('../font/NotoSansJP-Black.otf')  format('truetype');
}



@font-face {
  font-family: "bleageFont";
  src: url("../font/bleage_font.eot?") format("eot"),
  url("../font/bleage_font.eot?#iefix") format("embedded-opentype"),
  url("../font/bleage_font.woff") format("woff"),
  url("../font/bleage_font.ttf") format("truetype");
}

