@charset "utf-8";

/* m-common Font */
/* Icon Font - for IE */
@font-face {
  font-family: 'm-common';
  src: url('../../fonts/common/m-common_eot.eot');
}
/* Icon Font - for Others Maior Browser */
@font-face {
  font-family: 'm-common';
  src: url('../../fonts/common/m-common_woff.woff') format('woff'),
    url('../../fonts/common/m-common_ttf.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

/* mizuno_icon Font */
@font-face {
  font-family: 'mizuno_icon';
  src: url('../../fonts/common/mizuno_icon.eot?zip73');
  src: url("../../fonts/common/mizuno_icon.eot?zjp73#iefix") format("embedded-opentype"),
    url("../../fonts/common/mizuno_icon.ttf?zjp73") format("truetype"),
    url("../../fonts/common//mizuno_icon.woff?zjp73") format("woff"),
    url("../../fonts/common//mizuno_icon.svg?zjp73#mizuno_icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Glyphicons Halflings Font */
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../../fonts/common/glyphicons-halflings-regular_eot.eot');
	src: url('../../fonts/common/glyphicons-halflings-regular_eot.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/common/glyphicons-halflings-regular_woff.woff') format('woff'),
    url('../../fonts/common/glyphicons-halflings-regular_ttf.ttf') format('truetype'),
    url('../../fonts/common/glyphicons-halflings-regular_svg.svg#glyphicons-halflingsregular') format('svg');
}


/* Entypo Icon Font */
@font-face {
  font-family: 'entypo-selected';
  src: url("../../fonts/common/entypo-selected.eot");
  src:
	  url("../../fonts/common/entypo-selected.eot?#iefix") format('embedded-opentype'),
	  url("../../fonts/common/entypo-selected.woff") format('woff'),
	  url("../../fonts/common/entypo-selected.ttf") format('truetype'),
	  url("../../fonts/common/entypo-selected.svg#entypo-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}

/* icomoon Font */
@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/common/icomoonlegacy22-eot.eot?tmbot7");
  src: url("../../fonts/common/icomoonlegacy22-eot.eot?tmbot7#iefix") format('embedded-opentype'),
    url("../../fonts/common/icomoonlegacy22-ttf.ttf?tmbot7") format('truetype'),
    url("../../fonts/common/icomoonlegacy22-woff.woff?tmbot7") format('woff'),
    url("../../fonts/common/icomoonlegacy22-svg.svg?tmbot7#icommon") format('svg');
  font-weight:400;
  font-style:normal;
}

/* Norwester Font */
@font-face {
	font-family: 'Norwester';
	src: url("../../fonts/common/Norwester-Regular.eot");
	src: url("../../fonts/common/Norwester-Regular.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/common/Norwester-Regular.svg#Norwester-Regular") format("svg"),
    url("../../fonts/common/Norwester-Regular.ttf") format("truetype"),
    url("../../fonts/common/Norwester-Regular.woff") format("woff"),
    url("../../fonts/common/Norwester-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

/* Noto Sans JP Font */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/common/NotoSansCJKjp-Regular.woff2') format('woff2'),
       url('../../fonts/common/NotoSansCJKjp-Regular.woff') format('woff'),
       url('../../fonts/common/NotoSansCJKjp-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/common/NotoSansCJKjp-Medium.woff2') format('woff2'),
       url('../../fonts/common/NotoSansCJKjp-Medium.woff') format('woff'),
       url('../../fonts/common/NotoSansCJKjp-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/common/NotoSansCJKjp-Bold.woff2') format('woff2'),
       url('../../fonts/common/NotoSansCJKjp-Bold.woff') format('woff'),
       url('../../fonts/common/NotoSansCJKjp-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/common/NotoSansCJKjp-Black.woff2') format('woff2'),
       url('../../fonts/common/NotoSansCJKjp-Black.woff') format('woff'),
       url('../../fonts/common/NotoSansCJKjp-Black.ttf') format('truetype');
}

/* slick Font Drupal Moduleで読み込んでいる*/
/* @font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../fonts/common/slick.eot');
    src: url('../../fonts/common/slick.eot?#iefix') format('embedded-opentype'),
      url('../../fonts/common/slick.woff') format('woff'),
      url('../../fonts/common/slick.ttf') format('truetype'),
      url('../../fonts/common/slick.svg#slick') format('svg');
} */

