/* =========================
  黒ベース本文用
========================= */

.sal .main-black .dgr-flow--center {
    text-align: center;
}

.sal .main-black .dgr-note {
    color: #ffcb7a !important;
    font-size: clamp(1.6rem, 2.2vw, 2rem) !important;
    line-height: 1.8 !important;
}

.sal .main-black .dgr-strongline {
    display: inline;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(transparent 58%, rgba(255, 140, 0, 0.34) 58%);
}

/* =========================
  サブヘッド
========================= */
.sal .dgr-subhead-wide {
    max-width: 1040px;
    margin: 54px auto -8px;
    padding: 0 16px;
    position: relative;
    z-index: 2;
}

.sal .dgr-subhead-wide__text {
    margin: 0;
    padding: 30px 15px;
    text-align: center;
    font-size: clamp(2.8rem, 5vw, 6.8rem);
    line-height: 1.45;
    font-weight: 900;
    border-top: 4px solid #d3430a;
    border-bottom: 4px solid #d3430a;
    border-left: 2px solid #d3430a;
    border-right: 2px solid #d3430a;
    background: #C3602A;
    background: linear-gradient(180deg, rgb(170, 60, 0) 0%, rgb(165, 58, 0) 100%);
    box-shadow: inset 0px 0px 35px rgba(56, 23, 15, 0.918);
}


.sal .dgr-subhead-wide__sub {
    margin: 0;
    padding: 12px 16px 0;
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 3.6rem);
    color: #ffffff;
}

.sal .dgr-subhead-wide--red .dgr-subhead-wide__sub {
    border-left-color: #441f00;
    border-right-color: #441f00;
    border-bottom-color: #441f00;
    background: linear-gradient(90deg, rgb(48, 48, 48), rgba(39, 39, 39, 0.96), rgba(68, 68, 68, 0.92));
}

/* =========================
  共通強調
========================= */
.sal .main-black .dgr-impact {
    margin: 28px auto;
    padding: 22px 16px;
    text-align: center;
    border-top: 2px solid #ff8c00;
    border-bottom: 2px solid #ff8c00;
    background: linear-gradient(90deg, rgba(255, 140, 0, 0.10), rgba(255, 140, 0, 0.02), rgba(255, 140, 0, 0.10));
}

.sal .main-black .dgr-impact p {
    margin: 0;
    font-size: clamp(2.8rem, 5vw, 4.0rem);
    line-height: 1.6;
    font-weight: 900;
    color: #fffd8a;
}

