@charset "UTF-8";
/* 全体のリセット */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 背景画像＆オーバーレイ */
body {
    background-image: url('dragon_origin.webp'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #000;
    color: #d4af37;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
}

/* ========================================================
   【PC用スタイル（デフォルト）：雄大で重厚な大迫力スケール】
   ======================================================== */
.container {
    position: relative;
    z-index: 10;
    width: 92%;
    max-width: 880px !important;
    margin: 40px auto !important;
    padding: 35px 45px !important;
    background-color: rgba(10, 10, 10, 0.92) !important;
    border: 2px solid #d4af37;
    border-radius: 16px;
    box-shadow: 0 0 40px rgba(212, 175, 55, 0.35);
    backdrop-filter: blur(20px) !important;
    text-align: center;
}

h1 {
    font-size: 1.8rem !important;
    margin-bottom: 8px !important;
    text-shadow: 2px 2px 6px rgba(0,0,0,1);
    border-bottom: 2px solid #d4af37;
    padding-bottom: 10px;
    color: #d4af37;
    letter-spacing: 0.1em;
}

.tab-container {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 18px;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 0;
}

.tab-button {
    flex: 1;
    padding: 12px 10px !important;
    font-size: 1.05rem !important;
    border: 1px solid #444 !important;
    border-bottom: none !important;
    background: #111 !important;
    color: #aaa !important;
    cursor: pointer;
    border-radius: 8px 8px 0 0 !important;
    transition: all 0.3s;
    outline: none !important;
    box-shadow: inset 0 -3px 5px rgba(0,0,0,0.8) !important;
    position: relative;
    top: 2px;
}

.tab-button.active {
    background: linear-gradient(135deg, #d4af37 0%, #f9f1c0 50%, #d4af37 100%) !important;
    color: #000 !important;
    font-weight: bold;
    border: 1px solid #d4af37 !important;
    border-bottom: 2px solid rgba(10, 10, 10, 0.95) !important;
    box-shadow: 0 -4px 15px rgba(212, 175, 55, 0.45) !important;
    top: 0px;
    z-index: 2;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.fortune-section {
    margin-top: 0px !important;
    margin-bottom: 12px !important;
    padding: 14px 20px !important;
    line-height: 1.6 !important;
    font-size: 1.05rem !important;
    border-left: 4px solid #d4af37 !important;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 10px 10px 0;
    color: #ffffff !important;
    text-align: left;
}

.category-title {
    display: block !important; 
    margin-top: 0px !important;
    margin-bottom: 6px !important;
    font-weight: bold;
    color: #d4af37 !important;
    font-size: 1.1rem !important;
}

.fortune-content {
    line-height: 1.6 !important; 
    font-size: 1.05rem !important;
    color: #fff;
}

.lucky-item {
    color: #ffd700;
    font-weight: bold;
}

.emoji {
    margin-right: 8px;
}

button {
    display: block;
    width: 100%;
    max-width: 440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 14px 20px !important;
    border-radius: 0px !important; 
    background: linear-gradient(135deg, #d4af37 0%, #f9f1c0 50%, #d4af37 100%) !important;
    border: 1px solid #000 !important;
    outline: 1px solid #d4af37;
    outline-offset: -4px;
    color: #000 !important;
    font-weight: bold;
    font-size: 1.05rem !important;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    animation: slow-blink 3s infinite ease-in-out;
}

button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.5) !important;
    filter: brightness(1.1);
    animation-play-state: paused;
}

.btn-coconala-compact {
    display: block !important;
    width: 100% !important;
    max-width: 440px !important;
    padding: 12px 18px !important;
    background: #4b0082 !important;
    border: 1px solid #d4af37;
    text-decoration: none;
    color: #fff !important;
    margin: 0 auto 12px auto !important;
    text-align: center !important;
    font-size: 1.0rem !important;
    animation: slow-blink 3s infinite ease-in-out;
    transition: 0.3s ease;
}

.btn-coconala-compact:hover {
    animation-play-state: paused;
    filter: brightness(1.2);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.5);
}

.gold-date-input {
    padding: 8px 12px !important;
    background-color: #0d0d0d !important;
    border: 1px solid #d4af37 !important;
    color: #fff !important;
    font-size: 1.0rem !important;
    text-align: center !important;
    outline: none;
    width: 100% !important;
    max-width: 320px !important;
    letter-spacing: 0.05em;
    box-shadow: inset 0 0 8px rgba(212, 175, 55, 0.2);
    cursor: pointer;
    height: 44px;
    box-sizing: border-box;
    margin: 0 auto !important;
}

@keyframes slow-blink {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}

/* ========================================================
   【スマホ用スタイル（横幅768px以下）：1画面に収まる極小設計】
   ======================================================== */
@media screen and (max-width: 768px) {
    body { padding: 4px; }
    .container { 
        width: 100% !important; 
        max-width: 100% !important; 
        margin: 4px auto !important; 
        padding: 10px 8px !important; 
        box-shadow: 0 0 15px rgba(212, 175, 55, 0.25);
    }
    h1 { 
        font-size: 1.15rem !important; 
        margin-bottom: 4px !important; 
        padding-bottom: 4px !important; 
    }
    .tab-container { 
        margin-top: 6px; 
        margin-bottom: 8px; 
        gap: 4px; 
    }
    .tab-button { 
        font-size: 0.76rem !important; 
        padding: 6px 2px !important; 
    }
    .fortune-section { 
        padding: 4px 6px !important; 
        line-height: 1.3 !important; 
        font-size: 0.78rem !important; 
        margin-bottom: 6px !important; 
    }
    .category-title { 
        font-size: 0.78rem !important; 
        margin-bottom: 2px !important; 
    }
    .fortune-content { 
        font-size: 0.78rem !important; 
        line-height: 1.3 !important; 
    }
    button { 
        max-width: 100% !important; 
        padding: 7px !important; 
        font-size: 0.82rem !important; 
    }
    .btn-coconala-compact { 
        max-width: 100% !important; 
        font-size: 0.8rem !important; 
        padding: 6px !important; 
        margin-bottom: 6px !important; 
    }
    .gold-date-input { 
        font-size: 0.8rem !important; 
        height: 32px; 
        max-width: 220px !important; 
        padding: 4px !important; 
    }
}

/* ========================================================
   元耀プロフィール・信頼性・次の導線
   ======================================================== */

.genyou-info {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(212, 175, 55, 0.45);
}

.genyou-info-title {
    color: #d4af37;
    font-size: 1.12rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 7px;
}

.genyou-info-lead {
    color: #fff;
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 14px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0 auto 14px;
    max-width: 680px;
}

.trust-item {
    padding: 10px 5px 8px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.045);
    border-radius: 6px;
}

