html,
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.shz-lp {
  --shz-ink: #1f1f1f;
  --shz-muted: #6c6675;
  --shz-coral: #ff7f6d;
  --shz-coral-deep: #f25d52;
  --shz-line: rgba(255, 125, 97, 0.18);
  --shz-shadow: 0 0.9rem 2rem rgba(184, 95, 83, 0.09);
  position: relative;
  overflow: hidden;
  background: #fff;
  color: var(--shz-ink);
}

.shz-lp,
.shz-lp * {
  box-sizing: border-box;
}

.shz-shell {
  width: 100%;
  max-width: 44rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}

.shz-section {
  position: relative;
  padding: 4rem 0;
}

.shz-section--diagnosis {
  padding-top: 3.2rem;
  overflow-anchor: none;
}

.shz-hero--image-only {
  padding: 0;
}

.shz-hero-image {
  width: 100%;
  height: auto;
  margin: 0;
}

.shz-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
}

.shz-cta-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 4rem;
}

.shz-cta,
.shz-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  min-height: 5.8rem;
  margin-inline: auto;
  padding: 1.4rem 1.8rem;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.45;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.shz-cta {
  background: linear-gradient(135deg, #ff8b73 0%, #ff5c74 100%);
  color: #fff;
  box-shadow: 0 0.8rem 1.8rem rgba(255, 99, 119, 0.2);
}

.shz-cta--guide {
  position: relative;
  min-height: 8rem;
  padding: 1.1rem 1.8rem 1.1rem 7rem;
  justify-content: center;
  overflow: visible;
}

.shz-cta-guide-image {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  display: block;
  width: auto;
  height: 6.5rem;
  transform: translateY(-50%);
  pointer-events: none;
}

.shz-cta-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  text-align: center;
}

.shz-cta-bonus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.95rem;
  border-radius: 999px;
  background: #fff2a8;
  color: #ff5374;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.25;
  box-shadow: 0 0.3rem 0.9rem rgba(133, 54, 66, 0.14);
}

.shz-cta-copy {
  display: block;
  line-height: 1.25;
}

.shz-cta-label-main {
  display: inline-block;
  font-size: 1.4em;
}

.shz-secondary {
  background-color:#eee ;
  color: var(--shz-ink);
}

.shz-secondary--reset {
  width: 78%;
  min-height: 4.8rem;
  padding: 1rem 1.4rem;
  font-size: 0.94rem;
}

.shz-cta:hover,
.shz-secondary:hover {
  transform: translateY(-0.2rem);
}

.shz-support-images {
  margin: 1.2rem -1.2rem -2rem;
  padding: 0;
}

.shz-support-heading {
  margin: 0 -1.2rem 0.65rem;
}

.shz-support-heading img {
  display: block;
  width: 100%;
  height: auto;
}

.shz-support-images img + img {
  margin-top: 0;
}

.shz-support-images img {
  display: block;
  width: 100%;
  height: auto;
}

.shz-support-copy {
  margin: 0 2rem;
}

.shz-area-list,
.shz-pill-row {
  display: flex;
  flex-wrap: wrap;
}

.shz-area-list {
  gap: 1rem;
  margin-top: 1.2rem;
  margin-left: 0.7rem;
}

.shz-area-box {
  margin-top: 2.2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 1.6rem;
  border: 1px solid #1f1f1f;
  border-radius: 2.2rem;
  background: #eee;
}

.shz-area-box--supported {
  margin-top: 1.1rem;
  padding-top: 1.2rem;
}

.shz-area-box--supported .shz-area-label {
  margin-bottom: 0.5rem;
}

.shz-area-label {
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  color: var(--shz-coral-deep);
  font-size: 1.25rem;
  font-weight: 800;
  text-align: center;
  border-bottom: 1px dashed #1f1f1f;
}

.shz-area-chip {
  font-size: 1rem;
  font-weight: 600;
}

.shz-badge-image {
  margin: 0;
}

.shz-badge-image img {
  display: block;
  width: 100%;
  height: auto;
}

.shz-section-head {
  margin-bottom: 1.8rem;
}

.shz-section-head h2 {
  margin: 0;
  margin-left: 1rem;
  font-size: 1.6rem;
  line-height: 1.28;
  text-align: center;
}

