@charset "utf-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 {
	margin: 0 auto 50px;
	padding: 0;
	max-width: none;
	width: 1050px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fs-l-main h1,
.fs-l-main h2,
.fs-l-main h3,
.fs-l-main h4,
.fs-l-main h5,
.fs-l-main h6,
.fs-l-main p,
.fs-l-main ul,
.fs-l-main ol,
.fs-l-main dl,
.fs-l-main table,
.fs-l-main pre{
	line-height: inherit;
}

/* -------------------------------------------------
fs-l-pageMain
-------------------------------------------------- */
.fs-l-pageMain {
	max-width: none;
	width: 1050px;
}


/* --------------------------------------------------------------------------------
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: 1050px;
	margin: 0 auto;
	padding: 16px 0;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
	margin: 0 auto;
	padding: 5px;
	font-size: 14px;
	background: #e5ecef;
}
.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 {
    border-bottom: 2px solid rgb(174, 156, 32);
    font-weight: bold;
}


/* --------------------------------------------------------------------------------
右下に表示されるカートボタン
-------------------------------------------------------------------------------- */
.fs-p-scrollingCartButton {
	display: none;
}



/* --------------------------------------------------------------------------------
マイページ
-------------------------------------------------------------------------------- */

/*********「お気に入りリスト」に入っている商品********/
.fs-body-my-top .fs-c-wishlistProduct h2.fs-c-wishlistProduct__title{
	padding: 0 10px 10px;
	margin: 0 0 20px;
}
/********** 商品名 **********/
.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListItem__productName a{
	font-weight: bold;	
}

/********** 商品マーク **********/
.fs-body-my-top .fs-c-wishlistProduct .fs-c-productMark{

}
.fs-body-my-top .fs-c-wishlistProduct .fs-c-productMark__mark{
	color: #ffffff;
	padding: 4px 8px;
	margin: 0 0 10px;
	text-align: center;
	position: relative;
	font-size: 10px;
}
/*送料無料*/
.fs-body-my-top .fs-c-wishlistProduct .mark-free_shipping.fs-c-productMark__mark {
	background: #b9001c;
}
.fs-body-my-top .fs-c-wishlistProduct .mark-free_shipping ::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-top: 8px solid #b9001c;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transform: rotate(25deg);
}
/*即日配送*/
.fs-body-my-top .fs-c-wishlistProduct .mark-sokujitsu.fs-c-productMark__mark {
	background: #ff6a00;
}
.fs-body-my-top .fs-c-wishlistProduct .mark-sokujitsu::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-top: 8px solid #ff6a00;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transform: rotate(25deg);
}
/*名入れ可能*/
.fs-body-my-top .fs-c-wishlistProduct .mark-naire.fs-c-productMark__mark {
	background: #ffc412;
}
.fs-body-my-top .fs-c-wishlistProduct .mark-naire::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-top: 8px solid #ffc412;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transform: rotate(25deg);
}


/********** 商品価格 **********/
.fs-body-my-top .fs-c-wishlistProduct .fs-c-productPrice__main__price.fs-c-price{
	font-weight: bold;
}



/* --------------------------------------------------------------------------------
お気に入り
-------------------------------------------------------------------------------- */

/********** 商品名 **********/
.fs-body-my-wishlist .fs-c-wishList.fs-c-productList .fs-c-productListItem__productName a{
	font-weight: bold;	
}

/********** 商品マーク **********/
.fs-body-my-wishlist .fs-c-wishList.fs-c-productList .fs-c-productMark{

}
.fs-body-my-wishlist .fs-c-wishList.fs-c-productList .fs-c-productMark__mark{
	color: #ffffff;
	padding: 4px 8px;
	margin: 0 0 10px;
	text-align: center;
	position: relative;
	font-size: 10px;
}
/*送料無料*/
.fs-body-my-wishlist .fs-c-wishList.fs-c-productList .mark-free_shipping.fs-c-productMark__mark {
	background: #b9001c;
}
.fs-body-my-wishlist .fs-c-wishList.fs-c-productList .mark-free_shipping ::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-top: 8px solid #b9001c;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transform: rotate(25deg);
}
/*即日配送*/
.fs-body-my-wishlist .fs-c-wishList.fs-c-productList .mark-sokujitsu.fs-c-productMark__mark {
	background: #ff6a00;
}
.fs-body-my-wishlist .fs-c-wishList.fs-c-productList .mark-sokujitsu::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-top: 8px solid #ff6a00;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transform: rotate(25deg);
}
/*名入れ可能*/
.fs-body-my-wishlist .fs-c-wishList.fs-c-productList .mark-naire.fs-c-productMark__mark {
	background: #ffc412;
}
.fs-body-my-wishlist .fs-c-wishList.fs-c-productList .mark-naire::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-top: 8px solid #ffc412;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transform: rotate(25deg);
}


