@charset "UTF-8";

/* =========================================================
   wg.css
   WATER GUARDIANS × せんたく便 LIFF キャンペーン LP
   ========================================================= */

:root {
    --wg-blue: #1a4ec2;
    --wg-blue-dark: #0c2a6a;
    --wg-orange: #f05a28;
    --wg-orange-light: #ff7a4d;
    --wg-yellow: #ffd200;
    --wg-yellow-soft: #fff3b0;
    --wg-line: #00b900;
    --wg-line-dark: #009900;
    --wg-text: #1c2540;
    --wg-text-sub: #4a5573;
    --wg-border: #d7dfee;
    --wg-bg-soft: #f6f9ff;
    --wg-radius: 12px;
    --wg-container: 720px;
    --wg-image-max: 1200px;
    --wg-font: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
    --wg-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --wg-shadow-soft: 0 8px 32px rgba(12, 42, 106, 0.12);
    --wg-shadow-img: 0 12px 40px rgba(12, 42, 106, 0.18);
}

.wg-body {
    font-family: var(--wg-font);
    font-size: 16px;
    line-height: 1.7;
    color: var(--wg-text);
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

/* ---------- 共通ヘッダー・フッターとの統合 ---------- */
body.page-wg-campaign {
    padding-top: 150px;
    scroll-padding-top: 160px;
}

/* .wg-body の line-height 等が共通ヘッダーに継承されないよう遮断 */
body.page-wg-campaign #header {
    font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    line-height: normal;
}

body.page-wg-campaign #header .inner {
    height: auto;
    min-height: 103px;
}

body.page-wg-campaign #header .pc p,
body.page-wg-campaign #header .pc p a {
    line-height: normal;
}

/* wg.css の img 指定が #header 内レイアウトを崩さないよう復元 */
body.page-wg-campaign #header .h1_pc img {
    display: inline-table;
    float: left;
    max-height: 60px;
    max-width: none;
    width: auto;
    height: auto;
}

body.page-wg-campaign #header .h1_sp img {
    display: inline-table;
    max-width: none;
    width: 100% !important;
    height: auto;
}

body.page-wg-campaign #header .pc img {
    display: block;
    width: 100%;
    max-width: 252px;
    height: auto;
}

body.page-wg-campaign #header #menu_button img,
body.page-wg-campaign #header .tel_button img {
    display: inline;
    max-width: none;
    width: auto;
    height: 25px;
}

body.page-wg-campaign #contents {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

body.page-wg-campaign #contents #main {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.page-wg-campaign #contents #main .wg-lp h2,
body.page-wg-campaign #contents #main .wg-block h2 {
    font-family: var(--wg-font);
    font-weight: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    clear: none;
    overflow: visible;
}

body.page-wg-campaign #contents #main .wg-lp h2::before,
body.page-wg-campaign #contents #main .wg-block h2::before {
    content: none !important;
    display: none !important;
}

body.page-wg-campaign #contents #main .wg-lp h2.wg-form__title {
    margin: 0 0 8px;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    background: transparent;
}

/* 本サイト共通CSS（pc.css / sp.css）の干渉をリセット */
body.page-wg-campaign #contents #main .wg-lp p,
body.page-wg-campaign #contents #main .wg-block p,
body.page-wg-campaign #contents #main .wg-loading p,
body.page-wg-campaign #contents #main .wg-error p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

body.page-wg-campaign #contents #main .wg-lp p.wg-lp__period,
body.page-wg-campaign #contents #main .wg-block p.wg-block__period {
    color: #fff;
}

body.page-wg-campaign #contents #main .wg-lp ul,
body.page-wg-campaign #contents #main .wg-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.page-wg-campaign #contents #main .wg-lp ul li,
body.page-wg-campaign #contents #main .wg-block ul li,
body.page-wg-campaign #contents #main .wg-lp ol li,
body.page-wg-campaign #contents #main .wg-block ol li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.page-wg-campaign #contents #main .wg-form fieldset {
    margin: 0;
    padding: 0;
    border: none;
    min-width: 0;
}

body.page-wg-campaign #contents #main .wg-form label {
    margin: 0;
    font-weight: inherit;
}

body.page-wg-campaign #contents #main .wg-form input[type="text"],
body.page-wg-campaign #contents #main .wg-form input[type="email"],
body.page-wg-campaign #contents #main .wg-form textarea {
    width: 100%;
    margin: 0;
    display: block;
    float: none;
}

body.page-wg-campaign #contents #main .wg-form input[type="radio"] {
    width: auto;
    height: auto;
    margin: 0;
    float: none;
    display: inline-block;
    font-size: inherit;
    vertical-align: middle;
}

body.page-wg-campaign #contents #main .wg-form button {
    margin: 0;
    font-family: inherit;
}

body.page-wg-campaign #contents #main .wg-lp strong,
body.page-wg-campaign #contents #main .wg-block strong {
    font-weight: 700;
}

