﻿.search-results .product-list,
.search-results .pager_wrap_
{
  padding: 0 10px;
}

.search-results .box_count_ h2{
	text-align: center;
}
.search-results .box_count_ ._status {
  font-size: 16px;
  padding: 0;
  display: none;
}

.search-results .box_count_ ._hits {
  font-size: 16px;
}

.search-results ._pfmenu {
  background: #ECECEC;
  overflow: hidden;
  padding: 10px 10px 0;
}

.search-results ._pfmenu ._sortorderselector {
	background: #fff;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 0 0;
	text-align: center;
	float: left;
	font-size: 10px;
	color: #444444;
	font-weight: bold;
  position: relative;
}
.search-results ._pfmenu ._sortorderselector select{
	border: none;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
  background: #fff url(../../img/usr/common/sort_icon.svg) center top 9px no-repeat;
  background-size: 18px auto;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.search-results ._pfmenu ._sortorderselector ._label {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 3px;
	line-height: 1;
	z-index: 2;
	padding: 0;
}
._searchstatus{
	margin: 0;
}
.search-results ._pfmenu ._status{
	width: 45%;
	float: left;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 374px) {
	.search-results ._pfmenu ._status{
		width: 43%;
	}
}

.search-results ._pfmenu [data-popfind="sortselector-type1"] {
  order: 1;
  margin-right: 10px;
}

.search-results ._pfmenu [data-popfind="modal"] {
  order: 2;
}

.search-results ._pfmenu .stock-type_ {
  padding: 0;
  width: 100%;
  order: 3;
}

.search-results ._pfmenu .stock-type_ ._attributegroup {
  padding: 0;
  position: relative;
  margin: 0;
}

.search-results ._pfmenu .stock-type_ ._attributegroup ._attributes {
  justify-content: flex-end;
  margin: 5px 0;
  display: none;
}

.search-results ._pfmenu .stock-type_ ._attributegroup ._attribute {
  margin: 0;
}

.search-results ._pfmenu .stock-type_ ._attributegroup ._attribute + ._attribute {
  margin-left: 10px;
}

.search-results ._pfmenu .stock-type_ ._group {
  display: none;
}

#popfindattrlist {
  white-space: nowrap;
  overflow-x: scroll;
  display: flex;
  padding: 0 10px 10px 10px;
  background: #ECECEC;
}

#popfindattrlist label {
  padding: 3px 25px 3px 10px;
  border: 1px solid #333;
  border-radius: 13px;
  position: relative;
  background: #fff;
  font-size: 12px;
	margin-top: 10px;
}

#popfindattrlist label:before, #popfindattrlist label:after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -1px;
}

#popfindattrlist label:after {
  transform: rotate(45deg);
}

#popfindattrlist label:before {
  transform: rotate(-45deg);
}

#popfindattrlist label + label {
  margin-left: 10px;
}

#popfindattrlist ._label:before, #popfindattrlist ._label:after {
  content: none;
}
.search-results .stock-type_ ._group {
  font-weight: normal;
  font-size: 14px;
}

.search-results ._modal ._window {
  overflow: initial;
  z-index: 100;
}

.search-results ._modal ._button {
  text-align: left;
  color: #444444;
  margin: 0 0 0 auto;
  padding: 0 2%;
  width: 40%;
  float: right;
  font-size: 13px;
  background: #fff url(../../img/usr/common/shibori_icon_bl.svg) right 10px center no-repeat;
  background-size: 24px auto;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  position: relative;
  display: block;
  border: none;
  text-shadow: none 0;
  box-shadow: none 0;
  border-radius: 0;
}

