@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-p-drawer fs-l-sideArea
ドロワーメニュー
-------------------------------------------------- */
.fs-p-drawer.fs-l-sideArea{
	width: 201px;
}



/* -------------------------------------------------
fs-l-main
-------------------------------------------------- */
/*
.fs-l-main{
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
*/


/* -------------------------------------------------
fs-l-pageMain
-------------------------------------------------- */
.fs-l-pageMain {
	max-width: 928px;
}


/* --------------------------------------------------------------------------------
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;
}
*/

/* --------------------------------------------------------------------------------
パンくずリスト　※フリーページ用
-------------------------------------------------------------------------------- */
/*
.breadcrumb__list {
	box-sizing: border-box;
	list-style: none;
	width: 1200px;
	margin: 0;
	padding: 0;
	padding: 0 0 20px;
	font-size: 14px;
}
.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;
}
*/


