:root {
    --sp-max-width: 600px;
    --section-gutter: 32px;

    --color-wine-red: #9D4545;
    --color-brown-dark: #9F856A;

    --color-season-blue: #89AFBC;
    --color-season-blue-light: #89AFBC33;
    --color-season-red: #C67171;
    --color-season-red-light: #C6717133;
    --color-season-gray: #929292;
    --color-season-gray-light: #92929226;

    --color-Off-White: #FCF9F5;
    --color-Off-White-pink: #F4F0EC;
    --color-beige-light: #E4DBD2;
    --color-white: #ffffff;
    --color-brown-light: #C8B4A0;
    --color-light-gray: #F5F5F5;
    --color-clear-brown-light: rgba(200, 180, 160, 0.1);
}

.pc-wrapper {
    display: flex;
    flex-flow: row;
    height: 100vh;
    background-color: var(--color-gold-high-light);
}

.pc-wrapper .pc-side {
    display: flex;
    justify-content: center;
}

.pc-side>div {
    display: none;
    padding: 10px var(--section-gutter);
}

.pc-side img.logo {
    display: block;
    height: 70px;
    margin: 20px auto;
}

.pc-side .anker-list {
    list-style: none;
    margin-bottom: 76px;
    padding: 0;
}

.pc-side .anker-list li {
    margin: 10px 0;
}

.pc-side .anker-list li a {
    font-family: 'Noto Serif JP';
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--color-brown-dark);
}

.pc-side .contact-button {
    max-width: 337px;
}

.pc-wrapper .pc-side.pc-right>div {
    width: -webkit-fill-available;
    max-width: calc(300px + (var(--section-gutter) * 2));
}

.qr-code {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-top: 100px;
    margin-bottom: 58px;
    background-color: white;
    border-radius: 20px;
}

.qr-code p {
    margin: 0;
    padding-top: 20px;
    font-family: 'Noto Serif JP';
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--color-gold);
}

.qr-code img {
    max-width: 160px;
    aspect-ratio: 1/1;
}

.powered-by {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 16px;
    color: var(--color-gold);
    font-family: 'Noto Serif JP';
    font-size: 1.4rem;
    font-weight: 400;
}

.powered-by span {
    flex: 0 0 auto;
}

.powered-by img {
    flex: 0 1 auto;
}

.pc-side .side-container {
    position: fixed;
    background-color: white;
}

.sp-wrapper {
    container-type: inline-size;
    width: 100%;
    background-color: white;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    box-shadow: 0px 4px 20px 0px #0000000D;
}

.sp-container {
    max-width: var(--sp-max-width);
}

.sp-container section {
    padding-left: var(--section-gutter);
    padding-right: var(--section-gutter);
}

.sp-container header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.sp-container header img.logo {
    height: 46px;
}

.sp-container .fv {
    aspect-ratio: 1 / 1.5;
    border-radius: 10px;
    overflow: hidden;
}

.sp-container .fv>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.sp-container--fullheight {
    display: flex;
    flex-direction: column;
    height: 100vh;

    .container-fluid {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .form-flow-body {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
}

.contact-button {
    display: table-cell;
}

.contact-button img {
    width: 100%;
}

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

.contacts {
    display: flex;
    gap: 0.8rem;
    width: 100%;
    justify-content: center;

    .contact-button {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;

        &:hover {
            margin-top: -3px;
            cursor: pointer;
        }

        svg {
            width: 100%;
            height: auto;
        }
    }

    &.full-width {
        margin-left: calc(var(--section-gutter) * -0.5);
        margin-right: calc(var(--section-gutter) * -0.5);
        width: calc(100% + var(--section-gutter));
    }

    &.mw-400 {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

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

.carousel .slick-slide {
    margin: 0 5px;
}

.carousel img {
    object-fit: cover;
    border-radius: 5px;
}


/*
#####################################################################
# データリスト
#####################################################################
*/
dl.dl {
    position: relative;
    display: flex;
    flex-flow: column;
    gap: 4px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

dl.dl div:not(.score) {
    display: flex;
    align-items: center;
    background-color: var(--color-gold-alpha-1_5);
}

dl.dl div.score {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

dl.dl div dt {
    flex: 0 0 92px;
    padding-left: 1.8rem;
    font-size: 1.2rem;
    color: var(--color-gold-dark);
}

dl.dl div dd {
    padding: 14px;
    font-size: 1.2rem;
    line-height: 160%;
}

dl.dl div dd span {
    font-weight: 700;
}

dl.dl:after {
    content: '';
    left: 92px;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #C6C2BE;
}


/*
#####################################################################
# イントロダクション
#####################################################################
*/
section#introduction {
    padding-top: 25px;
    padding-bottom: 0;
    background: linear-gradient(to top, var(--color-gold-high-light) 35px, transparent 35px);

    .intro-card-view {
        background-color: var(--color-Off-White);
        margin-top: clamp(80px, 34%, 250px);
        box-shadow: 4px 4px 9px 4px #8D867E1A;
        border-radius: 25px 25px 0 25px;
    }

    .intro-card-view-head {
        display: grid;
        align-items: end;

        .intro-card-view-img {
            width: 66%;
            aspect-ratio: 1.5 / 1;
            position: absolute;
            margin-top: -60px;
            margin-bottom: 5%;
            /* object-fit: cover; */
            left: 14px;

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

        div {
            display: flex;
            flex-direction: column;
            gap: 14px;
            align-items: flex-end;

            img {
                height: 30px;
                margin: 18px 23px 0 0;
            }

            h3 {
                background-color: var(--color-beige-light);
                font-size: 1.4rem;
                z-index: 1;
                font-weight: 500;
                border-radius: 20px 0 0 20px;
                padding: 12px 18px 12px 30px;
            }
        }
    }

    .intro-card-text {
        padding: 10px 11px 15px 25px;
    }

    .intro-card.even {
        .intro-card-view {
            border-radius: 25px 25px 25px 0;
        }

        .intro-card-view-head {
            .intro-card-view-img {
                right: 14px;
                left: unset;

                img {
                    margin: 0;
                }
            }

            div {
                align-items: flex-start;

                img {
                    margin: 18px 23px 0;
                }

                h3 {
                    padding: 12px 30px 12px 18px;
                    border-radius: 0 20px 20px 0;
                }
            }
        }

    }
}

section#introduction h2 {
    margin-bottom: 14px;
    font-family: 'Noto Serif JP';
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
}

section#introduction .appeals {
    margin-bottom: 28px;
}

section#introduction .appeals img {
    height: 68px;
    margin-bottom: 6px;
}

section#introduction .appeals img:nth-child(1) {
    margin-left: -12px;
}

section#introduction .appeals img:nth-child(2) {
    display: block;
    margin-right: -8px;
    margin-left: auto;
}

section#introduction .appeals img:nth-child(3) {
    display: block;
    margin-right: auto;
    margin-left: 10%;
}