.shz-section-head span {
  display: inline-block;
}

.shz-section-head--diagnosis {
  margin-bottom: 1.6rem;
}

.shz-section-head--diagnosis h2 {
  margin: 0;
}

.shz-section-head--diagnosis h2 img {
  display: block;
  width: 100%;
  height: auto;
}

.shz-choice-stage {
  position: relative;
  margin-top: 1.8rem;
  aspect-ratio: 800 / 566;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1rem 2.2rem rgba(111, 90, 82, 0.12);
  isolation: isolate;
}

.shz-choice-hit {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.shz-choice-hit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 18, 24, 0);
  transition: background 0.28s ease;
  pointer-events: none;
}

.shz-choice-hit--left {
  clip-path: inset(0 50% 0 0);
}

.shz-choice-hit--right {
  clip-path: inset(0 0 0 50%);
}

.shz-choice-hit[disabled] {
  cursor: default;
}

.shz-choice-layer,
.shz-choice-or {
  position: absolute;
  inset: 0;
  margin: 0;
  pointer-events: none;
}

.shz-choice-layer img,
.shz-choice-or img,
.shz-choice-after-layer img {
  display: block;
  width: 100%;
  height: auto;
}

.shz-choice-layer img {
  transition: transform 0.32s ease, filter 0.32s ease;
}

.shz-choice-layer--box {
  overflow: hidden;
}

.shz-choice-layer--box .shz-choice-box-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition:
    opacity 0.42s ease,
    transform 0.32s ease,
    filter 0.32s ease;
}

.shz-choice-layer--btn {
  transition: opacity 0.35s ease, transform 0.35s ease, filter 0.32s ease;
}

.shz-choice-after-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.42s ease;
}

.shz-choice-layer--left img {
  transform-origin: left center;
}

.shz-choice-layer--right img {
  transform-origin: right center;
}

.shz-choice-hit:hover .shz-choice-layer--box img,
.shz-choice-hit:focus-visible .shz-choice-layer--box img {
  transform: scale(1.035);
}

.shz-choice-hit:hover .shz-choice-layer--btn img,
.shz-choice-hit:focus-visible .shz-choice-layer--btn img {
  animation: shzBtnBob 0.82s ease-in-out infinite alternate;
}

.shz-choice-hit:focus-visible {
  outline: none;
}

.shz-choice-hit:focus-visible .shz-choice-layer--box {
  filter: drop-shadow(0 0 0.9rem rgba(255, 255, 255, 0.65));
}

.shz-choice-stage.is-hover-left .shz-choice-hit--right::after,
.shz-choice-stage.is-hover-right .shz-choice-hit--left::after,
.shz-choice-hit.is-dimmed::after {
  background: rgba(16, 18, 24, 0.2);
}

.shz-choice-stage.is-hover-left .shz-choice-hit--right .shz-choice-layer img,
.shz-choice-stage.is-hover-right .shz-choice-hit--left .shz-choice-layer img,
.shz-choice-hit.is-dimmed .shz-choice-layer img {
  filter: brightness(0.8);
}

.shz-choice-stage.is-hover-left .shz-choice-hit--left .shz-choice-layer--box img,
.shz-choice-stage.is-hover-right .shz-choice-hit--right .shz-choice-layer--box img,
.shz-choice-hit.is-selected .shz-choice-layer--box img {
  filter: brightness(1.05) saturate(1.04);
}

