:root {
  --pink:#d9366e;
  --pink-dark:#b82458;
  --pale:#fff5f8;
  --soft:#fde8ef;
  --ink:#2f282b;
  --muted:#6e6267;
  --line:#efd2dc;
  --green:#28a957;
  --shadow:0 18px 46px rgba(91,35,57,.12)
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:18px;
  line-height:1.8
}

img {
  display:block;
  max-width:100%
}

a {
  color:inherit;
  text-decoration:none
}

.wrap {
  width:min(1120px,calc(100% - 48px));
  margin:auto
}

.narrow {
  max-width:900px
}

.skip {
  position:fixed;
  left:8px;
  top:-100px;
  z-index:999;
  padding:12px;
  background:#fff
}

.skip:focus {
  top:8px
}

.header {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(12px)
}

.header-inner {
  min-height:84px;
  display:flex;
  align-items:center;
  gap:25px
}

.brand {
  display:flex;
  align-items:center;
  gap:12px;
  margin-right:auto
}

.heart {
  color:var(--pink);
  font-size:44px;
  line-height:1
}

.brand strong,.brand small {
  display:block
}

.brand strong {
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  line-height:1.05
}

.brand small {
  font-size:13px;
  color:var(--muted);
  margin-top:4px
}

.nav {
  display:flex;
  gap:20px;
  font-size:15px;
  font-weight:700
}

.header-button {
  padding:11px 21px;
  border-radius:999px;
  background:var(--pink);
  color:#fff;
  font-weight:900
}

.hero {
  padding:70px 0 80px;
  background:linear-gradient(135deg,#fff 0,#fff5f8 100%)
}

.hero-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center
}

.kicker {
  margin:0 0 12px;
  color:var(--pink);
  font-size:16px;
  font-weight:900;
  letter-spacing:.05em
}

.hero h1,.section h2,.contact h2 {
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  line-height:1.35
}

.hero h1 {
  font-size:53px
}

.hero h1 em {
  display:block;
  color:var(--pink);
  font-style:normal
}

.lead {
  font-size:21px;
  max-width:620px
}

.free {
  display:grid;
  grid-template-columns:auto auto;
  align-items:baseline;
  gap:1px 12px;
  margin:24px 0;
  padding:18px 22px;
  border:2px solid var(--pink);
  border-radius:18px;
  background:#fff
}

.free span {
  font-weight:900
}

.free strong {
  color:var(--pink);
  font-size:30px
}

.free small {
  grid-column:1/-1;
  color:var(--muted);
  font-size:15px
}

.actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px
}

.btn {
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:60px;
  padding:12px 25px;
  border-radius:14px;
  font-size:18px;
  font-weight:900
}

.phone {
  border:2px solid var(--pink);
  color:var(--pink);
  background:#fff
}

.line {
  background:var(--green);
  color:#fff
}

.hero-photo {
  position:relative;
  overflow:hidden;
  border-radius:30px;
  box-shadow:var(--shadow);
  background:#fff
}

.hero-photo img {
  width:100%;
  aspect-ratio:1.18/1;
  object-fit:cover;
  object-position:center 35%
}

.photo-name {
  position:absolute;
  right:18px;
  bottom:18px;
  padding:12px 18px;
  border-radius:14px;
  background:rgba(255,255,255,.94);
  box-shadow:0 10px 28px rgba(0,0,0,.14)
}

.photo-name span,.photo-name strong {
  display:block
}

.photo-name span {
  color:var(--pink);
  font-size:13px;
  font-weight:800
}

.photo-name strong {
  font-size:21px
}

.trust {
  border-block:1px solid var(--line);
  background:#fff
}

.trust-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr)
}

.trust-grid div {
  padding:23px;
  text-align:center;
  border-right:1px solid var(--line)
}

.trust-grid div:last-child {
  border:0
}

.trust-grid strong,.trust-grid span {
  display:block
}

.trust-grid strong {
  color:var(--pink);
  font-size:19px
}

.trust-grid span {
  color:var(--muted);
  font-size:14px
}

.section {
  padding:95px 0
}

