@charset "utf-8";


/* --------------------------------------------------------------------------------
コマースクリエイターリセット
-------------------------------------------------------------------------------- */
/* -------------------------------------------------
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: 0px auto 0;
	padding: 0;
	width: 1100px;
	max-width: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* -------------------------------------------------
fs-l-main  カテゴリー、商品ページ
-------------------------------------------------- */
.fs-body-category .fs-l-main,
.fs-body-product .fs-l-main{
	margin: 0px auto 0;
	padding: 0;
	width: 1100px;
	max-width: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



/* -------------------------------------------------
fs-l-main　カートの会員登録ページ
-------------------------------------------------- */
.fs-body-customerDetails .fs-l-main{
	margin: 50px auto 0;
	padding: 0;
	width: 1100px;
	max-width: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


/* -------------------------------------------------
fs-l-main　ご注文最終確認ページ
-------------------------------------------------- */
.fs-body-checkout .fs-l-main{
	margin: 50px auto 0;
	padding: 0;
	width: 1100px;
	max-width: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


/* -------------------------------------------------
fs-l-pageMain
-------------------------------------------------- */
.fs-l-pageMain {
	max-width: 80%;
	padding-left: 3%;
}



/* -------------------------------------------------
カート
-------------------------------------------------- */
.fs-body-cart .fs-c-listedProductName__variation {
	font-size: 14px;
}
	


/* --------------------------------------------------------------------------------
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-productList__list .fs-c-productListItem__image{
	width:195px;
	height:195px;	
}
.fs-c-productList__list .fs-c-productListItem__image img.fs-c-productListItem__image__image {	
	max-width: 100%;
	max-height:100%;
	margin:0 auto;
}





/********** 価格 **********/
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
	/*
	color: #f00;
	*/
}


/* --------------------------------------------------------------------------------
パンくずリスト
-------------------------------------------------------------------------------- */
/* 複数商品グループがあると隙間が空くので注意：ヘッダーの下に開けるのが良い */
.fs-c-breadcrumb {
	width: 100%;
	margin: 0 auto;	
	padding: 0;
	font-size: 12px;
}
.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;
}
/* --------------------------------------------------------------------------------
★スマートフォン
パンくずリスト　※フリーページ用
-------------------------------------------------------------------------------- */
.breadcrumb__list {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 0 0 20px;
}
.breadcrumb__list > li {
	box-sizing: border-box;
}
.breadcrumb__listItem {
	display: inline-block;
	word-break: break-all;
}
.breadcrumb__listItem + .breadcrumb__listItem::before {
	content: " > ";
}


/* --------------------------------------------------------------------------------
ボタン系
-------------------------------------------------------------------------------- */
.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-modal--checkout-creditCard-add .fs-c-dropdown{
width: 20%;
}


/* --------------------------------------------------------------------------------
会員登録時　生年月日入力
-------------------------------------------------------------------------------- */
.fs-c-inputDate > * {
    width: 20%;
}


.fs-c-button--primary {
	background-color:#e71a19;
	border: 1px solid #e71a19;
	border-radius: 5px;
	padding: 0.8em 1.6em 1.2em;
	}
	
/* --------------------------------------------------------------------------------
「お気に入りリスト」に入っている商品
-------------------------------------------------------------------------------- */	
	
.fs-c-productListCarousel{
	margin-top:30px;}
	
	
	
	
	
.fs-c-button--addReview--detail {
width: 100%;
    background-color: #FFF;
    margin: 5px;
    padding: 10px;
    text-align: center;
    border: solid 1px #000000;}
	
	
	
/* --------------------------------------------------------------------------------
カート周りのデザイン
-------------------------------------------------------------------------------- */	

.fs-c-variationList__item__title {
    padding: 1%;
    border: solid 1px #9e9e9e;
}
	
.fs-c-variationPanelList__panel__stock{
	color: #242424;
}	
.fs-c-variationPanelList__panel--outOfStock {
    background-color: #eaeaea;
}
