html {
  scroll-behavior: smooth;
}

/* ===== PASSWORD OVERLAY ===== */
#password-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}

#password-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 320px;
  padding: 48px 40px;
  border: 1px solid #eee;
}

#password-logo {
  height: 32px;
  width: auto;
}

#password-label {
  font-size: 0.9rem;
  color: #555;
  letter-spacing: 0.05em;
}

#password-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  font-size: 1rem;
  outline: none;
  text-align: center;
  letter-spacing: 0.1em;
}

#password-input:focus {
  border-color: #d73c7e;
}

#password-error {
  font-size: 0.8rem;
  color: #d73c7e;
  min-height: 1em;
}

#password-submit {
  width: 100%;
  padding: 12px;
  background: #d73c7e;
  color: #fff;
  border: none;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  cursor: pointer;
}

#password-submit:hover {
  background: #c0306c;
}

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

:root {
  --color-bg: #ffffff;
  --color-text: #1a1a1a;
  --color-primary: #d73c7e;
}

body {
  font-family: sans-serif;
  color: var(--color-text);
}

/* ===== HERO ===== */
.hero {
  position: relative;
  width: 100%;
  min-height: 900px;
  overflow: hidden;
  background: #d73c7e;
}

/* ===== HERO SLIDER ===== */
.hero-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
  pointer-events: none;
  display: flex;
}

.hero-panel--active {
  opacity: 1;
  pointer-events: auto;
}

/* Panel 2 */
.hero-panel--2 {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='90' viewBox='0 0 120 90'%3E%3Crect x='10' y='35' width='100' height='28' rx='8' fill='%23d73c7e' opacity='0.06'/%3E%3Crect x='10' y='28' width='22' height='35' rx='5' fill='%23d73c7e' opacity='0.05'/%3E%3Crect x='88' y='28' width='22' height='35' rx='5' fill='%23d73c7e' opacity='0.05'/%3E%3Crect x='18' y='51' width='84' height='14' rx='5' fill='%23d73c7e' opacity='0.05'/%3E%3Crect x='20' y='63' width='12' height='10' rx='3' fill='%23d73c7e' opacity='0.05'/%3E%3Crect x='88' y='63' width='12' height='10' rx='3' fill='%23d73c7e' opacity='0.05'/%3E%3C/svg%3E"),
    linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
  background-size: 120px 90px, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.hero2-bg {
  display: none;
}

.hero2-overlay {
  display: none;
}

.hero2-product-name {
  position: relative;
  z-index: 2;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.hero2-text-svg {
  position: relative;
  z-index: 2;
  width: clamp(280px, 60vw, 640px);
  height: auto;
  margin-top: 8px;
}

.hero2-logo {
  position: relative;
  z-index: 2;
  width: 420px;
  height: auto;
  margin-bottom: 24px;
}

.hero2-product {
  position: relative;
  z-index: 2;
  width: 500px;
  margin-top: 0;
  margin-bottom: 0;
}

.hero2-product img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 32px rgba(215,60,126,0.18));
}

.hero2-br {
  display: none;
}

