.sp-container {
    background-color: #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
}

.sp-container * {
    font-family: inherit;
}


.pc-side {
    &.pc-left {
        .event-info {
            margin: 5rem auto;
            color: #A29181;
            font-family: 'Noto Serif JP', serif;

            p {
                font-size: 2rem;
                font-weight: 500;
                text-align: left;
                margin-bottom: 0;
            }

            span {
                font-size: 2rem;
                font-weight: 500;
            }
        }

        .anker-list {
            color: #9F856A;
        }
    }

    /* &.pc-right {
        margin-top: 10rem;
    } */
}

section#fv {
    padding: 0;
    background-color: #F8F8F8;

    .fv {
        aspect-ratio: 1 / 1.5;
        border-bottom-left-radius: 80px;
        overflow: hidden;

        >img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
        }

        >img:nth-of-type(1) {
            z-index: 1;
        }

        >img:nth-of-type(2) {
            position: absolute;
            inset: 0;
            object-fit: contain;
            margin: auto;
            transform: scale(0.95);
            transform-origin: center;
            z-index: 2;
            top: 10px;
            height: 95%;
        }
    }


}


section#about {

    background-color: #F8F8F8;
    padding-bottom: 5rem;

    h1 {
        font-size: 1.8rem;
        margin: 0;
        text-align: center;
        position: relative;
        font-family: 'Noto Serif JP';
        color: #A58D74;

        span {
            font-size: 2.6rem;
        }

        &::before,
        &::after {
            content: "";
            position: absolute;
            transform: translateY(-50%);
            background-size: contain;
            background-repeat: no-repeat;
        }

        &::after {
            top: 90%;
            margin-left: 16px;
            content: url(../../../../img/lp/event/fes/202508/about-dec-right.svg);

        }

        &::before {
            top: 30%;
            margin-left: -45px;
            content: url(../../../../img/lp/event/fes/202508/about-dec-left.svg);
        }
    }

    .intor {

        background-image: url(../../../../img/lp/event/fes/202508/about-backimg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
        margin-left: calc(var(--section-gutter) * -1);
        margin-right: calc(var(--section-gutter) * -1);

        margin-top: -20px;
        text-align: center;

        p {
            line-height: 1.8;
            font-size: 1.4rem;
        }

        p:first-of-type {
            padding-top: 15%;
        }

        p:nth-of-type(2) {
            padding-top: 3%;
        }
    }

    .event-container {

        background-color: #fff;
        padding: 20px 16px 40px;
        width: 100%;
        max-width: 310px;
        margin: 0 auto;
        position: relative;
        margin-top: 60px;
        border-top: 3px solid rgba(217, 217, 217, 0.5);
        border-bottom: 3px solid rgba(217, 217, 217, 0.5);
        position: relative;

        &::before,
        &::after {
            content: "";
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
            height: 3px;
            background-color: #C8B4AD;
        }

        &::before {
            top: -6px;
        }

        &::after {
            bottom: -6px;
        }


        .event-wrapper {
            position: relative;
            max-width: 360px;
            margin: 0 auto;
        }

        h3 {
            text-align: center;
            color: #A58D74;
            margin: 16px 0 20px;
            font-size: 1.8rem;
            font-weight: 600;
            line-height: 2;
            font-family: 'Noto Serif JP', serif;
        }

        table {
            width: 100%;
            table-layout: fixed;
            border-collapse: collapse;
            font-size: 13.5px;
            line-height: 1.5;

            tr {
                border-bottom: 1px solid rgba(187, 168, 131, 0.3);
            }

            tr:last-child {
                border-bottom: none;
            }

            td {
                vertical-align: top;
                padding: 8px 0;
                color: #686868;
                line-height: 1.8;
            }

            .label {
                width: 40%;
                padding-left: 5px;
                font-weight: 400;
                font-size: 1.2rem;
            }

            .value {
                width: 60%;
                font-weight: 500;
                font-size: 1.4rem;
            }
        }

        .about-banner {
            position: absolute;
            top: -50px;
            left: -50px;
            z-index: 10;
            transform: none;

            img {
                width: 140px;
                height: auto;
            }
        }
    }

}


