/* 個別サムネ設定 */
/* スイート */
[id*="20200908800000000889100000000889101"] + label,
/* 北欧系チェア */
[id*="20200905300000000532300000000532301"] + label{
  display: none;
}


/* js調整用 */
.___hideJs{display: none!important;}
.___hideOpaJs{opacity: 0!important;}
/* css調整用 */
.___hide{};.__uni_pc{};.__uni_sp{}
@media screen and (max-width:1024px) {
  .___hide.__uni_pc{display: none;}
}
@media screen and (min-width:1025px) {
  .___hide.__uni_sp{display: none;}
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* reset */

@media screen and (min-width: 1025px) {
  
  #popfind .reset ._attribute._select{
    width: max-content;
    margin: 0;
  }
  ._attributegroup{
    padding: initial;
    margin: initial;
  }
  ._attributegroup ._attributes ._attribute{
    white-space: pre-wrap;
    margin: initial;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
}

._countselector, ._sortorderselector{
  padding: initial;
  margin: initial;
}
._countselector ._label, ._sortorderselector ._label{
  padding-right: initial;
  flex: initial;
  font-weight: initial;
  font-size: 0.8em;
  font-weight: 700;
}
._items ._item ._wrap ._price, ._items ._item ._wrap ._numeric1, ._items ._item ._wrap ._numeric2, ._items ._item ._wrap ._numeric3, ._items ._item ._wrap ._numeric4, ._items ._item ._wrap ._numeric5{
  padding: initial;
}
.searchmain{
  min-width: initial;
}
.searchmain{
  padding: 0 1%;
  max-width: 1280px;
}
._items ._item{
  box-sizing:none;
  display:initial;
  vertical-align: none;
  width:none;
  position:none;
  padding:none;
  margin:none;
  text-align:none;
  margin:5px 0!important
}
._items ._item ._wrap *[class^=_]{
  padding: initial;
}
._items ._item ._wrap{
  max-width: initial;
  box-shadow: 1px 1px 3px #dfdfdf;
  border: 1px solid #dfdfdf;
}

._items ._item ._wrap:hover{
  box-shadow: 2px 2px 5px #bfbfbf;
  border: 1px solid #eee;
}
@media screen and (min-width:1025px) {
  .facet{
    width: initial;
    max-width: 350px;
    padding: 14px 20px 0;
  }
}
@media screen and (max-width:1024px) {
  .facet{
    width: initial;
    max-width: initial;
    padding: 0 1%;
    margin: 14px 0;
  }
  .keywords_view._sp{
    /* background: #ddd; */
    /* padding: 5px; */
    /* margin-bottom: 25px; */
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    width: max-content;
    /* justify-content: space-between; */
  }

  .keywords_view._sp p{
    /* mar */
  }
  .keywords_view._sp ._status, .keywords_view._sp ._status>span{
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
  }
  .keywords_view._sp a{
    display: flex;
    /* border: 1px solid #000; */
    align-items: center;
    /* padding: 0 7px; */
    width: 100%;
    /* min-width: 92px; */
    /* max-height: 30px; */
  }
  .keywords_view._sp a > span:before {
    content: "";
    background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_reset.svg);
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-top: -1px;
    background-repeat: no-repeat;
    margin: auto 0;
  }
  .keywords_view._sp a > span{
    font-size: 12px;
    line-height: 1.2;
    /* font-weight: 700; */
  }
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* display_text1 | クーポン対象
   display_text2 | 完成品
   display_text3 | 組立設置
   display_text4 | 開梱設置
   display_text5 | 送料無料
   display_text6 | 日本製
   display_text7 | ポイント還元
   display_text8 | 在庫なし
   display_text9 | セール */


  /* それぞれのアイコンの色 */
  /* クーポン対象 */
  /* ._display_text1{display: none!important;} */
  ._display_text1 { background: #dd903e; color: #fff;}
  ._display_text2 { background: #417dca; color: #fff;}
  ._display_text3 { background: #417dca; color: #fff;}
  ._display_text4 { background: #417dca; color: #fff;}
  ._display_text5 { background: #fff; color: #dd903e; border: solid #dd903e 1px;}
  ._display_text6 { background: #666; color: #fff;}
  ._display_text7 { background: #dd903e; color: #fff;}
  ._display_text8 { background: #fff; color: #666; border: solid #666 1px;}

  ._display_text9 { 
    background: rgba(254,70,72,1);
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -1px;
    z-index: 20;
    min-width: max-content;
    left: 3px;
    display: block!important;
    border-radius: 3px 0px 0px 0px;
    font-size: 14px!important;
    width: calc(32%)!important;
  }

  /* それぞれのアイコンの並び順 */
  ._layoutgroup1 > ._price{order: 0;}
  ._display_text1{order: 1;}
  ._display_text2{order: 2;}
  ._display_text3{order: 3;}
  ._display_text4{order: 4;}
  ._display_text5{order: 5;}
  ._display_text6{order: 6;}
  ._display_text7{order: 7;}
  ._display_text8{order: 8;}
  /* ._display_text9{} *//* セール表示は除外 */

  /* アイコンの基本レイアウト */
  ._display_text1,._display_text2,._display_text3,
  ._display_text4,._display_text5,._display_text6,
  ._display_text7,._display_text8,._display_text9{
    display: inline-block;
    padding: 2px 5px;
    margin: 2px 5px;
  }

  [data-popfind="searchresults"] [class*="_display"]{
    width: 100%;
    font-size: 11px;
    padding: 3px!important;
    margin: 0!important;
    line-height: 1;
    text-align: center;
  }
  ._layoutgroup1 > div:nth-child(1n+1){
    margin-top: 4px!important;
  }

  ._modal ._button{
    background: #d5a12d;
    color: #fff;
    white-space: nowrap;
    border-bottom: solid 4px #745e45;
    border-radius: 34px;
  }


  /* PC/SP表示切り替え */
  ._sp { display: none; }
  @media screen and (max-width: 1024px) {
    .wrap { display: block; }
    ._pc { display: none !important; }
    ._sp { display: block; }
  }


 ._attributegroup_group6 > ._group ,._attributegroup_group7 > ._group {
        display: none;
     }
  /* PC用カテゴリ絞り込み用 modalを流用して絞り込みボタンで反映させる */
  #popfind ._modal_custom ._modal ._status { display: none; }
  #popfind ._modal_custom ._modal ._head { display: none; }
  #popfind ._modal_custom ._modal ._button._open { display: none; }
  #popfind ._modal_custom ._modal ._window {
    display: block;
    background-color: unset;
    position: unset;
    height: 100%;
    width: auto;
    overflow: auto;
  }
  #popfind ._modal_custom ._modal ._window ._wrap {
    margin: 0;
    padding: 16px 12px 16px 12px;
    border: 1px solid #aaa;
    /* background-color: #fafafa; */
    width: auto;
    border-radius: 6px;
  }
  #popfind ._modal_custom ._modal ._window ._wrap ._body {
    max-height: unset;
    overflow-y: unset;
  }
  #popfind ._modal_custom ._modal ._window ._wrap ._foot ._button {
    margin: 1em;
  }

  #popfind ._sp_modal ._modal ._sub_group ._attributes ._attribute input {
    display: none;
  }
  #popfind ._sp_modal ._modal ._sub_group ._attributes ._attribute{
    border-radius: 10px;
    border: 1px solid #aaa;
    padding: 2px 5px;
    margin: 5px;
    box-shadow: 1px 1px 3px #ccc;
  }

  .spColorSelect ._attributes ._attribute label{
    border-radius: 10px;
    border: 1px solid #aaa;
    font-size: 14px;
    /* padding: 2px 5px; */
    /* margin: 5px; */
    box-shadow: 1px 1px 3px #ccc;
    line-height: 1.8;
  }
  .spColorSelect ._attributes ._attribute._select label{
    border-radius: 5px;
    border: 1px solid #aaa;
    /* font-size: 14px;
    padding: 2px 5px;
    margin: 7px 2px 0px; */
    box-shadow: 1px 1px 3px #ccc;
    line-height: 1.8;
    padding-top: 2px;
    padding-bottom: 1px;
  }
  .spColorSelect ._attributes ._attribute label:before{
    margin: auto;
    margin-left: 7px;
    margin-right: 4px;
  }
  .spColorSelect ._attributes ._attribute._select label:before{
    /* margin-top: 3px; */
    /* margin-right: 5px; */
  }
  .spColorSelect ._attributes ._attribute._select label span{
    font-size: 14px;
    line-height: 1.6;
    /* color: #999; */
  }
  ._attribute._select ._attributes label span{
    font-size:12px;
  }

  /* #popfind ._sp_modal ._modal ._sub_group ._attributes ._attribute:hover {
    background-color: #aaa;
    color: #fff;
    transition: all 0.2s ease-in;
  } */
  #popfind ._sp_modal ._modal ._sub_group ._attributes ._attribute._select,
  .pcColorSelect ._attributes ._attribute._select label,
  .spColorSelect ._attributes ._attribute._select label {
    background: #ddd;
    color: #666;
    box-shadow: 1px 1px 3px 0px #cfcfcf inset;
  }
  #popfind ._sp_modal ._modal ._sub_group ._attributes {
    display: flex;
    flex-wrap: wrap;
  }

  #popfind .reset, #popfind .reset ._sub_groups, #popfind .reset ._attribute {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #popfind .reset ._attributegroup {
    padding: 0;
    margin: 0;
  }
  #popfind .reset ._attributegroup ._group {
    display: none;
  }
  #popfind .reset ._attribute {
    display: none;
    padding: 0;
    margin: 0 5px;
  }
  #popfind .reset ._attribute._select input {
    display: none;
  }
  #popfind .reset ._attribute._select ._count {
    display: none;
  }
  #popfind .reset ._attribute._select {
    display: flex;
    min-width: unset;
    font-size: unset;
  }
  #popfind .reset ._attributes {
    display: flex;    flex-wrap: wrap;
    width: 100%;
  }

  #popfind .reset ._attribute._select label::before {
    background-image: unset;
    content: unset;
  }

  .roomTagSet ._attributegroup_group2 ._attribute {
    font-size: 15px;
    /* border: 1px solid #aaa; */

  }


  @media screen and (max-width:402px) {
    .roomTagSet ._attributegroup_group2 ._attribute {
      /* width: 47%; */
    }

    .roomTagSet ._attributegroup_group2 ._attribute:nth-child(2n){
      /* margin-left:3%; */
    }
    .roomTagSet ._attributegroup_group2 ._attribute:nth-child(2n + 1),.roomTagSet ._attributegroup_group2 ._attribute:first-child{
      /* margin-right:3%; */
    }
  }
  @media screen and (min-width:402px) and (max-width:681px) {
    .roomTagSet ._attributegroup_group2 ._attribute {
      /* width: calc(32%); */
    }
    .roomTagSet ._attributegroup_group2 ._attribute:nth-child(3n){
      /* margin-left:2%; */
    }
    .roomTagSet ._attributegroup_group2 ._attribute:nth-child(3n + 1),.roomTagSet ._attributegroup_group2 ._attribute:first-child{
      /* margin-right:2%; */
    }

  }
  @media screen and (min-width:682px){
    .roomTagSet ._attributegroup_group2 ._attribute {
      /* width: calc(24%); */
    }
    .roomTagSet ._attributegroup_group2 ._attribute{
      /* margin: 0 1%; */
    }
    .roomTagSet ._attributegroup_group2 ._attribute:nth-child(4n){
      /* margin-right: -1%;
      margin-left: 1%; */
    }
    .roomTagSet ._attributegroup_group2 ._attribute:nth-child(4n + 1),.roomTagSet ._attributegroup_group2 ._attribute:first-child{
      /* margin-right:1%;
      margin-left:-1%; */
    }

  }
  
  .roomTagSet ._attributegroup_group2 ._attributes {
    display: flex;
    flex-wrap: wrap;
  }
  .roomTagSet ._attributegroup_group2 ._attribute label::before {
    content: '';
    display: block;
     width: 100%;
    height: 76px; 
    margin-bottom: 4px;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }

  @media screen and (min-width:1025px){
    .roomTagSet ._attributegroup_group2 > div > ._attribute {
      width: calc(48%);
      margin-bottom: 16px;
    }
    .roomTagSet ._attributegroup_group2 ._attribute{
      /* margin: 0 1%; */
    }
    .roomTagSet ._attributegroup_group2 ._attribute:nth-child(3n){
      /* margin-right: -1%;
      margin-left: 1%; */
    }
    .roomTagSet ._attributegroup_group2 ._attribute:nth-child(3n),.roomTagSet ._attributegroup_group2 ._attribute:first-child{
      margin-right:3%;
      /* margin-left:-1%; */
    }
    .roomTagSet ._attributegroup_group2 ._attribute label::before {
      content: '';
      display: block;
       width: 100%;
      height: 81px; 
      background-size: contain;
      vertical-align: middle;
      background-repeat: no-repeat;
    }
    ._pc.roomTagSet .room-taste ._sub_groups ._attributegroup{
      border: none;
      background: #eee;
      padding: 9px 3px 3px;
    }
    ._pc.roomTagSet ._group{
      margin-bottom: 16px;
      border-bottom: 1px solid #aaa;
      padding-bottom: 4px;
    }
  }


  .roomTagSet ._attributegroup_group2 ._attribute_シンプルモダン > label::before { background-image: url("https://kurashiec202009.itembox.design/item/_assets/img/header_img_taste_2.webp"); }
  .roomTagSet ._attributegroup_group2 ._attribute_ウッディモダン > label::before { background-image: url("https://kurashiec202009.itembox.design/item/_assets/img/header_img_taste_6.webp"); }
  .roomTagSet ._attributegroup_group2 ._attribute_北欧モダン > label::before { background-image: url("https://kurashiec202009.itembox.design/item/_assets/img/header_img_taste_11.webp"); }
  /* .roomTagSet ._attributegroup_group2 ._attribute_アーバンモダン > label::before { background-image: url("https://kurashiec202009.itembox.design/item/_assets/img/header_img_taste_5.webp"); } */
  .roomTagSet ._attributegroup_group2 ._attribute_和モダン > label::before { background-image: url("https://kurashiec202009.itembox.design/item/_assets/img/header_img_taste_4.webp"); }
  .roomTagSet ._attributegroup_group2 ._attribute_ヴィンテージ > label::before { background-image: url("https://kurashiec202009.itembox.design/item/_assets/img/header_img_taste_3.webp"); }
  .roomTagSet ._attributegroup_group2 ._attribute_北欧ナチュラル > label::before { background-image: url("https://kurashiec202009.itembox.design/item/_assets/img/header_img_taste_1.webp"); }
  .roomTagSet ._attributegroup_group2 ._attribute_カントリー > label::before { background-image: url("https://kurashiec202009.itembox.design/item/_assets/img/header_img_taste_7.webp"); }
  .roomTagSet ._attributegroup_group2 ._attribute_クラシック・ヨーロピアン > label::before { background-image: url("https://kurashiec202009.itembox.design/item/_assets/img/header_img_taste_8.webp"); }
  .roomTagSet ._attributegroup_group2 ._attribute_アジアン・リゾート > label::before { background-image: url("https://kurashiec202009.itembox.design/item/_assets/img/header_img_taste_9.webp"); }
  .roomTagSet ._attributegroup_group2 ._attribute_ミッドセンチュリー > label::before { background-image: url("https://kurashiec202009.itembox.design/item/_assets/img/header_img_taste_10.webp"); }
  .roomTagSet .room-taste ._attributegroup_group2 ._attribute label ._label{
    font-size: 12px;
    max-width: 56%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
  }

  .roomTagSet .room-roomtype ._attributegroup_group2 ._attribute label ._label{
    font-size: 12px;
    max-width: 56%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
  }
  .roomTagSet ._attributegroup_group2 ._attribute label ._label + span{
    font-size: 11.5px;
    margin-left: 2px;
  }
  .roomTagSet .room-taste ._attributegroup_group2 ._attribute label input{
    width: 16px;
    height: 16px;
  }
  .roomTagSet ._attributegroup_group2 > div > ._attribute._select{
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 4px 4px 0px 4px;
  }

