.etl-anv-tp { font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif; background: #fff; }
.etl-anv-tp * { box-sizing: border-box; }
.etl-anv-tp-inner { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.etl-anv-tp-head { text-align: center; margin-bottom: 24px; }
.etl-anv-tp-kicker { display: inline-block; padding: 4px 14px; background: #d4af37; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 0.18em; border-radius: 999px; margin-bottom: 10px; }
.etl-anv-tp-title { font-size: 24px; font-weight: 800; color: #2c2c2c; margin: 0 0 10px; line-height: 1.4; }
.etl-anv-tp-subtitle { font-size: 15px; color: #555; line-height: 1.7; margin: 0; }

.etl-anv-tp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 22px; counter-reset: etl-anv-tp-rank; }
.etl-anv-tp-card {
  position: relative; background: #fff; border-radius: 12px;
  border: 1px solid #f0e8e3; overflow: hidden;
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}
.etl-anv-tp-card:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.etl-anv-tp-card { counter-increment: etl-anv-tp-rank; }
.etl-anv-tp-card-rank {
  position: absolute; top: 8px; left: 8px;
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, #d4af37 0%, #a37b1a 100%);
  color: #fff; font-size: 14px; font-weight: 800;
  font-family: 'Playfair Display', serif;
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.etl-anv-tp-card-rank::before { content: counter(etl-anv-tp-rank); }
.etl-anv-tp-card:nth-child(1) .etl-anv-tp-card-rank { background: linear-gradient(135deg, #ffd700 0%, #d4af37 100%); }
.etl-anv-tp-card:nth-child(2) .etl-anv-tp-card-rank { background: linear-gradient(135deg, #c0c0c0 0%, #909090 100%); }
.etl-anv-tp-card:nth-child(3) .etl-anv-tp-card-rank { background: linear-gradient(135deg, #cd7f32 0%, #8b5a1e 100%); }
.etl-anv-tp-card-img { aspect-ratio: 1/1; background: #f5f0ed; overflow: hidden; }
.etl-anv-tp-card-img img { width: 100%; height: 100%; object-fit: cover; }
.etl-anv-tp-card-body { padding: 12px 10px; }
.etl-anv-tp-card-name { font-size: 14px; color: #2c2c2c; line-height: 1.4; margin-bottom: 6px; min-height: 38px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-weight: 600; }
.etl-anv-tp-card-prices { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.etl-anv-tp-card-compare { font-size: 12px; color: #777; text-decoration: line-through; }
.etl-anv-tp-card-compare[hidden] { display: none; }
.etl-anv-tp-card-price { font-size: 18px; font-weight: 800; color: #c8102e; font-family: 'Playfair Display', serif; }

.etl-anv-tp-cta-wrap { text-align: center; }
.etl-anv-tp-cta {
  display: inline-block; padding: 14px 32px;
  border: 2px solid #2c2c2c; color: #2c2c2c;
  background: transparent; text-decoration: none;
  font-size: 15px; font-weight: 800; border-radius: 999px;
  letter-spacing: 0.04em;
  transition: all 0.2s;
}
.etl-anv-tp-cta:hover { background: #2c2c2c; color: #fff; }

@media (min-width: 720px) {
  .etl-anv-tp-title { font-size: 32px; }
  .etl-anv-tp-subtitle { font-size: 15px; }
  .etl-anv-tp-grid { grid-template-columns: repeat(4, 1fr); gap: 22px; margin-bottom: 32px; }
  .etl-anv-tp-card-body { padding: 14px; }
  .etl-anv-tp-card-name { font-size: 13px; min-height: 38px; }
  .etl-anv-tp-card-price { font-size: 18px; }
  .etl-anv-tp-card-rank { width: 36px; height: 36px; font-size: 18px; top: 12px; left: 12px; }
  .etl-anv-tp-cta { font-size: 14px; padding: 14px 36px; }
}