/********** 商品価格 **********/
.fs-body-my-wishlist .fs-c-wishList.fs-c-productList .fs-c-productPrice__main__price.fs-c-price{
	font-weight: bold;
}


/*拡大画像*/
.fs-body-my-wishlist img.fs-c-productImageModalCarousel__figure__image {
	width: auto;
}
.fs-body-my-wishlist .fs-c-productImageModal{
	z-index: 999999;
}


/* --------------------------------------------------------------------------------
お客様情報入力
-------------------------------------------------------------------------------- */

.fs-body-customerDetails #BottomArea{
	text-align: center;
	margin: 30px 0 0;
}
.fs-body-customerDetails #BottomArea img{
	width: 980px;
}


/* --------------------------------------------------------------------------------
ログイン
-------------------------------------------------------------------------------- */
.fs-body-cart-login .new-member{
	margin: 60px 35px 0;
}
.fs-body-cart-login .new-member .CrossHead{
	border-bottom: 2px solid #ae9c20;
	font-weight: bold;
}


/* --------------------------------------------------------------------------------
会員登録
-------------------------------------------------------------------------------- */
.fs-body-register .new-member{
	margin: 60px 35px 0;
}
.fs-body-register .new-member .CrossHead{
	border-bottom: 2px solid #ae9c20;
	font-weight: bold;
}




/* --------------------------------------------------------------------------------
ショッピングカート
-------------------------------------------------------------------------------- */
.fs-body-cart .fs-c-cartTable td{
	vertical-align: middle;
}

/*お支払 アマゾンペイ 説明*/
.fs-body-cart .fs-c-cartPayment p{
	line-height: 1.5;
	font-size: 10pt;
}
.fs-body-cart .fs-c-payWithAmazon p{
	line-height: 1.5;
	font-size: 10pt;
}

/*ショッピングカートのご利用方法*/
.fs-body-cart .fs-p-announcement .fs-p-announcement__title{
	font-size: 18px;
}
.fs-body-cart .fs-p-announcement .fs-p-announcement__body{
	font-size: 14px;
	line-height: 1.5;
}
.fs-body-cart .fs-p-announcement .fs-p-announcement__body p{
	margin: 1rem 0;
}

.fs-body-cart .fs-l-cart{
	width: 980px;
	margin: 0 auto;
}

.fs-body-cart #BottomArea{
	width: 980px;
	margin: 120px auto 0;
}
.fs-body-cart #BottomArea > p img{
	display: block;
	width: 900px;
	margin: 0 auto;
}
.fs-body-cart #BottomArea .attenton{
	margin-top: 16px;
}
.fs-body-cart #BottomArea .ttl{
	margin-top: 40px;
}
.fs-body-cart #BottomArea ul{
	margin-top: 16px;
}
.fs-body-cart #BottomArea ul li{
	font-size: 14px;
	line-height: 1.6;
}

.fs-body-cart #BottomArea ul li.comment{
	margin-top: 10px;
}
.fs-body-cart #BottomArea .mail{
	margin-top: 40px;
	padding: 9px 0 9px 0px;
	margin: 30px 0 70px;
	background: url(https://www.free-spirits.co.jp/img/common_cart_bg_mail.gif) no-repeat;
	font-size: 19px;
	font-weight: bold;
}




/*********「お気に入りリスト」に入っている商品********/
.fs-body-cart .fs-c-wishlistProduct{
	margin: 50px 0 0;
}
.fs-body-cart .fs-c-wishlistProduct h2.fs-c-wishlistProduct__title{
	padding: 0 10px 10px;
	margin: 0 0 20px;
}
/********** 商品名 **********/
.fs-body-cart .fs-c-wishlistProduct .fs-c-productListItem__productName a{
	font-weight: bold;	
}

