<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

input,
select,
textarea{
	appearance: revert;
}

.fs-l-page {
	width:1288px;
	margin:0 auto;
}


/* --------------------------------------------------------------------------------
コマースクリエイターリセット
-------------------------------------------------------------------------------- */
/* -------------------------------------------------
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 &gt; * {
	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 {
	width: 100%;
	max-width: none;
	
	position: relative;
	border-top: none;
	color: inherit;
	background: none;
}


/* -------------------------------------------------
fs-l-main
-------------------------------------------------- */
.fs-l-main {
	margin: 0 auto 50px;
	padding: 0;
	width: 100%;
	max-width: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


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


/* --------------------------------------------------------------------------------
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: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
	padding: 0 0 5px;
}
.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-wishlistProduct h2.fs-c-wishlistProduct__title {
	margin-bottom: 20px;
}


/* --------------------------------------------------------------------------------
ログイン
-------------------------------------------------------------------------------- */
.fs-body-login .fs-c-linkedServiceLogin__title {
	margin-bottom: 10px;
}

.fs-body-login .fs-c-newUsers__title {
	margin-bottom: 10px;
}



/* --------------------------------------------------------------------------------
カート
-------------------------------------------------------------------------------- */
.fs-body-cart .fs-c-continueShopping{
	margin: 0 0 60px;
}
.fs-body-cart .delivery{
	margin: 0 0 60px;
}

/* --------------------------------------------------------------------------------
ご注文手続き
-------------------------------------------------------------------------------- */
.fs-body-checkout .fs-c-priceDisplay .fs-c-price{
	color: red;
}

</pre></body></html>