@charset "utf-8";

/* ----- ゴシック系 ----- */
/* --- 源柔ゴシックL（丸み弱め）P（プロポーショナル） --- */
@font-face {
  font-family: "GenjyuuGLP";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/GenJyuuGothicL-P-ExtraLight.woff2) format('woff2'),
       url(../fonts/GenJyuuGothicL-P-ExtraLight.woff) format('woff'),
       url(../fonts/GenJyuuGothicL-P-ExtraLight.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "GenjyuuGLP";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/GenJyuuGothicL-P-Light.woff2) format('woff2'),
       url(../fonts/GenJyuuGothicL-P-Light.woff) format('woff'),
       url(../fonts/GenJyuuGothicL-P-Light.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "GenjyuuGLP";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/GenJyuuGothicL-P-Normal.woff2) format('woff2'),
       url(../fonts/GenJyuuGothicL-P-Normal.woff) format('woff'),
       url(../fonts/GenJyuuGothicL-P-Normal.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "GenjyuuGLP";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/GenJyuuGothicL-P-Regular.woff2) format('woff2'),
       url(../fonts/GenJyuuGothicL-P-Regular.woff) format('woff'),
       url(../fonts/GenJyuuGothicL-P-Regular.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "GenjyuuGLP";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/GenJyuuGothicL-P-Medium.woff2) format('woff2'),
       url(../fonts/GenJyuuGothicL-P-Medium.woff) format('woff'),
       url(../fonts/GenJyuuGothicL-P-Medium.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "GenjyuuGLP";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/GenJyuuGothicL-P-Bold.woff2) format('woff2'),
       url(../fonts/GenJyuuGothicL-P-Bold.woff) format('woff'),
       url(../fonts/GenJyuuGothicL-P-Bold.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "GenjyuuGLP";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/GenJyuuGothicL-P-Heavy.woff2) format('woff2'),
       url(../fonts/GenJyuuGothicL-P-Heavy.woff) format('woff'),
       url(../fonts/GenJyuuGothicL-P-Heavy.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: 500;
  src: url(../fonts/ShipporiMinchoB1-Medium.woff2) format('woff2'),
       url(../fonts/ShipporiMinchoB1-Medium.woff) format('woff'),
       url(../fonts/ShipporiMinchoB1-Medium.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;
}



/* ----- 英字（日本語未対応） ----- */

/* Sansation */
@font-face {
  font-family: "Sansation";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Sansation-Bold.woff2) format('woff2'),
       url(../fonts/Sansation-Bold.woff) format('woff'),
       url(../fonts/Sansation-Bold.ttf) format('truetype');
  font-display: swap;
}

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

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








