.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #fff; /* ボタンの文字の色を指定 */
}
.c-button--primary {
  background: #665743; /* 通常時　ボタンの背景色を指定 */
}
  .c-button--primary:hover {
    background: #847868; /* マウスオーバー時　ボタンの背景色を指定 */
  }