body {
  min-width: 375px;
  background: url(https://img21.shop-pro.jp/PA01478/050/etc/bg_body.png?cmsp_timestamp=20211117154338);
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.7;
  color: #333;
}
.c-button {
  background: #eff2f4;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #35454c;
}
.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;
}
.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}>;
}
.c-button--danger:hover {
  background: <{$button3_bgcolor_hover}>;
}
.c-input--text {
  border-color: #d7dee2;
}
.c-input--text:focus {
  border-color: #607d8b;
}
.p-page__wrap .p-shop__header {
    margin: 0 auto 40px;
    padding: 25px 25px 0;
    width: 260px;
    height: 130px;
    border-radius: 0 0 10px 10px;
    filter: drop-shadow(0 0 15px rgba(232, 51, 74, 0.35));
    background: #fff url(https://img21.shop-pro.jp/PA01478/050/etc/bg_contact_ttl.png?cmsp_timestamp=20211130103506) center center no-repeat;
}
.p-shop__title {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.p-page__secure {
  padding-bottom: 25px
}