/* ハンバーガー */
.sub-header {
    display: none;
}

/* fv */
section#fv {
    padding: 0;
}

.sp-container .fv {
    border-radius: 0px;
    aspect-ratio: auto;
}

/* about */
section#about {
    padding-top: 83px !important;

    .about-title {
        position: relative;

        p {
            color: #A58D74;
            text-align: center;
            font-size: 1.5rem;
            font-family: Noto Serif JP;
        }

        h1 {
            font-family: Noto Serif JP;
            color: #A58D74;
            font-size: 2.4rem;
            text-align: center;
            line-height: 35px;
            position: relative;

            &::before {
                content: "";
                background-image: url(../../../../../img/lp/event/fes/202601/leaf.webp);
                width: 29px;
                height: 30px;
                position: absolute;
                background-size: contain;
                transform: scaleX(-1);
                top: 30%;
                margin-left: -57px;
            }
        }

        img {
            position: absolute;
            width: calc(100% + (var(--section-gutter) * 2));
            left: calc(var(--section-gutter) * -1);
            top: -65px;
        }
    }

    >p {
        font-family: Noto Serif JP;
        color: #A58D74;
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 35px;
        position: relative;

        &::after {
            content: "";
            background-image: url(../../../../../img/lp/event/fes/202601/leaf.webp);
            width: 29px;
            height: 30px;
            position: absolute;
            background-size: contain;
            margin-left: 32px;
            top: -19px;
        }
    }

    .intor {
        color: #615E5E;
        text-align: center;
        position: relative;

        &::before {
            content: "";
            position: absolute;
            border-bottom: 1px solid #C8B4A080;
            height: 25px;
            width: 1px;
        }

        p {
            margin-bottom: 30px;
        }
    }

    .survey-wrapper {
        padding-top: 15px;

        >p {
            text-align: center;
            color: #A29181;
            display: flex;
            justify-content: center;
            gap: 20px;
            align-items: center;

            &::before,
            &::after {
                content: "";
                border: 0.5px solid var(--color-brown-light);
                height: 50px;
                transform: rotate(-28deg);
            }

            &::after {
                transform: rotate(28deg);
            }
        }

        .survey {
            width: 100%;
            display: block;
            position: relative;
            z-index: 1;

            img {
                width: 100%;
            }
        }

        .survey-comment {
            color: #615E5E;
            background-color: #C8B4A01A;
            width: 90%;
            margin: -50px auto 0px;
            padding: 54px 0 20px;
            border-radius: 0 0 20px 20px;
            position: relative;
            z-index: 0;

            ul {
                margin: auto;
                width: fit-content;

                li {
                    display: flex;
                    align-items: center;
                    gap: 5px;
                    margin-bottom: 1px;

                    &::before {
                        content: "";
                        background-image: url(../../../../../img/lp/event/fes/202601/survey_check.webp);
                        background-size: contain;
                        height: 12px;
                        width: 12px;
                    }
                }
            }

        }
    }

    .wedding-container {
        margin-left: calc(-1 * var(--section-gutter)) !important;
        margin-right: calc(-1 * var(--section-gutter)) !important;
        max-width: 1024px;
        margin: 0 auto;
        padding: 15px calc(var(--section-gutter) * -1) 42px;
        position: relative;
        font-family: sans-serif;
        z-index: 0;

        .vertical-text {
            width: 55px;
            position: absolute;
            left: 28px;
            top: 0px;
            font-weight: bold;
            z-index: 10;

            &::before {
                content: "";
                position: absolute;
                top: -10px;
                left: -30px;
                right: -10px;
                bottom: -30px;
                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 {
            color: #A29181;
            font-family: Noto Serif JP;
            margin-bottom: 20px;
            font-size: 1.8rem;
            padding-left: var(--section-gutter);
        }

        .case-swiper {
            position: relative;
            overflow: hidden;
            padding: 0 var(--section-gutter);
            padding-left: calc(var(--section-gutter) + 5%);

            .swiper-slide {
                background-color: #F8F8F8;
                border-radius: 10px 0 10px 10px;
                flex-shrink: 0;

                .case-title {
                    padding: 12px 18px;
                    color: #A58D74;
                    position: relative;
                    font-weight: 100;
                    text-align: center;

                    &::after {
                        content: "";
                        position: absolute;
                        left: 20px;
                        bottom: 2px;
                        width: 18px;
                        border-bottom: 1.5px solid #9D4545;
                    }
                }

                p {
                    padding: 12px 18px;
                    height: 83px;
                    color: #AA947C;
                    font-weight: 500;
                    font-size: 1.2rem;
                }

                .image-box {
                    width: 100%;
                    aspect-ratio: 212/121;
                    position: relative;
                    margin: 5% 0 10% -5%;

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


        .case-nav {
            position: absolute;
            bottom: -1%;
            width: 100%;
            display: flex;
            padding: 30px 10px 10px;
            background: linear-gradient(90deg, rgba(200, 180, 160, 0.5) 0%, #9F856A 100%);
            z-index: -1;

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

                .case-tab {
                    flex: 1;
                    text-align: center;
                    border-radius: 20px;
                    background-color: transparent;
                    cursor: pointer;
                    transition: background-color 0.3s ease;
                    color: #fff;
                }

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

    .concerns {
        padding-top: 9rem;

        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;
            margin-right: calc(var(--section-gutter) * -1);

            img {
                position: absolute;
                width: 75%;
                right: 0;
                top: 50%;
                transform: translateY(-50%) !important;
                z-index: -1;
            }
        }

        .intor {
            margin-top: -30px;
            text-align: left;

            p {
                line-height: 1.8;
                font-size: 1.4rem;
                padding: 17% 10px 0;
            }
        }
    }

    .event-container {
        background-color: #fff;
        padding: 20px 16px 40px;
        margin: 70px auto 40px;
        position: relative;
        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: 95%;
            height: 3px;
            top: -6px;
            background-color: #C8B4A0;
        }

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

        .about-ribbon {
            position: absolute;
            top: -18px;
            z-index: 1;
            width: 140px;
        }

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

        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);

                &:first-child {
                    border-top: 1px solid rgba(187, 168, 131, 0.3);
                }

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

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

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

                    span {
                        font-size: 1rem;
                    }
                }
            }
        }
    }

    .schedule {
        h3 {
            font-family: Noto Serif JP;
            font-size: 1.8rem;
            font-weight: 500;
            margin: 50px 0 15px;
        }

        .schedule-wrapper {
            color: #686868;
            padding: 17px 0 11px;
            border-top: 3px solid #D9D9D980;
            border-bottom: 3px solid #D9D9D980;

            dl {
                display: flex;
                align-items: center;
                border: 1px solid #A58D74;
                border-radius: 5px;
                margin-bottom: 14px;

                dt {
                    background-color: #C8B4A033;
                    padding: 10px 10px 10px 18px;
                    font-weight: 400;
                    width: 120px;
                }

                dd {
                    margin: 0;
                    font-weight: 400;
                    padding-left: 20px;
                }
            }

            >span {
                font-size: 1.2rem;
                display: block;
                text-align: right;
            }
        }
    }


}

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

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

        ul {

            li {
                font-size: 1.6rem;

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



/* コンテンツ */
section#contents {
    background-color: unset;
    padding-top: 0px !important;

    .contents-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 10px;

        .card:last-of-type:nth-of-type(odd) {
            grid-column: 1 / -1;
            justify-self: center;
            width: 100%;
            max-width: calc((100% - 10px) / 2);
        }

        .card {
            background-color: #F8F8F8;
            border: none;
            border-radius: 10px;
            overflow: hidden;

            a {
                .image-wrapper {
                    position: relative;
                    aspect-ratio: 1 / 1;

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

                    .more-button {
                        background-color: #A58D74;
                        color: var(--color-white);
                        border: none;
                        padding: 1px 20px;
                        border-radius: 10px 0;
                        position: absolute;
                        bottom: -10px;
                        right: 0;
                    }
                }
            }

            h3 {
                font-size: 1.4rem;
                color: #686868;
                padding: 23px 10px 10px;
                font-weight: 500;
            }

            .instagram-link {
                display: flex;
                align-items: center;
                justify-content: space-between;
                color: #686868;
                font-weight: 500;
                margin: 5px 10px 10px;
                margin-top: auto;

                p {
                    font-size: 1rem;
                    margin: 0;
                }

                img {
                    height: 20px;
                    width: 20px;
                }
            }
        }
    }
}


/* 相談 */
section#consultation {
    padding-top: 30px;

    .consultation-card {
        position: relative;

        .consultation-title {
            display: flex;
            width: 100%;
            margin-top: 50px;

            h3 {
                text-align: left;
                background-color: #F8F8F8;
                height: 120px;
                width: 95%;
                font-size: 1.7rem;
                position: absolute;
                padding: 16px 0 0 6%;
                border-radius: 10px;
                z-index: -1;
                font-weight: 400;
            }

            img {
                width: 95%;
                margin: 48px 0 0 auto;
                border-radius: 10px;
            }
        }

        a {
            .consultation-text {
                p {
                    color: #686868;
                    margin: 15px 5px 10px 5%;
                }
            }

            >p {
                .collapsed &::after {
                    content: "MORE";
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    background-color: #A58D74;
                    color: var(--color-white);
                    width: 75px;
                    font-size: 1.3rem;
                    text-align: center;
                    border-radius: 10px 0;
                }

                a:not(.collapsed) &::after {
                    content: "CLOSE";
                    color: #A58D74;
                    position: absolute;
                    right: 0;
                    bottom: -25px;
                    width: 65px;
                    text-align: center;
                }

                a:not(.collapsed) &::before {
                    content: "";
                    position: absolute;
                    left: 5%;
                    width: calc(100% - (65px + 5%));
                    height: 1px;
                    background-color: #A58D7433;
                    bottom: -16px;
                }
            }
        }
    }
}


