@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* ========================================================================== */
/* Registration LP - page scoped                                               */
/* 共通ヘッダーの #header / .pconly / .sponly には一切触れない                 */
/* ========================================================================== */

html {
  scroll-behavior: smooth;
}

.touroku-page,
.touroku-page *,
.touroku-page *::before,
.touroku-page *::after {
  box-sizing: border-box;
}

.touroku-page {
  --tr-navy-950: #070b17;
  --tr-navy-900: #0b1122;
  --tr-navy-850: #101a35;
  --tr-blue-700: #243e86;
  --tr-blue-600: #3154ad;
  --tr-cyan: #16a6ff;
  --tr-gold-1: #fff8ca;
  --tr-gold-2: #ffe66b;
  --tr-gold-3: #e7ad17;
  --tr-text: #17191f;
  --tr-border: #d7dce5;
  --tr-column: 900px;

  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 0 56px;
  background:
    radial-gradient(circle at 50% 0, rgba(38, 77, 167, 0.35), transparent 40%),
    linear-gradient(180deg, #101a35 0%, #080c18 62%, #070a12 100%);
  color: var(--tr-text);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  overflow: visible;
}

/* one_page_banner 側の本文上余白だけを相殺。共通ヘッダー自体には触れない */
@media (min-width: 769px) {
  .touroku-page {
    margin-top: -16px;
  }
}

/* ========================================================================== */
/* FULL BLEED FV                                                              */
/* ========================================================================== */

.touroku-fv-fullbleed {
  position: relative;
  left: auto !important;
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  background: var(--tr-navy-950);
  isolation: isolate;
}

.touroku-fv-fullbleed::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 18%, rgba(45, 88, 189, 0.42), transparent 48%),
    linear-gradient(180deg, #101936 0%, #060914 100%);
}

.touroku-fv-fullbleed::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.65), transparent 82%);
}

.touroku-fv-stage {
  width: 100%;
  margin: 0 auto;
}

.touroku-fv-media {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  background:
    radial-gradient(circle at 50% 24%, rgba(54, 91, 177, 0.2), transparent 58%),
    #070b17;
  border: 0;
  box-shadow: none;
  text-align: center;
  line-height: 0;
}

/* index.blade の header_img と同じ、中央寄せ＋比率維持の配置 */
.touroku-fv-image-row {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  line-height: 0;
}

.touroku-fv-image {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: min(60vw, 1180px);
  max-height: calc(100svh - 245px);
  object-fit: contain;
  object-position: center top;
  vertical-align: top;
  border: 0;
  box-shadow: none;
}

.touroku-fv-action {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 162px;
  padding: 18px 18px 12px;
  background:
    radial-gradient(circle at 50% 0, rgba(59, 82, 151, 0.28), transparent 70%),
    linear-gradient(180deg, #0e1427 0%, #080c18 100%);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.touroku-fv-button {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(560px, calc(100% - 32px));
  min-height: 86px;
  padding: 12px 72px 11px 28px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 2px solid #f4f7ff;
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), transparent 42%),
    linear-gradient(135deg, #737b8c 0%, #4c5365 48%, #363d50 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.22),
    inset 0 -10px 28px rgba(0,0,0,0.18),
    0 10px 24px rgba(0,0,0,0.38),
    0 0 30px rgba(49,84,173,0.18);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.touroku-fv-button::before {
  content: "";
  position: absolute;
  top: -45%;
  left: -38%;
  width: 28%;
  height: 190%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
  animation: tourokuButtonShine 3.3s ease-in-out infinite;
}

.touroku-fv-button::after {
  content: "›";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-52%);
  font-size: 54px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,.45);
}

.touroku-fv-button:hover {
  color: #fff;
  transform: translateY(-3px);
  filter: brightness(1.08);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.3),
    0 14px 30px rgba(0,0,0,0.48),
    0 0 38px rgba(49,84,173,0.35);
}

.touroku-fv-button-main {
  position: relative;
  z-index: 1;
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .05em;
  text-shadow: 0 2px 3px rgba(0,0,0,.48);
}

.touroku-fv-button-sub {
  position: relative;
  z-index: 1;
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: .12em;
  color: rgba(255,255,255,.78);
}

@keyframes tourokuButtonShine {
  0%, 58% { left: -38%; opacity: 0; }
  65% { opacity: 1; }
  82%, 100% { left: 122%; opacity: 0; }
}

.touroku-scroll-cue {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
  color: #e7edff;
  text-decoration: none;
}

.touroku-scroll-cue-text {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .14em;
}

.touroku-scroll-cue-arrows {
  display: flex;
  gap: 5px;
  height: 22px;
  margin-top: 1px;
}

.touroku-scroll-cue-arrows i,
.touroku-promise-arrow i {
  display: block;
  width: 11px;
  height: 11px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  animation: tourokuArrowDown 1.45s ease-in-out infinite;
}

.touroku-scroll-cue-arrows i:nth-child(2),
.touroku-promise-arrow i:nth-child(2) { animation-delay: .18s; }
.touroku-scroll-cue-arrows i:nth-child(3) { animation-delay: .36s; }

@keyframes tourokuArrowDown {
  0% { opacity: .18; transform: translateY(-3px) rotate(45deg); }
  48% { opacity: 1; transform: translateY(3px) rotate(45deg); }
  100% { opacity: .18; transform: translateY(8px) rotate(45deg); }
}

.touroku-promise-band {
  display: grid;
  grid-template-columns: minmax(50px, 1fr) minmax(0, 1160px) minmax(50px, 1fr);
  align-items: center;
  min-height: 142px;
  padding: 20px 26px;
  background:
    linear-gradient(90deg, rgba(7,14,37,.82), transparent 16%, transparent 84%, rgba(7,14,37,.82)),
    radial-gradient(circle at 50% 30%, rgba(87,118,221,.36), transparent 60%),
    linear-gradient(180deg, #304891 0%, #1d2b67 100%);
  border-top: 1px solid rgba(108,153,255,.75);
  border-bottom: 3px solid #1ea6ff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    inset 0 -12px 32px rgba(4,8,29,.35),
    0 13px 36px rgba(0,0,0,.34);
}

.touroku-promise-copy {
  min-width: 0;
  text-align: center;
}

.touroku-promise-copy p {
  margin: 0;
  padding: 0 12px;
}

.touroku-promise-white {
  color: #fff;
  font-size: clamp(17px, 1.55vw, 25px);
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: .04em;
  text-shadow: 0 2px 4px rgba(0,0,0,.45);
}

.touroku-promise-gold {
  margin-top: 2px !important;
  font-size: clamp(26px, 2.65vw, 44px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: .045em;
  color: #f6d34a;
  background: linear-gradient(180deg, var(--tr-gold-1) 0%, var(--tr-gold-2) 32%, var(--tr-gold-3) 72%, #fff2a3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 0 rgba(63,35,0,.62)) drop-shadow(0 0 10px rgba(255,211,64,.25));
}

.touroku-promise-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: rgba(217,230,255,.72);
}

.touroku-promise-arrow i {
  width: 14px;
  height: 14px;
  border-width: 3px;
}

/* ========================================================================== */
/* MAIN COLUMN                                                                */
/* ========================================================================== */

.touroku-main-column {
  position: relative;
  z-index: 2;
  width: min(820px, calc(100% - 32px));
  margin: 28px auto 0;
}

.touroku-about {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.touroku-form-card {
  position: relative;
  margin: 0;
  padding: 34px 38px 30px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), transparent 30%),
    linear-gradient(145deg, #a9bcc6 0%, #849da9 54%, #778f9c 100%);
  border: 2px solid rgba(239,248,255,.95);
  border-radius: 12px;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.25),
    0 15px 38px rgba(0,0,0,.34),
    0 0 0 1px rgba(27,55,112,.35);
}

.touroku-form-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 35%, rgba(255,255,255,.14) 43%, transparent 52%);
}

.touroku-form-card form {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
}

.touroku-form-heading {
  display: inline-block;
  min-width: min(620px, 100%);
  margin: 0 auto 24px !important;
  padding: 10px 18px !important;
  color: #fff5c4 !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.5 !important;
  font-weight: 900 !important;
  letter-spacing: .08em;
  background: linear-gradient(180deg, rgba(18,34,71,.94), rgba(10,20,45,.96));
  border: 1px solid rgba(255,226,115,.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 5px 16px rgba(11,25,54,.22);
  text-shadow: 0 1px 4px rgba(0,0,0,.5);
}

.touroku-form-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  padding: 0 !important;
}

.touroku-form-label {
  color: #fff !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  letter-spacing: .08em;
  text-shadow: 0 2px 5px rgba(20,45,58,.35);
}

.touroku-form-input {
  display: block;
  width: min(470px, 100%) !important;
  height: 58px !important;
  margin: 0 auto !important;
  padding: 8px 14px !important;
  color: #15181d !important;
  font-size: 20px !important;
  background: #fff !important;
  border: 1px solid rgba(28,54,69,.25) !important;
  border-radius: 0 !important;
  box-shadow: inset 0 2px 7px rgba(0,0,0,.12) !important;
  outline: none;
}

.touroku-form-input:focus {
  border-color: #2b59b4 !important;
  box-shadow: inset 0 2px 7px rgba(0,0,0,.1), 0 0 0 4px rgba(43,89,180,.18) !important;
}

.touroku-submit-frame {
  position: relative;
  width: min(520px, 100%);
  margin: 24px auto 0;
  padding: 1px;
  border: 1px solid rgba(255,224,114,.65);
  border-radius: 6px;
  box-shadow: 0 9px 22px rgba(20,43,58,.28);
}

.touroku-form-submit {
  display: block !important;
  width: 100% !important;
  min-height: 72px !important;
  margin: 0 !important;
  cursor: pointer !important;
  padding: 12px 22px !important;
  color: #fff !important;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif !important;
  font-size: clamp(20px, 3vw, 29px) !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-align: center !important;
  border: 1px solid rgba(255,232,147,.9) !important;
  border-radius: 5px !important;
  background-image: linear-gradient(180deg, #365da6 0%, #18356f 100%) !important;
  background-color: #244684 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 6px 16px rgba(9,24,56,.28) !important;
  text-shadow: 0 2px 3px rgba(0,0,0,.42) !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: transform .2s ease, filter .2s ease;
}

.touroku-form-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.touroku-form-note {
  max-width: 720px;
  margin: 22px auto 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.85 !important;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.touroku-form-error {
  display: block;
  width: fit-content;
  margin: 14px auto 0;
  padding: 7px 12px;
  color: #c91919 !important;
  font-weight: 700;
  background: #fff;
  border-radius: 4px;
}

.touroku-privacy-card,
.touroku-paper-card,
.touroku-trouble-card,
.touroku-contact-card {
  background: #fff;
  border: 1px solid var(--tr-border);
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}

.touroku-privacy-card {
  margin-top: 18px;
  padding: 22px 28px;
  border-radius: 7px;
}

.touroku-privacy-card p,
.touroku-paper-card p,
.touroku-trouble-card p,
.touroku-contact-card p,
.touroku-section-lead {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.touroku-info-section {
  margin-top: 30px;
}

.touroku-section-title {
  position: relative;
  margin: 0 !important;
  padding: 24px 18px !important;
  color: #101522 !important;
  font-size: clamp(31px, 4vw, 48px) !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #f5f7fb 100%);
  border: 1px solid var(--tr-border);
  border-bottom: 4px solid #2e4e9c;
  box-shadow: 0 9px 28px rgba(0,0,0,.17);
}

.touroku-section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 180px;
  height: 4px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #f4c438, transparent);
}

.touroku-section-title-important {
  border-bottom-color: #b61519;
}

.touroku-section-lead {
  margin: 0 !important;
  padding: 22px 28px !important;
  color: #252a34 !important;
  font-size: 18px !important;
  line-height: 1.85 !important;
  background: #fff;
  border-right: 1px solid var(--tr-border);
  border-left: 1px solid var(--tr-border);
}

.touroku-step-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
  margin: 0 !important;
  padding: 0 24px 26px;
  background: #fff;
  border-right: 1px solid var(--tr-border);
  border-bottom: 1px solid var(--tr-border);
  border-left: 1px solid var(--tr-border);
  box-shadow: 0 12px 28px rgba(0,0,0,.15);
}

.touroku-step-images img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 !important;
  border: 1px solid #cfd5df;
}

.touroku-paper-card {
  margin-top: 18px;
  padding: 10px 28px 28px;
  border-radius: 7px;
}

.touroku-support-mail {
  margin: 18px 0 0 !important;
  padding: 14px 12px !important;
  color: #141820 !important;
  font-size: clamp(18px, 3vw, 27px) !important;
  line-height: 1.5 !important;
  font-weight: 900;
  text-align: center;
  letter-spacing: .04em;
  background: linear-gradient(180deg, #f5f6f8, #e8ebef) !important;
  border: 1px solid #d6d9df;
}

.touroku-trouble-card {
  margin-top: 18px;
  margin-bottom: 0 !important;
  padding: 4px 30px 10px;
  border-radius: 7px;
  border-top: 5px solid #2e4e9c;
}

.touroku-card-title {
  font-size: clamp(20px, 3vw, 27px) !important;
  font-weight: 900;
}

.touroku-contact-card {
  margin-top: 30px;
  padding: 4px 28px 18px;
  border: 1px solid #e5bba0;
  border-top: 5px solid #d87335;
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.58), transparent),
    #fce0ce;
}

.touroku-contact-text {
  margin: 10px 30px 8px !important;
  padding: 0 !important;
  text-align: center;
  line-height: 2;
}

/* Existing typography normalization within the page only */
.touroku-page .abouttext,
.touroku-page .abouttext2,
.touroku-page .abouttext_center {
  color: #242832;
  font-size: 16px;
  line-height: 1.9;
}

.touroku-page a:not(.touroku-fv-button):not(.touroku-scroll-cue) {
  color: #1d55aa;
}

/* Anchor offset so the form title is not hidden by sticky site headers */
#request1 {
  scroll-margin-top: 24px;
}


@media (min-width: 769px) and (max-width: 1100px) {
  .touroku-fv-image {
    max-width: 78vw;
  }
}

/* ========================================================================== */
/* SMARTPHONE                                                                 */
/* ========================================================================== */

@media (max-width: 768px) {
  .touroku-page {
    padding-bottom: 28px;
  }

  .touroku-fv-media {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    background: #070b17;
  }

  .touroku-fv-image {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: none;
    height: auto;
    margin: 0;
    object-fit: contain;
    object-position: center top;
  }

  .touroku-fv-action {
    min-height: 132px;
    padding: 12px 8px 8px;
  }

  .touroku-fv-button {
    width: min(330px, calc(100% - 38px));
    min-height: 68px;
    padding: 9px 48px 8px 16px;
  }

  .touroku-fv-button::after {
    right: 16px;
    font-size: 42px;
  }

  .touroku-fv-button-main {
    font-size: 20px;
  }

  .touroku-fv-button-sub {
    font-size: 10px;
  }

  .touroku-scroll-cue-text {
    font-size: 9px;
  }

  .touroku-promise-band {
    grid-template-columns: 28px minmax(0, 1fr) 28px;
    min-height: 112px;
    padding: 12px 4px 14px;
  }

  .touroku-promise-copy p {
    padding: 0 4px;
  }

  .touroku-promise-white {
    font-size: 13px;
    line-height: 1.55;
  }

  .touroku-promise-gold {
    margin-top: 5px !important;
    font-size: clamp(20px, 6vw, 28px);
    line-height: 1.45;
  }

  .touroku-promise-arrow i {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }

  .touroku-main-column {
    width: calc(100% - 20px);
    margin-top: 18px;
  }

  .touroku-form-card {
    padding: 20px 14px 18px;
    border-radius: 9px;
  }

  .touroku-form-heading {
    min-width: 0;
    width: 100%;
    margin-bottom: 18px !important;
    padding: 8px 10px !important;
    font-size: 16px !important;
  }

  .touroku-form-label {
    font-size: 27px !important;
  }

  .touroku-form-input {
    height: 50px !important;
    font-size: 17px !important;
  }

  .touroku-submit-frame {
    margin-top: 18px;
  }

  .touroku-form-submit {
    min-height: 61px !important;
  }

  .touroku-form-note {
    margin-top: 16px !important;
    font-size: 12px !important;
    line-height: 1.75 !important;
  }

  .touroku-privacy-card,
  .touroku-paper-card,
  .touroku-trouble-card,
  .touroku-contact-card {
    padding-right: 16px;
    padding-left: 16px;
  }

  .touroku-section-title {
    padding: 18px 8px !important;
    font-size: 27px !important;
  }

  .touroku-section-lead {
    padding: 17px 16px !important;
    font-size: 14px !important;
  }

  .touroku-step-images {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0 12px 16px;
  }

  .touroku-support-mail {
    font-size: 17px !important;
    overflow-wrap: anywhere;
  }

  .touroku-contact-text {
    margin: 8px 0 4px !important;
    overflow-wrap: anywhere;
  }

  .touroku-page .abouttext,
  .touroku-page .abouttext2,
  .touroku-page .abouttext_center {
    font-size: 13px;
    line-height: 1.82;
  }
}

@media (prefers-reduced-motion: reduce) {
  .touroku-page *,
  .touroku-page *::before,
  .touroku-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

/* ========================================================================== */
/* FINAL LAYOUT: consolidated desktop / smartphone rules                      */
/* ========================================================================== */

/* 页面内だけで横スクロールを抑止。共通ヘッダーには触れない */
.touroku-page {
  overflow-x: clip;
}

/* picture周辺を安定したblock構造に統一 */
.touroku-fv-stage,
.touroku-fv-image-row,
.touroku-fv-picture {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.touroku-fv-image-row,
.touroku-fv-picture {
  line-height: 0;
}

.touroku-form-input::placeholder {
  color: #7d898f;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .01em;
  opacity: 1;
}

/* CTAをPCでは画像下部へ重ねる */
.touroku-fv-media {
  position: relative;
}

.touroku-fv-action {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 14px;
  width: min(620px, calc(100% - 28px));
  min-height: 0;
  padding: 0;
  transform: translateX(-50%);
  background: transparent;
  border: 0;
}

.touroku-fv-button {
  width: min(540px, calc(100% - 20px));
  min-height: 76px;
  padding: 12px 66px 12px 26px;
}

.touroku-scroll-cue {
  margin-top: 5px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,.8);
}

.touroku-scroll-cue-arrows {
  height: 17px;
}

/* PC用1920x700画像は横幅いっぱい、比率維持 */
@media (min-width: 769px) {
  .touroku-fv-image {
    display: block;
    width: 100%;
    max-width: none;
    max-height: none;
    height: auto;
    margin: 0;
    object-fit: contain;
    object-position: center top;
  }

  .touroku-promise-white span,
  .touroku-promise-gold span {
    display: inline;
  }

  .touroku-registration-lead-intro,
  .touroku-registration-line {
    display: inline;
  }

  .touroku-registration-lead-intro::after,
  .touroku-registration-line:not(:last-child)::after {
    content: " ";
  }
}

/* フォーム直下の注意書きはカード化しない */
.touroku-privacy-note {
  margin: 20px 0 0;
  padding: 4px 8px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.touroku-privacy-note p {
  margin-right: 0 !important;
  margin-left: 0 !important;
  color: #eef3f8 !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.28);
}

/* 【1分で本登録完了】以降は一続きの白い案内面 */
.touroku-details-flow {
  margin-top: 30px;
  padding: 38px 34px 30px;
  background: #fff;
  border: 0;
  box-shadow: none;
}

.touroku-details-flow .touroku-info-section {
  margin: 0;
  padding: 0;
}

.touroku-details-flow .touroku-info-section + .touroku-info-section {
  margin-top: 54px;
  padding-top: 48px;
  border-top: 1px solid #d9dee7;
}

.touroku-details-flow .touroku-section-title {
  margin: 0 0 22px !important;
  padding: 0 12px 18px !important;
  color: #101522 !important;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #2e4e9c;
  box-shadow: none;
}

.touroku-details-flow .touroku-section-title::after {
  bottom: -2px;
  height: 2px;
}

.touroku-details-flow .touroku-section-title-important {
  border-bottom-color: #b61519;
}

.touroku-details-flow .touroku-section-lead {
  max-width: 760px;
  margin: 0 auto 22px !important;
  padding: 0 !important;
  font-size: 17px !important;
  line-height: 1.9 !important;
  background: transparent;
  border: 0;
  text-align: left;
}

.touroku-details-flow .touroku-step-images {
  margin: 0 0 26px !important;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.touroku-details-flow .touroku-paper-card,
.touroku-details-flow .touroku-trouble-card,
.touroku-details-flow .touroku-contact-card {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.touroku-details-flow .touroku-trouble-card {
  margin-top: 32px;
  padding-top: 30px;
  border-top: 1px solid #d9dee7;
}

.touroku-details-flow .touroku-contact-card {
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid #d9dee7;
}

.touroku-details-flow .touroku-paper-card p,
.touroku-details-flow .touroku-trouble-card p,
.touroku-details-flow .touroku-contact-card p {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.touroku-details-flow .touroku-support-mail {
  box-shadow: none;
}

/* Mobile-only deliberate line breaks */
.touroku-sp-only {
  display: none;
}

/* Contact information: stable rows on PC, clean stacked layout on SP */
.touroku-contact-heading {
  margin-bottom: 20px !important;
}

.touroku-contact-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 28px;
}

.touroku-contact-item,
.touroku-contact-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.touroku-contact-label img {
  flex: 0 0 auto;
  margin: 0;
  vertical-align: middle;
}

.touroku-contact-small {
  margin-left: 2px;
  font-size: 10px;
  vertical-align: middle;
}

.touroku-contact-value {
  font-weight: 700;
  white-space: nowrap;
}

/* ========================================================================== */
/* SMARTPHONE FINAL                                                           */
/* ========================================================================== */
@media (max-width: 768px) {
  /* SP画像の下にCTAを置き、画像へ重ねない */
  .touroku-fv-action {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 9px 7px 5px;
    transform: none;
    background:
      radial-gradient(circle at 50% 0, rgba(74,108,205,.24), transparent 74%),
      linear-gradient(180deg, #101a35 0%, #263f86 100%);
  }

  .touroku-fv-button {
    width: min(300px, calc(100% - 18px));
    min-height: 55px;
    padding: 7px 40px 7px 12px;
  }

  .touroku-fv-button::after {
    right: 14px;
    font-size: 38px;
  }

  .touroku-fv-button-main {
    font-size: 17px;
    line-height: 1.28;
    letter-spacing: .035em;
    white-space: nowrap;
  }

  .touroku-scroll-cue {
    margin-top: 3px;
  }

  .touroku-scroll-cue-text {
    font-size: 8px;
    line-height: 1.35;
    letter-spacing: .08em;
  }

  .touroku-scroll-cue-arrows {
    height: 11px;
    margin-top: 0;
  }

  .touroku-promise-band {
    min-height: 132px;
    padding: 11px 3px 14px;
    border-top: 0;
  }

  .touroku-promise-white {
    font-size: 12.5px;
    line-height: 1.55;
    letter-spacing: .01em;
  }

  .touroku-promise-white span,
  .touroku-promise-gold span {
    display: block;
    white-space: nowrap;
  }

  .touroku-promise-gold {
    margin-top: 5px !important;
    font-size: clamp(18px, 5.85vw, 20px);
    line-height: 1.42;
    letter-spacing: 0;
  }

  .touroku-privacy-note {
    margin-top: 16px;
    padding: 2px 2px 0;
  }

  .touroku-privacy-note p {
    font-size: 12px !important;
    line-height: 1.82 !important;
  }

  .touroku-form-input::placeholder {
    font-size: 13px;
  }

  .touroku-details-flow {
    margin-top: 18px;
    padding: 26px 14px 22px;
  }

  .touroku-details-flow .touroku-info-section + .touroku-info-section {
    margin-top: 38px;
    padding-top: 34px;
  }

  /* 見出しを1行で固定 */
  .touroku-registration-section .touroku-section-title {
    margin-bottom: 18px !important;
    padding: 0 0 14px !important;
    font-size: clamp(20px, 6.8vw, 23px) !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    white-space: nowrap;
  }

  .touroku-registration-section .touroku-section-title::after {
    width: 120px;
  }

  /* 導入文の改行を明示 */
  .touroku-details-flow .touroku-registration-lead {
    width: 100%;
    max-width: none;
    margin: 0 auto 18px !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.9 !important;
    letter-spacing: 0 !important;
    text-align: left;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .touroku-registration-lead-intro,
  .touroku-registration-line {
    display: block;
  }

  .touroku-registration-lead-intro {
    margin-bottom: 4px;
  }

  .touroku-registration-section .touroku-step-images {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 22px !important;
    padding: 0;
  }

  /* 1分登録以下の本文サイズを統一 */
  .touroku-registration-section .touroku-paper-card p,
  .touroku-registration-section .abouttext2,
  .touroku-registration-section .abouttext {
    font-size: 13px !important;
    line-height: 1.9 !important;
    letter-spacing: 0 !important;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .touroku-registration-section .touroku-paper-card {
    padding-top: 4px;
  }

  .touroku-registration-section .touroku-paper-card p {
    margin-top: 0 !important;
  }

  .touroku-details-flow .touroku-trouble-card,
  .touroku-details-flow .touroku-contact-card {
    padding-right: 0;
    padding-left: 0;
  }

  .touroku-sp-only {
    display: block;
  }

  .touroku-card-title {
    display: block;
    font-size: 18px !important;
    line-height: 1.55 !important;
    letter-spacing: 0 !important;
    text-align: center;
  }

  .touroku-trouble-card .abouttext {
    font-size: 12.5px !important;
    line-height: 1.82 !important;
    letter-spacing: 0 !important;
  }

  .touroku-contact-heading {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    font-size: 15.5px !important;
    line-height: 1.6 !important;
    letter-spacing: 0 !important;
  }

  .touroku-contact-heading .t22 {
    font-size: inherit !important;
    line-height: inherit !important;
  }

  .touroku-contact-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    margin: 0 !important;
    text-align: center;
  }

  .touroku-contact-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
  }

  .touroku-contact-label {
    font-size: 12.5px;
    line-height: 1.5;
  }

  .touroku-contact-small {
    font-size: 9px;
  }

  .touroku-contact-value {
    font-size: 12.5px !important;
    line-height: 1.45;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }
}

/* ========================================================================== */
/* v11 final override: PC full-bleed restore + SP top-gap removal             */
/* ========================================================================== */

/*
 * full-bleed要素を親カラム外へ出すため、ページ自身で横方向をclipしない。
 * v9/v10で追加された overflow-x: clip が、PCのFVをカラム幅で切っていた。
 */
.touroku-page {
  overflow-x: visible !important;
}

@media (min-width: 769px) {
  section.touroku-fv-fullbleed {
    position: relative !important;
    left: 50% !important;
    right: auto !important;
    display: block !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    margin-right: 0 !important;
    margin-left: -50vw !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .touroku-fv-fullbleed > .touroku-fv-stage,
  .touroku-fv-media,
  .touroku-fv-image-row,
  .touroku-fv-picture,
  .touroku-promise-band {
    width: 100% !important;
    max-width: none !important;
  }

  .touroku-fv-image {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
  }
}

@media (max-width: 768px) {
  /* one_page_banner側に残る本文上余白を、登録LPの先頭だけ相殺する */
  .touroku-page {
    margin-top: -22px !important;
  }

  .touroku-fv-fullbleed,
  .touroku-fv-stage,
  .touroku-fv-media,
  .touroku-fv-image-row,
  .touroku-fv-picture {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
  /* ============================================================================
   予想家コロッセオ セールスLP
   カラーテーマ：赤・金・白・オレンジ
   クラス名：汎用的・使い回し可能
   ============================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700;900&family=Noto+Sans+JP:wght@400;600;700;900&display=swap');

:root {
  --white: #ffffff;
  --white-off: #f6f9fc;
  --black: #1a1a1a;
  --black-soft: #333333;
  --blue: #1e3a6e; /* navy-main */
  --blue-dark: #142952; /* dark-navy */
  --blue-light: #264d8a; /* gold */
  --sky: #e67e22; /* orange */
  --sky-light: #f39c12; /* orange-light */
  --sky-bg: rgba(30, 58, 110, 0.06); /* red-bg */
  --orange: #cc1a1a; /* red */
  --orange-bright: #ff3333; /* red-bright */
  --orange-bg: rgba(30, 58, 110, 0.06); /* red-bg */
  --red: #cc1a1a;
  --gray: #888888;
  --gray-light: #cccccc;
  --gray-border: #dde4ec;
  --font-main: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --font-gothic: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --column-max: 740px;
  --column-pad: 2.4rem;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; }

/* ============================================================================
   BODY + BACKGROUND
   ============================================================================ */
body.touroku-complete {
  background-color: #1a1a1a;
  color: var(--black);
  font-family: var(--font-main);
  font-size: 20px;
  line-height: 3.0;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  margin: 0; padding: 0;
}

body.touroku-complete::before {
  content: "";
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: -1;
  width: 100%; height: 100vh;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #1a1a1a;
}

/* ============================================================================
   HEADER
   ============================================================================ */
#header {
  position: relative;
  z-index: 10;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.header_img { margin: 0; padding: 0; text-align: center; line-height: 0; }
.header_img img { display: inline-block; width: 60%; height: auto; }
.pconly { display: block; }
.sponly { display: none; }
@media (max-width: 768px) { .pconly { display: none; } .sponly { display: block; } }
.w100 { width: 100%; height: auto; }
.w60 { width: 60%; height: auto; }

/* ============================================================================
   MAIN COLUMN
   ============================================================================ */
.main_wrap {
  position: relative;
  z-index: 10;
  max-width: var(--column-max);
  margin: 0 auto;
  padding: 0;
}
.main_column {
  background-color: var(--white);
  background-image: url("https://www.transparenttextures.com/patterns/clean-textile.png");
  background-repeat: repeat;
  border-left: 1px solid var(--gray-border);
  border-right: 1px solid var(--gray-border);
  border-bottom: 1px solid var(--gray-border);
  box-shadow: 0 4px 40px rgba(0,0,0,0.06);
}

/* ============================================================================
   SECTION
   ============================================================================ */
.sec {
  padding: 4rem var(--column-pad);
}
.sec + .sec {
  border-top: 1px solid var(--gray-border);
}

/* ============================================================================
   SUBHEAD
   ============================================================================ */
.subhead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  font-family: var(--font-gothic);
  color: var(--blue);
  line-height: 1.6;
  padding: 3rem var(--column-pad) 2rem;
  letter-spacing: 0.08em;
  position: relative;
  text-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
.subhead::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue-light), transparent);
  margin: 1.5rem auto 0;
}

/* ============================================================================
   TEXT
   ============================================================================ */
p { padding: 0 var(--column-pad); margin-bottom: 0.2rem; }
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs24 { font-size: 24px; }
.fs28 { font-size: 28px; }
.fs32 { font-size: 32px; }
.fs36 { font-size: 36px; }
.fs48 { font-size: 48px; }
.bld { font-weight: 700; }
.bld9 { font-weight: 900; }
.center { text-align: center; }
.left { text-align: left; }
.red { color: var(--red); }
.blue { color: var(--blue); }
.sky { color: var(--sky); }
.orange { color: var(--orange); }
.gray { color: var(--gray); }
.white { color: var(--white); }
.lh18 { line-height: 1.8; }
.lh22 { line-height: 2.2; }
.lh28 { line-height: 2.8; }
.lh32 { line-height: 3.2; }
.ls01 { letter-spacing: 0.1em; }
.red_border { border-bottom: 3px solid var(--red); padding-bottom: 2px; }
.blue_border { border-bottom: 3px solid var(--blue); padding-bottom: 2px; }
.orange_border { border-bottom: 3px solid var(--orange); padding-bottom: 2px; }
.strikethrough { text-decoration: line-through; color: var(--gray); }

/* SPACER */
.blank { height: 2.5rem; }
.blank_l { height: 4.5rem; }
.blank_xl { height: 6rem; }

/* ============================================================================
   BOX STYLES
   ============================================================================ */
.blue_box {
  background: var(--sky-bg);
  border: 1px solid rgba(92, 192, 232, 0.25);
  border-radius: 8px;
  padding: 2rem;
  margin: 1.5rem var(--column-pad);
}
.orange_box {
  background: var(--orange-bg);
  border: 1px solid rgba(232, 122, 30, 0.25);
  border-radius: 8px;
  padding: 2rem;
  margin: 1.5rem var(--column-pad);
}
.white_box {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: 8px;
  padding: 2rem;
  margin: 1.5rem var(--column-pad);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.accent_box {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  border-radius: 8px;
  padding: 2rem;
  margin: 1.5rem var(--column-pad);
  color: var(--white);
}
.accent_box p { color: var(--white); }

/* ============================================================================
   QUOTE (ユーザーの声)
   ============================================================================ */
.quote_box {
  background: var(--white-off);
  border-left: 4px solid var(--blue-light);
  padding: 1.2rem 1.5rem;
  margin: 0.8rem var(--column-pad);
  font-size: 1rem;
  line-height: 2.2;
  color: var(--black-soft);
}

/* ============================================================================
   PRICE
   ============================================================================ */
.price_box {
  text-align: center;
  padding: 2rem var(--column-pad);
  margin: 1rem var(--column-pad);
  background: linear-gradient(135deg, rgba(26, 95, 168, 0.06) 0%, rgba(92, 192, 232, 0.08) 100%);
  border: 2px solid var(--blue);
  border-radius: 8px;
}
.price_old {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gray);
  text-decoration: line-through;
}
.price_final {
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--orange);
  text-shadow: 0 0 20px rgba(232, 122, 30, 0.15);
}
.price_note {
  font-size: 0.85rem;
  color: var(--gray);
  margin-top: 0.5rem;
}

/* ============================================================================
   FEATURE (特典)
   ============================================================================ */
.feature_box {
  background: var(--sky-bg);
  border: 1px solid rgba(92, 192, 232, 0.25);
  border-radius: 8px;
  padding: 2rem;
  margin: 1.5rem var(--column-pad);
  text-align: center;
}
.feature_num {
  font-family: var(--font-gothic);
  font-size: 0.85rem;
  font-weight: 900;
  color: var(--blue);
  letter-spacing: 0.2em;
}
.feature_title {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--blue);
  margin: 0.3rem 0 1rem;
}

/* ============================================================================
   NUMBER IMPACT (数字訴求)
   ============================================================================ */
.num_impact {
  text-align: center;
  font-family: var(--font-gothic);
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--orange);
  line-height: 1.4;
  padding: 0.5rem var(--column-pad);
  letter-spacing: 0.04em;
  text-shadow: 0 0 10px rgba(232, 122, 30, 0.2);
}
.num_impact.blue { color: var(--blue); }
.num_impact .unit { font-size: 0.5em; }
.num_impact_sub {
  text-align: center;
  font-size: 0.95rem;
  color: var(--gray);
  margin-top: 0.3rem;
}

/* ============================================================================
   BADGE (限定・先着)
   ============================================================================ */
.badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-bright) 100%);
  color: var(--white);
  font-family: var(--font-gothic);
  font-size: 0.9rem;
  font-weight: 900;
  border-radius: 999px;
  letter-spacing: 0.1em;
}
.badge.blue {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);
}