.trust-number {
    display: block;
    color: #ffd700;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
}

.trust-label {
    display: block;
    color: #ddd;
    font-size: 0.65rem;
    margin-top: 4px;
    line-height: 1.3;
}

.howto-box,
.youtube-box {
    text-align: left;
    padding: 12px 14px;
    margin: 10px auto;
    border-left: 3px solid #d4af37;
    background: rgba(255, 255, 255, 0.035);
    max-width: 720px;
}

.howto-title,
.youtube-title {
    color: #d4af37;
    font-size: 0.86rem;
    font-weight: bold;
    margin-bottom: 6px;
}

.howto-box p,
.youtube-box p {
    color: #eee;
    font-size: 0.75rem;
    line-height: 1.6;
    margin-bottom: 5px;
}

.howto-box p:last-child,
.youtube-box p:last-child {
    margin-bottom: 0;
}

.howto-box strong {
    color: #ffd700;
}

.youtube-link {
    display: block;
    margin-top: 8px;
    padding: 7px 10px;
    border: 1px solid rgba(212, 175, 55, 0.6);
    color: #ffd700;
    text-decoration: none;
    text-align: center;
    font-size: 0.75rem;
    transition: all 0.3s ease;
}

.youtube-link:hover {
    background: rgba(212, 175, 55, 0.12);
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.25);
}

.final-cta {
    margin: 16px auto 4px;
    padding: 15px 14px;
    border: 1px solid #d4af37;
    background: linear-gradient(
        135deg,
        rgba(212, 175, 55, 0.10),
        rgba(0, 0, 0, 0.25)
    );
    max-width: 720px;
}

