/* ============================================
   Bloggerルネッサンス — Reset
   ============================================ */

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

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

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

ul, ol { padding: 0; list-style: none; }

img, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button {
  font: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

input, button, textarea, select { font: inherit; }

hr { border: 0; border-top: var(--border-thin); margin: 0; }

/* Focus visibility */
:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 3px;
}