section#introduction .carousel {
    margin-bottom: 24px;
}

section#introduction .carousel img {
    width: 180px;
    height: 200px;
}

section#introduction .intro-advisor {
    display: flex;
    align-items: center;
    font-family: 'Noto Serif JP';
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
}

section#introduction .intro-advisor span {
    font-weight: 700;
}

/*
#####################################################################
# おすすめ
#####################################################################
*/
section#recommend {
    padding-top: 38px;
    padding-bottom: 80px;
    background-color: var(--color-gold-high-light);
}

section#recommend h2 {
    margin-bottom: 34px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-gold-dark);
}

section#recommend h2 span {
    font-family: 'Noto Serif JP';
    font-weight: 300;
}

ul.recommend-list {
    list-style: none;
}

ul.recommend-list li {
    margin-bottom: 22px;
}

ul.recommend-list li:last-child {
    margin-bottom: 0px;
}

ul.recommend-list li a {
    position: relative;
    display: block;
    padding-top: 18px;
}

ul.recommend-list li a:hover>div.main {
    cursor: pointer;
    box-shadow: 4px 4px 9px 4px #8D867E33;
}

ul.recommend-list a>div:not(.main) {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    width: 116px;
    height: 18px;
    border-radius: 16px 16px 0 0;
    background-color: var(--color-gold);
}

ul.recommend-list li:nth-child(odd) a>div:not(.main) {
    left: 5px;
    justify-content: end;
    padding-right: 10px;
}

ul.recommend-list li:nth-child(even) a>div:not(.main) {
    right: 5px;
    justify-content: start;
    padding-left: 10px;
}

ul.recommend-list a>div.main {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 92px;
    border-radius: 16px 16px 0 0;
    background-color: white;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #3A3A3A;
    box-shadow: 4px 4px 9px 4px #8D867E1A;
}

ul.recommend-list li:nth-child(odd) a>div.main {
    padding: 0 16px 0 100px;
    border-radius: 20px 20px 0 20px;
}

ul.recommend-list li:nth-child(even) a>div.main {
    padding: 0 100px 0 16px;
    border-radius: 20px 20px 20px 0;
}

ul.recommend-list a>div.main span {
    background: linear-gradient(to top, var(--color-gold-alpha-2) 6px, transparent 6px);
}

ul.recommend-list a>img {
    position: absolute;
}

ul.recommend-list a>img:not(.number) {
    top: 0;
    width: 84px;
    height: 104px;
    border-radius: 16px;
    object-fit: cover;
}

ul.recommend-list li:nth-child(odd) a>img:not(.number) {
    left: 5px;
}

ul.recommend-list li:nth-child(even) a>img:not(.number) {
    right: 5px;
}

ul.recommend-list li:nth-child(odd) a>img.number {
    top: 10px;
    left: 18px;
}

ul.recommend-list li:nth-child(even) a>img.number {
    top: 10px;
    right: 18px;
}


/*
#####################################################################
# ポイント
#####################################################################
*/
section#point {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

section#point .bg-img {
    position: absolute;
    top: -5%;
    bottom: 0;
    right: 0;
    height: 360px;
    z-index: 4;
}

section#point h2 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 86px;
    margin: 12px calc(var(--section-gutter) * -1);
    background-color: var(--color-gold);
    color: white;
    font-family: 'Noto Serif JP';
    font-weight: 400;
    line-height: 1.8;
}

section#point h2 span {
    position: relative;
    z-index: 10;
}

section#point h2 span.location-name {
    font-size: 2.4rem;
}

section#point h2 span:not(.location-name) {
    font-size: 1.4rem;
}

.decoration-border {
    position: relative;
    height: 8px;
    margin: 12px calc(var(--section-gutter) * -1);
    background-color: var(--color-gold-high-light);
    z-index: 10;
}

.point-list {
    position: relative;
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 38px;
    margin-top: 21px;
    padding: 0;
    z-index: 10;
}

.point {
    position: relative;
    background-color: var(--color-wine-red);
    border-radius: 20px;
}

.point>div {
    background-color: var(--color-gold-high-light);
    border-radius: 40px 20px 120px 20px;
    overflow: hidden;
}

.point>div>img {
    width: 100%;
    aspect-ratio: 1 / 0.695;
    object-fit: cover;
}

.point>div>div {
    position: relative;
    min-height: 140px;
    padding: 48px 25px;
}

.point>div>div .index {
    position: absolute;
    top: -6px;
    right: 21px;
    display: flex;
    align-items: end;
    gap: 4px;
}

.point>div>div .title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 180%;
    color: var(--color-gold-dark);
}

.point>div>div .text {
    margin: 20px 0 0;
    font-size: 1.2rem;
    line-height: 180%;
}

