body {
  font-family: 'Qwigley', cursive;
  font-family: 'Noto Sans JP', "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.p-page__wrap {
    width: auto;
    font-size: 14px;
    background: url(https://img21.shop-pro.jp/PA01467/377/etc/newsletter.jpg?cmsp_timestamp=20210610175428);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.view_pc .base01 {
    max-width: 60%;
}

.view_pc .p-page__container {
    margin: 32px auto 0 auto;
    width: auto;
    max-width: 100%;
}

.p-page__wrap .p-shop__header {
    width: auto;
    text-align: center;
    padding: 20px 0;
    display: none;
}

.view_pc .p-page__container {
    margin: 60px auto 0 auto;
    width: auto;
    max-width: 100%;
}

.p-page__body {
    background: none;
}

.p-page__body-inner {
    width: max-content;
    color: #ffffff;
    border-top: none;
    border-bottom: none;
    padding: 20px;
    margin: 0 auto;
  background-color: rgba(3,18,41,0.6);
}

.p-page__title {
    display: none;
}

.p-page__copyright{
  color: #ffffff;
    font-size: 1em;
    margin: 0 0 24px 0;
}

.c-button {
  background: #8c653f;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #ffffff;
}
.c-button:hover {
  background: #e3d6cd;
}
.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: #e3d6cd;
}
.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-alert {
    color: #ffffff;
    background: none;
    padding: 20px;
    margin: 30px 0;
    line-height: 1.6;
    text-align: left;
}
.c-alert a{
    color: #e3d6cd;
}
.c-form__title {
    color: #fff;
    width: 35%;
    vertical-align: top;
    padding: 17px 20px 17px 0;
    text-align: right;
    font-weight: normal;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-page__body-inner {
    width: auto;
    color: #ffffff;
    border-top: none;
    border-bottom: none;
    padding: 20px;
    margin: 0 auto;
    background-color: rgba(3,18,41,0.6);
  }
  .c-button__group--sub {
    margin: 20px 0 0px;
    text-align: right;
}
  .c-alert {
    color: #ffffff;
    background: none;
    padding: 0px;
    margin: 30px 0;
    line-height: 1.6;
    text-align: left;
}
  .c-form__title {
    color: #fff;
    width: 100%;
    vertical-align: top;
    padding: 0;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  .c-input--text {
    padding: 0.5em .5em;
    font-size: 16px;
}
}