@charset "utf-8";
/* CSS Document */

.saleonsale_promo {
  display: none !important;
}

.special_price .gift_promo {
  display: none;
}

/*クイックビュー内調整（バザーボイス）*/
.detail_wrapper div[data-bv-show="rating_summary"] {
  bottom: 40px !important;
  left: 16px;
}

/*クイックビュー対象商品を見るを削除*/
.ui-dialog .price a {
  display: none !important;
}

/*クイックビュー内調整（スライダー）*/
.ui-dialog .pdp_banner {
  display: none !important;
}

/*クイックビュー内調整（タイトル余白）*/
.ui-dialog .ui-dialog-content .quickview-title {
  padding: 13px 20px 11px !important;
}

/*クイックビュー内調整（おすすめ商品）*/
.quickview-title + .pdp-main .right_recommend.wide {
  display: none !important;
}

.quickview-title + .pdp-main .container.suggest_area.recommend {
  display: block !important;
}

/*クイックビュー内調整（PDPリンク）*/
.quickview-title + .pdp-main .product-variations {
  margin-top: 20px;
}

.ui-dialog {
  top: 100px !important;
}

/*
.quickview-title + .pdp-main .item .item_image + .thumbnail_label_jedition {
    top: 300px;
    left: 20px;
}
*/

.quickview-title + .pdp-main .product-tile .thumbnail_label_jedition br {
  display: block;
}

@media screen and (min-width: 768px) {
  /*絞り込みPC表示時にbodyの固定を解除*/
  body {
    position: static !important;
  }

  main .contents_wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .ui-dialog {
    top: 350px !important;
  }
  .thumbnail .thumbnail_label.thumbnail_label_discount {
    width: auto;
  }
}

aside {
  position: -webkit-sticky;
  /* top: 0; */
  height: calc(100vh - 116px);
  position: sticky;
  top: 80px;
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  aside .filter_wrap {
    overflow: unset;
  }

  /*
    ul#search-result-items {
        justify-content: space-between;
    }
    */

  main .contents_wrapper article {
    width: auto !important;
    float: none;
  }

  div#primary {
    float: left;
    width: 80%;
  }

  div#primary:has(.recommend_producthits) {
    width: 100%;
  }

  .contents_wrapper.clearfix {
    padding: 0;
  }

  .contents_wrapper aside {
    margin-right: 1.5% !important;
  }

  /*
    aside {
        scrollbar-color: #ccc #efefef;
        scrollbar-width: thin;
      }
      aside::-webkit-scrollbar {
        height: 10px;
        width: 10px;
        background-color: #f6f6f6;
      }
      aside::-webkit-scrollbar-corner {
        background: #f6f6f6;
      }
      aside::-webkit-scrollbar-thumb {
        background: #e9e9e9;
        border: 1px solid #fff;
      }
      aside::-webkit-scrollbar-thumb:hover {
        background: #869e2c;
      }
      aside::-webkit-scrollbar-track {
        border: 1px solid #fff;
        background-color: #f6f6f6;
      }
    */

  aside .condition .condition_result .condition_result_h:after {
    content: "\f078";
    display: inline-block;
    position: absolute;
    right: 10px;
    font-family: "FontAwesome";
    font-weight: normal;
  }

  aside .condition .condition_result .condition_result_h:after {
    content: "\f077";
  }

  aside .condition .condition_result.closed .condition_result_h:after {
    content: "\f078";
    right: 10px;
  }

  .condition_result {
    cursor: pointer;
  }
}