/* ============================================================================
   IMAGE PLACEHOLDER
   ============================================================================ */
.img_placeholder {
  text-align: center;
  padding: 2rem var(--column-pad);
  margin: 1.5rem var(--column-pad);
  border: 1px dashed var(--blue-light);
  border-radius: 6px;
  background: var(--sky-bg);
  color: var(--gray);
  font-family: var(--font-gothic);
  font-size: 0.85rem;
  line-height: 1.8;
}

/* ============================================================================
   DIVIDER
   ============================================================================ */
.divider {
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--blue-light) 20%, var(--sky) 50%, var(--blue-light) 80%, transparent 100%);
  margin: 0; border: none;
}

/* ============================================================================
   YOUKOU (要項テーブル)
   ============================================================================ */
.youkou_wrap {
  max-width: var(--column-max);
  margin: 0 auto;
  padding: 2rem 0;
  position: relative; z-index: 10;
}
.youkou {
  background: var(--white);
  border: 1px solid var(--blue-light);
  overflow: hidden;
}
.youkou_head {
  background: linear-gradient(135deg, rgba(26, 95, 168, 0.1) 0%, rgba(92, 192, 232, 0.05) 100%);
  padding: 1.5rem 1rem;
  text-align: center;
  border-bottom: 2px solid var(--blue-light);
}
.youkou_title {
  font-family: var(--font-main);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.1em;
}
.youkou_table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-main);
  font-size: 0.95rem;
  line-height: 2;
  color: var(--black);
}
.youkou_table th {
  background: var(--sky-bg);
  color: var(--blue);
  font-weight: 700;
  padding: 1.2rem 1rem;
  border: 1px solid var(--gray-border);
  text-align: center;
  width: 120px;
  vertical-align: top;
  font-size: 0.9rem;
}
.youkou_table td {
  padding: 1.2rem 1.2rem;
  border: 1px solid var(--gray-border);
  vertical-align: top;
}
.youkou_table td p { margin: 0 0 0.5rem; padding: 0; line-height: 2; }
.youkou_table td p:last-child { margin-bottom: 0; }
.youkou_price { font-size: 1.3rem; font-weight: 900; color: var(--orange); }
.youkou_note { font-size: 0.85rem; color: var(--gray); }
@media (max-width: 768px) {
  .youkou_table th { display: block; width: 100%; border-bottom: none; padding: 0.8rem 1rem; }
  .youkou_table td { display: block; width: 100%; padding: 0.8rem 1rem 1.5rem; }
}

/* ============================================================================
   FORM
   ============================================================================ */
.form_wrap {
  max-width: var(--column-max);
  margin: 0 auto;
  padding: 0 0 3rem;
  position: relative; z-index: 10;
}
.form_frame {
  background: var(--white);
  border: 1px solid var(--blue-light);
}
.form_head {
  background: linear-gradient(135deg, rgba(26, 95, 168, 0.08) 0%, rgba(92, 192, 232, 0.04) 100%);
  padding: 1.5rem 1rem;
  text-align: center;
  border-bottom: 2px solid var(--blue-light);
}
.form_title { font-family: var(--font-main); font-size: 1.3rem; font-weight: 700; color: var(--blue); letter-spacing: 0.1em; margin: 0; }
.form_lead { font-size: 0.9rem; color: var(--gray); margin-top: 0.5rem; padding: 0; }
.form_body { padding: 2rem 1.5rem; }
.form_table { width: 100%; border-collapse: collapse; }
.form_row { border-bottom: 1px solid var(--gray-border); }
.form_th { padding: 1.2rem 1rem; font-family: var(--font-gothic); font-size: 0.95rem; font-weight: 700; color: var(--blue); vertical-align: top; text-align: left; width: 120px; }
.form_td { padding: 1.2rem 0.5rem; vertical-align: top; }
.form_td.left { text-align: left; }
.form_req { display: inline-block; color: var(--red); font-size: 0.75rem; font-weight: 700; }
.form_input, .ui-form__textInput {
  width: 100%; max-width: 400px; padding: 0.8rem 1rem; font-size: 1rem;
  font-family: var(--font-gothic); background: var(--white-off);
  border: 1px solid var(--gray-border); border-radius: 4px; color: var(--black);
  outline: none; transition: border-color 0.3s;
}
.form_input:focus, .ui-form__textInput:focus { border-color: var(--blue-light); box-shadow: 0 0 8px rgba(92, 192, 232, 0.2); }
.ui-form__radioInput { display: none; }
.radio_pill {
  display: block; padding: 0.9rem 1.5rem; font-family: var(--font-gothic);
  font-size: 1rem; font-weight: 700; color: var(--black-soft);
  background: var(--white-off); border: 1px solid var(--gray-border);
  border-radius: 6px; cursor: pointer; text-align: center; transition: all 0.3s;
}
.ui-form__radioInput:checked + .radio_pill { background: var(--sky-bg); border-color: var(--blue-light); color: var(--blue); }
.radio_pill:hover { border-color: var(--blue-light); }
.payment_group { display: flex; flex-direction: column; gap: 10px; }
.form_help { color: var(--gray); font-size: 0.8rem; line-height: 1.8; }
.form_note { font-size: 0.8rem; line-height: 1.8; color: var(--black-soft); padding: 0; }
.form_note_em { color: var(--red); }
.form_error { color: var(--red); font-size: 0.85rem; }
.form_br { display: block; margin-bottom: 0.3rem; }
.sb { display: none; }
@media (max-width: 768px) { .sb { display: inline; } }
.submit_area { text-align: center; margin-top: 2rem; }
.submit_lead { font-size: 0.9rem; color: var(--black-soft); margin-bottom: 1rem; }
.submit_arrow { margin-bottom: 1rem; }
.submit_arrow img { width: 40px; height: auto; }
.submit_btn, .gsub {
  display: inline-block; padding: 1.2rem 4rem; font-family: var(--font-gothic);
  font-size: 1.3rem; font-weight: 900; color: #ffd700;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  border: 3px solid var(--blue); border-radius: 8px; cursor: pointer;
  letter-spacing: 0.15em; transition: all 0.3s; box-shadow: 0 4px 20px rgba(232, 122, 30, 0.3);
}
.submit_btn:hover, .gsub:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(232, 122, 30, 0.5); }
@media (max-width: 768px) {
  .form_th { display: block; width: 100%; padding: 0.8rem 0.5rem 0.3rem; }
  .form_td { display: block; width: 100%; padding: 0.3rem 0.5rem 1rem; }
  .form_input, .ui-form__textInput { max-width: 100%; }
  .submit_btn, .gsub { width: 90%; padding: 1rem 1rem; font-size: 1.1rem; }
}

/* ============================================================================
   CTA BUTTON
   ============================================================================ */
.cta_wrap { max-width: var(--column-max); margin: 0 auto; padding: 2rem 1rem; text-align: center; position: relative; z-index: 10; }
.cta_btn a {
  display: inline-block; padding: 1.2rem 3rem; font-family: var(--font-gothic);
  font-size: 1.2rem; font-weight: 900; color: #ffd700;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  border: 2px solid var(--blue); border-radius: 8px; text-decoration: none;
  letter-spacing: 0.1em; transition: all 0.3s; box-shadow: 0 4px 20px rgba(232, 122, 30, 0.3);
}
.cta_btn a:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(232, 122, 30, 0.5); }
.heartbeat { animation: heartbeat 2s ease-in-out infinite; }
@keyframes heartbeat { 0%, 100% { transform: scale(1); } 14% { transform: scale(1.05); } 28% { transform: scale(1); } 42% { transform: scale(1.03); } 56% { transform: scale(1); } }

/* ============================================================================
   FLOATING CTA
   ============================================================================ */
.float_cta {
  position: fixed; bottom: 24px; right: 24px; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  width: 115px; height: 115px; border-radius: 50%;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  border: 2px solid var(--blue);
  border: 3px solid var(--blue);
  box-shadow: 0 4px 20px rgba(232, 122, 30, 0.4), 0 0 30px rgba(26, 95, 168, 0.15);
  text-decoration: none; color: var(--white);
  font-family: var(--font-gothic); font-weight: 900;
  transition: transform 0.3s, box-shadow 0.3s;
  animation: floatPulse 2.5s ease-in-out infinite;
}
.float_cta:hover { transform: scale(1.1); box-shadow: 0 6px 30px rgba(232, 122, 30, 0.6); }
.float_cta__inner { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.float_cta__main { font-size: 0.85rem; letter-spacing: 0.08em; line-height: 1.4; text-align: center; color: #ffd700; }
.float_cta__sub { font-size: 0.6rem; font-weight: 400; color: var(--sky-light); margin-top: 3px; }
@keyframes floatPulse { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* ============================================================================
   FOOTER
   ============================================================================ */
.lp_footer {
  background: #edf1f5; border-top: 2px solid var(--blue-light);
  padding: 2.5rem 1rem; text-align: center; font-size: 0.85rem;
  color: #777; font-family: var(--font-gothic); position: relative; z-index: 10;
}
.lp_footer a { color: #888; text-decoration: none; margin: 0 0.5em; }
.lp_footer a:hover { color: var(--blue); }
.lp_footer .center { text-align: center; }
.lp_footer .mt20 { margin-top: 20px; }
.pc_only { display: inline; }
.sp_only { display: none; }
@media (max-width: 768px) { .pc_only { display: none; } .sp_only { display: inline; } }

/* ============================================================================
   UTILITY
   ============================================================================ */
.size0 { font-size: 0.8rem; }
.mt0 { margin-top: 0; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mb0 { margin-bottom: 0; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.nopad { padding: 0; }
.radio-input { cursor: pointer; }

/* ============================================================================
   RESPONSIVE
   ============================================================================ */
@media (max-width: 768px) {
  body.touroku-complete { font-size: 16px; line-height: 3.0; }
  :root { --column-pad: 1.4rem; }
  .subhead { font-size: 1.25rem; }
  .num_impact { font-size: 1.8rem; }
  .sec { padding: 3rem var(--column-pad); }
  .float_cta { bottom: 16px; right: 16px; width: 100px; height: 100px; }
  .float_cta__main { font-size: 0.78rem; }
  .price_final { font-size: 2rem; }
  .fs48 { font-size: 32px; }
  .fs36 { font-size: 24px; }
  .fs32 { font-size: 22px; }
  .fs28 { font-size: 20px; }
  .fs24 { font-size: 18px; }
}

/* ============================================================================
   FULL-WIDTH BAND（メインカラムから飛び出すフルワイド帯）
   ============================================================================ */
.full_band {
  position: relative;
  z-index: 10;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 2.5rem 1.5rem;
  text-align: center;
  font-family: var(--font-gothic);
}
.full_band_main {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-shadow: 0 3px 12px rgba(0,0,0,0.35);
  padding: 0;
  margin: 0;
}
.full_band_sub {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  margin-top: 0.8rem;
  padding: 0;
  letter-spacing: 0.05em;
}
.blue_band {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 60%, #0f1e3a 100%);
  box-shadow: 0 4px 20px rgba(30, 58, 110, 0.3);
}
.sky_band {
  background: linear-gradient(135deg, var(--sky) 0%, var(--blue-light) 60%, var(--blue) 100%);
  box-shadow: 0 4px 20px rgba(92, 192, 232, 0.3);
}
.orange_band {
  background: linear-gradient(135deg, var(--orange) 0%, #c55a00 60%, #a03f00 100%);
  box-shadow: 0 4px 20px rgba(232, 122, 30, 0.3);
}
@media (max-width: 768px) {
  .full_band { padding: 2rem 1rem; }
  .full_band_main { font-size: 1.3rem; }
  .full_band_sub { font-size: 0.95rem; }
}

/* ============================================================================
   TEXT EFFECTS（強調パターン）
   ============================================================================ */
/* ゴシック強制 */
.gothic_force { font-family: var(--font-gothic) !important; }

/* 光るテキスト（オレンジ） */
.text_glow_orange {
  text-shadow: 0 0 10px rgba(232, 122, 30, 0.4), 0 0 30px rgba(232, 122, 30, 0.2), 0 2px 4px rgba(0,0,0,0.1);
}

/* 光るテキスト（青） */
.text_glow_blue {
  text-shadow: 0 0 10px rgba(26, 95, 168, 0.4), 0 0 30px rgba(92, 192, 232, 0.2), 0 2px 4px rgba(0,0,0,0.1);
}

/* ドロップシャドウ（ソフト） */
.text_shadow_soft {
  text-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* ドロップシャドウ（ハード） */
.text_shadow_hard {
  text-shadow: 2px 2px 0 rgba(0,0,0,0.15), 0 4px 12px rgba(0,0,0,0.1);
  font-family: var(--font-gothic);
  font-weight: 900;
}

/* 落ち影付きBOX強調 */
.emphasis_box {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  background: rgba(26, 95, 168, 0.06);
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(26, 95, 168, 0.12);
  font-family: var(--font-gothic);
  font-weight: 900;
}

/* ============================================================================
   FADE-IN ANIMATION（スクロール連動）
   ============================================================================ */
.js-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-scroll.scrolled {
  opacity: 1;
  transform: translateY(0);
}
.fade-in {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.fade-in.scrolled {
  opacity: 1;
}
.fade-in-bottom {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in-bottom.scrolled {
  opacity: 1;
  transform: translateY(0);
}


/* --- 赤下線（重要部分用） --- */
.red_under {
  border-bottom: 3px solid var(--red);
  padding-bottom: 2px;
}

/* ============================================================================
   放題プラン 装飾強化パッチ（OPT見本に合わせる）
   既存CSSの末尾に追記
   ============================================================================ */

/* --- 太字はすべてゴシック化＋ドロップシャドウ --- */
.bld, .bld9 {
  font-family: var(--font-gothic) !important;
}
.bld9 {
  text-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* --- fs24以上の強調テキスト：発光＋ゴシック --- */
.fs24.bld, .fs24.bld9,
.fs28.bld, .fs28.bld9,
.fs32.bld, .fs32.bld9,
.fs36.bld, .fs36.bld9,
.fs48.bld, .fs48.bld9 {
  font-family: var(--font-gothic) !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* --- 青色の強調テキスト：青発光 --- */
.fs24.bld9.blue, .fs24.bld.blue, .fs18.bld.blue {
  text-shadow: 0 0 8px rgba(26, 95, 168, 0.3), 0 2px 6px rgba(0,0,0,0.06);
}

/* --- オレンジの強調テキスト：オレンジ発光 --- */
.fs24.bld9.orange, .fs24.bld.orange, .fs18.bld.orange {
  text-shadow: 0 0 8px rgba(232, 122, 30, 0.3), 0 2px 6px rgba(0,0,0,0.06);
}

/* --- 赤の強調テキスト：赤発光 --- */
.fs24.bld9.red, .fs18.bld.red {
  text-shadow: 0 0 8px rgba(30, 58, 110, 0.25), 0 2px 6px rgba(0,0,0,0.06);
}

/* --- 声BOX強化（角丸＋影） --- */
.white_box {
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 2px solid var(--gray-border);
}

/* --- quote_box強化 --- */
.quote_box {
  border-left: 5px solid var(--blue-light);
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  font-size: 1.05rem;
}

/* --- accent_box強化 --- */
.accent_box {
  box-shadow: 0 4px 20px rgba(26, 95, 168, 0.2);
  border-radius: 10px;
}

/* --- feature_box強化 --- */
.feature_box {
  border: 2px solid rgba(92, 192, 232, 0.35);
  box-shadow: 0 4px 16px rgba(92, 192, 232, 0.1);
  border-radius: 10px;
}

/* --- num_impact さらに大きく --- */
.num_impact {
  font-size: 3rem;
  text-shadow: 0 0 12px rgba(232, 122, 30, 0.25), 0 2px 8px rgba(0,0,0,0.08);
}

/* --- full_band_main さらに力強く --- */
.full_band_main {
  font-size: 2.4rem;
  text-shadow: 0 3px 15px rgba(0,0,0,0.4);
}

/* --- badge 大きく --- */
.badge {
  font-size: 1rem;
  padding: 0.7rem 2rem;
  box-shadow: 0 2px 12px rgba(232, 122, 30, 0.2);
}

/* --- 赤下線 --- */
.red_under {
  border-bottom: 3px solid var(--red);
  padding-bottom: 2px;
}

/* --- SP上書き --- */
@media (max-width: 768px) {
  .num_impact { font-size: 2rem; }
  .full_band_main { font-size: 1.5rem; }
}

/* 馬場強 似顔絵サイズ調整 */
.img img.w50 {
  width: 30%;
  max-width: 220px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* SP時は少し大きめ */
@media (max-width: 768px) {
  .img img.w50 {
    width: 50%;
    max-width: 180px;
  }
}

.img2 img. {
  width: 75%;
  max-width: 440px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ============================================================================
   追記修正 v2：ゴシック維持 + 本文拡大を調整 + カラム幅拡張
   - 要項・フォーム・送信ボタン・フローティングボタンはサイズ拡大対象外
   - HTML構造／既存装飾／画像／パスは変更しない
   ============================================================================ */

/* LP内のフォントはゴシック体へ統一 */
body.touroku-complete,
body.touroku-complete *,
body.touroku-complete *::before,
body.touroku-complete *::after {
  font-family: var(--font-gothic) !important;
}

/* メインカラムを少し横に広げ、本文の折り返しを軽減 */
:root {
  --column-max: 900px;
  --column-pad: 2rem;
}

/* 本文ベース：前回の40pxは大き過ぎたため、読みやすさ重視で30pxへ調整 */
body.touroku-complete {
  font-size: 30px;
  line-height: 2.35;
}

/* 本文エリアのみ文字サイズ・行間を調整。要項／フォームには掛けない */
body.touroku-complete .main_column p,
body.touroku-complete .main_column li {
  font-size: 1em;
  line-height: 2.35;
  text-wrap: pretty;
  line-break: strict;
  overflow-wrap: break-word;
}

/* 既存の文字サイズ指定クラスを、前回より一段落として再調整 */
body.touroku-complete .main_column .fs12 { font-size: 20px !important; }
body.touroku-complete .main_column .fs14 { font-size: 22px !important; }
body.touroku-complete .main_column .fs16 { font-size: 26px !important; }
body.touroku-complete .main_column .fs18 { font-size: 30px !important; }
body.touroku-complete .main_column .fs20 { font-size: 33px !important; }
body.touroku-complete .main_column .fs24 { font-size: 38px !important; }
body.touroku-complete .main_column .fs28 { font-size: 42px !important; }
body.touroku-complete .main_column .fs32 { font-size: 46px !important; }
body.touroku-complete .main_column .fs36 { font-size: 52px !important; }
body.touroku-complete .main_column .fs48 { font-size: 68px !important; }

/* 見出し・帯・数字訴求：迫力は残しつつ、メインカラム内で折り返しすぎないサイズへ */
body.touroku-complete .main_column .subhead {
  font-size: 2.6rem !important;
  line-height: 1.55;
}

body.touroku-complete .main_column .full_band_main {
  font-size: 3rem !important;
  line-height: 1.45;
}

body.touroku-complete .main_column .full_band_sub {
  font-size: 1.7rem !important;
  line-height: 1.65;
}

body.touroku-complete .main_column .num_impact {
  font-size: 4.2rem !important;
  line-height: 1.22;
  letter-spacing: 0.02em;
}

body.touroku-complete .main_column .num_impact_sub {
  font-size: 1.35rem !important;
  line-height: 1.8;
}

body.touroku-complete .main_column .quote_box {
  font-size: 1.55rem !important;
  line-height: 2.25;
}

body.touroku-complete .main_column .quote_box p,
body.touroku-complete .main_column .accent_box p,
body.touroku-complete .main_column .blue_box p,
body.touroku-complete .main_column .orange_box p,
body.touroku-complete .main_column .white_box p,
body.touroku-complete .main_column .feature_box p,
body.touroku-complete .main_column .price_box p {
  line-height: 2.2;
}

/* 価格・特典がメインカラム内にある場合のみ調整。要項・フォーム下部には影響させない */
body.touroku-complete .main_column .price_old {
  font-size: 2rem !important;
}
body.touroku-complete .main_column .price_final {
  font-size: 3.8rem !important;
  line-height: 1.2;
}
body.touroku-complete .main_column .price_note {
  font-size: 1.2rem !important;
}
body.touroku-complete .main_column .feature_num {
  font-size: 1.15rem !important;
}
body.touroku-complete .main_column .feature_title {
  font-size: 2rem !important;
}

/* 既存の行間ユーティリティも、本文エリアだけ広めに統一 */
body.touroku-complete .main_column .lh18,
body.touroku-complete .main_column .lh22,
body.touroku-complete .main_column .lh28,
body.touroku-complete .main_column .lh32 {
  line-height: 2.25 !important;
}

/* 要項・フォーム・申込ボタン・フローティングボタン・フッターは前回の拡大指定を掛けない */
body.touroku-complete .youkou_wrap,
body.touroku-complete .form_wrap,
body.touroku-complete .float_cta,
body.touroku-complete .lp_footer {
  font-size: initial;
}

body.touroku-complete .youkou_wrap p,
body.touroku-complete .form_wrap p,
body.touroku-complete .lp_footer p {
  font-size: inherit;
}

body.touroku-complete .youkou_table td p {
  font-size: inherit;
  line-height: 2;
}

/* スマホは横幅を100%にしつつ、崩れない範囲で大きめを維持 */
@media (max-width: 768px) {
  :root {
    --column-max: 100%;
    --column-pad: 1.2rem;
  }

  body.touroku-complete {
    font-size: 24px;
    line-height: 2.25;
  }

  body.touroku-complete .main_column p,
  body.touroku-complete .main_column li {
    line-height: 2.25;
  }

  body.touroku-complete .main_column .fs12 { font-size: 17px !important; }
  body.touroku-complete .main_column .fs14 { font-size: 19px !important; }
  body.touroku-complete .main_column .fs16 { font-size: 21px !important; }
  body.touroku-complete .main_column .fs18 { font-size: 24px !important; }
  body.touroku-complete .main_column .fs20 { font-size: 26px !important; }
  body.touroku-complete .main_column .fs24 { font-size: 30px !important; }
  body.touroku-complete .main_column .fs28 { font-size: 32px !important; }
  body.touroku-complete .main_column .fs32 { font-size: 35px !important; }
  body.touroku-complete .main_column .fs36 { font-size: 38px !important; }
  body.touroku-complete .main_column .fs48 { font-size: 46px !important; }

  body.touroku-complete .main_column .subhead {
    font-size: 2rem !important;
  }

  body.touroku-complete .main_column .full_band_main {
    font-size: 2.1rem !important;
  }

  body.touroku-complete .main_column .full_band_sub {
    font-size: 1.35rem !important;
  }

  body.touroku-complete .main_column .num_impact {
    font-size: 2.8rem !important;
  }

  body.touroku-complete .main_column .num_impact_sub {
    font-size: 1.15rem !important;
  }

  body.touroku-complete .main_column .quote_box {
    font-size: 1.28rem !important;
  }
}

/* ============================================================================
   HIT RESULTS / 馬券風カード型実績
   ※メインカラム内の高配当実績専用。要項・フォーム・フローティングCTAには影響させない。
   ============================================================================ */
.hit_results_wrap {
  margin: 2.5rem var(--column-pad);
  padding: 2.2rem;
  background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 60%, #15110a 100%);
  border: 3px solid var(--blue);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(197,164,78,0.35);
  position: relative;
  overflow: hidden;
}
.hit_results_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: repeating-linear-gradient(90deg, var(--blue) 0 18px, var(--blue-light) 18px 36px, #2a2310 36px 54px);
}
.hit_results_head {
  text-align: center;
  margin: 0 0 1.8rem;
  padding: 0 0 1.4rem;
  border-bottom: 2px dashed rgba(197,164,78,0.45);
}
.hit_results_head p {
  padding: 0;
}
.hit_results_kicker {
  display: inline-block;
  margin: 0 0 0.8rem;
  padding: 0.35rem 1.2rem !important;
  color: #1a1a1a;
  background: linear-gradient(135deg, var(--blue-light) 0%, var(--blue) 100%);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.hit_results_title {
  color: var(--blue-light);
  font-family: var(--font-gothic);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6), 0 0 14px rgba(197,164,78,0.3);
}
.hit_ticket_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}
.hit_ticket {
  background: #161616;
  border: 2px solid rgba(197,164,78,0.7);
  border-radius: 10px;
  box-shadow: 0 5px 14px rgba(0,0,0,0.45);
  padding: 1.1rem 1rem 1rem;
  position: relative;
  overflow: hidden;
}
.hit_ticket::before {
  content: "的中";
  position: absolute;
  top: 0.7rem;
  right: -1.8rem;
  width: 7.5rem;
  text-align: center;
  transform: rotate(35deg);
  color: #1a1a1a;
  background: var(--blue);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.hit_ticket_date,
.hit_ticket_race,
.hit_ticket_index,
.hit_ticket_pay {
  font-family: var(--font-gothic);
  line-height: 1.55;
}
.hit_ticket_date {
  color: #cccccc;
  font-size: 0.92rem;
  font-weight: 700;
}
.hit_ticket_race {
  margin-top: 0.25rem;
  color: var(--blue-light);
  font-size: 1.15rem;
  font-weight: 900;
}
.hit_ticket_index {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px dashed rgba(197,164,78,0.45);
  color: #cccccc;
  font-size: 0.92rem;
  font-weight: 700;
}
.hit_ticket_pay {
  margin-top: 0.55rem;
  color: var(--blue-light);
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow: 0 0 12px rgba(197,164,78,0.3);
}
.hit_ticket_pay span {
  display: inline-block;
  margin-left: 0.35em;
  padding: 0.15em 0.45em;
  color: #1a1a1a;
  background: var(--blue);
  border-radius: 4px;
  font-size: 0.46em;
  vertical-align: middle;
}
.discount_price_box {
  margin: 1.2rem var(--column-pad) 0;
  padding: 1.8rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(30, 58, 110, 0.08) 0%, rgba(232, 122, 30, 0.11) 100%);
  border: 3px solid var(--orange);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(232,122,30,0.12);
}
.discount_price_box p {
  padding: 0;
}
.discount_price_old {
  color: var(--gray);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: line-through;
}
.discount_price_arrow {
  color: var(--red);
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.4;
}
.discount_price_new {
  color: var(--red);
  font-size: 2.45rem;
  font-weight: 900;
  line-height: 1.3;
}
.discount_price_save {
  display: inline-block;
  margin-top: 0.6rem;
  padding: 0.25rem 1rem !important;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .hit_results_wrap {
    margin: 1.8rem 0.6rem;
    padding: 1.5rem 1rem;
    border-width: 2px;
  }
  .hit_results_title {
    font-size: 1.55rem;
  }
  .hit_ticket_grid {
    grid-template-columns: 1fr;
  }
  .hit_ticket_pay {
    font-size: 1.45rem;
  }
  .discount_price_box {
    margin: 1.2rem 0.6rem 0;
    padding: 1.3rem 1rem;
  }
  .discount_price_new {
    font-size: 2rem;
  }
}


/* ============================================================================
   COLLabo rate table + base price card
   レター内画像相当の表現をHTML/CSSで再現。要項・フォーム・フローティングCTAには影響させない。
   ============================================================================ */
body.touroku-complete .main_column .collabo_rate_table {
  margin: 1.2rem var(--column-pad) 0;
  border: 5px solid #101820;
  outline: 2px solid #71818d;
  background: #000;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
  font-family: var(--font-gothic);
}
body.touroku-complete .main_column .collabo_rate_head {
  padding: 0.8rem 1rem;
  color: #fff;
  background: #050505;
  border-bottom: 3px solid #8a98a3;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.5;
}
body.touroku-complete .main_column .collabo_rate_row {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  min-height: 82px;
  border-bottom: 3px solid #8a98a3;
}
body.touroku-complete .main_column .collabo_rate_row:last-child {
  border-bottom: none;
}
body.touroku-complete .main_column .collabo_rate_label,
body.touroku-complete .main_column .collabo_rate_value {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  line-height: 1.25;
}
body.touroku-complete .main_column .collabo_rate_label {
  padding: 0.55rem 0.8rem;
  color: #fff;
  background: #000;
  border-right: 3px solid #8a98a3;
  font-size: 0.92rem;
}
body.touroku-complete .main_column .collabo_rate_label span {
  font-size: 0.82em;
}
body.touroku-complete .main_column .collabo_rate_value {
  padding: 0.55rem 0.8rem;
  color: #ef3340;
  background: #fffef0;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
body.touroku-complete .main_column .base_price_card {
  margin: 1.2rem var(--column-pad) 0;
  border: 5px solid #1f261c;
  background: #10140d;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
  font-family: var(--font-gothic);
}
body.touroku-complete .main_column .base_price_head {
  padding: 0.65rem 1rem;
  color: #fff;
  background: #087b78;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
body.touroku-complete .main_column .base_price_body {
  margin: 1.35rem 1.5rem 1.55rem;
  padding: 1.25rem 1rem 1.15rem;
  background: #fff;
  text-align: center;
}
body.touroku-complete .main_column .base_price_body p {
  padding: 0;
}
body.touroku-complete .main_column .base_price_term {
  color: #252525;
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.35;
}
body.touroku-complete .main_column .base_price_amount {
  display: inline-block;
  position: relative;
  margin-top: 0.2rem;
  color: #ef3340;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.02em;
}
body.touroku-complete .main_column .base_price_amount::after {
  content: "";
  position: absolute;
  left: 0.08em;
  right: 0.05em;
  bottom: 0.08em;
  height: 0.11em;
  background: #ffca16;
  z-index: 0;
  border-radius: 999px;
}
body.touroku-complete .main_column .base_price_amount span {
  position: relative;
  z-index: 1;
  color: #111;
  font-size: 0.32em;
  font-weight: 900;
  vertical-align: baseline;
  margin-left: 0.08em;
}
body.touroku-complete .main_column .base_price_amount {
  z-index: 1;
}
body.touroku-complete .main_column .base_price_amount::first-letter {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  body.touroku-complete .main_column .collabo_rate_table,
  body.touroku-complete .main_column .base_price_card {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }
  body.touroku-complete .main_column .collabo_rate_head {
    font-size: 0.92rem;
  }
  body.touroku-complete .main_column .collabo_rate_row {
    min-height: 70px;
  }
  body.touroku-complete .main_column .collabo_rate_label {
    padding: 0.45rem 0.35rem;
    font-size: 0.68rem;
  }
  body.touroku-complete .main_column .collabo_rate_value {
    padding: 0.45rem 0.35rem;
    font-size: 1.12rem;
  }
  body.touroku-complete .main_column .base_price_head {
    font-size: 0.92rem;
  }
  body.touroku-complete .main_column .base_price_body {
    margin: 1rem 0.8rem 1.1rem;
    padding: 1rem 0.5rem;
  }
  body.touroku-complete .main_column .base_price_term {
    font-size: 0.95rem;
  }
  body.touroku-complete .main_column .base_price_amount {
    font-size: 2.3rem;
  }
}


/* ============================================================================
   コラボ放題プラン サンクスページ追記
   対象: #wrapper.thanks-houdai 配下のみ
   既存の申込LP装飾に合わせた白・オレンジ・赤・緑アクセント
   ============================================================================ */

#wrapper.thanks-houdai,
#wrapper.thanks-houdai * {
  box-sizing: border-box;
}

#wrapper.thanks-houdai {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  line-height: 2.2;
  background: #e4eaf0;
}

#wrapper.thanks-houdai .mincho,
#wrapper.thanks-houdai .mincho2,
#wrapper.thanks-houdai .mincho3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
}

#wrapper.thanks-houdai .wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}

#wrapper.thanks-houdai .text_area {
  background: #fff;
  padding: 4rem 3rem;
  border-left: 1px solid #dde4ec;
  border-right: 1px solid #dde4ec;
  box-shadow: 0 4px 34px rgba(0,0,0,0.07);
}

#wrapper.thanks-houdai .subtitle1 {
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(135deg, #e87a1e 0%, #cc1a1a 100%) !important;
  border-left: 1px solid #dde4ec;
  border-right: 1px solid #dde4ec;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}

#wrapper.thanks-houdai .subtitle1 p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  line-height: 1.55;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0,0,0,0.24);
}

#wrapper.thanks-houdai .under_sub {
  color: #fff200 !important;
  font-size: clamp(2.2rem, 5vw, 4rem) !important;
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.12em;
}

#wrapper.thanks-houdai p {
  font-size: 1.55rem;
  line-height: 2.2;
  margin: 0 0 1.4rem;
  padding: 0;
}

#wrapper.thanks-houdai .fs16 {
  font-size: 1.05rem !important;
}

#wrapper.thanks-houdai .fs20 {
  font-size: 1.35rem !important;
}

#wrapper.thanks-houdai .fs30 {
  font-size: clamp(2rem, 4vw, 3rem) !important;
}

#wrapper.thanks-houdai .fs60 {
  font-size: clamp(2.2rem, 5vw, 4rem) !important;
}

#wrapper.thanks-houdai .orange {
  color: #e87a1e !important;
}

#wrapper.thanks-houdai a {
  color: #1a5fa8;
}

#wrapper.thanks-houdai .thanks-lead-card {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #e87a1e, #cc1a1a) border-box;
  border: 4px solid transparent;
  border-radius: 18px;
  padding: 3rem 2.4rem;
  margin: 0 auto 4rem;
  box-shadow: 0 12px 28px rgba(232,122,30,0.16);
  position: relative;
  overflow: hidden;
}

#wrapper.thanks-houdai .thanks-lead-card::before {
  content: "THANK YOU";
  position: absolute;
  right: -1rem;
  top: -0.8rem;
  font-size: 4rem;
  font-weight: 900;
  color: rgba(232,122,30,0.08);
  letter-spacing: 0.08em;
  line-height: 1;
}

#wrapper.thanks-houdai .thanks-lead-card p {
  position: relative;
  z-index: 1;
}

