/* === Body text：Noto Serif JP === */
body, p, li, td, input, textarea, select {
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 400;
}

/* === Title text：Kaisei Haruno Umi === */
h1, h2, h3, h4, .section-title, .page-heading {
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

/* === button,etc */
button, .btn, .button, label {
  font-family: 'Noto Serif JP', serif;
}