/* アドバイザー */
section#advisor {
    padding-bottom: 0;
    padding-top: 0;

    .slick-list.draggable {
        margin-left: calc(-1 * var(--section-gutter));
        margin-right: calc(-1 * var(--section-gutter));
    }

    .advisor-title {
        font-family: Noto Serif JP;
        color: var(--color-brown-light);
        margin: 0 20px 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;

        h2 {
            font-weight: 500;
        }

        &::before,
        &::after {
            content: "";
            border: 1px solid var(--color-brown-light);
            height: 50px;
            transform: rotate(-28deg);
        }

        &::after {
            transform: rotate(28deg);
        }
    }

    .slick-initialized .slick-slide {
        margin: 0 10px;
    }

    .advisor-carousel {
        margin-bottom: 40px;

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

            .advisor-card {
                background-color: var(--color-white);
                box-shadow: 2px 2px 4px 0px #0000001A;
                border-radius: 10px;
                overflow: hidden;
                text-align: center;
                width: 190px !important;

                img {
                    height: 190px;
                    object-fit: cover;
                    width: 100%;
                    object-position: top;
                }

                p {
                    padding: 15px 23px 18px;
                    margin: 0;
                    color: #534B45;
                    font-size: 1.3rem;
                    line-height: 1;

                    .instagram-img {
                        width: 20px;
                        height: 20px;
                        margin: 0 auto;
                    }

                    span {
                        font-size: 1.2rem;
                        display: block;
                        color: var(--color-brown-light);
                        margin: 13px 0 8px;
                    }
                }
            }
        }
    }
}

