@charset "utf-8";



/* すべての商品価格を右揃え */
.fs-c-productPrice {
    /*justify-content: flex-end;*/
}

/* すべての税込みの左側にマージン */
span.fs-c-productPrice__addon {
    margin-left: 3px;
}

/* すべてのキャッチコピーの下にマージン */
.fs-c-productName__copy {
	margin: 0 0 8px;
}


/* ページ見出し */
.fs-c-heading--page {
    font-weight: 700;
	font-family: "BIZ UDPMincho", serif;
	font-size: 2.4rem;
}

/* マイページトップ */
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    background: #ffffff;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 1.3rem;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    border-radius: 12px;
}
.fs-p-accountInfo__point__point__available__number {
    color: #e60012;
}
.fs-body-my-top .fs-c-productListItem__control {
	display: none;
}

/* マイページ　ポイント履歴 */
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
    color: #e60012;
    font-weight: 700;
}

/* マイページ　クーポン一覧 */
.fs-c-couponName__discount {
    background: #e60012;
}
.fs-c-couponAppliedCondition__notice {
    color: #e60012;
}

/* フォームのサイズ */
input, select {
    height: 2.5em;
}

/* 返品特約についてリンク */
.fs-c-returnedSpecialContract {
    padding: 0!important;
    margin: 0!important;
}

/* PC */
.fs-l-main {
    max-width: 1000px;
}
.fs-l-sideArea {
    max-width: 200px;
}
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    max-width: 760px;
}
.fs-c-breadcrumb {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 5px;
}

/* チェックアウト画面 */
.fs-c-checkout-preview__title {
    font-size: 1.6rem;
}
span.fs-c-price {
    font-weight: 700;
}

/* マイページ　クーポン一覧 */
.fs-c-coupon__image__image {
    max-width: 88px;
}

/* マイページ　退会 */
.fs-body-my-account-delete .fs-c-button--standard {
    padding: 1.3em 1.6em 0.6em;
}

/* 期間表示 */
.fs-c-time {
    white-space: normal!important;
}


/* --------------------------------------------------------------------------------
ショッピングカート
-------------------------------------------------------------------------------- */	
.fs-body-cart.fs-body-cartSubscribe .fs-l-cart__contentsArea{
	grid-template-columns: 1fr 280px;
}

/*削除*/
.fs-body-cart .fs-c-cartTable__actionButton__container--cancel--cart span.fs-c-button__label {
	display: block;
	text-decoration: none;
	padding: 3px 0;
	border-radius: 50px;
	background: #f5e696;
}
.fs-body-cart .fs-c-cartTable__actionButton__container--cancel--cart span.fs-c-button__label:hover,
.fs-body-cart .fs-c-cartTable__actionButton__container--cancel--cart span.fs-c-button__label:active{
	background: #fbefc0;
}
.fs-body-cart .fs-c-cartTableContainer span.fs-c-button__label {
	font-size: 13px;
}
.fs-body-cart .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container{
	border: none;
	padding-top: 0;
}

/*カート　ご注文手続き*/
.fs-body-checkout-multi .fs-c-checkout-preview,
.fs-body-checkout .fs-c-checkout-preview,
.fs-body-checkout-subscribe .fs-c-checkout-preview{
	background: none;
	border: 1px solid #ccc;
}
.fs-body-checkout-multi dl.fs-c-checkout-shippingOptionPreview,
.fs-body-checkout dl.fs-c-checkout-shippingOptionPreview,
.fs-body-checkout-subscribe dl.fs-c-checkout-shippingOptionPreview,
.fs-body-checkout-multi dd.fs-c-checkout-shippingOptionPreview__note,
.fs-body-checkout dd.fs-c-checkout-shippingOptionPreview__note,
.fs-body-checkout-subscribe dd.fs-c-checkout-shippingOptionPreview__note,
.fs-body-checkout-multi .fs-c-checkout-shippingParcel__title,
.fs-body-checkout .fs-c-checkout-shippingParcel__title,
.fs-body-checkout-subscribe .fs-c-checkout-shippingParcel__title,
.fs-body-checkout-multi .fs-c-checkout-shippingDetail__deliveryDetail,
.fs-body-checkout .fs-c-checkout-shippingDetail__deliveryDetail,
.fs-body-checkout-subscribe .fs-c-checkout-shippingDetail__deliveryDetail,
.fs-body-checkout-multi .fs-c-checkout-paymentMethod__title,
.fs-body-checkout .fs-c-checkout-paymentMethod__title,
.fs-body-checkout-subscribe .fs-c-checkout-paymentMethod__title,
.fs-body-checkout-multi .fs-c-checkout-couponCodeInput,
.fs-body-checkout .fs-c-checkout-couponCodeInput,
.fs-body-checkout-subscribe .fs-c-checkout-couponCodeInput{
	background: none;
}

