@charset "utf-8";

/* =========================================================
   共通設定・ユーティリティ
========================================================= */
.takaq-app-lp,
.takaq-app-lp h2,
.takaq-app-lp h3,
.takaq-app-lp p,
.takaq-app-lp label,
.takaq-app-lp span {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

.takaq-app-lp {
  background: #f4f3f1;
  color: #333;
  line-height: 1.6;
}
.takaq-app-lp img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.lp-container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

/* 【調整項目①】金文字サイズ調整
   外部CSSなどの干渉を完全に打ち消し、周りのテキストサイズ・太さに100%強制同期 */
.gold, 
.takaq-app-lp .gold {
  color: #d0b172 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
.mt-4 { margin-top: 30px; }

/* PC/SP出し分け用の基本設定 */
.pc-only { display: none !important; }
.sp-only { display: block !important; }

/* 【調整項目④】改行コードコントロール */
.pc-br { display: none !important; }
.sp-br { display: inline !important; }

@media screen and (min-width: 768px) {
  .pc-only { display: block !important; }
  .sp-only { display: none !important; }
  .pc-br { display: inline !important; }
  .sp-br { display: none !important; }
}

/* =========================================================
   ① メインビジュアル & ② イントロダクション
========================================================= */
.mv-img { width: 100%; }

.intro-section {
  text-align: center;
  padding: 40px 0;
  background: #fff;
}
.intro-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 1.5;
}
.intro-text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  color: #444;
}
@media screen and (min-width: 768px) {
  .intro-section { padding: 60px 0; }
  .intro-title { font-size: 36px; margin-bottom: 30px; }
  .intro-text { font-size: 19px; }
}

/* =========================================================
   ③ & ⑥ ダウンロード導線ブロック
========================================================= */
.dl-section {
  padding: 30px 0 50px;
  text-align: center;
}
.bottom-dl {
  background: #fff;
  border-top: 1px solid #e1deda;
  padding: 50px 0;
}
.qr-banner {
  max-width: 100%;
  width: 70%;
  margin: 0 auto;
}
.dl-text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* 【調整項目②】ストアボタン：縦方向を中央でピタッと揃える */
.store-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.store-buttons li {
  display: flex;
  align-items: center;
}
.store-buttons li img {
  height: 40px !important;
  width: auto !important;
  object-fit: contain;
}
/* Google Playバナー特有の透明な内側余白をCSSで相殺し、App Storeと見た目のボリュームを完全同期 */
.store-buttons li a[href*="play.google.com"] img {
  height: 43px !important;
  margin-top: 1px;
}

@media screen and (min-width: 768px) {
  .qr-banner {
    max-width: 350px;
  }
}

/* =========================================================
   ④ 会員登録マニュアル
========================================================= */
.bg-gray {
  background: #f4f3f1;
  padding: 50px 0;
}
.manual-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .manual-title { font-size: 28px; }
}
.tab-container { margin-top: 40px; }
.tab-switch { display: none !important; }

.tab-buttons {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #53505a;
  margin-bottom: 0;
}
.tab-button {
  flex: 1;
  max-width: 350px;
  text-align: center;
  padding: 12px 5px;
  font-size: 13px;
  font-weight: bold;
  background-color: #d1d1d1;
  color: #53505a;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  margin: 0 3px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .tab-button { font-size: 18px; padding: 20px; margin: 0 5px; }
}
#reg-new:checked ~ .tab-buttons .label-new,
#reg-card:checked ~ .tab-buttons .label-card {
  background-color: #53505a;
  color: #fff;
}
.tab-panel { display: none !important; }
#reg-new:checked ~ .tab-contents #panel-new,
#reg-card:checked ~ .tab-contents #panel-card {
  display: block !important;
}

.tab-contents {
  background: #fff;
  padding: 40px 20px;
  border-radius: 0 0 8px 8px;
}
@media screen and (min-width: 768px) {
  .tab-contents {
    padding: 60px 40px;
  }
}

