.menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.menu-item {
    width: 200px;
    text-align: center;
}

.menu-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

html {
    scroll-behavior: smooth;
    width: auto;
    max-width: 100vw;
}

.sp_br {
    display: none;
}

/* loading */
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0.7;
    transition: opacity 1s ease;
}

.loading-logo {
    width: 350px;
    height: auto;
}

/* header */
header {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    width: 12%;
    height: auto;
    z-index: 999;
    background: none;
    box-shadow: none;
}

.header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header-container .logo {
    position: fixed;
    top: 0;
    left: 0;
    height: 8vw;
    margin: 2vw;
    z-index: 1001;
}

nav ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

nav li {
    margin: 0;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 1px 0;
    position: relative;
}

nav li a {
    font-size: 1.4vw;
    text-decoration: none;
    color: #FFF;
    display: block;
    padding: 5px 0;
    position: relative;
    transition: transform 0.2s;
    /* 変化を滑らかに */
}

nav li a:hover,
nav li a:focus {
    transform: scale(1.12);
}

.header-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
    margin: 0.5em 0 1em 0;
}

.header-tel {
    font-size: 1.2vw;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.header-instagram .instagram-icon {
    width: 4vw;
    height: 4vw;
    display: inline-block;
    vertical-align: middle;
}

.header-instagram:hover .instagram-icon {
    opacity: 0.7;
}

.gtranslate-label {
    margin: 0 auto;
}

/* main */
main {
    padding-left: 12%;
    box-sizing: border-box;
}

/* home */

#home {
    height: calc(100vh - 0px);
    display: flex;
    align-items: center;
    text-align: center;
    color: rgb(0, 0, 0);
    margin-top: 0px;
    position: relative;
    overflow: hidden;
}

.home-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.home-content,
.image-caption {
    position: relative;
    z-index: 1;
}


.home-content {
    mix-blend-mode: overlay;
}

:root {
    --delay: 2200ms;
    --duration: 1000ms;
    --iterations: 1;
}

.image-caption {
    position: absolute;
    font-size: 2.6vw;
    animation-name: clip-text;
    color: #FFF;
    cursor: default;
    text-align: left;
    left: auto;
    right: 2vw;
    bottom: 2vw;
    writing-mode: vertical-rl;

    letter-spacing: 0.1em;
    line-height: 1.2;
}

/* main-title */
.main-title {
    display: flex;
    justify-content: center;
    gap: 0em;
    overflow: hidden;
}

.char {
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
}

/* about */

#about {
    position: relative;
    top: 0px;
}

.about-3col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1800px;
    gap: 2vw;
    padding: 30px 0px;
}

.about-3col::before {
    content: "";
    position: absolute;
    top: -140px;
    left: -120px;
    width: 20em;
    height: 20em;
    background: url('../img/gold.png') no-repeat left top;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
}

.about-3col-title {
    flex: 0 0 3vw 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 1%;
}

.about-3col-title .main-title {
    margin: 0 0 2vw 0;
    font-size: 2.2rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 0.3em;
}

.about-3col-text {
    flex: 0 0 6vw 0;
    display: flex;
    align-items: top;
    justify-content: center;
    width: 60%;
}

.about-hp-desc {
    font-size: 1rem;
    text-align: left;
    font-weight: normal;
    line-height: 2;
    width: 90%;
    max-width: 900px;

    opacity: 0;
    transform: translateX(-30px);
    transition: none;
}

.about-3col-image {
    flex: 1 1 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.1vw;
    width: 27%;

    opacity: 0;
    transform: none;
    transition: none;
}

.about-3col-image img {
    width: 20vw;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

.overlap-images {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.about_img-left {
    position: relative;
    /* left: -50px; */
    /* bottom: -20px; */
    /* z-index: 2; */
}

.about_img-right {
    position: relative;
    left: 50px;
    top: -20px;
    z-index: 1;
}

/* commitment */

#commitment {
    position: relative;
    top: 0px;
}

.commitment-3col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1800px;
    gap: 2vw;
    padding: 30px 0px;
}

