@charset "UTF-8";
/* =========================================
   PuPu COLLECTION - 自由が丘店 Coming Soon LP
   カラー：ダーク緑 / スタバグリーン / ゴールドブラウン / クリーム
   ========================================= */

/* --- LP専用カラー変数 --- */
.teaser-page {
  --tp-dark:    #1E3932;   /* ダークフォレスト */
  --tp-green:   #00704A;   /* スタバグリーン */
  --tp-sage:    #D4E9E2;   /* セージ（薄緑） */
  --tp-brown:   #CBA258;   /* ゴールドブラウン */
  --tp-cream:   #F5F0E8;   /* ウォームクリーム */
  --tp-text:    #F5F0E8;   /* ダーク背景上テキスト */
  --tp-muted:   rgba(245, 240, 232, 0.65);
  background: var(--tp-dark);
  color: var(--tp-text);
}


/* =========================================
   共通パーツ
   ========================================= */
.teaser-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--tp-sage);
  margin-bottom: 12px;
  display: block;
}

.teaser-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  font-family: var(--font-serif);
  color: var(--tp-text);
  line-height: 1.55;
  margin-bottom: 0;
}

.teaser-section-header {
  text-align: center;
  margin-bottom: 56px;
}

.teaser-section-desc {
  font-size: 0.9rem;
  color: var(--tp-muted);
  line-height: 2;
  margin-top: 18px;
}

/* 共通ボタン */
.teaser-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.25s;
  white-space: nowrap;
}

.teaser-btn--line {
  background: #06C755;
  color: #fff;
}
.teaser-btn--line:hover { background: #05b34d; color: #fff; }

.teaser-btn--reserve {
  background: var(--tp-brown);
  color: #1a1a1a;
}
.teaser-btn--reserve:hover { background: #b8913f; color: #1a1a1a; }

.teaser-btn--white {
  background: #fff;
  color: var(--tp-dark);
}
.teaser-btn--white:hover { background: var(--tp-cream); color: var(--tp-dark); }

.teaser-btn--outline {
  background: transparent;
  border: 1.5px solid var(--tp-sage);
  color: var(--tp-sage);
}
.teaser-btn--outline:hover { background: var(--tp-sage); color: var(--tp-dark); }

.teaser-btn--shiba {
  background: var(--c-shiba);
  color: #0a2e2d;
}
.teaser-btn--shiba:hover { background: var(--c-shiba-dark); color: #0a2e2d; }

.teaser-btn--lg {
  padding: 20px 40px;
  font-size: 1.05rem;
}


/* =========================================
   ① ヒーロー
   ========================================= */
.teaser-hero {
  position: relative;
  min-height: 100dvh;
  min-height: 680px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.teaser-hero__bg {
  position: absolute;
  inset: 0;
}

.teaser-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.teaser-hero__overlay {
  position: absolute;
  inset: 0;
  background: none;
}

.teaser-hero__content {
  position: relative;
  z-index: 1;
  padding-top: calc(var(--header-h) + 24px);
  padding-bottom: 160px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.teaser-hero__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.teaser-hero__badge-new {
  display: inline-block;
  background: var(--tp-brown);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 5px 14px;
  border-radius: 2px;
  animation: teaserPulse 2s ease-in-out infinite;
}

@keyframes teaserPulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.75; }
}

.teaser-hero__store-en {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--tp-sage);
  margin-bottom: 14px;
}

.teaser-hero__title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  font-family: var(--font-serif);
  color: #f5f0e8;
  line-height: 1.4;
  margin-bottom: 20px;
}

.teaser-hero__title span {
  display: block;
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  color: var(--tp-sage);
  line-height: 1.2;
}

.teaser-hero__catch {
  font-size: clamp(1rem, 2.2vw, 1.5rem);
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 28px;
  letter-spacing: 0.08em;
  font-family: var(--font-serif);
}

.teaser-hero__open-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 24px;
  border: 1px solid rgba(212, 233, 226, 0.35);
  border-radius: 2px;
  background: rgba(0, 112, 74, 0.20);
  margin-bottom: 36px;
}

