@charset "utf-8";
/*------------------------

リセット

------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

input, button, textarea, select {
  font: inherit;
}

img, picture {
  max-width: 100%;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
  line-height: 1.1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

:target {
  scroll-margin-block: 2rem;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}