.fs-preview-header { display: none; }

.logout.check-false { display: none; }
.login.check-true { display: none; }


/*オリジナル商品マーク*/
.item-label-test { background: #ff0000; }

/*お知らせラベル*/
.date-label {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 3px 0;
  min-width: 70px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .date-label {
    font-size: 12px;
    margin-left: 5px;
  }
}

.date-label + .date-label {
  margin-left: 0;
}

/* ↓お知らせラベルの種類を追加する時は下記の記述ルールで増やす↓ */
.date-label.label-red {
  background: #d43c3c;
}

.date-label.label-grn {
  background: #add898;
}

.date-label.label-pink {
  background: #e26e94;
}

.date-label.label-pur {
  background: #b1aaca;
}

/*定価に取消線を入れる*/
.fs-c-productPrice--listed .fs-c-price {
    text-decoration: line-through;
}