.contact-btn {
    text-align: center;
    margin-top: 50px;

    >img {
        width: 70px;
        height: 30px;
        box-shadow: none;
        margin-bottom: 10px;
    }

    a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        aspect-ratio: 324/54;
        max-width: 430px;
        margin: 0 auto;
        background-color: #534B45;
        color: #C8B4A0;
        border-radius: 50px;
        border: 2px solid #C8B4A0;
        font-size: 1.6rem;
        font-weight: 300;
        font-family: 'Noto Serif JP', serif;
        letter-spacing: 0;
    }

    .contact-button img:hover {
        opacity: 0.7;
    }
}

/* 私らしい結婚式って？ */
section#phase {
    padding-top: 0;
    padding: 40px calc(var(--section-gutter) * -1);

    .wedding-container {
        max-width: 1024px;
        margin: 0 auto;
        padding: 40px calc(var(--section-gutter) * -1);
        position: relative;
        font-family: sans-serif;
    }

    .slider-wrapper {
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .vertical-text {
        width: 61px;
        color: #a68e75;
        position: absolute;
        left: 15px;
        top: 40px;
        line-height: 1.6;
        font-weight: bold;
        z-index: 10;

        &::before {
            content: "";
            position: absolute;
            top: -10px;
            left: -30px;
            right: -10px;
            bottom: -50px;
            background: linear-gradient(to bottom,
                    rgba(255, 255, 255, 0.3) 0%,
                    rgba(255, 255, 255, 1) 80%,
                    rgba(255, 255, 255, 1) 100%);
            z-index: -1;
            pointer-events: none;
        }

        img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: contain;
        }
    }


    .intro-text {
        margin-left: 100px;
        margin-bottom: 20px;
        color: #615E5E;
        font-size: 1.4rem;
        line-height: 1.8;
        padding-left: 30px;
    }

    .phase-swiper {
        position: relative;
        overflow: visible;
        padding-left: 45px;
    }

    .swiper-slide {
        min-width: 225px;
        background-color: #F8F8F8;
        border-radius: 10px 0 10px 10px;
        flex-shrink: 0;
        aspect-ratio: 215 / 290;
    }

    .image-box {

        width: 100%;

        aspect-ratio: 212/121;
        position: relative;
        margin: 5% 0 7% -5%;

        img {
            cursor: pointer;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-bottom-right-radius: 10px;
        }

        .more-button {
            position: absolute;
            bottom: 0;
            right: 0;
            background: rgba(255, 255, 255, 0);
            color: rgba(255, 255, 255, 1);
            border: none;
            padding: 4px 10px;
            font-size: 1.4rem;
            cursor: pointer;
        }
    }


    .phase-title {
        padding: 10px;
        color: #A58D74;
        position: relative;
        font-weight: 100;

        &::after {
            content: "";
            position: absolute;
            left: 10px;
            bottom: 0;
            width: 16px;
            border-bottom: 1px solid #9D4545;
        }
    }

    .phase-subtitle {
        padding: 10px;
        color: #A58D74;
        margin-left: 3px;
        font-weight: 500;
        line-height: 1.8;
        font-size: 1.1rem;
    }




    ul {
        list-style: none;
        margin: 5%;

        li {
            font-size: 1.1rem;
            position: relative;
            color: #949393;
            line-height: 1.8;

            &::before {
                content: "";
                position: absolute;
                left: -15px;
                top: 5px;
                width: 0.8em;
                height: 0.8em;
                background-image: url(../../../../img/lp/event/fes/202508/list_check.svg);
                background-size: contain;
                background-repeat: no-repeat;
            }
        }
    }

    .phase-nav {
        position: absolute;
        bottom: 1%;
        left: 0;
        width: calc(100% - 35px);
        display: flex;
        justify-content: space-around;
        padding: 20px 10px 5px;
        background: linear-gradient(90deg, rgba(200, 180, 160, 0.5) 0%, #9F856A 100%);
        margin-left: 35px;

        &::before {
            content: "";
            position: absolute;
            left: 0;
            top: -120px;
            bottom: -85px;
            width: 1px;
            background-color: rgba(200, 180, 160, 0.5);
            z-index: 0;
            overflow: visible;
        }

        .phase-tab-group {
            display: inline-flex;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 999px;
            overflow: hidden;
        }

        .phase-tab {
            padding: 0 30px;
            border-radius: 20px;
            background-color: transparent;
            cursor: pointer;
            transition: background-color 0.3s ease;
            color: #fff;
        }


        .phase-tab.active {
            background-color: rgba(255, 255, 255, 0.4);
        }
    }
}

