/* ── SWELL: アイキャッチ上タイトルオーバーレイ非表示（個別記事） ── */
.postid-150625 .l-topTitleArea,
.postid-150625 .p-articleHead.c-postTitle {
  position: relative;
  background: none;
  color: var(--color_text, #333);
}
.postid-150625 .l-topTitleArea.c-filterLayer::before,
.postid-150625 .l-topTitleArea.c-filterLayer::after {
  display: none;
}
.postid-150625 .l-topTitleArea .c-postTitle__ttl {
  text-shadow: none;
  color: var(--color_text, #333);
}
.postid-150625 .p-articleThumb {
  margin-top: 0;
}

/* ── SWELLテーマH2スタイルをツール内で無効化 ── */
.wrap h2.hdr-ttl {
  background: none !important;
  padding: 20px 0 8px !important;
  color: #1a1440 !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  text-align: center !important;
  border: none !important;
  margin: 0 !important;
  position: relative !important;
}
.wrap h2.hdr-ttl::before,
.wrap h2.hdr-ttl::after {
  display: none !important;
}

/* ── 占いツール共通リセット ── */
.wrap * { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: 'Noto Sans JP', sans-serif;
    background: #f5f3ff;
    min-height: 100vh;
    padding: 24px 16px 80px;
    color: #1a1440;
  }
  .wrap { max-width: 100%; margin: 0 auto; }

  /* Header */
  .hdr { text-align: center; padding: 32px 0 36px; }
  .hdr-badge {
    display: inline-block;
    background: #7F77DD;
    color: #fff;
    font-size: 14px;
    padding: 8px 24px;
    border-radius: 24px;
    margin-bottom: 18px;
    letter-spacing: .05em;
    font-weight: 500;
  }
  .hdr-ttl {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #1a1440;
  }
  .hdr-sub { font-size: 16px; color: #6b60b0; line-height: 1.8; }
  .steps {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    flex-wrap: wrap;
  }
  .step {
    font-size: 13px;
    padding: 6px 18px;
    border-radius: 20px;
    border: 1px solid #AFA9EC;
    background: #fff;
    color: #7F77DD;
    transition: all .3s;
  }
  .step.active { background: #7F77DD; color: #fff; border-color: #7F77DD; }
  .step.done { background: #AFA9EC; color: #fff; border-color: #AFA9EC; }

  /* Progress */
  .prog { margin-bottom: 20px; }
  .prog-row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #6b60b0;
    margin-bottom: 6px;
  }
  .prog-bg { background: #ddd9f8; border-radius: 6px; height: 8px; }
  .prog-fill {
    background: #7F77DD;
    height: 8px;
    border-radius: 6px;
    transition: width .5s ease;
  }

  /* Card */
  .card {
    background: #fff;
    border-radius: 20px;
    padding: 26px 22px;
    margin-bottom: 16px;
    box-shadow: 0 2px 20px rgba(100,90,200,.1);
  }
  .q-num { font-size: 11px; font-weight: 700; color: #7F77DD; margin-bottom: 6px; letter-spacing: .08em; }
  .q-ttl { font-size: 18px; font-weight: 700; margin-bottom: 8px; line-height: 1.5; }
  .q-hint {
    font-size: 13px;
    color: #888;
    line-height: 1.7;
    margin-bottom: 20px;
    padding: 10px 14px;
    background: #f9f8ff;
    border-radius: 10px;
    border-left: 3px solid #AFA9EC;
  }
  .hand-wrap { display: flex; justify-content: center; margin-bottom: 22px; }
  .opts { display: flex; flex-direction: column; gap: 10px; }
  .opt {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f9f8ff;
    border: 1.5px solid #e0ddf8;
    border-radius: 14px;
    padding: 14px 16px;
    cursor: pointer;
    text-align: left;
    width: 100%;
    transition: all .18s;
  }
  .opt:hover { border-color: #7F77DD; background: #eeedfe; transform: translateY(-1px); }
  .opt-dot {
    width: 20px; height: 20px;
    border-radius: 50%;
    border: 2px solid #c4c0ee;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all .18s;
  }
  .opt:hover .opt-dot { background: #7F77DD; border-color: #7F77DD; }
  .opt-lbl { font-size: 14px; font-weight: 500; line-height: 1.5; margin-bottom: 3px; }
  .opt-desc { font-size: 12px; color: #999; line-height: 1.5; }

  /* Result Banner */
  .res-banner {
    background: #534AB7;
    border-radius: 16px;
    padding: 24px 20px;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
  }
  .res-banner::after {
    content: '';
    position: absolute;
    top: -30px; right: -30px;
    width: 120px; height: 120px;
    background: rgba(255,255,255,.06);
    border-radius: 50%;
  }
  .res-emoji { font-size: 52px; display: block; margin-bottom: 10px; }
  .res-type { font-size: 11px; color: rgba(255,255,255,.65); margin-bottom: 5px; letter-spacing: .08em; }
  .res-name { font-size: 28px; font-weight: 700; color: #fff; margin-bottom: 5px; line-height: 1.2; }
  .res-sub { font-size: 13px; color: rgba(255,255,255,.8); }

  /* Scores */
  .scores {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }
  .sbox { background: #f9f8ff; border-radius: 12px; padding: 14px; }
  .slbl { font-size: 11px; color: #888; margin-bottom: 6px; }
  .strack { background: #e0ddf8; border-radius: 4px; height: 7px; margin-bottom: 6px; overflow: hidden; }
  .sfill { height: 7px; border-radius: 4px; background: #7F77DD; }
  .snum { font-size: 20px; font-weight: 700; color: #534AB7; }
  .sunit { font-size: 12px; font-weight: 400; color: #aaa; }

  .sec-ttl {
    font-size: 13px; font-weight: 700; color: #7F77DD;
    margin: 18px 0 10px;
    padding-left: 8px;
    border-left: 3px solid #7F77DD;
    letter-spacing: .06em;
  }
  .res-body { font-size: 14px; color: #333; line-height: 1.95; }

  .adv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .abox { background: #f9f8ff; border-radius: 10px; padding: 12px; }
  .akey { font-size: 10px; color: #aaa; margin-bottom: 4px; letter-spacing: .04em; }
  .aval { font-size: 13px; font-weight: 700; line-height: 1.4; }

  .lucky { background: #eeedfe; border-radius: 12px; padding: 16px; margin-top: 18px; }
  .lucky-ttl { font-size: 12px; font-weight: 700; color: #534AB7; margin-bottom: 10px; }
  .lucky-tags { display: flex; flex-wrap: wrap; gap: 6px; }
  .lucky-tag {
    background: #fff; color: #534AB7;
    font-size: 12px; padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid #c4c0ee;
    font-weight: 500;
  }

  /* Share */
  .share { margin-top: 22px; text-align: center; }
  .share-ttl { font-size: 13px; color: #888; margin-bottom: 12px; }
  .share-btns { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
  .sbtn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 10px 22px; border-radius: 30px;
    font-size: 13px; font-weight: 700;
    text-decoration: none;
    transition: opacity .2s;
  }
  .sbtn:hover { opacity: .85; }
  .stw { background: #1DA1F2; color: #fff; }
  .sln { background: #06C755; color: #fff; }

  .retry {
    display: block; text-align: center;
    margin-top: 16px; font-size: 13px;
    color: #aaa; cursor: pointer;
    text-decoration: underline;
    background: none; border: none; width: 100%;
  }

  /* Related */
  .related { margin-top: 36px; }
  .rel-ttl {
    font-size: 16px; font-weight: 700;
    margin-bottom: 16px; padding-bottom: 10px;
    border-bottom: 2px solid #eeedfe;
  }
  .rel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .rcard {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e8e6f8;
    text-decoration: none;
    display: block;
    transition: all .2s;
  }
  .rcard:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(100,90,200,.15); border-color: #7F77DD; }
  .rthumb { height: 85px; display: flex; align-items: center; justify-content: center; font-size: 36px; }
  .rbody { padding: 12px 14px; }
  .rtag {
    font-size: 10px; font-weight: 700; color: #7F77DD;
    background: #eeedfe; padding: 2px 8px;
    border-radius: 8px; display: inline-block;
    margin-bottom: 6px;
  }
  .rname { font-size: 13px; font-weight: 700; color: #1a1440; line-height: 1.4; margin-bottom: 4px; }
  .rsub { font-size: 11px; color: #aaa; }
  .rarrow { font-size: 11px; color: #7F77DD; margin-top: 5px; }

  /* ── ピュアリCTA ── */
  .uranai-cta {
    background: linear-gradient(135deg, #534AB7, #7F77DD);
    border-radius: 20px;
    padding: 32px 24px;
    margin: 28px 0 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .uranai-cta::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
    background: rgba(255,255,255,.06);
    border-radius: 50%;
    pointer-events: none;
  }
  .uranai-cta__badge {
    display: inline-block;
    background: #FFD700;
    color: #2a1850;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 20px;
    margin-bottom: 16px;
    letter-spacing: .03em;
  }
  .uranai-cta__title {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .uranai-cta__body {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(255,255,255,.88);
    margin-bottom: 22px;
  }
  .uranai-cta__btn {
    display: inline-block;
    background: #FFD700;
    color: #2a1850;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: .03em;
    transition: all .25s;
    box-shadow: 0 4px 16px rgba(0,0,0,.2);
    position: relative;
    overflow: hidden;
  }
  .uranai-cta__btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
    transform: translateX(-100%);
    animation: ctaShine 3s ease-in-out infinite;
  }
  @keyframes ctaShine {
    0%, 70% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
  }
  .uranai-cta__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0,0,0,.3);
    color: #2a1850;
  }

  @media (max-width: 420px) {
    .hdr-ttl { font-size: 24px; }
    .scores, .adv-grid, .rel-grid { grid-template-columns: 1fr; }
    .uranai-cta__title { font-size: 17px; }
    .uranai-cta__btn { font-size: 14px; padding: 14px 24px; }
  }