        @charset "UTF-8";
        @media screen and (max-width: 767px) {
            .only-pc {
                display: none;
            }
        }
        
        @media print,
        screen and (min-width: 768px) {
            .only-sp {
                display: none;
            }
        }
        
        #header {
            background-color: #ffffff;
        }
        
        @media screen and (max-width: 767px) {
            #header {
                background-color: rgba(255, 255, 255, 0.8);
            }
        }
        
        body {
            position: relative;
            font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
            font-size: 14px;
            font-size: clamp(14px, 1.3333333333vw, 16px);
            /* 背景画像を縦方向にのみリピートする */
            background-image: url('../img/bg_wood.jpg?ccc');
            background-size: auto;
            background-position: top center;
        }
        
        body img {
            max-width: 100%;
        }
        
        a {
            text-decoration: none;
            transition: all 0.3s;
            color: #000;
        }
        
        h1,
        h2,
        h3 {
            margin: 0;
            padding: 0;
        }
        
        p {
            margin: 0;
            line-height: 1.4;
        }
        
        html,
        body {
            width: 100%;
            margin: 0;
            padding: 0;
        }
        
        ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .fv {
            position: relative;
            padding: 10% 0;
            text-align: center;
            overflow: hidden;
        }
        
        @media screen and (max-width: 767px) {
            .fv {
                padding: 40% 0 50%;
            }
            .fv::after {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
            }
        }
        
        .fv_bg01 {
            position: absolute;
            width: 700px;
            top: -10%;
            left: -15%;
            transform: rotate(-8deg);
        }
        
        .fv_bg02 {
            position: absolute;
            width: 700px;
            top: -10%;
            right: -15%;
        }
        
        .fv_bg03 {
            position: absolute;
            width: 380px;
            bottom: 4%;
            left: 3%;
        }
        
        .fv_bg04 {
            position: absolute;
            width: 800px;
            bottom: -10%;
            right: -10%;
            transform: rotate(12deg);
        }
        
        @media screen and (min-width: 1830px) {
            .fv_bg01 {
                width: 800px;
                left: -8%;
            }
            .fv_bg02 {
                width: 800px;
                right: -8%;
            }
            .fv_bg03 {
                left: 13%;
            }
            .fv_bg04 {
                right: 0%;
                bottom: -5%;
            }
        }
        
        @media screen and (max-width: 1530px) {
            .fv_bg01 {
                position: absolute;
                width: 700px;
                top: -15%;
                left: -25%;
            }
            .fv_bg02 {
                position: absolute;
                width: 700px;
                top: -15%;
                right: -25%;
            }
            .fv_bg03 {
                position: absolute;
                width: 380px;
                bottom: 4%;
                left: -2%;
            }
            .fv_bg04 {
                position: absolute;
                width: 700px;
                bottom: -20%;
                right: -20%;
                transform: rotate(12deg);
            }
        }
        
        @media screen and (max-width: 1015px) {
            .fv_bg01 {
                position: absolute;
                width: 600px;
                top: -15%;
                left: -25%;
            }
            .fv_bg02 {
                position: absolute;
                width: 600px;
                top: -15%;
                right: -25%;
            }
            .fv_bg03 {
                position: absolute;
                width: 300px;
                bottom: 4%;
                left: -2%;
            }
            .fv_bg04 {
                position: absolute;
                width: 600px;
                bottom: -20%;
                right: -20%;
                transform: rotate(12deg);
            }
        }
        
        @media screen and (max-width: 900px) {
            .fv_bg01 {
                position: absolute;
                width: 500px;
                top: -15%;
                left: -25%;
            }
            .fv_bg02 {
                position: absolute;
                width: 500px;
                top: -15%;
                right: -25%;
            }
            .fv_bg03 {
                position: absolute;
                width: 250px;
                bottom: 4%;
                left: -2%;
            }
            .fv_bg04 {
                position: absolute;
                width: 500px;
                bottom: -20%;
                right: -20%;
                transform: rotate(12deg);
            }
        }
        
        @media screen and (max-width: 767px) {
            .fv_bg01 {
                position: absolute;
                width: 450px;
                top: 67%;
                left: -40%;
            }
            .fv_bg02 {
                position: absolute;
                width: 450px;
                top: -16%;
                right: -40%;
            }
            .fv_bg03 {
                position: absolute;
                width: 240px;
                bottom: 1%;
                left: 68%;
            }
            .fv_bg04 {
                display: none;
            }
        }
        
        @media screen and (max-width: 500px) {
            .fv_bg01 {
                top: 68%;
                left: -20%;
            }
        }
        
        @media screen and (max-width: 450px) {
            .fv_bg01 {
                position: absolute;
                width: 350px;
                top: 77%;
                left: -25%;
            }
            .fv_bg02 {
                position: absolute;
                width: 350px;
                top: -16%;
                right: -30%;
            }
            .fv_bg03 {
                position: absolute;
                width: 200px;
                bottom: 1%;
                left: 68%;
            }
            .fv_bg04 {
                display: none;
            }
        }
        
        .fv__ttl {
            position: relative;
            width: 95%;
            margin: 0 auto;
            max-width: 750px;
            z-index: 1;
        }
        
        .fv__subttl {
            max-width: 720px;
            font-size: 3em;
            color: #ffffff;
            font-weight: 600;
            text-align: center;
            margin-bottom: 0.8em;
            text-shadow: 3px 3px 5px #333333;
        }
        
        @media screen and (max-width: 767px) {
            .fv__subttl {
                font-size: 2em;
            }
        }
        
        .fv__mainttl {
            width: 80%;
            margin: 0 auto;
            max-width: 480px;
        }
        
        @media screen and (max-width: 767px) {
            .fv__mainttl {
                width: 70%;
            }
        }
        
        .fv__kikan {
            max-width: 640px;
            margin: 0 auto;
            margin-top: 30px;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            padding: 10px 0;
            text-shadow: 3px 3px 5px #333333;
        }
        
        @media screen and (max-width: 767px) {
            .fv__kikan {
                width: 95%;
                padding: 6px 0;
            }
        }
        
        .fv__kikan p {
            color: #fff;
            font-size: 2.2em;
            font-weight: 600;
        }
        
        @media screen and (max-width: 767px) {
            .fv__kikan p {
                font-size: 1.6em;
            }
        }
        
        .fv__kikan p span.youbi {
            font-size: 0.8em;
        }
        
        .about {
            position: relative;
            padding: 120px 0;
            background: rgba(222, 22, 81, 0.7);
            text-align: center;
            font-family: "Noto Sans JP", sans-serif;
        }
        
        @media screen and (max-width: 767px) {
            .about {
                padding: 80px 0;
            }
        }
        
        .about p {
            color: #ffffff;
            font-size: 1.4em;
            line-height: 1.6;
            margin-top: 1em;
        }
        
        @media screen and (max-width: 767px) {
            .about p {
                font-size: 1.3em;
                width: 95%;
                margin: 20px auto 0;
            }
        }
        
        .about::before {
            position: absolute;
            content: "";
            background-image: url(../img/leaf03.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 190px;
            height: 200px;
            top: -15%;
            right: 20%;
        }
        
        .about::after {
            position: absolute;
            content: "";
            background-image: url(../img/leaf02.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 260px;
            height: 250px;
            bottom: -15%;
            left: -5%;
        }
        
        @media screen and (max-width: 767px) {
            .about::before {
                width: 150px;
                height: 150px;
                top: -10%;
                right: 0%;
            }
            .about::after {
                width: 180px;
                height: 180px;
                bottom: -17%;
                left: -10%;
            }
        }
        
        .con__ttl {
            position: relative;
            width: 95%;
            margin: 0 auto;
            max-width: 860px;
            padding: 10px 0;
            text-align: center;
            color: #fff;
        }
        
        @media screen and (max-width: 767px) {
            .con__ttl {
                width: 85%;
                padding: 0px 0;
            }
        }
        
        .con__ttl h3 {
            font-size: 5em;
            font-weight: 600;
            font-style: normal;
            letter-spacing: 6px;
        }
        
        @media screen and (max-width: 767px) {
            .con__ttl h3 {
                font-size: 2.4em;
            }
        }
        
        .pickup .con__ttl h3 {
            position: relative;
            font-size: 5em;
            letter-spacing: 6px;
        }
        
        @media screen and (max-width: 767px) {
            .pickup .con__ttl h3 {
                font-size: 3.8em;
                line-height: 1.2;
            }
        }
        
        .pickup .con__ttl h3::before {
            position: absolute;
            content: "";
            background-image: url(../img/leaf05.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 200px;
            height: 160px;
            top: -45%;
            right: 3%;
            z-index: -1;
        }
        
        .pickup .con__ttl h3::after {
            position: absolute;
            content: "";
            background-image: url(../img/leaf04.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 170px;
            height: 150px;
            bottom: -45%;
            left: -2%;
            z-index: -1;
        }
        
        @media screen and (max-width: 767px) {
            .pickup .con__ttl h3::before {
                width: 150px;
                height: 120px;
                top: -45%;
                right: -17%;
            }
            .pickup .con__ttl h3::after {
                width: 140px;
                height: 110px;
                bottom: -45%;
                left: -22%;
            }
        }
        
        .notice {
            width: 95%;
            max-width: 1100px;
            margin: 80px auto;
            color: #ffffff;
        }
        
        .notice p {
            font-size: 0.9em;
        }
        
        .pickup {
            position: relative;
            padding: 15% 0;
            overflow-x: hidden;
        }
        
        @media screen and (max-width: 767px) {
            .pickup {
                padding: 80px 0;
            }
        }
        
        .pickup__list {
            position: relative;
            width: 95%;
            margin: 0 auto;
            max-width: 1300px;
            margin-top: 80px;
            z-index: 10;
        }
        
        @media screen and (max-width: 767px) {
            .pickup__list {
                width: 90%;
                margin-top: 20px;
            }
        }
        
        .pickup__list .slick01 {
            display: flex;
            justify-content: space-around;
        }
        
        .pickup__list .item__tenpo {
            margin-bottom: 16px;
            padding-bottom: 10px;
            border-bottom: 1px solid #573028;
        }
        
        @media screen and (max-width: 767px) {
            .pickup__list .item__tenpo {
                align-items: center;
            }
        }
        
        @media screen and (max-width: 767px) {
            .pickup__list .item__shopname p {
                font-size: 1.4em;
            }
        }
        
        .pickup .pickupitem {
            display: flex;
            flex-direction: column;
            width: 30%;
            background-color: #ffffff;
            padding: 1em;
        }
        
        @media screen and (max-width: 767px) {
            .pickup .pickupitem {
                padding: 10px;
            }
        }
        
        .pickup .pickupitem__img {
            text-align: center;
        }
        
        .pickup .pickupitem__img img {
            border-radius: 10px;
        }
        
        .pickup .pickupitem__txt {
            padding: 1em 0.5em;
            margin-top: 1.5em;
            flex-grow: 1;
        }
        
        .slick-dots li.slick-active button:before {
            color: #fff;
            background: #fff;
            opacity: 1;
        }
        
        .slick-dots li button:before {
            opacity: 1;
            border: 1px solid #fff;
            border-radius: 50%;
            background: #573028;
            color: #573028;
            width: 10px;
            height: 10px;
            font-size: 1px;
        }
        
        .slick-slider .slick-track,
        .slick-slider .slick-list {
            margin-bottom: 4px;
        }
        
        .menu {
            position: relative;
            padding: 20% 0 100px;
            overflow-x: hidden;
            margin: -20% auto 0;
        }
        
        @media screen and (max-width: 767px) {
            .menu {
                background: none;
            }
        }
        
        .menu__ttl {
            position: relative;
            text-align: center;
        }
        
        @media screen and (max-width: 767px) {
            .menu__ttl {
                width: 95%;
                margin: auto;
            }
        }
        
        .menu__ttl p {
            position: relative;
            z-index: 1;
            font-size: 6em;
            color: #ffffff;
            line-height: 1;
            font-weight: 600;
            width: fit-content;
            margin: auto;
        }
        
        @media screen and (max-width: 767px) {
            .menu__ttl p {
                font-size: 3.8em;
            }
        }
        
        .menu__ttl p::before {
            position: absolute;
            content: "";
            background-image: url(../img/leaf01.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 220px;
            height: 210px;
            top: -135%;
            right: -50%;
            z-index: -1;
        }
        
        @media screen and (max-width: 767px) {
            .menu__ttl p::before {
                width: 170px;
                height: 160px;
                top: -195%;
                right: -90%;
                z-index: -1;
            }
        }
        
        .menu__listwrap {
            position: relative;
            width: 95%;
            margin: 0 auto;
            max-width: 1760px;
            padding: 80px 0;
        }
        
        @media screen and (max-width: 767px) {
            .menu__listwrap {
                width: 100%;
                padding: 60px 0;
            }
        }
        
        .menu__list {
            width: 95%;
            margin: 0 auto;
            max-width: 1400px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        @media screen and (max-width: 767px) {
            .menu__list {
                justify-content: space-between;
            }
        }
        
        .menubtn {
            width: 95%;
            max-width: 840px;
            margin: 0 auto;
        }
        
        .menubtn__list {
            height: auto;
        }
        
        .menubtn__list li {
            height: auto;
        }
        
        .swiper-button_wrap {
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 1.5em;
        }
        
        .swiper-button-next,
        .swiper-button-prev {
            position: static;
            width: 30%;
            height: 40px;
        }
        
        .swiper-button-prev:after,
        .swiper-rtl .swiper-button-next:after {
            content: "";
            width: 10px;
            height: 10px;
            border-top: 2px solid #fff;
            border-left: 2px solid #fff;
            transform: rotate(-45deg);
        }
        
        .swiper-button-next:after,
        .swiper-rtl .swiper-button-next:after {
            content: "";
            width: 10px;
            height: 10px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            transform: rotate(45deg);
        }
        
        .item {
            position: relative;
            width: 23%;
            margin: 10px;
            min-width: 320px;
        }
        
        @media screen and (max-width: 767px) {
            .item {
                width: 48%;
                min-width: auto;
                margin: 10px 0;
            }
        }
        
        .item a {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            padding: 0.5em;
            padding-bottom: 1em;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 3px 6px #573028;
            transition: all 0.3s;
        }
        
        @media screen and (max-width: 767px) {
            .item a {
                padding-bottom: 1.2em;
            }
        }
        
        .item a::after {
            content: "";
            position: absolute;
            width: 10%;
            height: 8%;
            background: url(../img/arrow-circle.png) no-repeat;
            background-size: contain;
            bottom: 2%;
            right: 3%;
        }
        
        @media screen and (max-width: 767px) {
            .item a::after {
                width: 12%;
                bottom: 4%;
                right: 6%;
            }
        }
        
        .item a:hover {
            box-shadow: none;
        }
        
        .item p {
            color: #573028;
        }
        
        .item__img {
            position: relative;
            aspect-ratio: 1 / 1;
            overflow: hidden;
            margin: auto;
            align-items: center;
        }
        
        .item__img img {
            border-radius: 10px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            object-fit: cover;
        }
        
        .item__foodcourt {
            position: absolute;
            width: 40%;
            min-width: 120px;
            padding: 8px 0 8px 12px;
            background: #3B8A00;
            border-radius: 50px 0 0 50px;
            top: 250px;
            right: 0;
            text-align: center;
            z-index: 20;
        }
        
        @media screen and (max-width: 767px) {
            .item__foodcourt {
                width: 70%;
                padding: 4px 0 4px 8px;
                top: 45%;
            }
        }
        
        @media screen and (max-width: 450px) {
            .item__foodcourt {
                top: 135px;
            }
        }
        
        .item__foodcourt p {
            color: #ffffff;
        }
        
        .item__txt {
            margin-top: 8px;
        }
        
        .item__tenpo {
            display: flex;
            align-items: center;
        }
        
        .item__logo {
            width: 24%;
            max-width: 70px;
            margin-right: 8px;
            text-align: center;
        }
        
        @media screen and (max-width: 767px) {
            .item__logo {
                margin-right: 4px;
                width: 30%;
            }
        }
        
        .item__logo img {
            padding: 4px;
            border: 1px solid #573028;
        }
        
        .item__logo p {
            margin-top: -3px;
            font-size: 0.8em;
        }
        
        @media screen and (max-width: 767px) {
            .item__logo p {
                margin-top: 0;
            }
        }
        
        .item__shopname {
            width: 78%;
        }
        
        @media screen and (max-width: 767px) {
            .item__shopname {
                width: 68%;
            }
        }
        
        .item__shopname p {
            font-size: 1.1em;
        }
        
        @media screen and (max-width: 767px) {
            .item__shopname p {
                font-size: 1em;
                line-height: 1.3;
            }
        }
        
        .item__floor {
            margin: 0;
            padding: 0;
            margin-top: 4px;
            border: none;
            text-align: center;
        }
        
        .item__floor p {
            font-size: 0.8em;
        }
        
        .item__detail {
            margin-top: 20px;
            margin-bottom: 8px;
        }
        
        .item__detail a {
            display: inline-block;
            line-height: 1.4;
        }
        
        .item__detail a span {
            background: linear-gradient(transparent 95%, #573028 5%);
        }
        
        .item__price p {
            text-align: right;
            font-size: 1.5em;
        }
        
        .item__price p span {
            font-size: 0.7em;
        }
        
        .item__price p span.tax {
            font-size: 0.7em;
        }
        
        .search {
            margin-top: 80px;
            text-align: center;
        }
        
        @media screen and (max-width: 767px) {
            .search {
                margin-top: 40px;
            }
        }
        
        .search__txt p {
            position: relative;
            display: inline-block;
            color: #ffffff;
        }
        
        .search__txt p::before,
        .search__txt p::after {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            background: #ffffff;
            bottom: 0;
        }
        
        .search__txt p::before {
            transform: rotate(-20deg);
            left: -4%;
        }
        
        .search__txt p::after {
            transform: rotate(20deg);
            right: -4%;
        }
        
        .cp__btn {
            width: 90%;
            margin: 0 auto;
            max-width: 400px;
            margin-top: 40px;
        }
        
        .search__btn {
            width: 90%;
            margin: 0 auto;
            max-width: 400px;
            margin-top: 10px;
        }
        
        .cp__btn a {
            position: relative;
            display: block;
            padding: 10px 0;
            background: #ffffff;
            border-radius: 40px;
            color: #B61A42;
            text-align: center;
            font-size: 1.2em;
            font-weight: 600;
        }
        
        .search__btn a {
            position: relative;
            display: block;
            padding: 10px 0;
            background: #ffffff;
            border-radius: 40px;
            color: #573028;
            text-align: center;
            font-size: 1.2em;
            font-weight: 600;
        }
        
        .search__btn a::after {
            content: "";
            position: absolute;
            width: 1em;
            height: 1em;
            background: url(../img/lupe.png) no-repeat;
            background-size: contain;
            right: 30%;
            top: 30%;
        }
        
        @media screen and (max-width: 767px) {
            .search__btn a::after {
                right: 24%;
            }
        }
        
        .mainnotice {
            width: 90%;
            margin: 60px auto 120px;
            max-width: 1100px;
        }
        
        .mainnotice p {
            font-size: 0.9em;
        }
        
        #footer {
            position: relative;
            margin-bottom: 60px;
            padding: 10px 0;
            text-align: center;
            font-size: 16px;
            z-index: 10;
            background-color: #ffffff;
        }
        
        @media screen and (max-width: 767px) {
            #footer {
                margin-bottom: 60px;
            }
        }
        
        @media all and (-ms-high-contrast: none) {
            .line_anime {
                height: auto;
            }
        }
        
        .topbtn {
            display: inline-block;
            padding-top: 0;
            position: fixed;
            bottom: 106px;
            right: 15px;
            z-index: 990;
        }
        
        .topbtn a {
            text-decoration: none;
            color: #fff;
        }
        
        .topbtn::before {
            animation: scroll 3.5s infinite;
            border: solid #fff;
            border-width: 0 0 1px 1px;
            content: "";
            display: inline-block;
            margin: auto;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            transform: rotate(135deg);
            width: 20px;
            height: 20px;
        }
        
        @keyframes scroll {
            0% {
                transform: rotate(135deg) translate(0, 0);
            }
            80% {
                transform: rotate(135deg) translate(-20px, 20px);
            }
            0%,
            80%,
            100% {
                opacity: 0;
            }
            40% {
                opacity: 1;
            }
        }
        
        .slide-in {
            overflow: hidden;
            display: inline-block;
        }
        
        .slide-in_inner {
            display: inline-block;
        }
        /*左右のアニメーション*/
        
        .leftAnime {
            opacity: 0;
        }
        
        .leftAnime2 {
            opacity: 0;
        }
        
        .leftAnime3 {
            opacity: 0;
        }
        
        .leftAnime-main {
            opacity: 0;
        }
        
        .slideAnimeLeftRight {
            animation-name: slideTextX100;
            animation-duration: 0.8s;
            animation-fill-mode: forwards;
            opacity: 0;
        }
        
        .slideAnimeLeftRight2 {
            animation-name: slideTextX100;
            animation-duration: 0.8s;
            animation-delay: 0.4s;
            animation-fill-mode: forwards;
            opacity: 0;
        }
        
        .slideAnimeLeftRight3 {
            animation-name: slideTextX100;
            animation-duration: 0.8s;
            animation-delay: 0.8s;
            animation-fill-mode: forwards;
            opacity: 0;
        }
        
        .slideAnimeLeftRight-main {
            animation-name: slideTextX100;
            animation-duration: 1.2s;
            animation-fill-mode: forwards;
            opacity: 0;
        }
        
        @keyframes slideTextX100 {
            from {
                transform: translateX(-100%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }
        
        .slideAnimeRightLeft {
            animation-name: slideTextX-100;
            animation-duration: 0.8s;
            animation-delay: 0.4s;
            animation-fill-mode: forwards;
            opacity: 0;
        }
        
        .slideAnimeRightLeft2 {
            animation-name: slideTextX-100;
            animation-duration: 0.8s;
            animation-delay: 0.8s;
            animation-fill-mode: forwards;
            opacity: 0;
        }
        
        .slideAnimeRightLeft3 {
            animation-name: slideTextX-100;
            animation-duration: 0.8s;
            animation-delay: 1.2s;
            animation-fill-mode: forwards;
            opacity: 0;
        }
        
        .slideAnimeRightLeft-main {
            animation-name: slideTextX-100;
            animation-duration: 1.2s;
            animation-fill-mode: forwards;
            opacity: 0;
        }
        
        @keyframes slideTextX-100 {
            from {
                transform: translateX(100%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }
        /*アニメーション*/
        
        .anime-b {
            opacity: 0;
            visibility: hidden;
            transition: 2s;
            transform: translateY(0);
        }
        
        .anime-b2 {
            opacity: 0;
            visibility: hidden;
            transition-delay: 2s;
            transition: 1s;
            transform: translateY(0);
        }
        
        .anime-b3 {
            opacity: 0;
            visibility: hidden;
            transition-delay: 1.6s;
            transition: 1s;
            transform: translateY(40px);
        }
        
        .active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .item__shoplink {
            margin-top: 0.8em;
            font-size: 1em;
            color: #573028;
            text-align: left;
            padding-bottom: 2em;
            text-decoration: underline;
        }
        
        .item__txt hr {
            height: 1px;
            background-color: #573028;
            width: 100%;
            border: none;
        }
        
        @media screen and (max-width: 767px) {
            .menu-wrap {
                position: relative;
                background-color: #FEF5F6;
                padding-top: 6em;
                padding-bottom: 2em;
                background-image: none;
            }
            .menu-wrap::before {
                content: "";
                position: absolute;
                width: 130px;
                height: 130px;
                background: url("../img/circle1.png") no-repeat;
                background-size: contain;
                left: 24%;
                top: 0.3%;
            }
            .menu-bk {
                width: 97%;
            }
        }
        
        .menubtn__list {
            display: flex;
            justify-content: flex-start;
            max-width: 538px;
            flex-wrap: wrap;
            gap: 3%;
        }
        
        @media screen and (max-width: 767px) {
            .menubtn__list {
                margin: auto;
                justify-content: center;
                gap: 1%;
            }
        }
        
        .menubtn__list a {
            width: fit-content;
            background-color: #ffffff;
            border: #573028 solid 2px;
            margin-bottom: 10px;
            border-radius: 50px;
            padding: 15px 35px;
            box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.15);
        }
        
        @media screen and (max-width: 767px) {
            .menubtn__list a {
                padding: 10px 20px;
            }
        }
        
        .menubtn__list li p {
            text-align: center;
            font-weight: bold;
            font-size: 1.2em;
            color: #573028;
            letter-spacing: 0.1em;
        }
        
        .menu1column {
            background-color: #D5E48C;
            padding: 20px 5px;
            margin-bottom: 10px;
            border-radius: 50px;
            position: relative;
            box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.15);
        }
        
        .menu1column p {
            text-align: center;
            font-weight: bold;
            font-size: 1.2em;
            color: #543C16;
            letter-spacing: 0.1em;
        }
        
        .newshop_wrap {
            position: relative;
        }
        /*
.newshop_wrap::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 3px #543C16;
    border-right: solid 3px #543C16;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transform: rotate(45deg);
    transition: all .3s;
}


.newshop_wrap:hover::after {
    right: 10px;
}

.newshop_wrap:hover {
    box-shadow: none;
    transition: all .3s;
}
\

.menu1column::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 3px #543C16;
    border-right: solid 3px #543C16;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transform: rotate(45deg);
transition: all .3s;

}
.menu1column:hover::after {
    right: 10px;
}
.menu1column:hover {
    box-shadow: none;
    transition: all .3s;
}
*/
        
        .menu-box {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 878px;
            margin: 60px auto 120px;
            background: rgba(255, 255, 255, 0.6);
            padding: 4em 1em;
            border-radius: 20px;
            z-index: 20;
        }
        
        @media screen and (max-width: 767px) {
            .menu-box {
                display: block;
                padding: 40% 30px 10%;
                border-radius: 2000px 2000px 0 0;
                margin: 20% -30px 30%;
            }
            .menubtn__list li p {
                font-size: 1em;
            }
        }
        
        .menu-box::before {
            position: absolute;
            content: "";
            background-image: url(../img/leaf05.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 200px;
            height: 160px;
            top: -27%;
            left: -8%;
        }
        
        @media screen and (max-width: 767px) {
            .menu-box::before {
                width: 200px;
                height: 160px;
                top: -27%;
                left: -8%;
            }
        }
        
        .menu-box .con__ttl {
            color: #573028;
            display: inline-block;
        }
        
        .menu-box .con__ttl::after {
            content: "";
            position: absolute;
            right: 10%;
            top: 0;
            height: 100%;
            width: 2px;
            background: #573028;
        }
        
        @media screen and (max-width: 767px) {
            .menu-box .con__ttl {
                margin-bottom: 5%;
                margin-top: -15%;
                font-size: 2em;
                display: block;
            }
            .menu-box .con__ttl::after {
                content: "";
                position: absolute;
                top: auto;
                right: 0;
                left: 50%;
                bottom: 0;
                transform: translateX(-50%);
                height: 2px;
                width: 70%;
                background: #573028;
                /* お好みの色 */
            }
        }
        
        .background-diagonal {
            position: absolute;
            top: 10%;
            left: -10%;
            width: 150%;
            /* 必要に応じて調整 */
            height: 70%;
            /* 必要に応じて調整 */
            background: linear-gradient( 20deg, transparent 0%, transparent 35%, #D82E34 35%, #D82E34 65%, transparent 65%, transparent 100%);
            opacity: 0.7;
            z-index: 0;
        }
        
        .background-diagonal2 {
            position: absolute;
            top: 30%;
            left: -10%;
            width: 150%;
            /* 必要に応じて調整 */
            height: 70%;
            /* 必要に応じて調整 */
            background: linear-gradient( -20deg, transparent 0%, transparent 35%, #D82E34 35%, #D82E34 65%, transparent 65%, transparent 100%);
            opacity: 0.7;
            z-index: 0;
        }
        
        .background-diagonal3 {
            position: absolute;
            top: 10%;
            left: -50%;
            width: 150%;
            height: 80%;
            background: linear-gradient(-6deg, transparent 0%, transparent 25%, #AB3177 25%, #AB3177 75%, transparent 75%, transparent 100%);
            opacity: 0.7;
            z-index: -2;
        }
        
        .hex-icon {
            position: absolute;
            top: 1%;
            left: 1%;
            width: 70px;
            height: 80px;
            background: #BA2B2D;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 20;
        }
        
        @media screen and (max-width: 767px) {
            .hex-icon {
                width: 50px;
                height: 60px;
            }
        }
        
        .hex-icon span {
            color: #fff;
            text-align: center;
            font-weight: bold;
            line-height: 1.1;
        }
        
        .hex-icon .line1 {
            font-size: 0.8em;
            /* 一行目のサイズ、自由に調整可能 */
        }
        
        .hex-icon .line2 {
            font-size: 1em;
            /* 二行目のサイズ、自由に調整可能 */
        }
        
        .pickupitem__btn {
            width: 80%;
            margin: 20px auto 10px;
            background-color: #573028;
            border-radius: 100px;
            padding: 0.5em 1em;
            font-size: 1em;
            text-align: center;
            color: #ffffff;
            text-decoration: none;
            display: block;
            /* または inline-block */
        }
        
        .bottom-banner {
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            height: 60px;
            background: #EFB01E;
            color: #573028;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: translateY(100%);
            transition: transform 0.3s;
            z-index: 900;
            text-decoration: none;
            font-size: 18px;
            cursor: pointer;
            font-family: "Noto Sans JP", sans-serif;
            font-weight: 600;
        }
        
        .bottom-banner.show {
            transform: translateY(0);
        }
        
        .bottom-banner span {
            pointer-events: none;
            /* テキスト内での誤クリック防止（ない場合もOK） */
        }
        
        .cp_ttl {
            max-width: 1000px;
            width: 90%;
            margin: auto;
        }
        
        .fv__subcopy {
            margin-top: 40px;
            color: #ffffff;
            font-size: 1.5em;
            font-weight: 600;
            text-align: center;
            text-shadow: 3px 3px 5px #333333;
        }
        
        @media screen and (max-width: 767px) {
            .fv__subcopy {
                font-size: 1.2em;
            }
        }
        
        .reaf01 {
            position: absolute;
            top: -5%;
            left: 30%;
            width: 250px;
        }
        
        .reaf02 {
            position: absolute;
            top: 20%;
            left: 60%;
            width: 250px;
        }
        
        @media screen and (max-width: 767px) {
            .reaf01 {
                position: absolute;
                top: 3%;
                left: -12%;
                width: 220px;
            }
            .reaf02 {
                position: absolute;
                top: 20%;
                left: 70%;
                width: 200px;
            }
        }
        
        .reaf03 {
            position: absolute;
            bottom: 0%;
            left: 80%;
            width: 190px;
            z-index: -1;
        }
        
        .reaf04 {
            position: absolute;
            bottom: 2%;
            left: 0%;
            width: 200px;
            z-index: -1;
        }
        
        @media screen and (max-width: 767px) {
            .reaf03 {
                bottom: 2%;
                left: 70%;
                width: 180px;
            }
            .reaf04 {
                bottom: 0%;
                left: 0%;
                width: 160px;
            }
        }