body {
  background: #FFFFFF;
}

.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;
}

.c-button.c-buttons-sm {
  background: #333;  
  color: #fff;
  border-radius: 5px;
  transition: .2s;
}

.c-button.c-buttons-sm:hover {
  opacity: 0.66;
}

.p-page__title {
  color: #920783;
  font-family: serif;
  font-size: 26px;
}

.c-form__title--must {
  color: #AD2828;
}

.c-alert {
  color: #333;
  background: transparent;
  padding: 0 0 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.p-page__wrap {
  font-size: 14px;
}

.view_pc .p-page__container {
  max-width: 800px;
}

.p-page__copyright.p-page__container {
  display: none;
}

.c-button--primary {
  background: #920783;
  color: #fff;
  transition: .2s;
}

.c-button--primary:hover {
  background: #920783;
  color: #fff;
  opacity: 0.66
}

.c-button--primary:hover.c-button:disabled {
  opacity: 1;
}

.p-shop__logo {
  transition: .2s;
}

.p-shop__logo:hover {
  opacity: 0.66;
}

.p-page__wrap .p-shop__header {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-alert {
    text-align: left;
  }
}