.hero2-headline {
  position: relative;
  z-index: 2;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 500;
  color: #d73c7e;
  text-shadow: none;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

.hero2-headline .char {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.4s ease;
}

.hero2-headline .char.visible {
  opacity: 1;
}

/* Panel 3 */
.hero-panel--3 {
  background: url('images/abstract-shadow-leaves-white-wall-background_34050-692.avif') center / cover no-repeat;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding-bottom: 120px;
}

.hero3-left {
  writing-mode: vertical-rl;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.hero3-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.hero3-text {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #d73c7e;
  letter-spacing: 0.25em;
  line-height: 1.8;
  margin: 0;
}

.hero3-product-img {
  width: clamp(260px, 36vw, 500px);
  height: auto;
  filter: drop-shadow(0 8px 40px rgba(0, 0, 0, 0.12));
}

.hero3-text-svg {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(280px, 36vw, 500px);
  height: auto;
  z-index: 2;
}

/* Panel 4 */
.hero4-left {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  padding-top: 120px;
}

.hero4-right {
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.hero-panel--4 .hero3-product-img {
  width: clamp(160px, 20vw, 300px);
}

.hero-panel--6 {
  background: url('images/istockphoto-1307866343-612x612.jpg') center / cover no-repeat;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding-bottom: 120px;
}

.hero-panel--6 .hero3-product-img {
  width: clamp(160px, 20vw, 300px);
}

.hero-panel--5 {
  background: url('images/istockphoto-1454286556-612x612.jpg') center / cover no-repeat;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding-bottom: 120px;
}

.hero-panel--5 .hero3-product-img {
  width: clamp(240px, 32vw, 460px);
}

.hero-panel--5 .hero4-left {
  padding-top: 200px;
}

.hero4-catchcopy {
  width: clamp(200px, 30vw, 420px);
  height: auto;
}

.hero4-catchcopy--mobile {
  display: none;
}

.hero-panel--4 {
  background: url('images/istockphoto-1307866343-612x612.jpg') center / cover no-repeat;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding-bottom: 120px;
}

/* ドット */
.hero-slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  gap: 10px;
}

.hero-slider-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(215, 60, 126, 0.3);
  border: 1.5px solid rgba(215, 60, 126, 0.5);
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}

.hero-slider-dot--active {
  background: #d73c7e;
  border-color: #d73c7e;
  transform: scale(1.4);
}

/* Hero marquee background (2 rows) */
.hero-marquee {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hero-marquee-track {
  display: flex;
  height: 100%;
  flex-shrink: 0;
}

.hero-marquee-track img {
  height: 100%;
  width: auto;
  flex-shrink: 0;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(215, 60, 126, 0.95) 0%,
    rgba(215, 60, 126, 0.85) 35%,
    rgba(215, 60, 126, 0.5) 60%,
    rgba(215, 60, 126, 0.3) 80%,
    rgba(215, 60, 126, 0.15) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 380px 60px 40px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.hero-brand {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 32px;
  margin-top: -24px;
}

.hero-supervisor {
  display: inline-block;
  font-size: 0.8rem;
  color: #d73c7e;
  background: #ffffff;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 4px;
}

.hero-headline {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 500;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 16px;
}

.hero-headline .char {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.4s ease;
}

.hero-headline .char.visible {
  opacity: 1;
}

.hero-product-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}

.hero-product-sub {
  font-size: 1.15rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 32px;
}

.hero-tagline {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.8;
  opacity: 0.9;
}

.tagline-highlight {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .tagline-highlight {
    font-size: 1.5rem;
  }
}

/* Hero price card */
.hero-campain-link {
  display: block;
  margin-top: 36px;
}

.hero-campain-img {
  width: 100%;
  max-width: 680px;
  height: auto;
  display: block;
}

.hero-price-card {
  margin-top: 36px;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 560px;
  backdrop-filter: blur(4px);
}

.hero-price-badge {
  display: inline-block;
  background: #fce4ef;
  color: #d73c7e;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 4px 14px;
  border-radius: 999px;
  align-self: flex-start;
}

.hero-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-price-amount {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.01em;
  line-height: 1;
}

.hero-price-tax {
  font-size: 0.9rem;
  color: #555555;
  font-weight: 500;
}

.hero-price-note {
  font-size: 0.8rem;
  color: #777777;
  line-height: 1.6;
}

.hero-price-cta {
  display: inline-block;
  margin-top: 6px;
  background: #d73c7e;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 14px 24px;
  border-radius: 999px;
  text-align: center;
  transition: background 0.2s;
}

.hero-price-cta:hover {
  background: #c0306c;
}

.hero-product-img {
  position: absolute;
  z-index: 3;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 340px;
  filter: drop-shadow(0 0 40px rgba(255,255,255,0.6)) drop-shadow(0 0 80px rgba(255,255,255,0.3));
}

.hero-product-img img {
  width: 100%;
  height: auto;
}

/* ===== TABLET (769px - 1024px) ===== */
@media (max-width: 1024px) {
  .hero {
    min-height: 620px;
  }

  .hero-content {
    padding: 48px 340px 48px 32px;
  }

  .hero-headline {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }

  .hero-product-img {
    right: 3%;
    width: 280px;
  }
}

/* ===== MOBILE (max-width: 768px) ===== */
@media (max-width: 768px) {
  .hero {
    min-height: 580px;
  }

  .hero-content {
    padding: 40px 24px 280px 24px;
  }

  .hero-brand {
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: -16px;
  }

  .hero-headline {
    font-size: 3rem;
    margin-bottom: 24px;
  }

  .hero-product-name {
    font-size: 1.2rem;
  }

  .hero-product-sub {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .hero-tagline {
    font-size: 0.85rem;
  }

  .hero-price-card {
    max-width: 100%;
    padding: 20px;
  }

  .hero-price-amount {
    font-size: 2.2rem;
  }

  .hero-product-img {
    right: 50%;
    transform: translateX(50%) translateY(0);
    top: auto;
    bottom: 20px;
    width: 200px;
  }

  .hero-panel--2 {
    padding: 44px 24px 32px;
    justify-content: flex-start;
  }

  .hero2-product-name {
    text-align: center;
  }

  .hero2-product {
    width: 280px;
    margin-top: 0;
  }

  .hero2-logo {
    width: 280px;
    max-width: 90%;
  }

  .hero2-br {
    display: inline;
  }

  .hero2-headline {
    font-size: 1.3rem;
  }

  .hero2-text-svg {
    width: 85vw;
  }

  .hero-panel--3 {
    padding-bottom: 140px;
    gap: 16px;
    justify-content: center;
  }

  .hero3-left {
    position: static;
    height: auto;
    justify-content: center;
  }

  .hero3-text {
    font-size: 2rem;
    letter-spacing: 0.15em;
    line-height: 1.5;
    height: auto;
    padding-top: 0;
  }

  .hero3-product-img {
    width: 200px;
  }

  .hero3-text-svg {
    width: 75vw;
    bottom: 80px;
  }

  .hero-panel--4 {
    justify-content: center;
  }

  .hero-panel--4 .hero3-product-img {
    width: 260px;
  }

  .hero-panel--4 .hero4-left {
    padding-top: 320px;
    align-items: center;
    justify-content: center;
  }

  .hero-panel--5 .hero3-product-img {
    width: 360px;
  }

  .hero-panel--5 .hero4-left {
    padding-top: 320px;
    align-items: center;
    justify-content: center;
  }

  .hero-panel--6 .hero3-product-img {
    width: 300px;
  }

  .hero-panel--6 .hero4-left {
    padding-top: 400px;
    align-items: center;
    justify-content: center;
  }

  .hero4-right {
    display: none;
  }

  .hero4-catchcopy--desktop {
    display: none;
  }

  .hero4-catchcopy--mobile {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    bottom: 200px;
    z-index: 3;
  }
}

/* ===== SMALL MOBILE (max-width: 480px) ===== */
@media (max-width: 480px) {
  .hero-content {
    padding: 32px 20px 200px;
  }

  .hero-brand {
    max-width: 100%;
    margin-bottom: 16px;
    margin-top: -12px;
  }

  .hero-headline {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .hero-product-name {
    font-size: 1rem;
  }

  .hero-product-sub {
    font-size: 0.95rem;
    margin-bottom: 16px;
  }

  .hero-tagline {
    font-size: 0.8rem;
    line-height: 1.7;
  }

  .hero-product-img {
    width: 160px;
    bottom: 16px;
  }
}

/* ===== PROMO BANNER ===== */
.promo-banner {
  max-width: 750px;
  margin: 48px auto;
  padding: 28px 28px;
  border: 3px solid #ff529b;
  border-radius: 12px;
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  overflow: visible;
}

.promo-badge {
  position: absolute;
  left: -28px;
  top: -28px;
  transform: none;
  width: 110px;
  height: 110px;
  background: linear-gradient(to bottom, #ff80b9 0%, #ff529b 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  flex-shrink: 0;
}

.promo-body {
  flex: 1;
  text-align: center;
  padding-left: 80px;
  padding-right: 240px;
}

.promo-gift {
  font-family: "Zen Maru Gothic", sans-serif;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
  background: #ff529b;
  padding: 4px 16px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.promo-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.promo-price .yen {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.promo-price .tax {
  font-size: 0.85rem;
  color: #1a1a1a;
  font-weight: 400;
}

.promo-price .per-set {
  font-size: 1rem;
  color: #1a1a1a;
  font-weight: 500;
}

.promo-note {
  font-size: 0.85rem;
  color: #555;
}

.promo-img {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 260px;
  z-index: 2;
}

.promo-img img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(215,60,126,0.3));
}

/* Promo tablet */
@media (max-width: 1024px) {
  .promo-banner {
    margin: 40px 24px;
    padding: 28px 28px;
  }

  .promo-body {
    padding-right: 200px;
  }

  .promo-img {
    width: 200px;
  }
}

/* Promo mobile */
@media (max-width: 768px) {
  .promo-banner {
    flex-direction: column;
    margin: 60px 16px 32px;
    padding: 60px 20px 0;
    gap: 16px;
    overflow: visible;
  }

  .promo-badge {
    left: 50%;
    top: -36px;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    font-size: 1.2rem;
  }

  .promo-body {
    padding-left: 0;
    padding-right: 0;
  }

  .promo-img {
    position: static;
    transform: none;
    width: 240px;
    margin: 0 auto;
  }

  .promo-img img {
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.15));
  }

  .promo-price .yen {
    font-size: 2.8rem;
  }
}

/* Promo small mobile */
@media (max-width: 480px) {
  .promo-price .yen {
    font-size: 2.2rem;
  }
}

/* ===== PROBLEM SECTION ===== */
.product-intro {
  padding: 48px 24px 0;
  text-align: center;
}

.product-intro .hero-product-name {
  color: #1a1a1a;
}

.product-intro .hero-product-sub {
  color: #555;
}

.product-intro .hero-tagline {
  color: #1a1a1a;
  opacity: 1;
}

.problem {
  padding: 64px 24px 0;
  text-align: center;
}

.problem-label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #d73c7e;
  margin-bottom: 12px;
}

.problem-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 40px;
}

.problem-card {
  max-width: 900px;
  margin: 0 auto 40px;
  background: #ececec;
  border-radius: 0;
  padding: 40px 48px;
}

.problem-card-inner {
  background: #fff;
  border-radius: 8px;
  padding: 40px 48px;
}

.problem-card-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #1a1a1a;
  margin-bottom: 28px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
}

.problem-list {
  list-style: none;
  text-align: left;
}

.problem-list li {
  font-size: 1.15rem;
  color: #333;
  padding: 14px 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.problem-list li .check-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: #ccc;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
}

.problem-lower {
  max-width: 900px;
  margin: 0 auto;
}

.problem-arrow {
  font-size: 4rem;
  color: #4a90d9;
  margin: 40px 0;
}

.problem-statement {
  font-size: clamp(1.4rem, 3.5vw, 2.4rem);
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 32px;
}

.problem-statement .highlight {
  color: #ff529b;
  font-size: 1.6em;
  line-height: 1;
}

.problem-image {
  margin: 0 0 16px;
}

.problem-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.problem-source {
  margin: 0;
  font-size: 0.7rem;
  color: #888;
  text-align: left;
  line-height: 1.6;
}

.problem-source a {
  color: var(--color-primary);
  text-decoration: underline;
}

.sp-br {
  display: none;
}

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

/* Problem mobile */
@media (max-width: 768px) {
  .problem {
    padding: 48px 16px 0;
  }

  .problem-title {
    margin-bottom: 28px;
  }

  .problem-card {
    padding: 28px 24px;
  }

  .problem-card-inner {
    padding: 20px 16px;
  }

  .problem-list li {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .problem-card {
    padding: 24px 20px;
  }

  .problem-card-title {
    font-size: 1.1rem;
  }

  .problem-list li {
    font-size: 0.85rem;
    padding: 8px 0;
  }
}

/* ===== EMPATHY SECTION ===== */
.empathy {
  position: relative;
  width: 100%;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.empathy-bg {
  position: absolute;
  inset: 0;
  background: url('images/bg_image01.png') center / cover no-repeat;
}

.empathy-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}

.empathy-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.empathy-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  color: #fff;
  line-height: 1.9;
}

.empathy-text .pink {
  color: var(--color-primary);
}

/* Empathy tablet */
@media (max-width: 1024px) {
  .empathy-content {
    padding: 64px 32px;
    gap: 32px;
  }
}

/* Empathy mobile */
@media (max-width: 768px) {
  .empathy {
    min-height: 360px;
  }

  .empathy-content {
    padding: 56px 24px;
    gap: 28px;
  }
}

