/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* ==========================================
   1. Lightning ?????????LP???
========================================== */
.page-header, .vk_pageHeader, .page-header-container, .page-header-inner, .breadcrumb,
.site-footer, #footer, .footerMenu, .copySection, .site-footer-copyright {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
}

.site-body {
    padding: 0 !important;
}

/* ==========================================
   2. ??????????????????
========================================== */
#lp-container {
    background: #ffffff;
    color: #1a1a1a;
    font-family: "Noto Serif JP", serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    line-height: 1.8;
}

.lp-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* ==========================================
   3. Hero Section????
========================================== */
#hero {
    background: #000; /* ?????????????? */
    color: #fff;
    text-align: center;
    justify-content: center;
}

.location-tag {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    margin-bottom: 1rem;
    color: rgba(255,255,255,0.7);
}

.main-title {
    font-size: clamp(2.5rem, 8vw, 5.5rem);
    letter-spacing: 0.3em;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 2rem;
}

.hero-lead {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    line-height: 2;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.scroll-indicator .line {
    display: block;
    width: 1px;
    height: 60px;
    background: rgba(255,255,255,0.3);
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}
.scroll-indicator .line::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: #fff;
    animation: scroll-down 2s infinite;
}
@keyframes scroll-down {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(100%); }
}

/* ==========================================
   4. Structure Section???????
========================================== */
.dark {
    background: #111111; /* ??????????? */
    color: #fff;
}

.split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
}

.section-num {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    color: #c0392b; /* ??????????? */
    display: block;
    margin-bottom: 10px;
}

.text-block h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    line-height: 1.3;
}

/* ???????????CDJ-3000X??????? */
.roof-visual-container {
    flex: 1;
    position: relative;
    height: 500px;
}

.roof-layer {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 2rem;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    transition: all 0.5s ease;
}

.roof-layer .label {
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 5px;
}

.roof-layer .caption {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
}

/* ==========================================
   5. Story Section???????
========================================== */
#story {
    padding: 100px 0;
}

.flex-layout {
    display: flex;
    gap: 8%;
    align-items: center;
}

.story-visual {
    flex: 1;
    position: relative;
}

.img-frame {
    aspect-ratio: 4/5;
    background: linear-gradient(135deg, #2c3e50 0%, #000000 100%);
    position: relative;
}

.experience-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #c0392b;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.experience-badge .num { font-size: 2.5rem; font-weight: bold; display: block; }

/* ==========================================
   6. CTA?????????????
========================================== */
.cta-wrapper {
    margin-top: 3rem;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 22px 40px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: 0.3s;
    font-size: 1.1rem;
}

.cta-button.main {
    background: #c0392b;
    color: #fff;
    flex: 2;
}

.cta-button.line {
    background: #06C755;
    color: #fff;
    flex: 1;
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.cta-note {
    font-size: 0.85rem;
    margin-top: 15px;
    color: #666;
}

/* ?????????? */
@media (max-width: 768px) {
    .split, .flex-layout { flex-direction: column; text-align: center; }
    .main-title { font-size: 2.5rem; }
    .cta-wrapper { flex-direction: column; }
}

/* Lightning?????????????? */
.site-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ??????????????????? */
header.site-header {
    display: none !important;
}

/* WARM?????????????? */
nav.warm-custom-nav {
    position: fixed; /* LP???????????????? fixed ?? */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent; /* ?????? */
}

/* ???????????????????????????? */
/* .warm-dots-stage { margin-top: 0; } */

/* ?????????????CSS */
#lp-container {
    display: block !important;
    min-height: 100vh;
}

.lp-section {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ccc; /* ?????????? */
}

#hero {
    background-color: #1a1a1a !important; /* ?????? */
    color: #ffffff !important;
}

.main-title {
    color: #ffffff !important;
    font-size: 4rem !important;
}