.point a {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: right;
    cursor: pointer;
}

.point a:after {
    white-space: pre;
    content: '↑\A CLOSE';
    color: var(--color-wine-red) !important;
}

.point a.collapsed::after {
    white-space: pre;
    content: '↓\AMORE';
    color: white !important;
}

.point a:not(.collapsed) {
    margin: 0 8px 8px 0;
}

.point>div:has(+ a:not(.collapsed)) {
    border-radius: 40px 20px 40px 20px;
}

.bottom-image-block {
    aspect-ratio: 1 / 0.5;
    margin-top: 34px;
    margin-left: calc(var(--section-gutter) * -1);
    background-image: url(../../img/lp/point_bottom_img.webp);
    background-position: right;
    background-size: 137%;
}


.portrait-images {
    height: 350px;
    margin-bottom: 90px;
    margin-left: calc(var(--section-gutter) * -1);
    margin-right: calc(var(--section-gutter) * -1);
}


/*
#####################################################################
# Case
#####################################################################
*/
section#case {
    padding-top: 0;
    overflow: hidden;
    padding-left: calc(var(--section-gutter) * -1);
    padding-right: calc(var(--section-gutter) * -1);
}

section#case h2 {
    margin-bottom: 48px;
    font-family: 'Noto Serif JP';
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.8;
    background-image: url(../../img/lp/case_h2_bg.webp), url(../../img/lp/case_h2_bg.webp);
    background-size: 100%;
    background-position: 0 61%, 0 100%;
}

section#case h2>span {
    font-family: 'Noto Sans JP';
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--color-gold);
}

.case-card-container {
    position: relative;
    padding-bottom: 28px;
    overflow: visible;

    .card-bg-img {
        position: absolute;
        right: -70px;
        top: 85px;
        width: 80%;
        background-image: url(../../img/lp/case_card_back.webp);
        height: auto;
        z-index: -1;
        pointer-events: none;
    }
}

.case-card-slider {

    .slick-dots {
        position: absolute;
        bottom: 1%;
        right: 12%;
        gap: 8px;
        display: flex !important;
        list-style: none;
        padding: 0;
        z-index: 10;
    }

    .slick-dots li button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #9F856A4D;
        border: none;
        padding: 0;
        font-size: 0;
        cursor: pointer;
    }

    .slick-dots li.slick-active button {
        background-color: #9F856A;
        /* アクティブ時 */
    }
}

.case-card {
    position: relative;
    width: calc(100% - (var(--section-gutter))) !important;
    aspect-ratio: 1 / 1.5;
    background-color: white;
    border-radius: 20px;
    box-shadow: 4px 4px 9px 4px #8D7E8C1A;
    padding: 15px;
    min-height: 474px;

    &.back {
        position: absolute;
        transform: rotate(7.1deg);
        padding-left: var(--section-gutter) * -1;
        padding-right: var(--section-gutter) * -1;
        margin-left: 0;
    }

    .case-card-view-area {
        position: relative;

        &>img {
            width: 15%;
            position: absolute;
            right: 0px;
            top: 20px;
            z-index: 1;
            transition: all 0.3s;
        }

        .case-card-view {
            display: flex;

            .case-card-info {
                flex: 7;
                margin-top: 20px;

                img {
                    width: 100%;
                    aspect-ratio: 224 / 203;
                    object-fit: cover;
                }

                p {
                    margin-top: 15px;
                }
            }

            .case-card-text {
                flex: 3;
                position: relative;

                .vertical-text {
                    position: absolute;
                    writing-mode: vertical-rl;
                    padding: 10px 3px;
                    border: 0.5px solid #C8B4A0;
                    font-size: 1rem;
                    text-orientation: mixed;
                    letter-spacing: 0.8rem;

                    &:nth-of-type(1) {
                        top: 10%;
                        right: 5%;
                    }

                    &:nth-of-type(2) {
                        top: 20%;
                        right: 45%;
                    }
                }
            }
        }
    }

    &.even {
        .case-card-view-area {

            &>img {
                left: 10px;
            }

            .case-card-view {
                flex-direction: row-reverse;
            }

            .case-card-text {
                .vertical-text {
                    &:nth-of-type(1) {
                        top: 11%;
                        right: 50%;
                    }

                    &:nth-of-type(2) {
                        top: 21%;
                        right: 10%;
                    }
                }
            }
        }
    }
}


/*
#####################################################################
# ギャラリー
#####################################################################
*/
section#gallery {
    padding-top: 40px;
    padding-bottom: 46px;
    background-image: url(../../img/lp/gallery_bg.webp);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

section#gallery h2 {
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--color-gold-dark);
    line-height: 2.6;
}

section#gallery h2 span {
    font-family: 'Noto Serif JP';
    font-weight: 300;
    color: var(--color-brown-dark);
}

section#gallery .portrait-carousel {
    margin-bottom: 35px;
}

section#gallery .portrait-carousel img {
    width: 192px;
    height: 350px;
    border-radius: 10px;
}

section#gallery .gallery {
    display: flex;
    flex-flow: wrap;
    column-gap: 13px;
    row-gap: 16px;
}

section#gallery .gallery-ex {
    margin-top: 16px;
}

section#gallery .gallery a {
    width: calc((100% - 26px) / 3);
    height: auto;
    cursor: pointer;
}

section#gallery .gallery img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;

    &:hover {
        opacity: 0.8;
    }
}

section#gallery .collapse-toggle {
    display: block;
    width: max-content;
    margin: 20px 0 0 auto;
    padding: 8px 30px 8px 4px;
    font-size: 1.2rem;
    color: var(--color-gold);
    background-image: url(../../img/arrow_gold.svg);
    background-position: 100% 50%;
    cursor: pointer;

    &:hover {
        opacity: 0.7;
    }
}