.teaser-hero__open-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tp-sage);
}

.teaser-hero__open-date {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #f5f0e8;
}

.teaser-hero__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 16px;
}

.teaser-hero__reserve-notice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 10px 24px;
  background: rgba(203, 162, 88, 0.18);
  border: 1.5px solid var(--tp-brown);
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--tp-brown);
  animation: teaserPulse 2.4s ease-in-out infinite;
}

.teaser-hero__reserve-notice i {
  font-size: 0.95rem;
}

/* カウントダウン */
.teaser-countdown {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}

.teaser-countdown__title {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tp-sage);
  margin-bottom: 10px;
}

.teaser-countdown__nums {
  display: flex;
  align-items: center;
  gap: 8px;
}

.teaser-countdown__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 72px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(212, 233, 226, 0.25);
  border-radius: 4px;
  padding: 12px 8px;
  backdrop-filter: blur(8px);
}

.teaser-countdown__num {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #f5f0e8;
  line-height: 1;
}

.teaser-countdown__label {
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tp-sage);
}

.teaser-countdown__sep {
  font-size: 1.4rem;
  color: var(--tp-sage);
  opacity: 0.5;
  margin-bottom: 20px;
}

/* スクロール誘導 */
.teaser-hero__scroll {
  position: absolute;
  bottom: 56px;
  right: 48px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tp-muted);
}

.teaser-hero__scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--tp-sage), transparent);
  animation: teaserScroll 1.8s ease-in-out infinite;
}

@keyframes teaserScroll {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}


/* =========================================
   ② 緊急性帯
   ========================================= */
.teaser-urgency {
  background: var(--tp-brown);
  padding: 18px 0;
}

.teaser-urgency__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.teaser-urgency > .conWrap > i {
  font-size: 1.1rem;
  color: #fff;
  flex-shrink: 0;
}

.teaser-urgency__inner i {
  font-size: 1.1rem;
  color: #fff;
  flex-shrink: 0;
}

.teaser-urgency__inner p {
  font-size: 0.88rem;
  color: #fff;
  line-height: 1.6;
  flex: 1;
}

.teaser-urgency__inner strong {
  font-weight: 700;
}

.teaser-urgency__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  background: #fff;
  color: #1a1a1a;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 4px;
  white-space: nowrap;
  transition: opacity 0.2s;
  text-decoration: none;
  flex-shrink: 0;
}
.teaser-urgency__btn:hover { opacity: 0.85; color: #1a1a1a; }


/* =========================================
   ③ ブランド実績
   ========================================= */
.teaser-trust {
  padding: clamp(64px, 8vw, 100px) 0;
  background: var(--tp-cream);
  color: var(--tp-dark);
}

.teaser-trust .teaser-label {
  color: var(--tp-green);
}

.teaser-trust .teaser-title {
  color: var(--tp-dark);
}

.teaser-trust .teaser-section-desc {
  color: rgba(30, 57, 50, 0.68);
}

.teaser-trust__stats {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.teaser-trust__stat {
  text-align: center;
  padding: 28px 16px;
  background: #fff;
  border-radius: 8px;
  border-bottom: 3px solid var(--tp-green);
  box-shadow: 0 2px 16px rgba(0, 112, 74, 0.07);
}

.teaser-trust__stat strong {
  display: block;
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  font-weight: 700;
  color: var(--tp-green);
  margin-bottom: 6px;
  font-family: var(--font-serif);
}

.teaser-trust__stat span {
  font-size: 0.78rem;
  color: rgba(30, 57, 50, 0.65);
  line-height: 1.5;
}

.teaser-trust__img-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  border-radius: 8px;
  overflow: hidden;
}

.teaser-trust__img-row img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}


/* =========================================
   ④ サービス紹介
   ========================================= */
.teaser-services {
  padding: clamp(64px, 8vw, 100px) 0;
  background: var(--tp-dark);
}

