.beauty-guide-home { padding: 88px 20px; background: linear-gradient(#fffdfb, #f7f2ee); color: #22201f; font-family: "Noto Sans JP", "Yu Gothic", sans-serif; }
.beauty-guide-home * { box-sizing: border-box; }
.beauty-guide-inner { width: min(1080px, 100%); margin: 0 auto; }
.beauty-guide-label { margin: 0 0 10px; color: #725a34; text-align: center; font-size: 13px; font-weight: 700; letter-spacing: .16em; }
.beauty-guide-home h2 { margin: 0 0 14px; text-align: center; font-family: "Zen Old Mincho", "Yu Mincho", serif; font-size: 39px; font-weight: 500; letter-spacing: .06em; }
.beauty-guide-intro { max-width: 720px; margin: 0 auto 42px; color: #6f6964; text-align: center; line-height: 1.85; }
.beauty-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.beauty-guide-card { display: flex; flex-direction: column; min-height: 310px; padding: 34px 30px; border: 1px solid #dfd5cd; color: #22201f; background: #fff; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.beauty-guide-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(61,45,33,.10); }
.beauty-guide-number { color: #a88752; font-family: Georgia, serif; font-size: 14px; letter-spacing: .12em; }
.beauty-guide-card h3 { margin: 36px 0 14px; font-family: "Zen Old Mincho", "Yu Mincho", serif; font-size: 23px; font-weight: 500; line-height: 1.55; }
.beauty-guide-card p { margin: 0; color: #6f6964; font-size: 14px; line-height: 1.8; }
.beauty-guide-more { margin-top: auto; padding-top: 24px; color: #725a34; font-size: 14px; font-weight: 700; }
.beauty-guide-all { margin: 30px 0 0; text-align: center; }
.beauty-guide-all a { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid #a88752; color: #725a34; font-weight: 700; text-decoration: none; }
@media (max-width: 780px) {
  .beauty-guide-home { padding: 64px 20px; }
  .beauty-guide-home h2 { font-size: 29px; }
  .beauty-guide-grid { grid-template-columns: 1fr; }
  .beauty-guide-card { min-height: 245px; }
}