.commitment-3col::before {
    content: "";
    position: absolute;
    top: -140px;
    left: -120px;
    width: 20em;
    height: 20em;
    background: url('../img/gold.png') no-repeat left top;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
}

.commitment-3col-title {
    flex: 0 0 3vw 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 1%;
}

.commitment-3col-title .main-title {
    margin: 0 0 2vw 0;
    font-size: 2.2rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 0.3em;
}

.commitment-3col-text {
    flex: 0 0 6vw 0;
    display: flex;
    align-items: top;
    justify-content: center;
    width: 60%;
}

.commitment-hp-desc {
    font-size: 1rem;
    text-align: left;
    font-weight: normal;
    line-height: 2;
    width: 90%;
    max-width: 900px;

    opacity: 0;
    transform: translateX(-30px);
    transition: none;
}

.commitment-3col-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.1vw;
    width: 10%;

    opacity: 0;
    transform: none;
    transition: none;
}

.commitment-3col-image img {
    width: 20vw;
    height: auto;
    object-fit: cover;
}

.overlap-images {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.commitment_img-left {
    position: relative;
    left: -50px;
    bottom: -20px;
    z-index: 2;
}

.commitment_img-right {
    position: relative;
    left: 50px;
    top: -20px;
    z-index: 1;
}

/* menu */

#menu {
    position: relative;
    top: 0px;
}

.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1800px;
}

.menu::before {
    content: "";
    position: absolute;
    top: -20%;
    left: 30%;
    width: 45%;
    height: 45%;
    background: url('../img/gold.png') no-repeat left top;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
}

.menu-title {
    flex: 0 0 3vw 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.menu-title .main-title {
    margin: 0 0 2vw 0;
    font-size: 2.2rem;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    letter-spacing: 0.3em;
    text-align: center;
}

/*
.works-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.menu-swiper {
    margin: 0 auto;
    width: 900px;
    width: 100%;
}
*/


/* コンテナ */
.works-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Swiper本体 */
.menu-swiper {
    width: 100%;
    padding-bottom: 3rem;
}

/* スライド */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide a {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.swiper-slide a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    object-fit: cover;
    transition: transform 0.3s;
}

.swiper-slide a img:hover {
    transform: scale(1.05);
}

.swiper-slide a .menu-caption {
    margin-top: 0.5rem;
    font-size: 1rem;
    color: #333;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ナビゲーション矢印 */
.swiper-button-prev,
.swiper-button-next {
    color: #333;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    top: 40%;
    transform: translateY(-50%);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 1.2rem;
}

@media (max-width: 768px) {

    .swiper-button-prev,
    .swiper-button-next {
        width: 36px;
        height: 36px;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 1rem;
    }

    .swiper-slide a img {
        display: block;
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }

    .swiper-wrapper {
        align-items: stretch;
        justify-content: flex-start !important;
    }

}

/* ページネーション（ドット） */
.swiper-pagination {
    text-align: center;
    bottom: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #999;
    opacity: 0.5;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #333;
    opacity: 1;
}

/* access */

#access {
    position: relative;
    top: 0px;
}

.access-2col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1800px;
    gap: 2vw;
    padding: 30px 0px;
}

.access-2col::before {
    content: "";
    position: absolute;
    top: -140px;
    left: -120px;
    width: 20em;
    height: 20em;
    background: url('../img/gold.png') no-repeat left top;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
}

.access-title {
    flex: 0 0 2vw 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 10%;
}

.access-title .main-title {
    margin: 0 0 2vw 0;
    font-size: 2.2rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 0.3em;
}

.access-2col-text {
    flex: 0 0 6vw 0;
    display: flex;
    justify-content: center;
    width: 120vw;
}

.access-hp-desc {
    font-size: 1rem;
    text-align: left;
    font-weight: normal;
    line-height: 2;
    max-width: 1800px;

    opacity: 0;
    transform: translateX(-30px);
    transition: none;
}

.access-info-flex {
    display: flex;
    gap: 2vw;
    align-items: flex-start;
    margin-bottom: 1.5em;
    flex-wrap: wrap;
    width: 100%;
}

.access-img-block {
    flex: 0 0 300px;
}

.access-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: box-shadow 0.3s;
}

