@charset "euc-jp";


.lp,
.lp * {
  box-sizing: border-box;
}

.lp {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 0 3rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Yu Gothic', sans-serif;
  color: #333;
}

.lp h1,
.lp h2,
.lp h3 {
  all: unset;
  display: block;
}

.lp a {
  text-decoration: none !important;
}

.lp li {
  list-style: none !important;
}

.lp-hero {
  padding: 3rem 2rem 2.5rem;
  text-align: center;
  background: linear-gradient(160deg, #f9f4ed 0%, #f3ead8 100%);
  border-radius: 0 0 16px 16px;
}

.lp-hero-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 4px 14px;
  color: #fff;
  background: #c9a96e;
  border-radius: 20px;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.lp-hero-title {
  margin-bottom: 0.75rem;
  color: #5a3e1b;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}

.lp-hero-title span {
  border-bottom: 2px solid #c9a96e;
}

.lp-hero-text {
  color: #7a6040;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.lp-section {
  padding: 2.5rem 1.5rem;
}

.lp-section-title {
  margin-bottom: 1.5rem;
  color: #5a3e1b;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.lp-pain-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-pain-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  color: #5a3e1b;
  background: #fdf8f2;
  border: 0.5px solid #e8d9c0;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
}

.lp-pain-icon {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid #c9a96e;
  border-radius: 50%;
}

.lp-pain-icon::before {
  position: absolute;
  top: 7px;
  left: 9px;
  width: 10px;
  height: 10px;
  border: 1px solid #c9a96e;
  border-radius: 50%;
  content: '';
}

.lp-pain-icon::after {
  position: absolute;
  bottom: 5px;
  left: 6px;
  width: 16px;
  height: 7px;
  border: 1px solid #c9a96e;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  content: '';
}

.lp-method-intro {
  padding: 2rem 1.5rem 1rem;
  text-align: center;
}

.lp-method-label {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 3px 14px;
  color: #c9a96e;
  border: 0.5px solid #c9a96e;
  border-radius: 20px;
  font-size: 13px;
}

.lp-method-intro p {
  color: #777;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.lp-methods {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 0 1.5rem 2rem;
}

.lp-method-card {
  padding: 1.5rem 1.25rem;
  background: #fff;
  border: 0.5px solid #e8d9c0;
  border-radius: 12px;
}

.lp-method-card-basic {
  border-top: 3px solid #b8a080;
}

.lp-method-card-affiliate {
  border-top: 3px solid #c9a96e;
}

.lp-method-card-anne {
  border-top: 3px solid #a07850;
}

.lp-method-tag {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
}

.lp-tag-basic {
  color: #8a7260;
  background: #f0ebe3;
}

.lp-tag-new {
  color: #c9a96e;
  background: #f9f0e0;
}

.lp-method-card h3,
.lp-cta-block h3 {
  margin-bottom: 0.5rem;
  color: #5a3e1b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.lp-method-card p,
.lp-cta-block p {
  margin-bottom: 1rem;
  color: #777;
  font-size: 13px;
  line-height: 1.7;
}

.lp-method-features {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 1.25rem;
  padding: 0;
}

.lp-method-features li {
  position: relative;
  padding-left: 16px;
  color: #5a3e1b;
  font-size: 13px;
  line-height: 1.5;
}

.lp-method-features li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #c9a96e;
  border-radius: 50%;
  content: '';
}

.lp-btn {
  display: block;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.lp-btn-gold {
  color: #fff !important;
  background: #c9a96e;
}

.lp-btn-line {
  color: #fff !important;
  background: #06c755;
}

.lp-btn-small {
  padding: 10px 16px;
  font-size: 13px;
}

.lp-slide-note {
  margin-top: 0.75rem !important;
  color: #c9a96e !important;
  font-size: 12px !important;
  text-align: center;
}

.lp-slide-note a {
  color: #c9a96e !important;
  text-decoration: none !important;
}

.lp-compare {
  padding: 0 1.5rem 2.5rem;
}

.lp-compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 13px;
}

.lp-compare-table th,
.lp-compare-table td {
  padding: 10px 8px;
  border: 0.5px solid #e8d9c0;
  line-height: 1.5;
  text-align: center;
}

.lp-compare-table th {
  color: #5a3e1b;
  background: #f3ead8;
  font-weight: 500;
}

.lp-compare-table td:first-child {
  color: #777;
  font-size: 12px;
  text-align: left;
}

.lp-compare-table tr:nth-child(even) td {
  background: #fdf8f2;
}

.lp-ok {
  color: #c9a96e;
  font-weight: 500;
}

.lp-ng {
  color: #bbb;
}

.lp-cta-block {
  margin: 0 1rem 1.5rem;
  padding: 1.5rem 1.25rem;
  background: #fdf8f2;
  border: 0.5px solid #e8d9c0;
  border-radius: 12px;
}

.lp-final-cta {
  margin: 0 1rem;
  padding: 2rem 1.5rem;
  text-align: center;
}

.lp-final-cta h2 {
  margin-bottom: 0.5rem;
  color: #5a3e1b;
  font-size: 18px;
  font-weight: 500;
}

.lp-final-cta p {
  color: #7a6040;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.lp-footer {
  padding: 2rem 1rem 0;
  color: #999;
  font-size: 12px;
  text-align: center;
}

.lp-footer p + p {
  margin-top: 4px;
}

@media (min-width: 820px) {
  .lp-hero-title {
    font-size: 32px;
  }

  .lp-hero-text {
    font-size: 16px;
  }

  .lp-section-title {
    font-size: 22px;
  }

  .lp-pain-item {
    align-items: center;
    padding: 16px 20px;
    font-size: 15px;
  }

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

  .lp-method-card h3 {
    font-size: 16px;
  }

  .lp-compare-table th,
  .lp-compare-table td {
    padding: 12px 10px;
    font-size: 14px;
  }

  .lp-cta-block {
    margin-right: 0;
    margin-left: 0;
    padding: 2rem 1.5rem;
  }

  .lp-cta-block h3 {
    font-size: 18px;
  }

  .lp-final-cta {
    margin: 0;
    padding: 2.5rem 2rem;
  }

  .lp-final-cta h2 {
    font-size: 22px;
  }
}