/* 
** px単位で記載すること
*/

/* 既存CSS */
._pagenator ._nav._page {
    display: inline-block !important;
  }

  .wrap {
        display: flex;
  }

  .left {
        width: 400px;
  }

  .right {
        flex: 1;
        min-width: 400px;
  }

  ._popfind_component ._modal ._window ._wrap ._head ._status {
        display:none;
  }

  ._modal ._window ._wrap ._body ._popfind_component ._attributegroup _attributegroup_group1 _attributegrouptype_type1 _open ._attributes{
        display:flex;
  }

  ._modal ._attributegroup ._attributes {
      display: flex;
      flex-wrap: wrap;
  }
      ._modal ._popfind_component ._attributegroup._attributegrouptype_type2._open > ._attributes,._modal ._attributegroup._attributegrouptype_type2r._open > ._attributes,._modal ._attributegroup._attributegrouptype_type2s._open > ._attributes {
      display: flex;
      flex-wrap: wrap;
  }

      .left > ._popfind_component > ._popfind_component ._attributegroup > ._attributes {
      display:block;
  }

      ._modal ._window_show ._wrap ._body ._popfind_component ._popfind_component ._attributegroup _attributegroup_group1 _attributegrouptype_type1 _open ._attributes {
      display:flex;
  }

      ._modal ._popfind_component ._priceinput ._form {
      display: flex;
      justify-content: left;
      align-items: center;
      margin: 10px 0;
  }

  ._popfind_component ._priceinput ._label {
      float:left;
      margin:10px 0;
  }

  /* 価格のスピンボタン非表示*/
  ._popfind_component ._priceinput ._pricegroup ._min::-webkit-inner-spin-button,
  ._popfind_component ._priceinput ._form ._pricegroup + ._range + ._pricegroup ._max::-webkit-inner-spin-button {
      -webkit-appearance: none !important;
      margin: 0 !important;
      -moz-appearance:textfield !important;
  }

  ._modal ._window {
    z-index: 9999!important;
  }

  .box form input[type="search"] {
    color: #757575;
    background-color: #f0f0f0;
    border: none;
    box-shadow: none;
    border-radius: 0.5714285714rem;
    padding: 0.9285714286rem 1.1428571429rem;
    width: 100%;
  }

  ._popfind_component form input[type="search"] {
    color: #757575;
    background-color: #f0f0f0;
    border: none;
    box-shadow: none;
    border-radius: 0.5714285714rem;
    padding: 0.9285714286rem 1.1428571429rem;
    width: 90%;
  }

  #popfind ._attributegroup > ._group {
        font-size: 1em;
  }

  #popfind ._searchresults > ._items > ._item {
        width: 200px;
  }

  /*
  ._popfind_component ._modal ._window ._wrap ._head ._status {
    display:none;
  }
  */

   ._modal ._window ._wrap ._body ._popfind_component ._attributegroup _attributegroup_group1 _attributegrouptype_type1 _open ._attributes{
    display:flex;
  }

  ._modal ._attributegroup ._attributes {
      display: flex;
      flex-wrap: wrap;
  }
  ._modal ._popfind_component ._attributegroup._attributegrouptype_type2._open > ._attributes,._modal ._attributegroup._attributegrouptype_type2r._open > ._attributes,._modal ._attributegroup._attributegrouptype_type2s._open > ._attributes {
    display: flex;
    flex-wrap: wrap;
  }

  .left > ._popfind_component > ._popfind_component ._attributegroup > ._attributes {
     display:block;
  }

  ._modal ._window_show ._wrap ._body ._popfind_component ._popfind_component ._attributegroup _attributegroup_group1 _attributegrouptype_type1 _open ._attributes {
     display:flex;
  }

  ._modal ._popfind_component ._priceinput ._form {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 10px 0;
  }

  #list .reset, #popfind .reset ._sub_groups, #popfind .reset ._attribute {
      display: flex;
      flex-wrap: wrap;
  }
  #list .reset ._attributegroup {
      padding: 0;
      margin: 0;
  }
  #list .reset ._attributegroup ._group {
      display: none;
  }
  #list .reset ._attribute {
      display: none;
      padding: 0 5px;
      margin: 0 5px;
  }
  #list .reset ._attribute._select input {
      display: none;
  }
  #list .reset ._attribute._select ._count {
      display: none;
  }
  #list .reset ._attribute._select {
      display: flex;
      min-width: unset;
      font-size: unset;
  }
  #list .reset ._attributes {
      display: flex;
  }
  #list .reset ._attribute._select:hover::before {
      content: "×" !Important;
      color: #633;
  }
  #list .reset ._attribute._select::before {
      content: "#";
      display: "inline";
  }
  #list .reset ._attribute._select label::before {
      background-image: unset;
      content: unset;
  }
