@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #373737; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-family: "しっぽり明朝", ShipporiMincho, serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
section h2 {
  font-size: 3.2rem;
}
a:hover {
  opacity: 1;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.red {
  font-size: 1.5rem;
  color:#3b0707;
}
.gold {
  font-weight: 600;
  background-image: -moz-linear-gradient( 90deg, rgb(179,152,75) 0%, rgb(189,172,104) 36%, rgb(198,191,132) 49%, rgb(189,172,104) 69%, rgb(179,152,75) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(179,152,75) 0%, rgb(189,172,104) 36%, rgb(198,191,132) 49%, rgb(189,172,104) 69%, rgb(179,152,75) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(179,152,75) 0%, rgb(189,172,104) 36%, rgb(198,191,132) 49%, rgb(189,172,104) 69%, rgb(179,152,75) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.italicblack {
  font-style: italic!important;
  font-size: 2.4rem;
  color:#373737!important;
}