/********** 商品マーク **********/
.fs-body-cart .fs-c-wishlistProduct .fs-c-productMark{

}
.fs-body-cart .fs-c-wishlistProduct .fs-c-productMark__mark{
	color: #ffffff;
	padding: 4px 8px;
	margin: 0 0 10px;
	text-align: center;
	position: relative;
	font-size: 10px;
}
/*送料無料*/
.fs-body-cart .fs-c-wishlistProduct .mark-free_shipping.fs-c-productMark__mark {
	background: #b9001c;
}
.fs-body-cart .fs-c-wishlistProduct .mark-free_shipping ::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-top: 8px solid #b9001c;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transform: rotate(25deg);
}
/*即日配送*/
.fs-body-cart .fs-c-wishlistProduct .mark-sokujitsu.fs-c-productMark__mark {
	background: #ff6a00;
}
.fs-body-cart .fs-c-wishlistProduct .mark-sokujitsu::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-top: 8px solid #ff6a00;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transform: rotate(25deg);
}
/*名入れ可能*/
.fs-body-cart .fs-c-wishlistProduct .mark-naire.fs-c-productMark__mark {
	background: #ffc412;
}
.fs-body-cart .fs-c-wishlistProduct .mark-naire::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-top: 8px solid #ffc412;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transform: rotate(25deg);
}


/********** 商品価格 **********/
.fs-body-cart .fs-c-wishlistProduct .fs-c-productPrice__main__price.fs-c-price{
	font-weight: bold;
}



/* --------------------------------------------------------------------------------
ご注文手続き
-------------------------------------------------------------------------------- */
.fs-body-checkout p.attention {
	color: #d30000;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}


.fs-body-checkout .fs-c-checkout-paymentMethod__setting{
	font-size: 14px;
}


.fs-body-checkout .fs-c-checkout-paymentMethod p {
	margin: inherit;
	line-height: 1.4;
	font-size: 14px;
}
.fs-body-checkout p.txt{
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.4;
}

.fs-body-checkout p.txt.small{
	display: block;
	margin-top: -16px;
	font-size: 12px;
	line-height: 1.4;
}

.fs-body-checkout p.red{
	color: red;
}




/* --------------------------------------------------------------------------------
ログインページ
-------------------------------------------------------------------------------- */
.fs-body-login .fs-c-heading{
	width: 980px;
	margin: 0 auto 24px auto;
}
.fs-body-login .fs-c-loginForm{
	width: 980px;
	margin: 0 auto;
}
.fs-body-login .fs-c-subSection__title,
.fs-body-login .fs-c-linkedServiceLogin__title{
	margin-bottom: 20px;
}

/* --------------------------------------------------------------------------------
カート ログインページ
-------------------------------------------------------------------------------- */
.fs-body-cart-login .fs-c-linkedServiceLogin__title{
	margin-bottom: 20px;
}
.fs-body-cart-login .CrossHead{
	font-size: 20px;
}



/* --------------------------------------------------------------------------------
会員登録
-------------------------------------------------------------------------------- */
.fs-body-register .CrossHead{
	font-size: 20px;
}


/* --------------------------------------------------------------------------------
レビューを書く
-------------------------------------------------------------------------------- */
.fs-body-review-write .fs-c-reveiwNotes{
	padding: 20px 0;
}
.fs-body-review-write .fs-c-reveiwNotes p{
	line-height: 1.4;
}



/* --------------------------------------------------------------------------------
お客様情報入力
-------------------------------------------------------------------------------- */
.fs-body-customerDetails .e-mail-box p{
	font-size: 13.3px;
	line-height: 1.3;
}
.fs-body-customerDetails .e-mail-box ul{
	font-size: 13.3px;
	line-height: 1.3;
}




/* --------------------------------------------------------------------------------
会員登録
-------------------------------------------------------------------------------- */
.fs-body-register .e-mail-box p{
	font-size: 13.3px;
	line-height: 1.3;
}
.fs-body-register .e-mail-box ul{
	font-size: 13.3px;
	line-height: 1.3;
}






/* --------------------------------------------------------------------------------
会員登録内容変更
-------------------------------------------------------------------------------- */
.fs-body-my-account-settings-edit .e-mail-box p{
	font-size: 13.3px;
	line-height: 1.3;
}
.fs-body-my-account-settings-edit .e-mail-box ul{
	font-size: 13.3px;
	line-height: 1.3;
}