@media screen and (max-width: 736px) {
    body.page-wg-campaign {
        padding-top: 53px;
    }

    body.page-wg-campaign #header .inner {
        min-height: 0;
        height: auto;
    }
}

.wg-lp img,
.wg-block img,
.wg-loading img,
.wg-error img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* display:grid 等が [hidden] を上書きしないよう明示 */
.wg-loading[hidden],
.wg-error[hidden],
.wg-block[hidden],
.wg-lp[hidden] {
    display: none !important;
}

/* ---------- Loading ---------- */
.wg-loading {
    display: grid;
    place-items: center;
    gap: 16px;
    min-height: 100vh;
    padding: 24px;
}

.wg-loading__spinner {
    width: 40px;
    height: 40px;
    border: 3px solid var(--wg-border);
    border-top-color: var(--wg-blue);
    border-radius: 50%;
    animation: wg-spin 0.8s linear infinite;
}

@keyframes wg-spin {
    to { transform: rotate(360deg); }
}

.wg-loading__text {
    margin: 0;
    color: var(--wg-text-sub);
}

/* ---------- Error ---------- */
.wg-error {
    display: grid;
    place-items: center;
    min-height: 100vh;
    padding: 24px;
}

.wg-error__inner {
    max-width: 480px;
    padding: 32px;
    text-align: center;
    border: 1px solid var(--wg-border);
    border-radius: var(--wg-radius);
    background: var(--wg-bg-soft);
}

.wg-error__title {
    margin: 0 0 12px;
    font-size: 1.125rem;
    font-weight: 700;
}

.wg-error__message {
    margin: 0;
    color: var(--wg-text-sub);
}

/* ---------- Block (非友だち) ---------- */
.wg-block {
    min-height: 100vh;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 210, 0, 0.35) 0%, transparent 55%),
        linear-gradient(180deg, #fff9e6 0%, #fff 40%);
}

.wg-block__inner {
    max-width: var(--wg-image-max);
    margin: 0 auto;
    padding: 24px 16px 40px;
    display: grid;
    gap: 24px;
}

.wg-block__catch {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--wg-orange);
    text-align: center;
    text-shadow: 0 2px 12px rgba(240, 90, 40, 0.2);
}

.wg-block__catch-sub {
    margin: 4px 0 0;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.wg-block__banner {
    position: relative;
    overflow: hidden;
    padding: 10px 16px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, var(--wg-blue) 0%, #2563eb 50%, var(--wg-blue-dark) 100%);
    border-radius: var(--wg-radius);
    box-shadow: var(--wg-shadow-soft);
    display: grid;
    gap: 6px;
    justify-items: center;
}

.wg-block__status-badge {
    display: inline-block;
    padding: 2px 12px;
    font-size: 0.6875rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: var(--wg-blue-dark);
    background: var(--wg-yellow);
    border-radius: 999px;
}

.wg-block__offer {
    display: grid;
    gap: 8px;
    text-align: center;
}

.wg-block__offer-lead {
    margin: 0;
    font-size: 1rem;
}

.wg-block__offer-prize {
    margin: 0;
    display: inline-block;
    padding: 6px 20px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--wg-orange) 0%, var(--wg-orange-light) 100%);
    border-radius: 999px;
    box-shadow: 0 4px 16px rgba(240, 90, 40, 0.35);
}

.wg-block__offer-lottery {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
}

.wg-block__offer-num {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--wg-orange);
    line-height: 1;
}

.wg-block__steps {
    display: grid;
    gap: 20px;
    padding: 24px;
    background: #fff;
    border: 2px solid var(--wg-yellow);
    border-radius: var(--wg-radius);
    box-shadow: var(--wg-shadow-soft);
}

.wg-block__steps-title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
}

.wg-block__step-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 16px;
}

.wg-block__step {
    display: grid;
    gap: 6px;
}

.wg-block__step-label {
    display: inline-block;
    padding: 2px 10px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    background: var(--wg-blue);
    border-radius: 4px;
    width: fit-content;
}

.wg-block__step p {
    margin: 0;
    font-size: 0.9375rem;
}

.wg-block__qr-area {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding-top: 8px;
    border-top: 1px dashed var(--wg-border);
}

.wg-block__period {
    margin: 0;
    padding: 12px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    border-radius: 6px;
    letter-spacing: 0.04em;
}

/* ---------- LP本体 ---------- */
.wg-lp {
    display: grid;
    gap: 0;
    overflow-x: clip;
}

.wg-lp__header {
    position: relative;
    padding: 16px;
    background: var(--wg-yellow);
    overflow: hidden;
}

.wg-lp__header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 8px,
        rgba(255, 255, 255, 0.12) 8px,
        rgba(255, 255, 255, 0.12) 16px
    );
    pointer-events: none;
}

.wg-lp__header-inner {
    position: relative;
    z-index: 1;
    max-width: var(--wg-image-max);
    margin: 0 auto;
}

