/* =========================
   HERO
========================= */

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background: transparent; /* bodyの固定グラデーションをそのまま表示 */
}

/* テキスト＋キャラ 2カラムグリッド */
.hero__inner {
    position: relative;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 0 80px;
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
}

/* キャッチコピー（左） */
.hero__copy {
    padding-top: 140px; /* 固定ヘッダー帯分 */
    z-index: 1;
}

.hero__tagline {
    font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
    font-size: clamp(36px, 4.5vw, 68px);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.06em;
    color: #fff;
    margin: 0 0 24px;
    text-shadow: 0 2px 24px rgba(160, 40, 80, 0.3);
}

.hero__brand {
    font-family: 'Cinzel', 'Noto Serif JP', serif;
    font-size: clamp(16px, 2vw, 26px);
    font-weight: 500;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
}

/* キャラ画像（右・下揃え） */
.hero__chara {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

.hero__chara img {
    max-height: 92vh;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

/* =========================
   HERO Scroll サイン
========================= */

.hero-scroll {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    text-align: center;

    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);

    font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
    letter-spacing: 0.12em;

    transition: opacity .25s ease;
    z-index: 2;
}

.hero-scroll:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: none;
}

.hero-scroll__text {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.75);
}

.hero-scroll__arrow {
    display: block;
    font-size: 14px;
    line-height: 1;
    animation: scrollFloat 2s ease-in-out infinite;
}

@keyframes scrollFloat {
    0%   { transform: translateY(0);   opacity: .9; }
    50%  { transform: translateY(6px); opacity: .6; }
    100% { transform: translateY(0);   opacity: .9; }
}

/* =========================
   トップメインコンテンツ
========================= */

.top-main {
    position: relative;
    background: transparent; /* bodyの固定グラデーションをそのまま表示 */
}

/* =========================
   ニュース（お知らせ）
========================= */

.top-news-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 10px;
    color: #333;
    text-decoration: none;
    margin: 0 30px;
    transition: color 0.2s ease;
}

.top-news-row:hover {
    color: #c05070;
    text-shadow: none;
}

/* 破線の区切り線 */
.top-news-row::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(90deg,
            rgba(0, 0, 0, 0.15) 0px,
            rgba(0, 0, 0, 0.15) 1px,
            transparent 18px,
            transparent 20px);
    -webkit-mask-image: linear-gradient(90deg,
            transparent 0%,
            #000 15%,
            #000 85%,
            transparent 100%);
    mask-image: linear-gradient(90deg,
            transparent 0%,
            #000 15%,
            #000 85%,
            transparent 100%);
}

.top-news-date {
    flex: 0 0 110px;
    font-size: 12px;
    letter-spacing: 0.08em;
    white-space: nowrap;
    color: #999;
}

.top-news-title {
    flex: 0 1 auto;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    color: #333;
}

.top-news-subtitle {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 10px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777;
}

.top-news-row:hover .top-news-date,
.top-news-row:hover .top-news-subtitle {
    color: #c05070;
}

/* =========================
   PickUp Works
========================= */

.pickup-works__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

@media (max-width: 900px) {
    .pickup-works__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .pickup-works__grid {
        grid-template-columns: 1fr;
    }
}

/* button リセット（モーダルトリガー化） */
.pickup-card {
    display: block;
    color: #333;
    text-decoration: none;
    border-radius: 14px;
    overflow: hidden;
    background: #fff8fb;
    border: 1px solid rgba(200, 100, 130, 0.18);
    box-shadow: 0 4px 16px rgba(200, 80, 100, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.pickup-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(200, 80, 100, 0.16);
    color: #333;
    text-shadow: none;
}

/* サムネイルラッパー（バッジ・play アイコン用） */
.pickup-card__thumb-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.pickup-card__thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.pickup-card:hover .pickup-card__thumb { transform: scale(1.04); }

.pickup-card__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: rgba(255,255,255,0.9);
    text-shadow: 0 1px 6px rgba(0,0,0,0.5);
    pointer-events: none;
}

.pickup-card__badge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    padding: 1px 8px;
    border-radius: 999px;
    pointer-events: none;
    z-index: 2;
}

.pickup-card__body {
    padding: 12px 14px 14px;
}