._modal-area {
  display: flex;
  justify-content: space-around;
}
  ._popfind_component ._modal ._window ._wrap ._foot ._button {
    margin: .2em 0;
    position: relative;
    left: 120px;
  }
  /*
 ._reset {
      position: absolute;
      bottom: 10px;
      left: 20px;
  }
  */
  button {
      height: 40px;
      width: 96px;
  }
  #list ._searchresults > ._items > ._item {
    width: 220px;
  }
  
  ._display_text1, ._display_text2, ._display_text3, ._display_text4 {
    font-size: 1rem;
    border: solid 1px #000;
    color: #fff;
    border-radius: 3px;
    float: left;
    line-height: 1.8rem;
    /* margin-right: .3rem !important; */
    /* margin-bottom: .3rem !important; */
    background-color: #1e89b7;
    position: absolute;
    left: 6px;
  }
  
  ._additional_text3 {
    color: #fff;
    background-color: #ff4662;
  }
  ._additional_text3:before {
   content: "期間限定 ";
  }
  
  ._additional_text4 {
    border: 2px solid #94424b;
    display: inline-block;
  }
  ._additional_text6 {
    color: #fff;
    background-color: #e50012;
  }

  ._additional_text7, ._additional_text8, ._additional_text9 {
    font-size: 0px;
    position: relative;
  }




  ._popfind_component ._items ._item ._wrap ._price + ._text {
    color: #e74709 !important;
    display: inline;
  }
  ._popfind_component ._items ._item ._wrap ._text {
    font-weight: normal;
    font-size: 18px;
    color: #121212;
    margin: 0 0;
    padding: 0;
  }

  /* カラーのアイコン */
  ._popfind_component ._attributegroup ._attributes ._attribute[class*="col_"] {
    margin-right: 10px;
  }
  ._attributegroup ._attributes ._attribute[class*="col_"] ._label:after {
    content: "";
    position: absolute;
    width: 1.1428571429rem;
    height: 1.1428571429rem;
    border-radius: 50%;
    box-sizing: border-box;
  }

  ._attributegroup ._attributes ._attribute.col_black ._label:after {
    background-color: #212121;
  }
  ._attributegroup ._attributes ._attribute.col_dark_brown ._label:after {
    background-color: #6a3300;
  }
  ._attributegroup ._attributes ._attribute.col_white ._label:after {
    background-color: #ffffff;
    border: 0.0714285714rem solid #a3a3a3;
  }
  ._attributegroup ._attributes ._attribute.col_navy ._label:after {
    background-color: #005da0;
  }
  ._attributegroup ._attributes ._attribute.col_blue ._label:after {
    background-color: #00acee;
  }
  ._attributegroup ._attributes ._attribute.col_gray ._label:after {
    background-color: #a3a3a3;
  }
  ._attributegroup ._attributes ._attribute.col_brown ._label:after {
    background-color: #8d4400;
  }
  ._attributegroup ._attributes ._attribute.col_beige ._label:after {
    background-color: #ffe39a;
  }
  ._attributegroup ._attributes ._attribute.col_red ._label:after {
    background-color: #ff0000;
  }
  ._attributegroup ._attributes ._attribute.col_pink ._label:after {
    background-color: #ff68ba;
  }
  ._attributegroup ._attributes ._attribute.col_orange ._label:after {
    background-color: #ff7a00;
  }
  ._attributegroup ._attributes ._attribute.col_green ._label:after {
    background-color: #2caa00;
  }
  ._attributegroup ._attributes ._attribute.col_yellow ._label:after {
    background-color: #ffc90b;
  }
  ._attributegroup ._attributes ._attribute.col_purple ._label:after {
    background-color: #6243ff;
  }
  ._attributegroup ._attributes ._attribute.col_gold ._label:after {
    background: linear-gradient(159.82deg, rgba(255, 195, 40, 0.4) 6.72%, rgba(255, 229, 162, 0.4) 46.27%, rgba(183, 132, 0, 0.4) 48.13%, rgba(250, 200, 71, 0.4) 91.41%), #ffd482;
  }
  ._attributegroup ._attributes ._attribute.col_silver ._label:after {
    background: linear-gradient(159.82deg, rgba(226, 226, 226, 0.4) 6.72%, rgba(255, 255, 255, 0.4) 46.27%, rgba(132, 132, 132, 0.4) 48.13%, rgba(226, 226, 226, 0.4) 91.41%), #cacaca
  }
  ._attributegroup ._attributes ._attribute.col_multicolor ._label:after {
    background-color: #ffffff;
    background-image: url(/client_info/CHIYODA/view/userweb/images/chiyoda/icon/multi_color.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  /* 属性のアコーディオンを閉じたとき、チェックありの項目は表示する */
  /* + の直下の _attributes を開く */
  .column2-container__sidebar ._popfind_component ._attributegroup._attributegrouptype_type2 ._attributes {
      display: block;
  }

   /* + の直下の _attributes を開く */
  ._body>._popfind_component>._popfind_component>._attributegroup._attributegrouptype_type2>._attributes>._popfind_component
  >._attributegroup._attributegrouptype_type2>._attributes {
      display: flex;
  }


  /* + の直下の _attributes 配下の _attribute は まずは非表示 */
  .column2-container__sidebar ._popfind_component>._attributegroup._attributegrouptype_type2 ._attributes>._attribute {
      display: none;
  }
  /* + の直下の _attributes 配下の _attribute  +開いた時（_attributegrouptype_type2._open）は、表示 */
  .column2-container__sidebar ._popfind_component>._attributegroup._attributegrouptype_type2._open ._attributes>._attribute {
      display: block;
  }
  /* + の直下の _attributes 配下の _attribute  +閉じた時でもチェックしていたら（._attribute._select）は、表示 */
  .column2-container__sidebar ._popfind_component>._attributegroup._attributegrouptype_type2 ._attributes>._attribute._select {
      display: block;
  }

  /* + の直下の A　あ　など　まずは非表示 */
  .column2-container__sidebar ._popfind_component._syllabary>._attributegroup._attributegrouptype_type2>._attributes>._popfind_component
  >._attributegroup._attributegrouptype_type2>._group {
      display: none;
  }
  /* + の直下の A　あ　など　+開いた時（_attributegrouptype_type2._open）は、表示 */
  .column2-container__sidebar ._popfind_component._syllabary>._attributegroup._attributegrouptype_type2._open>._attributes>._popfind_component
  >._attributegroup._attributegrouptype_type2>._group {
      display: flex;
  }

  /* + の直下の A　あ　など　配下の　._sub_groups>.attribute　まずは非表示 */
  .column2-container__sidebar ._popfind_component._syllabary>._attributegroup._attributegrouptype_type2>._attributes>._popfind_component
  >._attributegroup._attributegrouptype_type2>._attributes>._attribute {
      display: none;
  }
  /* + の直下の A　あ　など　配下の　._sub_groups>.attribute　+開いた時（_attributegrouptype_type2._open）は、表示 */
  .column2-container__sidebar ._popfind_component._syllabary>._attributegroup._attributegrouptype_type2._open>._attributes>._popfind_component
  >._attributegroup._attributegrouptype_type2._open>._attributes>._attribute {
      display: block;
  }
  /* + の直下の A　あ　など　配下の　._sub_groups>.attribute　自分をチェックした時（._attribute._select）は、表示 */
  .column2-container__sidebar ._popfind_component._syllabary>._attributegroup._attributegrouptype_type2>._attributes>._popfind_component
  >._attributegroup._attributegrouptype_type2>._attributes>._attribute._select {
      display: block;
  }

  /* _sub_groups 配下の _attribute は まずは非表示 */
  .column2-container__sidebar ._popfind_component>._attributegroup._attributegrouptype_type2 ._attributes>._attribute
  >._sub_groups>._sub_group>._attributegroup._attributegrouptype_type1>._attributes>._attribute {
      display: none;
  }
  /* _sub_groups 配下の _attribute は  +開いた時（_attributegrouptype_type2._open）は、表示 */
  .column2-container__sidebar ._popfind_component>._attributegroup._attributegrouptype_type2._open ._attributes>._attribute
  >._sub_groups>._sub_group>._attributegroup._attributegrouptype_type1>._attributes>._attribute {
      display: block;
  }
  /* _sub_groups 配下の _attribute は 自分をチェックした時（._attribute._select）は、表示 */
  .column2-container__sidebar ._popfind_component>._attributegroup._attributegrouptype_type2 ._attributes>._attribute._select
  >._sub_groups>._sub_group>._attributegroup._attributegrouptype_type1>._attributes>._attribute._select {
      display: block;
  }	

  
  /* 件数非表示 */
  .column2-container__sidebar ._popfind_component>._attributegroup ._attributes>._attribute ._count {
  display: none !important;
  }
  /* 0件の属性非表示 */
  .column2-container__sidebar ._empty_attributes_hidden._popfind_component>._attributegroup ._attributes>._attribute._disable,
  .column2-container__sidebar ._empty_attributes_hidden ._popfind_component>._attributegroup ._attributes>._attribute._disable {
      display: none !important;
  }
  
  /* サイドナビの検索条件のスタイル調整 */
  .column2-container__sidebar ._popfind_component ._attributegroup {
      padding: 0;
  }

  /* サイドナビのキーワードのスタイル調整 */
  input#q2{
      width: 100%;
  }

/* 既存CSS */




/* reset CSS */
button {
    background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
    border: unset; 
    margin: unset;
}
::-ms-expand { /* explore用 */
    display: none;
}
/* ./reset CSS */

body._fixed {
    position: fixed;
	width: 100%;
	height: 100%;
	left: 0;  
}

#narrowListCategory {
    position: sticky;
    top: 90px;
    left: 0;
    z-index: 999;
    background-color: #ffffff;
}
.searchBox-item__container {
    margin: 0.5em 0 1em 0;
}
.searchBox-item__search {
    width: 100%;
}
._pagenator ._nav._page {
    display: inline-block !important;
}

