body.sukoyaka-check-body {
  margin: 0;
  min-height: 100vh;
  color: #063f2d;
  background:
    radial-gradient(circle at 80% 4%, rgba(239, 190, 171, .38), transparent 24rem),
    radial-gradient(circle at 18% 14%, rgba(226, 200, 117, .28), transparent 22rem),
    linear-gradient(135deg, #03291f 0%, #063f2d 42%, #f7edcf 42%, #fbf6e7 100%);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: pretty;
  overflow-x: hidden;
}

body.sukoyaka-check-body *,
body.sukoyaka-check-body *::before,
body.sukoyaka-check-body *::after {
  box-sizing: border-box;
}

.sukoyaka-check-shell {
  width: min(980px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(26px, 5vw, 58px) 0 72px;
}

.sukoyaka-check-hero,
.sukoyaka-check-form,
.result-card,
.result-advice,
.result-line-box,
.result-product-soft {
  border: 1px solid rgba(212, 177, 91, .5);
  border-radius: 34px;
  background: rgba(255, 250, 235, .96);
  box-shadow: 0 24px 60px rgba(0, 32, 22, .18);
}

.sukoyaka-check-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 54px);
  margin-bottom: 22px;
}

.sukoyaka-check-hero::after {
  content: "🌿";
  position: absolute;
  right: 30px;
  top: 22px;
  font-size: 5rem;
  opacity: .12;
}

.check-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45em;
  margin: 0 0 14px;
  padding: 8px 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #064c36, #00633f);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.sukoyaka-check-hero h1 {
  margin: 0 0 16px;
  font-family: Georgia, "Yu Mincho", serif;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1.16;
  letter-spacing: .02em;
}

.sukoyaka-check-hero h1 span {
  display: block;
}

.sukoyaka-check-hero p {
  max-width: 720px;
  margin: 0;
  font-weight: 800;
  line-height: 1.9;
}

.check-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.check-hero-points span {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(212, 177, 91, .45);
  font-weight: 900;
}

.sukoyaka-check-form {
  padding: clamp(20px, 4vw, 42px);
}

.check-progress {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 4px 10px;
  margin-bottom: 20px;
  color: #0b4a35;
  font-weight: 900;
}

.check-progress b {
  font-size: 1.9rem;
}

.check-progress div {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #efe4c7;
}

.check-progress i {
  display: block;
  height: 100%;
  width: 10%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0d6b49, #e2c875);
  transition: width .28s ease;
}

.check-question-card {
  display: none;
  min-height: 460px;
  padding: clamp(22px, 4vw, 42px);
  border-radius: 30px;
  background: linear-gradient(145deg, #fff, #fff8df);
  border: 1px solid rgba(212, 177, 91, .42);
}

.check-question-card.is-active {
  display: block;
  animation: checkFade .28s ease both;
}

.check-question-card.needs-answer {
  box-shadow: 0 0 0 4px rgba(221, 102, 80, .18);
}

@keyframes checkFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.check-question-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.check-question-head span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f4df83;
  font-size: 1.8rem;
}

.check-question-head p {
  margin: 0;
  color: #9a6a1d;
  font-weight: 900;
  letter-spacing: .08em;
}

.check-question-card h2,
.result-advice h2,
.result-line-box h2,
.result-product-soft h2 {
  margin: 20px 0 10px;
  font-family: Georgia, "Yu Mincho", serif;
  font-size: clamp(1.65rem, 4.4vw, 2.7rem);
  line-height: 1.25;
}

.check-hint,
.check-disclaimer,
.result-small-note {
  color: rgba(6, 63, 45, .76);
  font-weight: 800;
  line-height: 1.8;
}

.check-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.check-choice {
  cursor: pointer;
}

.check-choice input {
  position: absolute;
  opacity: 0;
}

.check-choice span {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff;
  border: 2px solid rgba(212, 177, 91, .42);
  box-shadow: 0 10px 24px rgba(0, 32, 22, .08);
  font-weight: 900;
  line-height: 1.45;
  transition: .2s ease;
}

