@charset "utf-8";
/* CSS Document */


/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */

.fs-l-header {
	background: #ad917d;
	
	position: fixed;
	top:0;
	width: 100%;
	height: 155px;
	z-index: 9999;
}

.fs-l-header__utility {
	color: #fff;
	position: relative;
}


.fs-p-headerUtilityMenu__list a:link {
	color: #fff;
}
.fs-p-headerUtilityMenu__list a:visited {
	color: #fff;
}
.fs-l-header__welcomeMsg.fs-clientInfo.is-ready {
	color: #fff;
}
.fs-l-header__logo{
	width:250px;
	margin: 0 auto;
}


/* --------------------------------------------------------------------------------
	ヘッダー固定 ページ上部
-------------------------------------------------------------------------------- */
.fs-body-product .fs-l-page{
	padding-top: 155px;	
}

.fs-body-custom .fs-l-page{
	padding-top: 130px;	
}


/* ヘッダー　カートボタン
--------------------------------------------------------------------*/
.h-CartButton {
	position: absolute;
	right: 1%;
	top:-60%;
	z-index: 100;
}
.h-CartButton__buttonn {
	background: #fff;
	border-radius: 0px;
	display: block;
	line-height: 1;
	opacity: 0.2;
	padding: 8px;
	position: relative;
	text-align: center;
}
.h-CartButton__button:link {
	color: #ffffff;
}
.h-CartButton__button:visited {
	color: #ffffff;
}
.h-CartButton__button:hover {
	color: #ffffff;
}
.h-CartButton__button:active {
	color: #ffffff;
}
.h-CartButton__button:hover {
	text-decoration: none;
}
.h-CartButton__icon {
	font-size: 3.6rem;
}
.h-CartButton__label {
	display: block;
	font-size: 1.2rem;
}




/* --------------------------------------------------------------------------------
	ヘッダー固定 ページ上部
-------------------------------------------------------------------------------- */
.fs-l-page{
	padding-top: 100px;	
}



/* --------------------------------------------------------------------------------
	カテゴリーページ
-------------------------------------------------------------------------------- */
.fs-c-sortItems__list__item.is-active {
	background: #ad917d;
}



/* --------------------------------------------------------------------------------
	ご利用ガイド
-------------------------------------------------------------------------------- */
.fs-c-documentArticle__heading {
	background: #ad917d;
}



/* --------------------------------------------------------------------------------
	マイページ
-------------------------------------------------------------------------------- */
.fs-l-header--min{
	background: #ad917d;
}



/* --------------------------------------------------------------------------------
	会員登録
-------------------------------------------------------------------------------- */
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
	border-color: #ad917d;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
	background: #ad917d;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
	background: #ad917d;
	border-color:#ad917d;
}


/* --------------------------------------------------------------------------------
	商品一覧ページ
-------------------------------------------------------------------------------- */
/* ページャー　アクティブ */
.fs-c-pagination__item.is-active {
    background: #ad917d;
    color: #ffffff;
}