.wg-lp__logos--pc {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.wg-lp__logo-wg {
    font-size: 1.25rem;
    font-weight: 900;
    font-style: italic;
    color: var(--wg-blue-dark);
}

.wg-lp__logo-x {
    font-size: 1.5rem;
    font-weight: 700;
}

.wg-lp__logo-sp {
    margin: 0 auto;
}

.wg-lp__visual {
    max-width: var(--wg-image-max);
    margin: 0 auto;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}

.wg-lp__hero {
    position: relative;
    line-height: 0;
    padding: 0;
}

.wg-lp__hero-glow {
    position: absolute;
    inset: 8% 5% auto;
    height: 60%;
    background: radial-gradient(ellipse at center, rgba(255, 210, 0, 0.45) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.wg-lp__sparkles {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

.wg-sparkle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--wg-yellow);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(255, 210, 0, 0.8);
}

.wg-sparkle::before,
.wg-sparkle::after {
    content: "";
    position: absolute;
    background: inherit;
    border-radius: inherit;
}

.wg-sparkle::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wg-sparkle::after {
    width: 2px;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wg-sparkle--1 { top: 12%; left: 8%; }
.wg-sparkle--2 { top: 22%; right: 10%; width: 5px; height: 5px; }
.wg-sparkle--3 { bottom: 28%; left: 14%; width: 4px; height: 4px; }
.wg-sparkle--4 { bottom: 18%; right: 16%; }
.wg-sparkle--5 { top: 45%; right: 6%; width: 4px; height: 4px; }

.wg-lp__media {
    position: relative;
    z-index: 1;
    display: block;
    max-width: var(--wg-image-max);
    margin: 0 auto;
    border-radius: var(--wg-radius);
    overflow: hidden;
    box-shadow: var(--wg-shadow-img);
}

.wg-lp__mv {
    width: 100%;
    max-width: var(--wg-image-max);
}

.wg-lp__intro {
    padding: 36px 0 24px;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 210, 0, 0.2) 0%, transparent 60%),
        linear-gradient(180deg, #fff9e6 0%, #fff 100%);
}

.wg-lp__intro-inner {
    display: grid;
    gap: 20px;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.wg-lp__catch-group {
    display: grid;
    gap: 6px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(255, 210, 0, 0.5);
}

.wg-lp__catch {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--wg-orange);
    text-shadow: 0 2px 16px rgba(240, 90, 40, 0.2);
    letter-spacing: 0.04em;
    line-height: 1.35;
}

.wg-lp__catch-sub {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--wg-text);
    letter-spacing: 0.02em;
}

body.page-wg-campaign #contents #main .wg-lp h1.wg-lp__title {
    position: relative;
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 14px 20px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff !important;
    background: linear-gradient(135deg, var(--wg-blue) 0%, #2563eb 55%, var(--wg-blue-dark) 100%) !important;
    border-radius: var(--wg-radius);
    box-shadow: var(--wg-shadow-soft);
    overflow: hidden;
    clear: none;
}

.wg-lp__title-badge {
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
    padding: 2px 12px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--wg-blue-dark);
    background: var(--wg-yellow);
    border-radius: 999px;
}

.wg-lp__status-badge {
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
    padding: 3px 14px;
    font-size: 0.6875rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: #fff;
    background: linear-gradient(135deg, var(--wg-orange) 0%, #e53935 100%);
    border-radius: 999px;
    box-shadow: 0 2px 12px rgba(240, 90, 40, 0.45);
}

.wg-lp__title::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    pointer-events: none;
}

.wg-lp__lead-card {
    max-width: var(--wg-image-max);
    margin: 0 auto;
    width: 100%;
}

.wg-lp__lead-card--prize {
    position: relative;
    border-radius: var(--wg-radius);
    overflow: hidden;
}

.wg-lp__lead-card-shine {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        105deg,
        transparent 40%,
        rgba(255, 255, 255, 0.35) 50%,
        transparent 60%
    );
    transform: translateX(-100%);
}

.wg-lp__lead-card--prize::before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: 0;
    border-radius: calc(var(--wg-radius) + 2px);
    background: linear-gradient(135deg, var(--wg-yellow) 0%, var(--wg-orange) 50%, var(--wg-yellow) 100%);
    background-size: 200% 200%;
}

.wg-lp__lead-card--prize .wg-lp__lead-img {
    position: relative;
    z-index: 1;
    border-radius: var(--wg-radius);
}

.wg-lp__lead-img {
    width: 100%;
    display: block;
}

/* ---------- LINE友だち追加 CTA（共通） ---------- */
.wg-line-cta {
    display: grid;
    justify-items: center;
    gap: 16px;
    text-align: center;
}

.wg-line-cta__label,
.wg-line-cta__heading {
    margin: 0;
    padding: 6px 20px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    background: var(--wg-line);
    border-radius: 6px;
}

.wg-line-cta__heading {
    font-size: 0.9375rem;
}

.wg-line-cta__qr-wrap {
    display: grid;
    justify-items: center;
    gap: 10px;
}

