:root {
  --pink: #e91e63;
  --deep-pink: #c90046;
  --soft-pink: #fff1f6;
  --gold: #c99024;
  --ink: #1e1414;
  --muted: #6d5960;
  --line: #f5b6ca;
  --paper: #fffdfb;
  --section-gap: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 228, 238, 0.9), transparent 420px),
    linear-gradient(90deg, #fde8ef 0, #fff 16%, #fff 84%, #fde8ef 100%);
}

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

img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-shell {
  width: min(100%, 760px);
  margin: 0 auto;
  background:
    linear-gradient(180deg, rgba(255, 247, 250, 0.82), rgba(255, 253, 251, 0.94)),
    var(--paper);
  box-shadow: 0 0 44px rgba(167, 44, 86, 0.16);
  overflow: hidden;
}

.lp-shell > section + section {
  margin-top: var(--section-gap);
}

.visual {
  position: relative;
  background: #fff;
}

.hero {
  border-bottom: 0;
}

.cta-block {
  position: relative;
  z-index: 20;
  padding: 18px 14px 24px;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.96), transparent 150px),
    radial-gradient(circle at 82% 24%, rgba(255, 232, 242, 0.9), transparent 180px),
    linear-gradient(180deg, #fff8fb 0%, #ffe6ef 52%, #fff2e2 100%);
  border-top: 1px solid rgba(201, 144, 36, 0.28);
  border-bottom: 1px solid rgba(201, 144, 36, 0.28);
}

.hero + .cta-block {
  margin-top: 0;
}

.cta-hero {
  padding: 10px 18px 22px;
  background:
    radial-gradient(circle at 52% 0%, rgba(255, 245, 180, 0.52), transparent 250px),
    linear-gradient(180deg, #8f641c 0%, #bd8b2f 40%, #f3da95 72%, #fff2d8 100%);
  border-top: 0;
  border-bottom: 1px solid rgba(123, 82, 16, 0.26);
}

.cta-hero .cta-image-link {
  width: min(100%, 720px);
  margin: -2px auto 0;
}

.cta-block.mid {
  position: relative;
  padding: 18px 14px 24px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.96), transparent 150px),
    radial-gradient(circle at 18% 78%, rgba(255, 226, 237, 0.84), transparent 150px),
    linear-gradient(180deg, #fff8fb, #ffeaf1 58%, #fff5e9);
}

.cta-image-link {
  display: block;
  width: 100%;
  transform-origin: center center;
  animation: ctaZoom 1.05s ease-in-out infinite;
  will-change: transform;
}

.cta-image-link img {
  width: 100%;
  filter: drop-shadow(0 14px 22px rgba(133, 64, 23, 0.22));
}

.cta-image-link:hover {
  animation-play-state: paused;
  transform: scale(1.045);
}

.cta-section-link {
  position: relative;
  display: block;
  width: 100%;
}

.cta-section-base {
  width: 100%;
  filter: drop-shadow(0 14px 22px rgba(133, 64, 23, 0.18));
}

.cta-section-button {
  position: absolute;
  left: 50%;
  bottom: 5.1%;
  width: min(92%, 720px);
  transform: translateX(-50%);
  transform-origin: center center;
  filter: drop-shadow(0 12px 18px rgba(57, 96, 18, 0.26));
  pointer-events: none;
  opacity: 1;
  animation: ctaSectionButtonZoom 1.05s ease-in-out infinite;
  will-change: transform;
}

.cta-section-button.is-ready {
  animation-name: none;
}

.cta-section-button.is-visible {
  animation: ctaSectionButtonZoom 1.05s ease-in-out infinite;
}

.cta-section-link:hover .cta-section-button {
  animation-play-state: paused;
  transform: translateX(-50%) scale(1.045);
}

@keyframes ctaZoom {
  0%,
  100% {
    transform: scale(1);
  }

  18% {
    transform: scale(1.065);
  }

  34% {
    transform: scale(0.985);
  }

  52% {
    transform: scale(1.038);
  }

  70% {
    transform: scale(1);
  }
}

