            /*
Theme Name: 株式会社レインヴオ  
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
            /* 見出しの下に短い下線 */
            
            .heading-1 {
                position: relative;
                text-align: center;
                /* 文字の中央寄せ */
                margin-bottom: 5px!important;
            }
            
            .heading-1::before {
                background-color: #1e90ff;
                /* 線の色 */
                border-radius: 5px;
                /* 線の両端を丸く */
                bottom: 7px;
                /* 線の位置 */
                content: "";
                height: 3px;
                /* 線の高さ */
                left: 50%;
                /* 線の中央寄せ */
                position: absolute;
                transform: translateX(-50%);
                /* 線の中央寄せ */
                width: 50px;
                /* 線の長さ */
            }
            
            .heading-1-white::before {
                background-color: #ffffff!important;
            }
            
            .page-header {
                margin-top: 70px;
            }
            
            .page-header-title,
            h1.page-header-title {
                position: relative;
                margin-top: 20px;
            }
            
            .page-header-title::after {
                font-size: 16px;
                color: #ffffff;
                position: absolute;
                top: -40px;
                left: 0;
                right: 0;
            }
            
            .heading-custom01 {
                position: relative;
                padding-top: .75em;
                color: #1c2c43;
                z-index: 1;
                border: none!important;
                text-align: center;
                letter-spacing: 5px;
                font-size: 32px;
            }
            
            .heading-custom01::before {
                position: absolute;
                bottom: .5em;
                left: 0;
                right: 0;
                z-index: -1;
                color: rgb(77, 179, 172, 0.3);
                font-size: 2.5em;
                line-height: 1;
                content: attr(data-word);
                pointer-events: none;
                letter-spacing: 15px;
            }
            
            .page-header::after {
                content: "";
                position: absolute;
                overflow: hidden;
                z-index: 1;
                display: flex;
                align-items: center;
                width: 45%;
                background-image: linear-gradient(90deg, rgba(58, 194, 187, 0.9), rgba(14, 244, 255, 0.9));
                clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
                height: 15rem;
            }
            
            #breadcrumb {
                padding-bottom: 20px;
                border-bottom: none!important;
            }
            
            .img-hover a {
                overflow: hidden;
            }
            
            .img-hover a img {
                transition: transform .6s ease;
                /* ゆっくり変化させる */
            }
            
            .img-hover a:hover img {
                transform: scale(1.3);
                /* 拡大 */
            }
            
            .img-hover2 img {
                transition: transform .6s ease;
                /* ゆっくり変化させる */
            }
            
            .img-hover2 img:hover {
                transform: scale(1.3);
                /* 拡大 */
            }
            
            .in-menu-open {
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
            }
            /*ContactFormカスタマイズ*/
            
            table.CF7_table {
                width: 80%;
                margin: 0 auto;
                border: 3px solid #e5e5e5;
            }
            
            table.CF7_table tr {
                border-top: 1px solid #e5e5e5;
            }
            /*入力欄*/
            
            .CF7_table input,
            .CF7_table textarea {
                border: 1px solid #d8d8d8;
            }
            
            .CF7_table ::placeholder {
                color: #797979;
            }
            /*「必須」文字*/
            
            .CF7_req {
                font-size: .9em;
                padding: 5px;
                background: #f79034;
                /*オレンジ*/
                color: #fff;
                border-radius: 3px;
                margin-right: 1em;
            }
            /*「任意」文字*/
            
            .CF7_unreq {
                font-size: .9em;
                padding: 5px;
                background: #bdbdbd;
                /*グレー*/
                color: #fff;
                border-radius: 3px;
                margin-right: 1em;
            }
            /* タイトル列 */
            
            @media screen and (min-width: 768px) {
                .CF7_table th {
                    width: 30%;
                    /*横幅*/
                    background-color: #ebedf5;
                    /*ブルーグレー*/
                    text-align: left;
                }
            }
            /* レスポンシブ */
            
            @media screen and (max-width: 768px) {
                table.CF7_table {
                    width: 95%;
                }
                .CF7_table tr,
                .CF7_table td,
                .CF7_table th {
                    display: block;
                    width: 100%;
                    line-height: 2.5em;
                }
                .CF7_table th {
                    background-color: #ebedf5;
                }
            }
            /* 「送信する」ボタン */
            
            .wpcf7-submit {
                /* display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-family: YuGothic, serif;
    width: 150px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #ffffff;
    color: #ffffff;
    position: relative; */
                transition: all 0.3s ease 0s;
            }
            
            input[type=submit]:not(:disabled):hover {
                color: #fff;
                cursor: pointer;
                opacity: 0.7;
                background-color: #40d5ce;
            }
            /* 
.wpcf7-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: all 0.3s ease 0s;
}

.wpcf7-submit:hover {
    color: #ffffff;
}

.wpcf7-submi:hover::before {
    transform: scale(1, 1);
}

.wpcf7-spinner {
    width: 0;
    margin: 0;
}

.CF7_btn p {
    width: 155px;
    border-radius: var(--vk-size-radius);
} */
            /* .wpcf7-submit {
    padding: .5rem 1rem;
    border: 1px solid #333;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #000000;
}

.wpcf7-submit::before {
    display: block;
    content: '';
    position: absolute;
    inset: 0;
    background-color: #ead900;
    transition: transform 0.6s ease;
    transform: scaleX(0);
    transform-origin: right;
    z-index: -1;
}

:hover::before {
    transform: scaleX(1);
    transform-origin: left;
} */
            
            .CF7_btn {
                text-align: center;
                margin-top: 50px;
            }
            
            @media screen and (max-width: 600px) {
                .sp-reverse {
                    flex-direction: column-reverse;
                }
            }
            
            .comments-area {
                display: none;
            }
            
            .allow-btn01 a {
                position: relative;
            }
            
            .allow-btn01 a::before {
                content: '';
                position: absolute;
                display: block;
                width: 30px;
                height: 1px;
                bottom: 40%;
                right: -35px;
                border-bottom: solid 1px currentColor;
            }
            
            .allow-btn01 a:after {
                content: '';
                position: absolute;
                display: block;
                width: 12px;
                height: 1px;
                background: currentColor;
                bottom: calc(34% + 5px);
                right: -37px;
                transform: rotate(45deg);
            }
            
            .allow-btn01 a:hover::before {
                right: -40px;
                /* 左へ5px移動 */
            }
            
            .allow-btn01 a:hover::after {
                right: -42px;
                /* 左へ5px移動 */
            }
            
            .allow-btn01 a::before,
            .allow-btn01 a::after {
                transition: right 0.3s ease;
            }
            
            .vkp_catch_bg_flow::before {
                height: 110%!important;
            }
            
            .vkp_catch_bg_flow {
                padding-top: 5px!important;
            }
            
            .vkp_catch_bg_flow::before {
                content: "";
                position: absolute;
                top: 0;
                left: -32px!important;
                width: 130%!important;
                /* アニメーション用に少し大きめ */
                height: 95%!important;
                background-color: rgba(255, 255, 255, 0.8)!important;
                clip-path: polygon(10% 0, 90% 0, 80% 100%, 0% 100%);
                transform-origin: left center;
                z-index: -1;
                animation: bgSlideIn 1s ease-out 0.8s forwards;
            }
            /* 初期状態は非表示 */
            
            .wp-block-navigation__submenu-container {
                opacity: 0;
                visibility: hidden;
                transition: opacity 0.3s ease;
            }
            /* メニューが開いたときに表示 */
            
            li[aria-expanded="true"]>.wp-block-navigation__submenu-container,
            .wp-block-navigation-submenu[aria-expanded="true"]>.wp-block-navigation__submenu-container {
                opacity: 1;
                visibility: visible;
            }
            
            @media screen and (max-width: 768px) {
                .vkp_catch_bg_flow::before {

                    width: 138%!important;
                    /* アニメーション用に少し大きめ */
                    height: 86%!important;
					left: -25px !important;
                }
                .vkp_catch_bg_flow {
                    line-height: 53px!important;
                }
            }
            
            .sp {
                display: none;
            }
            
            .wpcf7-spinner {
                display: none;
            }
            
            @media screen and (max-width: 768px) {
                .sp {
                    display: block;
                }
                .heading-custom01::before {
                    font-size: 2em;
                    letter-spacing: 5px;
                }
                .page-header::after {
                    width: 61%;
                }
                .page-header {
                    margin-top: 68px;
                }
                .wp-image-1246 {
                    width: 120px!important;
                }
                .wp-image-1247 {
                    width: 100px!important;
                }
                .wp-image-1248 {
                    width: 120px!important;
                }
            }




 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }


        /* Animated background lines */
        .bg-lines {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }

        .line {
            position: absolute;
            width: 2px;
            height: 100vh;
            background: linear-gradient(transparent, rgba(255,255,255,0.1), transparent);
            animation: moveDown 3s linear infinite;
        }

        .line:nth-child(1) { left: 10%; animation-delay: 0s; }
        .line:nth-child(2) { left: 20%; animation-delay: 0.5s; }
        .line:nth-child(3) { left: 30%; animation-delay: 1s; }
        .line:nth-child(4) { left: 40%; animation-delay: 1.5s; }
        .line:nth-child(5) { left: 50%; animation-delay: 2s; }
        .line:nth-child(6) { left: 60%; animation-delay: 2.5s; }
        .line:nth-child(7) { left: 70%; animation-delay: 0.7s; }
        .line:nth-child(8) { left: 80%; animation-delay: 1.2s; }
        .line:nth-child(9) { left: 90%; animation-delay: 1.8s; }

        @keyframes moveDown {
            0% {
                transform: translateY(-100vh);
                opacity: 0;
            }
            50% {
                opacity: 1;
            }
            100% {
                transform: translateY(100vh);
                opacity: 0;
            }
        }



        /* Main content */
        main {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .hero {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .hero-content {
            color: white;
        }

        .hero-title {
            font-size: 4rem;
            font-weight: bold;
            line-height: 1.1;
            margin-bottom: 20px;
            opacity: 0;
            animation: fadeInUp 1s ease-out 0.5s forwards;
        }

        .hero-subtitle {
            font-size: 1.2rem;
            margin-bottom: 30px;
            opacity: 0;
            animation: fadeInUp 1s ease-out 0.8s forwards;
        }

        .cta-button {
            display: inline-block;
            background: #10b981;
            color: white;
            padding: 15px 30px;
            text-decoration: none;
            font-weight: bold;
            border-radius: 5px;
            transition: all 0.3s;
            opacity: 0;
            animation: fadeInUp 1s ease-out 1.1s forwards;
        }

        .cta-button:hover {
            background: #059669;
            transform: translateY(-2px);
        }

        /* Isometric illustration */
        .hero-visual {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            animation: fadeInUp 1s ease-out 1.4s forwards;
        }

        .building-stack {
            position: relative;
            width: 400px;
            height: 500px;
        }

        .floor {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 50px;
            background: rgba(16, 185, 129, 0.1);
            backdrop-filter: blur(10px);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            animation: floatFloor 4s ease-in-out infinite;
        }

        @keyframes floatFloor {
            0%, 100% { transform: translateX(-50%) translateY(0); }
            50% { transform: translateX(-50%) translateY(-15px); }
        }

        .floor:nth-child(1) { animation-delay: 0s; }
        .floor:nth-child(2) { animation-delay: 1.3s; }
        .floor:nth-child(3) { animation-delay: 2.6s; }

        .floor1 {
            bottom: 0;
            width: 350px;
            height: 120px;
        }

        .floor2 {
            bottom: 100px;
            width: 300px;
            height: 100px;
        }

        .floor3 {
            bottom: 180px;
            width: 250px;
            height: 80px;
        }

        .floor-content {
            color: white;
            text-align: center;
            font-size: 14px;
        }

        .people {
            position: absolute;
            width: 20px;
            height: 20px;
            background: #10b981;
            border-radius: 50%;
            animation: float 2s ease-in-out infinite;
        }

        .people:nth-child(odd) {
            animation-delay: 0.5s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }

        /* Side elements */

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Japanese text styling */
        .jp-text {
            writing-mode: vertical-rl;
            text-orientation: mixed;
            position: absolute;
            right: 50px;
            top: 50%;
            transform: translateY(-50%);
            color: white;
            font-size: 18px;
            line-height: 1.8;
            opacity: 0;
            animation: fadeInUp 1s ease-out 1.7s forwards;
        }

        /* Video Production Section */
        .video-section {
            min-height: 100vh;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background: linear-gradient(45deg, #0f172a 0%, #1e293b 50%, #334155 100%);
        }
.video-showcase-2 {
margin-top: 50px;
}

        .video-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.3;
            z-index: 1;
        }

        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(15, 23, 42, 0.6) 0%, rgba(30, 41, 59, 0.4) 100%);
            z-index: 2;
        }

        .video-content {
            position: relative;
            z-index: 3;
            max-width: 1200px;
            margin: 0 auto;
            padding: 50px 20px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .video-text {
            color: white;
        }

        .section-tag {
            display: inline-block;
            background: rgba(16, 185, 129, 0.2);
            color: #10b981;
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 20px;
            border: 1px solid rgba(16, 185, 129, 0.3);
            animation: glow 2s ease-in-out infinite alternate;
        }

        @keyframes glow {
            from { box-shadow: 0 0 5px rgba(16, 185, 129, 0.3); }
            to { box-shadow: 0 0 20px rgba(16, 185, 129, 0.6); }
        }

        .video-title {
            font-size: 3.5rem;
            font-weight: bold;
            line-height: 1.1;
            margin-bottom: 30px;
            background: linear-gradient(45deg, #ffffff, #10b981);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .video-description {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 40px;
            opacity: 0.9;
        }

        .video-features {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 15px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 10px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s;
        }

        .feature-item:hover {
            transform: translateY(-5px);
            background: rgba(16, 185, 129, 0.1);
            border-color: rgba(16, 185, 129, 0.3);
        }

        .feature-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(45deg, #10b981, #059669);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 18px;
        }

        .video-cta {
            display: flex;
            gap: 20px;
        }

        .cta-video {
            background: linear-gradient(45deg, #10b981, #059669);
            color: white;
            padding: 15px 30px;
            text-decoration: none;
            border-radius: 50px;
            font-weight: bold;
            transition: all 0.3s;
            box-shadow: 0 5px 15px rgba(16, 185, 129, 0.3);
        }

        .cta-video:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
        }

        .cta-secondary {
            background: transparent;
            color: white;
            padding: 15px 30px;
            text-decoration: none;
            border-radius: 50px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            font-weight: bold;
            transition: all 0.3s;
        }

        .cta-secondary:hover {
            border-color: #10b981;
            color: #10b981;
        }

        /* Video Showcase */
        .video-showcase {
            position: relative;
        }

        .video-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 30px;
        }

        .video-card {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s;
        }

        .video-card:hover {
            transform: scale(1.05) rotateY(5deg);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        .video-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, transparent, rgba(16, 185, 129, 0.2));
            opacity: 0;
            transition: opacity 0.3s;
            z-index: 1;
        }

        .video-card:hover::before {
            opacity: 1;
        }

        .video-placeholder {
            width: 100%;
            height: 120px;
            background: linear-gradient(45deg, #334155, #475569);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            position: relative;
        }

        .play-icon {
            position: absolute;
            width: 40px;
            height: 40px;
            background: rgba(16, 185, 129, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            animation: pulse-play 2s ease-in-out infinite;
        }

        @keyframes pulse-play {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }

        .video-info {
            padding: 15px;
            color: white;
        }

        .video-info h4 {
            font-size: 14px;
            margin-bottom: 5px;
        }

        .video-info p {
            font-size: 12px;
            opacity: 0.7;
        }

        .main-video-card {
            grid-column: 1 / -1;
            height: 200px;
        }

        .main-video-card .video-placeholder {
            height: 140px;
        }

        /* Floating elements */
        .floating-element {
            position: absolute;
            background: rgba(16, 185, 129, 0.1);
            border: 1px solid rgba(16, 185, 129, 0.3);
            border-radius: 50%;
            animation: float-random 6s ease-in-out infinite;
        }

        .floating-element:nth-child(1) {
            width: 20px;
            height: 20px;
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }

        .floating-element:nth-child(2) {
            width: 30px;
            height: 30px;
            top: 60%;
            right: 15%;
            animation-delay: 2s;
        }

        .floating-element:nth-child(3) {
            width: 15px;
            height: 15px;
            bottom: 30%;
            left: 20%;
            animation-delay: 4s;
        }

        @keyframes float-random {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            33% { transform: translateY(-20px) rotate(120deg); }
            66% { transform: translateY(10px) rotate(240deg); }
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 40px;
            }

            .hero-title {
                font-size: 2.5rem;
margin-top: 100px;
            }
.hero-content {
    height: 150px;
}
.main-message {
    padding: 30px;
}
            .nav-menu {
                display: none;
            }

            .jp-text {
                display: none;
            }

            .side-element {
                display: none;
            }

            .building-stack {
                width: 300px;
                height: 400px;
            }

            .floor1 { width: 280px; }
            .floor2 { width: 240px; }
            .floor3 { width: 200px; }

            .video-content {
                grid-template-columns: 1fr;
                gap: 40px;
                text-align: center;
            }

            .video-title {
                font-size: 2.5rem;
            }

            .video-features {
                grid-template-columns: 1fr;
            }

            .video-cta {
                flex-direction: column;
                align-items: center;
            }

            .video-grid {
                grid-template-columns: 1fr;
            }
.main-message {
                padding: 30px 20px;
            }

            .main-message h3 {
                font-size: 1.5rem;
            }
.main-message {
                padding: 30px 20px!important;
            }

            .main-message h3 {
                font-size: 1.5rem;
            }
.video-showcase-2 {
    margin-top: 0;
}

        }

     .main-message {
    border: 1px solid rgba(16, 185, 129, 0.3);
    animation: glow 2s ease-in-out infinite alternate;
            border-radius: 16px;
            padding: 40px;
            margin-bottom: 60px;
            text-align: center;
            color: white;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    background: rgba(16, 185, 129, 0.2);
margin-top: 50px;
        }

        .main-message h3 {
            font-size: 1.8rem;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .main-message p {
            font-size: 1.1rem;
            opacity: 0.95;
        }
.video-placeholder {
background-size: cover;
background-position: center;
}
.video-placeholder-fa {
background-image: url(https://www.reinevo.com/wp-content/uploads/2025/06/AdobeStock_328538283-2-scaled.webp)!important; 
}
.video-placeholder-hc {
background-image: url(https://www.reinevo.com/wp-content/uploads/2025/06/AdobeStock_99868309-scaled.webp)!important;
}
.video-placeholder-1 {
background-image: url(https://www.reinevo.com/wp-content/uploads/2025/06/AdobeStock_328538283-2-scaled.webp)!important;
}
.video-placeholder-2 {
background-image: url(https://www.reinevo.com/wp-content/uploads/2025/08/Gemini_Generated_Image_s01ucqs01ucqs01u.png)!important;
}
.video-placeholder-3 {
background-image: url(https://www.reinevo.com/wp-content/uploads/2025/06/AdobeStock_929280547-scaled.webp)!important;
}



   /* =========================
   Digital Content Hero
========================= */
        /* ヒーローセクション */
        
        .dc-hero {
            position: relative;
            height: 110vh;
            margin-left: calc(50% - 50vw);
            margin-right: calc(50% - 50vw);
            background: #050505;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        #pageTopCanvas {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            /* 上下のフェードアウト効果（グリッドが急に切れないように） */
            mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
        }
        
        .dc-hero__content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: #ffffff;
            pointer-events: none;
        }
        
        .dc-title {
            font-size: clamp(48px, 10vw, 110px) !important;
            font-weight: 900 !important;
            letter-spacing: -0.02em !important;
            /* 逆に詰めるのが最近のトレンド */
            line-height: 0.9 !important;
            margin-bottom: 20px !important;
            text-transform: uppercase;
            /* 背景を透過させてグリッドを見せる */
            -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
            color: transparent;
            background: linear-gradient(180deg, #fff 40%, rgba(255, 255, 255, 0) 100%);
            -webkit-background-clip: text;
        }
        
        .dc-sub {
            font-size: 1.2rem !important;
            letter-spacing: 0.4em !important;
            color: #00d4ff;
            margin-bottom: 30px !important;
            font-weight: 300;
        }
        
        #reinevo-graphic-wrap,
        .dc-hero {
            transition: background-color 0.8s ease;
        }
        /* 次のセクション（画像がある部分）のコンテナ */
        
        .next-content-section {
            background: linear-gradient(to bottom, #050505, #e0f2f1);
            /* 黒からミントグリーンへのグラデ */
            padding: 100px 0;
            opacity: 0;
            transform: translateY(50px);
            transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
        }
        /* 表示フラグが立った時のスタイル */
        
        .next-content-section.is-visible {
            opacity: 1;
            transform: translateY(0);
        }
        /* 全体背景のコントロール */
        
        #dc-dynamic-wrap {
            background: radial-gradient(circle at 50% 50%, #101a24 0%, #080c10 100%);
            overflow: hidden;
            transition: background 1.2s cubic-bezier(0.4, 0, 0.2, 1);
        }
        /* スクロールして明るい背景に切り替わる時 */
        
        #dc-dynamic-wrap.is-light {
            background: #f2f9f8 !important;
            /* ミントグリーン白 */
        }
        /* Heroエリア */
        
        .dc-hero {
            position: relative;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /* 3DグリッドCanvas */
        
        #pageTopCanvas {
            position: fixed;
            /* 固定してスクロール中も背景として残す */
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            pointer-events: none;
        }
        /* メッセージセクション */
        
        .dc-message-section {
            position: relative;
            z-index: 2;
            /* Canvasより上 */
            padding: 200px 0;
            min-height: 100vh;
        }
        /* スクロールによる背景変化用（JSで制御） */
        
        .bg-light-mode {
            background-color: #f0f9f8 !important;
            /* ミント系白 */
        }
        
        .bg-light-mode .dc-message-text {
            color: #333 !important;
        }
        /* レイアウト：画像、テキスト、画像 */
        
        .dc-message-layout {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .dc-side-image img {
            max-width: 300px;
            border-radius: 4px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }
        
        .dc-message-text {
            flex: 1;
            text-align: center;
            color: #fff;
            /* 最初は白（黒背景用） */
            transition: color 1.0s ease;
        }
        
        .dc-heading {
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 1.4;
            margin: 20px 0;
        }
        /* 装飾：スクロールを促す線 */
        
        .dc-scroll-line {
            width: 1px;
            height: 80px;
            background: linear-gradient(to bottom, #00d4ff, transparent);
            margin: 40px auto;
            animation: scrollMove 2s infinite;
        }
        
        @keyframes scrollMove {
            0% {
                transform: scaleY(0);
                transform-origin: top;
            }
            50% {
                transform: scaleY(1);
                transform-origin: top;
            }
            51% {
                transform: scaleY(1);
                transform-origin: bottom;
            }
            100% {
                transform: scaleY(0);
                transform-origin: bottom;
            }
        }
        
        .dc-title-main {
            /* font-size: clamp(60px, 12vw, 140px) !important;
            font-weight: 900 !important;
            line-height: 0.85 !important;
            text-align: center; */
            font-size: clamp(60px, 12vw, 140px) !important;
            font-weight: 900 !important;
            line-height: 0.85 !important;
            text-align: center;
            color: #ffffff;
            /* わずかに光彩をつけて背景から浮かせる */
            text-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
        }
        
        .dc-title-main .outline {
            /* color: transparent; 
            -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6); */
            color: transparent;
            -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
        }
        /* メッセージセクション */
        
        .dc-vision-section {
            position: relative;
            padding: 10vh 0;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 100vh;
        }
        /* 浮遊する画像：非対称な配置 */
        
        .dc-floating-img {
            position: absolute;
            width: 30%;
            z-index: 5;
            transition: transform 0.1s ease-out;
        }
        
        .img-left {
            left: 5%;
            top: 10%;
            transform: rotate(-5deg);
        }
        
        .img-right {
            right: 5%;
            bottom: 10%;
            transform: rotate(5deg);
        }
        
        .dc-floating-img img {
            width: 100%;
            filter: grayscale(30%) brightness(80%);
            transition: all 0.6s ease;
            border-radius: 8px;
        }
        
        .dc-floating-img:hover img {
            filter: grayscale(0%) brightness(100%);
            transform: scale(1.05);
        }
        /* テキストの演出 */
        
        .dc-vision-text {
            position: relative;
            z-index: 10;
            text-align: center;
            max-width: 600px;
        }
        
        .dc-badge {
            display: inline-block;
            padding: 4px 12px;
            border: 1px solid #00d4ff;
            color: #00d4ff;
            font-size: 12px;
            letter-spacing: 0.3em;
            margin-bottom: 20px;
        }
        /* ヒーロー文言：可読性を上げるためのシャドウ */
        
        .dc-hero-lead {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.1rem;
            letter-spacing: 0.1em;
            margin-top: 20px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        }