@charset "UTF-8";

:root {
  --lp-bg: #f7f3ee;
  --lp-surface: #ffffff;
  --lp-text: #3e372f;
  --lp-text-soft: #6d645a;
  --lp-heading: #17613f;

  --lp-main: #1f6b45;
  --lp-main-dark: #145034;
  --lp-main-soft: #edf7f1;

  --lp-accent: #ef8a23;
  --lp-accent-dark: #cf6f0b;
  --lp-accent-soft: #fff3e5;

  --lp-line: #06c755;
  --lp-tel: #ef8a23;

  --lp-border: #e7ddd1;

  --lp-shadow-sm: 0 8px 20px rgba(61, 45, 26, 0.06);
  --lp-shadow-md: 0 14px 30px rgba(61, 45, 26, 0.09);
  --lp-shadow-lg: 0 18px 38px rgba(31, 107, 69, 0.16);

  --lp-radius-md: 18px;
  --lp-inner: 1120px;
}

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

html {
  scroll-behavior: smooth;
}

body.lp-toyota-body {
  margin: 0;
  background: var(--lp-bg);
  color: var(--lp-text);
  font-family:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo",
    sans-serif;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.lp-toyota-body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.lp-toyota-body a {
  text-decoration: none;
  color: inherit;
}

.lp-toyota-inner {
  width: min(calc(100% - 32px), var(--lp-inner));
  margin: 0 auto;
}

.lp-toyota-section {
  position: relative;
  padding: 72px 0;
}

.lp-toyota-heading {
  margin: 0 0 22px;
  color: var(--lp-heading);
  text-align: center;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.lp-toyota-text-center,
.lp-toyota-note {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  color: var(--lp-text-soft);
}

.lp-toyota-note strong,
.lp-toyota-text-center strong {
  color: var(--lp-accent-dark);
  font-weight: 800;
}

.lp-toyota-section-soft {
  background: linear-gradient(180deg, #fbfdfb 0%, #f2f8f4 100%);
}

.lp-toyota-section-trouble {
  background: linear-gradient(180deg, #fffaf3 0%, #fff3e7 100%);
}

.lp-toyota-section-price {
  background: linear-gradient(180deg, #f7fcf9 0%, #eef7f1 100%);
}

.lp-toyota-section-faq {
  background: linear-gradient(180deg, #fffdfa 0%, #fff7ef 100%);
}

.lp-toyota-section-bottom {
  background:
    linear-gradient(rgba(24, 63, 42, 0.72), rgba(24, 63, 42, 0.72)),
    url("../images/lp-toyota-bottom-bg.png") center center / cover no-repeat;
}

.lp-toyota-section-bottom .lp-toyota-heading,
.lp-toyota-section-bottom .lp-toyota-text-center {
  color: #fff;
}

/* FV */
.lp-toyota-fv {
  position: relative;
  overflow: hidden;
  padding: 28px 0 48px;
  background:
    linear-gradient(rgba(249, 244, 238, 0.84), rgba(249, 244, 238, 0.88)),
    url("../images/lp-toyota-fv-bg.jpg") center center / cover no-repeat;
}

.lp-toyota-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at top right,
      rgba(239, 138, 35, 0.12),
      transparent 25%
    ),
    linear-gradient(90deg, rgba(31, 107, 69, 0.06), transparent 35%);
  pointer-events: none;
}

.lp-toyota-fv .lp-toyota-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.lp-toyota-logo {
  width: clamp(110px, 14vw, 170px);
  display: block;
  margin: 0 auto 16px;
}

.lp-toyota-fv-lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0 0 18px;
  padding: 8px 18px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    var(--lp-main) 0%,
    var(--lp-main-dark) 100%
  );
  color: #fff;
  font-size: 0.94rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(31, 107, 69, 0.2);
}

.lp-toyota-fv-title {
  max-width: 980px;
  margin: 0 auto 16px;
  color: var(--lp-main-dark);
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  line-height: 1.24;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: normal;
}

.lp-toyota-fv-text {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #514941;
  font-size: 1rem;
  line-height: 1.8;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.lp-toyota-fv-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  list-style: none;
  margin: 0 auto 22px;
}

.lp-toyota-fv-points li {
  padding: 8px 13px;
  border: 1px solid #d8e7dd;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--lp-main-dark);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(31, 107, 69, 0.08);
}

.lp-toyota-fv-cta {
  display: flex;
  justify-content: center;
}

.lp-toyota-btn,
.lp-toyota-card,
.lp-toyota-floating-btn,
.lp-toyota-backtop {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    opacity 0.22s ease;
}

.lp-toyota-btn:hover,
.lp-toyota-card:hover,
.lp-toyota-floating-btn:hover,
.lp-toyota-backtop:hover {
  transform: translateY(-2px);
  opacity: 0.96;
}

.lp-toyota-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
  box-shadow: var(--lp-shadow-md);
}

.lp-toyota-btn-line {
  background: linear-gradient(180deg, #17d966 0%, var(--lp-line) 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(6, 199, 85, 0.28);
}

.lp-toyota-btn-tel {
  background: linear-gradient(180deg, #f7a64d 0%, var(--lp-tel) 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(239, 138, 35, 0.28);
}

.lp-toyota-grid {
  display: grid;
  gap: 22px;
}

.lp-toyota-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-toyota-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-toyota-box,
.lp-toyota-price-card {
  background: var(--lp-surface);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-md);
  padding: 24px 22px;
  box-shadow: var(--lp-shadow-sm);
}

.lp-toyota-box {
  position: relative;
}

.lp-toyota-box::before {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lp-main), var(--lp-accent));
}