.sal .main-black .dgr-emphasis-box {
    margin: 26px 0;
    padding: 8px 4px;
    background: linear-gradient(90deg, #ffb347, #4a2200, #ffb347);
}

.sal .main-black .dgr-emphasis-box p {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    background: #111;
    line-height: 1.5;
    font-weight: 900;
}

.sal .main-black .dgr-warning-box {
    margin: 26px 0;
    padding: 4px;
    background: linear-gradient(90deg, #ff5127, #2e0500, #ff5127);
}

.sal .main-black .dgr-warning-box p {
    margin: 0;
    padding: 22px 16px;
    text-align: center;
    background: #111;
    font-size: clamp(2.6rem, 4.4vw, 4rem);
    line-height: 1.6;
    font-weight: 900;
    color: #fff0d6;
}

/* =========================
  ①〜③
========================= */
.sal .dgr-triptych {
    margin: 0 auto 34px;
    max-width: 860px;
}

.sal .dgr-triptych--last {
    margin-top: 26px;
}

.sal .dgr-triptych__item {
    position: relative;
    margin: 40px 0;
    padding: 4px;
    background: linear-gradient(90deg, #ff8c00 0%, #4a2100 18%, #ff8c00 50%, #4a2100 82%, #ff8c00 100%);
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
    box-shadow: 0 0 18px rgba(255, 140, 0, 0.10);
}

.sal .dgr-triptych__item:last-child {
    margin-bottom: 0;
}

.sal .dgr-triptych__body {
    position: relative;
    padding: 24px 18px 22px;
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.98), rgba(6, 6, 6, 0.96));
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.sal .dgr-triptych__no {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    min-width: 68px;
    padding: 10px 12px;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
    background: linear-gradient(180deg, #f07b1c 0%, #cc5c00 100%);
    border-right: 3px solid #cc5c00;
    border-bottom: 3px solid #ccad00;
}

.sal .dgr-triptych__title {
    margin: 0 0 18px;
    padding: 0 0 0 72px;
    font-size: clamp(2.2rem, 3.0vw, 3.2rem);
    line-height: 1.45;
    font-weight: 900;
    color: #e2e2e2;
    letter-spacing: 0.03em;
}

.sal .dgr-triptych__text {
    padding: 18px 16px;
    border-left: 4px solid #ff8c00;
    background: linear-gradient(90deg, rgba(255, 140, 0, 0.10), rgba(255, 140, 0, 0.02));
}

.sal .dgr-triptych__text p {
    margin: 0 0 14px;
    font-size: clamp(1.4rem, 2.8vw, 2.3rem);
    line-height: 1.85;
}

.sal .dgr-triptych__text p:last-child {
    margin-bottom: 0;
}

.sal .dgr-triptych__em {
    display: inline;
    font-weight: 900;
    font-size: clamp(1.8rem, 2.8vw, 2.8rem);
    background: linear-gradient(transparent 56%, rgba(107, 59, 0, 0.38) 56%);
}

/* =========================
  その他本文装飾
========================= */
.sal .dgr-listbox {
    margin: 24px 0;
    padding: 18px 16px;
    border-left: 4px solid #ff8c00;
    border-right: 1px solid rgba(255, 140, 0, 0.22);
    border-top: 1px solid rgba(255, 140, 0, 0.22);
    border-bottom: 1px solid rgba(255, 140, 0, 0.22);
    background: linear-gradient(90deg, rgba(255, 140, 0, 0.10), rgba(255, 140, 0, 0.02));
}

.sal .dgr-listbox p {
    margin: 0 0 12px;
    font-size: clamp(2rem, 3vw, 2.6rem);
    line-height: 1.8;
    font-weight: 800;
    color: #ffd08a;
}

.sal .dgr-listbox p:last-child {
    margin-bottom: 0;
}

.sal .dgr-datebox {
    margin: 26px 0;
    padding: 22px 16px;
    border: 1px solid rgba(255, 140, 0, 0.30);
    background: linear-gradient(180deg, rgba(255, 140, 0, 0.09), rgba(0, 0, 0, 0.12));
    text-align: center;
}

.sal .dgr-datebox p {
    margin: 0 0 16px;
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    line-height: 1.7;
    font-weight: 900;
    color: #fff0d2;
}

.sal .dgr-datebox p:last-child {
    margin-bottom: 0;
}

.sal .dgr-quote {
    margin: 26px 0;
    padding: 18px 16px;
    border-left: 6px solid #ff8c00;
    background: linear-gradient(90deg, rgba(255, 140, 0, 0.12), rgba(255, 140, 0, 0.02));
}

.sal .dgr-quote p {
    margin: 0 0 12px;
    font-size: clamp(2.2rem, 3.4vw, 3rem);
    line-height: 1.8;
    font-weight: 800;
    color: #fff;
}

.sal .dgr-quote p:last-child {
    margin-bottom: 0;
}

.sal .dgr-note-block {
    margin: 0 0 26px;
    padding: 14px 16px;
    border-left: 6px solid #ff5127;
    background: linear-gradient(90deg, rgba(255, 81, 39, 0.12), rgba(255, 81, 39, 0.02));
}

.sal .dgr-note-block p {
    margin: 0 0 10px;
    font-size: clamp(1.8rem, 2.6vw, 2.2rem);
    line-height: 1.8;
    color: #ffe0d8;
}

.sal .dgr-note-block p:last-child {
    margin-bottom: 0;
}

.sal .dgr-lock {
    margin: 28px 0;
    padding: 4px;
    background: linear-gradient(90deg, #ff5127, #2e0500, #ff5127);
}

.sal .dgr-lock p {
    margin: 0;
    padding: 18px 16px 8px;
    text-align: center;
    background: #111;
    font-size: clamp(2.6rem, 4.2vw, 3.8rem);
    line-height: 1.6;
    font-weight: 900;
    color: #fff;
}

.sal .dgr-lock p:last-child {
    padding-bottom: 18px;
    color: #ffd08a;
}

.sal .dgr-promise-pair {
    margin: 26px 0;
    padding: 18px 16px;
    border-top: 2px solid #ff8c00;
    border-bottom: 2px solid #ff8c00;
    background: linear-gradient(90deg, rgba(255, 140, 0, 0.08), rgba(0, 0, 0, 0.02), rgba(255, 140, 0, 0.08));
    text-align: center;
}

.sal .dgr-promise-pair p {
    margin: 0 0 12px;
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    line-height: 1.7;
    font-weight: 900;
    color: #ffd08a;
}

.sal .dgr-promise-pair p:last-child {
    margin-bottom: 0;
}

.sal .dgr-voicegroup {
    margin: 26px 0;
}

.sal .dgr-voicegroup p {
    margin: 0 0 12px;
    padding: 16px 16px 16px 20px;
    border-left: 5px solid #ff8c00;
    background: linear-gradient(90deg, rgba(255, 140, 0, 0.10), rgba(255, 140, 0, 0.02));
    font-size: clamp(1.9rem, 2.8vw, 2.5rem);
    line-height: 1.85;
    font-weight: 700;
    color: #fff;
}

.sal .dgr-voicegroup--red p {
    border-left-color: #ff5127;
    background: linear-gradient(90deg, rgba(255, 81, 39, 0.12), rgba(255, 81, 39, 0.02));
}

.sal .dgr-voicegroup p:last-child {
    margin-bottom: 0;
}

.sal .dgr-countbox {
    margin: 30px 0;
    padding: 24px 16px;
    text-align: center;
    border-top: 2px solid #ff8c00;
    border-bottom: 2px solid #ff8c00;
    background: radial-gradient(circle at center, rgba(255, 140, 0, 0.14), rgba(0, 0, 0, 0.16) 68%);
}

.sal .dgr-countbox__small {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff0d6;
}

.sal .dgr-countbox__big {
    font-size: clamp(9rem, 15vw, 16rem);
    line-height: 1;
    font-weight: 900;
    color: #ff8c00;
    text-shadow: 0 0 16px rgba(255, 140, 0, 0.28);
}

.sal .dgr-countbox__text {
    margin-top: 6px;
    font-size: clamp(2.6rem, 4.2vw, 3.8rem);
    line-height: 1.6;
    font-weight: 900;
    color: #fff2da;
}

.sal .dgr-rankset {
    margin: 28px 0;
}

.sal .dgr-rankset__item {
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: 84px 1fr;
    border: 1px solid rgba(255, 140, 0, 0.30);
    background: #0a0a0a;
}

.sal .dgr-rankset__item:last-child {
    margin-bottom: 0;
}

.sal .dgr-rankset__label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(3rem, 5vw, 4.6rem);
    font-weight: 900;
    color: #111;
    background: linear-gradient(180deg, #ffd08a 0%, #ff9a1f 100%);
}

.sal .dgr-rankset__body {
    padding: 18px 16px;
}

.sal .dgr-rankset__body p {
    margin: 0 0 10px;
    font-size: clamp(1.9rem, 2.8vw, 2.4rem);
    line-height: 1.8;
    font-weight: 700;
    color: #fff;
}

.sal .dgr-rankset__body p:last-child {
    margin-bottom: 0;
}

.sal .dgr-medalbox {
    margin: 26px 0;
    padding: 18px;
    border: 2px solid #ffb347;
    background: linear-gradient(90deg, rgba(255, 140, 0, 0.10), rgba(0, 0, 0, 0.10));
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 18px;
    align-items: center;
}

.sal .dgr-medalbox__coin {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.35;
    font-size: 2.4rem;
    font-weight: 900;
}

.sal .dgr-medalbox__text p {
    margin: 0 0 12px;
    font-size: clamp(2rem, 3vw, 2.6rem);
    line-height: 1.8;
    color: #fff;
}

.sal .dgr-medalbox__text p:last-child {
    margin-bottom: 0;
}

.sal .dgr-stage-cta {
    margin: 26px auto 0;
    padding: 24px 16px;
    text-align: center;
    border-top: 2px solid #ff8c00;
    border-bottom: 2px solid #ff8c00;
    background: linear-gradient(90deg, rgba(255, 140, 0, 0.12), rgba(255, 140, 0, 0.02), rgba(255, 140, 0, 0.12));
}

.sal .dgr-stage-cta p {
    margin: 0 0 12px;
    font-size: clamp(2.2rem, 3.5vw, 3rem);
    line-height: 1.8;
    font-weight: 900;
    color: #fff2db;
}

.sal .dgr-stage-cta p:last-child {
    margin-bottom: 0;
}

/* =========================
  FV本番
========================= */
.sal .dgr-fv--hero {
    position: relative;
    width: 100%;
    padding: 60px 20px 70px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.sal .dgr-fv__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.42) 40%, rgba(0, 0, 0, 0.55) 100%),
        radial-gradient(circle at center, rgba(255, 140, 0, 0.08) 0%, rgba(255, 140, 0, 0.00) 55%);
    z-index: 1;
}

.sal .dgr-fv__inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
}

.sal .dgr-fv__topline,
.sal .dgr-fv__bottomline {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, #ff8c00 10%, #ff8c00 90%, transparent);
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.35);
}

