@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   ベース設定 & カラーパレット定義
   Main Green: #254234 / Accent Gold: #D99B00 / Text: #111D16
   ========================================================================== */

#takaq-campaign-lp {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 15px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #111D16;
  background-color: #ffffff;
}

#takaq-campaign-lp * { box-sizing: border-box; }

/* 単語途中の不自然な折り返しを防止 */
.u-nobr {
  display: inline-block;
  white-space: nowrap;
}

/* SP改行コントロール（標準はPC：非表示） */
.sp-br, .sp-br-sm { display: none; }

.en-serif {
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: 0.08em;
}

/* === サブタイトル === */
#takaq-campaign-lp .lp-section-header .sub-title {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #254234;
  margin-bottom: 4px;
}

/* BENEFIT 01/02：枠なしアンダーライン */
#takaq-campaign-lp .benefit-title-wrap {
  margin-bottom: 12px;
}

#takaq-campaign-lp .coupon-number {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  color: #254234;
  padding-bottom: 3px;
  border-bottom: 2px solid #254234;
}

#takaq-campaign-lp .coupon-number.accent-text {
  color: #D99B00;
  border-bottom-color: #D99B00;
}

/* STEP 01/02/03 バッジ */
#takaq-campaign-lp .step-badge {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  background-color: #254234;
  padding: 3px 14px;
  border-radius: 4px;
  margin-bottom: 10px;
}

/* === タブエリア === */
#takaq-campaign-lp .lp-tab-section {
  margin-bottom: 30px;
  text-align: center;
}

#takaq-campaign-lp .lp-tab-notice {
  font-size: 14px;
  font-weight: 700;
  color: #991b1b;
  margin-bottom: 12px;
}

#takaq-campaign-lp .lp-tab-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
}

#takaq-campaign-lp .lp-tab-btn {
  flex: 1;
  max-width: 440px;
  padding: 16px 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #254234;
  background-color: #f3f5f4;
  border: 2px solid #254234;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
}

#takaq-campaign-lp .lp-tab-btn.active {
  color: #ffffff;
  background-color: #254234;
  border-color: #254234;
  box-shadow: 0 4px 12px rgba(37, 66, 52, 0.2);
}

#takaq-campaign-lp .lp-tab-panel { display: none; }
#takaq-campaign-lp .lp-tab-panel.active { display: block; }

/* === MV === */
#takaq-campaign-lp .lp-mv {
  margin-bottom: 40px;
  text-align: center;
}

#takaq-campaign-lp .mv-img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

/* === 特典カード（下線＆1行目テキスト位置固定） === */
#takaq-campaign-lp .lp-w-coupon-container {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 25px;
}

#takaq-campaign-lp .lp-coupon-card {
  flex: 1;
  background: #ffffff;
  border: 2px solid #254234;
  border-radius: 8px;
  padding: 32px 18px 24px;
  text-align: center;
  position: relative;
  box-shadow: 0 6px 16px rgba(37, 66, 52, 0.06);
  display: flex;
  flex-direction: column;
}

#takaq-campaign-lp .lp-coupon-card.highlight {
  border-color: #D99B00;
}

#takaq-campaign-lp .card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#takaq-campaign-lp .coupon-main-content {
  margin-bottom: 20px;
}

#takaq-campaign-lp .coupon-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 700;
  padding: 4px 18px;
  border-radius: 20px;
  white-space: nowrap;
}

#takaq-campaign-lp .coupon-tag.normal {
  background-color: #254234;
  color: #ffffff;
}

#takaq-campaign-lp .coupon-tag.accent {
  background-color: #D99B00;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(217, 155, 0, 0.35);
}

#takaq-campaign-lp .coupon-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 46px;
  font-weight: 900;
  color: #254234;
  margin: 12px 0 8px 0;
  line-height: 1;
}

#takaq-campaign-lp .coupon-title.accent-title {
  color: #D99B00;
}

#takaq-campaign-lp .coupon-title .unit {
  font-size: 20px;
  font-weight: 700;
  margin-left: 2px;
}

#takaq-campaign-lp .coupon-sub-head {
  font-size: 15px;
  font-weight: 700;
  color: #111D16;
  margin: 0;
}

/* ★ 修正：注記の高さを統一し、下線と1行目のテキスト位置を左右で完全一致させる ★ */
#takaq-campaign-lp .coupon-cond-box {
  margin-top: auto;
  border-top: 1px solid #e5e7eb;
  padding-top: 14px;
  font-size: 14px;
  color: #111D16;
  min-height: 84px; /* 2行分の高さを確保し、左右の区切り線の高さを水平に揃える */
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* 1行目のテキスト位置を揃える */
}