.lp-toyota-box h3,
.lp-toyota-price-title {
  margin: 0 0 10px;
  color: var(--lp-main-dark);
  font-size: 1.16rem;
  line-height: 1.5;
  font-weight: 800;
}

.lp-toyota-box p {
  margin: 0;
  color: var(--lp-text-soft);
}

.lp-toyota-trouble-list {
  max-width: 920px;
  margin: 0 auto 22px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lp-toyota-trouble-list li {
  position: relative;
  padding: 18px 18px 18px 48px;
  background: var(--lp-surface);
  border: 1px solid #efd8bd;
  border-radius: 16px;
  color: #5a4a3c;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(117, 77, 28, 0.06);
}

.lp-toyota-trouble-list li::before {
  content: "!";
  position: absolute;
  left: 16px;
  top: 17px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--lp-accent);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-toyota-price-card {
  position: relative;
  padding-top: 26px;
  border: 2px solid #d9ebdd;
  overflow: hidden;
  box-shadow: var(--lp-shadow-md);
}

.lp-toyota-price-card:nth-child(2) {
  border-color: var(--lp-accent);
  box-shadow: var(--lp-shadow-lg);
}

.lp-toyota-price-card:nth-child(2)::after {
  content: "おすすめ";
  position: absolute;
  top: 14px;
  right: -36px;
  width: 148px;
  padding: 6px 0;
  background: linear-gradient(180deg, #f7a64d 0%, var(--lp-accent) 100%);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
  transform: rotate(35deg);
  box-shadow: 0 8px 18px rgba(239, 138, 35, 0.24);
}

.lp-toyota-badge {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--lp-main-soft);
  color: var(--lp-main-dark);
  font-size: 0.84rem;
  font-weight: 800;
}

.lp-toyota-price-card:nth-child(2) .lp-toyota-badge {
  background: var(--lp-accent-soft);
  color: var(--lp-accent-dark);
}

.lp-toyota-price-amount {
  margin: 0 0 10px;
  color: var(--lp-accent-dark);
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1.1;
  font-weight: 900;
}

.lp-toyota-price-sub,
.lp-toyota-small {
  color: var(--lp-text-soft);
}

.lp-toyota-price-target {
  margin: 16px 0;
  padding: 16px;
  border: 1px solid #d7eadc;
  border-radius: 14px;
  background: linear-gradient(180deg, #fbfefc 0%, #f2f8f4 100%);
}

.lp-toyota-price-target p {
  margin: 0 0 8px;
  color: var(--lp-main-dark);
  font-weight: 700;
}

.lp-toyota-price-target ul,
.lp-toyota-list {
  margin: 0;
  padding-left: 1.2em;
}

.lp-toyota-price-target li + li,
.lp-toyota-list li + li {
  margin-top: 6px;
}

.lp-toyota-price-card .lp-toyota-btn {
  width: 100%;
  margin-top: 18px;
}

.lp-toyota-flow {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
  counter-reset: lpflow;
}

.lp-toyota-flow li {
  position: relative;
  padding: 22px 22px 22px 78px;
  border: 1px solid var(--lp-border);
  border-radius: 18px;
  background: var(--lp-surface);
  box-shadow: var(--lp-shadow-sm);
}

.lp-toyota-flow li::before {
  counter-increment: lpflow;
  content: counter(lpflow);
  position: absolute;
  left: 22px;
  top: 22px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    var(--lp-main) 0%,
    var(--lp-main-dark) 100%
  );
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
}

.lp-toyota-flow h3 {
  margin: 0 0 8px;
  color: var(--lp-main-dark);
  font-size: 1.08rem;
  font-weight: 800;
}

.lp-toyota-flow p {
  margin: 0;
  color: var(--lp-text-soft);
}

.lp-toyota-voice {
  margin: 0;
  border-left: 5px solid var(--lp-accent);
  background: linear-gradient(180deg, #fffdfb 0%, #fff8f1 100%);
}

.lp-toyota-voice::before {
  background: linear-gradient(90deg, var(--lp-accent), var(--lp-main));
}

.lp-toyota-voice-meta {
  margin: 0 0 10px;
  color: var(--lp-accent-dark);
  font-weight: 800;
}

.lp-toyota-voice {
  margin: 0;
  border-left: 5px solid var(--lp-accent);
  background: linear-gradient(180deg, #fffdfb 0%, #fff8f1 100%);
  overflow: hidden;
}

.lp-toyota-voice-image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  margin: 0 0 16px;
}

@media (max-width: 768px) {
  .lp-toyota-voice-image {
    height: 180px;
  }
}

.lp-toyota-faq {
  max-width: 920px;
  margin: 0 auto;
}

.lp-toyota-faq dt {
  position: relative;
  margin-top: 14px;
  padding: 18px 18px 18px 56px;
  border: 1px solid #e8dac8;
  border-radius: 16px 16px 0 0;
  background: #fff;
  color: var(--lp-main-dark);
  font-weight: 800;
}

.lp-toyota-faq dt::before {
  content: "Q";
  position: absolute;
  left: 18px;
  top: 17px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--lp-main);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.84rem;
  font-weight: 800;
}

.lp-toyota-faq dd {
  position: relative;
  margin: 0 0 12px;
  padding: 18px 18px 18px 56px;
  border: 1px solid #e8dac8;
  border-top: none;
  border-radius: 0 0 16px 16px;
  background: #fff;
  color: var(--lp-text-soft);
}

.lp-toyota-faq dd::before {
  content: "A";
  position: absolute;
  left: 18px;
  top: 17px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--lp-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.84rem;
  font-weight: 800;
}

.lp-toyota-guide-list {
  max-width: 860px;
  margin: 0 auto 0;
  padding-left: 1.2em;
  color: #5b5147;
}

.lp-toyota-guide-list li {
  font-weight: 700;
}

.lp-toyota-guide-list li + li {
  margin-top: 8px;
}

#lp-toyota-contact .lp-toyota-text-center {
  margin-bottom: 26px;
}

