/* ==========================================
   CTAセクション
========================================== */
.cta-section {
  padding: 10px;
  background-color: #e6dcc7;
  color: var(--color-white);
  text-align: center;
}

.cta-section-inner {
  padding: 29px 10px;
  border: 1px solid #c19b2a;
}

.cta-title {
  font-family: var(--font-mincho);
  font-size: 22px;
  font-weight: bold;
  color: #5e080e;
  margin-bottom: 25px;
  line-height: 1.5;
  letter-spacing: 0.1375rem;
}

.cta-subtitle {
  position: relative;
  font-size: var(--font-md);
  line-height: 1.8;
  border-radius: var(--radius-xs);
  padding: 20px 0;
  background: linear-gradient(180deg, #6b1520 0%, var(--color-primary) 100%);
  border: #a51924 1px solid;
  color: #e9d48b;
  text-align: center;
  font-family: 'Zen Kaku Gothic New';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.cta-arrow-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* ==========================================
   料金プランセクション
========================================== */
.pricing {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 80px 15px;
  background-color: var(--color-bg-beige);
}

.pricing .divider {
  width: 100%;
  margin-bottom: -10px;
}

.pricing-title {
  color: #5e080e;
  text-align: center;
  font-family: 'Zen Old Mincho';
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.176rem;
  margin-top: 80px;
}

.pricing-highlight {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  color: #ffffff;
  background-color: #c19b2a;
  padding: 7px 0;
}

.pricing-offer {
  color: #000;
  text-align: center;
  font-family: 'Zen Kaku Gothic New';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.064rem;
  margin: 30px 0 0;
}

.pricing-offer span {
  color: #c19b2a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}

.price-label {
  font-size: var(--font-sm);
}

.price-value {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}

.price-unit {
  font-size: var(--font-xl);
}

.price-note {
  font-size: var(--font-xs);
  margin-bottom: auto;
}

.pricing-comparison {
  align-items: center;
  margin: 30px 0 0;
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.5);
}

.pricing-comparison-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pricing-comparison-regular {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #d2cec4;
  width: 100%;
  padding: 5px 0 10px;
}

.pricing-comparison-regular-label {
  color: #000;
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}

.pricing-comparison-regular-price {
  color: #000;
  font-family: Lato;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07rem;
}

.pricing-comparison-regular-yen {
  color: #000;
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}

.pricing-comparison-regular-tax {
  color: #000;
  font-family: var(--font-gothic);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}

.pricing-comparison-discount {
  width: 100%;
  text-align: center;
  border: solid 1px #c19b2a;
}

.pricing-comparison-discount-label {
  background-color: #fff;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}

.pricing-comparison-discount-note {
  vertical-align: super;
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08rem;
}

.pricing-comparison-discount-inner {
  background-color: #c19b2a;
  color: #fff;
  padding: 10px 0;
}

.pricing-comparison-discount-badge {
  background-color: #68000a;
  color: #e9d48b;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-radius: 9999px;
  margin: 0 20px;
}

.pricing-comparison-discount-percent {
  font-family: var(--font-gothic);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-left: 5px;
}

.pricing-comparison-discount-price {
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 5px 0 0;
  font-family: Lato;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
}

.pricing-comparison-discount-unit {
  display: inline-flex;
  color: #fff;
  width: 50px;
  font-family: var(--font-gothic);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  margin-right: 5px;
}

.pricing-comparison-discount-unit .pricing-comparison-discount-note {
  font-size: 0.8em;
  margin-top: auto;
  margin-bottom: 5px;
}

.pricing-comparison-discount-yen {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}

.pricing-comparison-discount-tax {
  color: #fff;
  margin-left: 98px;
  margin-top: 2px;
  font-family: Lato;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03rem;
}

.pricing-comparison-trial {
  color: #68000a;
  text-align: center;
  font-family: 'Zen Kaku Gothic New';
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}

.pricing-comparison-trial .pricing-comparison-discount-note {
  position: absolute;
  vertical-align: super;
  font-size: 0.7em;
  color: #68000a;
  font-family: 'Zen Kaku Gothic New';
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}

.price-box {
  background-color: var(--color-white);
  padding: var(--space-lg);
  border-radius: var(--radius-md);
  box-shadow: 0 0 9px 3px rgba(18, 18, 16, 0.2);
}

.price-box.new {
  border: 2px solid var(--color-secondary);
}

.price-service {
  font-size: var(--font-sm);
  font-weight: bold;
  margin-bottom: var(--space-sm);
  text-align: center;
}

.price-amount {
  font-size: var(--font-2xl);
  font-weight: bold;
  text-align: center;
  margin-bottom: var(--space-xs);
  line-height: 1.4;
}

.unit {
  font-size: var(--font-md);
}

.price-detail,
.price-note-sub {
  font-size: var(--font-xs);
  color: var(--color-text-light);
  text-align: center;
  margin-bottom: var(--space-sm);
}

.price-features {
  font-size: var(--font-xs);
  line-height: 1.8;
}

.price-features li {
  padding: var(--space-xs) 0;
}

.price-arrow {
  text-align: center;
}

.arrow-badge {
  background-color: #e74c3c;
  color: var(--color-white);
  padding: var(--space-xs) var(--space-md);
  border-radius: var(--radius-full);
  font-size: var(--font-sm);
  font-weight: bold;
  display: inline-block;
  transform: rotate(-10deg);
}

.pricing-notes {
  font-size: 10px;
  line-height: 1.5;
  color: #000000;
}

.pricing-notes ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.pricing-notes li {
  position: relative;
  padding-left: calc(1em + 2px);
  text-align: left;
}

.pricing-notes li::before {
  content: '※';
  position: absolute;
  left: 0;
}

.pricing-notes-list {
  list-style: none;
  padding-left: 0;
  counter-reset: note-counter;
}

.pricing-notes-list li {
  position: relative;
  padding-left: calc(1em + 2px);
}

.pricing-notes-list li::before {
  content: '※';
  position: absolute;
  left: 0;
}

.pricing-notes-list .note-source {
  line-height: 1;
  counter-increment: note-counter;
}

.pricing-notes-list .note-source::before {
  content: '*' counter(note-counter);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================
   キャンペーン詳細
========================================== */
.campaign-detail {
  background: linear-gradient(135deg, var(--color-primary) 0%, #6b1520 100%);
  color: var(--color-white);
  padding: var(--space-2xl) var(--space-lg);
  text-align: center;
}

.campaign-header {
  margin-bottom: var(--space-lg);
}

.campaign-label-detail {
  font-size: var(--font-md);
  margin-bottom: var(--space-xs);
}

.campaign-deadline {
  font-size: var(--font-2xl);
  font-weight: bold;
}

.campaign-prize-detail {
  margin-bottom: var(--space-lg);
}

.prize-main {
  font-size: var(--font-xl);
  font-weight: bold;
  margin-bottom: var(--space-xs);
}

.prize-sub {
  font-size: var(--font-md);
}

.fv-banner {
  margin: 44px 0 0;
}

.campaign-banner-area {
  text-align: center;
  padding: 0 var(--space-md);
}

.pricing-campaign-banner {
  margin-top: 80px;
}

.campaign-link-detail {
  display: block;
  position: relative;
  color: var(--color-primary);
  font-weight: bold;
  transition: var(--transition);
}

.banner-corner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 79px;
}

.campaign-banner-image {
  filter: drop-shadow(0px 4px 8px rgba(82, 81, 78, 0.6));
}

/* ==========================================
   開始までの3STEP
========================================== */
.three-steps {
  margin: 70px 0 70px;
  text-align: center;
}

.three-steps-heading {
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #68000a;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 0.04rem;
}

.steps-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f3f3ef;
  padding: 10px 12px;
}

.step-item {
  display: flex;
  align-items: center;
  flex: 1;
  max-height: 46px;
  width: 100%;
}

.step-number {
  height: 100%;
  padding: 12px 10px;
  font-family: var(--font-gothic);
  color: var(--color-primary);
  background-color: #fff;
  text-align: center;
  line-height: 1.4;
}

.step-label {
  display: inline-block;
  margin-right: 2px;
  transform: translateY(-1px);
  line-height: 1;
  font-family: var(--font-gothic);
  font-size: var(--font-xs);
  font-weight: 500;
  text-align: center;
}

.step-numeral {
  display: inline-block;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.step-content {
  display: flex;
  align-items: center;
  justify-content: start;
  flex: 1;
  width: 100%;
  background-color: #e6dcc7;
  height: 100%;
  color: var(--color_brand_darkred, #68000a);
  padding: 14px 0 14px 20px;
  text-align: center;
  font-family: 'Zen Kaku Gothic New';
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.step-text {
  font-family: var(--font-gothic);
  font-size: 12px;
  font-weight: 700;
  color: #68000a;
  line-height: 1.6;
}

.step-arrow {
  align-self: center;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  margin: 5px 0;
  transform: rotateZ(90deg);
}

/* コスト比較タイトル */
.cost-comparison-title {
  color: #000;
  text-align: center;
  font-family: 'Zen Kaku Gothic New';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 80px 0 0;
}

.cost-comparison-title .cost-reduction {
  color: #c19b2a;
  font-family: 'Zen Kaku Gothic New';
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}

/* 価格比較グラフ */
.price-comparison-container {
  display: flex;
  justify-content: center;
  gap: 0;
  align-items: flex-end;
}

.price-comparison-left,
.price-comparison-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 163px;
}

.price-comparison-service {
  color: #000;
  text-align: center;
  font-family: 'Zen Kaku Gothic New';
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 18px;
}

.price-comparison-service.service-smile {
  color: #68000a;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin: 0 18px 2px 5px;
}

.price-comparison-service.service-smile::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url("data:image/svg+xml,%3Csvg width='140' height='1' viewBox='0 0 140 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='140' y2='0.5' stroke='%2368000A' stroke-dasharray='2 2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
}

.price-comparison-discount {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 115px;
  justify-content: center;
  padding: 0 18px 0 5px;
}

.discount-text {
  color: #68000a;
  text-align: center;
  font-family: 'Zen Kaku Gothic New';
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.discount-text.show {
  opacity: 1;
}

.discount-number {
  color: #68000a;
  text-align: center;
  font-family: 'Zen Kaku Gothic New';
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.discount-arrow {
  margin-top: 8px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.discount-arrow.show {
  opacity: 1;
}

.price-comparison-bar {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 5px 0 18px;
  margin-top: 10px;
}

.price-comparison-bar-2 {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 18px 0 5px;
  margin-top: 10px;
}

.bar-online {
  background-color: #c9c3b8;
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}

.bar-smile {
  background-color: transparent;
  height: 72px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  position: relative;
  isolation: isolate;
}

.bar-smile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #68000a;
  transform: scaleY(2.5);
  transform-origin: bottom center;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.bar-smile.animate::before {
  transform: scaleY(1);
}

.bar-smile .bar-content {
  position: relative;
  z-index: 1;
}

.bar-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.bar-label {
  color: #000;
  text-align: center;
  font-family: 'Zen Kaku Gothic New';
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.044rem;
  white-space: nowrap;
}

.bar-smile .bar-label {
  color: #e9d48b;
}

.bar-underline {
  width: 100%;
  height: 1px;
  background-color: #68000a;
}

.bar-price {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.bar-price-value {
  color: #000;
  text-align: center;
  font-family: 'Zen Kaku Gothic New';
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.bar-smile .bar-price-value {
  color: #e9d48b;
}

.bar-price-unit {
  color: #000;
  font-family: 'Zen Kaku Gothic New';
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.bar-smile .bar-price-unit {
  color: #e9d48b;
}

.price-comparison-features-online {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 11px 5px 0 18px;
  min-height: 80px;
  white-space: nowrap;
}

.price-comparison-features-smile {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 11px 18px 0 5px;
  min-height: 80px;
  white-space: nowrap;
}

.feature-item {
  color: #000;
  text-align: center;
  font-family: 'Zen Kaku Gothic New';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.012rem;
  margin: 0;
}

.price-comparison-features-smile .feature-item:nth-child(1) {
  color: #68000a;
}
