/* ==========================================================================
   pages-top.css
   TOP（ネイルLP）｜PCベース（実態のみ）
   方針：
   - 実数（ツマミ）は cockpit.css
   - SPは responsive.css
   ========================================================================== */

/* ==========================================================================
   00) Scope（TOP限定）
   ========================================================================== */
/* main#top-lp { } */

/* =========================================================
   01. Hero
   ========================================================= */

.top-hero {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 25px 25px;
  background: #000;
}

/* 画像（LCP対象） */
.top-hero__media {
  display: block;
  width: 100%;
}

/* 画像は比率を保ってトリミング */
.top-hero__img {
  display: block;
  width: 100%;
  height: 60vh; /* PCは一旦60vh */
  max-height: 640px; /* 伸びすぎ防止 */
  min-height: 520px; /* 小さくなりすぎ防止（PC想定） */
  object-fit: cover;
}

/* テキストを上に乗せる */
.top-hero__inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

/* 可読性のための薄い幕（画像は重くしない） */
.top-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

/* 文字は前面へ */
.top-hero__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* タイポ（最小限：細部は後で） */
.top-hero__title {
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin: 0 0 0.6em;
  font-size: 1.6em;
  font-weight: normal;
}

.top-hero__lead {
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 0.8em;
  font-size: 1em;
  line-height: 1.7;
}

.top-hero__note {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 1.4em;
  font-size: 0.9em;
  line-height: 1.8;
  max-width: 34em;
}

/* CTA */
.top-hero__cta {
  margin: 0;
}

.top-hero__tel {
  display: inline-block;
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 0.95em 1.6em;
  border-radius: 9999px;
  font-size: 0.95em;
}
.top-hero__tel:hover {
  background: #d48120;
  color: #fff;
}

/* =========================================================
   02. Concept
   ========================================================= */

.top-concept {
  padding: 80px 0 60px;
}

.top-concept__title {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.4;
  margin-bottom: 0.5em;
  letter-spacing: 0.2em;
  font-weight: normal;
}

.top-concept__title span {
  position: relative;
  display: block;
  font-size: 0.6em;
  letter-spacing: 0;
  color: #aaa;
  margin-top: 1.4em;
  padding-top: 1.4em;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Hiragino Sans",
    "Noto Sans CJK JP",
    "Noto Sans JP",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
}

.top-concept__title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.5em;
  height: 2px;
  transform: translateX(-50%);
  background-color: #aaa;
}

.top-concept__text {
  font-size: 0.85em;
  line-height: 1.8;
  text-align: center;
}

/* ==========================================================================
   03) Designs（最新ネイルデザイン6件）
   ========================================================================== */

.top-designs {
  padding: 3em 0;
}

.top-designs__title {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.4;
  margin: 0 0 0.5em;
  letter-spacing: 0.2em;
  font-weight: normal;
}

.top-designs__en {
  position: relative;
  display: block;
  font-size: 0.6em;
  letter-spacing: 0;
  color: #aaa;
  margin-top: 1.4em;
  padding-top: 1.4em;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Hiragino Sans",
    "Noto Sans CJK JP",
    "Noto Sans JP",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
}

.top-designs__en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.5em;
  height: 2px;
  transform: translateX(-50%);
  background-color: #aaa;
}

.top-designs__lead {
  line-height: 1.8;
  font-size: 0.85em;
  margin: 0 0 2em;
  text-align: center;
}

.top-designs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.top-designs__item {
  margin: 0;
}

/* ===== リンク（下線を確実に消す：状態すべて指定） ===== */

.top-designs__link:link,
.top-designs__link:visited,
.top-designs__link:hover,
.top-designs__link:active,
.top-designs__link:focus,
.top-designs__link:focus-visible {
  display: block;
  color: #000;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.top-designs__link:hover,
.top-designs__link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.top-designs__thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f3f3;
}

.top-designs__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.top-designs__link:hover .top-designs__thumb img {
  transform: scale(1.04);
}

