@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: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  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;
}
.more_size {
  font-size: 20px;
  line-height: 2.2;
}
.main_title_en {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 128px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-text-stroke: 2px #000;
  text-shadow: 10px 10px 0 #000;
  margin-bottom: 20px;
}
.main_title_jp {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .main_title_en {
	font-size: 90px;
}
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .more_size {
    font-size: 17px;
    line-height: 1.8;
  }
  .main_title_en,
  .eng_title_big {
    font-size: 64px;
  }
  .main_title_jp,
  .section_title {
    font-size: 28px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 500px) {
  .main_title_en,
  .eng_title_big {
    font-size: 38px;
    -webkit-text-stroke: 1px #000;
    text-shadow: 5px 5px 0 #000;
    margin-bottom: 10px;
  }
  .main_title_jp,
  .section_title {
    font-size: 24px;
  }
}