.wg-line-cta__qr {
    width: 160px;
    height: 160px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 185, 0, 0.15);
}

.wg-line-cta__note {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--wg-text-sub);
    line-height: 1.5;
}

.wg-line-cta__btn-wrap {
    display: grid;
    justify-items: center;
}

.wg-line-cta__btn-link {
    display: inline-block;
    line-height: 0;
    transition: opacity 0.2s, transform 0.15s var(--wg-ease-out);
}

.wg-line-cta__btn-link:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.wg-line-cta__btn-link img {
    display: block;
    width: auto;
    height: 36px;
}

.wg-line-cta__hint {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--wg-text-sub);
    line-height: 1.5;
}

.wg-lp__line-cta {
    padding: 20px 18px;
    background: #fff;
    border: 2px solid var(--wg-line);
    border-radius: var(--wg-radius);
    box-shadow: 0 4px 20px rgba(0, 185, 0, 0.1);
}

.wg-line-cta--pulse {
    position: relative;
}

.wg-line-cta--pulse::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: calc(var(--wg-radius) + 4px);
    border: 2px solid rgba(0, 185, 0, 0.35);
    pointer-events: none;
}

/* モバイル: ボタン表示 / QR非表示 */
.wg-line-cta__qr-wrap {
    display: none;
}

.wg-line-cta__btn-wrap {
    display: grid;
}

.wg-lp__divider {
    color: #fff;
    line-height: 0;
    margin-top: -1px;
}

.wg-lp__divider svg {
    display: block;
    width: 100%;
    height: 32px;
}

.wg-lp__period {
    max-width: var(--wg-image-max);
    margin: 0 auto;
    padding: 14px 16px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 8px;
    letter-spacing: 0.06em;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.wg-lp__period-label::after {
    content: "\3000";
}

.wg-lp__period-dates {
    display: inline;
}

.wg-lp__form-section {
    position: relative;
    padding: 40px 16px calc(56px + 80px);
    background:
        radial-gradient(ellipse at 50% 0%, rgba(26, 78, 194, 0.06) 0%, transparent 50%),
        var(--wg-bg-soft);
}

.wg-lp__form-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(120px, 30%);
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--wg-yellow), transparent);
    border-radius: 2px;
}

.wg-lp__form-inner {
    max-width: var(--wg-container);
    margin: 0 auto;
}

@media (min-width: 768px) {
    .wg-block__steps {
        grid-template-columns: 1fr auto;
        align-items: start;
    }

    .wg-block__step-list {
        grid-column: 1;
    }

    .wg-block__qr-area {
        grid-column: 2;
        grid-row: 1 / span 2;
        border-top: none;
        padding-top: 0;
        padding-left: 24px;
        border-left: 1px dashed var(--wg-border);
    }

    /* デスクトップ: QR表示 / ボタン非表示 */
    .wg-line-cta__qr-wrap {
        display: grid;
    }

    .wg-line-cta__btn-wrap {
        display: none;
    }

    .wg-line-cta__qr {
        width: 180px;
        height: 180px;
    }

    .wg-lp__logos--pc {
        display: flex;
    }

    .wg-lp__logo-sp {
        display: none;
    }

    .wg-lp__header {
        display: none;
    }

    .wg-lp__visual {
        padding-top: 8px;
    }

    .wg-lp__catch {
        font-size: 1.75rem;
    }

    body.page-wg-campaign #contents #main .wg-lp h1.wg-lp__title {
        font-size: 1.375rem;
    }

    .wg-lp__divider svg {
        height: 48px;
    }
}

/* ---------- Form ---------- */
.wg-form__title {
    margin: 0 0 8px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.04em;
}

.wg-form__title-text {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.wg-form__title-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 3px;
    background: linear-gradient(90deg, var(--wg-orange), var(--wg-yellow));
    border-radius: 2px;
}

body.page-wg-campaign #contents #main .wg-lp p.wg-form__lead {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 12px;
    margin: 0 0 32px;
    font-size: 0.9375rem;
    color: var(--wg-text-sub);
    text-align: center;
}

.wg-form__lead-time {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--wg-blue-dark);
    background: #fff;
    border: 1px solid var(--wg-border);
    border-radius: 999px;
}

.wg-form {
    display: grid;
    gap: 16px;
}

.wg-form__group {
    margin: 0;
    padding: 0;
    border: 1px solid var(--wg-border);
    border-radius: var(--wg-radius);
    background: #fff;
    display: grid;
    gap: 0;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(12, 42, 106, 0.06);
}

.wg-form__legend-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.wg-form__group-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: linear-gradient(90deg, #eef4ff 0%, #f8fafc 100%);
    border-bottom: 1px solid var(--wg-border);
}

.wg-form__group-body {
    display: grid;
    gap: 16px;
    padding: 16px;
}