.teaser-services__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.teaser-services__item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 233, 226, 0.15);
  border-radius: 8px;
  padding: 32px 20px;
  text-align: center;
  position: relative;
  transition: border-color 0.3s, background 0.3s;
}

.teaser-services__item:hover {
  border-color: rgba(212, 233, 226, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.teaser-services__item--new {
  border-color: rgba(203, 162, 88, 0.40);
  background: rgba(203, 162, 88, 0.07);
}

.teaser-services__new-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--tp-brown);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 8px;
  border-radius: 2px;
}

.teaser-services__icon {
  margin-bottom: 16px;
}

.teaser-services__icon i {
  font-size: 1.8rem;
  color: var(--tp-sage);
}

.teaser-services__item--new .teaser-services__icon i {
  color: var(--tp-brown);
}

.teaser-services__name {
  font-size: 0.95rem;
  font-weight: 600;
  color: #f5f0e8;
  margin-bottom: 10px;
}

.teaser-services__desc {
  font-size: 0.78rem;
  color: var(--tp-muted);
  line-height: 1.9;
  margin: 0;
}


/* =========================================
   ⑤ 選ばれる理由
   ========================================= */
.teaser-reasons {
  padding: clamp(64px, 8vw, 100px) 0;
  background: var(--tp-cream);
  color: var(--tp-dark);
}

.teaser-reasons .teaser-label  { color: var(--tp-green); }
.teaser-reasons .teaser-title  { color: var(--tp-dark); }

.teaser-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.teaser-reason {
  background: #fff;
  border-radius: 12px;
  padding: 36px 28px;
  position: relative;
  box-shadow: 0 2px 20px rgba(0, 112, 74, 0.07);
  border-top: 3px solid var(--tp-green);
}

.teaser-reason__num {
  font-size: 3.5rem;
  font-weight: 300;
  font-family: var(--font-serif);
  color: rgba(0, 112, 74, 0.10);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.teaser-reason__icon {
  margin-bottom: 16px;
}

.teaser-reason__icon i {
  font-size: 1.6rem;
  color: var(--tp-green);
}

.teaser-reason__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--tp-dark);
  margin-bottom: 12px;
  line-height: 1.5;
}

.teaser-reason__body {
  font-size: 0.85rem;
  color: rgba(30, 57, 50, 0.72);
  line-height: 1.95;
  margin: 0;
}


/* =========================================
   ⑥ メインCV
   ========================================= */
.teaser-cta {
  position: relative;
  padding: clamp(80px, 12vw, 140px) 0;
  overflow: hidden;
  background: var(--tp-green);
  text-align: center;
}

.teaser-cta__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(30, 57, 50, 0.55) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(0, 50, 30, 0.40) 0%, transparent 60%);
  pointer-events: none;
}

.teaser-cta__inner {
  position: relative;
  z-index: 1;
}

.teaser-cta .teaser-label {
  color: rgba(212, 233, 226, 0.85);
}

.teaser-cta__title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  font-family: var(--font-serif);
  color: #fff;
  line-height: 1.5;
  margin-bottom: 24px;
}

.teaser-cta__title span {
  display: block;
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: rgba(245, 240, 232, 0.80);
  font-family: var(--font-base);
  margin-top: 8px;
}

.teaser-cta__desc {
  font-size: 0.9rem;
  color: rgba(245, 240, 232, 0.80);
  line-height: 2;
  margin-bottom: 40px;
}

.teaser-cta__btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.teaser-cta__notes {
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.teaser-cta__notes li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  color: rgba(245, 240, 232, 0.75);
}

.teaser-cta__notes li i {
  color: var(--tp-sage);
  font-size: 0.72rem;
  margin-top: 4px;
  flex-shrink: 0;
}


/* =========================================
   ⑦ FAQ
   ========================================= */
.teaser-faq {
  padding: clamp(64px, 8vw, 100px) 0;
  background: var(--tp-cream);
  color: var(--tp-dark);
}

