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

.etl-anv-sg-grid { display: grid; grid-template-columns: 1fr; gap: 14px; counter-reset: etl-anv-sg-num; }
.etl-anv-sg-card {
  background: #fff; border-radius: 14px;
  overflow: hidden; text-decoration: none; color: inherit;
  display: flex; flex-direction: row;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid #f0e8e3;
}
.etl-anv-sg-card:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.08); }

.etl-anv-sg-card-img { position: relative; width: 50%; aspect-ratio: 1/1; flex-shrink: 0; background: #f5f0ed; overflow: hidden; }
.etl-anv-sg-card-img img { width: 100%; height: 100%; object-fit: cover; }
.etl-anv-sg-card { counter-increment: etl-anv-sg-num; }
.etl-anv-sg-card-num {
  position: absolute; top: 10px; left: 10px;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,0.92); color: #c9a96e;
  font-size: 14px; font-weight: 800; font-family: 'Playfair Display', serif;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.etl-anv-sg-card-num::before { content: "0" counter(etl-anv-sg-num); }

.etl-anv-sg-card-body { padding: 12px 12px; flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.etl-anv-sg-card-tag { font-size: 12px; color: #a37b1a; letter-spacing: 0.08em; font-weight: 700; margin-bottom: 6px; }
.etl-anv-sg-card-name { font-size: 18px; font-weight: 800; color: #2c2c2c; margin-bottom: 8px; line-height: 1.3; }
.etl-anv-sg-card-desc { font-size: 14px; color: #555; line-height: 1.6; margin-bottom: 12px; }
.etl-anv-sg-card-link { font-size: 14px; color: #c8102e; font-weight: 700; }

@media (min-width: 720px) {
  .etl-anv-sg-title { font-size: 32px; }
  .etl-anv-sg-subtitle { font-size: 15px; }
  .etl-anv-sg-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .etl-anv-sg-card { flex-direction: column; }
  .etl-anv-sg-card-img { width: 100%; aspect-ratio: 4/3; }
  .etl-anv-sg-card-body { padding: 20px 20px 24px; }
  .etl-anv-sg-card-name { font-size: 22px; margin-bottom: 8px; }
  .etl-anv-sg-card-desc { font-size: 14px; margin-bottom: 14px; }
  .etl-anv-sg-card-link { font-size: 14px; }
  .etl-anv-sg-card-num { width: 36px; height: 36px; font-size: 18px; top: 14px; left: 14px; }
}