/* #narrowListCategory ._popfind_component ._modal {
    scrollbar-width: none; 
    -ms-overflow-style: none;
    touch-action: none;
}
#narrowListCategory ._popfind_component ._modal::-webkit-scrollbar {
    display: none;
} */
#narrowListCategory ._popfind_component ._modal ._window {
    z-index: 9999;
    height: 100dvh;
    overflow: hidden;
}
#narrowListCategory ._popfind_component ._modal ._window ._wrap {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: unset;
}
#narrowListCategory ._popfind_component ._modal ._window ._wrap ._head {
    width: 100%;
    height: 56px;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.12);
}
#narrowListCategory ._popfind_component ._modal ._window ._wrap ._head::before {
    content: "条件から探す";
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    margin: auto;
    color: #212121;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
}
#narrowListCategory ._popfind_component ._modal ._window ._wrap ._head ._close {
    width: 40px;
    height: 36px;
    font-weight: 400;
    font-size: 8px;
    line-height: 120%;
    color: #212121;
    top: 10px;
    right: 0;
    border: unset;
    text-shadow: unset;
}
#narrowListCategory ._popfind_component ._modal ._window ._wrap ._head ._close::before {
    content: "";
    background: url('../images/chiyoda/icon/cross_2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}
#narrowListCategory ._popfind_component ._modal ._window ._wrap ._head ._status {
    position: absolute;
    bottom: 67px;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    line-height: 100%;
}
#narrowListCategory ._popfind_component ._modal ._window ._wrap ._head ._status ._hits {
    font-weight: 700;
    font-size: 20px;
    margin: 0 4px;
}
#narrowListCategory ._popfind_component ._modal ._window ._wrap ._body {
    height: calc(100vh - 151px);
    max-height: unset;
}
/* #narrowListCategory ._popfind_component ._modal ._window ._wrap ._body ._popfind_component {
    padding: 24px 16px;
} */
#narrowListCategory ._popfind_component ._modal ._window ._wrap ._body ._popfind_component .searchBox-item__container {
    padding: 24px 16px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
._popfind_component ._modal ._body div[data-popfind="attributes-group13"] {
    margin-bottom: 224px;
}
._popfind_component ._modal ._window ._wrap ._body ._popfind_component ._attributegroup {
    padding: 0 16px;
    margin: 0;
    text-align: left;
}
._popfind_component ._modal ._window ._wrap ._body ._popfind_component ._attributegroup ._group {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #212121;
    padding: 21px 0;
}
/*
#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2>._group:before, 
#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2r>._group:before, 
#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2s>._group:before,
#narrowListCategory ._popfind_component ._attributegroup ._attributes ._attribute[class*="gnd_"] > label::after {
    content: url('../images/chiyoda/icon/arrow_down-gray.svg');
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
}


#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2._open>._group:before, 
#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2r._open>._group:before, 
#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2s._open>._group:before,
#narrowListCategory ._popfind_component ._attributegroup ._attributes ._attribute[class*="gnd_"]._select > label::after {
    content: url('../images/chiyoda/icon/arrow_up-gray.svg');
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
}
*/
#narrowListCategory ._popfind_component ._attributegroup ._attributes ._attribute {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #212121;
    margin: 0;
    /* padding: 16.5px 0;  */
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#narrowListCategory ._popfind_component ._attributegroup ._attributes ._attribute._disable {
    display: none;
}
#narrowListCategory ._popfind_component ._attributegroup ._attributes ._attribute > label {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
}
#narrowListCategory ._popfind_component ._attributegroup ._attributes ._attribute > label::before,
#narrowListCategory ._popfind_component ._attributegroup ._attributes ._attribute._select > label::before {
    position: absolute;
    top: 53%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
}
#narrowListCategory ._popfind_component ._attributegroup ._attributes ._attribute > label::before {
    content: url("../images/chiyoda/icon/side_check_off.svg");
}
#narrowListCategory ._popfind_component ._attributegroup ._attributes ._attribute._select > label::before {
    content: url("../images/chiyoda/icon/side_check_on.svg");
}
#narrowListCategory ._attribute[class*="gnd_"] ._sub_groups ._sub_group ._attributegroup {
    padding-right: 0;
}
#narrowListCategory ._attribute[class*="gnd_"] ._sub_groups ._sub_group ._attributegroup ._group {
    display: none;
}

#narrowListCategory ._popfind_component ._attributegroup ._attributes ._attribute[class*="col_"],
#narrowListCategory ._popfind_component ._attributegroup ._attributes ._attribute[class*="shp_width_"] {
    width: calc(100% / 2 - 10px);
}
#narrowListCategory ._popfind_component ._attributegroup ._attributes ._attribute[class*="size_"] {
    width: calc(100% / 2 - 6px);
}