section#gallery .collapse-toggle:not(.collapsed) span.open,
section#gallery .collapse-toggle.collapsed span.close {
    display: none;
}


/*
#####################################################################
# 1分でわかる〜
#####################################################################
*/
section#quick-overview {
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 30px;
    background: linear-gradient(to top, var(--color-gold-alpha-1) 308px, transparent 308px);
}

section#quick-overview h2 {
    margin-bottom: 40px;
    font-family: 'Noto Serif JP';
    font-size: 2rem;
    line-height: 1.8;
}

section#quick-overview h2 span {
    font-family: 'Noto Sans JP';
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--color-gold);
}

section#quick-overview .movie {
    margin-bottom: 30px;
}

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

section#quick-overview .movie .full-link {
    display: block;
    width: max-content;
    margin: 0 0 0 auto;
    padding: 8px 30px 8px 4px;
    font-size: 1.2rem;
    color: var(--color-gold);
    background-image: url(../../img/arrow_gold.svg);
    background-position: 100% 50%;
    cursor: pointer;
}

section#quick-overview .carousel img {
    width: 240px;
    height: 160px;
    border-radius: 0;
}

.quick-overview-carousel .slick-arrow {
    position: absolute;
    top: 70px;
    width: 20px;
    height: 20px;
    margin: auto;
    background-color: var(--color-gold);
    background-position: center;
    border: 0;
    border-radius: 10px;
    font-size: 0;
    z-index: 10;
}

.quick-overview-carousel .slick-arrow.slick-prev {
    left: 0;
    right: 250px;
    background-image: url(../../img/lp/arrow_carousel_left.svg);
}

.quick-overview-carousel .slick-arrow.slick-next {
    left: 250px;
    right: 0;
    background-image: url(../../img/lp/arrow_carousel_right.svg);
}

.quick-overview-carousel .slick-dots {
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-right: calc((250px / 2) - 5px);
    padding: 0;
}

.quick-overview-carousel .slick-dots li {
    position: relative;
}

.quick-overview-carousel .slick-dots li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: var(--color-gray-2);
    border-radius: 1px;
}

.quick-overview-carousel .slick-dots li.slick-active:after {
    background-color: var(--color-gold);
}

.quick-overview-carousel .slick-dots button {
    width: 30px;
    height: 10px;
    background: none;
    border: none;
    font-size: 0;
}


/*
#####################################################################
# Cuisine Dress
#####################################################################
*/
section#cuisine,
section#dress,
section#contents {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}

section#cuisine h2,
section#dress h2,
section#contents h2 {
    margin: 0;
}

section#cuisine h2 img,
section#dress h2 img,
section#contents h2 img {
    display: block;
    width: 143px;
}

section#cuisine h2 img,
section#contents h2 img {
    margin-bottom: -8px;
}

section#dress h2 img {
    margin: 0 0 -12px auto;
}

section#cuisine .carousel,
section#dress .carousel,
section#contents .carousel {
    margin-bottom: 30px;
}

section#cuisine .carousel .slick-track,
section#contents .carousel .slick-track {
    left: -10%;
}

section#dress .carousel .slick-track {
    left: 10%;
}

section#cuisine .carousel img,
section#dress .carousel img,
section#contents .carousel img {
    width: 224px;
    height: 203px;
}


/*
#####################################################################
# Staff
#####################################################################
*/
section#staff {
    padding-top: 0;
    padding-bottom: 78px;
}

section#staff h2 img {
    width: 311px;
}

.staff-carousel {
    margin-bottom: 52px;
}

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

.staff-carousel .staff {
    display: flex !important;
    flex-flow: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
}

.staff-carousel .staff img {
    width: 160px;
    height: 170px;
    border-radius: 10px;
    object-fit: cover;
}

.staff-carousel .staff p {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
}

.staff-carousel .staff .type {
    color: var(--color-gold);
}


/*
#####################################################################
# Budget
#####################################################################
*/
section#budget {
    padding-top: 0;
    padding-bottom: 34px;
}

section#budget h2 {
    margin-bottom: 40px;
    font-family: 'Noto Serif JP';
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.8;
}

section#budget h2 span {
    display: inline-block;
    margin-bottom: 8px;
    font-family: 'Noto Sans JP';
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--color-gold);
}

section#budget>div {
    margin-left: 10px;
    margin-right: 10px;
}

section#budget>div:not(.discount) {
    margin-bottom: 40px;
}

section#budget h4 {
    margin-bottom: 8px;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--color-gold);
    line-height: 1.8;
}

section#budget>div>p {
    margin: 8px 0 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
}

section#budget>div>p span {
    font-weight: 700;
}

section#budget>div>img {
    width: 100%;
}

section#budget .average {
    position: relative;
    padding: 20px 0;
    background-color: var(--color-gold-alpha-2);
    border-radius: 5px;
}

.average>div {
    display: flex;
    align-items: center;
}

.average p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
}

.average .head {
    padding: 2px 0;
    font-size: 10px;
    font-weight: 400;
    color: var(--color-gold);
    line-height: 1.8;
}

.average div:not(.head) {
    height: 40px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.8;
}

.average .num {
    flex: 0 0 28%;
}

.average .avg {
    flex: 0 0 28%;
}

.average .range {
    flex: 0 0 44%;
}

.average .num span,
.average .avg span {
    font-size: 1.2rem;
    font-weight: 700;
}

.average .range span {
    font-size: 1.6rem;
    font-weight: 700;
}

.average .average-paling {
    position: absolute;
    top: 83px;
    width: -webkit-fill-available;
    height: 36px !important;
    margin-left: -10px;
    margin-right: -10px;
    border: solid 1px var(--color-brown-dark);
}

section#budget .season {
    display: grid;
    grid-template-columns: 22% 26% 26% 26%;
    gap: 1px;
    border-radius: 5px;
    overflow: hidden;
}