.fs-body-checkout-multiAddress .fs-c-checkout-addressee{
	background: none;
}

.fs-body-checkout-subscribe .fs-c-checkout-deliveryCycle__title{
	background: none;
}

/*カート ラベル*/
.fs-body-cart .fs-c-cartTable__message,
.fs-body-checkout-multi .fs-c-cartTable__message,
.fs-body-checkout .fs-c-cartTable__message{
	font-size: 1.1rem;
}
/*カート ラベル　クール便（冷凍）*/
.fs-body-cart .fs-c-cartTable__message--frozenDelivery,
.fs-body-checkout-multi .fs-c-cartTable__message--frozenDelivery,
.fs-body-checkout .fs-c-cartTable__message--frozenDelivery{
	color: #fff;	
	background: #006bb8;
}
/*カート ラベル　クール便（冷蔵）*/
.fs-body-cart .fs-c-cartTable__message--chilledDelivery,
.fs-body-checkout-multi .fs-c-cartTable__message--chilledDelivery,
.fs-body-checkout .fs-c-cartTable__message--chilledDelivery{
	color: #fff;
	background: #3ea8ff;
}
/*カート ラベル　バンドル*/
.fs-body-cart .fs-c-cartTable__message--bundle,
.fs-body-checkout-multi .fs-c-cartTable__message--bundle,
.fs-body-checkout .fs-c-cartTable__message--bundle{
	color: #fff;
	background: #f35aa3;
}
/*カート ラベル　予約商品*/
.fs-body-cart .fs-c-cartTable__message--preorder,
.fs-body-checkout-multi .fs-c-cartTable__message--preorder,
.fs-body-checkout .fs-c-cartTable__message--preorder{
	background: #64a;
	color: #fff;
}

/*お届け日表示*/
.fs-body-cart .fs-c-estimatedDeliveryDate {
	background: rgba(126, 126, 126, 0.08);
	font-size: 1.3rem;
}

.fs-body-cart .cart-payment{
	position: relative;
	width: 240px;
	margin: 0 auto;
}
/********ご注文手続きへ進みます。********/
.fs-body-cart .fs-c-purchaseHere__message {
    text-align: center;
}
.fs-body-cart .fs-c-purchaseHere__message .txt1{
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 8px;
}
.fs-body-cart .fs-c-purchaseHere__message .txt2{
	text-align: left;
}

/********ログイン・購入********/
.fs-c-purchaseHere.fs-c-cartPayment{
	display: flex;
	flex-wrap: wrap;
}
.fs-body-cart .fs-c-purchaseHere__message{
	order: 1;
}
.fs-body-cart .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--loginAndPurchase{
	order: 3;
}
.fs-body-cart .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--loginAndPurchase .fs-c-button--primary{
	background: #928689;
	border: 1px solid #928689;
	font-size: 1.4rem;
}
.fs-body-cart .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--unregisteredUserPurchase{
	order: 2;
}
.fs-body-cart .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--unregisteredUserPurchase .fs-c-button--secondary{
	background: #FE0000;
	border: 1px solid #FE0000;
	font-size: 1.6rem;
	padding: 0.8em 1.4em 0.8em;
}
/********ログイン・購入　ログイン時********/
.fs-body-cart .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere{
	order: 2;
}
.fs-body-cart .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere .fs-c-button--primary{
	font-size: 1.6rem;
	padding: 0.8em 1.4em 0.8em;
}
.fs-body-cart.fs-body-cartSubscribe .fs-c-button--primary{
	font-size: 1.6rem;
	padding: 0.8em 1.4em 0.8em;
}

/*Amazon購入エリア*/
.fs-body-cart .fs-c-cartPayment, .fs-c-payWithAmazon{
	font-size: 1.3rem;
}



/*ショッピングを続けるボタン*/
.fs-body-cart .fs-c-continueShopping {
	margin-bottom: 50px;
}


/*「お気に入りリスト」に入っている商品*/
.fs-body-cart .fs-c-wishlistProduct button.fs-c-button--removeFromWishList--icon.fs-c-button--particular {
	display: none;
}