/* 悩みを解決 */
section#worries {
    position: relative;
    z-index: 0;

    h2 {
        color: #A58D74;
        font-weight: 400;
        font-size: 2rem;
    }

    .worries-text-img {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 40px 0;

        .content-img {
            width: 85%;
            display: block;
        }
    }

    .worries-text-img img:nth-child(2) {
        align-self: flex-end;
    }

    .slick-initialized .slick-slide {
        margin: 0 10px;
    }

    .slick-list {
        padding: 0;
    }

    .slick-track {
        margin-bottom: 30px;
        display: flex !important;

    }

    .worries-carousel {
        position: relative;

        .slick-slide {
            width: 250px !important;
            height: auto !important;

            >div {
                height: 100%;
            }
        }

        .slick-list.draggable {
            margin-left: calc(-1 * var(--section-gutter));
            margin-right: calc(-1 * var(--section-gutter));
        }

        .worries-card {
            border: 1px solid var(--color-brown-light);
            padding: 15px 25px 20px;
            font-size: 1.1rem;
            position: relative;
            border-radius: 10px;
            box-shadow: 0px 4px 4px 0px #A58D741A;
            background-color: var(--color-white);
            height: 100%;

            h3 {
                color: var(--color-brown-light);
                font-size: 1.5rem;
                justify-content: center;
                height: 40px;
                padding-bottom: 5px;
                font-weight: 400;
            }

            .img-aspect {
                aspect-ratio: 16 / 10;
                position: relative;
                z-index: 1;

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

            .worry-text {
                background-color: var(--color-brown-light);
                position: absolute;
                left: 0;
                top: 163px;
                width: 200px;
                padding: 27px 10px 13px 20px;
                border-radius: 0 10px 10px 0;

                p {
                    color: var(--color-white);
                    margin: 0;
                }
            }

            >p {
                margin: 75px 0 0;

                span {
                    color: #AE1818;
                    margin-bottom: 7px;
                    display: block;
                }
            }
        }
    }

    .worries-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;

        .slick-prev {
            order: 1 !important;
        }

        .slick-dots {
            order: 2 !important;
        }

        .slick-next {
            order: 3 !important;
        }

        .slick-prev,
        .slick-next {
            background-image: url(../../../../../img/lp/arrow_brown.webp);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 20px;
            height: 17px;
            margin: auto 0;
        }

        .slick-prev {
            transform: rotate(180deg);
        }

        button {
            border: none;
            background-color: unset;
            outline: none;
            color: transparent;
        }

        .slick-dots {
            display: flex;
            margin-top: 10px;
            justify-content: center;
            padding: 0;


            li {
                list-style: none;
                display: flex;
                align-items: center;
                justify-content: center;

                &:after {
                    content: '';
                    position: absolute;
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background-color: #E9E2D5;
                    z-index: 1;
                }
            }

            .slick-active::after {
                background-color: #C9B48C;
            }
        }
    }

    .worries-back-img {
        position: absolute;
        top: 40px;
        width: 58%;
        z-index: -1;
        left: 0;
    }
}

