@charset "UTF-8";
/* CSS Document */
@font-face{font-family:"はれのそら明朝";
src:url("https://cdn.leafscape.be/Harenosora/harenosora_web.woff2")format("woff2");}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: "小塚ゴシックPr6N", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
h1,h2 {
  font-family:"はれのそら明朝",YuMincho,"Yu Mincho","Hiragino Mincho ProN","serif";
  font-weight: 600;
}
h3 {
  font-family: 'Bitter', serif;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}