:root {
  --paper: #fffaf7;
  --white: #ffffff;
  --ink: #342b28;
  --muted: #716765;
  --line: #eaded8;
  --coral: #ef7473;
  --coral-deep: #b94645;
  --coral-dark: #933936;
  --pink: #fff0ef;
  --pink-strong: #f8d9d7;
  --cream: #fff4e4;
  --orange: #e99b55;
  --display: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --body: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --latin: "Quicksand", var(--body);
  --max: 1120px;
  --shadow-phone: 0 22px 50px rgb(52 43 40 / .20);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.85;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
figure, p, h1, h2, h3, dl, dd { margin: 0; }
ul, ol { margin: 0; padding: 0; }
button, input, textarea, select { font: inherit; }

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

.skip-link {
  position: fixed;
  z-index: 300;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
  padding: .65rem 1rem;
  background: var(--ink);
  color: var(--white);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f4b44f; outline-offset: 3px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.section { padding-block: clamp(72px, 8vw, 112px); }
.section-kicker {
  display: block;
  margin-bottom: .8rem;
  color: var(--coral-deep);
  font-family: var(--display);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.section-title {
  max-width: 20em;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .035em;
}
.section-lead { max-width: 43rem; margin-top: 1.3rem; color: var(--muted); font-size: 1.05rem; }
.section-head--center { text-align: center; }
.section-head--center .section-title, .section-head--center .section-lead { margin-inline: auto; }
.section-head--center .section-lead { margin-top: 1.2rem; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .75rem 1.45rem;
  border: 2px solid var(--coral-deep);
  border-radius: 10px;
  background: var(--coral-deep);
  color: var(--white);
  font-family: var(--display);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.button::after { content: "→"; font-family: var(--latin); font-size: 1.1rem; }
.button:hover { border-color: var(--coral-dark); background: var(--coral-dark); }
.button--white { border-color: var(--white); background: var(--white); color: var(--coral-dark); }
.button--white:hover { background: transparent; color: var(--white); }
.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--coral-deep);
  font-weight: 700;
  text-underline-offset: .35em;
}
.photo-note { margin-top: .5rem; color: var(--muted); font-size: .72rem; line-height: 1.6; }
.photo-note a { text-underline-offset: .2em; }

/* header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgb(255 255 255 / .96);
  backdrop-filter: blur(12px);
}
.header-inner { display: flex; min-height: 72px; align-items: center; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; }
.brand svg { width: 34px; height: 34px; flex: none; }
.brand-name { color: var(--ink); font-family: var(--display); font-size: 1.38rem; font-weight: 700; letter-spacing: .1em; }
.brand-note { color: var(--muted); font-size: .68rem; }
.global-nav { display: flex; align-items: center; gap: 1.4rem; margin-left: auto; }
.global-nav > a:not(.button) { min-height: 44px; display: inline-flex; align-items: center; font-size: .82rem; font-weight: 700; text-decoration: none; }
.global-nav > a:not(.button):hover { color: var(--coral-deep); }
.header-apply { min-height: 42px; padding: .5rem 1rem; font-size: .82rem; }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { display: grid; width: 48px; height: 48px; cursor: pointer; list-style: none; place-content: center; gap: 6px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 25px; border-top: 2px solid var(--ink); }
.mobile-nav { position: absolute; top: 100%; right: 0; left: 0; display: grid; border-bottom: 1px solid var(--line); background: var(--white); }
.mobile-menu:not([open]) .mobile-nav { display: none; }
.mobile-nav a { min-height: 49px; padding: .7rem 20px; border-top: 1px solid var(--line); font-weight: 700; text-decoration: none; }

/* hero */
.hero { position: relative; min-height: 680px; overflow: hidden; background: #7a6962; color: var(--white); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 85%; filter: saturate(.9) contrast(.95); }
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgb(45 33 29 / .82) 0%, rgb(45 33 29 / .58) 44%, rgb(45 33 29 / .18) 72%, rgb(45 33 29 / .08) 100%);
}
.hero-inner { position: relative; z-index: 2; display: grid; min-height: 680px; grid-template-columns: minmax(0, 1fr) minmax(270px, .65fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); padding-block: 64px; }
.hero-copy { max-width: 39rem; }
.hero-label { font-family: var(--display); font-size: .95rem; font-weight: 700; letter-spacing: .08em; }
.hero-title { margin-top: 1.1rem; font-family: var(--display); font-size: clamp(2.75rem, 5vw, 4.5rem); font-weight: 700; line-height: 1.35; letter-spacing: .035em; }
.hero-title strong { color: #ffc3bd; font-weight: 700; }
.hero-lead { max-width: 35rem; margin-top: 1.4rem; font-size: clamp(1rem, 1.7vw, 1.18rem); font-weight: 500; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 1.2rem; margin-top: 2rem; flex-wrap: wrap; }
.hero .text-link { color: var(--white); }
.hero-phone { width: min(100%, 320px); justify-self: end; align-self: end; margin-bottom: -150px; }
.phone-shell { padding: 8px; border: 2px solid #1f1a18; border-radius: 34px; background: #1f1a18; box-shadow: var(--shadow-phone); }
.phone-shell img { border-radius: 27px; }
.hero-phone figcaption { color: rgb(255 255 255 / .88); text-align: center; }

/* quick facts */
.quick { position: relative; z-index: 3; border-bottom: 1px solid var(--line); background: var(--white); }
.quick-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; }
.quick-list li { display: grid; min-height: 150px; grid-template-columns: auto 1fr; align-items: center; gap: 1rem; padding: 1.6rem clamp(1rem, 3vw, 2.2rem); border-right: 1px solid var(--line); }
.quick-list li:first-child { border-left: 1px solid var(--line); }
.quick-key { display: grid; width: 76px; height: 76px; flex: none; border-radius: 50%; background: var(--pink); color: var(--coral-deep); font-family: var(--display); font-size: 1rem; font-weight: 700; line-height: 1.35; place-content: center; text-align: center; }
.quick-text { font-size: .9rem; font-weight: 500; line-height: 1.75; }
.news { background: var(--paper); }
.news-row { display: grid; min-height: 68px; grid-template-columns: 7rem 7rem 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.news-row h2 { color: var(--coral-deep); font-family: var(--latin); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.news-row time { color: var(--muted); font-family: var(--latin); font-size: .78rem; }
.news-row p { font-size: .86rem; }

/* concept */
.concept { background: var(--paper); }
.concept-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: clamp(2.5rem, 7vw, 6.5rem); }
.concept-photo { position: relative; }
.concept-photo img { width: 100%; aspect-ratio: 4 / 3; border-radius: 26px 8px 26px 8px; object-fit: cover; object-position: center 58%; }
.concept-copy .section-title { font-size: clamp(2rem, 3.5vw, 3rem); }
.concept-copy > p { margin-top: 1.35rem; color: var(--muted); }
.name-story { margin-top: 1.6rem; padding: 1.35rem 1.5rem; border-radius: 14px; background: var(--pink); }
.name-story strong { display: block; margin-bottom: .35rem; color: var(--coral-dark); font-family: var(--display); font-size: 1.2rem; }

/* product */
.product { background: var(--pink); }
.howto-lead { max-width: 560px; margin: 3.2rem auto 0; }
.howto-lead img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: center 42%; border-radius: 8px 26px 8px 26px; }
.screen-stage { display: grid; max-width: 930px; margin: 2.6rem auto 0; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: clamp(1rem, 3.5vw, 2.6rem); }
.screen-figure:nth-child(2) { transform: translateY(32px); }
.screen-caption { margin-top: .9rem; text-align: center; }
.screen-caption b { display: block; color: var(--coral-deep); font-family: var(--latin); font-size: .74rem; letter-spacing: .1em; }
.screen-caption span { display: block; margin-top: .25rem; font-family: var(--display); font-size: .96rem; font-weight: 700; }
.product-note { max-width: 930px; margin: 3.4rem auto 0; text-align: center; }
.use-list { display: grid; margin-top: 3.8rem; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; border-top: 1px solid #dfc5c2; }
.use-list li { padding: 1.7rem 1.5rem 0 0; border-right: 1px solid #dfc5c2; }
.use-list li + li { padding-left: 1.5rem; }
.use-list li:last-child { border-right: 0; padding-right: 0; }
.use-num { color: var(--coral-deep); font-family: var(--latin); font-size: .78rem; font-weight: 700; letter-spacing: .1em; }
.use-list h3 { margin-top: .5rem; font-family: var(--display); font-size: 1.25rem; line-height: 1.55; }
.use-list p { margin-top: .65rem; color: var(--muted); font-size: .92rem; }

/* facility screens */
.operations { overflow: hidden; background: #f4f7f9; }
.operations-head { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: end; gap: clamp(2rem, 7vw, 7rem); }
.operations-head .section-lead { margin-top: 0; }
.operations-gallery { margin-top: 3.6rem; }
.desktop-figure { margin: 0; }
.desktop-figure--primary { width: 82%; }
.desktop-shot {
  display: block;
  overflow: hidden;
  border: 1px solid #d8dfe5;
  border-radius: 12px;
  background: var(--white);
  text-decoration: none;
}
.desktop-shot img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; transition: transform .25s ease; }
.desktop-shot:hover img { transform: scale(1.008); }
.desktop-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-top: .85rem; }
.desktop-caption strong { font-family: var(--display); font-size: 1.05rem; }
.desktop-caption span { color: var(--muted); font-size: .78rem; }
.operations-secondary { display: grid; width: 88%; margin-top: 2.8rem; margin-left: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3rem); }
.operations-note { margin-top: 2rem; text-align: right; }

/* security */
.security { background: var(--white); }
.security-head { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: end; gap: clamp(2rem, 7vw, 7rem); }
.security-head .section-lead { margin-top: 0; }
.security-list { display: grid; margin-top: 3.8rem; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(2rem, 6vw, 5.5rem); list-style: none; border-top: 1px solid var(--line); }
.security-item { display: grid; grid-template-columns: 3.2rem 1fr; gap: .7rem; padding-block: 1.7rem; border-bottom: 1px solid var(--line); }
.security-num { color: var(--coral); font-family: var(--latin); font-size: 1.6rem; font-weight: 700; line-height: 1.2; }
.security-item h3 { font-family: var(--display); font-size: 1.16rem; line-height: 1.55; }
.security-item p { margin-top: .55rem; color: var(--muted); font-size: .9rem; }
.security-item code { font-family: var(--latin); }
.days90 { color: var(--coral-deep); font-family: var(--latin); font-size: 1.45em; }

/* price */
.price { background: var(--cream); }
.price-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: start; gap: clamp(2.5rem, 8vw, 7rem); }
.price-message { padding: 1.8rem 0; }
.price-zero { display: flex; align-items: baseline; gap: .3rem; margin-top: 1.4rem; color: var(--coral-deep); font-family: var(--display); }
.price-zero strong { font-family: var(--latin); font-size: clamp(4rem, 8vw, 6.5rem); line-height: 1; }
.price-zero span { font-size: 1.2rem; font-weight: 700; }
.price-message p { max-width: 28rem; margin-top: 1rem; color: var(--muted); }
.table-group + .table-group { margin-top: 2.5rem; }
.table-title { padding-bottom: .7rem; border-bottom: 2px solid var(--ink); font-family: var(--display); font-size: 1.15rem; }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .9rem; }
th, td { padding: .9rem .35rem; border-bottom: 1px solid #d9cbb8; text-align: left; vertical-align: top; }
th { width: 42%; font-weight: 700; }
td { color: var(--muted); }
.table-note { margin-top: .7rem; color: var(--muted); font-size: .75rem; }

/* flow */
.flow { background: var(--paper); }
.guide-ready { display: grid; margin-top: 2.8rem; padding-block: 1.4rem; grid-template-columns: 12rem 1fr; gap: 2rem; border-top: 1px solid var(--coral); border-bottom: 1px solid var(--line); }
.guide-ready h3 { font-family: var(--display); font-size: 1.05rem; }
.guide-ready ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem 1.4rem; list-style: none; color: var(--muted); font-size: .9rem; }
.guide-ready li::before { content: "・"; color: var(--coral-deep); }
.guide-list { margin-top: 3.8rem; list-style: none; border-top: 2px solid var(--coral-deep); }
.guide-step { display: grid; grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(2.5rem, 7vw, 6.5rem); padding-block: clamp(3.5rem, 6vw, 5.5rem); border-bottom: 1px solid var(--line); }
.guide-step:nth-child(even) .guide-copy { order: 2; }
.guide-step:nth-child(even) .guide-visual { order: 1; }
.guide-index { display: block; color: var(--coral-deep); font-family: var(--latin); font-size: .78rem; font-weight: 700; letter-spacing: .1em; }
.guide-role { display: block; margin-top: .55rem; color: var(--muted); font-size: .76rem; font-weight: 700; }
.guide-copy h3 { margin-top: .7rem; font-family: var(--display); font-size: clamp(1.65rem, 3vw, 2.3rem); line-height: 1.5; }
.guide-summary { margin-top: 1rem; color: var(--muted); }
.guide-points { margin-top: 1.35rem; list-style: none; border-top: 1px solid var(--line); }
.guide-points li { padding-block: .8rem; border-bottom: 1px solid var(--line); font-size: .9rem; line-height: 1.75; }
.guide-points strong { color: var(--ink); }
.guide-note { margin-top: 1.1rem; padding-left: 1rem; border-left: 3px solid var(--coral); color: var(--muted); font-size: .82rem; }
.guide-visual { min-width: 0; }
.guide-frame { display: block; overflow: hidden; border: 1px solid #d8dfe5; border-radius: 12px; background: #f4f7f9; text-decoration: none; }
.guide-frame img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; }
.guide-visual--phone { width: min(100%, 320px); justify-self: center; }
.guide-visual--phone .phone-shell { box-shadow: 0 18px 42px rgb(52 43 40 / .16); }
.guide-caption { margin-top: .75rem; color: var(--muted); font-size: .76rem; line-height: 1.6; text-align: center; }
.guide-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: clamp(1rem, 3vw, 2rem); }
.guide-pair .phone-shell { max-width: 300px; margin-inline: auto; }
.guide-combo { display: grid; grid-template-columns: minmax(180px, .58fr) minmax(0, 1.42fr); align-items: center; gap: clamp(1.2rem, 3vw, 2.4rem); }
.guide-combo .phone-shell { max-width: 260px; margin-inline: auto; }
.guide-combo .guide-frame img { aspect-ratio: 4 / 3; }
.guide-step--entry { grid-template-columns: 1fr; align-items: start; gap: 3rem; }
.guide-step--entry .guide-copy { max-width: 56rem; }
.entry-gates { margin-top: 2rem; }
.entry-gates h4 { font-family: var(--display); font-size: 1.2rem; line-height: 1.6; }
.entry-gates dl { margin-top: .9rem; border-top: 2px solid var(--ink); }
.entry-gates div { display: grid; grid-template-columns: minmax(10rem, .38fr) minmax(0, 1.62fr); gap: 1.5rem; padding-block: 1rem; border-bottom: 1px solid var(--line); }
.entry-gates dt { font-family: var(--display); font-weight: 700; }
.entry-gates dt span { margin-right: .55rem; color: var(--coral-deep); font-family: var(--latin); font-size: .76rem; letter-spacing: .08em; }
.entry-gates dd { color: var(--muted); font-size: .9rem; }
.entry-gallery { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(220px, .55fr); align-items: start; gap: 2.4rem clamp(1.3rem, 3vw, 2.6rem); }
.entry-gallery figure { min-width: 0; padding-top: 1rem; border-top: 1px solid var(--line); }
.entry-shot--form { grid-column: 2; grid-row: 1 / span 2; }
.entry-shot--form .phone-shell { width: min(100%, 300px); margin-inline: auto; box-shadow: 0 18px 42px rgb(52 43 40 / .16); }
.entry-shot--share { grid-column: 1; }
.entry-shot--approved { width: 82%; margin-left: auto; grid-column: 1 / -1; }
.entry-gallery .guide-caption strong { display: block; color: var(--ink); font-family: var(--display); font-size: .92rem; }