/* ===== BIRTH SECTION ===== */
.birth {
  padding: 56px 24px 80px;
  text-align: center;
  background: #fff;
}

.birth-disclaimer {
  max-width: 720px;
  font-size: 0.75rem;
  color: #666;
  line-height: 1.8;
  text-align: left;
  margin-top: 20px;
}

.birth-subtitle {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1rem;
  color: #1a1a1a;
  line-height: 2;
  margin-bottom: 32px;
}

.birth-brand {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.birth-brand-pink {
  color: var(--color-primary);
}

.birth-tagline {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(4rem, 12vw, 8rem);
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 40px;
  margin-top: 30px;
}

.birth-body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.05rem;
  color: #1a1a1a;
  line-height: 2.1;
}

@media (max-width: 768px) {
  .birth {
    padding: 48px 20px 64px;
  }

  .birth-subtitle {
    font-size: 0.95rem;
  }

  .birth-body {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .birth-disclaimer {
    font-size: 0.7rem;
  }

  .birth-subtitle {
    font-size: 0.9rem;
  }

  .birth-body {
    font-size: 0.85rem;
  }
}

/* ===== LAZY FIT EMS SECTION ===== */
.lazyfit {
  background: #fff;
  padding: 88px 24px;
}

.lazyfit-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.lazyfit-head {
  text-align: center;
  margin-bottom: 56px;
}

.lazyfit-label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #d73c7e;
  margin-bottom: 12px;
}

.lazyfit-headline {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.45;
  margin-bottom: 20px;
}

.lazyfit-headline-ems {
  color: #7ec8e3;
}

.lazyfit-headline-dot {
  font-size: 1.3em;
  text-decoration: underline dotted #f5a0c8;
  text-underline-offset: 8px;
}

.lazyfit-headline-brand {
  color: #ff6aab;
  font-weight: 600;
}

.lazyfit-body {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.9;
  max-width: 680px;
  margin: 0 auto;
}

.controller-diagram {
  position: relative;
  max-width: 800px;
  min-height: 480px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .controller-diagram {
    min-height: 56vw;
  }
}

.controller-diagram-img {
  display: block;
  width: 38%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.controller-diagram-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes dot-pulse {
  0%, 100% {
    opacity: 1;
    filter: drop-shadow(0 0 3px #fff);
  }
  50% {
    opacity: 0.6;
    filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 20px #fff);
  }
}

.diagram-dot {
  animation: dot-pulse 2s ease-in-out infinite;
}

.lazyfit-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 48px;
}

.lazyfit-card {
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lazyfit-card-label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #999;
}

.lazyfit-card-icon {
  width: 100%;
}

.lazyfit-mode-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .lazyfit-mode-list {
    grid-template-columns: 1fr;
  }
}

.lazyfit-mode-list li {
  display: flex;
  align-items: stretch;
  font-size: 0.85rem;
  color: #1a1a1a;
  background: #f5f3ef;
  border-radius: 999px;
  overflow: hidden;
}

.mode-num {
  color: #999;
  font-size: 0.72rem;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0DEDC;
  flex-shrink: 0;
}

.mode-content {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  padding: 8px 12px;
}

.mode-name {
  flex: 1;
}

.mode-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex-shrink: 0;
}

.mode-dot--empty {
  background: transparent;
  border: 1.5px solid #aaa;
}

.lazyfit-card-num {
  font-size: 4rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1;
}

.lazyfit-card-num span {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 4px;
}

.lazyfit-level-chart {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.level-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 110px;
}

.level-bar {
  flex: 1;
  background: linear-gradient(to top, #f5a8c8, #fcd6e8);
  border-radius: 3px 3px 0 0;
}

.level-nums {
  display: flex;
  gap: 4px;
}

.level-nums span {
  flex: 1;
  text-align: center;
  font-size: 0.55rem;
  color: #bbb;
}

.level-label {
  font-size: 2.8rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1;
}

.level-label span {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 4px;
}

.lazyfit-card-body {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.9;
}

.lazyfit-specs-lead {
  margin-bottom: 20px;
  text-align: center;
}

.lazyfit-specs-lead-title {
  font-size: 1.8rem;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.lazyfit-specs-lead-title-sub {
  font-size: 1rem;
  font-weight: 400;
  color: #777;
  display: block;
}

.lazyfit-specs-lead-sub {
  font-size: 1rem;
  color: #777;
}

.lazyfit-specs-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}

.lazyfit-specs-img {
  width: 180px;
  height: auto;
  border-radius: 8px;
  flex-shrink: 0;
  object-fit: cover;
}

@media (max-width: 768px) {
  .lazyfit-specs-row {
    flex-direction: column;
    align-items: center;
  }

  .lazyfit-specs-img {
    width: 100%;
    max-width: 360px;
  }
}

.lazyfit-specs-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.lazyfit-specs {
  display: flex;
  justify-content: center;
  gap: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 28px 0;
  margin-bottom: 0;
}

.lazyfit-spec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
  border-right: 1px solid #eee;
}

.lazyfit-spec:last-child {
  border-right: none;
}

.lazyfit-spec-num {
  font-size: 2.2rem;
  font-weight: 700;
  color: #d73c7e;
}

.lazyfit-spec-suffix {
  font-size: 1rem;
  font-weight: 500;
}

