@charset "UTF-8";
.colorTag--Red {
  background-color: #EF5663;
}

.colorTag--Blue {
  background-color: #4DBEE9;
}

.colorTag--Yellow {
  background-color: #FED14C;
}

.colorTag--Beige {
  background-color: #d1c6a4;
}

.colorTag--Black {
  background-color: #1B1B1B;
}

.colorTag--Brown {
  background-color: #81604C;
}

.colorTag--Gold {
  background-color: #dac074;
}

.colorTag--Green {
  background-color: #69cc46;
}

.colorTag--Grey {
  background-color: #AAB2BE;
}

.colorTag--Navy {
  background-color: #002756;
}

.colorTag--Orange {
  background-color: #F98140;
}

.colorTag--Pink {
  background-color: #F8AFD7;
}

.colorTag--Sliver {
  background-color: #DFDFDF;
}

.colorTag--Purple {
  background-color: #AD8EEF;
}

.colorTag--White {
  background-color: #FFFFFF;
}

/* 20260105 追加 */
.colorTag--Silver-and-Gold {
  background-color: transparent;
  background-image: url(https://ladies.itembox.design/item/corekara/img/color/color-sg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transform: rotate(30deg);
}

.colorTag--Other {
  background-color: transparent;
  background-image: url(https://ladies.itembox.design/item/corekara/img/color/color-other.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.itemList__unit .itemWrap .itemTag {
display: none;
}
.itemList .itemList__unit p.itemName, .fs-c-productListCarousel .itemName, .fs-c-productList__list__item .fs-c-productName__name{
    -webkit-line-clamp: 1!important;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.itemList__unit .fs-c-productMark {
display:none!important;
}
.fs-c-productList__list__item .fs-c-productMark__item:has(.fs-c-productMark__mark--0) {
display: none;
}

.fs-c-productList .fs-c-productPrices .fs-c-productPrice--listed {
display: none;
}
.fs-c-productList__list .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__addon {
display: none;
}
.fs-c-productList .fs-c-productPrices .fs-c-productPrice__main {
flex-direction: row-reverse;
gap: 5px;
}
.optionalProductWrapper .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
color: #9E3F2D;
}

/* ./20260105 追加 */
@media (max-width: 767px) {
  .mainSliderSec .slick-arrow {
    display: none !important;
  }
}



.brand-name {
  font-size: 12px;
  color: #6a6a6a;
}

.fs-c-productMarks {
margin-top: 5px;
}
.fs-c-productMark .fs-c-productMark__item:has(.fs-c-productMark__mark--0) {
  display: none;
}

/* 20260105以降の追加されていた記述 */
.item-material, .item-size {
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.item-material tr th, .item-material tr td {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}

.item-material tr th {
  background: #f8f8f8;
}

.item-size tr th, .item-size tr td {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 8px;
}

.item-size tr th {
  background: #f8f8f8;
}

@media screen and (min-width: 767px) {
  .outlet .slick-slider .slick-track {
    width: 1000px !important;
  }
  .outlet .optionalProductWrapper .fs-c-productListCarousel .slick-slide {
    width: 250px !important;
  }
}

.topTopicsSec ul li:nth-of-type(n + 2) {
  display: none;
}

/* ./20260105以降の追加されていた記述 */

/*# sourceMappingURL=custom.css.map */
