:root {
  --cream: #fbf5ec;
  --mint: #effcf9;
  --navy: #193d6d;
  --gold: #d1ad68;
  --ink: #252525;
  --soft-blue: #9fc4e1;
  --lp-width: 600px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 82px;
  background: var(--mint);
  color: var(--ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.lp {
  width: min(100%, var(--lp-width));
  margin: 0 auto;
  background: var(--cream);
  box-shadow: 0 0 42px rgba(22, 42, 64, 0.08);
  overflow: hidden;
}

.page {
  position: relative;
  margin: 0;
  line-height: 0;
  background: var(--cream);
}

.page-video {
  padding: 56px 0;
  background: var(--mint);
  line-height: 1;
}

.page img,
.youtube-embed img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: auto;
}

.page-frame-crop {
  overflow: hidden;
}

.page-frame-crop > img {
  width: var(--frame-crop-width, 100%);
  max-width: none;
  margin-left: var(--frame-crop-offset, 0);
}

.page-frame-crop-hero {
  --frame-crop-width: 126%;
  --frame-crop-offset: -13%;
}

.page-frame-crop-offer {
  --frame-crop-width: 107%;
  --frame-crop-offset: -3.5%;
}

.page-offer::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 60.8%;
  right: 0;
  left: 0;
  height: 27%;
  background: linear-gradient(
    180deg,
    rgba(255, 249, 241, 0) 0%,
    #fff9f1 6%,
    #fff9f1 96%,
    rgba(255, 249, 241, 0) 100%
  );
  pointer-events: none;
}

.page-recommend::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 77.1%;
  right: 5.5%;
  left: 5.5%;
  height: 14.6%;
  background: linear-gradient(
    180deg,
    rgba(254, 252, 248, 0) 0%,
    #fefcf8 12%,
    #fefcf8 88%,
    rgba(254, 252, 248, 0) 100%
  );
  pointer-events: none;
}

.recommend-panels {
  position: absolute;
  inset: 0;
  z-index: 3;
  color: #2c2c2c;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1;
  pointer-events: none;
}

.recommend-panel {
  position: absolute;
  left: 9.2%;
  width: 81.6%;
  overflow: hidden;
  border: 1px solid rgba(42, 42, 42, 0.52);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 0 0 6px #fbf9f5,
    0 13px 24px rgba(64, 52, 34, 0.08);
}

.recommend-panel-avoid {
  top: 21.8%;
  height: 23.05%;
}

.recommend-panel-match {
  top: 52.15%;
  height: 23.15%;
  border-color: rgba(25, 61, 109, 0.58);
}

.recommend-panel h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24.4%;
  margin: 0;
  color: #fff;
  font-size: clamp(12px, 3.6vw, 19px);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.recommend-panel-avoid h3 {
  background: #2e2e2e;
  font-size: clamp(10px, 3vw, 15px);
}

.recommend-panel-match h3 {
  background: #1c416f;
}

.recommend-panel ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 5.9% 6.8% 5.8% 7.2%;
  list-style: none;
}

.recommend-panel-avoid ul {
  grid-template-rows: repeat(3, 1fr);
  height: 75.6%;
  padding-top: 4.5%;
  padding-bottom: 4.5%;
}

.recommend-panel li {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: clamp(21px, 5.6vw, 34px);
  border-bottom: 1px solid #d8d8d8;
  font-size: clamp(8.6px, 2.35vw, 13px);
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}

.recommend-panel li:last-child {
  border-bottom: 0;
}

.recommend-panel li span {
  position: relative;
  flex: 0 0 auto;
  width: clamp(14px, 4.4vw, 24px);
  aspect-ratio: 1;
  border: 1.6px solid #4a4a4a;
  border-radius: 3px;
  background: #fff;
}

.recommend-panel li span::after {
  content: "";
  position: absolute;
  left: 22%;
  top: 9%;
  width: 62%;
  height: 38%;
  border-left: 3px solid #9fc4e1;
  border-bottom: 3px solid #9fc4e1;
  transform: rotate(-45deg);
}

.page-frame-crop-benefits {
  --frame-crop-width: 109%;
  --frame-crop-offset: -4.5%;
}

.benefits-page {
  background: #f1fffc;
}

.benefit-notes {
  position: absolute;
  inset: 0;
  z-index: 3;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1;
  pointer-events: none;
}

