/*----------------------------------------------------
	fs-共通パーツ
----------------------------------------------------*/
.fs-c-continueShopping .fs-c-button--standard {
	background: #6f1318;
	border: none;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 2% 6%;
	margin: 0 0 3%;
	box-shadow: 0 0 2px #b2b2b2;
}
.fs-c-subgroupList__item {
	flex-grow: initial;
	margin: 0 1% 1% 0;
	width: 32%;
	justify-content: center;
	flex-basis: 100%;
}
.fs-c-subgroupList__item .fs-c-subgroupList__link {
	padding: 5%;
	border: none;
	color: #fff;
	background: #701318;
	transition: 0.3s;
}
.fs-c-subgroupList__item .fs-c-subgroupList__link::after {
	color: #fff;
}
.fs-c-subgroupList__item .fs-c-subgroupList__link:hover {
	opacity: 0.7;
	transition: 0.3s;
}
/* お届け日や時間帯の変更 */
#fs_button_changeDeliveryMethod .fs-c-button--standard {
	background: #6f1318;
	border: 1px solid #bbbbbb;
	border-radius: 0px;
	color: #fff;
	font-weight:bold;
	cursor: pointer;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 1.0em 6.6em 1.0em;
	box-shadow: 0 0 2px #b2b2b2;
}
/* 商品数表示カートボタン（フリーパーツ） */
#fs_p_scrollingCartButton {
	display: none !important;
}
/*----------------------------------------------------
	フッターコンテンツ
----------------------------------------------------*/
/* フッター
------------------------------------ */
.fs-l-footer {
	border-top: none;
	background-color: transparent;
	margin: 0;
}
.fs-l-footer__contents {
	max-width: none;
}
.fs-l-footer__utility {
	max-width: 1070px;
	margin: 8px auto 8px;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu {
	margin-top: 0px;
}
.fs-p-footerCopyright {
	padding: 8px;
}
/*  ページトップ
------------------------------------ */
.fs-p-footerPageTop {
	position: fixed;
	left: auto;
	max-width: none;
	bottom: 24px;
	right: 10px;
	padding: 0;
}
.fs-p-footerPageTop__link {
	width: 40px;
	height: 40px;
	background-color: #614e36;
	border-radius: 4px;
}
.fs-p-footerPageTop__link:hover {
	background-color: #857561;
}
.fs-p-footerPageTop__link::before {
	font-size: 2.8rem;
	line-height: 40px;
}
/*  チャットボット
------------------------------------ */
#icon-area {
	margin: 0 !important;
	bottom: 24px !important;
	right: 60px !important;
}
.fs-body-top #icon-area {
	bottom: 18px !important;
	right: 80px !important;
}
#text-icon-title-area {
	background: #80784a !important;
	border-radius: 4px !important;
}
#text-icon-title-area:hover {
	background: #9b946a !important;
}
#icon-close-btn svg {
	width: 18px !important;
	vertical-align: -4px;
}
/*----------------------------------------------------
	商品グループ
----------------------------------------------------*/
/* 全商品一覧 */
.fs-body-category .ranking {
	display: none;
}
/* eギフト用 */
.egift-list_price {
	display: none;
}
/*===================================================

	レスポンシブ

===================================================*/
/*----------------------------------------------------
	商品グループ
----------------------------------------------------*/
@media screen and (min-width: 768px) { .fs-c-subgroupList__item {flex-basis: calc(32%);}}
@media screen and (min-width: 960px) { .fs-c-subgroupList__item {flex-basis: auto;}}

@media only screen and (max-width: 786px) {
/*  ページトップ
------------------------------------ */
.fs-p-footerPageTop {
	bottom: 7px;
	right: 7px;
}
.fs-p-footerPageTop__link {
	width: 30px;
	height: 30px;
}
.fs-p-footerPageTop__link::before {
	font-size: 2.2rem;
	line-height: 30px;
}
/*  チャットボット
------------------------------------ */
#icon-area {
	width: 160px !important;
	left: 7px !important;
	bottom: 7px !important;
}
.fs-body-top #icon-area {
	bottom: 12px !important;
	right: 12px !important;
}
#text-icon-title-area {
	height: 30px !important;
	font-size: 12px;
}
#icon-close-btn svg {
	vertical-align: -6px;
}
}