:root {
  font-size: 16px;
  font-family: 'TsukuGoPr5-D';
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  font-feature-settings: 'palt';
  word-wrap: break-word;
  --bg-color:  #F4EEDD;
  --accent-color: #AF3F30;
  background-color: var(--bg-color);
}

body {
  margin: 2em auto;
  width: 860px;
}

html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}

h1, h2, p, ul, ol, dl {
  margin-bottom: 1em;
}

h1, h2, h3, h4 {
  font-family: 'TsukuBRdGothicStd-E';
}

h1 {
  font-size: 1.8em;
}

p {
  font-weight: 400;
}

em {
  font-style: italic;
}

a {
  color: black;
  text-decoration: none;
}

dt {
  font-family: 'TsukuBRdGothicStd-E';
}

li {
  list-style: none;
}

@media (orientation: portrait) {
  body {
    font-size: 32px;
    width: 94%;
  }
}
