@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','Arial','Arial Black', 'Helvetica', 'sans-serif','源ノ角ゴシック Code JP M';
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
.none {
  display:none;
}
img {
  display: block;
  object-position:bottom;
}