.wg-form__legend-num {
    display: inline-grid;
    place-items: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0;
    background: linear-gradient(135deg, var(--wg-blue) 0%, #2563eb 100%);
    border-radius: 6px;
}

.wg-form__legend-text {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--wg-blue-dark);
    line-height: 1.4;
}

.wg-form__row {
    display: grid;
    gap: 16px;
}

.wg-form__field {
    display: grid;
    gap: 6px;
    scroll-margin-top: 80px;
    scroll-margin-bottom: 100px;
}

.wg-form__field--other {
    padding-top: 12px;
    border-top: 1px dashed var(--wg-border);
}

.wg-form__label {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.wg-form__label-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
}

.wg-form__label-main {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--wg-text);
    line-height: 1.5;
}

.wg-form__label-hint {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--wg-text-sub);
}

.wg-form__badge {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 2px 8px;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 4px;
    letter-spacing: 0.06em;
}

.wg-form__badge--required {
    color: #fff;
    background: #e53935;
}

.wg-form__badge--optional {
    color: var(--wg-text-sub);
    background: #eef2f8;
    border: 1px solid var(--wg-border);
}

.wg-form__note {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--wg-text-sub);
    font-weight: 400;
    line-height: 1.5;
}

.wg-form__input,
.wg-form__textarea {
    width: 100%;
    padding: 12px 14px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    color: var(--wg-text);
    background: #fafbfd;
    border: 1.5px solid var(--wg-border);
    border-radius: 10px;
    box-sizing: border-box;
    transition:
        border-color 0.2s,
        background-color 0.2s,
        box-shadow 0.2s;
}

.wg-form__input::placeholder,
.wg-form__textarea::placeholder {
    color: #a8b0c4;
}

.wg-form__input:hover,
.wg-form__textarea:hover {
    border-color: #b8c4dc;
    background: #fff;
}

.wg-form__input:focus,
.wg-form__textarea:focus {
    outline: none;
    border-color: var(--wg-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(26, 78, 194, 0.12);
}

.wg-form__field:has(.wg-form__error:not(:empty)) .wg-form__input,
.wg-form__field:has(.wg-form__error:not(:empty)) .wg-form__textarea {
    border-color: #e53935;
    background: #fff8f8;
    box-shadow: 0 0 0 4px rgba(229, 57, 53, 0.1);
}

.wg-form__input--short {
    max-width: 240px;
}

.wg-form__textarea {
    resize: vertical;
    min-height: 96px;
}

.wg-form__radio-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.wg-form__radio {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 12px 14px;
    font-size: 0.9375rem;
    font-weight: 700;
    cursor: pointer;
    background: #fafbfd;
    border: 1.5px solid var(--wg-border);
    border-radius: 10px;
    transition:
        border-color 0.2s,
        background-color 0.2s,
        box-shadow 0.2s;
}

.wg-form__radio input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}

.wg-form__radio-text {
    color: var(--wg-text);
}

.wg-form__radio:has(input:checked) {
    background: #eef4ff;
    border-color: var(--wg-blue);
    box-shadow: 0 0 0 3px rgba(26, 78, 194, 0.1);
}

.wg-form__radio:has(input:checked) .wg-form__radio-text {
    color: var(--wg-blue-dark);
}

.wg-form__radio:hover {
    border-color: #b8c4dc;
    background: #fff;
}

.wg-form__checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 10px 12px;
    font-size: 0.875rem;
    line-height: 1.5;
    cursor: pointer;
    background: #fafbfd;
    border: 1.5px solid var(--wg-border);
    border-radius: 10px;
    transition:
        border-color 0.2s,
        background-color 0.2s,
        box-shadow 0.2s;
}

body.page-wg-campaign #contents #main .wg-form .wg-form__checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    float: none;
    display: inline-grid;
    place-content: center;
    border: 2px solid #b8c4dc;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    vertical-align: middle;
    transition:
        border-color 0.2s,
        background-color 0.2s,
        box-shadow 0.2s;
}

body.page-wg-campaign #contents #main .wg-form .wg-form__checkbox input[type="checkbox"]::after {
    content: "";
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    margin-top: -2px;
    transition: transform 0.15s ease;
}

body.page-wg-campaign #contents #main .wg-form .wg-form__checkbox input[type="checkbox"]:checked {
    background: var(--wg-blue);
    border-color: var(--wg-blue);
}

body.page-wg-campaign #contents #main .wg-form .wg-form__checkbox input[type="checkbox"]:checked::after {
    transform: rotate(45deg) scale(1);
}

body.page-wg-campaign #contents #main .wg-form .wg-form__checkbox input[type="checkbox"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 78, 194, 0.2);
}

.wg-form__checkbox:has(input:checked) {
    background: #eef4ff;
    border-color: var(--wg-blue);
}

.wg-form__checkbox:hover {
    border-color: #b8c4dc;
    background: #fff;
}

.wg-form__checkbox-grid {
    display: grid;
    gap: 8px;
}