/* ギャラリー */
section#gallery {
    background-image: unset;

    .section-title {
        h2 {
            color: var(--color-brown-light);
            font-size: 3rem;
            margin-bottom: 0;
        }

        p {
            font-family: Noto Sans JP;
            font-size: 1.4rem;
            color: #949494;
            text-align: center;
            line-height: 22px;
            margin: 0 0 45px;
        }
    }

    h3 {
        font-family: Noto Serif JP;
        font-size: 1.6rem;
        color: var(--color-brown-light);
        margin: 70px 0 13px;
    }

    .movie {
        iframe {
            width: 100%;
            aspect-ratio: 16 / 9;
        }

        .full-link {
            color: var(--color-brown-light);
            font-family: Noto Serif JP;
            font-size: 1.6rem;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            text-align: right;

            &::after {
                content: "";
                background-image: url(../../../../../img/lp/arrow_brown.webp);
                width: 8px;
                height: 13px;
                background-size: contain;
                margin: 0 7px;
            }
        }
    }
}


/* プレゼント */
section#present {
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);

    div {
        img {
            width: 100%;
            margin: 0 auto 60px;
        }
    }
}


/* 参加者の声 */
section#fes-voice {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;

    .voice-back {
        background-color: #C8B4A01A;
        height: 100%;
        width: calc(100% - var(--section-gutter) * 4);
        right: 50%;
        transform: translateX(50%);
        position: absolute;
        top: 0;
    }

    ul {
        padding: 0;

        li {
            list-style: none;
            display: flex;
            align-items: center;
            background-color: var(--color-white);
            padding: 25px 15px;
            border-radius: 10px;
            margin-top: 24px;
            border: 1px solid var(--color-brown-light);

            img {
                width: 80px;
            }

            p {
                font-family: 'Noto Sana jp';
                line-height: 18px;
                font-size: 1.1rem;
                margin: 0 0 0 12px;
                color: #00000099;
            }
        }
    }
}