.benefit-note {
  position: absolute;
  left: 9.2%;
  width: 81.6%;
  margin: 0;
  padding: 10px 13px 11px 18px;
  border: 1px solid rgba(210, 181, 125, 0.42);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  color: #464646;
  font-size: clamp(10px, 2.6vw, 13px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.55;
  text-align: left;
  box-shadow: 0 9px 18px rgba(70, 55, 31, 0.06);
}

.benefit-note::before {
  content: "";
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 8px;
  width: 2px;
  border-radius: 999px;
  background: #d2ad66;
}

.benefit-note-2 {
  top: 39.45%;
}

.benefit-note-3 {
  top: 59.65%;
  font-size: clamp(9.5px, 2.38vw, 12.4px);
}

.benefit-note-4 {
  top: 79.72%;
  font-size: clamp(9.5px, 2.42vw, 12.5px);
}

.cta-overlay,
.faq-canva-cta {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  text-decoration: none;
  animation: ctaBreath 2.8s ease-in-out infinite;
  transform-origin: center;
  isolation: isolate;
  -webkit-tap-highlight-color: transparent;
}

.cta-overlay {
  position: absolute;
  z-index: 5;
}

.cta-overlay::before,
.faq-canva-cta::before {
  content: "";
  position: absolute;
  top: -35%;
  left: -58%;
  z-index: 5;
  width: 34%;
  height: 170%;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(255, 255, 255, 0.18) 30%,
    rgba(255, 255, 255, 0.58) 50%,
    rgba(255, 255, 255, 0.18) 70%,
    transparent 100%
  );
  filter: blur(0.5px);
  pointer-events: none;
  transform: skewX(-18deg);
  animation: ctaShine 3.4s ease-in-out infinite;
}

.cta-overlay:active,
.faq-canva-cta:active {
  animation-play-state: paused;
  transform: scale(0.99);
}

.cta-overlay:focus-visible,
.faq-canva-cta:focus-visible {
  outline: 3px solid rgba(159, 196, 225, 0.9);
  outline-offset: 4px;
}

.cta-pill {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 36%;
  padding-top: 1px;
  border: 1px solid rgba(175, 180, 188, 0.85);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: #9fc6e5;
  font-size: clamp(12px, 3.65vw, 18px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(33, 41, 55, 0.07);
  transform: translateX(-50%);
}

.cta-body {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 72%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9%;
  padding: 6.6% 5% 3.7%;
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 42%),
    linear-gradient(180deg, #294f87 0%, #173867 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -7px 13px rgba(8, 28, 59, 0.2),
    0 8px 16px rgba(29, 55, 91, 0.13);
}

.cta-body::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.018) 0 1px,
      transparent 1px 4px
    );
  pointer-events: none;
}

.cta-sub,
.cta-main {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  line-height: 1.16;
  text-align: center;
  white-space: nowrap;
}

.cta-sub {
  color: #d8ba69;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: clamp(9.5px, 3vw, 14px);
  font-weight: 800;
}

.cta-main {
  color: #fff;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: clamp(12.5px, 3.45vw, 18px);
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}

.cta-overlay-offer {
  left: 11.5%;
  top: 64.55%;
  width: 77%;
  height: 10.5%;
}

.cta-overlay-offer .cta-pill {
  width: 76%;
  height: 31%;
  font-size: clamp(11.8px, 3.34vw, 16.5px);
}

.cta-overlay-offer .cta-body {
  top: 25.5%;
  bottom: 0;
  height: auto;
  gap: 8.5%;
  padding: 6.4% 4.5% 3.2%;
  border-radius: 8px;
}

.cta-overlay-offer .cta-sub {
  font-size: clamp(9.5px, 2.82vw, 13.3px);
}

.cta-overlay-offer .cta-main {
  font-size: clamp(12px, 3.32vw, 17.2px);
}

.cta-overlay-recommend {
  left: 12%;
  top: 80%;
  width: 76%;
  height: 9.6%;
}

.youtube-embed {
  position: relative;
  width: min(80%, 480px);
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  box-shadow: 0 10px 22px rgba(28, 58, 76, 0.08);
}

.youtube-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-link {
  display: none;
  position: relative;
}

.video-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  aspect-ratio: 1.45;
  border-radius: 8px;
  background: rgba(255, 0, 0, 0.88);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.video-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #fff;
  transform: translate(-32%, -50%);
  pointer-events: none;
}

.countdown-grid {
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  text-align: center;
  line-height: 1;
}

.countdown-grid-offer {
  position: absolute;
  padding: 5px 0 1px;
  background: #fff9f1;
  box-shadow: 0 0 0 7px #fff9f1;
}

.countdown-grid-offer {
  left: 12%;
  top: 78.25%;
  width: 76%;
}