.pickup-card__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 6px;
    color: #333;
}

.pickup-card__note {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.75;
    margin: 0;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pickup-card__meta {
    display: flex; flex-wrap: wrap; gap: 4px;
    align-items: center; margin: 4px 0 0;
}
.pickup-card__cat {
    font-size: 11px; color: #c05070;
    background: rgba(192,80,112,0.08); border-radius: 4px; padding: 1px 6px;
}
.pickup-card__creator { font-size: 11px; color: #888; }

.pickup-card__plan {
    display: inline-block;
    margin-top: 6px;
    font-size: 11px;
    color: #b04070;
    background: rgba(176,64,112,0.08);
    border-radius: 4px;
    padding: 1px 7px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

/* =========================
   Pickup Works Modal
========================= */

.pickup-work-modal {
    position: fixed; inset: 0; z-index: 9000;
    display: flex; align-items: center; justify-content: center;
}
.pickup-work-modal__bg {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.75); cursor: pointer;
    backdrop-filter: blur(4px);
}
.pickup-work-modal__panel {
    position: relative; z-index: 1;
    width: min(720px, 92vw);
    background: #fff; border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
    max-height: 90svh; overflow-y: auto;
    display: flex; flex-direction: column;
}
.pickup-work-modal__close {
    position: absolute; top: 10px; right: 14px; z-index: 10;
    background: rgba(0,0,0,0.12); border: none; color: #333;
    font-size: 18px; width: 32px; height: 32px;
    border-radius: 50%; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s;
}
.pickup-work-modal__close:hover { background: rgba(0,0,0,0.22); }
.pickup-work-modal__media {
    position: relative; background: #111;
    width: 100%; aspect-ratio: 16 / 9; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    border-radius: 12px 12px 0 0; overflow: hidden;
}
.pickup-work-modal__content {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
}
.pickup-work-modal__content img,
.pickup-work-modal__content video {
    width: 100%; height: 100%; object-fit: contain; display: block;
}
.pickup-work-modal__content iframe { width: 100%; height: 100%; border: none; }
.pickup-work-modal__nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,0.85); border: none; color: #333;
    font-size: 20px; width: 36px; height: 36px;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    border-radius: 50%; z-index: 5; transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
}
.pickup-work-modal__nav:hover { background: #fff; }
.pickup-work-modal__prev { left: 10px; }
.pickup-work-modal__next { right: 10px; }
.pickup-work-modal__counter {
    order: 3;
    font-size: 12px; color: #999;
    margin: 0; padding: 0 20px 18px;
}
.pickup-work-modal__text { order: 2; padding: 16px 20px 4px; display: flex; flex-direction: column; gap: 4px; }
.pickup-work-modal__title { font-size: 16px; font-weight: 700; color: #222; margin: 0; }
.pickup-work-modal__note  { font-size: 13px; color: #666; margin: 0; }

/* =========================
   Vision
========================= */

#vision .vision {
    display: grid;
    position: relative;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 24px;
    min-height: 500px;
}

#vision .vision__content p {
    margin: 0 0 20px;
    line-height: 2;
    letter-spacing: 0.04em;
    color: #444;
}

/* リード文（最初の一文）を大きく */
#vision .vision__lead {
    font-size: 1.2em;
    font-weight: 600;
    color: #c05070;
    line-height: 1.8;
    margin-bottom: 28px;
}

#vision .vision__sign {
    margin-top: 20px;
    text-align: right;
    padding-right: 50px;
    opacity: 0.75;
    color: #666;
}

#vision .vision__illust {
    position: absolute;
    pointer-events: none;
    right: 0;
}

#vision .vision__illust img {
    max-width: 500px;
    width: 100%;
    height: auto;
}

/* =========================
   Service
========================= */