#wrapper.thanks-houdai .thanks-payment-lead {
  background: rgba(232,122,30,0.07);
  border-left: 8px solid #e87a1e;
  border-right: 8px solid #cc1a1a;
  padding: 2rem;
  border-radius: 10px;
  font-weight: 900;
}

#wrapper.thanks-houdai .thanks-payment-box {
  margin: 2rem auto 3rem;
  padding: 2.2rem;
  background: #fff;
  border: 2px solid #e87a1e;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

#wrapper.thanks-houdai .thanks-consent-box,
#wrapper.thanks-houdai .information-policy {
  margin: 0 0 2rem !important;
  padding: 1.8rem 2rem !important;
  background: #fff7ef !important;
  border: 1px solid rgba(232,122,30,0.32);
  border-radius: 12px;
  text-align: left;
}

#wrapper.thanks-houdai .thanks-consent-box p {
  font-size: 1rem;
  line-height: 2.0;
}

#wrapper.thanks-houdai .crbutton {
  width: min(100%, 640px);
  white-space: normal;
  line-height: 1.35;
  background: linear-gradient(135deg, #e87a1e 0%, #cc1a1a 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 1.2rem 2rem !important;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(1.5rem, 4vw, 3rem) !important;
  box-shadow: 0 9px 0 #8e1111, 0 14px 28px rgba(30,58,110,0.22);
  cursor: pointer;
}

#wrapper.thanks-houdai .thanks-close-note {
  color: #333;
  font-weight: 700;
}

#wrapper.thanks-houdai .thanks-risk-note {
  background: #f6f9fc !important;
  border: 1px solid #dde4ec;
  border-radius: 12px;
  padding: 1.6rem 2rem;
  text-align: left;
}

#wrapper.thanks-houdai .thanks-risk-note p {
  font-size: 1rem !important;
  line-height: 2.0;
}

#wrapper.thanks-houdai .thanks-deadline-note {
  font-weight: 700;
  color: #333;
}

#wrapper.thanks-houdai .thanks-flow-box {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 3rem 2rem !important;
  background: #fff !important;
  border: 4px solid #e87a1e;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.09);
}

#wrapper.thanks-houdai .thanks-flow-title {
  color: #0e3d6e !important;
  font-size: clamp(1.8rem, 3.8vw, 2.8rem) !important;
  line-height: 1.45;
  margin-bottom: 2rem;
}

#wrapper.thanks-houdai .thanks-step-card {
  width: 94%;
  margin: 0 auto;
  padding: 2.2rem;
  background: #fff;
  border: 2px solid rgba(232,122,30,0.5);
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(232,122,30,0.12);
  text-align: left;
  position: relative;
}

#wrapper.thanks-houdai .thanks-step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(180deg, #e87a1e, #cc1a1a);
}

#wrapper.thanks-houdai .thanks-step-card p {
  font-size: 1.35rem;
  line-height: 2.05;
}

#wrapper.thanks-houdai .thanks-mail-card {
  margin: 1.6rem 0;
  padding: 1.5rem;
  background: #fff7ef;
  border: 1px solid rgba(232,122,30,0.35);
  border-radius: 12px;
}

#wrapper.thanks-houdai .thanks-mail-card p {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.9;
}

#wrapper.thanks-houdai .thanks-mail-card span {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 900;
  color: #cc1a1a;
  letter-spacing: 0.08em;
}

#wrapper.thanks-houdai .thanks-provider-note {
  margin-top: 1.2rem;
  padding: 1.2rem 1.4rem;
  background: #f6f9fc;
  border: 1px solid #dde4ec;
  border-radius: 10px;
  font-size: 1rem !important;
  line-height: 1.9 !important;
  color: #333;
}

#wrapper.thanks-houdai .thanks-flow-arrow {
  text-align: center;
  color: #e87a1e;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  margin: 1.5rem auto;
}

#wrapper.thanks-houdai .thanks-service-banner {
  width: min(100%, 620px);
  margin: 1.4rem auto 2rem;
  padding: 1.4rem 1rem;
  text-align: center;
  border-radius: 12px;
  font-size: clamp(1.55rem, 4vw, 2.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

#wrapper.thanks-houdai .thanks-service-index {
  background: linear-gradient(135deg, #0e7c77 0%, #1a5fa8 100%);
}

#wrapper.thanks-houdai .thanks-service-simulator {
  background: linear-gradient(135deg, #e87a1e 0%, #cc1a1a 100%);
}

#wrapper.thanks-houdai .thanks-contact-card {
  margin: 3rem auto 0;
  padding: 2.2rem;
  background: linear-gradient(135deg, rgba(232,122,30,0.09), rgba(30,58,110,0.08));
  border: 2px solid rgba(30,58,110,0.22);
  border-radius: 16px;
}

#wrapper.thanks-houdai .thanks-mail-address {
  color: #cc1a1a;
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  line-height: 1.3;
  word-break: break-all;
}

#wrapper.thanks-houdai .thanks_btn {
  width: min(100%, 600px);
  margin: 1.5rem auto 0;
}

#wrapper.thanks-houdai .thanks_btn a {
  display: block;
  text-align: center;
  color: #fff !important;
  background: linear-gradient(135deg, #1a5fa8 0%, #0e3d6e 100%);
  border-radius: 999px;
  padding: 1.1rem 1.5rem;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 0 #082647, 0 14px 24px rgba(14,61,110,0.22);
}

#wrapper.thanks-houdai .thanks-closing,
#wrapper.thanks-houdai .thanks-sign {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
  color: #1a1a1a;
}

#wrapper.thanks-houdai .thanks-sign {
  font-size: 1.6rem;
  font-weight: 900;
}

@media (max-width: 768px) {
  #wrapper.thanks-houdai .wrapper,
  #wrapper.thanks-houdai .subtitle1 {
    max-width: 100%;
  }

  #wrapper.thanks-houdai .text_area {
    padding: 2.4rem 1rem;
  }

  #wrapper.thanks-houdai p {
    font-size: 1.1rem;
    line-height: 2.05;
  }

  #wrapper.thanks-houdai .thanks-lead-card,
  #wrapper.thanks-houdai .thanks-payment-box,
  #wrapper.thanks-houdai .thanks-flow-box {
    padding: 1.6rem 1rem !important;
    border-radius: 12px;
  }

  #wrapper.thanks-houdai .thanks-step-card {
    width: 100%;
    padding: 1.5rem 1rem 1.5rem 1.3rem;
  }

  #wrapper.thanks-houdai .thanks-step-card p {
    font-size: 1rem;
  }

  #wrapper.thanks-houdai .thanks-mail-card p {
    font-size: 0.95rem;
  }

  #wrapper.thanks-houdai .thanks-risk-note p,
  #wrapper.thanks-houdai .thanks-consent-box p,
  #wrapper.thanks-houdai .thanks-provider-note {
    font-size: 0.85rem !important;
  }
}


/* ============================================================================
   コラボ放題プラン サンクスページ微調整追記
   - 元LP側の背景画像を隠さない
   - mailto化したお問い合わせボタンの表示維持
   ============================================================================ */

/* style_new.css 側で指定されている #wrapper / body 背景画像を殺さないため、
   サンクス用CSSでは #wrapper 自体に背景色を被せない */
#wrapper.thanks-houdai {
  background: transparent !important;
  background-color: transparent !important;
}

/* 内側の白カラム・カード背景は維持し、ページ外側の背景だけ元LP側に戻す */
#wrapper.thanks-houdai .text_area,
#wrapper.thanks-houdai .thanks-flow-box,
#wrapper.thanks-houdai .thanks-step-card,
#wrapper.thanks-houdai .thanks-payment-box {
  background-clip: padding-box;
}

/* mailto リンクでもボタンとして崩れないように明示 */
#wrapper.thanks-houdai .thanks_btn a[href^="mailto:"] {
  display: block;
  text-align: center;
  color: #fff !important;
  background: linear-gradient(135deg, #1a5fa8 0%, #0e3d6e 100%);
  border-radius: 999px;
  padding: 1.1rem 1.5rem;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 0 #082647, 0 14px 24px rgba(14,61,110,0.22);
}


/* ============================================================================
   コラボ放題プラン サンクスページ背景画像指定
   - 元LP側背景が反映されないため、セールスLPと同じ背景を明示指定
   ============================================================================ */

body:has(#wrapper.thanks-houdai) {
  background-color: #e4eaf0 !important;
  background-image: url("../../../../images/member/plan/touroku-complete/bg.png") !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

/* :has() 非対応ブラウザ用。wrapper側にも同じ背景を敷く */
#wrapper.thanks-houdai {
  background-color: #e4eaf0 !important;
  background-image: url("../../../../images/member/plan/touroku-complete/bg.png") !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

/* 既存の白背景カードや本文エリアはそのまま活かす */
#wrapper.thanks-houdai .wrapper,
#wrapper.thanks-houdai .text_area,
#wrapper.thanks-houdai .thanks-lead-card,
#wrapper.thanks-houdai .thanks-flow-box,
#wrapper.thanks-houdai .thanks-step-card,
#wrapper.thanks-houdai .thanks-contact-card {
  position: relative;
  z-index: 1;
}


/* ============================================================================
   CLBYE 追加装飾（金・銀・赤テーマ）
   ============================================================================ */

/* Gold glow animation */
@keyframes cb-shimmer {
  0% { text-shadow: 0 0 10px rgba(197, 164, 78, 0.3); }
  50% { text-shadow: 0 0 20px rgba(255, 215, 0, 0.6), 0 0 40px rgba(255, 215, 0, 0.3); }
  100% { text-shadow: 0 0 10px rgba(197, 164, 78, 0.3); }
}
.cb-shimmer { animation: cb-shimmer 3s ease-in-out infinite; }

/* Red shake */
@keyframes cb-shake {
  0%,100% { transform: translateX(0); }
  10%,30%,50%,70%,90% { transform: translateX(-2px); }
  20%,40%,60%,80% { transform: translateX(2px); }
}
.cb-shake { animation: cb-shake 0.8s ease-in-out; }
.cb-shake-infinite { animation: cb-shake 1.5s ease-in-out infinite; }

/* Gold text */
.gold-text { color: var(--blue) !important; text-shadow: 0 0 12px rgba(197, 164, 78, 0.4); }
.gold-bright-text { color: #ffd700 !important; text-shadow: 0 0 15px rgba(255, 215, 0, 0.5); }
.silver-text { color: var(--sky-light) !important; text-shadow: 0 0 10px rgba(176, 184, 196, 0.3); }

/* Feature card (特典カード) */
.cb-feature-card {
  background: #f8f6f0;
  border: 2px solid var(--blue-dark);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08), 0 0 15px rgba(197, 164, 78, 0.08);
}
.cb-feature-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
}
.cb-feature-num {
  display: inline-block;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  color: #fff;
  padding: 4px 18px;
  border-radius: 4px;
  font-weight: 900;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}
.cb-feature-title {
  color: var(--blue);
  font-size: 1.4em;
  font-weight: 900;
  text-shadow: 0 0 8px rgba(197, 164, 78, 0.2);
  margin: 0.5rem 0;
  text-align: center;
}

/* Price section */
.cb-price-wrap { text-align: center; padding: 2rem 0; }
.cb-price-original {
  font-size: 1.3em; color: var(--gray);
  text-decoration: line-through; text-decoration-color: var(--red);
  text-decoration-thickness: 3px;
}
.cb-price-mid {
  font-size: 1.5em; color: var(--gray);
  text-decoration: line-through; text-decoration-color: var(--red);
  text-decoration-thickness: 3px;
}
.cb-price-arrow {
  font-size: 2em; color: var(--blue);
  animation: cb-pulse 1.5s ease-in-out infinite;
}
@keyframes cb-pulse { 0%,100%{opacity:0.7} 50%{opacity:1} }
.cb-price-final {
  font-size: 2.5em; font-weight: 900;
  color: var(--blue);
  text-shadow: 0 0 20px rgba(197, 164, 78, 0.5);
  font-family: var(--font-gothic);
}
@media (max-width: 768px) {
  .cb-price-final { font-size: 1.8em; }
  .cb-feature-title { font-size: 1.2em; }
}

/* User voice (WordPress comment style) */
.cb-voice-card {
  background: #f8f6f0;
  border-left: 4px solid var(--blue);
  padding: 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  line-height: 2.2;
}

/* Guarantee section */
.cb-guarantee {
  background: #fff5f5;
  border: 2px solid var(--red);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  margin: 2rem 0;
  box-shadow: 0 0 20px rgba(30, 58, 110, 0.08);
}
.cb-guarantee-title {
  color: var(--red);
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
}