/* モーダルのz-index */
.sp ._modal ._window{
    z-index: 200000100;
}

.sp ._modal ._window ._wrap{
    border: none;
    width: 100%;
    margin: 0;
    height: 101.1vw;
    padding: 0;
}
.sp ._modal ._window ._wrap ._head{
    padding: 0;
    background: #fff;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #eee;
    box-shadow: 0px -8px 12px 9px rgb(100 100 100 / 15%);
}

/* 戻るボタン */
.sp ._modal ._window ._wrap ._head ._close {
  /* background: transparent; */
/* def */
}



/* sp ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
[slidebar]  {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 45px 0 10px 0;
}

[slidebar]  > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}

[slidebar]  > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slidebar]  > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slidebar]  > div > [range] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 14px;
  background-color: #c7ae28;
}

[slidebar]  > div > [thumb] {
  position: absolute;
  top: -12px;
  z-index: 4;
  height: 38px;
  width: 26px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgb(0 0 0 / 40%);
  background-color: #FFF;
  border-radius: 8px;
  border: 1px solid #ddd;
  outline: none;
}
[slidebar] > div > [thumb]:before{
  content: "";
  width: 2px;
  height: 16px;
  background: #e0e0e0;
  display: inline-block;
  margin: 10px 0 0px 6px;
  border-radius: 5px;
}
[slidebar] > div > [thumb]:after {
  content: "";
  width: 2px;
  height: 16px;
  background: #e0e0e0;
  display: inline-block;
  margin: 10px 0 0 8px;
  border-radius: 5px;
}

[slidebar]  > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 4;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slidebar]  > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slidebar]  > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slidebar]  > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slidebar]  > input[type=range]:focus {
  outline: none;
}
._priceinput ._label
div[slidebar]  > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slidebar]  > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slidebar]  > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slidebar]  > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slidebar]  > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slidebar]  > input[type=range]::-ms-tooltip {
  display: none;
}

[slidebar]  > div > [sign] {
  opacity: 0;
  position: absolute;
  margin-left: -11px;
  top: -46px;
  z-index:3;
  background-color: #888;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

[slidebar]  > div > [sign]:after {
  position: absolute;
  content: '';
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #888;
}

[slidebar]  > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

[slidebar] :hover > div > [sign] {
  opacity: 1;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ababa */
