@charset "UTF-8";

/* HTML5 display-role reset for older browsers */
article , aside , details, figcaption , figure ,
footer , header , hgroup , menu , nav , section {
  display: block;
}
ol , ul {
  list-style: none;
}
blockquote , q {
  quotes: none;
}
blockquote:before , blockquote:after,
q:before , q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
}


html, body, div, p, ul, ol, li, dt, dd, section,
h1, h2, h3, h4, h5, h6, table, th, td,
article, aside, header, footer, main, nav {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #111;
  box-sizing: border-box;
}
ul, ol, li {
  list-style: none;
}
a { color: inherit; transition: .4s; box-sizing: border-box; }
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

html, body {
  font-size: 16px;
  line-height: 2.0;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
}
