.fs-l-main--item{
	max-width: 1430px !important;
}
.fs-l-pageMain--item{
	display:flex;
	flex-wrap: wrap;
	max-width: inherit;
}
.fs-l-pageMain--item .fs-c-heading--page{
	width: 100%;
}
.fs-l-pageMain--item .fs-p-productSearch{
	width: 300px;
	padding: 0;
	border: none;
}
.fs-l-pageMain--item .fs-c-productList{
	container-type: inline-size;
	width: calc(100% - 300px);
	/*padding-left: 100px;*/
padding-left: 45px;
}
@media screen and (max-width: 834px) {
	.fs-l-pageMain--item .fs-c-productList{
		width: 100%;
	}
}
.fs-l-pageMain--item .fs-c-productList .fs-c-productListItem__prices{
font-size: 16px;
}

.fs-l-pageMain--item .fs-c-productList.is-singleclm{
	padding-left: 0;
	width: 100%;
}

.fs-p-productSearch__form{
	padding: 0;
	background: none;
	transform: none;
}
.form-box{
	padding: 15px 9px;
	border-top: 1px solid #BCA087;
}
.form-box:first-of-type{
	padding-top: 0;
	border-top: none;
}
.form-box .form-ttl{
	display: block;
	padding-bottom: 15px;
font-family: "Noto Serif JP", serif;
	font-size: 15px;
}
.fs-c-checkboxGroup .fs-c-checkbox{
	width: 100%;
}
.form-box .select-wrap{
	position: relative;
}

.form-box .select-wrap .arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -2px;
	display: inline-block;
	width: 12px;
	height: 5px;
}

.form-box .select-wrap .arrow::before,
.form-box .select-wrap .arrow::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 0.5px);
	width: 1px;
	height: 7.8px;
	border-radius: 9999px;
	background-color: #000000;
	transform-origin: 50% calc(100% - 0.5px);
}

.form-box .select-wrap .arrow::before {
	transform: rotate(53.95deg);
}

.form-box .select-wrap .arrow::after {
	transform: rotate(-53.95deg);
}
.fs-p-productSearch__searchButton{
padding: 0.95em 0.5em!important;
width: 100%;
	background: #353535 !important;
	color: #FFF !important;
	border: 0 !important;
	font-size: 14px!important;
	font-family: "Noto Serif JP", serif;
}
 @media screen and (max-width: 834px) {
	.fs-p-productSearch__searchButton{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100vw;
		height: 72px;
		z-index: 1;
	}
}


.fs-p-productSearch__searchButton::before{
	display: none;
}
body.fs-body-search .fs-c-checkbox__checkMark::before{
	opacity: 1;
	top: 2px;
	left: 1px;
}
body.fs-body-search .fs-c-checkbox__checkMark{
	border: none;
	border-radius: 50px;
	background: #E0E0E0;
}

.fs-c-checkbox .fs-c-checkbox__labelText {
	font-family: "Noto Serif JP", serif;
}

