@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #FFFFFF; /* RGB */
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  line-height: 2.4rem;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
.none{
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
@media(min-width:1px){
  a:hover{
    opacity: 1;
  }
}
@media(max-width:1050px){
    a:hover{
    opacity: 1;
  }
}