.check-choice input:checked + span {
  color: #fff;
  background: linear-gradient(135deg, #064c36, #0f7651);
  border-color: #e2c875;
  transform: translateY(-2px);
}

.check-form-actions,
.check-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 22px;
}

.check-back-button,
.check-next-button,
.check-submit-button,
.check-main-button,
.check-sub-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 58px;
  padding: 14px 26px;
  border-radius: 999px;
  border: 0;
  text-decoration: none;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.45;
  text-align: center;
  white-space: normal;
  overflow-wrap: break-word;
}

.check-back-button[hidden],
.check-next-button[hidden],
.check-submit-button[hidden],
.check-main-button[hidden],
.check-sub-button[hidden] {
  display: none !important;
}

.check-next-button,
.check-submit-button,
.check-main-button {
  color: #fff;
  background: linear-gradient(135deg, #00633f, #063f2d);
  box-shadow: 0 14px 30px rgba(0, 63, 45, .22);
}

.check-back-button,
.check-sub-button {
  color: #063f2d;
  background: #fff6df;
  border: 1px solid rgba(212, 177, 91, .7);
}

.check-back-button:disabled {
  opacity: .45;
}

.result-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.result-card,
.result-advice,
.result-line-box,
.result-product-soft {
  padding: clamp(22px, 4vw, 38px);
}

.result-card span {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  color: #063f2d;
  background: #f4df83;
  font-weight: 900;
}

.result-card h2 {
  margin: 14px 0 8px;
  font-size: 1.35rem;
}

.result-card p,
.result-advice p,
.result-line-box p,
.result-product-soft p {
  line-height: 1.85;
  font-weight: 800;
}

.result-advice ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  list-style: none;
}

.result-advice li {
  padding: 14px 16px;
  border-radius: 16px;
  background: #f1f8ed;
  font-weight: 900;
}

.result-line-box,
.result-product-soft {
  margin-top: 22px;
  text-align: center;
}

.result-pdf-preview {
  display: grid;
  gap: 6px;
  width: min(520px, 100%);
  margin: 22px auto;
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(212, 177, 91, .55);
}

.result-pdf-preview span {
  font-size: 2.6rem;
}

.result-pdf-preview small {
  overflow-wrap: break-word;
  color: rgba(6, 63, 45, .64);
}

.check-text-link {
  display: inline-block;
  margin-top: 18px;
  color: #064c36;
  font-weight: 900;
}