.sal .dgr-fv__panel {
    margin: 22px 0;
    padding: 6px;
    background: linear-gradient(135deg, rgba(255, 179, 71, 0.95), rgba(74, 34, 0, 0.95), rgba(255, 179, 71, 0.95));
    box-shadow:
        0 0 24px rgba(255, 140, 0, 0.20),
        0 0 60px rgba(0, 0, 0, 0.28);
    clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
    overflow: visible;
}

.sal .dgr-fv__main {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 18px;
    align-items: center;
    padding: 28px 26px 28px 70px;
    background:
        linear-gradient(180deg, rgba(5, 5, 5, 0.92), rgba(0, 0, 0, 0.96)),
        linear-gradient(90deg, rgba(255, 140, 0, 0.05), rgba(255, 140, 0, 0.00));
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
    position: relative;
}

.sal .dgr-fv__logoarea {
    text-align: center;
    position: relative;
    left: -70px;
    z-index: 3;
}

.sal .dgr-fv__logo {
    max-width: none;
    width: 320px;
    height: auto;
    filter:
        drop-shadow(0 0 12px rgba(255, 140, 0, 0.20)) drop-shadow(0 0 24px rgba(0, 0, 0, 0.45));
}

.sal .dgr-fv__titlearea {
    text-align: center;
}

.sal .dgr-fv__title {
    margin: 0;
    line-height: 1.04;
    font-weight: 900;
}

.sal .dgr-fv__title-sub {
    display: block;
    font-size: clamp(4.4rem, 8vw, 8.4rem);
    color: #ffffff;
    text-shadow:
        0 0 12px rgba(255, 255, 255, 0.12),
        0 0 24px rgba(0, 0, 0, 0.45);
}

.sal .dgr-fv__title-main {
    display: block;
    margin-top: 8px;
    font-size: clamp(6rem, 10vw, 10rem);
    color: #ff980f;
    text-shadow:
        0 0 14px rgba(255, 140, 0, 0.38),
        0 0 32px rgba(255, 140, 0, 0.16);
}

.sal .dgr-fv__copy {
    margin: 22px 0 0;
    font-size: clamp(2.2rem, 3.6vw, 3.8rem);
    line-height: 1.75;
    font-weight: 900;
    color: #ffe8c8;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}

.sal .dgr-fv__leadpanel {
    max-width: 980px;
    margin: 26px auto 0;
    padding: 26px 22px;
    text-align: center;
    background: rgba(0, 0, 0, 0.72);
    border-top: 2px solid #ff8c00;
    border-bottom: 2px solid #ff8c00;
    box-shadow:
        0 0 18px rgba(255, 140, 0, 0.12),
        0 0 40px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3px);
}

.sal .dgr-fv__leadpanel p {
    margin: 0 0 14px;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.8;
    color: #ffffff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
}

.sal .dgr-fv__leadpanel p:last-child {
    margin-bottom: 0;
}

.sal .dgr-fv__leadstrong {
    font-size: clamp(3rem, 5vw, 5rem) !important;
    line-height: 1.5 !important;
    font-weight: 900;
    color: #fff3dc !important;
    text-shadow:
        0 0 12px rgba(0, 0, 0, 0.45),
        0 0 20px rgba(255, 140, 0, 0.12);
}

/* =========================
  下部再掲版
========================= */
.sal .main-black .dgr-fv-recap2 {
    margin: 0 auto 24px;
}

.sal .main-black .dgr-fv-recap2__line {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, #ff8c00, transparent);
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.25);
}

.sal .main-black .dgr-fv-recap2__panel {
    position: relative;
    margin: 18px 0;
    padding: 5px;
    background: linear-gradient(135deg, rgba(255, 179, 71, 0.95), rgba(74, 34, 0, 0.95), rgba(255, 179, 71, 0.95));
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
    overflow: hidden;
}