.shz-choice-or {
  z-index: 3;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.shz-stage-reveal {
  opacity: 0;
  filter: blur(0.8rem);
  transition:
    opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.shz-stage-reveal--left {
  transform: translate3d(-3rem, 0, 0);
}

.shz-stage-reveal--right {
  transform: translate3d(3rem, 0, 0);
}

.shz-stage-reveal--up {
  transform: translate3d(0, 2.8rem, 0);
}

.shz-stage-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.shz-choice-stage.is-locked .shz-choice-or {
  opacity: 0;
  transform: translate3d(0, 1rem, 0) scale(0.94);
}

.shz-choice-stage.is-locked .shz-choice-hit:not(.is-selected) {
  pointer-events: none;
}

.shz-choice-hit.is-vanishing {
  animation: shzChoiceVanish 0.72s ease forwards;
  transform-origin: center center;
}

.shz-choice-hit.is-selected .shz-choice-layer--box img {
  transform: scale(1.02);
}

.shz-choice-hit.is-selected .shz-choice-box-image--before {
  opacity: 0;
}

.shz-choice-hit.is-selected .shz-choice-layer--btn {
  opacity: 0;
  transform: translate3d(0, -0.8rem, 0);
}

.shz-choice-stage.is-power-selected .shz-choice-after-layer--power,
.shz-choice-stage.is-steady-selected .shz-choice-after-layer--steady {
  opacity: 1;
}

.shz-result-frame,
.shz-result,
.shz-point-grid,
.shz-point {
  overflow: visible;
}

.shz-result-frame {
  padding: 1.35rem;
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
  overflow-anchor: none;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.shz-result-frame.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.shz-result {
  display: grid;
  gap: 1.35rem;
}

.shz-result-panel {
  --shz-result-accent: #f08d9e;
  --shz-result-border: #f6bcc6;
  --shz-result-shadow: rgba(224, 167, 150, 0.12);
  --shz-result-corner-a: #ffdfe3;
  --shz-result-corner-b: #ffe9bf;
}

.shz-result-panel--power {
  --shz-result-accent: #ef8a68;
  --shz-result-border: #f5bea7;
  --shz-result-shadow: rgba(226, 145, 110, 0.14);
  --shz-result-corner-a: #ffd9d2;
  --shz-result-corner-b: #ffe4ab;
}

.shz-result-panel--steady {
  --shz-result-accent: #ee8b9c;
  --shz-result-border: #f7c0ca;
  --shz-result-shadow: rgba(219, 161, 176, 0.12);
  --shz-result-corner-a: #ffe1e5;
  --shz-result-corner-b: #ffe9bf;
}

.shz-result-panel[hidden],
.shz-step-panel[hidden] {
  display: none;
}

.shz-point-grid {
  display: grid;
  gap: 1rem;
}

.shz-point-grid--stack {
  grid-template-columns: 1fr;
  gap: 0;
}

.shz-step-trigger {
  display: block;
  width: 100%;
  height: 0.1rem;
  margin: 0.8rem 0 0;
  opacity: 0;
  pointer-events: none;
}

.shz-step-panel {
  opacity: 0;
  transform: translate3d(0, 1.8rem, 0);
  filter: blur(0.45rem);
  transition:
    opacity 0.72s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.72s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.shz-step-panel.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.shz-point {
  position: relative;
  display: grid;
  grid-template-columns: 8.2rem minmax(0, 1fr);
  column-gap: 0;
  align-items: start;
  padding: 1.55rem 1.2rem 1.5rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.88);
  border-radius: 1.9rem;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
  box-shadow: 0 0.8rem 2rem var(--shz-result-shadow);
  isolation: isolate;
}

.shz-point::before,
.shz-point::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.shz-point::before {
  left: -2.8rem;
  bottom: -3.8rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: var(--shz-result-corner-a);
  opacity: 0.95;
}

.shz-point::after {
  right: -2.4rem;
  bottom: -3.2rem;
  width: 7.4rem;
  height: 7.4rem;
  border-radius: 50%;
  background: var(--shz-result-corner-b);
  opacity: 0.72;
}

.shz-point > * {
  position: relative;
  z-index: 1;
}

.shz-point--badge > .shz-badge-image--panel {
  grid-column: 1 / -1;
}

.shz-point--badge {
  padding-top: 0;
  overflow-anchor: none;
}

.shz-badge-image--panel {
  margin: 0 -1.2rem 1.25rem;
}

.shz-point-guide {
  grid-column: 1;
  position: relative;
  z-index: 3;
  width: 8.2rem;
  margin-top: -0.55rem;
  pointer-events: none;
}

.shz-point-guide-image {
  display: block;
  width: 11.9rem;
  max-width: none;
  height: auto;
  margin-top: -1.65rem;
  margin-left: -3.3rem;
  transform: scaleX(-1);
}

.shz-point-copy {
  grid-column: 2;
  min-width: 0;
  margin-left: -0.55rem;
}

.shz-nav-heading {
  display: block;
  min-height: 0;
  padding-left: 0;
}

.shz-nav-heading span {
  display: block;
  color: var(--shz-result-accent);
  font-size: 1.62rem;
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: 0.04em;
}

.shz-nav-heading--minor {
  min-height: 0;
}

.shz-nav-heading--singleline span {
  font-size: 1.52rem;
  white-space: nowrap;
}

.shz-point h4 {
  margin: 0;
  padding-top: 0.15rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.16rem dotted var(--shz-result-border);
}

.shz-point p {
  margin-top: 0.85rem;
  padding-left: 0;
  color: #5b5962;
  font-size: 1.1rem;
  line-height: 1.95;
  text-align: left;
}

.shz-math {
  padding: 1.6rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.9);
  border-radius: 1.9rem;
  background: linear-gradient(145deg, #fff7f1 0%, #fffdfa 100%);
  box-shadow: 0 0.8rem 2rem rgba(211, 162, 141, 0.11);
}

.shz-result-panel--steady .shz-math,
.shz-result-panel--steady .shz-result-next,
.shz-result-panel--steady .shz-pill {
  background: linear-gradient(145deg, #fff7fa 0%, #fffdfc 100%);
}

.shz-math-head {
  color: var(--shz-result-accent);
  font-size: 1.22rem;
  line-height: 1.7;
}

.shz-math-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1.2rem 0;
}

.shz-math-cell {
  padding: 1rem 0.8rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.96);
  text-align: center;
}

.shz-math-cell span {
  display: block;
  color: var(--shz-muted);
  font-size: 0.98rem;
}

.shz-math-cell strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--shz-result-accent);
  font-size: 1.55rem;
  line-height: 1.2;
}