@media screen and (min-width:1025px) {
  
  [slidebar]  {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 35px 0 10px 0;
  }

  [slidebar]  > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 14px;
  }

  [slidebar]  > div > [inverse-left] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
  }

  [slidebar]  > div > [inverse-right] {
    position: absolute;
    right: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
  }

  [slidebar]  > div > [range] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 14px;
    background-color: #c7ae28;
  }

  [slidebar]  > div > [thumb] {
    position: absolute;
    top: -6px;
    z-index: 4;
    height: 24px;
    width: 23px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgb(0 0 0 / 40%);
    background-color: #FFF;
    border-radius: 8px;
    border: 1px solid #ddd;
    outline: none;
  }
  [slidebar] > div > [thumb]:before{
    content: "";
    width: 2px;
    height: 7px;
    background: #e0e0e0;
    display: inline-block;
    margin: 0px 4px 4px 5px;
    border-radius: 5px;
  }
  [slidebar] > div > [thumb]:after {
    content: "";
    width: 2px;
    height: 7px;
    background: #e0e0e0;
    display: inline-block;
    margin: 0px 0px 4px 3px;
    border-radius: 5px;
  }

  [slidebar]  > input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 4;
    height: 14px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }

  div[slidebar]  > input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
  }

  div[slidebar]  > input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
  }

  div[slidebar]  > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
  }

  div[slidebar]  > input[type=range]:focus {
    outline: none;
  }
  ._priceinput ._label
  div[slidebar]  > input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
  }

  div[slidebar]  > input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
  }

  div[slidebar]  > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
  }

  div[slidebar]  > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
  }

  div[slidebar]  > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
  }

  div[slidebar]  > input[type=range]::-ms-tooltip {
    display: none;
  }

  [slidebar]  > div > [sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -36px;
    z-index: 3;
    background-color: #888;
    color: #fff;
    width: 25px;
    height: 24px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  [slidebar]  > div > [sign]:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    top: 19px;
    left: 9px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: #888;
  }

  [slidebar]  > div > [sign] > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    /* margin-bottom: 22px; */
    /* position: absolute; */
    display: block;
    width: max-content;
    left: 2px;
    height: max-content;
    margin: 0 auto;
    margin-top: 6px;
  }

  [slidebar] :hover > div > [sign] {
    opacity: 1;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* slidebar__ */
.slider_scaledisplay{
  position: absolute;
    /* background: white; */
    width: 100%;
    height: 30px;
    bottom: 30px;
    z-index: 0;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    /* font-weight: 700; */
    justify-content: space-between;
}
.slider_scaledisplay span:first-child{
  margin-left: calc(0.5%);
}
.slider_scaledisplay span:last-child{
  margin-right: 0;
}
.slider_scaledisplay span{
  width: 25px;
  font-weight: 700;
  display: block;
  line-height: 2;
  margin: 0 calc(2.8%);
  position: relative;
  color: #ddd;
  text-align: center;
  letter-spacing: -0.05em;
}

/* .slider_scaledisplay::before {
  content: "";
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_slide_scale_tip.svg?t=20230320160336);
  position: absolute;
  width: calc(100%);
  height: 100%;
  background-size: contain;

} */

/*  */
.prodcut_length-wrap{
  display: flex;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  /* padding-bottom: 10px; */
  /* justify-content: center; */
  padding: 4px 12px 4px 8px;
  position: absolute;
  border-radius: 10px 10px 0 0;
  top: 0;
  left: 0;
  background: #eee;
  width: 100%;
}
@media screen and (min-width:1025px) {
  .prodcut_length-wrap{
    display: flex;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    /* padding-bottom: 10px; */
    /* justify-content: center; */
    padding: 4px 12px 4px 8px;
    width: 100%;
    position: absolute;
    border-radius: 10px 10px 0 0;
    top: 0;
    left: 0;
    background: #eee;
  }
}
.prodcut_length-wrap > p{
    margin: auto 8px;
}    
.prodcut_length-wrap > .product_length_width{
    display: flex;
}    
.prodcut_length-wrap > div p{
  /* font-size: 1.3em; */
  font-weight: 700;
}
.__uni_pc .prodcut_length-wrap > div p{
  margin: 0;
}


.lenth_position_layer{
    z-index: 20!important;
}

.length_position_display__none{
  display: none;
}

.sizeSliderActive{

}

/* +++++++++++++++++++++++++++++++++++++++++++++++　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
/* モーダル内のCSS */
[modal_sp_size] ._window{
  z-index: 200000100;
}
[modal_sp_size] ._wrap{
  width: 100vw!important;
  height: 100%;
  overflow: hidden;
  padding: 0!important;
  margin: 0!important;
  border: none!important;
}
/* ++++++++++++++++++++++++++++++++ */
/* モーダルのヘッダー */
[modal_sp_size] ._window ._head{
  display: grid;
  height: 80px;
  background: #fff;
  position: fixed;
  z-index: 100;
  width: 100vw;
  top: 0;
  box-shadow: 2px 3px 5px #ddd;
  grid-template-columns:74px 1fr 74px;
  padding: 0!important;
}

[modal_sp_size]{
  width: 100%;
}

/* 閉じるボタン */
[modal_sp_size] ._window ._head ._close:before{
  content: "×";
  font-size: 34px;
  color: #999;
}
[modal_sp_size] ._window ._head ._close{
  color: #666!important;
  font-size: 12px!important;
  line-height: 1!important;
  cursor: pointer!important;
  position: initial!important;
  text-align: center;
  width: auto;
  height: 76%!important;
  display: flex;
  flex-direction: column;
  border: 1px solid #aaa!important;
  background: none!important;
  margin: auto 0;
  margin-left: 10px;
  box-shadow: 1px 2px 5px #eee;
  border-radius: 14px;
}

/* 全００件 */
[modal_sp_size] ._window ._head ._status{
  text-align: center;
    font-size: 16px;
    margin: auto 0;
    margin-top: 23px;
}

/* 件数 */
[modal_sp_size] ._window ._head ._status ._hits{
  font-size: 22px;
  font-weight: 700;
  margin: 0 4px; 
}
/* ++++++++++++++++++++++++++++++++ */
/* モーダルのボディ */
[modal_sp_size] ._window ._body{
  max-height: initial!important;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* ++++++++++++++++++++++++++++++++ */
/* モーダルのフッター */
[modal_sp_size] ._window ._foot{
  height: 80px;
  background: #fff;
  position: fixed;
  z-index: 100;
  width: 100vw;
  bottom: 0;
  box-shadow: 2px -3px 5px #ddd;
}
[modal_sp_size] ._window ._foot ._button:before{
  content: "";
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_rule_check_W.svg);
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: -1px;
  background-repeat: no-repeat;
}
[modal_sp_size] ._window ._foot ._button{
  background: #d5a12d !important;
  color: #fff;
  display: flex;
  position: absolute;
  justify-content: center;
  width: 70%;
  height: 50px;
  font-size: 16px;
  top: 15px;
  left: 50%;
  right: 50%;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1;
  padding: 16px;
  box-shadow: 0px 3px 0px #666;
  border-radius: 4px;
  border: initial!important;
  transform: translateY(-15%) translateX(-50%);
  -webkit-transform: translateY(-15%) translateX(-50%);
  margin: 0 auto;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */

/* モーダルのボディ の細かい箇所 */
/* 金額～サイズのインプットボックス　*/
[modal_sp_size] ._body ._min, [modal_sp_size] ._body ._max{
  border: 1px solid #111!important;
    font-size: 14px;
    width: 100px!important;
    height: 44px;
}

[modal_sp_size] ._window ._body ._priceinput ._range{
  padding: 12px;
  display: block;
}

[modal_sp_size] ._window ._body ._priceinput{
  padding: 0 5%;
  margin: initial;
}
@media screen and (max-width:420px){
  [modal_sp_size] ._window ._body ._priceinput ._form{
    /* flex-direction: column!important; */
  }
}
[modal_sp_size] ._window ._body ._priceinput ._form{
  justify-content:flex-start!important;
}
[modal_sp_size] ._window ._body ._priceinput ._form input{
  max-width: 140px!important;
  width: 100%!important;
}
/*各要素のタイトル */
[modal_sp_size] ._attributegroup{
  padding: 0 5%!important;
  margin: 14px 0px!important;
}
[modal_sp_size] ._attributegroup:first-child {
  margin-top: 0px!important;
  font-feature-settings: "palt";
}

[modal_sp_size] ._body ._attribute ._group{

}
/*各要素のチェック */
[modal_sp_size] ._body ._attribute [class*="_attributegroup_group"] {

}


/* スライドバーの設定 */
/* pc */
.slidebar-product_wrap.__uni_pc{
  width: 100%;
  padding: 0 18px;
}

/*  */
#slidePCcatch{
  opacity: 0;
  position: fixed;
  z-index: -20;
  top: -100vh;
  left: -100vw;
}

/* sp */
.slidebar-product_wrap.__uni_sp{
  padding: 0 5% 0px;
}

.slidebar-product_wrap.__uni_sp .slidebar-product_length{
  padding: 10px 5% 14px 5%;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 24px;
  position: relative;
}
.slidebar-product_wrap.__uni_sp p{
  line-height: 1.8;
  margin-bottom: 0;
  font-size: 15px;
}
.slidebar-product_wrap.__uni_sp > ._label{
  font-size: 15px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 14px;
  display: flex;
/* border-bottom: 2px dotted #efefef; */

padding-bottom: 7px;
border-top: 1px solid #ddd;
padding-top: 9px;
}

.slidebar-product_wrap.__uni_sp > ._label::before,
.slidebar-product_wrap.__uni_pc > ._label:before{
  content: "";
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_select_size.svg);
  width: 23px;
  height: 23px;
  display: block;
  background-repeat: no-repeat;
  align-items: center;
  margin-right: 3px;
  margin-left: -2px;
}

.size_set_txt:after{
  content: "：";
  margin-left: 4px;
  display: inline;
}

.size_set_txt{
  font-size: 14px;
  }
.size_set_txt_btw{
  font-size: 12px;
  }

.size_set_txt,.size_set_txt_btw{
font-weight: 700;
}

#slideSPcatch{
  /* display: none; */
  opacity: 0;
    position: fixed;
    z-index: -2;
    top: 100vh;
    right: 100vw;
}
/* +++++++++++++++++++++++++++++++++++++++++++ */
/*　searchソートの箇所 */

select {
  color: #000;
}

.spSortSetGroup > div > div ._attribute{
  /* margin: 0!important;; */
}
._first_attributes{
  width: 100%;
  display: flex;
  /* padding: 0 5%; */
  justify-content: space-between;
  margin: 0 auto;
}


