:root {
  --ink: #182641;
  --accent: #e8751a;
  --paper: #f7f2ea;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: #e7e1d8;
  color: var(--ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

button, input, textarea { font: inherit; }
button { cursor: pointer; }

.lp {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  background: var(--paper);
  box-shadow: 0 0 36px rgb(24 38 65 / 12%);
}

.slice { position: relative; line-height: 0; }
.slice img { display: block; width: 100%; height: auto; }

.hotspot {
  position: absolute;
  border: 0;
  background: transparent;
  color: transparent;
  outline-offset: 4px;
}
.hotspot--fv { left: 25%; top: 51%; width: 52%; height: 8%; }
.hotspot--contact { left: 10%; top: 42%; width: 80%; height: 8%; }
.hotspot--work-1 { left: 8%; top: 18%; width: 84%; height: 30%; }
.hotspot--work-2 { left: 8%; top: 49%; width: 84%; height: 27%; }
.hotspot--work-3 { left: 8%; top: 77%; width: 84%; height: 19%; }
.hotspot:focus-visible { outline: 3px solid #fff; box-shadow: 0 0 0 6px var(--accent); }

.fixed-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 10;
  max-width: 398px;
  margin: auto;
  min-height: 54px;
  border: 1px solid rgb(255 255 255 / 40%);
  border-radius: 99px;
  background: var(--accent);
  box-shadow: 0 12px 24px rgb(24 38 65 / 24%);
  color: #fff;
  font-weight: 700;
}

.contact-modal {
  width: min(92vw, 430px);
  padding: 32px 24px 24px;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 24px 80px rgb(16 30 48 / 34%);
  color: var(--ink);
}
.contact-modal::backdrop { background: rgb(16 30 48 / 60%); }
.modal-close { position: absolute; top: 10px; right: 14px; border: 0; background: transparent; color: var(--ink); font-size: 32px; line-height: 1; }
.modal-eyebrow { margin: 0 0 8px; color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.contact-modal h2 { margin: 0; font-family: Georgia, "Yu Mincho", serif; font-size: 28px; }
.modal-copy { line-height: 1.75; font-size: 14px; }
.contact-modal label { display: grid; gap: 7px; margin-top: 15px; font-size: 14px; font-weight: 700; }
.contact-modal input, .contact-modal textarea { width: 100%; border: 1px solid #cfc6ba; border-radius: 8px; padding: 11px; background: #fffdfa; color: var(--ink); font-weight: 400; }
.form-submit { width: 100%; margin-top: 20px; min-height: 48px; border: 0; border-radius: 8px; background: var(--accent); color: #fff; font-weight: 700; }
.form-status { min-height: 1.4em; margin: 12px 0 0; font-size: 13px; line-height: 1.5; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; clip-path: inset(50%); }

@media (min-width: 700px) {
  body { padding: 24px 0; }
  .fixed-cta { left: calc(50% - 199px); right: auto; }
}