/* よくある質問 */
section#faq {

    .faq {
        h2 {
            display: block !important;
        }
    }

    h2 {
        display: none !important;
    }

    .row {
        margin: 0 !important;
    }
}

/* アクセス */
section#access {
    padding-top: 0px;

    h3 {
        color: #534B45;
        font-family: 'Noto Serif JP';
        text-align: left;
    }

    p {
        margin: 12px 0 8px;
    }

    iframe {
        width: 100%;
        aspect-ratio: 2 / 1;
        height: 100%;
    }

    span {
        color: var(--color-brown-light);
        line-height: 22px;
        margin: 10px 0 25px;
        display: block;
    }
}

/* メッセージ */
section#message {
    background-color: #A58D741A;
    border-radius: 20px;
    position: relative;
    font-family: Noto Serif JP;
    color: #A58D74;
    margin-bottom: 100px;

    .message-wrapp {
        position: absolute;
        height: 98%;
        width: 100%;
        left: -1px;
        top: 6px;
        border-top: 1px solid #C8B4A0;
        border-bottom: 1px solid #C8B4A0;
        border-radius: 30px;
        background-color: #C8B4A01A;
    }

    h2 {
        font-size: 3rem;
        color: #C8B4A0;
        margin: 10px 0 45px;
    }

    .message-name {
        text-align: right;
        margin: 28px 0 31px;

        p {
            font-size: 2rem;

            span {
                font-size: 1.2rem;
                display: block;
            }
        }
    }
}

/* ラインでお問い合わせ */
section#line-contact {
    padding: 0px var(--section-gutter) 85px;

    h2 {
        display: flex;
        gap: 35px;
        font-size: 1.7rem;
        color: var(--color-brown-light);
        justify-content: center;
        font-family: Noto Serif JP;
        font-weight: 400;
        line-height: 23px;
        margin-bottom: 30px;

        &::before,
        &::after {
            content: "";
            border: 1px solid var(--color-brown-light);
            height: 50px;
            transform: rotate(-28deg);
        }

        &::after {
            transform: rotate(28deg);
        }
    }

    .line-btn {
        background-color: #C8B4A01A;
        border: 2px solid var(--color-brown-light);
        color: #A58D74;
        border-radius: 20px;
        box-shadow: 0px 4px 0px 0px #A58D7480;
        font-size: 1.7rem;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        height: 80px;
        width: 100%;
        gap: 13px;

        img {
            height: auto;
            width: 53px;
            object-fit: cover;
        }
    }
}