/*おすすめ商品*/
.fs-c-featuredProduct button.fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-c-featuredProduct button.fs-c-button--addToWishList--icon.fs-c-button--particular{
	display: none;
}

/*送料無料です。*/
.fs-body-cart .fs-c-cartDiscountInfo__info {
	font-size: 2rem;
}
.fs-body-cart .fs-c-cartDiscountInfo__info .fs-c-price.fs-c-price--inline{
	color: #cc0000;
}
.fs-body-cart .fs-c-cartDiscountInfo__info .fs-c-cartDiscountInfo__info__next{
	color: #cc0000;
}
.fs-body-cart .fs-c-cartDiscountInfo__info .fs-c-cartDiscountInfo__info__current{
	color: #cc0000;
}





/*再計算*/
.fs-body-cart ul.fs-c-cartDiscountInfo__note li:last-child{
	font-size: 0;
}
.fs-body-cart ul.fs-c-cartDiscountInfo__note li:last-child::after{
	content: '複数個口の場合、送料は次の画面で再計算されます。';
	font-size:1.2rem;
}
.fs-body-cart ul.fs-c-cartDiscountInfo__note li:last-child::before{
	font-size:1.2rem;
}


/*ついで買い*/
.fs-body-cart .then .txt{
	margin: 0 0 6px;
}
.fs-body-cart .then .btn{
	width: 240px;
}
.fs-body-cart .then .btn a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 20px;
	border-radius: 50px;
	font-size: 15px;
	background: #f5e696;
	font-weight: 600;
}
.fs-body-cart .then .btn a:hover,
.fs-body-cart .then .btn a:active{
	background: #fbefc0;
}
.fs-body-cart .then .btn a::after {
	position: absolute;
	right: 20px;
	top: 50%;
	
	content: '';
	
	width: 8px;
	height: 11px;
	margin: -5px 0 0;
	background: url("../images/common/arrow-left.svg") no-repeat 0 0;
	background-size: 6px auto;
}


/*一定金額以上 ついで買い*/
.fs-body-cart .fs-p-announcement .then_btn{
	width: 270px;
}
.fs-body-cart .fs-p-announcement .then_btn a {
	position: relative;
	display: block;
	text-decoration: none;
	margin-top: 10px;
	padding: 8px 0 8px 22px;
	border-radius: 50px;
	font-size: 17px;
	background: #f5e696;
	font-weight: 600;
}
.fs-body-cart .fs-p-announcement .then_btn a:hover,
.fs-body-cart .fs-p-announcement .then_btn a:active{
	background: #fbefc0;
}
.fs-body-cart .fs-p-announcement .then_btn a::after {
	position: absolute;
	right: 20px;
	top: 50%;
	content: '';
	width: 10px;
	height: 20px;
	margin: -7px 0 0;
	background: url(../images/common/arrow-left.svg) no-repeat 0 0;
	background-size: contain;
}




/* --------------------------------------------------------------------------------
おすすめ商品、お気に入り スライダー
-------------------------------------------------------------------------------- */
.fs-c-featuredProduct .fs-c-button--carousel--prev::before,
.fs-c-wishlistProduct .fs-c-button--carousel--prev::before {
	content: url(../images/index/scroll-arr-l.svg);
}
.fs-c-featuredProduct .fs-c-button--carousel--next::before,
.fs-c-wishlistProduct .fs-c-button--carousel--next::before {
	content: url(../images/index/scroll-arr-r.svg);
}
.fs-c-featuredProduct .fs-c-productListCarousel__ctrl,
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl{
	min-width: 32px!important;
}


a img:hover,
a img:active {
	opacity: 0.8;
}
/*特殊なボタン*/
.fs-c-button--particular:active {
	opacity: 0.8;
}
/*普通のボタン*/
.fs-c-button--standard:active {
	opacity: 0.8;
}
/*主要なボタン*/
.fs-c-button--primary:active {
	opacity: 0.8;
}

/*input,
select,
textarea{
	appearance: revert;
}*/


/* --------------------------------------------------------------------------------
コマースクリエイターリセット
-------------------------------------------------------------------------------- */
/* -------------------------------------------------
fs-l-header
-------------------------------------------------- */
.fs-l-header {
	display: block;
	padding-top: 0;
}
.fs-l-header__contents {
	display: block;
	grid-template-columns: none;
}
.fs-l-header__contents > * {
	padding: 0;
}

.fs-l-header--min {
	border-bottom: none;
}


