:root {
  --main-red: #dd2c00;
  --main-red02: #e60012;
  --main-yellow: #ffec8d;
  --main-black: #000000;
  --main-gray: #cccccc;
  --main-gray02: #ccc;
  --main-bg: #f1f1f1;

  --main-yellow02: #f1aa00;
}

/* 見出し */

.top_main_headline2 {
  color: var(--main-black);
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 20px 0;
}

/* TOP共通パーツ */
.top_to_category_btn {
  text-align: right;
  margin-bottom: 20px;
}

.top_to_category_btn .__link {
  display: inline-block;
  font-size: 1.3rem;
  padding: 10px 15px;
  background-color: #5f5f5f;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.banner_row_box {
  margin-bottom: 40px;
}

.banner_row_box.__mb10 {
  margin-bottom: 10px;
}

.industry_bnr_sp a:hover {
  text-decoration: none;
}

/*  定番商品（フリーパーツ） ↓↓ */
.fs-body-top .search-standard-container {
  margin-bottom: 30px;
}

.fs-body-top .search-standard-container dt {
  font-size: 1.8rem;
}

.fs-body-top .search-standard-container ul li.__old>a::before {
  background: var(--main-yellow02);
}

/* 注目テンポスオリジナル商品 */

.fs-body-top .fs-c-productListCarousel {
  margin-bottom: 40px;
  background-color: #fff;
}

.fs-body-top .fs-c-productName__copy {
  display: none;
}

@media screen and (min-width: 768px) {
  .fs-body-top .fs-c-slick .slick-slide {
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .fs-body-top .fs-c-slick .fs-c-productListCarousel__list__item {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    max-width: 147px;
    min-width: 130px;
    padding: 10px;
    height: 270px;
  }
}

/* 余白の調整 */
.fs-body-top .top_cat_serch {
  margin-bottom: 40px;
}

.top_special_serch {
  margin-bottom: 40px;
}