/* =========================
   Modern Reset (2025)
========================= */

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

html {
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dd, ol, ul, figure {
  margin: 0;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-feature-settings: normal;
	font-variation-settings: normal;
	color: #090909;
}

ul, ol {
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

/* メディア */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

/* フォーム */
input, textarea, select, button {
  font: inherit;
}

/* テーブル */
table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

/* セマンティクス */
b, strong {
  font-weight: 700;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub { bottom: -.25em; }
sup { top: -.5em; }