/* -------------------------------------------------
fs-preview-header
-------------------------------------------------- */
.fs-preview-header {
	display: none;
}
.fs-l-header--min {
	border: none;
}


/* -------------------------------------------------
fs-l-footer
-------------------------------------------------- */
/*.fs-l-footer {
	position: relative;
	border-top: none;
	color: inherit;
	margin-top: 0;
	background: none;
}*/


/* -------------------------------------------------
fs-l-main
-------------------------------------------------- */

.fs-l-main {
	width: 1000px;
	padding: 0;
	max-width: none;
}


/*.fs-l-main {
	margin: 0 auto 50px;
	padding: 0;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}*/


/* -------------------------------------------------
fs-l-pageMain
-------------------------------------------------- */
/* 1カラム & 共通スタイル */
.fs-l-pageMain {
	max-width: none;
}

/* 2カラムのメイン部分 */
body.fs-body-top .fs-l-main .fs-l-pageMain,
body.fs-body-reviews-reviewer .fs-l-main .fs-l-pageMain,
body.fs-body-newsletter-subscribe-verification .fs-l-main .fs-l-pageMain,
body.fs-body-reviews .fs-l-main .fs-l-pageMain,
body.fs-body-about-memberAgreement .fs-l-main .fs-l-pageMain,
body.fs-body-checkoutSubscribe-success .fs-l-main .fs-l-pageMain,
body.fs-body-notfound .fs-l-main .fs-l-pageMain,
body.fs-body-checkout-success .fs-l-main .fs-l-pageMain,
body.fs-body-about-shippingPayment .fs-l-main .fs-l-pageMain,
body.fs-body-about-privacyPolicy .fs-l-main .fs-l-pageMain,
body.fs-body-register-success .fs-l-main .fs-l-pageMain,
body.fs-body-review-write .fs-l-main .fs-l-pageMain,
body.fs-body-auth .fs-l-main .fs-l-pageMain,
body.fs-body-custom .fs-l-main .fs-l-pageMain,
body.fs-body-about-terms .fs-l-main .fs-l-pageMain,
body.fs-body-about-points .fs-l-main .fs-l-pageMain,
body.fs-body-newsletter-unsubscribe-sucess .fs-l-main .fs-l-pageMain,
body.fs-body-reviews-product .fs-l-main .fs-l-pageMain,
body.fs-body-search .fs-l-main .fs-l-pageMain,
body.fs-body-newsletter-subscribe-success .fs-l-main .fs-l-pageMain,
body.fs-body-about-returnPolicy .fs-l-main .fs-l-pageMain,
body.fs-body-newsletter-unsubscribe .fs-l-main .fs-l-pageMain,
body.fs-body-my-top .fs-l-main .fs-l-pageMain,
body.fs-body-couponProduct .fs-l-main .fs-l-pageMain,
body.fs-body-my-wishlist .fs-l-main .fs-l-pageMain,
body.fs-body-newsletter-subscribe .fs-l-main .fs-l-pageMain,
body.fs-body-review-success .fs-l-main .fs-l-pageMain,
body.fs-body-bundle .fs-l-main .fs-l-pageMain,
body.fs-body-category .fs-l-main .fs-l-pageMain {
	width: 760px;
}


/* --------------------------------------------------------------------------------
fs-c-productList__list
-------------------------------------------------------------------------------- */
/********** 表示列数3列 **********/
/*.fs-c-productList__list {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
.fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
	display: block;
	width: 33%;
	grid-column: none;
	grid-row: none;
	border: none;
}*/

/********** 表示列数4列 **********/
/*
.fs-c-productList__list {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
.fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
	display: block;
	width: 25%;
	grid-column: none;
	grid-row: none;
	border: none;
}
*/


/********** 価格 **********/
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	/*
	color: #f00;
	*/
}


/* --------------------------------------------------------------------------------
パンくずリスト
-------------------------------------------------------------------------------- */
/* 複数商品グループがあると隙間が空くので注意：ヘッダーの下に開けるのが良い */
/*.fs-c-breadcrumb {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
	padding: 0 0 20px;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list a {
	text-decoration: none;
	color: #000;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list a:hover, .fs-c-breadcrumb .fs-c-breadcrumb__list a:active {
	text-decoration: underline;
}*/


