@charset "UTF-8";

/* POPFIND CSS */

/* ._pagenator ._nav._page {
  display: inline-block !important;
} */

._ec_component ._attributegroup > ._group {
  font-size: 1em;
}
._ec_component ._searchresults > ._items {
  display: grid;
  /* 最大4列まで表示 */
  /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}

._ec_component ._items ._item ._wrap {
  border: none !important;
}
._ec_component ._items ._item ._wrap ._image,
._ec_component ._items ._item ._wrap ._group_image {
  padding: 0;
}

._layoutgroup1_1 > div {
  color: white;
  height: 18px;
  border-radius: 0;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  line-height: 10px;
  margin: 3px 3px 0 3px;
}
._layoutgroup1_1 ._display_text1 {
  /* 予約 */
  width: 70px;
  background-color: #539cba;
}
._layoutgroup1_1 ._display_text2 {
  /* セール */
  width: 60px;
  background-color: #ef000a;
}
._layoutgroup2,
._layoutgroup3 {
  text-align: start;
}

._layoutgroup3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}




/* 20241206追記 */

/* 共通 */

/* デバイス表示非表示 */
.sp_on {
  display: none;
}

.pc_on {
  display: block;
}

html{
  scroll-behavior: smooth;
}

body {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.fs-l-main {
  max-width: 1000px;
}
.wrap {
  display: flex;
  column-gap: 20px;
}
.left {
  width: 200px;
}
.right {
  flex: 1;
  max-width: 780px;
}

/* 表示件数 */
.searchresults_heading {
  display: flex;
  justify-content: space-between;
}

.searchstatus_wrap {
  display: flex;
}
.searchstatus_flex {
  display: flex;
  align-items: center;
}

._ec_component ._searchstatusfull {
  padding-left: 10px;
}

._ec_component ._searchstatus {
  padding-left: 3px;
}

/* カラーをまとめる */
._ec_component ._groupingselector {
  justify-content: space-between !important;
  padding: 0 !important;
  /* font-size: 1rem !important; */
}

._ec_component ._groupingselector ._label {
  font-weight: normal;
  font-size: 1.5rem;
}

._ec_component ._groupingselector label {
  font-size: 1.5rem;
}

._ec_component ._groupingselector  input[type=radio] {
  vertical-align: middle;
}

._ec_component ._groupingselector form div:first-child{
  padding-right: 1rem;
}

._ec_component ._groupingselector  label {
  margin-bottom: 0;
}

.color_flex {
  display: flex;
  column-gap: 5rem;
}

/* 並び替え */
._ec_component ._sortorderselector {
  justify-content: space-between !important;
  padding: 0 !important;
  font-size: 1rem !important;
  position: relative;
} 

._ec_component ._sortorderselector ._label {
  display: none;
} 

._ec_component ._sortorderselector select {
  width: 100%;
  /* font-weight: bold; */
  line-height: 2.2;
  flex: none;
  border: none;
  cursor: pointer;
  padding: 0 1rem;
  margin-right: 1.5rem;
  font-size: 1.5rem;
}

._ec_component ._sortorderselector:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  margin-right: 1rem;
  box-sizing: border-box;
  transform: translateY(-28%) rotate(135deg);
  position: absolute;
  right: 0;
}

/* 並び替え */
.category_1{
  color: #000;
  background: #f5f5f5;
  /* border: 1px solid #000; */
}

.category_1_menu ul {
  margin-bottom: 0;
}

.category_1_menu li {
  padding: 0.7rem 0.7rem 1rem;
  border-bottom: none;
}

.category_rubi_search {
  line-height: 1; font-size: 10px;
}


/* 商品一覧 */
._ec_component ._items ._item ._wrap ._group_image a img {
  max-height: unset;
}

._ec_component ._items ._item ._wrap ._image a {
  position: initial;
}

._ec_component ._items ._item ._wrap ._image:before {
  display: none;
}

._ec_component ._items ._item {
  padding: 9px 8px;
}

._ec_component ._items ._item ._wrap *[class^=_] {
  padding: 0;
}