.sort_pagenator{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

@media screen and (min-width:1025px) {
  .sort_pagenator{
    justify-content: space-between;

  }
  
}


.spSortSetGroup{
  font-size: 14px;
  display: flex;
  /* flex-wrap: wrap; */
  overflow-x: scroll;
  /* width: calc(57%); */
  margin-right: 16px;
  /* max-width: calc(60%); */
}
@media screen and (min-width:581px) {
  .spSortSetRule{
      /* width: 240px; */
  }
}
@media screen and (max-width:582px) {
  .spSortSetGroup > div > div label span{
    font-size: 12px;
  }
  ._first_attributes{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
    justify-content: center;
    margin: 0 auto;
  }
  .spSortSetGroup > div{
    min-width: max-content;
    padding-bottom: 14px;
  }
  .spSortSetGroup{
    font-size: 14px;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    order: 2;
    /* margin-bottom: 20px; */
    overflow: scroll;
    margin-right: 0;
  }
  .spSortSetRule{
    width: 100%;
    order: 1;
    /* margin-bottom: 20px; */
  }
  .spSortSetGroup > div:first-child{
    margin-right: 8px;
  }
}
.search_sortset select{
  color: #000;
}
.search_sortset .sortselector__content{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.search_sortset ._label{
  margin-right: 8px;
  margin-left: 21px;
}
.spSortSetGroup > div > div{
  padding: initial;;
  margin: initial;
}

[data-popfind="attributes-group5"], [data-popfind="attributes-group6"]{

}
/* 在庫なし除外 */
[data-popfind="attributes-group5"]{
/* display: none; */
}
/* セール中 */
[data-popfind="attributes-group6"]{}
/* もっと絞り込むボタン */
[div="modal_sp_size"]{
    width: 100%;
}

/* もっと絞り込むボタン */

/* 閉じてる時 */
@media screen and (min-width:769px) {
.spSortSetRule ._modal ._window._hide + ._button{
  display: flex;
  margin: 0 auto;
  width: 90%;
  height: 44px;
  /* padding: 12px 0px; */
  color: #000;
  text-decoration: none;
  background: #fff;
  /* position: relative; */
  white-space: nowrap;
  border-bottom: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  align-items: center;
  box-shadow: 2px 3px 0px #777;
  line-height: 1;
  justify-content: center;
}

.fs-kw-search._sp_menu{
  /* width: 100%;
  padding: 0 5%; */
  height: max-content;
  /* border-bottom: 1px solid #ddd; */
  margin-bottom: 17px;
  /* padding-bottom:16px; ; */
}
}

@media screen and (max-width:768px) {

  .fs-kw-search._sp_menu{
    /* width: 100%;
    padding: 0 5%; */
    height: max-content;
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 17px;
    /* padding-bottom:16px; ; */
  }

  .spSortSetRule ._modal ._window._hide + ._button{
    display: flex;
    margin: 0 auto;
    width: 90%;
    height: 44px;
    color: #000;
    text-decoration: none;
    background: #fff;
    white-space: nowrap;
    border-bottom: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
    align-items: center;
    box-shadow: 0px 2px 4px #222;
    line-height: 1;
    justify-content: center;
    
    animation-name:fadeOutAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:1;
  }


  .spSortSetRule ._modal ._window._hide + ._button{
    position: fixed;
    z-index: 12050;
    bottom: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-51%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);


    animation-name:fadeInAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
  }


    
  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }

}

/* +++++++++++++++++++++++++++++++++++++++++++++ */
/* リザルト　絞り込み検索の表示変更 */

/* 768 */
@media screen and (min-width:769px) {
  .spSortSetRule ._modal ._window._hide + ._button{

  }
}

/* 540以下 */
@media screen and (max-width:540px) {
  .spSortSetRule ._modal ._window._hide + ._button{
  }
}
/* 420以下 */
@media screen and (max-width:420px) {
  .spSortSetRule ._modal ._window._hide + ._button{
  }
}





.spSortSetRule ._modal ._window._hide + ._button::before{
  content: "";
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_rule_open_B.svg);
  display: block;
  min-width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: -1px;
  background-repeat: no-repeat;
}

/* +++++++++++ */
/* 表示順 */
.search_sortset{
  border-top: 1px solid #ddd;
  padding-top: 12px;
}

.pcSortSetGroup{
  width: 30%;
    background: #eee;
    border-radius: 6px;
    /* display: block; */
    height: 34px;
    margin-top: 18px;
    align-items: center;
}

.search_sortset_inner{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.search_sortset .searchstatus__content{
  /* width: 30%; */
  background: #eee;
    border-radius: 6px;
}

.search_sortset .sortselector__content{
  min-width: 180px;
}

@media screen and (max-width:768px){
  .search_sortset .sortselector__content{
    min-width: 320px;
  }
}

@media screen and (min-width:1025px){
  .sortselector__content > div{
    margin-bottom: 8px;
  }
  .search_sortset{border-top: none;}

  .search_sortset .searchstatus__content{
    width: 100%;
    background: #fff;
    border-radius: 6px;
    /* max-width: 500px; */
  }
  
  .search_sortset .sortselector__content{
    width: 20%;
    align-items: flex-start;
  }
  .searchstatus__content ._attributes{
    margin-bottom: 5px;
  }
  

}
@media screen and (min-width:1530px){
  .sortselector__content{
    min-width: max-content;
  }
}


@media screen and (min-width:1359px){
  .search_sortset .sortselector__content{
    min-width: max-content;
  }
  .search_sortset ._label{
    margin-left: 10px;
  }
  .searchstatus__content__sort > ._open ._attributes label{
    padding: 6px 0;
  }
}



@media screen and (max-width:476px){
  .search_sortset > div{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .search_sortset > div > div:first-child{
    width: 100%;
  }
  .search_sortset .sortselector__content{
    width: 100%;
    margin-top: 16px;
    margin-bottom: 14px;
  } 
}
.search_sortset [data-popfind="searchstatus"]{
  width: 240px;
  margin: 0 auto;
}
.search_sortset [data-popfind="searchstatus"] ._status{
  display: flex;
  font-size: 14px;
  /* margin-left: 10px; */
  justify-content: center;
}
.search_sortset > div > div:first-child ._searchstatus{
  margin: 4px 0;
}


._sortorderselector select,._countselector select{
  border: 1px solid #aaa;
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_arrow_select_down.svg);
  background-position: right 4px center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  display: block;
  width: 89px;
  min-width: 80px;
  font-size: 12px;
  color: #000;
  font-weight: 700;
}

._pagenator  ._pagenator ._nav ._button{

}
/* +++++++++++++++++++++++++++++++++++++++++++++ */
/* リザルト　全件表示 */
/* ディスプレイ */
#popfind ._searchresults > ._items > ._item{
  width: initial;
}
#popfind ._searchresults > ._items{
  display: grid;
}

/* 1024 */
@media screen and (max-width:1024px) {
  #popfind ._searchresults > ._items{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

/* 820 */
@media screen and (max-width:820px) {
  #popfind ._searchresults > ._items{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/* 540以下 */
@media screen and (max-width:540px) {
  #popfind ._searchresults > ._items{
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* 420以下 */
@media screen and (max-width:420px) {
  #popfind ._searchresults > ._items{
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width:1025px) {
  #popfind ._searchresults > ._items{
    grid-template-columns:1fr 1fr 1fr 1fr 1fr
  }
}



[data-popfind="searchresults"]{
  /* background-color: black; */
}
[data-popfind="searchresults"] ._wrap{
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
[data-popfind="searchresults"] ._item{
 
}

[data-popfind="searchresults"] ._wrap ._link a{
  padding: 3px;
  display: block;
  padding-bottom: 12px;

}
[data-popfind="searchresults"] ._wrap ._link figure img{
  /* border: 1px solid #ccc; */
  border-radius: 3px;
}
/* [data-popfind="searchresults"] ._layoutgroup1{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1em 1fr;
  grid-row-gap: 8px;
  width: 98%;
} */
[data-popfind="searchresults"] ._layoutgroup1{
  display: flex;
  flex-direction: column;
  width: 98%;
}
[data-popfind="searchresults"] ._price{
  display: grid;
  grid-template-columns: min-content 1fr minmax(min-content,max-content);
  line-height: 1.2;
  margin-top: 32px;
  grid-column: 1 / 4;
}

[data-popfind="searchresults"] figcaption {
  padding: 3% 1% 0px 1%;
  margin-bottom: 0px;
}

[data-popfind="searchresults"] figcaption > span{
  font-size: 12px;
  text-align: left;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.slidebar-product_wrap.__uni_pc [slidebar]{
  width: 100%;
  padding: 0 0px;
  /* margin-bottom: 44px; */
}

[slidebar] > input[type=range]{
 /* opacity: 1!important;  */
 /* top: -59px!important; */
}

/* [data-popfind="searchresults"] [class*="_display"]{
  grid-column: 1 / 4;
  width: 48%;
  font-size: 11px;
  padding: 3px 0pc!important;
  margin: 0!important;
  line-height: 1;
  text-align: center;
} */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ページネーション */
._pagenator ._nav._first, ._pagenator ._nav._prev, ._pagenator ._nav._next{
margin: initial;
}
._pagenator ._nav{
  flex: none;
}
._pagenator{
  display: flex;
    justify-content: center;
    align-items: center;
    padding:initial;
    margin:initial;
}

.sort_pagenator ._pagenator{
  justify-content: flex-end;
  font-size: 12px;
}
._pagenator ._nav._page._current{
  display: flex!important;
  flex-direction: column;
  font-weight: 700;
  font-size: 1.05em;
}
._pagenator ._nav._page._current:after {
  content: "";
  width: 20px;
  height: 3px;
  display: inline-block;
  background: black;
}

/* ページソート部分 */
.sort_pagenator ._pagenator{
  justify-content: flex-end;
  font-size: 12px;
}
.sort_pagenator  ._pagenator ._nav ._button{
  background: #fff;
    color: #000;
    font-size: 12px;
    border-bottom: none;
}
@media screen and (max-width:476px) {
  .sort_pagenator ._pagenator{
    justify-content: center;
  }  
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* PCパンくず */
.fs-c-breadcrumb.__uni_pc{
  border-bottom: 1px solid #ddd;
  padding: 0 5%;
  max-width: 100vw;
  margin: 0 auto;
}

@media screen and (min-width: 751px){
  .fs-c-breadcrumb {
    margin: 0% auto 1.5%;
}
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* PC絞り込みの箇所 */
#kwMain{
  display: flex;
  flex-direction: column;
}
#kwMainTxt{
  padding: 8px;
  width: 100%;
  line-height: 1.2;
  font-weight: 100;
  text-align: justify;
  font-size: 12px;
}

#kwSubTxt{
  font-size: 12px;
    display: inline-block;
    
    line-height: 1;
    padding: 4px 6px 4px;
    /* padding: 5px 4px; */
    /* background: #ddd; */
    min-height: 100%;
    width: 100%;
    border-bottom: 1px solid #aaa;
  font-weight: 700;
    align-items: center;
}

.pc_reset_wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 2% 4px;
}

@media screen and (max-width:1024px){
  div#kwResetWrap{
    display: none!important;
  }
}

@media screen and (min-width:1025px) {
  div#kwResetWrap{
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 16px;
    background-color: #eee;
  }
}