.sal .main-black .dgr-fv-recap2__panel::before {
    content: "";
    display: block;
    position: absolute;
    inset: 5px;
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.95), rgba(0, 0, 0, 0.98));
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

.sal .main-black .dgr-fv-recap2__panel>* {
    position: relative;
    z-index: 1;
}

.sal .main-black .dgr-fv-recap2__logoarea,
.sal .main-black .dgr-fv-recap2__titlearea {
    text-align: center;
}

.sal .main-black .dgr-fv-recap2__logoarea {
    padding-top: 22px;
}

.sal .main-black .dgr-fv-recap2__logo {
    max-width: 100%;
    width: 220px;
    height: auto;
    filter:
        drop-shadow(0 0 10px rgba(255, 140, 0, 0.18)) drop-shadow(0 0 18px rgba(0, 0, 0, 0.35));
}

.sal .main-black .dgr-fv-recap2__titlearea {
    padding: 10px 16px 24px;
}

.sal .main-black .dgr-fv-recap2__title {
    margin: 0;
    line-height: 1.06;
    font-weight: 900;
}

.sal .main-black .dgr-fv-recap2__title-sub {
    display: block;
    font-size: clamp(3.6rem, 6vw, 6rem);
    color: #ffffff;
}

.sal .main-black .dgr-fv-recap2__title-main {
    display: block;
    margin-top: 6px;
    font-size: clamp(4.8rem, 8vw, 7.4rem);
    color: #ff980f;
    text-shadow: 0 0 12px rgba(255, 140, 0, 0.25);
}

.sal .main-black .dgr-fv-recap2__copy {
    margin: 16px 0 0;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    line-height: 1.75;
    font-weight: 900;
    color: #ffe8c8;
}

.sal .main-black .dgr-fv-recap2__lead {
    margin: 18px auto 0;
    padding: 20px 16px;
    text-align: center;
    background: rgba(0, 0, 0, 0.55);
    border-top: 2px solid #ff8c00;
    border-bottom: 2px solid #ff8c00;
}

.sal .main-black .dgr-fv-recap2__lead p {
    margin: 0 0 12px;
    font-size: clamp(1.9rem, 2.8vw, 2.5rem);
    line-height: 1.8;
    color: #fff;
}

.sal .main-black .dgr-fv-recap2__lead p:last-child {
    margin-bottom: 0;
}

.sal .main-black .dgr-fv-recap2__leadstrong {
    font-size: clamp(2.8rem, 4.4vw, 4.2rem) !important;
    line-height: 1.55 !important;
    font-weight: 900;
    color: #fff3dc !important;
}

/* =========================
  レスポンシブ
========================= */
@media screen and (max-width: 900px) {
    .sal .dgr-fv__main {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 22px 16px;
    }

    .sal .dgr-fv__logoarea {
        left: 0;
    }

    .sal .dgr-fv__logo {
        width: 220px;
        max-width: 100%;
    }

    .sal .dgr-fv__titlearea {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .sal .dgr-subhead-wide {
        margin: 42px auto -6px;
    }

    .sal .dgr-fv--hero {
        padding: 42px 12px 50px;
    }

    .sal .dgr-fv__panel {
        margin: 16px 0;
    }

    .sal .dgr-fv__main {
        padding: 18px 12px;
    }

    .sal .dgr-fv__logo {
        width: 180px;
    }

    .sal .dgr-fv__leadpanel {
        padding: 18px 12px;
    }

    .sal .main-black .dgr-triptych__body {
        padding: 20px 14px 18px;
    }

    .sal .main-black .dgr-triptych__no {
        min-width: 58px;
        font-size: 2.6rem;
        padding: 9px 10px;
    }

    .sal .main-black .dgr-triptych__title {
        padding-left: 60px;
    }

    .sal .main-black .dgr-triptych__text {
        padding: 16px 12px;
    }

    .sal .main-black .dgr-rankset__item {
        grid-template-columns: 64px 1fr;
    }

    .sal .main-black .dgr-medalbox {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .sal .main-black .dgr-medalbox__coin {
        width: 120px;
        height: 120px;
        font-size: 2rem;
    }

    .sal .main-black .dgr-fv-recap2__logo {
        width: 160px;
    }

    .sal .main-black .dgr-fv-recap2__titlearea {
        padding: 8px 10px 18px;
    }
}

.sal .voice-bubble {
    position: relative;
    margin: 25px 0;
    padding: 14px 16px;
    line-height: 1.6;
    font-weight: 700;
    color: #fff;

    background: linear-gradient(180deg, rgba(255, 140, 0, 0.18), rgba(255, 140, 0, 0.06));
    border: 1px solid rgba(255, 140, 0, 0.35);
    border-radius: 6px;

    box-shadow:
        0 0 12px rgba(255, 140, 0, 0.10),
        inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

/* 吹き出しのしっぽ */
.sal .voice-bubble::after {
    content: "";
    position: absolute;
    left: 18px;
    bottom: -20px;

    width: 0;
    height: 0;

    border: 10px solid transparent;
    border-top-color: rgba(255, 140, 0, 0.35);
}

/* 内側の色（しっぽの中身） */
.sal .voice-bubble::before {
    content: "";
    position: absolute;
    left: 19px;
    bottom: -20px;

    width: 0;
    height: 0;

    border: 9px solid transparent;
    border-top-color: rgba(255, 140, 0, 0.12);
}
.sal .select-rank-wrap{
    margin: 30px 0;
}

.sal .select-rank2{
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    background: #0b0b0b;
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.02) inset,
        0 0 14px rgba(0,0,0,0.18);
    overflow: hidden;
}

.sal .select-rank2:last-child{
    margin-bottom: 0;
}

/* 上部帯 */
.sal .select-rank2__head{
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0 14px 0 0;
    min-height: 66px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    background: rgba(255,255,255,0.02);
}

/* 左上ラベル */
.sal .select-rank2__letter{
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    min-width: 62px;
    height: 62px;
    margin: -1px 0 -1px -1px;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #111;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.10);
}

/* タイトル帯 */
.sal .select-rank2__title{
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    margin-left: -2px;
    padding: 0 18px 0 18px;
    font-size: clamp(2rem, 2.8vw, 2.8rem);
    line-height: 1.4;
    font-weight: 900;
    letter-spacing: 0.02em;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-right: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.38);
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.03) inset,
        0 2px 10px rgba(0,0,0,0.22);
}