.top-designs__name {
  margin: 0;
  padding: 14px 14px 16px;
  font-size: 0.9em;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.top-designs__more {
  text-align: center;
  margin: 24px 0 0;
}

.top-designs__more a {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 1em 2.5em;
  font-size: 0.9em;
  border-radius: 9999px;
}

.top-designs__more a:hover {
  background: #d48120;
}

/* ==========================================================================
   04) Reasons（選ばれる理由3つ）
   ========================================================================== */

.top-reasons {
  padding: 3em 0;
}

.top-reasons__title {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.4;
  margin: 0 0 0.5em;
  letter-spacing: 0.2em;
  font-weight: normal;
}

.top-reasons__title span {
  position: relative;
  display: block;
  font-size: 0.6em;
  letter-spacing: 0;
  color: #aaa;
  margin-top: 1.4em;
  padding-top: 1.4em;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Hiragino Sans",
    "Noto Sans CJK JP",
    "Noto Sans JP",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
}

.top-reasons__title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.5em;
  height: 2px;
  transform: translateX(-50%);
  background-color: #aaa;
}

.top-reasons__item h3 {
  margin: 0 0 0.6em;
  font-size: 0.95em; /* h2より一段落とす */
  font-weight: normal; /* 強さを消す */
  letter-spacing: 0.05em;
  color: #333; /* 真っ黒にしない */
  line-height: 1.6;
}

.top-reasons__item p {
  margin: 0;
  font-size: 0.85em;
  line-height: 1.9;
  color: #555; /* さらに一段落とす */
}

/* ===== リスト全体を少し内側へ ===== */

.top-reasons__list {
  margin: 2.5em auto 0;
  padding-left: 1.5em;
  max-width: 880px; /* ← 760 → 880 に広げる */
}

/* ===== 各項目の間隔 ===== */

.top-reasons__item {
  margin-bottom: 2.2em;
}

/* ===== h3に小さなドットアクセント ===== */

.top-reasons__item h3 {
  position: relative;
  padding-left: 1.2em;
}

.top-reasons__item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background: #999;
  border-radius: 50%;
}

/* ================================
   05) Top｜Price
   ================================ */

.top-price {
  padding: 3em 0;
}

/* タイトル（h2統一） */
.top-price__title {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.4;
  margin: 0 0 0.5em;
  letter-spacing: 0.2em;
  font-weight: normal;
}

.top-price__title span {
  position: relative;
  display: block;
  font-size: 0.6em;
  letter-spacing: 0;
  color: #aaa;
  margin-top: 1.4em;
  padding-top: 1.4em;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Hiragino Sans",
    "Noto Sans CJK JP",
    "Noto Sans JP",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
}

.top-price__title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.5em;
  height: 2px;
  transform: translateX(-50%);
  background-color: #aaa;
}

/* 横幅（Reasonsと揃える） */
.price,
.nail_intro {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

/* リード（Reasonsのh3と主従を揃える） */
.nail_intro {
  font-size: 0.95em;
  line-height: 1.8;
  margin: 0 auto 2em;
  color: #555;
}

/* 旧デザイン踏襲（base→TOPへ移管） */
dl.price dt {
  margin-bottom: 1em;
  font-size: 0.95em;
  line-height: 1.6;
}

dl.price dt.cat {
  position: relative;
  padding: 0 0 0 2em;
  margin-bottom: 1em;
  transform: translate(-1em);
}

dl.price dt.cat::before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 2px;
  background: #d48120;
  top: 0.6em;
  left: 0;
}

dl.price dt img {
  width: 100%;
  margin-bottom: 1em;
  border-radius: 15px;
}

dl.price dd {
  text-align: right;
  font-size: 1.1em; /* 1.25→落ち着かせる */
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

dl.price dd p {
  font-size: 0.9rem;
  text-align: left;
  margin-bottom: 1em;
  padding-left: 1em;
  line-height: 1.75;
}

dl.price dd small {
  font-size: 0.6em;
  margin: 0 0.5em;
}

/* ==========================================================================
   06) Reserve（予約導線）
   ========================================================================== */

/* ==========================================================================
   07) Access（アクセス）
   ========================================================================== */

/* ==========================================================================
   08) Hakama（サブ導線）
   ========================================================================== */
