body {
  font-family: var(--font-family-base);
  font-weight: var(--font-family-base-weight);
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: var(--primary-color);
  background: #ffcb44 url(../../images/common/bg.png) 0 0 repeat;
  @media all and (min-width: 1024px) {
    overflow-y: scroll;
  }
}

@media not all and (min-width: 1024px) {
  body:has(.l-header__spMenu.is-open) {
    overflow: hidden;
  }
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

small {
  color: var(--primary-color);
}

img {
  max-width: 100%;
  height: auto;
}
