:root {
  --ssq-ink: #3a2e28;
  --ssq-muted: #76665d;
  --ssq-cream: #fff9ec;
  --ssq-cream-deep: #f9edcf;
  --ssq-paper: #ffffff;
  --ssq-orange: #e07b39;
  --ssq-orange-dark: #b65322;
  --ssq-link: #3d6e99;
  --ssq-border: #ead8b8;
  --ssq-shadow: 0 14px 36px rgba(77, 55, 37, 0.12);
  --ssq-focus: #1d5f92;
}

.ssq-page,
.ssq-page * {
  box-sizing: border-box;
}

.ssq-page {
  min-width: 320px;
  background: var(--ssq-cream);
  color: var(--ssq-ink);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
  scroll-behavior: smooth;
}

.ssq-page {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 8% 4%, rgba(224, 123, 57, 0.12) 0 5.5rem, transparent 5.6rem),
    radial-gradient(circle at 96% 18%, rgba(61, 110, 153, 0.09) 0 6.5rem, transparent 6.6rem),
    linear-gradient(180deg, #fffdf6 0%, var(--ssq-cream) 45%, #fff5df 100%);
  font-size: 16px;
  line-height: 1.7;
}

.ssq-page button,
.ssq-page a {
  -webkit-tap-highlight-color: transparent;
}

.ssq-page button {
  font: inherit;
}

.ssq-skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--ssq-ink);
  color: #fff;
}

.ssq-skip-link:focus {
  transform: translateY(0);
}

.ssq-site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(58, 46, 40, 0.12);
  background: rgba(255, 249, 236, 0.96);
  box-shadow: 0 3px 12px rgba(58, 46, 40, 0.06);
}

.ssq-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 920px);
  min-height: 72px;
  margin: 0 auto;
  padding: 10px 16px;
}

.ssq-site-header__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ssq-ink);
  text-decoration: none;
}

.ssq-site-header__mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 2px solid var(--ssq-ink);
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 3px 3px 0 var(--ssq-cream-deep);
}

.ssq-site-header__brand strong,
.ssq-site-header__brand small {
  display: block;
}

.ssq-site-header__brand strong {
  font-size: 19px;
  line-height: 1.3;
}

.ssq-site-header__brand small {
  margin-top: 2px;
  color: var(--ssq-muted);
  font-size: 11px;
  line-height: 1.3;
}

