/* 新品アイコン */
.eye-catching .ec-icon2::before {
  letter-spacing: 0;
  padding: 3px 0 3px;
}

.eye-catching .ec-icon2::after {
  background: #dd2c00;
  border-radius: 3px;
  height: 18px;
}

/* 中古アイコン */
.eye-catching .ec-icon1::before {
  letter-spacing: 0;
  color: #3c3c3c;
  padding: 3px 0 3px;
}

.eye-catching .ec-icon1::after {
  background: #ffc639;
  border-radius: 3px;
  height: 18px;
}

/* 見出し */

.c-title__h2-primary {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #3c3c3c;
  margin: 5px 0 10px;
  padding: 4px 0 2px 5px;
  border-left: 8px solid #dd2c00;
}

.c-title__h3-primary {
  font-size: 18px;
  font-weight: bold;
  color: #dd2c00;
  margin: 5px 0 10px;
}

@media screen and (max-width: 767px) {
  .c-title__h2-primary {
    margin-left: 10px;
  }

  .c-title__h3-primary {
    margin-left: 10px;
  }
}

/* arrow icon */
.c-arrow__category-right-red li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #dd2c00;
  top: 50%;
  right: 2px;
  transform: translate(-50%);
  margin-top: -6.5px;
}

.c-arrow__category-right-red li::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 3px solid transparent;
  border-left: 4px solid #fff;
  top: 50%;
  right: 5px;
  transform: translate(-50%);
  margin-top: -3px;
}


/* h1見出し SP 新品 */

/* 打消し用　公開時削除 */

.fs-l-page .fs-c-heading--page {
  border-bottom: none;
  font-size: 2rem;
  padding: 10px 0 5px;
  margin-bottom: 20px;
  color: #333;
}

/* 公開時　本番CSSと入れ替え */
.fs-l-page .fs-c-heading--page {
  text-align: left;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 10px 5px;
  margin-bottom: 20px;
  color: #3c3c3c;
  font-weight: 600;
  background: #f5f5f5;
}

/* h1見出し PC 新品 */

@media screen and (min-width: 768px) {

  /* 打消し用　公開時削除 */
  .fs-body-category .fs-c-heading--page, .fs-body-search .fs-c-heading--page {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
    font-weight: 600;
    border: none;
    background: none;
    filter: none;
    -webkit-box-shadow: inset 0px 1px 0px #979797;
    -moz-box-shadow: inset 0px 1px 0px #979797;
    box-shadow: none;
    border-radius: 4px 4px 0 0;
    position: relative;
  }

  /* 公開時　本番CSSと入れ替え */
  .fs-body-category .fs-c-heading--page, .fs-body-search .fs-c-heading--page {
    width: 100%;
    padding: 0px 15px 10px;
    font-size: 2.4rem;
    color: #3c3c3c;
    font-weight: 600;
    background: #f5f5f5;
  }
}

/* h1見出し PC 中古 */

@media screen and (min-width: 768px) {

  /* 打消し用　公開時削除 */
  .fs-body-search .fs-c-heading--page, body[class*="fs-body-category-outlet"] .fs-c-heading--page, body[class*="fs-body-category-used"] .fs-c-heading--page {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 10px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 600;
    border: none;
    background: none;
    filter: none;
    box-shadow: none;
    border-radius: 0;
  }

  /* 公開時　本番CSSと入れ替え */
  .fs-body-search .fs-c-heading--page, body[class*="fs-body-category-outlet"] .fs-c-heading--page, body[class*="fs-body-category-used"] .fs-c-heading--page {
    width: 100%;
    padding: 0px 15px 10px;
    font-size: 2.4rem;
    color: #3c3c3c;
    font-weight: 600;
    background: #f5f5f5;
  }
}