/* Hit ticket (的中馬券風 - 金白黒ベース) */
.cb-hit-wrap {
  background: var(--black);
  border: 2px solid var(--blue);
  border-radius: 10px;
  padding: 20px;
  margin: 1.5rem 0;
  font-family: arial, helvetica, sans-serif;
}
body.touroku-complete .cb-hit-wrap p,
body.touroku-complete .cb-hit-wrap div { color: var(--black); }
.cb-hit-card {
  background: linear-gradient(180deg, #fffdf0 0%, #f5f0e0 100%);
  border: 2px solid var(--blue);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}
.cb-hit-badge {
  position: absolute; top: -12px; right: 10px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  color: #fff; padding: 2px 12px; border-radius: 4px;
  font-weight: 900; font-size: 0.9em;
}
.cb-hit-race { font-size: 0.9em; color: #666; font-weight: 700; }
.cb-hit-bet { font-size: 1.1em; font-weight: 900; margin: 5px 0; }
.cb-hit-detail {
  display: flex; justify-content: space-between; align-items: flex-end;
  border-top: 1px dashed var(--blue); margin-top: 10px; padding-top: 8px;
}
.cb-hit-payout { font-size: 0.9em; color: #333; }
.cb-hit-amount { font-size: 1.3em; color: var(--red); font-weight: 900; }
.cb-hit-total {
  background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 50%, var(--blue-dark) 100%);
  padding: 15px; border-radius: 8px; text-align: center; color: #fff;
}
.cb-hit-total-label { font-size: 1em; font-weight: 700; color: #fff; }
.cb-hit-total-amount { font-size: 2em; font-weight: 900; color: #fff; }
@media (max-width: 768px) {
  .cb-hit-detail { flex-direction: column; align-items: flex-start; }
  .cb-hit-amount { margin-top: 5px; }
  .cb-hit-total-amount { font-size: 1.5em; }
}

/* Summary list (特典まとめ) */
.cb-summary-list {
  background: #f8f6f0;
  border: 2px solid var(--blue);
  border-radius: 10px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}
.cb-summary-item {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(197, 164, 78, 0.2);
}
.cb-summary-item:last-child { border-bottom: none; }

/* Attention box */
.cb-attention {
  background: rgba(30, 58, 110, 0.04);
  border: 1px solid rgba(30, 58, 110, 0.2);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

/* CTA button (red + gold) */
.cb-cta-btn {
  display: block; width: 90%; max-width: 500px; margin: 1rem auto;
  padding: 1.2rem 2rem; text-align: center; text-decoration: none;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  color: #ffd700 !important; font-size: 1.5em; font-weight: 900;
  border: 2px solid var(--blue); border-radius: 10px;
  box-shadow: 0 4px 15px rgba(30, 58, 110, 0.3);
  animation: cb-cta-pulse 2s ease-in-out infinite;
  cursor: pointer;
}
@keyframes cb-cta-pulse {
  0%,100% { box-shadow: 0 4px 15px rgba(30, 58, 110, 0.3); }
  50% { box-shadow: 0 4px 25px rgba(30, 58, 110, 0.5), 0 0 20px rgba(197, 164, 78, 0.15); }
}
@media (max-width: 768px) {
  .cb-cta-btn { font-size: 1.2em; padding: 1rem 1.5rem; }
}

/* Additional font size classes for trc */
.fs17 { font-size: 17px; }
.fs19 { font-size: 19px; }
.fs21 { font-size: 21px; }
.fs22 { font-size: 22px; }
.fs23 { font-size: 23px; }
.fs25 { font-size: 25px; }
.fs26 { font-size: 26px; }
.fs27 { font-size: 27px; }
.fs29 { font-size: 29px; }
.fs31 { font-size: 31px; }
.fs33 { font-size: 33px; }
.fs40 { font-size: 40px; }
.fs72 { font-size: 72px; }

body.touroku-complete .main_column .fs17 { font-size: 28px !important; }
body.touroku-complete .main_column .fs19 { font-size: 31px !important; }
body.touroku-complete .main_column .fs21 { font-size: 34px !important; }
body.touroku-complete .main_column .fs22 { font-size: 35px !important; }
body.touroku-complete .main_column .fs23 { font-size: 36px !important; }
body.touroku-complete .main_column .fs25 { font-size: 39px !important; }
body.touroku-complete .main_column .fs26 { font-size: 40px !important; }
body.touroku-complete .main_column .fs27 { font-size: 41px !important; }
body.touroku-complete .main_column .fs29 { font-size: 43px !important; }
body.touroku-complete .main_column .fs30 { font-size: 44px !important; }
body.touroku-complete .main_column .fs31 { font-size: 45px !important; }
body.touroku-complete .main_column .fs33 { font-size: 48px !important; }
body.touroku-complete .main_column .fs40 { font-size: 58px !important; }
body.touroku-complete .main_column .fs72 { font-size: 96px !important; }

@media (max-width: 768px) {
  body.touroku-complete .main_column .fs17 { font-size: 22px !important; }
  body.touroku-complete .main_column .fs19 { font-size: 25px !important; }
  body.touroku-complete .main_column .fs21 { font-size: 27px !important; }
  body.touroku-complete .main_column .fs22 { font-size: 28px !important; }
  body.touroku-complete .main_column .fs23 { font-size: 29px !important; }
  body.touroku-complete .main_column .fs25 { font-size: 31px !important; }
  body.touroku-complete .main_column .fs26 { font-size: 32px !important; }
  body.touroku-complete .main_column .fs27 { font-size: 33px !important; }
  body.touroku-complete .main_column .fs29 { font-size: 34px !important; }
  body.touroku-complete .main_column .fs30 { font-size: 35px !important; }
  body.touroku-complete .main_column .fs31 { font-size: 36px !important; }
  body.touroku-complete .main_column .fs33 { font-size: 38px !important; }
  body.touroku-complete .main_column .fs40 { font-size: 44px !important; }
  body.touroku-complete .main_column .fs72 { font-size: 56px !important; }
}

.fs19.bld, .fs19.bld9, .fs21.bld, .fs21.bld9, .fs22.bld, .fs22.bld9, .fs23.bld, .fs23.bld9, .fs25.bld, .fs25.bld9, .fs26.bld, .fs26.bld9, .fs27.bld, .fs27.bld9, .fs29.bld, .fs29.bld9, .fs30.bld, .fs30.bld9, .fs31.bld, .fs31.bld9, .fs33.bld, .fs33.bld9, .fs40.bld, .fs40.bld9, .fs72.bld, .fs72.bld9 {
  font-family: var(--font-gothic);
  text-shadow: 0 0 8px rgba(197, 164, 78, 0.15);
}

/* Scroll CTA */
.cp-scroll-cta {
  display: block; text-align: center; padding: 18px 0;
  background: rgba(0,0,0,0.85); color: #c5a44e; text-decoration: none;
  font-size: 1.1em; font-weight: 700; letter-spacing: 0.15em;
  animation: cb-pulse 2s ease-in-out infinite;
}
@keyframes cb-pulse { 0%,100%{opacity:0.7} 50%{opacity:1} }

/* ============================================================================
   RICH DECORATION OVERRIDE（添付見本：逆境オーバーテイクLP / 放題LP のリッチ装飾を
   trc 黒金白赤テーマで再現。クラス名はそのまま、見た目だけ豪華化）
   末尾配置で確実に優先。body.touroku-complete スコープ + !important で既存定義を上書き。
   ============================================================================ */

/* ---------- 特典カード feature_box（見本：赤帯＋金枠＋大タイトル） ---------- */
body.touroku-complete .main_column .feature_box {
  position: relative;
  background: linear-gradient(160deg, #1c1c1c 0%, #111 55%, #181206 100%) !important;
  border: 2px solid var(--blue) !important;
  border-radius: 14px !important;
  padding: 0 0 2rem !important;
  margin: 2.4rem var(--column-pad) !important;
  overflow: hidden !important;
  box-shadow: 0 12px 34px rgba(0,0,0,0.55),
              inset 0 0 0 1px rgba(30,58,110,0.18),
              0 0 0 4px rgba(0,0,0,0.4) !important;
  text-align: center !important;
}
/* 上辺の金ライン */
body.touroku-complete .main_column .feature_box::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, transparent, var(--blue-light) 20%, #fff3cf 50%, var(--blue-light) 80%, transparent);
}
/* 特典番号ラベル＝赤帯（見本「豪華特典4」） */
body.touroku-complete .main_column .feature_num {
  display: block !important;
  margin: 0 0 0 0 !important;
  padding: 0.9rem 1rem !important;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%) !important;
  border-bottom: 2px solid var(--blue) !important;
  color: #ffd700 !important;
  font-family: var(--font-gothic) !important;
  font-size: 1.7rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.4 !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6) !important;
}
/* 特典タイトル＝白の特大文字＋金下線（見本「初日の馬券代負担」） */
body.touroku-complete .main_column .feature_title {
  margin: 1.6rem 1.2rem 1.2rem !important;
  padding-bottom: 1.2rem !important;
  border-bottom: 1px solid rgba(30,58,110,0.45) !important;
  color: #fff !important;
  font-family: var(--font-gothic) !important;
  font-size: 2.4rem !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  text-shadow: 0 0 16px rgba(30,58,110,0.35), 0 2px 6px rgba(0,0,0,0.5) !important;
}
/* 特典カード内の本文は白系で読みやすく */
body.touroku-complete .main_column .feature_box p {
  color: #e8e8e8 !important;
  margin: 0 1.4rem !important;
}
body.touroku-complete .main_column .feature_box p.bld {
  color: #ffd700 !important;
}
body.touroku-complete .main_column .feature_box .fs14,
body.touroku-complete .main_column .feature_box .gray {
  color: #9a9a9a !important;
}
/* 特典カード内の値下げ箱は枠を金に */
body.touroku-complete .main_column .feature_box .discount_price_box {
  background: rgba(0,0,0,0.35) !important;
  border: 1px solid rgba(30,58,110,0.5) !important;
  margin: 1.2rem 1.4rem 0 !important;
}

/* ---------- ユーザーの声 quote_box（見本：黒地＋金枠＋黄見出し） ---------- */
body.touroku-complete .main_column .quote_box {
  position: relative !important;
  background: linear-gradient(160deg, #161616 0%, #0e0e0e 100%) !important;
  border: 2px solid var(--blue) !important;
  border-left: 6px solid var(--blue) !important;
  border-radius: 12px !important;
  padding: 1.8rem 1.6rem !important;
  margin: 1.6rem var(--column-pad) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(30,58,110,0.15) !important;
  color: #e8e8e8 !important;
}
/* 声の見出し（1行目）＝黄系の強調（見本「これは単なるギャンブルではありませんね」） */
body.touroku-complete .main_column .quote_box p.fs18.bld {
  color: #ffd700 !important;
  font-size: 1.7rem !important;
  text-align: center !important;
  text-shadow: 0 0 14px rgba(30,58,110,0.35) !important;
  padding-bottom: 1rem !important;
  margin-bottom: 0.6rem !important;
  border-bottom: 1px dashed rgba(30,58,110,0.4) !important;
}
body.touroku-complete .main_column .quote_box p {
  color: #e0e0e0 !important;
}

/* ---------- 特典まとめ accent_box（金グラデの豪華枠） ---------- */
body.touroku-complete .main_column .accent_box {
  background: linear-gradient(135deg, #1a1407 0%, #0d0d0d 100%) !important;
  border: 2px solid var(--blue) !important;
  border-radius: 14px !important;
  padding: 2rem 1.6rem !important;
  margin: 2rem var(--column-pad) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.5), inset 0 0 30px rgba(30,58,110,0.08) !important;
}
body.touroku-complete .main_column .accent_box p { color: #f0e6c8 !important; }
body.touroku-complete .main_column .accent_box p.bld9,
body.touroku-complete .main_column .accent_box p.fs18 {
  color: #ffd700 !important;
  text-shadow: 0 0 12px rgba(30,58,110,0.3) !important;
}

/* ---------- 注意/チェックリスト blue_box（黒地＋金枠に格上げ） ---------- */
body.touroku-complete .main_column .blue_box {
  background: linear-gradient(160deg, #15110a 0%, #0d0d0d 100%) !important;
  border: 1.5px solid rgba(30,58,110,0.55) !important;
  border-radius: 12px !important;
  padding: 1.8rem 1.6rem !important;
  margin: 1.6rem var(--column-pad) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.45), inset 0 0 0 1px rgba(30,58,110,0.12) !important;
}
body.touroku-complete .main_column .blue_box p { color: #e0e0e0 !important; }
/* blue_box内の見出し（青指定→金）とチェック項目を金強調 */
body.touroku-complete .main_column .blue_box p.bld {
  color: #ffd700 !important;
  text-shadow: 0 0 10px rgba(30,58,110,0.3) !important;
}

/* ============================================================================
   見本画像の豪華装飾クラス（rich_card / flame_box / check_card / comment_box）
   ============================================================================ */

/* ---------- ① 保証カード rich_card（見本画像1：赤帯＋黒地＋金枠＋ロゴ透かし） ---------- */
body.touroku-complete .main_column .rich_card {
  margin: 1.8rem var(--column-pad);
  border: 3px solid var(--blue);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0,0,0,0.55), 0 0 0 4px rgba(0,0,0,0.4);
  background: #0d0d0d;
}
body.touroku-complete .main_column .rich_card_band {
  padding: 1.1rem 1rem;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  border-bottom: 3px double #ffd700;
  color: #ffd700;
  font-family: var(--font-gothic);
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0,0,0,0.6);
}
body.touroku-complete .main_column .rich_card_body {
  position: relative;
  padding: 2rem 1.4rem 2.4rem;
  background: linear-gradient(160deg, #1a1a1a 0%, #0a0a0a 100%);
  overflow: hidden;
}
/* ロゴ透かし背景 */
body.touroku-complete .main_column .rich_card_logo {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 90%; height: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}
body.touroku-complete .main_column .rich_card_inner { position: relative; z-index: 1; }
body.touroku-complete .main_column .rich_card_lead {
  color: #ddd; text-align: center; line-height: 2; margin-bottom: 1.4rem; padding: 0;
}
body.touroku-complete .main_column .rich_card_sub {
  color: #fff; text-align: center; font-size: 1.15rem; font-weight: 700; padding: 0.3rem 0;
}
body.touroku-complete .main_column .rich_card_title {
  color: #ffd700; text-align: center;
  font-family: var(--font-gothic); font-size: 3rem; font-weight: 900;
  line-height: 1.3; padding: 0.4rem 0;
  text-shadow: 0 0 18px rgba(30,58,110,0.5), 0 2px 6px rgba(0,0,0,0.6);
}
body.touroku-complete .main_column .rich_card_price {
  color: #fff200; text-align: center;
  font-family: var(--font-gothic); font-size: 2.3rem; font-weight: 900;
  line-height: 1.4; margin-top: 0.6rem; padding: 0;
  text-shadow: 0 0 14px rgba(255,215,0,0.4);
}
body.touroku-complete .main_column .rich_card_price .unit { font-size: 1.1rem; }

/* ---------- ② 締切 flame_box（見本画像2：赤地＋二重金枠＋黄文字強調） ---------- */
body.touroku-complete .main_column .flame_box {
  position: relative;
  margin: 1.6rem var(--column-pad);
  padding: 2.2rem 1.4rem;
  background:
    radial-gradient(circle at 12% 88%, rgba(255,180,60,0.5), transparent 38%),
    radial-gradient(circle at 88% 12%, rgba(255,180,60,0.45), transparent 38%),
    linear-gradient(135deg, #d4231a 0%, #a01010 55%, #7a0c0c 100%);
  border: 3px solid #ffd700;
  border-radius: 6px;
  box-shadow: 0 0 0 5px rgba(0,0,0,0.85), 0 0 26px rgba(255,180,60,0.3), inset 0 0 24px rgba(0,0,0,0.35);
  text-align: center;
}
/* 二重枠の内側ライン */
body.touroku-complete .main_column .flame_box::before {
  content:""; position:absolute; inset:7px;
  border: 1.5px solid rgba(255,215,0,0.55); border-radius: 3px; pointer-events:none;
}
body.touroku-complete .main_column .flame_box_lead {
  position: relative; z-index:1;
  color: #fff; font-size: 1.5rem; font-weight: 900; line-height: 1.6;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5); padding: 0 0 1rem;
}
body.touroku-complete .main_column .flame_box_main {
  position: relative; z-index:1;
  color: #fff; font-family: var(--font-gothic); font-size: 2.1rem; font-weight: 900;
  line-height: 1.5; padding: 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
body.touroku-complete .main_column .flame_box_em {
  color: #fff200; font-size: 1.35em;
  text-shadow: 0 0 16px rgba(255,242,0,0.6), 0 2px 6px rgba(0,0,0,0.5);
}

/* ---------- ③ チェックリスト check_card（見本画像1・2風：赤帯見出し＋黒地本文） ---------- */
body.touroku-complete .main_column .check_card {
  margin: 1.2rem var(--column-pad);
  border: 2px solid var(--blue);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,0.45), inset 0 0 0 1px rgba(30,58,110,0.15);
  background: #0d0d0d;
}
body.touroku-complete .main_column .check_card_head {
  padding: 1rem 1.2rem;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  border-bottom: 2px solid var(--blue);
  color: #fff;
  font-family: var(--font-gothic);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
body.touroku-complete .main_column .check_card_no {
  display: inline-block;
  margin-right: 0.5rem;
  color: #ffd700;
  font-size: 1.4rem;
  text-shadow: 0 0 10px rgba(255,215,0,0.5);
}
body.touroku-complete .main_column .check_card_body {
  padding: 1.4rem 1.3rem;
  background: linear-gradient(160deg, #1a1a1a 0%, #0e0e0e 100%);
  color: #e6e6e6;
  line-height: 2;
}

/* ---------- ④ ユーザーの声 comment_box（見本画像3：WPコメント風） ---------- */
body.touroku-complete .main_column .comment_box {
  margin: 1.6rem var(--column-pad);
  background: #f4f1e8;
  border-left: 5px solid var(--red);
  border-radius: 3px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.3);
  overflow: hidden;
}
body.touroku-complete .main_column .comment_head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
body.touroku-complete .main_column .comment_avatar {
  flex: 0 0 auto;
  width: 44px; height: 44px;
  border-radius: 3px;
  background: #c9c9c9;
  position: relative;
}
/* 初期アイコン（人型シルエット） */
body.touroku-complete .main_column .comment_avatar::before {
  content:""; position:absolute; top:9px; left:50%; transform:translateX(-50%);
  width:14px; height:14px; border-radius:50%; background:#fff;
}
body.touroku-complete .main_column .comment_avatar::after {
  content:""; position:absolute; bottom:5px; left:50%; transform:translateX(-50%);
  width:26px; height:15px; border-radius:13px 13px 0 0; background:#fff;
}
body.touroku-complete .main_column .comment_meta { display:flex; flex-direction:column; line-height:1.4; }
body.touroku-complete .main_column .comment_name {
  color: #1a1a1a; font-weight: 700; font-size: 1.05rem; padding:0;
}
body.touroku-complete .main_column .comment_mail {
  color: #2d6cb5; font-size: 0.85rem; padding:0;
}
body.touroku-complete .main_column .comment_body {
  padding: 1rem 1.2rem 1.3rem;
}
body.touroku-complete .main_column .comment_body p {
  color: #2b2b2b !important;
  line-height: 1.9;
  padding: 0.35rem 0;
}
body.touroku-complete .main_column .comment_subject {
  color: #1a1a1a !important;
  font-weight: 900;
  font-size: 1.5rem !important;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

/* ---------- ネガティブ強調 emph_red（赤＋太字＋シャドウ） ---------- */
body.touroku-complete .main_column p.emph_red,
body.touroku-complete .main_column .emph_red {
  color: var(--red) !important;
  font-weight: 900 !important;
  text-shadow: 0 2px 6px rgba(0,0,0,0.35), 0 0 14px rgba(30,58,110,0.3) !important;
}

/* ---------- 特典まとめ benefit_summary（他と揃える：赤帯＋黒地＋金リスト） ---------- */
body.touroku-complete .main_column .benefit_summary {
  margin: 1.8rem var(--column-pad);
  border: 3px solid var(--blue);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,0.55), 0 0 0 4px rgba(0,0,0,0.4);
  background: #0d0d0d;
}
body.touroku-complete .main_column .benefit_summary_head {
  padding: 1.2rem 1rem;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  border-bottom: 3px double #ffd700;
  color: #ffd700;
  font-family: var(--font-gothic);
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0,0,0,0.6);
}
body.touroku-complete .main_column .benefit_summary_body {
  padding: 1.6rem 1.4rem;
  background: linear-gradient(160deg, #1a1a1a 0%, #0c0c0c 100%);
}
body.touroku-complete .main_column .benefit_item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 0.6rem !important;
  margin: 0;
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px dashed rgba(30,58,110,0.3);
}
body.touroku-complete .main_column .benefit_item:last-child { border-bottom: none; }
body.touroku-complete .main_column .benefit_no {
  flex: 0 0 auto;
  display: inline-block;
  padding: 0.3rem 0.7rem;
  background: linear-gradient(135deg, var(--blue-light) 0%, var(--blue) 100%);
  border-radius: 5px;
  color: #1a1a1a;
  font-family: var(--font-gothic);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

/* ---------- flame_box内の注意本文 ---------- */
body.touroku-complete .main_column .flame_box_note {
  position: relative; z-index: 1;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.9;
  padding: 0.8rem 0 0;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

/* ============================================================================
   大強調をメインカラム幅90%程度まで拡大（gothic_force系の見出し級強調）
   ============================================================================ */
/* 中央の大強調（bld9 + gothic_force）＝1行が長くてもカラム幅いっぱいに近づける */
body.touroku-complete .main_column p.bld9.gothic_force {
  font-size: 3.2rem !important;
  line-height: 1.35 !important;
  letter-spacing: 0.01em;
}
/* num_impact（数字訴求）はさらに特大に */
body.touroku-complete .main_column .num_impact {
  font-size: 3.8rem !important;
  line-height: 1.25 !important;
}
body.touroku-complete .main_column .num_impact .unit { font-size: 0.45em !important; }

/* SP（スマホ）では収まる範囲に */
@media (max-width: 768px) {
  body.touroku-complete .main_column p.bld9.gothic_force { font-size: 2rem !important; }
  body.touroku-complete .main_column .num_impact { font-size: 2.3rem !important; }
}

/* ---------- スクロール誘導ボタン（FV直後・明滅・メインカラム冒頭へ） ---------- */
.scroll_guide {
  background: #0a0a0a;
  text-align: center;
  padding: 1.6rem 1rem;
}
.scroll_guide_btn {
  display: inline-block;
  color: var(--blue-light, #d4af37);
  font-family: var(--font-gothic);
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-shadow: 0 0 14px rgba(30,58,110,0.5);
  animation: scroll_blink 1.4s ease-in-out infinite;
  cursor: pointer;
}
@keyframes scroll_blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}
@media (max-width: 768px) {
  .scroll_guide_btn { font-size: 1.1rem; }
}

/* ============================================================================
   サンクスページ（セールスLPと同一構造：main_column を流用）
   背景= ty_bg.png ／ メインカラムは明るい下地+テクスチャ（黒文字のまま）
   黒装飾は BOX 部分（flame_box/blue_box/feature_box/check_card）だけ
   ============================================================================ */
/* 全体背景 = ty_bg.png（メインカラムの外側だけ） */
#wrapper.thanks-trc {
  background-color: #0a0a0a;
  background-image: url('/images/member/plan/touroku-complete/ty_bg.png');
  background-repeat: repeat-y;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 2rem;
}
/* クレジット同意チェック前の決済ボックスはメインカラム内なので装飾不要 */
#wrapper.thanks-trc .thanks-payment-box { text-align: center; }
#wrapper.thanks-trc .crbutton {
  display: inline-block;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  color: #ffd700;
  border: 3px solid var(--blue);
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 900;
  padding: 1.1rem 2.4rem;
  margin: 1rem 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  cursor: pointer;
}
/* 同意前は半透明（見本のJS制御をそのまま活かす） */
#wrapper.thanks-trc input[type="submit"] { opacity: 0.5; }
#wrapper.thanks-trc #js-submit-box:not(.hidden) input[type="submit"] { opacity: 1; }

/* ============================================================================
   コラボ買い目 サンクスページ専用 追記
   - 背景 ty_bg.png / 決済ジャンプボタン（収縮アニメ）
   ============================================================================ */

/* サンクス専用 背景画像（ty_bg.png） */
body.touroku-complete-thanks::before {
  background-image: url(../../../../images/member/plan/touroku-complete/ty_bg.png) !important;
}

/* 決済エリアへのジャンプボタン（金赤・収縮アニメで誘目） */
body.touroku-complete .main_column .ty_jump_btn {
  display: block;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  text-align: center;
  text-decoration: none;
  color: #ffd700 !important;
  font-family: var(--font-gothic);
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, #cc1a1a 0%, #8b0000 100%);
  border: 2px solid var(--blue, #c5a44e);
  border-radius: 14px;
  box-shadow: 0 8px 0 #5e0c0c, 0 14px 26px rgba(30,58,110,0.3);
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
  animation: ty_jump_pulse 1.4s ease-in-out infinite;
  cursor: pointer;
  transition: transform 0.1s ease;
}
body.touroku-complete .main_column .ty_jump_btn:hover {
  transform: translateY(-2px);
}
body.touroku-complete .main_column .ty_jump_btn:active {
  transform: translateY(4px);
  box-shadow: 0 4px 0 #5e0c0c, 0 8px 16px rgba(30,58,110,0.3);
}
body.touroku-complete .main_column .ty_jump_btn_sub {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.62em;
  font-weight: 700;
  color: #fff !important;
  text-shadow: none;
  line-height: 1.5;
}

/* 収縮（拡大→縮小）で「押せる」と分かるアニメ */
@keyframes ty_jump_pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 8px 0 #5e0c0c, 0 14px 26px rgba(30,58,110,0.3); }
  50% { transform: scale(1.04); box-shadow: 0 8px 0 #5e0c0c, 0 16px 32px rgba(30,58,110,0.45), 0 0 22px rgba(255,215,0,0.25); }
}

@media (max-width: 768px) {
  body.touroku-complete .main_column .ty_jump_btn {
    font-size: 1.2rem;
    padding: 1.2rem 1.2rem;
  }
}
/* ============================================================================
   動画埋め込み（2606_sl.mp4 / poster: al_amn.png）
   ============================================================================ */
body.touroku-complete .trc_video {
  margin: 1.5rem var(--column-pad);
  border: 3px solid var(--blue);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.5), 0 0 0 4px rgba(0,0,0,0.35);
  background: #000;
}
body.touroku-complete .trc_video_el {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}

/* ============================================================================
   YouTube 埋め込み（16:9 レスポンシブ）
   既存の .trc_video（黒枠・金枠）の内側に配置
   ============================================================================ */
body.touroku-complete .trc_video_yt {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
body.touroku-complete .trc_video_yt iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
/* aspect-ratio 非対応の古いブラウザ用フォールバック */
@supports not (aspect-ratio: 16 / 9) {
  body.touroku-complete .trc_video_yt { height: 0; padding-bottom: 56.25%; }
}

/* ============================================================================
   流れる声（自動スクロールコメント／trcテーマ：黒金）
   ============================================================================ */
.kc-scroll-wrap {
  margin: 1.5rem var(--column-pad);
  background: #0d0d0d;
  border: 2px solid var(--blue);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(197,164,78,0.2);
}
.kc-scroll-wrap *,
.kc-scroll-wrap *::before,
.kc-scroll-wrap *::after { box-sizing: border-box; }
.kc-scroll-header {
  background: linear-gradient(135deg, #1a1a1a 0%, #15110a 100%);
  border-bottom: 2px solid var(--blue);
  color: var(--blue-light, #d4af37);
  padding: 12px 15px;
  font-weight: 900;
  font-size: 1rem;
  font-family: var(--font-gothic);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kc-scroll-label {
  font-size: 0.78em;
  background: rgba(197,164,78,0.18);
  color: var(--blue-light, #d4af37);
  padding: 2px 10px;
  border-radius: 10px;
  letter-spacing: 0.05em;
}
.kc-scroll-box {
  height: 720px;
  overflow-y: hidden;
  padding: 15px;
  background: #fdfbf6;
  background-image: url("https://www.transparenttextures.com/patterns/clean-textile.png");
  line-height: 1.7;
  font-size: 0.95em;
  color: #2b2b2b;
  position: relative;
  cursor: default;
}
.kc-scroll-item {
  border-bottom: 1px solid #e6ddc4;
  padding: 12px 6px;
  margin-bottom: 4px;
  color: #2b2b2b;
}
.kc-scroll-item::before {
  content: "◆ ";
  color: var(--blue, #c5a44e);
  font-weight: 900;
}
.kc-scroll-footer {
  background: linear-gradient(135deg, #1a1a1a 0%, #15110a 100%);
  border-top: 1px solid rgba(197,164,78,0.4);
  padding: 10px;
  text-align: center;
  font-size: 0.85em;
  
  color: #cbbf99;
}
@media (max-width: 768px) {
  .kc-scroll-box { height: 300px; }
}

/* ============================================================================
   CLBYE オープニング演出 + YouTube高画質サムネイル v2
   - ヘッダー画像は元LPと同じフル幅表示
   - 暗転から浮かび上がる演出
   - 紙吹雪は画面上部から自然に落下
   - 金属光沢は白い線ではなく、控えめなゴールドの反射として走らせる
   ============================================================================ */

body.touroku-complete.trc-opening {
  overflow: hidden;
}

body.touroku-complete .trc_opening {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #000;
  opacity: 1;
  pointer-events: none;
  overflow: hidden;
  animation: trcOpeningFadeOut 0.85s ease 4.7s forwards;
}

/* 暗転の深さと、金の余韻だけを薄く残す。ぼかしは使わない */
body.touroku-complete .trc_opening::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.34) 0%, rgba(0,0,0,0.12) 42%, rgba(0,0,0,0.5) 100%),
    linear-gradient(90deg, rgba(197,164,78,0.08) 0%, transparent 22%, transparent 78%, rgba(197,164,78,0.08) 100%);
  opacity: 0;
  animation: trcOpeningDarkMood 1.35s ease 0.05s forwards;
}

/* 旧バージョンの白い斜線は使わない */
body.touroku-complete .trc_opening_shine {
  display: none;
}

/* 元LPのヘッダーと同じく、横幅いっぱいに表示 */
body.touroku-complete .trc_opening_header {
  position: relative;
  z-index: 3;
  width: 100vw;
  max-width: none;
  margin: 0;
  opacity: 0;
  filter: brightness(0) contrast(1.08) saturate(0.85);
  overflow: hidden;
  animation: trcHeaderEmerge 1.9s cubic-bezier(.18,.78,.24,1) 0.28s forwards;
}

body.touroku-complete .trc_opening_header img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  transform-origin: center top;
  animation: trcHeaderHeartbeat 1.08s ease-in-out 2.05s 2;
}

/* 金属光沢：白線ではなく、金の反射が一度だけ薄く走る */
body.touroku-complete .trc_opening_header::after {
  content: "";
  position: absolute;
  top: -8%;
  bottom: -8%;
  left: -42%;
  z-index: 4;
  width: 26%;
  transform: skewX(-18deg);
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255, 223, 93, 0.00) 28%,
    rgba(255, 232, 128, 0.10) 42%,
    rgba(255, 246, 190, 0.24) 50%,
    rgba(184, 135, 22, 0.16) 58%,
    rgba(255, 222, 90, 0.06) 68%,
    transparent 100%
  );
  opacity: 0;
  mix-blend-mode: screen;
  animation: trcMetalSheen 1.18s ease 3.12s forwards;
}

body.touroku-complete .trc_confetti {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
}

body.touroku-complete .trc_confetti span {
  position: absolute;
  top: -32vh;
  left: var(--left, 50%);
  width: var(--w, 8px);
  height: var(--h, 14px);
  background: linear-gradient(135deg, #fff7b0 0%, #ffd700 46%, #9f7416 100%);
  box-shadow: 0 0 7px rgba(255,215,0,0.34);
  opacity: 0;
  border-radius: 2px;
  transform: translate3d(0, -32vh, 0) rotate(0deg);
  animation: trcConfettiFall var(--fall, 3s) cubic-bezier(.18,.62,.26,1) var(--delay, 2.15s) forwards;
}

body.touroku-complete .trc_confetti span.bright {
  background: linear-gradient(135deg, #fffde0 0%, #ffdc38 45%, #c99a2e 100%);
}

body.touroku-complete .trc_confetti span.pale {
  background: linear-gradient(135deg, #ffffff 0%, #e7c96a 54%, #9b7a2a 100%);
}

body.touroku-complete .trc_confetti span.coin {
  border-radius: 50%;
  height: var(--w, 8px);
  background: radial-gradient(circle at 35% 30%, #fffad0 0%, #ffd700 42%, #936511 100%);
}

@keyframes trcOpeningDarkMood {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes trcHeaderEmerge {
  0% {
    opacity: 0;
    filter: brightness(0) contrast(1.08) saturate(0.85);
  }
  28% {
    opacity: 1;
    filter: brightness(0.18) contrast(1.12) saturate(0.9);
  }
  68% {
    opacity: 1;
    filter: brightness(0.82) contrast(1.05) saturate(1.04);
  }
  100% {
    opacity: 1;
    filter: brightness(1) contrast(1) saturate(1);
  }
}

@keyframes trcHeaderHeartbeat {
  0%, 100% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.006);
  }
  62% {
    transform: scale(0.998);
  }
}

@keyframes trcConfettiFall {
  0% {
    opacity: 0;
    transform: translate3d(0, -32vh, 0) rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  72% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--x, 0px), 136vh, 0) rotate(var(--r, 900deg));
  }
}

@keyframes trcMetalSheen {
  0% {
    left: -42%;
    opacity: 0;
  }
  18% {
    opacity: 0.52;
  }
  64% {
    opacity: 0.42;
  }
  100% {
    left: 118%;
    opacity: 0;
  }
}

@keyframes trcOpeningFadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

body.touroku-complete .trc_opening.is-hidden {
  display: none;
}

/* YouTube 高画質サムネイル表示：クリック後にiframeへ差し替え */
body.touroku-complete .trc_video_lazy {
  cursor: pointer;
  background: #000;
  overflow: hidden;
}

body.touroku-complete .trc_video_thumb {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease, filter 0.3s ease;
}

body.touroku-complete .trc_video_lazy:hover .trc_video_thumb {
  transform: scale(1.03);
  filter: brightness(0.82);
}

body.touroku-complete .trc_video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(135deg, #cc1a1a 0%, #8b0000 100%);
  border: 3px solid var(--blue, #c5a44e);
  box-shadow:
    0 8px 22px rgba(0,0,0,0.45),
    0 0 24px rgba(197,164,78,0.35);
  z-index: 2;
}

body.touroku-complete .trc_video_play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 29px solid #ffd700;
}

@media (max-width: 768px) {
  body.touroku-complete .trc_opening {
    align-items: flex-start;
  }

  body.touroku-complete .trc_opening_header {
    width: 100vw;
  }

  body.touroku-complete .trc_confetti span {
    box-shadow: 0 0 5px rgba(255,215,0,0.28);
  }

  body.touroku-complete .trc_opening_header::after {
    width: 34%;
  }

  body.touroku-complete .trc_video_play {
    width: 68px;
    height: 68px;
  }

  body.touroku-complete .trc_video_play::before {
    border-top-width: 14px;
    border-bottom-width: 14px;
    border-left-width: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.touroku-complete .trc_opening {
    animation: trcOpeningFadeOut 0.3s ease 0.8s forwards;
  }

  body.touroku-complete .trc_opening_header,
  body.touroku-complete .trc_opening_header img,
  body.touroku-complete .trc_opening_header::after,
  body.touroku-complete .trc_opening::before,
  body.touroku-complete .trc_confetti span {
    animation: none !important;
  }

  body.touroku-complete .trc_opening_header {
    opacity: 1;
    filter: none;
  }
}


/* ============================================================================
   CLBYE 最新版 実績表（赤黒金・全文テーブル）
   - aa差し替え実績ブロック専用
   ============================================================================ */
body.touroku-complete .trc_results_all {
  margin: 2.5rem 0;
  padding: 2.2rem 1.4rem;
  background: linear-gradient(135deg, #080808 0%, #17100a 58%, #050505 100%);
  border: 3px solid var(--blue, #c5a44e);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.42), inset 0 0 0 1px rgba(255,215,0,0.18);
  overflow: hidden;
}
body.touroku-complete .trc_results_all_head {
  text-align: center;
  padding: 0 0 1.5rem;
  margin: 0 0 1.4rem;
  border-bottom: 1px solid rgba(197,164,78,0.42);
}
body.touroku-complete .trc_results_all_head p {
  padding: 0;
  margin: 0;
}
body.touroku-complete .trc_results_all_kicker {
  display: inline-block;
  padding: 0.35rem 1rem !important;
  color: #1a0f05;
  background: linear-gradient(135deg, #fff3a5 0%, #d4af37 48%, #9d7418 100%);
  border-radius: 999px;
  font-size: 0.95rem !important;
  font-weight: 900;
  line-height: 1.45 !important;
  letter-spacing: 0.08em;
}
body.touroku-complete .trc_results_all_title {
  margin-top: 0.9rem !important;
  color: #f7d66b;
  font-size: 2.35rem !important;
  font-weight: 900;
  line-height: 1.35 !important;
  text-shadow: 0 0 18px rgba(30,58,110,0.42), 0 3px 8px rgba(0,0,0,0.7);
}
body.touroku-complete .trc_results_all_lead {
  margin-top: 0.8rem !important;
  color: #d8d8d8;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}
body.touroku-complete .trc_results_summary_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0 0 1.2rem;
}
body.touroku-complete .trc_results_summary_item {
  min-height: 110px;
  padding: 1rem 0.55rem;
  text-align: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(197,164,78,0.36);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}
body.touroku-complete .trc_results_summary_item span {
  display: block;
  color: #b8b8b8;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
body.touroku-complete .trc_results_summary_item strong {
  display: block;
  margin-top: 0.45rem;
  color: #f5d56b;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-shadow: 0 0 12px rgba(30,58,110,0.28);
}
body.touroku-complete .trc_results_summary_hit strong,
body.touroku-complete .trc_results_summary_return strong {
  color: #ff3535;
  text-shadow: 0 0 12px rgba(30,58,110,0.34);
}
body.touroku-complete .trc_results_note {
  margin: 0 0 1.4rem;
  padding: 0.8rem 1rem;
  color: #e5e5e5;
  background: rgba(30,58,110,0.16);
  border-left: 5px solid var(--red, #cc1a1a);
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.7;
}
body.touroku-complete .trc_results_note span {
  display: inline-block;
  margin-right: 0.55em;
  padding: 0.12em 0.55em;
  color: #fff;
  background: var(--red, #cc1a1a);
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.86em;
}
body.touroku-complete .trc_results_table_title {
  margin: 1.5rem 0 0.7rem;
  padding: 0.55rem 0.8rem;
  color: #111;
  background: linear-gradient(135deg, #fff3a5 0%, #d4af37 52%, #9b741f 100%);
  border-radius: 8px;
  text-align: center;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
body.touroku-complete .trc_results_scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(197,164,78,0.52);
  border-radius: 10px;
  background: #090909;
}
body.touroku-complete .trc_results_scroll_detail {
  max-height: 680px;
  overflow-y: auto;
}
body.touroku-complete .trc_results_table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #f2f2f2;
  background: #101010;
  font-size: 0.82rem;
  line-height: 1.55;
}
body.touroku-complete .trc_results_table_detail {
  min-width: 1120px;
}
body.touroku-complete .trc_results_table th,
body.touroku-complete .trc_results_table td {
  padding: 0.72rem 0.65rem;
  border: 1px solid rgba(255,255,255,0.09);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
body.touroku-complete .trc_results_table th {
  position: sticky;
  top: 0;
  z-index: 2;
  color: #111;
  background: linear-gradient(135deg, #d4af37 0%, #fff0a0 48%, #9a6b12 100%);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
body.touroku-complete .trc_results_table tbody tr:nth-child(odd) {
  background: rgba(255,255,255,0.035);
}
body.touroku-complete .trc_results_table tbody tr:nth-child(even) {
  background: rgba(255,255,255,0.012);
}
body.touroku-complete .trc_results_table tbody tr:hover {
  background: rgba(30,58,110,0.14);
}
body.touroku-complete .trc_results_table tfoot td {
  color: #111;
  background: linear-gradient(135deg, #f7d66b 0%, #c5a44e 100%);
  font-weight: 900;
}
body.touroku-complete .trc_td_hit {
  color: #ff3f3f !important;
  font-weight: 900;
}
body.touroku-complete .trc_td_miss {
  color: #bdbdbd !important;
  font-weight: 900;
}
body.touroku-complete .trc_td_payout {
  color: #f7d66b !important;
  font-weight: 900;
}
body.touroku-complete .trc_td_loss {
  color: #9a9a9a !important;
  font-weight: 700;
}
body.touroku-complete .trc_td_em {
  color: #ffffff;
  font-weight: 800;
}
body.touroku-complete .trc_row_hit td:first-child {
  border-left: 4px solid var(--red, #cc1a1a);
}
body.touroku-complete .trc_row_miss td:first-child {
  border-left: 4px solid rgba(197,197,197,0.34);
}
@media (max-width: 768px) {
  body.touroku-complete .trc_results_all {
    margin: 2rem -0.6rem;
    padding: 1.4rem 0.7rem;
    border-width: 2px;
    border-radius: 12px;
  }
  body.touroku-complete .trc_results_all_title {
    font-size: 1.65rem !important;
  }
  body.touroku-complete .trc_results_all_lead {
    font-size: 0.82rem !important;
  }
  body.touroku-complete .trc_results_summary_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }
  body.touroku-complete .trc_results_summary_item {
    min-height: 92px;
    padding: 0.8rem 0.35rem;
  }
  body.touroku-complete .trc_results_summary_item span {
    font-size: 0.68rem;
  }
  body.touroku-complete .trc_results_summary_item strong {
    font-size: 1.05rem;
  }
  body.touroku-complete .trc_results_table_title {
    font-size: 0.9rem;
  }
  body.touroku-complete .trc_results_table {
    font-size: 0.72rem;
  }
  body.touroku-complete .trc_results_table th,
  body.touroku-complete .trc_results_table td {
    padding: 0.58rem 0.5rem;
  }
  body.touroku-complete .trc_results_scroll_detail {
    max-height: 620px;
  }
}

/* ============================================================================
   予想家コロッセオ セールスLP
   カラーテーマ：赤・金・白・オレンジ
   クラス名：汎用的・使い回し可能
   ============================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700;900&family=Noto+Sans+JP:wght@400;600;700;900&display=swap');

:root {
  --white: #ffffff;
  --white-off: #f6f9fc;
  --black: #1a1a1a;
  --black-soft: #333333;
  --blue: #1e3a6e; /* navy-main */
  --blue-dark: #142952; /* dark-navy */
  --blue-light: #264d8a; /* gold */
  --sky: #e67e22; /* orange */
  --sky-light: #f39c12; /* orange-light */
  --sky-bg: rgba(30, 58, 110, 0.06); /* red-bg */
  --orange: #cc1a1a; /* red */
  --orange-bright: #ff3333; /* red-bright */
  --orange-bg: rgba(30, 58, 110, 0.06); /* red-bg */
  --red: #cc1a1a;
  --gray: #888888;
  --gray-light: #cccccc;
  --gray-border: #dde4ec;
  --font-main: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --font-gothic: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --column-max: 740px;
  --column-pad: 2.4rem;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; }

/* ============================================================================
   BODY + BACKGROUND
   ============================================================================ */
body.touroku-complete {
  background-color: #1a1a1a;
  color: var(--black);
  font-family: var(--font-main);
  font-size: 20px;
  line-height: 3.0;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  margin: 0; padding: 0;
}

body.touroku-complete::before {
  content: "";
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: -1;
  width: 100%; height: 100vh;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #1a1a1a;
}

/* ============================================================================
   HEADER
   ============================================================================ */
#header {
  position: relative;
  z-index: 10;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.header_img { margin: 0; padding: 0; text-align: center; line-height: 0; }
.header_img img { display: inline-block; width: 60%; height: auto; }
.pconly { display: block; }
.sponly { display: none; }
@media (max-width: 768px) { .pconly { display: none; } .sponly { display: block; } }
.w100 { width: 100%; height: auto; }
.w60 { width: 60%; height: auto; }

/* ============================================================================
   MAIN COLUMN
   ============================================================================ */
.main_wrap {
  position: relative;
  z-index: 10;
  max-width: var(--column-max);
  margin: 0 auto;
  padding: 0;
}
.main_column {
  background-color: var(--white);
  background-image: url("https://www.transparenttextures.com/patterns/clean-textile.png");
  background-repeat: repeat;
  border-left: 1px solid var(--gray-border);
  border-right: 1px solid var(--gray-border);
  border-bottom: 1px solid var(--gray-border);
  box-shadow: 0 4px 40px rgba(0,0,0,0.06);
}

/* ============================================================================
   SECTION
   ============================================================================ */
.sec {
  padding: 4rem var(--column-pad);
}
.sec + .sec {
  border-top: 1px solid var(--gray-border);
}

/* ============================================================================
   SUBHEAD
   ============================================================================ */
.subhead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  font-family: var(--font-gothic);
  color: var(--blue);
  line-height: 1.6;
  padding: 3rem var(--column-pad) 2rem;
  letter-spacing: 0.08em;
  position: relative;
  text-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
.subhead::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue-light), transparent);
  margin: 1.5rem auto 0;
}

/* ============================================================================
   TEXT
   ============================================================================ */
p { padding: 0 var(--column-pad); margin-bottom: 0.2rem; }
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs24 { font-size: 24px; }
.fs28 { font-size: 28px; }
.fs32 { font-size: 32px; }
.fs36 { font-size: 36px; }
.fs48 { font-size: 48px; }
.bld { font-weight: 700; }
.bld9 { font-weight: 900; }
.center { text-align: center; }
.left { text-align: left; }
.red { color: var(--red); }
.blue { color: var(--blue); }
.sky { color: var(--sky); }
.orange { color: var(--orange); }
.gray { color: var(--gray); }
.white { color: var(--white); }
.lh18 { line-height: 1.8; }
.lh22 { line-height: 2.2; }
.lh28 { line-height: 2.8; }
.lh32 { line-height: 3.2; }
.ls01 { letter-spacing: 0.1em; }
.red_border { border-bottom: 3px solid var(--red); padding-bottom: 2px; }
.blue_border { border-bottom: 3px solid var(--blue); padding-bottom: 2px; }
.orange_border { border-bottom: 3px solid var(--orange); padding-bottom: 2px; }
.strikethrough { text-decoration: line-through; color: var(--gray); }

/* SPACER */
.blank { height: 2.5rem; }
.blank_l { height: 4.5rem; }
.blank_xl { height: 6rem; }

/* ============================================================================
   BOX STYLES
   ============================================================================ */
.blue_box {
  background: var(--sky-bg);
  border: 1px solid rgba(92, 192, 232, 0.25);
  border-radius: 8px;
  padding: 2rem;
  margin: 1.5rem var(--column-pad);
}
.orange_box {
  background: var(--orange-bg);
  border: 1px solid rgba(232, 122, 30, 0.25);
  border-radius: 8px;
  padding: 2rem;
  margin: 1.5rem var(--column-pad);
}
.white_box {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: 8px;
  padding: 2rem;
  margin: 1.5rem var(--column-pad);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.accent_box {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  border-radius: 8px;
  padding: 2rem;
  margin: 1.5rem var(--column-pad);
  color: var(--white);
}
.accent_box p { color: var(--white); }

/* ============================================================================
   QUOTE (ユーザーの声)
   ============================================================================ */
.quote_box {
  background: var(--white-off);
  border-left: 4px solid var(--blue-light);
  padding: 1.2rem 1.5rem;
  margin: 0.8rem var(--column-pad);
  font-size: 1rem;
  line-height: 2.2;
  color: var(--black-soft);
}

/* ============================================================================
   PRICE
   ============================================================================ */
.price_box {
  text-align: center;
  padding: 2rem var(--column-pad);
  margin: 1rem var(--column-pad);
  background: linear-gradient(135deg, rgba(26, 95, 168, 0.06) 0%, rgba(92, 192, 232, 0.08) 100%);
  border: 2px solid var(--blue);
  border-radius: 8px;
}
.price_old {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gray);
  text-decoration: line-through;
}
.price_final {
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--orange);
  text-shadow: 0 0 20px rgba(232, 122, 30, 0.15);
}
.price_note {
  font-size: 0.85rem;
  color: var(--gray);
  margin-top: 0.5rem;
}

/* ============================================================================
   FEATURE (特典)
   ============================================================================ */
.feature_box {
  background: var(--sky-bg);
  border: 1px solid rgba(92, 192, 232, 0.25);
  border-radius: 8px;
  padding: 2rem;
  margin: 1.5rem var(--column-pad);
  text-align: center;
}
.feature_num {
  font-family: var(--font-gothic);
  font-size: 0.85rem;
  font-weight: 900;
  color: var(--blue);
  letter-spacing: 0.2em;
}
.feature_title {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--blue);
  margin: 0.3rem 0 1rem;
}

/* ============================================================================
   NUMBER IMPACT (数字訴求)
   ============================================================================ */
.num_impact {
  text-align: center;
  font-family: var(--font-gothic);
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--orange);
  line-height: 1.4;
  padding: 0.5rem var(--column-pad);
  letter-spacing: 0.04em;
  text-shadow: 0 0 10px rgba(232, 122, 30, 0.2);
}
.num_impact.blue { color: var(--blue); }
.num_impact .unit { font-size: 0.5em; }
.num_impact_sub {
  text-align: center;
  font-size: 0.95rem;
  color: var(--gray);
  margin-top: 0.3rem;
}

/* ============================================================================
   BADGE (限定・先着)
   ============================================================================ */
.badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-bright) 100%);
  color: var(--white);
  font-family: var(--font-gothic);
  font-size: 0.9rem;
  font-weight: 900;
  border-radius: 999px;
  letter-spacing: 0.1em;
}
.badge.blue {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);
}

/* ============================================================================
   IMAGE PLACEHOLDER
   ============================================================================ */
.img_placeholder {
  text-align: center;
  padding: 2rem var(--column-pad);
  margin: 1.5rem var(--column-pad);
  border: 1px dashed var(--blue-light);
  border-radius: 6px;
  background: var(--sky-bg);
  color: var(--gray);
  font-family: var(--font-gothic);
  font-size: 0.85rem;
  line-height: 1.8;
}

/* ============================================================================
   DIVIDER
   ============================================================================ */
.divider {
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--blue-light) 20%, var(--sky) 50%, var(--blue-light) 80%, transparent 100%);
  margin: 0; border: none;
}

/* ============================================================================
   YOUKOU (要項テーブル)
   ============================================================================ */
.youkou_wrap {
  max-width: var(--column-max);
  margin: 0 auto;
  padding: 2rem 0;
  position: relative; z-index: 10;
}
.youkou {
  background: var(--white);
  border: 1px solid var(--blue-light);
  overflow: hidden;
}
.youkou_head {
  background: linear-gradient(135deg, rgba(26, 95, 168, 0.1) 0%, rgba(92, 192, 232, 0.05) 100%);
  padding: 1.5rem 1rem;
  text-align: center;
  border-bottom: 2px solid var(--blue-light);
}
.youkou_title {
  font-family: var(--font-main);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.1em;
}
.youkou_table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-main);
  font-size: 0.95rem;
  line-height: 2;
  color: var(--black);
}
.youkou_table th {
  background: var(--sky-bg);
  color: var(--blue);
  font-weight: 700;
  padding: 1.2rem 1rem;
  border: 1px solid var(--gray-border);
  text-align: center;
  width: 120px;
  vertical-align: top;
  font-size: 0.9rem;
}
.youkou_table td {
  padding: 1.2rem 1.2rem;
  border: 1px solid var(--gray-border);
  vertical-align: top;
}
.youkou_table td p { margin: 0 0 0.5rem; padding: 0; line-height: 2; }
.youkou_table td p:last-child { margin-bottom: 0; }
.youkou_price { font-size: 1.3rem; font-weight: 900; color: var(--orange); }
.youkou_note { font-size: 0.85rem; color: var(--gray); }
@media (max-width: 768px) {
  .youkou_table th { display: block; width: 100%; border-bottom: none; padding: 0.8rem 1rem; }
  .youkou_table td { display: block; width: 100%; padding: 0.8rem 1rem 1.5rem; }
}

/* ============================================================================
   FORM
   ============================================================================ */
.form_wrap {
  max-width: var(--column-max);
  margin: 0 auto;
  padding: 0 0 3rem;
  position: relative; z-index: 10;
}
.form_frame {
  background: var(--white);
  border: 1px solid var(--blue-light);
}
.form_head {
  background: linear-gradient(135deg, rgba(26, 95, 168, 0.08) 0%, rgba(92, 192, 232, 0.04) 100%);
  padding: 1.5rem 1rem;
  text-align: center;
  border-bottom: 2px solid var(--blue-light);
}
.form_title { font-family: var(--font-main); font-size: 1.3rem; font-weight: 700; color: var(--blue); letter-spacing: 0.1em; margin: 0; }
.form_lead { font-size: 0.9rem; color: var(--gray); margin-top: 0.5rem; padding: 0; }
.form_body { padding: 2rem 1.5rem; }
.form_table { width: 100%; border-collapse: collapse; }
.form_row { border-bottom: 1px solid var(--gray-border); }
.form_th { padding: 1.2rem 1rem; font-family: var(--font-gothic); font-size: 0.95rem; font-weight: 700; color: var(--blue); vertical-align: top; text-align: left; width: 120px; }
.form_td { padding: 1.2rem 0.5rem; vertical-align: top; }
.form_td.left { text-align: left; }
.form_req { display: inline-block; color: var(--red); font-size: 0.75rem; font-weight: 700; }
.form_input, .ui-form__textInput {
  width: 100%; max-width: 400px; padding: 0.8rem 1rem; font-size: 1rem;
  font-family: var(--font-gothic); background: var(--white-off);
  border: 1px solid var(--gray-border); border-radius: 4px; color: var(--black);
  outline: none; transition: border-color 0.3s;
}
.form_input:focus, .ui-form__textInput:focus { border-color: var(--blue-light); box-shadow: 0 0 8px rgba(92, 192, 232, 0.2); }
.ui-form__radioInput { display: none; }
.radio_pill {
  display: block; padding: 0.9rem 1.5rem; font-family: var(--font-gothic);
  font-size: 1rem; font-weight: 700; color: var(--black-soft);
  background: var(--white-off); border: 1px solid var(--gray-border);
  border-radius: 6px; cursor: pointer; text-align: center; transition: all 0.3s;
}
.ui-form__radioInput:checked + .radio_pill { background: var(--sky-bg); border-color: var(--blue-light); color: var(--blue); }
.radio_pill:hover { border-color: var(--blue-light); }
.payment_group { display: flex; flex-direction: column; gap: 10px; }
.form_help { color: var(--gray); font-size: 0.8rem; line-height: 1.8; }
.form_note { font-size: 0.8rem; line-height: 1.8; color: var(--black-soft); padding: 0; }
.form_note_em { color: var(--red); }
.form_error { color: var(--red); font-size: 0.85rem; }
.form_br { display: block; margin-bottom: 0.3rem; }
.sb { display: none; }
@media (max-width: 768px) { .sb { display: inline; } }
.submit_area { text-align: center; margin-top: 2rem; }
.submit_lead { font-size: 0.9rem; color: var(--black-soft); margin-bottom: 1rem; }
.submit_arrow { margin-bottom: 1rem; }
.submit_arrow img { width: 40px; height: auto; }
.submit_btn, .gsub {
  display: inline-block; padding: 1.2rem 4rem; font-family: var(--font-gothic);
  font-size: 1.3rem; font-weight: 900; color: #ffd700;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  border: 3px solid var(--blue); border-radius: 8px; cursor: pointer;
  letter-spacing: 0.15em; transition: all 0.3s; box-shadow: 0 4px 20px rgba(232, 122, 30, 0.3);
}
.submit_btn:hover, .gsub:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(232, 122, 30, 0.5); }
@media (max-width: 768px) {
  .form_th { display: block; width: 100%; padding: 0.8rem 0.5rem 0.3rem; }
  .form_td { display: block; width: 100%; padding: 0.3rem 0.5rem 1rem; }
  .form_input, .ui-form__textInput { max-width: 100%; }
  .submit_btn, .gsub { width: 90%; padding: 1rem 1rem; font-size: 1.1rem; }
}

/* ============================================================================
   CTA BUTTON
   ============================================================================ */
.cta_wrap { max-width: var(--column-max); margin: 0 auto; padding: 2rem 1rem; text-align: center; position: relative; z-index: 10; }
.cta_btn a {
  display: inline-block; padding: 1.2rem 3rem; font-family: var(--font-gothic);
  font-size: 1.2rem; font-weight: 900; color: #ffd700;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  border: 2px solid var(--blue); border-radius: 8px; text-decoration: none;
  letter-spacing: 0.1em; transition: all 0.3s; box-shadow: 0 4px 20px rgba(232, 122, 30, 0.3);
}
.cta_btn a:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(232, 122, 30, 0.5); }
.heartbeat { animation: heartbeat 2s ease-in-out infinite; }
@keyframes heartbeat { 0%, 100% { transform: scale(1); } 14% { transform: scale(1.05); } 28% { transform: scale(1); } 42% { transform: scale(1.03); } 56% { transform: scale(1); } }

/* ============================================================================
   FLOATING CTA
   ============================================================================ */
.float_cta {
  position: fixed; bottom: 24px; right: 24px; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  width: 115px; height: 115px; border-radius: 50%;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  border: 2px solid var(--blue);
  border: 3px solid var(--blue);
  box-shadow: 0 4px 20px rgba(232, 122, 30, 0.4), 0 0 30px rgba(26, 95, 168, 0.15);
  text-decoration: none; color: var(--white);
  font-family: var(--font-gothic); font-weight: 900;
  transition: transform 0.3s, box-shadow 0.3s;
  animation: floatPulse 2.5s ease-in-out infinite;
}
.float_cta:hover { transform: scale(1.1); box-shadow: 0 6px 30px rgba(232, 122, 30, 0.6); }
.float_cta__inner { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.float_cta__main { font-size: 0.85rem; letter-spacing: 0.08em; line-height: 1.4; text-align: center; color: #ffd700; }
.float_cta__sub { font-size: 0.6rem; font-weight: 400; color: var(--sky-light); margin-top: 3px; }
@keyframes floatPulse { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* ============================================================================
   FOOTER
   ============================================================================ */
.lp_footer {
  background: #edf1f5; border-top: 2px solid var(--blue-light);
  padding: 2.5rem 1rem; text-align: center; font-size: 0.85rem;
  color: #777; font-family: var(--font-gothic); position: relative; z-index: 10;
}
.lp_footer a { color: #888; text-decoration: none; margin: 0 0.5em; }
.lp_footer a:hover { color: var(--blue); }
.lp_footer .center { text-align: center; }
.lp_footer .mt20 { margin-top: 20px; }
.pc_only { display: inline; }
.sp_only { display: none; }
@media (max-width: 768px) { .pc_only { display: none; } .sp_only { display: inline; } }

/* ============================================================================
   UTILITY
   ============================================================================ */
.size0 { font-size: 0.8rem; }
.mt0 { margin-top: 0; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mb0 { margin-bottom: 0; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.nopad { padding: 0; }
.radio-input { cursor: pointer; }

/* ============================================================================
   RESPONSIVE
   ============================================================================ */
@media (max-width: 768px) {
  body.touroku-complete { font-size: 16px; line-height: 3.0; }
  :root { --column-pad: 1.4rem; }
  .subhead { font-size: 1.25rem; }
  .num_impact { font-size: 1.8rem; }
  .sec { padding: 3rem var(--column-pad); }
  .float_cta { bottom: 16px; right: 16px; width: 100px; height: 100px; }
  .float_cta__main { font-size: 0.78rem; }
  .price_final { font-size: 2rem; }
  .fs48 { font-size: 32px; }
  .fs36 { font-size: 24px; }
  .fs32 { font-size: 22px; }
  .fs28 { font-size: 20px; }
  .fs24 { font-size: 18px; }
}

/* ============================================================================
   FULL-WIDTH BAND（メインカラムから飛び出すフルワイド帯）
   ============================================================================ */
.full_band {
  position: relative;
  z-index: 10;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 2.5rem 1.5rem;
  text-align: center;
  font-family: var(--font-gothic);
}
.full_band_main {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-shadow: 0 3px 12px rgba(0,0,0,0.35);
  padding: 0;
  margin: 0;
}
.full_band_sub {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  margin-top: 0.8rem;
  padding: 0;
  letter-spacing: 0.05em;
}
.blue_band {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 60%, #0f1e3a 100%);
  box-shadow: 0 4px 20px rgba(30, 58, 110, 0.3);
}
.sky_band {
  background: linear-gradient(135deg, var(--sky) 0%, var(--blue-light) 60%, var(--blue) 100%);
  box-shadow: 0 4px 20px rgba(92, 192, 232, 0.3);
}
.orange_band {
  background: linear-gradient(135deg, var(--orange) 0%, #c55a00 60%, #a03f00 100%);
  box-shadow: 0 4px 20px rgba(232, 122, 30, 0.3);
}
@media (max-width: 768px) {
  .full_band { padding: 2rem 1rem; }
  .full_band_main { font-size: 1.3rem; }
  .full_band_sub { font-size: 0.95rem; }
}

/* ============================================================================
   TEXT EFFECTS（強調パターン）
   ============================================================================ */
/* ゴシック強制 */
.gothic_force { font-family: var(--font-gothic) !important; }

/* 光るテキスト（オレンジ） */
.text_glow_orange {
  text-shadow: 0 0 10px rgba(232, 122, 30, 0.4), 0 0 30px rgba(232, 122, 30, 0.2), 0 2px 4px rgba(0,0,0,0.1);
}

/* 光るテキスト（青） */
.text_glow_blue {
  text-shadow: 0 0 10px rgba(26, 95, 168, 0.4), 0 0 30px rgba(92, 192, 232, 0.2), 0 2px 4px rgba(0,0,0,0.1);
}

/* ドロップシャドウ（ソフト） */
.text_shadow_soft {
  text-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* ドロップシャドウ（ハード） */
.text_shadow_hard {
  text-shadow: 2px 2px 0 rgba(0,0,0,0.15), 0 4px 12px rgba(0,0,0,0.1);
  font-family: var(--font-gothic);
  font-weight: 900;
}

/* 落ち影付きBOX強調 */
.emphasis_box {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  background: rgba(26, 95, 168, 0.06);
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(26, 95, 168, 0.12);
  font-family: var(--font-gothic);
  font-weight: 900;
}

/* ============================================================================
   FADE-IN ANIMATION（スクロール連動）
   ============================================================================ */
.js-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-scroll.scrolled {
  opacity: 1;
  transform: translateY(0);
}
.fade-in {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.fade-in.scrolled {
  opacity: 1;
}
.fade-in-bottom {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in-bottom.scrolled {
  opacity: 1;
  transform: translateY(0);
}


/* --- 赤下線（重要部分用） --- */
.red_under {
  border-bottom: 3px solid var(--red);
  padding-bottom: 2px;
}

/* ============================================================================
   放題プラン 装飾強化パッチ（OPT見本に合わせる）
   既存CSSの末尾に追記
   ============================================================================ */

/* --- 太字はすべてゴシック化＋ドロップシャドウ --- */
.bld, .bld9 {
  font-family: var(--font-gothic) !important;
}
.bld9 {
  text-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* --- fs24以上の強調テキスト：発光＋ゴシック --- */
.fs24.bld, .fs24.bld9,
.fs28.bld, .fs28.bld9,
.fs32.bld, .fs32.bld9,
.fs36.bld, .fs36.bld9,
.fs48.bld, .fs48.bld9 {
  font-family: var(--font-gothic) !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* --- 青色の強調テキスト：青発光 --- */
.fs24.bld9.blue, .fs24.bld.blue, .fs18.bld.blue {
  text-shadow: 0 0 8px rgba(26, 95, 168, 0.3), 0 2px 6px rgba(0,0,0,0.06);
}

/* --- オレンジの強調テキスト：オレンジ発光 --- */
.fs24.bld9.orange, .fs24.bld.orange, .fs18.bld.orange {
  text-shadow: 0 0 8px rgba(232, 122, 30, 0.3), 0 2px 6px rgba(0,0,0,0.06);
}

/* --- 赤の強調テキスト：赤発光 --- */
.fs24.bld9.red, .fs18.bld.red {
  text-shadow: 0 0 8px rgba(30, 58, 110, 0.25), 0 2px 6px rgba(0,0,0,0.06);
}

/* --- 声BOX強化（角丸＋影） --- */
.white_box {
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 2px solid var(--gray-border);
}

/* --- quote_box強化 --- */
.quote_box {
  border-left: 5px solid var(--blue-light);
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  font-size: 1.05rem;
}

/* --- accent_box強化 --- */
.accent_box {
  box-shadow: 0 4px 20px rgba(26, 95, 168, 0.2);
  border-radius: 10px;
}

/* --- feature_box強化 --- */
.feature_box {
  border: 2px solid rgba(92, 192, 232, 0.35);
  box-shadow: 0 4px 16px rgba(92, 192, 232, 0.1);
  border-radius: 10px;
}

/* --- num_impact さらに大きく --- */
.num_impact {
  font-size: 3rem;
  text-shadow: 0 0 12px rgba(232, 122, 30, 0.25), 0 2px 8px rgba(0,0,0,0.08);
}

/* --- full_band_main さらに力強く --- */
.full_band_main {
  font-size: 2.4rem;
  text-shadow: 0 3px 15px rgba(0,0,0,0.4);
}

/* --- badge 大きく --- */
.badge {
  font-size: 1rem;
  padding: 0.7rem 2rem;
  box-shadow: 0 2px 12px rgba(232, 122, 30, 0.2);
}

/* --- 赤下線 --- */
.red_under {
  border-bottom: 3px solid var(--red);
  padding-bottom: 2px;
}

/* --- SP上書き --- */
@media (max-width: 768px) {
  .num_impact { font-size: 2rem; }
  .full_band_main { font-size: 1.5rem; }
}

/* 馬場強 似顔絵サイズ調整 */
.img img.w50 {
  width: 30%;
  max-width: 220px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* SP時は少し大きめ */
@media (max-width: 768px) {
  .img img.w50 {
    width: 50%;
    max-width: 180px;
  }
}

.img2 img. {
  width: 75%;
  max-width: 440px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ============================================================================
   追記修正 v2：ゴシック維持 + 本文拡大を調整 + カラム幅拡張
   - 要項・フォーム・送信ボタン・フローティングボタンはサイズ拡大対象外
   - HTML構造／既存装飾／画像／パスは変更しない
   ============================================================================ */

/* LP内のフォントはゴシック体へ統一 */
body.touroku-complete,
body.touroku-complete *,
body.touroku-complete *::before,
body.touroku-complete *::after {
  font-family: var(--font-gothic) !important;
}

/* メインカラムを少し横に広げ、本文の折り返しを軽減 */
:root {
  --column-max: 900px;
  --column-pad: 2rem;
}

/* 本文ベース：前回の40pxは大き過ぎたため、読みやすさ重視で30pxへ調整 */
body.touroku-complete {
  font-size: 30px;
  line-height: 2.35;
}

/* 本文エリアのみ文字サイズ・行間を調整。要項／フォームには掛けない */
body.touroku-complete .main_column p,
body.touroku-complete .main_column li {
  font-size: 1em;
  line-height: 2.35;
  text-wrap: pretty;
  line-break: strict;
  overflow-wrap: break-word;
}

/* 既存の文字サイズ指定クラスを、前回より一段落として再調整 */
body.touroku-complete .main_column .fs12 { font-size: 20px !important; }
body.touroku-complete .main_column .fs14 { font-size: 22px !important; }
body.touroku-complete .main_column .fs16 { font-size: 26px !important; }
body.touroku-complete .main_column .fs18 { font-size: 30px !important; }
body.touroku-complete .main_column .fs20 { font-size: 33px !important; }
body.touroku-complete .main_column .fs24 { font-size: 38px !important; }
body.touroku-complete .main_column .fs28 { font-size: 42px !important; }
body.touroku-complete .main_column .fs32 { font-size: 46px !important; }
body.touroku-complete .main_column .fs36 { font-size: 52px !important; }
body.touroku-complete .main_column .fs48 { font-size: 68px !important; }

/* 見出し・帯・数字訴求：迫力は残しつつ、メインカラム内で折り返しすぎないサイズへ */
body.touroku-complete .main_column .subhead {
  font-size: 2.6rem !important;
  line-height: 1.55;
}

body.touroku-complete .main_column .full_band_main {
  font-size: 3rem !important;
  line-height: 1.45;
}

body.touroku-complete .main_column .full_band_sub {
  font-size: 1.7rem !important;
  line-height: 1.65;
}

body.touroku-complete .main_column .num_impact {
  font-size: 4.2rem !important;
  line-height: 1.22;
  letter-spacing: 0.02em;
}

body.touroku-complete .main_column .num_impact_sub {
  font-size: 1.35rem !important;
  line-height: 1.8;
}

body.touroku-complete .main_column .quote_box {
  font-size: 1.55rem !important;
  line-height: 2.25;
}

body.touroku-complete .main_column .quote_box p,
body.touroku-complete .main_column .accent_box p,
body.touroku-complete .main_column .blue_box p,
body.touroku-complete .main_column .orange_box p,
body.touroku-complete .main_column .white_box p,
body.touroku-complete .main_column .feature_box p,
body.touroku-complete .main_column .price_box p {
  line-height: 2.2;
}

/* 価格・特典がメインカラム内にある場合のみ調整。要項・フォーム下部には影響させない */
body.touroku-complete .main_column .price_old {
  font-size: 2rem !important;
}
body.touroku-complete .main_column .price_final {
  font-size: 3.8rem !important;
  line-height: 1.2;
}
body.touroku-complete .main_column .price_note {
  font-size: 1.2rem !important;
}
body.touroku-complete .main_column .feature_num {
  font-size: 1.15rem !important;
}
body.touroku-complete .main_column .feature_title {
  font-size: 2rem !important;
}

/* 既存の行間ユーティリティも、本文エリアだけ広めに統一 */
body.touroku-complete .main_column .lh18,
body.touroku-complete .main_column .lh22,
body.touroku-complete .main_column .lh28,
body.touroku-complete .main_column .lh32 {
  line-height: 2.25 !important;
}

/* 要項・フォーム・申込ボタン・フローティングボタン・フッターは前回の拡大指定を掛けない */
body.touroku-complete .youkou_wrap,
body.touroku-complete .form_wrap,
body.touroku-complete .float_cta,
body.touroku-complete .lp_footer {
  font-size: initial;
}

body.touroku-complete .youkou_wrap p,
body.touroku-complete .form_wrap p,
body.touroku-complete .lp_footer p {
  font-size: inherit;
}

body.touroku-complete .youkou_table td p {
  font-size: inherit;
  line-height: 2;
}

/* スマホは横幅を100%にしつつ、崩れない範囲で大きめを維持 */
@media (max-width: 768px) {
  :root {
    --column-max: 100%;
    --column-pad: 1.2rem;
  }

  body.touroku-complete {
    font-size: 24px;
    line-height: 2.25;
  }

  body.touroku-complete .main_column p,
  body.touroku-complete .main_column li {
    line-height: 2.25;
  }

  body.touroku-complete .main_column .fs12 { font-size: 17px !important; }
  body.touroku-complete .main_column .fs14 { font-size: 19px !important; }
  body.touroku-complete .main_column .fs16 { font-size: 21px !important; }
  body.touroku-complete .main_column .fs18 { font-size: 24px !important; }
  body.touroku-complete .main_column .fs20 { font-size: 26px !important; }
  body.touroku-complete .main_column .fs24 { font-size: 30px !important; }
  body.touroku-complete .main_column .fs28 { font-size: 32px !important; }
  body.touroku-complete .main_column .fs32 { font-size: 35px !important; }
  body.touroku-complete .main_column .fs36 { font-size: 38px !important; }
  body.touroku-complete .main_column .fs48 { font-size: 46px !important; }

  body.touroku-complete .main_column .subhead {
    font-size: 2rem !important;
  }

  body.touroku-complete .main_column .full_band_main {
    font-size: 2.1rem !important;
  }

  body.touroku-complete .main_column .full_band_sub {
    font-size: 1.35rem !important;
  }

  body.touroku-complete .main_column .num_impact {
    font-size: 2.8rem !important;
  }

  body.touroku-complete .main_column .num_impact_sub {
    font-size: 1.15rem !important;
  }

  body.touroku-complete .main_column .quote_box {
    font-size: 1.28rem !important;
  }
}

/* ============================================================================
   HIT RESULTS / 馬券風カード型実績
   ※メインカラム内の高配当実績専用。要項・フォーム・フローティングCTAには影響させない。
   ============================================================================ */
.hit_results_wrap {
  margin: 2.5rem var(--column-pad);
  padding: 2.2rem;
  background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 60%, #15110a 100%);
  border: 3px solid var(--blue);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(197,164,78,0.35);
  position: relative;
  overflow: hidden;
}
.hit_results_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: repeating-linear-gradient(90deg, var(--blue) 0 18px, var(--blue-light) 18px 36px, #2a2310 36px 54px);
}
.hit_results_head {
  text-align: center;
  margin: 0 0 1.8rem;
  padding: 0 0 1.4rem;
  border-bottom: 2px dashed rgba(197,164,78,0.45);
}
.hit_results_head p {
  padding: 0;
}
.hit_results_kicker {
  display: inline-block;
  margin: 0 0 0.8rem;
  padding: 0.35rem 1.2rem !important;
  color: #1a1a1a;
  background: linear-gradient(135deg, var(--blue-light) 0%, var(--blue) 100%);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.hit_results_title {
  color: var(--blue-light);
  font-family: var(--font-gothic);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6), 0 0 14px rgba(197,164,78,0.3);
}
.hit_ticket_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}
.hit_ticket {
  background: #161616;
  border: 2px solid rgba(197,164,78,0.7);
  border-radius: 10px;
  box-shadow: 0 5px 14px rgba(0,0,0,0.45);
  padding: 1.1rem 1rem 1rem;
  position: relative;
  overflow: hidden;
}
.hit_ticket::before {
  content: "的中";
  position: absolute;
  top: 0.7rem;
  right: -1.8rem;
  width: 7.5rem;
  text-align: center;
  transform: rotate(35deg);
  color: #1a1a1a;
  background: var(--blue);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.hit_ticket_date,
.hit_ticket_race,
.hit_ticket_index,
.hit_ticket_pay {
  font-family: var(--font-gothic);
  line-height: 1.55;
}
.hit_ticket_date {
  color: #cccccc;
  font-size: 0.92rem;
  font-weight: 700;
}
.hit_ticket_race {
  margin-top: 0.25rem;
  color: var(--blue-light);
  font-size: 1.15rem;
  font-weight: 900;
}
.hit_ticket_index {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px dashed rgba(197,164,78,0.45);
  color: #cccccc;
  font-size: 0.92rem;
  font-weight: 700;
}
.hit_ticket_pay {
  margin-top: 0.55rem;
  color: var(--blue-light);
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow: 0 0 12px rgba(197,164,78,0.3);
}
.hit_ticket_pay span {
  display: inline-block;
  margin-left: 0.35em;
  padding: 0.15em 0.45em;
  color: #1a1a1a;
  background: var(--blue);
  border-radius: 4px;
  font-size: 0.46em;
  vertical-align: middle;
}
.discount_price_box {
  margin: 1.2rem var(--column-pad) 0;
  padding: 1.8rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(30, 58, 110, 0.08) 0%, rgba(232, 122, 30, 0.11) 100%);
  border: 3px solid var(--orange);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(232,122,30,0.12);
}
.discount_price_box p {
  padding: 0;
}
.discount_price_old {
  color: var(--gray);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: line-through;
}
.discount_price_arrow {
  color: var(--red);
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.4;
}
.discount_price_new {
  color: var(--red);
  font-size: 2.45rem;
  font-weight: 900;
  line-height: 1.3;
}
.discount_price_save {
  display: inline-block;
  margin-top: 0.6rem;
  padding: 0.25rem 1rem !important;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .hit_results_wrap {
    margin: 1.8rem 0.6rem;
    padding: 1.5rem 1rem;
    border-width: 2px;
  }
  .hit_results_title {
    font-size: 1.55rem;
  }
  .hit_ticket_grid {
    grid-template-columns: 1fr;
  }
  .hit_ticket_pay {
    font-size: 1.45rem;
  }
  .discount_price_box {
    margin: 1.2rem 0.6rem 0;
    padding: 1.3rem 1rem;
  }
  .discount_price_new {
    font-size: 2rem;
  }
}


/* ============================================================================
   COLLabo rate table + base price card
   レター内画像相当の表現をHTML/CSSで再現。要項・フォーム・フローティングCTAには影響させない。
   ============================================================================ */
body.touroku-complete .main_column .collabo_rate_table {
  margin: 1.2rem var(--column-pad) 0;
  border: 5px solid #101820;
  outline: 2px solid #71818d;
  background: #000;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
  font-family: var(--font-gothic);
}
body.touroku-complete .main_column .collabo_rate_head {
  padding: 0.8rem 1rem;
  color: #fff;
  background: #050505;
  border-bottom: 3px solid #8a98a3;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.5;
}
body.touroku-complete .main_column .collabo_rate_row {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  min-height: 82px;
  border-bottom: 3px solid #8a98a3;
}
body.touroku-complete .main_column .collabo_rate_row:last-child {
  border-bottom: none;
}
body.touroku-complete .main_column .collabo_rate_label,
body.touroku-complete .main_column .collabo_rate_value {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  line-height: 1.25;
}
body.touroku-complete .main_column .collabo_rate_label {
  padding: 0.55rem 0.8rem;
  color: #fff;
  background: #000;
  border-right: 3px solid #8a98a3;
  font-size: 0.92rem;
}
body.touroku-complete .main_column .collabo_rate_label span {
  font-size: 0.82em;
}
body.touroku-complete .main_column .collabo_rate_value {
  padding: 0.55rem 0.8rem;
  color: #ef3340;
  background: #fffef0;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
body.touroku-complete .main_column .base_price_card {
  margin: 1.2rem var(--column-pad) 0;
  border: 5px solid #1f261c;
  background: #10140d;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
  font-family: var(--font-gothic);
}
body.touroku-complete .main_column .base_price_head {
  padding: 0.65rem 1rem;
  color: #fff;
  background: #087b78;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
body.touroku-complete .main_column .base_price_body {
  margin: 1.35rem 1.5rem 1.55rem;
  padding: 1.25rem 1rem 1.15rem;
  background: #fff;
  text-align: center;
}
body.touroku-complete .main_column .base_price_body p {
  padding: 0;
}
body.touroku-complete .main_column .base_price_term {
  color: #252525;
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.35;
}
body.touroku-complete .main_column .base_price_amount {
  display: inline-block;
  position: relative;
  margin-top: 0.2rem;
  color: #ef3340;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.02em;
}
body.touroku-complete .main_column .base_price_amount::after {
  content: "";
  position: absolute;
  left: 0.08em;
  right: 0.05em;
  bottom: 0.08em;
  height: 0.11em;
  background: #ffca16;
  z-index: 0;
  border-radius: 999px;
}
body.touroku-complete .main_column .base_price_amount span {
  position: relative;
  z-index: 1;
  color: #111;
  font-size: 0.32em;
  font-weight: 900;
  vertical-align: baseline;
  margin-left: 0.08em;
}
body.touroku-complete .main_column .base_price_amount {
  z-index: 1;
}
body.touroku-complete .main_column .base_price_amount::first-letter {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  body.touroku-complete .main_column .collabo_rate_table,
  body.touroku-complete .main_column .base_price_card {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }
  body.touroku-complete .main_column .collabo_rate_head {
    font-size: 0.92rem;
  }
  body.touroku-complete .main_column .collabo_rate_row {
    min-height: 70px;
  }
  body.touroku-complete .main_column .collabo_rate_label {
    padding: 0.45rem 0.35rem;
    font-size: 0.68rem;
  }
  body.touroku-complete .main_column .collabo_rate_value {
    padding: 0.45rem 0.35rem;
    font-size: 1.12rem;
  }
  body.touroku-complete .main_column .base_price_head {
    font-size: 0.92rem;
  }
  body.touroku-complete .main_column .base_price_body {
    margin: 1rem 0.8rem 1.1rem;
    padding: 1rem 0.5rem;
  }
  body.touroku-complete .main_column .base_price_term {
    font-size: 0.95rem;
  }
  body.touroku-complete .main_column .base_price_amount {
    font-size: 2.3rem;
  }
}


/* ============================================================================
   コラボ放題プラン サンクスページ追記
   対象: #wrapper.thanks-houdai 配下のみ
   既存の申込LP装飾に合わせた白・オレンジ・赤・緑アクセント
   ============================================================================ */

#wrapper.thanks-houdai,
#wrapper.thanks-houdai * {
  box-sizing: border-box;
}

#wrapper.thanks-houdai {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  line-height: 2.2;
  background: #e4eaf0;
}

#wrapper.thanks-houdai .mincho,
#wrapper.thanks-houdai .mincho2,
#wrapper.thanks-houdai .mincho3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
}

#wrapper.thanks-houdai .wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}

#wrapper.thanks-houdai .text_area {
  background: #fff;
  padding: 4rem 3rem;
  border-left: 1px solid #dde4ec;
  border-right: 1px solid #dde4ec;
  box-shadow: 0 4px 34px rgba(0,0,0,0.07);
}

#wrapper.thanks-houdai .subtitle1 {
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(135deg, #e87a1e 0%, #cc1a1a 100%) !important;
  border-left: 1px solid #dde4ec;
  border-right: 1px solid #dde4ec;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}

#wrapper.thanks-houdai .subtitle1 p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  line-height: 1.55;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0,0,0,0.24);
}

#wrapper.thanks-houdai .under_sub {
  color: #fff200 !important;
  font-size: clamp(2.2rem, 5vw, 4rem) !important;
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.12em;
}

#wrapper.thanks-houdai p {
  font-size: 1.55rem;
  line-height: 2.2;
  margin: 0 0 1.4rem;
  padding: 0;
}

#wrapper.thanks-houdai .fs16 {
  font-size: 1.05rem !important;
}

#wrapper.thanks-houdai .fs20 {
  font-size: 1.35rem !important;
}

#wrapper.thanks-houdai .fs30 {
  font-size: clamp(2rem, 4vw, 3rem) !important;
}

#wrapper.thanks-houdai .fs60 {
  font-size: clamp(2.2rem, 5vw, 4rem) !important;
}

#wrapper.thanks-houdai .orange {
  color: #e87a1e !important;
}

#wrapper.thanks-houdai a {
  color: #1a5fa8;
}

#wrapper.thanks-houdai .thanks-lead-card {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #e87a1e, #cc1a1a) border-box;
  border: 4px solid transparent;
  border-radius: 18px;
  padding: 3rem 2.4rem;
  margin: 0 auto 4rem;
  box-shadow: 0 12px 28px rgba(232,122,30,0.16);
  position: relative;
  overflow: hidden;
}

#wrapper.thanks-houdai .thanks-lead-card::before {
  content: "THANK YOU";
  position: absolute;
  right: -1rem;
  top: -0.8rem;
  font-size: 4rem;
  font-weight: 900;
  color: rgba(232,122,30,0.08);
  letter-spacing: 0.08em;
  line-height: 1;
}

#wrapper.thanks-houdai .thanks-lead-card p {
  position: relative;
  z-index: 1;
}

#wrapper.thanks-houdai .thanks-payment-lead {
  background: rgba(232,122,30,0.07);
  border-left: 8px solid #e87a1e;
  border-right: 8px solid #cc1a1a;
  padding: 2rem;
  border-radius: 10px;
  font-weight: 900;
}

#wrapper.thanks-houdai .thanks-payment-box {
  margin: 2rem auto 3rem;
  padding: 2.2rem;
  background: #fff;
  border: 2px solid #e87a1e;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

#wrapper.thanks-houdai .thanks-consent-box,
#wrapper.thanks-houdai .information-policy {
  margin: 0 0 2rem !important;
  padding: 1.8rem 2rem !important;
  background: #fff7ef !important;
  border: 1px solid rgba(232,122,30,0.32);
  border-radius: 12px;
  text-align: left;
}