@media (max-width: 760px) {
  body.sukoyaka-check-body {
    background: linear-gradient(180deg, #063f2d 0 18%, #fbf6e7 18% 100%);
  }
  .sukoyaka-check-shell {
    width: min(100% - 20px, 520px);
    padding-top: 18px;
  }
  .sukoyaka-check-hero,
  .sukoyaka-check-form,
  .result-card,
  .result-advice,
  .result-line-box,
  .result-product-soft {
    border-radius: 24px;
  }
  .check-question-card {
    min-height: 520px;
    border-radius: 22px;
  }
  .check-choice-grid,
  .result-card-grid,
  .result-advice ul {
    grid-template-columns: 1fr;
  }
  .check-choice span {
    min-height: 62px;
  }
  .check-form-actions .check-back-button,
  .check-form-actions .check-next-button,
  .check-form-actions .check-submit-button,
  .check-actions a {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .sukoyaka-check-shell {
    width: min(100% - 16px, 480px);
    padding-bottom: 54px;
  }

  .sukoyaka-check-hero {
    padding: 24px 18px;
  }

  .sukoyaka-check-hero::after {
    right: 14px;
    top: 12px;
    font-size: 3.8rem;
  }

  .sukoyaka-check-hero h1 {
    font-size: clamp(1.44rem, 7.4vw, 1.92rem);
    line-height: 1.3;
    letter-spacing: .01em;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .sukoyaka-check-hero p,
  .check-hint,
  .check-disclaimer,
  .result-small-note,
  .result-card p,
  .result-advice p,
  .result-line-box p,
  .result-product-soft p {
    font-size: .92rem;
    line-height: 1.82;
  }

  .check-hero-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .check-hero-points span {
    display: block;
    padding: 8px 11px;
    font-size: .82rem;
    text-align: center;
  }

  .sukoyaka-check-form {
    padding: 16px 12px;
  }

  .check-progress {
    grid-template-columns: auto auto 1fr;
    margin-bottom: 14px;
  }

  .check-progress b {
    font-size: 1.55rem;
  }

  .check-question-card {
    min-height: auto;
    padding: 22px 16px 18px;
  }

  .check-question-head {
    align-items: flex-start;
  }

  .check-question-head span {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    font-size: 1.45rem;
  }

  .check-question-card h2,
  .result-advice h2,
  .result-line-box h2,
  .result-product-soft h2 {
    font-size: clamp(1.36rem, 6.6vw, 1.88rem);
    line-height: 1.32;
    letter-spacing: .01em;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .check-choice-grid {
    gap: 10px;
    margin-top: 18px;
  }

  .check-choice span {
    min-height: 56px;
    padding: 13px 14px;
    border-radius: 16px;
    font-size: .92rem;
  }

  .check-back-button,
  .check-next-button,
  .check-submit-button,
  .check-main-button,
  .check-sub-button {
    min-height: 50px;
    padding: 12px 16px;
    font-size: .94rem;
  }

  .result-card,
  .result-advice,
  .result-line-box,
  .result-product-soft {
    padding: 22px 16px;
  }

  .result-advice li {
    padding: 12px 14px;
  }
}

/*
 * v1.0.40 check mobile centering guard
 * 診断ページ・結果ページのカードがスマホ幅で左右に寄ったり、はみ出したりしないよう最終補正。
 */
@media (max-width: 760px) {
  html,
  body.sukoyaka-check-body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  .sukoyaka-check-shell,
  .sukoyaka-check-hero,
  .sukoyaka-check-form,
  .result-card,
  .result-advice,
  .result-line-box,
  .result-product-soft {
    width: min(calc(100% - 24px), 430px) !important;
    max-width: 430px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .sukoyaka-check-shell {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .check-question-card,
  .check-choice-grid,
  .result-grid,
  .result-advice-list,
  .check-action-row {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .check-choice-grid,
  .result-grid,
  .check-action-row {
    grid-template-columns: 1fr !important;
  }

  .sukoyaka-check-hero h1,
  .check-question-card h2,
  .result-card h1,
  .result-advice h2,
  .result-line-box h2,
  .result-product-soft h2 {
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    text-wrap: balance !important;
  }
}

@media (max-width: 430px) {
  .sukoyaka-check-shell,
  .sukoyaka-check-hero,
  .sukoyaka-check-form,
  .result-card,
  .result-advice,
  .result-line-box,
  .result-product-soft {
    width: min(calc(100% - 20px), 390px) !important;
    max-width: 390px !important;
  }
}

/*
 * v1.0.41 check mobile readability guard
 * 診断ページ・結果ページの長い質問文やCTAがスマホで途中切れしないよう補正。
 */
@media (max-width: 760px) {
  .sukoyaka-check-shell h1,
  .sukoyaka-check-shell h2,
  .sukoyaka-check-shell h3,
  .sukoyaka-check-shell p,
  .sukoyaka-check-shell li,
  .sukoyaka-check-shell a,
  .sukoyaka-check-shell span,
  .check-choice span {
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    hyphens: none !important;
  }

  .sukoyaka-check-hero h1,
  .check-question-card h2,
  .result-card h1,
  .result-advice h2,
  .result-line-box h2,
  .result-product-soft h2 {
    font-size: clamp(1.45rem, 7.2vw, 2rem) !important;
    line-height: 1.42 !important;
    letter-spacing: .01em !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    text-wrap: auto !important;
  }

  .check-choice span,
  .check-next-button,
  .check-submit-button,
  .check-main-button,
  .check-sub-button {
    line-height: 1.42 !important;
  }
}

/*
 * Premium editorial redesign
 * 診断ロジックと結果画面には触れず、質問画面だけを新LPとWalbre本体の質感へ揃える。
 */
body.sukoyaka-check-body:has(.sukoyaka-check-shell[data-sukoyaka-check]) {
  color: #26332d;
  background:
    radial-gradient(circle at 0 0, rgba(185, 211, 216, .42), transparent 32rem),
    radial-gradient(circle at 100% 100%, rgba(207, 184, 139, .28), transparent 34rem),
    linear-gradient(135deg, #f9f8f4 0%, #f3f5f2 52%, #f7f1e7 100%);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.sukoyaka-check-shell[data-sukoyaka-check] {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(520px, 1.22fr);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 38px 0 72px;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-site-header {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  min-height: 92px;
  padding: 10px 24px;
  border-top: 1px solid rgba(50, 81, 72, .38);
  border-bottom: 1px solid rgba(50, 81, 72, .22);
  background: rgba(251, 251, 249, .90);
  backdrop-filter: blur(14px);
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-brand {
  display: flex;
  align-items: center;
  width: 108px;
  height: 68px;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-site-header p,
.sukoyaka-check-shell[data-sukoyaka-check] .check-site-header > span {
  margin: 0;
  color: #37574e;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: .68rem;
  letter-spacing: .25em;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-site-header p {
  justify-self: center;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-site-header > span {
  color: #8a7557;
  font-size: .6rem;
}

.sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-column: 1;
  min-height: 690px;
  margin: 0;
  padding: clamp(52px, 6vw, 78px) clamp(34px, 4vw, 54px) 46px;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(50, 81, 72, .22);
  border-left: 1px solid rgba(50, 81, 72, .22);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(248, 250, 248, .92), rgba(235, 242, 241, .74)),
    radial-gradient(circle at 82% 20%, rgba(177, 205, 214, .68), transparent 16rem);
  box-shadow: none;
}

.sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-hero::before {
  position: absolute;
  right: -95px;
  bottom: 92px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(61, 99, 91, .17);
  border-radius: 50%;
  content: "";
}

.sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-hero::after {
  right: 31px;
  top: auto;
  bottom: 38px;
  color: rgba(50, 81, 72, .46);
  content: "SUKOYAKA";
  font-family: Georgia, serif;
  font-size: .58rem;
  letter-spacing: .36em;
  opacity: 1;
  writing-mode: vertical-rl;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-kicker {
  display: block;
  margin: 0 0 34px;
  padding: 0;
  border-radius: 0;
  color: #55726b;
  background: transparent;
  font-family: Georgia, serif;
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: .28em;
}

.sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
  color: #26302c;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(2rem, 3.35vw, 3.2rem);
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: .06em;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

.sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-hero h1 span {
  display: block;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-hero-copy {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #56615c;
  font-size: .91rem;
  font-weight: 400;
  line-height: 2.15;
  letter-spacing: .07em;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-hero-meta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: auto 0 0;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-hero-meta div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 44px;
  border-top: 1px solid rgba(50, 81, 72, .18);
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-hero-meta div:last-child {
  border-bottom: 1px solid rgba(50, 81, 72, .18);
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-hero-meta dt,
.sukoyaka-check-shell[data-sukoyaka-check] .check-hero-meta dd {
  margin: 0;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-hero-meta dt {
  color: #8e744f;
  font-family: Georgia, serif;
  font-size: .68rem;
  letter-spacing: .12em;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-hero-meta dd {
  color: #3a4943;
  font-size: .77rem;
  letter-spacing: .06em;
}

.sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-form {
  grid-column: 2;
  min-height: 690px;
  padding: clamp(38px, 5vw, 62px);
  border: 0;
  border-right: 1px solid rgba(50, 81, 72, .22);
  border-bottom: 1px solid rgba(50, 81, 72, .22);
  border-left: 1px solid rgba(50, 81, 72, .22);
  border-radius: 0;
  background: rgba(251, 251, 249, .94);
  box-shadow: none;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-form-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-form-heading p,
.sukoyaka-check-shell[data-sukoyaka-check] .check-form-heading span {
  margin: 0;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-form-heading p {
  color: #365b51;
  font-family: Georgia, serif;
  font-size: .7rem;
  letter-spacing: .25em;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-form-heading span {
  color: #797e79;
  font-size: .74rem;
  letter-spacing: .04em;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-progress {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 2px 12px;
  margin: 0 0 30px;
  color: #365b51;
  font-family: Georgia, serif;
  font-weight: 400;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-progress b {
  font-size: 1.45rem;
  font-weight: 400;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-progress div {
  height: 2px;
  border-radius: 0;
  background: rgba(54, 91, 81, .15);
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-progress i {
  border-radius: 0;
  background: linear-gradient(90deg, #365b51, #b99b52);
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-question-card {
  min-height: 420px;
  padding: 36px 2px 30px;
  border: 0;
  border-top: 1px solid rgba(54, 91, 81, .38);
  border-bottom: 1px solid rgba(54, 91, 81, .18);
  border-radius: 0;
  background: transparent;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-question-card.needs-answer {
  box-shadow: inset 3px 0 0 #9d5e4d;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-question-head {
  gap: 14px;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-question-head > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid rgba(54, 91, 81, .42);
  border-radius: 50%;
  color: #365b51;
  background: transparent;
  font-family: Georgia, serif;
  font-size: .72rem;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-question-head p {
  color: #8a7557;
  font-family: Georgia, serif;
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: .2em;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-question-head p b {
  margin-left: .55em;
  color: #365b51;
  font-size: 1rem;
  font-weight: 400;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-question-card h2 {
  margin: 26px 0 12px;
  color: #282f2c;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(1.7rem, 2.45vw, 2.35rem);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .055em;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-hint {
  color: #717975;
  font-size: .84rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: .045em;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-choice-grid {
  counter-reset: check-choice;
  gap: 10px;
  margin-top: 28px;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-choice {
  counter-increment: check-choice;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-choice span {
  position: relative;
  min-height: 64px;
  padding: 14px 42px 14px 56px;
  border: 1px solid rgba(54, 91, 81, .22);
  border-radius: 0;
  color: #35443e;
  background: rgba(255, 255, 255, .64);
  box-shadow: none;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .035em;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-choice span::before {
  position: absolute;
  left: 18px;
  top: 50%;
  color: #9a8059;
  content: counter(check-choice, decimal-leading-zero);
  font-family: Georgia, serif;
  font-size: .65rem;
  letter-spacing: .08em;
  transform: translateY(-50%);
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-choice span::after {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  opacity: .45;
  transform: translateY(-50%) rotate(45deg);
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-choice input:focus-visible + span {
  outline: 2px solid #365b51;
  outline-offset: 3px;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-choice input:checked + span {
  color: #fff;
  border-color: #365b51;
  background: #365b51;
  box-shadow: inset 4px 0 0 #bea467;
  transform: none;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-choice input:checked + span::before {
  color: #e3d3ac;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-form-actions {
  display: grid;
  grid-template-columns: minmax(110px, .38fr) minmax(200px, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-back-button,
.sukoyaka-check-shell[data-sukoyaka-check] .check-next-button,
.sukoyaka-check-shell[data-sukoyaka-check] .check-submit-button {
  width: 100%;
  min-height: 54px;
  padding: 12px 22px;
  border-radius: 0;
  box-shadow: none;
  font-size: .86rem;
  font-weight: 600;
  letter-spacing: .09em;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-next-button,
.sukoyaka-check-shell[data-sukoyaka-check] .check-submit-button {
  border: 1px solid #365b51;
  background: #365b51;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-back-button {
  border: 1px solid rgba(54, 91, 81, .28);
  color: #365b51;
  background: transparent;
}

.sukoyaka-check-shell[data-sukoyaka-check] .check-disclaimer {
  margin: 20px 0 0;
  color: #858984;
  font-size: .67rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .035em;
}

@media (hover: hover) {
  .sukoyaka-check-shell[data-sukoyaka-check] .check-choice span:hover {
    border-color: rgba(54, 91, 81, .58);
    background: #fff;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-next-button:hover,
  .sukoyaka-check-shell[data-sukoyaka-check] .check-submit-button:hover {
    background: #294b42;
  }
}

@media (max-width: 820px) {
  .sukoyaka-check-shell[data-sukoyaka-check] {
    display: block;
    width: min(calc(100% - 28px), 560px) !important;
    max-width: 560px !important;
    padding-top: 18px;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-site-header {
    grid-template-columns: 88px 1fr;
    min-height: 74px;
    padding: 8px 14px;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-brand {
    width: 76px;
    height: 54px;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-site-header p {
    justify-self: end;
    font-size: .54rem;
    text-align: right;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-site-header > span {
    display: none;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-hero,
  .sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-form {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-hero {
    min-height: 0;
    padding: 46px 30px 38px;
    border-right: 1px solid rgba(50, 81, 72, .22);
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-hero::before {
    right: -120px;
    bottom: 35px;
    width: 250px;
    height: 250px;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-kicker {
    margin-bottom: 22px;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(1.72rem, 7vw, 2.25rem) !important;
    line-height: 1.55 !important;
    letter-spacing: .045em !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    text-wrap: balance !important;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-hero h1 span {
    white-space: nowrap !important;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-hero-copy {
    font-size: .84rem;
    line-height: 2;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-hero-meta {
    margin-top: 34px;
    padding-right: 28px;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-form {
    min-height: 0;
    padding: 36px 28px 32px;
    border-top: 0;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-question-card {
    min-height: 0;
    padding: 30px 0 26px;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-question-card h2 {
    font-size: clamp(1.48rem, 6.1vw, 1.95rem) !important;
    line-height: 1.52 !important;
    letter-spacing: .04em !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    text-wrap: balance !important;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-choice-grid {
    grid-template-columns: 1fr !important;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-choice span {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
}

@media (max-width: 430px) {
  .sukoyaka-check-shell[data-sukoyaka-check] {
    width: min(calc(100% - 20px), 410px) !important;
    max-width: 410px !important;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-hero {
    padding: 38px 22px 32px;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-hero h1 {
    font-size: clamp(1.42rem, 6.35vw, 1.62rem) !important;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-hero-copy {
    font-size: .79rem;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-form {
    padding: 30px 20px 28px;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-form-heading {
    display: block;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-form-heading span {
    display: block;
    margin-top: 8px;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-question-card h2 {
    font-size: clamp(1.36rem, 6.1vw, 1.6rem) !important;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-choice span {
    min-height: 58px;
    padding: 12px 38px 12px 50px;
    font-size: .84rem;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-form-actions {
    grid-template-columns: 1fr;
  }
}

/*
 * v1.0.117 desktop typography overflow guard
 * PC表示だけで診断タイトルと長い見出しを各カラム内に収める。
 * スマホ側の既存レイアウト・改行指定は変更しない。
 */
@media (min-width: 821px) {
  .sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-hero,
  .sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-form,
  .sukoyaka-check-shell[data-sukoyaka-check] .check-question-card {
    min-width: 0;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.75rem, 2.05vw, 1.95rem);
    line-height: 1.62;
    letter-spacing: 0.025em;
    word-break: normal;
    overflow-wrap: normal;
    text-wrap: auto;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .sukoyaka-check-hero h1 span {
    white-space: nowrap;
  }

  .sukoyaka-check-shell[data-sukoyaka-check] .check-question-card h2 {
    max-width: 100%;
    font-size: clamp(1.7rem, 2.1vw, 2.1rem);
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    text-wrap: balance !important;
  }
}

@media (min-width: 761px) {
  .sukoyaka-result-shell .result-line-box h2 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.75rem, 2.15vw, 2.1rem);
    line-height: 1.45;
    letter-spacing: 0.01em;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    text-wrap: balance !important;
  }
}