#narrowListCategory ._popfind_component ._attributegroup ._attributes ._attribute[class*="size_"] ._label::after {
    content: "cm";
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #212121;
}
#narrowListCategory ._popfind_component ._attributegroup ._attributes ._attribute[class*="size_"]:nth-child(n + 41) ._label:after {
    content: "";
}
#narrowListCategory ._popfind_component ._attributegroup ._attributes ._attribute input {
    display: none;
}
#narrowListCategory ._popfind_component ._modal ._window ._wrap ._foot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 95px;   
    background-color: #fff;
    box-shadow: 0px 4px 14px 2px rgba(0, 0, 0, 0.26);
}
#narrowListCategory ._popfind_component ._modal ._window ._wrap ._foot ._button._submit,
#narrowListCategory ._popfind_component ._modal ._window ._wrap ._body ._popfind_component ._reset {
    position: absolute;
    width: 163.5px;
    height: 43px;
    line-height: 43px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
}
#narrowListCategory ._popfind_component ._modal ._window ._wrap ._foot ._button._submit {
    right: 16px;
    bottom: 16px;
    background-color: #FF4662;
    color: #FFFFFF;
    z-index: 1;
    margin: 0;
}
#narrowListCategory ._popfind_component ._modal ._window ._wrap ._body ._popfind_component ._reset {
    left: 16px;
    bottom: 16px;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #373A49;
}
#narrowListCategory ._popfind_component ._modal ._window ._wrap ._body ._popfind_component ._reset > button {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #373A49;
    margin: 0;
    padding: 0;
}
#narrowListCategory ._popfind_component ._modal ._window ._wrap ._body ._popfind_component ._attributegroup _attributegroup_group1 _attributegrouptype_type1 _open ._attributes{
    display:flex;
}
#narrowListCategory ._popfind_component form input[type="search"] {
    color: #757575;
    background-color: #f0f0f0;
    border: none;
    box-shadow: none;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    font-size: 16px;
}
._modal ._window_show ._wrap ._body ._popfind_component ._popfind_component ._attributegroup _attributegroup_group1 _attributegrouptype_type1 _open ._attributes {
    display:flex;
}
/* 絞り込み ブランド CSS */
#narrowListCategory ._attributegroup ._attributes > ._popfind_component {
    width: 100%;
}
#narrowListCategory ._attributegroup ._attributes > ._popfind_component > ._attributegroup {
    padding-right: 0;
}
#narrowListCategory ._attributegroup ._attributes > ._popfind_component > ._attributegroup > ._group {
    padding: 18.5px 0 11px;
    font-weight: 400;
}

._modal ._popfind_component ._priceinput ._form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
#narrowListCategory ._priceinput {
    /* padding: 21px 16px; */
    padding: 0;
    margin: 0;
    /* text-align: left; */
    /* border-top: 1px solid rgba(0, 0, 0, 0.12); */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.12); */
}
#narrowListCategory ._pricegroup {
    position: relative;
    width: calc(100% / 2 - 17px);
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #757575;
    background-color: #F0F0F0;
    border-radius: 8px;
}
#narrowListCategory ._pricegroup input {
    text-align: right;
    background-color: transparent;
    border-radius: 8px;
    /* padding: 13px 65.75px 12px 43.75px; */
    padding: 0 2rem 0 0 ;
    width: 100%;
    height: 100%;
    line-height: 100%;
    box-sizing: border-box;
}
#narrowListCategory ._pricegroup ._suffix {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #212121;
    font-size: 14px;
    line-height: 100%;
}

._modal-area {
    display: flex;
    justify-content: space-around;
}
._modal ._attributegroup ._attributes {
    display: flex;
    flex-wrap: wrap;
}

._modal ._popfind_component ._attributegroup._attributegrouptype_type2._open > ._attributes,._modal ._attributegroup._attributegrouptype_type2r._open > ._attributes,._modal ._attributegroup._attributegrouptype_type2s._open > ._attributes {
    display: flex;
    flex-wrap: wrap;
}

.left > ._popfind_component > ._popfind_component ._attributegroup > ._attributes {
    display:block;
}

.button ._popfind_component ._modal ._button {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: unset;
    color: unset;
    border-bottom: unset;
    border-radius: 0;
}
.button ._popfind_component ._modal > ._button {
    position: relative;
    display: block;
    width: 76px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    text-align: left;
}
.button ._popfind_component ._modal > ._button::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;  
    display: inline-block;
    background-image: url('../images/chiyoda/icon/arrow_down.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}


/* アイテムリスト CSS */
.box form input[type="search"] {
    color: #757575;
    background-color: #f0f0f0;
    border: none;
    box-shadow: none;
    border-radius: 8px;
    padding: 13px 16px;
    width: 100%;
}

#list ._attributegroup > ._group {
    font-size: 14px;
}

._searchresults {
    margin-top: 16px;
}
#list ._searchresults > ._items {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    gap: 24px 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#list ._searchresults > ._items > ._item {
    margin: unset;
    padding: unset;
    text-align: left;
    width: calc(100% / 2 - 8px);
    height: auto;
}

#item-list #list ._searchresults > ._items > ._item {
    width: calc(100% / 3 - 12px);
    height: 443px;
    overflow: hidden;
}

#list ._popfind_component ._items ._item ._wrap {
    position: relative;
    width: 100%;
    height: 100%;
    margin: unset;
    border: unset;
    /* display: flex;
    flex-wrap: wrap;
    align-content: flex-start; */
    /* display: grid;
    grid-template-columns: calc(100% / 4);
    grid-template-rows: 100px 100px 100px; */
}
#list ._popfind_component ._items ._item ._wrap > div {
    /* margin: 4px 8px 0; */
    padding: 0;
}
#list ._popfind_component ._items ._item ._wrap ._item_footer{
    width: 100%;
    padding: 8px 12px 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#list ._popfind_component ._items ._item ._wrap ._item_tag {
    padding: 8px 12px 0;
    height: 20px;
    box-sizing: content-box;
}

