@charset "UTF-8";
/* ============================================================
 * GOLD PLUS（メンズ脱毛スキンケア）テストマーケLP
 * 公式サイト(pearl-plus.jp/goldplus/)のデザイントーンを再現
 * brand gold: #E3AA00 / dark gold: #968025 / beige: #F8F5EA / text: #333
 * ※アクセント変数名は --orange のままだが値はゴールド
 * ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");

:root {
  --orange: #E3AA00;
  --orange-dark: #968025;
  --beige: #F8F5EA;
  --pale: #FBF4DE;
  --text: #333;
  --gray: #ADADAD;
  --line: #E0E0E0;
  --blue: #1B7FC3;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 62.5%; scroll-behavior: smooth; }
body {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  color: var(--text);
  line-height: 1.8;
  background: #fff;
}
img { max-width: 100%; height: auto; vertical-align: bottom; }
a { color: var(--orange); text-decoration: none; transition: all .4s ease; }
ul { list-style: none; }
.ff-en { font-family: "Montserrat", sans-serif; }
.inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.sp-only { display: none; }

/* ---------- header ---------- */
header.site-header {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  background: #fff; padding: 12px 0 12px 36px;
  box-shadow: 0 1px 6px rgba(0,0,0,.06);
}
header.site-header .logo img { width: 145px; }
.header-cta {
  display: flex; align-items: center; gap: 8px;
  background: var(--orange); color: #fff;
  font-size: 1.5rem; font-weight: 600;
  padding: 18px 28px; margin-right: 0;
}
.header-cta:hover { opacity: .75; }
.header-cta .ico { width: 18px; }

/* ---------- hero（公式 .index-slide-box をモバイル基準で忠実移植） ---------- */
/* 画像切替ヘルパー（global）*/
.pc-image { display: none; }
.sp-image { display: block; }
.index-slide-box { margin: 0 0 30px; position: relative; z-index: 2; }
.index-slide-box .index-main-content { position: absolute; left: 30px; top: 10px; z-index: 4; width: calc(100% - 30px); }
.index-slide-box .index-main-content .index-main-ttl { margin: 0 auto; width: 96%; line-height: 1; }
.index-slide-box .index-main-content .index-main-ttl .image-box img { width: 80%; }
.index-slide-box .index-slide { margin: 0 auto; padding-top: 146px; width: 100%; z-index: 3; }
.index-slide-box .index-slide .index-slide-item .slideimg {
  width: 100%; height: 0; padding-top: 205px;
  background-repeat: no-repeat; background-position: center center; background-size: cover;
  overflow: hidden; position: relative;
}
.index-slide-box .index-slide .index-slide-item .slideimg.slideimg1 { background-image: url(../assets/main01_pc.jpg); }
.index-slide-box .index-slide .index-slide-item .slideimg:before {
  content: ""; width: 30%; height: 100%;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.1));
  position: absolute; left: 0; top: 0;
}
.index-main-subttl { margin: 10px auto 20px; width: 71.73%; line-height: 1; }
.index-main-subttl img { width: 100%; display: block; }
.index-main-no1 { margin: 0 auto 15px; width: 80.53%; line-height: 1; }
.index-main-no1 img { width: 100%; display: block; }
.index-main-notes { font-size: 1rem; margin: 0 auto; width: calc(100% - 80px); color: #888; line-height: 1.6; }
.brandimage-box-sp { display: block; margin: 0 0 40px; }
.brandimage-box-pc { display: none; }
@media (min-width: 769px) {
  .pc-image { display: block; }
  .sp-image { display: none; }
  .index-slide-box { position: relative; margin: 0 0 70px; }
  .index-slide-box .index-main-content { width: 100%; position: relative; left: 0; z-index: 4; padding-bottom: 40px; }
  .index-slide-box .index-main-content .index-main-ttl { margin: 0 0 80px 208px; width: 40%; }
  .index-slide-box .index-main-content .index-main-subttl { margin: 0 0 30px 208px; width: 34.94%; }
  .index-slide-box .index-main-content .index-main-no1 { margin: 0 0 20px 208px; width: 47.6785%; }
  .index-slide-box .index-main-content .index-main-no1 img { width: 75%; }
  .index-slide-box .index-main-content .index-main-notes { font-size: 1.2rem; margin: 0 0 0 215px; width: calc(100% - 230px); }
  .index-slide-box .index-slide { position: absolute; top: 0; right: 0; width: 69%; height: 100%; padding-top: 0; }
  .index-slide-box .index-slide .index-slide-item { height: 100%; }
  .index-slide-box .index-slide .index-slide-item .slideimg { height: 100%; padding-top: 0; }
  .brandimage-box-sp { display: none; }
  .brandimage-box-pc { display: block; }
}

/* ---------- fixed CTA ---------- */
.fixed-cta {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  width: 300px; filter: drop-shadow(0 4px 10px rgba(0,0,0,.18));
}
.fixed-cta:hover { transform: translateY(-3px); }
/* PCはヘッダー(sticky)の予約ボタンが常時出ているため、追従CTAは重複→非表示。
   スマホは全幅の予約バーとして有用なので残す。
   .fixed-cta--btn(display:flex)を上書きするため詳細度を上げる */
@media (min-width: 769px) { .fixed-cta.fixed-cta--btn { display: none; } }
/* 追従CTA（ボタン版・ゴールド） */
.fixed-cta--btn {
  width: auto; display: flex; flex-direction: column; align-items: center;
  text-decoration: none; filter: drop-shadow(0 4px 12px rgba(0,0,0,.22));
}
.fixed-cta--btn .fc-bubble {
  background: #fff; color: var(--orange-dark); border: 1px solid var(--orange);
  font-size: 1.15rem; font-weight: 700; border-radius: 40px;
  padding: 4px 16px; margin-bottom: -10px; z-index: 2; white-space: nowrap;
}
.fixed-cta--btn .fc-main {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--orange); color: #fff; font-size: 1.6rem; font-weight: 700;
  padding: 15px 32px; border-radius: 50px;
}
.fixed-cta--btn .fc-main .ico { width: 20px; filter: brightness(0) invert(1); }
.fixed-cta--btn .fc-arrow { font-family: "Montserrat", sans-serif; font-weight: 600; }
.fixed-cta--btn:hover { transform: translateY(-3px); }