/* フロー図レイアウト */
.step-flow { text-align: center; }
@media screen and (min-width: 768px) {
  .step-flow {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.step-box {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .step-box { width: 28%; }
}
.step-box img {
  width: 100%;
  max-width: 190px;
  margin: 0 auto 15px;
  display: block;
}
.step-box p {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}

/* 【調整項目③】会員登録マニュアルの矢印の向き変更（SPのみ強制で↓にする調整） */
.step-arrow {
  width: 20px;
  margin: 20px auto;
}
.step-arrow img {
  display: block;
  width: 100%;
  transform: rotate(90deg) !important; /* 右向き(→)を90度回転させて確実に下向き(↓)へ */
}
.or-arrow {
  width: 45px;
}
.or-arrow img {
  transform: none !important; /* 「または」の文字が入った画像は回転を禁止 */
}

@media screen and (min-width: 768px) {
  .step-box { margin-bottom: 0; }
  .step-arrow { width: 24px; margin: 0 30px; }
  .step-arrow img { transform: none !important; } /* PCでは元の右向きに戻す */
  .or-arrow { width: 45px; }
}

.step-complete {
  background: transparent !important;
  color: #333 !important;
  padding: 0 !important;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .step-complete { width: 16%; margin-top: 0; }
}
.step-complete img {
  width: 55px;
  margin: 0 auto 15px;
  display: block;
}

/* =========================================================
   ⑤ 特典セクション
========================================================= */
.benefit-header {
  background: #fff;
  text-align: center;
  padding: 50px 0;
}
.bh-sub { font-size: 18px; font-weight: bold; }
.bh-main { font-size: 26px; font-weight: bold; margin-top: 10px; line-height: 1.4; }
@media screen and (min-width: 768px) {
  .bh-sub { font-size: 22px; }
  .bh-main { font-size: 38px; }
}

.benefit-fukidashi {
  text-align: center;
  margin: 60px 0 -20px;
  position: relative;
  z-index: 2;
}
.benefit-fukidashi p {
  display: inline-block;
  background: #53505a;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .benefit-fukidashi p { font-size: 28px; padding: 20px 60px; }
}
.benefit-fukidashi p::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #53505a;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.benefit-section {
  padding-bottom: 60px;
  background: #fff;
}
.flex-container {
  display: flex;
  flex-direction: column;
  background: transparent !important;
  border: none !important;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .flex-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 60px 40px;
  }
}
.b-img {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .b-img {
    width: 42%;
    margin-bottom: 0;
  }
}
.b-img img {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.b-text {
  width: 100%;
  text-align: center;
}
.b-icon {
  width: 80px;
  margin: 0 auto 20px;
  display: block;
}
.b-text h3 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: none !important;
  padding-bottom: 0;
  margin-bottom: 15px;
  text-align: center;
}
.b-text p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  color: #444;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .b-text {
    width: 48%;
  }
  .b-icon {
    width: 105px;
  }
  .b-text h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .b-text p.b-desc, 
  .b-text p {
    font-size: 18px !important;
  }
}

/* =========================================================
   「年間累計購入金額」用のスタイリッシュカスタマイズ
========================================================= */
.note-ref {
  font-size: 0.75em;
  color: #d0b172;
  vertical-align: super;
  margin-left: 2px;
}
.b-note {
  font-size: 13px !important;
  font-weight: normal !important;
  color: #888 !important;
  margin-top: 12px !important;
  text-align: center;
}
.b-link-wrap {
  margin-top: 25px;
  text-align: center;
}
.b-link-btn {
  display: inline-block;
  padding: 12px 35px;
  border: 1px solid #d0b172;
  color: #d0b172 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 4px;
  background: transparent;
  transition: all 0.3s ease;
}
.b-link-btn:hover {
  background: #d0b172;
  color: #fff !important;
}
.btn-arrow {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
.b-link-btn:hover .btn-arrow {
  transform: translateX(5px);
}