.countdown-unit {
  display: grid;
  justify-items: center;
  gap: 5px;
}

.countdown-unit strong {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1.05;
  border-radius: 7px;
  background: var(--navy);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 5vw, 23px);
  font-weight: 700;
  box-shadow: 0 7px 14px rgba(25, 61, 109, 0.14);
}

.countdown-unit span {
  color: #555;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: clamp(10px, 2.8vw, 12px);
  line-height: 1.2;
}

.faq-section {
  position: relative;
  padding: 44px 24px 90px;
  background: var(--cream);
}

.section-heading {
  text-align: center;
}

.section-heading p {
  margin: 0 0 13px;
  color: #c7a15c;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.34em;
}

.section-heading h2 {
  margin: 0;
  color: #2b2b2b;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.section-heading span {
  display: block;
  width: 48px;
  height: 1px;
  margin: 16px auto 30px;
  background: linear-gradient(90deg, transparent, #d2ad66, transparent);
}

.faq-list {
  display: grid;
  gap: 10px;
  width: min(89%, 348px);
  margin: 0 auto;
}

.faq-item {
  overflow: hidden;
  border: 1px solid #eadfd4;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 16px rgba(71, 51, 25, 0.04);
}

.faq-question {
  display: grid;
  grid-template-columns: 26px 1fr 13px;
  gap: 9px;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 12px 13px;
  border: 0;
  background: transparent;
  color: #303030;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.faq-question-text {
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.65;
}

.faq-mark {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.faq-mark-q {
  background: var(--navy);
}

.faq-mark-a {
  flex: 0 0 auto;
  background: #d0ad66;
}

.faq-chevron {
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #cba961;
  border-bottom: 2.5px solid #cba961;
  transform: rotate(45deg);
  transition: transform 0.24s ease;
}

.faq-item.is-open .faq-chevron {
  transform: rotate(225deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  border-top: 0 solid #eee4d8;
  transition: max-height 0.34s ease, border-top-width 0.2s ease;
}

.faq-item.is-open .faq-answer {
  border-top-width: 1px;
}

.faq-answer-inner {
  display: flex;
  gap: 10px;
  padding: 14px 15px 20px;
}

.faq-answer p {
  margin: -2px 0 0;
  color: #5b5b5b;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.95;
}

.faq-canva-cta {
  position: relative;
  width: min(92%, 294px);
  margin: 26px auto 40px;
  aspect-ratio: 528 / 158;
  min-height: 82px;
}

.section-image-cta {
  width: min(92%, 340px);
  margin: 0 auto;
}

.final-image-cta {
  margin: 2px auto 22px;
}

.section-image-cta .cta-pill {
  font-size: clamp(12px, 3.7vw, 18px);
}

.section-image-cta .cta-sub {
  font-size: clamp(9.5px, 3.05vw, 14px);
}

.section-image-cta .cta-main {
  font-size: clamp(12.5px, 3.5vw, 18px);
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -24px;
  opacity: 0.96;
}

.section-divider::before,
.section-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 173, 102, 0.42));
}

.section-divider::after {
  background: linear-gradient(90deg, rgba(210, 173, 102, 0.42), transparent);
}

.section-divider span {
  width: 8px;
  height: 8px;
  margin: 0 14px;
  border-radius: 1px;
  background: #d0ad66;
  box-shadow: 0 0 0 10px var(--cream);
  transform: rotate(45deg);
}

.story-section {
  position: relative;
  padding: 52px 24px 76px;
  background: var(--cream);
}

.story-section .section-heading h2 {
  color: #292929;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.65;
}

.urgency-section {
  padding-top: 50px;
  padding-bottom: 58px;
}

.message-card,
.roadmap-value-card,
.origin-story-card {
  width: min(100%, 374px);
  margin-inline: auto;
  border: 1px solid #eadfd4;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 28px rgba(55, 36, 18, 0.06);
}

.message-card {
  padding: 28px 23px 30px;
}

.message-card p {
  margin: 0 0 18px;
  color: #505050;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 12.6px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.message-card p:last-child {
  margin-bottom: 0;
}

.message-highlight {
  margin: 24px 0;
  padding: 17px 14px;
  border-top: 1px solid rgba(208, 173, 102, 0.48);
  border-bottom: 1px solid rgba(208, 173, 102, 0.48);
  color: var(--navy);
  font-size: 17px;
  line-height: 1.75;
  text-align: center;
}

.message-closing {
  color: var(--navy) !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  line-height: 1.85 !important;
}

.roadmap-value-section {
  padding-top: 54px;
  padding-bottom: 62px;
}