/* ---------- section common ---------- */
section { padding: 90px 0; }
.sec-ttl {
  text-align: center; color: var(--orange);
  font-size: 3.2rem; font-weight: 700; letter-spacing: .08em;
  display: flex; align-items: center; justify-content: center; gap: 28px;
  margin-bottom: 56px;
}
.sec-ttl::before, .sec-ttl::after {
  content: ""; width: 120px; height: 2px; background: var(--orange);
}
.sec-ttl-en {
  text-align: center; margin-bottom: 50px;
}
.sec-ttl-en .en {
  font-family: "Montserrat", sans-serif; font-weight: 600;
  font-size: 3.4rem; letter-spacing: .14em; color: var(--orange);
  display: block; line-height: 1.2;
}
/* 左寄せ見出し（MENU / FLOW / Q&A） */
.sec-head { margin-bottom: 44px; }
.sec-head .en {
  font-family: "Montserrat", sans-serif; font-weight: 600;
  font-size: 2.6rem; letter-spacing: .12em; color: var(--orange);
  display: inline-block; line-height: 1.2; position: relative; padding-bottom: 14px;
}
.sec-head .en::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 52px; height: 2px; background: var(--orange);
}
/* VIEW MORE リンク */
.sec-more { margin-top: 30px; }
.sec-more a {
  display: inline-flex; align-items: center; gap: 16px;
  font-family: "Montserrat", sans-serif; font-size: 1.4rem;
  letter-spacing: .12em; color: var(--text);
}
.sec-more .arrow {
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--orange);
  position: relative; flex: none; transition: all .3s ease;
}
.sec-more .arrow::before {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-60%,-50%);
  width: 16px; height: 6px;
  background: url("../assets/viewmore-arrow.svg") no-repeat center / contain;
}
.sec-more a:hover .arrow { background: var(--pale); }