@media (max-width: 760px) and (min-width: 535px) {
    section#phase {
        .slider-wrapper {

            .phase-subtitle {
                font-size: 1.6rem;
            }
        }

        ul {

            li {
                font-size: 1.6rem;

                &::before {
                    left: -20px;
                    top: 7px;
                    width: 1em;
                    height: 1em;
                }
            }
        }
    }
}

.phase-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;

    &.hidden {
        display: none;
    }

    .modal-content {
        background: #fff;
        width: 90%;
        max-width: 600px;
        height: 85vh;
        overflow-y: auto;
        padding: 2rem;
        border-radius: 10px;
        position: relative;

        .modal-close {
            position: absolute;
            top: 0px;
            right: 5px;
            background: none;
            border: none;
            font-size: 3rem;
            cursor: pointer;
            color: #A58D74;
        }

        .phase-title {
            position: absolute;
            top: 0;
            left: 0;
            background-color: #9D4545;
            padding: 10px 0;
            width: 20%;
            border-radius: 10px 0 5px 0;
            text-align: center;
            font-size: 1.2rem;
            color: #FFFFFF;
        }

        .modal-inner {
            margin-top: 20px;
            align-items: center;

            .phase-subtitle {
                text-align: center;
                font-weight: 500;
                line-height: 1.8;
                margin: 10px;
                color: #A58D74;
            }

            .image-box {
                text-align: center;

                img {
                    width: 90%;
                    height: auto;
                    margin-bottom: 1rem;
                }
            }

            ul {
                padding: 0 5%;

                li {
                    margin-bottom: 0.5rem;
                    list-style: none;
                    max-width: 90%;
                    padding: 15px;
                    background-color: #C8B4A033;
                    margin: 15px;

                    &:nth-child(odd) {
                        margin-left: auto;
                        margin-right: 0;
                        border-radius: 20px 20px 0 20px;
                    }

                    &:nth-child(even) {
                        margin-left: 0;
                        margin-right: auto;
                        border-radius: 20px 20px 20px 0;
                    }
                }


            }

        }

        .modal-navigation {
            display: flex;
            margin-top: 20px;

            .nav-button {
                background: transparent;
                border: none;
                cursor: pointer;

                img {
                    width: 40px;
                    height: auto;
                }
            }

            #prev-btn {
                position: absolute;
                left: 0px;
                bottom: 7px;
            }

            #next-btn {
                position: absolute;
                right: 0px;
                bottom: 7px;
            }
        }


    }
}