@keyframes ctaSectionButtonZoom {
  0%,
  100% {
    transform: translateX(-50%) scale(1);
  }

  18% {
    transform: translateX(-50%) scale(1.065);
  }

  34% {
    transform: translateX(-50%) scale(0.985);
  }

  52% {
    transform: translateX(-50%) scale(1.038);
  }

  70% {
    transform: translateX(-50%) scale(1);
  }
}

.cta-material {
  position: relative;
  min-height: 142px;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 18px 32px 18px 20px;
  border: 4px solid #d39b3a;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 22%, rgba(255, 255, 255, 0.48), transparent 14%),
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.32) 18%, transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 42%),
    linear-gradient(180deg, #ff6d95 0%, #ee1a60 45%, #b90043 100%);
  box-shadow:
    inset 0 3px 0 rgba(255, 255, 255, 0.72),
    inset 0 -8px 0 rgba(108, 0, 42, 0.22),
    0 6px 0 #9b631f,
    0 17px 30px rgba(146, 26, 68, 0.32),
    0 0 0 8px rgba(255, 255, 255, 0.52);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  overflow: hidden;
  animation: ctaFloat 2.2s ease-in-out infinite;
}

.cta-material::before,
.cta-material::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.cta-material::before {
  top: -42%;
  left: -18%;
  width: 42%;
  height: 184%;
  border-radius: 0;
  background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, 0.36) 48%, transparent 72%);
  transform: rotate(10deg);
}

.cta-material::after {
  right: 24px;
  bottom: 12px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.72), transparent 18%),
    radial-gradient(circle, rgba(255, 230, 134, 0.42), transparent 66%);
}

.cta-material:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 3px 0 rgba(255, 255, 255, 0.72),
    inset 0 -8px 0 rgba(108, 0, 42, 0.18),
    0 8px 0 #9b631f,
    0 22px 34px rgba(146, 26, 68, 0.36),
    0 0 0 8px rgba(255, 255, 255, 0.58);
}

.cta-book {
  flex: 0 0 106px;
  display: grid;
  place-items: center;
  height: 96px;
  border: 3px solid rgba(255, 255, 255, 0.84);
  border-radius: 8px;
  color: #40270e;
  background:
    linear-gradient(90deg, rgba(227, 172, 57, 0.78), transparent 30%),
    linear-gradient(145deg, #fff, #fff1c7 62%, #f2c65c);
  box-shadow:
    inset 0 0 0 1px rgba(135, 82, 8, 0.22),
    7px 7px 0 rgba(96, 0, 34, 0.2);
  transform: rotate(-3deg);
}

.cta-book span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Times New Roman", serif;
  line-height: 1.25;
}

.cta-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  min-width: 0;
  flex: 1;
  text-align: left;
  text-shadow: 0 3px 5px rgba(92, 0, 38, 0.46);
}

.cta-copy strong {
  display: inline-block;
  max-width: 100%;
  width: fit-content;
  padding: 5px 14px 6px;
  border-radius: 999px;
  color: #7c4300;
  background: linear-gradient(180deg, #fff8b9, #ffd355 70%, #e8a92d);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 3px 0 rgba(112, 65, 6, 0.22);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.cta-copy em {
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.cta-arrow {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #fff9c3;
  background: rgba(255, 255, 255, 0.16);
  font-size: 56px;
  line-height: 1;
  text-shadow: 0 2px 5px rgba(92, 0, 38, 0.45);
}

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

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

.voice-section,
.faq,
.contact,
.maintenance-section {
  padding: 48px 24px;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 221, 232, 0.78), transparent 260px),
    linear-gradient(180deg, #fff, #fff7fa);
}

.section-kicker {
  width: fit-content;
  margin: 0 auto 12px;
  padding: 8px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold), #e5b85b);
  border-radius: 999px;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  color: var(--deep-pink);
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
}

.voice-section > p,
.contact > p {
  margin: 16px auto 28px;
  max-width: 560px;
  color: var(--muted);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  text-align: center;
}

.maintenance-section {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 238, 175, 0.74), transparent 220px),
    linear-gradient(180deg, #fff, #fff7fa);
}