.wg-form__checkbox--agree {
    align-items: flex-start;
    padding: 14px;
    background: linear-gradient(135deg, #fafbfd 0%, #f6f9ff 100%);
    border: 1.5px solid var(--wg-border);
    border-left: 4px solid var(--wg-blue);
    border-radius: 10px;
}

body.page-wg-campaign #contents #main .wg-form .wg-form__checkbox--agree input[type="checkbox"] {
    margin-top: 0.125em;
}

.wg-form__checkbox--agree:has(input:checked) {
    background: linear-gradient(135deg, #eef4ff 0%, #f6f9ff 100%);
    border-color: var(--wg-blue);
    border-left-color: var(--wg-orange);
}

.wg-form__privacy-text {
    margin: 0;
    padding: 14px 16px;
    font-size: 0.8125rem;
    line-height: 1.7;
    color: var(--wg-text-sub);
    background: #f8fafc;
    border: 1px solid var(--wg-border);
    border-radius: 8px;
}

.wg-form__terms-box {
    max-height: 160px;
    padding: 16px 20px;
    overflow-y: auto;
    font-size: 0.8125rem;
    line-height: 1.7;
    color: var(--wg-text-sub);
    background: #f8fafc;
    border: 1px solid var(--wg-border);
    border-radius: 8px;
    -webkit-overflow-scrolling: touch;
}

.wg-form__terms-box:focus {
    outline: none;
    border-color: var(--wg-blue);
    box-shadow: 0 0 0 4px rgba(26, 78, 194, 0.12);
}

body.page-wg-campaign #contents #main .wg-form .wg-form__terms-list {
    margin: 0;
    padding: 0 0 0 1.5em;
    list-style: disc outside;
    display: grid;
    gap: 8px;
}

body.page-wg-campaign #contents #main .wg-form .wg-form__terms-list li {
    margin: 0;
    padding: 0 0 0 0.25em;
    list-style: disc outside;
}

.wg-form__link {
    color: var(--wg-blue);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.wg-form__link:hover {
    color: var(--wg-blue-dark);
}

.wg-form__error {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #c62828;
    min-height: 0;
    line-height: 1.5;
}

.wg-form__error:empty {
    display: none;
}

.wg-form__error:not(:empty)::before {
    content: "";
    flex-shrink: 0;
    width: 0.875em;
    height: 0.875em;
    margin-top: calc((1lh - 0.875em) / 2);
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 1.75 14.25 13.25H1.75L8 1.75Z' stroke='%23000' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M8 6.25v3.25M8 11.25h.01' stroke='%23000' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 1.75 14.25 13.25H1.75L8 1.75Z' stroke='%23000' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M8 6.25v3.25M8 11.25h.01' stroke='%23000' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.wg-form__message {
    width: 100%;
    max-width: 480px;
    margin: 0;
    padding: 14px 18px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
}

.wg-form__message--success {
    color: #1b5e20;
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
}

.wg-form__message--error {
    color: #b71c1c;
    background: #ffebee;
    border: 1px solid #ef9a9a;
}

.wg-form__submit-wrap {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding-top: 8px;
}

.wg-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    padding: 24px;
}

.wg-modal[hidden] {
    display: none;
}

.wg-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.wg-modal__panel {
    position: relative;
    display: grid;
    gap: 16px;
    width: min(100%, 400px);
    padding: 32px 24px;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.wg-modal__title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 900;
    color: #1b5e20;
}

.wg-modal__text {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--wg-text-sub);
}

body.wg-modal-open {
    overflow: hidden;
}

.wg-form__submit-note {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--wg-text-sub);
    text-align: center;
}

@media (min-width: 600px) {
    .wg-form {
        gap: 20px;
    }

    .wg-form__group-head {
        padding: 16px 28px;
    }

    .wg-form__group-body {
        gap: 20px;
        padding: 24px 28px;
    }

    .wg-form__legend-num {
        width: 32px;
        height: 32px;
        font-size: 0.8125rem;
        border-radius: 8px;
    }

    .wg-form__legend-text {
        font-size: 1rem;
    }

    .wg-form__row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .wg-form__field {
        gap: 8px;
    }

    .wg-form__input,
    .wg-form__textarea {
        padding: 14px 16px;
    }

    .wg-form__checkbox-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 736px) {
    .wg-lp__intro {
        padding-bottom: 20px;
    }

    .wg-lp__period {
        display: grid;
        gap: 4px;
        padding: 12px 16px;
    }

    .wg-lp__period-label::after {
        content: none;
    }

    .wg-lp__period-dates {
        display: block;
    }

    .wg-lp__form-section {
        padding: 32px 12px calc(40px + 72px);
    }

    .wg-lp__form-inner {
        max-width: 100%;
    }

    .wg-form__title {
        font-size: 1.25rem;
    }

    body.page-wg-campaign #contents #main .wg-lp p.wg-form__lead {
        margin-bottom: 24px;
        font-size: 0.875rem;
    }

    .wg-form__input--short {
        max-width: 100%;
    }
}

