@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 Maru Gothic", sans-serif;
  font-weight: 700;
  color: #171717;
  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: 18px;
  line-height: 2.0;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
}
.more_size {
  font-size: 22px;
  line-height: 2.0;
}
.main_title_en,
.eng_title_big {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 128px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.main_title_jp,
.section_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  html, body {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .more_size {
    font-size: 18px;
    line-height: 1.8;
  }
  .main_title_en,
  .eng_title_big {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .main_title_jp,
  .section_title {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}
