@charset "UTF-8";

:root {
  --orange: #ea5539;
  --red: #f05537;
  --red-light: #ffb4b4;
  --red-extra-light: #ffe6e6;
  --green: #54c453;
  --green-accent: #32be46;
  --yellow-pale: #fffdc0;
  --yellow-extra-light: #fff5e1;
  --border: #e3e3e3;
  --table-head-bg: #f0f0f0;
  --text-dark: #2d2d2b;
}

.font-type2 {
  font-family: "Hiragino Kaku Gothic std";
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif;
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
}

.lp {
  background: var(--yellow-pale);
  max-width: 420px;
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ---------- Hero (flat campaign banner) ---------- */
.hero {
  position: relative;
  overflow: hidden;
}

/* ---------- Unlimited section (green) ---------- */
.unlimited-section {
  background: var(--green);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.unlimited-section__lead {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;

}

.unlimited-section__coin {
  width: 62px;
  height: 48px;
  flex-shrink: 0;
}

.unlimited-section__lead-text {
  max-width: 236px;
  display: block;
}

.unlimited-section__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: #fff;
  font-size: 18px;
  border-radius: 36px;
  padding: 4px 12px;
  line-height: 21px;
}

.unlimited-section__subText {
  max-width: 62px;
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -31px;
}

.unlimited-card {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 20px 12px 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.unlimited-card__title {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.unlimited-card__title img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.unlimited-card__title p {
  font-family: "Hiragino Kaku Gothic std";
  font-weight: 800;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: var(--text-dark);
  margin: 0;
}

.unlimited-card__title .tighten {
  background:linear-gradient(transparent 60%, #F0B400 60%);
}

.unlimited-card__body {
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: var(--text-dark);
  text-align: center;
  margin: 0;
}

.unlimited-card__body strong {
  font-weight: 600;
}

/* ---------- Benefit section (white) ---------- */
.benefit-section {
  background: #fff;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.benefit-section__heading {
  font-family: "Hiragino Kaku Gothic std";
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: var(--green-accent);
  text-align: center;
  margin: 0;
}

.benefit-section__lead {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-dark);
  text-align: center;
  margin: 0;
}

.benefit-section__lead .highlight {
  color: var(--red);
}

.benefit-example {
  background: var(--yellow-extra-light);
  border-radius: 8px;
  padding: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.benefit-example__title {
  font-family: "Hiragino Kaku Gothic std";
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: 0;
}

.benefit-steps {
  display: flex;
  gap: 4px;
  align-items: flex-start;
}

.benefit-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.benefit-step__num-row {
  display: flex;
  align-items: center;
  height: 32px;
}

.benefit-step__num {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}



.benefit-step--active .benefit-step__num {
  border-radius: 4px;
  background: var(--red);
  color: #fff;
}

.benefit-step__arrow {
  flex-shrink: 0;
  width: 14px;
  text-align: center;
  color: var(--red-light);
  font-size: 12px;
}

.benefit-step__date {
  font-family: "Hiragino Kaku Gothic std";
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0;
}

.benefit-step--active .benefit-step__date {
  color: var(--red);
}

.benefit-step__label {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0;
}

.benefit-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.benefit-table th,
.benefit-table td {
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
  padding: 8px 12px;
  text-align: left;
  font-weight: 400;
}

.benefit-table th:last-child,
.benefit-table td:last-child {
  border-right: none;
}

.benefit-table thead th {
  background: var(--table-head-bg);
  font-family: "Hiragino Kaku Gothic std";
  font-weight: 800;
}

.benefit-table tbody tr:last-child th,
.benefit-table tbody tr:last-child td {
  background: var(--red-extra-light);
  color: var(--red);
  font-family: "Hiragino Kaku Gothic std";
  font-weight: 800;
  border-bottom: none;
}

.benefit-table tbody th {
  font-weight: 400;
  text-align: left;
}

.benefit-section__note {
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: var(--text-dark);
  margin: 0;
}

/* ---------- Notes section (pale yellow) ---------- */
.notes-section {
  background: var(--yellow-pale);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.notes-section__heading {
  font-family: "Hiragino Kaku Gothic std";
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: var(--text-dark);
  text-align: center;
  margin: 0;
}

.notes-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.notes-list li {
  display: flex;
  gap: 4px;
  align-items: flex-start;
}

.notes-list li::before {
  content: "●";
  flex-shrink: 0;
  font-size: 8px;
  color: var(--green);
  line-height: 19px;
}

.notes-list li p {
  flex: 1;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.05em;
  margin: 0;
}

/* ---------- CTA section ---------- */
.campaign-cta-section {
  position: sticky;
  bottom: 0;
  z-index: 100;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.12));
}
.campaign-cta {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: var(--orange);
}

.campaign-cta__lead {
  margin-bottom: -1px;
}

.campaign-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  padding: 10px;
}