#kwReset{
  font-size: 14px;
  background: #fff;
  border-radius: 5px;
  /* padding: 4px 6px; */
  border: 1px solid #aaa;
  margin-bottom: 16px;
}
/* div#kwReset #kwMainTxt:after{
  content: "」";
  display: inline;
}
div#kwReset #kwMainTxt:before {
  content: "「";
  display: inline;
} */

#kwTagPc{
  flex-direction: column;
}
.reset._pc.txtTagSet h3{
  font-size: 12px;
    border-bottom: 1px solid #aaa;
    font-weight: 700;
    padding: 3px 7px 0px;
}

p#kwLink a{
  background: #fff;
    border: 1px solid;
    text-align: center;
    margin: 0 auto;
    display: block;
}

p#kwLink a:before {
  content: "×";
  font-size: 14px;
  font-weight: 700;
  margin-right: 9px;
}
p#kwLink {
  margin: 0;
  width: 70%;
  /* background: #fff; */
  /* border: 1px solid; */
  text-align: center;
  margin: 0 auto;
}

#popfind .reset ._attributes {
  display: flex;
  flex-wrap: wrap;
}
.reset._pc.txtTagSet.___noHiddJs{
  background: #FFF;
  /* padding: 8px; */
  margin-bottom: 18px;
  border: 1px solid #aaa;
  border-radius: 5px;
  /* box-shadow: 0px 3px 7px 2px #eee; */
}
.reset._pc.txtTagSet h3{
  font-size: 12px;
  font-weight: 700;
  padding: 4px 6px 4px;
  line-height: 1.2;
}

.reset._pc.txtTagSet ._attribute{
  background: #fff ;
  box-shadow: 1px 1px 3px #aaa;
  border-radius: 4px;
  border: 1px solid #fafafa;
}
.reset._pc.txtTagSet ._attribute ._label{
  font-size: 13px;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  letter-spacing: -0.07em;
  width: 100%;

}
.reset._pc.txtTagSet ._attribute ._label:before{
  content: "#";
}
.reset._pc.txtTagSet ._attribute ._label:hover::before{
  content: "×";
  margin-left: -3px;
  margin-right: -2px;
}

.pc_reset_wrap ._popfind_component{
  width: max-content;
  max-width: 100%;
  
}

#popfind .reset ._attribute._select:hover::before {
  /* content: "×" !Important;
  display: block;
  text-align: center; */
}
#popfind .reset ._attribute._select::before {
  /* content: "#";
  display: "inline";
  width: 14px;
  display: block;

  text-align: center;
  position: absolute;
  left: 1px; */
}

#popfind .reset ._attributegroup {
  padding: 0;
  margin: 0;
}
#popfind .reset ._attributegroup ._group {
  display: none;
}
/* #popfind .reset ._attribute {
  display: none;
  padding: 0 5px;
  margin: 0 5px;
} */
#popfind .reset ._attribute._select label{
  width: 100%;
}
#popfind .reset ._attribute._select input {
  display: none;
}
#popfind .reset ._attribute._select ._count {
  display: none;
}
#popfind .reset ._attribute._select {
  display: flex;
  min-width: unset;
  font-size: unset;
  position: relative;
  margin-right: 5px;
  margin-bottom: 7px;
  max-width: 100%;
  width: max-content;
  height: max-content;
}
#popfind .reset ._attribute._select:hover{
  background: #aaa;
  color: #fff;
}
#popfind .reset ._attribute._select label::before {
  background-image: unset;
  content: unset;
}
/* サブカテ */
#popfind .reset ._attribute._select ._sub_groups ._attribute{
  margin: 3px 4px 2px 4px;
  border: 1px solid #aaa;
  box-shadow: none;
  color: #000;
  background: #fff;
  width: max-content;
  padding: 0;
}

#popfind ._modal_custom._pc ._modal ._window ._wrap ._foot{
  justify-content: center;
    text-align: center;
    margin-bottom: 14px;
}
#popfind ._modal_custom._pc ._modal ._window ._wrap ._foot ._button{
  margin: 0 auto;
  width: 100%;
  text-align: center;
  justify-content: center;
  font-weight: 700;
  display: flex;
  
}

#popfind ._modal_custom._pc ._modal ._window ._wrap ._foot ._button:before,#pcPriceSet ._submit::before{
  content: "";
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_rule_check_W.svg);
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 4px;
  background-repeat: no-repeat;
}


/* .spSortSetReset{
  max-width: 170px;
  float: 0px;
  margin: 0 auto;
  margin-right: 3vw;
}
*/
._attributegroup._attributegroup_category-type2._attributegrouptype_type2._open{

}

._attributegroup._attributegroup_category-type2._attributegrouptype_type2{
  border: 1px solid #aaa;
  border-radius: 20px;
  margin-bottom: 20px;
}
._attributegroup._attributegroup_category-type2._attributegrouptype_type2:hover{
  box-shadow: 2px 2px 4px #eee;
}
._attributegroup._attributegrouptype_type2._open>._group:before,
._attributegroup._attributegrouptype_type2>._group:before{
  content: ""!important;
  width: 20px;
  height: 30px;
  display: inline-block;
  align-items: center;
  margin-right: 8px;
  position: absolute;
  padding-top: -16px;
  top: 10px;
  left: 9px;
}
._attributegroup._attributegroup_category-type2._attributegrouptype_type2{
  border: 1px solid #aaa;
  border-radius: 20px;
}

._attributegroup._attributegrouptype_type2._open>._group:before{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_arrow_cate_select_up.svg);
}
._attributegroup._attributegrouptype_type2>._group:before{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_arrow_cate_select_down.svg);
}

._attributegroup._attributegrouptype_type2>._group:before{}

.search_sortset .searchstatus__content{
  display: flex;
  flex-wrap: wrap;
}
.searchstatus__content__sort:not(:last-child) > ._open ._attributes label {
  margin-right: 8px;
}
.searchstatus__content__sort > ._open ._attributes ._select label{
  background: #aaa;
    color: #fff;
    box-shadow: none;
}
.searchstatus__content__sort > ._open ._attributes label{
  background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 7px 6px;
    display: inline-block;
    box-shadow: 1px 1px 3px #eee;
    letter-spacing: -0.05em;
}
@media screen and (min-width:1024px) {
  .searchstatus__content__sort > ._open ._attributes label > span:last-child{
    font-size: 12px;
    margin-left: -4px;
    padding-right: 5px;
  }
  .searchstatus__content__sort > ._open ._attributes label{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 4px;
    display: inline-block;
    box-shadow: 1px 1px 3px #eee;
    letter-spacing: -0.05em;
    font-size: 14px;
    line-height: 1.1;
  }
}
@media screen and (min-width:1300px) {
  .searchstatus__content__sort > ._open ._attributes label > span:last-child{
    font-size: 12px;
    margin-left: -4px;
    padding-right: 5px;
  }
  .searchstatus__content__sort > ._open ._attributes label{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 4px;
    display: inline-block;
    box-shadow: 1px 1px 3px #eee;
    letter-spacing: -0.05em;
    font-size: 14px;
    line-height: 1.1;
  }
}


.searchstatus__content__sort > ._open ._attributes label span{
  font-weight: 700;
  color: #666;
}
.searchstatus__content__sort > ._open ._attributes ._select label span{
  color: #fff;
}

.searchstatus__content__sort > ._open ._attributes label ._label{
  margin: 0 7px;
}
/* .spSortSetGroup > div:not(:last-child){
  margin-right: 3px;
  min-width: max-content;
} */
.spSortSetGroup > div{
  margin-right: 3px;
  min-width: max-content;
}
.spSortSetGroup ._attribute._select label{
  background-color: #aaa;
  box-shadow: none;
  color: #fff;
}

@media screen and (max-width:768px) {
  ._attribute._select > label > span{
    /* font-size: 14px; */
    /* margin-left: 7px; */
  }
  ._attributegroup_group2._attributegrouptype_type1 ._sub_groups ._attributegroup > ._group:before{
    content: none;
  }
  ._sub_groups ._attributegroup > ._group:before{
    content: "";
    width: 4px;
    height: 1.1em;
    background: #666;
    display: inline;
    margin: auto 0;
    margin-right: 5px;
  } 
  ._sub_groups ._attributegroup > ._group{
  margin-left: 7px;
  }
  ._attributegroup > ._attributes > ._attribute._select ._sub_group:first-child{
    margin-top:10px;
  }
  ._attributegroup > ._attributes > ._attribute._select ._sub_group:last-child{
    margin-bottom:20px;
  }
}

.spSortSetGroup > div > div label span {
  font-weight: 700;
  font-size: 14px;
}

.searchstatus__content__sort > ._open ._attributes label input{
  display: none!important;
}
.spSortSetGroup > div > div label input{
  display: none!important;
}
.spSortSetGroup > div > div label{
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 1px 9px;
  margin-bottom: 4px;
  display: inline-block;
  box-shadow: 1px 1px 3px #eee;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 1025px) {
  ._first_attributes{
    display: none;
  }
  .searchstatus__content__sts{
    display: none;
  }
  
  
}

@media screen and (max-width:1024px) {
  .pcSortSetGroup{
    display: none;
  }
  .searchstatus__content__uni{
  display: none;    
  }
  .searchstatus__content__sort{
    display: none;
  }

  .spSortSetReset{
    position: fixed;
    max-width: 170px;
    float: 0px;
    margin: 0 auto;
    margin-right: 3vw;
    top: 13px;
    right: -4px;
    z-index: 5000;
    }
  .spSortSetReset a {
    width: 100%;
    display: block;
    background: #eee;
    padding: 12px 5px;
    text-align: center;
    border-radius: 13px;
    border: 1px solid #aaa;
    box-shadow: 0px 1px 4px #ddd;
    line-height: 1.2;
  }
}

