* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
button,
strong,
small,
li,
table,
th,
td,
dt,
dd,
label,
input,
textarea,
select,
legend,
address,
data,
time {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}

strong,
small,
address,
time {
  display: block;
}

strong {
  font-weight: 700;
}

a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

input,
select {
  display: block;
  border: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

fieldset {
  display: contents;
  border: none;
}

button {
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

picture,
img,
svg,
video {
  display: block;
  inline-size: 100%;
  block-size: auto;
}

iframe {
  display: block;
}
/*# sourceMappingURL=reset.css.map */