.roadmap-value-card {
  overflow: hidden;
  padding: 24px 21px 0;
}

.roadmap-value-card ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.roadmap-value-card li {
  position: relative;
  padding: 13px 5px 13px 35px;
  border-bottom: 1px solid #ece4d9;
  color: #404040;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 12.6px;
  font-weight: 700;
  line-height: 1.7;
}

.roadmap-value-card li::before {
  content: "✓";
  position: absolute;
  top: 13px;
  left: 2px;
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #1f416f;
  color: #fff;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.roadmap-value-card p {
  margin: 0 -21px;
  padding: 20px 18px 22px;
  background: #1f416f;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
  text-align: center;
}

.origin-story-section {
  padding-top: 56px;
  padding-bottom: 62px;
}

.origin-story-card {
  padding: 31px 25px 33px;
}

.origin-story-card p {
  margin: 0 0 25px;
  color: #383838;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 12.2px;
  font-weight: 500;
  line-height: 1.95;
}

.origin-story-card p:last-child {
  margin-bottom: 0;
}

.origin-story-card strong {
  font-weight: 800;
}

.origin-story-card blockquote {
  margin: 28px 0 29px;
  color: #353535;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 20px;
  line-height: 1.6;
}

.origin-story-message {
  width: min(100%, 374px);
  margin: 32px auto 0;
  padding: 28px 22px 30px;
  border-radius: 14px;
  background: #1f416f;
  color: #fff;
  text-align: center;
  box-shadow: 0 14px 28px rgba(25, 61, 109, 0.16);
}

.origin-story-message p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.9;
}

.origin-story-message > span {
  display: block;
  width: 44px;
  height: 1px;
  margin: 22px auto;
  background: #d7b36c;
}

.origin-story-message strong {
  display: block;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.95;
}

.origin-story-section .section-divider {
  margin-top: 46px;
}

.voice-card {
  display: grid;
  gap: 18px;
  width: min(100%, 374px);
  margin-inline: auto;
  padding: 16px 14px 22px;
  border: 1px solid #eadfd4;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 28px rgba(55, 36, 18, 0.06);
}

.voice-item {
  width: 100%;
  margin: 0 auto;
  padding: 18px 15px 20px;
  border: 1px solid rgba(234, 223, 212, 0.86);
  border-radius: 12px;
  background: #fffdf8;
  box-shadow: 0 10px 24px rgba(43, 35, 20, 0.06);
}

.voice-label {
  margin: 0 auto 6px;
  color: #b9a16a;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-align: center;
}

.voice-item h3 {
  margin: 0 0 13px;
  color: #4b4034;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.before-after-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.ba-photo {
  margin: 0;
}

.ba-photo span {
  display: block;
  margin-bottom: 6px;
  color: #9a8257;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}

.ba-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 8px 18px rgba(61, 44, 28, 0.1);
}

.ba-photo img.ba-photo-contain {
  object-fit: contain;
  background: #fff;
}

.single-result-photo {
  margin: 0 0 14px;
}

.single-result-photo img {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(61, 44, 28, 0.1);
}

.interview-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 12px;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  background: #173d6d;
  box-shadow: 0 10px 22px rgba(25, 61, 109, 0.16);
  -webkit-tap-highlight-color: transparent;
}

.interview-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

.interview-thumbnail-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  aspect-ratio: 1.45;
  border-radius: 10px;
  background: rgba(255, 0, 0, 0.9);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}

.interview-thumbnail-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
  transform: translate(-50%, -50%);
}

.interview-embed {
  position: relative;
  width: 100%;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 10px 22px rgba(25, 61, 109, 0.16);
}

.interview-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.interview-video-slot {
  display: grid;
  place-items: center;
  gap: 6px;
  min-height: 92px;
  margin-top: 2px;
  border-radius: 10px;
  background:
    linear-gradient(rgba(25, 61, 109, 0.72), rgba(25, 61, 109, 0.72)),
    linear-gradient(135deg, rgba(208, 173, 102, 0.24), rgba(255, 255, 255, 0.08));
  color: #fff;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  text-align: center;
  box-shadow: 0 10px 22px rgba(25, 61, 109, 0.16);
}

.interview-video-slot-mini {
  grid-template-columns: auto 1fr;
  place-items: center start;
  gap: 3px 10px;
  min-height: 66px;
  margin-top: 14px;
  padding: 12px 14px;
  text-align: left;
}

