body {
  background: #031229;
  margin: 0;
  padding: 0;
}

.p-page__wrap {
    width: 100vw;
    font-size: 1em;
    height: auto;

    background: url(https://img21.shop-pro.jp/PA01467/377/etc/top-bg.jpg?cmsp_timestamp=20210609143428);
  　background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.p-page__wrap .p-shop__header {
    width: auto;
    text-align: center;
    padding: 60px 0;
    margin: 2em 0;
    background-image: url(https://img21.shop-pro.jp/PA01467/377/etc/company.logo.png?cmsp_timestamp=20210609135345);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.p-shop__title {
    font-size: 36px;
    line-height: 1.5;
    font-weight: normal;
    display: none;
}

.p-page__copyright {
    font-size: 10px;
    text-align: center;
    padding: 20px 0;
    color: #ffffff;
}

.p-page__secure {
    max-width: 400px;
    margin: 0 auto;
    background: #031229;
    padding: 2em;
}

.p-secure__msg {
    width: 280px;
    font-size: 9px;
    line-height: 1.5;
    float: right;
    color: #ffffff;
}

.c-alert {
    color: #031229;
    background: #e3d6cd;
    padding: 20px;
    margin: 30px 0;
    line-height: 1.6;
    text-align: left;
}

.c-button {
  background: #8c653f;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #ffffff;
}
.c-button:hover {
  background: #bf9872;
}
.c-button--primary {
  background: #8c653f;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #ffffff;
}
.c-button--primary:hover {
  background: #bf9872;
}
.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;
}

@media screen and (max-width: 767px) {
  .p-page__wrap {
    width: 100vw;
    font-size: 13px;
    height: auto;
    overflow: hidden;
    background: #031229;
  }
  .p-page__wrap .p-shop__header{
    width: auto;
    text-align: center;
    padding: 60px 0;
    margin: 2em 0;
    background-image: url(https://img21.shop-pro.jp/PA01467/377/etc/company.logo.png?cmsp_timestamp=20210609135345);
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .p-page__body{
    background-color: #031229;
  }
  .p-page__body-inner {
    color: #ffffff;
    padding: 20px;
    border: none;
  }
  .p-page__section-title {
    color: #ffffff;
  }
  .p-page__title{
    color: #ffffff;
  }
  .p-page__sub-title{
    color: #ffffff;
  }
  .c-table-preview__title{
    color: #ffffff;
  }
  .c-table-preview__content{
    color: #ffffff;
  }
  .c-form__title{
    color: #ffffff;
    font-size: 1em;
    font-weight: 400;
  }
  .c-form__content{
    color: #ffffff;
  }
  .c-form__note {
    color: #ffffff;
    margin: 2em 0 0 0;
    font-size: 1em;
  }
  .c-form__note a{
    color: #e3d6cd;
  }
  .p-page__secure{
    display: flex;
  }
  .c-table__label{
    color: #ffffff;
  }
  .c-table-sales__title{
    color: #ffffff;
    width: 60%;
  }
  .c-table-sales__content{
    color: #ffffff;
    width: 40%;
  }
}