/* ==========================================================================
  base
========================================================================== */
html {
  height: -webkit-fill-available;
}

body {
  font-size: 17px;
  color: #000;
  background-color: #fff;
  font-family: 'Noto Serif', serif;
  word-break: keep-all;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 0;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  margin: 0;
}

body.js-active {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
  word-break: break-all;
}

a:hover {
  opacity: .7;
}

img {
  width: 100%;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