.lazyfit-spec-unit {
  font-size: 0.8rem;
  color: #888;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }

  .lazyfit-spec-num--usb {
    font-size: 1.8rem;
  }

  .lazyfit-specs {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .lazyfit-spec {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    border-right: none;
    border-bottom: 1px solid #eee;
    gap: 12px;
  }

  .lazyfit-spec:last-child {
    border-bottom: none;
  }
}

.lazyfit-note {
  font-size: 0.78rem;
  color: #aaa;
  text-align: center;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .lazyfit-cards {
    grid-template-columns: 1fr;
  }

  .lazyfit-card {
    padding: 28px 20px;
  }
}

/* ===== ELECTRODE SECTION ===== */
.electrode {
  background-color: #fafafa;
  padding: 64px 24px;
}
.electrode-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
.electrode-left {
  flex-shrink: 0;
  width: 240px;
}
.electrode-photo {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}
.electrode-right {
  flex: 1;
}
.electrode-title {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.4;
}
.electrode-title-em {
  font-size: 1.2em;
  color: #d73c7e;
  background: #fce9f1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  line-height: 1;
}
.electrode-body {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 24px;
}
.electrode-compare {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.electrode-compare-item {
  flex: 1;
  text-align: left;
}
.electrode-compare-img {
  width: 100%;
  height: 160px;
  display: block;
  margin-top: 8px;
  object-fit: contain;
}
.electrode-compare-label {
  font-size: 0.85rem;
  font-weight: 700;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 999px;
}
.electrode-compare-label--sabonel {
  background: #fce9f1;
  color: #d73c7e;
}
.electrode-compare-label--other {
  background: #f0f0f0;
  color: #666;
}
@media (max-width: 768px) {
  .electrode-inner {
    flex-direction: column;
  }
  .electrode-left {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

/* ===== SUPERVISOR2 SECTION ===== */
.supervisor2 {
  background: #fafafa;
  padding: 80px 24px;
}

.supervisor2-inner {
  max-width: 900px;
  margin: 0 auto;
}

.supervisor2-head {
  text-align: center;
  margin-bottom: 48px;
}

.supervisor2-label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #d73c7e;
  margin-bottom: 12px;
}

.supervisor2-headline {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  color: #1a1a1a;
}

.marker-highlight {
  background: linear-gradient(transparent 30%, #FAF5EB 30%);
}

.supervisor2-card {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 40px;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 0 36px 0 0;
  overflow: hidden;
  max-height: 460px;
}

.supervisor2-photo {
  position: relative;
}

.supervisor2-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  background: #e8e8e8;
  flex: 1;
}

.supervisor2-photo-caption {
  font-size: 0.72rem;
  color: #aaa;
  text-align: center;
}

.supervisor2-role {
  font-size: 0.8rem;
  color: #888;
  margin: 20px 0 16px;
  line-height: 1.8;
}

.supervisor2-name {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 28px;
  background: linear-gradient(transparent 55%, #fde8f0 55%);
  display: inline;
}

.supervisor2-bio {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.9;
  margin-bottom: 20px;
}

.supervisor2-media {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 12px 16px;
}

.media-img-wrapper {
  position: relative;
  width: 120px;
  height: 90px;
  flex-shrink: 0;
  cursor: pointer;
}

.supervisor2-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.media-zoom-icon {
  position: absolute;
  top: 6px;
  right: 6px;
  background: rgba(0,0,0,0.45);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-img-wrapper:hover .media-zoom-icon {
  background: rgba(0,0,0,0.7);
}

.supervisor2-media-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.supervisor2-media-label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #888;
}

.supervisor2-media-text p {
  font-size: 0.82rem;
  color: #444;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .supervisor2-card {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .supervisor2-photo {
    flex-direction: row;
    align-items: flex-start;
  }

  .supervisor2-photo img {
    width: 100px;
  }
}

/* ===== USAGE SCENE SECTION ===== */
.usage-scene {
  padding: 88px 24px;
  background: #fff;
}

.usage-scene-inner {
  max-width: 960px;
  margin: 0 auto;
}

.usage-scene-head {
  text-align: center;
  margin-bottom: 48px;
}

.usage-scene-label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #d73c7e;
  margin-bottom: 12px;
}

.usage-scene-headline {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.usage-scene-quote {
  border-left: 3px solid #d73c7e;
  text-align: left;
  max-width: 560px;
  margin: 0 auto 24px;
  padding: 0 0 0 20px;
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1.9;
  font-style: normal;
}

.usage-scene-body {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.9;
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}

.usage-scene-cta {
  text-align: center;
  margin-top: 48px;
}

.usage-scene-cta-btn {
  display: inline-block;
  background: #d73c7e;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 48px;
  border-radius: 999px;
  transition: background 0.2s;
}

.usage-scene-cta-btn:hover {
  background: #c0306c;
}

.usage-scene-title {
  display: none;
}

.usage-scene-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

.usage-scene-item {
  position: relative;
  text-align: center;
}

.usage-scene-icon {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  color: #fff;
  font-size: 1.4rem;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,0.3));
}

.usage-scene-item img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.usage-scene-item p {
  position: relative;
  margin-top: -20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.95rem;
  color: #1a1a1a;
  line-height: 1.6;
  background: #fff;
  border-radius: 999px;
  padding: 6px 16px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  z-index: 1;
}

@media (max-width: 768px) {
  .usage-scene-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .usage-scene-item p {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .usage-scene-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
}

/* ===== MESSAGE SECTION ===== */
.message {
  padding: 80px 24px 0;
  margin-top: 64px;
  text-align: center;
  background: #fff;
}

.message-chevrons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-bottom: 48px;
}

.message-chevrons img {
  height: 100px;
  width: auto;
}

.message-headline {
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}

.message-sub {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.message-body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.35rem;
  color: #1a1a1a;
  margin-bottom: 40px;
}

.message-pink {
  color: var(--color-primary);
  font-weight: 500;
}

.message-detail {
  font-size: 1.05rem;
  color: #1a1a1a;
  line-height: 2.1;
}

.message-video {
  max-width: 600px;
  margin: 40px auto 0;
}

.message-video img,
.message-video video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .message {
    padding: 64px 24px 72px;
  }

  .message-body {
    font-size: 1.1rem;
  }

  .message-detail {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .message {
    padding: 0px 20px 0;
  }

  .message-body {
    font-size: 1rem;
  }

  .message-detail {
    font-size: 0.9rem;
  }
}

/* ===== HOW TO USE SECTION ===== */
.howto {
  background: #FAF5EB;
  padding: 80px 24px;
}

.howto-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}


.emphasis-dot {
  font-size: 1.3em;
  text-decoration: underline wavy #f5a0c8;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.howto-title {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 16px;
}

.howto-title-en {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  color: #d73c7e;
  margin-bottom: 10px;
}

.howto-subtitle {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 52px;
}

.howto-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: start;
}

.howto-step {
  background: #fff;
  border: 1.5px dashed #EEA9C8;
  border-radius: 16px;
  padding: 0 0 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}

.howto-step-header {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #fdf0f5;
  padding: 12px 14px;
  min-height: 68px;
}

.howto-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #EEA9C8;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  flex-shrink: 0;
}

.howto-step-title {
  font-size: 0.95rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
}

.howto-step-body {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.8;
  padding: 0 20px;
  text-align: left;
}

.howto-step-img {
  width: calc(100% - 40px);
  height: 180px;
  border-radius: 10px;
  display: block;
  object-fit: contain;
}

.howto-step-img--sm {
  width: 60%;
  margin: 0 auto;
}

.howto-step-img-note {
  font-size: 0.72rem;
  color: #aaa;
  align-self: flex-end;
}

.howto-tip {
  margin-top: 32px;
  padding: 28px 32px;
  border: 1px solid rgba(215,60,126,0.3);
  background: rgba(215,60,126,0.06);
  border-radius: 16px;
  width: 100%;
}

.howto-tip-title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #ff6aab;
  margin-bottom: 16px;
}

.howto-tip-inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.howto-tip-inner .howto-step-img {
  width: 160px;
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
}

.howto-caution {
  margin-top: 40px;
  font-size: 0.78rem;
  color: #888;
}

@media (max-width: 768px) {
  .howto-steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .howto-step {
    padding: 28px 20px;
  }
}

/* ===== DENRYU SECTION ===== */
.denryu {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.denryu-bg {
  position: absolute;
  inset: 0;
  background: url('images/denryu-bg.png') center / cover no-repeat;
}

.denryu-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  min-height: 520px;
}

.denryu-left {
  flex: 0 0 45%;
  display: flex;
  align-items: flex-end;
}

.denryu-left img {
  width: 100%;
  height: auto;
  display: block;
}

.denryu-right {
  flex: 1;
  padding: 56px 0 56px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.denryu-headline {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 32px;
  text-align: center;
  width: 100%;
}

.denryu-illust-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}

.denryu-illust {
  width: 160px;
  margin-bottom: 0;
}

.denryu-illust-caption {
  font-size: 0.75rem;
  color: #666;
  text-align: center;
  margin-top: 6px;
}

.denryu-illust img {
  width: 100%;
  height: auto;
}

.denryu-body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.85rem;
  color: #e0e0e0;
  line-height: 2;
  text-align: center;
}

/* Denryu tablet */
@media (max-width: 1024px) {
  .denryu-inner {
    padding: 0 32px;
  }

  .denryu-left {
    flex: 0 0 42%;
  }

  .denryu-right {
    padding: 48px 0 48px 28px;
  }

  .denryu-headline {
    font-size: 1.4rem;
  }
}

/* Denryu mobile */
@media (max-width: 768px) {
  .denryu-inner {
    flex-direction: column;
    padding: 0;
    min-height: auto;
  }

  .denryu-left {
    flex: none;
    width: 80%;
    max-width: 360px;
    margin: 0 auto;
    padding-top: 64px;
  }

  .denryu-right {
    padding: 32px 24px 48px;
    align-items: center;
  }

  .denryu-headline {
    font-size: 1.3rem;
    text-align: center;
  }

  .denryu-body {
    font-size: 0.8rem;
  }

  .denryu-illust-row {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .denryu-left {
    width: 90%;
  }

  .denryu-headline {
    font-size: 1.1rem;
  }

  .denryu-illust {
    width: 90px;
  }
}

/* Empathy small mobile */
@media (max-width: 480px) {
  .empathy-content {
    padding: 48px 20px;
    gap: 24px;
  }
}

/* ===== SUPERVISOR SECTION ===== */
.supervisor {
  background: #fff;
  padding: 64px 24px 80px;
}

.supervisor-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-template-rows: auto auto;
}

/* Pink card: full width (spans both columns) */
.supervisor-card {
  grid-column: 1 / 3;
  grid-row: 1;
  background: var(--color-primary);
  display: flex;
  align-items: stretch;
  padding: 40px 36px;
  padding-right: calc(300px + 40px);
}

.supervisor-card-label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 28px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  margin-right: 28px;
  flex-shrink: 0;
}

.supervisor-card-label-text {
  writing-mode: vertical-rl;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}

.supervisor-card-label-to {
  writing-mode: vertical-rl;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.05em;
}

.supervisor-card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.supervisor-card-body p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.9;
}

/* Right col: photo + profile, spans rows 1–2 */
.supervisor-right-col {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: start;
  position: relative;
  z-index: 1;
  margin-top: 32px;
  margin-left: -24px;
  display: flex;
  flex-direction: column;
}

