*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --font_size: clamp(1.6rem, 2.2vw, 2.2rem);
  --red: #7c0101;
  --yellow: #dece76;
  --brown: #461e00;
  --gold_grad: linear-gradient(90deg, #d19e31, #d3b24e, #ffe58b, #d3b24e, #d19e31);
  --red_grad: linear-gradient(90deg, #4d0000, #951a1a, #d73d3d, #951a1a, #4d0000);
}

html {
  font-size: 62.5%;
}

body {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: var(--font_size);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  min-width: 100%;
  width: 100%;
}

img {
  display: block;
  width: 100%;
}/*# sourceMappingURL=base.css.map */