.fs-c-productList__list + .fs-c-productList__controller {
margin-top: 70px!important;
}
body.fs-body-search:not(.has-search_result) .fs-c-productList__list{
	display: grid !important;
}
@container (max-width: 900px) {
	.fs-c-productList__list {
		grid-template-columns: repeat(4, minmax(0, 1fr))!important;
	}
}
@container (max-width: 660px) {
	.fs-c-productList__list {
		grid-template-columns: repeat(3, minmax(0, 1fr))!important;
	}
}
@container (max-width: 599px) {
	.fs-c-productList__list {
		grid-template-columns: repeat(2, minmax(0, 1fr))!important;
	}
}


  @media screen and (max-width: 834px) {
	.pc {
	  display: none !important;
	}
  }

  @media screen and (min-width: 835px) {
	.sp {
	  display: none !important;
	}
  }

  .js-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
  }
  .js-locked body {
	-webkit-overflow-scrolling: auto;
  }

  @media screen and (max-width: 834px) {
	.bg-sp {
	  position: relative;
	  z-index: 1;
	  border-top-color: #BCA087;
	}
	.bg-sp::before {
	  position: absolute;
	  z-index: -1;
	  content: "";
	  top: 0;
	  bottom: -1px;
	  width: 100vw;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
		  -ms-transform: translateX(-50%);
			  transform: translateX(-50%);
	  background: #F3EDE5;
	}
  }
  @media screen and (max-width: 834px) {
	.bg-sp.form-box:not(.js-accordion) {
	  border-top: none !important;
	}
  }
  @media screen and (max-width: 834px) {
	.bg-sp .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
	  border-color: #EBC56D !important;
	  background-color: #EBC56D !important;
	}
	.bg-sp .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before {
	  color: #ffffff !important;
	}
	.bg-sp .fs-c-checkbox__checkMark {
	  border-color: #ffffff !important;
	  background-color: #ffffff !important;
	}
	.bg-sp .fs-c-checkbox__checkMark::before {
	  color: #EBC56D !important;
	}
  }

  .form-info {
	padding: 10px 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-self: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .form-info__result {
	font-size: 15px;
  }
  .form-info__reset {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	position: relative;
	padding-right: 14px;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	text-decoration: none;
	color: #353535;
  }
  @media (any-hover: hover) {
	.form-info__reset:hover {
	  opacity: 0.7;
	  text-decoration: none;
	  color: #353535;
	}
  }
  .form-info__reset:visited, .form-info__reset:active, .form-info__reset:hover {
	text-decoration: none;
	color: #353535;
  }
  .form-info__reset::before, .form-info__reset::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 8px;
	right: 0;
	top: 50%;
	background: #231815;
  }
  .form-info__reset::before {
	-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
			transform: translateY(-50%) rotate(45deg);
  }
  .form-info__reset::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
		-ms-transform: translateY(-50%) rotate(-45deg);
			transform: translateY(-50%) rotate(-45deg);
  }
  .form-info + .form-box {
	border-top: 1px solid #BCA087;
  }

  .js-accordion .form-ttl {
	padding-bottom: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	position: relative;
  }
  @media (any-hover: hover) {
	.js-accordion .form-ttl:hover {
	  opacity: 0.7;
	}
  }
  .js-accordion .form-ttl .arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2px;
	display: inline-block;
	width: 12px;
	height: 5px;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	-o-transition: 0.3s transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
  }
  .js-accordion .form-ttl .arrow::before, .js-accordion .form-ttl .arrow::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 0.5px);
	width: 1px;
	height: 7.8px;
	border-radius: 9999px;
	background-color: #000000;
	-webkit-transform-origin: 50% calc(100% - 0.5px);
		-ms-transform-origin: 50% calc(100% - 0.5px);
			transform-origin: 50% calc(100% - 0.5px);
  }
  .js-accordion .form-ttl .arrow::before {
	-webkit-transform: rotate(53.95deg);
		-ms-transform: rotate(53.95deg);
			transform: rotate(53.95deg);
  }
  .js-accordion .form-ttl .arrow::after {
	-webkit-transform: rotate(-53.95deg);
		-ms-transform: rotate(-53.95deg);
			transform: rotate(-53.95deg);
  }
  .js-accordion .input-wrap {
	max-height: 0;
	opacity: 0;
	/*overflow: hidden;*/
	-webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s, margin-top 0.3s;
	-o-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s, margin-top 0.3s;
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s, margin-top 0.3s;
  }
  .js-accordion.is-open .form-ttl .arrow {
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
  }
  .js-accordion.is-open .input-wrap {
	position: relative;
	margin-top: 12px;
	max-height: 2000px;
	opacity: 1;
padding-top: 18px;
  }
