.soleil-friend-campaign {
  --base: #fffaf2;
  --paper: #fffdf8;
  --paper-strong: #fff7e8;
  --brown: #4b2f22;
  --brown-soft: #7a5741;
  --terracotta: #ab3358;
  --orange: #c57932;
  --mustard: #3d6c68;
  --gold: #d9b56b;
  --red-soft: #b95a4e;
  --line-green: #06c755;
  --border: #ead9bf;
  --shadow: 0 12px 32px rgba(75, 47, 34, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  color: var(--brown);
  background:
    radial-gradient(
      circle at top left,
      rgba(217, 181, 107, 0.2),
      transparent 28%
    ),
    radial-gradient(
      circle at top right,
      rgba(183, 101, 71, 0.12),
      transparent 30%
    ),
    linear-gradient(180deg, #fffaf2 0%, #fff7ed 45%, #fffaf2 100%);
  font-family: "Noto Sans JP", sans-serif;

  line-height: 1.8;
  letter-spacing: 0.03em;
  overflow: hidden;
}

.soleil-friend-campaign * {
  box-sizing: border-box;
}

.soleil-friend-campaign a {
  color: inherit;
  text-decoration: none;
}

.sfc-wrap {
  width: min(1040px, calc(100% - 28px));
  margin: 0 auto;
}

.sfc-hero {
  position: relative;
  padding: 54px 0 42px;
  text-align: center;
}

.sfc-hero::before,
.sfc-hero::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(198, 154, 67, 0.12);
  filter: blur(2px);
  z-index: 0;
}

.sfc-hero::before {
  top: -70px;
  left: -70px;
}

.sfc-hero::after {
  top: 30px;
  right: -90px;
  background: rgba(183, 101, 71, 0.1);
}

.sfc-hero-inner {
  position: relative;
  z-index: 1;
}

.sfc-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--brown-soft);
  font-size: 15px;
  font-weight: 700;
}

.sfc-brand-mark {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #d9b56b, #c57932, #d9b56b);
  display: inline-block;
}

.sfc-ribbon {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 30px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a85f3f, #c57932);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 8px 18px rgba(183, 101, 71, 0.18);
}

.sfc-title {
  border-top: none;
  border-left: none;
  padding: 0;
  margin: 0;
  color: var(--brown);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(34px, 6vw, 64px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  border: none;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-br {
    display: block;
  }

  .sfc-title {
    font-size: 38px;
    line-height: 1.35;
    letter-spacing: 0.05em;
  }
}

.sfc-title-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 26px;
}

.sfc-title-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.sfc-hero-grid {
  display: grid;
  grid-template-columns: 220px 1fr 260px;
  gap: 24px;
  align-items: center;
  margin-top: 8px;
}

.sfc-coupon-stack {
  display: grid;
  gap: 14px;
}