.supervisor-photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* Feature: left column, row 2 */
.supervisor-feature {
  grid-column: 1;
  grid-row: 2;
  padding: 48px 48px 0 0;
}

.supervisor-feature-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}

.supervisor-feature-body {
  position: relative;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.supervisor-feature-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-top: 2px solid var(--color-primary);
  border-left: 2px solid var(--color-primary);
}

.supervisor-feature-body::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-bottom: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
}

.supervisor-feature-body p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.95rem;
  color: #1a1a1a;
  line-height: 2;
}

/* Profile: directly below photo inside right-col */
.supervisor-profile {
  padding: 16px 0 0;
}

.supervisor-name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1rem;
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 6px;
}

.supervisor-role {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.85rem;
  color: #1a1a1a;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.supervisor-bio {
  font-size: 0.75rem;
  color: #555;
  line-height: 1.9;
}

/* Supervisor tablet */
@media (max-width: 1024px) {
  .supervisor-inner {
    grid-template-columns: 1fr 240px;
  }

  .supervisor-card {
    padding-right: calc(240px + 32px);
  }
}

/* Supervisor mobile */
@media (max-width: 768px) {
  .supervisor {
    padding: 48px 16px 64px;
  }

  .supervisor-inner {
    display: flex;
    flex-direction: column;
  }

  .supervisor-card {
    padding: 32px 24px;
  }

  .supervisor-card-label-text {
    font-size: 1.5rem;
  }

  .supervisor-feature {
    padding: 0;
  }

  .supervisor-feature-title {
    font-size: 1.3rem;
    margin-top: 40px;
  }

  .supervisor-right-col {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .supervisor-card {
    padding: 28px 20px;
  }

  .supervisor-card-label {
    padding-right: 16px;
    margin-right: 16px;
  }

  .supervisor-card-label-text {
    font-size: 1.2rem;
  }

  .supervisor-card-body p {
    font-size: 0.8rem;
  }

  .supervisor-feature-title {
    font-size: 1.1rem;
  }

  .supervisor-feature-body {
    padding: 20px;
  }

  .supervisor-feature-body p {
    font-size: 0.85rem;
  }

  .supervisor-cm {
    grid-column: 1;
    flex-direction: column;
    margin-top: 24px;
  }

  .supervisor-cm-img {
    flex: none;
    width: 100%;
    max-height: 240px;
  }

  .supervisor-cm-img img {
    height: 240px;
  }

  .supervisor-cm-text {
    padding: 24px;
  }

  .supervisor-cm-title {
    font-size: 1rem;
  }

  .supervisor-cm-desc {
    font-size: 0.9rem;
  }
}

/* ===== CM WITHIN SUPERVISOR ===== */
.supervisor-cm {
  grid-column: 1 / 3;
  background: #fdf0f5;
  display: flex;
  align-items: stretch;
  margin-top: 40px;
}

.supervisor-cm-img {
  flex: 0 0 260px;
  overflow: hidden;
}

.supervisor-cm-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.supervisor-cm-text {
  flex: 1;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.supervisor-cm-label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.supervisor-cm-title {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--color-primary);
  line-height: 1.7;
  margin-bottom: 12px;
}

.supervisor-cm-desc {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.9;
}

/* ===== FEATURES INTRO ===== */
.features-intro {
  background: #fff;
  padding: 56px 24px 40px;
  text-align: center;
}
.features-intro-label {
  display: inline-block;
  font-size: 0.9rem;
  color: #d73c7e;
  border: 1.5px solid #d73c7e;
  border-radius: 999px;
  padding: 4px 20px;
  margin-bottom: 20px;
}
.features-intro-headline {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 28px;
  line-height: 1.2;
}
.features-intro-headline-sub {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 700;
}
.features-intro-pills {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.features-intro-pill {
  background: #fff;
  border: 1.5px solid #f0e0e8;
  border-radius: 16px;
  padding: 28px 48px;
  font-size: 1.3rem;
  color: #444;
  line-height: 1.8;
  min-width: 180px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(215,60,126,0.07);
}

@media (max-width: 768px) {
  .features-intro-pills {
    flex-wrap: nowrap;
    gap: 10px;
  }

  .features-intro-pill {
    flex: 1;
    min-width: 0;
    padding: 16px 8px;
    font-size: clamp(0.8rem, 3vw, 1rem);
    border-radius: 12px;
  }
}
.features-intro-pill span {
  display: block;
  color: #d73c7e;
  font-weight: 700;
}
.features-intro-pill-pink {
  color: #d73c7e !important;
  font-weight: 700;
}

.features-intro-arrow {
  background: #fff;
  text-align: center;
  padding: 0 0 16px;
}
.features-intro-arrow-img {
  width: 60px;
  height: auto;
}

/* ===== FEATURES SECTION ===== */
.features {
  padding: 24px 24px 50px;
  background: #fff;
}

.features-title {
  text-align: center;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 80px;
}

.features-title-circle {
  display: inline-block;
  background: #fef0f6;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  margin-left: -0.5em;
  position: relative;
}

.features-title-circle:first-of-type {
  margin-left: 0;
}

.features-title-en {
  display: block;
  font-size: clamp(0.75rem, 1.5vw, 0.9rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #d73c7e;
  margin-bottom: 8px;
}

.features-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.feature-item {
  display: flex;
  flex-direction: column;
}

.feature-header {
  display: flex;
  align-items: center;
  gap: 0;
  background: #fce9f1;
  border-radius: 999px;
  padding: 6px 20px 6px 6px;
  margin-bottom: 24px;
  overflow: hidden;
}

.feature-num {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  background: #e8699a;
  border-radius: 999px;
  width: 2.4em;
  height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}

.feature-title {
  font-size: clamp(0.78rem, 1.2vw, 0.95rem);
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
  padding-left: 14px;
  margin: 0;
}

.feature-img {
  width: 100%;
  margin-bottom: 20px;
}

.feature-img img {
  width: 100%;
  height: auto;
  display: block;
}

.tokucho03-img {
  width: 60%;
  max-width: 200px;
  display: block;
  margin: 0 auto -12px;
}

.feature-body {
  font-size: 0.85rem;
  color: #333;
  line-height: 1.9;
}

.feature-programs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 16px;
}

.feature-programs span {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-size: 0.55rem;
  padding: 5px 4px;
  border-radius: 0;
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

/* Features tablet */
@media (max-width: 1024px) {
  .features-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 32px;
  }
}

/* Features mobile */
@media (max-width: 480px) {
  .features {
    padding: 56px 16px 64px;
  }

  .features-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .feature-title {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

/* ===== CONCEPT SECTION ===== */
.concept {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.concept-inner {
  display: flex;
  align-items: stretch;
}

.concept-left {
  position: relative;
  flex: 0 0 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 48px;
  overflow: hidden;
}

.concept-left::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -9999px;
  background: #e8e8e8;
  z-index: 0;
}

.concept-watermark {
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 10vw;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.08em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.concept-tagline {
  position: relative;
  z-index: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.4rem, 4vw, 3rem);
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.concept-right {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 56px 10vw 56px 48px;
}

.concept-right p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .concept-inner {
    flex-direction: column;
  }

  .concept-left {
    flex: none;
    padding: 48px 32px;
  }

  .concept-right {
    padding: 40px 24px;
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .concept-right p {
    font-size: 0.85rem;
  }
}

/* ===== RIBU SECTION ===== */
.ribu {
  padding: 22px 24px 0px;
  background: #fff;
}

.ribu-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 56px 48px 64px;
}

.ribu-bg {
  position: absolute;
  inset: 0;
  background: url('images/ribusozai-bg.png') center / cover no-repeat;
  z-index: 0;
}

.ribu-headline,
.ribu-desc-box,
.ribu-grid {
  position: relative;
  z-index: 1;
}

.ribu-headline {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.6;
  margin-bottom: 32px;
}

.ribu-desc-box {
  display: inline-block;
  background: rgba(255, 255, 255, 0.75);
  padding: 16px 20px;
  margin-bottom: 48px;
}

.ribu-desc-box p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.9rem;
  color: #1a1a1a;
  line-height: 1.9;
}

.ribu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.ribu-item {
  display: flex;
  flex-direction: column;
}

.ribu-img {
  width: 100%;
  margin-bottom: 16px;
}

.ribu-img img {
  width: 100%;
  height: auto;
  display: block;
}

.ribu-tag {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.85rem;
  padding: 4px 14px;
  margin-bottom: 12px;
}

.ribu-tag-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.ribu-tag-row .ribu-tag {
  margin-bottom: 0;
}

.ribu-dots {
  display: flex;
  gap: 5px;
  align-items: center;
}

.ribu-dots i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  font-style: normal;
}

.ribu-body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.85rem;
  color: #1a1a1a;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .ribu {
    padding: 0px 20px 64px;
  }

  .ribu-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .ribu-inner {
    padding: 30px 30px 24px;
  }

  .ribu-headline {
    font-size: 1.5rem;
  }

  .ribu-desc-box p {
    font-size: 0.8rem;
  }
}