/* カードグリッド：3列基本、小さい画面は2列 */
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 900px) {
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* カード本体 */
.service-card {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;

    /* 画像が未設定のときのフォールバック背景 */
    background: linear-gradient(135deg, #f5adc0 0%, #ea7fa8 100%);

    /* 全体を70%不透明に */
    opacity: 0.72;

    box-shadow: 0 6px 24px rgba(160, 40, 80, 0.18);
    transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    aspect-ratio: 4 / 3;
}

.service-card:hover {
    opacity: 1;
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(160, 40, 80, 0.28);
}

/* 準備中カード：クリック不可・ホバー無効 */
.service-card--disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

/* サービス画像 */
.service-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 下部ラベル（半透明オーバーレイ） */
.service-card__label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 16px;
    background: rgba(150, 30, 65, 0.62);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
}


/* =========================
   Pickup — タブUI
========================= */

.pickup-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 24px;
    border-bottom: 2px solid rgba(192, 80, 112, 0.15);
}

.pickup-tab {
    padding: 10px 26px;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #aaa;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.pickup-tab:hover {
    color: #c05070;
}

.pickup-tab--active {
    color: #c05070;
    border-bottom-color: #c05070;
}

.pickup-panel--hidden {
    display: none !important;
}

.pickup-loading,
.pickup-empty {
    padding: 20px 0;
    font-size: 14px;
    color: #aaa;
    text-align: center;
}


/* =========================
   Pickup — プランカード
========================= */

.plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

@media (max-width: 900px) {
    .plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .plan-grid {
        grid-template-columns: 1fr;
    }
}

.plan-card {
    background: #fff8fb;
    border: 1px solid rgba(200, 100, 130, 0.18);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(200, 80, 100, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(200, 80, 100, 0.15);
}

.plan-card__thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.plan-card__thumb-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #f5c8d8 0%, #eaa0be 100%);
}

.plan-card__body {
    padding: 14px 16px 16px;
}

.plan-card__tag {
    display: inline-block;
    background: rgba(192, 80, 112, 0.1);
    color: #c05070;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 3px 10px;
    border-radius: 999px;
    margin-bottom: 8px;
}

.plan-card__name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 6px;
    color: #333;
}

.plan-card__desc {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.plan-card__price {
    font-size: 20px;
    font-weight: 700;
    color: #c05070;
    margin: 4px 0 2px;
    line-height: 1.2;
}

.plan-card__unit {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-left: 4px;
}

.plan-card__note {
    font-size: 12px;
    color: #999;
    margin: 0;
}


/* =========================
   Pickup — クリエイタータブ (partner-grid を3列で上書き)
========================= */

#pickup .partner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

@media (max-width: 900px) {
    #pickup .partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    #pickup .partner-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
   Pickup — クリエイタータブ partner-card スタイル
   (#partnership スコープのものを #pickup 向けに複製)
========================= */

#pickup .partner-card {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#pickup .partner-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

#pickup .partner-card__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transform: scale(1.02);
}

#pickup .partner-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.10) 0%,
        rgba(0, 0, 0, 0.35) 45%,
        rgba(0, 0, 0, 0.72) 100%);
}

#pickup .partner-card__text {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 2;
}

#pickup .partner-card__name {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

#pickup .partner-card__catch {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.6;
    opacity: 0.85;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#pickup .partner-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

#pickup .partner-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 28px;
    padding: 0 10px 0 8px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(6px);
}

#pickup .partner-badge img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

#pickup .partner-badge__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    opacity: 0.92;
    white-space: nowrap;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

#pickup .partner-status {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 0;
    height: 0;
    border-top: 80px solid rgba(255, 255, 255, 0.18);
    border-right: 80px solid transparent;
}

#pickup .partner-status span {
    position: absolute;
    top: -44px;
    left: 6px;
    transform: rotate(-45deg);
    transform-origin: left top;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    white-space: nowrap;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

#pickup .partner-status--open    { border-top-color: rgba(40, 190, 110, 0.85); }
#pickup .partner-status--stop    { border-top-color: rgba(230, 70, 80, 0.85);  }
#pickup .partner-status--reserve { border-top-color: rgba(90, 140, 255, 0.85); }


/* =========================
   Contact フォーム — 白カード用上書き
   cantact.css より後に読み込まれるため .top-main を加えて specificity を上げる
========================= */

.top-main #contact .contact-box {
    background: rgba(220, 120, 150, 0.07);
    border: 1px solid rgba(200, 100, 130, 0.18);
    border-radius: 16px;
    padding: 20px 24px 24px;
    margin-top: 18px;
}