.js-accordion.is-open .input-wrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: -9px;
	width:calc(100% + 18px);
	height: 1px;
	border-top: 1px dashed #BCA087;
}

  .btn-popup {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
			justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
			align-items: center;
	text-align: center;
	width: 100%;
	max-width: 357px;
	border: none;
	background: transparent;
	border-radius: 0;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
  }
  @media (any-hover: hover) {
	.btn-popup:hover {
	  opacity: 0.7;
	}
  }
  .btn-popup img {
	display: block;
	width: 100%;
	max-width: 357px;
  }

  @media screen and (max-width: 834px) {
	.modal-search {
	  width: 100vw !important;
	  display: block;
	  position: fixed;
	  z-index: 999;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background: white;
	  visibility: hidden;
	  opacity: 0;
	  pointer-events: none;
	  -webkit-transition: 0.3s opacity;
	  -o-transition: 0.3s opacity;
	  transition: 0.3s opacity;
	  padding: 0 0 30px !important;
	}
	.modal-search.is-show {
	  visibility: visible;
	  opacity: 1;
	  pointer-events: auto;
	  width: 100vw;
	}
  }
  .modal-search__ttl {
	 position: relative;
	font-size: 2rem;
	text-align: center;
	margin: 0;
	padding: 15px 0;
  }
  @media screen and (max-width: 834px) {
	.modal-search .fs-p-productSearch__form {
	  height: calc(100vh - 60px);
	  display: block;
	  overflow: auto;
	  padding: 0 18px 72px;
	}
  }
  .modal-search__close {
	position: absolute;
	z-index: 2;
	//left: 0;
	right: 0;
	top: 0;
	height: 60px;
	width: 50px;
	font-size: 3rem;
	line-height: 60px;
	//bottom: 0;
	//min-height: 72px;
	//display: -ms-flexbox;
	//display: -webkit-box;
	//display: flex;
	//-ms-flex-pack: center;
	//-webkit-box-pack: center;
	//		justify-content: center;
	//-ms-flex-align: center;
	//-webkit-box-align: center;
	//		align-items: center;
	//text-align: center;
	//background: #353535;
	//color: white;
  }

  .backtop {
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 20px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #BCA087;
	background: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	cursor: pointer;
	padding: 8px 5px 5px;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
  }
  @media (any-hover: hover) {
	.backtop:hover {
	  background: #BCA087;
	}
.backtop:hover::before{
border-color: #fff;
}
  }
  .backtop::before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #BCA087;
	border-left: 2px solid #BCA087;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
  }
  .backtop::before::before {
	border-top-color: white;
	border-left-color: white;
  }
  .backtop.is-visible {
	visibility: visible;
	pointer-events: auto;
	opacity: 1;
  }

/*-- カテゴリ一覧 --*/
.fs-body-category .fs-p-productSearch .form-box{
padding-left: 0;
    padding-right: 0;
}
.category-sidearea{
display: block;
}
.category-sidearea .fs-c-subgroupList{
display: block;
margin: 0;
}
.category-sidearea .fs-c-subgroup{
margin: 0;
}
.category-sidearea .fs-c-subgroupList__link::after{
	margin-right: .4em;
	width: 16px;
	height: 16px;
	color: #fff;
	line-height: 1.2em;
	background: #b8987b;
	border-radius: 50%;
font-size: 1em;
	content: "\e910";
}
.fs-l-pageMain--item .fs-c-listControl{
gap: 0 30px;
}
.fs-l-pageMain--item .fs-c-productList__controller {
align-items: flex-end;
}
.fs-l-pageMain--item .fs-c-sortItems__list__item__label{
    font-family: "Noto Serif JP", serif;
padding: 0 .5em;
color: #353535!important;
font-size: 15px;
text-decoration: none;
}

.fs-l-pageMain--item .fs-c-sortItems .fs-c-sortItems__label {
display: none;
}