/* ===== FUSSEISEI SECTION ===== */
.fusseisei {
  background: #fff;
  padding: 80px 24px 88px;
}

.fusseisei-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.fusseisei-headline {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.2rem, 3vw, 2rem);
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.7;
  margin-bottom: 40px;
}

.fusseisei-box {
  background: #ececec;
  padding: 32px 48px;
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fusseisei-box p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1.9;
}

.fusseisei-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 56px;
}

.fusseisei-img-item {
  position: relative;
}

.fusseisei-img-item img {
  width: 100%;
  height: auto;
  display: block;
}

.fusseisei-badge {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 2;
}

.fusseisei-badge--before {
  background: #888;
  color: #fff;
}

.fusseisei-badge--after {
  background: var(--color-primary);
  color: #fff;
}

.fusseisei-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}

.fusseisei-text p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.95rem;
  color: #1a1a1a;
  line-height: 1.9;
}

.fusseisei-highlight {
  font-size: 1.6rem !important;
  font-weight: 900 !important;
  color: var(--color-primary) !important;
  letter-spacing: 0.05em;
}

.fusseisei-text--secondary {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .fusseisei {
    padding: 0px 20px 0px;
  }

  .fusseisei-box {
    padding: 24px 28px;
  }

  .fusseisei-highlight {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 480px) {
  .fusseisei-images {
    gap: 12px;
  }

  .fusseisei-box {
    padding: 20px 20px;
  }

  .fusseisei-box p {
    font-size: 0.85rem;
  }

  .fusseisei-highlight {
    font-size: 1.1rem !important;
  }
}

/* ===== DETAIL SECTION ===== */
.detail {
  background: #fff;
  padding: 0px 24px 0px;
}

.detail-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.detail-chevrons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-bottom: 56px;
}

.detail-chevrons img {
  height: 100px;
  width: auto;
}

.detail-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 56px 0;
}

.detail-row {
  display: flex;
  align-items: center;
  gap: 56px;
}

.detail-row--reverse {
  flex-direction: row-reverse;
}

.detail-text {
  flex: 1;
}

.detail-text--right {
  text-align: right;
}

.detail-img {
  flex: 0 0 320px;
}

.detail-img img {
  width: 100%;
  height: auto;
  display: block;
}

.detail-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 24px;
  line-height: 1.6;
}

.detail-body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.9rem;
  color: #1a1a1a;
  line-height: 2;
}

.detail-programs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.detail-programs span {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.75rem;
  padding: 6px 12px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
}

/* Detail tablet */
@media (max-width: 1024px) {
  .detail-img {
    flex: 0 0 260px;
  }

  .detail-row {
    gap: 40px;
  }
}

/* Detail mobile */
@media (max-width: 768px) {
  .detail {
    padding: 56px 20px 0px;
  }

  .detail-row,
  .detail-row--reverse {
    flex-direction: column;
  }

  .detail-img {
    flex: none;
    width: 80%;
    max-width: 360px;
    margin: 0 auto;
  }

  .detail-text--right {
    text-align: left;
  }

  .detail-row {
    gap: 28px;
  }

  .detail-divider {
    margin: 40px 0;
  }
}

@media (max-width: 480px) {
  .detail-title {
    font-size: 1.5rem;
  }

  .detail-body {
    font-size: 0.85rem;
  }
}

/* ===== EMS SECTION ===== */
.ems {
  background: #fff;
  padding: 72px 24px 88px;
}

.ems-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.ems-chevrons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-bottom: 48px;
}

.ems-chevrons img {
  height: 100px;
  width: auto;
}

.ems-headline {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 48px;
}

.ems-pink {
  color: var(--color-primary);
}

.ems-what {
  margin-bottom: 48px;
}

.ems-tag {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.85rem;
  padding: 5px 16px;
  margin-bottom: 0;
}

.ems-what-box {
  border: 1px solid #ddd;
  padding: 24px 28px;
  margin-bottom: 0;
}

.ems-what-box p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.875rem;
  color: #1a1a1a;
  line-height: 1.9;
}

.ems-main-img img {
  width: 100%;
  height: auto;
  display: block;
}

.ems-highlight-box {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 28px 24px;
  margin-bottom: 40px;
  text-align: center;
}

.ems-subheadline {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.ems-waveform-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.ems-waveform-row .ems-body {
  margin-bottom: 0;
  flex: unset;
}

.ems-waveform {
  margin-bottom: 20px;
  flex-shrink: 0;
}

.ems-waveform img {
  width: 200px;
  height: auto;
  display: block;
}

.ems-body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1.9;
  margin-bottom: 36px;
}

.ems-fiber {
  display: flex;
  gap: 40px;
  align-items: center;
}

.ems-fiber-img {
  flex: 0 0 320px;
}

.ems-fiber-img img {
  width: 100%;
  height: auto;
  display: block;
}

.ems-fiber-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}

.ems-fiber-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #1a1a1a;
}

.ems-fiber-body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.85rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .ems {
    padding: 56px 20px 0px;
  }

  .ems-fiber {
    flex-direction: column;
    gap: 24px;
  }

  .ems-fiber-img {
    flex: none;
    width: 60%;
    max-width: 260px;
  }
}

@media (max-width: 480px) {
  .ems-what-box {
    padding: 18px 16px;
  }

  .ems-what-box p {
    font-size: 0.8rem;
  }

  .ems-body {
    font-size: 1rem;
  }
}

/* ===== COMPARISON SECTION ===== */
.comparison {
  background: #f7f8fc;
  padding: 88px 24px;
}

.comparison-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.comparison-head {
  text-align: center;
  margin-bottom: 48px;
}

.comparison-label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #d73c7e;
  margin-bottom: 12px;
}

.comparison-headline {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 12px;
}

ruby.bouten {
  ruby-position: over;
}

ruby.bouten rt {
  font-size: 0.25em;
  color: #f5a0c8;
  text-align: center;
  margin-bottom: 6px;
}

.comparison-subtitle {
  font-size: 0.9rem;
  color: #777;
}

.comparison-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.comparison-table thead tr {
  background: transparent;
}

.comparison-th-empty {
  width: 18%;
  background: transparent;
  border-radius: 12px 0 0 0;
}

.comparison-th-sabonel {
  background: #d73c7e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 18px 12px;
  text-align: center;
  width: 27%;
}

.comparison-logo {
  width: 160px;
  height: auto;
  filter: brightness(0) invert(1);
  display: block;
  margin: 0 auto;
}

.comparison-th-other {
  background: #e8ecf5;
  color: #0d1535;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 18px 12px;
  text-align: center;
  width: 27%;
}

.comparison-th-other:last-child {
  border-radius: 0 12px 0 0;
}

.comparison-table tbody tr {
  border-bottom: 1px solid #e8e8e8;
}

.comparison-table tbody tr:last-child {
  border-bottom: none;
}

.comparison-row-label {
  background: #f0f0f0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #444;
  padding: 18px 16px;
}

.comparison-sabonel {
  background: #fdf0f6;
  text-align: center;
  padding: 18px 12px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #e75480;
}

.comparison-sabonel.good {
  color: #e75480;
}

.comparison-bad {
  text-align: center;
  padding: 18px 12px;
  font-size: 0.88rem;
  color: #888;
  background: #fff;
}

.comparison-neutral {
  text-align: center;
  padding: 18px 12px;
  font-size: 0.88rem;
  color: #888;
  background: #fff;
}

.comparison-note {
  text-align: center;
  margin-top: 20px;
  font-size: 0.78rem;
  color: #aaa;
}

/* ===== BUY SECTION ===== */
.buy {
  background: #fef0f6;
  padding: 64px 24px 88px;
}

.buy-card {
  max-width: 720px;
  margin: 32px auto 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(215, 60, 126, 0.12);
  padding: 36px 40px;
  text-align: center;
}