.season .head {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    background-color: var(--color-gold);
    color: white;
    font-size: 1rem;
    font-weight: 700;
}

.season .space+.head {
    border-top-left-radius: 5px;
}

.season .head span {
    font-size: 8px;
    padding-left: 2px;
}

.season div:not(.head):not(.space) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
}

.season .side {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: white;
}

.season .sat {
    background-color: var(--color-season-blue-light);
}

.season .sat.side {
    background-color: var(--color-season-blue);
    border-top-left-radius: 5px;
}

.season .sun {
    background-color: var(--color-season-red-light);
}

.season .sun.side {
    background-color: var(--color-season-red);
}

.season .weekday {
    background-color: var(--color-season-gray-light);
}

.season .weekday.side {
    background-color: var(--color-season-gray);
}

.season-hint {
    width: max-content;
    margin: 0 0 0 auto !important;
    padding: 6px 0 6px 18px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-brown-dark);
    background-image: url(../../img/lp/icon_season.svg);
    background-position: 0 50%;
}

.discount {
    position: relative;
    margin-bottom: 44px;
    padding: 22px 16px;
    border: solid 1px var(--color-brown-dark);
    border-radius: 5px;
}

.discount>div {
    position: absolute;
    top: -15px;
    left: 24px;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 150px;
    height: 30px;
    padding-right: 20px;
    color: var(--color-gold-dark);
    font-size: 1.2rem;
    font-weight: bold;
    background-color: var(--color-gold-high-light);
    border-radius: 5px;
}

.discount>div>span {
    position: absolute;
    left: -12px;
    width: 40px;
    height: 40px;
    background-color: var(--color-gold);
    background-image: url(../../img/lp/icon_plus_white.svg);
    background-position: center;
    border-radius: 20px;
}

.discount dl {
    display: flex;
    flex-flow: column;
    gap: 24px;
}

.discount dt {
    margin-bottom: 8px;
    padding-left: 20px;
    font-size: 10px;
    font-weight: 700;
    color: var(--color-gold-dark);
    background-image: url(../../img/lp/icon_check.svg);
}

.discount dd {
    display: flex;
    flex-flow: wrap;
    gap: 8px;
}

.discount dd span {
    padding: 4px 24px;
    background-color: var(--color-gold);
    border-radius: 5px;
    color: white;
    font-size: 10px;
    font-weight: 700;
}

.saving-point {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 1px;
    border-radius: 5px;
    overflow: hidden;
}

.saving-point div {
    display: flex;
    align-items: center;
    padding-left: 12px;
}

.saving-point div:not(.head) {
    height: 30px;
    background-color: var(--color-gold-high-light);
}

.saving-point .head {
    height: 26px;
    color: white;
    font-size: 1rem !important;
    font-weight: 700;
    list-style: 1.8;
}

.saving-point .left {
    font-size: 1rem;
    font-weight: 700;
    list-style: 1.8;
}

.saving-point .left.head {
    background-color: var(--color-gold);
}

.saving-point .right {
    font-size: 8px;
    font-weight: 400;
}

.saving-point .right:not(.head) {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.saving-point .right.head {
    background-color: var(--color-season-red);
}

.saving-point .right span {
    font-size: 1.6rem;
    font-weight: 700;
    list-style: 1.8;
}


/*
#####################################################################
# POMERIのスマート相談
#####################################################################
*/
section#support {
    padding: 7px 0;
    background-color: var(--color-gold-alpha-1);
    border-radius: 20px;
}

section#support>div {
    padding: 30px var(--section-gutter) 58px;
    background-color: var(--color-gold-alpha-1);
    border-radius: 20px;
}

section#support h2 {
    margin-bottom: 40px;
    font-family: 'Noto Serif JP';
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.8;
}

section#support h2 span {
    display: inline-block;
    margin-bottom: 8px;
    font-family: 'Noto Sans JP';
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--color-gold);
}

section#support>div>p {
    margin-bottom: 40px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
}

.support-point {
    position: relative;
    margin-bottom: 38px;
    padding-bottom: 22px;
}

.support-point::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: calc(var(--section-gutter) * -1);
    width: calc(100% - (var(--section-gutter) * 2));
    height: 100%;
    background: linear-gradient(180deg, rgba(208, 183, 158, 0) 0%, rgba(208, 183, 158, 0.4) 100%);
    border-bottom-left-radius: 20px;
}

.support-point div {
    position: relative;
    display: flex;
    align-items: center;
    height: 34px;
    margin: 0 15px 14px;
    padding-left: 47px;
    background-color: white;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 5px;
    z-index: 20;
}

.support-point div::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 10px;
    width: 46px;
    height: 31px;
    background-size: 100%;
    opacity: 0.4;
    z-index: 10;
}

.support-point div:nth-child(1)::after {
    background-image: url(../../img/lp/point_1.svg);
}

.support-point div:nth-child(2)::after {
    background-image: url(../../img/lp/point_2.svg);
}

.support-point div:nth-child(3)::after {
    background-image: url(../../img/lp/point_3.svg);
}

.support-point div span {
    z-index: 20;
}

.support-point img {
    position: relative;
    display: block;
    height: 18px;
    margin: 0 0 0 auto;
    z-index: 20;
}

.diff-table {
    display: grid;
    align-items: end;
    grid-template-columns: 20% 40% 40%;
    gap: 1px;
    margin-top: 42px;
    border-radius: 5px;
    overflow: hidden;
}

.diff-table div {
    display: flex;
    align-items: center;
    padding: 0 14px;
    justify-content: start;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
}

.diff-table .head,
.diff-table .side {
    justify-content: center;
}

.diff-table .side {
    height: 58px;
    padding: 0;
}

.diff-table .head+.side {
    border-top-left-radius: 5px;
}

.diff-table .pomeri {
    color: white;
    background-color: var(--color-brown-dark);
}

