/* =====================
  Base
===================== */
#fragrance-lp {
  font-family: "Noto Serif JP","游明朝",serif;
  color: #444;
  line-height: 1.9;
  text-align: center;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#fragrance-lp img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
#fragrance-lp .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 20px;
}

#fragrance-lp h2::after {
  content:"";
  display:block;
  width:60px;
  height:1px;
  background:#E8C6CF;
  margin:12px auto 0;
}

/* =====================
  FV
===================== */
.fv {
  background: linear-gradient(to bottom,#f3f6f6 0%,#ffffff 100%);
  padding: 120px 20px 100px;
}
.fv-title {
  font-size: 34px;
  letter-spacing: 0.18em;
}
.fv-sub {
  font-size: 15px;
  opacity: 0.8;
  margin-top: 16px;
}

/* =====================
  Fragrance Grid
===================== */
.fragrance-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.fragrance-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 26px 22px 34px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all .3s ease;
}
.fragrance-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0,0,0,0.12);
}
.fragrance-name {
  font-size: 16px;
  letter-spacing: .12em;
  margin-top: 18px;
}
.fragrance-copy {
  font-size: 14px;
  color: #666;
  margin: 10px 0 18px;
}
.fragrance-meter {
  font-size: 13px;
  letter-spacing: .1em;
}
.fragrance-meter span {
  display: block;
  margin-bottom: 4px;
}
#fragrance-lp h2 {
  display: block;      /* ← inline-block をやめる */
  text-align: center;  /* ← 中央寄せ */
  margin: 0 auto 40px;
}
.section-title {
  display: block;
  text-align: center;
  margin: 0 auto 40px;
}
.btn-detail {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 36px;
  border-radius: 0;
  text-decoration: none;
  background: #ffffff;          /* 白背景 */
  border: 1px solid #bfbfbf;    /* グレー枠 */
  color: #555;

  font-size: 13px;
  letter-spacing: .12em;
  box-sizing: border-box;
}

/* =====================
  CTA
===================== */
  margin: 120px auto;
  padding: 56px 20px 80px; /* 上だけ詰める */
  text-align: center;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #f5f7f7 100%
  );
}

.cta-text {
  font-size: 15px;
  letter-spacing: .08em;
  opacity: .75;
  margin-bottom: 32px;
}

/* CTA専用ボタン */
.btn-cta {
  display: inline-block;
  padding: 14px 48px;
  font-size: 14px;
  letter-spacing: .16em;
  text-decoration: none;

  background: #ffffff;
  color: #444;
  border: 1px solid #999;
  border-radius: 0;

  transition: all .3s ease;
}