#takaq-campaign-lp .cond-text {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

#takaq-campaign-lp .cond-sub {
  margin: 6px 0 0 0;
  font-size: 12px;
  color: #4b5563;
  font-weight: 500;
}

#takaq-campaign-lp .coupon-plus-icon {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 900;
  color: #254234;
}

/* === セクション共通 === */
#takaq-campaign-lp .lp-section {
  margin-bottom: 50px;
}

#takaq-campaign-lp .lp-section-header {
  text-align: center;
  margin-bottom: 28px;
}

#takaq-campaign-lp .lp-section-header .section-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #111D16;
  margin: 0;
  line-height: 1.4;
}

/* === アプリダウンロード導線 === */
#takaq-campaign-lp .lp-app-pc-view {
  text-align: center;
}

#takaq-campaign-lp .qr-banner-img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

#takaq-campaign-lp .lp-app-sp-view {
  display: none;
  text-align: center;
  background: #f8faf9;
  border: 2px solid #254234;
  padding: 22px;
  border-radius: 8px;
}

#takaq-campaign-lp .sp-app-lead {
  font-size: 16px;
  font-weight: 700;
  color: #111D16;
  margin-bottom: 14px;
  line-height: 1.5;
}

#takaq-campaign-lp .sp-store-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

#takaq-campaign-lp .store-btn img {
  width: 150px;
  height: auto;
}

/* === フロー === */
#takaq-campaign-lp .lp-flow-grid {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 24px;
}

#takaq-campaign-lp .lp-flow-step {
  flex: 1;
  background: #ffffff;
  border: 2px solid #254234;
  border-radius: 8px;
  padding: 20px 14px;
  text-align: center;
}

#takaq-campaign-lp .step-head {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #111D16;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

#takaq-campaign-lp .step-text {
  font-size: 14px;
  color: #111D16;
  margin: 0;
  line-height: 1.6;
}

#takaq-campaign-lp .lp-flow-arrow {
  position: relative;
  width: 16px;
  height: 16px;
  align-self: center;
  flex-shrink: 0;
}

#takaq-campaign-lp .lp-flow-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 20%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #254234;
  border-right: 3px solid #254234;
  transform: translateY(-50%) rotate(45deg);
}

/* === アコーディオン === */
#takaq-campaign-lp .lp-accordion {
  border: 2px solid #254234;
  border-radius: 8px;
  background-color: #ffffff;
}

#takaq-campaign-lp .lp-accordion-head.center-title {
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  background-color: #f8faf9;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  list-style: none;
  color: #111D16;
}

#takaq-campaign-lp .lp-accordion-head::-webkit-details-marker { display: none; }

#takaq-campaign-lp .lp-accordion-head.center-title .accordion-icon {
  position: absolute;
  right: 20px;
}

#takaq-campaign-lp .accordion-icon {
  position: relative;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

#takaq-campaign-lp .accordion-icon::before,
#takaq-campaign-lp .accordion-icon::after {
  content: '';
  position: absolute;
  background-color: #254234;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#takaq-campaign-lp .accordion-icon::before { width: 12px; height: 2px; }
#takaq-campaign-lp .accordion-icon::after { width: 2px; height: 12px; }
#takaq-campaign-lp details[open] > summary .accordion-icon::after { display: none; }

#takaq-campaign-lp .lp-accordion-body {
  padding: 18px 20px;
  font-size: 14px;
  color: #111D16;
  border-top: 1px solid #254234;
}

#takaq-campaign-lp .lp-accordion-body ul {
  margin: 0;
  padding-left: 18px;
}

#takaq-campaign-lp .lp-accordion-body li {
  margin-bottom: 6px;
}

/* === クロージング === */
#takaq-campaign-lp .lp-closing-box {
  background-color: #f8faf9;
  border: 2px solid #254234;
  border-radius: 8px;
  padding: 30px 24px;
  text-align: center;
}

#takaq-campaign-lp .closing-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: #D99B00;
  margin-bottom: 6px;
}

#takaq-campaign-lp .closing-head {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #111D16;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

#takaq-campaign-lp .closing-desc {
  font-size: 15px;
  color: #111D16;
  margin: 0 0 20px 0;
}

#takaq-campaign-lp .lp-sale-banner-wrap img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  transition: opacity 0.25s;
}

#takaq-campaign-lp .lp-sale-banner-wrap img:hover {
  opacity: 0.9;
}

#takaq-campaign-lp .lp-app-guide-sub {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px dashed #254234;
}

#takaq-campaign-lp .guide-sub-text {
  font-size: 14px;
  color: #111D16;
  margin: 0 0 12px 0;
  font-weight: 700;
}