.shz-math-total {
  padding: 1.3rem 1.4rem;
  border-radius: 1.55rem;
  background: linear-gradient(135deg, var(--shz-result-accent) 0%, #ffb597 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 0.8rem 1.8rem rgba(238, 139, 110, 0.18);
}

.shz-result-panel--steady .shz-math-total {
  background: linear-gradient(135deg, var(--shz-result-accent) 0%, #f7b2bf 100%);
  box-shadow: 0 0.8rem 1.8rem rgba(238, 139, 156, 0.18);
}

.shz-math-total strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 2.2rem;
}

.shz-result-next {
  margin: 0;
  padding: 1.4rem 1.45rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.9);
  border-radius: 1.8rem;
  background: linear-gradient(145deg, #fff7f1 0%, #fffdfa 100%);
  color: #5b5962;
  font-size: 1.08rem;
  line-height: 1.9;
  box-shadow: 0 0.8rem 2rem rgba(211, 162, 141, 0.1);
}

.shz-pill-row {
  gap: 0.65rem;
}

.shz-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.05rem;
  border: 0.1rem solid var(--shz-result-border);
  border-radius: 999px;
  background: linear-gradient(145deg, #fff7fa 0%, #fffdfc 100%);
  color: var(--shz-result-accent);
  font-size: 1rem;
  font-weight: 800;
}

.shz-diagnosis-cta {
  display: grid;
  gap: 1rem;
  padding-top: 1rem;
}

.shz-diagnosis-cta p {
  margin: 0 0 1.1rem;
  color: var(--shz-muted);
  font-size: 1.08rem;
  line-height: 1.9;
}

.shz-detail-card {
  padding: 1.55rem 1.2rem 1.5rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.88);
  border-radius: 1.9rem;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
  box-shadow: 0 0.8rem 2rem var(--shz-result-shadow);
  text-align: left;
}

.shz-detail-card-hero {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.shz-detail-card-guide {
  position: relative;
  z-index: 3;
  flex: 0 0 8.2rem;
  width: 8.2rem;
  margin-top: -0.55rem;
  pointer-events: none;
}

.shz-detail-card-guide-image {
  display: block;
  width: 11.9rem;
  max-width: none;
  height: auto;
  margin-top: -1.65rem;
  margin-left: -3.3rem;
  transform: scaleX(-1);
}

.shz-detail-card-copy {
  min-width: 0;
  flex: 1 1 auto;
  margin-left: -0.55rem;
}

.shz-detail-card-heading {
  margin: 0;
  padding-top: 0.15rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.16rem dotted var(--shz-result-border);
}

.shz-detail-card-list {
  display: block;
  margin: 0.95rem 0 0;
}

.shz-detail-card-row {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  padding: 1.1rem 0;
}

.shz-detail-card-row:first-child {
  padding-top: 0;
}

.shz-detail-card-row + .shz-detail-card-row {
  border-top: 0.16rem dashed rgba(127, 113, 107, 0.38);
}

.shz-detail-card-row dt,
.shz-detail-card-row dd {
  margin: 0;
}

.shz-detail-card-row dt {
  color: #706664;
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.9;
}

.shz-detail-card-row dd {
  color: #655a57;
  font-size: 1.12rem;
  line-height: 1.95;
}

.shz-detail-card-accent {
  color: #d58f95;
  font-weight: 800;
}

.shz-detail-card-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shz-detail-card-bullets li {
  position: relative;
  padding-left: 1.1em;
}

.shz-detail-card-bullets li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #8c7b76;
  font-weight: 700;
}