#list ._popfind_component ._items ._item ._wrap ._image {
    margin: 0;
    padding: 0;
    width: 252px;
    height: 252px;
}
#list ._popfind_component ._items ._item ._wrap ._image img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}
#list ._popfind_component ._items ._item ._wrap ._image a img::before {
    display: none;
}
#list ._popfind_component ._items ._item ._wrap ._additional_text3,
#list ._popfind_component ._items ._item ._wrap ._additional_text5,
#list ._popfind_component ._items ._item ._wrap ._additional_text6 {
    width: 100%;
    height: 20px;
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    padding: 3px 0;
    color: #FFFFFF;
}
#list ._popfind_component ._items ._item ._wrap ._additional_text3 {
    background-color: #FF4662;
}
#list ._popfind_component ._items ._item ._wrap ._additional_text5 {
    background-color: #335CAC;
}
#list ._popfind_component ._items ._item ._wrap ._additional_text6 {
    background-color: #E50012;
}
#list ._popfind_component ._items ._item ._wrap ._additional_text1 {
    font-weight: 700;
    font-size: 10px;
    color: #65687D;
    line-height: 150%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    margin: 12px 0 0 0;
}
#list ._popfind_component ._searchresults ._items ._item ._wrap ._additional_text2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
._popfind_component ._searchresults ._items ._item ._wrap ._title,
#list ._popfind_component ._searchresults ._items ._item ._wrap ._additional_text2 {
    padding: 8px 12px 0;
}
._popfind_component ._searchresults ._items ._item ._wrap ._title > a {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #212121;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.u-row1 {
    -webkit-line-clamp: 1 !important;
}
.u-row2 {
    -webkit-line-clamp: 2 !important;
}
.u-row3 {
    -webkit-line-clamp: 3 !important;
}
.u-row4 {
    -webkit-line-clamp: 4 !important;
}

#list ._popfind_component ._items ._item ._wrap ._additional_text4,
#list ._popfind_component ._items ._item ._wrap ._display_text18 {
    border: 1px solid #E50012;
    border-radius: 4px ;
    padding: 4px 6px;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    color: #E50012;
    margin: 0;
    margin-right: 12px;
}

#list ._popfind_component ._items ._item ._wrap ._display_text17 {
    border: 1px solid #335CAC;
    border-radius: 4px;
    padding: 4px 6px;
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
    color: #335CAC;
    margin: 0;
    margin-right: auto;
    margin-left: 4px;
}

#list ._popfind_component ._items ._item ._wrap ._priceWrapper {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    margin: 0;
}

#list ._popfind_component ._items ._item ._wrap ._price {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #212121;
}
#list ._popfind_component ._items ._item ._wrap ._additional_text4 ~ ._price,
#list ._popfind_component ._items ._item ._wrap ._text ~ ._price {
    color: #E50012;
    display: inline-block;
}
#list ._popfind_component ._items ._item ._wrap ._price ._prefix {
    margin-right: -6px;
}
#list ._popfind_component ._items ._item ._wrap ._price ._prefix::before{
    content: "￥"
}
#list ._popfind_component ._items ._item ._wrap ._text {
    position: relative;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    color: #A3A3A3;
    margin: 0;
    padding: 0;
    padding-right: 12px;
    display: inline-block;
}
#list ._popfind_component ._items ._item ._wrap ._text::after {
    content: url('../images/chiyoda/icon/arrow_right-gray.svg');
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
}
#list ._popfind_component ._items ._item ._wrap ._price ._suffix {
    display: none;
}
/*
._popfind_component ._modal ._window ._wrap ._head ._status {
    display:none;
}
*/

#list .reset ._sub_groups, #list .reset ._attribute {
  display: flex;
  flex-wrap: wrap;
}
#list .reset ._attributegroup {
  padding: 0;
  margin: 0;
}
#list .reset ._attributegroup ._group {
  display: none;
}
#list .reset ._attribute {
  display: none;
}
#list .reset ._popfind_component ._attributegroup ._attribute._select {
  display: flex;
  flex-wrap: wrap;
  min-width: unset;
  font-size: unset;
  margin: 0;
}
#list .reset ._sub_groups ._sub_group._popfind_component ._attributegroup ._attribute._select {
    margin-bottom: 0;
}
#list .reset ._attribute._select input {
  display: none;
}
#list .reset ._attribute._select ._count {
  display: none;
}
#list .reset ._attributes {
  display: flex;
}
#list .reset ._attribute._select label,
#list .reset button {
    position: relative;
    padding: 8px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #373A49;
    border: 1px solid #373A49;
    border-radius: 4px;
    margin-right: 12px;
    margin-bottom: 12px;
}
#list .reset ._attribute._select label::before,
#list .reset button::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 9px;
  display: inline-block;
  background-image: url('../images/chiyoda/icon/cross_2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 12px;
  height: 12px;
}
#list .reset ._attribute._select label ._label {
    margin-right: 20px;
}
#list .reset button {
    padding-right: 28px;
    margin-right: 12px;
    margin-bottom: 12px;
}

/* button {
    height: 40px;
    width: 96px;
} */

#list ._display_text1,
#list ._display_text2,
#list ._display_text3,
#list ._display_text4{
    position: static;
}

#list ._popfind_component ._items ._item ._wrap ._display_text1, 
#list ._popfind_component ._items ._item ._wrap ._display_text2, 
#list ._popfind_component ._items ._item ._wrap ._display_text3 {
    display: inline-block;
    /* max-width: 90%; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    padding: 4px 8px;
    background-color: #1E89B7;
    color: #FFFFFF;
    margin-left: 6px;
    margin-right: 0;
    float: none;
    border: none;
    border-radius: 4px;
}
#list ._popfind_component ._items ._item ._wrap ._display_text1 {
    margin-left: 0;
}

._additional_text3 {
    color: #fff;
    background-color: #ff4662;
}

._additional_text6 {
    color: #fff;
    background-color: #e50012;
}

#list ._popfind_component ._items ._item ._wrap ._additional_text7, 
#list ._popfind_component ._items ._item ._wrap ._additional_text8, 
#list ._popfind_component ._items ._item ._wrap ._additional_text9 {
    font-size: 0px;
    position: relative;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    display:inline-block;
}
#list ._popfind_component ._items ._item ._wrap ._additional_text7{
    margin-right: 3px;
}
#list ._popfind_component ._items ._item ._wrap ._additional_text8{
    margin-right: 3px;
    border: 1px solid #a3a3a3;
    border-radius: 50%;
}
#list ._popfind_component ._items ._item ._wrap ._additional_text9 {
    margin-left: 3px;
}

#list ._additional_text7::before {
    font-size: 13px;
    content: "㋱";
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 2px;
    color: #A3A3A3;
}

/* 丸当 */
._item ._additional_text8::before {
    font-size: 10px;
    content: "当";
    position: absolute;
    width: 12px;
    height: 12px;
    color: #A3A3A3;
    top: -1px;
    left: -1px;
}