.maintenance-card {
  max-width: 640px;
  margin: 0 auto;
  padding: 24px 22px 28px;
  border: 2px solid rgba(233, 30, 99, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(169, 62, 97, 0.14);
}

.maintenance-card img {
  height: 250px;
  margin: 22px 0;
  border-radius: 8px;
  object-fit: cover;
  object-position: center 38%;
}

.maintenance-card p {
  margin: 0 auto 18px;
  max-width: 560px;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}

.maintenance-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 800;
}

.maintenance-card li {
  padding: 16px 18px 16px 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  position: relative;
}

.maintenance-card li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--pink);
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 4px #fff;
}

.voice-canvas {
  position: relative;
  max-width: 621px;
  margin: 0 auto;
  border: 2px solid rgba(233, 30, 99, 0.24);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 34px rgba(169, 62, 97, 0.16);
}

.voice-base {
  filter: saturate(1.08) hue-rotate(-6deg);
}

.voice-float {
  position: absolute;
  left: 50%;
  width: 92%;
  transform: translateX(-50%);
  filter: saturate(1.12) hue-rotate(-8deg) drop-shadow(0 10px 18px rgba(170, 42, 86, 0.18));
}

.voice-one {
  top: 51%;
}

.voice-two {
  bottom: 1.5%;
}

.faq {
  border-top: 1px solid rgba(233, 30, 99, 0.14);
}

.faq details {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(190, 91, 125, 0.08);
  overflow: hidden;
}

.faq summary {
  cursor: pointer;
  padding: 18px 48px 18px 20px;
  color: var(--ink);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 800;
  list-style: none;
  position: relative;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  color: var(--pink);
  font-size: 24px;
  transform: translateY(-50%);
}

.faq details[open] summary::after {
  content: "-";
}

.faq p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.8;
}

.contact {
  padding-bottom: 64px;
  background: linear-gradient(180deg, #fff7fa, #fff);
}

form {
  display: grid;
  gap: 14px;
  max-width: 620px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(189, 78, 116, 0.12);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
}

label {
  display: block;
  color: var(--deep-pink);
  font-size: 14px;
  font-weight: 800;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 7px;
}

input:not([type="submit"]),
select,
textarea {
  width: 100%;
  border: 1px solid #efc1cf;
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

textarea {
  resize: vertical;
}

.contact form > p {
  margin: 0;
}

.req,
.opt {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.req {
  background: var(--deep-pink);
}

.opt {
  background: #a59399;
}

button,
input[type="submit"],
.wpcf7-submit {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 8px;
  padding: 16px 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--deep-pink), #f05f93);
  box-shadow: 0 10px 22px rgba(201, 0, 70, 0.24);
  font: 800 17px/1 "Hiragino Sans", "Yu Gothic", sans-serif;
  cursor: pointer;
  margin-top: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

button:hover,
input[type="submit"]:hover,
.wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(201, 0, 70, 0.3);
}

@media (max-width: 560px) {
  :root {
    --section-gap: 16px;
  }

  .cta-block {
    padding: 12px 8px 18px;
  }

  .cta-hero {
    padding: 8px 10px 16px;
  }

  .cta-image-link {
    animation-duration: 0.95s;
  }

  .cta-section-button {
    width: min(92%, 720px);
    animation-duration: 0.95s;
  }

  .cta-material {
    min-height: 120px;
    gap: 10px;
    padding: 13px 14px 13px 10px;
    border-width: 4px;
    border-radius: 20px;
  }

  .cta-book {
    flex-basis: 72px;
    height: 76px;
  }

  .cta-book span {
    font-size: 9px;
  }

  .cta-copy strong {
    padding: 5px 10px;
    font-size: 14px;
  }

  .cta-copy em {
    font-size: 21px;
  }

  .cta-arrow {
    width: 38px;
    height: 38px;
    font-size: 36px;
  }

  .voice-section,
  .faq,
  .contact,
  .maintenance-section {
    padding: 36px 14px;
  }

  h2 {
    font-size: 27px;
  }

  .voice-section > p,
  .contact > p {
    font-size: 14px;
  }

  form {
    padding: 16px;
  }

  .maintenance-card {
    padding: 18px 14px 22px;
  }

  .maintenance-card img {
    height: 180px;
  }
}
