/* non-critical.css */
/* ファーストビュー以外のスタイル - 遅延読み込み対応 */

/* アニメーション関連 */
.fade-in {
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards;
}

@keyframes fadeIn {
    to { opacity: 1; }
}

.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }
.stagger-4 { animation-delay: 0.4s; }

/* テキスト装飾 */
.gradient-bg {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.teaser-glow {
    position: relative;
    overflow: hidden;
}

.teaser-glow::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 107, 53, 0.1) 50%, transparent 70%);
    animation: shine 3s infinite;
    pointer-events: none;
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%); }
    100% { transform: translateX(100%) translateY(100%); }
}

/* カード・ボックス装飾 */
.elegant-border {
    border: 1px solid rgba(156, 163, 175, 0.2);
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* 比較表 */
.comparison-table {
    background: white;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.speedflare-highlight {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    font-weight: 600;
}

.before-after-numbers {
    font-size: 1.125rem;
    font-weight: 600;
}

/* 事前申し込み特典ボックス */
.pre-order-box {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, rgba(247, 147, 30, 0.05) 100%);
    border: 2px solid rgba(255, 107, 53, 0.2);
    border-radius: 20px;
    padding: 3rem 2rem;
    margin: 2rem 0;
}

/* 読み込み最適化 */
.lazy-section {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in;
}

.lazy-section.loaded {
    opacity: 1;
    visibility: visible;
}

.hover-lift {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 64px -12px rgba(0, 0, 0, 0.35);
}

.comparison-table {
    background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.1);
}

.speedflare-highlight {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%) !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 1.1em !important;
}

/* ボタンホバーエフェクト */
.cta-button:hover {
    background: linear-gradient(135deg, #e55a2b 0%, #e0841a 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.5) !important;
}

/* CTAボタンの基本スタイル */
.cta-button {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    font-weight: 600;
    text-align: center;
    border-radius: 9999px;
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
}

.rounded-full {
    border-radius: 9999px;
}

/* 事前申し込み特典 */
.pre-order-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 2rem !important;
    border-radius: 1rem !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    margin-bottom: 3rem !important;
}

.pre-order-box h3 {
    color: white !important;
    font-weight: 700 !important;
}

.pre-order-box p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.pre-order-box i {
    color: white !important;
}

/* 数値表示 */
.before-after-numbers {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
}

/* Coming Soon バッジ */
.coming-soon-badge {
    background: rgba(255, 107, 53, 0.1);
    color: #ff6b35;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    border: 1px solid rgba(255, 107, 53, 0.2);
}

/* Font Awesomeアイコン表示の安定化 */
.fas {
    width: 1em;
    height: 1em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

/* フォームコントロール */
input:focus, select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.3);
    border-color: rgba(249, 115, 22, 0.5);
}

/* レスポンシブ調整 */
@media (max-width: 768px) {
    .pre-order-box {
        padding: 1.5rem !important;
    }
    
    .before-after-numbers {
        font-size: 1.25rem !important;
    }
    
    .comparison-table {
        overflow-x: auto;
    }
}
 @media screen and (max-width:480px){.sp-br{display:block}.pc-br,.tb-br{display:none}}
        @media screen and (min-width:481px) and (max-width:1020px){.tb-br{display:block}.pc-br,.sp-br{display:none}}
        @media screen and (min-width:1021px){.pc-br{display:block}.tb-br,.sp-br{display:none}}
        .border-gray-300{padding-left: 0.5rem;}
        .link_white a{color: #d1d5db;}
        @media (max-width:640px){.footer_menu_sp {display: grid!important;}}
        @media (max-width:640px){.footer_menu_sp>a{margin-left: 0rem !important;font-size: 0.9rem;padding-bottom: 0.5rem;}}
        @media (max-width:640px){h2{font-size:1.7rem!important;}}
        .campaign_flex{display: flex;justify-content: space-between;}
        .campaign_flex > div{width: 45%;}
        @media (max-width:640px){.campaign_flex{display: block;justify-content:space-between;margin: auto;}.campaign_flex > div{width:100%;margin-bottom: 50px;}}
        @media (max-width:640px){.py-20{padding:2rem 0}}
        .container_faq h1{margin-bottom: 20px;text-align: center;}
        .container_faq {max-width: 900px;margin: 20px auto 80px;background: #fff;padding: 30px 40px;border-radius: 8px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);}
        .faq-item {margin-bottom: 15px;border: 1px solid #e0e0e0;border-radius: 5px;overflow: hidden;}
        .faq-question {background-color: #f8f8f8;padding: 15px 20px;cursor: pointer;display: flex;justify-content: space-between;align-items: center;font-weight: bold;color: #333;transition: background-color 0.3s ease;}
        .faq-question:hover {background-color: #f0f0f0;}
        .faq-question::after {content: '+';font-size: 1.5em;transition: transform 0.3s ease;}
        .faq-question.active::after {content: '-';transform: rotate(0deg); /* No rotation needed for '-' */}
        .faq-answer {padding: 0 20px;background-color: #ffffff;max-height: 0;overflow: hidden;transition: max-height 0.4s ease-out, padding 0.4s ease-out;}
        .faq-answer p, .faq-answer ul {padding-bottom: 15px; /* Add padding inside the answer */ margin: 0; /* Remove default margin */}
        .faq-answer ul {list-style-type: disc;padding-left: 20px;}
        .faq-answer.active {max-height: 500px; /* Adjust as needed, ensure it's larger than the content */padding: 15px 20px;}
        @media (max-width: 640px) {.comparison-table { display: none !important; }
        .comparison-table-mobile { display: block !important; }
        .comparison_card{padding: 5% 10%;width: 90%;margin: 0 auto 40px;}
        .comparison_card:last-child{margin: 0 auto 00px;}
        .py-20 {padding-top: 3rem !important;padding-bottom: 2rem !important;}
        .pb-20 {padding-bottom: 2rem!important;}
        .no_space{padding-bottom: 0rem !important;margin-bottom: 0em !important;}
    .container_faq {
    margin: 20px auto 0px;}
        }