#wrapper.thanks-houdai .thanks-consent-box p {
  font-size: 1rem;
  line-height: 2.0;
}

#wrapper.thanks-houdai .crbutton {
  width: min(100%, 640px);
  white-space: normal;
  line-height: 1.35;
  background: linear-gradient(135deg, #e87a1e 0%, #cc1a1a 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 1.2rem 2rem !important;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(1.5rem, 4vw, 3rem) !important;
  box-shadow: 0 9px 0 #8e1111, 0 14px 28px rgba(30,58,110,0.22);
  cursor: pointer;
}

#wrapper.thanks-houdai .thanks-close-note {
  color: #333;
  font-weight: 700;
}

#wrapper.thanks-houdai .thanks-risk-note {
  background: #f6f9fc !important;
  border: 1px solid #dde4ec;
  border-radius: 12px;
  padding: 1.6rem 2rem;
  text-align: left;
}

#wrapper.thanks-houdai .thanks-risk-note p {
  font-size: 1rem !important;
  line-height: 2.0;
}

#wrapper.thanks-houdai .thanks-deadline-note {
  font-weight: 700;
  color: #333;
}

#wrapper.thanks-houdai .thanks-flow-box {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 3rem 2rem !important;
  background: #fff !important;
  border: 4px solid #e87a1e;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.09);
}