/* ---------- campaign ---------- */
.campaign { padding-top: 80px; background: #fff; }
.campaign-list {
  display: flex; gap: 26px; justify-content: center; align-items: center;
  flex-wrap: wrap;
}
.campaign-list li { width: min(325px, 90vw); }
.campaign-list li img { box-shadow: 0 2px 10px rgba(0,0,0,.10); }
/* バナー1枚掲載時はやや大きく中央表示 */
.campaign-list--single li { width: min(560px, 92vw); }

/* ---------- point ---------- */
.point { background: var(--beige); }
.point-head {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  font-size: 3.6rem; font-weight: 700; margin-bottom: 70px; flex-wrap: wrap;
}
.point-head .ph-circles { display: inline-flex; align-items: center; gap: 14px; }
.point-head .circle {
  width: 92px; height: 92px; border-radius: 50%;
  background: #fff; color: var(--orange);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 4.0rem; font-weight: 700;
}
.point-list { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; align-items: flex-start; }
.point-list li { width: min(320px, 90vw); }
.point-list .p-num img { height: 64px; width: auto; }
.point-list h3 { font-size: 2.4rem; margin: 6px 0 18px; font-weight: 700; }
.point-list .p-photo img { aspect-ratio: 3/2; object-fit: cover; width: 100%; }
/* 各ポイントの要点バッジ（公式aboutページの3ポイントを反映） */
.point-reasons { margin-top: 18px; display: flex; flex-direction: column; gap: 10px; }
.point-reasons li {
  position: relative;
  border: 1px solid var(--orange); border-radius: 8px; background: #fff;
  color: var(--text); font-weight: 500; font-size: 1.45rem;
  padding: 11px 14px 11px 42px; line-height: 1.4;
}
.point-reasons li::before {
  content: ""; position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; border-radius: 50%; background: var(--orange);
  /* 白いチェックマーク */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M2 6l3 3 5-6' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat; background-position: center;
}
.point-reasons li strong { color: var(--orange); font-weight: 700; }
.point-desc {
  margin-top: 16px; font-size: 1.35rem; color: #555; line-height: 1.85;
}
.point-desc .note-s { font-size: 1.15rem; color: #999; }

/* ---------- about ---------- */
.about { background: #fff; padding-bottom: 110px; }
.about-grid { display: flex; align-items: center; gap: 60px; }
.about-photo { flex: 0 0 44%; }
.about-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.about-body { flex: 1; }
.about-body .en {
  font-family: "Montserrat", sans-serif; color: var(--orange);
  font-size: 1.6rem; letter-spacing: .2em; font-weight: 600;
}
.about-body h2 {
  font-size: 4.0rem; line-height: 1.5; font-weight: 700; margin: 14px 0 30px;
}
.about-body p { margin-bottom: 1.6em; }

/* ---------- 共通：英字セクション見出し / VIEW MORE（MENU・FLOW） ---------- */
.ttl.index-ttl-en {
  font-size: 2.4rem; color: var(--orange); margin-bottom: 40px; text-align: center;
  font-family: "Montserrat", sans-serif; font-weight: 700; line-height: 1.2; letter-spacing: .04em;
}
a.btn-viewmore {
  font-size: 1.8rem; white-space: nowrap; margin: 0 auto; padding: 1em 100px 1em 0;
  width: 216px; display: block; line-height: 1; position: relative;
  background: url(../assets/viewmore-circle.svg) no-repeat right center; background-size: 50px;
  color: var(--text); font-family: "Montserrat", sans-serif; font-weight: 600; letter-spacing: .04em;
  transition: all .5s ease;
}
a.btn-viewmore span {
  display: block; position: absolute; right: 20px; top: calc(50% - 5px);
  transform: translateY(-50%); transition: all .5s ease;
}
a.btn-viewmore span img { display: block; width: 14px; }
a.btn-viewmore:hover { opacity: .8; }
a.btn-viewmore:hover span { right: 8px; }
@media (min-width: 769px) {
  .ttl.index-ttl-en { font-size: 3.6rem; text-align: left; margin-bottom: 70px; }
}

/* ---------- menu（公式 .index-menu をスマホ基準で忠実移植） ---------- */
.index-menu { margin-bottom: 50px; position: relative; padding: 0; }
.index-menu .index-menu-parallax-box {
  width: 100%; position: absolute; left: 0; top: -40px; z-index: 1; height: 175px;
}
.index-menu .index-menu-parallax-box .parallax {
  width: 100%; height: 100%; overflow: hidden;
  background: linear-gradient(115deg, #f8edd2 0%, #efd9a3 38%, #e6c577 66%, #f4e7c6 100%);
}
.index-menu .index-menu-content {
  margin: 40px auto 0; padding: 50px 25px 0; width: calc(100% - 30px);
  background: #fff; z-index: 2; position: relative;
}
.index-menu .menu-cat-ttl {
  font-size: 1.7rem; font-weight: 700; color: var(--orange-dark); text-align: center;
  margin: 6px 0 26px; padding-bottom: 8px; border-bottom: 2px solid var(--orange); display: block;
}
.index-menu .box-l article + .menu-cat-ttl { margin-top: 40px; }
.index-menu .index-menu-box .box-l article { margin-bottom: 40px; }
.index-menu .index-menu-box .box-l article .index-menu-ttl {
  font-size: 2.2rem; text-align: center; margin-bottom: 24px; font-weight: 700; line-height: 1.45;
}
.index-menu .index-menu-box .box-l article .index-menu-ttl span {
  margin-top: 10px; display: inline-block; border-bottom: var(--orange) 1px solid;
}
.index-menu .index-menu-box .box-l article .index-menu-subttl {
  font-size: 1.8rem; margin-bottom: 0; font-weight: 700; line-height: 1.5;
}
.index-menu .index-menu-box .box-l article .txt-box { margin-top: 20px; line-height: 1.8; }
.index-menu .index-menu-box .box-l article .txt-box p { margin: 0; }
.index-menu .index-menu-box .box-l article .notes-box { margin-top: 12px; }
.index-menu .index-menu-box .box-l article .notes-box p { margin: 0; line-height: 1.6; }
.index-menu .index-menu-box .box-l article .notes-box .note-s { font-size: 1.2rem; }
.index-menu .index-menu-box .box-l article .price-box { color: var(--orange); margin-top: 16px; line-height: 1.2; }
.index-menu .index-menu-box .box-l article .price-box .monthprice { font-size: 1.5rem; font-weight: 700; }
.index-menu .index-menu-box .box-l article .price-box .price { font-size: 3.6rem; font-family: "Montserrat", sans-serif; font-weight: 700; }
.index-menu .index-menu-box .box-l article .price-box .yen { font-size: 1.8rem; }
.index-menu .index-menu-box .box-l article .price-box .tax { font-size: 1.2rem; }
.index-menu .image-box { margin: 0; padding: 0; line-height: 0; }
.index-menu .image-box img { width: 100%; height: auto; vertical-align: bottom; }
.index-menu .index-menu-image-list { margin: 0 auto 50px; list-style: none; }
.index-menu .index-menu-image-list li + li { margin-top: 26px; }
.index-menu .index-menu-box .box-r { display: none; }
.index-menu a.btn-viewmore { color: var(--text); }
@media (min-width: 769px) {
  .index-menu { margin-bottom: 120px; }
  .index-menu .index-menu-parallax-box { top: -100px; height: 703px; }
  .index-menu .index-menu-content { margin: 100px auto 0; padding: 90px 0 0 100px; width: calc(100% - 200px); }
  .index-menu .index-menu-box { display: flex; justify-content: space-between; }
  .index-menu .index-menu-box .box-l { width: calc(60.87% - 50px); }
  .index-menu .index-menu-box .box-l .index-menu-image-list { display: none; }
  .index-menu .index-menu-box .box-l article { margin-bottom: 56px; }
  .index-menu .index-menu-box .box-l article:last-child { margin-bottom: 0; }
  .index-menu .index-menu-box .box-l article .index-menu-ttl { font-size: 4.4rem; line-height: 1.45; text-align: left; margin-bottom: 24px; padding-bottom: 22px; border-bottom: 1px solid #d9cca0; }
  .index-menu .index-menu-box .box-l article .index-menu-ttl span { border-bottom: none; margin-top: 0; }
  .index-menu .index-menu-box .box-l article .index-menu-subttl { font-size: 3.0rem; margin-bottom: 22px; padding-bottom: 0; border-bottom: none; }
  .index-menu .index-menu-box .box-l article .txt-box { font-size: 1.8rem; margin-top: 26px; line-height: 2.1; }
  .index-menu .index-menu-box .box-l article .notes-box { margin-top: 18px; }
  .index-menu .index-menu-box .box-l article .notes-box p { font-size: 1.6rem; line-height: 1.9; }
  .index-menu .index-menu-box .box-l article .price-box { margin-top: 24px; }
  .index-menu .index-menu-box .box-l article .price-box .price { font-size: 3.8rem; }
  .index-menu .index-menu-box .box-l article .price-box .monthprice { font-size: 2.0rem; }
  .index-menu .index-menu-box .box-l article .price-box .yen { font-size: 1.8rem; }
  .index-menu .index-menu-box .box-l article .price-box .tax { font-size: 1.5rem; }
  .index-menu .index-menu-box .box-r { display: block; width: 39.13%; }
  .index-menu .index-menu-box .box-r .index-menu-image-list { margin: 60px 0 0 0; }
  .index-menu .index-menu-box .box-r .index-menu-image-list li + li { margin-top: 30px; }
  .index-menu a.btn-viewmore { margin: 0; }
  .index-menu a.btn-viewmore:hover span { right: 8px; }
}

/* ---------- flow（公式 .index-flow をスマホ基準で忠実移植） ---------- */
.index-flow { margin-bottom: 0; }
.index-flow .image-box { margin: 0; padding: 0; line-height: 0; }
.index-flow .image-box img { width: 100%; height: auto; line-height: 0; }
.index-flow .index-flow-box .index-flow-list-box article .ttl-image {
  position: relative; margin: 0; padding: 0; line-height: 0; text-align: right; z-index: 2;
}
.index-flow .index-flow-box .index-flow-list-box article .ttl-image span { display: block; }
.index-flow .index-flow-box .index-flow-list-box article.reverse .ttl-image { text-align: left; margin-left: 5px; }
.index-flow .index-flow-box .index-flow-list-box article .list-box {
  display: flex; justify-content: space-between; position: relative; z-index: 1;
}
.index-flow .index-flow-box .index-flow-list-box article.reverse .list-box { flex-direction: row-reverse; }
.index-flow .index-flow-box .index-flow-list-box article .list-box .indicator-box { display: none; }
.index-flow .index-flow-box .index-flow-list-box article .list-box .box-l .indicator { display: none; }
.index-flow .index-flow-box .index-flow-list-box article .list-box .box-l { width: 14.55%; }
.index-flow .index-flow-box .index-flow-list-box article .list-box .box-l .step {
  font-size: 2.3rem; margin: 0; padding: 0; color: var(--orange);
  transform: rotate(90deg); line-height: 1; position: relative;
  font-family: "Montserrat", sans-serif; font-weight: 400; letter-spacing: .05em; text-align: left;
}
.index-flow .index-flow-box .index-flow-list-box article .list-box .box-l .step span {
  width: 110px; border: var(--orange) 1px solid; display: block; position: absolute; bottom: .5em; left: 4.5em;
}
.index-flow .index-flow-box .index-flow-list-box article .list-box .box-r { width: 85.55%; }
.index-flow .index-flow-box .index-flow-list-box article .list-box .box-r .photo-box {
  margin-top: -30px; margin-bottom: 20px; margin-right: 15px;
}
.index-flow .index-flow-box .index-flow-list-box article.reverse .list-box .box-r .photo-box { margin-right: 0; margin-left: 15px; }
.index-flow .index-flow-box .index-flow-list-box article .list-box .box-r .index-flow-ttl {
  font-size: 1.9rem; color: var(--orange); margin-bottom: 20px;
}
.index-flow .index-flow-box .index-flow-list-box article.reverse .list-box .box-r .index-flow-ttl { margin-left: 15px; }
.index-flow .index-flow-box .index-flow-list-box article .list-box .box-r .index-flow-ttl span {
  display: none; font-family: "Montserrat", sans-serif; font-weight: 400; letter-spacing: .05em;
}
.index-flow .index-flow-box .index-flow-list-box article.reverse .list-box .box-r .txt-box { margin-left: 15px; }
.index-flow .index-flow-box .index-flow-list-box article .list-box .box-r .txt-box p { font-size: 1.45rem; color: #555; line-height: 1.9; margin: 0; }
@media (min-width: 769px) {
  .index-flow { margin: 0 auto; max-width: 1280px; }
  .index-flow .index-flow-box .index-flow-list-box { width: calc(100% - 80px); margin: 0 auto; }
  .index-flow .index-flow-box .index-flow-list-box article { margin-bottom: 0; padding-bottom: 60px; overflow: hidden; }
  .index-flow .index-flow-box .index-flow-list-box article.reverse .list-box { flex-direction: row; }
  .index-flow .index-flow-box .index-flow-list-box article .ttl-image { display: none; }
  .index-flow .index-flow-box .index-flow-list-box article .list-box .box-l { display: none; }
  .index-flow .index-flow-box .index-flow-list-box article .list-box .indicator-box { width: 110px; position: relative; display: block; flex: none; }
  .index-flow .index-flow-box .index-flow-list-box article .list-box .indicator-box .indicator { display: block; width: 44px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
  .index-flow .index-flow-box .index-flow-list-box article .list-box .indicator-box .indicator-line { width: 1px; background: var(--orange); position: absolute; left: 22px; }
  .index-flow .index-flow-box .index-flow-list-box article .list-box .indicator-box .indicator-line.line-top { height: calc(50% - 30px); top: 0; }
  .index-flow .index-flow-box .index-flow-list-box article .list-box .indicator-box .indicator-line.line-bottom { height: calc(50% - 30px); top: calc(50% + 30px); }
  .index-flow .index-flow-box .index-flow-list-box article:first-child .list-box .indicator-box .indicator-line.line-top { display: none; }
  .index-flow .index-flow-box .index-flow-list-box article:last-child .list-box .indicator-box .indicator-line.line-bottom { display: none; }
  .index-flow .index-flow-box .index-flow-list-box article .list-box .box-r { display: flex; align-items: center; justify-content: space-between; width: calc(100% - 110px); }
  .index-flow .index-flow-box .index-flow-list-box article .list-box .box-r .photo-box { width: 355px; flex: none; margin: 0 30px 0 0; }
  .index-flow .index-flow-box .index-flow-list-box article .list-box .box-r .ttl-txt-box { flex: 1; }
  .index-flow .index-flow-box .index-flow-list-box article .list-box .box-r .ttl-txt-box .index-flow-ttl { font-size: 2.8rem; margin-bottom: 16px; display: flex; align-items: baseline; gap: 14px; }
  .index-flow .index-flow-box .index-flow-list-box article .list-box .box-r .ttl-txt-box .index-flow-ttl span { display: inline-block; font-size: 4.0rem; }
  .index-flow .index-flow-box .index-flow-list-box article .list-box .box-r .ttl-txt-box .txt-box p { font-size: 1.5rem; }
  .index-flow a.btn-viewmore { margin: 0 auto; }
}

/* ---------- faq（アコーディオン） ---------- */
.faq { background: var(--beige); }
.faq .inner { max-width: 880px; }
.faq-list { display: flex; flex-direction: column; gap: 18px; }
.faq-item { background: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 1px 6px rgba(0,0,0,.05); }
.faq-q {
  width: 100%; display: flex; align-items: center; gap: 16px;
  background: none; border: none; cursor: pointer; text-align: left;
  padding: 22px 26px; font-family: inherit;
}
.faq-mark {
  flex: none; width: 34px; height: 34px; border-radius: 50%;
  background: var(--orange); color: #fff; font-weight: 700; font-size: 1.7rem;
  font-family: "Montserrat", sans-serif;
  display: inline-flex; align-items: center; justify-content: center;
}
.faq-qtext { flex: 1; font-size: 1.6rem; font-weight: 700; color: var(--text); line-height: 1.6; }
.faq-toggle { flex: none; position: relative; width: 20px; height: 20px; }
.faq-toggle::before, .faq-toggle::after {
  content: ""; position: absolute; background: var(--orange); transition: transform .3s ease;
}
.faq-toggle::before { top: 50%; left: 0; width: 100%; height: 2px; transform: translateY(-50%); }
.faq-toggle::after { left: 50%; top: 0; width: 2px; height: 100%; transform: translateX(-50%); }
.faq-item.open .faq-toggle::after { transform: translateX(-50%) scaleY(0); }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height .35s ease;
}
.faq-a {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 0 26px;
}
.faq-item.open .faq-a { padding-bottom: 24px; }
.faq-mark-a { background: #fff; color: var(--orange); border: 2px solid var(--orange); }
.faq-atext { flex: 1; }
.faq-atext p { font-size: 1.45rem; color: #555; line-height: 1.9; }

/* ---------- voice（自動スライダー） ---------- */
.voice { background: var(--pale); }
.voice-slider { max-width: 1200px; margin: 0 auto; padding: 0 20px; overflow: hidden; }
.voice-track { display: flex; transition: transform .6s ease; }
.voice-card {
  flex: 0 0 33.3333%; box-sizing: border-box; padding: 0 14px;
  display: flex; flex-direction: column;
}
.voice-card > img {
  width: 100%; aspect-ratio: 3/2; object-fit: cover;
  border-radius: 4px 4px 0 0; box-shadow: 0 2px 10px rgba(0,0,0,.07);
}
.voice-card .vc-body {
  background: #fff; padding: 22px 22px 26px; flex: 1;
  box-shadow: 0 2px 10px rgba(0,0,0,.07); border-radius: 0 0 4px 4px;
}
.voice-card .vc-body h3 {
  font-size: 1.8rem; font-weight: 700; color: var(--orange);
  line-height: 1.5; margin-bottom: 12px;
}
.voice-card .vc-body p { font-size: 1.4rem; color: #555; line-height: 1.9; }
.voice-dots { display: flex; justify-content: center; gap: 12px; margin-top: 40px; }
.voice-dots button {
  width: 11px; height: 11px; border-radius: 50%; border: none; padding: 0;
  background: #f3c7b5; cursor: pointer; transition: background .3s ease;
}
.voice-dots button.active { background: var(--orange); }

/* ---------- salon ---------- */
.salon { background: #fff; }
.salon-lead { text-align: center; font-size: 1.5rem; color: #555; margin-bottom: 26px; }

/* キーワード検索（input + 検索ボタン） */
.salon-search { display: flex; max-width: 920px; margin: 0 auto 28px; }
.salon-search input {
  flex: 1; min-width: 0; font-size: 1.5rem; font-family: inherit; color: var(--text);
  padding: 16px 18px; border: 1px solid var(--line); border-right: none;
  border-radius: 4px 0 0 4px; background: #fff;
}
.salon-search input:focus { outline: none; box-shadow: inset 0 0 0 1px var(--orange); }
.salon-search-btn {
  flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px;
  font-family: inherit; font-size: 1.5rem; font-weight: 700; color: #fff;
  background: var(--gray); border: none; cursor: pointer;
  padding: 0 30px; border-radius: 0 4px 4px 0; transition: opacity .2s;
}
.salon-search-btn:hover { opacity: .85; }
.salon-search-btn .ico {
  width: 18px; height: 18px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") no-repeat center / contain;
}

/* エリアボタン（トップSALON）→ 店舗一覧ページへ */
.salon-areabtns {
  list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  max-width: 920px; margin: 0 auto;
}
.salon-areabtn {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--orange); color: #fff; font-size: 1.6rem; font-weight: 700;
  padding: 22px 26px; border-radius: 2px; transition: opacity .2s;
}
.salon-areabtn:hover { opacity: .88; }
.salon-areabtn .ab-arrow { font-family: "Montserrat", sans-serif; font-weight: 400; font-size: 1.9rem; line-height: 1; }

/* 件数・該当なし */
.salon-count { text-align: center; font-size: 1.35rem; color: var(--gray); margin-bottom: 20px; }
.salon-empty { text-align: center; color: var(--gray); font-size: 1.5rem; padding: 30px 0; }

/* ---------- 店舗一覧ページ（salon.html） ---------- */
.salon-list-wrap { max-width: 1000px; margin: 0 auto; padding: 56px 20px 80px; }
.salon-list-ttl { text-align: center; font-size: 2.8rem; font-weight: 700; margin-bottom: 40px; }
.salon-listtabs {
  list-style: none; display: flex; flex-wrap: wrap; justify-content: center;
  gap: 4px 26px; margin: 0 0 8px; border-bottom: 1px solid var(--line);
}
.salon-listtab {
  font-family: inherit; font-size: 1.5rem; font-weight: 700; color: #999;
  background: none; border: none; cursor: pointer; padding: 8px 4px 14px;
  border-bottom: 3px solid transparent; margin-bottom: -1px; transition: color .2s;
}
.salon-listtab:hover { color: var(--orange-dark); }
.salon-listtab.active { color: var(--orange); border-bottom-color: var(--orange); }
.salon-grid { list-style: none; }
.salon-grid--list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; margin-top: 6px; }
.sl-card { padding: 28px 4px; border-bottom: 1px solid var(--line); }
.sl-name { font-size: 1.85rem; font-weight: 700; line-height: 1.5; margin-bottom: 16px; }
.sl-name a { color: var(--orange); }
.sl-name a:hover { text-decoration: underline; }
.sl-info { display: grid; grid-template-columns: 5em 1fr; gap: 8px 16px; margin-bottom: 20px; }
.sl-info dt { font-size: 1.35rem; color: var(--text); font-weight: 400; }
.sl-info dd { font-size: 1.4rem; color: var(--text); line-height: 1.6; }
.sl-reserve {
  display: inline-flex; align-items: center; gap: 12px;
  border: 1px solid var(--orange); color: var(--orange-dark);
  font-size: 1.45rem; font-weight: 700; padding: 12px 30px; border-radius: 4px;
  transition: background .2s;
}
.sl-reserve:hover { background: var(--pale); }
.salon-back { text-align: center; margin-top: 44px; }
.salon-back a { color: var(--orange-dark); font-size: 1.45rem; font-weight: 700; }
.salon-back a:hover { text-decoration: underline; }

/* ---------- bottom cta ---------- */
.bottom-cta { background: var(--orange); text-align: center; padding: 80px 20px; }
.bottom-cta .copy { color: #fff; font-size: 2.6rem; font-weight: 700; margin-bottom: 12px; }
.bottom-cta .sub { color: #fff; font-size: 1.5rem; margin-bottom: 36px; }
.btn-big {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  background: #fff; color: var(--orange);
  font-size: 2.0rem; font-weight: 700;
  padding: 24px 70px; border-radius: 60px;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}
.btn-big:hover { transform: translateY(-2px); opacity: .9; }

/* ---------- footer ---------- */
footer.site-footer {
  background: #3a3a3a; color: #fff; text-align: center; padding: 56px 20px 36px;
}
footer.site-footer .f-logo img { width: 200px; }
footer.site-footer .copyright {
  font-size: 1.1rem; color: #bbb; margin-top: 30px;
  font-family: "Montserrat", sans-serif;
}

/* ============================================================
 * 予約フォーム (reserve.html)
 * ============================================================ */
.form-page { background: #fff; min-height: 100vh; display: flex; flex-direction: column; }
.form-head { text-align: center; padding: 34px 20px 0; }
.form-head .logo img { width: 200px; }
.form-head h1 { font-size: 2.4rem; font-weight: 700; margin: 30px 0 24px; }
.form-store {
  display: inline-block; background: var(--pale); color: var(--orange-dark);
  border: 1px solid var(--orange); border-radius: 6px;
  font-size: 1.5rem; font-weight: 700; padding: 10px 22px; margin: 0 auto 24px;
}
.form-store[hidden] { display: none; }

/* 矢羽根プログレスバー（clip-pathで高さ可変に対応＝折返しても整列） */
.steps { display: flex; width: 100%; max-width: 660px; margin: 0 auto 36px; padding: 0 20px; }
.steps li {
  flex: 1; min-width: 0;
  background: #ECECEC; color: #777; font-size: 1.2rem; font-weight: 500;
  line-height: 1.4; text-align: center;
  display: flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 8px 16px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%, 14px 50%);
  margin-left: -12px;
}
.steps li:first-child {
  margin-left: 0;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
}
.steps li:last-child {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 14px 50%);
}
.steps li.active { background: var(--orange); color: #fff; }

.form-wrap { max-width: 900px; margin: 0 auto; padding: 0 20px 70px; width: 100%; flex: 1; }
.fstep { display: none; padding: 0; }
.fstep.active { display: block; }

.form-row {
  display: flex; align-items: flex-start; gap: 18px;
  padding: 26px 0; border-bottom: 1px solid #eee;
}
.form-row .lbl {
  flex: 0 0 220px; display: flex; align-items: center; gap: 12px;
  font-size: 1.55rem; font-weight: 700; padding-top: 8px;
}
.badge-req {
  background: #D6151F; color: #fff; font-size: 1.15rem; font-weight: 700;
  border-radius: 4px; padding: 3px 10px; flex: none;
}
.badge-opt {
  background: #aaa; color: #fff; font-size: 1.15rem;
  border-radius: 4px; padding: 3px 10px; flex: none;
}
.form-row .ctrl { flex: 1; }

input[type="text"], input[type="tel"], input[type="email"], input[type="date"],
select, textarea {
  width: 100%; font-size: 1.35rem; font-family: inherit;
  padding: 12px 14px; border: 1px solid #ccc; border-radius: 4px;
  background: #fff; color: var(--text);
}
select { appearance: none; background: #E9E9E9 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' fill='none' stroke='%23333' stroke-width='2'/></svg>") no-repeat right 14px center; }
select option { font-size: 1.7rem; }
textarea { min-height: 110px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--orange); }

/* 選択ボタン型ラジオ（メニュー・成人確認） */
.opt-list { display: flex; flex-wrap: wrap; gap: 12px; }
.opt-list.cols2 li { width: calc(50% - 6px); }
.opt-list li { display: block; }
.opt-list label {
  display: flex; align-items: center; gap: 10px;
  background: #DDD; border-radius: 6px; cursor: pointer;
  font-size: 1.35rem; padding: 14px 16px; min-height: 52px;
  transition: all .25s ease; line-height: 1.5;
}
.opt-list label:hover { background: #cfcfcf; }
.opt-list input { accent-color: var(--orange); flex: none; }
.opt-list input:checked + span { color: #fff; font-weight: 700; }
.opt-list label:has(input:checked) { background: var(--orange); color: #fff; }

/* 店舗選択（ボタン）＋情報パネル */
.store-hint { font-size: 1.35rem; color: #555; margin-bottom: 12px; }
.store-opts li { width: calc(33.333% - 8px); }
.store-info { margin-top: 18px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.si-name { background: #2b2b2b; color: #fff; font-size: 1.7rem; font-weight: 700; padding: 12px 20px; }
.si-list { padding: 14px 20px 8px; }
.si-list dt { font-size: 1.3rem; font-weight: 700; color: var(--orange-dark); margin-top: 12px; }
.si-list dt:first-of-type { margin-top: 0; }
.si-list dd { font-size: 1.45rem; color: var(--text); line-height: 1.7; }
.si-map { padding: 0 20px 18px; }
.si-map iframe { width: 100%; height: 260px; border: 0; border-radius: 6px; display: block; }

.hope-grid { display: flex; gap: 12px; }
.hope-grid .date { flex: 1.4; position: relative; }
.hope-grid .time { flex: 1; }

/* 日付フィールドは常に「年/月/日」表示（閲覧ブラウザの言語設定に依存させない）
 * 未入力時はnativeの日付テキスト(yyyy/mm/dd 等)を透明化して隠し、自前の「年/月/日」を重ねる。
 * Chrome/Safari 両対応のため color:transparent（input＋各サブフィールド）＋ opacity を併用。
 * 日付が入るとJSで .has-value が付き、native値表示に戻す。カレンダーアイコンは常時表示。 */
.hope-grid .date:not(.has-value) input[type="date"] { color: transparent; }
.hope-grid .date:not(.has-value) input[type="date"]::-webkit-datetime-edit { opacity: 0; color: transparent; }
.hope-grid .date:not(.has-value) input[type="date"]::-webkit-datetime-edit-text,
.hope-grid .date:not(.has-value) input[type="date"]::-webkit-datetime-edit-year-field,
.hope-grid .date:not(.has-value) input[type="date"]::-webkit-datetime-edit-month-field,
.hope-grid .date:not(.has-value) input[type="date"]::-webkit-datetime-edit-day-field { color: transparent; }
.hope-grid .date::before {
  content: "年/月/日";
  position: absolute; left: 15px; top: 50%; transform: translateY(-50%);
  color: #999; font-size: 1.7rem; line-height: 1; pointer-events: none;
}
.hope-grid .date.has-value::before { content: none; }

.note-box {
  border: 1px solid #D6151F; color: #D6151F; background: #fff;
  font-size: 1.3rem; padding: 10px 14px; border-radius: 4px; margin-bottom: 16px;
}
.privacy-box {
  font-size: 1.3rem; color: #555; background: #F7F7F7;
  border: 1px solid var(--line); border-radius: 4px; padding: 16px 18px;
  margin-bottom: 14px;
}
.privacy-box a { text-decoration: underline; }
/* プライバシーポリシー全文：ブロック内スクロール表示（改行はHTMLソースを保持） */
.privacy-scroll {
  font-size: 1.3rem; color: #555; background: #fff;
  border: 1px solid var(--line); border-radius: 4px;
  padding: 14px 16px; margin-bottom: 14px;
  max-height: 240px; overflow-y: auto;
  white-space: pre-wrap; line-height: 1.75;
  -webkit-overflow-scrolling: touch;
}

.err-msg { color: #D6151F; font-size: 1.3rem; margin-top: 6px; display: none; }
.form-row.error .err-msg { display: block; }
.form-row.error input[type="text"], .form-row.error input[type="tel"],
.form-row.error input[type="email"], .form-row.error input[type="date"] { border-color: #D6151F; }

/* 確認テーブル */
.confirm-table { width: 100%; border-collapse: collapse; margin-bottom: 8px; }
.confirm-table th, .confirm-table td {
  text-align: left; padding: 16px 18px; border-bottom: 1px solid #eee;
  font-size: 1.45rem; vertical-align: top;
}
.confirm-table th { width: 14em; font-weight: 700; background: #FAFAFA; }

/* ボタン */
.btn-area { display: flex; justify-content: center; gap: 18px; padding: 40px 0 10px; }
.btn-area-store-top {
  display: grid !important;
  place-items: center;
  width: 100%;
  margin: 0;
  padding: 40px 0 10px;
}
.btn-area-store-top .btn-next {
  margin: 0;
}
.btn-area-store-bottom {
  width: 100%;
  margin: 0;
  padding: 40px 0 10px;
  justify-content: center;
}
.btn-area-store-bottom[hidden] { display: none !important; }
.btn-next, .btn-submit {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--orange); color: #fff; border: none; cursor: pointer;
  font-size: 1.7rem; font-weight: 700; font-family: inherit;
  padding: 18px 54px; border-radius: 4px;
}
.btn-next:hover, .btn-submit:hover { opacity: .8; }
.btn-back {
  display: inline-flex; align-items: center; gap: 10px;
  background: #999; color: #fff; border: none; cursor: pointer;
  font-size: 1.7rem; font-weight: 700; font-family: inherit;
  padding: 18px 44px; border-radius: 4px;
}
.btn-back:hover { opacity: .8; }
.btn-submit[disabled] { background: #ccc; cursor: not-allowed; }

.form-footer {
  background: #3a3a3a; color: #ccc; text-align: center;
  font-size: 1.2rem; padding: 26px; font-family: "Montserrat", sans-serif;
}

/* ---------- thanks ---------- */
.thanks-wrap { max-width: 720px; margin: 0 auto; padding: 50px 20px 90px; text-align: center; flex: 1; }
.thanks-wrap .mark { font-size: 5rem; color: var(--orange); text-align: center; line-height: 1.2; }
.thanks-wrap h1 { font-size: 2.6rem; margin: 18px 0 26px; }
.thanks-wrap p { text-align: left; margin-bottom: 1.4em; }
.thanks-wrap .box {
  background: var(--beige); border-radius: 6px; padding: 24px 28px;
  text-align: left; font-size: 1.4rem; margin: 30px 0;
}

/* ============================================================
 * SP
 * ============================================================ */
/* タブレット: VOICEを2枚表示 */
@media (max-width: 1024px) {
  .voice-card { flex-basis: 50%; }
}

@media (max-width: 768px) {
  .sp-only { display: block; }
  .pc-only { display: none; }
  section { padding: 60px 0; }
  .campaign { padding-top: 0; }

  /* VOICE: スマホは1枚表示 */
  .voice-card { flex-basis: 100%; padding: 0 8px; }
  .voice-slider { padding: 0 24px; }

  header.site-header { padding-left: 16px; }
  header.site-header .logo img { width: 110px; }
  .header-cta { font-size: 1.25rem; padding: 14px 16px; }

  .sec-ttl { font-size: 2.2rem; gap: 12px; }
  .sec-ttl::before, .sec-ttl::after { width: 40px; }
  .sec-ttl-en .en { font-size: 2.6rem; }

  /* 店舗検索（トップSALON / 店舗一覧ページ） */
  .salon-areabtns { grid-template-columns: 1fr; gap: 12px; }
  .salon-grid--list { grid-template-columns: 1fr; gap: 0; }
  .salon-list-ttl { font-size: 2.3rem; }
  .salon-listtabs { gap: 2px 16px; font-size: 1.35rem; }
  .salon-listtab { font-size: 1.35rem; }
  /* 予約フォームの店舗ボタンはスマホ1列 */
  .store-opts li { width: 100%; }
  .opt-list.cols2 li { width: 100%; }

  .point-head { font-size: 2.4rem; }
  .point-head .circle { width: 56px; height: 56px; font-size: 2.4rem; }

  .about-grid { flex-direction: column; gap: 30px; }
  .about-body h2 { font-size: 2.8rem; }

  /* FAQ */
  .faq-q { padding: 18px 18px; gap: 12px; }
  .faq-qtext { font-size: 1.45rem; }
  .faq-a { padding: 0 18px; }

  /* 下部固定CTA：全幅バー化（ボタン版） */
  .fixed-cta { width: 100%; right: 0; left: 0; bottom: 0; filter: none; }
  .fixed-cta:hover { transform: none; }
  .fixed-cta--btn .fc-main { width: 100%; border-radius: 0; padding: 16px; font-size: 1.7rem; }
  .fixed-cta--btn .fc-bubble { margin-bottom: -9px; }
  body { padding-bottom: 96px; } /* 全幅CTAバーの高さ分、末尾が隠れないように */

  .steps li {
    font-size: 1.05rem; padding: 8px 12px; min-height: 42px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 10px 50%);
    margin-left: -8px;
  }
  .steps li:first-child { margin-left: 0; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%); }
  .steps li:last-child { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%); }

  .form-row { flex-direction: column; gap: 10px; }
  .form-row .lbl { flex: none; padding-top: 0; }
  .form-row .ctrl { width: 100%; min-width: 0; }
  .opt-list.cols2 li { width: 100%; }
  .hope-grid { flex-direction: column; }
  .confirm-table th { width: 9em; }
  .btn-area { flex-direction: column; align-items: center; }
}