/* --------------------------------------------------------------------------------
ボタン系
-------------------------------------------------------------------------------- */
/*.fs-c-button--primary,
.fs-c-button--primary:link,
.fs-c-button--primary:hover,
.fs-c-button--primary:visited,
.fs-c-button--primary:active {
	color: #fff !important;
}
.fs-c-button--secondary,
.fs-c-button--secondary:link,
.fs-c-button--secondary:hover,
.fs-c-button--secondary:visited,
.fs-c-button--secondary:active {
	color: #fff !important;
}*/


/* --------------------------------------------------------------------------------
見出し
-------------------------------------------------------------------------------- */
/*.fs-c-heading--page {
	padding: 0 0 0.2em;
}
*/

/* --------------------------------------------------------------------------------
右下に表示されるカートボタン
-------------------------------------------------------------------------------- */
.fs-p-scrollingCartButton {
	display: none;
}





/* --------------------------------------------------------------------------------
おすすめ商品、お気に入りリスト タイトル
-------------------------------------------------------------------------------- */
.fs-c-featuredProduct h2.fs-c-featuredProduct__title,
.fs-c-wishlistProduct h2.fs-c-wishlistProduct__title{
	font-family: "BIZ UDPMincho", serif;
	font-size: 24px;
	text-align: center;
	margin: 50px 0 28px 0;
	font-weight: 700;
	border: none;
}



/* --------------------------------------------------------------------------------
商品一覧 商品詳細  AIレコメンド
-------------------------------------------------------------------------------- */
.item_pickup{
	margin-top: 60px;
}
.item_pickup,
.item_rec_view,
.item_history{
	width: 100%;
}
.fs-body-category .r-ttl,
.fs-body-product .r-ttl{
	font-family: "BIZ UDPMincho", serif;
	font-size: 24px;
	text-align: center;
	margin-bottom: 28px;
	font-weight: 700;
}

.fs-body-category .fs-p-heading--lv2,
.fs-body-product .fs-p-heading--lv2 {
	display: none;
}


/*スライド用*/
.flywheel-recommend__frame{
	margin: 0 0 60px;
}
.fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide{
	width: 676px;
	margin-right: 14px;
}
.fr3-productListCarousel__responsive_3 .fr3-productListCarousel__slide{
	flex: 0 0 calc((746px - 14px * 3) / 4) !important;
}
/*ボックス幅*/
.fr3-item__imageContainer {
	width: 177px;
}
.flywheel-recommend__frame .fr3-item{
	margin-bottom: 20px;
}
/*画像角丸*/
.fr3-item__image{
	border-radius: 10px;
}
.flywheel-recommend__frame .fr3-item__productName{
	font-weight: 700;
	margin-bottom: 5px;
}
.flywheel-recommend__frame .fr3-item__productPrice__price {
	font-size: 16px;	
}


/* 次へ・前へ */
.fr3-productListCarousel__Button:disabled {
	opacity: 1!important;	
}
.flywheel-recommend__frame img.fr3-productListCarousel__ButtonImage{
	display: none;
}
.fr3-productListCarousel__prevButton::before{
	content: url(../images/index/scroll-arr-l.svg);
	display: inline-block;
}
.fr3-productListCarousel__nextButton::after{
	content: url(../images/index/scroll-arr-r.svg);
	display: inline-block;
	padding-left: 10px;
}





/* --------------------------------------------------------------------------------
送料とお支払い方法について
-------------------------------------------------------------------------------- */
.fs-body-about-shippingPayment .fs-c-shippingCarrierInfo__comment p::after{
	content: '\A離島宛のご注文は配達日をご指定いただけません。';
	white-space: pre;
}

.fs-body-about-shippingPayment .doukon-atten{
	margin-top:-65px;
}

section#fs_anchor_deliveryService_courier107 {
    display: none;
}

/* --------------------------------------------------------------------------------
ご注文手続き
-------------------------------------------------------------------------------- */
.fs-body-checkout-multi .fs-c-checkout-shippingDetail__deliveryInstructions{
	font-size: 0;
}
.fs-body-checkout-multi .fs-c-checkout-shippingDetail__deliveryInstructions::before{
	content: 'その他店舗への連絡事項';
	font-size: 1.5rem;
}
.fs-body-checkout-multi .fs-c-checkout-shippingDetail__deliveryInstructions::after{
	font-size: 1.5rem;
}

/*配送詳細*/
.fs-body-checkout-multi .fs-c-checkout-deliveryScheduleSetting__additionalInfo{
	font-size: 0;
}
.fs-body-checkout-multi .fs-c-checkout-deliveryScheduleSetting__additionalInfo::before{
	content: 'その他店舗への連絡事項';
	font-size: 1.5rem;
}