.access-img:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

.img-modal-overlay {
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-modal-overlay img {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    background: #fff;
}

.access-text-block {
    flex: 1 1 300px;
    font-size: 1rem;
    line-height: 2;
}

.access-map-block {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}

.access-map-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.access-text-block a[href^="tel:"] {
    color: #fff;
    text-decoration: underline;
}

/*  */

body {
    font-family: "Yuji Syuku", serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #ffffff;
    overflow-x: hidden;
    background: url('../img/background.jpg') repeat;
    background-size: auto;
}

.title-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-title {
    margin: 25px;
    font-size: 45px;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 0.1em;
}

.sub-title {
    margin: 25px;
    font-size: 25px;
    margin-top: -40px;
    font-weight: normal;
}

.service-container1 {
    display: flex;
    max-width: 60%;
    margin: 0 auto;
    justify-content: space-between;
    gap: 20px;

}

.service-container2 {
    display: flex;
    max-width: 90%;
    /* サイズを少し小さく */
    margin: 0 auto;
    justify-content: space-between;
    gap: 20px;
}

.service-hp {
    margin: 2rem;
}

.service-hp-desc,
.other-service {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.service-item {
    position: relative;
    overflow: hidden;
}

.service-item img {
    width: 100%;
    height: 100%;
    display: block;
    filter: brightness(0.7);

}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-item:hover .overlay {
    opacity: 1;
}

.overlay1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0px;
    font-weight: bold;
}

/* slider */
.slider {
    position: relative;
    width: 100%;
    height: 300px;
    /* スライダーの高さ */
    overflow: hidden;
    display: flex;
    align-items: center;
}

.slider-track-left {
    display: flex;
    gap: 20px;
    animation: slide-left 80s linear infinite;
    width: calc((300px + 20px) * 10);
    /* 画像枚数 × (画像幅 + gap) */
}

.slider-track-right {
    display: flex;
    gap: 20px;
    animation: slide-right 80s linear infinite;
    width: calc((300px + 20px) * 10);
    /* 画像枚数 × (画像幅 + gap) */
}

.slider img {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    object-fit: cover;
}

.top-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.top-section img {
    width: 300px;
    height: auto;
}

.profile {
    text-align: left;
}

.profile h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: bold;
}

.profile h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}

.profile h4 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
    text-align: center;
}

.keireki {
    margin-left: 10%;
    font-size: 12px;
    text-align: left;
}

.profile p {
    margin: 2px 0;
}

hr {
    margin: 20px auto;
    border: none;
    border-top: 2px solid black;
    width: 80%;
}