.search-results ._modal ._button.active {
	background: #444444 url(../../img/usr/common/shibori_icon_wh.svg) right 10px center no-repeat;
  background-size: 24px auto;
	color: #fff;
}
._modal ._window ._wrap {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
._attr_trigger{
	width: auto;
	min-height: 100%;
	padding: 12px 32px 12px 20px;
	min-height: 50px;
	display: flex;
	flex-wrap: wrap;
	box-align: center;
	position: relative;
	justify-content: center;
	align-items: center;
}

.search-results ._wrap ._attrgroup:last-of-type, ._attrgroup ._attribute:last-of-type {
  border-bottom: 1px solid #ddd;
}
._attrgroup{
	border-bottom: 1px solid #eee;
}
.search-results ._wrap ._attrgroup ._attr_status {
	margin-left: auto;
	font-size: 12px;
	color: #FC0019;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 45%;
	text-align: right;
	height: 100%;
	line-height: 1.2;
}

.search-results ._wrap ._attr_trigger ._group {

  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  width: 55%;
}
.search-results ._wrap ._attr_trigger ._group span{
	display: block;
	font-weight: normal;
	font-size: 10px;
	padding-top: 5px;
	line-height: 1;
	color: #BEBEBE;
}
.search-results ._wrap ._attr_trigger:after {
	content: ' ';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #444444;
  border-right: solid 1px #444444;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 15px;
  transform: rotate(45deg);	
}

.search-results ._wrap ._attributegroup {
  margin: 0;
  padding: 0 0;
}

.search-results ._wrap ._attributegroup ._group {
	float: none;
	width: 100%;
	text-align: center;
	line-height: 1;
	padding: 24px 0 5px;
	font-size: 16px;
}

.search-results ._wrap ._attributes ._attribute {
  white-space: normal;
  margin: 0;
  font-size: 14px;
  height: auto;
  padding: 10px 20px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  position: relative;

	min-height: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center; 
}

.search-results ._wrap ._disable {
  display: none;
}

body ._modal ._window ._wrap ._head {
  z-index: 99999;
  padding: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 50px;
	color: #fff;
	background: #444444;
}

.search-results ._wrap ._head ._status {
  display: none;
}

body ._modal ._window ._wrap ._head ._close {
  position: fixed;
  bottom: 3%;
  z-index: 999;
  right: 10px;
  top: 8px;
  color: #fff;
  font-size: 8px;
  padding-top: 23px;
  
  text-shadow: none;
  border: 0;
  font-size: 8px;
  font-weight: normal;
}
body ._modal ._window ._wrap ._head ._close:before,
body ._modal ._window ._wrap ._head ._close:after{
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 10px;
}
.search-results ._wrap ._head ._close:before{
  transform: rotate(45deg);
}
.search-results ._wrap ._head ._close:after {
  transform: rotate(-45deg);
}


.search-results ._wrap ._head ._back {
  display: block;
  margin: 0 4%;
  width: 92%;
  background: #444;
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  position: fixed;
  bottom: 3%;
  display: none;
  z-index: 999999999999999999; 
}
.search-results ._wrap ._head ._back:before,
.search-results ._wrap ._head ._back:after {
 	display: none;
}
.search-results ._wrap ._head ._back._visible {
  display: block;
}

.search-results ._wrap ._head .refine-title {
  padding: 0;
  text-align: center;
  font-size: 17.5px;
  line-height: 50px;
  margin: 0 0;
  font-weight: bold;
}

.search-results ._wrap ._body {
  height: 100%;
}
._attrgroups{
  height: 100%;
  overflow-y: scroll;
	padding-bottom: 250px;
}
.search-results ._attr_main {
  transition: transform .3s;
  transform: translateX(107%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 200;
  height: 100%;
  overflow-y: scroll;
	padding-bottom: 250px;
	z-index: 999999999999999999999;
}

.search-results ._attr_main._visible {
  transform: translateX(0);
}
.block-filter--filter-items{
	overflow: hidden;
}
.search-results ._modal ._window ._wrap ._body {
  /*overflow-y: scroll;
  overflow-x: hidden;*/
  position: relative;
  z-index: 9999;
  height: 100%;
  overflow: hidden;
  max-height: 100%;
  /*max-height: calc(65%);
	overflow-x: hidden;
	overflow-y: scroll;*/
}


.search-results ._foot ._status {
  margin-right: 10px;
  width: auto;
  float: none;
}

.search-results ._foot ._status {
  font-size: 24px;
  display: none;
}
.search-results ._foot ._status{
	text-align: center;
	font-size: 12px;
	margin: 0;
}
.search-results ._foot ._status span._hits{
	font-size: 12px;
}
body ._modal ._window ._wrap ._foot{
  position: fixed;
  bottom: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  display: block;
  padding: 3% 0;
  left: 1px;
  z-index: 9999;
}
body ._modal ._window ._wrap ._foot ._button {
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: #FC0019;
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #FC0019;
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
  width: 92%;
	text-decoration: none;
	display: block;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	color: #fff; 
	font-weight: normal;
	float: none;
}
body ._modal ._window ._wrap ._foot ._button span{
	display: none;
}
.search-results label {
  /*padding: 10px 20px 10px 25px;
  display: block;
  font-size: 13px;
  position: relative;*/
  display: block;
}
.search-results input[type="checkbox"] {
  position: absolute !important;
  visibility: hidden;
}
.search-results  + ._label {
	display: inline-block;
  cursor: pointer;
  font-size: 13px;
	padding: 3px 25px 3px 10px;
	border: 1px solid #000;
	border-radius: 13px;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	background: #fff;  
}
.search-results input[type="checkbox"] + ._label {

}

.search-results input[type="checkbox"] + ._label::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 30px;
  width: 21px;
  height: 21px;
  border: 1px solid #999;
}
.search-results input[type="checkbox"]:checked + ._label::before {
	background: #FC0019;
	border: 1px solid #EEEEEE;
}
.search-results input[type="checkbox"] + ._label:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 34px;
  width: 12px;
  height: 6px;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  border-bottom: 2px #FC0019 solid;
  border-left: 2px #FC0019 solid;
}
.search-results input[type="checkbox"]:checked + ._label:after {
  border-bottom: 2px #fff solid;
  border-left: 2px #fff solid;
}
.search-results input[type="checkbox"]:checked + ._label:after {
  opacity: 1;
}
.search-results input[type="checkbox"] + ._label + ._count{
	font-size: 13px;
}
.product-list ._items {
  display: flex;
  flex-wrap: wrap;
/*  padding: 0 10px; */
  margin-top: 15px;
}

