/* reset css */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

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

ul, h1, h2, h3, h4, p, figure, dl, dt, dd, ul, ol{
  padding: 0;
  list-style: none;
  margin: 0;
  font-weight: 400;
}

a, details, summary {
  text-decoration: none;
  outline: 0;
}
address {
  font-style: normal;
}
button, input {
  border: 0;
}

*:focus {
  outline: none;
}
