@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: 源ノ明朝 JP,"Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}

a:hover {
  opacity: 0.5;
}
*, *:before, *:after{
  box-sizing: border-box;
}
.none{
  display: none;
}

a{
  color: #333;
  text-decoration: none;
}