/* ---------- Buttons ---------- */
.wg-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    overflow: hidden;
    transition: opacity 0.2s, transform 0.15s var(--wg-ease-out), box-shadow 0.25s;
}

.wg-btn:hover {
    opacity: 0.95;
    transform: translateY(-1px);
}

.wg-btn:active {
    transform: scale(0.98);
}

.wg-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.wg-btn--line {
    color: #fff;
    background: linear-gradient(135deg, var(--wg-line) 0%, #00d400 100%);
    box-shadow: 0 4px 16px rgba(0, 185, 0, 0.35);
}

.wg-btn--line:hover {
    background: linear-gradient(135deg, var(--wg-line-dark) 0%, var(--wg-line) 100%);
    box-shadow: 0 6px 20px rgba(0, 185, 0, 0.45);
}

.wg-btn--submit {
    min-width: 280px;
    padding: 16px 48px;
    font-size: 1.125rem;
    color: #fff;
    background: linear-gradient(135deg, var(--wg-orange) 0%, var(--wg-orange-light) 100%);
    box-shadow: 0 6px 24px rgba(240, 90, 40, 0.4);
}

.wg-btn--pulse {
    animation: none;
}

.wg-btn__label {
    position: relative;
    z-index: 1;
}

.wg-btn--submit:hover {
    box-shadow: 0 8px 28px rgba(240, 90, 40, 0.5);
}

.wg-btn--reload {
    padding: 10px 24px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--wg-text-sub);
    background: transparent;
    border: 1px solid var(--wg-border);
    box-shadow: none;
}

.wg-btn--reload:hover {
    transform: none;
    border-color: var(--wg-blue);
    color: var(--wg-blue);
}

/* ---------- Sticky CTA ---------- */
.wg-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.92) 24%, #fff 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: translateY(110%);
    transition: transform 0.4s var(--wg-ease-out);
    pointer-events: none;
}

.wg-sticky-cta.is-visible {
    transform: translateY(0);
    pointer-events: auto;
}

.wg-sticky-cta__link {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    max-width: var(--wg-container);
    margin: 0 auto;
    padding: 14px 20px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, var(--wg-orange) 0%, var(--wg-orange-light) 100%);
    border-radius: 999px;
    box-shadow: 0 6px 28px rgba(240, 90, 40, 0.45);
    transition: transform 0.15s var(--wg-ease-out), box-shadow 0.2s;
}

.wg-sticky-cta__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(240, 90, 40, 0.55);
}

    .wg-sticky-cta__icon {
        font-size: 0.625rem;
        opacity: 0.85;
    }

    @media (prefers-reduced-motion: no-preference) {
        .wg-sticky-cta__icon {
            animation: wg-bounce-down 1.5s ease-in-out infinite;
        }
    }

.wg-sticky-cta__text {
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-align: center;
}

.wg-sticky-cta__sub {
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 3px 10px;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    white-space: nowrap;
}

.wg-form__header {
    display: grid;
    gap: 8px;
}

/* =========================================================
   Animations & Decorative Effects
   prefers-reduced-motion で無効化
   ========================================================= */