.diff-table div:not(.pomeri) {
    color: var(--color-gold);
    background-color: white;
}

.diff-table .space {
    opacity: 0;
}

.diff-table .body {
    height: 58px;
}

.diff-table .head.pomeri {
    height: 52px;
    border-radius: 5px 5px 0 0;
}

.diff-table .head.pomeri img {
    height: 14px;
}

.diff-table .head:not(.pomeri) {
    height: 35px;
    text-align: center;
    line-height: 1.2;
    border-top-right-radius: 5px;
}

section#support>div>.call-advisor {
    margin: 48px auto 8px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-gold);
}

section#support>div>.call-advisor span {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 4px;
}



.advisor {
    display: flex;
    gap: 22px;
    padding: 12px 18px;
    border-radius: 10px;
    background-color: #FCF9F5;
    background-image: url(../../img/lp/advisor_ornament_1.svg), url(../../img/lp/advisor_ornament_2.svg);
    background-position: 1% 3%, 99% 97%;
}

.advisor .icon {
    position: relative;
    padding-left: 6px;
}

.advisor .icon img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    object-fit: cover;
}

.advisor .icon p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 112px;
    height: 18px;
    margin: 0;
    border-radius: 10px;
    background-color: var(--color-gold);
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 1.2rem;
    color: white;
}

.advisor .icon p span {
    font-size: 1rem;
}

.advisor .support-advisor {
    display: flex;
    flex-flow: column;
    justify-content: center;
    flex: 1 1 auto;
}

.advisor .support-advisor p {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8;
}

.advisor .support-advisor a {
    position: relative;
    display: flex;
    align-items: center;
    height: 36px;
    margin-right: -18px;
    background-color: #9F856A58;
    border-radius: 5px 0 0 5px;
    color: white;
    font-size: 1.4rem;
    font-weight: 300;
    font-family: 'Noto Serif JP';

    &:hover {
        opacity: 0.7;
    }
}

.advisor .support-advisor a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    background-color: var(--color-brown-dark);
    border-radius: 5px 0 0 5px;
}

.advisor .support-advisor a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    width: 25px;
    height: 25px;
    margin: auto;
    background-image: url(../../img/lp/arrow_advisor.svg);
}

.advisor .support-advisor a span {
    position: relative;
    padding-left: 32px;
    margin-top: -4px;
    z-index: 2;
}


/*
#####################################################################
# タグ
#####################################################################
*/
.tags {
    display: flex;
    flex-flow: wrap;
    gap: 7px;
    margin-bottom: 52px;
}

.tags span {
    padding: 7px 14px;
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-gold-dark);
    border: solid 1px var(--color-gold-alpha-5);
    border-radius: 4px;
}

/*
#####################################################################
# FAQ
#####################################################################
*/
section.questions h2 {
    margin-bottom: 12px !important;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 180%;
    color: var(--color-gold);
    text-align: left;
}


/*
#####################################################################
# 会場詳細
#####################################################################
*/
section#detail {
    padding-top: 66px;
    padding-bottom: 8px;
}

section#detail h2 {
    margin-bottom: 8px;
    font-family: 'Noto Serif JP';
    font-size: 2rem;
    font-weight: 300;
    text-align: left;
}

section#detail .features {
    margin-bottom: 20px;
}

section#detail dl {
    background-color: var(--color-gray-light) !important;
}