.shz-detail-card-bullets li + li {
  margin-top: 0.35rem;
}

.shz-detail-card-cta {
  margin-top: 1.5rem;
}

.shz-detail-card-cta .shz-cta {
  width: 100%;
  margin-inline: 0;
}

.shz-cta-row--reset-only {
  margin-top: 1rem;
  margin-bottom: 0;
}

.shz-visually-hidden {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shz-result-panel .shz-nav-heading span {
  font-variation-settings: "wght" 500;
  font-size: 1.4rem;
}

.shz-result-panel--steady .shz-nav-heading span {
  color: #ffca76;
}

.shz-hero-image {
  position: relative;
}

.shz-hero-composite {
  position: relative;
  aspect-ratio: 800 / 1196;
  overflow: hidden;
}

.shz-hero-layer {
  position: absolute;
  inset: 0;
  margin: 0;
}

.shz-hero-layer--animated {
  opacity: 0;
  will-change: transform, opacity;
}

.shz-hero-layer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shz-hero-pulse {
  display: block;
  width: 100%;
  height: 100%;
}

.shz-hero-layer--h1 {
  z-index: 2;
  animation: shzHeroFadeIn 0.95s ease-out 0.2s both;
}

.shz-hero-layer--15000 {
  z-index: 3;
  animation: shzHeroCartoonIn 1.05s cubic-bezier(0.2, 0.9, 0.2, 1.15) 0.45s both;
}

.shz-hero-layer--kira {
  z-index: 4;
  animation: shzHeroKiraReveal 0.42s ease-out 1.38s both;
}

.shz-hero-layer--5000 {
  z-index: 5;
  animation: shzHeroSlideInRight 0.85s cubic-bezier(0.2, 0.9, 0.25, 1) 0.8s both;
}

.shz-hero-layer--5000 .shz-hero-pulse {
  animation: shzHeroHeartbeat 2.4s ease-in-out 1.75s infinite both;
  transform-origin: 84% 72%;
}

.shz-hero-layer--box-01,
.shz-hero-layer--box-02,
.shz-hero-layer--box-03,
.shz-hero-layer--box-04 {
  z-index: 6;
  animation: shzHeroPopUp 0.56s cubic-bezier(0.18, 0.92, 0.22, 1.24) both;
}

.shz-hero-layer--box-01 {
  animation-delay: 1.45s;
}

.shz-hero-layer--box-02 {
  animation-delay: 1.58s;
}

.shz-hero-layer--box-03 {
  animation-delay: 1.71s;
}

.shz-hero-layer--box-04 {
  animation-delay: 1.84s;
}

.shz-scroll-reveal {
  opacity: 0;
  filter: blur(0.55rem);
  transition:
    opacity 0.88s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.88s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.88s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--shz-reveal-delay, 0s);
  will-change: transform, opacity, filter;
}

.shz-scroll-reveal--up {
  transform: translate3d(0, 2.6rem, 0);
}

.shz-scroll-reveal--left {
  transform: translate3d(-2.8rem, 0, 0);
}

.shz-scroll-reveal--right {
  transform: translate3d(2.8rem, 0, 0);
}

.shz-scroll-reveal--scale {
  transform: translate3d(0, 1.8rem, 0) scale(0.96);
}

.shz-scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.shz-area-box--supported .shz-area-chip {
  opacity: 0;
  transform: translate3d(0, 1.2rem, 0) scale(0.94);
  transition:
    opacity 0.56s ease,
    transform 0.56s cubic-bezier(0.22, 0.9, 0.2, 1.15);
}

