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

body {
  font-size: 13px;
  color: #000;
  background-color: #f0eae2;
  letter-spacing: 0.1em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body.js-active {
  overflow: hidden;
}

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

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  vertical-align: bottom;
}

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