/* タイトル帯の右端を少しデザイン */
.sal .select-rank2__title::after{
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 16px;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 60% 50%);
    background: inherit;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-right: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.38);
}

/* 本文 */
.sal .select-rank2__body{
    position: relative;
    padding: 18px 16px 18px 18px;
    font-size: clamp(1.8rem, 2.5vw, 2.3rem);
    line-height: 1.8;
    font-weight: 700;
    color: #f0f0f0;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.00)),
        #0b0b0b;
}

/* 左の細い強調ライン */
.sal .select-rank2__body::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: currentColor;
    opacity: 0.9;
}

/* =========================
   A
========================= */
.sal .select-rank2-a{
    border-color: rgba(198,137,41,0.34);
    box-shadow:
        0 0 0 1px rgba(255,185,90,0.04) inset,
        0 0 18px rgba(198,137,41,0.10);
}

.sal .select-rank2-a .select-rank2__head{
    background:
        linear-gradient(90deg, rgba(198,137,41,0.12), rgba(198,137,41,0.03)),
        rgba(255,255,255,0.02);
}

.sal .select-rank2-a .select-rank2__letter{
    background: #d29735;
    color: #111;
    border-right: 2px solid #6a4310;
    border-bottom: 2px solid #6a4310;
}

.sal .select-rank2-a .select-rank2__title{
    color: #ffe0a7;
    background: #3a2407;
}

.sal .select-rank2-a .select-rank2__body{
    color: #fff0d1;
}

.sal .select-rank2-a .select-rank2__body::before{
    background: #d29735;
}

/* =========================
   B
========================= */
.sal .select-rank2-b{
    border-color: rgba(169,103,18,0.30);
    box-shadow:
        0 0 0 1px rgba(255,153,34,0.03) inset,
        0 0 14px rgba(169,103,18,0.08);
}

.sal .select-rank2-b .select-rank2__head{
    background:
        linear-gradient(90deg, rgba(169,103,18,0.12), rgba(169,103,18,0.03)),
        rgba(255,255,255,0.02);
}

.sal .select-rank2-b .select-rank2__letter{
    background: #b66a18;
    color: #111;
    border-right: 2px solid #5d2d00;
    border-bottom: 2px solid #5d2d00;
}

.sal .select-rank2-b .select-rank2__title{
    color: #ffd29a;
    background: #341803;
}

.sal .select-rank2-b .select-rank2__body{
    color: #ffe0bb;
}

.sal .select-rank2-b .select-rank2__body::before{
    background: #b66a18;
}

/* =========================
   C
========================= */
.sal .select-rank2-c{
    border-color: rgba(88,108,132,0.30);
    box-shadow:
        0 0 0 1px rgba(132,151,173,0.03) inset,
        0 0 14px rgba(88,108,132,0.08);
}

.sal .select-rank2-c .select-rank2__head{
    background:
        linear-gradient(90deg, rgba(88,108,132,0.13), rgba(88,108,132,0.03)),
        rgba(255,255,255,0.02);
}

.sal .select-rank2-c .select-rank2__letter{
    background: #73879c;
    color: #0f1a25;
    border-right: 2px solid #334252;
    border-bottom: 2px solid #334252;
}

.sal .select-rank2-c .select-rank2__title{
    color: #d9e3ec;
    background: #1b2733;
}

.sal .select-rank2-c .select-rank2__body{
    color: #d4deea;
}

.sal .select-rank2-c .select-rank2__body::before{
    background: #73879c;
}

@media screen and (max-width: 768px){
    .sal .select-rank2__head{
        min-height: 56px;
        padding-right: 10px;
    }

    .sal .select-rank2__letter{
        width: 48px;
        min-width: 48px;
        height: 48px;
        font-size: 2.3rem;
    }

    .sal .select-rank2__title{
        min-height: 38px;
        padding: 0 12px;
        font-size: 1.8rem;
        white-space: normal;
    }

    .sal .select-rank2__title::after{
        width: 12px;
        right: -12px;
    }

    .sal .select-rank2__body{
        padding: 14px 12px 14px 14px;
    }
}

/* =========================================
   FV v2
========================================= */
.sal .dgr-fv2{
    position: relative;
    width: 100%;
    padding: 48px 16px 56px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    isolation: isolate;
}

.sal .dgr-fv2__overlay{
    position: absolute;
    inset: 0;
    z-index: 1;
}

.sal .dgr-fv2__glow{
    position: absolute;
    border-radius: 50%;
    filter: blur(24px);
    z-index: 1;
    pointer-events: none;
}

.sal .dgr-fv2__glow--1{
    top: -8%;
    left: -6%;
    width: min(42vw, 580px);
    height: min(42vw, 580px);
    background: radial-gradient(circle, rgba(255,140,0,0.16) 0%, rgba(255,140,0,0.06) 38%, rgba(255,140,0,0) 72%);
}

.sal .dgr-fv2__glow--2{
    right: -6%;
    bottom: -12%;
    width: min(34vw, 500px);
    height: min(34vw, 500px);
    background: radial-gradient(circle, rgba(255,180,84,0.12) 0%, rgba(255,140,0,0.05) 40%, rgba(255,140,0,0) 72%);
}

.sal .dgr-fv2__inner{
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
}

/* 上段 */
.sal .dgr-fv2__top{
    text-align: center;
    margin-bottom: 34px;
}

