@charset "utf-8";
/* CSS Document */


/* Noto Sans JP*/
@font-face {
  src: local(''),
    url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
}
@font-face {
  src: local(''),
    url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
}

/* しっぽり明朝 */
@font-face {
  src: local(''),
    url("../fonts/ShipporiMincho-Medium.woff") format("woff");
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 400;
}
@font-face {
  src: local(''),
    url("../fonts/ShipporiMincho-Bold.woff") format("woff");
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 700;
}