#list ._additional_text9::before {
    font-size: 13px;
    content: "🈞";
    position: absolute;
    top: 1px;
    right: 0;
    color: #212121;
}


/*
._additional_text7::before {
    font-size: 18px;
    content: "㋱";
    position: absolute;
    right: 5px;
    bottom: 20px;
  }

  ._additional_text8::before {
    font-size: 16px;
    content: "当";
    position: absolute;
    right: 5px;
    bottom: 20px;
  }

  ._additional_text9::before {
    font-size: 18px;
    content: "🈞";
    position: absolute;
    right: 5px;
    bottom: 20px;
  }
*/

._popfind_component ._items ._item ._wrap ._price + ._text {
    color: #e74709 !important;
    display: inline;
}
._popfind_component ._items ._item ._wrap ._text {
    font-weight: normal;
    font-size: 18px;
    color: #121212;
    margin: 0 0;
    padding: 0;
}

/* カラーのアイコン */
._modal ._popfind_component ._attributegroup ._attributes ._attribute[class*="col_"] {
    position: relative;
    margin-right: 10px;
}
._modal ._attributegroup ._attributes ._attribute[class*="col_"]:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
}
._modal ._attributegroup ._attributes ._attribute.col_black:after {
    background-color: #212121;
}
._modal ._attributegroup ._attributes ._attribute.col_dark_brown {
    letter-spacing: -3px;
}
._modal ._attributegroup ._attributes ._attribute.col_dark_brown:after {
    background-color: #6a3300;
}
._modal ._attributegroup ._attributes ._attribute.col_white:after {
    background-color: #ffffff;
    border: 1px solid #a3a3a3;
}
._modal ._attributegroup ._attributes ._attribute.col_navy:after {
    background-color: #005da0;
}
._modal ._attributegroup ._attributes ._attribute.col_blue:after {
    background-color: #00acee;
}
._modal ._attributegroup ._attributes ._attribute.col_gray:after {
    background-color: #a3a3a3;
}
._modal ._attributegroup ._attributes ._attribute.col_brown:after {
    background-color: #8d4400;
}
._modal ._attributegroup ._attributes ._attribute.col_beige:after {
    background-color: #ffe39a;
}
._modal ._attributegroup ._attributes ._attribute.col_red:after {
    background-color: #ff0000;
}
._modal ._attributegroup ._attributes ._attribute.col_pink:after {
    background-color: #ff68ba;
}
._modal ._attributegroup ._attributes ._attribute.col_orange:after {
    background-color: #ff7a00;
}
._modal ._attributegroup ._attributes ._attribute.col_green:after {
    background-color: #2caa00;
}
._modal ._attributegroup ._attributes ._attribute.col_yellow:after {
    background-color: #ffc90b;
}
._modal ._attributegroup ._attributes ._attribute.col_purple:after {
    background-color: #6243ff;
}
._modal ._attributegroup ._attributes ._attribute.col_gold:after {
    background: linear-gradient(159.82deg, rgba(255, 195, 40, 0.4) 6.72%, rgba(255, 229, 162, 0.4) 46.27%, rgba(183, 132, 0, 0.4) 48.13%, rgba(250, 200, 71, 0.4) 91.41%), #ffd482;
}
._modal ._attributegroup ._attributes ._attribute.col_silver:after {
    background: linear-gradient(159.82deg, rgba(226, 226, 226, 0.4) 6.72%, rgba(255, 255, 255, 0.4) 46.27%, rgba(132, 132, 132, 0.4) 48.13%, rgba(226, 226, 226, 0.4) 91.41%), #cacaca
}
._modal ._attributegroup ._attributes ._attribute.col_multicolor:after {
    background-color: #ffffff;
    background-image: url(/client_info/CHIYODA/view/userweb/images/chiyoda/icon/multi_color.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 属性のアコーディオンを閉じたとき、チェックありの項目は表示する */

/* + の直下の _attributes を開く */
._body>._popfind_component>._popfind_component>._attributegroup._attributegrouptype_type2._open>._attributes {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

/* + の直下の _attributes を開く */
/* ._body>._popfind_component>._popfind_component>._attributegroup._attributegrouptype_type2._open>._attributes>._popfind_component
>._attributegroup._attributegrouptype_type2>._attributes {
    display: flex;
} */

/* + の直下の _attributes 配下の _attribute は まずは非表示 */
/* ._body>._popfind_component>._popfind_component>._attributegroup._attributegrouptype_type2>._attributes>._attribute {
    display: none;
} */
/* + の直下の _attributes 配下の _attribute  +開いた時（_attributegrouptype_type2._open）は、表示 */
/* ._body>._popfind_component>._popfind_component>._attributegroup._attributegrouptype_type2._open>._attributes>._attribute {
    display: block;
} */
/* + の直下の _attributes 配下の _attribute  +閉じた時でもチェックしていたら（._attribute._select）は、表示 */
/* ._body>._popfind_component>._popfind_component>._attributegroup._attributegrouptype_type2>._attributes>._attribute._select {
    display: block;
} */


/* + の直下の A　あ　など　まずは非表示 */
._body>._popfind_component>._popfind_component._syllabary>._attributegroup._attributegrouptype_type2>._attributes>._popfind_component
>._attributegroup._attributegrouptype_type2>._group {
    display: none;
}
/* + の直下の A　あ　など　+開いた時（_attributegrouptype_type2._open）は、表示 */
._body>._popfind_component>._popfind_component._syllabary>._attributegroup._attributegrouptype_type2._open>._attributes>._popfind_component
>._attributegroup._attributegrouptype_type2>._group {
    display: block;
}

/* + の直下の A　あ　など　配下の　._sub_groups>.attribute　まずは非表示 */
._body>._popfind_component>._popfind_component._syllabary>._attributegroup._attributegrouptype_type2>._attributes>._popfind_component
>._attributegroup._attributegrouptype_type2>._attributes>._attribute {
    display: none;
}
/* + の直下の A　あ　など　配下の　._sub_groups>.attribute　+開いた時（_attributegrouptype_type2._open）は、表示 */
._body>._popfind_component>._popfind_component._syllabary>._attributegroup._attributegrouptype_type2._open>._attributes>._popfind_component
>._attributegroup._attributegrouptype_type2._open>._attributes>._attribute {
    display: block;
}
/* + の直下の A　あ　など　配下の　._sub_groups>.attribute　自分をチェックした時（._attribute._select）は、表示 */
._body>._popfind_component>._popfind_component._syllabary>._attributegroup._attributegrouptype_type2>._attributes>._popfind_component
>._attributegroup._attributegrouptype_type2>._attributes>._attribute._select {
    display: block;
}

/* _sub_groups 配下の _attribute は まずは非表示 */
._body>._popfind_component>._popfind_component>._attributegroup._attributegrouptype_type2>._attributes>._attribute
>._sub_groups>._sub_group>._attributegroup._attributegrouptype_type1>._attributes>._attribute {
    display: none;
}
/* _sub_groups 配下の _attribute は  +開いた時（_attributegrouptype_type2._open）は、表示 */
._body>._popfind_component>._popfind_component>._attributegroup._attributegrouptype_type2._open>._attributes>._attribute
>._sub_groups>._sub_group>._attributegroup._attributegrouptype_type1>._attributes>._attribute {
    display: block;
}
/* _sub_groups 配下の _attribute は 自分をチェックした時（._attribute._select）は、表示 */
._body>._popfind_component>._popfind_component>._attributegroup._attributegrouptype_type2>._attributes>._attribute._select
>._sub_groups>._sub_group>._attributegroup._attributegrouptype_type1>._attributes>._attribute._select {
    display: block;
}


/* 件数非表示 */
._modal ._popfind_component>._attributegroup>._attributes>._attribute ._count {
    display: none !important;
}
/* 0件の属性非表示 */
._modal ._empty_attributes_hidden._popfind_component>._attributegroup>._attributes>._attribute._disable,
._modal ._empty_attributes_hidden ._popfind_component>._attributegroup>._attributes>._attribute._disable {
    display: none !important;
}

/* 絞り込み要素のリストが空の属性リソースファイルのグループに対して非表示にする処理  */
._empty_attributes {
    display: none;
}

/* 検索モーダルのスタイル上書き */
._attributes>._popfind_component>._attributegroup {
    padding: 0em 1.5em;
    margin: 0;
}

._popfind_component ._sortorderselector ._label,
._popfind_component ._countselector ._label {
    display: none;
}

.box {
    margin-bottom: unset;
}
.box__conditions {
    display: flex;
    align-items: center;
    flex-wrap: wrap; 
}
.box__condition {
    font-size: 14px;
    padding: 8px 12px;
    color: #373A49;
    border: 1px solid #373A49;
    border-radius: 4px;
}
.box__condition > img {
    height: 192px;
    padding-left: 8px;
}
.box__conditions-clear {
    text-align: right;
}
.box__conditions-clear button {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #0091EA;
    padding: 0;
    margin: 0;
}
.box__status {
    margin: 16px 0 8px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.box__status ._popfind_component ._searchstatus {
    margin: unset;
}
.box__status ._popfind_component ._searchstatus ._status, 
.box__status__number {
    color: #212121;
    font-weight: 400;
    font-size: 14px;
}
.box__status ._popfind_component ._searchstatus ._status ._hits,
.showItemNumber {
    font-weight: 700;
    font-size: 20px;
}
.box__status ._popfind_component ._searchstatus ._status ._hits {
    margin-right: 4px;
}
.box__selector {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.box__selector ._popfind_component ._sortorderselector {
    width: 200px;
    margin-right: 16px;
}
.box__selector ._popfind_component ._countselector {
    width: 127px;
}
.box__selector ._popfind_component ._sortorderselector,
.box__selector ._popfind_component ._countselector {
    position: relative;
    margin: unset;
    padding: unset;
}
.box__selector ._popfind_component ._sortorderselector select,
.box__selector ._popfind_component ._countselector select {
    padding: 13px 16px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    background-color: #F0F0F0;
    border-radius: 8px;
    background-image: url("../images/chiyoda/icon/caret-down.svg");
    background-position: right 1.1428571429rem center;
    background-repeat: no-repeat;
    background-size: 0.8571428571rem 0.5121428571rem;
}
#list ._popfind_component ._pagenator {
    height: 40px;
    padding: 0;
    margin: 0;
    margin-top: 32px;
    gap: 12px;
}
#list ._popfind_component ._pagenator ._nav._prev, 
#list ._popfind_component ._pagenator ._nav._next {
    margin: 0;
}
#list ._popfind_component ._pagenator ._nav._first {
    display: none;
}
#list ._popfind_component ._pagenator ._nav {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    flex: unset;
    margin: 0;
}
#list ._popfind_component ._pagenator ._nav._prev,
#list ._popfind_component ._pagenator ._nav._next {
    background-color: #757575;
}
#list ._popfind_component ._pagenator ._nav._customFirst {
    background: url("../images/chiyoda/icon/arrow_wleft.svg");
    background-position: center;
    background-color: #757575;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