/*
#####################################################################
# フロー
#####################################################################
*/
#flow {
    background-image: url(../../img/lp/gallery_bg.webp);
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding-top: 5rem;
    margin-top: 8rem;
    padding-bottom: 0rem;

    h2 {
        font-family: 'Noto Serif JP';
        color: var(--color-brown-dark);
        font-size: 2rem;
        margin-bottom: -5px;
    }

    .flow-carousel .slick-slide:last-child {
        .flow-next-arrow {
            display: none !important;
        }

        .flow-content {
            border-radius: 50px 20px 40px 20px;
        }
    }

    .point {
        margin-top: 30px;

        p {
            margin: 0;
            font-size: 1.2rem;
            font-weight: 400;
            line-height: 180%;
            color: var(--color-gold-dark);
        }

        .flow-content {
            overflow: visible;
            border-radius: 50px 20px 160px 20px;
            cursor: pointer;

            &>img {
                border-radius: 50px 15px 0 0;
            }

            >div {
                .flow-title {
                    position: absolute;
                    top: -6px;
                    font-family: 'Noto Serif JP';
                    display: flex;
                    align-items: flex-start;

                    img {
                        height: 37px;
                    }

                    h3 {
                        font-weight: 600;
                        margin: 0;
                    }
                }

                &>p {
                    height: 65px;
                    margin-top: 10px;
                }

                div {
                    .flow-item {
                        display: flex;
                        position: absolute;
                        bottom: 20px;

                        img {
                            width: 22px;
                        }

                        p {
                            margin: -1px 10px 0 10px;
                        }
                    }

                    .flow-next-arrow {
                        border: none;
                        background-color: unset;
                        position: absolute;
                        bottom: 10px;
                        right: 0px;

                        img {
                            width: 27px;
                        }

                        p {
                            color: var(--color-white);
                            font-size: 1.4rem;

                            &::before {
                                content: "";
                                background-image: url(../../img/lp/flow_arrow.webp);
                                background-repeat: no-repeat;
                                background-size: contain;
                                width: 27px;
                                height: 27px;
                                margin-left: 32px;
                                display: block;
                            }

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

    span {
        font-family: 'Noto Serif JP';
        font-size: 1.2rem;
        display: block;
        text-align: center;
    }

    .slick-slide {
        margin: 0 70px;

        >div {
            max-width: 390px !important;
            padding-left: var(--section-gutter);
            padding-right: var(--section-gutter);
        }
    }

    @media (min-width: 768px) {
        .slick-slide {
            margin: 0 70px;

            >div {
                max-width: 480px !important;
                padding-left: var(--section-gutter);
                padding-right: var(--section-gutter);
            }
        }
    }

    .movie-click {
        border: 1px solid #C8B4A0;
        border-radius: 5px;
        padding: 11px 12px 11px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: var(--color-brown-dark);
        font-weight: 500;
        margin-top: 15px;

        &:hover {
            opacity: 0.7 !important;
        }


        img {
            width: 37px;
        }
    }

    .slick-dots {
        display: flex;
        justify-content: space-around;
        padding: 32px 0;
        position: relative;
        width: 80%;
        margin: 0 auto;

        &::before {
            content: "";
            position: absolute;
            top: 50%;
            width: 82%;
            height: 2px;
            background-color: var(--color-Off-White-pink);
            z-index: 0;
        }

        li {
            list-style: none;
            display: flex;
            align-items: center;
            cursor: pointer;

            &:after {
                content: '';
                position: absolute;
                width: 25px;
                height: 25px;
                border-radius: 50%;
                background-color: var(--color-Off-White-pink);
                z-index: 1;
            }

            &:hover {
                opacity: 0.7;
            }

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

/*
#####################################################################
# 特徴
#####################################################################
*/
#features {
    padding-bottom: 20px;
    background-image: url(../../img/lp/features_back.webp);
    background-size: 100% 105%;
    background-position: 50% 25%;

    &>img {
        width: 80% !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .pickup-content {
        margin: 40px 0 60px;
        position: relative;

        h3 {
            align-items: center;
            flex-direction: row;
            font-family: 'Noto Serif JP';
            font-size: 1.8rem;
            font-weight: 600;
            text-align: left;
            padding-bottom: 5px;
            line-height: 27px;

            span {
                font-size: 2.4rem;
                color: var(--color-brown-light);
                padding-right: 8px;
            }
        }
    }

    .pickup-content:hover img {
        opacity: 0.8;
    }

    .pickup-content:hover a[data-bs-toggle="collapse"]::after {
        opacity: 0.7;
    }

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

    a {
        position: absolute;
        font-size: 1.2rem;
        color: #fff;
        border-radius: 2px 0 8px 2px;
        bottom: 0;
        right: 0px;
        padding: 6px 23px;
        cursor: pointer;
        transform: translateY(14px);
    }

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

    a:not(.collapsed) {
        background-color: var(--color-light-gray);
        border-radius: 0 0 6px 6px;
        bottom: auto;
        transform: translateY(0px) !important;
    }

    a:not(.collapsed)::after {
        content: 'CLOSE 　　↑';
        font-weight: 400;
    }

    .show::after {
        content: "";
        border-top: 2px solid var(--color-light-gray);
        width: 100%;
        position: absolute;
    }

    dl {
        padding-top: 30px;
        margin-bottom: 0;

        dt {
            border: 0.5px solid var(--color-brown-light);
            width: fit-content;
            color: var(--color-brown-dark);
            padding: 8px 15px;
            font-weight: 300;
            font-size: 1rem;
            font-family: 'Noto Serif JP';
        }

        dd {
            padding: 10px 0 15px;
            margin: 0;
        }
    }
}

/*
#####################################################################
# 施設
#####################################################################
*/

#facility {
    position: relative;
    padding-top: 10px;

    h2 {
        &>img {
            width: 36%;
            display: block;
            bottom: -16px;
        }
    }

    .slick-track {
        padding-top: 45px;
    }

    .facility-center-backcolor {
        background-color: var(--color-clear-brown-light);
        border-radius: 10px;
        text-align: center;
        padding-top: 9px;
        position: absolute;
        width: 255px;
        height: 270px;
        transform: translateX(-50%);
        left: 50%;
    }

    .facility-carousel {

        .facility-main {
            aspect-ratio: 1 / 0.9;
            height: 215px;
            transition: transform 0.2s ease-in-out;
            transform: scale(0.7);

            p {
                font-size: 1.3rem;
                color: var(--color-brown-dark);
                font-weight: 500;
                margin: 6px 0 12px;
                position: absolute;
                top: -37px;
                left: 50%;
                transform: translateX(-50%) !important;
                display: none;
                width: 100%;
                text-align: center;
            }

            .facility-main-img {
                border-radius: 8px !important;
                width: 100%;
                height: 100%;
                object-fit: cover;
                cursor: pointer;
            }
        }

        .slick-slide.slick-center .facility-main p {
            display: block;
        }

        .slick-slide.slick-current .facility-main,
        .slick-slide.is-active-next .facility-main {
            transform: scale(1);
        }

        .slick-slide {
            >div {
                margin: 0 -15px;
            }
        }
    }

    .facility-content {
        padding: 20px 0;
        display: flex;
        gap: 4px;

        a {
            width: calc((100% - 12px) / 4);
            aspect-ratio: 1 / 0.9;
            cursor: pointer;

            &:hover {
                opacity: 0.7;
            }

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

            &:first-child {
                img {
                    border-radius: 5px 0 0 5px;
                }
            }

            &:last-child {
                img {
                    border-radius: 0 5px 5px 0;
                }
            }
        }
    }

    dl.dl:after {
        left: 100px;
    }

    dl.dl div dt {
        flex: 0 0 100px;
    }

    dd {
        margin-bottom: 0;
    }

    .slick-dots {
        list-style: none;
        display: flex;
        justify-content: center;
        gap: 10px;
        padding: 0;
        margin-top: -15px;

        li {
            button {
                background: none;
                border: none;
                font-size: 0;
                outline: 0;
            }

            &:hover {
                opacity: 0.7;
            }
        }

        li:after {
            content: '';
            display: block;
            width: 65px;
            height: 4px;
            background-color: var(--color-gray-2);
            border-radius: 2px;
            cursor: pointer;
        }
    }

    .slick-active:after {
        background-color: var(--color-gold) !important;
    }

    h3 {
        font-size: 1.7rem;
        font-weight: 500;
        font-family: 'Noto Serif JP';
        margin: 85px 0 27px;
    }

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

        .full-link {
            display: block;
            width: max-content;
            margin: 0 0 0 auto;
            padding: 8px 30px 8px 4px;
            font-size: 1.2rem;
            color: var(--color-gold);
            background-image: url(../../img/arrow_gold.svg);
            background-position: 100% 50%;
            cursor: pointer;
        }
    }
}

/*
#####################################################################
# コンテンツ
#####################################################################
*/

#contents {
    background-color: var(--color-clear-brown-light);
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    border-radius: 35px;

    h2 {
        img {
            width: 50% !important;
            margin: auto;
            margin-bottom: 45px !important;
        }
    }

    ul {
        background-color: var(--color-white);
        border-radius: 25px;
        height: 50px;
        color: var(--color-brown-dark);
        margin-bottom: 30px;

        li {
            flex: 1;
            height: 100%;

            .nav-link {
                width: 100%;
                height: 100%;
                border-radius: 25px;
            }

            .active {
                background-color: #A58D74 !important;
                color: #FFFFFF !important;
                opacity: 1;
            }
        }
    }

    dd {
        margin-bottom: 0;
    }
}

/*
#####################################################################
# 声
#####################################################################
*/
#voice {
    padding: 50px var(--section-gutter);

    div {
        background-color: var(--color-clear-brown-light);
        padding: 24px 30px;
        border-radius: 20px 20px 20px 0;
        margin: 35px 0;
        width: 80%;

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

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


/*
#####################################################################
# フッター
#####################################################################
*/
#footerAbout>div {
    width: 330px;
    margin: 0 auto;
}

#footerAbout h2 {
    display: flex;
    margin-bottom: 30px !important;
}

#footerAbout h2 img {
    height: 20px;
}

#footerAbout h2 span {
    margin-left: 4px;
    letter-spacing: 2px;
    font-size: 18px;
    font-family: 'Noto Serif JP';
}

#footerAbout>div>div {
    height: 280px;
}

#footerAbout>div>div>img {
    width: 260px;
}

