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

html {
  font-size: 16px;
  line-height: 1.75;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  min-width: 350px;
  width: 100%;
  overflow-x: hidden;
}

img,
source,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: inline-block;
  vertical-align: top;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}
a img {
  text-decoration: none;
  transition: all 0.3s;
}

ul,
ol,
li {
  list-style: none;
}
/*# sourceMappingURL=style.css.map */