.ssq-site-header__mock {
  padding: 5px 8px;
  border: 1px solid var(--ssq-border);
  border-radius: 999px;
  color: var(--ssq-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ssq-page {
  width: 100%;
  padding: 24px 12px 48px;
}

.ssq-app {
  width: min(100%, 680px);
  min-height: 640px;
  margin: 0 auto;
}

.ssq-card {
  overflow: hidden;
  border: 1px solid var(--ssq-border);
  border-radius: 24px;
  background: var(--ssq-paper);
  box-shadow: var(--ssq-shadow);
}

.ssq-start__hero {
  position: relative;
  overflow: hidden;
  padding: 28px 20px 26px;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 255, 255, 0.85) 0 3.5rem, transparent 3.6rem),
    linear-gradient(145deg, #fff4ce 0%, #ffe8c9 48%, #f8e6d6 100%);
  text-align: center;
}

.ssq-start__hero::before,
.ssq-start__hero::after {
  position: absolute;
  border: 2px solid rgba(58, 46, 40, 0.12);
  border-radius: 50%;
  content: "";
}

.ssq-start__hero::before {
  top: 22px;
  left: -22px;
  width: 90px;
  height: 90px;
}

.ssq-start__hero::after {
  right: -32px;
  bottom: -38px;
  width: 126px;
  height: 126px;
}

.ssq-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 12px;
  padding: 4px 12px;
  border: 1px solid rgba(58, 46, 40, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ssq-orange-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
}


.ssq-title {
  margin: 0;
  color: var(--ssq-ink);
  font-size: clamp(27px, 7.4vw, 40px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.ssq-title span {
  display: block;
  color: var(--ssq-orange-dark);
}

.ssq-lead {
  max-width: 28rem;
  margin: 14px auto 0;
  color: #5f4b40;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.ssq-start-visual {
  max-width: 440px;
  margin: 14px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 0 7px 18px rgba(15, 49, 39, 0.22);
}

.ssq-start-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.ssq-start__body {
  padding: 22px 18px 24px;
}

.ssq-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
}

.ssq-fact {
  padding: 10px 4px;
  border: 1px solid var(--ssq-border);
  border-radius: 14px;
  background: var(--ssq-cream);
  text-align: center;
}

.ssq-fact strong,
.ssq-fact span {
  display: block;
}

.ssq-fact strong {
  font-size: 18px;
  line-height: 1.2;
}

.ssq-fact span {
  margin-top: 3px;
  color: var(--ssq-muted);
  font-size: 11px;
  font-weight: 700;
}

.ssq-fact--free {
  border-color: #dc8f75;
  background: #fff0e9;
}

.ssq-fact--free strong {
  color: #a94231;
  font-size: 16px;
}

.ssq-counter {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 2px 11px;
  align-items: center;
  margin: 0 0 14px;
  padding: 12px 13px;
  border: 1px dashed #d6a66e;
  border-radius: 15px;
  background: #fffaf0;
}

.ssq-counter__mark {
  display: grid;
  grid-row: 1 / 3;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--ssq-orange);
  color: #fff;
  font-weight: 900;
}

.ssq-counter__message {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.ssq-counter__message strong {
  color: var(--ssq-orange-dark);
  font-size: 20px;
}

.ssq-counter__note {
  margin: 1px 0 0;
  color: var(--ssq-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.ssq-note {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-left: 4px solid var(--ssq-orange);
  border-radius: 8px 12px 12px 8px;
  background: #fff7e8;
  color: #644f42;
  font-size: 13px;
  line-height: 1.7;
}

.ssq-primary,
.ssq-secondary,
.ssq-share,
.ssq-answer {
  width: 100%;
  min-height: 56px;
  border-radius: 14px;
  font-weight: 900;
  cursor: pointer;
}

.ssq-primary {
  border: 1px solid var(--ssq-orange-dark);
  background: var(--ssq-orange);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 5px 0 #ad5225;
}

.ssq-primary:hover {
  background: #d96e2d;
}

.ssq-primary:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #ad5225;
}

.ssq-caption {
  margin: 14px 0 0;
  color: var(--ssq-muted);
  text-align: center;
  font-size: 12px;
}

.ssq-static-ad {
  width: min(100%, 680px);
  margin: 32px auto 0;
  overflow: hidden;
  text-align: center;
}

.ssq-static-ad ins.adsbygoogle {
  max-width: 100%;
}
.ssq-quiz {
  padding: 18px 16px 20px;
}

.ssq-progress-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.ssq-progress-label {
  margin: 0;
  color: var(--ssq-muted);
  font-size: 13px;
  font-weight: 800;
}

.ssq-back {
  min-width: 76px;
  min-height: 44px;
  padding: 0 10px;
  border: 1px solid var(--ssq-border);
  border-radius: 10px;
  background: #fff;
  color: var(--ssq-link);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.ssq-back:disabled {
  opacity: 0.38;
  cursor: default;
}

.ssq-progress {
  width: 100%;
  height: 11px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #eadfcb;
}

.ssq-progress__bar {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ssq-orange), #f3b74f);
  transition: width 260ms ease;
}

.ssq-island-scene {
  margin: 14px 0 -8px;
  color: #3f7b68;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.ssq-question-header {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.ssq-question-mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 2px solid var(--ssq-ink);
  border-radius: 50% 46% 50% 42%;
  background: var(--ssq-cream-deep);
  color: var(--ssq-ink);
  font-size: 22px;
  font-weight: 900;
  box-shadow: 4px 4px 0 #efd8ad;
}

.ssq-question-number {
  margin: 0 0 3px;
  color: var(--ssq-orange-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.ssq-question {
  margin: 0;
  font-size: clamp(20px, 5.6vw, 25px);
  font-weight: 900;
  line-height: 1.5;
}

.ssq-answers {
  display: grid;
  gap: 11px;
  margin-top: 22px;
}

.ssq-answer {
  position: relative;
  padding: 13px 48px 13px 16px;
  border: 2px solid #e5d4b7;
  background: #fffdfa;
  color: var(--ssq-ink);
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 3px 0 #efe2cc;
}

.ssq-answer::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  border: 2px solid #c9b89c;
  border-radius: 50%;
  color: transparent;
  content: "✓";
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.ssq-answer:hover {
  border-color: #d5a36d;
  background: #fff9ef;
}

.ssq-answer.is-selected {
  border-color: var(--ssq-orange);
  background: #fff1dc;
  box-shadow: 0 3px 0 #e8b47f;
}

.ssq-answer.is-selected::after {
  border-color: var(--ssq-orange-dark);
  background: var(--ssq-orange);
  color: #fff;
}

.ssq-answer:disabled {
  cursor: default;
}

.ssq-primary:focus-visible,
.ssq-secondary:focus-visible,
.ssq-share:focus-visible,
.ssq-answer:focus-visible,
.ssq-back:focus-visible,
.ssq-site-header__brand:focus-visible,
.ssq-related-card:focus-visible,
.ssq-page summary:focus-visible {
  outline: 3px solid var(--ssq-focus);
  outline-offset: 3px;
}

.ssq-result {
  padding: 16px 14px 24px;
}

.ssq-result-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 18px 14px 22px;
  border: 2px solid var(--result-color, var(--ssq-orange));
  border-radius: 28px 23px 30px 22px / 24px 29px 23px 31px;
  background:
    radial-gradient(circle at 8% 18%, color-mix(in srgb, var(--result-color, var(--ssq-orange)) 16%, transparent) 0 3px, transparent 4px),
    radial-gradient(circle at 92% 80%, color-mix(in srgb, var(--result-color, var(--ssq-orange)) 13%, transparent) 0 4px, transparent 5px),
    linear-gradient(180deg, #fff 0%, color-mix(in srgb, var(--result-bg, #fff4df) 64%, white) 100%);
  box-shadow: 5px 6px 0 var(--result-bg, #fff4df);
  text-align: center;
}

.ssq-result-hero::before {
  position: absolute;
  z-index: -1;
  inset: 7px;
  border: 1px dashed color-mix(in srgb, var(--result-color, var(--ssq-orange)) 38%, transparent);
  border-radius: 22px 18px 24px 17px / 18px 24px 18px 25px;
  content: "";
  pointer-events: none;
}

.ssq-result-hero__heading {
  display: grid;
  grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
  gap: 8px;
  align-items: center;
}

.ssq-result-hero__wave {
  overflow: hidden;
  color: var(--result-color, var(--ssq-orange));
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.ssq-result-hero__wave::before {
  content: "〜";
}

.ssq-result__eyebrow {
  margin: 0;
  color: var(--ssq-ink);
  font-size: clamp(13px, 3.8vw, 15px);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.ssq-result__eyebrow span {
  display: block;
}

.ssq-result-hero__doodle {
  position: absolute;
  top: 67px;
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--result-color, var(--ssq-orange));
  font-size: 17px;
  font-weight: 900;
  opacity: 0.78;
}

.ssq-result-hero__doodle--left {
  left: 12px;
  transform: rotate(-7deg);
}

.ssq-result-hero__doodle--right {
  right: 12px;
  transform: rotate(7deg);
}

.ssq-result__answer {
  margin: 42px 0 2px;
  color: var(--ssq-muted);
  font-size: 12px;
  font-weight: 800;
}

.ssq-result__name {
  max-width: 34rem;
  margin: 0 auto;
  padding: 0 18px;
  color: var(--result-color, var(--ssq-orange-dark));
  font-family:
    "Hiragino Maru Gothic ProN",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
  font-size: clamp(34px, 10vw, 54px);
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: 0.025em;
  overflow-wrap: anywhere;
  text-align: center;
  text-shadow: 2px 2px 0 var(--result-bg, #fff4df);
}

.ssq-result__label {
  margin: 11px 0 0;
  text-align: center;
}

.ssq-result__label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 5px 16px;
  border-radius: 999px;
  background: var(--result-color, var(--ssq-orange-dark));
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  box-shadow: 0 3px 0 color-mix(in srgb, var(--result-color, var(--ssq-orange)) 72%, #3a2e28);
}

.ssq-result__summary {
  max-width: 31rem;
  margin: 16px auto 0;
  padding: 0 8px;
  color: var(--ssq-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.85;
  text-align: center;
}

.ssq-result-hero__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 13px;
  color: var(--result-color, var(--ssq-orange));
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.ssq-strengths {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.ssq-strength {
  padding: 7px 11px;
  border: 1px solid color-mix(in srgb, var(--result-color, var(--ssq-orange)) 45%, white);
  border-radius: 999px;
  background: #fff;
  color: var(--ssq-ink);
  font-size: 13px;
  font-weight: 900;
}


.ssq-reward {
  margin-top: 18px;
  padding: 13px 12px 12px;
  border: 2px solid #a88458;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdf8 0%, #f8ecdc 100%);
  box-shadow: 4px 5px 0 #ead8bd;
  text-align: center;
}

.ssq-reward--bonus {
  border-color: #d69422;
  background: linear-gradient(180deg, #fffef4 0%, #fff0bd 100%);
  box-shadow: 4px 5px 0 #f1cf76;
}

.ssq-reward__kicker {
  margin: 0 !important;
  color: #8a6336;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ssq-reward__title {
  margin: 3px 0 0 !important;
  color: var(--ssq-ink);
  font-size: clamp(18px, 5vw, 21px);
  font-weight: 900;
  line-height: 1.35;
}

.ssq-reward__message {
  margin: 3px 0 0 !important;
  color: #654c3d;
  font-size: 14px;
  font-weight: 800;
}

.ssq-reward__rarity {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-top: 8px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #8f704a;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.ssq-reward--bonus .ssq-reward__rarity {
  background: #c45b27;
}

.ssq-reward__figure {
  width: min(100%, 260px);
  margin: 9px auto 0 !important;
  overflow: hidden;
  border: 1px solid #d8c6aa;
  border-radius: 12px;
  background: #fff;
}

.ssq-reward__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.ssq-reward__figure figcaption {
  padding: 7px 8px 8px;
  border-top: 1px solid #e8dccb;
  color: #5c4638;
  font-size: 13px;
  font-weight: 900;
}

.ssq-reward__note {
  margin: 8px 0 0 !important;
  color: var(--ssq-muted);
  font-size: 11px;
  font-weight: 700;
}

.ssq-actions {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.ssq-share {
  border: 1px solid #24598a;
  background: #2f6fa8;
  color: #fff;
  min-height: 64px;
  font-size: 18px;
}

.ssq-secondary {
  border: 1px solid var(--ssq-border);
  background: #fff;
  color: var(--ssq-ink);
  font-size: 15px;
}

.ssq-status {
  min-height: 24px;
  margin: 8px 0 0;
  color: var(--ssq-link);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.ssq-details {
  margin-top: 18px;
  border: 1px solid var(--ssq-border);
  border-radius: 16px;
  background: #fffdf7;
}

.ssq-details summary {
  min-height: 54px;
  padding: 14px 44px 12px 15px;
  color: var(--ssq-ink);
  font-weight: 900;
  cursor: pointer;
}

.ssq-details__body {
  padding: 0 15px 15px;
  border-top: 1px solid var(--ssq-border);
  color: #5f4d42;
  font-size: 14px;
  line-height: 1.8;
}

.ssq-details__body p {
  margin: 12px 0 0;
}

.ssq-x-embed {
  margin-top: 18px;
  padding: 14px 10px;
  overflow: hidden;
  border: 1px solid #c7d8e7;
  border-radius: 16px;
  background: #f7fbff;
}

.ssq-x-embed .twitter-tweet {
  max-width: 550px !important;
  margin: 0 auto !important;
}

.ssq-x-embed blockquote > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 9px 12px;
  border: 1px solid #9ebbd2;
  border-radius: 12px;
  background: #fff;
  color: var(--ssq-link);
  text-decoration: none;
  font-weight: 900;
  text-align: center;
}

.ssq-related-section {
  margin-top: 24px;
  padding: 16px 14px 18px;
  border: 1px solid #d4e6d8;
  border-radius: 18px;
  background: #eff8f1;
}

.ssq-related-section__title {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #2f6848;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.ssq-related-section__title::before,
.ssq-related-section__title::after {
  display: none;
  content: none;
}

.ssq-related {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.ssq-related-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 18px;
  gap: 11px;
  align-items: center;
  min-height: 94px;
  padding: 8px;
  border: 1px solid #c7ddcd;
  border-radius: 14px;
  background: #fff;
  color: #245b3f;
  text-decoration: none;
  box-shadow: 0 2px 0 rgba(75, 119, 88, 0.08);
}

.ssq-related-card:hover {
  border-color: #87b295;
  background: #fbfffc;
}

.ssq-related-card__thumb {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: cover;
  object-position: center 38%;
  border-radius: 10px;
  background: #edf8ef;
}

.ssq-related-card__thumb--mystery {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 68% 28%, rgba(255, 255, 255, 0.7) 0 8px, transparent 9px),
    linear-gradient(145deg, #dff3f5 0%, #8bc9d5 50%, #665b91 100%);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  text-shadow: 0 2px 5px rgba(25, 41, 64, 0.34);
}

.ssq-related-card__body {
  min-width: 0;
}

.ssq-related-card__category,
.ssq-related-card__body strong {
  display: block;
}

.ssq-related-card__category {
  color: #3c7a57;
  font-size: 11px;
  font-weight: 900;
}

.ssq-related-card__body strong {
  margin-top: 3px;
  color: #245b3f;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
}

.ssq-related-card__arrow {
  color: #3f865c;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.ssq-footer {
  padding: 22px 16px 36px;
  border-top: 1px solid var(--ssq-border);
  background: #f8edd7;
  color: var(--ssq-muted);
  text-align: center;
  font-size: 12px;
}

.ssq-footer p {
  margin: 3px 0;
}

@media (max-width: 619px) {
  .ssq-start__hero {
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .ssq-start__body {
    padding-top: 16px;
  }

  .ssq-note {
    margin-bottom: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 620px) {
  .ssq-page {
    padding-top: 36px;
  }

  .ssq-start__hero {
    padding: 38px 32px 30px;
  }

  .ssq-start__body,
  .ssq-quiz,
  .ssq-result {
    padding-right: 30px;
    padding-left: 30px;
  }

  .ssq-actions {
    grid-template-columns: 1.2fr 1fr;
  }

  .ssq-actions .ssq-share {
    grid-column: 1 / -1;
  }
}

@media (max-width: 370px) {
  .ssq-site-header__brand strong {
    font-size: 17px;
  }

  .ssq-site-header__brand small,
  .ssq-site-header__mock {
    display: none;
  }

  .ssq-page {
    padding-right: 8px;
    padding-left: 8px;
  }

  .ssq-title {
    font-size: 26px;
  }

  .ssq-question-header {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 11px;
  }

  .ssq-question-mark {
    width: 56px;
    height: 56px;
  }

  .ssq-answer {
    padding-left: 13px;
    font-size: 16px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
/* Pop design refresh */
:root {
  --ssq-cream: #fff6fb;
  --ssq-cream-deep: #fff0a8;
  --ssq-orange: #ff824f;
  --ssq-orange-dark: #d94f78;
  --ssq-link: #277e91;
  --ssq-border: #f2c8d7;
  --ssq-shadow: 0 8px 0 rgba(226, 125, 160, 0.2), 0 18px 34px rgba(102, 71, 88, 0.1);
}

.ssq-page {
  background:
    radial-gradient(circle at 7% 7%, rgba(255, 124, 168, 0.18) 0 7px, transparent 8px),
    radial-gradient(circle at 94% 16%, rgba(71, 199, 211, 0.18) 0 10px, transparent 11px),
    radial-gradient(circle at 12% 78%, rgba(255, 205, 72, 0.16) 0 8px, transparent 9px),
    linear-gradient(180deg, #fffafe 0%, #fff8e7 48%, #f3fdff 100%);
  background-size: auto, auto, auto, auto;
}

.ssq-site-header {
  border-bottom: 3px solid #ffd66c;
  background: rgba(255, 252, 247, 0.97);
  box-shadow: 0 4px 0 rgba(255, 137, 170, 0.12);
}

.ssq-site-header__mark {
  border: 3px solid #55423b;
  background: #fff7a8;
  box-shadow: 4px 4px 0 #89dbe1;
}

.ssq-site-header__mock {
  border: 2px solid #f3b8cb;
  background: #fff2f7;
}

.ssq-card {
  border: 3px solid #ffd36a;
  border-radius: 30px;
}

.ssq-start__hero {
  background:
    radial-gradient(circle at 88% 12%, #fff 0 3.7rem, transparent 3.8rem),
    radial-gradient(circle at 9% 88%, rgba(91, 211, 221, 0.36) 0 4.8rem, transparent 4.9rem),
    linear-gradient(145deg, #fff2a8 0%, #ffdce9 50%, #dff7ff 100%);
}

.ssq-start__hero::before,
.ssq-start__hero::after {
  border: 4px solid rgba(255, 107, 157, 0.22);
}

.ssq-kicker {
  border: 2px solid #f09ab9;
  background: #fff;
  color: #c54470;
  box-shadow: 0 3px 0 #ffd0df;
}

.ssq-title {
  text-shadow: 3px 3px 0 #fff;
}

.ssq-title span {
  color: #d94f78;
}

.ssq-start-visual {
  border: 4px solid #fff;
  border-radius: 22px;
  box-shadow: 0 0 0 3px #66ccd5, 0 8px 0 rgba(46, 145, 157, 0.22);
}

.ssq-start__body {
  background: #fffefd;
}

.ssq-fact {
  border-width: 2px;
  border-color: #ffd16a;
  border-radius: 18px;
  background: #fff8d8;
  box-shadow: 0 3px 0 #ffe4a0;
}

.ssq-fact:nth-child(2) {
  border-color: #8dd8df;
  background: #eafcff;
  box-shadow: 0 3px 0 #c5eef2;
}

.ssq-fact--free {
  border-color: #f1a2bd;
  background: #fff0f6;
  box-shadow: 0 3px 0 #ffd1e0;
}

.ssq-counter {
  border: 2px dashed #f29a56;
  border-radius: 20px;
  background: #fff9db;
}

.ssq-counter__mark {
  background: linear-gradient(145deg, #ff9b4f, #ff5f8f);
  box-shadow: 0 3px 0 #d85864;
}

.ssq-note {
  border: 2px solid #f3c368;
  border-left-width: 6px;
  border-radius: 14px;
  background: #fffaf0;
}

.ssq-primary,
.ssq-secondary,
.ssq-share,
.ssq-answer {
  border-radius: 18px;
}

.ssq-primary {
  border: 2px solid #c94e5f;
  background: linear-gradient(135deg, #ff9652, #ff668e);
  box-shadow: 0 6px 0 #bd4b5b;
}

.ssq-primary:hover {
  background: linear-gradient(135deg, #ff8d42, #f95582);
}

.ssq-quiz {
  background: linear-gradient(180deg, #fff 0%, #fffafd 100%);
}

.ssq-back {
  border: 2px solid #8dcfd7;
  border-radius: 999px;
  background: #effcff;
}

.ssq-progress {
  height: 14px;
  border: 2px solid #d0eced;
  background: #edfafa;
}

.ssq-progress__bar {
  background: linear-gradient(90deg, #59ced7 0%, #ffdb55 50%, #ff749f 100%);
}

.ssq-question-mark {
  border: 3px solid #55423b;
  background: #fff17e;
  box-shadow: 5px 5px 0 #76d4dc;
  transform: rotate(-2deg);
}

.ssq-question-number {
  color: #d94f78;
}

.ssq-answer {
  border-color: #f0b7ca;
  background: #fff4f8;
  box-shadow: 0 4px 0 #f7d4e0;
}

.ssq-answer:nth-child(2) {
  border-color: #9bd8df;
  background: #f0fcff;
  box-shadow: 0 4px 0 #d3f0f3;
}

.ssq-answer:nth-child(3) {
  border-color: #efd177;
  background: #fffbea;
  box-shadow: 0 4px 0 #f7e8b4;
}

.ssq-answer:nth-child(4) {
  border-color: #aad8ac;
  background: #f3fff3;
  box-shadow: 0 4px 0 #d7efd8;
}

.ssq-answer:hover {
  transform: translateY(-1px);
  border-color: #ff8bb0;
  background: #fff;
}

.ssq-result {
  background: #fff;
}

.ssq-share {
  border: 2px solid #286a9b;
  background: linear-gradient(135deg, #4a9bd4, #627ee8);
  box-shadow: 0 4px 0 #285e9b;
}

.ssq-secondary {
  border: 2px solid #e2b8c8;
  background: #fff8fb;
  box-shadow: 0 4px 0 #f1d8e1;
}

.ssq-details {
  border: 2px solid #efbf74;
  border-radius: 20px;
  background: #fffaf0;
}

.ssq-related-section {
  border: 3px solid #8ed7bd;
  border-radius: 24px;
  background: #effff5;
  box-shadow: 0 6px 0 #ccebdc;
}

.ssq-related-section__title {
  color: #257252;
  font-size: 19px;
}

.ssq-related-section__title::before {
  display: inline;
  content: "★ ";
  color: #ffad42;
}

.ssq-related-card {
  border: 2px solid #b9dfc9;
  border-radius: 18px;
  box-shadow: 0 4px 0 rgba(68, 146, 101, 0.14);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.ssq-related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 rgba(68, 146, 101, 0.16);
}

.ssq-related-card__thumb {
  border: 3px solid #fff;
  border-radius: 16px;
  box-shadow: 0 0 0 2px rgba(52, 118, 82, 0.18);
}

.ssq-related-card__thumb--topic {
  display: grid;
  place-items: center;
  color: #4b3a34;
  font-size: 18px;
  font-weight: 900;
  text-shadow: 1px 1px 0 #fff;
}

.ssq-related-card__thumb--original {
  background: linear-gradient(145deg, #fff19a, #ffc86d);
}

.ssq-related-card__thumb--who {
  background: linear-gradient(145deg, #ffc5d9, #f58cac);
}

.ssq-related-card__thumb--desk {
  background: linear-gradient(145deg, #c9eff5, #79cfdb);
}

.ssq-related-card__thumb--child {
  background: linear-gradient(145deg, #d5f3c6, #8dd79d);
}

.ssq-related-card__arrow {
  color: #ef7e49;
  font-size: 28px;
}
/* Reduced palette refresh */
:root {
  --ssq-cream: #fffaf1;
  --ssq-cream-deep: #fff1c7;
  --ssq-orange: #55cf7f;
  --ssq-orange-dark: #2f7a4d;
  --ssq-link: #2f7a4d;
  --ssq-border: #bad8c3;
  --ssq-shadow: 0 7px 0 rgba(64, 145, 91, 0.14), 0 18px 34px rgba(60, 91, 70, 0.09);
}
.ssq-page {
  background:
    radial-gradient(circle at 8% 9%, rgba(85, 207, 127, 0.12) 0 8px, transparent 9px),
    radial-gradient(circle at 92% 22%, rgba(85, 207, 127, 0.1) 0 10px, transparent 11px),
    linear-gradient(180deg, #fffdf8 0%, #f7fcf8 100%);
}
.ssq-card { border-color: #8fcea5; box-shadow: var(--ssq-shadow); }
.ssq-start__hero {
  background:
    radial-gradient(circle at 88% 12%, rgba(255,255,255,.88) 0 3.7rem, transparent 3.8rem),
    linear-gradient(145deg, #fff6d9 0%, #edf9ef 100%);
}
.ssq-start__hero::before,
.ssq-start__hero::after { border-color: rgba(67,153,96,.18); }
.ssq-kicker { border-color: #93cda7; color: #2f7a4d; box-shadow: 0 3px 0 #d8eddf; }
.ssq-title span,
.ssq-question-number { color: #2f7a4d; }
.ssq-start-visual { box-shadow: 0 0 0 3px #78bd90, 0 8px 0 rgba(54,130,80,.18); }
.ssq-fact,
.ssq-fact:nth-child(2),
.ssq-fact--free { border-color: #a8d2b5; background: #f4fbf5; box-shadow: 0 3px 0 #dceee1; }
.ssq-fact--free strong,
.ssq-counter__message strong { color: #2f7a4d; }
.ssq-counter { border-color: #79b98f; background: #fffaf0; }
.ssq-counter__mark { background: #55b978; box-shadow: 0 3px 0 #318153; }
.ssq-note { border-color: #9ccca9; background: #f7fcf7; }
.ssq-primary { border-color: #287345; background: linear-gradient(135deg,#64cf87,#43b66b); box-shadow: 0 6px 0 #287345; }
.ssq-primary:hover { background: linear-gradient(135deg,#58c77d,#39a960); }
.ssq-quiz,
.ssq-result { background: #fffdfb; }
.ssq-back { border-color: #9acbad; background: #f4fbf6; color: #2f7a4d; }
.ssq-progress { border-color: #bddbc6; background: #edf6ef; }
.ssq-progress__bar { background: linear-gradient(90deg,#75d596,#3fb66a); }
.ssq-question-mark { border-color: #3f5a48; background: #fff0b8; box-shadow: 5px 5px 0 #83c79a; }
.ssq-answer,
.ssq-answer:nth-child(2),
.ssq-answer:nth-child(3),
.ssq-answer:nth-child(4) { border-color: #acd2b7; background: #fffefb; box-shadow: 0 4px 0 #e0eee4; }
.ssq-answer:hover { border-color: #65b981; background: #f5fbf6; }
.ssq-answer.is-selected { border-color: #3eaa63; background: #e9f8ee; box-shadow: 0 4px 0 #bcdcc6; }
.ssq-answer.is-selected::after { border-color: #287345; background: #45b86b; }
.ssq-secondary { border-color: #a8cdb3; background: #f8fcf8; box-shadow: 0 4px 0 #dceae0; }
.ssq-details { border-color: #a9ccb4; background: #fbfdf9; }
.ssq-related-section { border-color: #85c59a; background: #f0faf3; box-shadow: 0 6px 0 #d4eadb; }
.ssq-related-section__title,
.ssq-related-card__category,
.ssq-related-card__body strong,
.ssq-related-card__arrow { color: #2f7a4d; }
.ssq-related-card { border-color: #b6d7c0; }
.ssq-related-card__thumb--original,
.ssq-related-card__thumb--who,
.ssq-related-card__thumb--desk,
.ssq-related-card__thumb--child { background: linear-gradient(145deg,#edf8ef,#b9dfc4); color: #315e40; }
.ssq-title,
.ssq-question,
.ssq-result__name,
.ssq-reward__title,
.ssq-related-section__title {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.ssq-title::before,
.ssq-title::after,
.ssq-question::before,
.ssq-question::after,
.ssq-result__name::before,
.ssq-result__name::after,
.ssq-reward__title::before,
.ssq-reward__title::after,
.ssq-related-section__title::before,
.ssq-related-section__title::after {
  display: none !important;
  content: none !important;
}
.ssq-question { color: var(--ssq-ink) !important; }
.ssq-app .ssq-reward__title { color: #3a2e28 !important; }
.ssq-compatibility {
  margin-top: 14px;
  padding: 12px 13px;
  border: 1px solid #b8d8c1;
  border-radius: 14px;
  background: #f3faf5;
}

.ssq-compatibility h3 {
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #2f7a4d !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
}

.ssq-compatibility h3::before,
.ssq-compatibility h3::after {
  display: none !important;
  content: none !important;
}

.ssq-compatibility p {
  margin: 6px 0 0;
}
/* WordPressテーマの見出し色・余白との競合を防ぐ。 */
.ssq-app .ssq-related-section__title {
  color: #2f7a4d !important;
  -webkit-text-fill-color: #2f7a4d;
}

.ssq-app .ssq-result__answer,
.ssq-app .ssq-result__name {
  display: block;
  width: 100%;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  text-align: center !important;
  text-indent: 0 !important;
}

.ssq-app .ssq-result__name {
  letter-spacing: 0;
}

/* 協力者カウンターのキリ番演出 */
.ssq-kiriban-celebration {
  position: relative;
  overflow: hidden;
  margin: 0 0 18px;
  padding: 19px 16px 17px;
  border: 3px solid #ef5b69;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .97), rgba(255, 242, 244, .98)),
    repeating-linear-gradient(45deg, rgba(255, 206, 91, .25) 0 8px, transparent 8px 16px);
  box-shadow: 0 0 0 4px #fff7d2, 0 0 0 7px #efbb45, 0 7px 0 #d94758, 0 13px 22px rgba(163, 47, 61, .2);
  text-align: center;
}

.ssq-kiriban-celebration h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #d72d43 !important;
  font-size: clamp(21px, 6vw, 28px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: .01em;
}

.ssq-kiriban-celebration h2::before,
.ssq-kiriban-celebration h2::after {
  display: none !important;
  content: none !important;
}

.ssq-kiriban-celebration h2 strong,
.ssq-kiriban-celebration h2 span {
  color: #e3283f;
  text-shadow: 0 2px 0 #fff, 0 3px 0 rgba(171, 22, 45, .15);
}

.ssq-kiriban-celebration h2 strong {
  color: #c91732;
  font-size: 1.16em;
}

.ssq-kiriban-celebration p {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  color: #78404a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.ssq-kiriban-petal {
  position: absolute;
  z-index: 0;
  color: #f28aab;
  font-size: 22px;
  line-height: 1;
  opacity: .9;
  pointer-events: none;
  animation: ssq-kiriban-petal-drift 4.8s ease-in-out infinite;
}

.ssq-kiriban-petal--one { top: 7px; left: 8%; animation-delay: -1.2s; }
.ssq-kiriban-petal--two { right: 7%; bottom: 8px; color: #f4b0c4; animation-delay: -2.4s; }
.ssq-kiriban-petal--three { top: 38%; right: 3%; font-size: 17px; animation-delay: -.4s; }
.ssq-kiriban-petal--four { bottom: 18%; left: 3%; color: #e76491; font-size: 16px; animation-delay: -3.2s; }

@keyframes ssq-kiriban-petal-drift {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(8px, 9px) rotate(24deg); }
}

@media (prefers-reduced-motion: reduce) {
  .ssq-kiriban-petal {
    animation: none;
  }
}
.ssq-unofficial-note {
  width: min(100%, 320px);
  margin: 12px auto 0;
  padding: 6px 10px;
  border: 0;
  border-radius: 6px;
  background: rgba(80, 105, 88, .11);
  color: #526158;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.4;
  text-align: center;
}
/* v23: 12タイプ一覧、後半進捗、結果補足 */
.ssq-type-list {
  margin-top: 18px;
  padding: 12px;
  border: 1px solid #c8dfcf;
  border-radius: 14px;
  background: #f7fbf8;
}

.ssq-app .ssq-type-list__title {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #476151 !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.ssq-app .ssq-type-list__title::before,
.ssq-app .ssq-type-list__title::after {
  display: none !important;
  content: none !important;
}

.ssq-type-list__chips {
  display: grid;
  gap: 6px;
  margin-top: 9px;
}

.ssq-type-list__row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 6px;
  min-width: 0;
}

.ssq-type-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid #c6dbcc;
  border-radius: 999px;
  background: #fff;
  color: #526158;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}

.ssq-remaining {
  margin: 7px 3px 0;
  color: #2f7a4d;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  text-align: right;
}

.ssq-result-insights {
  display: grid;
  gap: 8px;
  width: min(100%, 31rem);
  margin: 16px auto 0;
  text-align: left;
}

.ssq-result-insight {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #c7d9cc;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  color: #4f443e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.ssq-result-insight strong {
  color: #2f6848;
  font-weight: 900;
}

.ssq-result-insight--weakness {
  border-color: #decaa7;
  background: #fffaf0;
}

.ssq-island-note {
  margin-top: 18px;
  padding: 14px 15px;
  border: 1px solid #b8d8c1;
  border-radius: 16px;
  background: #f3faf5;
}

.ssq-island-note p {
  margin: 0;
  color: #4f5d53;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 430px) {
  .ssq-type-list__row {
    gap: 3px;
  }

  .ssq-type-chip {
    min-height: 24px;
    padding: 3px 4px;
    font-size: clamp(8px, 2.55vw, 10px);
  }
}

@media (max-width: 370px) {
  .ssq-type-list {
    padding-right: 9px;
    padding-left: 9px;
  }

  .ssq-type-list__chips {
    gap: 5px;
  }

  .ssq-type-chip {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 9px;
  }

  .ssq-result-insight {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }
}