#wrapper.thanks-houdai .thanks-flow-title {
  color: #0e3d6e !important;
  font-size: clamp(1.8rem, 3.8vw, 2.8rem) !important;
  line-height: 1.45;
  margin-bottom: 2rem;
}

#wrapper.thanks-houdai .thanks-step-card {
  width: 94%;
  margin: 0 auto;
  padding: 2.2rem;
  background: #fff;
  border: 2px solid rgba(232,122,30,0.5);
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(232,122,30,0.12);
  text-align: left;
  position: relative;
}

#wrapper.thanks-houdai .thanks-step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(180deg, #e87a1e, #cc1a1a);
}

#wrapper.thanks-houdai .thanks-step-card p {
  font-size: 1.35rem;
  line-height: 2.05;
}

#wrapper.thanks-houdai .thanks-mail-card {
  margin: 1.6rem 0;
  padding: 1.5rem;
  background: #fff7ef;
  border: 1px solid rgba(232,122,30,0.35);
  border-radius: 12px;
}

#wrapper.thanks-houdai .thanks-mail-card p {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.9;
}

#wrapper.thanks-houdai .thanks-mail-card span {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 900;
  color: #cc1a1a;
  letter-spacing: 0.08em;
}

#wrapper.thanks-houdai .thanks-provider-note {
  margin-top: 1.2rem;
  padding: 1.2rem 1.4rem;
  background: #f6f9fc;
  border: 1px solid #dde4ec;
  border-radius: 10px;
  font-size: 1rem !important;
  line-height: 1.9 !important;
  color: #333;
}

#wrapper.thanks-houdai .thanks-flow-arrow {
  text-align: center;
  color: #e87a1e;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  margin: 1.5rem auto;
}

#wrapper.thanks-houdai .thanks-service-banner {
  width: min(100%, 620px);
  margin: 1.4rem auto 2rem;
  padding: 1.4rem 1rem;
  text-align: center;
  border-radius: 12px;
  font-size: clamp(1.55rem, 4vw, 2.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

#wrapper.thanks-houdai .thanks-service-index {
  background: linear-gradient(135deg, #0e7c77 0%, #1a5fa8 100%);
}

#wrapper.thanks-houdai .thanks-service-simulator {
  background: linear-gradient(135deg, #e87a1e 0%, #cc1a1a 100%);
}

#wrapper.thanks-houdai .thanks-contact-card {
  margin: 3rem auto 0;
  padding: 2.2rem;
  background: linear-gradient(135deg, rgba(232,122,30,0.09), rgba(30,58,110,0.08));
  border: 2px solid rgba(30,58,110,0.22);
  border-radius: 16px;
}

#wrapper.thanks-houdai .thanks-mail-address {
  color: #cc1a1a;
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  line-height: 1.3;
  word-break: break-all;
}

#wrapper.thanks-houdai .thanks_btn {
  width: min(100%, 600px);
  margin: 1.5rem auto 0;
}

#wrapper.thanks-houdai .thanks_btn a {
  display: block;
  text-align: center;
  color: #fff !important;
  background: linear-gradient(135deg, #1a5fa8 0%, #0e3d6e 100%);
  border-radius: 999px;
  padding: 1.1rem 1.5rem;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 0 #082647, 0 14px 24px rgba(14,61,110,0.22);
}

#wrapper.thanks-houdai .thanks-closing,
#wrapper.thanks-houdai .thanks-sign {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
  color: #1a1a1a;
}

#wrapper.thanks-houdai .thanks-sign {
  font-size: 1.6rem;
  font-weight: 900;
}

@media (max-width: 768px) {
  #wrapper.thanks-houdai .wrapper,
  #wrapper.thanks-houdai .subtitle1 {
    max-width: 100%;
  }

  #wrapper.thanks-houdai .text_area {
    padding: 2.4rem 1rem;
  }

  #wrapper.thanks-houdai p {
    font-size: 1.1rem;
    line-height: 2.05;
  }

  #wrapper.thanks-houdai .thanks-lead-card,
  #wrapper.thanks-houdai .thanks-payment-box,
  #wrapper.thanks-houdai .thanks-flow-box {
    padding: 1.6rem 1rem !important;
    border-radius: 12px;
  }

  #wrapper.thanks-houdai .thanks-step-card {
    width: 100%;
    padding: 1.5rem 1rem 1.5rem 1.3rem;
  }

  #wrapper.thanks-houdai .thanks-step-card p {
    font-size: 1rem;
  }

  #wrapper.thanks-houdai .thanks-mail-card p {
    font-size: 0.95rem;
  }

  #wrapper.thanks-houdai .thanks-risk-note p,
  #wrapper.thanks-houdai .thanks-consent-box p,
  #wrapper.thanks-houdai .thanks-provider-note {
    font-size: 0.85rem !important;
  }
}


/* ============================================================================
   コラボ放題プラン サンクスページ微調整追記
   - 元LP側の背景画像を隠さない
   - mailto化したお問い合わせボタンの表示維持
   ============================================================================ */

/* style_new.css 側で指定されている #wrapper / body 背景画像を殺さないため、
   サンクス用CSSでは #wrapper 自体に背景色を被せない */
#wrapper.thanks-houdai {
  background: transparent !important;
  background-color: transparent !important;
}

/* 内側の白カラム・カード背景は維持し、ページ外側の背景だけ元LP側に戻す */
#wrapper.thanks-houdai .text_area,
#wrapper.thanks-houdai .thanks-flow-box,
#wrapper.thanks-houdai .thanks-step-card,
#wrapper.thanks-houdai .thanks-payment-box {
  background-clip: padding-box;
}

/* mailto リンクでもボタンとして崩れないように明示 */
#wrapper.thanks-houdai .thanks_btn a[href^="mailto:"] {
  display: block;
  text-align: center;
  color: #fff !important;
  background: linear-gradient(135deg, #1a5fa8 0%, #0e3d6e 100%);
  border-radius: 999px;
  padding: 1.1rem 1.5rem;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 0 #082647, 0 14px 24px rgba(14,61,110,0.22);
}


/* ============================================================================
   コラボ放題プラン サンクスページ背景画像指定
   - 元LP側背景が反映されないため、セールスLPと同じ背景を明示指定
   ============================================================================ */

body:has(#wrapper.thanks-houdai) {
  background-color: #e4eaf0 !important;
  background-image: url("../../../../images/member/plan/touroku-complete/bg.png") !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

/* :has() 非対応ブラウザ用。wrapper側にも同じ背景を敷く */
#wrapper.thanks-houdai {
  background-color: #e4eaf0 !important;
  background-image: url("../../../../images/member/plan/touroku-complete/bg.png") !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

/* 既存の白背景カードや本文エリアはそのまま活かす */
#wrapper.thanks-houdai .wrapper,
#wrapper.thanks-houdai .text_area,
#wrapper.thanks-houdai .thanks-lead-card,
#wrapper.thanks-houdai .thanks-flow-box,
#wrapper.thanks-houdai .thanks-step-card,
#wrapper.thanks-houdai .thanks-contact-card {
  position: relative;
  z-index: 1;
}


/* ============================================================================
   CLBYE 追加装飾（金・銀・赤テーマ）
   ============================================================================ */

/* Gold glow animation */
@keyframes cb-shimmer {
  0% { text-shadow: 0 0 10px rgba(197, 164, 78, 0.3); }
  50% { text-shadow: 0 0 20px rgba(255, 215, 0, 0.6), 0 0 40px rgba(255, 215, 0, 0.3); }
  100% { text-shadow: 0 0 10px rgba(197, 164, 78, 0.3); }
}
.cb-shimmer { animation: cb-shimmer 3s ease-in-out infinite; }

/* Red shake */
@keyframes cb-shake {
  0%,100% { transform: translateX(0); }
  10%,30%,50%,70%,90% { transform: translateX(-2px); }
  20%,40%,60%,80% { transform: translateX(2px); }
}
.cb-shake { animation: cb-shake 0.8s ease-in-out; }
.cb-shake-infinite { animation: cb-shake 1.5s ease-in-out infinite; }

/* Gold text */
.gold-text { color: var(--blue) !important; text-shadow: 0 0 12px rgba(197, 164, 78, 0.4); }
.gold-bright-text { color: #ffd700 !important; text-shadow: 0 0 15px rgba(255, 215, 0, 0.5); }
.silver-text { color: var(--sky-light) !important; text-shadow: 0 0 10px rgba(176, 184, 196, 0.3); }

/* Feature card (特典カード) */
.cb-feature-card {
  background: #f8f6f0;
  border: 2px solid var(--blue-dark);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08), 0 0 15px rgba(197, 164, 78, 0.08);
}
.cb-feature-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
}
.cb-feature-num {
  display: inline-block;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  color: #fff;
  padding: 4px 18px;
  border-radius: 4px;
  font-weight: 900;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}
.cb-feature-title {
  color: var(--blue);
  font-size: 1.4em;
  font-weight: 900;
  text-shadow: 0 0 8px rgba(197, 164, 78, 0.2);
  margin: 0.5rem 0;
  text-align: center;
}

/* Price section */
.cb-price-wrap { text-align: center; padding: 2rem 0; }
.cb-price-original {
  font-size: 1.3em; color: var(--gray);
  text-decoration: line-through; text-decoration-color: var(--red);
  text-decoration-thickness: 3px;
}
.cb-price-mid {
  font-size: 1.5em; color: var(--gray);
  text-decoration: line-through; text-decoration-color: var(--red);
  text-decoration-thickness: 3px;
}
.cb-price-arrow {
  font-size: 2em; color: var(--blue);
  animation: cb-pulse 1.5s ease-in-out infinite;
}
@keyframes cb-pulse { 0%,100%{opacity:0.7} 50%{opacity:1} }
.cb-price-final {
  font-size: 2.5em; font-weight: 900;
  color: var(--blue);
  text-shadow: 0 0 20px rgba(197, 164, 78, 0.5);
  font-family: var(--font-gothic);
}
@media (max-width: 768px) {
  .cb-price-final { font-size: 1.8em; }
  .cb-feature-title { font-size: 1.2em; }
}

/* User voice (WordPress comment style) */
.cb-voice-card {
  background: #f8f6f0;
  border-left: 4px solid var(--blue);
  padding: 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  line-height: 2.2;
}

/* Guarantee section */
.cb-guarantee {
  background: #fff5f5;
  border: 2px solid var(--red);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  margin: 2rem 0;
  box-shadow: 0 0 20px rgba(30, 58, 110, 0.08);
}
.cb-guarantee-title {
  color: var(--red);
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
}