/*  */

/* kategori 絞り込み選択 */
.pcCategorySelect >._attributegroup > ._group{
  font-size: 16px!important;
  font-weight: 700;
  /* margin-bottom: 13px; */
  margin-bottom: 10px;
  position: relative;
}

.pcCategorySelect ._attributegroup ._sub_groups ._group{
  font-size: 13px!important;
  margin-bottom: 7px;
}

.pcCategorySelect{
  background-color: #fff;
  border-radius: 20px;
}
.pcCategorySelect ._attributegroup > ._group{
  /* padding: 8px 0px 0px 0px; */
}
._attributegroup ._attributes ._attribute ._sub_groups ._group{
  padding: 0;
  display: flex;
}
.pcCategorySelect ._attributegroup ._attributes ._attribute ._sub_groups ._group::before{
  content: "";
    background-image: none;
    width: 6px;
    height: 19px;
    background: #666;
    margin-left: 2px;
    border-radius: 2px;
}


._attributegroup ._attributes ._attribute._disable{
  opacity: 0.3;
  box-shadow: none!important;
  color: #aaa;
}

._attributegroup ._attributes ._attribute{
  margin:0;
}
/* pc */
.pcCategorySelect ._attributegroup ._attributes ._attribute ._sub_groups ._attributes ._attribute label input{
  display: none;
}

.pcCategorySelect ._sub_groups ._attributes{
  display: flex;
    flex-wrap: wrap;
    font-size: 13px;
}
.pcCategorySelect ._sub_groups ._attributes ._attribute{
  height: max-content;
  margin: 2px;
  padding: 2px 4px;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #ddd;
}
.pcCategorySelect ._sub_groups ._attributes ._attribute._disable{
  border: 1px solid #ddd!important;
}
._attributegroup ._attributes ._attribute._disable label:hover{
  cursor: not-allowed;
}

.pcCategorySelect ._sub_groups ._attributes ._attribute._select{
  background: #ddd;
  color: #666;
  box-shadow:1px 1px 1px 1px #cfcfcf inset;
}

.pcCategorySelect ._sub_groups ._attributes ._attribute label span{
  letter-spacing: -0.6px;
}



._modal_custom._pc ._wrap ._attribute{
  /* font-size: 16px; */
  /* margin-bottom: 8px;
  margin-top: 8px; */
  margin: 3px;
}

._modal_custom._pc > ._modal ._wrap .pcCategorySelect > ._attributegroup > ._attributes{
  margin-left: 27px;
  margin-bottom: 24px;
  font-size: 14px;
}
._modal_custom._pc > ._modal ._wrap .pcCategorySelect > ._attributegroup > ._attributes > div{
  margin-bottom: 0.8rem;
}
._modal_custom._pc > ._modal ._wrap .pcCategorySelect > ._attributegroup ._attributes{
  font-feature-settings: "palt";
}

._modal_custom._pc ._wrap ._attributes ._attributegroup{
  /* margin-top: 15px; */
}

/* チェックマークの位置 */
._modal_custom._pc ._wrap ._attributes > ._attribute label{
  position: relative;
}
._modal_custom._pc ._wrap ._attributes > ._attribute label > input{
  position: absolute;
  left: -25px;
}

/* ボーダー */
._modal_custom._pc ._wrap ._attributes ._sub_group:last-child{
  /* border-bottom: 1px dotted #666; */
    margin-bottom: 16px;
}
._modal_custom._pc ._wrap ._attributes ._sub_group {
  border-bottom: none;
  /* border-top: 1px dotted #666; */
  margin-top: 11px;
  width: 100%;
}

._modal_custom ._pc ._sub_group ._open {
  border-top: 1px dotted #666;
  /* border-bottom: 1px dotted #666; */
}
._modal_custom ._pc ._sub_group:last-child ._open {
  border-bottom: 1px dotted #666;
}
._sub_group ._attributegroup{
  padding-bottom: 0px;
  /* padding-top: 12px; */
}
#sortRuleRemove{
  width: 100%;
}

#sortRuleRemove ._attributegroup._attributegroup_category-type2._attributegrouptype_type2._open{
  border: initial;
  position: initial;
}
#popfind ._modal_custom ._modal ._window ._body ._attributegroup{
  /* padding-bottom: 1px; */
  margin-bottom: 16px;
}

/* 部屋、シーン */
._pc.roomTagSet ._attributegroup{
  margin-bottom: 8px;
  border: 1px solid #aaa;
  margin-top: 8px;
  padding: 16px;
  border-radius: 6px;
}

.room-taste ._sub_groups ._attributegroup{
  padding: 0;
}


.room-taste ._sub_groups ._open ._attributes {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.room-taste ._sub_groups ._open ._attributes ._attribute{
  width: 100%;
    overflow-wrap: normal;
}
@media screen and (min-width:1025px) {
  .room-taste ._sub_groups ._open ._attributes ._attribute label::before{
    content: none;
  }
  .room-taste ._sub_groups ._open ._attributes ._attribute label span{
    font-size: 10px;
    max-width: initial;
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
    line-height: 1;
    font-weight: 700;
    position: relative;
    /* top: 0; */
    left: 20px;
    margin-bottom: 5px;
    margin-top: 4px;
  }
  
  .room-taste ._sub_groups ._open ._attributes ._attribute label span._label{
    width: 53%;
    text-align: justify;
    margin: 0;
  }
  
  .room-taste ._sub_groups ._open ._attributes ._attribute label span._count{
    max-width: 33px;
  }

  }
  .room-taste ._sub_groups ._open ._attributes ._attribute label{
    position: relative;
    display: flex;
    align-items: center;
  }
  .room-taste ._sub_groups ._open ._attributes ._attribute label input{
    position: absolute;
    /* top: 0; */
    left: 3px;
    width: 14px;
    height: 14px;
  }
  .room-taste ._sub_groups ._open ._group{
    display: none!important;
  }


._pc.roomTagSet ._attributegroup ._attributegroup_group3{

}
._attributegroup_group3 ._attributes > ._attribute,
._attributegroup_group4 ._attributes > ._attribute{
  margin-bottom: 8px;
}

/* 金額 */
#pcPriceSet{
  border: 1px solid #aaa;
  border-radius: 6px;
  margin-bottom: 8px;
}
#pcPriceSet input{
  width: 100px;
    border: 1px solid #aaa;
}



#pcPriceSet ._submit{
  display: flex;
  justify-content: center;
  margin: 1em 0;
  padding: 0.5em 2em;
  text-decoration: none;
  background: #d5a12d;
  color: #fff;
  white-space: nowrap;
  border-bottom: solid 4px #666;
  border-radius: 34px;
  width: 100%;
  cursor: pointer;
  font-weight: 700;
}

#pcPriceSet ._clear{
  display: none;
}
.slidebar-product_wrap.__uni_pc > ._label {
  font-size: 16px;
  font-weight: 700;
}
.slidebar-product_wrap.__uni_pc {
  width: 100%;
  padding: 0;
  /* margin-bottom: 44px; */
}
.slidebar-product_wrap.__uni_pc .slidebar-product_length{
  margin-top: 12px;
  border: 1px solid #ddd;
  padding-top: 16px;
  position: relative;
  margin-bottom: 22px;
  border-radius: 10px;
  height: 88px;
}
.slidebar-product_wrap.__uni_pc .slidebar-product_length:nth-child(2){
  border-top: none;
}

.roomTagSet ._modal_custom,._pc ._priceinput{
  /* display: none; */
}
.slidebar-product_wrap.__uni_pc .slidebar-product_length form{
  /* padding-top: 31px; */
  padding: 0 5%;
}


@media screen and (max-width: 1024px){
  ._modal_custom._pc, ._pc.roomTagSet, #kwReset{
    display: none !important;
}
}
.slidebar-product_wrap.__uni_pc input:focus{
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.slidebar-product_wrap.__uni_pc input:hover{
  cursor: grab;
  cursor: -webkit-grab;
}

._pricegroup ._suffix{
  margin: auto 0;
    align-items: stretch;
    margin-bottom: -4px;
    margin-left: 7px;
    font-size: 14px;
}

/* PS カテゴリ別タイトル */

._sp_modal._sp ._body > div > ._attributegroup_group1 > ._group:before,
.pcCategorySelect ._group:before{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_select_category.svg);
}
._sp_modal._sp ._body > div > ._attributegroup_group2 > ._group:before,
.room-taste ._group:before{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_select_taste.svg);
}
._sp_modal._sp ._body > div > ._attributegroup_group3 > ._group:before,
.room-roomtype ._group:before{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_select_roomtype.svg);
}

.pcColorSelect ._group:before,
.spColorSelect ._group:before{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_select_color.svg);
}

.pcCategorySelect ._group,
.room-taste ._group,
.room-roomtype ._group,
.slidebar-product_wrap.__uni_pc > ._label{
  line-height: 1.6;
display: flex;
}

.pcColorSelect ._group, .spColorSelect ._group{
  display: flex;
}
._sp_modal._sp ._body > div > div > ._group:before,
.pcCategorySelect ._group:before,.room-taste ._group:before,.room-roomtype ._group:before,
.pcColorSelect ._group:before,.spColorSelect ._group:before{
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  background-repeat: no-repeat;
  align-items: center;
  margin-right: 3px;
  margin-left: -2px;
}
.pcCategorySelect ._sub_groups ._group:before{
  content: none;
}
._sp_modal._sp ._body > div > div > ._group{
  display: flex;
  margin-bottom: 12px;
  border-bottom: 2px dotted #efefef;
  padding-bottom: 7px;
  border-top: 1px solid #ddd;
  padding-top: 9px;
}
._sp_modal._sp ._body div[data-popfind="attributes-group1"] ._group{
  border-top: none;
}

._priceinput ._label:before{
  content: "";
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_select_price.svg);
  width: 23px;
  height: 23px;
  display: block;
  background-repeat: no-repeat;
  align-items: center;
  margin-right: 3px;
  margin-left: -2px;
}

  ._pc ._priceinput{
    padding: 0 5%;
  }