#list ._popfind_component ._pagenator ._nav._customLast {
    background: url("../images/chiyoda/icon/arrow_wright.svg");
    background-color: #757575;
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
#list ._popfind_component ._pagenator ._nav._prev > span,
#list ._popfind_component ._pagenator ._nav._next > span,
#list ._popfind_component ._pagenator ._nav._prev > ._button,
#list ._popfind_component ._pagenator ._nav._next > ._button {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
#list ._popfind_component ._pagenator ._nav._prev > span,
#list ._popfind_component ._pagenator ._nav._prev > ._button {
    background: url('../images/chiyoda/icon/arrow_left-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 0;
}
#list ._popfind_component ._pagenator ._nav._next > span,
#list ._popfind_component ._pagenator ._nav._next > ._button {
    background: url('../images/chiyoda/icon/arrow_right-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 0;
}
#list ._popfind_component ._pagenator ._nav._customFirst--disabled,
#list ._popfind_component ._pagenator ._nav._prev--disabled,
#list ._popfind_component ._pagenator ._nav._customLast--disabled,
#list ._popfind_component ._pagenator ._nav._next--disabled {
    background-color: #D7D7D7;
}
#list ._popfind_component ._pagenator ._nav > a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
#list ._popfind_component ._pagenator ._nav._page {
    box-sizing: border-box;
    color: #757575;
    background-color: #fff;
    border: 1px solid #757575;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
#list ._popfind_component ._pagenator ._nav._page._current {
    color: #FFFFFF;
    background-color: #FF4662;
    border: unset;
}
#list ._popfind_component ._pagenator ._nav ._button {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: unset;
    border-radius: 4px;
}