.buy-release-label {
  text-align: center;
}

.buy-campaign-title {
  text-align: center;
  margin-bottom: 32px;
}

.buy-left {
  flex: 0 0 46%;
  padding: 32px 28px 0;
  display: flex;
  flex-direction: column;
}

.buy-product-name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.buy-name-pink {
  color: var(--color-primary);
}

.buy-product-sub {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.15rem;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.buy-product-img {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.buy-product-img img {
  width: 85%;
  height: auto;
  display: block;
  transform: rotate(-12deg) translateY(-40px);
  transform-origin: bottom center;
  margin: 0 auto;
}

.buy-right {
  flex: 1;
  padding: 32px 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.buy-handwriting {
  width: 100%;
}

.buy-handwriting img {
  width: 100%;
  height: auto;
  display: block;
}

.buy-price-row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.buy-price-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.buy-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.buy-yen {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #ec5792;
  letter-spacing: -0.02em;
}

.buy-tax {
  font-size: 0.85rem;
  color: #555;
}

.buy-price-original {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  color: #999;
  text-decoration: line-through;
  text-decoration-color: #e53e6b;
  margin: 10px 0;
}

.buy-free-ship {
  display: inline-block;
  background: linear-gradient(to bottom, #ff80b9 0%, #ff529b 100%);
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 0;
  white-space: nowrap;
  margin-left: 12px;
  vertical-align: middle;
}

.buy-release-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #d73c7e;
  margin-bottom: 6px;
}

.buy-campaign-title {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.buy-deadline-badge {
  display: inline-block;
  background: #f5c518;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.buy-product-name2 {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #555;
  margin-bottom: 8px;
}

.buy-brand-name {
  font-weight: 700;
  color: #d73c7e;
}

.buy-price-strike {
  text-decoration: line-through;
  text-decoration-color: #d73c7e;
  color: #999;
}

.buy-variants {
  font-size: 0.88rem;
  color: #666;
  text-align: right;
}

.buy-main-row {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
  margin-bottom: 4px;
}

.buy-product-img-sm {
  width: 260px;
  flex-shrink: 0;
  object-fit: contain;
}

.buy-main-info {
  flex: 1;
}

.buy-gift-box {
  background: #fff0f6;
  border: 1px solid #f5c0d8;
  border-radius: 8px;
  padding: 14px 18px;
  margin-top: 20px;
  margin-bottom: 24px;
}

.buy-gift-main {
  font-size: 0.88rem;
  font-weight: 500;
  color: #d73c7e;
  line-height: 1.7;
}

.buy-gift-main i {
  margin-right: 4px;
}

.buy-gift-note {
  font-size: 0.75rem;
  color: #999;
  margin-top: 4px;
}

.buy-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.buy-checklist li {
  font-size: 0.88rem;
  color: #444;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.6;
}

.buy-checklist li i {
  color: #1a8c4e;
  font-size: 0.85rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.buy-cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-top: 24px;
}

.buy-cta-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  background: #F49E00;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 999px;
  transition: background 0.2s;
}

.buy-cta-link:hover {
  background: #D98C00;
}

.buy-amazon-logo {
  height: 28px;
  width: auto;
  display: block;
  margin: 0 auto 10px;
}

.buy-cta-link i {
  font-size: 0.8rem;
}

.buy-certs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.buy-cert-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #ccc;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #888;
  letter-spacing: 0.05em;
  min-width: 44px;
  min-height: 28px;
}

.buy-cert-badge.ce {
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}

.buy-amazon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 20px;
}

.buy-amazon img {
  height: 28px;
  width: auto;
}

.buy-footnote {
  font-size: 0.72rem;
  color: #aaa;
  line-height: 1.8;
  margin-top: 20px;
}

.set-contents-section {
  background: #fff;
  padding: 64px 24px;
}

.set-contents {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.set-contents-img {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.set-contents-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 32px;
}

.set-contents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.set-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.set-item-img-placeholder {
  width: 80px;
  height: 80px;
  background: #f5f5f5;
  border-radius: 8px;
}

.set-item p {
  font-size: 0.78rem;
  color: #555;
  line-height: 1.5;
  text-align: center;
}

.set-contents-note {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 20px;
}
.set-contents-sup {
  font-size: 0.65rem;
  vertical-align: super;
}

.set-contents-footnote {
  font-size: 0.75rem;
  color: #aaa;
  margin-top: 6px;
  line-height: 1.6;
}

.buy-notice {
  max-width: 1100px;
  margin: 16px auto 0;
  font-size: 0.75rem;
  color: #888;
  line-height: 1.8;
}

/* Buy tablet */
@media (max-width: 1024px) {
  .buy-right {
    padding: 28px 28px 32px;
  }

  .buy-yen {
    font-size: 1.9rem;
  }
}

/* Buy mobile */
@media (max-width: 768px) {
  .buy-card {
    flex-direction: column;
  }

  .buy-left {
    flex: none;
    padding: 28px 24px 0;
  }

  .buy-product-img {
    max-width: 300px;
    margin: 0 auto;
    overflow: visible;
  }

  .buy-product-img img {
    transform: none;
    width: 100%;
  }

  .buy-right {
    padding: 28px 24px 32px;
    gap: 16px;
  }

  .buy-yen {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .buy {
    padding: 48px 16px 64px;
  }

  .buy-card {
    padding: 24px 20px;
  }

  .buy-main-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .buy-product-img-sm {
    width: 180px;
  }

  .buy-main-info {
    width: 100%;
  }

  .buy-price-row {
    align-items: center;
  }

  .buy-price {
    justify-content: center;
  }

  .buy-variants {
    text-align: center;
  }

  .buy-free-ship {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 8px;
    padding: 10px;
  }
}

/* ===== SIZE GUIDE ===== */
.size-guide {
  background: #fff;
  padding: 72px 24px 80px;
  position: relative;
}

.size-guide::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  border-top: 32px solid #fef0f6;
}

.size-guide-inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.size-guide-head {
  text-align: center;
}

.size-guide-label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #d73c7e;
  margin-bottom: 10px;
}

.size-guide-headline {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  color: #1a1a1a;
}

.size-guide-note {
  background: #fff0f6;
  border-left: 3px solid #d73c7e;
  padding: 14px 18px;
  font-size: 0.88rem;
  color: #444;
  line-height: 1.8;
  border-radius: 0 8px 8px 0;
}

.size-table,
.size-weight-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.size-table th,
.size-table td,
.size-weight-table th,
.size-weight-table td {
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.size-table thead th,
.size-weight-table thead th {
  background: #0d1535;
  color: #fff;
  font-weight: 500;
}

.size-table td:first-child,
.size-weight-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: #555;
  background: #f9f9f9;
}

.size-table tbody tr:hover,
.size-weight-table tbody tr:hover {
  background: #fdf0f6;
}

.size-weight-title {
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  padding-top: 8px;
  border-top: 1px solid #eee;
}

.size-note {
  font-size: 0.78rem;
  color: #999;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .size-table th,
  .size-table td,
  .size-weight-table th,
  .size-weight-table td {
    padding: 10px 10px;
    font-size: 0.82rem;
  }
}

/* ===== VOICE SECTION ===== */
.voice {
  background: #fff;
  padding: 88px 24px;
}

.voice-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.voice-head {
  text-align: center;
  margin-bottom: 52px;
}

.voice-label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #d73c7e;
  margin-bottom: 12px;
}

.voice-headline {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.voice-subtitle {
  font-size: 0.88rem;
  color: #888;
}

.voice-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.voice-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.voice-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.voice-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #eee;
}

.voice-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.voice-card-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.voice-name {
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
}

.voice-meta-info {
  font-size: 0.78rem;
  color: #999;
}

.voice-text {
  font-size: 0.88rem;
  line-height: 1.9;
  color: #444;
  flex: 1;
}

.voice-monitor-tag {
  font-size: 0.75rem;
  color: #aaa;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 4px 10px;
  display: inline-block;
  align-self: flex-start;
}

.voice-disclaimer {
  text-align: right;
  font-size: 0.78rem;
  color: #888;
}

/* Voice tablet */
@media (max-width: 1024px) {
  .voice-title {
    font-size: 2rem;
  }
}

/* Voice mobile */
@media (max-width: 768px) {
  .voice {
    padding: 56px 16px 64px;
  }

  .voice-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }

  .voice-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ===== FAQ SECTION ===== */