.section h2,.contact h2 {
  font-size:42px;
  text-align:center
}

.intro {
  max-width:760px;
  margin:15px auto 32px;
  text-align:center;
  color:var(--muted)
}

.concerns {
  text-align:center
}

.concern-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin:36px 0
}

.concern-grid p {
  margin:0;
  padding:17px 20px;
  border:1px solid var(--line);
  border-radius:15px;
  background:var(--pale);
  font-weight:700;
  text-align:left
}

.message {
  display:block;
  color:var(--pink);
  font-size:20px
}

.difference,.pricing,.steps {
  background:var(--pale)
}

.comparison {
  margin:36px auto 0;
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow)
}

.comparison img {
  width:100%;
  height:auto
}

.mobile-comparison {
  display:none
}

.support {
  text-align:center
}

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

.cards article {
  padding:32px 27px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 30px rgba(91,35,57,.07)
}

.cards i {
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  margin:0 auto 16px;
  border-radius:18px;
  background:var(--soft);
  color:var(--pink);
  font-style:normal;
  font-size:30px;
  font-weight:900
}

.cards h3 {
  font-size:22px
}

.cards p {
  color:var(--muted)
}

.pricing {
  text-align:center
}

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

.prices article {
  padding:28px 20px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff
}

.prices article.featured {
  border:3px solid var(--pink);
  box-shadow:var(--shadow)
}

.prices strong,.prices span {
  display:block
}

.prices strong {
  font-size:22px
}

.prices strong em {
  color:var(--pink);
  font-style:normal
}

.prices span {
  color:var(--muted)
}

.prices p {
  margin:18px 0 0;
  color:var(--pink);
  line-height:1
}

.prices b {
  font-family:Arial,sans-serif;
  font-size:58px;
  letter-spacing:-.04em
}

.prices small {
  margin-left:5px;
  color:var(--ink);
  font-size:22px;
  font-weight:900
}

.success {
  max-width:870px;
  margin:30px auto 0;
  padding:22px;
  border:1px solid #edd5a0;
  border-radius:17px;
  background:#fffaf0
}

.success strong {
  color:#9c6511;
  font-size:21px
}

.success p {
  margin:5px 0
}

.tax {
  max-width:870px;
  margin:8px auto;
  text-align:left;
  color:var(--muted);
  font-size:14px
}

.profile-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center
}

.profile-photo {
  overflow:hidden;
  border-radius:28px;
  box-shadow:var(--shadow)
}

.profile-photo img {
  width:100%;
  aspect-ratio:1.15/1;
  object-fit:cover;
  object-position:center 38%
}

.profile h2 {
  text-align:left
}

.profile p {
  color:var(--muted)
}

.profile-lead {
  color:var(--ink)!important;
  font-size:21px;
  font-weight:800
}

.steps {
  text-align:center
}

.steps ol {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin:40px 0 0;
  padding:0;
  list-style:none
}

.steps li {
  padding:27px 20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  text-align:left
}

.steps b {
  color:var(--pink);
  font-size:28px
}

.steps h3 {
  font-size:20px
}

.steps p {
  color:var(--muted);
  font-size:16px
}

.faq {
  text-align:center
}

.faq details {
  text-align:left;
  border-top:1px solid var(--line)
}

.faq details:last-child {
  border-bottom:1px solid var(--line)
}

.faq summary {
  padding:22px 10px;
  cursor:pointer;
  font-size:19px;
  font-weight:800
}

.faq details p {
  margin:0;
  padding:0 10px 22px;
  color:var(--muted)
}