.venue-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;

    &.hidden {
        display: none;
    }

    .modal-content {
        background: #fff;
        width: 90%;
        max-width: 600px;
        height: 85vh;
        overflow-y: auto;
        padding: 2rem;
        border-radius: 10px;
        position: relative;

        h2 {
            text-align: center;
            padding-top: 20px;

            span {
                font-size: 1.4rem;
                color: rgba(127, 127, 127, 1);
                padding-bottom: 5px;
                font-weight: 300;
            }

            .label {
                font-weight: bold;
                margin-left: 20px;
            }
        }

        .modal-venues {
            span {
                padding: 2px 10px;
                border: 1px solid #A58D74;
                border-radius: 4px;
                color: #A58D74;
            }

            p {
                margin-top: 10px;
            }
        }

        div {
            margin-top: 20px;

            p {
                font-size: 1.4rem;
                font-weight: 400;
                line-height: 1.5;
                color: #534B45;
            }
        }


        .modal-close {
            position: absolute;
            top: 0px;
            right: 5px;
            background: none;
            border: none;
            font-size: 3rem;
            cursor: pointer;
            color: #A58D74;
        }

    }
}

.exhibit-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;

    &.hidden {
        display: none;
    }
}

.exhibit-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;

    &.hidden {
        display: none;
    }

    .modal-content {
        background: #F8F8F8;

        overflow-y: auto;
        padding: 1rem;
        border-radius: 10px;
        position: relative;
        width: 90%;
        max-width: 600px;
        height: 65vh;

        .modal-close {
            position: absolute;
            top: 0px;
            right: 5px;
            background: none;
            border: none;
            font-size: 3rem;
            cursor: pointer;
            color: #A58D74;
        }

        .exhibit-title {
            padding: 10px;
            color: #A58D74;
            margin-left: 3px;
            font-weight: 500;
            line-height: 1.8;
            font-size: 1.2rem;
        }

        .modal-inner {
            align-items: center;

            .image-box {
                text-align: center;

                img {
                    width: 90%;
                    height: auto;
                    margin-bottom: 1rem;
                }
            }

            .exhibit-desc {
                font-weight: 350;
                line-height: 1.8;
                margin: 20px auto;
                color: #534B45;
                max-width: 90%;

                border-radius: 20px;
            }
        }

        .modal-navigation {
            display: flex;
            margin-top: 20px;

            .nav-button {
                background: transparent;
                border: none;
                cursor: pointer;

                img {
                    width: 40px;
                    height: auto;
                }
            }

            #prev-btn {
                position: absolute;
                left: 0px;
                bottom: 7px;
            }

            #next-btn {
                position: absolute;
                right: 0px;
                bottom: 7px;
            }
        }
    }
}


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding: 20px;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px #000;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.modal.show {
    display: flex;
    cursor: zoom-out;
}


/*
#####################################################################
# concerns
#####################################################################
*/

section#concerns {
    padding-top: 5rem !important;
    background-color: #F8F8F8;

    h2 {
        font-size: 2rem;
        margin: 0;
        font-weight: 500;
        text-align: left;
        position: relative;
        font-family: 'Noto Serif JP';
        color: #A29181;
        line-height: 1.8;
    }


    .intor {

        background-image: url(../../../../img/lp/event/fes/202508/about2-backimg.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
        margin-right: calc(var(--section-gutter) * -1);
        margin-top: -40px;
        text-align: left;
        background-position: center -20px;

        p {
            line-height: 1.8;
            font-size: 1.4rem;
        }

        p:first-of-type {
            padding-top: 17%;
        }

        p:nth-of-type(2) {
            padding-top: 3%;
        }
    }

}

