html {
  overflow-x: hidden;
}

body {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #3D3225;
  line-height: 1.8;
  background: #FFFDF8;
  overflow-x: hidden;
}

.page-wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

/* ==========================================
   UTILITY
   ========================================== */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-inner {
  max-width: 1300px;
  margin: 0 auto;
}

.font-num {
  font-family: 'Baloo 2', cursive;
}

.font-en {
  font-family: 'Rowdies', cursive;
}

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

.mt-16 {
  margin-top: 16px;
  font-size: 18px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 90px;
}

.mt-48 {
  margin-top: 48px;
}

.relative-z2 {
  position: relative;
  z-index: 2;
}

.sp-br {
  display: none;
}

.pc-br {
  display: inline;
}

.pink {
  color: #FF85B7;
}

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

.effect-item-illust img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.strength-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-amount-unit {
  font-size: 28px;
}

.price-amount-tax {
  font-size: 16px;
  font-weight: 500;
}

.tokuten-header {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  width: 100%;
  margin-bottom: 16px;
}

.message-text-cont {
  margin-top: 0;
}

.contact-sub {
  font-size: 15px;
}

.contact-notice {
  font-size: 14px;
  color: #fff21d;
  margin-top: 4px;
}

.privacy-link {
  color: #FF85B7;
  text-decoration: underline;
}

.footer-inner {
  text-align: center;
}

.footer-logo-wrap {
  margin-bottom: 16px;
}

.footer-logo-img {
  margin: 0 auto;
}

.footer-produced {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 32px;
}

/* ==========================================
   SECTION BACKGROUND - ROUNDED TOP CORNERS (elliptical)
   ========================================== */
.section-bg-cream,
.section-bg-pink,
.section-bg-yellow,
.section-bg-green {
  position: relative;
  border-radius: 80px 80px 0 0;
  margin-top: -40px;
}

.section-bg-cream {
  background: #FFF9F2;
}

.section-bg-pink {
  background: #ff6ba1;
}

.section-bg-yellow {
  background: #FFF9C4;
}

.section-bg-green {
  background: #E8F5CB;
}

.sec-service {
  border-radius: 80px 80px 0 0;
  margin-top: -40px;
}

/* ==========================================
   SECTION TITLE
   ========================================== */
.section-label {
  font-family: 'Rowdies', cursive;
  font-size: 14px;
  font-weight: 400;
  color: #FF85B7;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sec-contact .section-label {
  color: #fcdeeb;
}

.section-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
  color: #3D3225;
}

.sec-contact .section-title {
  color: #ffffff;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 42px;
  }
}

/* ==========================================
   HEADER
   ========================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 12px 20px;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  flex-shrink: 0;
}

.header-logo-img {
  height: 56px;
  width: auto;
}

.header-logo-sub {
  font-size: 10px;
  color: #9B8E82;
  display: block;
  margin-top: 1px;
}

.header-nav-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 9999px;
  padding: 12px 38px 12px 54px;
  gap: 28px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-left: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header-nav a {
  font-size: 16px;
  font-weight: 800;
  color: #3D3225;
  transition: color 0.3s;
  white-space: nowrap;
  position: relative;
}

.header-nav a::after {
  content: '';
  margin: auto;
  position: absolute;
  z-index: 1;
  inset: -10px -22px;
  background: lch(71 51.4 355.48 / 0.1);
  border-radius: 99.9rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header-nav a:nth-child(3)::after {
  inset: -10px -20px;
}

.header-nav a:hover {
  color: #FF85B7;
}

.header-nav a:hover::after {
  opacity: 1;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #FF85B7, #FF6BA1);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  padding: 10px 24px;
  border-radius: 9999px;
  white-space: nowrap;
  transition: transform 0.2s, box-shadow 0.2s;
}

.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(255, 133, 183, 0.4);
}

.header-cta i {
  font-size: 14px;
}

/* SP Hamburger Button */
.sp-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  z-index: 1100;
}

.sp-hamburger span {
  display: block;
  width: 100%;
  height: 2.5px;
  background: #3D3225;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

.sp-hamburger.is-open span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.sp-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.sp-hamburger.is-open span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* SP Navigation Overlay */
.sp-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background 0.5s ease;
}

.sp-nav-overlay.is-open {
  background: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}

.sp-nav-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background: #ff6ba1;
  padding: 90px 0 40px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.5s ease;
}

.sp-nav-overlay.is-open .sp-nav-panel {
  transform: translateX(0);
}

.sp-nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-nav-close::before,
.sp-nav-close::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2.5px;
  background: #fff;
  border-radius: 2px;
}

.sp-nav-close::before {
  transform: rotate(45deg);
}

.sp-nav-close::after {
  transform: rotate(-45deg);
}

.sp-nav-list {
  display: flex;
  flex-direction: column;
}

.sp-nav-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.3s;
}

.sp-nav-list a::after {
  content: '>';
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.sp-nav-list a:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 960px) {
  .header-nav-wrap {
    display: none;
  }

  .header {
    background: rgba(255, 253, 248, 0.95);
    backdrop-filter: blur(8px);
  }

  .header-logo-img {
    height: 34px;
  }

  .sp-hamburger {
    display: flex;
  }
}

/* ==========================================
   MAIN VISUAL (FV) - 2 COLUMN (mv.jpg reference)
   ========================================== */
.fv {
  position: relative;
  padding: 120px 0 80px;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.fv-bg-shape {
  position: absolute;
  top: -10%;
  right: -15%;
  width: 65%;
  height: 120%;
  background: linear-gradient(160deg, #FCDEEB 0%, #FF85B7 100%);
  border-radius: 0 0 0 40%;
  z-index: 0;
  opacity: 0.7;
}

.fv-bg-dots {
  position: absolute;
  top: 20%;
  left: 5%;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(#FFFA5A 2px, transparent 2px);
  background-size: 16px 16px;
  z-index: 0;
  opacity: 0.5;
}

.fv-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.fv-tag {
  display: inline-block;
  background: #FFFA5A;
  color: #3D3225;
  font-size: 18px;
  font-weight: 900;
  padding: 6px 18px;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.fv-title {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.5;
  color: #3D3225;
}

.fv-title .highlight {
  color: #FF85B7;
  position: relative;
}

.fv-title .highlight::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(255, 250, 90, 0.5);
  z-index: -1;
}

.fv-right {
  position: relative;
  overflow: visible;
}

.fv-macbook-img {
  width: 220%;
  max-width: none;
  filter: drop-shadow(0 12px 40px rgba(0, 0, 0, 0.15));
  position: relative;
  right: 20%;
}

.fv-title-area {
  position: relative;
  margin-top: 8px;
}

.fv-hukidasi {
  position: absolute;
  left: -130px;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  height: auto;
  z-index: 3;
}

.fv-title-area .fv-title {
  padding-left: 0;
}

.fv-sub {
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  color: #3D3225;
  margin-top: 16px;
}

.fv-emphasis {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #3D3225;
  margin-top: 28px;
}

.fv-cta-area {
  margin-top: 28px;
}

/* FV CTA Button - Pulse Animation (palette33.jp reference) */
.btn-fv-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #3c3225;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  padding: 18px 40px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: background 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

/* FV shimmer button (separate from .btn-fv-cta) */
.btn-fv-shimmer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #ff85b7, #ff74ad);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  padding: 18px 40px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  animation: btnPulse 0.5s ease infinite alternate;
  transition: box-shadow 0.3s;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-fv-shimmer i {
  font-size: 20px;
}

.btn-fv-shimmer::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: btnShimmer 2s ease infinite;
}

.btn-fv-shimmer:hover {
  box-shadow: 0 8px 32px rgba(255, 133, 183, 0.5);
}

.btn-fv-cta i {
  font-size: 20px;
}

.btn-fv-cta:hover {
  background: #fff;
  color: #3c3225;
  box-shadow: 0 8px 32px rgba(60, 50, 37, 0.2);
}

@keyframes btnPulse {
  from {
    transform: scale(0.95);
  }

  to {
    transform: scale(1);
  }
}

@keyframes btnShimmer {
  0% {
    left: -100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

/* CTA secondary (pink) */
.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ff70a6;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  padding: 18px 40px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: background 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-cta-secondary:hover {
  background: #fff;
  color: #ff70a6;
  box-shadow: 0 8px 32px rgba(255, 112, 166, 0.3);
}

.btn-cta-secondary i {
  font-size: 20px;
}

/* PC: hide SP macbook */
.fv-sp-macbook {
  display: none;
}

@media (max-width: 768px) {
  .fv {
    padding: 100px 0 60px;
    min-height: auto;
  }

  .fv-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .fv-title {
    font-size: 23px;
  }

  .fv-bg-shape {
    width: 100%;
  }

  .btn-fv-cta,
  .btn-cta-secondary,
  .btn-fv-shimmer {
    font-size: 20px;
    padding: 16px 32px;
  }

  .fv-tag {
    font-size: 12px;
    text-align: center;
    display: block;
    letter-spacing: 1.3px;
  }

  .fv-title-area {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .fv-hukidasi {
    position: static;
    transform: none;
    width: auto;
    flex: 0 0 24%;
    max-width: 24%;
    height: auto;
  }

  .fv-title-area .fv-title {
    flex: 1;
  }

  .fv-emphasis {
    font-size: 15px;
    text-align: center;
  }

  .fv-sub {
    text-align: center;
  }

  .fv-bg-shape {
    top: 0;
    bottom: 0;
    right: -24%;
    height: 57%;
    border-radius: 0 0 0 60%;
  }

  .fv-cta-area {
    text-align: center;
  }

  .fv-right {
    display: none;
  }

  .fv-sp-macbook {
    display: block;
    margin-top: 16px;
  }

  .fv-sp-macbook .fv-macbook-img {
    width: 100%;
    max-width: 100%;
    right: auto;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.12));
  }
}

@media (min-width: 769px) {
  .fv-title {
    font-size: 44px;
  }
}

/* ==========================================
   LOGO BELT - MARQUEE SCROLL (tetetoco.jp u-clapScroll reference)
   ========================================== */
.logo-belt {
  padding: 48px 0 110px 0;
  background: #fff;
  overflow: hidden;
}

.logo-belt-title {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  color: #3D3225;
  margin-bottom: 8px;
}

.logo-belt-title .num {
  font-family: 'Baloo 2', cursive;
  font-size: 47px;
  color: #FF85B7;
}

.logo-belt-sub {
  text-align: center;
  font-size: 13px;
  color: #9B8E82;
  margin-bottom: 46px;
}

.logo-belt-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 35s linear infinite;
  pointer-events: none;
}

.logo-belt-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  height: 45px;
}

.logo-belt-item img {
  height: 32px;
  width: auto;
  object-fit: contain;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ==========================================
   PROBLEM SECTION (jandi / image-577 style cards)
   ========================================== */
.sec-problem {
  padding: 80px 0 160px;
  position: relative;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 80px;
}

.problem-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.problem-card-header {
  background: linear-gradient(135deg, #8FC31F, #6BA513);
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-family: 'Baloo 2', cursive;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.problem-card-body {
  padding: 24px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.problem-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.problem-card-icon img {
  width: 180px;
  height: auto;
}

.problem-card-title {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  color: #3D3225;
  margin-top: 12px;
  margin-bottom: 18px;
}

.problem-card-title .pink-text {
  color: #FF85B7;
}

.problem-card:nth-child(2) .problem-card-icon img {
  width: 180px;
  padding-top: 10px;
}

.problem-card:nth-child(3) .problem-card-icon img {
  width: 176px;
  padding-top: 6px;
}

.problem-card:nth-child(4) .problem-card-icon img {
  width: 212px;
  padding-top: 13px;
}

.problem-card-speech {
  background: #FFF9F2;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 13px;
  color: #6B5E52;
  line-height: 1.9;
  text-align: left;
  position: relative;
  width: 100%;
}

.problem-card-speech::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFF9F2;
}

@media (max-width: 960px) {
  .problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .problem-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================
   SERVICE SECTION - DYNAMIC TITLE + Macbook
   ========================================== */
.sec-service {
  padding: 130px 0 160px;
  position: relative;
  background: #ff6ba1;
}

.service-title-area {
  text-align: center;
  position: relative;
  z-index: 2;
}

.service-title-area .section-label,
.service-title-area .service-title-main {
  position: relative;
  z-index: 2;
  top: -40px;
}

.sec-service .section-label {
  color: #fffa5a;
  position: relative;
  top: -60px;
}

.service-title-main {
  font-size: 34px;
  font-weight: 900;
  color: #3D3225;
  line-height: 1.4;
}

.service-title-main .pink {
  color: #fffa5a;
}

.service-title-deco {
  font-family: 'Rowdies', cursive;
  font-size: 80px;
  font-weight: 700;
  color: rgb(255 255 245 / 25%);
  text-align: center;
  display: block;
  white-space: nowrap;
  pointer-events: none;
  position: relative;
  z-index: 0;
  margin-bottom: -40px;
}

.service-desc {
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  max-width: 800px;
  margin: 24px auto 0;
}

.sec-service .section-title {
  color: #fff;
}

.sec-effect .section-title .font-num,
.sec-strength .section-title .font-num {
  font-family: 'Borel', cursive;
  font-size: 70px;
}

.sec-contact p {
  color: #e4e4e4;
}

.service-macbook {
  max-width: 680px;
  margin: 40px auto 0;
  position: relative;
}

.service-macbook img {
  width: 100%;
  border-radius: 8px;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 48px;
}

.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 44px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.service-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FFF9F2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #FF85B7;
  margin: 0 auto 12px;
}

.service-card-img {
  width: 100%;
  height: 230px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 26px;
  background: #EAEDEF;
}

.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #9B8E82;
}

.service-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #ff6ba1;
  line-height: 1.4;
}

.service-card-text {
  font-size: 15px;
  color: #6B5E52;
  margin-top: 10px;
  line-height: 1.7;
  padding: 0 16px;
  text-align: left;
}

@media (min-width: 769px) {
  .service-title-main {
    font-size: 44px;
  }

  .service-title-deco {
    font-size: 100px;
    display: block;
  }
}

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

  .service-title-main {
    font-size: 30px;
  }
}

/* ==========================================
   EFFECT SECTION (desknets/phytorich style - POINT + alternating 2col)
   ========================================== */
.sec-effect {
  padding: 80px 0 160px;
  position: relative;
}

.effect-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.effect-item {
  background: #FAFAFA;
  border-radius: 0;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.effect-item:nth-child(even) .effect-item-text {
  order: 2;
}

.effect-item:nth-child(even) .effect-item-visual {
  order: 1;
}

.effect-item-label {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 12px;
}

.effect-item-label-point {
  font-family: 'Rowdies', cursive;
  font-size: 13px;
  font-weight: 400;
  color: #FF85B7;
  letter-spacing: 0.05em;
}

.effect-item-label-num {
  font-family: 'Baloo 2', cursive;
  font-size: 48px;
  font-weight: 800;
  color: #FF85B7;
  line-height: 1;
}

.effect-item-title {
  font-size: 28px;
  font-weight: 900;
  color: #3D3225;
  line-height: 1.4;
  margin-bottom: 16px;
}

.effect-item-desc {
  font-size: 15px;
  color: #6B5E52;
  line-height: 1.8;
}

.effect-item-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.effect-item-illust {
  width: 100%;
  height: 260px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  overflow: hidden;
}

.effect-box {
  background: #fff;
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin-top: 50px;
}

@media (max-width: 768px) {
  .effect-item {
    grid-template-columns: 1fr;
    padding: 28px 20px;
  }

  .effect-item:nth-child(even) .effect-item-text {
    order: 1;
  }

  .effect-item:nth-child(even) .effect-item-visual {
    order: 2;
  }

  .effect-item-label-num {
    font-size: 36px;
  }
}

/* ==========================================
   STRENGTH SECTION
   ========================================== */
.sec-strength {
  padding: 80px 0 210px;
  position: relative;
  background: #FFFA5A;
  border-radius: 80px 80px 0 0;
  margin-top: -40px;
}

.sec-strength::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../img/dot2.png') repeat;
  pointer-events: none;
  z-index: 1;
  border-radius: 80px 80px 0 0;
}

.strength-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 40px;
}

.strength-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  position: relative;
}

.strength-card::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: #f3ee45;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
}

.strength-card:nth-child(odd)::before {
  left: -310px;
}

.strength-card:nth-child(even)::before {
  left: 70%;
}

.strength-card:nth-child(even) .strength-card-img {
  order: 2;
}

.strength-card:nth-child(even) .strength-card-body {
  order: 1;
}

.strength-card-img {
  position: relative;
  z-index: 1;
  min-height: auto;
  background: #fff;
  border-radius: 50%;
  width: 420px;
  height: 420px;
  overflow: hidden;
  margin: 0 auto;
  flex-shrink: 0;
}

.strength-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.strength-card-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #9B8E82;
}

.strength-card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.strength-card-num {
  font-family: 'Baloo 2', cursive;
  font-size: 48px;
  font-weight: 800;
  color: #fe7eb1;
  line-height: 1;
}

.strength-card-title {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.4;
  background: #ff6ba1;
  padding: 8px 24px 12px;
  display: inline-block;
  margin-top: 8px;
}

.strength-card-text {
  font-size: 18px;
  color: #6B5E52;
  margin-top: 12px;
  line-height: 1.9;
}

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

  .strength-card:nth-child(even) .strength-card-img {
    order: 1;
  }

  .strength-card:nth-child(even) .strength-card-body {
    order: 2;
  }

  .strength-card-img {
    width: 320px;
    height: 320px;
  }
}

/* ==========================================
   CTA BAND
   ========================================== */
.cta-band {
  padding: 124px 20px;
  background: linear-gradient(rgba(255, 133, 183, 0.92), rgba(255, 107, 161, 0.92)), url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1400&h=400&fit=crop') center/cover;
  text-align: center;
  position: relative;
}

.cta-band-title {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.5;
}

.cta-band-sub {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin-top: 12px;
}

.cta-band .btn-fv-cta {
  margin-top: 28px;
  background: linear-gradient(135deg, #FFFA5A, #F5E636);
  color: #3D3225;
  box-shadow: 0 6px 24px rgba(255, 250, 90, 0.5);
  overflow: hidden;
}

.cta-band .btn-fv-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: btnShimmer 2s ease infinite;
}

.cta-band .btn-fv-cta:hover {
  background: #fff;
  color: #3D3225;
}

/* ==========================================
   PRICE SECTION
   ========================================== */
.sec-price {
  padding: 80px 0 100px;
  position: relative;
}

.price-box {
  background: #fff;
  border-radius: 24px;
  padding: 48px 40px;
  max-width: 1000px;
  margin: 40px auto 70px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.price-sub {
  font-size: 14px;
  color: #9B8E82;
  margin-bottom: 4px;
}

.price-amount {
  font-size: 20px;
  font-weight: 900;
  color: #FF85B7;
  margin-top: 8px;
}

.price-amount .big {
  font-family: 'Baloo 2', cursive;
  font-size: 100px;
  line-height: 1;
}

.price-desc {
  font-size: 14px;
  color: #6B5E52;
  margin-top: 12px;
}

/* Tokuten box */
.tokuten-box {
  margin-top: 32px;
  background: linear-gradient(135deg, rgb(255 133 183 / 10%), rgb(255 133 183 / 43%));
  border-radius: 16px;
  padding: 28px;
  text-align: center;
}

.tokuten-label {
  font-family: 'Rowdies', cursive;
  font-size: 11px;
  letter-spacing: 2px;
  color: #9B8E82;
  text-align: center;
  margin-bottom: 4px;
}

.tokuten-title {
  font-size: 20px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 0;
}

.tokuten-title .num {
  font-family: 'Baloo 2', cursive;
}

.tokuten-content {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  margin-top: 16px;
}

.tokuten-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #FFF9F2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #FF85B7;
  flex-shrink: 0;
}

.tokuten-text {
  font-size: 18px;
  line-height: 1.9;
  color: #3D3225;
  padding: 10px 50px;
}

.tokuten-text .note {
  font-size: 12px;
  color: #9B8E82;
  margin-top: 8px;
}

.youtube-embed {
  max-width: 780px;
  margin: 2px auto 0;
  position: relative;
  z-index: 2;
}

.youtube-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
}

.youtube-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ==========================================
   CHARACTER BALLOON (max-width 1200-1300px, outside content)
   ========================================== */
.chara-balloon-area {
  max-width: 1300px;
  margin: 0 auto;
  padding: 64px 20px;
  position: relative;
  z-index: 2;
}

.chara-balloon {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.chara-balloon.right {
  flex-direction: row-reverse;
}

.chara-img {
  flex-shrink: 0;
  width: 80px;
  height: auto;
  overflow: hidden;
}

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

.chara-speech {
  background: #fff;
  border-radius: 20px;
  padding: 20px 28px;
  font-size: 15px;
  line-height: 1.8;
  color: #3D3225;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  position: relative;
  max-width: 600px;
}

.chara-balloon:not(.right) .chara-speech::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 24px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #fff;
}

.chara-balloon.right .chara-speech::before {
  content: '';
  position: absolute;
  right: -10px;
  top: 24px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #fff;
}

@media (max-width: 768px) {
  .chara-balloon-area {
    max-width: 100%;
  }

  .chara-img {
    width: 60px;
    height: auto;
  }
}

/* ==========================================
   MESSAGE SECTION
   ========================================== */
.sec-message {
  padding: 80px 0 100px;
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

.message-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.message-photo {
  width: 100%;
  max-width: 1000px;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  background: #EAEDEF;
}

.message-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.message-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #9B8E82;
  text-align: center;
  padding: 12px;
}

.message-body {
  text-align: center;
  margin-top: 32px;
}

.message-role {
  font-size: 14px;
  color: #6B5E52;
  margin-bottom: 4px;
}

.message-name {
  font-size: 22px;
  font-weight: 900;
}

.message-name .ruby {
  font-size: 13px;
  font-weight: 400;
  color: #6B5E52;
  margin-left: 4px;
}

.message-text {
  font-size: 14px;
  line-height: 2;
  margin-top: 16px;
  color: #3D3225;
  width: 800px;
  max-width: 100%;
  text-align: left;
}

.message-quote {
  background: #ff6ba1;
  font-size: 18px;
  color: #fff;
  border-radius: 12px;
  padding: 54px 28px;
  line-height: 2;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}

.quote-photos {
  position: relative;
  margin-top: 24px;
}

.quote-photo {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
}

.quote-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-photo-1 {
  width: 80px;
  height: 80px;
  left: -120px;
  top: -20px;
}

.quote-photo-2 {
  width: 180px;
  height: 180px;
  left: -290px;
  bottom: 10px;
}

.quote-photo-3 {
  width: 80px;
  height: 80px;
  right: -130px;
  top: -85px;
}

.quote-photo-4 {
  width: 230px;
  height: 230px;
  right: -300px;
  top: 100px;
}