#footerAbout>div>div>p {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 150px;
    margin: 0 !important;
    padding: 30px 28px;
    background-color: var(--color-gray-gold-2);
    font-size: 1rem;
    line-height: 180%;
    color: var(--color-gold-dark);
}


/*
#####################################################################
# 共通
#####################################################################
*/
.section-title {
    font-size: 2rem;
    font-family: 'Noto Serif JP';
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 12px;

    &>span {
        font-family: 'Noto Sans Kaithi';
        font-size: 1.2rem;
        font-weight: 400;
        color: var(--color-gold);
    }
}

/*
#####################################################################
# モーダル
#####################################################################
*/
.recommend-modal .modal-dialog {
    max-width: 480px;
    margin-top: 62px;
}

.recommend-modal .modal-content {
    width: calc(100% - var(--section-gutter) * 2);
    min-height: 570px;
    margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 20px;
    border: none;
    box-shadow: 4px 4px 9px 4px #8D867E1A;
}

.recommend-modal#recommendModal0 .modal-content,
.recommend-modal#recommendModal2 .modal-content {
    border-radius: 20px 20px 0 20px;
}

.recommend-modal#recommendModal1 .modal-content {
    border-radius: 20px 20px 20px 0;
}

.recommend-modal .modal-header {
    position: relative;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 18px;
    border: none;
}

.recommend-modal .modal-header h5 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8;
    color: var(--color-brown-dark);
}

.recommend-modal .modal-header h5 span {
    background: linear-gradient(to top, var(--color-gold-alpha-2) 6px, transparent 6px);
}

.recommend-modal .modal-header .close {
    position: absolute;
    border: none;
    top: 0;
    right: 14px;
    width: 24px;
    height: 24px;
    background-color: unset;
    background-image: url(../../img/lp/modal_close.svg);
}

.recommend-modal .modal-body {
    padding: 0;
}

.recommend-modal .modal-body img {
    width: calc(100% + var(--section-gutter));
    aspect-ratio: 2 / 1;
    margin-bottom: 27px;
    margin-left: calc(var(--section-gutter) * -0.5);
    border-radius: 5px;
    object-fit: cover;
}

.recommend-modal .modal-body p {
    margin: 0;
    padding: 0 34px;
    font-size: 1.2rem;
    line-height: 1.8;
}

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

    &.show {
        display: flex;
    }

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

    .btn-close {
        position: absolute;
        top: 20px;
        right: 6%;
        transform: scale(1.5);
    }
}

/* img */
.object-position-center-top {
    object-position: center top;
}

@container (width <=600px) {
    footer {
        padding: 60px 48px;
    }

    footer .container {
        padding: 0 !important;
    }

    footer .footer-btn {
        flex: 0 0 100% !important;
    }

    .footer-btn-1 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    ul.sitemap {
        display: flex;
        flex-flow: column !important;
        gap: 1rem;
    }

    .sitemap li {
        margin-bottom: 0;
    }
}


@media (min-width: 600px) {

    :root {
        --section-gutter: 36px;
    }

    .pc-wrapper .pc-side {
        position: relative;
        flex: 1 1 calc(100vw - var(--sp-max-width));
        overflow: hidden;
    }
}


@media (min-width: 768px) {

    .sp-wrapper {
        max-width: 480px;
    }
}

@media (min-width: 991px) {

    .pc-side>div {
        display: block;
    }
}


/* アニメーションの定義 */
@keyframes fadeInFromBottom {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.anim {
    opacity: 0;
}

.anim.is-animated {
    animation: fadeInFromBottom 0.8s ease-out forwards;
}