/*
#####################################################################
# Pick Up
#####################################################################
*/
section#pickup {
    padding-top: 0 !important;
    background-color: #F8F8F8;

    .pickups {
        position: relative;

        h2 {
            text-align: center;
            font-size: 32px;
            font-weight: 500;
            font-family: 'Noto Serif JP';
            color: #C8B4A0;
        }

        span {
            display: block;
            text-align: center;
            font-size: 1.2rem;
            color: #949494;
            margin-top: 10px;
        }

        .pickup-item {
            width: 100%;
            margin: 40px 0;
        }

        h3 {
            color: rgba(165, 141, 116, 1);
            margin: 10px 0;
            text-align: left;
            font-size: 1.5rem;
            line-height: 1.6;
            font-weight: 500;
        }

        .pickup {
            position: relative;
            cursor: pointer;

            img {
                width: 100%;
                height: auto;
                object-fit: cover;
            }

            a {
                position: absolute;
                font-size: 1.2rem;
                font-weight: bold;
                color: #fff;
                text-decoration: none;
                background-color: #A58D74;
                border-radius: 2px 0 8px 2px;
                cursor: pointer;
                white-space: nowrap;

                bottom: -10px;
                right: 0px;
                padding: 3px 17px;
            }

            a.collapsed::after {
                content: 'MORE ↓';
                font-weight: 400;
            }

            a:not(.collapsed) {
                background-color: rgba(165, 141, 116, 0.1);
                border-radius: 8px;
                color: rgba(165, 141, 116, 1);
            }

            a:not(.collapsed)::after {
                content: 'CLOSE ↑';
                color: rgba(165, 141, 116, 1);
                font-weight: 400;
            }

            .collapse {
                overflow: hidden;
                transition: max-height 0.3s ease;

                &.show {
                    max-height: 1000px;
                }

                &:not(.show) {
                    max-height: 0;
                }

                p {
                    margin: 20px;
                }
            }

        }


    }

}



/* コンテンツ */
section#contents {

    h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 500;
        color: #C8B4A0;
        font-family: 'Noto Serif JP';
    }

    >span {
        display: block;
        text-align: center;
        font-size: 1.2rem;
        color: #949494;
        margin: 10px auto;
    }

    .decoration {
        text-align: center;
    }

    >div {

        img {
            width: 91.8px;
            height: 32px;
        }
    }


    .content-img {
        width: 120px;
        height: auto;
        box-shadow: none;
        position: absolute;
        top: -30px;
        left: -40px;
        padding: 0.2rem 0.6rem;
    }

    .more-button {
        background-color: rgba(165, 141, 116, 1);
        color: #fff;
        border: none;
        font-size: 12px;
        border-radius: 4px;
        cursor: pointer;
        transition: background 0.3s;
        width: 100px;
        height: 24px;
        bottom: 10px;
        left: 20px;
        opacity: 1;
        border-radius: 6px;
        margin-top: 50px;
        margin-bottom: 1rem;
        text-align: center;
        position: absolute;
    }

    .more-button:hover {
        background-color: #8a735f;
    }

    .center-wrapper {
        margin-top: 10px;

        h3 {
            margin-top: 1.2rem;
            font-size: 1.3rem;
            font-weight: bold;
            text-align: left;
            margin-left: 5px;
        }

        .experience-card {
            background-color: rgba(79, 124, 162, 0.1);
            border-radius: 8px;
            padding: 1.2rem;
            padding-bottom: 0;
            width: 90%;
            margin: 50px auto;
            position: relative;
            overflow: visible;

            h3 {
                color: rgba(79, 124, 162, 1);
            }

            .content-img {
                top: -30px;
            }

            .card-body {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                margin-top: 0.5rem;
                gap: 0.5rem;
                margin-top: 5px;

                p {
                    color: rgba(47, 46, 46, 1);
                    flex: 1;
                    line-height: 1.4;
                    text-align: left;
                    flex-basis: 40%;
                    flex-shrink: 0;
                    margin: 5px 0 5px 5px;
                    font-size: 1.2rem;
                    padding-bottom: 1rem;
                }

                div {
                    width: 60%;
                    margin-left: auto;
                    margin-top: 10px;
                    flex-grow: 0;
                    aspect-ratio: 185 / 140;
                    height: auto;
                    transform: scale(1.2) !important;
                    transform-origin: top left;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        display: block;
                    }
                }
            }
        }



        .consult-card {
            background-color: rgba(157, 69, 69, 0.05);
            border-radius: 8px;
            padding: 1.2rem;
            width: 90%;
            position: relative;
            overflow: visible;
            margin: 50px auto;
            margin-top: 75px;

            h3 {
                color: #9D4545;
            }

            .img-wrapper {
                width: 120%;
                margin: 15px auto 15px -10%;

                img {
                    width: 100%;
                    height: auto;
                    object-fit: cover;
                    display: block;
                }
            }


            .card-body {
                padding: 3px;

                p {
                    color: #2F2E2E;
                    line-height: 1.5;
                    margin: 5px;
                    text-align: left;
                    font-size: 1.2rem;
                }

                ul {
                    list-style: none;
                    padding: 0;
                    margin: 10px 5px;
                }

                ul li {
                    display: flex;
                    align-items: center;
                    font-size: 1.2rem;
                    color: rgba(165, 141, 116, 1);
                }

                ul li::before {
                    content: '✦';
                    display: inline-block;
                    margin-right: 0.5em;
                    color: #a88c76;
                    font-size: 2rem;
                }
            }

            .more-button {
                position: static;
                margin: 0 5px;
            }
        }

        .exhibition-card {
            background-color: rgba(100, 139, 117, 0.05);
            border-radius: 8px;
            padding: 1.2rem;
            width: 90%;
            position: relative;
            overflow: visible;
            margin: 50px auto;

            h3 {
                color: #567f5d;
                margin-left: 10px;
            }

            .divider {
                height: 1px;
                background-color: rgba(100, 139, 117, 0.5);
                width: 90%;
                margin: 0 auto 10px;
                margin-top: 10px;
            }

            .exhibit-grid {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                padding: 1rem;

                .exhibit-card {
                    position: relative;
                    overflow: visible;
                    text-align: center;
                    margin-top: 15px;
                    width: 120%;

                    .image-wrapper {
                        position: relative;
                        aspect-ratio: 1 / 1;
                        overflow: visible;
                        cursor: pointer;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            display: block;
                        }

                        .more-button {
                            bottom: -8px;
                            right: 0px;
                            left: auto;
                            width: 65px;
                            border-radius: 2px 0 8px 2px;
                            height: auto;
                            margin: 0;

                            &:hover {
                                opacity: 0.7;
                            }
                        }

                        /* .more-button-wrapper {} */
                    }

                    &:nth-child(1),
                    &:nth-child(3) {
                        transform: translateX(-20%) !important;

                        .image-wrapper {
                            margin-left: 0;
                        }
                    }

                    &:nth-child(2),
                    &:nth-child(4) {
                        transform: translateX(10%) !important;

                        .image-wrapper {
                            margin-left: auto;

                        }
                    }

                    .exhibit-title {
                        margin-top: 10px;
                        font-size: 1.2rem;
                        font-weight: 400;
                        line-height: 1.5;
                        color: #A58D74;
                    }
                }
            }
        }



    }
}