/* --------------------------------------------------------------------------------
マイページ　注文履歴
-------------------------------------------------------------------------------- */
.fs-body-my-orders-details dl.fs-c-deliveryInfoList__detailList dt:nth-of-type(2) .fs-c-string--label{
	font-size: 0;
}
.fs-body-my-orders-details dl.fs-c-deliveryInfoList__detailList dt:nth-of-type(2) .fs-c-string--label::before{
	content: 'その他店舗への連絡事項';
	font-size: 1.2rem;
}





/* --------------------------------------------------------------------------------
会員登録
-------------------------------------------------------------------------------- */
.fs-body-register .fs-p-announcement{
	margin: 32px 0 60px 0;	
}
.fs-body-register .fs-p-announcement .fs-p-announcement__title{
	font-size: 2.2rem;;
	margin-bottom: 40px;
	text-align: center;	
}
.fs-body-register .fs-p-announcement .good_deal ul{
	margin: 0 auto;
	padding: 0;	
}
.fs-body-register .fs-p-announcement .good_deal ul li{
	list-style: none;
	margin-bottom:30px;
	text-align: center;	
}
.fs-body-register .fs-p-announcement .good_deal ul li span{
	display: inline-block;
	font-size: 2rem;
	margin-left: 10px;
	margin-bottom: 10px;	
}
.fs-body-register .fs-p-announcement .good_deal ul .point:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 27px;
	background-image: url(../images/common/icon-member-point.svg);
	background-repeat: no-repeat;
	vertical-align: middle;	
	margin-bottom: 5px;
}
.fs-body-register .fs-p-announcement .good_deal ul .rank:before{
	content: '';
	display: inline-block;
	width: 26px;
	height: 31px;
	background-image: url(../images/common/icon-member-rank.svg);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-bottom: 5px;
}
.fs-body-register .fs-p-announcement .good_deal ul .favorite::before{
	content: '';
	display: inline-block;
	width: 26px;
	height: 24px;
	background-image: url(../images/common/icon-member-favorite.svg);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-bottom: 5px;
}


.fs-body-register table.fs-c-specTable {
    margin: 0 auto;
}

/* --------------------------------------------------------------------------------
個人情報取り扱いについて
-------------------------------------------------------------------------------- */
.fs-body-about-privacyPolicy .fs-p-privacyPolicy .fs-c-orderedList > li::before{
	display: none;	
}


/* --------------------------------------------------------------------------------
ご注文手続き
-------------------------------------------------------------------------------- */
.fs-body-checkout-multi #fs-buyerInfo-container,
.fs-body-checkout-multi #fs-multipleAddressButton-container,
.fs-body-checkout-multi #fs-addressInfo-container,
.fs-body-checkout-multi #fs-paymentList-container,
.fs-body-checkout-multi #fs-couponInfo-container,
.fs-body-checkout-multi #fs-pointInfo-container,
.fs-body-checkout-multi #fs-communicationInfo-container,
.fs-body-checkout-multi #fs-orderContents-container,
.fs-body-checkout-multi .fs-c-returnedSpecialContract,
.fs-body-checkout-subscribe #fs-buyerInfo-container,
.fs-body-checkout-subscribe #fs-multipleAddressButton-container,
.fs-body-checkout-subscribe #fs-addressInfo-container,
.fs-body-checkout-subscribe #fs-paymentList-container,
.fs-body-checkout-subscribe #fs-couponInfo-container,
.fs-body-checkout-subscribe #fs-pointInfo-container,
.fs-body-checkout-subscribe #fs-communicationInfo-container,
.fs-body-checkout-subscribe #fs-orderContents-container,
.fs-body-checkout-subscribe .fs-c-returnedSpecialContract{
	width: 656px;
}
.fs-body-checkout-multi .fs-l-checkout__sideColumn,
.fs-body-checkout-subscribe .fs-l-checkout__sideColumn{
	position: sticky;
	right: calc(50% - 500px);
	top: 130px;
}

/* --------------------------------------------------------------------------------
ご注文完了
-------------------------------------------------------------------------------- */
.fs-body-checkout-success .line {
	margin: 20px 0;
}
.fs-body-checkout-success .line .heading{
	text-align: center;
	font-size: 18px;
	margin: 0 0 20px;
}
.fs-body-checkout-success .line .img{
	text-align: center;
}
.fs-body-checkout-success .line .img img{
	width: 300px;
}