.interview-video-slot-muted {
  background:
    linear-gradient(rgba(70, 70, 70, 0.64), rgba(70, 70, 70, 0.64)),
    linear-gradient(135deg, rgba(208, 173, 102, 0.18), rgba(255, 255, 255, 0.08));
}

.play-icon {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
}

.interview-video-slot-mini .play-icon {
  grid-row: span 2;
  width: 32px;
  height: 32px;
}

.play-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--navy);
  transform: translate(-50%, -50%);
}

.interview-video-slot strong {
  font-size: 13px;
  line-height: 1.35;
}

.interview-video-slot small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  line-height: 1.4;
}

.voice-lead {
  margin: 0 0 8px;
  color: #7fc7bc;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.62;
  text-align: center;
}

.voice-item p:not(.voice-label):not(.voice-lead) {
  margin: 0;
  color: #4b4b4b;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 11.3px;
  font-weight: 500;
  line-height: 1.85;
}

.dress-collage-card {
  width: min(100%, 386px);
  margin: 32px auto 28px;
  padding: 7px;
  border: 1px solid rgba(227, 213, 191, 0.76);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 32px rgba(56, 47, 36, 0.07);
}

.dress-collage-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.center-copy {
  margin: 0;
  color: #757575;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 12.5px;
  line-height: 1.9;
}

.center-copy {
  margin-bottom: 28px;
  text-align: center;
}

.profile-section {
  padding-top: 58px;
}

.profile-card {
  width: min(100%, 374px);
  margin-inline: auto;
  padding: 28px 22px 34px;
  border: 1px solid #eadfcf;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(55, 36, 18, 0.05);
}

.profile-photo {
  width: 132px;
  height: 132px;
  margin: 0 auto 22px;
  padding: 8px;
  border: 1px solid rgba(213, 190, 145, 0.52);
  border-radius: 50%;
}

.profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: 78% 46%;
}

.profile-role {
  margin: 0 0 15px;
  color: #c7a15c;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.28em;
  text-align: center;
}

.profile-card h3 {
  margin: 0;
  color: #2d2d2d;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.mini-divider {
  display: block;
  width: 64px;
  height: 1px;
  margin: 20px auto 24px;
  background: linear-gradient(90deg, transparent, #d2ad66, transparent);
}

.profile-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.profile-card li {
  position: relative;
  padding-left: 27px;
  color: #3d3d3d;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 13.5px;
  line-height: 1.65;
}

.profile-card li::before {
  content: "";
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: radial-gradient(circle, #d0ad66 0 4px, #f7f2e8 5px);
}

.profile-card > p:last-child {
  margin: 0;
  color: #5f5f5f;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 12.8px;
  line-height: 2;
}

.final-offer-section {
  padding-top: 60px;
  padding-bottom: 104px;
}

.corner-frame {
  position: absolute;
  inset: 32px 24px auto;
  height: 48px;
  border-top: 1px solid rgba(208, 173, 102, 0.45);
  border-left: 1px solid rgba(208, 173, 102, 0.45);
  border-right: 1px solid rgba(208, 173, 102, 0.45);
  pointer-events: none;
}

.countdown-grid-final {
  width: min(76%, 276px);
  margin: 30px auto 32px;
}

.closing-copy,
.closing-message,
.limit-note {
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  text-align: center;
}

.closing-copy {
  margin: 0 0 30px;
  color: #303030;
  font-size: 14px;
  line-height: 2.3;
}

.closing-message {
  margin: 0 0 34px;
  color: var(--navy);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}

.limit-note {
  margin: 0 0 12px;
  color: #979797;
  font-size: 12px;
  line-height: 1.7;
}

.floating-apply {
  position: fixed;
  z-index: 20;
  left: 50%;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(calc(100% - 34px), 356px);
  min-height: 52px;
  padding: 13px 16px 14px;
  border-radius: 999px;
  background: #c6a158;
  color: #fff;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 12px 24px rgba(77, 56, 20, 0.18);
  transform: translateX(-50%);
}

.floating-apply svg {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-apply span {
  min-width: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.62s ease, transform 0.62s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  50% {
    transform: scale(1.018);
  }
}

@keyframes ctaShine {
  0% {
    left: -58%;
    opacity: 0;
  }

  18% {
    opacity: 1;
  }

  48% {
    left: 128%;
    opacity: 0.95;
  }

  100% {
    left: 128%;
    opacity: 0;
  }
}

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

  .cta-overlay,
  .cta-overlay::before,
  .faq-canva-cta,
  .faq-canva-cta::before,
  .reveal,
  .faq-answer,
  .floating-apply {
    animation: none;
    transition: none;
  }
}