.final-cta-kicker {
    color: #ffd700;
    font-size: 0.78rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.final-cta-text {
    color: #fff;
    font-size: 0.72rem;
    line-height: 1.55;
    margin-bottom: 10px;
}

.final-cta-button {
    display: block;
    width: 100%;
    padding: 10px 12px;
    background: linear-gradient(135deg, #d4af37 0%, #f9f1c0 50%, #d4af37 100%);
    color: #000;
    border: 1px solid #000;
    outline: 1px solid #d4af37;
    outline-offset: -4px;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    transition: all 0.3s ease;
}

.final-cta-button:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.mobile-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .genyou-info {
        margin-top: 12px;
        padding-top: 10px;
    }

    .genyou-info-title {
        font-size: 0.85rem;
        margin-bottom: 4px;
    }

    .genyou-info-lead {
        font-size: 0.68rem;
        line-height: 1.45;
        margin-bottom: 8px;
    }

    .trust-grid {
        gap: 4px;
        margin-bottom: 8px;
    }

    .trust-item {
        padding: 6px 2px 5px;
    }

    .trust-number {
        font-size: 0.72rem;
    }

    .trust-label {
        font-size: 0.52rem;
        margin-top: 2px;
    }

    .howto-box,
    .youtube-box {
        padding: 7px 8px;
        margin: 6px auto;
    }

    .howto-title,
    .youtube-title {
        font-size: 0.66rem;
        margin-bottom: 3px;
    }

    .howto-box p,
    .youtube-box p {
        font-size: 0.58rem;
        line-height: 1.45;
        margin-bottom: 3px;
    }

    .youtube-link {
        margin-top: 5px;
        padding: 5px 6px;
        font-size: 0.58rem;
    }

    .final-cta {
        margin-top: 8px;
        padding: 8px 8px;
    }

    .final-cta-kicker {
        font-size: 0.62rem;
        margin-bottom: 3px;
    }

    .final-cta-text {
        font-size: 0.56rem;
        line-height: 1.4;
        margin-bottom: 6px;
    }

    .final-cta-button {
        padding: 7px 6px;
        font-size: 0.62rem;
    }

    .mobile-only {
        display: inline;
    }
}
/* ========================================================
   フッター・免責事項・ナビゲーション
   ======================================================== */
.site-footer {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    text-align: center;
}

.footer-disclaimer {
    color: #888;
    font-size: 0.68rem;
    line-height: 1.5;
    margin-bottom: 12px;
    padding: 0 10px;
}

.footer-links {
    margin-bottom: 12px;
    font-size: 0.75rem;
}

.footer-links a {
    color: #d4af37;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #ffd700;
    text-decoration: underline;
}

.footer-sep {
    color: #555;
    margin: 0 8px;
}

.footer-copy {
    color: rgba(212, 175, 55, 0.6);
    font-size: 0.72rem;
    letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
    .site-footer {
        margin-top: 14px;
        padding-top: 10px;
    }
    .footer-disclaimer {
        font-size: 0.52rem;
        line-height: 1.4;
        margin-bottom: 8px;
        padding: 0;
    }
    .footer-links {
        font-size: 0.6rem;
        margin-bottom: 8px;
    }
    .footer-sep {
        margin: 0 4px;
    }
    .footer-copy {
        font-size: 0.55rem;
    }
}
/* ========================================================
   中央プロフィール小枠（PC・スマホ切り分け）
   ======================================================== */
/* PC表示（デフォルト）：堂々とした読みやすいサイズ */
.profile-mini-box {
    margin: 12px auto;
    padding: 10px 16px;
    border: 1px solid rgba(212, 175, 55, 0.45);
    background: rgba(212, 175, 55, 0.04);
    text-align: center;
    max-width: 520px;
}

.profile-mini-name {
    color: #d4af37;
    font-size: 0.95rem;
    font-weight: bold;
    margin-bottom: 4px;
}

.profile-mini-desc {
    color: #ddd;
    font-size: 0.82rem;
    line-height: 1.5;
}

/* スマホ表示（768px以下）：1画面に収める極小サイズを完全維持 */
@media screen and (max-width: 768px) {
    .profile-mini-box {
        margin: 6px auto;
        padding: 6px 10px;
        max-width: 100%;
    }
    .profile-mini-name {
        font-size: 0.75rem;
        margin-bottom: 2px;
    }
    .profile-mini-desc {
        font-size: 0.65rem;
        line-height: 1.4;
    }
}