/* 新郎向け */
section#grooms {
    padding: 0;

    >div {
        background-color: #f8f8f8;
        padding: 20px;
        padding-bottom: 30px;
        position: relative;
        color: #7b4e2e;
    }

    .groom-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 16px;

        h3 {
            font-size: 1.6rem;
            font-weight: 500;
            margin: 0;
            color: rgba(159, 133, 106, 1);
            font-family: 'Noto Serif JP', serif;
        }

        img {
            margin: 0;
            margin-right: -5px;
            margin-top: -45px;
            width: 40px;
        }
    }

    .groom-list {
        list-style: none;
        margin: 0;
        padding: 0;

        li {
            display: flex;
            align-items: flex-start;
            font-size: 1.4rem;
            color: rgba(83, 75, 69, 1);
            margin-bottom: 10px;
            position: relative;
            padding-left: 20px;

            &::before {
                content: '';
                position: absolute;
                top: 3px;
                left: 0;
                width: 15px;
                height: 15px;
                background-image: url(../../../../img/lp/event/fes/202508/solar_check-circle-broken.png);
                background-size: contain;
                background-repeat: no-repeat;
            }
        }
    }


}


/* Exhibitor */
section#exhibitor {
    padding-left: calc(var(--section-gutter) * -1);
    padding-right: calc(var(--section-gutter) * -1);
    overflow: hidden;


    h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 500;
        color: #C8B4A0;
        font-family: 'Noto Serif JP', serif;
    }

    span {
        display: block;
        text-align: center;
        font-size: 1.2rem;
        color: #949494;
        margin-top: 10px;
    }

    .exhibitor-section:nth-of-type(2) .header {
        width: 330px;
    }

    .header {
        display: flex;
        gap: 10px;
        margin-bottom: 24px;
        background: rgba(248, 248, 248, 1);
        width: 240px;
        margin-left: -20px;

        span {
            font-size: 1.4rem;
            color: rgba(127, 127, 127, 1);
            padding-bottom: 5px;
        }

        .label {
            font-weight: bold;
            margin-left: 20px;
        }


    }

    .exhibitor-section {
        padding: 20px;
        font-family: 'Segoe UI', sans-serif;
        background-color: #fff;
        text-align: center;
    }

    .exhibitor-slider {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .exhibitor-card {
        flex: 0 0 200px;
        background: #fff;
        border-radius: 16px;
        background: linear-gradient(270deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
        scroll-snap-align: start;
        text-align: center;
        padding-bottom: 16px;
    }

    .exhibitor-image-wrapper {
        width: 100%;
        aspect-ratio: 1/1;
    }

    .exhibitor-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .exhibitor-info {
        padding: 10px;
        text-align: left;
        aspect-ratio: 2 / 0.8;
    }

    .exhibitor-title-text {
        font-weight: bold;
        color: #333;
        margin-bottom: 4px;
        text-align: left;
        font-size: 1.2rem;
    }

    .exhibitor-subtitle-text {
        font-weight: 700;
        color: #A58D74;
        margin-bottom: 4px;
        text-align: left;
        font-size: 1rem;

    }

    .exhibitor-stars {
        font-size: 12px;
        color: rgba(144, 144, 144, 1);
        line-height: 1.4;
        text-align: left;
    }

    .exhibitor-instagram img {
        width: 20px;
        margin-top: 8px;
        margin-right: 160px;
    }

    .exhibitor-more {
        margin-top: 50px;

        a {
            display: inline-block;
            border: 1px solid rgba(200, 180, 160, 1);
            border-radius: 30px;
            padding: 15px 30px;
            color: rgba(200, 180, 160, 1);
            font-size: 14px;
            text-decoration: none;
            width: 70%;
            min-width: 280px;
            height: 54px;
            margin-bottom: 20px;
        }

    }

    .exhibitor-title {
        width: 330px;
        height: 64px;
    }






    .swiper-section {
        padding: 20px;
    }

    .planner-swiper-pagination-bullet-active {
        background: #b36b00;
    }

    .planner-supplement {
        color: rgba(144, 144, 144, 1);
        font-size: 12px;
        line-height: 1.6;
        margin: 0;
        text-align: left;
    }
}

.swiper-style {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    margin-left: var(--section-gutter);
    gap: 5px;
    position: static;

    .swiper-pagination-bullet {
        background: #ccc;
        opacity: 1;
        margin: 0 4px;
        transition: background-color 0.3s;
        width: 10px;
        height: 2px;
        border-radius: 3px;
    }

    .swiper-pagination-bullet-active {
        background: #C8B4A0;
        opacity: 1;
        transform: scale(1.2);
    }
}

.swiper-container-style {
    width: 100%;
    padding-bottom: 5px;
    padding-left: var(--section-gutter);
}

/* present */
section#present {
    background-color: #F8F8F8;

    h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 500;
        color: #C8B4A0;
        font-family: 'Noto Serif JP', serif;
    }

    span {
        display: block;
        text-align: center;
        font-size: 1.2rem;
        color: #949494;
        margin-top: 10px;
    }

    >div {
        text-align: center;
        margin-top: 4rem;

        .pickup-img {
            width: 70px;
            height: 30px;
            box-shadow: none;
            margin-bottom: 10px;
        }
    }
}

