/* ========================================
   DINOSAUR RESTAURANT - SAMPLE BASE CSS
   ======================================== */

/* ===== WordPress競合回避 ===== */
body.dino-page {
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}

html.dino-page {
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* WordPressの既存要素を非表示 */
.site-header,
#masthead,
.site-footer,
#colophon,
.site-main:not(.dino-main),
#main:not(.dino-main),
.content-area:not(.dino-main),
.wp-block-group:not(.dino-main),
.entry-content:not(.dino-main) {
    display: none !important;
}

/* Import Google Fonts */
@import "https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&family=Shippori+Mincho+B1&display=swap";

/* Reset and Base Styles */
*, *::before, *::after {
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, dd, th, td, hr, iframe, fieldset, legend, button, input, textarea, select, option {
    margin: 0;
    padding: 0;
    border: none;
}

h1, h2, h3, h4, h5, h6, sub, sup, th {
    font-size: inherit;
    font-weight: inherit;
}

address, em, var, cite, dfn {
    font-style: normal;
}

caption, th {
    text-align: left;
}

a, ins, abbr[title] {
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
}

main {
    display: block;
}

ul, ol {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
}

q::before, q::after {
    content: none;
}

sub, sup {
    vertical-align: baseline;
}

mark {
    background: none;
    color: inherit;
}

button, input, textarea, select {
    background: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

select {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

template {
    display: none;
}

/* Responsive Classes */
@media screen and (max-width: 767px) {
    .-pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .-sp {
        display: none !important;
    }
}

.-tab {
    display: none;
}

html.-tablet .-tab {
    display: block;
}

.-white {
    color: #fff;
}

.-font-en {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0;
}

.-vertical {
    -ms-writing-mode: initial;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
}

html.-en .-vertical {
    -ms-writing-mode: initial;
    writing-mode: horizontal-tb;
}

/* Base Styles */
html {
    background-color: #000;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 1vw;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 3.3816425121vw;
    }
}

@media screen and (max-width: 767px) {
    html.-hidden {
        overflow: hidden;
    }
}

body {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    overflow-x: hidden;
    font-feature-settings: "palt";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    font-weight: 500;
}

/* Background Pattern */
body:before {
    content: "";
    position: fixed;
    background-image: url("../img/dinosaurrestaurant/bg-05.webp");
    background-repeat: repeat;
    background-size: 400px 400px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: opacity .8s cubic-bezier(0.77, 0.605, 0.49, 0.95);
    will-change: opacity;
    opacity: 0.1;
    z-index: -100;
}

/* body:after オーバーレイ削除 */

@media screen and (min-width: 768px) {
    body {
        font-size: 1.125rem;
        line-height: 2rem;
        letter-spacing: .1125rem;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100vw;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1rem;
        line-height: 1.7857142857rem;
        letter-spacing: .1rem;
    }
}

@media screen and (max-width: 767px) and (max-width: 591.4285714286px) {
    body {
        font-size: 10px;
    }
}

html.-full body {
    height: 100%;
}

html.-tablet body {
    overflow: visible;
}

[data-wrapper].is-show {
    opacity: 1;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

svg {
    overflow: visible;
}

/* Animation Classes */
[data-fadein-item], [data-fadeinfooter-item] {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 1.2s cubic-bezier(0.77, 0.605, 0.49, 0.95), transform 1s cubic-bezier(0.465, 0.82, 0.435, 0.99);
    will-change: opacity, transform;
}

@media screen and (min-width: 768px) {
    [data-fadein-item].nth1, [data-fadeinfooter-item].nth1 {
        transition: opacity 1.2s cubic-bezier(0.77, 0.605, 0.49, 0.95) .2s, transform 1s cubic-bezier(0.465, 0.82, 0.435, 0.99) .2s;
    }
}

@media screen and (max-width: 767px) {
    [data-fadein-item].nth1-sp, [data-fadeinfooter-item].nth1-sp {
        transition: opacity 1.2s cubic-bezier(0.77, 0.605, 0.49, 0.95) .2s, transform 1s cubic-bezier(0.465, 0.82, 0.435, 0.99) .2s;
    }
}

@media screen and (min-width: 768px) {
    [data-fadein-item].nth2, [data-fadeinfooter-item].nth2 {
        transition: opacity 1.2s cubic-bezier(0.77, 0.605, 0.49, 0.95) .4s, transform 1s cubic-bezier(0.465, 0.82, 0.435, 0.99) .4s;
    }
}

@media screen and (max-width: 767px) {
    [data-fadein-item].nth2-sp, [data-fadeinfooter-item].nth2-sp {
        transition: opacity 1.2s cubic-bezier(0.77, 0.605, 0.49, 0.95) .4s, transform 1s cubic-bezier(0.465, 0.82, 0.435, 0.99) .4s;
    }
}

[data-fadein-item].-enter, [data-fadeinfooter-item].-enter {
    opacity: 1;
    transform: translateY(0);
}

[data-sectitle] [data-sectitle-item] {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1.2s cubic-bezier(0.77, 0.605, 0.49, 0.95), transform 1s cubic-bezier(0.465, 0.82, 0.435, 0.99);
    will-change: opacity, transform;
}

[data-sectitle].-enter [data-sectitle-item] {
    opacity: 1;
    transform: translateY(0);
}

[data-speciality-copy] {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1.2s cubic-bezier(0.77, 0.605, 0.49, 0.95), transform 1s cubic-bezier(0.465, 0.82, 0.435, 0.99);
    will-change: opacity, transform;
}

[data-speciality-copy].-enter {
    opacity: 1;
    transform: translateY(0);
}

.-hover {
    transition: opacity cubic-bezier(0.77, 0.605, 0.49, 0.95) .3s;
    will-change: opacity;
}

.-hover:hover {
    opacity: .5;
}

/* Header Styles */
.cHeader {
    position: fixed;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    pointer-events: none;
    color: #fff;
    width: 100%;
    transition: color cubic-bezier(0.77, 0.605, 0.49, 0.95) .2s;
    will-change: color;
}

@media screen and (min-width: 768px) {
    html.-dark .cHeader {
        color: #000;
    }
}

.cHeader-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (min-width: 768px) {
    .cHeader-inner {
        padding-top: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .cHeader-inner {
        padding-top: 1.8571428571rem;
    }
}

.cHeader-link {
    pointer-events: all;
    position: relative;
}

@media screen and (min-width: 768px) {
    .cHeader-link {
        margin-right: 2.375rem;
    }
}

@media screen and (max-width: 767px) {
    .cHeader-link {
        margin-right: 1.5714285714rem;
    }
}

.cHeader-link .cLinkLine {
    font-weight: 600;
    padding-top: 0;
}

@media screen and (min-width: 768px) {
    .cHeader-link .cLinkLine {
        font-size: .875rem;
        line-height: 1.575rem;
        letter-spacing: .0875rem;
        padding-bottom: .3125rem;
    }
}

@media screen and (max-width: 767px) {
    .cHeader-link .cLinkLine {
        font-size: 1rem;
        line-height: 1.8rem;
        letter-spacing: .1rem;
        padding-bottom: .3571428571rem;
    }
}

html.-dark .cHeader-link .cLinkLine:before {
    background-color: rgba(0,0,0,.5);
}

html.-dark .cHeader-link .cLinkLine-line:before,
html.-dark .cHeader-link .cLinkLine-line:after {
    background-color: #000;
}

.cHeader-menu {
    z-index: 1;
    pointer-events: all;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .cHeader-menu {
        position: relative;
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 3.625rem;
        margin-top: 1.6875rem;
    }
}

@media screen and (max-width: 767px) {
    .cHeader-menu {
        position: absolute;
        width: 4.1428571429rem;
        height: 4.1428571429rem;
        right: 2.0714285714rem;
        top: .8571428571rem;
    }
}

.cHeader-menu > * {
    position: absolute;
    top: 50%;
    background-color: #fff;
    width: 100%;
    height: 1px;
    transition: background-color cubic-bezier(0.77, 0.605, 0.49, 0.95) .4s, transform cubic-bezier(0.465, 0.82, 0.435, 0.99) .4s, margin-top cubic-bezier(0.465, 0.82, 0.435, 0.99) .4s;
    will-change: background-color, transform, margin-top;
}

html.-dark .cHeader-menu > * {
    background-color: #000;
}

@media screen and (min-width: 768px) {
    .cHeader-menu > *:nth-child(1) {
        margin-top: -0.1875rem;
    }
}

@media screen and (max-width: 767px) {
    .cHeader-menu > *:nth-child(1) {
        margin-top: -.2142857143rem;
    }
}

@media screen and (min-width: 768px) {
    .cHeader-menu > *:nth-child(2) {
        margin-top: .1875rem;
    }
}

@media screen and (max-width: 767px) {
    .cHeader-menu > *:nth-child(2) {
        margin-top: .2142857143rem;
    }
}

.cHeader-menu.-show > *:nth-child(1) {
    transform: rotate(13deg);
    margin-top: 0;
}

.cHeader-menu.-show > *:nth-child(2) {
    transform: rotate(-13deg);
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .cHeader-menu.-show > * {
        background-color: #fff !important;
    }
}

/* Link Line Styles */
.cLinkLine {
    display: block;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    cursor: pointer;
}

.cLinkLine * {
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .cLinkLine {
        font-size: .75rem;
        letter-spacing: .075rem;
        line-height: 1.35rem;
        padding: .4375rem 0 .25rem;
    }
}

@media screen and (max-width: 767px) {
    .cLinkLine {
        font-size: .8571428571rem;
        letter-spacing: .0342857143rem;
        line-height: 1.5428571429rem;
        padding: .3571428571rem 0 .2142857143rem;
    }
}

.cLinkLine:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,.5);
}

.cLinkLine-line {
    position: absolute;
    width: 100%;
    height: 2px;
    overflow: hidden;
    bottom: 0;
    left: 0;
}

.cLinkLine-line:before,
.cLinkLine-line:after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    background: rgba(255,255,255,.8);
}

.cLinkLine-line:before {
    width: 0%;
    right: 0;
    transition: width cubic-bezier(0.465, 0.82, 0.435, 0.99) .5s, background-color cubic-bezier(0.77, 0.605, 0.49, 0.95) .2s;
    will-change: width, background-color;
}

.cLinkLine-line:after {
    left: -0.625rem;
    transition: .2s width cubic-bezier(0.465, 0.82, 0.435, 0.99) .45s, background-color cubic-bezier(0.77, 0.605, 0.49, 0.95) .2s;
    will-change: width, background-color;
}

@media screen and (min-width: 768px) {
    .cLinkLine-line:after {
        width: 2.1875rem;
    }
}

@media screen and (max-width: 767px) {
    .cLinkLine-line:after {
        width: 70%;
        max-width: 3.2142857143rem;
    }
}

.cLinkLine:hover .cLinkLine-line:before {
    right: inherit;
    left: 0;
    width: 100%;
}

.cLinkLine:hover .cLinkLine-line:after {
    width: 0%;
    transition: 0s width .2s;
    will-change: width;
}

/* ===== 新しいシンプルなレイアウト構造 ===== */

/* 固定背景動画 */
.dino-bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}

.dino-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media screen and (max-width: 767px) {
    .dino-bg-video video {
        object-position: 20% 40%; 
    }
}

/* メインコンテナ */
.dino-main {
    position: relative;
    z-index: 1;
}

/* 共通セクションスタイル */
.dino-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 共通コンテナ */
.dino-container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ===== セクション1: ヒーロー ===== */
.dino-hero {
    flex-direction: column;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.dino-hero-content {
    text-align: center;
    z-index: 2;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.dino-hero-logo {
    margin-bottom: 2rem;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.dino-hero-logo img {
    max-width: 800px;
    max-height: 350px;
    display: block !important;
    margin: 0 auto;
    opacity: 1 !important;
    visibility: visible !important;
}

@media screen and (max-width: 767px) {
    .dino-hero-logo img {
        max-width: 350px;
        max-height: 250px;
    }
}

.dino-hero-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff !important;
    text-shadow: 0 0 20px rgba(102, 255, 153, 0.8), 0 0 40px rgba(102, 255, 153, 0.5);
    margin-bottom: 1rem;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media screen and (max-width: 767px) {
    .dino-hero-title {
        font-size: 1.5rem;
    }
}

.dino-hero-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    color: #ffffff !important;
    text-shadow: 0 0 15px rgba(102, 255, 153, 0.6);
    margin-bottom: 1rem;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media screen and (max-width: 767px) {
    .dino-hero-subtitle {
        font-size: 1.2rem;
    }
}

.dino-hero-date {
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(102, 255, 153, 0.5);
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media screen and (max-width: 767px) {
    .dino-hero-date {
        font-size: 1rem;
    }
}

.dino-hero-scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    font-size: 0.9rem;
    text-shadow: 0 0 10px rgba(102, 255, 153, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.dino-scroll-line {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, rgba(102, 255, 153, 0.8), rgba(102, 255, 153, 0));
    animation: scrollLineAnim 2s ease-in-out infinite;
    margin-top: 0.5rem;
}

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

/* ===== セクション2: コンセプト ===== */
.dino-concept {
    position: relative;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 150px 0 !important;
    margin: 100px 0 0 !important;
}

@media screen and (max-width: 767px) {
.dino-concept {
    padding: 40px 0 !important;
    margin: 40px 0 0 !important;
}
}

.dino-concept::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(4px);
    z-index: -1;
}

.dino-section-title {
    text-align: center;
    margin-bottom: 3rem;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.dino-title-main {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff !important;
    text-shadow: 0 0 20px rgba(102, 255, 153, 0.8);
    margin-bottom: 2rem;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media screen and (max-width: 767px) {
    .dino-title-main {
        font-size: 1.8rem;
    }
}

.dino-title-sub {
    font-size: 1.5rem;
    font-weight: 400;
    color: #ffffff !important;
    text-shadow: 0 0 15px rgba(102, 255, 153, 0.6);
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media screen and (max-width: 767px) {
    .dino-title-sub {
        font-size: 1.2rem;
    }
}

.dino-concept-video {
    width: 100%;
    margin-bottom: 4rem;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(102, 255, 153, 0.3);
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media screen and (max-width: 767px) {
    .dino-concept-video {
        margin-bottom: 2rem;
    }
}

.dino-concept-video video {
    width: 100%;
    height: auto;
    display: block !important;
    object-fit: cover;
    max-height: 500px;
    opacity: 1 !important;
    visibility: visible !important;
}

@media screen and (max-width: 767px) {
    .dino-concept-video video {
        max-height: 230px;
        width: auto;
    }
}

.dino-concept-text {
    color: #ffffff !important;
    font-size: 1.1rem;
    line-height: 2rem;
    letter-spacing: 0.05rem;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.dino-concept-text p {
    margin-bottom: 1.5rem;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #ffffff !important;
}

.dino-concept-text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .dino-concept-text {
        font-size: 1rem;
        line-height: 1.8rem;
    }
}

/* ===== Experience Section - 背景動画 ===== */
.experience-section {
    position: relative;
    overflow: hidden;
}

.experience-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.experience-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(3px) brightness(0.5);
}

/* Experience Section コンテンツのz-index調整 */
.experience-section .cSecTitle,
.experience-section .lService-inner,
.experience-section .lService-text,
.experience-section .lService-list,
.experience-section .lService-item {
    position: relative;
    z-index: 1;
}

/* 各セクションのコンテンツエリア統一 */
.dino-container,
.lService-inner,
.lPlan-wrap,
.lAbout-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .dino-container,
    .lService-inner,
    .lPlan-wrap,
    .lAbout-wrap {
    }
}

/* Experience Section - シンプル2カラムレイアウト */
.lService-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.lService-item {
    display: flex !important;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    border: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

.lService-item-image {
    text-align: center;
    width: 100%;
}

.lService-item-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.lService-item-image img:hover {
    transform: scale(1.02);
}

.lService-item-content {
    text-align: center;
    width: 100%;
    border: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

.lService-item-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    text-shadow: 0 0 15px rgba(102, 255, 153, 0.8);
}

.lService-item-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #ffffff;
    text-shadow: 0 0 8px rgba(102, 255, 153, 0.5);
}

@media screen and (max-width: 1200px) {
    .lService-list {
        max-width: 1200px;
        gap: 3rem;
        padding: 0 1.5rem;
    }
    
    .lService-item-image img {
        height: 280px;
    }
    
    .lService-item-title {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1024px) {
    .lService-list {
        gap: 2rem;
        max-width: 900px;
        padding: 0 1rem;
    }
    
    .lService-item-image img {
        height: 100%;
    }
    
    .lService-item-title {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .lService-list {
        grid-template-columns: 1fr !important;
        gap: 2rem;
        padding: 0;
    }
    
    .lService-item-image img {
        height: 100%;
    }
    
    .lService-item-title {
        font-size: 1.3rem;
    }
}

/* ===== Information Section - 背景ぼかし効果 ===== */
.lAbout {
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
}

.lAbout::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(4px);
    z-index: -1;
}

/* ===== Information Section - 1カラムレイアウト ===== */
.lAbout-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.lAbout-hours-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.lAbout-item-title {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.lAbout-item-title i {
    font-size: 1.6rem;
}

.lAbout-item-text {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .lAbout-section {
        max-width: 900px;
    }
    
    .lAbout-hours-row {
        gap: 2rem;
    }
    
    .lAbout-item-title {
        font-size: 1.2rem;
    }
    
    .lAbout-item-text {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .lAbout-section {
        max-width: 100%;
        padding: 0;
    }
    
    .lAbout-hours-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .lAbout-item-title {
        font-size: 1.1rem;
    }
    
    .lAbout-item-text {
        font-size: 0.95rem;
    }
}

/* ===== FAQ Section ===== */
.lAbout-faq {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(102, 255, 153, 0.3);
}

.lAbout-faq-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 3rem;
    text-shadow: 0 0 15px rgba(102, 255, 153, 0.8);
    position: relative;
}

.lAbout-faq-title::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, rgba(102, 255, 153, 1), rgba(102, 255, 153, 0.3));
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(102, 255, 153, 0.5);
}

.lAbout-faq-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 auto;
}

.lAbout-faq-item {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(102, 255, 153, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.lAbout-faq-item:hover {
    border-color: rgba(102, 255, 153, 0.4);
    box-shadow: 0 0 20px rgba(102, 255, 153, 0.2);
}

.lAbout-faq-question {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.lAbout-faq-q {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: linear-gradient(135deg, rgba(102, 255, 153, 0.8), rgba(102, 255, 153, 0.4));
    color: #000000;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 10px rgba(102, 255, 153, 0.5);
}

.lAbout-faq-question .lAbout-faq-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 0 8px rgba(102, 255, 153, 0.6);
    line-height: 1.5;
    margin: 0;
}

.lAbout-faq-answer {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.lAbout-faq-a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    color: #000000;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.lAbout-faq-answer .lAbout-faq-text {
    font-size: 1rem;
    color: #ffffff;
    text-shadow: 0 0 6px rgba(102, 255, 153, 0.4);
    line-height: 1.6;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .lAbout-faq {
        margin-top: 3rem;
        padding-top: 2rem;
    }
    
    .lAbout-faq-title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .lAbout-faq-list {
        gap: 1.5rem;
    }
    
    .lAbout-faq-item {
        padding: 1.5rem;
    }
    
    .lAbout-faq-q,
    .lAbout-faq-a {
        width: 1.8rem;
        height: 1.8rem;
        font-size: 0.9rem;
    }
    
    .lAbout-faq-question .lAbout-faq-text {
        font-size: 1rem;
    }
    
    .lAbout-faq-answer .lAbout-faq-text {
        font-size: 0.9rem;
    }
}

/* セクション2: ストーリーテキスト */

.concept-story .lSpeciality-copy-text{
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
}

.concept-story .lSpeciality-copy-text span {
    display: block;
    margin-bottom: 1.5rem;
    line-height: 2;
    color: #ffffff;
}

.concept-story .lSpeciality-copy-text span:last-child {
    margin-bottom: 0;
}

/* Menu Section - 1カラムレイアウト */
.menu-images {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 2rem 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.menu-images img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .menu-images {
        gap: 1rem;
        padding: 0;
    }
    
    .menu-images img {
    }
}

/* 画像拡大モーダル */
.image-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.image-modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    cursor: default;
}

.image-modal-content img {
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.image-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.image-modal-close:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
    .image-modal-content {
        max-width: 95%;
        max-height: 95%;
    }
    
    .image-modal-close {
        top: -35px;
        font-size: 1.5rem;
        width: 35px;
        height: 35px;
    }
}

/* ===== 旧スタイル削除済み ===== */

/* Section 2: Concept Section */
.lConcept {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 100px 0;
    width: 100%;
    opacity: 1 !important;
    visibility: visible !important;
}

.lConcept-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* Concept Section Title */
.lConcept .cSecTitle {
    margin-bottom: 3rem;
}

.lConcept .cSecTitle-title-main {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 20px rgba(102, 255, 153, 0.8);
    margin-bottom: 1rem;
    text-align: center;
}

.lConcept .cSecTitle-title-sub {
    font-size: 1.5rem;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(102, 255, 153, 0.6);
    text-align: center;
}

/* Concept Section Content Video */
.lConcept-video {
    width: 100%;
    max-width: 100%;
    margin: 0 0 3rem 0;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(102, 255, 153, 0.3);
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

@media screen and (max-width: 767px) {
    .lConcept-video {
        margin: 0 0 2rem 0;
        border-radius: 1rem;
    }
}

.lConcept-video video {
    width: 100%;
    height: auto;
    display: block !important;
    object-fit: cover;
    max-height: 500px;
    opacity: 1 !important;
    visibility: visible !important;
}

@media screen and (max-width: 767px) {
    .lConcept-video video {
        max-height: 300px;
    }
}

/* Concept Section Text */
.lConcept-text {
    width: 100%;
    color: #ffffff !important;
    font-size: 1.1rem;
    line-height: 2rem;
    letter-spacing: 0.05rem;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.lConcept-text p {
    margin-bottom: 1.5rem;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    color: #ffffff !important;
}

.lConcept-text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .lConcept-text {
        font-size: 1rem;
        line-height: 1.8rem;
    }
}

/* Concept Section Title */
.lConcept .cSecTitle-title-main,
.lConcept .cSecTitle-title-sub {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    color: #ffffff !important;
}

/* Section 3: Speciality Section */
.lSpeciality {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 6rem 0;
}

.lKv-title > * {
    display: block;
}

@media screen and (min-width: 768px) {
    .lKv-title {
        margin-left: 6.25rem;
    }
}

@media screen and (max-width: 767px) {
    .lKv-title {
        margin-left: 2.5rem;
        margin-top: 2.2142857143rem;
    }
}

.lKv-title {
    margin: 0 auto;
}

/* ロゴ */
.lKv-title-logo {
    display: block;
    margin-bottom: 2rem;
}

.lKv-title-logo img {
    width: auto;
    height: auto;
    max-width: 600px;
    max-height: 350px;
    display: block;
}

@media screen and (max-width: 767px) {
    .lKv-title-logo img {
        max-width: 350px;
        max-height: 250px;
    }
}

/* メインキャッチコピー */
.lKv-title-main {
    display: block;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .15rem;
    margin-bottom: 1rem;
    color: #ffffff;
    text-shadow: 0 0 20px rgba(102, 255, 153, 0.8), 0 0 40px rgba(102, 255, 153, 0.5);
}

@media screen and (max-width: 767px) {
    .lKv-title-main {
        font-size: 1.5rem;
        margin-bottom: 0.8rem;
    }
}

/* サブキャッチコピー */
.lKv-title-sub {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .1rem;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(102, 255, 153, 0.6);
}

@media screen and (max-width: 767px) {
    .lKv-title-sub {
        font-size: 1.2rem;
    }
}

.lKv-news {
    position: absolute;
    font-weight: 500;
    pointer-events: all;
}

html.-lConcept .lKv-news {
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .lKv-news {
        cursor: pointer;
        font-size: .75rem;
        right: 3.3125rem;
        bottom: 3rem;
        width: 29.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .lKv-news {
        pointer-events: none;
        font-size: .7857142857rem;
        line-height: 1.1428571429rem;
        bottom: 2.4285714286rem;
        width: 24.4285714286rem;
        right: 1.7857142857rem;
    }
}

.lKv-news-inner {
    display: flex;
    justify-content: flex-end;
}

.lKv-news-inner * {
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .lKv-news-title {
        margin-right: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .lKv-news-title {
        margin-right: 1.0714285714rem;
    }
}

.lKv-news-list {
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .lKv-news-list {
        height: .9642857143rem;
    }
}

.lKv-news-item {
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-animation: news-out .8s ease forwards;
    animation: news-out .8s ease forwards;
    will-change: top;
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .lKv-news-item {
        width: 25.625rem;
    }
}

@media screen and (max-width: 767px) {
    .lKv-news-item {
        width: 23.5rem;
    }
}

.lKv-news-item.-active {
    -webkit-animation: news-in .8s ease forwards;
    animation: news-in .8s ease forwards;
}

.lKv-scroll {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    transition: opacity .3s cubic-bezier(0.77, 0.605, 0.49, 0.95);
    will-change: opacity;
}

html.-lConcept .lKv-scroll {
    pointer-events: none;
}

.lKv-scroll * {
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .lKv-scroll {
        width: .875rem;
        height: 7.1875rem;
        left: 2.5625rem;
        bottom: 2.1875rem;
    }
}

@media screen and (max-width: 767px) {
    .lKv-scroll {
        display: none;
    }
}

.lKv-scroll-text {
    position: relative;
    transform: rotate(90deg);
    transform-origin: center;
}

@media screen and (min-width: 768px) {
    .lKv-scroll-text {
        font-size: .625rem;
        margin-top: 1.25rem;
        margin-bottom: 2.25rem;
        width: 4.25rem;
        left: 1px;
    }
}

.lKv-scroll-line {
    position: relative;
    overflow: hidden;
    width: 1px;
    transition: background-color .3s cubic-bezier(0.77, 0.605, 0.49, 0.95);
    will-change: background-color;
}

@media screen and (min-width: 768px) {
    .lKv-scroll-line {
        height: 1.6875rem;
    }
}

.lKv-scroll-line::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    background-color: #fff;
    -webkit-animation: sdl 2.5s ease infinite;
    animation: sdl 2.5s ease infinite;
}

.lKv-scroll:hover {
    opacity: .5 !important;
}

.lKv-scroll:hover .lKv-scroll-line::before {
    background-color: rgba(255,255,255,.5);
}

/* Background Video */
.lKvBg {
    pointer-events: none;
    opacity: 1;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .lKvBg {
        width: 100vw;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        transition: opacity .1s cubic-bezier(0.77, 0.605, 0.49, 0.95) .8s;
        will-change: opacity;
    }
}

@media screen and (max-width: 767px) {
    .lKvBg {
        width: 100vw;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        transition: opacity .3s cubic-bezier(0.77, 0.605, 0.49, 0.95);
        will-change: opacity;
    }
}

.lKvBg.-hide {
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .lKvBg.-hide {
        transition: opacity 0s cubic-bezier(0.77, 0.605, 0.49, 0.95);
    }
}

.lKvBg img,
.lKvBg video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* オーバーレイ削除 */

/* Main Content */
.lMain.-out {
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .lMain {
        height: 550vh;
    }
}

@media screen and (max-width: 767px) {
    .lMain {
        height: 350vh;
    }
}

@media screen and (min-width: 768px) {
    .lMain-inner {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}

/* Menu Section */
.lPlan {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 8rem 0;
}

@media screen and (max-width: 767px) {
    .lPlan {
         min-height: 70vh;
    }
}

/* Experience Section */
.lService {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 8rem 0;
}

/* Access Section */
.lAbout {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 8rem 0;
}

@media screen and (min-width: 768px) {
    .lConcept {
        position: absolute;
        height: 450vh;
        display: flex;
        align-items: center;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .lConcept {
        height: 350vh;
    }
}

@media screen and (min-width: 768px) {
    .lConcept-wrap {
        -ms-writing-mode: initial;
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        width: 80%;
        max-width: 1000px;
        height: auto;
        display: block;
        padding: 0;
        margin: 0 auto;
    }
}

.lConcept-wrap {
    position: relative;
    z-index: 11 !important;
    width: 100%;
}

.lConcept-inner {
    width: 100%;
    position: relative;
    z-index: 12 !important;
}

@media screen and (min-width: 768px) {
    .lConcept-inner {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .lConcept-inner {
        padding-top: 20vh;
        padding-bottom: 20vh;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Concept Section Text Display */
.lConcept-copy-main {
    line-height: 1;
    font-weight: 400;
    font-family: "Shippori Mincho B1", serif;
    color: #ffffff !important;
    text-shadow: 0 0 0.5em rgba(102, 255, 153, 0.5);
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.lConcept-copy-sub {
    line-height: 1;
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.lConcept-copy-sub-text {
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

@media screen and (min-width: 768px) {
    .lConcept-copy-main {
        font-size: 2.5rem;
        letter-spacing: .1rem;
        line-height: 1.5;
        margin: 0 auto 3rem auto;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .lConcept-copy-main {
        position: relative;
        -ms-writing-mode: initial;
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        font-size: 1.8571428571rem;
        line-height: 2.4142857143rem;
        letter-spacing: .2785714286rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3rem;
        margin-bottom: 2rem;
        text-align: center;
        max-width: 90%;
    }
}

.lConcept-copy-main > * {
    display: inline;
}

@media screen and (min-width: 768px) {
    .lConcept-copy-main > * {
        margin-left: 0;
        margin-bottom: 0.5rem;
    }
}

@media screen and (max-width: 767px) {
    .lConcept-copy-main > * {
        margin-left: 0;
        margin-bottom: 0.3rem;
    }
}

.lConcept-copy-main > *:last-of-type {
    margin-left: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .lConcept-copy-main > *:last-of-type {
        margin-top: 7.2857142857rem;
    }
}

.lConcept-copy-sub {
    line-height: 1;
    color: var(--c_text_white);
}

.lConcept-copy-sub-text {
    color: var(--c_text_white);
}

@media screen and (min-width: 768px) {
    .lConcept-copy-sub {
        font-size: 1.1rem;
        letter-spacing: .05rem;
        line-height: 2rem;
        margin: 0 auto;
        width: 100%;
        text-align: left;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .lConcept-copy-sub {
        margin-left: auto;
        margin-right: auto;
        width: auto;
        max-width: 90%;
        font-size: 1rem;
        line-height: 2rem;
        letter-spacing: .1rem;
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .lConcept-copy-sub-text {
        margin: 0 0 0.3rem 0;
        width: 100%;
        text-align: left;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .lConcept-copy-sub-text {
        margin-bottom: 1rem;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
}

.lConcept-copy-sub-text:last-of-type {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.lConcept-copy-sub-text > * {
    display: inline;
    white-space: normal;
}

@media screen and (min-width: 768px) {
    .lConcept-copy-sub-text > * {
        margin-left: 0;
        margin-right: 0;
    }
}

.lConcept-copy-sub-text > *:last-of-type {
    margin-left: 0;
}

/* Speciality Section */
.lSpeciality {
    position: relative;
    z-index: 8;
}

.lSpeciality-copy {
    position: relative;
    z-index: 9;
}

/* Speciality Section Text Display */
.lSpeciality-copy-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    opacity: 1;
    visibility: visible;
}

.lSpeciality-copy-text {
    color: #ffffff;
    opacity: 1;
    visibility: visible;
    display: block;
}

.lSpeciality-copy-num {
    color: #ffffff;
    opacity: 1;
    visibility: visible;
    display: block;
}

@media screen and (min-width: 768px) {
    .lSpeciality-copy-title {
    }
}

@media screen and (max-width: 767px) {
    .lSpeciality-copy-title {
    }
}

.lSpeciality-copy-num {
    position: relative;
    font-weight: 300;
}

@media screen and (min-width: 768px) {
    .lSpeciality-copy-num {
        font-size: 1.75rem;
        letter-spacing: .275rem;
        left: .1875rem;
    }
}

@media screen and (max-width: 767px) {
    .lSpeciality-copy-num {
        font-size: 1.9852857143rem;
        line-height: 4.2352857143rem;
        letter-spacing: .3176428571rem;
        left: .2142857143rem;
    }
}

.lSpeciality-copy-line {
    height: 1px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media screen and (min-width: 768px) {
    .lSpeciality-copy-line {
        width: 1.8125rem;
        margin-top: .875rem;
        left: -0.125rem;
    }
}

@media screen and (max-width: 767px) {
    .lSpeciality-copy-line {
        width: 2.0714285714rem;
        margin-top: -.1428571429rem;
        left: -.1428571429rem;
    }
}

.lSpeciality-copy-line:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.lSpeciality-copy-text {
    position: relative;
}

@media screen and (min-width: 768px) {
    .lSpeciality-copy-text {
        font-size: 1.25rem;
        letter-spacing: .275rem;
        margin-top: 2.625rem;
    }
}

@media screen and (max-width: 767px) {
    .lSpeciality-copy-text {
        font-size: 1rem;
        line-height: 1.6rem;
        letter-spacing: .3rem;
    }
}

.lSpeciality-copy-text > * {
    display: block;
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
}

.lSpeciality-copy-text > *:last-of-type {
    margin-left: 0;
}

.lSpeciality-bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
}

.lSpeciality-bg video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* .lSpeciality-bg-overlay 削除 */

/* Section Title */
@media screen and (min-width: 768px) {
    .cSecTitle {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .cSecTitle {
    width: 100%;
    }
}

.cSecTitle-title {
    position: relative;
    color: #ffffff;
    opacity: 1;
    visibility: visible;
    display: block;
}

.cSecTitle-title-en {
    color: #ffffff;
    opacity: 1;
    visibility: visible;
    display: block;
}

.cSecTitle-title-jp {
    color: #ffffff;
    opacity: 1;
    visibility: visible;
    display: block;
}

.cSecTitle-text {
    color: #ffffff;
    opacity: 1;
    visibility: visible;
    display: block;
}

@media screen and (min-width: 768px) {
    .cSecTitle-title {
        padding-right: 1.375rem;
    }
}

@media screen and (max-width: 767px) {
    .cSecTitle-title {
        padding-bottom: 1.7857142857rem;
    }
}

.cSecTitle-title-en {
    font-weight: 200;
}

@media screen and (min-width: 768px) {
    .cSecTitle-title-en {
        font-size: 1.75rem;
        line-height: 1.75rem;
        letter-spacing: .2625rem;
    }
    .cSecTitle.-large .cSecTitle-title-en {
        font-size: 2.5rem;
        line-height: 2.5rem;
        letter-spacing: 0.3rem;
    }
}

@media screen and (max-width: 767px) {
    .cSecTitle-title-en {
        font-size: 3rem;
        line-height: 3.5rem;
        letter-spacing: .25rem;
    }
}

.cSecTitle-title-jp {
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .cSecTitle-title-jp {
        font-size: .875rem;
        letter-spacing: .15rem;
        line-height: 1.8rem;
        margin-top: .375rem;
    }
    .cSecTitle.-large .cSecTitle-title-jp {
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0.1rem;
    }
}

@media screen and (max-width: 767px) {
    .cSecTitle-title-jp {
        font-size: 1.1428571429rem;
        line-height: 2.0571428571rem;
        letter-spacing: .1142857143rem;
        margin-top: -.2857142857rem;
    }
}

.cSecTitle-title:after {
    position: absolute;
    content: "";
    display: block;
}

@media screen and (min-width: 768px) {
    .cSecTitle-title:after {
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-left: 1px dashed #fff;
        width: 1px;
        height: 3.125rem;
    }
}

@media screen and (max-width: 767px) {
    .cSecTitle-title:after {
        left: 0;
        bottom: 0;
        border-top: 1px dashed #fff;
        height: 1px;
        width: 4.9285714286rem;
    }
}

.cSecTitle-text {
    display: flex;
    align-items: center;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .cSecTitle-text {
        font-size: .875rem;
        width: 26.25rem;
        height: 3.375rem;
        letter-spacing: .0875rem;
        line-height: 1.575rem;
        margin-left: 1.375rem;
    }
    .cSecTitle.-large .cSecTitle-text {
        width: 40rem;
        line-height: 1.4rem;
        font-size: 1rem;
        letter-spacing: 0.05rem;
    }
}

@media screen and (max-width: 767px) {
    .cSecTitle-text {
        font-size: .9285714286rem;
        letter-spacing: .0928571429rem;
        line-height: 1.6714285714rem;
        margin-top: 1.9857142857rem;
    }
}

/* Plan Section */
.lPlan {
    position: relative;
}

.lPlan-wrap {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .lPlan-wrap {
        padding-top: 8.75rem;
        padding-left: 11.3125rem;
        padding-bottom: 13.75rem;
    }
}

@media screen and (max-width: 767px) {
    .lPlan-wrap {
        padding-top: 3.8571428571rem;
        padding-bottom: 11.4285714286rem;
    }
}

/* .lPlan-tab, .lPlan-content 旧スタイル削除済み（タブ切り替え機能不使用） */

/* Service Section */
.lService {
    position: relative;
}

@media screen and (max-width: 767px) {
    .lService {
    }
}

.lService .cSecTitle {
    position: relative;
    z-index: 1;
}

.lService-inner {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .lService-inner {
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .lService-inner {
    }
}

.lService-img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .lService-img {
        width: 55.8125rem;
    }
}

@media screen and (max-width: 767px) {
    .lService-img {
        width: 23.5714285714rem;
    }
}

.lService-img-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .lService-img-logo {
        width: 8.6875rem;
        height: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .lService-img-logo {
        width: 7.5714285714rem;
        height: .8571428571rem;
    }
}

.lService-img-logo img {
    width: 100%;
    height: 100%;
}

.lService-text {
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .lService-text {
        text-align: center;
        font-size: 1rem;
        line-height: 2.4285714286;
        letter-spacing: .0875rem;
        margin-top: 5.3125rem;
    }
}

@media screen and (max-width: 767px) {
    .lService-text {
        font-size: .9285714286rem;
        line-height: 1.6714285714rem;
        letter-spacing: .0928571429rem;
        margin-top: 4.4285714286rem;
    }
}

.lService-list {
    margin-top: 4.5625rem;
}

@media screen and (min-width: 768px) {
    .lService-list {
        border-top: 1px dashed #fff;
        display: flex;
        padding-top: 2.3125rem;
        padding-bottom: 2.3125rem;
    }
}

@media screen and (max-width: 767px) {
    .lService-list {
        margin-top: 0;
    }
}

.lService-item {
    position: relative;
}

@media screen and (min-width: 768px) {
    .lService-item {
        width: 100%;
    }
    .lService-item:nth-child(even) {
        border-left: 1px dashed #fff;
    }
}

@media screen and (max-width: 767px) {
    .lService-item {
        border-top: 1px dashed #fff;
        padding-top: 4rem;
    }
}

@media screen and (min-width: 768px) {
    .lService-item-title {
        font-size: 1.85rem;
        letter-spacing: .125rem;
    }
}

@media screen and (max-width: 767px) {
    .lService-item-title {
        font-size: 2rem;
        letter-spacing: .2rem;
        line-height: 1.2rem;
    }
}

.lService-item-text {
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .lService-item-text {
        font-size: .875rem;
        line-height: 2;
        letter-spacing: .0875rem;
        margin-top: .9375rem;
    }
}

@media screen and (max-width: 767px) {
    .lService-item-text {
        font-size: .9285714286rem;
        letter-spacing: .0742857143rem;
        line-height: 1.6714285714rem;
        margin-top: 1.8571428571rem;
    }
}

/* About Section */
.lAbout {
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .lAbout {
        padding-bottom: 13.75rem;
    }
}

@media screen and (max-width: 767px) {
    .lAbout {
        padding-bottom: 17.0714285714rem;
    }
}

.lAbout .cSecTitle {
    position: relative;
    z-index: 1;
}

.lAbout-wrap {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .lAbout-wrap {
        display: block;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3.8125rem;
    }
}

@media screen and (max-width: 767px) {
    .lAbout-wrap {
        margin-top: 2rem;
        padding: 0;
    }
}

.lAbout-item {
    display: flex;
}

@media screen and (min-width: 768px) {
    .lAbout-item {
    }
    .lAbout-item:first-of-type {
    }
}

@media screen and (max-width: 767px) {
    .lAbout-item {
    }
}

.lAbout-item-title,
.lAbout-item-text {
    font-weight: 600;
}

/* 既存のスタイルを削除 - 新しいスタイルで上書き */

@media screen and (max-width: 767px) {
    .lAbout-item-title {
        font-size: 1.3rem;
        line-height: 1.6rem;
        letter-spacing: .08rem;
    }
    .lAbout-item-text {
        font-size: 1.4rem;
        line-height: 2rem;
        letter-spacing: .08rem;
    }
}

.lAbout-item-title {
    flex-shrink: 0;
}

/* Footer */
.lFooter {
    color: #e8e8e8;
    background-color: #191917;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .lFooter {
        padding: 5.375rem 3.8125rem 4.375rem;
    }
}

@media screen and (max-width: 767px) {
    .lFooter {
        padding: 5.4285714286rem 2.5714285714rem 3.6428571429rem;
    }
}

.lFooter-wrap {
    position: relative;
    display: grid;
}

@media screen and (min-width: 768px) {
    .lFooter-wrap {
        grid-template-rows: 11.75rem 1.0625rem;
        grid-template-columns: 80% 1fr;
    }
}

@media screen and (max-width: 767px) {
    .lFooter-wrap {
        grid-template-rows: 9.2857142857rem 26.4285714286rem 1rem;
        grid-template-columns: 10rem 14.3571428571rem;
    }
}

@media screen and (min-width: 768px) {
    .lFooter-title {
        grid-row: 1/1;
        grid-column: 1/1;
        width: 14.875rem;
    }
}

@media screen and (max-width: 767px) {
    .lFooter-title {
        grid-row: 1/1;
        grid-column: 2/1;
        width: 15.1428571429rem;
    }
}

.lFooter-title img {
    width: 100%;
    height: auto;
}

.lFooter-text {
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .lFooter-text {
        font-size: .875rem;
        line-height: 1.875rem;
        letter-spacing: .14rem;
        margin-top: .6875rem;
    }
}

@media screen and (max-width: 767px) {
    .lFooter-text {
        font-size: .9642857143rem;
        line-height: 2.0571428571rem;
        letter-spacing: .1542857143rem;
        margin-top: .6428571429rem;
    }
}

@media screen and (min-width: 768px) {
    .lFooter-link {
        display: flex;
        align-items: center;
        grid-row: 2/2;
        grid-column: 1/2;
    }
}

@media screen and (max-width: 767px) {
    .lFooter-link {
        grid-row: 2/3;
        grid-column: 1/2;
    }
}

.lFooter-link-item {
    font-weight: 400;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .lFooter-link-item {
        font-size: 1rem;
        letter-spacing: .075rem;
        margin-right: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .lFooter-link-item {
        font-size: 1.2rem;
        letter-spacing: .04rem;
        margin-bottom: .7142857143rem;
    }
    .lFooter-link-item:last-of-type {
        margin-bottom: 0;
    }
}

.lFooter-copy {
    font-weight: 400;
    display: flex;
}

@media screen and (min-width: 768px) {
    .lFooter-copy {
        justify-content: flex-end;
        align-items: center;
        grid-row: 2/2;
        grid-column: 2/2;
    }
}

@media screen and (max-width: 767px) {
    .lFooter-copy {
        justify-content: space-between;
        grid-row: 3;
        grid-column: 1/3;
    }
}

.lFooter-copy-item {
}

@media screen and (min-width: 768px) {
    .lFooter-copy-item {
        font-size: .625rem;
        letter-spacing: .0625rem;
    }
}

@media screen and (max-width: 767px) {
    .lFooter-copy-item {
        font-size: .6rem;
        letter-spacing: .0714285714rem;
    }
}

/* Menu */
.cMenu {
    position: fixed;
    z-index: 100;
    pointer-events: none;
    color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s cubic-bezier(0.77, 0.605, 0.49, 0.95), color cubic-bezier(0.77, 0.605, 0.49, 0.95) .25s;
    will-change: opacity, color;
}

@media screen and (min-width: 768px) {
    html.-dark .cMenu {
        color: #000;
    }
}

@media screen and (max-width: 767px) {
    .cMenu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 5rem;
    }
    .cMenu:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #161c22;
    }
}

@media screen and (min-width: 768px) {
    .cMenu-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 3.625rem;
    }
}

@media screen and (max-width: 767px) {
    .cMenu-inner {
        padding-right: 1.8571428571rem;
    }
}

.cMenu-lists {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .cMenu-lists {
        align-items: flex-end;
        margin-top: 1.375rem;
    }
}

@media screen and (max-width: 767px) {
    .cMenu-lists {
        margin-top: 3.4285714286rem;
        margin-bottom: 2.7142857143rem;
    }
}

.cMenu-item {
    opacity: 0;
    cursor: pointer;
    transform: translateX(10px);
    transition: opacity cubic-bezier(0.77, 0.605, 0.49, 0.95) 1s, transform cubic-bezier(0.465, 0.82, 0.435, 0.99) 1s;
}

@media screen and (min-width: 768px) {
    .cMenu-item {
        margin-top: 1.0625rem;
        font-size: .6875rem;
        line-height: 1.125rem;
        letter-spacing: .0625rem;
    }
}

@media screen and (max-width: 767px) {
    .cMenu-item {
        margin-top: 1.1428571429rem;
        font-size: 1rem;
        line-height: 2rem;
        letter-spacing: .1rem;
    }
}

.cMenu-item:first-child {
    margin-top: 0;
}

.cMenu-item > span {
    pointer-events: none;
}

.cMenu.-show .cMenu-item {
    opacity: 1;
    transform: translate(0, 0);
}

.cMenu.-show {
    opacity: 1;
}

.cMenu.-show .cMenu-item {
    pointer-events: auto;
}

/* Loading - 削除済み（未使用） */

/* Animations */
@-webkit-keyframes news-out {
    0% { top: 0%; }
    100% { top: -120%; }
}

@keyframes news-out {
    0% { top: 0%; }
    100% { top: -120%; }
}

@-webkit-keyframes news-in {
    0% { top: 120%; }
    100% { top: 0%; }
}

@keyframes news-in {
    0% { top: 120%; }
    100% { top: 0%; }
}

@-webkit-keyframes sdl {
    0% { height: 0; opacity: 0; transform: translateY(0%); }
    30% { transform: translateY(0%); opacity: 1; }
    75% { height: 100%; transform: translateY(100%); }
    76% { height: 0; transform: translateY(100%); }
    100% { height: 0; opacity: 0; transform: translateY(100%); }
}

@keyframes sdl {
    0% { height: 0; opacity: 0; transform: translateY(0%); }
    30% { transform: translateY(0%); opacity: 1; }
    75% { height: 100%; transform: translateY(100%); }
    76% { height: 0; transform: translateY(100%); }
    100% { height: 0; opacity: 0; transform: translateY(100%); }
}

/* Concept Fade Animations */
[data-concept-fade] {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity cubic-bezier(0.77, 0.605, 0.49, 0.95) 1s, transform linear 1s;
    will-change: opacity, transform;
}

[data-concept-fade].nth0 {
    transition: opacity 1.8s cubic-bezier(0.77, 0.605, 0.49, 0.95) 0s, transform 1.8s linear 0s;
}

[data-concept-fade].nth1 {
    transition: opacity 1.8s cubic-bezier(0.77, 0.605, 0.49, 0.95) .1s, transform 1.8s linear .1s;
}

[data-concept-fade].nth2 {
    transition: opacity 1.8s cubic-bezier(0.77, 0.605, 0.49, 0.95) .2s, transform 1.8s linear .2s;
}

[data-concept-fade].nth3 {
    transition: opacity 1.8s cubic-bezier(0.77, 0.605, 0.49, 0.95) .3s, transform 1.8s linear .3s;
}

[data-concept-fade].nth4 {
    transition: opacity 1.8s cubic-bezier(0.77, 0.605, 0.49, 0.95) .4s, transform 1.8s linear .4s;
}

[data-concept-fade].nth5 {
    transition: opacity 1.8s cubic-bezier(0.77, 0.605, 0.49, 0.95) .5s, transform 1.8s linear .5s;
}

[data-concept-fade].nth6 {
    transition: opacity 1.8s cubic-bezier(0.77, 0.605, 0.49, 0.95) .6s, transform 1.8s linear .6s;
}

[data-concept-fade].nth7 {
    transition: opacity 1.8s cubic-bezier(0.77, 0.605, 0.49, 0.95) .7s, transform 1.8s linear .7s;
}

[data-concept-fade].nth8 {
    transition: opacity 1.8s cubic-bezier(0.77, 0.605, 0.49, 0.95) .8s, transform 1.8s linear .8s;
}

[data-concept-fade].nth9 {
    transition: opacity 1.8s cubic-bezier(0.77, 0.605, 0.49, 0.95) .9s, transform 1.8s linear .9s;
}

[data-concept-fade].nth10 {
    transition: opacity 1.8s cubic-bezier(0.77, 0.605, 0.49, 0.95) 1s, transform 1.8s linear 1s;
}

[data-concept-fade].nth11 {
    transition: opacity 1.8s cubic-bezier(0.77, 0.605, 0.49, 0.95) 1.1s, transform 1.8s linear 1.1s;
}

[data-concept-fade].nth12 {
    transition: opacity 1.8s cubic-bezier(0.77, 0.605, 0.49, 0.95) 1.2s, transform 1.8s linear 1.2s;
}

.lConcept.-hide [data-concept-fade] {
    opacity: 0;
    transform: translateX(10px);
    transition: opacity cubic-bezier(0.77, 0.605, 0.49, 0.95) 1s, transform linear 1s;
}

.lConcept.-out [data-concept-fade] {
    opacity: 0;
    filter: blur(10px);
    transition: opacity cubic-bezier(0.77, 0.605, 0.49, 0.95) 1.2s, transform linear 1.2s, filter linear 1.2s;
}

.lConcept.-back [data-concept-fade] {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0px);
    transition: opacity cubic-bezier(0.77, 0.605, 0.49, 0.95) .6s, transform linear .6s, filter linear .6s;
}

.lConcept.-hide-back [data-concept-fade] {
    transform: translate(0, 0);
}

/* Loading Screen - 削除済み（未使用） */

/* Menu Styles */
.cMenu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background-color: var(--c_dark_bg);
    border-left: 2px solid var(--c_neon_green);
    z-index: 1000;
    transition: right 0.3s ease;
    padding: 2em;
}

.cMenu.-active {
    right: 0;
}

.cMenu-lists {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cMenu-item {
    margin-bottom: 1em;
}

.cMenu-item span {
    color: var(--c_text_white);
    font-family: 'Orbitron', sans-serif;
    font-size: 1.1em;
    cursor: pointer;
    transition: color 0.3s ease;
}

.cMenu-item:hover span {
    color: var(--c_neon_green);
}

/* Header Menu Button */
.cHeader-menu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5em;
}

.cHeader-menu span {
    width: 25px;
    height: 2px;
    background-color: var(--c_text_white);
    margin: 2px 0;
    transition: all 0.3s ease;
}

.cHeader-menu:hover span {
    background-color: var(--c_neon_green);
}

/* Tab Styles */
/* タブスタイル・背景動画旧スタイル削除済み（未使用） */

/* Section 2 & 3 Text Colors */
.lConcept-copy-main,
.lConcept-copy-sub,
.lConcept-copy-sub-text,
.lSpeciality-copy-title,
.lSpeciality-copy-text {
    color: var(--c_text_white);
    text-shadow: 0 0 0.5em rgba(102, 255, 153, 0.5);
}
/* Concept Fade Elements */
[data-concept-fade] {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease, transform 0.8s ease;
    color: #ffffff;
    text-shadow: 0 0 0.5em rgba(102, 255, 153, 0.5);
    visibility: visible;
    display: inline-block;
}

/* Keyframe Animations */
@keyframes logoGlow {
    0% { filter: drop-shadow(0 0 1em rgba(102,255,153,0.8)); }
    50% { filter: drop-shadow(0 0 2.5em rgba(102,255,153,1)); }
    100% { filter: drop-shadow(0 0 1em rgba(102,255,153,0.8)); }
}

@keyframes titleGlow {
    0% { text-shadow: 0 0 0.8em rgba(102,255,153,0.7); }
    50% { text-shadow: 0 0 1.5em rgba(102,255,153,1); }
    100% { text-shadow: 0 0 0.8em rgba(102,255,153,0.7); }
}

@keyframes slowVideo {
    0% { transform: scale(1); }
    100% { transform: scale(1.05); }
}

@keyframes loadingProgress {
    0% { width: 0%; }
    100% { width: 100%; }
}

/* Z-Index Fix - 不要（背景動画を削除したため） */

/* Ensure Content is Above Background */
.lConcept-wrap,
.lConcept-inner,
.lConcept-copy-main,
.lConcept-copy-sub {
    position: relative;
    z-index: 10 !important;
}

/* ===== Footer Center Layout ===== */
.lFooter-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    gap: 2rem !important;
}

.lFooter-title {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: auto !important;
    max-width: 400px !important;
}

.lFooter-link {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    margin: 0 !important;
}

.lFooter-copy {
    text-align: center !important;
    margin-top: 1rem !important;
}

/* ===== 横書きレイアウト強制 ===== */
.-vertical,
.lConcept-wrap,
.lConcept-copy-main {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
}

/* ===== スクロールアニメーション ===== */
[data-fadein-item], [data-concept-fade], [data-sectitle-item] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

[data-fadein-item].animate, [data-concept-fade].animate, [data-sectitle-item].animate {
    opacity: 1;
    transform: translateY(0);
}

/* セクションアニメーション */
section[id] {
    transition: transform 1s ease-out;
}

@media screen and (max-width: 767px) {
    section[id] {
    padding:4rem 2rem;
}
}

/* ホバー効果の強化 */
.lService-item:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.lAbout-faq-item:hover {
    transform: translateY(-3px);
    transition: transform 0.3s ease;
}

/* 画像のスタイル - ホバー効果なし */
.lService-item-image {
    position: relative;
    overflow: hidden;
}

.lService-item-image img {
}

/* フッターロゴの表示確保 */
.lFooter-title img {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    max-width: 320px;
    height: auto;
}

.lFooter-title {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* ===== フッター背景画像 ===== */
.lFooter {
    position: relative;
    background-image: url('../img/dinosaurrestaurant/bg-05.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.lFooter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.lFooter-wrap {
    position: relative;
    z-index: 2;
}

/* ===== ヘッダー内ぐらんぱるロゴ ===== */
.granpal-logo-header {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 150;
    pointer-events: auto;
}

.granpal-logo-header a {
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.granpal-logo-header a:hover {
    transform: scale(1.05);
    opacity: 0.8;
}

.granpal-logo-header img {
    height: 180px;
    width: auto;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    .granpal-logo-header {
        left: 15px;
    }
    
    .granpal-logo-header img {
        height: 120px;
    }
}

/* ===== フローティングボタン ===== */
.floating-park-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

.park-float-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: linear-gradient(135deg, rgba(102, 255, 153, 0.9), rgba(0, 255, 255, 0.9));
    border: 2px solid rgba(102, 255, 153, 1);
    border-radius: 50px;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 8px 25px rgba(102, 255, 153, 0.4);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-shadow: none;
}

.park-float-link:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(102, 255, 153, 0.6);
    background: linear-gradient(135deg, rgba(102, 255, 153, 1), rgba(0, 255, 255, 1));
}

.park-float-link i {
    font-size: 1.2rem;
    color: #000000;
}

.park-float-text {
    line-height: 1.2;
    font-size: 0.8rem;
    white-space: nowrap;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    .floating-park-button {
        bottom: 15px;
        left: 15px;
    }
    
    .park-float-link {
        padding: 10px 14px;
        font-size: 0.8rem;
    }
    
    .park-float-text {
        font-size: 0.7rem;
    }
    
    .park-float-link i {
        font-size: 1rem;
    }
}
