@charset "utf-8";


/* ----- ゴシック ----- */

/* - 源暎エムゴv2 - */
@font-face {
  font-family: "MGo2";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/GenEiMGothic2-Regular.woff2) format('woff2'),
       url(../fonts/GenEiMGothic2-Regular.woff) format('woff'),
       url(../fonts/GenEiMGothic2-Regular.ttf) format('truetype');
  font-display: swap;
}

/* - さわらびゴシック - */
@font-face {
  font-family: "Sawarabi Gothic";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/SawarabiGothic.woff2) format('woff2'), 
       url(../fonts/SawarabiGothic.woff) format('woff'), 
       url(../fonts/SawarabiGothic.ttf) format('truetype');
  font-display: swap;
}



/* ----- 明朝系 ----- */
/* - しっぽり明朝 - */
@font-face {
  font-family: "ShipporiMin";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ShipporiMinchoB1-Regular.woff2) format('woff2'),
       url(../fonts/ShipporiMinchoB1-Regular.woff) format('woff'),
       url(../fonts/ShipporiMinchoB1-Regular.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "ShipporiMin";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/ShipporiMinchoB1-SemiBold.woff2) format('woff2'),
       url(../fonts/ShipporiMinchoB1-SemiBold.woff) format('woff'),
       url(../fonts/ShipporiMinchoB1-SemiBold.ttf) format('truetype');
  font-display: swap;
}