/*
#####################################################################
# ギャラリー
#####################################################################
*/
section#gallery {

    h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 500;
        color: #C8B4A0;
        font-family: 'Noto Serif JP', serif;
    }

    span {
        display: block;
        text-align: center;
        font-size: 1.2rem;
        color: #949494;
        margin-top: 10px;
    }

    .gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 40px;
        justify-content: center;

        a {
            aspect-ratio: 1/1;
            display: block;
            cursor: pointer;

            img {
                width: 100%;
                height: 100%;
                display: block;
                object-fit: cover;
            }
        }
    }

    small {
        text-align: right;
        display: block;
        margin-top: 5px;
    }



}

/*
#####################################################################
# Staff
#####################################################################
*/
section#staff {
    padding-top: 1rem;
    padding-bottom: 0 !important;

    overflow: hidden;

    h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 500;
        color: #C8B4A0;
        font-family: 'Noto Serif JP', serif;
    }

    .mes {
        background-color: #F8F8F8;
        margin: 3rem auto;
        border-radius: 20px;

        h3 {
            font-size: 1.4rem;
            font-weight: 700;
            line-height: 1.8;
            padding: 3.5rem 3rem;
            color: #C8B4A0;

        }
    }

    span {
        display: block;
        text-align: center;
        font-size: 1.2rem;
        color: #949494;
        margin-top: 10px;
    }

    .swiper-container-style {
        padding-left: 0;
    }

    .staff-swiper-container {
        margin-top: 2rem;

        .staff-card {
            border-radius: 10px;
            overflow: hidden;
            background-color: #fff;
            box-shadow: 0px 4px 4px 0px #A58D741A;
            text-align: center;
            flex: 0 0 auto;
            scroll-snap-align: start;
            padding-bottom: 10px;
            aspect-ratio: 160 / 274;
            min-width: 160px;

            .staff-img {
                width: 100%;
                aspect-ratio: 16/17;

                img {

                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: block;
                    border-radius: 10px;
                }
            }
        }

        .staff-info {
            padding: 12px 8px;

            img {
                margin: 0 auto;
                width: 24px;
                height: auto;
                margin-bottom: 10px;
            }

            p {
                font-size: 1rem;
                margin: 0;
                line-height: 1;
                font-weight: 400;
            }

            .insta-brand,
            .insta-role {
                color: #b39778;
            }

            .insta-name {
                margin-top: 10px;
                color: #534B45;
                font-size: 1.4rem;
            }
        }

        .slick-list {
            padding-left: var(--section-gutter);
        }
    }
}