.product-list ._items ._icons {
  position: absolute;
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  left: 35%;
  height: 50px;
  display: none; /* 200805 */
}

.product-list ._items ._icons ._icon {
  padding: 0;
  width: 32%;
  margin: 0 0.5%;
  line-height: 1;
}

.product-list ._items ._icons ._icon + ._icon {
/*  margin-left: 5px; */
}

.product-list ._items ._icons img {
  max-height: 100%;
}

.product-list ._items ._wrap {
  border: none;
  width: 100%;
}

.product-list ._items ._wrap a {
  text-decoration: none;
}

.product-list ._items ._wrap ._review_score {
  display: flex;
}

.product-list ._items ._item {
  border-top: 1px solid #eee;
  margin: 0;
  padding: 5px 0;
}

.product-list ._items ._item:last-of-type {
  border-bottom: 1px solid #eee;
}

.product-list ._items ._item ._wrap {
  display: flex;
  flex-wrap: wrap;
}

.product-list ._items ._item ._image {
  width: 35%;
}

.product-list ._items ._item ._title {
  width: 65%;
  padding: 45px 0 0 12px;
  font-size: 13px;
  padding: 12px 0 0 12px; /* 200805 */
}

.product-list ._items ._item ._title a {
  font-weight: normal;
}

.product-list ._items ._item ._price {
  font-weight: bold;
  padding: 0 10px 0 0;
  width: 100%;
}

._pagenator ._disable {
  display: none;
}

._pagenator ._nav ._button {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  border-radius: 0;
}
/*# sourceMappingURL=sb_popfind.css.map */

