html {
  overflow: scroll;
  color: #333;
  font-size: 62.5%;
  background-color: #fcfcfc;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background-color: #fcfcfc;
}
@media only screen and (max-width:480px) {
  body {
    letter-spacing: 0.08rem;
  }
}

#top {
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: calc(1024px + 3.2rem);
  max-width: calc(980px + 3.2rem);
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  margin: 0 auto;
}

.inner.-wide {
  max-width: calc(1200px + 3.2rem);
}

.inner.-tight {
  max-width: calc(960px + 3.2rem);
}

@media only screen and (max-width:767px) {
  .-pc-only {
    display: none;
  }
}

.-sp-only {
  display: none;
}
@media only screen and (max-width:767px) {
  .-sp-only {
    display: inline-block;
  }
}

.br1 {
  display: none;
}
@media only screen and (max-width:767px) {
  .br1 {
    display: inline-block;
  }
}

@media only screen and (max-width:767px) {
  .br2 {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */