/*
Theme Name: 3TLAB Original
Theme URI: https://clat.3-tlab.com/
Author: Nobishiro合同会社
Author URI: https://nobishiro.org/
Description: 3TLAB by クラTナビ専用のオリジナルWordPressテーマ。
Version: 1.0.16
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: threetlab
*/

:root {
  --pink: #ff7bb3;
  --pink-strong: #ff5ea0;
  --pink-soft: #ffe2ef;
  --pink-pale: #fff6fb;
  --lavender: #b292f2;
  --blue: #9cddf8;
  --mint: #b7efd8;
  --yellow: #ffe7a8;
  --ink: #64496a;
  --muted: #8c7591;
  --line: #f3d6e4;
  --surface: #ffffff;
  --surface-soft: #fff8fc;
  --gradient-candy: linear-gradient(135deg, #ff72ae 0%, #ffa1c7 38%, #b593f0 100%);
  --shadow-sm: 0 12px 30px rgba(100, 65, 88, .08);
  --shadow-md: 0 24px 70px rgba(100, 65, 88, .13);
  --radius-sm: 18px;
  --radius-md: 28px;
  --radius-lg: 42px;
  --container: 1180px;
  --header-h: 82px;
}

/* WordPress column and article pages */
.column-main,
.article-main,
.error-main {
  padding: 132px 0 88px;
  background: linear-gradient(180deg, #fff8fc 0%, #ffffff 42%, #fff7fb 100%);
  min-height: 70vh;
}

.column-hero {
  padding: 44px 0 54px;
  text-align: center;
}

.column-hero h1,
.article-header h1,
.error-card h1 {
  margin: 8px 0 18px;
  color: var(--text, #64496a);
  font-family: var(--font-display, "Zen Kaku Gothic New", sans-serif);
  font-weight: 900;
  line-height: 1.35;
}

.column-hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
.column-hero p { color: var(--muted, #8c7591); }
.column-layout { padding-bottom: 32px; }

.column-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.column-card {
  overflow: hidden;
  border: 1px solid #f3d6e4;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(166, 111, 148, 0.12);
  transition: transform .2s ease, box-shadow .2s ease;
}

.column-card:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(166, 111, 148, 0.18); }
.column-card-link { display: block; height: 100%; color: inherit; text-decoration: none; }
.column-card-image { aspect-ratio: 12 / 7; overflow: hidden; background: #fff4f9; }
.column-card-image img { width: 100%; height: 100%; object-fit: cover; }
.column-card-body { padding: 22px; }
.column-card-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: #8c7591; font-size: .82rem; }
.column-card-meta span { color: #ff5ea0; font-weight: 700; }
.column-card h2 { margin: 12px 0 10px; font-size: 1.25rem; line-height: 1.55; color: #64496a; }
.column-card p { margin: 0; color: #7f6a84; font-size: .94rem; line-height: 1.8; }
.column-card-more { display: inline-block; margin-top: 16px; color: #ff5ea0; font-weight: 800; }
.column-empty { grid-column: 1 / -1; padding: 50px; text-align: center; }

.navigation.pagination { margin-top: 42px; }
.nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.nav-links .page-numbers { display: grid; place-items: center; min-width: 42px; min-height: 42px; padding: 8px 12px; border-radius: 999px; background: #fff; border: 1px solid #f3d6e4; color: #64496a; text-decoration: none; }
.nav-links .current { background: #ff7bb3; border-color: #ff7bb3; color: #fff; }

.article-shell { padding: 42px 0 0; }
.article-header { max-width: 920px; }
.breadcrumb { display: flex; gap: 8px; align-items: center; overflow: hidden; margin-bottom: 30px; color: #8c7591; font-size: .85rem; white-space: nowrap; }
.breadcrumb a { color: #8c7591; }
.breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }
.article-category { display: inline-flex; padding: 7px 14px; border-radius: 999px; background: #ffe2ef; color: #d94b8c; font-size: .88rem; font-weight: 800; text-decoration: none; }
.article-header h1 { font-size: clamp(2rem, 5vw, 3.15rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 30px; color: #8c7591; font-size: .88rem; }
.article-thumbnail { overflow: hidden; margin: 0; border-radius: 30px; box-shadow: 0 18px 48px rgba(166, 111, 148, .14); }
.article-thumbnail img { width: 100%; height: auto; }
.article-content { max-width: 820px; padding-top: 54px; padding-bottom: 28px; color: #58455d; font-size: 1.04rem; line-height: 2; }
.article-content > *:first-child { margin-top: 0; }
.article-content h2 { margin: 2.8em 0 1em; padding: .75em 1em; border-left: 7px solid #ff7bb3; border-radius: 0 18px 18px 0; background: #fff3f9; color: #64496a; font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.5; }
.article-content h3 { margin: 2.2em 0 .8em; color: #64496a; font-size: clamp(1.22rem, 2.4vw, 1.55rem); line-height: 1.55; }
.article-content h4 { margin: 1.8em 0 .7em; color: #76587c; }
.article-content p { margin: 0 0 1.7em; }
.article-content a { color: #d94b8c; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-content ul,
.article-content ol { margin: 0 0 1.8em; padding-left: 1.6em; }
.article-content li + li { margin-top: .45em; }
.article-content blockquote { margin: 2em 0; padding: 1.2em 1.5em; border-left: 5px solid #b292f2; border-radius: 0 18px 18px 0; background: #f8f3ff; }
.article-content table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; margin: 2em 0; }
.article-content th,
.article-content td { min-width: 130px; padding: 12px 14px; border: 1px solid #f0d8e4; text-align: left; }
.article-content th { background: #fff1f7; color: #64496a; }
.article-content img { border-radius: 18px; }

.article-line-cta { max-width: 920px; margin: 56px auto; padding: clamp(28px, 5vw, 54px); border: 1px solid #f1cfe0; border-radius: 36px; background: linear-gradient(135deg, #fff1f8, #f8f1ff); text-align: center; box-shadow: 0 18px 50px rgba(166, 111, 148, .12); }
.article-line-cta h2 { margin: 8px 0 14px; color: #64496a; font-size: clamp(1.5rem, 3vw, 2.15rem); }
.article-line-cta p:not(.eyebrow) { margin: 0 auto 24px; max-width: 680px; color: #765f7c; line-height: 1.8; }
.article-line-cta .button { justify-content: center; }
.article-footer { max-width: 920px; padding-bottom: 70px; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.article-tags a { padding: 6px 11px; border-radius: 999px; background: #fff1f7; color: #b54b7e; font-size: .85rem; text-decoration: none; }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 38px; }
.post-navigation span:last-child { text-align: right; }
.post-navigation a { color: #76587c; font-weight: 700; }

.error-card { max-width: 760px; margin: 50px auto; padding: 60px 30px; border: 1px solid #f3d6e4; border-radius: 36px; background: #fff; text-align: center; box-shadow: 0 18px 50px rgba(166, 111, 148, .12); }
.error-card p { margin-bottom: 26px; color: #8c7591; }

@media (max-width: 900px) {
  .column-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
  .column-main,
  .article-main,
  .error-main { padding-top: 92px; }
  .column-grid { grid-template-columns: 1fr; gap: 20px; }
  .article-shell { padding-top: 24px; }
  .article-content { font-size: 1rem; line-height: 1.9; }
  .article-content h2 { margin-top: 2.2em; padding: .7em .8em; }
  .post-navigation { grid-template-columns: 1fr; }
  .post-navigation span:last-child { text-align: left; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fffdfd 0%, #fff8fc 100%);
  font-family: "M PLUS Rounded 1c", "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .02em;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { color: #3d2b38; background: #ffd6e6; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 5000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--pink-strong);
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(240, 213, 224, .75);
  background: rgba(255, 248, 252, .88);
  backdrop-filter: blur(18px);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: var(--header-h);
}
.brand { display: block; width: 145px; flex: 0 0 auto; }
.brand img { width: 100%; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 25px; margin-left: auto; }
.desktop-nav a {
  position: relative;
  color: #bf4d8f;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--pink);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-line,
.mobile-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 17px;
  border-radius: 999px;
  color: #fff;
  background: #20c965;
  box-shadow: 0 12px 26px rgba(32, 201, 101, .24), 0 4px 0 rgba(17, 143, 69, .12);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}
.line-mark {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  color: #20b75d;
  background: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: -.02em;
}
.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 0;
  border-radius: 50%;
  background: var(--pink-pale);
  cursor: pointer;
}
.menu-button span { display: block; width: 100%; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--pink-strong); transition: .2s ease; }
.mobile-menu { border-top: 1px solid var(--line); background: rgba(255, 255, 255, .98); }
.mobile-menu-inner { display: grid; padding-block: 18px 26px; }
.mobile-menu-inner > a:not(.mobile-line) { padding: 15px 4px; border-bottom: 1px solid #f4e2e9; font-weight: 800; }
.mobile-line { margin-top: 20px; }

.hero {
  position: relative;
  padding: 44px 0 70px;
  background:
    radial-gradient(circle at 9% 22%, rgba(255, 174, 206, .46), transparent 24%),
    radial-gradient(circle at 90% 10%, rgba(189, 232, 255, .42), transparent 27%),
    radial-gradient(circle at 84% 78%, rgba(207, 189, 255, .28), transparent 20%),
    linear-gradient(180deg, #fff9fc 0%, #fffdfd 100%);
}
.hero-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(240, 213, 224, .92);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #fffafe 100%);
  box-shadow: var(--shadow-md);
}
.hero-visual img { width: 100%; }
.hero-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 35px;
  margin: 26px auto 0;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,245,251,.96));
  box-shadow: var(--shadow-sm);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 13px;
  border-radius: 999px;
  color: var(--pink-strong);
  background: #fff1f7;
  box-shadow: inset 0 0 0 1px #ffd8e8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}
.hero-cta-title { margin: 0 0 4px; font-size: 23px; font-weight: 900; line-height: 1.45; }
.hero-cta-text { margin: 0; color: var(--muted); font-size: 14px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 56px;
  padding: 14px 23px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-3px); }
.button-line { color: #fff; background: linear-gradient(135deg, #24d169, #16b95a); box-shadow: 0 14px 30px rgba(27, 187, 91, .23); }
.button-sub { color: var(--pink-strong); background: #fff; border: 1px solid #efc7d8; box-shadow: var(--shadow-sm); }
.button-arrow { font-size: 20px; line-height: 1; }
.button-large { min-height: 64px; padding-inline: 30px; }

.trust-strip { border-block: 1px solid #f2dfe7; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 122px;
  padding: 24px;
  border-right: 1px solid #f2dfe7;
}
.trust-item:first-child { border-left: 1px solid #f2dfe7; }
.trust-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 17px;
  color: var(--pink-strong);
  background: var(--pink-pale);
}
.trust-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.trust-item strong { display: block; font-size: 18px; font-weight: 900; line-height: 1.35; }
.trust-item small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 700; }

.section { padding: 108px 0; }
.section-tint { background: var(--surface-soft); }
.section-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(31px, 4vw, 50px); line-height: 1.35; font-weight: 900; letter-spacing: -.02em; }
.section-heading > p:last-child { margin: 18px 0 0; color: var(--muted); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  position: relative;
  min-height: 340px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #fffafe 100%);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.feature-no { position: absolute; top: 25px; right: 28px; color: #e9cad8; font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.feature-icon { display: grid; place-items: center; width: 86px; height: 86px; margin-bottom: 28px; border-radius: 27px; }
.feature-icon svg { width: 47px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.feature-icon-pink { color: var(--pink-strong); background: #fff0f6; }
.feature-icon-blue { color: #4dafda; background: #eef9ff; }
.feature-icon-purple { color: #876dd4; background: #f4f0ff; }
.feature-card h3 { margin: 0 0 11px; font-size: 22px; font-weight: 900; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }

.item-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.item-card { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease; }
.item-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.item-visual { background: #fff; }
.item-visual img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.item-content { padding: 22px 22px 25px; }
.item-label { display: inline-block; margin: 0 0 10px; padding: 5px 11px; border-radius: 999px; color: #fff; background: var(--pink); font-size: 10px; font-weight: 900; }
.item-label-blue { background: #61bfe8; }
.item-label-purple { background: #977edd; }
.item-label-mint { background: #4ebc94; }
.item-card h3 { margin: 0 0 8px; font-size: 20px; font-weight: 900; }
.item-card p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.center-action { margin-top: 42px; text-align: center; }

.design-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.design-card { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease; }
.design-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.design-card img { width: 100%; aspect-ratio: 760 / 920; object-fit: cover; }
.design-meta { padding: 18px 20px 22px; }
.design-meta span { color: var(--pink-strong); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.design-meta h3 { margin: 3px 0 0; font-size: 18px; font-weight: 900; }
.design-note { display: flex; align-items: center; gap: 18px; max-width: 760px; margin: 44px auto 0; padding: 22px 26px; border: 1px solid #f1cddd; border-radius: 24px; background: #fff8fb; }
.design-note-icon { display: grid; place-items: center; width: 52px; height: 52px; flex: 0 0 auto; border-radius: 18px; color: var(--pink-strong); background: #fff; box-shadow: var(--shadow-sm); font-size: 22px; }
.design-note p { margin: 0; color: var(--muted); }
.design-note strong { color: var(--ink); }

.flow-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.flow-list::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 12.5%;
  left: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, #f1bfd4, #dcd0fa, #bde5f6, #b9ead7);
}
.flow-step { position: relative; z-index: 1; }
.flow-marker { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto 20px; border: 8px solid var(--surface-soft); border-radius: 50%; background: var(--pink-strong); box-shadow: 0 8px 18px rgba(246, 79, 146, .22); }
.flow-step:nth-child(2) .flow-marker { background: #967cdb; }
.flow-step:nth-child(3) .flow-marker { background: #5ab9df; }
.flow-step:nth-child(4) .flow-marker { background: #4ab88f; }
.flow-marker span { color: #fff; font-size: 11px; font-weight: 900; }
.flow-card { min-height: 290px; padding: 30px 24px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); text-align: center; }
.flow-icon { display: grid; place-items: center; width: 78px; height: 78px; margin: 0 auto 22px; border-radius: 24px; color: var(--pink-strong); background: #fff1f7; }
.flow-step:nth-child(2) .flow-icon { color: #876bd4; background: #f4f0ff; }
.flow-step:nth-child(3) .flow-icon { color: #46aad3; background: #eff9fd; }
.flow-step:nth-child(4) .flow-icon { color: #3ba27d; background: #eefaf5; }
.flow-icon svg { width: 44px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.flow-card h3 { margin: 0 0 10px; font-size: 19px; font-weight: 900; }
.flow-card p { margin: 0; color: var(--muted); font-size: 13px; }
.flow-caption { margin: 30px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.sns-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 58px; padding: 54px; border: 1px solid var(--line); border-radius: 38px; background: linear-gradient(135deg, #fff8fc, #f7f3ff); box-shadow: var(--shadow-md); }
.sns-visual img { width: 100%; }
.sns-content h2 { margin: 0 0 16px; font-size: clamp(32px, 4vw, 48px); line-height: 1.25; font-weight: 900; }
.sns-content h2 strong { color: var(--pink-strong); }
.sns-content > p:not(.eyebrow):not(.small-note) { color: var(--muted); }
.check-list { display: grid; gap: 10px; margin: 24px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; font-weight: 800; }
.check-list li::before { content: "✓"; position: absolute; left: 0; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: var(--pink); font-size: 11px; }
.small-note { margin: 0; color: var(--muted); font-size: 11px; }

.faq-container { max-width: 900px; }
.accordion { display: grid; gap: 13px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 8px 22px rgba(100, 65, 88, .05); }
.faq-item h3 { margin: 0; }
.faq-item button { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; width: 100%; min-height: 76px; padding: 18px 22px; border: 0; background: transparent; text-align: left; font-weight: 900; cursor: pointer; }
.faq-q { color: var(--pink-strong); font-size: 20px; }
.faq-plus { position: relative; width: 24px; height: 24px; }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; top: 50%; left: 50%; width: 16px; height: 2px; border-radius: 2px; background: var(--pink-strong); transform: translate(-50%, -50%); transition: transform .2s ease; }
.faq-plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item button[aria-expanded="true"] .faq-plus::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-answer { padding: 0 22px 22px 59px; }
.faq-answer p { margin: 0; color: var(--muted); }

.final-cta { padding: 92px 0; background: linear-gradient(135deg, #ffe4ef, #fff9fc 48%, #eee9ff); }
.final-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.final-inner h2 { margin: 0 0 14px; font-size: clamp(34px, 5vw, 56px); line-height: 1.3; font-weight: 900; }
.final-inner p:not(.eyebrow) { margin: 0; color: var(--muted); }

.site-footer { padding: 48px 0 110px; border-top: 1px solid var(--line); background: #fff; }
.footer-inner { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 30px; }
.footer-inner > img { width: 150px; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; flex-wrap: wrap; }
.footer-links a { color: var(--muted); font-size: 12px; font-weight: 800; }
.copyright { grid-column: 1 / -1; margin: 16px 0 0; color: #a395a0; font-size: 11px; text-align: center; }

.floating-line { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 10px; min-height: 56px; padding: 12px 20px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, #24d169, #16b95a); box-shadow: 0 16px 34px rgba(27, 187, 91, .3); font-weight: 900; transition: transform .2s ease; }
.floating-line:hover { transform: translateY(-3px); }
.page-top { position: fixed; z-index: 880; right: 28px; bottom: 91px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; transform: translateY(12px); transition: .2s ease; cursor: pointer; }
.page-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 11px; }
  .item-grid, .design-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-list { grid-template-columns: repeat(2, 1fr); }
  .flow-list::before { display: none; }
  .flow-card { min-height: 250px; }
}

@media (max-width: 900px) {
  :root { --header-h: 72px; }
  .desktop-nav, .header-line { display: none; }
  .brand { width: 132px; }
  .menu-button { display: block; margin-left: auto; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 30px; }
  .hero-cta { grid-template-columns: 1fr; text-align: center; }
  .hero-cta .button { justify-self: center; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 1px solid #f2dfe7; }
  .trust-item:nth-child(3) { border-left: 1px solid #f2dfe7; border-top: 1px solid #f2dfe7; }
  .trust-item:nth-child(4) { border-top: 1px solid #f2dfe7; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .sns-panel { grid-template-columns: 1fr; gap: 30px; padding: 38px; }
  .sns-visual { max-width: 620px; margin-inline: auto; }
  .sns-content { text-align: center; }
  .check-list { width: fit-content; margin-inline: auto; text-align: left; }
  .final-inner { grid-template-columns: 1fr; text-align: center; }
  .final-inner .button { justify-self: center; }
}

@media (max-width: 650px) {
  :root { --header-h: 66px; }
  body { font-size: 15px; padding-bottom: 72px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand { width: 118px; }
  .header-inner { min-height: var(--header-h); }
  .menu-button { width: 42px; height: 42px; }
  .hero { padding: 20px 0 48px; }
  .hero-visual { border-radius: 22px; }
  .hero-cta { margin-top: 18px; padding: 22px 18px; border-radius: 22px; }
  .hero-cta-title { font-size: 20px; }
  .hero-cta-text { font-size: 13px; }
  .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child, .trust-item:nth-child(2), .trust-item:nth-child(3), .trust-item:nth-child(4) { min-height: 96px; border: 0; border-bottom: 1px solid #f2dfe7; }
  .trust-item:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: 30px; }
  .section-heading > p:last-child { font-size: 14px; }
  .feature-card { padding: 28px 24px; border-radius: 24px; }
  .feature-icon { width: 72px; height: 72px; border-radius: 22px; }
  .feature-card h3 { font-size: 20px; }
  .item-grid, .design-grid { grid-template-columns: 1fr; }
  .item-card, .design-card { border-radius: 24px; }
  .design-note { align-items: flex-start; padding: 20px; }
  .flow-list { grid-template-columns: 1fr; gap: 0; }
  .flow-step { display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding-bottom: 24px; }
  .flow-step:not(:last-child)::before { content: ""; position: absolute; top: 52px; bottom: 0; left: 27px; width: 2px; background: #efd5e1; }
  .flow-marker { width: 50px; height: 50px; margin: 0; border-width: 6px; }
  .flow-card { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 16px; min-height: 0; padding: 22px; text-align: left; }
  .flow-icon { width: 64px; height: 64px; margin: 0; border-radius: 20px; }
  .flow-icon svg { width: 36px; }
  .flow-card h3 { margin-bottom: 5px; font-size: 18px; }
  .sns-panel { padding: 26px 20px; border-radius: 28px; }
  .sns-content h2 { font-size: 34px; }
  .faq-item button { min-height: 70px; padding: 15px; font-size: 14px; }
  .faq-answer { padding: 0 16px 18px 48px; font-size: 13px; }
  .final-cta { padding: 76px 0; }
  .final-inner h2 { font-size: 36px; }
  .final-inner h2 br { display: none; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-links { justify-content: center; }
  .site-footer { padding-bottom: 28px; }
  .floating-line { right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); left: 10px; justify-content: center; }
  .page-top { right: 16px; bottom: 80px; }
}

/* Keep the four order-flow cards aligned when longer Japanese titles wrap. */
@media (min-width: 651px) {
  .flow-step {
    display: flex;
    flex-direction: column;
  }
  .flow-card {
    flex: 1 1 auto;
  }
  .flow-card h3 {
    display: grid;
    min-height: 2.7em;
    place-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}


body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -2;
  border-radius: 50%;
  filter: blur(4px);
  opacity: .45;
}
body::before {
  top: -70px;
  left: -70px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 175, 208, .85) 0%, rgba(255,175,208,0) 72%);
}
body::after {
  right: -90px;
  top: 180px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(190, 223, 255, .8) 0%, rgba(190,223,255,0) 72%);
}
.hero::before {
  content: "♡  ✦  ♡  ୨୧  ♡";
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  color: rgba(255, 109, 168, .26);
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 18px;
  white-space: nowrap;
}
.hero-visual {
  position: relative;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 24px -18px auto;
  width: 112px;
  height: 112px;
  border-radius: 28px;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.95), rgba(255,255,255,.2) 40%), linear-gradient(135deg, rgba(255,128,183,.25), rgba(163,137,232,.22));
  z-index: 2;
  transform: rotate(12deg);
}
.hero-cta-title,
.feature-card h3,
.item-card h3,
.design-meta h3,
.flow-card h3,
.sns-content h2,
.final-inner h2 {
  font-family: "Yusei Magic", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  color: #db4f96;
}
.hero-cta-text,
.section-heading > p:last-child,
.feature-card p,
.item-card p:last-child,
.design-note p,
.flow-card p,
.sns-content > p:not(.eyebrow):not(.small-note),
.faq-answer p,
.final-inner p:not(.eyebrow) {
  color: #876f89;
}
.site-header,
.hero-visual,
.hero-cta,
.feature-card,
.item-card,
.design-card,
.design-note,
.flow-card,
.sns-panel,
.faq-item {
  backdrop-filter: blur(10px);
}
.trust-item:nth-child(1) .trust-icon,
.feature-card:nth-child(1) .feature-icon,
.item-card:nth-child(1) .item-label,
.flow-step:nth-child(1) .flow-marker { box-shadow: 0 10px 20px rgba(255, 94, 160, .16); }
.trust-item:nth-child(2) .trust-icon,
.feature-card:nth-child(2) .feature-icon,
.item-card:nth-child(2) .item-label,
.flow-step:nth-child(2) .flow-marker { box-shadow: 0 10px 20px rgba(147, 124, 219, .18); }
.trust-item:nth-child(3) .trust-icon,
.feature-card:nth-child(3) .feature-icon,
.item-card:nth-child(3) .item-label,
.flow-step:nth-child(3) .flow-marker { box-shadow: 0 10px 20px rgba(90, 185, 223, .18); }
.trust-item:nth-child(4) .trust-icon,
.item-card:nth-child(4) .item-label,
.flow-step:nth-child(4) .flow-marker { box-shadow: 0 10px 20px rgba(74, 184, 143, .18); }
.feature-card::before,
.item-card::before,
.design-card::before,
.flow-card::before,
.faq-item::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, rgba(255,94,160,.95), rgba(177,146,242,.9), rgba(156,221,248,.9));
}
.feature-card::after {
  content: "♡";
  position: absolute;
  right: 18px;
  bottom: 10px;
  color: rgba(255, 190, 216, .55);
  font-size: 42px;
  line-height: 1;
}
.item-card,
.design-card { position: relative; }
.item-content,
.design-meta { position: relative; z-index: 1; }
.item-card:nth-child(odd),
.design-card:nth-child(odd) {
  transform: rotate(-0.7deg);
}
.item-card:nth-child(even),
.design-card:nth-child(even) {
  transform: rotate(0.7deg);
}
.item-card:hover,
.design-card:hover { transform: translateY(-6px) rotate(0deg); }
.section-heading h2 {
  text-shadow: 0 4px 0 rgba(255,255,255,.85);
}
.section-heading h2::before,
.section-heading h2::after {
  color: rgba(255, 126, 178, .8);
  font-size: .72em;
  vertical-align: middle;
}
.section-heading h2::before { content: "♡ "; }
.section-heading h2::after { content: " ♡"; }
.button-sub { color: #e25297; }
.button-sub:hover { box-shadow: 0 16px 34px rgba(255, 109, 168, .14); }
.trust-item strong,
.faq-item button,
.footer-links a { color: #7b4f86; }
.faq-q { color: #ff5ea0; }
.final-cta { position: relative; overflow: hidden; }
.final-cta::before,
.final-cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: .42;
}
.final-cta::before {
  width: 240px; height: 240px; left: -90px; bottom: -130px;
  background: radial-gradient(circle, rgba(255, 173, 207, 1) 0%, rgba(255,173,207,0) 70%);
}
.final-cta::after {
  width: 220px; height: 220px; right: -80px; top: -80px;
  background: radial-gradient(circle, rgba(186, 214, 255, 1) 0%, rgba(186,214,255,0) 70%);
}
@media (max-width: 650px) {
  body::before, body::after { display: none; }
  .hero::before { letter-spacing: 10px; font-size: 16px; }
  .item-card:nth-child(odd), .item-card:nth-child(even), .design-card:nth-child(odd), .design-card:nth-child(even) { transform: none; }
  .hero-cta-title,
  .feature-card h3,
  .item-card h3,
  .design-meta h3,
  .flow-card h3,
  .sns-content h2,
  .final-inner h2,
  .section-heading h2 {
    line-height: 1.45;
  }
}


.button-row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.item-grid { grid-template-columns: repeat(4, 1fr); }
.item-card, .design-card { border-width: 2px; }
.item-card::after, .design-card::after { content: ""; position: absolute; right: 12px; top: 12px; width: 18px; height: 18px; border-radius: 50%; background: linear-gradient(135deg, rgba(255,126,178,.95), rgba(255,201,224,.8)); box-shadow: 0 0 0 4px rgba(255,240,247,.9); }
.section-tint { background: linear-gradient(180deg, #fff7fc 0%, #fffdfd 100%); }
.hero-cta { border: 2px solid rgba(255, 205, 225, .95); }
.trust-item strong { color: #e05498; }
.item-card h3, .design-meta h3, .flow-card h3 { font-size: 19px; }
.section-heading { max-width: 820px; }
.section-heading h2 { display: inline-block; }
.section-heading h2::before, .section-heading h2::after { font-size: .62em; }
.center-action { margin-top: 38px; }
.desktop-nav, .mobile-menu-inner, .footer-links { font-family: "M PLUS Rounded 1c", "Zen Maru Gothic", sans-serif; }
@media (max-width: 1080px) { .item-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 650px) { .button-row { gap: 10px; } .button-row .button { width: 100%; } .item-grid { grid-template-columns: 1fr; } .section-heading h2 { font-size: 28px; } }


/* section heading layout */
.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-heading .eyebrow {
  display: inline-flex;
  margin: 0 0 10px;
}
.section-heading h2 {
  display: block;
  margin-bottom: 0;
}
.section-heading > p:last-child {
  max-width: 760px;
}

/* pop background */
.hero,
.section,
.discounts-section,
.final-cta {
  position: relative;
  overflow: hidden;
}
.section::before,
.section::after,
.discounts-section::before,
.discounts-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.section > .container,
.discounts-section > .container,
.hero > .container,
.final-cta > .container,
.trust-strip > .container {
  position: relative;
  z-index: 1;
}
.section::before {
  right: 2%;
  top: 34px;
  width: 78px;
  height: 78px;
  border-radius: 24px;
  transform: rotate(18deg);
  background: linear-gradient(135deg, rgba(255, 201, 224, .42), rgba(255,255,255,0));
}
.section::after {
  left: 3%;
  bottom: 42px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(182, 226, 251, .34) 0%, rgba(182, 226, 251, 0) 70%);
}
.section-tint::before {
  content: "♡";
  right: 5%;
  top: 28px;
  width: auto;
  height: auto;
  background: none;
  color: rgba(255, 120, 178, .18);
  font-size: 68px;
  transform: rotate(-12deg);
}
.section-tint::after {
  content: "✦";
  left: 5%;
  bottom: 28px;
  width: auto;
  height: auto;
  background: none;
  color: rgba(153, 202, 245, .26);
  font-size: 42px;
}
.trust-strip {
  position: relative;
  overflow: hidden;
}
.trust-strip::before {
  content: "♡  ✦  ୨୧  ♡  ✦";
  position: absolute;
  left: 50%;
  top: 14px;
  transform: translateX(-50%);
  color: rgba(255, 126, 178, .24);
  font-size: 18px;
  letter-spacing: 14px;
  white-space: nowrap;
}
.item-grid,
.design-grid,
.discount-grid { position: relative; z-index: 1; }

/* button rows */
.center-action { text-align: center; }
.button-row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* discounts */
.discounts-section {
  background: linear-gradient(180deg, #fffdfd 0%, #fff7fc 100%);
}
.discount-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.discount-card {
  position: relative;
  padding: 28px 24px 26px;
  border: 2px solid #f5d6e4;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fff8fc 100%);
  box-shadow: 0 14px 34px rgba(100,65,88,.08);
}
.discount-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(90deg, #ff72ae, #b593f0, #95dffa);
}
.discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff0f7;
  color: #ff5ea0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.discount-badge-purple { background: #f5f0ff; color: #9375e6; }
.discount-badge-blue { background: #eef8ff; color: #59b5de; }
.discount-card h3 {
  margin: 14px 0 8px;
  color: #db4f96;
  font-family: "Yusei Magic", "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.discount-price {
  margin: 0 0 10px;
  color: #7b57c8;
  font-size: 18px;
  font-weight: 900;
}
.discount-card > p:not(.discount-price) {
  margin: 0 0 14px;
  color: #876f89;
  font-size: 14px;
}
.discount-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.discount-list li {
  position: relative;
  padding-left: 24px;
  color: #7f6b83;
  font-size: 13px;
  font-weight: 700;
}
.discount-list li::before {
  content: "♡";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff78b2;
  font-size: 13px;
}

@media (max-width: 1080px) {
  .discount-grid { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .section::before,
  .section::after,
  .section-tint::before,
  .section-tint::after,
  .trust-strip::before { opacity: .7; }
  .section-heading .eyebrow { margin-bottom: 8px; }
  .discount-card h3 { font-size: 22px; }
}


/* ===== v5 pop refresh ===== */
.hero-visual {
  border: 2px solid rgba(245, 201, 220, .9);
  box-shadow: 0 28px 60px rgba(255, 143, 188, .14);
}
.hero-cta {
  margin-top: 24px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,242,248,.96));
}

/* stronger pop section backgrounds */
#flow.section-tint,
#faq.section-tint,
#items.section-tint {
  background: linear-gradient(180deg, #fff7fc 0%, #fffefe 100%);
}
#flow::before,
#sns::before {
  content: "♡";
  position: absolute;
  left: 3%;
  top: 28px;
  color: rgba(255, 121, 176, .18);
  font-size: 78px;
  transform: rotate(-12deg);
  z-index: 0;
}
#flow::after,
#sns::after {
  content: "✦";
  position: absolute;
  right: 4%;
  bottom: 36px;
  color: rgba(161, 205, 246, .22);
  font-size: 52px;
  z-index: 0;
}

/* flow redesign */
.flow-list {
  gap: 24px;
}
.flow-list::before {
  top: 22px;
  right: 13%;
  left: 13%;
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 106, 171, .55), rgba(181, 147, 240, .45), rgba(138, 214, 244, .45));
}
.flow-marker {
  width: 62px;
  height: 62px;
  border-width: 7px;
  box-shadow: 0 10px 22px rgba(255, 116, 176, .16);
}
.flow-card {
  position: relative;
  min-height: 310px;
  padding: 34px 24px 28px;
  border: 2px solid #f2d8e5;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #fffafe 100%);
  box-shadow: 0 18px 38px rgba(116, 75, 104, .08);
  overflow: hidden;
}
.flow-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(90deg, #ff78b3, #b192f0, #8fd7f5);
}
.flow-step:nth-child(1) .flow-card { background: linear-gradient(180deg, #ffffff 0%, #fff8fc 100%); }
.flow-step:nth-child(2) .flow-card { background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%); }
.flow-step:nth-child(3) .flow-card { background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%); }
.flow-step:nth-child(4) .flow-card { background: linear-gradient(180deg, #ffffff 0%, #f8fffb 100%); }
.flow-icon {
  width: 94px;
  height: 94px;
  margin: 2px auto 24px;
  border-radius: 28px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.68);
}
.flow-icon svg { width: 50px; }
.flow-card h3 {
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 1.35;
}
.flow-card p {
  font-size: 15px;
  line-height: 1.9;
}
.flow-caption {
  margin-top: 34px;
  font-size: 13px;
}

/* discount redesign */
.discounts-section {
  background: linear-gradient(180deg, #fffdfd 0%, #fff7fc 100%);
}
.discount-grid {
  gap: 28px;
}
.discount-card {
  padding: 32px 30px 30px;
  border: 2px solid #f2d7e4;
  border-radius: 32px;
  box-shadow: 0 18px 38px rgba(116, 75, 104, .08);
  overflow: hidden;
}
.discount-card:nth-child(1) { background: linear-gradient(180deg, #ffffff 0%, #fff8fc 100%); }
.discount-card:nth-child(2) { background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%); }
.discount-card:nth-child(3) { background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%); }
.discount-card::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 16px;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.95), rgba(255,255,255,0) 40%), linear-gradient(135deg, rgba(255, 190, 220, .28), rgba(170, 199, 255, .18));
  transform: rotate(14deg);
}
.discount-badge {
  min-width: 72px;
  height: 44px;
  padding: 0 18px;
  border-radius: 18px;
  font-size: 14px;
  letter-spacing: .08em;
}
.discount-card h3 {
  margin: 22px 0 12px;
  font-size: 48px;
  line-height: 1.25;
}
.discount-price {
  margin-bottom: 18px;
  font-size: 28px;
  letter-spacing: -.01em;
}
.discount-card > p:not(.discount-price) {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.9;
}
.discount-list { gap: 14px; }
.discount-list li {
  padding-left: 30px;
  font-size: 14px;
}
.discount-list li::before {
  top: 1px;
  font-size: 14px;
}

/* more playful cards globally */
.item-card,
.design-card,
.discount-card,
.flow-card {
  border-width: 2px;
}
.section-heading h2 {
  text-wrap: balance;
}

@media (max-width: 1080px) {
  .flow-card { min-height: 280px; }
  .discount-card h3 { font-size: 40px; }
}
@media (max-width: 900px) {
  .flow-card {
    min-height: 0;
    padding: 28px 20px 24px;
  }
  .flow-card h3 { font-size: 22px; }
  .discount-card h3 { font-size: 36px; }
}
@media (max-width: 650px) {
  .hero-cta { margin-top: 18px; }
  .flow-step { gap: 16px; }
  .flow-marker {
    width: 54px;
    height: 54px;
    border-width: 6px;
  }
  .flow-card {
    grid-template-columns: 72px 1fr;
    padding: 22px 18px;
    border-radius: 24px;
  }
  .flow-card::before { height: 6px; border-radius: 24px 24px 0 0; }
  .flow-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin: 0;
  }
  .flow-icon svg { width: 38px; }
  .flow-card h3 { font-size: 20px; margin-bottom: 6px; }
  .flow-card p { font-size: 13px; line-height: 1.75; }
  .discount-card {
    padding: 24px 20px 22px;
    border-radius: 26px;
  }
  .discount-card h3 {
    margin-top: 18px;
    font-size: 34px;
  }
  .discount-price { font-size: 24px; margin-bottom: 14px; }
  .discount-card > p:not(.discount-price) { font-size: 14px; }
  .discount-badge { min-width: 64px; height: 40px; font-size: 13px; }
}


/* ===== v6: keep rainbow accents inside cards ===== */
.flow-card,
.discount-card {
  overflow: hidden;
  isolation: isolate;
}
.flow-card::before,
.discount-card::before {
  left: 14px !important;
  right: 14px !important;
  top: 0 !important;
  width: auto !important;
  max-width: calc(100% - 28px);
  border-radius: 0 0 999px 999px !important;
  transform: none !important;
}
.flow-card::before {
  height: 7px !important;
}
.discount-card::before {
  height: 7px !important;
}

@media (max-width: 650px) {
  .flow-card::before,
  .discount-card::before {
    left: 10px !important;
    right: 10px !important;
    max-width: calc(100% - 20px);
    height: 6px !important;
  }
}


/* ===== v7: pop card redesign ===== */
:root {
  --card-shadow-pop: 0 18px 42px rgba(214, 106, 165, .10), 0 8px 18px rgba(135, 95, 150, .06);
  --card-outline-pop: #f4d8e6;
}

/* common card polish */
.hero-cta,
.trust-item,
.item-card,
.design-card,
.flow-card,
.discount-card,
.faq-item {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--card-outline-pop);
  border-radius: 30px;
  box-shadow: var(--card-shadow-pop);
}
.hero-cta::after,
.trust-item::after,
.item-card::after,
.design-card::after,
.flow-card::after,
.discount-card::after,
.faq-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.72);
}

/* trust mini cards */
.trust-grid {
  gap: 16px;
  padding: 12px 0;
}
.trust-item,
.trust-item:first-child,
.trust-item:nth-child(2),
.trust-item:nth-child(3),
.trust-item:nth-child(4) {
  min-height: 122px;
  padding: 20px 18px;
  border: 2px solid #f4d8e6;
  background: linear-gradient(180deg, #ffffff 0%, #fff8fc 100%);
}
.trust-item:nth-child(2) { background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%); }
.trust-item:nth-child(3) { background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%); }
.trust-item:nth-child(4) { background: linear-gradient(180deg, #ffffff 0%, #f8fff9 100%); }
.trust-item::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 8px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #ff78b3, #b192f0, #8fd7f5);
}
.trust-item:nth-child(4)::before { background: linear-gradient(90deg, #ff78b3, #b192f0, #7adcb0); }
.trust-icon {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(255, 118, 178, .10);
}
.trust-item strong {
  font-family: "Yusei Magic", "M PLUS Rounded 1c", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}
.trust-item small { font-size: 12px; }

/* item + design cards */
.item-card,
.design-card {
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #fff9fd 100%);
}
.item-card:nth-child(2n),
.design-card:nth-child(2n) {
  background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%);
}
.item-card:nth-child(3n),
.design-card:nth-child(3n) {
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}
.item-card::before,
.design-card::before {
  left: 14px !important;
  right: 14px !important;
  top: 0 !important;
  width: auto !important;
  height: 8px !important;
  border-radius: 0 0 999px 999px !important;
  background: linear-gradient(90deg, #ff78b3, #b192f0, #8fd7f5) !important;
}
.item-card::after,
.design-card::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 16px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff 0 26%, rgba(255,255,255,0) 40%), linear-gradient(135deg, rgba(255,124,180,.92), rgba(255,205,229,.85));
  box-shadow: 0 0 0 6px rgba(255,241,247,.92);
}
.item-visual,
.design-card img {
  position: relative;
}
.item-visual {
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 198, 224, .55), transparent 18%),
    radial-gradient(circle at 88% 20%, rgba(197, 229, 252, .55), transparent 18%),
    linear-gradient(180deg, #fffdfd 0%, #fff8fc 100%);
}
.item-visual::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 16px;
  width: 64px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  filter: blur(10px);
}
.item-content { padding: 24px 22px 26px; }
.item-label {
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 11px;
  box-shadow: 0 8px 18px rgba(255, 111, 168, .16);
}
.item-card h3,
.design-meta h3 {
  font-size: 24px;
  line-height: 1.35;
}
.item-card p:last-child,
.design-meta span { font-size: 14px; }
.design-card img {
  background: linear-gradient(180deg, #fffdfd 0%, #fff7fc 100%);
}
.design-meta {
  padding: 20px 22px 24px;
}
.design-meta span {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff1f7;
  color: #ff5ea0;
  letter-spacing: .10em;
}

/* order flow cards */
.flow-card {
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #fff9fd 100%);
  box-shadow: 0 18px 40px rgba(214, 106, 165, .11), 0 10px 18px rgba(135,95,150,.06);
}
.flow-card::before {
  left: 14px !important;
  right: 14px !important;
  width: auto !important;
  height: 8px !important;
  border-radius: 0 0 999px 999px !important;
}
.flow-icon {
  width: 98px;
  height: 98px;
  border-radius: 30px;
  box-shadow: 0 10px 22px rgba(255, 119, 177, .10);
}
.flow-card h3 {
  font-size: 28px;
  line-height: 1.3;
}
.flow-card p {
  font-size: 15px;
  line-height: 1.9;
}
.flow-card .flow-icon + div {
  position: relative;
  z-index: 1;
}
.flow-step:nth-child(1) .flow-card::after,
.flow-step:nth-child(2) .flow-card::after,
.flow-step:nth-child(3) .flow-card::after,
.flow-step:nth-child(4) .flow-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 66px;
  height: 66px;
  border-radius: 22px;
  transform: rotate(14deg);
  opacity: .65;
  background: radial-gradient(circle at 32% 32%, rgba(255,255,255,.94), rgba(255,255,255,0) 42%), linear-gradient(135deg, rgba(255,197,223,.32), rgba(183,215,255,.25));
}

/* discount cards */
.discount-card {
  border-radius: 32px;
  box-shadow: 0 18px 40px rgba(214, 106, 165, .11), 0 10px 18px rgba(135,95,150,.06);
}
.discount-card::before {
  left: 14px !important;
  right: 14px !important;
  width: auto !important;
  height: 8px !important;
  border-radius: 0 0 999px 999px !important;
}
.discount-card h3 {
  font-size: 44px;
  line-height: 1.2;
}
.discount-price {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff3fa;
  box-shadow: inset 0 0 0 1px #f8dbe8;
}
.discount-list li {
  font-size: 15px;
}

/* faq cards */
.faq-item {
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fff9fd 100%);
}
.faq-item:nth-child(even) { background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%); }
.faq-item::before {
  left: 14px !important;
  right: 14px !important;
  top: 0 !important;
  width: auto !important;
  height: 8px !important;
  border-radius: 0 0 999px 999px !important;
  background: linear-gradient(90deg, #ff78b3, #b192f0, #8fd7f5) !important;
}
.faq-item button {
  min-height: 84px;
  padding: 22px 22px 18px;
  font-size: 18px;
  line-height: 1.55;
}
.faq-q {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff1f7;
  font-size: 15px;
  font-weight: 900;
}
.faq-answer {
  padding: 0 24px 22px 68px;
}
.faq-answer p {
  font-size: 15px;
  line-height: 1.9;
}

/* Hero CTA as pop card */
.hero-cta {
  border-radius: 30px;
  padding: 24px 24px;
}
.hero-cta::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 8px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #ff78b3, #b192f0, #8fd7f5);
}

@media (max-width: 1080px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .item-card h3, .design-meta h3 { font-size: 22px; }
  .flow-card h3 { font-size: 24px; }
  .discount-card h3 { font-size: 38px; }
}
@media (max-width: 650px) {
  .hero-cta,
  .trust-item,
  .item-card,
  .design-card,
  .flow-card,
  .discount-card,
  .faq-item { border-radius: 24px; }
  .trust-grid { gap: 12px; }
  .trust-item,
  .trust-item:first-child,
  .trust-item:nth-child(2),
  .trust-item:nth-child(3),
  .trust-item:nth-child(4) {
    min-height: 0;
    padding: 18px 16px;
    border-bottom: 2px solid #f4d8e6;
  }
  .trust-item::before,
  .item-card::before,
  .design-card::before,
  .flow-card::before,
  .discount-card::before,
  .faq-item::before,
  .hero-cta::before {
    left: 10px !important;
    right: 10px !important;
    height: 6px !important;
  }
  .trust-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
  }
  .trust-item strong { font-size: 20px; }
  .item-content,
  .design-meta { padding: 20px 18px 22px; }
  .item-card h3,
  .design-meta h3 { font-size: 21px; }
  .flow-card {
    border-radius: 24px;
    grid-template-columns: 74px 1fr;
  }
  .flow-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
  }
  .flow-card h3 { font-size: 20px; }
  .flow-card p,
  .faq-answer p { font-size: 14px; }
  .discount-card h3 { font-size: 32px; }
  .discount-price { font-size: 22px; }
  .faq-item button {
    min-height: 74px;
    padding: 18px 16px 14px;
    font-size: 15px;
  }
  .faq-answer { padding: 0 16px 18px 52px; }
}


/* ===== v8: remove rainbow top lines + unify card style ===== */
.hero-cta::before,
.item-card::before,
.design-card::before,
.flow-card::before,
.discount-card::before,
.faq-item::before,
.trust-item::before {
  content: none !important;
  display: none !important;
}

.hero-cta,
.item-card,
.design-card,
.flow-card,
.discount-card,
.faq-item {
  border: 2px solid #f4d8e6 !important;
  border-radius: 30px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fff9fd 100%) !important;
  box-shadow: 0 18px 42px rgba(214, 106, 165, .10), 0 8px 18px rgba(135, 95, 150, .06) !important;
  overflow: hidden;
  position: relative;
}
.item-card:nth-child(2n),
.design-card:nth-child(2n),
.discount-card:nth-child(2),
.faq-item:nth-child(2n) {
  background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%) !important;
}
.item-card:nth-child(3n),
.design-card:nth-child(3n),
.discount-card:nth-child(3) {
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%) !important;
}
.hero-cta::after,
.flow-card::after,
.discount-card::after,
.faq-item::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff 0 26%, rgba(255,255,255,0) 40%), linear-gradient(135deg, rgba(255,124,180,.92), rgba(255,205,229,.85));
  box-shadow: 0 0 0 6px rgba(255,241,247,.92);
  transform: none !important;
  opacity: 1;
  inset: auto 14px auto auto;
}

.hero-cta {
  margin-top: 24px !important;
  padding: 24px 24px !important;
  display: grid;
  grid-template-columns: 1.2fr auto;
  align-items: center;
  gap: 20px;
}
.hero-cta > div { position: relative; z-index: 1; }
.hero-cta .eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff1f7;
  color: #ff5ea0;
  box-shadow: inset 0 0 0 1px #ffd6e8;
  margin-bottom: 12px;
}
.hero-cta-title {
  margin-bottom: 8px !important;
  color: #db4f96 !important;
  font-family: "Yusei Magic", "M PLUS Rounded 1c", sans-serif;
  font-size: 30px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
}
.hero-cta-text {
  color: #876f89 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}
.hero-cta .button { justify-self: end; }
.trust-strip { display: none !important; }

.flow-list { gap: 24px; }
.flow-list::before { opacity: .25; left: 14%; right: 14%; }
.flow-card { min-height: 0 !important; padding: 28px 24px !important; text-align: center; }
.flow-icon {
  width: 88px !important;
  height: 88px !important;
  border-radius: 26px !important;
  margin: 4px auto 22px !important;
  box-shadow: 0 10px 22px rgba(255, 119, 177, .10);
}
.flow-card h3 {
  margin: 0 0 10px !important;
  color: #db4f96 !important;
  font-family: "Yusei Magic", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400 !important;
  font-size: 26px !important;
  line-height: 1.35 !important;
}
.flow-card p {
  color: #876f89 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

.discount-card { padding: 28px 26px 24px !important; }
.discount-badge {
  min-width: 70px;
  height: 38px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}
.discount-card h3 {
  margin: 20px 0 10px !important;
  color: #db4f96 !important;
  font-family: "Yusei Magic", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400 !important;
  font-size: 38px !important;
  line-height: 1.25 !important;
}
.discount-price {
  display: inline-block;
  margin: 0 0 14px !important;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff3fa;
  box-shadow: inset 0 0 0 1px #f8dbe8;
  color: #7b57c8 !important;
  font-size: 24px !important;
}
.discount-card > p:not(.discount-price) {
  color: #876f89 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}
.discount-list li { color: #7f6b83 !important; font-size: 14px !important; }

.faq-item { border-radius: 26px !important; }
.faq-item button {
  min-height: 84px !important;
  padding: 20px 22px !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
  color: #7b4f86 !important;
}
.faq-q {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  background: #fff1f7 !important;
  color: #ff5ea0 !important;
  font-size: 15px !important;
}
.faq-answer { padding: 0 22px 22px 72px !important; }
.faq-answer p {
  color: #876f89 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

@media (max-width: 900px) {
  .hero-cta { grid-template-columns: 1fr; text-align: center; }
  .hero-cta .button { justify-self: center; }
}
@media (max-width: 650px) {
  .hero-cta,
  .item-card,
  .design-card,
  .flow-card,
  .discount-card,
  .faq-item { border-radius: 24px !important; }
  .hero-cta::after,
  .flow-card::after,
  .discount-card::after,
  .faq-item::after {
    right: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 5px rgba(255,241,247,.92);
  }
  .hero-cta { margin-top: 18px !important; padding: 20px 18px !important; }
  .hero-cta-title { font-size: 24px !important; }
  .hero-cta-text,
  .discount-card > p:not(.discount-price),
  .faq-answer p,
  .flow-card p { font-size: 14px !important; }
  .flow-card {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    gap: 16px;
    text-align: left;
    padding: 22px 18px !important;
  }
  .flow-icon {
    width: 72px !important;
    height: 72px !important;
    margin: 0 !important;
    border-radius: 22px !important;
  }
  .flow-card h3 { font-size: 20px !important; margin-bottom: 6px !important; }
  .discount-card { padding: 22px 18px 20px !important; }
  .discount-card h3 { font-size: 31px !important; }
  .discount-price { font-size: 21px !important; }
  .faq-item button { min-height: 74px !important; padding: 18px 16px !important; font-size: 15px !important; }
  .faq-answer { padding: 0 16px 18px 56px !important; }
}


/* ===== v9: design support section ===== */
.hero-cta { display: none !important; }
.hero-cta::after { content: none !important; display: none !important; }

.design-support {
  position: relative;
  padding: 70px 0 86px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 188, 218, .34), transparent 24%),
    radial-gradient(circle at 92% 78%, rgba(190, 227, 255, .38), transparent 25%),
    linear-gradient(180deg, #fffdfd 0%, #fff8fc 100%);
}
.design-support::before {
  content: "♡  ✦  ୨୧  ♡";
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 116, 174, .20);
  font-size: 22px;
  letter-spacing: 22px;
  white-space: nowrap;
}
.design-support-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  align-items: center;
  gap: 64px;
}
.design-support-visual {
  position: relative;
}
.design-support-visual::before,
.design-support-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}
.design-support-visual::before {
  width: 150px;
  height: 150px;
  left: -18px;
  bottom: 16px;
  background: rgba(255, 204, 225, .45);
}
.design-support-visual::after {
  width: 120px;
  height: 120px;
  right: 8px;
  top: 20px;
  background: rgba(202, 233, 255, .54);
}
.design-support-visual img {
  width: 100%;
  filter: drop-shadow(0 20px 34px rgba(135, 81, 116, .10));
}
.design-support-copy {
  position: relative;
}
.design-support-copy .eyebrow {
  display: inline-flex;
  margin: 0 0 14px;
}
.design-support-copy h2 {
  margin: 0 0 16px;
  color: #db4f96;
  font-family: "Yusei Magic", "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .01em;
}
.design-support-copy > p:not(.eyebrow) {
  margin: 0;
  color: #826e86;
  font-size: 16px;
  line-height: 1.95;
}
.design-support-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}
.design-support-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 13px;
  border: 1px solid #f1d4e2;
  border-radius: 999px;
  color: #b34e87;
  background: rgba(255,255,255,.82);
  box-shadow: 0 8px 18px rgba(173, 93, 139, .07);
  font-size: 12px;
  font-weight: 900;
}
.design-support-points span::before {
  content: "♡";
  margin-right: 7px;
  color: #ff72ad;
}
.design-support-button {
  width: fit-content;
}

@media (max-width: 900px) {
  .design-support-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .design-support-visual {
    max-width: 680px;
    margin-inline: auto;
  }
  .design-support-copy {
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
  }
  .design-support-points {
    justify-content: center;
  }
  .design-support-button {
    margin-inline: auto;
  }
}
@media (max-width: 650px) {
  .design-support {
    padding: 56px 0 66px;
  }
  .design-support::before {
    font-size: 16px;
    letter-spacing: 12px;
  }
  .design-support-inner {
    gap: 24px;
  }
  .design-support-copy h2 {
    font-size: 34px;
  }
  .design-support-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .design-support-points {
    margin: 20px 0 24px;
  }
  .design-support-points span {
    min-height: 34px;
    padding: 6px 11px;
    font-size: 11px;
  }
  .design-support-button {
    width: 100%;
  }
}


/* support section service copy tweak */
.design-support-copy h2 { max-width: 10em; }
.design-support-copy > p:not(.eyebrow) { max-width: 32em; }


/* ===== support section pop redesign v2 ===== */
.design-support {
  padding: 76px 0 92px;
  background:
    radial-gradient(circle at 6% 14%, rgba(255, 196, 225, .34), transparent 18%),
    radial-gradient(circle at 92% 18%, rgba(214, 233, 255, .36), transparent 18%),
    radial-gradient(circle at 14% 88%, rgba(223, 210, 255, .28), transparent 20%),
    linear-gradient(180deg, #fffdfd 0%, #fff8fc 100%);
}
.design-support::before {
  content: "♡  ✦  ୨୧  ♡  ✦";
  top: 26px;
  font-size: 20px;
  letter-spacing: 18px;
}
.design-support-inner {
  position: relative;
  grid-template-columns: minmax(0, .98fr) minmax(360px, 1.02fr);
  gap: 34px;
  padding: 32px;
  border: 2px solid #f4d8e6;
  border-radius: 40px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 210, 232, .42), transparent 20%),
    radial-gradient(circle at 88% 16%, rgba(210, 230, 255, .42), transparent 18%),
    linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(255,249,253,.96) 100%);
  box-shadow: 0 22px 48px rgba(214, 106, 165, .10), 0 10px 22px rgba(135, 95, 150, .06);
  overflow: hidden;
}
.design-support-inner::before,
.design-support-inner::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.design-support-inner::before {
  width: 160px;
  height: 160px;
  right: -30px;
  top: -30px;
  background: radial-gradient(circle, rgba(255, 210, 232, .32) 0%, rgba(255,210,232,0) 70%);
}
.design-support-inner::after {
  width: 170px;
  height: 170px;
  left: -45px;
  bottom: -40px;
  background: radial-gradient(circle, rgba(213, 230, 255, .30) 0%, rgba(213,230,255,0) 72%);
}
.design-support-visual {
  position: relative;
  padding: 18px 10px 18px 18px;
}
.design-support-visual::before {
  content: "";
  position: absolute;
  inset: 18px 20px 0 0;
  border-radius: 34px;
  background: linear-gradient(145deg, #f8dded, #e7e0ff);
  transform: rotate(-4deg);
  box-shadow: 0 18px 36px rgba(170, 115, 153, .12);
}
.design-support-visual::after {
  content: "";
  position: absolute;
  inset: 8px 0 14px 26px;
  border-radius: 34px;
  background: linear-gradient(145deg, #ffffff, #fff7fb);
  border: 2px solid #f6dde9;
  transform: rotate(4deg);
  box-shadow: 0 16px 28px rgba(170, 115, 153, .08);
}
.design-support-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 30px;
  border: 4px solid #fff;
  transform: rotate(-2deg);
  box-shadow: 0 22px 42px rgba(135, 81, 116, .14);
}
.design-support-copy {
  position: relative;
  z-index: 1;
  padding: 28px 26px 28px;
  border: 2px solid #f4d8e6;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,244,250,.96) 100%);
  box-shadow: 0 16px 34px rgba(214, 106, 165, .08);
}
.design-support-copy::before {
  content: "♡";
  position: absolute;
  right: 22px;
  top: 18px;
  color: rgba(255, 112, 171, .22);
  font-size: 28px;
}
.design-support-copy .eyebrow {
  margin: 0 0 12px;
  background: #fff0f7;
  color: #ff5ea0;
  box-shadow: inset 0 0 0 1px #ffd5e7;
}
.design-support-copy h2 {
  max-width: none;
  margin: 0 0 14px;
  font-size: clamp(28px, 3.3vw, 44px);
  line-height: 1.28;
  letter-spacing: .01em;
  color: #db4f96;
  text-wrap: balance;
}
.design-support-copy > p:not(.eyebrow) {
  max-width: none;
  font-size: 15px;
  line-height: 1.95;
  color: #826e86;
}
.design-support-points {
  gap: 12px;
  margin: 22px 0 26px;
}
.design-support-points span {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #f2d4e4;
  background: rgba(255,255,255,.92);
  font-size: 12px;
  box-shadow: 0 8px 18px rgba(173, 93, 139, .07);
}
.design-support-button {
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .design-support {
    padding: 62px 0 76px;
  }
  .design-support-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 22px;
    border-radius: 32px;
  }
  .design-support-visual {
    max-width: 700px;
    margin-inline: auto;
    padding: 14px 10px 14px 14px;
  }
  .design-support-copy {
    max-width: 720px;
    margin-inline: auto;
    text-align: left;
    padding: 24px 22px;
  }
  .design-support-points {
    justify-content: flex-start;
  }
  .design-support-button {
    margin-inline: 0;
  }
}
@media (max-width: 650px) {
  .design-support::before {
    font-size: 15px;
    letter-spacing: 10px;
  }
  .design-support-inner {
    padding: 16px;
    border-radius: 26px;
  }
  .design-support-visual {
    padding: 10px 6px 10px 10px;
  }
  .design-support-visual::before,
  .design-support-visual::after {
    border-radius: 24px;
  }
  .design-support-visual img {
    border-radius: 22px;
  }
  .design-support-copy {
    padding: 20px 16px 20px;
    border-radius: 24px;
  }
  .design-support-copy h2 {
    font-size: 28px;
  }
  .design-support-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .design-support-points {
    gap: 8px;
    margin: 18px 0 22px;
  }
  .design-support-points span {
    min-height: 34px;
    padding: 6px 11px;
    font-size: 11px;
  }
  .design-support-button {
    width: 100%;
  }
}


/* ===== student discount image cards ===== */
.discount-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.discount-image-card {
  margin: 0;
  padding: 0;
}
.discount-image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(214, 106, 165, .10), 0 8px 18px rgba(135, 95, 150, .06);
}
@media (max-width: 1080px) {
  .discount-image-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin-inline: auto;
  }
}


/* ===== design example image replacement ===== */
.design-sample-card {
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 28px;
}
.design-sample-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.design-code {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 34px;
  padding: 7px 13px;
  border: 2px solid rgba(255,255,255,.94);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #db4f96;
  box-shadow: 0 8px 20px rgba(99, 61, 94, .16);
  backdrop-filter: blur(8px);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1;
}
@media (max-width: 650px) {
  .design-code {
    top: 10px;
    left: 10px;
    min-width: 64px;
    min-height: 30px;
    padding: 6px 11px;
    font-size: 12px;
  }
}


/* FAQ links and notes */
.faq-answer p + p {
  margin-top: 10px;
}
.faq-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid #f1cfe0;
  border-radius: 999px;
  background: #fff1f7;
  color: #d94a91;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.faq-link::after {
  content: "↗";
  font-size: .9em;
}
.faq-link:hover,
.faq-link:focus-visible {
  transform: translateY(-1px);
  background: #ffe7f2;
  box-shadow: 0 8px 18px rgba(214, 106, 165, .12);
}
.faq-note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px !important;
}
.faq-note::before {
  content: "※";
}


/* ===== legal / company subpages ===== */
.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
  margin-top: 2px;
  color: rgba(100, 73, 106, .72);
  font-size: 10px;
  font-weight: 700;
}
.footer-legal-links a {
  position: relative;
  transition: color .2s ease;
}
.footer-legal-links a:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -12px;
  color: rgba(100, 73, 106, .35);
}
.footer-legal-links a:hover { color: var(--pink-strong); }
.footer-logo-link { display: block; }
.subpage-body {
  background:
    radial-gradient(circle at 4% 16%, rgba(255, 197, 223, .30), transparent 19%),
    radial-gradient(circle at 96% 12%, rgba(199, 228, 255, .34), transparent 20%),
    linear-gradient(180deg, #fffafd 0%, #fffdfd 100%);
}
.subpage-main { min-height: 65vh; }
.subpage-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 58px;
  text-align: center;
  background:
    radial-gradient(circle at 14% 30%, rgba(255, 202, 226, .42), transparent 20%),
    radial-gradient(circle at 86% 20%, rgba(205, 229, 255, .46), transparent 20%),
    linear-gradient(180deg, #fff9fc 0%, #fffdfd 100%);
}
.subpage-hero::before,
.subpage-hero::after {
  position: absolute;
  color: rgba(255, 111, 172, .18);
  pointer-events: none;
}
.subpage-hero::before {
  content: "♡  ✦  ୨୧";
  left: 5%;
  top: 30px;
  font-size: 34px;
  letter-spacing: 10px;
  transform: rotate(-8deg);
}
.subpage-hero::after {
  content: "✦  ♡";
  right: 7%;
  bottom: 20px;
  color: rgba(137, 194, 238, .22);
  font-size: 36px;
  letter-spacing: 14px;
  transform: rotate(8deg);
}
.subpage-hero-inner { position: relative; z-index: 1; }
.subpage-hero h1 {
  margin: 10px 0 12px;
  color: #d94d94;
  font-family: "Yusei Magic", "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 400;
  line-height: 1.35;
  text-wrap: balance;
}
.subpage-lead {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.legal-section {
  position: relative;
  padding: 64px 0 92px;
}
.legal-container { max-width: 960px; }
.legal-intro { margin-bottom: 24px; }
.legal-card {
  position: relative;
  padding: 28px 30px;
  border: 2px solid #f3d9e6;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,249,253,.98) 100%);
  box-shadow: 0 16px 38px rgba(117, 74, 103, .08);
}
.legal-card-featured {
  padding-right: 86px;
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 202, 228, .42), transparent 23%),
    linear-gradient(135deg, #ffffff 0%, #fff5fb 100%);
}
.legal-card-featured p { margin: 0; }
.legal-card-featured p + p { margin-top: 10px; }
.legal-icon {
  position: absolute;
  right: 28px;
  top: 24px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  color: var(--pink-strong);
  background: #fff;
  box-shadow: 0 10px 24px rgba(255, 94, 160, .13);
  font-size: 23px;
}
.legal-stack { display: grid; gap: 18px; }
.legal-card h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: #d94d94;
  font-size: 21px;
  line-height: 1.45;
}
.legal-card h2 span {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff7bb3, #ae8cf0);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}
.legal-card p { margin: 0; color: #7e6982; }
.legal-card p + p { margin-top: 10px; }
.legal-list {
  display: grid;
  gap: 8px;
  margin: 14px 0;
  padding: 0;
  list-style: none;
}
.legal-list li {
  position: relative;
  padding-left: 25px;
  color: #79667e;
}
.legal-list li::before {
  content: "♡";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pink);
  font-weight: 900;
}
.contact-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.contact-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 13px 16px;
  border: 1px solid #f1d4e3;
  border-radius: 20px;
  background: rgba(255,255,255,.9);
  transition: transform .2s ease, box-shadow .2s ease;
}
.contact-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(121, 77, 108, .08);
}
.contact-chip strong {
  display: inline-grid;
  place-items: center;
  min-width: 52px;
  height: 30px;
  border-radius: 999px;
  color: #d54a91;
  background: #fff0f7;
  font-size: 11px;
}
.contact-chip span { font-size: 14px; font-weight: 800; overflow-wrap: anywhere; }
.legal-date {
  margin: 24px 4px 0;
  color: #9a859e;
  font-size: 11px;
  text-align: right;
}
.company-table,
.commerce-table { margin: 0; }
.company-table > div,
.commerce-table > div {
  display: grid;
  grid-template-columns: minmax(150px, 28%) minmax(0, 1fr);
  border-bottom: 1px solid #f2dfe8;
}
.company-table > div:last-child,
.commerce-table > div:last-child { border-bottom: 0; }
.company-table dt,
.company-table dd,
.commerce-table dt,
.commerce-table dd {
  margin: 0;
  padding: 19px 16px;
}
.company-table dt,
.commerce-table dt {
  color: #cf4f91;
  font-size: 13px;
  font-weight: 900;
}
.company-table dd,
.commerce-table dd {
  color: #77647b;
  font-size: 14px;
}
.company-table a,
.commerce-table a { color: #c34889; text-decoration: underline; text-underline-offset: 3px; }
.company-table small,
.commerce-table small { color: #9a869e; font-size: 11px; }
.company-links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.mini-info-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 2px 13px;
  align-items: center;
  padding: 20px;
  border: 2px solid #f3d9e6;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #fff7fb 100%);
  box-shadow: 0 12px 28px rgba(117, 74, 103, .07);
  transition: transform .2s ease;
}
.mini-info-card:hover { transform: translateY(-3px); }
.mini-info-card > span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: var(--pink-strong);
  background: #fff0f7;
  font-size: 20px;
}
.mini-info-card strong { color: #c84b8d; font-size: 14px; }
.mini-info-card small { color: #9a859e; font-size: 11px; }
.text-link { display: inline-block; margin-top: 5px; font-weight: 900; }
.legal-back-wrap { margin-top: 34px; text-align: center; }
.legal-site-footer { margin-top: 0; }
@media (max-width: 700px) {
  .subpage-hero { padding: 54px 0 46px; }
  .subpage-hero::before,
  .subpage-hero::after { font-size: 22px; opacity: .72; }
  .legal-section { padding: 42px 0 74px; }
  .legal-card { padding: 22px 18px; border-radius: 23px; }
  .legal-card-featured { padding-right: 64px; }
  .legal-icon { right: 16px; top: 18px; width: 38px; height: 38px; border-radius: 13px; }
  .legal-card h2 { align-items: flex-start; font-size: 18px; }
  .contact-chip-grid,
  .company-links-grid { grid-template-columns: 1fr; }
  .company-table > div,
  .commerce-table > div { grid-template-columns: 1fr; padding-block: 13px; }
  .company-table dt,
  .company-table dd,
  .commerce-table dt,
  .commerce-table dd { padding: 3px 4px; }
  .company-table dt,
  .commerce-table dt { font-size: 12px; }
  .footer-legal-links { gap: 7px 14px; font-size: 9px; }
  .footer-legal-links a:not(:last-child)::after { right: -9px; }
}


/* ===== Kawaii capsule header redesign ===== */
:root {
  --header-h: 104px;
}
.site-header {
  padding: 10px 0 8px;
  border: 0;
  background: linear-gradient(180deg, rgba(255,248,252,.96), rgba(255,248,252,.70));
  backdrop-filter: blur(16px);
}
.header-inner {
  position: relative;
  gap: 14px;
  min-height: 78px;
  padding: 10px 14px 10px 20px;
  border: 2px solid rgba(246, 211, 228, .94);
  border-radius: 30px;
  background:
    radial-gradient(circle at 4% 22%, rgba(255, 213, 232, .50), transparent 18%),
    radial-gradient(circle at 94% 18%, rgba(214, 235, 255, .46), transparent 18%),
    rgba(255,255,255,.94);
  box-shadow: 0 14px 32px rgba(187, 92, 143, .12), 0 4px 12px rgba(112, 73, 105, .06);
}
.header-inner::before {
  content: "♡  ✦";
  position: absolute;
  left: 142px;
  top: 4px;
  color: rgba(255, 107, 169, .30);
  font-size: 13px;
  letter-spacing: 8px;
  pointer-events: none;
}
.header-inner::after {
  content: "୨୧";
  position: absolute;
  right: 148px;
  top: -11px;
  color: rgba(255, 133, 183, .34);
  font-size: 22px;
  transform: rotate(8deg);
  pointer-events: none;
}
.brand {
  width: 142px;
  padding: 3px 4px;
}
.desktop-nav {
  gap: 8px;
  margin-left: auto;
}
.desktop-nav .nav-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 8px 13px;
  border: 1.5px solid var(--nav-border, #f4d5e4);
  border-radius: 999px;
  color: var(--nav-color, #d94d94);
  background: linear-gradient(180deg, rgba(255,255,255,.98), var(--nav-bg, #fff7fb));
  box-shadow: 0 8px 18px rgba(147, 92, 126, .08), inset 0 0 0 1px rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.desktop-nav .nav-pill::after { display: none; }
.desktop-nav .nav-pill:hover,
.desktop-nav .nav-pill:focus-visible {
  transform: translateY(-3px) rotate(-1deg);
  border-color: var(--nav-color);
  box-shadow: 0 13px 24px rgba(147, 92, 126, .14), inset 0 0 0 1px rgba(255,255,255,.86);
}
.nav-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 10px;
  color: var(--nav-color);
  background: var(--nav-icon-bg, #fff0f7);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.84);
}
.nav-icon svg { width: 19px; height: 19px; }
.nav-products { --nav-color: #f0529d; --nav-bg: #fff6fa; --nav-border: #f6d4e4; --nav-icon-bg: #ffe4f0; }
.nav-designs { --nav-color: #9a61df; --nav-bg: #fbf8ff; --nav-border: #e6d9fa; --nav-icon-bg: #eee4ff; }
.nav-flow { --nav-color: #599be5; --nav-bg: #f7fbff; --nav-border: #d5e6fa; --nav-icon-bg: #e3f0ff; }
.nav-discount { --nav-color: #51b99b; --nav-bg: #f7fffc; --nav-border: #d3eee5; --nav-icon-bg: #def7ee; }
.nav-faq { --nav-color: #e4a600; --nav-bg: #fffdf5; --nav-border: #f7e7b6; --nav-icon-bg: #fff0b8; }
.nav-column { --nav-color: #e46f74; --nav-bg: #fff8f8; --nav-border: #f4d3d5; --nav-icon-bg: #ffe7e8; }

.home-column-section { background: linear-gradient(180deg, #fff 0%, #fff8fc 100%); }
.home-column-grid { margin-top: 38px; }
.home-column-section .column-card h2 { font-size: 1.12rem; }
.home-column-section .column-card-body { padding: 20px; }
.header-line {
  position: relative;
  min-height: 54px;
  padding: 9px 18px 9px 11px;
  border: 2px solid rgba(255,255,255,.95);
  background: linear-gradient(135deg, #43dc79, #19bd5c);
  box-shadow: 0 12px 25px rgba(29, 184, 87, .25), 0 4px 0 rgba(16, 132, 62, .12);
  font-size: 12px;
  line-height: 1.25;
}
.header-line::after {
  content: "♡✦";
  position: absolute;
  right: 7px;
  top: 3px;
  color: rgba(255,255,255,.72);
  font-size: 9px;
  letter-spacing: 1px;
}
.header-line .line-mark,
.mobile-line .line-mark {
  min-width: 38px;
  height: 38px;
  padding: 0 5px;
  border-radius: 50%;
  color: #20bd61;
  background: #fff;
  font-size: 10px;
  box-shadow: 0 4px 12px rgba(12, 104, 47, .13);
}
.menu-button {
  position: relative;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  background: linear-gradient(145deg, #ff78b3, #ff5da0);
  box-shadow: 0 10px 22px rgba(255, 94, 160, .26), inset 0 0 0 1px rgba(255,255,255,.35);
}
.menu-button::before {
  content: "✦";
  position: absolute;
  right: -3px;
  top: -8px;
  color: #ff73ae;
  font-size: 15px;
  text-shadow: 0 1px 0 #fff;
}
.menu-button span {
  width: 22px;
  margin: 5px auto;
  background: #fff;
}
.mobile-menu[hidden] { display: none !important; }
.mobile-menu {
  position: fixed;
  z-index: 990;
  inset: 0;
  padding: calc(var(--header-h) + 18px) 14px 24px;
  border: 0;
  background: rgba(82, 61, 80, .48);
  backdrop-filter: blur(8px);
  overflow-y: auto;
  animation: kawaiiMenuFade .22s ease both;
}
.mobile-menu-inner {
  width: min(100%, 430px);
  margin: 0 auto;
  padding: 24px 18px 18px;
  border: 2px solid rgba(246, 211, 228, .96);
  border-radius: 32px;
  background:
    radial-gradient(circle at 4% 10%, rgba(255, 211, 231, .46), transparent 22%),
    radial-gradient(circle at 96% 12%, rgba(212, 232, 255, .44), transparent 22%),
    linear-gradient(180deg, #fffefe 0%, #fff7fb 100%);
  box-shadow: 0 25px 60px rgba(76, 49, 70, .25);
  display: grid;
  gap: 11px;
  animation: kawaiiMenuPop .26s cubic-bezier(.2,.8,.2,1) both;
}
.mobile-menu-title {
  margin: 0 0 4px;
  color: #e6549b;
  font-family: "Yusei Magic", "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .14em;
  text-align: center;
}
.mobile-menu-title span { color: #ff8aba; }
.mobile-menu-inner > .mobile-nav-item {
  display: grid;
  grid-template-columns: 42px 1fr 24px;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 8px 12px;
  border: 1.5px solid var(--nav-border);
  border-radius: 999px;
  color: var(--nav-color);
  background: linear-gradient(180deg, #fff, var(--nav-bg));
  box-shadow: 0 8px 18px rgba(147, 92, 126, .08), inset 0 0 0 1px rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 900;
}
.mobile-menu-inner > .mobile-nav-item:not(.mobile-line) {
  border-bottom: 1.5px solid var(--nav-border);
}
.mobile-nav-item .nav-icon {
  width: 38px;
  height: 38px;
  border-radius: 13px;
}
.mobile-nav-item .nav-icon svg { width: 23px; height: 23px; }
.mobile-nav-arrow {
  color: currentColor;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.mobile-line {
  position: relative;
  gap: 12px;
  min-height: 62px;
  margin-top: 6px;
  padding: 10px 50px 10px 12px;
  border: 2px solid #fff;
  background: linear-gradient(135deg, #45dc79, #19bd5c);
  box-shadow: 0 14px 28px rgba(29, 184, 87, .28);
  font-size: 15px;
}
.mobile-line-deco {
  position: absolute;
  right: 16px;
  color: rgba(255,255,255,.82);
  letter-spacing: 3px;
}
@keyframes kawaiiMenuFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes kawaiiMenuPop { from { opacity: 0; transform: translateY(-12px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 1230px) {
  .desktop-nav .nav-pill { padding-inline: 10px; gap: 6px; font-size: 10px; }
  .nav-icon { width: 25px; height: 25px; flex-basis: 25px; }
  .nav-icon svg { width: 17px; height: 17px; }
  .header-inner { gap: 9px; padding-left: 14px; }
  .brand { width: 128px; }
  .header-line { padding-right: 13px; }
}
@media (max-width: 1120px) {
  :root { --header-h: 90px; }
  .site-header { padding: 8px 0 6px; }
  .desktop-nav, .header-line { display: none !important; }
  .menu-button { display: block; margin-left: auto; }
  .header-inner {
    min-height: 70px;
    padding: 8px 12px 8px 16px;
    border-radius: 26px;
  }
  .brand { width: 132px; }
  .header-inner::before { left: 144px; top: 5px; }
  .header-inner::after { right: 72px; top: -6px; }
}
@media (max-width: 650px) {
  :root { --header-h: 80px; }
  .site-header { padding: 6px 0 4px; }
  .header-inner {
    min-height: 64px;
    padding: 7px 8px 7px 13px;
    border-radius: 22px;
  }
  .brand { width: 118px; }
  .header-inner::before { left: 118px; font-size: 10px; letter-spacing: 5px; }
  .header-inner::after { right: 60px; font-size: 17px; }
  .menu-button { width: 46px; height: 46px; }
  .mobile-menu { padding: calc(var(--header-h) + 12px) 12px 18px; }
  .mobile-menu-inner { padding: 20px 14px 14px; border-radius: 26px; gap: 9px; }
  .mobile-menu-inner > .mobile-nav-item { min-height: 54px; font-size: 13px; }
  .mobile-line { min-height: 58px; font-size: 14px; }
}


/* ===== Header frame + mobile menu overlay fix ===== */
.site-header {
  z-index: 6000 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Keep only the rounded capsule itself visible on desktop. */
.header-inner {
  isolation: isolate;
}

/* The menu is outside the header and covers the viewport, while the header button remains clickable above it. */
.mobile-menu {
  position: fixed !important;
  z-index: 5000 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100dvh !important;
  min-height: 100vh !important;
  padding-top: calc(var(--header-h) + 18px) !important;
  pointer-events: auto !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu[hidden] {
  display: none !important;
}
.mobile-menu-inner {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.menu-button {
  position: relative;
  z-index: 7000;
}
body.menu-open {
  overflow: hidden;
}

@media (max-width: 650px) {
  .mobile-menu {
    padding: calc(var(--header-h) + 10px) 12px 18px !important;
  }
}


/* ===== Final layout refinements: mobile nav / support copy / top background ===== */

/* Extend the hero pastel atmosphere continuously from the top of the page. */
body.home-page {
  position: relative;
  background: #fffdfd;
}
.home-page .top-gradient-backdrop {
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: clamp(820px, 69vw, 1040px);
  pointer-events: none;
  background:
    radial-gradient(circle at 9% 22%, rgba(255, 174, 206, .46), transparent 24%),
    radial-gradient(circle at 90% 10%, rgba(189, 232, 255, .42), transparent 27%),
    radial-gradient(circle at 84% 78%, rgba(207, 189, 255, .28), transparent 20%),
    linear-gradient(180deg, #fff9fc 0%, #fffdfd 100%);
}
.home-page .site-header,
.home-page main {
  position: relative;
  z-index: 1;
}
.home-page .hero {
  background: transparent;
}

/* Remove the text-side card frame and keep only subtle decorative accents. */
.design-support-copy {
  position: relative;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}
.design-support-copy::before {
  content: "♡";
  position: absolute;
  z-index: -1;
  right: 5%;
  top: 3%;
  color: rgba(255, 116, 174, .13);
  font-size: 76px;
  line-height: 1;
  transform: rotate(12deg);
  pointer-events: none;
}
.design-support-copy::after {
  content: "✦  ♡";
  position: absolute;
  z-index: -1;
  left: 2%;
  bottom: 8%;
  color: rgba(157, 191, 242, .16);
  font-size: 27px;
  letter-spacing: 12px;
  transform: rotate(-8deg);
  pointer-events: none;
}

/* Give mobile menu icons and labels enough inset from rounded edges. */
@media (max-width: 1120px) {
  .mobile-menu-inner > .mobile-nav-item:not(.mobile-line) {
    grid-template-columns: 38px minmax(0, 1fr) 20px;
    gap: 11px;
    padding: 8px 15px 8px 24px;
    overflow: hidden;
  }
  .mobile-menu-inner > .mobile-nav-item:not(.mobile-line) .nav-label {
    min-width: 0;
    text-align: left;
  }
  .mobile-menu-inner > .mobile-nav-item:not(.mobile-line) .nav-icon {
    justify-self: center;
  }
}

@media (max-width: 650px) {
  .home-page .top-gradient-backdrop {
    height: 900px;
    background:
      radial-gradient(circle at 5% 14%, rgba(255, 174, 206, .48), transparent 28%),
      radial-gradient(circle at 96% 8%, rgba(189, 232, 255, .44), transparent 29%),
      radial-gradient(circle at 82% 75%, rgba(207, 189, 255, .30), transparent 24%),
      linear-gradient(180deg, #fff9fc 0%, #fffdfd 100%);
  }
  .mobile-menu-inner > .mobile-nav-item:not(.mobile-line) {
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    gap: 9px;
    padding: 7px 12px 7px 21px;
  }
  .mobile-nav-item .nav-icon {
    width: 35px;
    height: 35px;
  }
  .mobile-nav-item .nav-icon svg {
    width: 21px;
    height: 21px;
  }
  .design-support-copy {
    padding: 20px 12px 20px !important;
  }
  .design-support-copy::before {
    right: 2%;
    top: 1%;
    font-size: 58px;
  }
  .design-support-copy::after {
    left: 0;
    bottom: 5%;
    font-size: 21px;
    letter-spacing: 8px;
  }
}

/* ===== Typography refinement: cleaner Japanese gothic, SEO-safe live text ===== */
:root {
  --font-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  --font-display: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

body,
button,
input,
textarea,
select {
  font-family: var(--font-body);
  font-feature-settings: "palt" 1;
  font-kerning: normal;
}

.desktop-nav,
.mobile-menu-inner,
.footer-links,
.footer-legal-links,
.button,
.eyebrow,
.item-label,
.design-code,
.flow-marker,
.faq-q,
.line-mark {
  font-family: var(--font-body);
}

h1,
h2,
h3,
.hero-cta-title,
.feature-card h3,
.item-card h3,
.design-meta h3,
.flow-card h3,
.discount-card h3,
.sns-content h2,
.final-inner h2,
.mobile-menu-title {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -.025em;
}

.section-heading h2,
.design-support-copy h2,
.final-inner h2 {
  color: #cf4f91;
  text-shadow:
    0 1px 0 rgba(255,255,255,.98),
    0 3px 0 rgba(255,255,255,.76),
    0 7px 16px rgba(173, 94, 144, .12);
}

.hero-cta-title,
.feature-card h3,
.item-card h3,
.design-meta h3,
.flow-card h3,
.discount-card h3,
.sns-content h2 {
  color: #c94f91;
  text-shadow:
    0 1px 0 rgba(255,255,255,.95),
    0 3px 10px rgba(166, 87, 137, .10);
}

/* Keep every product title on one line using one consistent rule. */
.item-card h3 {
  margin-bottom: 9px;
  font-size: clamp(16px, 1.28vw, 18px) !important;
  line-height: 1.45;
  letter-spacing: -.055em;
  white-space: nowrap;
}

.item-card p:last-child {
  font-size: 13px;
  line-height: 1.8;
}

.section-heading > p:last-child,
.design-support-copy > p,
.flow-card p,
.faq-answer p,
.final-inner p:not(.eyebrow) {
  font-weight: 500;
  letter-spacing: .01em;
}

.nav-label,
.button,
.faq-item button {
  letter-spacing: -.01em;
}

@media (max-width: 1080px) {
  .item-card h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 650px) {
  .item-card h3 {
    font-size: 17px !important;
    letter-spacing: -.045em;
  }
  .section-heading h2,
  .design-support-copy h2,
  .final-inner h2 {
    text-shadow:
      0 1px 0 rgba(255,255,255,.98),
      0 3px 10px rgba(173, 94, 144, .10);
  }
}

/* ===== Image section headings with SEO text preserved ===== */
.image-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 780px);
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: none;
}
.image-heading img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
}
.image-heading-items { max-width: 740px; }
.image-heading-designs { max-width: 760px; }
.image-heading-flow { max-width: 760px; }
.image-heading-discounts { max-width: 760px; }
.heading-seo-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.section-heading .image-heading + p {
  margin-top: 10px;
}
@media (max-width: 860px) {
  .image-heading {
    width: min(100%, 620px);
  }
}
@media (max-width: 650px) {
  .image-heading {
    width: min(108%, 440px);
    margin-inline: -4%;
  }
  .section-heading .image-heading + p {
    margin-top: 4px;
  }
}


/* ===== Final heading-image refinements ===== */
.section-heading h2::before,
.section-heading h2::after {
  content: none !important;
  display: none !important;
}

.image-heading {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none !important;
  margin: 0 auto;
  line-height: 1;
  text-shadow: none !important;
}
.image-heading img {
  display: block;
  width: auto !important;
  max-width: min(100%, 520px);
  height: auto !important;
  max-height: 92px;
  margin: 0 auto;
  object-fit: contain;
}
.image-heading-flow img,
.image-heading-discounts img {
  max-width: min(100%, 600px);
  max-height: 98px;
}
.image-heading-faq img {
  max-width: min(100%, 520px);
  max-height: 92px;
}
.section-heading .image-heading + p {
  margin-top: 12px !important;
}

/* Match order-flow and service title typography to product names. */
.flow-card h3,
.design-support-copy h2 {
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  letter-spacing: -.025em !important;
}

@media (max-width: 650px) {
  .image-heading img {
    max-width: min(100%, 360px);
    max-height: 72px;
  }
  .image-heading-flow img,
  .image-heading-discounts img {
    max-width: min(100%, 390px);
    max-height: 78px;
  }
  .image-heading-faq img {
    max-width: min(100%, 340px);
    max-height: 72px;
  }
}


/* ===== v11: discount image swap + title no-wrap ===== */
#design-support-title {
  white-space: nowrap;
  word-break: keep-all;
  line-height: 1.18;
  font-size: clamp(24px, 2.95vw, 40px);
}
@media (max-width: 650px) {
  #design-support-title {
    font-size: clamp(22px, 7vw, 29px);
  }
}


/* ===== v12: latest discount images / FAQ heading sizing / legal page typography ===== */
.image-heading-faq img {
  max-width: min(100%, 600px) !important;
  max-height: 115px !important;
}
.footer-logo-link img {
  width: 150px !important;
  height: auto !important;
}
.footer-logo-link {
  display: inline-flex;
  border-radius: 16px;
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}
.footer-logo-link:hover {
  transform: translateY(-2px);
  opacity: .88;
}
.footer-logo-link:focus-visible {
  outline: 3px solid rgba(255, 91, 158, .35);
  outline-offset: 5px;
  box-shadow: 0 8px 22px rgba(199, 92, 147, .14);
}
.subpage-hero h1 {
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  letter-spacing: -.025em !important;
}

/* ===== v1.0.8: order-guide supplied media ===== */

/* ===== v1.0.9: authorized wearing posts ===== */
.social-posts-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 191, 217, .34) 0 7%, transparent 7.2%),
    radial-gradient(circle at 94% 76%, rgba(183, 221, 255, .34) 0 8%, transparent 8.2%),
    linear-gradient(180deg, #fff 0%, #fff7fb 100%);
  overflow: hidden;
}

.social-posts-track {
  display: flex;
  gap: 22px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 4px max(24px, calc((100vw - 1180px) / 2)) 24px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.social-posts-track::-webkit-scrollbar { display: none; }

.social-post-card {
  flex: 0 0 286px;
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  text-decoration: none;
  background: #fff;
  border: 2px solid rgba(236, 114, 164, .23);
  border-radius: 26px;
  box-shadow: 0 14px 36px rgba(101, 52, 75, .12);
  scroll-snap-align: start;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.social-post-card:hover,
.social-post-card:focus-visible {
  color: var(--text);
  border-color: rgba(236, 114, 164, .55);
  box-shadow: 0 18px 42px rgba(101, 52, 75, .19);
  transform: translateY(-5px);
}

.social-post-card:focus-visible {
  outline: 3px solid rgba(231, 65, 132, .35);
  outline-offset: 4px;
}

.social-post-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f1edf0;
}

.social-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.social-post-card-tiktok .social-post-media img { object-position: center 42%; }
.social-post-card-instagram .social-post-media img { object-position: center; }
.social-post-card:hover .social-post-media img { transform: scale(1.025); }

.social-post-platform {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  background: rgba(28, 24, 28, .82);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  backdrop-filter: blur(5px);
}

.social-post-card-instagram .social-post-platform {
  background: linear-gradient(100deg, rgba(133, 52, 176, .9), rgba(226, 55, 117, .9), rgba(245, 133, 41, .9));
}

.social-post-disclosure {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  color: #3d2732;
  font-size: 11px;
  font-weight: 900;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(38, 20, 30, .14);
  backdrop-filter: blur(5px);
}

.social-post-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 56px;
  height: 56px;
  padding-left: 4px;
  place-items: center;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  background: rgba(0, 0, 0, .56);
  border: 2px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .22);
  transform: translate(-50%, -50%);
}

.social-post-body {
  display: flex;
  min-height: 154px;
  padding: 20px 20px 18px;
  flex-direction: column;
}

.social-post-account {
  margin-bottom: 7px;
  color: #d8407e;
  font-size: 13px;
  font-weight: 800;
}

.social-post-body strong {
  display: block;
  font-size: 17px;
  line-height: 1.55;
}

.social-post-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-top: 14px;
  color: #7b5366;
  font-size: 13px;
  font-weight: 800;
}

.social-posts-hint {
  display: none;
  margin: 7px 0 0;
  color: #8d6d7d;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 700px) {
  .social-posts-track {
    gap: 14px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .social-post-card { flex-basis: min(78vw, 300px); }
  .social-post-platform { left: 10px; }
  .social-post-disclosure { right: 10px; padding-right: 8px; padding-left: 8px; }
  .social-post-body { min-height: 144px; padding: 17px 18px 16px; }
  .social-posts-hint { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  .social-post-card,
  .social-post-media img { transition: none; }
}

/* ===== v1.0.11: service overview main visual slider ===== */
.hero-service {
  padding: 42px 0 76px;
}

.hero-service-slider {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(240, 207, 222, .95);
  border-radius: 38px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(137, 79, 111, .15);
  touch-action: pan-y;
}

.hero-service-slides {
  position: relative;
  min-height: 590px;
}

.hero-service-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  min-height: 590px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .55s ease, visibility .55s ease;
}

.hero-service-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero-service-media {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: #f8eaf1;
}

.hero-service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 68%, rgba(255, 255, 255, .18));
  pointer-events: none;
}

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

.hero-service-slide-primary .hero-service-media img { object-position: center; }

.hero-service-media-sheet {
  display: grid;
  padding: 48px;
  place-items: center;
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, .92), transparent 28%),
    linear-gradient(145deg, #ffe8f3, #f1e9ff);
}

.hero-service-media-sheet img {
  height: auto;
  max-height: 485px;
  object-fit: contain;
  border: 8px solid #fff;
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(103, 66, 97, .17);
}

.hero-service-media-phone {
  display: grid;
  padding: 34px 60px;
  place-items: center;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, .92), transparent 27%),
    linear-gradient(145deg, #e8f8ff, #fff0f7);
}

.hero-service-media-phone img {
  width: auto;
  max-width: 290px;
  height: 520px;
  object-fit: cover;
  object-position: top center;
  border: 9px solid #fff;
  border-radius: 30px;
  box-shadow: 0 20px 42px rgba(60, 87, 108, .18);
}

.hero-service-copy {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 68px 64px 88px;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 200, 222, .38), transparent 23%),
    linear-gradient(145deg, #fff 0%, #fff9fc 100%);
}

.hero-service-copy::after {
  content: "♡ ✦";
  position: absolute;
  right: 34px;
  bottom: 34px;
  color: rgba(224, 70, 139, .2);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .35em;
}

.hero-service-number {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #e4488e;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .06em;
}

.hero-service-number span {
  padding: 6px 11px;
  color: #ba4f82;
  font-size: 11px;
  letter-spacing: .12em;
  background: #fff0f7;
  border: 1px solid #ffd4e6;
  border-radius: 999px;
}

.hero-service-copy h2 {
  margin: 0 0 22px;
  color: #d94387;
  font-family: var(--font-display, "Yusei Magic", "M PLUS Rounded 1c", sans-serif);
  font-size: clamp(34px, 3.2vw, 49px);
  font-weight: 800;
  line-height: 1.34;
  letter-spacing: -.045em;
}

.hero-service-copy > p:not(.hero-service-number) {
  max-width: 520px;
  margin: 0;
  color: #755f6c;
  font-size: 16px;
  line-height: 1.95;
}

.hero-service-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.hero-service-actions .button { min-height: 54px; }

.hero-service-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #c93d7d;
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(201, 61, 125, .3);
  text-underline-offset: 5px;
}

.hero-service-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  color: #d94387;
  background: rgba(255, 255, 255, .94);
  border: 2px solid rgba(222, 78, 143, .18);
  border-radius: 50%;
  box-shadow: 0 9px 24px rgba(91, 55, 77, .16);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .2s ease, box-shadow .2s ease;
}

.hero-service-arrow:hover { box-shadow: 0 12px 28px rgba(91, 55, 77, .22); }
.hero-service-arrow-prev { left: 18px; }
.hero-service-arrow-next { right: 18px; }

.hero-service-arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-service-controls {
  position: absolute;
  z-index: 6;
  right: 50%;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px 8px 14px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(236, 194, 215, .9);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(91, 55, 77, .12);
  transform: translateX(50%);
  backdrop-filter: blur(8px);
}

.hero-service-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-service-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #d5bbc7;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.hero-service-dot.is-active {
  width: 30px;
  background: #df4b8e;
}

.hero-service-toggle {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  place-items: center;
  color: #bd4e82;
  font-size: 12px;
  font-weight: 900;
  background: #fff0f6;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.hero-service-arrow:focus-visible,
.hero-service-dot:focus-visible,
.hero-service-toggle:focus-visible {
  outline: 3px solid rgba(223, 75, 142, .38);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .hero-service-slide {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .92fr);
  }

  .hero-service-copy { padding: 52px 42px 82px; }
  .hero-service-copy h2 { font-size: clamp(30px, 4vw, 40px); }
  .hero-service-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
}

@media (max-width: 760px) {
  .hero-service { padding: 22px 0 54px; }
  .hero-service-slider { border-radius: 26px; }
  .hero-service-slides { min-height: 700px; }
  .hero-service-slide {
    grid-template-columns: 1fr;
    grid-template-rows: 310px 1fr;
    min-height: 700px;
  }

  .hero-service-media { min-height: 310px; }
  .hero-service-media-sheet { padding: 25px 34px; }
  .hero-service-media-sheet img { max-height: 270px; border-width: 6px; border-radius: 18px; }
  .hero-service-media-phone { padding: 18px 40px; }
  .hero-service-media-phone img { width: 172px; height: 282px; border-width: 6px; border-radius: 22px; }
  .hero-service-copy { padding: 36px 28px 84px; justify-content: flex-start; }
  .hero-service-number { margin-bottom: 15px; }
  .hero-service-copy h2 { margin-bottom: 15px; font-size: clamp(27px, 8vw, 34px); }
  .hero-service-copy > p:not(.hero-service-number) { font-size: 14px; line-height: 1.85; }
  .hero-service-actions { margin-top: 22px; }
  .hero-service-actions .button { width: 100%; }
  .hero-service-arrow { top: 155px; width: 42px; height: 42px; }
  .hero-service-arrow-prev { left: 10px; }
  .hero-service-arrow-next { right: 10px; }
  .hero-service-controls { bottom: 22px; }
  .hero-service-copy::after { right: 20px; bottom: 28px; font-size: 22px; }
}

@media (max-width: 420px) {
  .hero-service-slides,
  .hero-service-slide { min-height: 720px; }
  .hero-service-slide { grid-template-rows: 285px 1fr; }
  .hero-service-media { min-height: 285px; }
  .hero-service-arrow { top: 142px; }
  .hero-service-copy { padding: 30px 22px 84px; }
  .hero-service-copy h2 { font-size: 26px; }
  .hero-service-number span { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-service-slide,
  .hero-service-dot { transition: none; }
}
.order-guide-media {
  margin: 30px auto 42px;
  text-align: center;
}
.order-guide-media img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid rgba(228, 184, 208, .52);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(130, 83, 120, .13);
}
.order-guide-media-catalog {
  max-width: 760px;
}
.order-guide-media-phone {
  max-width: 390px;
}
.order-guide-media figcaption {
  margin-top: 12px;
  color: #866f8b;
  font-size: .86rem;
  font-weight: 600;
  line-height: 1.7;
}
.order-guide-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  margin: 30px 0 44px;
}
.order-guide-form-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid #f0d6e4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(130, 83, 120, .10);
}
.order-guide-form-preview {
  display: block;
  aspect-ratio: 2150 / 1521;
  overflow: hidden;
  background: linear-gradient(145deg, #fffafd, #f7f1ff);
}
.article-content .order-guide-form-preview img {
  width: 100%;
  height: 100%;
  padding: 16px;
  border-radius: 0;
  object-fit: contain;
  transition: transform .25s ease;
}
.order-guide-form-preview:hover img {
  transform: scale(1.015);
}
.order-guide-form-card figcaption {
  display: grid;
  gap: 8px;
  padding: 18px 20px 20px;
  color: #765f7c;
  font-size: .88rem;
  line-height: 1.65;
  text-align: left;
}
.order-guide-form-card figcaption strong {
  color: #65486b;
  font-size: 1.08rem;
}
.article-content .order-guide-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  margin-top: 4px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #fff0f7;
  color: #d74789;
  font-weight: 800;
  text-decoration: none;
}
.article-content .order-guide-download:hover,
.article-content .order-guide-download:focus-visible {
  background: #ffe1ef;
}
@media (max-width: 650px) {
  .order-guide-media {
    margin: 24px auto 34px;
  }
  .order-guide-media img {
    border-radius: 18px;
  }
  .order-guide-media-phone {
    max-width: min(88vw, 360px);
  }
  .order-guide-form-grid { gap: 18px; }
  .order-guide-form-preview {
    aspect-ratio: 2150 / 1521;
  }
}
@media (max-width: 650px) {
  .image-heading-faq img {
    max-width: min(100%, 390px) !important;
    max-height: 90px !important;
  }
  .footer-logo-link img {
    width: 136px !important;
  }
}


/* ===== v13: mobile layout and copy refinements ===== */
#design-support-title {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  line-height: 1.16 !important;
  letter-spacing: -.055em !important;
  font-size: clamp(28px, 2.65vw, 39px) !important;
}

.final-inner h2 {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  letter-spacing: -.045em;
  font-size: clamp(30px, 4vw, 50px) !important;
}

.legal-icon { display: none !important; }
.legal-card-featured { padding-right: clamp(22px, 4vw, 42px) !important; }
.subpage-hero h1 {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  line-height: 1.18;
  font-size: clamp(28px, 4.2vw, 52px) !important;
}

@media (max-width: 760px) {
  /* Product and design cards become horizontal swipe lists on smartphones. */
  .item-grid,
  .design-grid,
  .discount-image-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 4px 20px 18px;
    margin-inline: -20px;
    scrollbar-width: none;
  }
  .item-grid::-webkit-scrollbar,
  .design-grid::-webkit-scrollbar,
  .discount-image-grid::-webkit-scrollbar { display: none; }
  .item-card,
  .design-card,
  .discount-image-card {
    flex: 0 0 min(78vw, 310px) !important;
    width: min(78vw, 310px) !important;
    max-width: none !important;
    scroll-snap-align: center;
  }
  .design-card { flex-basis: min(74vw, 292px) !important; width: min(74vw, 292px) !important; }
  .discount-image-card { flex-basis: min(76vw, 296px) !important; width: min(76vw, 296px) !important; }
  .item-card img { max-height: 205px; object-fit: contain; }
  .design-card img { max-height: 230px; object-fit: cover; }
  .discount-image-card img { width: 100%; height: auto; display: block; }

  #design-support-title {
    font-size: clamp(20px, 5.1vw, 25px) !important;
    letter-spacing: -.08em !important;
    max-width: 100%;
  }
  .design-support-copy {
    min-width: 0;
  }
  .final-inner h2 {
    font-size: clamp(22px, 6vw, 30px) !important;
    letter-spacing: -.06em;
  }
  .subpage-hero h1 {
    font-size: clamp(20px, 5vw, 28px) !important;
    letter-spacing: -.05em !important;
  }
  .subpage-lead {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  #design-support-title {
    font-size: clamp(19px, 4.9vw, 22px) !important;
    letter-spacing: -.09em !important;
  }
  .final-inner h2 {
    font-size: clamp(21px, 5.65vw, 27px) !important;
  }
  .subpage-hero h1 {
    font-size: clamp(19px, 4.7vw, 24px) !important;
  }
}


/* ===== v14: latest discount images / mobile item card image fit / no-wrap text ===== */
@media (max-width: 760px) {
  .item-card {
    flex: 0 0 min(82vw, 330px) !important;
    width: min(82vw, 330px) !important;
    border-radius: 26px !important;
    overflow: hidden !important;
  }
  .item-visual {
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 24px 24px 0 0 !important;
  }
  .item-visual img,
  .item-card img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    border-radius: 24px 24px 0 0 !important;
  }
  .item-content {
    padding: 18px 16px 20px !important;
  }
  .item-card h3 {
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    font-size: clamp(16px, 4.2vw, 19px) !important;
    letter-spacing: -.055em !important;
    line-height: 1.22 !important;
  }
  .item-label {
    font-size: 10px !important;
  }
}
@media (max-width: 390px) {
  .item-card {
    flex-basis: min(84vw, 316px) !important;
    width: min(84vw, 316px) !important;
  }
  .item-card h3 {
    font-size: clamp(15px, 4vw, 17px) !important;
    letter-spacing: -.07em !important;
  }
}


/* ===== v16: design examples 9-card grid ===== */
@media (min-width: 761px) {
  #designs .design-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-width: 980px !important;
    margin: 0 auto !important;
    gap: 18px !important;
  }
}
#designs .design-sample-card img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}


/* ===== v17: PICK UP ===== */
.pickup {
  position: relative;
  padding: 76px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 14%, rgba(255, 196, 225, .34), transparent 18%),
    radial-gradient(circle at 92% 18%, rgba(214, 233, 255, .36), transparent 18%),
    radial-gradient(circle at 14% 88%, rgba(223, 210, 255, .28), transparent 20%),
    linear-gradient(180deg, #fffdfd 0%, #fff8fc 100%);
}
.pickup::before {
  content: "♡  ✦  ୨୧  ♡  ✦";
  position: absolute;
  top: 26px;
  left: 50%;
  color: rgba(255, 116, 174, .20);
  font-size: 20px;
  letter-spacing: 18px;
  white-space: nowrap;
  transform: translateX(-50%);
}
.pickup-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(360px, 1.02fr);
  align-items: center;
  gap: 34px;
  padding: 32px;
  border: 2px solid #f4d8e6;
  border-radius: 40px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 210, 232, .42), transparent 20%),
    radial-gradient(circle at 88% 16%, rgba(210, 230, 255, .42), transparent 18%),
    linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(255,249,253,.96) 100%);
  box-shadow: 0 22px 48px rgba(214, 106, 165, .10), 0 10px 22px rgba(135, 95, 150, .06);
  overflow: hidden;
}
.pickup-inner::before,
.pickup-inner::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.pickup-inner::before {
  width: 160px;
  height: 160px;
  right: -30px;
  top: -30px;
  background: radial-gradient(circle, rgba(255, 210, 232, .32) 0%, rgba(255,210,232,0) 70%);
}
.pickup-inner::after {
  width: 170px;
  height: 170px;
  left: -45px;
  bottom: -40px;
  background: radial-gradient(circle, rgba(213, 230, 255, .30) 0%, rgba(213,230,255,0) 72%);
}
.pickup-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 18px 10px 18px 18px;
}
.pickup-visual::before,
.pickup-visual::after {
  content: "";
  position: absolute;
  border-radius: 34px;
}
.pickup-visual::before {
  inset: 18px 20px 0 0;
  background: linear-gradient(145deg, #f8dded, #e7e0ff);
  box-shadow: 0 18px 36px rgba(170, 115, 153, .12);
  transform: rotate(-4deg);
}
.pickup-visual::after {
  inset: 8px 0 14px 26px;
  border: 2px solid #f6dde9;
  background: linear-gradient(145deg, #ffffff, #fff7fb);
  box-shadow: 0 16px 28px rgba(170, 115, 153, .08);
  transform: rotate(4deg);
}
.pickup-slider {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 34px;
  background: #fff1f7;
  box-shadow: 0 22px 48px rgba(135, 81, 116, .16);
  touch-action: pan-y;
}
.pickup-slides,
.pickup-slide {
  position: absolute;
  inset: 0;
}
.pickup-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s ease, visibility .45s ease;
}
.pickup-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.pickup-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pickup-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 2px solid rgba(255, 94, 160, .16);
  border-radius: 50%;
  color: #d74b92;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 22px rgba(100, 65, 88, .14);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.pickup-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pickup-arrow:hover {
  color: var(--pink-strong);
  border-color: rgba(255, 94, 160, .32);
  background: #fff;
  transform: translateY(-50%) scale(1.06);
}
.pickup-arrow-prev { left: 14px; }
.pickup-arrow-next { right: 14px; }
.pickup-dots {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 16px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 9px;
}
.pickup-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(100, 73, 106, .38);
  box-shadow: 0 2px 7px rgba(100, 65, 88, .16);
  cursor: pointer;
  transition: width .2s ease, border-radius .2s ease, background .2s ease;
}
.pickup-dot.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--pink-strong);
}
.pickup-arrow:focus-visible,
.pickup-dot:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.pickup-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 28px 26px;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.pickup-copy::before {
  content: "♡";
  position: absolute;
  right: 22px;
  top: 18px;
  color: rgba(255, 112, 171, .22);
  font-size: 28px;
}
.pickup-copy .eyebrow {
  margin-bottom: 12px;
  color: #ff5ea0;
  background: #fff0f7;
  box-shadow: inset 0 0 0 1px #ffd5e7;
}
.pickup-copy h2 {
  margin: 0 0 14px;
  color: #db4f96;
  font-family: var(--font-display, "Yusei Magic", "M PLUS Rounded 1c", sans-serif);
  font-size: clamp(28px, 2.65vw, 39px);
  font-weight: 800;
  line-height: 1.34;
  letter-spacing: -.055em;
}
.pickup-title-line { display: block; }
.pickup-title-action > span { display: block; }
.pickup-description {
  text-wrap: pretty;
}
.pickup-nowrap {
  white-space: nowrap;
}
.pickup-copy > p:not(.eyebrow) {
  margin: 0;
  color: #826e86;
  font-size: 15px;
  line-height: 1.95;
}
.pickup-members {
  --pickup-heart-size: 12px;
  --pickup-heart-gap: 7px;
  margin: 22px 0 0;
  padding: 18px 20px;
  border: 1px solid #f2d4e4;
  border-radius: 20px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 24px rgba(173, 93, 139, .07);
}
.pickup-members p { margin: 0; }
.pickup-members-label {
  margin-bottom: 6px !important;
  color: #d74b92;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.pickup-members-label::before {
  content: "♡";
  display: inline-block;
  width: var(--pickup-heart-size);
  margin-right: var(--pickup-heart-gap);
  color: #ff72ad;
  text-align: center;
}
.pickup-members-label::after {
  content: "♡";
  display: inline-block;
  width: var(--pickup-heart-size);
  margin-left: var(--pickup-heart-gap);
  color: #ff72ad;
  text-align: center;
}
.pickup-members p:last-child {
  color: #826e86;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .02em;
  white-space: nowrap;
}
.pickup-member-list {
  padding-left: calc(var(--pickup-heart-size) + var(--pickup-heart-gap));
}
.pickup-member-list span { white-space: nowrap; }
.pickup-member-list span:not(:last-child)::after { content: "/"; }

@media (max-width: 900px) {
  .pickup { padding: 62px 0 76px; }
  .pickup-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 22px;
    border-radius: 32px;
  }
  .pickup-visual {
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
    padding: 14px 10px 14px 14px;
  }
  .pickup-copy {
    width: 100%;
    max-width: 720px;
    margin-inline: auto;
    padding: 24px 22px;
  }
  .pickup-copy h2 { font-size: clamp(25px, 3.8vw, 34px); }
}

@media (max-width: 760px) {
  .pickup-slider {
    max-width: 520px;
    border-radius: 28px;
  }
  .pickup-copy h2 {
    margin-bottom: 16px;
    font-size: clamp(20px, 5.1vw, 25px);
    line-height: 1.4;
    letter-spacing: -.06em;
  }
  .pickup-copy > p:not(.eyebrow) { font-size: 14px; }
  .pickup-members {
    margin: 20px 0 0;
    padding: 16px;
  }
}

@media (max-width: 650px) {
  .pickup::before {
    font-size: 15px;
    letter-spacing: 10px;
  }
  .pickup-inner {
    padding: 16px;
    border-radius: 26px;
  }
  .pickup-visual { padding: 10px 6px 10px 10px; }
  .pickup-visual::before,
  .pickup-visual::after { border-radius: 24px; }
  .pickup-slider { border-radius: 22px; }
  .pickup-copy {
    padding: 20px 16px;
    border-radius: 24px;
  }
  .pickup-members {
    --pickup-heart-size: 11px;
    padding: 14px 8px;
  }
  .pickup-members-label {
    font-size: 11px;
    letter-spacing: -.055em;
    text-align: center;
  }
  .pickup-members p:last-child {
    font-size: 8px;
    letter-spacing: 0;
  }
  .pickup-member-list {
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .pickup-arrow {
    width: 38px;
    height: 38px;
  }
  .pickup-arrow svg { width: 17px; height: 17px; }
  .pickup-arrow-prev { left: 10px; }
  .pickup-arrow-next { right: 10px; }
  .pickup-dots { bottom: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .pickup-slide,
  .pickup-arrow,
  .pickup-dot { transition: none; }
}

/* ===== v1.0.6: kawaii order roadmap ===== */
#flow {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 197, 222, .32), transparent 20%),
    radial-gradient(circle at 92% 88%, rgba(204, 224, 255, .34), transparent 22%),
    linear-gradient(180deg, #fff8fc 0%, #fff 100%);
}
#flow .flow-board {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 62px 48px 42px;
  border: 3px dashed #f1bfd6;
  border-radius: 46px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.88), rgba(255,249,252,.94)),
    #fff;
  box-shadow: 0 24px 60px rgba(183, 101, 148, .13), inset 0 0 0 8px rgba(255,255,255,.72);
}
#flow .flow-board::before {
  content: "HOW TO ORDER  ♡  4 STEPS";
  position: absolute;
  top: 0;
  left: 50%;
  padding: 9px 22px 10px;
  border-radius: 0 0 18px 18px;
  color: #d94f95;
  background: #ffe5f1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  transform: translateX(-50%);
  white-space: nowrap;
}
#flow .flow-board-deco {
  position: absolute;
  z-index: 2;
  color: #ff79b2;
  line-height: 1;
  pointer-events: none;
}
#flow .flow-board-deco-heart { top: 24px; left: 28px; font-size: 30px; transform: rotate(-12deg); }
#flow .flow-board-deco-star { right: 30px; bottom: 26px; color: #9d82e4; font-size: 24px; transform: rotate(10deg); }
#flow .flow-list {
  display: grid !important;
  grid-template-areas: "step1 step2" "step4 step3";
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 40px 76px !important;
  margin: 0 !important;
}
#flow .flow-list::before { display: none !important; }
#flow .flow-step {
  position: relative;
  display: flex !important;
  min-width: 0;
  padding: 0 !important;
}
#flow .flow-step:nth-child(1) { grid-area: step1; }
#flow .flow-step:nth-child(2) { grid-area: step2; }
#flow .flow-step:nth-child(3) { grid-area: step3; }
#flow .flow-step:nth-child(4) { grid-area: step4; }
#flow .flow-step::before { display: none !important; }
#flow .flow-step:not(:last-child)::after {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #ff76b0;
  box-shadow: 0 7px 16px rgba(210, 85, 145, .22);
  font-size: 20px;
  font-weight: 900;
}
#flow .flow-step:nth-child(1)::after { content: "→"; top: 50%; right: -57px; transform: translateY(-50%); }
#flow .flow-step:nth-child(2)::after { content: "↓"; right: 50%; bottom: -39px; transform: translateX(50%); background: #987fdc; }
#flow .flow-step:nth-child(3)::after { content: "←"; top: 50%; left: -57px; transform: translateY(-50%); background: #5ab9df; }
#flow .flow-marker {
  position: absolute;
  z-index: 5;
  top: -16px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  width: auto !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  border: 3px solid #fff !important;
  border-radius: 999px !important;
  background: #ff6fa9 !important;
  box-shadow: 0 8px 18px rgba(210, 85, 145, .18) !important;
}
#flow .flow-marker::before {
  content: "STEP";
  margin-right: 7px;
  color: rgba(255,255,255,.86);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
}
#flow .flow-marker span { font-size: 13px; letter-spacing: .05em; }
#flow .flow-step:nth-child(2) .flow-marker { background: #987fdc !important; }
#flow .flow-step:nth-child(3) .flow-marker { background: #54b4dc !important; }
#flow .flow-step:nth-child(4) .flow-marker { background: #46ae89 !important; }
#flow .flow-card {
  display: grid !important;
  grid-template-columns: 104px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 22px !important;
  width: 100%;
  min-height: 196px !important;
  padding: 34px 30px 28px !important;
  border: 2px solid #f5d5e4 !important;
  border-radius: 32px !important;
  background: linear-gradient(145deg, #fff, #fff5fa) !important;
  box-shadow: 0 16px 34px rgba(178, 104, 148, .11) !important;
  text-align: left !important;
  transform: rotate(-.45deg);
}
#flow .flow-step:nth-child(2) .flow-card { border-color: #e6dcf8 !important; background: linear-gradient(145deg, #fff, #f8f4ff) !important; transform: rotate(.45deg); }
#flow .flow-step:nth-child(3) .flow-card { border-color: #d5ecf7 !important; background: linear-gradient(145deg, #fff, #f2fbff) !important; transform: rotate(-.35deg); }
#flow .flow-step:nth-child(4) .flow-card { border-color: #d2eee4 !important; background: linear-gradient(145deg, #fff, #f2fcf8) !important; transform: rotate(.35deg); }
#flow .flow-card::before { left: 20px !important; right: 20px !important; height: 6px !important; border-radius: 0 0 999px 999px !important; }
#flow .flow-icon {
  width: 94px !important;
  height: 94px !important;
  margin: 0 !important;
  border-radius: 30px !important;
  background: #ffe5f1 !important;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.86), 0 10px 22px rgba(213, 99, 155, .10) !important;
}
#flow .flow-step:nth-child(2) .flow-icon { color: #876bd4 !important; background: #eee7ff !important; }
#flow .flow-step:nth-child(3) .flow-icon { color: #42a6d0 !important; background: #e5f7ff !important; }
#flow .flow-step:nth-child(4) .flow-icon { color: #389b77 !important; background: #e2f8ef !important; }
#flow .flow-card h3 {
  display: block !important;
  min-height: 0 !important;
  margin: 0 0 9px !important;
  color: #cb4d90 !important;
  font-size: clamp(20px, 2vw, 25px) !important;
  line-height: 1.4 !important;
  text-wrap: balance;
}
#flow .flow-card p { margin: 0 !important; font-size: 14px !important; line-height: 1.8 !important; }
#flow .flow-caption {
  max-width: 860px;
  margin: 34px auto 0 !important;
  padding: 13px 18px;
  border-radius: 16px;
  color: #8c7084;
  background: #fff4f8;
  font-size: 12px;
}
#flow .flow-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}
#flow .flow-actions .button { min-width: 250px; }
#flow .flow-detail-button {
  color: #fff;
  background: linear-gradient(135deg, #ff77b2, #ef5d9f);
  box-shadow: 0 12px 24px rgba(222, 81, 148, .22);
}
#flow .flow-detail-button:hover,
#flow .flow-detail-button:focus-visible { color: #fff; transform: translateY(-2px); }

@media (max-width: 900px) {
  #flow .flow-board { padding: 58px 26px 34px; border-radius: 38px; }
  #flow .flow-list { gap: 34px 52px !important; }
  #flow .flow-card { grid-template-columns: 82px minmax(0, 1fr) !important; gap: 16px !important; min-height: 180px !important; padding: 32px 22px 24px !important; }
  #flow .flow-icon { width: 78px !important; height: 78px !important; border-radius: 25px !important; }
  #flow .flow-step:nth-child(1)::after { right: -45px; }
  #flow .flow-step:nth-child(3)::after { left: -45px; }
  #flow .flow-card h3 { font-size: 20px !important; }
}

@media (max-width: 650px) {
  #flow .flow-board { padding: 56px 14px 28px; border-width: 2px; border-radius: 30px; }
  #flow .flow-board::before { padding-inline: 15px; font-size: 9px; }
  #flow .flow-board-deco-heart { top: 28px; left: 16px; font-size: 23px; }
  #flow .flow-board-deco-star { right: 14px; bottom: 18px; font-size: 19px; }
  #flow .flow-list {
    grid-template-areas: "step1" "step2" "step3" "step4";
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
  }
  #flow .flow-step:not(:last-child)::after {
    content: "↓" !important;
    top: auto !important;
    right: 50% !important;
    bottom: -29px !important;
    left: auto !important;
    width: 32px;
    height: 32px;
    font-size: 17px;
    transform: translateX(50%) !important;
  }
  #flow .flow-step:nth-child(1)::after { background: #ff76b0; }
  #flow .flow-step:nth-child(2)::after { background: #987fdc; }
  #flow .flow-step:nth-child(3)::after { background: #5ab9df; }
  #flow .flow-card {
    grid-template-columns: 70px minmax(0, 1fr) !important;
    gap: 14px !important;
    min-height: 148px !important;
    padding: 30px 16px 20px !important;
    border-radius: 25px !important;
    transform: none !important;
  }
  #flow .flow-marker { left: 16px; height: 34px !important; padding-inline: 12px !important; }
  #flow .flow-icon { width: 66px !important; height: 66px !important; border-radius: 21px !important; }
  #flow .flow-icon svg { width: 34px; }
  #flow .flow-card h3 { font-size: clamp(17px, 5vw, 20px) !important; white-space: normal; }
  #flow .flow-card p { font-size: 12px !important; line-height: 1.7 !important; }
  #flow .flow-caption { margin-top: 28px !important; padding: 12px 14px; text-align: left; }
  #flow .flow-actions { display: grid; gap: 10px; }
  #flow .flow-actions .button { width: 100%; min-width: 0; }
}

/* ===== v1.0.7: vertical order roadmap and centered SVG arrows ===== */
#flow .flow-board { max-width: 1060px; }
#flow .flow-list {
  grid-template-areas: none !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 64px !important;
  max-width: 900px;
  margin: 0 auto !important;
}
#flow .flow-step,
#flow .flow-step:nth-child(1),
#flow .flow-step:nth-child(2),
#flow .flow-step:nth-child(3),
#flow .flow-step:nth-child(4) { grid-area: auto !important; }
#flow .flow-step:not(:last-child)::after { display: none !important; }
#flow .flow-card,
#flow .flow-step:nth-child(2) .flow-card,
#flow .flow-step:nth-child(3) .flow-card,
#flow .flow-step:nth-child(4) .flow-card {
  grid-template-columns: 112px minmax(0, 1fr) !important;
  gap: 28px !important;
  min-height: 184px !important;
  padding: 34px 38px 28px !important;
  transform: none !important;
}
#flow .flow-icon {
  width: 100px !important;
  height: 100px !important;
}
#flow .flow-card h3 { font-size: clamp(22px, 2.2vw, 28px) !important; }
#flow .flow-card p { font-size: 15px !important; }
#flow .flow-arrow {
  position: absolute;
  z-index: 6;
  bottom: -50px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #ff76b0;
  box-shadow: 0 8px 18px rgba(210, 85, 145, .22);
  transform: translateX(-50%);
}
#flow .flow-arrow svg {
  display: block;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#flow .flow-step:nth-child(2) .flow-arrow { background: #987fdc; }
#flow .flow-step:nth-child(3) .flow-arrow { background: #5ab9df; }

@media (max-width: 650px) {
  #flow .flow-list { gap: 58px !important; }
  #flow .flow-card,
  #flow .flow-step:nth-child(2) .flow-card,
  #flow .flow-step:nth-child(3) .flow-card,
  #flow .flow-step:nth-child(4) .flow-card {
    grid-template-columns: 70px minmax(0, 1fr) !important;
    gap: 14px !important;
    min-height: 154px !important;
    padding: 30px 16px 20px !important;
  }
  #flow .flow-icon { width: 66px !important; height: 66px !important; }
  #flow .flow-card h3 { font-size: clamp(17px, 5vw, 20px) !important; }
  #flow .flow-card p { font-size: 12px !important; }
  #flow .flow-arrow {
    bottom: -46px;
    width: 36px;
    height: 36px;
  }
  #flow .flow-arrow svg { width: 20px; height: 20px; }
}

/* ===== v1.0.12: completed-image main visual slider ===== */
.hero-image-slider .hero-service-slides {
  min-height: 0;
  aspect-ratio: 1500 / 844;
}

.hero-image-slider .hero-image-slide,
.hero-image-slider .hero-image-slide.is-active {
  position: absolute;
  inset: 0;
  display: block;
  min-height: 0;
}

.hero-image-slide picture,
.hero-image-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-image-slide img { object-fit: cover; }

.hero-image-slider .hero-service-controls { bottom: 18px; }

@media (max-width: 640px) {
  .hero-image-slider .hero-service-slides { aspect-ratio: 941 / 1672; }
  .hero-image-slider .hero-service-arrow { top: 50%; }
  .hero-image-slider .hero-service-controls { bottom: 16px; }
}

/* ===== v1.0.13: TIF interviews, official SNS and image headings ===== */
.image-heading-column img,
.image-heading-wearing-posts img {
  max-width: min(100%, 600px) !important;
  max-height: 108px !important;
}

.social-post-card-interview .social-post-media img { object-position: center 34%; }
.social-post-card-interview .social-post-disclosure {
  font-size: 9px;
  letter-spacing: -.02em;
}

.official-sns-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  margin-top: 38px;
  padding: 30px 34px;
  overflow: hidden;
  border: 1px solid rgba(236, 114, 164, .22);
  border-radius: 30px;
  background: radial-gradient(circle at 4% 15%, rgba(255, 171, 209, .24), transparent 31%), radial-gradient(circle at 97% 85%, rgba(172, 210, 255, .28), transparent 32%), rgba(255, 255, 255, .92);
  box-shadow: 0 16px 40px rgba(101, 52, 75, .10);
}
.official-sns-copy .eyebrow { margin-bottom: 7px; }
.official-sns-copy h3 {
  margin: 0 0 7px;
  color: #b8407e;
  font-size: clamp(21px, 2.7vw, 29px);
}
.official-sns-copy > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.official-sns-actions { display: flex; gap: 12px; }
.official-sns-button {
  display: grid;
  grid-template-columns: 32px auto 16px;
  align-items: center;
  gap: 10px;
  min-width: 184px;
  min-height: 68px;
  padding: 11px 16px;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(67, 34, 54, .16);
  transition: transform .2s ease, box-shadow .2s ease;
}
.official-sns-button:hover,
.official-sns-button:focus-visible {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(67, 34, 54, .23);
}
.official-sns-button:focus-visible {
  outline: 3px solid rgba(225, 79, 145, .28);
  outline-offset: 4px;
}
.official-sns-button svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.official-sns-button svg .icon-fill { fill: currentColor; stroke: none; }
.official-sns-button > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
}
.official-sns-button small {
  margin-bottom: 3px;
  font-size: 8px;
  letter-spacing: .12em;
  opacity: .82;
}
.official-sns-instagram { background: linear-gradient(120deg, #833ab4 0%, #d62976 45%, #f77737 100%); }
.official-sns-tiktok { background: #19161b; }

.footer-social {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 3px;
}
.footer-social > span {
  margin-right: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.footer-social a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #fff;
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(80, 44, 64, .13);
  transition: transform .2s ease, box-shadow .2s ease;
}
.footer-social a:hover,
.footer-social a:focus-visible {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 11px 22px rgba(80, 44, 64, .20);
}
.footer-social a:focus-visible {
  outline: 3px solid rgba(225, 79, 145, .25);
  outline-offset: 3px;
}
.footer-social svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}
.footer-social svg .icon-fill { fill: currentColor; stroke: none; }
.footer-social-instagram { background: linear-gradient(135deg, #833ab4, #d62976 55%, #f77737); }
.footer-social-tiktok { background: #19161b; }
.footer-legal-links { grid-column: 1 / -1; }

@media (max-width: 900px) {
  .official-sns-panel { grid-template-columns: 1fr; text-align: center; }
  .official-sns-actions { justify-content: center; }
}

@media (max-width: 650px) {
  .image-heading-column img,
  .image-heading-wearing-posts img {
    max-width: min(100%, 390px) !important;
    max-height: 82px !important;
  }
  .official-sns-panel { gap: 23px; padding: 25px 18px; border-radius: 24px; }
  .official-sns-actions { display: grid; width: 100%; }
  .official-sns-button { width: 100%; min-height: 62px; }
  .social-post-card-interview .social-post-disclosure { font-size: 8px; }
}

/* ===== v1.0.15: manageable wearing-post archive ===== */
.wearing-posts-more { margin-top: 22px; }

.wearing-posts-archive-main {
  background: linear-gradient(180deg, #fffafd 0%, #fff 44%, #fff7fb 100%);
}
.wearing-posts-archive-hero {
  padding: 72px 0 42px;
  background:
    radial-gradient(circle at 8% 25%, rgba(255, 191, 217, .28), transparent 22%),
    radial-gradient(circle at 92% 30%, rgba(183, 221, 255, .28), transparent 23%);
}
.wearing-posts-archive-hero .section-heading { margin-bottom: 0; }
.wearing-posts-archive-hero .section-heading > p:last-child {
  max-width: 660px;
  margin: 13px auto 0;
  color: var(--muted);
}
.wearing-posts-archive-section { padding-top: 50px; }
.wearing-posts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 20px;
}
.wearing-posts-grid .social-post-card {
  width: 100%;
  min-width: 0;
  flex: none;
}
.wearing-posts-pagination { margin-top: 54px; }
.wearing-posts-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.wearing-posts-pagination .page-numbers {
  display: grid;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  place-items: center;
  color: #855e72;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid rgba(236, 114, 164, .25);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(101, 52, 75, .07);
}
.wearing-posts-pagination .page-numbers.current,
.wearing-posts-pagination .page-numbers:hover {
  color: #fff;
  background: linear-gradient(135deg, #ff74ae, #b493ef);
  border-color: transparent;
}
.wearing-posts-empty {
  padding: 70px 20px;
  color: var(--muted);
  text-align: center;
}

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

@media (max-width: 560px) {
  .wearing-posts-archive-hero { padding: 48px 0 28px; }
  .wearing-posts-archive-section { padding-top: 38px; }
  .wearing-posts-grid { grid-template-columns: 1fr; gap: 20px; }
  .wearing-posts-grid .social-post-card { max-width: 360px; margin-inline: auto; }
  .wearing-posts-more .button { width: 100%; }
}