#item-list ._popfind_component ._attributegroup._attributegrouptype_type2._open>._attributes,
#item-list ._popfind_component ._attributegroup._attributegrouptype_type2r._open>._attributes,
#item-list ._popfind_component ._attributegroup._attributegrouptype_type2s._open>._attributes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* カラー 〇 */
._attributegroup ._attributes ._attribute[class*="col_"] ._label:after {
    content: "";
    position: absolute;
    width: 1.1428571429rem;
    height: 1.1428571429rem;
    border-radius: 50%;
    box-sizing: border-box;
    right: 0;
}

/* カラー特定色 調整 */
#narrowListCategory > div:nth-child(5) > div > div._attributes > div._attribute.col_dark_brown > label > span._label,
#narrowListCategory > div:nth-child(5) > div > div._attributes > div._attribute.col_multicolor > label > span._label{
    display: inline-block;
    transform: scaleX(0.7);
    width: 133px;
    position: relative;
    left: -19px;
}
#narrowListCategory > div:nth-child(5) > div > div._attributes > div._attribute.col_dark_brown > label > span._label::after,
#narrowListCategory > div:nth-child(5) > div > div._attributes > div._attribute.col_multicolor > label > span._label::after{
    transform: scaleX(1.4);
}



/* 開閉処理 */

.column2-container ._popfind_component ._attributegroup ._group{
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
}

#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2._open>._group:before,
#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2r._open>._group:before,
#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2s._open>._group:before {
    content: "";
    display: none;
}

#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2>._group:before,
#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2r>._group:before,
#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2s>._group:before {
    content: "";
    padding: 0;
    display: none;
}

#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2._open>._group::after,
#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2r._open>._group::after,
#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2s._open>._group::after {
    content: url('../images/chiyoda/icon/arrow_down-gray.svg');
    
}

#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2>._group::after,
#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2r>._group::after,
#narrowListCategory ._popfind_component ._attributegroup._attributegrouptype_type2s>._group::after {
    content: url('../images/chiyoda/icon/arrow_up-gray.svg');
    transform: scale(0.65, 0.65);
}

#narrowListCategory ._popfind_component._syllabary ._attributes ._popfind_component ._attributegroup._attributegrouptype_type2>._group::after{
    margin-right: auto;
}


/* 不要なページネーション削除 */
#list > div:nth-child(2) > ._pagenator{
    display: none;
}

/**/
._popfind_component ._attributegroup{
    padding: 0.5em 1.5em;
    margin: 0.5em 0 1em 0;
}

/**/
._sub_groups ._attributes{
    margin-left: 1rem;
} 


/* 検索結果 ヘッダ */
#list .current-filters{
    display: flex;
    height: 1.875rem;
    font-size: 0.875rem;
    line-height: 1;
    align-items: center;
    gap: 0.75rem;
    justify-content: space-between;
}
current-filters-left{
    display: flex;
}
.current-filters-right{
    display: flex;
}

#list ._popfind_component ._items ._item ._wrap ._image:before {
    content: "";
    display: none;
    padding-top: 100%;
}

/* 在庫ラベル非表示 */
#narrowListCategory ._popfind_component ._attributegroup._attributegroup_group13 ._group{
    display: none;
}

#narrowListCategory ._popfind_component ._priceinput ._form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

/* 検索ボタン */
.form-search__input {
    width: 100%;
    margin-right: unset;
    padding: 0.9285714286rem 4.2857142857rem 0.9285714286rem 1.1428571429rem !important;
    box-sizing: border-box;
    border-radius: 0.5714285714rem;
    outline: none;
    border: none;
    background-color: inherit;
}
.searchBox-item__search .form-search__submit {
    background: url(../images/chiyoda/icon/search-gray.svg);
    /* width: 1.714285704rem !important; */
    /* height: 1.714285704rem; */
    right: 0.571428568rem;
}
.searchBox-item__search {
    width: 100%;
}
.form-search {
    position: relative;
    color: #757575;
    background-color: #f0f0f0;
    border-radius: 0.5714285714rem;
    padding: 0;
}
.form-search__submit {
    margin: unset;
    background: url(../images/chiyoda/icon/search.svg) right center no-repeat;
    background-size: contain;
    width: 1.4285714286rem !important;
    height: 1.4285714286rem;
    position: absolute;
    top: 48%;
    right: 1.6428571429rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: unset;
    border-radius: 0.5714285714rem;
}

/**/
.header-rest {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0.5em 0 1em 0;
}
.header-rest button{
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #373A49;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #373A49;
    padding: 0.5rem;
    border-radius: 8px;
}

#list ._popfind_component ._searchstatus ._status{
    font-size: 20px;
    font-weight: 700;
}

/**/
.current-filters ._popfind_component ._sortorderselector select,
.current-filters ._popfind_component ._countselector select {
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    background-color: #F0F0F0;
    border-radius: 8px;
    background-image: url(../images/chiyoda/icon/caret-down.svg);
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 0.8571428571rem 0.5121428571rem;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
}


.searchBox-item__footer{
    position: relative;
}
.searchBox-item__footer .form-search__submit{
    

}
#q3{
    display: none;
}

._item__category_name ._group{
    padding-bottom: 0.5rem;
}


/* 下層矢印 */
#narrowListCategory
  ._popfind_component
  ._attributegroup
  ._attributes
  ._attribute[class*="gnd_"]
  > label::after {
  content: url("../images/chiyoda/icon/arrow_down-gray.svg");
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  transform: scale(0.65, 0.65);
  right: auto;
}
#list ._notfound {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #ff4662;
    margin: 80px 0 0;
}
#narrowListCategory ._popfind_component ._attributegroup ._attributes ._attribute[class*="gnd_"]._select > label::after {
    content: url(../images/chiyoda/icon/arrow_up-gray.svg);
    position: absolute;
    width: 16px;
    height: 16px;
    padding: 0;
    transform: scale(0.65, 0.65);
}

/* review */
#list ._reviewWrapper{
    padding: 8px 12px 0;
    line-height: 1;
}

#list ._review_score{
    padding:0;
}

#list ._reviewValue{
    padding:0 0.5em;
    font-size: 14px;
    font-weight: 700;
}
#list ._popfind_component ._items ._item ._wrap ._review_score{
    font-size: 15px;
    line-height: 15px;
    width:5em;
}
#list ._display_text20{
    display: inline;
    font-size: 14px;
    padding: 0;
}
#list ._display_text20::before{
    content: '(';
}
#list ._display_text20::after{
    content: ')';
}