@media (max-width: 768px) {
  .message-photo {
    width: 100%;
  }

  .message-body {
    text-align: center;
  }

  .message-text {
    width: 100%;
    font-size: 13px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .message-quote {
    font-size: 15px;
    padding: 32px 18px;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1.9;
  }

  .message-quote br {
    display: none;
  }

  .quote-photo {
    display: none;
  }
}

/* ==========================================
   FAQ SECTION
   ========================================== */
.sec-faq {
  padding: 80px 0 160px;
  position: relative;
}

.faq-list {
  max-width: 1000px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.faq-q {
  padding: 30px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  color: #3D3225;
  transition: background 0.3s;
}

.faq-q:hover {
  background: transparent;
}

.faq-q-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FF85B7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Baloo 2', cursive;
  font-size: 18px;
  font-weight: 800;
}

.faq-q-text {
  flex: 1;
}

.faq-q-toggle {
  flex-shrink: 0;
  font-size: 14px;
  color: #9B8E82;
  transition: transform 0.3s;
}

.faq-item.is-open .faq-q-toggle {
  transform: rotate(180deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-a-inner {
  padding: 16px 48px 20px 76px;
  font-size: 15px;
  color: #6B5E52;
  line-height: 1.8;
  background: #fafafa;
}

/* ==========================================
   CONTACT SECTION
   ========================================== */
.sec-contact {
  padding: 80px 0 160px;
  position: relative;
}

.contact-form {
  max-width: 940px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 8px;
}

.form-label .required {
  font-size: 11px;
  background: #FF85B7;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #EAEDEF;
  border-radius: 12px;
  font-size: 16px;
  font-family: inherit;
  color: #3D3225;
  transition: border-color 0.3s;
  background: #FAFAFA;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: #FF85B7;
  background: #fff;
}

.form-textarea {
  min-height: 140px;
  resize: vertical;
}

.form-textarea-counter {
  text-align: right;
  font-size: 12px;
  color: #9B8E82;
  margin-top: 4px;
}

.form-radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  cursor: pointer;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #6B5E52;
  margin-top: 16px;
  justify-content: center;
}

.form-check input {
  margin-top: 4px;
}

.form-submit {
  /*display: flex;*/
  justify-content: center;
  margin-top: 28px;
}

.form-submit .btn-fv-cta {
  animation: none;
  font-size: 20px;
  margin: 0 auto;
  display: block;
}

.form-submit .btn-fv-cta:hover {
  animation: btnPulse 0.5s ease infinite alternate;
}

/* ==========================================
   FOOTER
   ========================================== */
.footer {
  background: #353535;
  color: #fff;
  padding: 48px 0 24px;
  position: relative;
  z-index: 2;
}

.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.footer-bottom {
  border-top: 1px solid #555;
  padding-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 11px;
  color: #999;
  flex-wrap: wrap;
}

.footer-bottom span {
  display: block;
}

.footer-bottom a {
  color: #999;
  transition: color 0.3s;
}

.footer-bottom a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

/* ==========================================
   SP FIXED CTA
   ========================================== */
.sp-fixed-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 16px;
  background: rgba(255, 253, 248, 0.95);
  backdrop-filter: blur(8px);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
  z-index: 999;
  text-align: center;
}

.sp-fixed-cta .btn-fv-cta {
  width: 100%;
  max-width: 400px;
  font-size: 18px;
  padding: 14px 24px;
}

@media (max-width: 768px) {
  .sp-fixed-cta {
    display: block;
    background: rgba(255, 255, 255, 0.95);
  }

  .sp-fixed-cta .btn-fv-cta {
    background: #ff6ba1;
    color: #fff;
  }

  .sp-fixed-cta .btn-fv-cta:hover {
    background: #ff6ba1;
    color: #fff;
  }

  body {
    padding-bottom: 80px;
  }
}

/* ==========================================
   SCROLL FADE-IN ANIMATION
   ========================================== */
.fadein {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  translate: 0 13%;
}

.fadein.is-active {
  opacity: 1;
  translate: 0;
  transition:
    opacity 1.8s var(--ease-out-cubic),
    translate 1.8s var(--ease-out-quint);
}

.fadein-delay-1 {
  transition-delay: 0.15s;
}

.fadein-delay-2 {
  transition-delay: 0.3s;
}

.fadein-delay-3 {
  transition-delay: 0.45s;
}

/* ==========================================
   CHARACTER BOUNCE ANIMATION
   ========================================== */
.chara-img {
  animation: charaBounce 2s ease-in-out infinite;
}

@keyframes charaBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* ==========================================
   MESSAGE QUOTE BACKGROUND IMAGE
   ========================================== */
.message-quote {
  position: relative;
  overflow: hidden;
}

.message-quote::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../img/message-quote.jpg') center/cover;
  opacity: 0.1;
  z-index: 0;
}

.message-quote>* {
  position: relative;
  z-index: 1;
}

/* ==========================================
   SP OVERRIDES
   ========================================== */