/*
#####################################################################
# FAQ
#####################################################################
*/

section#questions {

    h2 {
        text-align: center;
        padding-top: 10rem;
        font-size: 32px;
        font-weight: 500;
        color: #C8B4A0;
        font-family: 'Noto Serif JP', serif;
    }

    span {
        display: block;
        text-align: center;
        font-size: 1.2rem;
        color: #949494;
        margin-top: 10px;
        margin-bottom: 30px;
    }

}

/*
#####################################################################
# フッターabout
#####################################################################
*/
section#footer-about {

    .access-info {

        h3 {
            font-size: 2rem;
            font-weight: 300;
            color: #534B45;
            font-family: 'Noto Serif JP', serif;
            margin-bottom: 5px;
            text-align: left;
        }

        span {
            font-weight: 400;
            line-height: 1.8;
            margin-bottom: 5px;
            font-size: 1rem;
        }

        iframe {
            margin: 5px auto;
        }

        .info {
            color: #C8B4A0;
            font-size: 1.2rem;
        }
    }

    .event-info {

        color: #A29181;
        font-family: 'Noto Serif JP', serif;

        h3 {
            font-size: 2rem;
            font-weight: 500;
            text-align: left;
        }

        span {
            font-size: 2rem;
            font-weight: 500;
        }
    }

}