body {
  position: relative;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #24302A;
}
body .dis_pc {
  display: block;
}
body .dis_sp {
  display: none;
}
@media screen and (max-width: 824px) {
  body .dis_pc {
    display: none;
  }
  body .dis_sp {
    display: block;
  }
}
body main {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 824px) {
  body main {
    padding-top: 16vw;
  }
}
body h2 {
  width: auto;
  height: 100px;
}
@media screen and (max-width: 824px) {
  body h2 {
    height: 14.6vw;
  }
}
body h2 img {
  width: auto;
  max-width: inherit;
  height: 100%;
}
body a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body a:hover {
  opacity: 0.7;
}
body img {
  display: block;
  max-width: 100%;
}
body .-line:before {
  content: "";
  display: block;
  width: 1px;
  height: 1.1em;
  background: #807F7F;
}