@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: #231815;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.04em; /* ← 少し広げる */
  font-weight: 500;       /* ← ここが重要 */
  background: #fff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}