._priceinput ._label{
display: flex;
/* border-bottom: 2px dotted #efefef; */
padding-bottom: 7px;
border-top: 1px solid #ddd;
padding-top: 9px;
font-size: 15px;
}
@media screen and (min-width:1025px) {
  ._priceinput ._label{
    border-top: none;
    line-height: 1.2;
  }
}

/* 色を絞り込む */

.pcColorSelect ._attributes ._attribute label:before{
  margin: 2px 2px 0 0;
}
.pcColorSelect ._attributes ._attribute label {
  padding: 3px 3px;
  margin-right: 4px;
}
.pcColorSelect ._attributes ._attribute{
  margin-bottom: 16px;
    margin-right: 3px;
}
.pcColorSelect ._attributes ._attribute label input,
.spColorSelect ._attributes ._attribute label input{
  display: none;
}
.pcColorSelect ._attributes,
.spColorSelect ._attributes {
  display: flex;
  flex-wrap: wrap;
}

.spColorSelect ._attributes ._attribute {
  min-width: max-content;
  margin-right: 8px;
  margin-bottom: 8px;
}

.spColorSelect ._attributes ._attribute label:before{
  content: "";
  width: 25px;
  height: 14px;
  border: 1px solid #aaa;
  /* margin-top: 7px; */
  /* margin-right: 3px; */
}

.pcColorSelect ._attributes ._attribute label:before{
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #aaa;
  margin:3px 3px 0 3px;
}

.pcColorSelect ._attributes ._attribute label{
  display: flex;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 1px 3px;
    margin-bottom: -8px;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #ddd;
}
.pcColorSelect ._attributes ._attribute label span{
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.7;
  color: #666;
}
.spColorSelect ._attributes ._attribute label{
  display: flex;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 0 6px 0 0;
  /* margin-bottom: -5px; */
}

._attributes ._attribute._attribute_ホワイト系 label:before{
  background-color: #fff;
}
._attributes ._attribute._attribute_ブラック系 label:before{
  background-color: #333;
}
._attributes ._attribute._attribute_グレー系 label:before{
  background-color: #aaa;
}
._attributes ._attribute._attribute_ダークブラウン系 label:before{
  background-color: #682704;
}
._attributes ._attribute._attribute_ブラウン系 label:before{
  background-color: #915f44;
}
._attributes ._attribute._attribute_ナチュラル系 label:before{
  background-color: #ffcdb4;
}
._attributes ._attribute._attribute_ベージュ label:before{
  background-color: #fcf1d4;
}
._attributes ._attribute._attribute_ネイビー系 label:before{
  background-color:#536997 ;
}
._attributes ._attribute._attribute_ブルー系 label:before{
  background-color:#2664e3 ;
}
._attributes ._attribute._attribute_グリーン系 label:before{
  background-color: #4fb123;
}
._attributes ._attribute._attribute_レッド系 label:before{
  background-color: #db2222;
}
._attributes ._attribute._attribute_ピンク系 label:before{
  background-color: #f29aff;
}
._attributes ._attribute._attribute_オレンジ系 label:before{
  background-color: #ff8524;
}
._attributes ._attribute._attribute_イエロー系 label:before{
  background-color: #fdf000;
}
._attributes ._attribute._attribute_パープル系 label:before{
  background-color: #a77bbb;
}
._attributes ._attribute._attribute_クリア・フロスト系 label:before{
  background-image: conic-gradient(at 31% 37%, rgba(233, 233, 233, 0) 68deg, rgba(233, 233, 233, 1) 93deg, rgba(255, 255, 255, 1) 360deg);
}
._attributes ._attribute._attribute_シルバー系 label:before{
  background-image: linear-gradient(150deg, rgba(207, 207, 207, 1) 10%, rgba(238, 238, 238, 1) 23%, rgba(178, 178, 178, 1) 90%);
}
._attributes ._attribute._attribute_ゴールド label:before{
  background-image: linear-gradient(150deg, rgba(247, 166, 12, 1) 10%, rgba(255, 228, 159, 1) 23%, rgba(247, 166, 12, 1) 90%);
}
._attributes ._attribute._attribute_マルチカラー label:before{
  background-image: linear-gradient(150deg, rgba(247, 166, 12, 1) 10%, rgba(255, 34, 87, 1) 22%, rgba(154, 39, 238, 1) 42%, rgba(35, 102, 247, 1) 57%, rgba(16, 173, 61, 1) 75%, rgba(65, 229, 84, 1) 91%);
}

.pcCategorySelect >._attributegroup > ._group{
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
}

  /* サブ画像切り替え */
  ._subimages input {
    display: none;
  }
  ._subimages label {
    /* min-width: max-content; */
    border: 1px solid #ddd;
    margin: 2px;
    box-shadow: 1px 1px 1px #ddd;
    position: relative;
    width: 25%;
  }
  ._subimages label img {
    /* max-width: 35px; */
  }
  ._subimages input:checked + label:before{
    /* background: #d5a12d; */
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
  ._subimages input:checked + label:after{
    content: "";
    box-sizing: border-box;
    border:3px solid #254678;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  ._subimages input:first-child:checked + label:before{
    background-color: none;
  }
  ._subimages input:checked + label img {
    border: 3px solid #fff;
  }
  ._wrap ._additional_text1{
    /* display: none; */
    padding: 6px!important;
    /* width: 97%; */
  }
  ._wrap ._subimages{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  }
  


/* サムネ5枚ずつ折り返し*/
.Isc-5 label,
  .Isc-9 label,.Isc-10 label,.Isc-13 label,.Isc-14 label,.Isc-15 label{
  max-width: calc(17%);
}

@media screen and (min-width:1125px) and (max-width:1145px) {
  .Isc-5 label,
  .Isc-9 label,.Isc-10 label,.Isc-13 label,.Isc-14 label,.Isc-15 label{
    max-width: calc(17%);
  } 
}

/* サムネ4枚ずつ折り返し */
.Isc-3 label,.Isc-4 label,.Isc-6 label,.Isc-7 label,.Isc-8 label,
.Isc-11 label,.Isc-12 label,.Isc-16 label{
  max-width: calc(21.2%);
}
.Isc-2,.Isc-1{
  display: none!important;
}


/* レビュー表示用レイアウト */

._items ._item ._wrap ._review_score{
  position: relative;
  display: inline-block;
  text-align: center;
  width: max-content;
  line-height: 0;
  font-size: 12px;
  white-space: nowrap;
  color: transparent;
 order: 1;
}

.review_content{
  display: flex;
  grid-row: 1;
  grid-column: 1 /3;
  height: 14px;
  position: relative;
  min-width: 100px;
  margin-bottom: 2px;
  margin-bottom: 2px;
}
._display_text15{
  font-weight: 700;
  /* line-height: 41; */
  /* position: absolute; */
  /* right: -59%; */
  color: #888;
  /* left: 55%;
  top: 0px;
  scale: 1.1; */
  display: flex;
  width: max-content!important;
  order: 2;
}
._display_text14{
display: none;
}
/* ._display_text14:before{
  content: "(";
}
._display_text14:after{
  content: ")";
} */
._display_text15::before{
  content: "";
  margin: 0px;
  color: #777;
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_search_review_tip.svg);
  width: 10px;
  height: 13px;
  display: inline-block;
  margin-top: -1px;
  margin-right: 1px;
  background-repeat: no-repeat;
}
._display_text15::after{
  content: "件";
  font-size: 10px;
}

._layoutgroup1 ._price ._num{
  grid-column: 2;
  grid-row: 2;
  text-align: right;
  justify-self: end;
  width: max-content;
}
._layoutgroup1 ._price ._suffix{
  grid-column: 3;
  grid-row: 2;
}


/* 1024 */
/* 5列 */
@media screen and (min-width:821px) and (max-width:1024px) {
  #popfind ._searchresults > ._items{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  ._items ._item ._wrap ._review_score{
    /* transform:scale(0.8);
    margin-left: -7px; */
  }
  [data-popfind="searchresults"] figcaption{
    margin-bottom: 0;
  }
  ._display_text15{
    /* left: 58%;
    top: 3px;
    transform:scale(1.2); */
  }
  [class*="_review_score_"]::after{
    width: 60px!important;
    
  }

}
/* 820 */
/* 4列 */
@media screen and (max-width:820px) {
  #popfind ._searchresults > ._items{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._display_text15{
    /* left: 55%;
    top: 0px;
    transform:scale(1.1); */
  }
  [class*="_review_score_"]::after{
    width: 60px!important;
    
  }
}
@media screen and (max-width:540px) {
  ._display_text15{
    transform: scale(1.1);
  }
  ._display_text15::after{
    padding-top: 0.5px;
  }
  [class*="_review_score_"]::after{
    width: 70px!important;
  }
}

@media screen and (min-width: 491px) and (max-width:539px) {
  ._display_text15{
    /* left: 85px; */
  }
  ._review_score{
    /* transform:scale(1.5);
    left: 17px; */
  }
  [class*="_review_score_"]::after{

  }
}


@media screen and (max-width:490px) {
  ._display_text15{
    /* top: -3px; */
     /* scale: 1.1; */
     /* left: 87px; */
  }
  ._review_score{
    /* transform:scale(1.5);
    left: 17px; */
  }
  .__sp_layout ._review_score{
    /* transform:scale(1.5);
    left: 15px; */
  }

  .__sp_layout ._display_text15{
    /* left: 67px!important; */
  }
  [class*="_review_score_"]::after{

    
  }
}
@media screen and (max-width:390px) {
  ._display_text15{
    /* left: 87px;
    top: -3px; */
     /* scale: 1.1; */
  }
  ._review_score{
    /* transform:scale(1.5);
    left: -9px; */
  }
  .__sp_layout ._review_score{
    /* transform:scale(1.3);
    left: 17px!important; */
  }
  
  .__sp_layout ._display_text15{
    /* transform: scale(0.9); */
    /* left: 80px!important; */
  }
  [class*="_review_score_"]::after{

    
  }
}


