.p-shop__header a {
  display: inline-block;
  width: 168px;
  height: 103px;
  background: url("https://img21.shop-pro.jp/PA01476/102/etc/logo_subpage.png?cmsp_timestamp=20211015131346") no-repeat;
  background-size: contain;
  overflow: hidden;
  padding-top: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-page__container {
  padding-bottom: 100px;
  color: #56391e;
}

.p-page__body-inner {
  border-bottom: none;
}

.c-button {
  background: #b19d8f;
  color: #fff;
}

.c-button:link, .c-button:active, .c-button:visited {
  color: #fff;
}

.c-button:hover {
  background: #56391e;
  color: #fff;
}

.c-button:disabled {
  background: #bbb;
}

.c-button:disabled:hover {
  background: #bbb;
}

.c-alert {
  background: #e0d8d3;
  color: inherit;
}

.c-button--primary {
  background: #b19d8f;
}

.c-button--primary:hover {
  background: #56391e;
}

.p-page__copyright {
  display: none;
}

@media screen and (min-width: 751px) {
  .p-shop__header a {
    width: 220px;
    height: 135px;
  }
}