.bottom-section {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.profile-box {
    text-align: center;
}

.profile-box img {
    width: 100px;
    height: auto;
    border-radius: 10px;
}

.profile-box h2 {
    font-size: 20px;
    margin-top: 10px;
}

.profile-box h3 {
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 5px;
}

.profile-box p {
    margin: 2px 0;
}

.contact-container {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 40px;
}

.address {
    margin-top: 40px;
    font-size: 1em;
    text-align: center;
}

.address p {
    margin: -5px;
}

.btn-container {
    text-align: center;
    margin-top: 20px;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #000000;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

.btn:hover {
    background-color: #474747;
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

footer {
    text-align: center;
    padding: 1rem;
    color: #ffffff;
}

/* ハンバーガーアイコンのスタイル */
.hamburger {
    display: none;
    width: 30px;
    height: 25px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.hamburger div {
    height: 4px;
    background-color: black;
}


/* レスポンシブ対応：画面幅768px以下 */
@media (max-width: 768px) {

    .sp_br {
        display: block;
    }

    .sp_hidden {
        display: none;
    }

    .header-container {
        justify-content: center;
    }

    header {
        height: 10px;
    }

    nav ul {
        display: flex;
        /* 常にレイアウトとしてはflex */
        flex-direction: column;
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 1000;
        padding: 10px 0;
    }

    nav.open ul {
        opacity: 1;
        pointer-events: auto;
    }

    /* ハンバーガーアイコンを表示 */
    .hamburger {
        display: flex;
        position: absolute;
        right: 30px;
    }

    .image-caption {
        font-size: 25px;
        left: auto;
        right: 10px;
        bottom: 10px;
        top: auto;
        text-align: left;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        letter-spacing: 0.08em;
        line-height: 1.1;
        transform: none;
    }

    .title-container {
        display: flex;
        align-items: center;
        gap: 0px;
    }

    .main-title {
        margin: 25px;
        font-size: 30px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        letter-spacing: 0.1em;
    }

    .sub-title {
        margin: 25px;
        font-size: 20px;
        margin-top: -38px;
    }

    .works-container {
        height: 100%;
        width: 100%;
        align-items: center;
    }

    .top-section,
    .bottom-section {
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .top-section img {
        width: 200px;
        height: auto;
    }

    .top-section h2,
    .bottom-section h2 {
        margin: -15px;
    }

    .top-section h4 {
        text-align: center;
        font-size: 15px;
    }

    .btn-container {
        margin-top: 10px;
        margin-bottom: -20px;
    }

    .btn {
        padding: 10px 10px;
        font-size: 15px;
    }

}


/* レスポンシブ対応 */
@media (max-width: 900px) {

    .header-container .logo {
        height: 250px;
        display: block;
        align-items: center;
        margin: 0 auto;
    }

    .about-3col,
    .commitment-3col,
    .access-2col {
        flex-direction: column;
        padding: 20px 0;
        gap: 0;
        align-items: center;
    }

    .about-3col-title,
    .about-3col-text,
    .about-3col-image,
    .commitment-3col-title,
    .commitment-3col-text,
    .commitment-3col-image,
    .access-title,
    .access-2col-text {
        align-items: center;
        justify-content: center;
        min-width: 0;
        width: 100%;
    }

    .about-3col-image img,
    .commitment-3col-image img {
        width: 70vw;
    }

    .about-hp-desc,
    .commitment-hp-desc,
    .access-hp-desc {
        width: 100%;
        font-size: 15px;
        padding: 1em;
    }

    .about-3col-title .main-title,
    .commitment-3col-title .main-title,
    .menu-title .main-title,
    .access-title .main-title {
        display: flex;
        justify-content: center;
        gap: 0.1em;
        font-size: 1.8rem;
        writing-mode: horizontal-tb;
    }

    .commitment-3col-image {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .commitment-3col-image img {
        width: 45%;
        height: auto;
    }

    .commitment_img-left {
        left: 0px;
        bottom: 0px;
    }

    .commitment_img-right {
        left: 0px;
        top: 0px;
    }

    .access-text-block {
        font-size: 0.7rem;
        flex: 1 1 auto;
    }

    .access-info-flex {
        align-items: center;
        flex-direction: column;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 10px;
        background: none;
        box-shadow: none;
        z-index: 1002;
        padding: 0;
    }

    .header-container {
        flex-direction: row;
        align-items: center !important;
        /* すべて上下中央揃え */
        justify-content: space-between;
        width: 100vw;
        padding: 0.5em 1em 0.5em 1em;
        position: relative;
        background: none;
        min-height: 60px;
        /* 高さを確保 */
    }

    .header-container .logo {
        position: static;
        height: 4rem;
        margin: 0;
        z-index: 1003;
        display: flex;
        align-items: center;
    }

    .header-contact {
        flex-direction: row;
        gap: 0.7em;
        margin: 0;
        align-items: center;
        display: flex;
        height: 100%;
    }

    .header-tel {
        font-size: 0.8em;
        background: rgba(0, 0, 0, 0.4);
        padding: 0.2em 0.7em;
        border-radius: 1em;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .header-instagram .instagram-icon {
        width: 3rem;
        height: auto;
        display: flex;
        align-items: center;
    }

    /* ハンバーガー */
    .hamburger {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1100;
        margin-left: 3rem;
        margin-right: 0;
        position: relative;
        align-self: center;
    }

    .hamburger div,
    .hamburger span {
        width: 28px;
        height: 3px;
        background: #fff;
        margin: 5px 0;
        border-radius: 2px;
        transition: 0.4s;
        display: block;
    }

    /* ハンバーガーメニューの初期状態 */
    .hamburger-menu {
        opacity: 0;
        transform: translateX(100%);
        transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        pointer-events: none;
    }

    /* メニューが開いたときに付与されるクラス例: .open */
    .hamburger-menu.open {
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
    }


    /* ナビゲーション */
    nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 70vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.97);
        opacity: 0.9;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: right 0.3s, display 0s;
        z-index: 1050;
        box-shadow: 0 0 20px #0008;
    }

    nav.open {
        display: flex !important;
        right: 0;
    }

    nav ul {
        flex-direction: column;
        gap: 2.2rem;
        background: none;
        position: static;
        width: 100%;
        opacity: 1 !important;
        pointer-events: auto !important;
        padding: 0;
    }

    nav li a {
        font-size: 1.2em;
        color: #fff;
        padding: 1em 0;
        border-bottom: 1px solid #fff2;
        text-align: center;
    }

    nav li:last-child a {
        border-bottom: none;
    }

    /* キャプション位置調整 */
    .image-caption {
        font-size: 2em;
        left: auto;
        right: 10px;
        bottom: 10px;
        top: auto;
        text-align: left;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        letter-spacing: 0.08em;
        line-height: 1.1;
        transform: none;
        z-index: 10;
        position: absolute;
        pointer-events: none;
        background: rgba(0, 0, 0, 0.4);
        padding: 0.2em 0.2em;
        border-radius: 0.5em;
    }

    main {
        padding-left: 0;
    }

    .home-bg-video {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        pointer-events: none;
    }

    #home {
        width: 100%;
        height: 100 vh;
        min-height: 320px;
        max-height: 100vh;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
    }

    .main-nav {
        transform: translateX(100%);
        opacity: 0;
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .main-nav.active {
        transform: translateX(0);
        opacity: 1;
        display: flex !important;
    }
}

/* sigle-menu */
.menu-detail {
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

.menu-detail h1 {
    border-bottom: #FFF 2px solid;
}

.menu-detail img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.meni-content {
    text-align: center;
    margin-top: 1rem;
}

.btn-container {
    text-align: center;
    margin-top: 1rem;
}

.btn-container :hover {
    background-color: #232323;
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.475);
    transform: translateY(-2px);
    opacity: 0.6;
}

/* レスポンシブ対応 */
@media (max-width: 900px) {

    .single-menu-page {
        padding: 3rem;
    }

    .menu-detail h1 {
        font-size: 1.5rem;
    }

    .menu-detail img {
        width: 100%;
        max-width: 100%;
    }

    .meni-content {
        font-size: 1rem;
    }

    .btn-container {
        margin-top: 10px;
    }
}

/* レスポンシブ対応*/
@media (max-width: 768px) {

    .single-menu-page {
        padding: 3rem;
    }

    .menu-detail h1 {
        font-size: 1.2rem;
    }

    .menu-detail img {
        width: 100%;
        max-width: 100%;
    }

    .meni-content {
        font-size: 0.9rem;
    }

    .btn-container {
        margin-top: 10px;
    }
}

/* archive-menu */

.menu-archive .section-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
}

.menu-archive .section-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.menu-archive .menu-items {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 0 1rem;
}

.menu-archive .menu-item {
    width: 18rem;
    border: 1px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    margin: 0 auto;
}

.menu-archive .menu-item:hover {
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.menu-archive .menu-item__image img {
    width: 100%;
    height: auto;
    display: block;
}

.menu-archive .menu-item__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-archive .menu-item__title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.menu-archive .menu-item__description {
    font-size: 0.95rem;
    line-height: 1.6;
}

.menu-archive .pagination {
    margin-top: 2rem;
    text-align: center;
}

.menu-item__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

/* ▼ レスポンシブ対応（768px以下） */
@media (max-width: 768px) {
    .menu-archive .section-title {
        font-size: 1.5rem;
        padding-top: 2rem;
    }

    .menu-archive .menu-items {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .menu-archive .menu-item__title {
        font-size: 1.1rem;
    }

    .menu-archive .menu-item__description {
        font-size: 0.9rem;
    }

    .menu-archive .section-inner {
        padding: 1.5rem 1rem;
    }
}