.faq {
  background: #ffffff;
  padding: 80px 24px 96px;
}

.faq-inner {
  max-width: 720px;
  margin: 0 auto;
}

.faq-label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #d73c7e;
  text-align: center;
  margin-bottom: 10px;
}

.faq-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 48px;
  color: #1a1a1a;
}

.faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e8e8e8;
}

.faq-item {
  padding: 22px 0;
  border-bottom: 1px solid #e8e8e8;
}

.faq-question {
  font-size: 0.95rem;
  font-weight: 500;
  color: #1a1a1a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  user-select: none;
}

.faq-icon {
  color: #d73c7e;
  font-size: 0.85rem;
  flex-shrink: 0;
  margin-left: 12px;
}

.faq-answer {
  font-size: 0.88rem;
  line-height: 1.9;
  color: #666;
  display: none;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-icon i {
  transform: rotate(0deg);
}

.faq-question {
  cursor: pointer;
}

.faq-cta {
  text-align: center;
  margin-top: 52px;
}

.faq-cta-btn {
  display: inline-block;
  background: #F49E00;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 48px;
  border-radius: 999px;
  transition: background 0.2s;
}

.faq-cta-btn:hover {
  background: #D98C00;
}

@media (max-width: 768px) {
  .faq {
    padding: 60px 16px 72px;
  }

  .faq-item {
    padding: 18px 0;
  }
}

/* ===== INSTAGRAM SECTION ===== */
.instagram {
  background: #ffffff;
  padding: 72px 24px 96px;
}

.instagram-inner {
  max-width: 720px;
  margin: 0 auto;
}

.instagram-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #1a1a1a;
}

.instagram-card {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

/* Profile header */
.instagram-profile {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 24px 20px;
  position: relative;
}

.instagram-avatar-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(45deg, #fdf497, #fd5949, #d6249f, #285AEB);
  flex-shrink: 0;
}

.instagram-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #1c1c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  border: 2px solid #ffffff;
}

.instagram-profile-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.instagram-handle {
  font-size: 0.95rem;
  font-weight: 500;
  color: #1a1a1a;
}

.instagram-name {
  font-size: 0.85rem;
  color: #1a1a1a;
}

.instagram-meta {
  font-size: 0.8rem;
  color: #888;
  line-height: 1.4;
}

.instagram-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* Post grid */
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.instagram-post {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #e0e0e0;
}

.instagram-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .instagram {
    padding: 56px 16px 72px;
  }

  .instagram-title {
    margin-bottom: 36px;
  }

  .instagram-profile {
    padding: 18px 16px 16px;
    gap: 14px;
  }

  .instagram-avatar-wrap {
    width: 56px;
    height: 56px;
  }
}

/* ===== INSTAGRAM CTA SECTION ===== */
.instagram-section {
  background: #ffffff;
  padding: 0 24px 56px;
  text-align: center;
  margin-top: 0;
}

.instagram-section .instagram-inner {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #1a1a1a;
}

.instagram-link:hover .instagram-handle {
  text-decoration: underline;
}

.instagram-logo {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.instagram-handle {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.instagram-desc {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: #444;
  line-height: 1.9;
  margin: 0;
  text-align: center;
  font-weight: 500;
}

/* ===== CAUTION SECTION ===== */
.caution {
  background: #f9f9f9;
  padding: 64px 24px 80px;
}

.caution-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.caution-head {
  text-align: center;
}

.caution-label-top {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: var(--color-primary);
  margin: 0 0 8px;
}

.caution-headline {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-text);
  margin: 0;
}

.caution-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.caution-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.caution-card-title {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--color-text);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.caution-card-title i {
  color: var(--color-primary);
}

.caution-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.caution-list li {
  font-size: 0.72rem;
  line-height: 1.3;
  color: #555;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.caution-list li::before {
  content: "・";
  color: var(--color-primary);
}

.caution-bracket {
  font-weight: 500;
}

.caution-safety {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 32px;
}

.caution-safety-title {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--color-text);
  margin: 0 0 16px;
}

.caution-safety-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.caution-safety-list li {
  font-size: 0.72rem;
  line-height: 1.3;
  color: #555;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.caution-safety-list li::before {
  content: "・";
  color: #c00;
}

@media (max-width: 768px) {
  .caution {
    padding: 48px 16px 64px;
  }

  .caution-headline {
    font-size: 1.25rem;
  }

  .caution-grid {
    grid-template-columns: 1fr;
  }

  .caution-safety-list {
    grid-template-columns: 1fr;
  }
}

/* ===== FOOTER ===== */
.footer {
  background: #3d4b63;
  padding: 40px 24px 160px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-logo {
  display: flex;
  justify-content: center;
}

.footer-logo img {
  height: 24px;
  width: auto;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #9aa4b5;
}

.footer-nav a {
  color: #9aa4b5;
  text-decoration: none;
}

.footer-nav a:hover {
  color: #ffffff;
}

.footer-nav span {
  color: #9aa4b5;
}

@media (max-width: 768px) {
  .footer-nav {
    font-size: 0.72rem;
    gap: 6px;
  }
}

/* ===== FIXED MOBILE CTA ===== */
/* ===== FIXED PC BOTTOM BAR ===== */
.fixed-pc-bar {
  display: none;
}

@media (min-width: 769px) {
  .fixed-pc-bar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fce4ef;
    backdrop-filter: blur(8px);
    overflow: visible;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }

  .fixed-pc-bar.visible {
    transform: translateY(0);
    opacity: 1;
  }

  .fixed-pc-bar-img {
    height: 110px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
    align-self: flex-end;
    margin-bottom: -8px;
    transform: translateY(-16px);
  }

  .fixed-pc-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }

  .fixed-pc-bar-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .fixed-pc-bar-badge {
    display: inline-block;
    background: #f5c518;
    color: #1a1a1a;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 4px 12px;
    border-radius: 999px;
    white-space: nowrap;
  }

  .fixed-pc-bar-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }

  .fixed-pc-bar-amount {
    font-size: 1.8rem;
    font-weight: 700;
    color: #d73c7e;
    line-height: 1;
  }

  .fixed-pc-bar-tax {
    font-size: 0.85rem;
    color: #555555;
    white-space: nowrap;
  }

  .fixed-pc-bar-note {
    font-size: 0.78rem;
    color: #777777;
    white-space: nowrap;
  }

  .fixed-pc-bar-cta {
    display: inline-block;
    flex-shrink: 0;
    background: #F49E00;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 14px 36px;
    border-radius: 999px;
    white-space: nowrap;
    transition: background 0.2s;
    animation: yureru-j 2s infinite;
    position: relative;
    overflow: hidden;
  }

  .fixed-pc-bar-cta::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -75%;
    width: 50%;
    height: 200%;
    background: linear-gradient(
      120deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.45) 50%,
      rgba(255,255,255,0) 100%
    );
    transform: skewX(-20deg);
    animation: kira 3s 1.5s infinite;
  }

  .fixed-pc-bar-cta:hover {
    background: #D98C00;
    animation: none;
  }

}

@keyframes kira {
  0%   { left: -75%; }
  30%  { left: 130%; }
  100% { left: 130%; }
}

@keyframes yureru-j {
  0%   { transform: translate(0px,  2px); }
  5%   { transform: translate(0px, -2px); }
  10%  { transform: translate(0px,  2px); }
  15%  { transform: translate(0px, -2px); }
  20%  { transform: translate(0px,  2px); }
  25%  { transform: translate(0px, -2px); }
  30%  { transform: translate(0px,  0px); }
  100% { transform: translate(0px,  0px); }
}

.fixed-cta {
  display: none;
}

@media (max-width: 768px) {
  .fixed-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    padding: 10px 16px;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }

  .fixed-cta.visible {
    transform: translateY(0);
    opacity: 1;
  }

  .fixed-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px;
    background: #F49E00;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    letter-spacing: 0.05em;
    position: relative;
    overflow: hidden;
    animation: yureru-j 2s infinite;
  }

  .fixed-cta a::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -75%;
    width: 50%;
    height: 200%;
    background: linear-gradient(
      120deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.45) 50%,
      rgba(255,255,255,0) 100%
    );
    transform: skewX(-20deg);
    animation: kira 3s 1.5s infinite;
  }

  .fixed-cta a i {
    font-size: 0.8rem;
  }

  /* footerが隠れないように下部に余白 */
  .footer {
    padding-bottom: 80px;
  }
}
