@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: ryo-display-plusn, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  width: 100%;
}
section h2 {
  font-family: questa, serif;
  font-size: 5.0rem;
  font-weight: 500;
  color: #fff;
  opacity: 0.8;
}
a:hover {
  opacity: 1.0;
}
img {
  object-fit: cover;
}
.none {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.english {
  font-family: questa, serif;
  ;
  font-weight: 500;
}