@media screen and (max-width:375px) {
  ._display_text15{
    /* left: 47px;
    top: -3px; */
     /* scale: 1.1; */
  }
  ._review_score{
    /* transform:scale(1.5);
    left: 10px; */
  }
  .__sp_layout ._review_score{
    /* transform:scale(1.5);
    left: 18px;
    display: block!important; */
  }
  [class*="_review_score_"]::after{

    
  }

  .__sp_layout ._display_text15{
    /* left: 67px!important; */
  }
  .__sp_layout .review_content{
    display: flex;
    grid-row: 1;
    grid-column: 1;
    height: max-content;
    position: relative;
    /* min-width: 100px; */
    margin-bottom: 4px;
    grid-column: 1/4;
  }

  .__sp_layout ._display_text15::before{
    display: block;
    min-width: 10px;
    min-height: 13px;
  }
}

/* 540以下 */
/* 3列 */
@media screen and (max-width:540px) {
  #popfind ._searchresults > ._items{
    grid-template-columns: 1fr 1fr 1fr;
  }
  

}
/* 420以下 */
/* 2列 */
@media screen and (max-width:420px) {
  #popfind ._searchresults > ._items{
    grid-template-columns: 1fr 1fr;
  }

}



/* 5列 */
@media screen and (min-width:1300px) {
  #popfind ._searchresults > ._items{
    right: 2px;
    top: 5px;
  }
}
@media screen and (min-width:1300px) {
  #popfind ._searchresults > ._items{
    right: 2px;
    top: 5px;
  }
  
}

@media screen and (min-width:1025px) and (max-width:1200px) {
  ._review_score{
    /* transform:scale(0.65);
    left: -16px; */
  }
  ._display_text15{
    /* left: 67%;
    top: 4px; */
  }
  ._display_text15{
    transform: scale(1.1);
  }
  ._display_text15::after{
    padding-top: 0.5px;
  }
  [class*="_review_score_"]::after{
    width: 60px!important;
  }
}

@media screen and (min-width:1201px) and (max-width:1400px){
  ._display_text15 {
    /* left: 63%;
    top: 7px; */
  }
  .review_content{
    margin-bottom: 8px;
  }
  [data-popfind="searchresults"] figcaption{
    margin-bottom: 0px;
  }
  ._display_text15{
    transform: scale(1.1);
  }
  ._display_text15::after{
    padding-top: 0.5px;
  }
  [class*="_review_score_"]::after{
    width: 80px!important;
  }
}



@media screen and (min-width:1401px) and (max-width:1600px){
  ._display_text15 {
    /* left: 58%;
    top: 7px; */
  }
  .review_content{
    margin: 0;
  }
  [data-popfind="searchresults"] figcaption{
    margin-bottom: 0px;
  }
  ._display_text15{
    transform: scale(1.2);
  }
  ._display_text15::after{
    padding-top: 0.5px;
  }
  [class*="_review_score_"]::after{
    width: 70px!important;
  }
}



@media screen and (min-width:1601px){
  ._items ._item ._wrap ._review_score{
    /* transform:scale(0.5);
    margin-left: -2vw;
    max-width: 270px; */
  }
  ._display_text15{
    transform: scale(1.);
  }
  ._display_text15::after{
    padding-top: 0.5px;
  }
  [class*="_review_score_"]::after{
    width: 70px!important;
  }
  
}


@media screen and (min-width:1125px) and (max-width:1145px) {
  .Isc-5 label,
  .Isc-9 label,.Isc-10 label,.Isc-13 label,.Isc-14 label,.Isc-15 label{
    max-width: calc(17%);
  } 
}



/* スマホのみレイアウト */
.__sp_layout .review_content{
}
.__sp_layout ._review_score ._review_score_50:before{
  content: none;
} 


/* レビュー用アイコン画像 */
._items ._item ._wrap ._review_score:before{
  content: "";
}
._items ._item ._wrap ._review_score:after{
  content: "";
  width: 60px;
  height: 20px;
  background-size: contain;
  position: initial;
  display: block;
}

/* 評価スター */
._items ._item ._wrap ._review_score._review_score_50:after{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_review_star_50.png);
}
._items ._item ._wrap ._review_score._review_score_45:after{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_review_star_45.png);
}
._items ._item ._wrap ._review_score._review_score_40:after{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_review_star_40.png);
}
._items ._item ._wrap ._review_score._review_score_35:after{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_review_star_35.png);
}
._items ._item ._wrap ._review_score._review_score_30:after{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_review_star_30.png);
}
._items ._item ._wrap ._review_score._review_score_25:after{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_review_star_25.png);
}
._items ._item ._wrap ._review_score._review_score_20:after{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_review_star_20.png);
}
._items ._item ._wrap ._review_score._review_score_15:after{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_review_star_15.png);
}
._items ._item ._wrap ._review_score._review_score_10:after{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_review_star_10.png);
}
._items ._item ._wrap ._review_score._review_score_5:after{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_review_star_05.png);
}
._items ._item ._wrap ._review_score._review_score_0:after{
  background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search_bst/icon_review_star_00.png);
}

/* KW検索バー */
@media screen and (min-width:769px) {
  .fs-kw-search._sp_menu{
    display: none;
  }
}
@media screen and (min-width:1025px) {
  #kwSpAllset{
    display: none;
  }
  #kwSpResetArea{
    display: none;
  }
}

/* スマホのみ表示 */
@media screen and (max-width:1024px) {

  #kwSpResetArea{
    width: 100%;
    background: #eee;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 6px;
    margin-top: 24px;
  }
  #kwSpAllsetWrap:before{
    width: 30px;
    height: 100%;
    background: linear-gradient(to right, rgba(238,238,238,0.2), #eee);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }

  #kwSpReset{
    display: flex;
    min-width: max-content;
    border: 1px solid #666;
    border-radius: 29px;
    padding: 2px 9px 2px 5px;
    margin-right: 8px;
    position: relative;
  }
  #kwSpReset::before{
    content: "×";
    font-size: 17px;
    line-height: 0;
    display: block;
    padding: 3px 0px 0px;
  }

  ._attribute._select span{
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
  }
  #kwSpReset ._keyword{
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
  }
  .fs-c-breadcrumb__list{
    /* border-bottom: 1px solid #ddd; */
  }
  .fs-c-breadcrumb{
    border-bottom: 1px solid #ddd;
  }
  .fs-kw-form{
    display: flex;
    justify-content: center;
    padding: 0 5%;
  }
  .fs-kw-search form{
    /* margin-bottom: 16px; */
  }
  .fs_f_search_bar > input{
    padding: 5px;
    font-size:16px ;
  }
  .fs_f_search_bar{
    width: calc(100%);
    border: 1px solid #aaa;
    margin-right: 16px;
  }
  .fs-kw-form .fs_f_search_btn{

  }
  .fs_f_search_btn_in{
    width: 47px;
    height: 100%;
    background: #d5a12d;
    color: #fff;
    border: 1px solid;
    /* background: #d5a12d !important; */
    border: none;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    /* padding: 12px 16px; */
    box-shadow: 0px 3px 0px #666;
    border-radius: 4px;
    /* margin: -2px auto; */
    height: 31px;
    padding: 0 9px;
  }

  /* リセット項目の充実 */
  /* 対象外のやつ */
  #kwSpAllset{
    display: none;
  }
    #kwSpAllcatch ._attributes div:not(._attribute._select){
    display: none;
  }
  /* チェックボックス */
  #kwSpAllcatch ._attribute._select input{
    display: none;
  }

  /* 検索中条件 */
  .kwSpSearchTitle_inner {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #666;
    width: 95%;
    margin: 0 auto;
    padding-top: 9px;
    padding-bottom:7px ;
    margin-bottom: 4px;
}
#kwSpAllclear > a:before {
  content: "×";
  font-size: 17px;
  line-height: 0;
  display: block;
  padding: 3px 0px 0px;
}
#kwSpAllclear > a{
  background: #aaa;
  padding: 11px 10px 10px 10px;
  display: flex;
  min-height: max-content;
  font-size: 12px;
  /* font-weight: 700; */
  color: #fff;
  border-radius: 6px;
  line-height: 0.5;
  width: max-content;
  box-shadow: 2px 2px 3px 0px #ccc;
}


/* レイアウト */
  #kwSpAllsetWrap{
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    width: 96%;
    padding: 5px 0px;
    margin: 0 2%;
    position: relative;
  }
  #kwSpAllcatch ._attribute._select{
    margin-bottom: 8px;
    margin-right: 8px;
    min-width: max-content;
  }
  #kwSpAllcatch{
    min-width: max-content;
    display: flex;
  }

  .kwspsearchtitle_inner{
    margin: 3px auto;
    width: 95%;
    display: flex;
    border-bottom: 1px solid;
    justify-content: space-between;
  }
  .kwSpSearchTitle h3{
    font-size: 12px;
    font-weight: 700;
    /* border-bottom: 1px solid; */
    /* padding: 8px 0px; */
    margin: 4px 8px 4px 0;
    line-height: 1;
  }

  #kwSpAllcatch ._attribute._select > label:before{
    content: "×";
    font-size: 17px;
    font-weight: 700;
    /* line-height: 1.2; */
    /* display: block; */
    /* margin-right: 4px; */
    position: absolute;
    /* margin: 0px auto; */
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateX(-48%);
    }

  #kwSpAllcatch ._attribute._select label{
    display: flex;
    min-width: max-content;
    border: 1px solid #666;
    border-radius: 29px;
    padding:6px 9px 6px 23px;
    position: relative;
  }
  #kwSpAllset ._attribute._select label span{

  }

  #kwSpAllcatch ._group{display: none;}

  #kwSpAllcatch ._attributegroup{
    padding: 0;
    margin: 0;
  }
  #kwSpAllset,#kwSpAllset [class*="popfind"]{
    /* width: max-content; */
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
  }
  
}



._attributegroup_group8 > ._group,._attributegroup_group9 > ._group{display: none;}