/* お問い合わせ */
section#contact {
    background-color: #F8F8F8;
    border-radius: 50px;

    form {
        .form-section {
            .group-title {
                display: flex;
                align-items: center;
                gap: 10px;
                margin-top: 45px;

                h4 {
                    background-color: #A58D74;
                    color: var(--color-white);
                    width: fit-content;
                    padding: 7px 50px 7px 12px;
                    border-radius: 4px 22px 22px 4px;
                    font-weight: 300;
                    margin-bottom: 0;
                }

                small {
                    color: #AE1818;
                }
            }

            .form-group {
                label {
                    margin: 15px 0 3px;

                    .required {
                        color: #AE1818;
                    }
                }

                .form-section label:last-of-type {
                    margin-top: 30px;
                }

                .form-control {
                    height: 40px;
                    border: 0.5px solid #C8B4A0;
                    font-size: 1.4rem;
                    padding-left: 20px;
                    font-weight: 300;

                }

                input {
                    border: 0.5px solid #C8B4A0;
                    height: 40px;
                    font-size: 1.4rem;
                }

                select {
                    background-image: url(../../../../../img/lp/select_arrow.svg);
                    background-repeat: no-repeat;
                    background-position: right 20px center;
                    border-radius: 20px;
                }
            }

            .full-time {
                font-weight: 600;
            }

            p {
                margin: 10px 0 15px;
            }
        }

        .contact-btn {
            width: 65%;
            margin-top: 60px;
        }
    }
}

/* お申し込み確認画面 */
.sp-container {
    .form-flow-header {
        padding: 35px;
        font-family: Noto Serif JP;

        h1 {
            color: #B89679;
            text-align: center;
        }
    }
}

/* 申し込み確認・完了画面 */
section#confirm {
    font-family: Noto Sans JP;
    padding-top: 0;
    background-color: #F9F7F5;

    >div {
        background-color: #EFEAE4;
        margin-left: calc(-1 * var(--section-gutter));
        margin-right: calc(-1 * var(--section-gutter));
        color: #B89679;
        padding: 20px;
        text-align: center;

        h2 {
            font-family: Noto Serif JP;
            font-size: 3rem;
        }

        span {
            font-size: 1.2rem;
        }
    }

    .contact-btn {
        margin-top: 130px;
        width: 65%;
    }

    &>p {
        text-align: center;
        margin: 40px 0;
    }

    p:nth-of-type(2) {
        text-align: left;
    }


    form {
        .form-group {
            line-height: 0;

            label {
                margin-bottom: 8px;

                .required {
                    color: #AE1818;
                }
            }

            .form-control-plaintext {
                font-size: 1.65rem;
                font-weight: 500;
                margin-bottom: 30px;
            }
        }

        ul li::marker {
            font-size: 0.8rem;
        }

        .cheng_label {
            color: #C8B4A0;
            border: none;
            background-color: unset;
            position: relative;
            margin-top: 40px;
            padding: 0;

            &::after {
                content: "";
                position: absolute;
                height: 1px;
                left: 0;
                bottom: 1px;
                width: -webkit-fill-available;
                background-color: #C8B4A0;
            }
        }

        .contact-btn {
            margin-top: 30px;

            &::after {
                margin: auto 0 auto 14px;
            }
        }
    }
}


/* フッター */
footer {
    background-color: var(--color-white);
    padding-bottom: 10px;

    .text-center {
        h2 {
            font-family: Noto Serif JP;
            font-size: 1.4rem;
            color: var(--color-brown-light);
        }

        .logo {
            >img {
                margin: 30px auto 10px;
            }
        }

        .event-contact-note {
            font-size: 1rem;
            color: var(--color-brown-light);
            margin: 35px 0;
        }

        p {
            color: var(--color-brown-light);
        }
    }
}

/* PCサイド */
.pc-left {
    .event-info {
        font-family: Noto Serif JP;
        font-size: 2rem;
        margin: 4rem auto;
        color: #A29181;

        p {
            margin: 0;
        }
    }
}

.sp-wrapper {
    box-shadow: none;
}

