@charset "UTF-8";

/*
 * 特選中古車カード（共通コンポーネント）
 * 使用場所:
 *   - トップページ「特選中古車」セクション
 *   - 管理画面「特選中古車管理」のプレビューモーダル
 * 依存:
 *   - Google Fonts: "Noto Serif JP", "Shippori Mincho"
 *   - 親要素にユーティリティクラス `.bullet-point` をぶら下げる構造
 */

.bullet-point {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.top_usedcar-card {
  width: 320px;
  min-height: 520px;
  background: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #231815;
  padding: 10px;
}

.top_usedcar-card__inner {
  border: 1px solid #231815;
}

.top_usedcar-card__photo {
  position: relative;
  width: 100%;
  height: 240px;
  padding: 12px;
}

.top_usedcar-card__photo-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -5px;
  left: -5px;
  transform: rotate(-5deg);
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.top_usedcar-card__photo-link {
  display: block;
  width: 100%;
  height: 100%;
}

.top_usedcar-card__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top_usedcar-card__badge {
  position: relative;
  width: auto;
  z-index: 5;
  border-bottom: 1px solid #231815;
  padding: 15px 10px 5px 10px;
}

.top_usedcar-card__uselect-badge {
  display: block;
  width: 188px;
  height: auto;
  padding: 4px 3px;
  background-color: #fff;
}

.top_usedcar-card__parts-clip {
  position: absolute;
  width: 60px;
  top: -15px;
  left: 120px;
  z-index: 100;
}

.top_usedcar-card__confidential-badge {
  position: absolute;
  top: 245px;
  right: 5px;
  width: 103px;
  height: auto;
  z-index: 5;
  mix-blend-mode: multiply;
}

.top_usedcar-card__name {
  display: flex;
  align-items: baseline;
  gap: 6px;
  border-bottom: 1px solid #231815;
  padding: 0 10px;
}

.top_usedcar-card__name-main {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
}

.top_usedcar-card__name-sub {
  font-family: "Shippori Mincho", serif;
  font-size: 17px;
  font-weight: 500;
}

.top_usedcar-card__spec {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.05em;
  border-bottom: 1px solid #231815;
  padding: 0 10px;
}

.top_usedcar-card__price-area {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #231815;
}

.top_usedcar-card__price-total {
  display: flex;
  align-items: center;
  border-right: 1px solid #231815;
  padding: 0 3px 0 10px;
}

.top_usedcar-card__price-total-inner {
  display: flex;
  align-items: baseline;
}

.top_usedcar-card__total-price {
  font-family: "Shippori Mincho", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

.top_usedcar-card__price-unit {
  font-size: 15px;
  font-weight: 500;
}

.top_usedcar-card__price-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.top_usedcar-card__price-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-size: 13px;
  padding: 0 10px 0 3px;

  &:first-of-type {
    border-bottom: 1px solid #231815;
  }
}

.top_usedcar-card__price-label {
  font-weight: 500;
}

.top_usedcar-card__price-value {
  font-family: "Shippori Mincho", serif;
  font-size: 17px;
  font-weight: 500;
  margin-left: 3px;
}

.top_usedcar-card__price-value--small {
  font-size: 18px;
}

.top_usedcar-card__note {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #231815;
  padding: 0 10px;
}

.top_usedcar-card__specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 13px;
}

.top_usedcar-card__spec-item {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #231815;

  &:nth-child(odd) {
    border-right: 1px solid #231815;
    padding: 0 5px 0 10px;
  }

  &:nth-child(even) {
    padding: 0 10px 0 5px;
  }
}

.top_usedcar-card__spec-label {
  font-weight: 500;
}

.top_usedcar-card__spec-value {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  margin-left: 4px;
}

.top_usedcar-card__warranty {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  padding: 0 10px;
}