/* image viewer */
main img.image-zoomable { cursor: zoom-in; }
.hero::before { pointer-events: none; }
body.is-modal-open { overflow: hidden; }
.image-modal {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: clamp(14px, 2.5vw, 32px);
  border: 0;
  background: rgb(27 22 20 / .97);
  color: var(--white);
}
.image-modal[open] { display: grid; grid-template-rows: auto minmax(0, 1fr); gap: .8rem; }
.image-modal::backdrop { background: rgb(27 22 20 / .82); }
.image-modal__toolbar { display: flex; justify-content: flex-end; }
.image-modal__close {
  min-width: 88px;
  min-height: 44px;
  border: 1px solid rgb(255 255 255 / .52);
  border-radius: 8px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-weight: 700;
}
.image-modal__close:hover { background: rgb(255 255 255 / .12); }
.image-modal__figure { display: grid; min-height: 0; grid-template-rows: minmax(0, 1fr) auto; gap: .75rem; place-items: center; }
.image-modal__image { width: auto; max-width: min(100%, 1600px); height: auto; max-height: calc(100dvh - 132px); object-fit: contain; }
.image-modal__caption { max-width: 64rem; color: rgb(255 255 255 / .84); font-size: .82rem; line-height: 1.6; text-align: center; }

/* faq */
.faq { background: var(--pink); }
.faq-layout { display: grid; grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr); align-items: start; gap: clamp(2.5rem, 8vw, 7rem); }
.faq-list { border-top: 2px solid var(--coral-deep); }
.faq-list details { border-bottom: 1px solid #dfc5c2; }
.faq-list summary { position: relative; min-height: 68px; padding: 1.35rem 3rem 1.35rem 2.7rem; cursor: pointer; list-style: none; font-family: var(--display); font-size: 1rem; font-weight: 700; line-height: 1.7; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { content: "Q"; position: absolute; top: 1.35rem; left: .2rem; color: var(--coral-deep); font-family: var(--latin); font-size: 1.1rem; }
.faq-list summary::after { content: "+"; position: absolute; top: 1.15rem; right: .3rem; color: var(--coral-deep); font-family: var(--latin); font-size: 1.55rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 2rem 1.5rem 2.7rem; color: var(--muted); font-size: .92rem; }
.faq-answer p + p { margin-top: .85rem; }
.faq-capacity { margin-block: 1rem; list-style: none; border-top: 1px solid #dfc5c2; }
.faq-capacity li { display: grid; grid-template-columns: minmax(9rem, .8fr) minmax(0, 1.2fr); gap: 1rem; padding-block: .65rem; border-bottom: 1px solid #dfc5c2; }
.faq-capacity strong { color: var(--ink); }
.faq-capacity span { color: var(--ink); font-family: var(--latin); font-variant-numeric: tabular-nums; }

/* contact and footer */
.contact { padding-block: clamp(64px, 7vw, 96px); background: var(--coral-deep); color: var(--white); }
.contact-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(2.5rem, 8vw, 7rem); }
.contact .section-kicker { color: #ffd2cd; }
.contact h2 { font-family: var(--display); font-size: clamp(2.2rem, 4.5vw, 3.8rem); line-height: 1.45; }
.contact-detail p { max-width: 38rem; color: #ffe8e4; }
.contact-actions { display: flex; align-items: center; gap: 1.2rem; margin-top: 1.8rem; flex-wrap: wrap; }
.contact-login { display: inline-flex; min-height: 44px; align-items: center; color: var(--white); font-weight: 700; text-underline-offset: .3em; }
.site-footer { padding: 64px 0 24px; background: var(--white); }
.footer-grid { display: grid; grid-template-columns: .8fr .55fr 1.25fr; gap: clamp(2rem, 6vw, 5.5rem); }
.footer-brand .brand { align-items: center; }
.footer-brand p { max-width: 20rem; margin-top: 1rem; color: var(--muted); font-size: .78rem; }
.footer-nav h2, .company h2 { padding-bottom: .55rem; border-bottom: 1px solid var(--ink); font-size: .75rem; }
.footer-nav ul { margin-top: .55rem; list-style: none; }
.footer-nav a { display: flex; min-height: 44px; align-items: center; font-size: .78rem; text-decoration: none; }
.footer-nav a:hover { color: var(--coral-deep); }
.company dl { display: grid; margin-top: .7rem; grid-template-columns: 4.5rem 1fr; gap: .5rem .8rem; font-size: .72rem; line-height: 1.65; }
.company dt { color: var(--muted); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .66rem; }
.footer-bottom a { display: inline-flex; min-height: 44px; align-items: center; white-space: nowrap; }

@media (max-width: 960px) {
  .global-nav { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: 650px; }
  .hero-inner { min-height: 650px; grid-template-columns: minmax(0, 1fr) 250px; gap: 2rem; }
  .hero-phone { margin-bottom: -145px; }
  .quick-list li { grid-template-columns: 1fr; align-content: center; text-align: center; }
  .quick-key { margin-inline: auto; }
  .security-head, .operations-head { grid-template-columns: 1fr; }
  .security-head .section-lead, .operations-head .section-lead { margin-top: 1rem; }
  .price-grid, .faq-layout { grid-template-columns: 1fr; }
  .guide-ready { grid-template-columns: 1fr; gap: .8rem; }
  .footer-grid { grid-template-columns: .8fr 1.2fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  body { font-size: 15.5px; }
  .wrap { width: min(calc(100% - 32px), var(--max)); }
  .section { padding-block: 68px; }
  .brand-note { display: none; }
  .header-inner { min-height: 64px; }
  .hero { min-height: 790px; }
  .hero::before { background: linear-gradient(180deg, rgb(45 33 29 / .83) 0%, rgb(45 33 29 / .60) 62%, rgb(45 33 29 / .25) 100%); }
  .hero-photo { object-position: 48% center; }
  .hero-inner { min-height: 790px; grid-template-columns: 1fr; align-content: start; gap: 1rem; padding-top: 56px; padding-bottom: 0; }
  .hero-copy { position: relative; z-index: 2; }
  .hero-title { font-size: clamp(2.35rem, 11vw, 3rem); line-height: 1.36; }
  .hero-lead { max-width: 31rem; font-size: 1rem; }
  .hero-phone { position: absolute; right: 4px; bottom: -148px; width: 184px; margin: 0; }
  .phone-shell { padding: 5px; border-radius: 24px; }
  .phone-shell img { border-radius: 19px; }
  .hero-phone figcaption { display: none; }
  .quick-list { grid-template-columns: 1fr; padding-block: .5rem; }
  .quick-list li { min-height: 0; grid-template-columns: 64px 1fr; padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--line); text-align: left; }
  .quick-list li:first-child { border-left: 0; }
  .quick-list li:last-child { border-bottom: 0; }
  .quick-key { width: 60px; height: 60px; margin: 0; font-size: .85rem; }
  .news-row { grid-template-columns: 5rem 1fr; padding-block: .8rem; }
  .news-row h2 { grid-column: 1 / -1; }
  .concept-grid { grid-template-columns: 1fr; }
  .concept-photo { order: 2; }
  .concept-photo img { border-radius: 18px 6px 18px 6px; }
  .howto-lead img { border-radius: 6px 18px 6px 18px; }
  .screen-stage { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
  .screen-figure:nth-child(1) { grid-column: 1 / -1; width: 64%; justify-self: center; }
  .screen-figure:nth-child(2) { transform: none; }
  .use-list { grid-template-columns: 1fr; }
  .use-list li, .use-list li + li { padding: 1.25rem 0; border-right: 0; border-bottom: 1px solid #dfc5c2; }
  .use-list li:last-child { border-bottom: 0; }
  .security-list { grid-template-columns: 1fr; }
  .desktop-figure--primary, .operations-secondary { width: 100%; }
  .operations-secondary { margin-top: 2rem; grid-template-columns: 1fr; }
  .desktop-caption { align-items: flex-start; flex-direction: column; gap: .15rem; }
  .operations-note { text-align: left; }
  .price-message { padding-top: 0; }
  .guide-ready ul { grid-template-columns: 1fr; }
  .guide-step { grid-template-columns: 1fr; gap: 2rem; padding-block: 3.5rem; }
  .guide-step:nth-child(even) .guide-copy, .guide-step:nth-child(even) .guide-visual { order: initial; }
  .guide-visual { width: 100%; }
  .guide-visual--phone { width: min(78%, 300px); }
  .guide-pair { gap: .8rem; }
  .guide-combo { grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); align-items: start; }
  .entry-gates div { grid-template-columns: 1fr; gap: .35rem; }
  .entry-gallery { grid-template-columns: 1fr; gap: 2rem; }
  .entry-shot--form, .entry-shot--share, .entry-shot--approved { width: 100%; margin-left: 0; grid-column: auto; grid-row: auto; }
  .entry-shot--form { width: min(78%, 300px); margin-inline: auto; }
  .contact-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: .4rem; }
}

@media (max-width: 360px) {
  .hero { min-height: 820px; }
  .hero-title { font-size: 2.15rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero .text-link { justify-content: center; }
  .screen-caption span { font-size: .83rem; }
  .guide-combo { grid-template-columns: 1fr; }
  .guide-combo .phone-shell { max-width: 220px; }
  .security-item { grid-template-columns: 2.5rem 1fr; }
  .faq-list summary { padding-left: 2.25rem; }
  .faq-answer { padding-left: 2.25rem; padding-right: 0; }
  .faq-capacity li { grid-template-columns: 1fr; gap: .15rem; }
  .company dl { grid-template-columns: 4rem 1fr; }
}

/* --- 導入の流れ：LPステップタイムライン & サブページ（guide-*） --- */
.flow-timeline { max-width: 47rem; margin: 3.2rem auto 0; padding: 0; list-style: none; }
.flow-timeline__step { display: grid; grid-template-columns: 3.4rem 1fr; gap: 1.3rem; align-items: start; padding: 1.6rem 0; border-top: 1px solid var(--line); }
.flow-timeline__step:last-child { border-bottom: 1px solid var(--line); }
.flow-timeline__num { font-family: var(--latin); font-size: 1.6rem; font-weight: 700; color: var(--coral-deep); line-height: 1.1; }
.flow-timeline__body h3 { font-family: var(--display); font-size: 1.15rem; font-weight: 700; }
.flow-timeline__body p { margin-top: .45rem; color: var(--muted); font-size: 1rem; line-height: 1.85; }
.flow-timeline__who { display: block; margin-top: .6rem; color: var(--muted); font-size: .78rem; letter-spacing: .02em; }
.flow-timeline__step--goal .flow-timeline__body h3 { color: var(--coral-deep); }
.flow-timeline__cta { display: flex; justify-content: center; margin-top: 2.8rem; }

.guide-breadcrumb { margin: 0 0 1.8rem; font-size: .9rem; }
.guide-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem 1.7rem; margin-top: 4rem; padding-top: 2.5rem; border-top: 1px solid var(--line); }

@media (max-width: 600px) {
  .flow-timeline__step { grid-template-columns: 2.7rem 1fr; gap: .9rem; padding: 1.4rem 0; }
  .flow-timeline__num { font-size: 1.35rem; }
  .guide-cta { margin-top: 3rem; }
}

/* --- 容量の目安（#capacity）：料金の直後。容量を「時間・本数」に翻訳して見せる --- */
.capacity { background: var(--white); }
.capacity-tables { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); align-items: start; gap: clamp(2rem, 5vw, 4.2rem); margin-top: 3.2rem; }
.capacity-tables .table-group + .table-group { margin-top: 0; }
.capacity table { font-variant-numeric: tabular-nums; }
.capacity .cap-plan th { width: 26%; }
.capacity-notes { margin-top: 3.4rem; border-top: 1px solid var(--line); }
.capacity-notes > div { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.7fr); gap: .6rem 2.6rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.capacity-notes dt { font-family: var(--display); font-size: 1rem; font-weight: 700; }
.capacity-notes dd { margin: 0; color: var(--muted); font-size: .95rem; }

@media (max-width: 860px) {
  .capacity-tables { grid-template-columns: 1fr; gap: 2.4rem; margin-top: 2.4rem; }
  .capacity-notes { margin-top: 2.6rem; }
  .capacity-notes > div { grid-template-columns: 1fr; gap: .35rem; padding: 1.3rem 0; }
}