@media (max-width: 768px) {

  .section-bg-cream,
  .section-bg-pink,
  .section-bg-yellow,
  .section-bg-green {
    border-radius: 40px 40px 0 0;
  }

  .sec-problem {
    padding: 60px 0 120px;
  }

  .problem-grid {
    max-width: 400px;
  }

  .sec-service {
    padding: 60px 0 120px;
    border-radius: 40px 40px 0 0;
  }

  .service-macbook img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .service-card {
    padding: 28px 20px;
    border-radius: 12px;
  }

  .service-card-img {
    height: auto;
    border-radius: 0;
  }

  .mt-40 {
    margin-top: 70px;
  }

  .effect-box {
    padding: 20px;
    margin-top: 10px;
  }

  .effect-item {
    padding: 28px 24px;
  }

  .effect-item-illust {
    height: auto;
    border-radius: 8px;
  }

  .sec-strength {
    border-radius: 40px 40px 0 0;
    padding: 80px 0 80px;
    overflow: hidden;
  }

  .strength-card::before {
    display: none;
  }

  .sec-strength .chara-balloon-area {
    padding: 24px 20px;
  }

  .sec-strength .section-title .sp-br {
    display: inline;
  }

  .strength-card-title {
    font-size: 24px;
    text-align: center;
  }

  .strength-card-text {
    margin-bottom: 30px;
  }

  .cta-band-title {
    font-size: 32px;
  }

  .price-box {
    padding: 48px 22px;
  }

  .tokuten-box {
    border-radius: 5px;
  }

  .tokuten-text {
    font-size: 13px;
    padding: 10px 10px;
  }

  .tokuten-header {
    flex-direction: column;
    gap: 10px;
  }

  .tokuten-icon {
    width: 62px;
    height: 62px;
    font-size: 24px;
    margin-top: 10px;
  }

  .youtube-responsive {
    border-radius: 0;
  }

  .logo-belt {
    padding: 48px 0 90px 0;
  }

  .logo-belt-title {
    font-size: 22px;
  }

  .logo-belt-title .sp-br {
    display: inline;
  }

  .logo-belt-item {
    padding: 0 18px;
  }

  .logo-belt-item img {
    height: 23px;
  }

  .sec-problem .section-title .sp-br {
    display: inline;
  }

  .pink-text {
    font-size: 20px;
  }

  .problem-card-title .sp-br {
    display: inline;
  }

  .sec-strength .section-title .font-num {
    margin-top: 6px;
    display: inline-block;
  }

  .message-quote {
    padding: 32px 30px;
    line-height: 2.4;
  }

  .sec-faq {
    padding: 80px 0 140px;
  }

  .faq-q {
    padding: 24px 24px;
    font-size: 16px;
  }

  .contact-sub .sp-br {
    display: inline;
  }

  .service-desc .sp-br {
    display: inline;
  }

  .price-desc .sp-br {
    display: inline;
  }

  .contact-notice {
    font-size: 11px;
    margin-top: 24px;
    text-align: left;
    padding: 0 20px;
  }

  .sec-contact {
    padding: 80px 0 80px;
  }

  .sec-contact .chara-balloon-area {
    padding: 44px 20px;
  }

  .contact-form {
    padding: 30px;
    border-radius: 12px;
  }

  .form-input,
  .form-textarea,
  .form-select {
    border-radius: 5px;
  }

  .faq-a-inner {
    font-size: 13px;
  }

  .footer-logo-img {
    height: 48px;
  }

  .effect-item-title {
    font-size: 22px;
  }

  .price-amount .big {
    font-size: 70px;
  }

  .sec-effect .section-title .sp-br {
    display: inline;
  }

  .sec-effect .section-title .sp-br-mt {
    margin-top: 13px;
    display: inline-block;
  }

  .cta-band-title .sp-br {
    display: inline;
  }

  .strength-card-text {
    margin-bottom: 30px;
    padding: 2px 10px;
  }

  .tokuten-text br {
    display: none;
  }

  .service-card-title .sp-br {
    display: inline;
  }

  .service-desc .sp-br-v2 {
    display: inline;
  }

  .sec-contact .section-title .sp-br {
    display: inline;
  }

  .section-title {
    font-size: 28px;
  }

  .sec-effect {
    padding: 70px 0 140px;
  }

  .cta-band {
    padding: 94px 20px 114px 20px;
  }

  .tokuten-text .note {
    font-size: 9px;
    text-align: left;
  }

  .strength-card-title .sp-br {
    display: inline;
  }

  .fv-emphasis .sp-br {
    display: inline;
  }

  .tokuten-title .sp-br {
    display: inline;
  }

  .price-desc .sp-br-v2 {
    display: inline;
  }

  .logo-belt-sub {
    margin-bottom: 16px;
  }
}