/* Hit ticket (的中馬券風 - 金白黒ベース) */
.cb-hit-wrap {
  background: var(--black);
  border: 2px solid var(--blue);
  border-radius: 10px;
  padding: 20px;
  margin: 1.5rem 0;
  font-family: arial, helvetica, sans-serif;
}
body.touroku-complete .cb-hit-wrap p,
body.touroku-complete .cb-hit-wrap div { color: var(--black); }
.cb-hit-card {
  background: linear-gradient(180deg, #fffdf0 0%, #f5f0e0 100%);
  border: 2px solid var(--blue);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}
.cb-hit-badge {
  position: absolute; top: -12px; right: 10px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  color: #fff; padding: 2px 12px; border-radius: 4px;
  font-weight: 900; font-size: 0.9em;
}
.cb-hit-race { font-size: 0.9em; color: #666; font-weight: 700; }
.cb-hit-bet { font-size: 1.1em; font-weight: 900; margin: 5px 0; }
.cb-hit-detail {
  display: flex; justify-content: space-between; align-items: flex-end;
  border-top: 1px dashed var(--blue); margin-top: 10px; padding-top: 8px;
}
.cb-hit-payout { font-size: 0.9em; color: #333; }
.cb-hit-amount { font-size: 1.3em; color: var(--red); font-weight: 900; }
.cb-hit-total {
  background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 50%, var(--blue-dark) 100%);
  padding: 15px; border-radius: 8px; text-align: center; color: #fff;
}
.cb-hit-total-label { font-size: 1em; font-weight: 700; color: #fff; }
.cb-hit-total-amount { font-size: 2em; font-weight: 900; color: #fff; }
@media (max-width: 768px) {
  .cb-hit-detail { flex-direction: column; align-items: flex-start; }
  .cb-hit-amount { margin-top: 5px; }
  .cb-hit-total-amount { font-size: 1.5em; }
}

/* Summary list (特典まとめ) */
.cb-summary-list {
  background: #f8f6f0;
  border: 2px solid var(--blue);
  border-radius: 10px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}
.cb-summary-item {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(197, 164, 78, 0.2);
}
.cb-summary-item:last-child { border-bottom: none; }

/* Attention box */
.cb-attention {
  background: rgba(30, 58, 110, 0.04);
  border: 1px solid rgba(30, 58, 110, 0.2);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

/* CTA button (red + gold) */
.cb-cta-btn {
  display: block; width: 90%; max-width: 500px; margin: 1rem auto;
  padding: 1.2rem 2rem; text-align: center; text-decoration: none;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  color: #ffd700 !important; font-size: 1.5em; font-weight: 900;
  border: 2px solid var(--blue); border-radius: 10px;
  box-shadow: 0 4px 15px rgba(30, 58, 110, 0.3);
  animation: cb-cta-pulse 2s ease-in-out infinite;
  cursor: pointer;
}
@keyframes cb-cta-pulse {
  0%,100% { box-shadow: 0 4px 15px rgba(30, 58, 110, 0.3); }
  50% { box-shadow: 0 4px 25px rgba(30, 58, 110, 0.5), 0 0 20px rgba(197, 164, 78, 0.15); }
}
@media (max-width: 768px) {
  .cb-cta-btn { font-size: 1.2em; padding: 1rem 1.5rem; }
}

/* Additional font size classes for trc */
.fs17 { font-size: 17px; }
.fs19 { font-size: 19px; }
.fs21 { font-size: 21px; }
.fs22 { font-size: 22px; }
.fs23 { font-size: 23px; }
.fs25 { font-size: 25px; }
.fs26 { font-size: 26px; }
.fs27 { font-size: 27px; }
.fs29 { font-size: 29px; }
.fs31 { font-size: 31px; }
.fs33 { font-size: 33px; }
.fs40 { font-size: 40px; }
.fs72 { font-size: 72px; }

body.touroku-complete .main_column .fs17 { font-size: 28px !important; }
body.touroku-complete .main_column .fs19 { font-size: 31px !important; }
body.touroku-complete .main_column .fs21 { font-size: 34px !important; }
body.touroku-complete .main_column .fs22 { font-size: 35px !important; }
body.touroku-complete .main_column .fs23 { font-size: 36px !important; }
body.touroku-complete .main_column .fs25 { font-size: 39px !important; }
body.touroku-complete .main_column .fs26 { font-size: 40px !important; }
body.touroku-complete .main_column .fs27 { font-size: 41px !important; }
body.touroku-complete .main_column .fs29 { font-size: 43px !important; }
body.touroku-complete .main_column .fs30 { font-size: 44px !important; }
body.touroku-complete .main_column .fs31 { font-size: 45px !important; }
body.touroku-complete .main_column .fs33 { font-size: 48px !important; }
body.touroku-complete .main_column .fs40 { font-size: 58px !important; }
body.touroku-complete .main_column .fs72 { font-size: 96px !important; }

@media (max-width: 768px) {
  body.touroku-complete .main_column .fs17 { font-size: 22px !important; }
  body.touroku-complete .main_column .fs19 { font-size: 25px !important; }
  body.touroku-complete .main_column .fs21 { font-size: 27px !important; }
  body.touroku-complete .main_column .fs22 { font-size: 28px !important; }
  body.touroku-complete .main_column .fs23 { font-size: 29px !important; }
  body.touroku-complete .main_column .fs25 { font-size: 31px !important; }
  body.touroku-complete .main_column .fs26 { font-size: 32px !important; }
  body.touroku-complete .main_column .fs27 { font-size: 33px !important; }
  body.touroku-complete .main_column .fs29 { font-size: 34px !important; }
  body.touroku-complete .main_column .fs30 { font-size: 35px !important; }
  body.touroku-complete .main_column .fs31 { font-size: 36px !important; }
  body.touroku-complete .main_column .fs33 { font-size: 38px !important; }
  body.touroku-complete .main_column .fs40 { font-size: 44px !important; }
  body.touroku-complete .main_column .fs72 { font-size: 56px !important; }
}

.fs19.bld, .fs19.bld9, .fs21.bld, .fs21.bld9, .fs22.bld, .fs22.bld9, .fs23.bld, .fs23.bld9, .fs25.bld, .fs25.bld9, .fs26.bld, .fs26.bld9, .fs27.bld, .fs27.bld9, .fs29.bld, .fs29.bld9, .fs30.bld, .fs30.bld9, .fs31.bld, .fs31.bld9, .fs33.bld, .fs33.bld9, .fs40.bld, .fs40.bld9, .fs72.bld, .fs72.bld9 {
  font-family: var(--font-gothic);
  text-shadow: 0 0 8px rgba(197, 164, 78, 0.15);
}

/* Scroll CTA */
.cp-scroll-cta {
  display: block; text-align: center; padding: 18px 0;
  background: rgba(0,0,0,0.85); color: #c5a44e; text-decoration: none;
  font-size: 1.1em; font-weight: 700; letter-spacing: 0.15em;
  animation: cb-pulse 2s ease-in-out infinite;
}
@keyframes cb-pulse { 0%,100%{opacity:0.7} 50%{opacity:1} }

/* ============================================================================
   RICH DECORATION OVERRIDE（添付見本：逆境オーバーテイクLP / 放題LP のリッチ装飾を
   trc 黒金白赤テーマで再現。クラス名はそのまま、見た目だけ豪華化）
   末尾配置で確実に優先。body.touroku-complete スコープ + !important で既存定義を上書き。
   ============================================================================ */

/* ---------- 特典カード feature_box（見本：赤帯＋金枠＋大タイトル） ---------- */
body.touroku-complete .main_column .feature_box {
  position: relative;
  background: linear-gradient(160deg, #1c1c1c 0%, #111 55%, #181206 100%) !important;
  border: 2px solid var(--blue) !important;
  border-radius: 14px !important;
  padding: 0 0 2rem !important;
  margin: 2.4rem var(--column-pad) !important;
  overflow: hidden !important;
  box-shadow: 0 12px 34px rgba(0,0,0,0.55),
              inset 0 0 0 1px rgba(30,58,110,0.18),
              0 0 0 4px rgba(0,0,0,0.4) !important;
  text-align: center !important;
}
/* 上辺の金ライン */
body.touroku-complete .main_column .feature_box::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, transparent, var(--blue-light) 20%, #fff3cf 50%, var(--blue-light) 80%, transparent);
}
/* 特典番号ラベル＝赤帯（見本「豪華特典4」） */
body.touroku-complete .main_column .feature_num {
  display: block !important;
  margin: 0 0 0 0 !important;
  padding: 0.9rem 1rem !important;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%) !important;
  border-bottom: 2px solid var(--blue) !important;
  color: #ffd700 !important;
  font-family: var(--font-gothic) !important;
  font-size: 1.7rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.4 !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6) !important;
}
/* 特典タイトル＝白の特大文字＋金下線（見本「初日の馬券代負担」） */
body.touroku-complete .main_column .feature_title {
  margin: 1.6rem 1.2rem 1.2rem !important;
  padding-bottom: 1.2rem !important;
  border-bottom: 1px solid rgba(30,58,110,0.45) !important;
  color: #fff !important;
  font-family: var(--font-gothic) !important;
  font-size: 2.4rem !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  text-shadow: 0 0 16px rgba(30,58,110,0.35), 0 2px 6px rgba(0,0,0,0.5) !important;
}
/* 特典カード内の本文は白系で読みやすく */
body.touroku-complete .main_column .feature_box p {
  color: #e8e8e8 !important;
  margin: 0 1.4rem !important;
}
body.touroku-complete .main_column .feature_box p.bld {
  color: #ffd700 !important;
}
body.touroku-complete .main_column .feature_box .fs14,
body.touroku-complete .main_column .feature_box .gray {
  color: #9a9a9a !important;
}
/* 特典カード内の値下げ箱は枠を金に */
body.touroku-complete .main_column .feature_box .discount_price_box {
  background: rgba(0,0,0,0.35) !important;
  border: 1px solid rgba(30,58,110,0.5) !important;
  margin: 1.2rem 1.4rem 0 !important;
}

/* ---------- ユーザーの声 quote_box（見本：黒地＋金枠＋黄見出し） ---------- */
body.touroku-complete .main_column .quote_box {
  position: relative !important;
  background: linear-gradient(160deg, #161616 0%, #0e0e0e 100%) !important;
  border: 2px solid var(--blue) !important;
  border-left: 6px solid var(--blue) !important;
  border-radius: 12px !important;
  padding: 1.8rem 1.6rem !important;
  margin: 1.6rem var(--column-pad) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(30,58,110,0.15) !important;
  color: #e8e8e8 !important;
}
/* 声の見出し（1行目）＝黄系の強調（見本「これは単なるギャンブルではありませんね」） */
body.touroku-complete .main_column .quote_box p.fs18.bld {
  color: #ffd700 !important;
  font-size: 1.7rem !important;
  text-align: center !important;
  text-shadow: 0 0 14px rgba(30,58,110,0.35) !important;
  padding-bottom: 1rem !important;
  margin-bottom: 0.6rem !important;
  border-bottom: 1px dashed rgba(30,58,110,0.4) !important;
}
body.touroku-complete .main_column .quote_box p {
  color: #e0e0e0 !important;
}

/* ---------- 特典まとめ accent_box（金グラデの豪華枠） ---------- */
body.touroku-complete .main_column .accent_box {
  background: linear-gradient(135deg, #1a1407 0%, #0d0d0d 100%) !important;
  border: 2px solid var(--blue) !important;
  border-radius: 14px !important;
  padding: 2rem 1.6rem !important;
  margin: 2rem var(--column-pad) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.5), inset 0 0 30px rgba(30,58,110,0.08) !important;
}
body.touroku-complete .main_column .accent_box p { color: #f0e6c8 !important; }
body.touroku-complete .main_column .accent_box p.bld9,
body.touroku-complete .main_column .accent_box p.fs18 {
  color: #ffd700 !important;
  text-shadow: 0 0 12px rgba(30,58,110,0.3) !important;
}

/* ---------- 注意/チェックリスト blue_box（黒地＋金枠に格上げ） ---------- */
body.touroku-complete .main_column .blue_box {
  background: linear-gradient(160deg, #15110a 0%, #0d0d0d 100%) !important;
  border: 1.5px solid rgba(30,58,110,0.55) !important;
  border-radius: 12px !important;
  padding: 1.8rem 1.6rem !important;
  margin: 1.6rem var(--column-pad) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.45), inset 0 0 0 1px rgba(30,58,110,0.12) !important;
}
body.touroku-complete .main_column .blue_box p { color: #e0e0e0 !important; }
/* blue_box内の見出し（青指定→金）とチェック項目を金強調 */
body.touroku-complete .main_column .blue_box p.bld {
  color: #ffd700 !important;
  text-shadow: 0 0 10px rgba(30,58,110,0.3) !important;
}

/* ============================================================================
   見本画像の豪華装飾クラス（rich_card / flame_box / check_card / comment_box）
   ============================================================================ */

/* ---------- ① 保証カード rich_card（見本画像1：赤帯＋黒地＋金枠＋ロゴ透かし） ---------- */
body.touroku-complete .main_column .rich_card {
  margin: 1.8rem var(--column-pad);
  border: 3px solid var(--blue);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0,0,0,0.55), 0 0 0 4px rgba(0,0,0,0.4);
  background: #0d0d0d;
}
body.touroku-complete .main_column .rich_card_band {
  padding: 1.1rem 1rem;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  border-bottom: 3px double #ffd700;
  color: #ffd700;
  font-family: var(--font-gothic);
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0,0,0,0.6);
}
body.touroku-complete .main_column .rich_card_body {
  position: relative;
  padding: 2rem 1.4rem 2.4rem;
  background: linear-gradient(160deg, #1a1a1a 0%, #0a0a0a 100%);
  overflow: hidden;
}
/* ロゴ透かし背景 */
body.touroku-complete .main_column .rich_card_logo {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 90%; height: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}
body.touroku-complete .main_column .rich_card_inner { position: relative; z-index: 1; }
body.touroku-complete .main_column .rich_card_lead {
  color: #ddd; text-align: center; line-height: 2; margin-bottom: 1.4rem; padding: 0;
}
body.touroku-complete .main_column .rich_card_sub {
  color: #fff; text-align: center; font-size: 1.15rem; font-weight: 700; padding: 0.3rem 0;
}
body.touroku-complete .main_column .rich_card_title {
  color: #ffd700; text-align: center;
  font-family: var(--font-gothic); font-size: 3rem; font-weight: 900;
  line-height: 1.3; padding: 0.4rem 0;
  text-shadow: 0 0 18px rgba(30,58,110,0.5), 0 2px 6px rgba(0,0,0,0.6);
}
body.touroku-complete .main_column .rich_card_price {
  color: #fff200; text-align: center;
  font-family: var(--font-gothic); font-size: 2.3rem; font-weight: 900;
  line-height: 1.4; margin-top: 0.6rem; padding: 0;
  text-shadow: 0 0 14px rgba(255,215,0,0.4);
}
body.touroku-complete .main_column .rich_card_price .unit { font-size: 1.1rem; }

/* ---------- ② 締切 flame_box（見本画像2：赤地＋二重金枠＋黄文字強調） ---------- */
body.touroku-complete .main_column .flame_box {
  position: relative;
  margin: 1.6rem var(--column-pad);
  padding: 2.2rem 1.4rem;
  background:
    radial-gradient(circle at 12% 88%, rgba(255,180,60,0.5), transparent 38%),
    radial-gradient(circle at 88% 12%, rgba(255,180,60,0.45), transparent 38%),
    linear-gradient(135deg, #d4231a 0%, #a01010 55%, #7a0c0c 100%);
  border: 3px solid #ffd700;
  border-radius: 6px;
  box-shadow: 0 0 0 5px rgba(0,0,0,0.85), 0 0 26px rgba(255,180,60,0.3), inset 0 0 24px rgba(0,0,0,0.35);
  text-align: center;
}
/* 二重枠の内側ライン */
body.touroku-complete .main_column .flame_box::before {
  content:""; position:absolute; inset:7px;
  border: 1.5px solid rgba(255,215,0,0.55); border-radius: 3px; pointer-events:none;
}
body.touroku-complete .main_column .flame_box_lead {
  position: relative; z-index:1;
  color: #fff; font-size: 1.5rem; font-weight: 900; line-height: 1.6;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5); padding: 0 0 1rem;
}
body.touroku-complete .main_column .flame_box_main {
  position: relative; z-index:1;
  color: #fff; font-family: var(--font-gothic); font-size: 2.1rem; font-weight: 900;
  line-height: 1.5; padding: 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
body.touroku-complete .main_column .flame_box_em {
  color: #fff200; font-size: 1.35em;
  text-shadow: 0 0 16px rgba(255,242,0,0.6), 0 2px 6px rgba(0,0,0,0.5);
}

/* ---------- ③ チェックリスト check_card（見本画像1・2風：赤帯見出し＋黒地本文） ---------- */
body.touroku-complete .main_column .check_card {
  margin: 1.2rem var(--column-pad);
  border: 2px solid var(--blue);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,0.45), inset 0 0 0 1px rgba(30,58,110,0.15);
  background: #0d0d0d;
}
body.touroku-complete .main_column .check_card_head {
  padding: 1rem 1.2rem;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  border-bottom: 2px solid var(--blue);
  color: #fff;
  font-family: var(--font-gothic);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
body.touroku-complete .main_column .check_card_no {
  display: inline-block;
  margin-right: 0.5rem;
  color: #ffd700;
  font-size: 1.4rem;
  text-shadow: 0 0 10px rgba(255,215,0,0.5);
}
body.touroku-complete .main_column .check_card_body {
  padding: 1.4rem 1.3rem;
  background: linear-gradient(160deg, #1a1a1a 0%, #0e0e0e 100%);
  color: #e6e6e6;
  line-height: 2;
}

/* ---------- ④ ユーザーの声 comment_box（見本画像3：WPコメント風） ---------- */
body.touroku-complete .main_column .comment_box {
  margin: 1.6rem var(--column-pad);
  background: #f4f1e8;
  border-left: 5px solid var(--red);
  border-radius: 3px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.3);
  overflow: hidden;
}
body.touroku-complete .main_column .comment_head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
body.touroku-complete .main_column .comment_avatar {
  flex: 0 0 auto;
  width: 44px; height: 44px;
  border-radius: 3px;
  background: #c9c9c9;
  position: relative;
}
/* 初期アイコン（人型シルエット） */
body.touroku-complete .main_column .comment_avatar::before {
  content:""; position:absolute; top:9px; left:50%; transform:translateX(-50%);
  width:14px; height:14px; border-radius:50%; background:#fff;
}
body.touroku-complete .main_column .comment_avatar::after {
  content:""; position:absolute; bottom:5px; left:50%; transform:translateX(-50%);
  width:26px; height:15px; border-radius:13px 13px 0 0; background:#fff;
}
body.touroku-complete .main_column .comment_meta { display:flex; flex-direction:column; line-height:1.4; }
body.touroku-complete .main_column .comment_name {
  color: #1a1a1a; font-weight: 700; font-size: 1.05rem; padding:0;
}
body.touroku-complete .main_column .comment_mail {
  color: #2d6cb5; font-size: 0.85rem; padding:0;
}
body.touroku-complete .main_column .comment_body {
  padding: 1rem 1.2rem 1.3rem;
}
body.touroku-complete .main_column .comment_body p {
  color: #2b2b2b !important;
  line-height: 1.9;
  padding: 0.35rem 0;
}
body.touroku-complete .main_column .comment_subject {
  color: #1a1a1a !important;
  font-weight: 900;
  font-size: 1.5rem !important;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

/* ---------- ネガティブ強調 emph_red（赤＋太字＋シャドウ） ---------- */
body.touroku-complete .main_column p.emph_red,
body.touroku-complete .main_column .emph_red {
  color: var(--red) !important;
  font-weight: 900 !important;
  text-shadow: 0 2px 6px rgba(0,0,0,0.35), 0 0 14px rgba(30,58,110,0.3) !important;
}

/* ---------- 特典まとめ benefit_summary（他と揃える：赤帯＋黒地＋金リスト） ---------- */
body.touroku-complete .main_column .benefit_summary {
  margin: 1.8rem var(--column-pad);
  border: 3px solid var(--blue);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,0.55), 0 0 0 4px rgba(0,0,0,0.4);
  background: #0d0d0d;
}
body.touroku-complete .main_column .benefit_summary_head {
  padding: 1.2rem 1rem;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  border-bottom: 3px double #ffd700;
  color: #ffd700;
  font-family: var(--font-gothic);
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0,0,0,0.6);
}
body.touroku-complete .main_column .benefit_summary_body {
  padding: 1.6rem 1.4rem;
  background: linear-gradient(160deg, #1a1a1a 0%, #0c0c0c 100%);
}
body.touroku-complete .main_column .benefit_item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 0.6rem !important;
  margin: 0;
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px dashed rgba(30,58,110,0.3);
}
body.touroku-complete .main_column .benefit_item:last-child { border-bottom: none; }
body.touroku-complete .main_column .benefit_no {
  flex: 0 0 auto;
  display: inline-block;
  padding: 0.3rem 0.7rem;
  background: linear-gradient(135deg, var(--blue-light) 0%, var(--blue) 100%);
  border-radius: 5px;
  color: #1a1a1a;
  font-family: var(--font-gothic);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

/* ---------- flame_box内の注意本文 ---------- */
body.touroku-complete .main_column .flame_box_note {
  position: relative; z-index: 1;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.9;
  padding: 0.8rem 0 0;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

/* ============================================================================
   大強調をメインカラム幅90%程度まで拡大（gothic_force系の見出し級強調）
   ============================================================================ */
/* 中央の大強調（bld9 + gothic_force）＝1行が長くてもカラム幅いっぱいに近づける */
body.touroku-complete .main_column p.bld9.gothic_force {
  font-size: 3.2rem !important;
  line-height: 1.35 !important;
  letter-spacing: 0.01em;
}
/* num_impact（数字訴求）はさらに特大に */
body.touroku-complete .main_column .num_impact {
  font-size: 3.8rem !important;
  line-height: 1.25 !important;
}
body.touroku-complete .main_column .num_impact .unit { font-size: 0.45em !important; }

/* SP（スマホ）では収まる範囲に */
@media (max-width: 768px) {
  body.touroku-complete .main_column p.bld9.gothic_force { font-size: 2rem !important; }
  body.touroku-complete .main_column .num_impact { font-size: 2.3rem !important; }
}

/* ---------- スクロール誘導ボタン（FV直後・明滅・メインカラム冒頭へ） ---------- */
.scroll_guide {
  background: #0a0a0a;
  text-align: center;
  padding: 1.6rem 1rem;
}
.scroll_guide_btn {
  display: inline-block;
  color: var(--blue-light, #d4af37);
  font-family: var(--font-gothic);
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-shadow: 0 0 14px rgba(30,58,110,0.5);
  animation: scroll_blink 1.4s ease-in-out infinite;
  cursor: pointer;
}
@keyframes scroll_blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}
@media (max-width: 768px) {
  .scroll_guide_btn { font-size: 1.1rem; }
}

/* ============================================================================
   サンクスページ（セールスLPと同一構造：main_column を流用）
   背景= ty_bg.png ／ メインカラムは明るい下地+テクスチャ（黒文字のまま）
   黒装飾は BOX 部分（flame_box/blue_box/feature_box/check_card）だけ
   ============================================================================ */
/* 全体背景 = ty_bg.png（メインカラムの外側だけ） */
#wrapper.thanks-trc {
  background-color: #0a0a0a;
  background-image: url('/images/member/plan/touroku-complete/ty_bg.png');
  background-repeat: repeat-y;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 2rem;
}
/* クレジット同意チェック前の決済ボックスはメインカラム内なので装飾不要 */
#wrapper.thanks-trc .thanks-payment-box { text-align: center; }
#wrapper.thanks-trc .crbutton {
  display: inline-block;
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  color: #ffd700;
  border: 3px solid var(--blue);
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 900;
  padding: 1.1rem 2.4rem;
  margin: 1rem 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  cursor: pointer;
}
/* 同意前は半透明（見本のJS制御をそのまま活かす） */
#wrapper.thanks-trc input[type="submit"] { opacity: 0.5; }
#wrapper.thanks-trc #js-submit-box:not(.hidden) input[type="submit"] { opacity: 1; }

/* ============================================================================
   コラボ買い目 サンクスページ専用 追記
   - 背景 ty_bg.png / 決済ジャンプボタン（収縮アニメ）
   ============================================================================ */

/* サンクス専用 背景画像（ty_bg.png） */
body.touroku-complete-thanks::before {
  background-image: url(../../../../images/member/plan/touroku-complete/ty_bg.png) !important;
}

/* 決済エリアへのジャンプボタン（金赤・収縮アニメで誘目） */
body.touroku-complete .main_column .ty_jump_btn {
  display: block;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  text-align: center;
  text-decoration: none;
  color: #ffd700 !important;
  font-family: var(--font-gothic);
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, #cc1a1a 0%, #8b0000 100%);
  border: 2px solid var(--blue, #c5a44e);
  border-radius: 14px;
  box-shadow: 0 8px 0 #5e0c0c, 0 14px 26px rgba(30,58,110,0.3);
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
  animation: ty_jump_pulse 1.4s ease-in-out infinite;
  cursor: pointer;
  transition: transform 0.1s ease;
}
body.touroku-complete .main_column .ty_jump_btn:hover {
  transform: translateY(-2px);
}
body.touroku-complete .main_column .ty_jump_btn:active {
  transform: translateY(4px);
  box-shadow: 0 4px 0 #5e0c0c, 0 8px 16px rgba(30,58,110,0.3);
}
body.touroku-complete .main_column .ty_jump_btn_sub {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.62em;
  font-weight: 700;
  color: #fff !important;
  text-shadow: none;
  line-height: 1.5;
}

/* 収縮（拡大→縮小）で「押せる」と分かるアニメ */
@keyframes ty_jump_pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 8px 0 #5e0c0c, 0 14px 26px rgba(30,58,110,0.3); }
  50% { transform: scale(1.04); box-shadow: 0 8px 0 #5e0c0c, 0 16px 32px rgba(30,58,110,0.45), 0 0 22px rgba(255,215,0,0.25); }
}

@media (max-width: 768px) {
  body.touroku-complete .main_column .ty_jump_btn {
    font-size: 1.2rem;
    padding: 1.2rem 1.2rem;
  }
}
/* ============================================================================
   動画埋め込み（2606_sl.mp4 / poster: al_amn.png）
   ============================================================================ */
body.touroku-complete .trc_video {
  margin: 1.5rem var(--column-pad);
  border: 3px solid var(--blue);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.5), 0 0 0 4px rgba(0,0,0,0.35);
  background: #000;
}
body.touroku-complete .trc_video_el {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}

/* ============================================================================
   YouTube 埋め込み（16:9 レスポンシブ）
   既存の .trc_video（黒枠・金枠）の内側に配置
   ============================================================================ */
body.touroku-complete .trc_video_yt {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
body.touroku-complete .trc_video_yt iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
/* aspect-ratio 非対応の古いブラウザ用フォールバック */
@supports not (aspect-ratio: 16 / 9) {
  body.touroku-complete .trc_video_yt { height: 0; padding-bottom: 56.25%; }
}

/* ============================================================================
   流れる声（自動スクロールコメント／trcテーマ：黒金）
   ============================================================================ */
.kc-scroll-wrap {
  margin: 1.5rem var(--column-pad);
  background: #0d0d0d;
  border: 2px solid var(--blue);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(197,164,78,0.2);
}
.kc-scroll-wrap *,
.kc-scroll-wrap *::before,
.kc-scroll-wrap *::after { box-sizing: border-box; }
.kc-scroll-header {
  background: linear-gradient(135deg, #1a1a1a 0%, #15110a 100%);
  border-bottom: 2px solid var(--blue);
  color: var(--blue-light, #d4af37);
  padding: 12px 15px;
  font-weight: 900;
  font-size: 1rem;
  font-family: var(--font-gothic);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kc-scroll-label {
  font-size: 0.78em;
  background: rgba(197,164,78,0.18);
  color: var(--blue-light, #d4af37);
  padding: 2px 10px;
  border-radius: 10px;
  letter-spacing: 0.05em;
}
.kc-scroll-box {
  height: 720px;
  overflow-y: hidden;
  padding: 15px;
  background: #fdfbf6;
  background-image: url("https://www.transparenttextures.com/patterns/clean-textile.png");
  line-height: 1.7;
  font-size: 0.95em;
  color: #2b2b2b;
  position: relative;
  cursor: default;
}
.kc-scroll-item {
  border-bottom: 1px solid #e6ddc4;
  padding: 12px 6px;
  margin-bottom: 4px;
  color: #2b2b2b;
}
.kc-scroll-item::before {
  content: "◆ ";
  color: var(--blue, #c5a44e);
  font-weight: 900;
}
.kc-scroll-footer {
  background: linear-gradient(135deg, #1a1a1a 0%, #15110a 100%);
  border-top: 1px solid rgba(197,164,78,0.4);
  padding: 10px;
  text-align: center;
  font-size: 0.85em;
  
  color: #cbbf99;
}
@media (max-width: 768px) {
  .kc-scroll-box { height: 300px; }
}

/* ============================================================================
   CLBYE オープニング演出 + YouTube高画質サムネイル v2
   - ヘッダー画像は元LPと同じフル幅表示
   - 暗転から浮かび上がる演出
   - 紙吹雪は画面上部から自然に落下
   - 金属光沢は白い線ではなく、控えめなゴールドの反射として走らせる
   ============================================================================ */

body.touroku-complete.trc-opening {
  overflow: hidden;
}

body.touroku-complete .trc_opening {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #000;
  opacity: 1;
  pointer-events: none;
  overflow: hidden;
  animation: trcOpeningFadeOut 0.85s ease 4.7s forwards;
}

/* 暗転の深さと、金の余韻だけを薄く残す。ぼかしは使わない */
body.touroku-complete .trc_opening::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.34) 0%, rgba(0,0,0,0.12) 42%, rgba(0,0,0,0.5) 100%),
    linear-gradient(90deg, rgba(197,164,78,0.08) 0%, transparent 22%, transparent 78%, rgba(197,164,78,0.08) 100%);
  opacity: 0;
  animation: trcOpeningDarkMood 1.35s ease 0.05s forwards;
}

/* 旧バージョンの白い斜線は使わない */
body.touroku-complete .trc_opening_shine {
  display: none;
}

/* 元LPのヘッダーと同じく、横幅いっぱいに表示 */
body.touroku-complete .trc_opening_header {
  position: relative;
  z-index: 3;
  width: 100vw;
  max-width: none;
  margin: 0;
  opacity: 0;
  filter: brightness(0) contrast(1.08) saturate(0.85);
  overflow: hidden;
  animation: trcHeaderEmerge 1.9s cubic-bezier(.18,.78,.24,1) 0.28s forwards;
}

body.touroku-complete .trc_opening_header img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  transform-origin: center top;
  animation: trcHeaderHeartbeat 1.08s ease-in-out 2.05s 2;
}

/* 金属光沢：白線ではなく、金の反射が一度だけ薄く走る */
body.touroku-complete .trc_opening_header::after {
  content: "";
  position: absolute;
  top: -8%;
  bottom: -8%;
  left: -42%;
  z-index: 4;
  width: 26%;
  transform: skewX(-18deg);
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255, 223, 93, 0.00) 28%,
    rgba(255, 232, 128, 0.10) 42%,
    rgba(255, 246, 190, 0.24) 50%,
    rgba(184, 135, 22, 0.16) 58%,
    rgba(255, 222, 90, 0.06) 68%,
    transparent 100%
  );
  opacity: 0;
  mix-blend-mode: screen;
  animation: trcMetalSheen 1.18s ease 3.12s forwards;
}

body.touroku-complete .trc_confetti {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
}

body.touroku-complete .trc_confetti span {
  position: absolute;
  top: -32vh;
  left: var(--left, 50%);
  width: var(--w, 8px);
  height: var(--h, 14px);
  background: linear-gradient(135deg, #fff7b0 0%, #ffd700 46%, #9f7416 100%);
  box-shadow: 0 0 7px rgba(255,215,0,0.34);
  opacity: 0;
  border-radius: 2px;
  transform: translate3d(0, -32vh, 0) rotate(0deg);
  animation: trcConfettiFall var(--fall, 3s) cubic-bezier(.18,.62,.26,1) var(--delay, 2.15s) forwards;
}

body.touroku-complete .trc_confetti span.bright {
  background: linear-gradient(135deg, #fffde0 0%, #ffdc38 45%, #c99a2e 100%);
}

body.touroku-complete .trc_confetti span.pale {
  background: linear-gradient(135deg, #ffffff 0%, #e7c96a 54%, #9b7a2a 100%);
}

body.touroku-complete .trc_confetti span.coin {
  border-radius: 50%;
  height: var(--w, 8px);
  background: radial-gradient(circle at 35% 30%, #fffad0 0%, #ffd700 42%, #936511 100%);
}

@keyframes trcOpeningDarkMood {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes trcHeaderEmerge {
  0% {
    opacity: 0;
    filter: brightness(0) contrast(1.08) saturate(0.85);
  }
  28% {
    opacity: 1;
    filter: brightness(0.18) contrast(1.12) saturate(0.9);
  }
  68% {
    opacity: 1;
    filter: brightness(0.82) contrast(1.05) saturate(1.04);
  }
  100% {
    opacity: 1;
    filter: brightness(1) contrast(1) saturate(1);
  }
}

@keyframes trcHeaderHeartbeat {
  0%, 100% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.006);
  }
  62% {
    transform: scale(0.998);
  }
}

@keyframes trcConfettiFall {
  0% {
    opacity: 0;
    transform: translate3d(0, -32vh, 0) rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  72% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--x, 0px), 136vh, 0) rotate(var(--r, 900deg));
  }
}

@keyframes trcMetalSheen {
  0% {
    left: -42%;
    opacity: 0;
  }
  18% {
    opacity: 0.52;
  }
  64% {
    opacity: 0.42;
  }
  100% {
    left: 118%;
    opacity: 0;
  }
}

@keyframes trcOpeningFadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

body.touroku-complete .trc_opening.is-hidden {
  display: none;
}

/* YouTube 高画質サムネイル表示：クリック後にiframeへ差し替え */
body.touroku-complete .trc_video_lazy {
  cursor: pointer;
  background: #000;
  overflow: hidden;
}

body.touroku-complete .trc_video_thumb {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease, filter 0.3s ease;
}

body.touroku-complete .trc_video_lazy:hover .trc_video_thumb {
  transform: scale(1.03);
  filter: brightness(0.82);
}

body.touroku-complete .trc_video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(135deg, #cc1a1a 0%, #8b0000 100%);
  border: 3px solid var(--blue, #c5a44e);
  box-shadow:
    0 8px 22px rgba(0,0,0,0.45),
    0 0 24px rgba(197,164,78,0.35);
  z-index: 2;
}

body.touroku-complete .trc_video_play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 29px solid #ffd700;
}

@media (max-width: 768px) {
  body.touroku-complete .trc_opening {
    align-items: flex-start;
  }

  body.touroku-complete .trc_opening_header {
    width: 100vw;
  }

  body.touroku-complete .trc_confetti span {
    box-shadow: 0 0 5px rgba(255,215,0,0.28);
  }

  body.touroku-complete .trc_opening_header::after {
    width: 34%;
  }

  body.touroku-complete .trc_video_play {
    width: 68px;
    height: 68px;
  }

  body.touroku-complete .trc_video_play::before {
    border-top-width: 14px;
    border-bottom-width: 14px;
    border-left-width: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.touroku-complete .trc_opening {
    animation: trcOpeningFadeOut 0.3s ease 0.8s forwards;
  }

  body.touroku-complete .trc_opening_header,
  body.touroku-complete .trc_opening_header img,
  body.touroku-complete .trc_opening_header::after,
  body.touroku-complete .trc_opening::before,
  body.touroku-complete .trc_confetti span {
    animation: none !important;
  }

  body.touroku-complete .trc_opening_header {
    opacity: 1;
    filter: none;
  }
}


/* ============================================================================
   CLBYE 最新版 実績表（赤黒金・全文テーブル）
   - aa差し替え実績ブロック専用
   ============================================================================ */
body.touroku-complete .trc_results_all {
  margin: 2.5rem 0;
  padding: 2.2rem 1.4rem;
  background: linear-gradient(135deg, #080808 0%, #17100a 58%, #050505 100%);
  border: 3px solid var(--blue, #c5a44e);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.42), inset 0 0 0 1px rgba(255,215,0,0.18);
  overflow: hidden;
}
body.touroku-complete .trc_results_all_head {
  text-align: center;
  padding: 0 0 1.5rem;
  margin: 0 0 1.4rem;
  border-bottom: 1px solid rgba(197,164,78,0.42);
}
body.touroku-complete .trc_results_all_head p {
  padding: 0;
  margin: 0;
}
body.touroku-complete .trc_results_all_kicker {
  display: inline-block;
  padding: 0.35rem 1rem !important;
  color: #1a0f05;
  background: linear-gradient(135deg, #fff3a5 0%, #d4af37 48%, #9d7418 100%);
  border-radius: 999px;
  font-size: 0.95rem !important;
  font-weight: 900;
  line-height: 1.45 !important;
  letter-spacing: 0.08em;
}
body.touroku-complete .trc_results_all_title {
  margin-top: 0.9rem !important;
  color: #f7d66b;
  font-size: 2.35rem !important;
  font-weight: 900;
  line-height: 1.35 !important;
  text-shadow: 0 0 18px rgba(30,58,110,0.42), 0 3px 8px rgba(0,0,0,0.7);
}
body.touroku-complete .trc_results_all_lead {
  margin-top: 0.8rem !important;
  color: #d8d8d8;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}
body.touroku-complete .trc_results_summary_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0 0 1.2rem;
}
body.touroku-complete .trc_results_summary_item {
  min-height: 110px;
  padding: 1rem 0.55rem;
  text-align: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(197,164,78,0.36);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}
body.touroku-complete .trc_results_summary_item span {
  display: block;
  color: #b8b8b8;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
body.touroku-complete .trc_results_summary_item strong {
  display: block;
  margin-top: 0.45rem;
  color: #f5d56b;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-shadow: 0 0 12px rgba(30,58,110,0.28);
}
body.touroku-complete .trc_results_summary_hit strong,
body.touroku-complete .trc_results_summary_return strong {
  color: #ff3535;
  text-shadow: 0 0 12px rgba(30,58,110,0.34);
}
body.touroku-complete .trc_results_note {
  margin: 0 0 1.4rem;
  padding: 0.8rem 1rem;
  color: #e5e5e5;
  background: rgba(30,58,110,0.16);
  border-left: 5px solid var(--red, #cc1a1a);
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.7;
}
body.touroku-complete .trc_results_note span {
  display: inline-block;
  margin-right: 0.55em;
  padding: 0.12em 0.55em;
  color: #fff;
  background: var(--red, #cc1a1a);
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.86em;
}
body.touroku-complete .trc_results_table_title {
  margin: 1.5rem 0 0.7rem;
  padding: 0.55rem 0.8rem;
  color: #111;
  background: linear-gradient(135deg, #fff3a5 0%, #d4af37 52%, #9b741f 100%);
  border-radius: 8px;
  text-align: center;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
body.touroku-complete .trc_results_scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(197,164,78,0.52);
  border-radius: 10px;
  background: #090909;
}
body.touroku-complete .trc_results_scroll_detail {
  max-height: 680px;
  overflow-y: auto;
}
body.touroku-complete .trc_results_table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #f2f2f2;
  background: #101010;
  font-size: 0.82rem;
  line-height: 1.55;
}
body.touroku-complete .trc_results_table_detail {
  min-width: 1120px;
}
body.touroku-complete .trc_results_table th,
body.touroku-complete .trc_results_table td {
  padding: 0.72rem 0.65rem;
  border: 1px solid rgba(255,255,255,0.09);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
body.touroku-complete .trc_results_table th {
  position: sticky;
  top: 0;
  z-index: 2;
  color: #111;
  background: linear-gradient(135deg, #d4af37 0%, #fff0a0 48%, #9a6b12 100%);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
body.touroku-complete .trc_results_table tbody tr:nth-child(odd) {
  background: rgba(255,255,255,0.035);
}
body.touroku-complete .trc_results_table tbody tr:nth-child(even) {
  background: rgba(255,255,255,0.012);
}
body.touroku-complete .trc_results_table tbody tr:hover {
  background: rgba(30,58,110,0.14);
}
body.touroku-complete .trc_results_table tfoot td {
  color: #111;
  background: linear-gradient(135deg, #f7d66b 0%, #c5a44e 100%);
  font-weight: 900;
}
body.touroku-complete .trc_td_hit {
  color: #ff3f3f !important;
  font-weight: 900;
}
body.touroku-complete .trc_td_miss {
  color: #bdbdbd !important;
  font-weight: 900;
}
body.touroku-complete .trc_td_payout {
  color: #f7d66b !important;
  font-weight: 900;
}
body.touroku-complete .trc_td_loss {
  color: #9a9a9a !important;
  font-weight: 700;
}
body.touroku-complete .trc_td_em {
  color: #ffffff;
  font-weight: 800;
}
body.touroku-complete .trc_row_hit td:first-child {
  border-left: 4px solid var(--red, #cc1a1a);
}
body.touroku-complete .trc_row_miss td:first-child {
  border-left: 4px solid rgba(197,197,197,0.34);
}
@media (max-width: 768px) {
  body.touroku-complete .trc_results_all {
    margin: 2rem -0.6rem;
    padding: 1.4rem 0.7rem;
    border-width: 2px;
    border-radius: 12px;
  }
  body.touroku-complete .trc_results_all_title {
    font-size: 1.65rem !important;
  }
  body.touroku-complete .trc_results_all_lead {
    font-size: 0.82rem !important;
  }
  body.touroku-complete .trc_results_summary_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }
  body.touroku-complete .trc_results_summary_item {
    min-height: 92px;
    padding: 0.8rem 0.35rem;
  }
  body.touroku-complete .trc_results_summary_item span {
    font-size: 0.68rem;
  }
  body.touroku-complete .trc_results_summary_item strong {
    font-size: 1.05rem;
  }
  body.touroku-complete .trc_results_table_title {
    font-size: 0.9rem;
  }
  body.touroku-complete .trc_results_table {
    font-size: 0.72rem;
  }
  body.touroku-complete .trc_results_table th,
  body.touroku-complete .trc_results_table td {
    padding: 0.58rem 0.5rem;
  }
  body.touroku-complete .trc_results_scroll_detail {
    max-height: 620px;
  }
}

/* ============================================================================
   サンクスページ　本文サイズ拡張（LEVO準拠）
   要項・フォーム・送信ボタン・フローティングボタンはサイズ拡大対象外
   ============================================================================ */

body.touroku-complete,
body.touroku-complete *,
body.touroku-complete *::before,
body.touroku-complete *::after {
  font-family: var(--font-gothic) !important;
}

:root {
  --column-max: 900px;
  --column-pad: 2rem;
}

body.touroku-complete {
  font-size: 30px;
  line-height: 2.35;
}

body.touroku-complete .main_column p,
body.touroku-complete .main_column li {
  font-size: 1em;
  line-height: 2.35;
  text-wrap: pretty;
  line-break: strict;
  overflow-wrap: break-word;
}

body.touroku-complete .main_column .fs12 { font-size: 20px !important; }
body.touroku-complete .main_column .fs14 { font-size: 22px !important; }
body.touroku-complete .main_column .fs16 { font-size: 26px !important; }
body.touroku-complete .main_column .fs17 { font-size: 28px !important; }
body.touroku-complete .main_column .fs18 { font-size: 30px !important; }
body.touroku-complete .main_column .fs19 { font-size: 31px !important; }
body.touroku-complete .main_column .fs20 { font-size: 33px !important; }
body.touroku-complete .main_column .fs21 { font-size: 34px !important; }
body.touroku-complete .main_column .fs22 { font-size: 35px !important; }
body.touroku-complete .main_column .fs23 { font-size: 36px !important; }
body.touroku-complete .main_column .fs24 { font-size: 38px !important; }
body.touroku-complete .main_column .fs25 { font-size: 39px !important; }
body.touroku-complete .main_column .fs26 { font-size: 40px !important; }
body.touroku-complete .main_column .fs27 { font-size: 41px !important; }
body.touroku-complete .main_column .fs28 { font-size: 42px !important; }
body.touroku-complete .main_column .fs29 { font-size: 43px !important; }
body.touroku-complete .main_column .fs30 { font-size: 44px !important; }
body.touroku-complete .main_column .fs31 { font-size: 45px !important; }
body.touroku-complete .main_column .fs32 { font-size: 46px !important; }
body.touroku-complete .main_column .fs33 { font-size: 47px !important; }
body.touroku-complete .main_column .fs36 { font-size: 52px !important; }
body.touroku-complete .main_column .fs45 { font-size: 60px !important; }
body.touroku-complete .main_column .fs48 { font-size: 68px !important; }
body.touroku-complete .main_column .fs72 { font-size: 92px !important; }

body.touroku-complete .main_column .subhead {
  font-size: 2.6rem !important;
  line-height: 1.55;
}

body.touroku-complete .main_column .full_band_main {
  font-size: 3rem !important;
  line-height: 1.45;
}

body.touroku-complete .main_column .full_band_sub {
  font-size: 1.7rem !important;
  line-height: 1.65;
}

body.touroku-complete .main_column .num_impact {
  font-size: 4.2rem !important;
  line-height: 1.22;
  letter-spacing: 0.02em;
}

body.touroku-complete .main_column .num_impact_sub {
  font-size: 1.35rem !important;
  line-height: 1.8;
}

body.touroku-complete .main_column .quote_box {
  font-size: 1.55rem !important;
  line-height: 2.25;
}

body.touroku-complete .main_column .quote_box p,
body.touroku-complete .main_column .accent_box p,
body.touroku-complete .main_column .blue_box p,
body.touroku-complete .main_column .orange_box p,
body.touroku-complete .main_column .white_box p,
body.touroku-complete .main_column .feature_box p,
body.touroku-complete .main_column .price_box p {
  line-height: 2.2;
}

body.touroku-complete .main_column .price_old {
  font-size: 2rem !important;
}
body.touroku-complete .main_column .price_final {
  font-size: 3.8rem !important;
  line-height: 1.2;
}
body.touroku-complete .main_column .price_note {
  font-size: 1.2rem !important;
}
body.touroku-complete .main_column .feature_num {
  font-size: 1.15rem !important;
}
body.touroku-complete .main_column .feature_title {
  font-size: 2rem !important;
}

body.touroku-complete .main_column .lh18,
body.touroku-complete .main_column .lh22,
body.touroku-complete .main_column .lh28,
body.touroku-complete .main_column .lh32 {
  line-height: 2.25 !important;
}

body.touroku-complete .youkou_wrap,
body.touroku-complete .form_wrap,
body.touroku-complete .float_cta,
body.touroku-complete .lp_footer {
  font-size: initial;
}

body.touroku-complete .youkou_wrap p,
body.touroku-complete .form_wrap p,
body.touroku-complete .lp_footer p {
  font-size: inherit;
}

body.touroku-complete .youkou_table td p {
  font-size: inherit;
  line-height: 2;
}

/* SP responsive */
@media (max-width: 768px) {
  :root {
    --column-max: 100%;
    --column-pad: 1.2rem;
  }

  body.touroku-complete {
    font-size: 24px;
    line-height: 2.25;
  }

  body.touroku-complete .main_column p,
  body.touroku-complete .main_column li {
    line-height: 2.25;
  }

  body.touroku-complete .main_column .fs12 { font-size: 17px !important; }
  body.touroku-complete .main_column .fs14 { font-size: 19px !important; }
  body.touroku-complete .main_column .fs16 { font-size: 21px !important; }
  body.touroku-complete .main_column .fs17 { font-size: 23px !important; }
  body.touroku-complete .main_column .fs18 { font-size: 24px !important; }
  body.touroku-complete .main_column .fs19 { font-size: 25px !important; }
  body.touroku-complete .main_column .fs20 { font-size: 26px !important; }
  body.touroku-complete .main_column .fs21 { font-size: 27px !important; }
  body.touroku-complete .main_column .fs22 { font-size: 28px !important; }
  body.touroku-complete .main_column .fs23 { font-size: 29px !important; }
  body.touroku-complete .main_column .fs24 { font-size: 30px !important; }
  body.touroku-complete .main_column .fs25 { font-size: 31px !important; }
  body.touroku-complete .main_column .fs26 { font-size: 32px !important; }
  body.touroku-complete .main_column .fs27 { font-size: 33px !important; }
  body.touroku-complete .main_column .fs28 { font-size: 32px !important; }
  body.touroku-complete .main_column .fs29 { font-size: 33px !important; }
  body.touroku-complete .main_column .fs30 { font-size: 34px !important; }
  body.touroku-complete .main_column .fs31 { font-size: 35px !important; }
  body.touroku-complete .main_column .fs32 { font-size: 35px !important; }
  body.touroku-complete .main_column .fs33 { font-size: 36px !important; }
  body.touroku-complete .main_column .fs36 { font-size: 38px !important; }
  body.touroku-complete .main_column .fs45 { font-size: 44px !important; }
  body.touroku-complete .main_column .fs48 { font-size: 46px !important; }
  body.touroku-complete .main_column .fs72 { font-size: 56px !important; }

  body.touroku-complete .main_column .subhead {
    font-size: 2rem !important;
  }

  body.touroku-complete .main_column .full_band_main {
    font-size: 2.1rem !important;
  }

  body.touroku-complete .main_column .full_band_sub {
    font-size: 1.35rem !important;
  }

  body.touroku-complete .main_column .num_impact {
    font-size: 2.8rem !important;
  }

  body.touroku-complete .main_column .num_impact_sub {
    font-size: 1.15rem !important;
  }

  body.touroku-complete .main_column .quote_box {
    font-size: 1.28rem !important;
  }
}

/* ---------- 追加装飾：黄色+黒縁テキスト ---------- */
body.touroku-complete .yellow_stroke {
  color: #ffff00 !important;
  font-weight: 900 !important;
  -webkit-text-stroke: 1.5px #000;
  text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 0 4px 12px rgba(0,0,0,0.4);
  paint-order: stroke fill;
}

/* ============================================================================
   trc 装飾クラス追加（既存CSSの末尾に追記）
   ============================================================================ */

/* --- 赤下線（bld付き） --- */
body.touroku-complete .deco_red_under {
  font-weight: 900;
  border-bottom: 4px solid var(--red, #cc1a1a);
  padding-bottom: 2px;
}

/* --- 赤震え（bld＋チカチカ＋揺れ） --- */
body.touroku-complete .deco_red_shake {
  color: #ff0000;
  font-weight: 900;
  display: inline-block;
  text-shadow: 0 0 10px rgba(255,255,0,0.5), 0 0 24px rgba(255,0,0,0.3);
  animation:
    trc_flash 1.2s ease-in-out infinite,
    trc_shake 0.35s ease-in-out infinite;
}
@keyframes trc_flash {
  0%,100% { opacity: 1; }
  50%     { opacity: 0.55; }
}
@keyframes trc_shake {
  0%,100% { transform: translate(0, 0); }
  25%     { transform: translate(-1.5px, 1px); }
  50%     { transform: translate(1.5px, -1px); }
  75%     { transform: translate(-1px, -1px); }
}

/* --- 赤黒字（ネガティブワード用：暗赤＋シャドウ） --- */
body.touroku-complete .deco_darkred {
  color: #7a0000;
  font-weight: 900;
  text-shadow: 0 2px 5px rgba(0,0,0,0.4), 0 0 10px rgba(122,0,0,0.3);
}

/* --- 金＋金グロー --- */
body.touroku-complete .deco_gold_glow {
  color: #d4af37;
  font-weight: 900;
  text-shadow:
    0 0 10px rgba(30,58,110,0.5),
    0 0 30px rgba(30,58,110,0.25),
    0 2px 6px rgba(0,0,0,0.3);
}

/* --- 黒＋金グロー --- */
body.touroku-complete .deco_black_redglow {
  color: #1a1a1a;
  font-weight: 900;
  text-shadow:
    0 0 6px rgba(30,58,110,0.4),
    0 0 14px rgba(30,58,110,0.2);
}

/* --- 金＋黒ふち(太)＋金グロー --- */
body.touroku-complete .deco_gold_stroke {
  color: #ffd700;
  font-weight: 900;
  -webkit-text-stroke: 2.5px #000;
  paint-order: stroke fill;
  text-shadow:
    2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    0 0 14px rgba(30,58,110,0.5),
    0 0 30px rgba(255,215,0,0.3),
    0 4px 10px rgba(0,0,0,0.4);
}

/* --- 白文字＋黒ふち(やや太) --- */
body.touroku-complete .deco_white_stroke {
  color: #ffffff;
  font-weight: 900;
  -webkit-text-stroke: 3px #000;
  paint-order: stroke fill;
  text-shadow:
    2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000,
    0 0 6px rgba(0,0,0,0.6),
    0 4px 10px rgba(0,0,0,0.4);
}

/* --- 吹き出し風BOX --- */
body.touroku-complete .deco_balloon {
  position: relative;
  margin: 2rem var(--column-pad);
  padding: 1.6rem 2rem;
  background: #f5f5f5;
  border: 3px solid #333;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  font-weight: 900;
  line-height: 1.8;
}
body.touroku-complete .deco_balloon::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 22px solid #333;
}
body.touroku-complete .deco_balloon::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 19px solid #f5f5f5;
  z-index: 1;
}
body.touroku-complete .deco_balloon p {
  padding: 0 !important;
  color: #1a1a1a !important;
  font-size: 1.1em;
}

/* ============================================================================
   左右サイドフェード（メインカラム外側のみ、既存::before/afterと競合しないよう別要素で）
   ※ body直下に固定配置。main_columnの疑似要素には触らない。
   ============================================================================ */
body.touroku-complete .side_fade_l,
body.touroku-complete .side_fade_r {
  position: fixed;
  top: 0; bottom: 0;
  width: 6px;
  z-index: 100;
  pointer-events: none;
  animation: trcSidePulse 2.4s ease-in-out infinite;
}
body.touroku-complete .side_fade_l {
  left: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(30,58,110,0.7) 20%, rgba(30,58,110,0.9) 50%, rgba(30,58,110,0.7) 80%, transparent 100%);
  box-shadow: 0 0 18px 4px rgba(30,58,110,0.35), 0 0 40px 8px rgba(30,58,110,0.15);
}
body.touroku-complete .side_fade_r {
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(30,58,110,0.7) 20%, rgba(30,58,110,0.9) 50%, rgba(30,58,110,0.7) 80%, transparent 100%);
  box-shadow: 0 0 18px 4px rgba(30,58,110,0.35), 0 0 40px 8px rgba(30,58,110,0.15);
}
@keyframes trcSidePulse {
  0%, 100% { opacity: 0.4; box-shadow: 0 0 12px 2px rgba(30,58,110,0.2); }
  50%      { opacity: 1;   box-shadow: 0 0 24px 6px rgba(30,58,110,0.5), 0 0 48px 12px rgba(30,58,110,0.2); }
}
@media (max-width: 960px) {
  body.touroku-complete .side_fade_l,
  body.touroku-complete .side_fade_r { display: none; }
}

/* ============================================================================
   ヘッダー・ロゴ ドロップシャドウ＋ポップアニメ
   ============================================================================ */
body.touroku-complete #header .header_img img {
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.55)) drop-shadow(0 2px 6px rgba(0,0,0,0.35));
  animation: trc_header_pop 3s ease-in-out infinite;
}
@keyframes trc_header_pop {
  0%,100% { transform: scale(1); }
  40%     { transform: scale(1.025); }
  55%     { transform: scale(0.995); }
  70%     { transform: scale(1.012); }
  85%     { transform: scale(1); }
}

body.touroku-complete .main_column img[alt="超コラボ買い目"] {
  filter: drop-shadow(0 4px 14px rgba(0,0,0,0.45)) drop-shadow(0 1px 4px rgba(0,0,0,0.3));
}

/* ============================================================================
   bg画像 端シャドウ（ビネット） ── side_fade(z:100)の背後に配置
   ============================================================================ */
body.touroku-complete::after {
  content: "";
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 6%, transparent 14%, transparent 86%, rgba(0,0,0,0.2) 94%, rgba(0,0,0,0.6) 100%);
}

/* ============================================================================
   申込ボタン・フローティングCTA 拡大＋ポップアニメ
   ============================================================================ */
body.touroku-complete .submit_btn,
body.touroku-complete .gsub {
  font-size: 1.8rem !important;
  padding: 1.8rem 5rem !important;
  letter-spacing: 0.12em;
  animation: trc_btn_pop 2s ease-in-out infinite;
}
@keyframes trc_btn_pop {
  0%,100% { transform: scale(1); box-shadow: 0 6px 24px rgba(30,58,110,0.35); }
  50%     { transform: scale(1.06); box-shadow: 0 8px 32px rgba(30,58,110,0.5), 0 0 20px rgba(255,215,0,0.2); }
}
body.touroku-complete .float_cta {
  width: 140px !important;
  height: 140px !important;
  animation: trc_float_pop 2.2s ease-in-out infinite !important;
}
body.touroku-complete .float_cta__main {
  font-size: 1.05rem !important;
}
@keyframes trc_float_pop {
  0%,100% { transform: translateY(0) scale(1); box-shadow: 0 4px 20px rgba(30,58,110,0.4); }
  50%     { transform: translateY(-8px) scale(1.08); box-shadow: 0 8px 30px rgba(30,58,110,0.55), 0 0 20px rgba(255,215,0,0.2); }
}
@media (max-width: 768px) {
  body.touroku-complete .submit_btn,
  body.touroku-complete .gsub {
    font-size: 1.4rem !important;
    padding: 1.4rem 2rem !important;
  }
  body.touroku-complete .float_cta {
    width: 120px !important;
    height: 120px !important;
  }
  body.touroku-complete .float_cta__main {
    font-size: 0.9rem !important;
  }
}

/* ============================================================
   full_band（サブヘッド帯）ポップアニメ
   ============================================================ */
body.touroku-complete .full_band {
  animation: trc_band_pop 3.5s ease-in-out infinite;
}
@keyframes trc_band_pop {
  0%,100% { box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
  50%     { box-shadow: 0 4px 30px rgba(30,58,110,0.4), 0 0 20px rgba(255,215,0,0.15); }
}

/* SPだけ改行 */
.spbr {
  display: none;
}

@media (max-width: 768px) {
  .spbr {
    display: block;
  }
}
/* ========== 修正: BOX内テキスト色の明示指定 ========== */
body.touroku-complete .main_column .rich_card_inner p {
  color: #e0e0e0;
}
body.touroku-complete .main_column .rich_card_inner .bld {
  color: #ffd700;
}
body.touroku-complete .main_column .rich_card_inner .fs14 {
  color: #999 !important;
}
body.touroku-complete .main_column .benefit_summary_body p {
  color: #fff !important;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 2;
  padding: 0.6rem 0;
  border-bottom: 1px dashed rgba(30,58,110,0.3);
}
body.touroku-complete .main_column .benefit_summary_body p:last-child {
  border-bottom: none;
}
body.touroku-complete .main_column .feature_box .feature_title,
body.touroku-complete .main_column .feature_box .feature_num {
  color: #ffd700;
}
body.touroku-complete .main_column .check_card_body p {
  color: #e0e0e0;
}

/* ===== touroku-complete: サイドフェード非表示 ===== */
body.touroku-complete .side_fade_l,
body.touroku-complete .side_fade_r { display: none; }

/* ===== touroku-complete: ログインBOX（独自コンポーネント） ===== */
body.touroku-complete .trc-login-box {
  max-width: 560px; margin: 0 auto;
  background: #f7f9fc;
  border: 2px solid var(--blue);
  border-radius: 6px; padding: 24px;
}
body.touroku-complete .trc-login-label {
  font-size: 15px; color: #888; text-align: center;
  margin-bottom: 16px; line-height: 1.8;
}
body.touroku-complete .trc-login-row {
  display: flex; align-items: baseline; padding: 10px 0;
  border-bottom: 1px solid #e5e8ee; gap: 10px;
}
body.touroku-complete .trc-login-row:last-child { border-bottom: none; }
body.touroku-complete .trc-login-key {
  flex-shrink: 0; width: 110px; font-size: 15px;
  font-weight: 900; color: var(--blue);
}
body.touroku-complete .trc-login-arrow { color: #ccc; font-size: 14px; flex-shrink: 0; }
body.touroku-complete .trc-login-val {
  font-size: 17px; font-weight: 700; color: var(--blue-light);
  word-break: break-all; line-height: 1.6;
}

/* ===== SP: ログインBOX ===== */
@media (max-width: 960px) {
  body.touroku-complete .trc-login-box { padding: 18px 14px; }
  body.touroku-complete .trc-login-row { flex-direction: column; gap: 2px; padding: 8px 0; }
  body.touroku-complete .trc-login-key { width: auto; font-size: 13px; }
  body.touroku-complete .trc-login-arrow { display: none; }
  body.touroku-complete .trc-login-val { font-size: 15px; }
}

/* ===== touroku-complete: FV完了チェック ===== */
body.touroku-complete .trc-complete-check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 72px; height: 72px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-light) 0%, var(--blue) 100%);
  margin-bottom: 16px;
  box-shadow: 0 0 24px rgba(30,58,110,0.3);
}
body.touroku-complete .trc-complete-check svg { width: 36px; height: 36px; fill: #fff; }

@media (max-width: 960px) {
  body.touroku-complete .trc-complete-check { width: 60px; height: 60px; }
  body.touroku-complete .trc-complete-check svg { width: 30px; height: 30px; }
}

/* ===== touroku-complete: オレンジCTAボタン（大型） ===== */
body.touroku-complete .trc-cta {
  display: block; max-width: 540px; margin: 0 auto;
  padding: 22px 32px; text-align: center;
  color: #fff !important; font-weight: 900;
  border-radius: 6px; text-decoration: none;
  background: linear-gradient(135deg, #f5a623 0%, #e67e22 50%, #f5a623 100%);
  background-size: 200% auto;
  animation: trcBtnShimmer 3s linear infinite;
  box-shadow: 0 6px 0 #c55a00, 0 8px 24px rgba(230,126,34,0.3), inset 0 1px 0 rgba(255,255,255,0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}
body.touroku-complete .trc-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 9px 0 #c55a00, 0 12px 36px rgba(230,126,34,0.4), inset 0 1px 0 rgba(255,255,255,0.3);
}
body.touroku-complete .trc-cta-main {
  display: block; font-size: clamp(20px, 4.5vw, 28px);
  letter-spacing: 0.1em;
}
body.touroku-complete .trc-cta-sub {
  display: block; font-size: 14px; font-weight: 400;
  margin-top: 6px; color: rgba(255,255,255,0.85);
}
@keyframes trcBtnShimmer { to { background-position: 200% center; } }

@media (max-width: 960px) {
  body.touroku-complete .trc-cta { padding: 18px 20px; max-width: 100%; }
  body.touroku-complete .trc-cta-main { font-size: clamp(18px, 4vw, 24px); }
  body.touroku-complete .trc-cta-sub { font-size: 12px; }
}
/* ============================================================================
   登録完了ページ：スマホ最終調整
   - 既存の本文拡大指定をスマホ時のみ適正値へ戻す
   - 長文、誘導見出し、CTAの不自然な折り返しを防止
   - PC表示は変更しない
   ============================================================================ */

.trc-guide-line {
  display: inline;
}
.trc-guide-line + .trc-guide-line::before {
  content: " ";
}

body.touroku-complete .trc-complete-hero {
  padding: 48px 24px;
}
body.touroku-complete .trc-complete-title {
  font-size: clamp(26px, 5.5vw, 40px) !important;
}

@media (max-width: 768px) {
  :root {
    --column-max: 100%;
    --column-pad: 16px;
  }

  body.touroku-complete {
    font-size: 15px !important;
    line-height: 1.95 !important;
    letter-spacing: 0.02em !important;
  }

  body.touroku-complete .main_wrap,
  body.touroku-complete .main_column {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.touroku-complete .main_column {
    border-right: 0;
    border-left: 0;
  }

  body.touroku-complete .sec {
    padding: 30px 18px !important;
  }

  body.touroku-complete .main_column p,
  body.touroku-complete .main_column li {
    margin-bottom: 0.25rem;
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: 15px !important;
    line-height: 1.95 !important;
    letter-spacing: 0.015em !important;
    word-break: normal !important;
    overflow-wrap: anywhere;
    text-wrap: pretty;
  }

  /* 本文用サイズクラスをスマホ向けに再定義 */
  body.touroku-complete .main_column .fs12 { font-size: 12px !important; }
  body.touroku-complete .main_column .fs14 { font-size: 13px !important; }
  body.touroku-complete .main_column .fs16 { font-size: 15px !important; }
  body.touroku-complete .main_column .fs17 { font-size: 16px !important; }
  body.touroku-complete .main_column .fs18 { font-size: 16px !important; }
  body.touroku-complete .main_column .fs19 { font-size: 17px !important; }
  body.touroku-complete .main_column .fs20 { font-size: 18px !important; }
  body.touroku-complete .main_column .fs21 { font-size: 19px !important; }
  body.touroku-complete .main_column .fs22 { font-size: 20px !important; }
  body.touroku-complete .main_column .fs23 { font-size: 21px !important; }
  body.touroku-complete .main_column .fs24 { font-size: 22px !important; }
  body.touroku-complete .main_column .fs25 { font-size: 22px !important; }
  body.touroku-complete .main_column .fs26 { font-size: 23px !important; }
  body.touroku-complete .main_column .fs27 { font-size: 24px !important; }
  body.touroku-complete .main_column .fs28 { font-size: 25px !important; }
  body.touroku-complete .main_column .fs29 { font-size: 25px !important; }
  body.touroku-complete .main_column .fs30 { font-size: 26px !important; }
  body.touroku-complete .main_column .fs31 { font-size: 27px !important; }
  body.touroku-complete .main_column .fs32 { font-size: 28px !important; }
  body.touroku-complete .main_column .fs33 { font-size: 29px !important; }
  body.touroku-complete .main_column .fs36 { font-size: 30px !important; }
  body.touroku-complete .main_column .fs45 { font-size: 34px !important; }
  body.touroku-complete .main_column .fs48 { font-size: 36px !important; }
  body.touroku-complete .main_column .fs72 { font-size: 42px !important; }

  body.touroku-complete .blank {
    height: 18px !important;
  }
  body.touroku-complete .blank_l {
    height: 30px !important;
  }
  body.touroku-complete .blank_xl {
    height: 42px !important;
  }

  /* 完了FV */
  body.touroku-complete .trc-complete-hero {
    padding: 28px 14px !important;
  }
  body.touroku-complete .trc-complete-check {
    width: 52px !important;
    height: 52px !important;
    margin-bottom: 10px !important;
  }
  body.touroku-complete .trc-complete-check svg {
    width: 26px !important;
    height: 26px !important;
  }
  body.touroku-complete .trc-complete-title {
    font-size: 26px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.04em !important;
  }

  /* 黒いスクロール誘導 */
  body.touroku-complete .scroll_guide {
    padding: 16px 8px !important;
  }
  body.touroku-complete .scroll_guide_btn {
    display: block;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.05em !important;
    white-space: nowrap;
  }

  /* ログイン情報 */
  body.touroku-complete .trc-login-box {
    width: 100%;
    padding: 16px 14px !important;
  }
  body.touroku-complete .trc-login-label {
    margin-bottom: 10px !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
  }
  body.touroku-complete .trc-login-row {
    gap: 2px !important;
    padding: 8px 0 !important;
  }
  body.touroku-complete .trc-login-key {
    font-size: 12px !important;
  }
  body.touroku-complete .trc-login-val {
    font-size: 13px !important;
    line-height: 1.65 !important;
    word-break: break-all;
  }

  /* 本文の見出し帯 */
  body.touroku-complete .main_column .full_band {
    padding: 24px 14px !important;
  }
  body.touroku-complete .main_column .full_band_main {
    font-size: 24px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.04em !important;
  }
  body.touroku-complete .main_column .full_band_sub {
    margin-bottom: 6px !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    letter-spacing: 0.02em !important;
  }

  /* 問題になっていた説明文 */
  body.touroku-complete .trc-purpose-copy {
    font-size: 15px !important;
    line-height: 2 !important;
    letter-spacing: 0.01em !important;
  }

  /* マイページ誘導文：スマホでは意図した2行 */
  body.touroku-complete .trc-login-guide {
    margin-bottom: 8px !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
    letter-spacing: 0.02em !important;
  }
  body.touroku-complete .trc-guide-line {
    display: block;
  }
  body.touroku-complete .trc-guide-line + .trc-guide-line::before {
    content: none;
  }

  /* オレンジCTA：一行を維持 */
  body.touroku-complete .trc-cta {
    width: 100%;
    max-width: 350px !important;
    padding: 17px 10px !important;
  }
  body.touroku-complete .trc-cta-main {
    font-size: 16px !important;
    line-height: 1.45 !important;
    letter-spacing: 0.025em !important;
    white-space: nowrap;
  }
  body.touroku-complete .trc-cta-sub {
    margin-top: 5px !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.01em !important;
  }

  /* その他のカード・コメント類 */
  body.touroku-complete .feature_box,
  body.touroku-complete .comment_box,
  body.touroku-complete .white_box,
  body.touroku-complete .blue_box,
  body.touroku-complete .orange_box,
  body.touroku-complete .accent_box {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 18px 14px !important;
  }
  body.touroku-complete .feature_title {
    font-size: 18px !important;
    line-height: 1.55 !important;
  }
  body.touroku-complete .feature_num {
    font-size: 12px !important;
  }
  body.touroku-complete .comment_subject {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  /* フッター */
  body.touroku-complete .lp_footer,
  body.touroku-complete .lp_footer p,
  body.touroku-complete .lp_footer a {
    font-size: 12px !important;
    line-height: 1.8 !important;
  }
}