.sal .dgr-fv2__logoarea{
    margin-bottom: 14px;
}

.sal .dgr-fv2__logo{
    width: min(360px, 72vw);
    height: auto;
    filter:
        drop-shadow(0 0 16px rgba(255,140,0,0.22))
        drop-shadow(0 0 28px rgba(0,0,0,0.48));
}
.sal .dgr-fv2__title-sub{
    margin: 0;
    font-size: clamp(4rem, 7vw, 7rem);
    line-height: 1.12;
    font-weight: 900;
    color: #fff;
    text-shadow:
        0 0 10px rgba(255,255,255,0.10),
        0 0 18px rgba(0,0,0,0.36);
}

.sal .dgr-fv2__title-main{
    margin: 6px 0 0;
    font-size: clamp(6rem, 10vw, 10rem);
    line-height: 1;
    font-weight: 900;
    color: #ff980f;
    text-shadow:
        0 0 14px rgba(255,140,0,0.38),
        0 0 34px rgba(255,140,0,0.20);
}

/* 下段 */
.sal .dgr-fv2__bottom{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

/* 左下 */
.sal .dgr-fv2__left,
.sal .dgr-fv2__right{
    min-width: 0;
}

.sal .dgr-fv2__statement{
    height: 100%;
    padding: 26px 22px;
    background:
        linear-gradient(180deg, rgba(9,9,9,0.90), rgba(0,0,0,0.96));
    border: 1px solid rgba(255,140,0,0.28);
    box-shadow:
        0 0 14px rgba(255,140,0,0.10),
        inset 0 0 0 1px rgba(255,255,255,0.03);
}

.sal .dgr-fv2__statement-small{
    margin: 0 0 12px;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.5;
    font-weight: 800;
    color: #fff;
}

.sal .dgr-fv2__statement-main{
    margin: 0;
    font-size: clamp(3rem, 5vw, 4.8rem);
    line-height: 1.55;
    font-weight: 900;
    color: #fff2db;
}

.sal .dgr-fv2__num{
    display: inline-block;
    font-size: 1.35em;
    line-height: 1;
    color: #ff980f;
    text-shadow:
        0 0 10px rgba(255,140,0,0.28),
        0 0 22px rgba(255,140,0,0.16);
}

.sal .dgr-fv2__strong{
    color: #ff6e1f;
    text-shadow:
        0 0 10px rgba(255,140,0,0.18),
        0 0 18px rgba(255,140,0,0.10);
}

/* 右下 映画予告カード */
.sal .dgr-fv2__moviecard{
    height: 100%;
    padding: 24px 22px 26px;
    background:
        linear-gradient(180deg, rgba(5,5,5,0.92), rgba(0,0,0,0.98));
    border-top: 2px solid #ffb347;
    border-bottom: 2px solid #ff8c00;
    border-left: 1px solid rgba(255,140,0,0.28);
    border-right: 1px solid rgba(255,140,0,0.28);
    box-shadow:
        0 0 16px rgba(255,140,0,0.10),
        0 0 30px rgba(0,0,0,0.26);
}

.sal .dgr-fv2__teaser{
    margin: 0 0 14px;
    font-size: clamp(1.8rem, 2.5vw, 2.3rem);
    line-height: 1.8;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
}

.sal .dgr-fv2__teaser span{
    display: inline-block;
    opacity: 0;
    animation: dgrTeaserBlink 3.2s infinite;
}

.sal .dgr-fv2__teaser--1 span:nth-child(1){ animation-delay: 0.00s; }
.sal .dgr-fv2__teaser--1 span:nth-child(2){ animation-delay: 0.05s; }
.sal .dgr-fv2__teaser--1 span:nth-child(3){ animation-delay: 0.10s; }
.sal .dgr-fv2__teaser--1 span:nth-child(4){ animation-delay: 0.15s; }
.sal .dgr-fv2__teaser--1 span:nth-child(5){ animation-delay: 0.20s; }
.sal .dgr-fv2__teaser--1 span:nth-child(6){ animation-delay: 0.25s; }
.sal .dgr-fv2__teaser--1 span:nth-child(7){ animation-delay: 0.30s; }
.sal .dgr-fv2__teaser--1 span:nth-child(8){ animation-delay: 0.35s; }
.sal .dgr-fv2__teaser--1 span:nth-child(9){ animation-delay: 0.40s; }
.sal .dgr-fv2__teaser--1 span:nth-child(10){ animation-delay: 0.45s; }
.sal .dgr-fv2__teaser--1 span:nth-child(11){ animation-delay: 0.50s; }
.sal .dgr-fv2__teaser--1 span:nth-child(12){ animation-delay: 0.55s; }
.sal .dgr-fv2__teaser--1 span:nth-child(13){ animation-delay: 0.60s; }
.sal .dgr-fv2__teaser--1 span:nth-child(14){ animation-delay: 0.65s; }

.sal .dgr-fv2__teaser--2 span:nth-child(1){ animation-delay: 0.90s; }
.sal .dgr-fv2__teaser--2 span:nth-child(2){ animation-delay: 0.95s; }
.sal .dgr-fv2__teaser--2 span:nth-child(3){ animation-delay: 1.00s; }
.sal .dgr-fv2__teaser--2 span:nth-child(4){ animation-delay: 1.05s; }
.sal .dgr-fv2__teaser--2 span:nth-child(5){ animation-delay: 1.10s; }
.sal .dgr-fv2__teaser--2 span:nth-child(6){ animation-delay: 1.15s; }
.sal .dgr-fv2__teaser--2 span:nth-child(7){ animation-delay: 1.20s; }
.sal .dgr-fv2__teaser--2 span:nth-child(8){ animation-delay: 1.25s; }
.sal .dgr-fv2__teaser--2 span:nth-child(9){ animation-delay: 1.30s; }
.sal .dgr-fv2__teaser--2 span:nth-child(10){ animation-delay: 1.35s; }
.sal .dgr-fv2__teaser--2 span:nth-child(11){ animation-delay: 1.40s; }
.sal .dgr-fv2__teaser--2 span:nth-child(12){ animation-delay: 1.45s; }

.sal .dgr-fv2__answer{
    margin: 22px 0 0;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 1.65;
    font-weight: 800;
    color: #fff;
}

.sal .dgr-fv2__answer span{
    display: inline-block;
    margin-top: 6px;
    font-size: 1.12em;
    font-weight: 900;
    text-shadow:
        0 0 10px rgba(255,140,0,0.14),
        0 0 22px rgba(255,140,0,0.10);
}

/* アニメーション */
@keyframes dgrTeaserBlink{
    0%, 18%, 100%{
        opacity: 0;
        filter: brightness(0.9);
    }
    22%, 82%{
        opacity: 1;
        filter: brightness(1.02);
    }
}

/* SP */
@media screen and (max-width: 900px){
    .sal .dgr-fv2__bottom{
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .sal .dgr-fv2__logo{
        width: min(280px, 68vw);
    }
}

@media screen and (max-width: 768px){
    .sal .dgr-fv2{
        padding: 34px 12px 40px;
    }

    .sal .dgr-fv2__top{
        margin-bottom: 24px;
    }

    .sal .dgr-fv2__statement,
    .sal .dgr-fv2__moviecard{
        padding: 18px 14px 20px;
    }

    .sal .dgr-fv2__answer{
        margin-top: 16px;
    }
}
/* =========================================
   FV 強化版
========================================= */

/* ロゴを大きく */
.sal .dgr-fv2__logo {
    width: min(430px, 78vw);
    height: auto;
    filter:
        drop-shadow(0 0 18px rgba(255, 180, 60, 0.20))
        drop-shadow(0 0 30px rgba(255, 140, 0, 0.18))
        drop-shadow(0 0 44px rgba(0, 0, 0, 0.56));
    animation: dgrLogoRumble 4.6s infinite ease-in-out;
    transform-origin: center center;
}

/* ロゴの地鳴りっぽい揺れ */
@keyframes dgrLogoRumble {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    8% {
        transform: translate3d(-1px, 0, 0) scale(1.01);
    }
    10% {
        transform: translate3d(2px, 1px, 0) scale(1.02);
    }
    12% {
        transform: translate3d(-2px, -1px, 0) scale(1.03);
    }
    14% {
        transform: translate3d(1px, 0, 0) scale(1.02);
    }
    16% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    42% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    46% {
        transform: translate3d(-1px, 1px, 0) scale(1.015);
    }
    48% {
        transform: translate3d(2px, -1px, 0) scale(1.03);
    }
    50% {
        transform: translate3d(-2px, 1px, 0) scale(1.05);
    }
    52% {
        transform: translate3d(1px, 0, 0) scale(1.025);
    }
    54% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

/* タイトル周りを少しまとめて揺らす */
.sal .dgr-fv2__titlearea {
    animation: dgrTitleRumble 5.2s infinite ease-in-out;
    transform-origin: center center;
}

@keyframes dgrTitleRumble {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    18% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    20% {
        transform: translate3d(-1px, 0, 0) scale(1.01);
    }
    22% {
        transform: translate3d(1px, 1px, 0) scale(1.02);
    }
    24% {
        transform: translate3d(-1px, -1px, 0) scale(1.015);
    }
    26% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    70% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    73% {
        transform: translate3d(1px, 0, 0) scale(1.015);
    }
    76% {
        transform: translate3d(-1px, 1px, 0) scale(1.025);
    }
    79% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

/* 大逆転グランプリ */
.sal .dgr-fv2__title-sub {
    text-shadow:
        0 0 10px rgba(255, 255, 255, 0.12),
        0 0 20px rgba(255, 255, 255, 0.06),
        0 0 28px rgba(255, 140, 0, 0.05);
    animation: dgrNeonWhite 3.4s infinite ease-in-out;
}

/* 開幕 */
.sal .dgr-fv2__title-main {
    text-shadow:
        0 0 10px rgba(255, 140, 0, 0.28),
        0 0 20px rgba(255, 140, 0, 0.18),
        0 0 40px rgba(255, 140, 0, 0.10);
    animation: dgrNeonOrange 2.6s infinite ease-in-out;
}

@keyframes dgrNeonWhite {
    0%, 100% {
        opacity: 1;
        filter: brightness(1);
        text-shadow:
            0 0 10px rgba(255, 255, 255, 0.12),
            0 0 20px rgba(255, 255, 255, 0.06),
            0 0 28px rgba(255, 140, 0, 0.05);
    }
    18% {
        opacity: 0.96;
    }
    19% {
        opacity: 0.78;
        filter: brightness(1.06);
    }
    20% {
        opacity: 1;
        filter: brightness(1.16);
        text-shadow:
            0 0 12px rgba(255, 255, 255, 0.22),
            0 0 24px rgba(255, 255, 255, 0.12),
            0 0 38px rgba(255, 140, 0, 0.10);
    }
    48% {
        opacity: 1;
    }
    49% {
        opacity: 0.86;
    }
    50% {
        opacity: 1;
        filter: brightness(1.12);
    }
}

@keyframes dgrNeonOrange {
    0%, 100% {
        opacity: 1;
        filter: brightness(1);
        text-shadow:
            0 0 10px rgba(255, 140, 0, 0.28),
            0 0 20px rgba(255, 140, 0, 0.18),
            0 0 40px rgba(255, 140, 0, 0.10);
    }
    8% {
        opacity: 0.92;
    }
    10% {
        opacity: 1;
        filter: brightness(1.22);
        text-shadow:
            0 0 14px rgba(255, 180, 60, 0.48),
            0 0 28px rgba(255, 140, 0, 0.28),
            0 0 50px rgba(255, 140, 0, 0.16);
    }
    12% {
        opacity: 0.88;
    }
    14% {
        opacity: 1;
    }
    58% {
        opacity: 1;
    }
    60% {
        opacity: 0.9;
        filter: brightness(1.18);
    }
    62% {
        opacity: 1;
    }
}

/* 下段ボックスを下に向かって透過 */
.sal .dgr-fv2__statement,
.sal .dgr-fv2__moviecard {
    position: relative;
    background: linear-gradient(
        180deg,
        rgba(5, 5, 5, 0.92) 0%,
        rgba(5, 5, 5, 0.80) 45%,
        rgba(5, 5, 5, 0.46) 78%,
        rgba(5, 5, 5, 0.06) 100%
    );
    border-top: 1px solid rgba(255, 140, 0, 0.34);
    border-right: 1px solid rgba(255, 140, 0, 0.18);
    border-left: 1px solid rgba(255, 140, 0, 0.18);
    border-bottom: none;
    box-shadow:
        0 0 14px rgba(255, 140, 0, 0.06),
        inset 0 0 0 1px rgba(255, 255, 255, 0.02);
    overflow: hidden;
}

/* ほんの少し質感追加 */
.sal .dgr-fv2__statement::before,
.sal .dgr-fv2__moviecard::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.03) 0%, transparent 22%, transparent 100%);
    pointer-events: none;
}

/* 下段文言を中央揃え */
.sal .dgr-fv2__statement,
.sal .dgr-fv2__moviecard {
    text-align: center;
}

/* 左ボックス文字装飾 */
.sal .dgr-fv2__statement-small {
    margin: 0 0 14px;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.5;
    font-weight: 800;
    color: #fff;
    text-shadow:
        0 0 8px rgba(0, 0, 0, 0.45),
        0 0 10px rgba(255, 140, 0, 0.05);
    animation: dgrFadeLift 1.2s ease-out both;
}

.sal .dgr-fv2__statement-main {
    margin: 0;
    font-size: clamp(3.2rem, 5vw, 5.2rem);
    line-height: 1.45;
    font-weight: 900;
    color: #fff2db;
    text-shadow:
        0 0 10px rgba(0, 0, 0, 0.55),
        0 0 16px rgba(255, 140, 0, 0.06);
    animation: dgrFadeLift 1.5s ease-out both;
}

.sal .dgr-fv2__num {
    display: inline-block;
    font-size: 1.42em;
    line-height: 1;
    color: #ff980f;
    text-shadow:
        0 0 10px rgba(255, 140, 0, 0.34),
        0 0 22px rgba(255, 140, 0, 0.18),
        0 0 36px rgba(255, 140, 0, 0.12);
    animation: dgrPulseNum 2.2s infinite ease-in-out;
}

.sal .dgr-fv2__strong {
    color: #ff6e1f;
    text-shadow:
        0 0 10px rgba(255, 180, 70, 0.18),
        0 0 18px rgba(255, 140, 0, 0.10);
    animation: dgrGlowWord 2.8s infinite ease-in-out;
}

/* 右ボックス文字装飾 */
.sal .dgr-fv2__teaser {
    margin: 0 0 14px;
    font-size: clamp(1.8rem, 2.5vw, 2.3rem);
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.48);
    text-align: center;
}

