/*背景全体*/
html {
 background: url(https://img13.shop-pro.jp/PA01075/020/etc_base64/YmdfbWFpbl9zcA.png?cmsp_timestamp=20241021225451);
 background-size: cover;
 background-attachment: fixed;
 background-position: center center;
}

/*背景コンテンツ部分*/
body.view_pc.p-page__wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 min-height: 100vh;
 overflow-x: hidden;
 background: rgba(255, 255, 255, 0.9);
}

/*フォーム部分*/
body.view_pc.p-page__wrap .p-page__body {
 background: rgba(255, 255, 255, 0.8);
 max-width: 100%;
}

/*ヘッダー*/
.p-page__wrap .p-shop__header {
 width: auto;
 text-align: center;
 background: #fff;
 padding: 0;
}

/*ヘッダータイトル*/
.p-page__wrap .p-shop__header a {
 display: block;
 padding: 20px;
 background: url(https://img13.shop-pro.jp/PA01075/020/etc_base64/uKu90KS3.png?cmsp_timestamp=20241021142046);
 background-size: cover;
}

/*ショップ名*/
.p-shop__title {
 color: #795548;
 font-weight: bold;
}

/*フッター*/
.p-page__footer {
 margin-top: auto;
 z-index: 1;
 padding: 10px 5px;
 background: url(https://img13.shop-pro.jp/PA01075/020/etc_base64/uKu90KS3.png?cmsp_timestamp=20241021142046);
 box-shadow: 0 0 5px 0 #666;
 -webkit-box-shadow: 0 0 5px 0 #666;
}