.top-main #contact .contact-lead {
    color: #555;
    line-height: 1.9;
    margin: 0 0 4px;
    opacity: 1;
}

.top-main #contact .contact-em {
    color: #c05070;
    font-weight: 700;
}

.top-main #contact .contact-label {
    color: #444;
    opacity: 1;
}

.top-main #contact .req {
    color: #c05070;
    opacity: 1;
    border-bottom: none;
    font-size: 11px;
    margin-left: 6px;
}

.top-main #contact .contact-input {
    background: #fff;
    color: #333;
    border: 1px solid rgba(200, 100, 130, 0.3);
    border-radius: 10px;
    padding: 10px 12px;
    width: 97%;
    outline: none;
    font-family: inherit;
    font-size: 14px;
    transition: border-color 0.2s;
}

.top-main #contact .contact-input:focus {
    border-color: #c05070;
}

.top-main #contact select.contact-input option {
    background: #fff;
    color: #333;
}

.top-main #contact select.contact-input:focus {
    background: #fff;
}

.top-main #contact .contact-consent {
    color: #444;
    opacity: 1;
}

.top-main #contact .contact-submit {
    background: #c05070;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 12px 32px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.top-main #contact .contact-submit:hover {
    background: #a03458;
    transform: translateY(-2px);
}

.top-main #contact .contact-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
}

.top-main #contact .contact-status {
    color: #c05070;
    font-size: 13px;
    opacity: 1;
}

.top-main #contact .contact-done {
    background: rgba(192, 80, 112, 0.06);
    border: 1px solid rgba(192, 80, 112, 0.2);
    border-radius: 12px;
    padding: 16px;
    margin-top: 10px;
}

.top-main #contact .contact-done__title {
    color: #c05070;
    font-weight: 800;
    margin: 0 0 6px;
}

.top-main #contact .contact-done__text {
    color: #555;
    margin: 0;
    opacity: 1;
}


/* =========================
   SNS バナー
========================= */

.sns-banner {
    padding: 72px 20px 80px;
    text-align: center;
}

.sns-banner__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.sns-banner__logo {
    width: 96px;
    height: 96px;
    object-fit: contain;
    filter: drop-shadow(0 4px 16px rgba(0,0,0,0.18));
}

.sns-banner__name {
    font-family: 'Cinzel', serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.25);
    margin: 0;
    letter-spacing: 0.08em;
}

.sns-banner__catch {
    font-size: 15px;
    color: rgba(255,255,255,0.88);
    text-shadow: 0 1px 8px rgba(0,0,0,0.2);
    margin: 0;
    letter-spacing: 0.05em;
}

.sns-banner__links {
    display: flex;
    gap: 20px;
    margin-top: 8px;
}

.sns-banner__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.22);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.35);
    transition: background 0.2s ease, transform 0.2s ease;
}

.sns-banner__link:hover {
    background: rgba(255,255,255,0.38);
    transform: translateY(-3px);
}

.sns-banner__link img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}


/* =========================
   Contact フォーム — 分岐アニメーション・補助スタイル
========================= */

.contact-branch {
    animation: branch-in 0.22s ease both;
}

@keyframes branch-in {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

#contact-submit-area {
    margin-top: 8px;
    animation: branch-in 0.22s ease both;
}

.contact-branch-soon {
    font-size: 13px;
    color: #999;
    margin: 0 0 12px;
}

/* 準備中オプション */
#contact select option:disabled {
    color: #bbb;
}

/* クリエイター固定表示（オーダーメイド分岐） */
.contact-creator-fixed {
    margin: 0;
    padding: 10px 14px;
    background: rgba(192, 80, 112, 0.06);
    border: 1px solid rgba(192, 80, 112, 0.2);
    border-radius: 10px;
    font-weight: 600;
    color: #444;
}

/* チェックボックスグループ（提携クリエイター分岐） */
.contact-checkgroup {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 4px;
}

.contact-check {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #444;
}

.contact-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #c05070;
    cursor: pointer;
    flex-shrink: 0;
}

.contact-check-error {
    margin: 6px 0 0;
    font-size: 12px;
    color: #c05070;
    font-weight: 600;
}