#takaq-campaign-lp .lp-btn-secondary {
  display: inline-block;
  background-color: #254234;
  color: #ffffff;
  border: 2px solid #254234;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 6px;
  transition: all 0.25s;
}

#takaq-campaign-lp .lp-btn-secondary:hover {
  background-color: #ffffff;
  color: #254234;
}

/* === FAQ === */
#takaq-campaign-lp .lp-faq-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#takaq-campaign-lp .lp-faq-item {
  background: #ffffff;
  border: 2px solid #254234;
  border-radius: 8px;
  overflow: hidden;
}

#takaq-campaign-lp .lp-faq-q {
  padding: 18px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  list-style: none;
}

#takaq-campaign-lp .lp-faq-q::-webkit-details-marker { display: none; }

#takaq-campaign-lp .faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-weight: 800;
  font-size: 15px;
  flex-shrink: 0;
}

#takaq-campaign-lp .q-icon {
  background-color: #254234;
  color: #ffffff;
}

#takaq-campaign-lp .a-icon {
  background-color: #D99B00;
  color: #ffffff;
}

#takaq-campaign-lp .faq-title {
  flex: 1;
  font-family: 'Noto Sans JP', sans-serif;
  color: #111D16;
}

#takaq-campaign-lp .lp-faq-a {
  padding: 18px;
  font-size: 15px;
  color: #111D16;
  background-color: #f8faf9;
  border-top: 1px solid #254234;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

#takaq-campaign-lp .faq-content {
  flex: 1;
  line-height: 1.65;
}

#takaq-campaign-lp .faq-content a {
  color: #D99B00;
  text-decoration: underline;
  font-weight: 700;
}

/* ==========================================================================
   レスポンシブ (SP: 768px以下) & 画面サイズ別改行
   ========================================================================== */

/* --- ① スマホ全般 (768px以下) --- */
@media screen and (max-width: 768px) {
  #takaq-campaign-lp {
    font-size: 16px;
    padding: 20px 12px;
  }

  .sp-br { display: block; } /* SP改行有効化 */

  #takaq-campaign-lp .lp-tab-buttons {
    flex-direction: column;
    gap: 8px;
  }

  #takaq-campaign-lp .lp-tab-btn {
    max-width: 100%;
    padding: 14px 10px;
    font-size: 15px;
  }

  /* 特典カード：1カラム縦積み化 */
  #takaq-campaign-lp .lp-w-coupon-container {
    flex-direction: column;
    gap: 22px;
  }

  #takaq-campaign-lp .coupon-plus-icon { display: none; }

  #takaq-campaign-lp .lp-coupon-card {
    padding: 28px 16px 20px;
  }

  /* SP縦積み時は注記ボックスの固定高さを解除 */
  #takaq-campaign-lp .coupon-cond-box {
    min-height: auto;
  }

  /* フロー：1カラム化 */
  #takaq-campaign-lp .lp-flow-grid {
    flex-direction: column;
    gap: 10px;
  }

  #takaq-campaign-lp .lp-flow-arrow {
    margin: 4px auto;
  }

  #takaq-campaign-lp .lp-flow-arrow::after {
    top: 20%;
    left: 20%;
    transform: rotate(135deg); /* 下向き矢印に変換 */
  }

  /* ダウンロード導線 */
  #takaq-campaign-lp .lp-app-pc-view { display: none; }
  #takaq-campaign-lp .lp-app-sp-view { display: block; }

  #takaq-campaign-lp .lp-section-header .section-title { font-size: 21px; }
  #takaq-campaign-lp .coupon-title { font-size: 40px; }
}

/* --- ② 小さめスマホ（iPhone SE等 / 375px以下） --- */
@media screen and (max-width: 375px) {
  .sp-br-sm { display: block; } /* 375px以下専用改行 */

  #takaq-campaign-lp { padding: 16px 10px; }
  #takaq-campaign-lp .lp-section-header .section-title { font-size: 19px; }
  #takaq-campaign-lp .coupon-title { font-size: 36px; }
  #takaq-campaign-lp .closing-head { font-size: 17px; }
}
	
	
#takaq-campaign-lp .lp-sale-btn-wrap {
  margin-top: 20px;
}

#takaq-campaign-lp .lp-btn-primary {
  display: inline-block;
  width: 100%;
  max-width: 380px;
  background-color: #254234;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 20px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(37, 66, 52, 0.15);
  transition: all 0.25s ease;
}

#takaq-campaign-lp .lp-btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* アプリセクション内の連携手順線の調整 */
#takaq-campaign-lp .lp-app-section .lp-app-guide-sub {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed #254234;
  text-align: center;
}