/* モーダル */
#contentsModal {
    .modal-dialog {
        .modal-content {
            border: none;
            padding: 25px 16px 55px;

            .modal-header {
                border: none;
                justify-content: space-between;
                padding-bottom: 0px;

                .modal-title {
                    color: #A58D74;
                    font-weight: 400;
                }

                .modal-close {
                    border: none;
                    background-color: unset;
                    background-image: url(../../../../../img/lp/event/fes/202601/close_brown.webp);
                    background-size: contain;
                    width: 18px;
                    height: 18px;
                }
            }

            .modal-body {
                .modal-img-wrapper {
                    border-radius: 10px;
                    overflow: hidden;
                    aspect-ratio: 5.6 / 3;
                    margin-bottom: 12px;

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

            .card-arrows {
                position: relative;

                button {
                    border: none;
                    background-color: unset;
                    height: 45px;
                    width: 55px;
                    position: absolute;

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

                .prev-btn {
                    img {
                        transform: rotate(180deg);
                    }
                }

                .next-btn {
                    right: 0;
                }
            }
        }
    }
}


#surveyModal {
    .modal-dialog {

        .modal-content {
            background-color: #F1F1F1;
            border: none;
            padding: 25px 20px 55px;
            height: 75vh;
            border-radius: 20px;


            .modal-body {
                text-align: center;

                p,
                h3 {
                    font-size: 1.4em;
                    color: #A58D74;
                    font-weight: 500;
                }

                .thanks-mes {
                    margin-top: 105px;
                    font-family: 'Noto Sans JP';
                    font-weight: 500;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 15px;

                    &::before,
                    &::after {
                        content: "";
                        background-image: url(../../../../../img/lp/event/fes/202601/leaf.webp);
                        background-repeat: no-repeat;
                        background-size: contain;
                        height: 34px;
                        width: 27px;
                        margin-top: 10px;
                    }

                    &::before {
                        transform: scaleX(-1);
                    }
                }

                textarea {
                    width: 100%;
                    height: 50%;
                    border-radius: 5px;
                    border: #0000001A;
                    padding: 20px;
                    font-size: 1.6rem;
                    resize: none;
                    border-color: #FFFFFF;
                    line-height: 1.9;

                    &::placeholder {
                        color: #615E5E80;
                    }
                }



                .modal-close {
                    border: none;
                    background-color: unset;
                    background-image: url(../../../../../img/lp/event/fes/202601/close_brown.webp);
                    background-size: contain;
                    width: 18px;
                    height: 18px;
                    position: absolute;
                    top: 0;
                    right: 0;
                }

                .modal-img-wrapper {
                    border-radius: 10px;
                    overflow: hidden;
                    aspect-ratio: 1/ 1;
                    width: 30%;
                    margin: 0 auto;
                    margin-bottom: 12px;

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

                .contact-btn {
                    margin-top: 20px;
                    margin-bottom: 5px;
                }

                .insta {
                    margin-top: 25 px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    gap: 16px;

                    >a {
                        >img {
                            width: 40px;
                            height: 40px;
                        }
                    }

                    >img {
                        width: 100px;
                    }
                }
            }
        }

        .thanks {

            .contact-btn {
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
            }
        }
    }
}


/* 共通 */
/* セクションタイトル */
.section-title {
    h2 {
        color: var(--color-brown-light);
        font-size: 3rem;
    }

    p {
        font-family: Noto Sans JP;
        font-size: 1.4rem;
        color: #949494;
        text-align: center;
        line-height: 22px;
        margin: 13px 0 25px;
    }
}

/* ボタン */
.contact-btn {
    background-color: #534B45;
    border-radius: 30px;
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 2px solid #C8B4A0;
    font-family: Noto Serif JP;
    font-size: 1.4rem;
    color: var(--color-brown-light);
}

/* 装飾画像スタイル */
.decoration-button {
    width: 80px;
    height: auto;
    margin: 15px auto;
    display: block;
}

/* ホバー・カーソル処理（マウスカーソル時のみ） */
@media (hover: hover) and (pointer: fine) {

    .worries-card {
        cursor: pointer;
    }

    .accordion-header {
        cursor: pointer;

        &:hover {
            opacity: 0.7 !important;
        }
    }
}