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


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

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

/* Allura */
@font-face {
  src: local(''),
    url("../font/Allura-Regular.woff") format("woff");
  font-family: "Allura";
  font-style: normal;
  font-weight: 400;
}