.sfc-coupon-ticket {
  position: relative;
  min-height: 120px;
  padding: 22px 14px 16px;
  border: none;
  border-radius: 16px;
  background-image: url("https://kenko-soleil.com/pic-labo/friend-waku04.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 8px 18px rgba(75, 47, 34, 0.08);
  transform: rotate(-3deg);
  overflow: hidden;
}

.sfc-coupon-ticket:nth-child(2) {
  transform: rotate(2deg);
}

.sfc-coupon-label {
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 12px;
  border-radius: 999px;
  background: var(--mustard);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.sfc-coupon-ticket:nth-child(2) .sfc-coupon-label {
  background: var(--terracotta);
}

.sfc-coupon-main {
  display: block;
  color: var(--brown);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
}

.sfc-coupon-sub {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
}

.sfc-hero-copy {
  padding: 12px 0;
}

.sfc-lead {
  margin: 0 0 4px;
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 800;
  line-height: 1.5;
}

.sfc-lead-small {
  margin: 0 0 10px;
  font-size: clamp(18px, 2.6vw, 26px);
  font-weight: 700;
}

.sfc-price-line {
  margin: 8px 0;
  color: var(--red-soft);
  font-size: clamp(34px, 6vw, 60px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.sfc-price-line small {
  font-size: 0.48em;
  font-weight: 800;
}

.sfc-present-text {
  margin: 14px 0 0;
  font-weight: 800;
  font-size: 17px;
}

.sfc-present-text strong {
  color: var(--red-soft);
  font-weight: 700;
}

.sfc-product-card {
  position: relative;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 248, 0.78);
}

.sfc-product-badge {
  position: absolute;
  top: -10px;
  right: 6px;
  z-index: 2;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.sfc-product-placeholder {
  min-height: 240px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(180deg, #e6d0ad 0%, #c9a877 100%);
  box-shadow: var(--shadow);
  color: #6d452e;
  text-align: center;
  overflow: hidden;
}

.sfc-product-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sfc-product-placeholder-text {
  width: 72%;
  min-height: 150px;
  padding: 24px 12px;
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.82);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
}

.sfc-cta-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 28px 0 10px;
}

.sfc-btn {
  min-width: min(100%, 320px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 26px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 22px rgba(75, 47, 34, 0.16);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.sfc-btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
  box-shadow: 0 14px 28px rgba(75, 47, 34, 0.2);
}

.sfc-btn-line {
  background: var(--line-green);
  color: #fff !important;
}

.sfc-line-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: var(--line-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.sfc-btn-outline {
  border: 2px solid var(--brown-soft);
  background: rgba(255, 253, 248, 0.9);
  color: var(--brown) !important;
  box-shadow: none;
  font-size: 17px;
}

.sfc-note-mini {
  margin: 10px 0 0;
  color: var(--brown-soft);
  font-size: 14px;
  font-weight: 700;
}

.sfc-section {
  padding: 36px 0;
}

.sfc-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 24px;
  color: var(--brown);
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1.4;
  text-align: center;
}

.sfc-section-title::before,
.sfc-section-title::after {
  content: "✦";
  color: var(--mustard);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}

.sfc-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sfc-card {
  position: relative;
  min-height: 250px;
  padding: 26px 20px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 248, 0.88);
  box-shadow: var(--shadow);
  text-align: center;
}

.sfc-card-label {
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 18px;
  border-radius: 999px;
  background: var(--mustard);
  color: #fff;
  font-weight: 800;
}

.sfc-card:nth-child(2) .sfc-card-label {
  background: var(--terracotta);
}

.sfc-card:nth-child(3) .sfc-card-label {
  background: var(--orange);
}

.sfc-icon-circle {
  width: 74px;
  height: 74px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f1dfbd;
  color: var(--brown);
  font-size: 34px;
}

.sfc-benefit-main {
  margin: 0;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 900;
  line-height: 1.25;
}

.sfc-benefit-sub {
  margin: 6px 0 0;
  font-size: 22px;
  font-weight: 800;
}

.sfc-panel {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 248, 0.86);
  box-shadow: var(--shadow);
}

.sfc-condition-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.sfc-condition-box {
  padding: 28px;
  border: 1px solid #ead8bf;
  border-radius: 22px;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ee 100%);
}

.sfc-condition-box:nth-child(2) {
  background: linear-gradient(180deg, #fffdf8 0%, #fff3ef 100%);
}

.sfc-condition-head {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
}

.sfc-condition-price {
  display: block;
  margin-top: 4px;
  color: var(--mustard);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 900;
  line-height: 1.15;
}

.sfc-condition-box:nth-child(2) .sfc-condition-price {
  color: var(--red-soft);
}

.sfc-condition-list {
  margin: 18px 0 0;
  padding-left: 1.2em;
  font-size: 18px;
  font-weight: 700;
}

.sfc-condition-list li + li {
  margin-top: 10px;
}

.sfc-center-note {
  margin: 20px 0 0;
  text-align: center;
  font-weight: 400;
  font-size: clamp(12px, 1vw, 14px);
}

.sfc-flow {
  position: relative;
  display: grid;
  gap: 18px;
}

.sfc-flow-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: stretch;
}

.sfc-flow-num-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.sfc-flow-item:not(:last-child) .sfc-flow-num-wrap::after {
  content: "";
  position: absolute;
  top: 58px;
  bottom: -24px;
  left: 50%;
  border-left: 2px dashed #caa46b;
  transform: translateX(-50%);
}

.sfc-flow-num {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.sfc-flow-content {
  display: grid;
  grid-template-columns: 1fr 96px;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.9);
}

.sfc-flow-label {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 14px;
  border-radius: 999px;
  background: var(--mustard);
  color: #fff;
  font-weight: 800;
}

.sfc-flow-item:nth-child(even) .sfc-flow-label {
  background: var(--terracotta);
}

.sfc-flow-text {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

.sfc-flow-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: #fff8ed;
  color: var(--brown-soft);
  font-size: 42px;
}

.sfc-alert {
  padding: 26px 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 248, 0.88);
  box-shadow: var(--shadow);
}