.formmailer-embed {
  min-height: 560px;
}

.lp-toyota-bottom-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.lp-toyota-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 260px;
  min-height: 64px;
  padding: 15px 22px;
  border-radius: 16px;
  color: #fff;
  font-weight: 800;
  box-shadow: var(--lp-shadow-md);
}

.lp-toyota-card img {
  width: 24px;
  height: 24px;
}

.lp-toyota-card-line {
  background: linear-gradient(180deg, #17d966 0%, var(--lp-line) 100%);
  box-shadow: 0 14px 28px rgba(6, 199, 85, 0.26);
}

.lp-toyota-card-tel {
  background: linear-gradient(180deg, #f7a64d 0%, var(--lp-tel) 100%);
  box-shadow: 0 14px 28px rgba(239, 138, 35, 0.28);
}

.lp-toyota-footer {
  padding: 26px 20px 96px;
  background: #fff;
  color: #7b7167;
  text-align: center;
  font-size: 0.9rem;
}

.lp-toyota-floating {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-toyota-floating-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 50px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.lp-toyota-floating-line {
  background: linear-gradient(180deg, #17d966 0%, var(--lp-line) 100%);
}

.lp-toyota-floating-tel {
  background: linear-gradient(180deg, #f7a64d 0%, var(--lp-tel) 100%);
}

.lp-toyota-backtop {
  position: fixed;
  right: 16px;
  bottom: 132px;
  z-index: 998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 2px solid #d8cbbc;
  background: linear-gradient(180deg, #ffffff 0%, #f5efe7 100%);
  color: var(--lp-main-dark);
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(61, 45, 26, 0.16);
}

@media (max-width: 1100px) {
  .lp-toyota-fv-title {
    max-width: 900px;
    font-size: clamp(2rem, 4.1vw, 3.4rem);
  }
}

@media (max-width: 960px) {
  .lp-toyota-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-toyota-price-card:nth-child(2)::after {
    right: -40px;
  }
}

@media (max-width: 768px) {
  .lp-toyota-section {
    padding: 52px 0;
  }

  .lp-toyota-inner {
    width: min(calc(100% - 24px), var(--lp-inner));
  }

  .lp-toyota-heading {
    margin-bottom: 18px;
    font-size: 1.65rem;
  }

  .lp-toyota-fv {
    padding: 16px 0 24px;
    background:
      linear-gradient(rgba(249, 244, 238, 0.9), rgba(249, 244, 238, 0.92)),
      url("../images/lp-toyota-fv-bg.jpg") center center / cover no-repeat;
  }

  .lp-toyota-logo {
    width: 96px;
    margin-bottom: 10px;
  }

  .lp-toyota-fv-lead {
    margin-bottom: 12px;
    padding: 7px 12px;
    font-size: 0.8rem;
    min-height: 36px;
  }

  .lp-toyota-fv-title {
    max-width: 100%;
    font-size: 1.68rem;
    line-height: 1.28;
    margin-bottom: 12px;
    text-wrap: pretty;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .lp-toyota-fv-text {
    max-width: 100%;
    margin: 0 auto 14px;
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .lp-toyota-fv-points {
    gap: 8px;
    margin: 0 auto 16px;
  }

  .lp-toyota-fv-points li {
    font-size: 0.78rem;
    padding: 7px 10px;
  }

  .lp-toyota-fv-cta .lp-toyota-btn {
    width: 100%;
    min-height: 52px;
    font-size: 1rem;
  }

  .lp-toyota-grid-3,
  .lp-toyota-grid-2,
  .lp-toyota-trouble-list {
    grid-template-columns: 1fr;
  }

  .lp-toyota-flow li {
    padding: 20px 18px 20px 68px;
  }

  .lp-toyota-flow li::before {
    left: 18px;
    top: 20px;
    width: 34px;
    height: 34px;
  }

  .lp-toyota-faq dt,
  .lp-toyota-faq dd {
    padding-left: 50px;
  }

  .lp-toyota-section-bottom {
    background:
      linear-gradient(rgba(24, 63, 42, 0.8), rgba(24, 63, 42, 0.8)),
      url("../images/lp-toyota-bottom-bg.png") center center / cover no-repeat;
  }

  .lp-toyota-bottom-cta {
    flex-direction: column;
  }

  .lp-toyota-card {
    width: 100%;
  }

  .lp-toyota-backtop {
    display: none;
  }

  .lp-toyota-floating {
    right: 12px;
    left: 12px;
    bottom: 12px;
    gap: 8px;
  }

  .lp-toyota-floating-btn {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    font-size: 0.94rem;
  }

  .lp-toyota-footer {
    padding-bottom: 150px;
  }

  .formmailer-embed {
    min-height: 480px;
  }
}

.lp-toyota-fv-cta-group {
  flex-wrap: wrap;
  gap: 14px;
}

.lp-toyota-fv-cta-group .lp-toyota-btn {
  min-width: 280px;
}

.lp-toyota-service-grid,
.lp-toyota-price-main-grid,
.lp-toyota-price-subgrid {
  align-items: stretch;
}

.lp-toyota-service-box .lp-toyota-list {
  margin-top: 14px;
}

.lp-toyota-price-card-feature:nth-child(2)::after {
  content: none;
}

.lp-toyota-price-card-feature {
  border-color: #d9ebdd;
  box-shadow: var(--lp-shadow-md);
}

.lp-toyota-price-card-feature .lp-toyota-price-amount {
  margin-bottom: 12px;
}

.lp-toyota-price-subgrid {
  margin-top: 22px;
}

@media (max-width: 768px) {
  .lp-toyota-fv-cta-group {
    flex-direction: column;
  }

  .lp-toyota-fv-cta-group .lp-toyota-btn {
    width: 100%;
    min-width: 0;
  }
}