.shz-area-box--supported.is-visible .shz-area-chip {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.shz-area-box--supported.is-visible .shz-area-chip:nth-child(1) {
  transition-delay: 0.08s;
}

.shz-area-box--supported.is-visible .shz-area-chip:nth-child(2) {
  transition-delay: 0.14s;
}

.shz-area-box--supported.is-visible .shz-area-chip:nth-child(3) {
  transition-delay: 0.2s;
}

.shz-area-box--supported.is-visible .shz-area-chip:nth-child(4) {
  transition-delay: 0.26s;
}

.shz-area-box--supported.is-visible .shz-area-chip:nth-child(5) {
  transition-delay: 0.32s;
}

.shz-area-box--supported.is-visible .shz-area-chip:nth-child(6) {
  transition-delay: 0.38s;
}

.shz-area-box--supported.is-visible .shz-area-chip:nth-child(7) {
  transition-delay: 0.44s;
}

.shz-area-box--supported.is-visible .shz-area-chip:nth-child(8) {
  transition-delay: 0.5s;
}

.shz-area-box--supported.is-visible .shz-area-chip:nth-child(9) {
  transition-delay: 0.56s;
}

.shz-area-box--supported.is-visible .shz-area-chip:nth-child(10) {
  transition-delay: 0.62s;
}

.shz-area-box--supported.is-visible .shz-area-chip:nth-child(11) {
  transition-delay: 0.68s;
}

.shz-area-box--supported.is-visible .shz-area-chip:nth-child(12) {
  transition-delay: 0.74s;
}

.shz-diagnosis-cta .shz-detail-card {
  overflow: visible;
}

.shz-detail-card-hero {
  position: relative;
  min-height: 6.6rem;
}

.shz-detail-card-guide {
  position: absolute;
  top: -2.8rem;
  left: 0;
  margin-top: 0;
}

.shz-detail-card-copy {
  margin-left: 7.65rem;
}

.shz-detail-card-list {
  margin-top: 2rem;
}

.shz-diagnosis-cta .shz-detail-card-accent {
  color: #ff7976;
}

@keyframes shzBtnBob {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, -0.7rem, 0);
  }
}

@keyframes shzChoiceVanish {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }

  55% {
    opacity: 0.58;
    filter: blur(0.35rem);
    transform: translate3d(0, -1rem, 0) scale(0.96);
  }

  100% {
    opacity: 0;
    filter: blur(1.3rem);
    transform: translate3d(0, -2.5rem, 0) scale(0.82);
  }
}