.teaser-faq .teaser-label { color: var(--tp-green); }
.teaser-faq .teaser-title { color: var(--tp-dark); }

.teaser-faq__inner {
  max-width: 760px;
  margin: 0 auto;
}

.teaser-faq__list {
  display: flex;
  flex-direction: column;
}

.teaser-faq__item {
  border-bottom: 1px solid rgba(0, 112, 74, 0.15);
}

.teaser-faq__item:first-child {
  border-top: 1px solid rgba(0, 112, 74, 0.15);
}

.teaser-faq__q {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 4px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--tp-dark);
  user-select: none;
  list-style: none;
}

.teaser-faq__chevron {
  margin-left: auto;
  font-size: 0.78rem;
  color: rgba(30, 57, 50, 0.35);
  transition: transform 0.25s;
  flex-shrink: 0;
}

.teaser-faq__item.is-open .teaser-faq__chevron {
  transform: rotate(180deg);
}

.teaser-faq__a {
  display: none;
  align-items: flex-start;
  gap: 14px;
  padding: 0 4px 22px;
  font-size: 0.9rem;
  color: rgba(30, 57, 50, 0.72);
  line-height: 1.9;
}

.teaser-faq__item.is-open .teaser-faq__a {
  display: flex;
}

.teaser-faq__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 900;
  margin-top: 1px;
}

.teaser-faq__icon--q {
  background: var(--tp-green);
  color: #fff;
}

.teaser-faq__icon--a {
  background: rgba(203, 162, 88, 0.15);
  color: var(--tp-brown);
}


/* =========================================
   ⑧ 姉妹店
   ========================================= */
.teaser-sister {
  padding: clamp(64px, 8vw, 100px) 0;
  background: var(--tp-dark);
}

.teaser-sister__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(212, 233, 226, 0.15);
}

.teaser-sister__img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.teaser-sister__info {
  padding: 48px 48px 48px 40px;
  background: rgba(255, 255, 255, 0.04);
}

.teaser-sister__info h3 {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #f5f0e8;
  margin-bottom: 20px;
}

.teaser-sister__info address {
  font-style: normal;
  color: var(--tp-muted);
  font-size: 0.85rem;
  line-height: 2;
  margin-bottom: 16px;
}

.teaser-sister__info address a[href^="tel"] {
  font-size: 1.05rem;
  font-weight: 500;
  color: #f5f0e8;
}

.teaser-sister__access {
  font-size: 0.82rem;
  color: var(--c-shiba);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 12px;
  border-left: 2px solid var(--c-shiba);
}

.teaser-sister__btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}


/* =========================================
   レスポンシブ
   ========================================= */

/* ---- Tablet ---- */
@media (max-width: 1024px) {
  .teaser-trust__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .teaser-services__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .teaser-reasons__grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }

  .teaser-cta__btns {
    flex-direction: column;
    align-items: center;
  }

  .teaser-sister__card {
    grid-template-columns: 1fr;
  }

  .teaser-sister__img img {
    height: 260px;
  }

  .teaser-sister__info {
    padding: 32px;
  }
}

/* ---- Mobile ---- */
@media (max-width: 599px) {
  .teaser-hero__ctas {
    flex-direction: column;
  }

  .teaser-hero__scroll {
    display: none;
  }

  .teaser-countdown__item {
    min-width: 52px;
    padding: 8px 4px;
  }

  .teaser-urgency__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .teaser-urgency__btn {
    width: 100%;
    justify-content: center;
  }

  .teaser-trust__stats {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .teaser-trust__img-row {
    grid-template-columns: 1fr;
  }

  .teaser-trust__img-row img {
    height: 200px;
  }

  .teaser-services__list {
    grid-template-columns: 1fr;
  }

  .teaser-cta__notes {
    text-align: left;
    width: 100%;
  }

  .teaser-sister__btns {
    flex-direction: column;
  }

  .teaser-btn--lg {
    width: 100%;
    padding: 18px 24px;
  }
}