.sfc-alert-title {
  margin: 0 0 12px;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
}

.sfc-alert-list {
  margin: 0;
  padding-left: 1.2em;
  font-size: 15px;
  font-weight: 700;
}

.sfc-alert-list li + li {
  margin-top: 8px;
}

.sfc-bottom-cta {
  padding: 42px 0 56px;
  background: linear-gradient(180deg, transparent, rgba(217, 181, 107, 0.18));
  text-align: center;
}

.sfc-bottom-copy {
  margin: 0 0 18px;
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 900;
}

.sfc-bottom-copy strong {
  color: var(--line-green);
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .sfc-hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sfc-coupon-stack {
    grid-template-columns: repeat(2, 1fr);
    max-width: 520px;
    margin: 0 auto;
  }

  .sfc-product-card {
    max-width: 320px;
    margin: 0 auto;
  }

  .sfc-benefit-grid,
  .sfc-condition-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  .sfc-wrap {
    width: min(100% - 20px, 1040px);
  }

  .sfc-hero {
    padding-top: 34px;
  }

  .sfc-ribbon {
    font-size: 13px;
    padding: 7px 18px;
  }

  .sfc-coupon-stack {
    grid-template-columns: 1fr;
  }

  .sfc-coupon-ticket {
    transform: none !important;
  }

  .sfc-btn {
    width: 100%;
    min-width: 0;
    padding: 16px 18px;
    font-size: 18px;
  }

  .sfc-btn-outline {
    font-size: 15px;
  }

  .sfc-card,
  .sfc-panel,
  .sfc-condition-box,
  .sfc-alert {
    padding: 22px 16px;
    border-radius: 20px;
  }

  .sfc-flow-item {
    grid-template-columns: 46px 1fr;
    gap: 10px;
  }

  .sfc-flow-num {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .sfc-flow-item:not(:last-child) .sfc-flow-num-wrap::after {
    top: 46px;
  }

  .sfc-flow-content {
    grid-template-columns: 1fr;
    padding: 18px 16px;
  }

  .sfc-flow-icon {
    width: 64px;
    height: 64px;
    justify-self: end;
    font-size: 32px;
  }

  .sfc-flow-text,
  .sfc-condition-list {
    font-size: 15px;
  }
}

#Journal .soleil-friend-campaign h2.sfc-section-title,
#JournalList .soleil-friend-campaign h2.sfc-section-title,
.soleil-friend-campaign h2.sfc-section-title {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;

  margin: 0 0 24px !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;

  color: var(--brown) !important;
  font-family: "Noto Serif JP", serif !important;
  font-size: clamp(20px, 3vw, 32px) !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.08em !important;
  text-align: center !important;
}

@media screen and (max-width: 640px) {
  #Journal .soleil-friend-campaign h2.sfc-section-title,
  #JournalList .soleil-friend-campaign h2.sfc-section-title,
  .soleil-friend-campaign h2.sfc-section-title {
    font-size: 28px !important;
    line-height: 1.4 !important;
  }
}
