/* Webフォント */
@font-face {
    font-family: 'M+ 1p heavy';
    src: url('mplus-1p-heavy-sub.eot') format('eot');
    src: url('mplus-1p-heavy-sub.eot?#iefix') format('embedded-opentype'),
    url('mplus-1p-heavy-sub.woff') format('woff'),
    url('mplus-1p-heavy-sub.ttf') format('truetype');
}
@font-face {
  font-family: "Genjuu Gothic Custom";
    src: url('genjyuugothic-heavy-custom.eot') format('eot');
    src: url('genjyuugothic-heavy-custom.eot?#iefix') format('embedded-opentype'),
    url('genjyuugothic-heavy-custom.woff') format('woff'),
    url('genjyuugothic-heavy-custom.ttf')  format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: "Genjuu Gothic Custom";
    src: url('genjyuugothic-bold-custom.eot') format('eot');
    src: url('genjyuugothic-bold-custom.eot?#iefix') format('embedded-opentype'),
    url('genjyuugothic-bold-custom.woff') format('woff'),
    url('genjyuugothic-bold-custom.ttf')  format('truetype');
  font-weight: normal;
}