.sal .dgr-fv2__teaser span {
    display: inline-block;
    opacity: 0;
    animation: dgrTeaserBlink 3.2s infinite;
}

.sal .dgr-fv2__answer {
    margin: 22px 0 0;
    font-size: clamp(2.6rem, 4vw, 3.0rem);
    line-height: 1.62;
    font-weight: 800;
    text-align: center;
    text-shadow:
        0 0 10px rgba(0, 0, 0, 0.52),
        0 0 18px rgba(255, 140, 0, 0.05);
    animation: dgrFadeLift 1.8s ease-out both;
}

.sal .dgr-fv2__answer span {
    display: inline-block;
    margin-top: 8px;
    font-size: 1.12em;
    font-weight: 900;
    text-shadow:
        0 0 10px rgba(255, 180, 70, 0.16),
        0 0 22px rgba(255, 140, 0, 0.12);
    animation: dgrAnswerGlow 2.6s infinite ease-in-out;
}

/* 下段の軽いアニメ */
@keyframes dgrFadeLift {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dgrPulseNum {
    0%, 100% {
        transform: scale(1);
        filter: brightness(1);
    }
    50% {
        transform: scale(1.06);
        filter: brightness(1.14);
    }
}

@keyframes dgrGlowWord {
    0%, 100% {
        filter: brightness(1);
        text-shadow:
            0 0 10px rgba(255, 180, 70, 0.18),
            0 0 18px rgba(255, 140, 0, 0.10);
    }
    50% {
        filter: brightness(1.1);
        text-shadow:
            0 0 12px rgba(255, 200, 120, 0.30),
            0 0 24px rgba(255, 140, 0, 0.16);
    }
}

@keyframes dgrAnswerGlow {
    0%, 100% {
        filter: brightness(1);
        text-shadow:
            0 0 10px rgba(255, 180, 70, 0.16),
            0 0 22px rgba(255, 140, 0, 0.12);
    }
    50% {
        filter: brightness(1.14);
        text-shadow:
            0 0 14px rgba(255, 220, 150, 0.24),
            0 0 30px rgba(255, 140, 0, 0.18);
    }
}

/* SPは少し抑える */
@media screen and (max-width: 900px) {
    .sal .dgr-fv2__logo {
        width: min(320px, 74vw);
    }
}

@media screen and (max-width: 768px) {
    .sal .dgr-fv2__statement-main {
        font-size: clamp(2.8rem, 6vw, 4rem);
        line-height: 1.5;
    }

    .sal .dgr-fv2__answer {
        font-size: clamp(2.3rem, 5.2vw, 3.2rem);
    }
}