@media (prefers-reduced-motion: no-preference) {
    @keyframes wg-fade-up {
        from {
            opacity: 0;
            transform: translateY(24px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes wg-hero-in {
        from {
            opacity: 0;
            transform: scale(1.03);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    @keyframes wg-shine-sweep {
        0%   { left: -100%; }
        55%  { left: 150%; }
        100% { left: 150%; }
    }

    @keyframes wg-shine-sweep-transform {
        0%   { transform: translateX(-100%); }
        55%  { transform: translateX(250%); }
        100% { transform: translateX(250%); }
    }

    @keyframes wg-num-pulse {
        0%, 100% { transform: scale(1); }
        50%      { transform: scale(1.08); }
    }

    @keyframes wg-float-soft {
        0%, 100% { transform: translateY(0); }
        50%      { transform: translateY(-6px); }
    }

    @keyframes wg-glow-pulse {
        0%, 100% { opacity: 0.6; }
        50%      { opacity: 1; }
    }

    @keyframes wg-status-pulse {
        0%, 100% { transform: scale(1); box-shadow: 0 2px 12px rgba(240, 90, 40, 0.45); }
        50%      { transform: scale(1.04); box-shadow: 0 4px 20px rgba(240, 90, 40, 0.6); }
    }

    @keyframes wg-border-pulse {
        0%, 100% { opacity: 0.35; transform: scale(1); }
        50%      { opacity: 0.85; transform: scale(1.02); }
    }

    @keyframes wg-sparkle-twinkle {
        0%, 100% { opacity: 0; transform: scale(0.4) rotate(0deg); }
        50%      { opacity: 1; transform: scale(1) rotate(180deg); }
    }

    @keyframes wg-gradient-shift {
        0%   { background-position: 0% 50%; }
        50%  { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

    @keyframes wg-btn-ring {
        0%   { transform: scale(1); opacity: 0.6; }
        100% { transform: scale(1.35); opacity: 0; }
    }

    @keyframes wg-bounce-down {
        0%, 100% { transform: translateY(0); }
        50%      { transform: translateY(3px); }
    }

    /* ページロード時フェードイン */
    .wg-lp.is-ready .wg-animate--hero,
    .wg-block.is-ready .wg-animate--hero {
        animation: wg-hero-in 0.9s var(--wg-ease-out) both;
    }

    .wg-lp.is-ready .wg-animate--fade-up,
    .wg-block.is-ready .wg-animate--fade-up {
        animation: wg-fade-up 0.7s var(--wg-ease-out) both;
    }

    .wg-lp.is-ready .wg-animate--d1,
    .wg-block.is-ready .wg-animate--d1 { animation-delay: 0.12s; }
    .wg-lp.is-ready .wg-animate--d2,
    .wg-block.is-ready .wg-animate--d2 { animation-delay: 0.24s; }
    .wg-lp.is-ready .wg-animate--d3,
    .wg-block.is-ready .wg-animate--d3 { animation-delay: 0.36s; }

    .wg-lp.is-ready .wg-lp__title::after,
    .wg-block.is-ready .wg-block__banner::after {
        animation: wg-shine-sweep 4s ease-in-out 0.8s infinite;
    }

    .wg-block__banner::after {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 60%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        pointer-events: none;
    }

    .wg-lp__hero-glow {
        animation: wg-glow-pulse 3s ease-in-out infinite;
    }

    .wg-lp.is-ready .wg-lp__status-badge,
    .wg-block.is-ready .wg-block__status-badge {
        animation: wg-status-pulse 2.5s ease-in-out infinite;
    }

    .wg-num-highlight {
        display: inline-block;
        animation: wg-num-pulse 2s ease-in-out infinite;
    }

    .wg-line-cta--pulse::before {
        animation: wg-border-pulse 2.5s ease-in-out infinite;
    }

    .wg-lp.is-ready .wg-sparkle--1 { animation: wg-sparkle-twinkle 2.4s ease-in-out 0.2s infinite; }
    .wg-lp.is-ready .wg-sparkle--2 { animation: wg-sparkle-twinkle 2.8s ease-in-out 0.6s infinite; }
    .wg-lp.is-ready .wg-sparkle--3 { animation: wg-sparkle-twinkle 2.2s ease-in-out 1s infinite; }
    .wg-lp.is-ready .wg-sparkle--4 { animation: wg-sparkle-twinkle 3s ease-in-out 0.4s infinite; }
    .wg-lp.is-ready .wg-sparkle--5 { animation: wg-sparkle-twinkle 2.6s ease-in-out 0.8s infinite; }

    .wg-lp.is-ready .wg-lp__lead-card-shine {
        animation: wg-shine-sweep-transform 5s ease-in-out 1.2s infinite;
    }

    .wg-lp.is-ready .wg-lp__lead-card--prize::before {
        animation: wg-gradient-shift 4s ease infinite;
    }

    /* スクロールリビール */
    .wg-reveal {
        opacity: 0;
        transform: translateY(28px);
        transition:
            opacity 0.7s var(--wg-ease-out),
            transform 0.7s var(--wg-ease-out);
    }

    .wg-reveal.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

    .wg-form-section.is-visible .wg-reveal--stagger {
        opacity: 1;
        transform: translateY(0);
    }

    .wg-form-section.is-visible .wg-form__header { transition-delay: 0.05s; }
    .wg-form-section.is-visible .wg-form__group:nth-of-type(1) { transition-delay: 0.15s; }
    .wg-form-section.is-visible .wg-form__group:nth-of-type(2) { transition-delay: 0.28s; }
    .wg-form-section.is-visible .wg-form__group:nth-of-type(3) { transition-delay: 0.41s; }
    .wg-form-section.is-visible .wg-form__submit-wrap { transition-delay: 0.54s; }

    .wg-reveal--d1.is-visible { transition-delay: 0.1s; }
    .wg-reveal--d2.is-visible { transition-delay: 0.2s; }

    /* ボタン光沢・パルスリング */
    .wg-btn--submit::after,
    .wg-btn--line::after {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
        animation: wg-shine-sweep 3.5s ease-in-out infinite;
    }

    .wg-btn--submit::after {
        animation-delay: 1s;
    }

    .wg-btn--pulse::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        border: 2px solid rgba(255, 255, 255, 0.5);
        animation: wg-btn-ring 2s ease-out infinite;
        pointer-events: none;
    }

    /* ヘッダーロゴ微浮遊 */
    .wg-lp.is-ready .wg-lp__logo-sp,
    .wg-lp.is-ready .wg-lp__logos--pc {
        animation: wg-float-soft 3.5s ease-in-out 0.4s infinite;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wg-animate,
    .wg-reveal {
        opacity: 1;
        transform: none;
        animation: none !important;
        transition: none !important;
    }

    .wg-sticky-cta {
        transform: none;
        transition: none;
    }
}
