:root {
  /* ===============================================
    * Color *
  =============================================== */
  --color-main: #25282A;
  --color-primary: #FF6A14;
  --color-warning: #EBDED8;
  --color-danger: #FF6A14;
  --color-base: 37,40,42;
  --color-blue: #82b2bf;
  --color-attention: 235, 21, 20;
  --color-gray: #e3e3e3;
  --color-gray-dark: #707070;
  --color-gray-middle: #25282A;
  --color-gray-light: #F0F0F0;
  --color-bg-form: #FFFEF5;
  --color-txt: #25282A;
  --color-txt2: #99494B;
  --font-ja: "BIZ UDPGothic", sans-serif;
  --noto: "Noto Sans", sans-serif;
  --font-min: "BIZ UDPMincho", serif;
  --font-en: "Open Sans", sans-serif;
  --font-en2: "Average", serif;
  --hover-opacity: 0.8;
  --bg1: #F2E9DB;
  --bg2: #FFFAF2;
}
@media screen and (min-width: 768px) {
  :root {
    --container-default: 124rem;
    --container-small: 100rem;
    --container-xs: 80rem;
  }
}

.key {
  color: var(--color-primary);
}

.en {
  font-family: var(--font-en);
}

.min {
  font-family: var(--font-min);
}/*# sourceMappingURL=variable.css.map */