@charset "UTF-8";

html {
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
font設定
--------------------- */
/*CONDENSE*/
@font-face {

}
@font-face {
    font-family: 'CONDENSEicon';
    src: url("../font/condense/CONDENSEicon.eot"),
         url('../font/condense/CONDENSEicon.woff') format('woff'),
         url('../font/condense/CONDENSEicon.otf') format('opentype');
}
/*はんなり明朝*/
@font-face {
	font-family: 'hannari';
	src:url('../font/hannari/hannari.eot') format('eot'),
		  url('../font/hannari/hannari.ttf') format('truetype'),
		  url('../font/hannari/hannari.woff') format('woff');
}
/*Ionicons*/
@font-face {
  font-family: "Ionicons";
  src: url("../font/ionicons/ionicons.eot?v=2.0.0");
  src: url("../font/ionicons/ionicons.eot?v=2.0.0#iefix")
  format("truetype"), url("../font/ionicons/ionicons.woff?v=2.0.0") format("woff"),
  url("../font/ionicons/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal; font-style: normal;
}
/*Noto Serif Japanese*/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/notoSerif/NotoSerifCJKjp-Light.otf') format('woff');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/notoSerif/NotoSerifCJKjp-Regular.otf') format('woff');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/notoSerif/NotoSerifCJKjp-Medium.otf') format('woff');
}
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 700;
  src: url('../fonts/notoSerif/NotoSerifCJKjp-Bold.otf') format('woff');
}