.fs-l-pageMain--item .fs-c-pagination{
/*padding: 0 40px 0 0;*/
margin-left: 0!important;
padding: 0;
width: auto;
font-size: 18px;
}
.fs-l-pageMain--item .fs-c-pagination__item--prev,
.fs-l-pageMain--item .fs-c-pagination__item--next{
position: relative;
width: 30px;
	height: 30px;
	/*top: 50%;
transform: translateY(-50%);
*/
}
.fs-l-pageMain--item .fs-c-pagination__item--prev{
    transform: scale(-1, 1);
margin-right: 32px !important;
}
.fs-l-pageMain--item .fs-c-pagination__item--next{
margin-left: 32px !important;
}
.fs-l-pageMain--item .fs-c-pagination__item--prev::before,
.fs-l-pageMain--item .fs-c-pagination__item--next::before {
		width: 14px;
		height: 5px;
transform: translateY(-15%) skewX(45deg);
left: -3px;
}
.fs-l-pageMain--item .fs-c-pagination__item{
	margin: 0 .1em;
padding: 5px 8px;
}
/*
.fs-l-pageMain--item .fs-c-listControl__status + .fs-c-pagination{
flex: 1;
}
*/

.fs-body-category .fs-c-productList,
.fs-body-category .fs-c-productList__controller,
.fs-body-category .fs-c-sortItems{
margin: 0;
}
@media screen and (min-width: 960.02px) {
.fs-body-category .fs-c-heading.fs-c-heading--page{
margin-bottom: 1.643em;}
}
@media screen and (min-width: 834px) {
.fs-body-category .fs-p-productSearch{
    margin-top: 75px;
}
}

.fs-body-category .fs-p-productSearch .form-ttl{
    margin-bottom: 1em;
    padding: 15px 9px;
border-top: 1px solid #BCA087;
border-bottom: 1px dashed #BCA087;
}
.fs-body-category .fs-p-productSearch .input-wrap{
    padding: 0 9px;
}
.fs-body-category .fs-p-productSearch .fs-c-subgroupList__label{
    font-family: "Noto Serif JP", serif;
}
.fs-body-category .fs-p-productSearch .fs-c-subgroupList > li:not(:last-child){
margin-bottom: 5px;}

.fs-body-category .fs-p-productSearch .fs-c-subgroupList .fs-c-subgroupList__link{
    position: relative;
padding-left: 1.5em;
}
.fs-body-category .fs-p-productSearch .fs-c-subgroupList .fs-c-subgroupList__link:after {
display:none;
/*content: "\e90c";*/
}
.fs-body-category .fs-p-productSearch .fs-c-subgroupList .fs-c-subgroupList__link:before{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1.5px #BCA087;
    border-right: solid 1.5px #BCA087;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}




/*-- 検索結果一覧 --*/
body.fs-body-search .fs-l-main{
padding-left: 15px;
    padding-right: 15px;
}
body.fs-body-search .fs-c-productList {
margin-top:80px;
padding: 0 0 0 45px!important;
}
body.fs-body-search .fs-c-productList__controller,
body.fs-body-search .fs-c-productList__controller .fs-c-listControl{
display:flex!important;
justify-content: flex-end;
}
body.fs-body-search .fs-p-productSearch {
margin-top:185px;
}
body.fs-body-search .form-box input[name=keyword]{
margin-bottom: 11px;
    padding: 0.25em .5em;
}
body.fs-body-search .fs-c-checkboxGroup {
margin-bottom: 20px;
gap: 14px 16px;
}

body.fs-body-search .fs-c-productListItem__productName::before{
display: none;}


/*-- 検索キーワード表示 --*/
#param-list {
  grid-column: 1/-1;
  width: 100%;
  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
#param-list span {
  border: 1px solid #ccc;
  padding: 0 5px;
    border-radius: 2px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
		  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  color: #6C6C6C;
}
#param-list span button {
  border: none;
  background: transparent;
  cursor: pointer;
  width: 15px;
  height: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
		  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
		  align-items: center;
  font-weight: bold;
  font-size: 1rem;
  color: #696969;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
@media (any-hover: hover) {
  #param-list span button:hover {
	color: red;
  }
}

