/* = Fonts
-------------------------------------------------------------- */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url('../font/noto/NotoSansCJKjp-Thin.eot'); /* IE9 Compat Modes */
  src: url('../font/noto/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/noto/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */
  url('../font/noto/NotoSansCJKjp-Thin.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url('../font/noto/NotoSansCJKjp-Light.eot');
  src: url('../font/noto/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
  url('../font/noto/NotoSansCJKjp-Light.woff') format('woff'),
  url('../font/noto/NotoSansCJKjp-Light.ttf')  format('truetype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url('../font/noto/NotoSansCJKjp-DemiLight.eot');
  src: url('../font/noto/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
  url('../font/noto/NotoSansCJKjp-DemiLight.woff') format('woff'),
  url('../font/noto/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('../font/noto/NotoSansCJKjp-Regular.eot');
  src: url('../font/noto/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
  url('../font/noto/NotoSansCJKjp-Regular.woff') format('woff'),
  url('../font/noto/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url('../font/noto/NotoSansCJKjp-Medium.eot');
  src: url('../font/noto/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
  url('../font/noto/NotoSansCJKjp-Medium.woff') format('woff'),
  url('../font/noto/NotoSansCJKjp-Medium.ttf')  format('truetype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url('../font/noto/NotoSansCJKjp-Bold.eot');
  src: url('../font/noto/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
  url('../font/noto/NotoSansCJKjp-Bold.woff') format('woff'),
  url('../font/noto/NotoSansCJKjp-Bold.ttf')  format('truetype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url('../font/noto/NotoSansCJKjp-Black.eot');
  src: url('../font/noto/NotoSansCJKjp-Black.eot?#iefix') format('embedded-opentype'),
  url('../font/noto/NotoSansCJKjp-Black.woff') format('woff'),
  url('../font/noto/NotoSansCJKjp-Black.ttf')  format('truetype');
}
.noto {
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.02em;
  display: inline-block;
  padding: 0.4em 0 0\0;
}
.noto::after {
  content: "";
  font-family: sans-serif;
}

/* Helvetica */
@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 100;
  src: url('../font/helvetica/HelveticaNeueLTStd-Lt.otf'); /* IE9 Compat Modes */
  src: url('../font/helvetica/HelveticaNeueLTStd-Lt.otf?#iefix') format("opentype"), /* IE6-IE8 */
       url('../font/helvetica/HelveticaNeueLTStd-Lt.otf')  format("opentype"); /* Safari, Android, iOS */
}
.helvetica {
  font-family: "Helvetica";
  display: inline-block;
  padding: 0.4em 0 0\0;
}
.helvetica::after {
  content: "";
  font-family: sans-serif;
}


.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;
}

.mincho{
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}