.contact {
  padding:90px 0;
  background:linear-gradient(135deg,var(--pink-dark),#e24a7f);
  color:#fff
}

.contact-grid {
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:55px;
  align-items:center
}

.contact h2 {
  text-align:left
}

.contact .light {
  color:#ffe8ef
}

.contact dl div {
  display:grid;
  grid-template-columns:90px 1fr;
  gap:15px
}

.contact dt {
  font-weight:900
}

.contact dd {
  margin:0
}

.white {
  background:#fff;
  color:var(--pink-dark)
}

.qr {
  padding:27px;
  border-radius:22px;
  background:#fff;
  color:var(--ink);
  text-align:center
}

.qr img {
  width:min(230px,100%);
  margin:auto
}

.qr strong {
  display:block;
  color:var(--pink);
  font-size:19px
}

footer {
  padding:30px 0 100px;
  background:#2e272a;
  color:#fff;
  text-align:center
}

footer strong {
  font-family:Georgia,serif;
  font-size:25px
}

footer p,footer small {
  display:block;
  margin:0;
  color:#c9c0c3
}

.mobile-cta {
  display:none
}

.mobile-only {
  display:none
}

@media(max-width:900px) {
  .nav {
    display:none
  }
  .hero-grid,.profile-grid,.contact-grid {
    grid-template-columns:1fr
  }
  .hero-copy {
    text-align:center
  }
  .free {
    max-width:620px;
    margin-inline:auto
  }
  .actions {
    justify-content:center
  }
  .hero-photo {
    max-width:720px;
    margin:auto
  }
  .cards {
    grid-template-columns:1fr
  }
  .steps ol {
    grid-template-columns:1fr 1fr
  }
  .contact h2 {
    text-align:center
  }
  .contact-grid>div:first-child {
    text-align:center
  }
  .contact dl {
    max-width:600px;
    margin-inline:auto;
    text-align:left
  }
  .qr {
    max-width:400px;
    margin:auto
  }
}

@media(max-width:600px) {
  body {
    font-size:20px;
    line-height:1.7;
    padding-bottom:92px
  }
  .wrap,.narrow {
    width:calc(100% - 32px)
  }
  .header-inner {
    min-height:92px;
    gap:10px
  }
  .brand {
    gap:8px
  }
  .heart {
    font-size:40px
  }
  .brand strong {
    font-size:28px
  }
  .brand small {
    font-size:20px;
    line-height:1.25;
    margin-top:3px
  }
  .header-button {
    flex:0 0 auto;
    padding:12px 14px;
    font-size:20px
  }
  .hero {
    padding:34px 0 54px
  }
  .hero-grid {
    gap:28px
  }
  .kicker {
    font-size:20px;
    line-height:1.5;
    margin-bottom:12px
  }
  .hero h1 {
    font-size:39px;
    line-height:1.35
  }
  .lead {
    font-size:22px
  }
  .free {
    display:flex;
    flex-direction:column;
    gap:0;
    padding:17px
  }
  .free span,.free small {
    font-size:20px
  }
  .free strong {
    font-size:34px
  }
  .btn {
    width:100%;
    min-height:64px;
    font-size:22px
  }
  .hero-photo {
    border-radius:22px
  }
  .hero-photo img {
    aspect-ratio:1.22/1;
    object-position:center 38%
  }
  .photo-name {
    position:static;
    border-radius:0;
    box-shadow:none;
    text-align:center
  }
  .photo-name span,.photo-name strong {
    font-size:20px
  }
  .photo-name strong {
    font-size:25px
  }
  .trust-grid {
    grid-template-columns:1fr
  }
  .trust-grid div {
    padding:18px;
    border-right:0;
    border-bottom:1px solid var(--line)
  }
  .trust-grid strong,.trust-grid span {
    font-size:20px
  }
  .section {
    padding:64px 0
  }
  .section h2,.contact h2 {
    font-size:34px;
    line-height:1.45
  }
  .intro {
    font-size:20px
  }
  .concern-grid {
    grid-template-columns:1fr;
    gap:12px;
    margin:28px 0
  }
  .concern-grid p,.message {
    font-size:20px
  }
  .desktop-comparison {
    display:none
  }
  .mobile-comparison {
    display:block;
    margin:26px -4px 0;
    border-radius:16px
  }
  .mobile-comparison img {
    width:100%
  }
  .mobile-only {
    display:block
  }
  .cards {
    gap:16px;
    margin-top:28px
  }
  .cards article {
    padding:25px 20px
  }
  .cards h3 {
    font-size:25px
  }
  .cards p {
    font-size:20px
  }
  .prices {
    display:flex;
    flex-direction:column;
    gap:14px;
    margin-top:28px
  }
  .prices article {
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:10px;
    padding:22px 18px;
    text-align:left
  }
  .prices article.featured {
    order:0
  }
  .prices strong,.prices span {
    font-size:20px
  }
  .prices p {
    margin:0;
    text-align:right;
    white-space:nowrap
  }
  .prices b {
    font-size:56px
  }
  .prices small {
    font-size:24px
  }
  .success strong,.success p,.tax {
    font-size:20px
  }
  .profile-grid {
    gap:28px
  }
  .profile-photo img {
    aspect-ratio:1.12/1
  }
  .profile h2 {
    text-align:center
  }
  .profile p,.profile-lead {
    font-size:20px
  }
  .steps ol {
    grid-template-columns:1fr;
    gap:13px
  }
  .steps b {
    font-size:32px
  }
  .steps h3 {
    font-size:25px
  }
  .steps p {
    font-size:20px
  }
  .faq summary,.faq details p {
    font-size:20px
  }
  .contact {
    padding:65px 0
  }
  .contact h2 {
    font-size:34px
  }
  .contact p,.contact dt,.contact dd,.qr strong {
    font-size:20px
  }
  .contact dl div {
    grid-template-columns:90px 1fr
  }
  .qr {
    display:none
  }
  footer {
    padding-bottom:30px
  }
  footer strong,footer p,footer small {
    font-size:20px
  }
  .mobile-cta {
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:100;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    padding:10px 12px calc(10px + env(safe-area-inset-bottom));
    background:#fff;
    box-shadow:0 -8px 28px rgba(65,25,41,.18)
  }
  .mobile-cta a {
    display:grid;
    place-items:center;
    min-height:64px;
    border-radius:14px;
    font-size:22px;
    font-weight:900
  }
  .mobile-cta a:first-child {
    border:2px solid var(--pink);
    color:var(--pink)
  }
  .mobile-cta a:last-child {
    background:var(--green);
    color:#fff
  }
}

@media(max-width:390px) {
  .brand strong {
    font-size:25px
  }
  .brand small {
    font-size:20px
  }
  .header-button {
    padding:10px 11px
  }
  .hero h1 {
    font-size:35px
  }
  .prices b {
    font-size:50px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
}

/* Final layout adjustments */
.hero-grid {
  margin-inline:auto
}

.hero-copy,.hero-photo {
  min-width:0
}

h1,h2,h3,.kicker,.lead,.message,.prices strong,.success strong {
  text-wrap:balance;
}

p,li,summary,dd,.success p {
  text-wrap:pretty;
}

@media (min-width:901px) {
  .hero {
    display:block
  }
  .hero-grid {
    width:min(1120px,calc(100% - 48px));
    margin-inline:auto;
    grid-template-columns:minmax(0,1fr) minmax(420px,1fr);
  }
  .hero-photo img {
    width:100%;
    max-height:none;
    aspect-ratio:1.18/1;
    object-fit:cover;
    object-position:center 35%;
  }
}

@media (max-width:600px) {
  .hero {
    display:block
  }
  .prices article.featured {
    order:0
  }
  .prices article {
    grid-template-columns:minmax(0,1.15fr) minmax(132px,.85fr)
  }
  .prices article>div {
    min-width:0
  }
  .prices strong,.prices span {
    line-break:strict;
    overflow-wrap:normal;
    word-break:normal;
  }
  .section h2,.contact h2,.hero h1,.lead,.intro,.concern-grid p,.message,   .cards h3,.cards p,.profile p,.profile-lead,.steps h3,.steps p,   .faq summary,.faq details p,.success p,.contact p,.contact dd {
    line-break:strict;
    overflow-wrap:normal;
    word-break:normal;
  }
}

/* Japanese line-break polish */
.keep {
  white-space:nowrap
}

@media (max-width:600px) {
  p,li,summary,dd,h1,h2,h3,.message,.lead,.intro,.success strong,.success p {
    word-break:auto-phrase;
    line-break:strict;
    text-wrap:pretty;
  }
  .message {
    max-width:100%;
    margin-inline:auto
  }
}

/* Requested final tweaks: reduce hero face close-up and enlarge comparison graphic */
.hero-photo {
  background:#f7f1ef
}

.hero-photo img {
  object-fit:contain;
  object-position:center center;
}

@media (min-width:901px) {
  .difference .wrap {
    width:min(1240px,calc(100% - 48px))
  }
  .hero-photo img {
    object-fit:contain;
    object-position:center center;
  }
}

@media (max-width:600px) {
  .hero-photo img {
    object-fit:contain;
    object-position:center center;
  }
  .mobile-comparison {
    width:calc(100% + 20px);
    max-width:none;
    margin-left:-10px;
    margin-right:-10px;
  }
}

/* 2026-08-04: remove unintended blank area above hero photo */
.hero-photo picture {
  display:block;
  width:100%;
  line-height:0;
}

.hero-photo img {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:auto;
  object-fit:initial;
  object-position:initial;
}

@media (max-width:600px) {
  .hero-photo {
    height:auto;
    min-height:0;
  }
  .hero-photo picture,   .hero-photo img {
    height:auto;
    min-height:0;
  }
}

/* 2026-08-04: mobile horizontal clipping fix */
html,body {
  max-width:100%;
  overflow-x:hidden
}

section,.wrap,.narrow,.hero-grid,.profile-grid,.contact-grid {
  min-width:0
}

@media (max-width:600px) {
  .wrap,.narrow {
    width:calc(100% - 32px);
    max-width:100%
  }
  .header-inner,.brand,.brand>span:last-child {
    min-width:0
  }
  .brand strong,.brand small {
    white-space:nowrap
  }
  .header-button {
    display:none
  }
  .section h2,.contact h2,.hero h1,   .kicker,.lead,.intro,.message,   .cards h3,.cards p,.profile p,.profile-lead,   .steps h3,.steps p,.faq summary,.faq details p,   .success strong,.success p,.contact p,.contact dd {
    max-width:100%;
    white-space:normal;
    overflow-wrap:break-word;
    word-break:normal;
    line-break:strict;
  }
  .support h2,.faq h2 {
    width:100%;
    margin-inline:auto
  }
  .mobile-comparison {
    width:100%;
    max-width:100%;
    margin:26px 0 0;
  }
  .comparison,.comparison picture,.comparison img {
    max-width:100%
  }
  .cards,.prices,.steps ol,.faq details {
    min-width:0
  }
  .faq summary {
    padding-right:4px
  }
}

/* 2026-08-04: mobile pricing card spacing and overflow fix */
@media (max-width: 600px) {
  .prices article {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 18px 24px;
  }
  .prices article > div {
    min-width: 0;
  }
  .prices strong {
    margin-bottom: 8px;
  }
  .prices p {
    padding-right: 2px;
  }
  .prices b {
    font-size: clamp(46px, 12.8vw, 56px);
  }
  .prices small {
    margin-left: 2px;
  }
}

@media (max-width: 390px) {
  .prices article {
    padding-inline: 20px;
  }
  .prices b {
    font-size: 48px;
  }
  .prices small {
    font-size: 22px;
  }
}

/* ==========================================
   Step cards: icons, tighter spacing, mobile readability
   ========================================== */
.step-icon {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--pink);
}

.step-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.steps h3 {
  margin: 8px 0 10px;
  text-align: center;
}

.steps p {
  margin: 0;
}

@media (max-width: 600px) {
  .steps ol {
    gap: 10px;
    margin-top: 28px;
  }

  .steps li {
    padding: 18px;
    border-radius: 20px;
  }

  .step-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
  }

  .step-icon svg {
    width: 28px;
    height: 28px;
  }

  .steps h3 {
    margin: 6px 0 8px;
    font-size: 24px;
    line-height: 1.4;
  }

  .steps p,
  .cards p,
  .profile p,
  .faq details p,
  .contact p,
  .success p,
  .tax {
    font-size: 21px;
    line-height: 1.65;
  }
}
