@charset "utf-8";
input, select, textarea {
	appearance: revert;
}
/* --------------------------------------------------------------------------------
コマースクリエイターリセット
-------------------------------------------------------------------------------- */
/* -------------------------------------------------
fs-l-header
-------------------------------------------------- */
.fs-l-header {
	display: block;
	padding-top: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
}
.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;
	padding: 180px 0 100px;
	max-width: none;
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fs-l-main .header-emergency_announcement {
	/*display: none;*/
	max-width: 75%;
	margin: 0 auto 1em;
}
/* -------------------------------------------------
fs-l-pageMain
-------------------------------------------------- */
/*.fs-l-pageMain {
	max-width: none;
	width: 890px;
}*/
.fs-l-pageMain {
	max-width: 1200px;
	width: 100%;
}
.fs-l-sideArea {
	max-width: 260px;
}
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
	max-width: 890px;
}
/* --------------------------------------------------------------------------------
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 {
	max-width: 100%;
	margin: 0 auto 20px;
	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;
}