@charset "utf-8";
html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
img {
  width: 100%;
  vertical-align: bottom;
}
video {
  width: 100%;
  vertical-align: bottom;
}
button {
  border: none;
  outline: none;
  cursor: pointer;
}
/************* リセット関連ここまで *****************/