@keyframes shzHeroFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes shzHeroSlideInRight {
  0% {
    opacity: 0;
    transform: translate3d(3rem, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes shzHeroCartoonIn {
  0% {
    opacity: 0;
    transform: translate3d(-4.8rem, 1.4rem, 0) rotate(-5deg) scale(0.82);
  }

  55% {
    opacity: 1;
    transform: translate3d(0.9rem, -0.3rem, 0) rotate(1.8deg) scale(1.06);
  }

  78% {
    transform: translate3d(-0.35rem, 0.15rem, 0) rotate(-0.8deg) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0) scale(1);
  }
}

@keyframes shzHeroKiraReveal {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

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

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes shzHeroHeartbeat {
  0%,
  24%,
  54%,
  100% {
    transform: scale(1);
  }

  12% {
    transform: scale(1.05);
  }

  36% {
    transform: scale(0.98);
  }

  44% {
    transform: scale(1.08);
  }
}

@keyframes shzHeroPopUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 4.8rem, 0);
  }

  72% {
    opacity: 1;
    transform: translate3d(0, -0.9rem, 0);
  }

  88% {
    transform: translate3d(0, 0.22rem, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .shz-result-panel:not([hidden]) .shz-point.shz-step-panel[hidden] {
    display: grid !important;
    opacity: 1;
    transform: none;
    filter: none;
  }

  .shz-result-panel:not([hidden]) .shz-diagnosis-cta.shz-step-panel[hidden] {
    display: grid !important;
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shz-hero-layer--animated,
  .shz-hero-layer--5000 .shz-hero-pulse,
  .shz-scroll-reveal,
  .shz-area-box--supported .shz-area-chip {
    opacity: 1;
    animation: none !important;
    transform: none;
    filter: none;
    transition: none;
  }
}

@media (max-width: 560px) {
  .shz-detail-card-guide {
    flex-basis: 6.5rem;
    width: 6.5rem;
    margin-top: -0.35rem;
  }

  .shz-detail-card-guide-image {
    width: 9.6rem;
    margin-top: -1.1rem;
    margin-left: -2.85rem;
  }

  .shz-detail-card-copy {
    margin-left: -0.35rem;
  }

  .shz-diagnosis-cta .shz-detail-card-hero {
    min-height: 7.8rem;
  }

  .shz-diagnosis-cta .shz-detail-card-guide {
    top: -1.9rem;
    left: 0;
    margin-top: 0;
  }

  .shz-diagnosis-cta .shz-detail-card-copy {
    margin-left: 5.9rem;
  }

  .shz-diagnosis-cta .shz-detail-card-list {
    margin-top: 1.1rem;
  }
}

@media (min-width: 521px) and (max-width: 560px) {
  .shz-diagnosis-cta .shz-detail-card-guide {
    flex-basis: 8.2rem;
    width: 8.2rem;
    top: -2.2rem;
  }

  .shz-diagnosis-cta .shz-detail-card-guide-image {
    width: 11.9rem;
    margin-top: -1.65rem;
    margin-left: -3.3rem;
  }

  .shz-diagnosis-cta .shz-detail-card-hero {
    min-height: 7.2rem;
  }

  .shz-diagnosis-cta .shz-detail-card-copy {
    margin-left: 7rem;
  }

  .shz-diagnosis-cta .shz-detail-card-list {
    margin-top: 1.4rem;
  }
}

@media (max-width: 520px) {
  .shz-detail-card {
    padding: 1.45rem 1rem 1.3rem;
    border-radius: 1.9rem;
  }

  .shz-detail-card-guide {
    flex-basis: 6.5rem;
    width: 6.5rem;
    margin-top: -0.35rem;
  }

  .shz-detail-card-guide-image {
    width: 9.6rem;
    margin-top: -1.1rem;
    margin-left: -2.85rem;
  }

  .shz-detail-card-copy {
    margin-left: -0.35rem;
  }

  .shz-detail-card-list {
    margin-top: 0.8rem;
  }

  .shz-detail-card-row {
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 0.7rem;
    padding: 0.95rem 0;
  }

  .shz-cta--guide {
    min-height: 7.2rem;
    width: 94%;
    padding: 1rem 1.2rem 1rem 7rem;
  }

  .shz-cta-guide-image {
    left: 1rem;
    height: 6.2rem;
  }

  .shz-cta-bonus {
    font-size: 0.76rem;
    padding: 0.18rem 0.7rem;
  }

  .shz-secondary--reset {
    width: 84%;
    min-height: 4.5rem;
  }

  .shz-result-frame {
    padding: 1rem;
  }

  .shz-diagnosis-cta {
    gap: 0.85rem;
    padding-top: 0.85rem;
  }

  .shz-diagnosis-cta .shz-detail-card-hero {
    min-height: 7.4rem;
  }

  .shz-diagnosis-cta .shz-detail-card-guide {
    top: -1.6rem;
    left: 0;
    margin-top: 0;
  }

  .shz-diagnosis-cta .shz-detail-card-copy {
    margin-left: 5.5rem;
  }

  .shz-diagnosis-cta .shz-detail-card-list {
    margin-top: 1rem;
  }

  .shz-point {
    grid-template-columns: 6.7rem minmax(0, 1fr);
    padding: 1.3rem 1rem 1.25rem;
    border-radius: 1.6rem;
  }

  .shz-badge-image--panel {
    margin: 0 -1rem 1rem;
  }

  .shz-point-guide {
    width: 6.7rem;
    margin-top: -0.4rem;
  }

  .shz-point-guide-image {
    width: 9.8rem;
    margin-top: -1.2rem;
    margin-left: -2.7rem;
  }

  .shz-point-copy {
    margin-left: -0.7rem;
  }

  .shz-math {
    padding: 1.3rem;
  }

  .shz-math-grid {
    grid-template-columns: 1fr;
  }

  .shz-result-next {
    padding: 1.2rem 1.15rem;
  }
}
