@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 4.8vw, 1.8rem);
  line-height: 1.5;
  text-align: center;
  list-style: none;
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