.btn-cta:hover {
  background: #444;
  color: #ffffff;
}
/* =====================
  Responsive
===================== */
@media screen and (max-width:768px){
  .fv-title { font-size: 26px; }
  .fragrance-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
  }
}
.fragrance-image-wrap {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.fragrance-image-wrap img {
  width: 48%;
  border-radius: 14px;
  object-fit: cover;
}
/* =====================
  Scent Map
===================== */
.scent-map {
  padding: 100px 20px;
  background: #f9fbfb;
}

.scent-map-lead {
  font-size: 14px;
  opacity: .7;
  margin-bottom: 40px;
}

.map-wrapper {
  position: relative;
  max-width: 520px;
  height: 520px;
  margin: 0 auto;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
  overflow: hidden; /* ← ★これ追加 */
}

/* 軸ラベル */
.axis {
  position: absolute;
  font-size: 13px;
  letter-spacing: .12em;
  opacity: .6;
}
.x-left { left: 20px; top: 50%; transform: translateY(-50%); }
.x-right { right: 20px; top: 50%; transform: translateY(-50%); }
.y-top { top: 16px; left: 50%; transform: translateX(-50%); }
.y-bottom { bottom: 16px; left: 50%; transform: translateX(-50%); }

/* ドット */
.dot {
  position: absolute;
  width: 96px;        /* ← 固定 */
  height: 48px;       /* ← 固定 */
  border-radius: 24px;
  font-size: 11px;
  letter-spacing: .08em;
  background: #e7f2f3;
  color: #555;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  transform: translate(-50%, -50%);
  line-height: 1.2;
}

/* 香り別カラー */
.dot.pm { background: #f3e8d8; }   /* プルメリアミルク｜ベージュ */
.dot.cs { background: #d9eef3; }   /* サボン｜水色 */
.dot.hz { background: #f6d2a5; }   /* ホズリーブル｜オレンジ */
.dot.lak { background: #e4d9f3; }  /* ラクシュミー｜むらさき */
.dot.dp { background: #f6d6e4; }   /* ドールピンク｜ピンク */
.dot.ra { background: #f7cfc4; }   /* ロエール｜コーラルピンク */

/* 配置（調整OK） */
.dot.pm { left: 25%; top: 60%; }
.dot.cs { left: 70%; top: 50%; }
.dot.hz { left: 60%; top: 19%; }
.dot.lak { left: 45%; top: 27%; }
.dot.dp { left: 20%; top: 45%; }
.dot.ra { left: 55%; top: 85%; }

/* PC版香りマップ */
.map-wrapper {
  width: 480px;      /* PC向けのサイズ */
  height: 480px;
  margin: 0 auto;
  border-radius: 32px;
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
  background: #fff;
  position: relative;
}

.map-inner {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  overflow: hidden;
  background:
    linear-gradient(rgba(0,0,0,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.03) 1px, transparent 1px),
    #fff;
  background-size: 25% 25%;
}

.map-inner::before,
.map-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
}

.map-inner::before {
  width: 1px;
  height: 100%;
  background: rgba(0,0,0,.06);
  transform: translateX(-50%);
}

.map-inner::after {
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,.06);
  transform: translateY(-50%);
}
.dot-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f3e8d8;
  margin: 0 auto;
}

.dot-label a {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: #555;
  text-decoration: none;
}

/* ドット位置・サイズ */
.dot {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* ドット位置調整 */
.pm { left: 25%; top: 60%; }
.cs { left: 70%; top: 50%; }
.hz { left: 60%; top: 15%; }
.lak { left: 45%; top: 25%; }
.dp { left: 15%; top: 45%; }
.ra { left: 55%; top: 80%; }
}

/* CTAリンク */
.cta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  letter-spacing: .18em;
  color: #444;
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0,0,0,.3);
  transition: all .3s ease;
}

.cta-link:hover {
  opacity: .6;
}

.cta-arrow {
  font-size: 22px;
  transition: transform .3s ease;
}

.cta-link:hover .cta-arrow {
  transform: translateX(6px);
}
/* 横ライン */
.map-wrapper::after {
  height: 1px;
  width: 100%;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(0,0,0,.06) 20%,
    rgba(0,0,0,.06) 80%,
    transparent 100%
  );
  transform: translateY(-50%);
}ｓ

/* SP */
@media screen and (max-width:768px){
  .map-wrapper {
    max-width: 340px;
    height: 340px;
  }
  .dot {
    font-size: 10px;
    padding: 6px 10px;
  }
}
.fragrance-target {
  font-size: 12px;
  opacity: .7;
  margin-top: 10px;
}
/* ===== フレグランス バッジ ===== */
.fragrance-badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .08em;
  padding: 6px 14px;
  border-radius: 20px;
  margin: 0 auto 10px;   /* ← 上下の流れをカード内に */
  background: #f3f3f3;
  color: #555;
}
@media screen and (max-width:768px){
  .fragrance-badge {
    font-size: 10px;
    padding: 5px 12px;
  }
}
/* 香り別ニュアンスカラー（やりすぎない） */
.badge-popular { background:#f3e8d8; }   /* 人気No.1 */
.badge-girly   { background:#f6d6e4; }   /* ガーリー */
.badge-perfume { background:#f6d2a5; }   /* 香水系 */
.badge-allage  { background:#f7cfc4; }   /* 年齢問わず */
.badge-fresh   { background:#d9eef3; }   /* 爽やか */
.badge-sexy    { background:#e4d9f3; }   /* セクシー */
/* =====================
  Q&A用スタイル
===================== */
.faq-section {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: left;
  font-family: "Noto Sans JP", "游ゴシック体", sans-serif;
  color: #333;
  line-height: 1.8;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.faq-section h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 50px;
  position: relative;
}

.faq-section h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #E8C6CF;
  margin: 12px auto 0;
}

.faq-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  margin-bottom: 24px;
  padding: 24px 28px;
  transition: all .3s ease;
}

.faq-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0,0,0,0.08);
}

.faq-question {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 16px;
}

.faq-answer {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

/* PC版向けレスポンシブ微調整 */
@media screen and (max-width: 1024px){
  .faq-section {
    padding: 0 16px;
  }
}

@media screen and (max-width: 768px){
  .faq-section h2 {
    font-size: 22px;
  }
  .faq-question {
    font-size: 15px;
  }
  .faq-answer {
    font-size: 14px;
  }
}
