@charset "UTF-8";
:root {
  --colorPrimary: rgb(237, 144, 52);
  --colorSecondry: rgb(238, 209, 95);
  --colorCat01: rgb(241, 248, 243);
  --colorCat02: rgb(251, 249, 233);
  --colorCat03: rgb(232, 244, 244);
  --fcolorCat01: rgb(106, 178, 130);
  --fdcolorCat01: rgb(68, 154, 96);
  --fcolorCat02: rgb(229, 156, 85);
  --fdcolorCat02: rgb(233, 147, 61);
  --fcolorCat03: rgb(93, 209, 228);
  --fdcolorCat03: rgb(84, 197, 214);
  --mcolorCat01: rgb(144, 196, 161);
  --mcolorCat02: rgb(232, 173, 116);
  --mcolorCat03: rgb(93, 209, 228);
  --bgCat01: rgb(249, 252, 250);
  --bgCat02: rgb(251, 249, 233);
  --bgCat03: rgb(246, 252, 252);
  --LineGray: rgb(202, 202, 202);
  --colorGray: rgb(115, 115, 115);
  --thumBack: #fff;
  --ribbon-size: 16px;
  --ribbon-bg: #ccc;
  --cat01Ribbon-bg: rgb(169, 219, 174);
  --cat02Ribbon-bg: rgb(240, 189, 139);
  --cat03Ribbon-bg: rgb(144, 231, 245);
  --tag-size: 16px;
  --tag-size-sp: 13px;
  --tag-bg01: rgb(227, 136, 70);
  --tag-bg02: rgb(227, 202, 70);
}

@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 */