@charset "UTF-8";
:root {
  --colorPrimary: rgb(12, 54, 101);
  --colorSecondry: rgb(76, 127, 191);
  --colorCat01: rgb(244, 234, 232);
  --colorCat02: rgb(244, 237, 232);
  --colorCat03: rgb(240, 234, 236);
  --LineGray: rgb(202, 202, 202);
  --colorGray: rgb(115, 115, 115);
  --thumBack: rgb(248, 248, 248);
}

@font-face {
  font-family: "MyYuMinchoC";
  src: local("YuMincho-Demibold"), local("YuMincho Demibold");
  /* for Mac */
}

.yuminchoReco {
  font-family: "YuMincho", "MyYuminchoC", "Noto Serif JP";
}

@supports (-ms-ime-align: auto) {
  /* for Edge(Legacy) */
  .yuminchoReco {
    font-family: "Yu Mincho Demibold", "Noto Serif JP";
  }
}

/*Web font*/
.tenten {
  font-family: Arial;
  display: inline-block;
}

.futo-min {
  font-family: a-otf-futo-min-a101-pr6n, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.tsukumin {
  font-family: "TsukuBMinPr6-L", "FOT-筑紫B明朝", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: normal !important;
}

.notsans {
  font-family: "Noto Sans JP", -apple-system, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
}

.notoserif {
  font-family: noto-serif, "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
}

.notoserif_500 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}

.notsans.semibold {
  font-weight: 500;
}

.kozuka {
  font-family: kozuka-gothic-pr6n, -apple-system, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kozuka.light {
  font-weight: 300;
}

.kozuka.semibold {
  font-weight: 500;
}

.midashi {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
  font-weight: 400 !important;
}

.gothic_bbb {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tenmin {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
/*# sourceMappingURL=variable.css.map */