@media (min-width: 1025px) {

    /*============================
#site-content
============================*/

    header {
        display: none;
    }

    #site-content {
        display: flex;
        width: 100%;

        .bottom-bar {
            br {
                display: none;
            }

            .bottom-bar-button {
                display: flex;
                cursor: pointer;

                &:hover {
                    opacity: 0.5;
                }

                .bottom-bar-button-left {
                    display: block;
                    font-size: 1.2rem;
                    padding-top: 7px;
                }

                .bottom-bar-button-right {
                    position: relative;
                    display: block;
                    background-color: #fff;
                    border-radius: 50%;
                    width: 35px;
                    height: 35px;
                    margin: 0 35px 0 10px;

                    &:before {
                        content: "";
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        background-color: #323232;
                        width: 25px;
                        height: 25px;
                        -webkit-clip-path: polygon(10% 70%, 45% 30%, 55% 30%, 90% 70%, 80% 75%, 45% 35%, 55% 35%, 20% 75%);
                        clip-path: polygon(10% 70%, 45% 30%, 55% 30%, 90% 70%, 80% 75%, 45% 35%, 55% 35%, 20% 75%);
                    }
                }
            }
        }

        .site-content-left {
            display: block;
            position: fixed;
            width: 200px;
            height: 100vh;
            z-index: 4;
            padding: 50px 10px 0;
            background-color: white;

            .site-content-left-nav {
                width: 200px;
                height: 100%;

                h2 {
                    margin-left: 20px;
                    margin-bottom: 50px;
                    font-size: 2rem;
                }

                ul {
                    width: 180px;

                    li {
                        width: 100%;
                        border: solid 2px #e7e7e7;
                        font-size: 1.2rem;
                        margin-bottom: 5px;

                        a,
                        button {
                            display: inline-block;
                            width: 180px;
                            padding: 8px 15px;
                        }

                        &:hover {
                            box-shadow: inset 0 0 0 0.5px black;
                        }

                    }
                }
            }
        }

        .site-content-right {
            width: calc(100% - 200px);
            margin-left: 200px;

            main {

                /*============================
#first-view
============================*/
                section#first-view {

                    .first-view-text-1 {
                        top: 12%;
                    }

                    .first-view-text-2 {
                        font-size: 33.6px;
                        bottom: 7%;
                        right: 20%;
                    }

                }

                /*============================
#shop-introduction
============================*/

                section#shop-introduction {
                    .shop-introduction-content {

                        .shop-introduction-content-border {
                            padding-bottom: 500px;

                            &::after {
                                bottom: 37%;
                                width: 65%;
                            }

                            .shop-introduction-content-border-text-img {
                                position: relative;
                                width: 650px;

                                p {
                                    width: 490px;
                                    font-weight: 700;
                                    margin: 0;
                                }

                                br {
                                    display: none;
                                }

                                img {
                                    display: block;
                                    margin: 0 auto;
                                    position: absolute;

                                    &:nth-of-type(1) {
                                        width: 125px;
                                        height: 200px;
                                        top: 20px;
                                    }

                                    &:nth-of-type(2) {
                                        width: 250px;
                                        height: 320px;
                                        top: 200px;
                                        right: 50px;
                                    }

                                    &:nth-of-type(3) {
                                        width: 270px;
                                        height: 180px;
                                        top: 250px;
                                        left: -50px;
                                    }
                                }

                                .special-p-1 {
                                    width: 500px;
                                    margin-top: 30px;
                                    font-size: 18px;
                                }

                                .special-text-1 {
                                    display: none;
                                }

                            }
                        }

                        .shop-introduction-content-text {
                            height: 208px;

                            .shop-introduction-content-text-back {
                                left: 0;
                                right: auto;
                                width: 774px;
                                height: 128px;
                                font-size: 20.8px;

                                p {
                                    width: 774px;
                                    padding-top: 35px;
                                    padding-left: 60px;

                                    span {
                                        font-size: 20.8px;
                                    }

                                    .special-span-5 {
                                        display: none;
                                    }

                                    .special-text-2 {
                                        display: block;
                                        font-size: 20.8px;
                                        padding-bottom: 10px;
                                    }
                                }

                                br {
                                    display: none;
                                }


                            }
                        }
                    }
                }

                /*============================
#helpful-tips
============================*/
                section#helpful-tips {
                    h2 {
                        width: 75%;
                        font-size: 24px;
                        text-align: center;
                        margin-right: 250px;
                        margin-top: 70px;
                        margin-bottom: 50px;
                        border-bottom: 10px solid rgba(48, 53, 20, .09);
                    }

                    .helpful-tips-content {
                        width: 90%;
                        margin: 0 auto 20px auto;
                        padding-bottom: 80px;

                        .swiper1 {

                            .swiper-wrapper {

                                .swiper-slide {
                                    transition: filter .1s ease;

                                    &:hover {
                                        filter: brightness(0.7);
                                        background-color: rgba(0, 0, 0, 0.05);
                                    }
                                }
                            }
                        }
                    }

                    .swiper-pagination1 {
                        position: absolute;
                        width: 200px !important;
                        bottom: 50px !important;
                        left: 50% !important;
                        transform: translateX(-50%);
                    }
                }

                .morebutton {
                    position: absolute;
                    bottom: 40px;
                    right: 40px;

                }

                /*============================
#shop-lists
============================*/
                section#shop-lists {
                    width: 100%;
                    padding: 50px 0;
                    background-color: gainsboro;

                    .shop-lists-content {
                        position: relative;
                        width: 100%;
                        margin: 0 auto 100px auto;
                        padding-bottom: 125px;
                        transition: 0.3s ease;

                        /* &.full-width {
                            width: 100%;
                        } */

                        .swiper-slide {
                            &:hover {
                                filter: brightness(0.7);
                                background-color: rgba(0, 0, 0, 0.05);
                            }

                            .swiper-slide-text {
                                width: 100%;
                                height: 190px;
                                padding-left: 10px;
                                padding-right: 10px;
                                text-align: left;

                                h3 {
                                    font-size: 20.8px;
                                    margin-bottom: 0;
                                    text-align: left;
                                }

                                .special-p-2 {
                                    display: block;
                                    padding: 20px 10px 20px 0;
                                    font-size: 16px;
                                }

                                p {
                                    font-size: 19.2px;
                                }
                            }
                        }
                    }

                    .morebutton {
                        bottom: 80px;
                    }
                }

                /*============================
#related-shops
============================*/
                section#related-shops {

                    width: 100%;
                    padding: 50px 0;
                    background-color: rgba(88, 90, 34, .125);

                    .related-shops-content {
                        position: relative;
                        width: 100%;
                        margin: 0 auto 100px auto;
                        padding-bottom: 80px;
                        transition: 0.3s ease;

                        /* &.full-width {
                            width: 100%;
                        } */

                        .swiper-slide {
                            &:hover {
                                filter: brightness(0.7);
                                background-color: rgba(0, 0, 0, 0.05);
                            }

                            .swiper-slide-text {
                                width: 100%;
                                height: 230px;
                                padding-left: 10px;
                                padding-right: 10px;
                                text-align: left;

                                &:hover {
                                    filter: brightness(0.7);
                                    background-color: rgba(0, 0, 0, 0.05);
                                }

                                h3 {
                                    height: 90px;
                                    font-size: 20.8px;
                                    margin-bottom: 0;
                                    text-align: left;
                                }

                                .special-p-2 {
                                    display: block;
                                    padding: 20px 10px 20px 0;
                                    font-size: 16px;
                                }

                                p {
                                    font-size: 19.2px;
                                }
                            }
                        }
                    }

                    .morebutton {
                        bottom: 80px;
                    }

                }
            }



            /*///////////////////////// spalistページ /////////////////////*/

            /*============================
#spalist-shop-lists
============================*/
            section#spalist-shop-lists {
                position: relative;
                width: 100%;
                padding: 50px 0;
                background-color: rgba(88, 90, 34, .063);

                #spalist-shop-lists-content {
                    position: relative;
                    height: auto;
                    margin: 0 auto;
                    padding-bottom: 50px;
                    overflow: hidden;

                    h2 {
                        margin-bottom: 50px;
                        width: 310px;
                        padding: 10px 0px 10px 110px;
                    }

                    .swiper4 {
                        width: 100%;
                        height: auto;
                        margin: 0 auto;
                    }

                    .swiper-wrapper {
                        display: flex;
                        justify-content: space-around;
                        flex-wrap: wrap;
                        width: 100%;
                    }

                    .swiper-slide {
                        position: relative;
                        display: flex;
                        flex-direction: row-reverse;
                        width: 379px !important;
                        height: auto;
                        aspect-ratio: unset;
                        font-size: 18px;
                        margin-right: 0 !important;
                        margin-bottom: 50px;
                        padding: 70px 0 0 0;

                        .swiper-slide-left {
                            width: 50px;

                            .swiper-slide-title {
                                display: flex;
                                flex-direction: column;
                                justify-content: space-between;
                                gap: 100px;
                                width: 50px;
                                margin-left: 10px;
                                font-size: 1.5rem;
                                font-weight: 700;
                                border-bottom: none;
                                border-left: 1px black solid;


                                .swiper-slide-title-left {
                                    width: 50px;
                                    writing-mode: vertical-rl;
                                }

                                .swiper-slide-title-right {
                                    width: 50px;
                                    writing-mode: vertical-rl;
                                }

                                .special-title-left {
                                    height: 165px;
                                }

                                .special-title-left-2 {
                                    height: 165px;
                                }

                                .special-title-right {
                                    height: 420px;
                                }
                            }


                            .special-title {
                                height: 580px;
                            }

                            .special-title-2 {
                                height: 750px;
                            }
                        }

                        .swiper-slide-right {

                            .swiper-slide-right-front {
                                display: flex;
                                flex-direction: column;
                                height: 850px;
                                
                                .swiper-slide-text {
                                    flex: 1;
                                    padding-bottom: 20px;
                                    background-color: white;

                                    .swiper-slide-text-content {

                                        h3 {
                                            padding: 20px 0;
                                            font-size: 22px;
                                            text-align: center;
                                            cursor: pointer;
                                            transition: 0.3s ease;

                                            &:hover {
                                                color: #cccccc;
                                            }
                                        }

                                        dl {
                                            width: 100%;
                                            height: 175px;
                                            margin: 0 auto;
                                            padding: 10px;
                                        }

                                        div {
                                            display: flex;
                                            margin-bottom: 10px;
                                        }

                                        dt {
                                            width: 120px;
                                            background-color: black;
                                            font-size: 14.4px;
                                            margin-left: 10px;
                                            margin-right: 10px;
                                            padding: 5px 0 3px 0;
                                            color: white;
                                            border-radius: 50px;
                                            text-align: center;

                                        }

                                        dd {
                                            width: 245px;
                                            font-size: 15px;
                                        }

                                        .special-dd-1 {
                                            font-size: 21px;
                                        }


                                        iframe {
                                            display: block;
                                            max-width: 400px;
                                            height: 200px;
                                            margin-top: 5px;
                                        }
                                    }
                                }
                            }

                            .swiper-slide-right-back {
                                height: 850px;

                                .swiper-slide-right-back-text-shadow {
                                    .swiper-slide-right-back-text {
                                        height: 530px;
                                    }
                                }


                            }
                        }

                        .swiper-pagination4 {
                            position: absolute;
                            width: 200px !important;
                            bottom: 0px !important;
                            left: 50% !important;
                            transform: translateX(-50%);
                        }
                    }
                }



                /*///////////////////////// relationlistページ /////////////////////*/

                /*============================
#relationlist-shop-lists
============================*/
                /* section#relationlist-shop-lists {
                position: relative;
                width: 100%;
                padding: 50px 0;
                background-color: rgba(88, 90, 34, .063);

                #relationlist-shop-lists-content {
                    position: relative;
                    height: auto;
                    margin: 0 auto;
                    padding-bottom: 50px;
                    overflow: hidden;

                    h2 {
                        margin-bottom: 50px;
                        width: 310px;
                        padding: 10px 0px 10px 130px;
                    }

                    .swiper5 {
                        width: 100%;
                        height: auto;
                        margin: 0 auto;
                    }

                    .swiper-wrapper {
                        display: flex;
                        justify-content: space-around;
                        flex-wrap: wrap;
                        width: 100%;
                    }

                    .swiper-slide {
                        position: relative;
                        display: flex;
                        flex-direction: row-reverse;
                        width: 379px !important;
                        height: auto;
                        aspect-ratio: unset;
                        font-size: 18px;
                        margin-right: 0 !important;
                        margin-bottom: 50px;
                        padding: 30px 0 0 0;

                        .swiper-slide-left {
                            width: 50px;

                            .swiper-slide-title {
                                display: flex;
                                flex-direction: column;
                                justify-content: space-between;
                                width: 50px;
                                height: 300px;
                                margin-left: 10px;
                                font-size: 1.5rem;
                                font-weight: 700;
                                border-bottom: none;
                                border-left: 1px black solid;


                                .swiper-slide-title-left {
                                    width: 50px;
                                    height: 150px;
                                    writing-mode: vertical-lr;
                                }

                                .swiper-slide-title-right {
                                    width: 50px;
                                    height: 150px;
                                    writing-mode: vertical-lr;
                                }
                            }
                        }

                        .swiper-slide-right {

                            img {
                                max-width: 400px;
                                height: auto;
                            }

                            .swiper-slide-text {
                                max-width: 400px;
                                height: auto;
                                padding-bottom: 20px;
                                background-color: white;

                                h3 {
                                    font-size: 30px;
                                    padding: 20px 0;
                                    text-align: center;
                                }

                                div {
                                    display: flex;
                                    margin-bottom: 10px;
                                }

                                dt {
                                    width: 70px;
                                    background-color: black;
                                    font-size: 14.4px;
                                    margin-left: 10px;
                                    margin-right: 10px;
                                    padding: 5px 0 3px 0;
                                    color: white;
                                    border-radius: 50px;
                                    text-align: center;
                                }

                                dd {
                                    width: 245px;
                                    font-size: 15px;
                                }

                                .special-dd-1 {
                                    font-size: 21px;
                                }

                                iframe {
                                    display: block;
                                    max-width: 400px;
                                    height: 200px;
                                    margin: 0 auto;
                                }
                            }
                        }
                    }

                    .swiper-pagination4 {
                        position: absolute;
                        width: 200px !important;
                        bottom: 0px !important;
                        left: 50% !important;
                        transform: translateX(-50%);
                    }
                }
            } */

                /*///////////////////////// usefulcolumnページ /////////////////////*/

                /*============================
#column-lists
============================*/
                section#column-lists {

                    #column-lists-content {

                        .swiper-slide-content {

                            .swiper-slide {

                                .swiper-slide-left {

                                    .swiper-slide-title {
                                        justify-content: left;

                                        .swiper-slide-title-left {
                                            height: 120px;
                                            margin: 5px 0px 0px 0px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }


                /*///////////////////////// usefulcolumn-detailページ /////////////////////*/

                /*============================
#column-detail
============================*/

                #column-detail {
                    .column-detail-content {
                        text-align: left;

                        img {
                            display: block;
                            max-width: 481px;
                            margin: auto;
                        }
                    }

                    .column-detail-mb-img {
                        display: none;
                    }

                    .column-detail-flex {
                        display: flex;
                        flex-direction: row-reverse;
                        max-width: 1200px;

                        .column-detail-flex-left {
                            width: 50%;

                            h2 {
                                margin: 0 0 50px 0;
                            }

                            p {
                                width: 90%;
                                margin: 0 auto;
                                font-size: 16px;
                                line-height: 40px;
                            }

                            a {
                                width: 330px;
                                margin: 10px auto 30px auto;
                                font-size: 32px;
                            }
                        }

                        .column-detail-flex-right {
                            width: 50%;

                            iframe {
                                width: 100%;
                            }
                        }

                        a {
                            margin: 30px 0 50px auto;
                        }
                    }
                }
            }
        }

        /*///////////////////////// トップページ以外のファーストビュー /////////////////////*/

        #site-content {
            .site-content-right {
                main {
                    section#first-view {
                        .first-view-text-1 {
                            font-size: 44.8px;

                            span {
                                display: block;
                            }

                            .special-span-6 {
                                margin: 18px 0;
                            }

                            .special-span-7 {
                                margin-left: 0px;
                            }

                            .special-span-9 {
                                margin-left: 60px;
                            }

                            .special-span-10 {
                                margin-left: 120px;
                            }
                        }

                        .first-view-text-2 {
                            bottom: 100px;
                            right: 18%;

                            .special-span-8 {
                                font-size: 2.1rem;
                            }
                        }

                        .special-div-1 {
                            top: 50%;
                            left: 10%;
                        }
                    }
                }
            }
        }


        /*============================
footer
============================*/

        footer {
            width: 100%;
            border-top: none;

            .footer-content {
                .footer-content-background {
                    margin-top: 375px;
                    padding-bottom: 140px;

                    .footer-content-img {
                        position: absolute;
                        top: -245px;
                    }
                }
            }
        }
    }
}