/* 予約商品 */
._layoutgroup1 {
  position: relative;
}

._layoutgroup1_1 {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 0;
  padding: 0 !important;
}


/* 商品名 */
._layoutgroup2 {
  font-size: 12px;
  line-height: 1;
  padding: 0 !important;
  padding-top: 4px !important;
}

._summary {
  font-size: 12px;
  font-weight: bold;
}

/* 価格 */
._layoutgroup3 {
  justify-content: flex-start;
  padding-top: 8px !important;
}

._layoutgroup3 ._text {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}

._ec_component ._items ._item ._wrap ._group_image a {
  position: initial;
}

._ec_component ._items ._item ._wrap ._group_image:before {
  display: none;
}

._group_image {
  padding: 0;
}

._display_text1 {
  padding: 4px !important;
}
._display_text2 {
  padding: 4px !important;
}
._display_text3 {
  width: fit-content;
  padding: 4px !important;
  background: #ff730c;
}

._additional_text1 {
  text-decoration: line-through;
  font-size: 1.3rem;
}

._layoutgroup3:has(._additional_text1) ._text {
  font-size: 1.7rem;
}

/* ページネーション */
._ec_component ._pagenator {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

._ec_component ._pagenator ._nav {
  flex: none;
}

._ec_component ._pagenator ._nav._prev {
  display: none;
}

._ec_component ._pagenator ._nav._page {
  margin: 5px;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  display: flex !important;
}

._ec_component ._pagenator ._nav._page a {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    font-weight: 600;
    color: #232323 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #f5f5f5;
    transition: all .3s;
}


._ec_component ._pagenator ._nav._page._current {
  font-weight: 600;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

._ec_component ._pagenator ._nav._next {
  width: 100%;
  order: -1;
  margin: 0;
}
._ec_component ._pagenator ._nav._next a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto 15px;
  height: 40px;
  color: #fff !important;
  background-color: #2c9ec0;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .05em;
  border-radius: 40px;
  text-decoration: none !important;
  transition: all .3s;
  border: none;
}

._ec_component ._pagenator ._nav._next span {
  display: none;
}

.last_pagenator {
  margin: 2rem 0 5rem;
}

/* 最近チェックした商品 */
._ec_component ._checkeditems ._body {
  margin: 0;
}

._ec_component ._checkeditems ._body ._checkeditem ._image:before {
  display: none;
}

._ec_component ._checkeditems ._body ._checkeditem ._image a {
  position: initial;
}

._ec_component ._checkeditems ._body ._checkeditem {
  width: 25%;
}

._ec_component ._checkeditems ._body ._checkeditem>*[class^=_] {
  padding: 9px 8px 0;
  width: 100%;
}

._ec_component ._checkeditems ._body ._checkeditem > ._title{
  padding-top: 0;
}



/* サイドバー */


/* 販売タイプ・カテゴリ・ブランド　PCは展開 */
@media screen and (min-width:768px) {
  ._ec_component ._attributegroup._attributegrouptype_type2>._attributes, ._ec_component ._attributegroup._attributegrouptype_type2r>._attributes, ._ec_component ._attributegroup._attributegrouptype_type2s>._attributes {
    display: block !important;
  }
  ._attributegroup ._group {
    width: 100%;
    height: 30px;
    margin: 0;
    /* background-color: #000000; */
    background: #f5f5f5;
    color: #000;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    font-weight: normal !important;
  }
  ._attributegroup ._group::before {
    display: none;
  }

  ._attributegroup ._attributes {
    /* border: solid 1px #000000; */
    padding: 0.7rem 0.5em;
  }

  ._ec_component ._attributegroup ._attributes ._attribute input {
    width: 15px;
    height: 15px;
}
  
}


/* 販売タイプ */
._ec_component ._attributegroup {
  padding: 0;
  margin: 1em 0 1em 0;
}

._ec_component ._sub_groups ._attributegroup {
  border-bottom: none;
}

._ec_component ._attributegroup ._attributes ._attribute {
  font-size: 1.4rem;
  letter-spacing: -0.06em;
  margin: 0;
  padding: 7px 0;
}
._ec_component ._attributegroup ._attributes ._attribute._disable {
  display: none;
}

/* カテゴリから探す */
._ec_component ._attributegroup._attributegroup_group1 ._attributes ._attribute label {
  white-space: pre-line;
}

._ec_component ._attributegroup ._attributes ._attribute ._sub_groups ._group {
  display: none;
  font-weight: bold !important;
  background: none;
  text-align: left;
}

  /* ._ec_component ._attributegroup ._attributes ._attribute.cutsew_half label {
    white-space: pre-line;
} */

/* 日本語　疑似要素　追加 */

/* ._attributegroup_group1 ._attribute span._label {
  position: relative;
}
._attributegroup_group1 ._attribute span._label:after{
  font-size: 1rem;
  position: absolute;
  top: 1.3rem;
  left: 0;
}

.cutsew_half span._label::after{
  content: "カットソー(半袖/5分/タンクトップ)";
}
.cutsew_long span._label::after{
  content: "カットソー(長袖/7分)";
} 
.shirt_half span._label::after{
  content: "シャツ(半袖/5分)";
} 
.shirt_long span._label::after{
  content: "シャツ(長袖/7分)";
} 
.knit span._label::after{
  content: "ニット";
} 
.cardigan span._label::after{
  content: "カーディガン";
}
.vest span._label::after{
  content: "ジレ・ベスト";
}
.hoodie span._label::after{
  content: "パーカー・スウェット";
}
.outer span._label::after{
  content: "アウター";
}
.bottoms span._label::after{
  content: "ボトムス";
}
.goods span._label::after{
  content: "グッズ";
}
.accessory span._label::after{
  content: "アクセサリー";
} */


/* ブランドから探す */
/* 日本語　疑似要素　追加 */

._attributegroup_group2 ._attribute span._label {
  position: relative;
}
._attributegroup_group2 ._attribute span._label:after{
  font-size: 1rem;
  position: absolute;
  top: 1.3rem;
  left: 0;
}

.ivxlcdm span._label::after{
  content: "アイブイエックスエルシーディーエム";
}
.aui_nite span._label::after{
  content: "アウィナイト";
}
.acanthus span._label::after{
  content: "アカンサス";
}
.good_bad_influence span._label::after{
  content: "ア グッド バッド インフルエンス";
}
.adam_patek span._label::after{
  content: "アダムパティック";
}
.akm span._label::after{
  content: "エーケーエム";
}
.a_lit_r span._label::after{
  content: "ア リトル";
}
.angenehm span._label::after{
  content: "アンゲネーム";
}
.attachment span._label::after{
  content: "アタッチメント";
}
.unfilled span._label::after{
  content: "アンフィルド";
}
.idealism_sound span._label::after{
  content: "イデアリズム サウンド";
}
.iroquois span._label::after{
  content: "イロコイ";
}
.ego_tripping span._label::after{
  content: "エゴトリッピング";
}
.si span._label::after{
  content: "エスアイ";
}
.effecten span._label::after{
  content: "エフェクテン";
}
.c_diem span._label::after{
  content: "カルペディエム";
}
.chester span._label::after{
  content: "チェスター";
}
.cambio span._label::after{
  content: "カンビオ";
}
.glamb span._label::after{
  content: "グラム";
}
.glimclap span._label::after{
  content: "グリムクラップ";
}
.cullni span._label::after{
  content: "クルニ";
}
.qwerty span._label::after{
  content: "クワーティー";
}
.guernika span._label::after{
  content: "ゲルニカ";
}
.kelen span._label::after{
  content: "ケレン";
}
.less span._label::after{
  content: "レスデザイン";
}
.mendonca span._label::after{
  content: "リブリオメンドンサ";
}
.call_response span._label::after{
  content: "コールアンドレスポンス";
}
.endless_summer span._label::after{
  content: "ザエンドレスサマー";
}
.jih_nunc span._label::after{
  content: "ジーヌンク";
}
.serialize span._label::after{
  content: "シリアライズ";
}
.superthanks span._label::after{
  content: "スーパーサンクス";
}
.sus-sous span._label::after{
  content: "シュス";
}
.stud_muffin span._label::after{
  content: "スタッドマフィン";
}
.stof span._label::after{
  content: "ストフ";
}
.theorem span._label::after{
  content: "セオレム";
}
.seveskig span._label::after{
  content: "セヴシグ";
}
.seventy_seven span._label::after{
  content: "セブンティセブン";
}
.senti span._label::after{
  content: "センティ";
}
.solatina span._label::after{
  content: "ソラチナ";
}
.tangenet span._label::after{
  content: "タンジェネット";
}
.tmt span._label::after{
  content: "ティーエムティー";
}
.trippy span._label::after{
  content: "トリッピーミキオアート";
}
.wjk_reluxe span._label::after{
  content: "ダブルジェーケー";
}
.decade span._label::after{
  content: "ディケイド";
}
.delay span._label::after{
  content: "ディレイ";
}
.discoverd span._label::after{
  content: "ディスカバード";
}
.tender_person span._label::after{
  content: "テンダーパーソン";
}
.noisescape span._label::after{
  content: "ノイズスケープ";
}
.rainbow span._label::after{
  content: "ノーレインノーレインボー";
}
.no_id span._label::after{
  content: "ノーアイディー";
}
.hatra span._label::after{
  content: "ハトラ";
}
.huntism span._label::after{
  content: "ハンティズム";
}
.piece_of_chord span._label::after{
  content: "ピースオブコード";
}
.vivify span._label::after{
  content: "ビビファイ";
}
.factotum span._label::after{
  content: "ファクトタム";
}
.fun span._label::after{
  content: "ファン";
}
.fdmtl span._label::after{
  content: "ファンダメンタル";
}
.felkod span._label::after{
  content: "フィルコッド";
}
.fidelity span._label::after{
  content: "フィデリティ";
}
.vu span._label::after{
  content: "ブウ";
}
.fourthirty span._label::after{
  content: "フォーサーティ";
}
.fvs span._label::after{
  content: "フレキシブル ヴィジュアル スペース";
}
.bodysong span._label::after{
  content: "ボディソング";
}
.mt_paulownia span._label::after{
  content: "マウントポローニア";
}
.buzzreaction span._label::after{
  content: "ニュートラルバズリアクション";
}
.nape span._label::after{
  content: "ネイプ";
}
.magine span._label::after{
  content: "マージン";
}
.marbles span._label::after{
  content: "マーブルズ";
}
.mighty_shine span._label::after{
  content: "マイティシャイン";
}
.many_more_times span._label::after{
  content: "メニーモアタイムズ";
}
.masterkey span._label::after{
  content: "マスターキー";
}
.mrolive span._label::after{
  content: "ミスターオリーブ";
}
.mayo span._label::after{
  content: "メイヨー";
}
.mc13 span._label::after{
  content: "メゾンコードサーティーン";
}
.maison_shun_ishizawa span._label::after{
  content: "メゾン シュン イシザワ";
}
.resound span._label::after{
  content: "リサウンドクロージング";
}
.roarguns span._label::after{
  content: "ロアーガンズ";
}
.rehacer span._label::after{
  content: "レアセル";
}
.rotar span._label::after{
  content: "ローター";
}
.waku span._label::after{
  content: "ワク";
}
.wwm span._label::after{
  content: "ワンダーウォールモーテル";
}
.one_minute_one_second span._label::after{
  content: "ワンミニットワンセカンド";
}



/* ==============================
  SP
============================== */
@media screen and (max-width: 768px) {
   /* 共通 */
 /* デバイス表示非表示 */
 .sp_on {
  display: block;
}
.pc_on {
  display: none;
}

.left {
    display: none;
}

.right {
  position: relative;
}

/* 上部からーをまとめる・並び替え順 */
.searchresults_heading {
  margin: 6vw 0 5vw;
}

.color_flex {
  /* display: flex;
  justify-content: space-between; */
  padding: 0 2vw;
  /* margin-top: 4vw; */
  column-gap: 0;
  align-items: center;
}

/* .color_flex > div {
  width: 49%;
} */
._ec_component ._groupingselector form {
  margin-bottom: 0.8vw;
}

._ec_component ._groupingselector ._label {
  padding-right: 0;
  font-size: 2.67vw;
  font-weight: bold;
}

._ec_component ._groupingselector label {
  font-size: 2.67vw;
  font-weight: bold;
}

._ec_component ._groupingselector {
  /* margin: 0.7em 0 1em 0; */
  margin: 0;
  line-height: 1;
}

._ec_component ._groupingselector form div:first-child {
  padding-right: 0.5rem;
}

._ec_component ._sortorderselector select {
  font-size: 2.67vw;
  font-weight: bold;
  line-height: 1;
}

._ec_component ._sortorderselector {
  /* margin: 0.7em 0 1em 0; */
  margin: 0;
}

/*アイテム数 ページネーション */
.pagenator_flex {
  justify-content: space-around;
  column-gap: 2%;
  margin: 4vw 0;
}

._ec_component ._searchstatusfull {
  /* font-size: 2.93vw; */
  font-size: 2.67vw;
  line-height: 1;
  font-weight: bold;
  padding-left: 2vw;
  /* margin: 0.7em 0 1em 0; */
}

._ec_component ._searchstatus {
  font-size: 2.67vw;
  line-height: 1;
  font-weight: bold;
  margin: 0;
  /* margin: 0.7em 0 1em 0; */
}

._ec_component ._pagenator ._nav._first, ._ec_component ._pagenator ._nav._prev, ._ec_component ._pagenator ._nav._next {
  margin: 0;
}

/* 商品一覧 */
._ec_component ._searchresults > ._items {
  grid-template-columns: 1fr 1fr 1fr;
}

._ec_component ._items ._item ._wrap {
  width: 100%;
}

._ec_component ._items ._item {
  padding: 0;
  margin: 0;
  border: 0.6px solid #EEEEEE;
}

._summary {
  font-size: 1rem;
}

._layoutgroup1_1 {
  display: flex;
  flex-direction: column;
}

._layoutgroup1_1 > div {
  font-size: 1rem;
}

._layoutgroup1_1 ._display_text1 {
  width: fit-content;
}

._display_text1 {
  padding: 1vw !important;
}

._layoutgroup1_1 ._display_text2 {
  width: fit-content;
  font-size: 1.2rem;
}

._layoutgroup2 {
  padding: 8px 3px 0 !important;
}

._layoutgroup3 {
  height: 18vw;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  padding: 8px 3px 0 !important;
}

._layoutgroup3 ._text {
  font-size: 1.4rem;
}

._layoutgroup3:has(._additional_text1) ._text {
  font-size: 1.4rem;
}

._additional_text1 {
  font-size: 1.1rem;
}

/* 下部ページネーション */
.last_pagenator {
  margin: 4vw 1vw 10vw;
}

/* 最近チェックした商品 */
/* ._ec_component ._checkeditems ._body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._ec_component ._checkeditems ._body ._checkeditem {
  width: 100%;
} */

._ec_component ._checkeditems ._head{
  padding: 0 2vw;
}

._ec_component ._checkeditems ._body ._checkeditem>*[class^=_] {
  padding: 5px 5px 0;
  width: 100%;
}

._ec_component ._checkeditems ._body ._checkeditem ._title {
  padding: 0 0 3vw;
  font-size: 1rem;
}

._ec_component ._checkeditems ._body ._noitems {
  padding: 2vw 4vw 4vw;
  font-size: 1.4rem;
}

/* SPポップアップ */
html.noscroll {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.overlay {
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  transition: all .7s ease;
}


.sp-search-menu {
  margin-top: 13vw;
  padding: 16vw 4vw 60vw;
  border: 2px solid #000;
  background-color: #fff;
  /* background-color: #f0f0f0; */
  position: relative;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* overscroll-behavior-y: contain; */
  overscroll-behavior-y: none;
  bottom: -120%;
  transition: all .3s ease;
}
.sp-search-menu.is-active {
  bottom: 0;
  transition: all .3s ease;
}

.sp-search-menu::-webkit-scrollbar{
  display:none;
}


.close_btn {
  position: absolute;
  top: 1vw;
  right: 1vw;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-size: 8vw;
  border-radius: 8px;
  width: 10vw;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.close_btn div {
  position: relative;
}

.close_btn div:after {
  content: "";
  position: absolute;
  width: 8vw;
  height: 1vw;
  border-top: 3px solid #fff;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}

.close_btn div:before {
  content: "";
  position: absolute;
  width: 8vw;
  height: 1vw;
  border-top: 3px solid #fff;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}


.s-narrow-fixed {
  position: fixed;
  bottom: 20px;
  right: 15px;
  width: 60px;
  z-index: 10;
}

.sp-search-menu form {
  position: relative;
  background-color: #535353;
  border-radius: 5vw;
  box-shadow: 0px 2px 6px #c1c1c1;
}

.sp-search-menu [type="search"] {
  width: calc(100% - 15vw);
  height: 10vw;
  border: none;
  border-radius: 5vw 0 0 5vw;
}

.sp-search-menu [type="submit"] {
  position: absolute;
  right: 0;
  width: 16vw;
  height: 10vw;
  text-align: center;
  background-color: rgba(255, 0, 0, 0.0);
  border: none;
  color: #ffffff00;
  background-image: url("https://cambio.itembox.design/item/img/search_icon_white.svg");
  background-size: 5.5vw;
  background-position: center;
}

.sp-search-menu ._keywordranking {
  padding: 4vw 0;
  margin: 0;
  border-bottom: 1px solid #000;
}

._ec_component ._attributegroup {
  padding: 1em 0 1em 0;
  border-bottom: 1px solid #000;
  margin: 0;
}

._ec_component ._attributegroup ._attributes ._attribute {
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  margin: 17px 0;
  padding: 0 19px;
  font-weight: 400;
}

/* ._ec_component ._attributegroup ._attributes ._attribute:last-child {
  margin-bottom: 30px;
}   */

._attributegroup_group1 ._attribute span._label:after {
  top: 2rem;
}

._attributegroup_group2 ._attribute span._label:after {
  top: 2rem;
}

._ec_component ._attributegroup._attributegrouptype_type2>._group:before, ._ec_component ._attributegroup._attributegrouptype_type2r>._group:before, ._ec_component ._attributegroup._attributegrouptype_type2s>._group:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  margin-right: 1rem;
  box-sizing: border-box;
  transform: translateY(-28%) rotate(135deg);
}

._ec_component ._attributegroup._attributegrouptype_type2._open>._group:before, ._ec_component ._attributegroup._attributegrouptype_type2r._open>._group:before, ._ec_component ._attributegroup._attributegrouptype_type2s._open>._group:before {
  content: "";
  transform: translateY(-28%) rotate(45deg);
}

.waku {
  border-top: none;
  border-bottom: none;
}

._keywordranking ._keywords {
  font-size: 1.4rem;
}

/* 条件をクリア・絞り込む */
/* .s-narrow-fixed-control.is-show {
  right: 0;
} */

/* .s-narrow-fixed-control {
  position: fixed;
  bottom: 0;
  right: -100%;
  width: 100%;
  background: #fff;
  z-index: 100;
  transition: all .3s;
} */

.s-narrow-fixed-control {
  position: fixed;
  bottom: -120%;
  background: #fff;
  width: 100%;
  left: 0;
  border: 2px solid #000;
  border-top: 0;
  transition: all .3s ease;
}
.s-narrow-fixed-control.is-active {
  bottom: 0;
  transition: all .3s ease;
}

.do-btns {
  display: flex;
  height: 80px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
}

.do-clear, .do-submit {
  width: 48.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-size: 16px;
  background: #adadad;
  color: #fff;
  font-weight: 400;
  border-radius: 8px;
}

.do-submit {
  background: #000;
}

.do-clear button {
  border: none;
}


}