.page-contentspages ._items ._item ._wrap ._review_score{
	width: 10vw;
	font-size: 4.833vw;
	line-height: initial;
	margin: 0 0 0 38%;
	padding: 0;
}
.page-contentspages ._items ._item ._wrap ._review_score._review_score_40:after {
  width: 190%;
}
body.page-contentspages ._items ._item ._wrap ._additional_text1,
body.page-contentspages ._items ._item ._wrap ._additional_text2{
	color: #2f84ed;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
body.page-contentspages ._items ._item ._wrap ._additional_text1{
  margin-left: 66px;
  margin-top: 3px;
}
body.page-contentspages ._items ._item ._wrap ._additional_text2{
	margin-top: 3px;
	margin-left: 7px;
}


._items ._item ._wrap ._review_score._review_score_00:after{content:""}
._items ._item ._wrap ._review_score._review_score_05:after{width:25%}
._items ._item ._wrap ._review_score._review_score_10:after{width:50%}
._items ._item ._wrap ._review_score._review_score_15:after{width:73%}
._items ._item ._wrap ._review_score._review_score_20:after{width:100%}
._items ._item ._wrap ._review_score._review_score_25:after{width:121%}
._items ._item ._wrap ._review_score._review_score_30:after{width:148%}
._items ._item ._wrap ._review_score._review_score_35:after{width:168%}
._items ._item ._wrap ._review_score._review_score_40:after{width:190%}
._items ._item ._wrap ._review_score._review_score_45:after{width:218%}
._items ._item ._wrap ._review_score._review_score_50:after{width:240%}


@media screen and (max-width: 350px){
	.page-contentspages ._items ._item ._wrap ._review_score{
		margin: 0 0 0 39%;
	}
	body.page-contentspages ._items ._item ._wrap ._additional_text1 {
		margin-top: 0px;
    margin-left: 50px;
  }
	body.page-contentspages ._items ._item ._wrap ._additional_text2 {
    margin-top: 0px;
    margin-left: 4px;
  }
}
#sort_floatingbtn{
	display: block;
}
#popfindattrlist + #stock{
	padding: 20px 11.5px 5px;
}
#popfindattrlist + #stock label{
	position: relative;
	padding: 0 0 0 28px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
}
#popfindattrlist + #stock label ._count{
	display: none;
}
.search-results #popfindattrlist + #stock label input[type="checkbox"] + ._label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #EEEEEE;
}
.search-results #popfindattrlist + #stock label input[type="checkbox"] + ._label::after {

}
.search-results #popfindattrlist + #stock label input[type="checkbox"]:checked + ._label::before {
	background: #FC0019;
	border: 1px solid #EEEEEE;
}
.search-results #popfindattrlist + #stock label input[type="checkbox"] + ._label:after {
  position: absolute;
  right: auto;
  left: 4px;
  top: 5px;
  border-color: #fff;
  width: 12px;
  height: 6px;
}

/* おすすめリンク */
._recommendlinks._recommendlinks_type2 {
  margin: 30px 0;
  border: none;
}

._recommendlinks._recommendlinks_type2 ._label {
  position: static;
  padding: 0 20px;
  font-weight: bold;
  font-size: 13px;
}

._recommendlinks._recommendlinks_type2 ._links {
  gap: 10px;
  margin: 10px 0 0;
  padding: 0 20px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

._recommendlinks._recommendlinks_type2 ._links::-webkit-scrollbar {
  display: none;
}

._recommendlinks._recommendlinks_type2 ._links ._link {
  flex-shrink: 0;
  width: 120px;
  width: 32vw;
  margin: 0;
  padding: 0;
}

._recommendlinks._recommendlinks_type2 ._links ._link ._wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._recommendlinks._recommendlinks_type2 ._links ._link ._wrap ._link_title {
  order: 1;
  font-size: 12px;
}

._recommendlinks._recommendlinks_type2 ._links ._link ._wrap ._title a,
._recommendlinks._recommendlinks_type2 ._links ._link ._wrap ._link_title a {
  font-weight: 400;
  text-decoration: none;
}

._recommendlinks._recommendlinks_type2 ._links ._link ._wrap ._link_image a {
  display: block;
  font-size: 0;
}

._recommendlinks._recommendlinks_type2 ._links ._link ._wrap ._link_image img {
  width: 100%;
}

/* キーワードランキング */
._keywordranking {
  margin: 30px 0;
  padding: 0;
}

._keywordranking ._label {
  padding: 0 20px;
  font-weight: bold;
  font-size: 13px;
}

._keywordranking ._keywords {
  flex-direction: column;
  gap: 4px 6px;
  margin: 10px 0 0;
  padding: 0 20px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

._keywordranking ._keywords::-webkit-scrollbar {
  display: none;
}

._keywordranking ._keywords .keyword-row {
  display: flex;
  gap: 6px;
}

._keywordranking ._keywords ._keyword {
  flex-shrink: 0;
  margin: 0;
}

._keywordranking ._keywords ._keyword ._rank {
  display: none;
}

._keywordranking ._keywords ._keyword ._word a {
  display: block;
  padding: 6px 17px;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #EDEDED;
  border-radius: 40px;
  white-space: nowrap;
}