body {
  background: #FFFFFF;
}
.c-button {
  background: #eff2f4;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #35454c;
  border-radius: 30px;
}
.c-button:hover {
  background: #dfe5e8;
}
.c-button--primary {
  background: #feedeb;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #86251e;
    border-radius: 30px;
}
.c-button--primary:hover {
  background: #fdd9d7;
}
.c-button--danger {
  background: <{$button3_bgcolor}>;
}
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: <{$button3_font_color}>;
    border-radius: 30px;
}
.c-button--danger:hover {
  background: <{$button3_bgcolor_hover}>;
}
.c-input--text {
  border-color: #d7dee2;
}
.c-input--text:focus {
  border-color: #607d8b;
}


.p-shop__logo {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.p-shop__header img {
   display: none;
}

.p-shop__header {
    background-image: url(https://img07.shop-pro.jp/PA01451/251/etc_base64/svGw98XQz7-y6MH8.JPG?cmsp_timestamp=20240902160904);
    height: 90vw;
    max-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
}