body {
  color: #4d4d4d;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
}
.p-shop__logo {
  width: 280px;
}
.c-button {
  background: #4d4d4d;
  padding: 0.75em 1.5em;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff !important;
  box-shadow: none;
}
.c-button--lg {
  width: 195px;
}
.c-button:hover {
  background: #4d4d4d;
}
.c-button:disabled, .c-button.disabled, .c-button:disabled:hover, .c-button.disabled:hover {
  background: #ccc;
}
.c-alert {
  color: #4d4d4d;
  background: #efefef;
}
.c-input--text {
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 0;
}
.c-input--text:focus {
  outline: none;
  border-color: #4d4d4d;
}

/* ========================================
      iPhone12Pro Max以下
======================================== */
@media only screen and (max-width: 428px) {
  body {
    font-size: 13px;
  }
}