:root {
    --color-main_1: #16735B;
    --color-main_2: #337760;
    --color-bg: #FFF5E5;
    --color-accent: #FCE06D;
}
@font-face {
    font-family: 'fs_semibold';
    src: url("../fonts/flamasemicond-semibold.ttf") format("truetype"),
        src: url("../fonts/flamasemicond-semibold.wof") format("wof");
}
@font-face {
    font-family: 'fs_basic';
    src: url("../fonts/flamasemicond-basic.ttf") format("truetype"),
        src: url("../fonts/flamasemicond-basic.wof") format("wof");
}
@font-face {
    font-family: 'fs_bold';
    src: url("../fonts/flamasemicond-bold.ttf") format("truetype"),
        src: url("../fonts/flamasemicond-bold.wof") format("wof");
}
@font-face {
    font-family: 'fs_medium';
    src: url("../fonts/flamasemicond-medium.ttf") format("truetype"),
        src: url("../fonts/flamasemicond-medium.wof") format("wof");
}
/* reset
-------------------------------------------------------------------------------- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    min-block-size: 100svb;
    min-height: 100svh;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
p, h1, h2, h3, h4, h5, h6, li {
    font-weight: 400;
    overflow-wrap: break-word;
}
th, td {
    font-weight: 400;
}
ul, ol {
    list-style: none;
}
img, svg, video {
    display: block;
    max-width: 100%;
}
input, button, textarea, select {
    font-family: inherit;
    color: inherit;
    max-width: 100%;
    border: none;
    border-radius: 0;
    appearance: none;
}
a {
    text-decoration: none;
}
/* common
-------------------------------------------------------------------------------- */
.fs_semibold {
    font-family: 'fs_semibold', sans-serif;
}
.fs_basic {
    font-family: 'fs_basic', sans-serif;
}
.fs_bold {
    font-family: 'fs_bold', sans-serif;
}
.fs_medium {
    font-family: 'fs_medium', sans-serif;
}
.gill {
    font-family: gill-sans-nova, sans-serif;
}
.helvetica_bold {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
}
.helvetica_italic {
    font-family: Helvetica, sans-serif;
    font-weight: Bold;
    font-style: italic;
}
.bree {
    font-family: "bree-serif", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.bebas {
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.century {
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.serif {
    font-family: "Hiragino Mincho ProN W3", serif;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 20vw;
}
body {
    background-color: var(--color-bg);
    font-family: "Helvetica Neue", Arial, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 2.75vw;
    color: #333;
}
.inner {
    width: 94vw;
    margin-inline: auto;
}
a {
    color: #333;
}
main {
    margin-top: 11vw;
}
.head {
    border-bottom: 1px solid #657E80;
    h1 {
        text-align: center;
        font-size: 9.6vw;
    }
}
.button {
    border-radius: 10px;
    color: var(--color_bg);
    background-color: var(--color-main_2);
    box-shadow: 0.5vw 0.8vw 0 0 #657E80;
    border: 1px solid var(--color-bg);
    transition: 0.2s;
}
.button:active {
    transform: translate(0.5vw, 0.8vw);
    box-shadow: none !important;
}
.display_tb {
    display: none;
}
.display_pc {
    display: none;
}
.display_sp {
    display: block
}
@media (width > 600px) {
    .display_sp {
        display: none;
    }
    .display_pc {
        display: none;
    }
    .display_tb {
        display: block;
    }
}
@media (width > 1024px) {
    .display_sp {
        display: none;
    }
    .display_tb {
        display: none;
    }
    .display_pc {
        display: block;
    }
}
.deco {
    position: absolute;
}
/* header
-------------------------------------------------------------------------------- */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 11.5vw;
    background-color: var(--color-bg);
    border-bottom: 1px solid #1E1E1E;
    display: grid;
    place-content: center;
    z-index: 3;
    ._logo {
        width: 23.8vw;
        a {
            img {}
        }
    }
    ._nav {
        display: none;
        nav {
            ul {
                li {
                    a {}
                }
            }
        }
    }
}
#order_now {
    position: fixed;
    bottom: 3vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 48vw;
    height: 10vw;
    border-radius: 3.5vw;
    background-color: var(--color-main_2);
    a {
        display: grid;
        place-content: center;
        line-height: 1;
        height: 100%;
        color: var(--color-bg);
        font-size: 5.15vw;
    }
}
#menu_open {
    position: fixed;
    bottom: 3vw;
    left: 10vw;
    width: 11vw;
    height: 10vw;
    border-radius: 3.5vw;
    background-color: var(--color-main_2);
    cursor: pointer;
    span {
        position: absolute;
        left: 3vw;
        background-color: var(--color-bg);
        width: 5vw;
        height: 1px;
        border-radius: .5px;
        transition: width .5s;
        &:nth-child(1) {
            top: 3.2vw;
        }
        &:nth-child(2) {
            top: 4.8vw;
        }
        &:nth-child(3) {
            top: 6.4vw;
        }
    }
    &.active {
        span {
            width: 0;
        }
    }
}
#menu_close {
    position: absolute;
    top: 3vw;
    right: 3vw;
    width: 12vw;
    height: 9vw;
    cursor: pointer;
    span {
        position: absolute;
        left: 3.5vw;
        background-color: var(--color-bg);
        width: 0;
        height: 1px;
        border-radius: .5px;
        transform-origin: left;
        transition: width .5s;
        &:nth-child(1) {
            top: 2.8vw;
            transform: rotate(30deg);
        }
        &:nth-child(2) {
            top: 5.2vw;
            transform: rotate(-30deg);
        }
    }
    &.active {
        span {
            width: 5vw;
        }
    }
}
#common_menu {
    position: fixed;
    display: none;
    background-color: var(--color-main_1);
    left: 7.5vw;
    right: 7.5vw;
    bottom: 3vw;
    top: auto;
    border-radius: 5vw;
    z-index: 3;
    .inner {
        width: auto;
        padding: 12.5vw 10vw 9vw;
        ._nav {
            nav {
                margin-bottom: 7.5vw;
                ul {
                    li {
                        a {
                            display: block;
                            text-align: center;
                            color: var(--color-bg);
                            font-size: 8.25vw;
                            padding: 1vw;
                        }
                    }
                }
            }
        }
        ._sns {
            ul {
                display: flex;
                justify-content: center;
                li {
                    a {
                        display: block;
                        padding: 1vw;
                        img {
                            height: 8vw;
                        }
                    }
                }
            }
        }
    }
    .deco_01 {
        top: 13vw;
        left: 0;
        width: 14vw;
    }
    .deco_02 {
        top: 36vw;
        right: 0;
        width: 14vw;
    }
    .deco_03 {
        top: 63vw;
        left: 0;
        width: 16vw;
    }
    .deco_04 {
        top: 105vw;
        right: 0;
        width: 13vw;
    }
}
#order_menu {
    position: fixed;
    display: none;
    inset: 0;
    background-color: rgba(22, 115, 91, 0.85);
    z-index: 3;
    .inner {
        margin: 3vw;
        border-radius: 5vw;
        height: calc(100svh - 6vw);
        background-color: var(--color-bg);
        overflow: hidden;
        ._img {
            display: none;
            img {}
        }
        ._txt {
            width: 82vw;
            padding: 10vw 0;
            margin-inline: auto;
            ._head {
                text-align: center;
                font-size: 5vw;
                transform: scaleX(1.2);
                font-weight: bold;
                margin-bottom: 2.5vw;
            }
            ._tab {
                position: relative;
                border: 1px solid var(--color-main_2);
                border-radius: 8vw;
                font-size: 5vw;
                font-weight: 400;
                display: flex;
                justify-content: center;
                overflow: hidden;
                margin-bottom: 7.5vw;
                &::before {
                    position: absolute;
                    content: '';
                    top: 0;
                    left: 0;
                    width: 55%;
                    height: 100%;
                    border-radius: 8vw;
                    background-color: var(--color-main_2);
                    transition: .5s;
                }
                &:has(a:nth-child(1).active)::before {
                    left: 0;
                }
                &:has(a:nth-child(2).active)::before {
                    left: 50%;
                }
                a {
                    display: block;
                    width: 50%;
                    text-align: center;
                    color: var(--color-main_2);
                    border-radius: 8vw;
                    transform: scaleX(1.2);
                    font-weight: 400;
                    padding: 2vw 0;
                    letter-spacing: .05vw;
                    cursor: pointer;
                    line-height: 1.25;
                    margin-bottom: -1px;
                    transition: .5s;
                    span {
                        display: block;
                        font-size: 3vw;
                        transform: scaleX(0.833);
                    }
                    &.active {
                        /* background-color: var(--color-main_2); */
                        color: var(--color-bg);
                    }
                }
            }
            ._page {
                height: 70svh;
                overflow-y: scroll;
                ._location {
                    display: none;
                    transition: .5s;
                    ._area {
                        margin-bottom: 6vw;
                        ._area_head {
                            font-size: 4vw;
                            padding-bottom: 1vw;
                            border-bottom: 1px solid #666;
                            margin-bottom: 2vw;
                        }
                        ._area_body {
                            a {
                                display: block;
                                width: fit-content;
                                font-size: 3.5vw;
                                padding: 1.25vw 0;
                                &:hover {
                                    opacity: .25;
                                }
                            }
                        }
                        &:not(:has(a)){
                            display: none;
                        }
                    }
                    &.active {
                        display: block;
                    }
                }
            }
        }
        &::before,
        &::after {
            position: absolute;
            content: '';
            height: 1px;
            width: 5vw;
            background-color: #999;
            top: 7vw;
            right: 7.5vw;
        }
        &::before {
            transform: rotate(30deg);
        }
        &::after {
            transform: rotate(-30deg);
        }
    }
}
/* footer
-------------------------------------------------------------------------------- */
footer {
    padding: 0 0 20vw;
    .inner {
        position: relative;
        background-color: var(--color-main_1);
        padding: 2.5vw 5vw 4vw;
        border-radius: 5vw;
        overflow: hidden;
        display: flex;
        flex-direction: column-reverse;
        ._logo {
            display: flex;
            flex-direction: column-reverse;
            ._home {
                a {
                    display: block;
                    img {
                        width: 100%;
                    }
                }
            }
            ._sns {
                margin-bottom: 3.5vw;
                ul {
                    display: flex;
                    li {
                        margin-right: 2vw;
                        a {
                            display: block;
                            img {
                                height: 6vw;
                            }
                        }
                    }
                }
            }
        }
        ._nav {
            margin-bottom: 7.5vw;
            ul {
                li {
                    a {
                        position: relative;
                        display: block;
                        font-size: 5vw;
                        color: var(--color-bg);
                        padding: 2.75vw 0;
                        border-bottom: 1px solid rgba(255, 245, 229, 0.5);
                        &::before {
                            position: absolute;
                            right: 2vw;
                            top: 2.5vw;
                            content: '>';
                            transform: scaleX(0.5);
                            font-size: 6vw;
                        }
                    }
                }
            }
        }
        ._location {
            display: none;
            ul {
                li {
                    span {
                        &._en {}
                        &._jp {}
                    }
                }
            }
        }
    }
}
#footer_deco {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    img {
        position: static;
        width: 12.5vw;
        margin: 0 2vw;
        transition: transform .5s;
        transform: translateY(15vw);
        &.deco_01 {
            transition-delay: 0s;
        }
        &.deco_02 {
            transition-delay: .5s;
        }
        &.deco_03 {
            width: 17vw;
            transition-delay: 1s;
        }
        &.deco_04 {
            width: 16vw;
            transition-delay: .25s;
        }
        &.deco_05 {
            width: 10vw;
            transition-delay: .75s;
        }
        &.deco_06 {
            transition-delay: 1.25s;
            display: none;
        }
    }
    &.active {
        img {
            transform: translateY(0);
        }
    }
}
#copyright {
    position: absolute;
    bottom: 28vw;
    right: 5vw;
    font-size: 2vw;
    color: var(--color-bg);
}
/* home
-------------------------------------------------------------------------------- */
#home {}
#home_top {}
#home_slide {
    position: relative;
    .swiper {
        .swiper-wrapper {
            .swiper-slide {
                ._item {
                    display: flex;
                    flex-direction: column-reverse;
                    ._txt {
                        aspect-ratio: 2;
                        display: grid;
                        place-content: center;
                        padding: 5vw 7.5vw;
                        .phrase {
                            font-size: 16.5vw;
                            line-height: 1;
                            text-align: center;
                        }
                        ._href {
                            display: none;
                        }
                    }
                    ._img {
                        aspect-ratio: 1.5;
                        overflow: hidden;
                        img {
                            object-fit: cover;
                            width: 100%;
                            height: 100%;
                        }
                    }
                }
            }
        }
        .swiper-pagination {
            bottom: auto;
            top: 60.5vw;
            .swiper-pagination-bullet {
                background-color: #fff;
                opacity: .5;
            }
            .swiper-pagination-bullet-active {
                background-color: #fff;
                opacity: 1;
            }
        }
    }
    .deco_01 {
        width: 12.5vw;
        bottom: 28vw;
        left: 0;
    }
    .deco_02 {
        width: 17.5vw;
        bottom: 3vw;
        right: 0;
    }
}
#home_news {
    background-color: var(--color-main_1);
    .inner {
        display: flex;
        align-items: baseline;
        ._head {
            width: 15%;
            font-size: 3.5vw;
            color: var(--color-bg);
        }
        ._body {
            width: 85%;
            .swiper {
                height: 8vw !important;
                .swiper-wrapper {
                    .swiper-slide {
                        a {
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            height: 100%;
                            ._txt {
                                width: calc(100% - 7.5vw);
                                display: flex;
                                font-size: 2.5vw;
                                color: var(--color-bg);
                                ._date {
                                    width: 19%;
                                }
                                ._title {
                                    width: 81%;
                                }
                            }
                            ._img {
                                width: 5vw;
                                img {
                                    width: 3.5vw;
                                    filter: drop-shadow(0.2vw 0.3vw 0 var(--color-bg));
                                    transition: .2s;
                                }
                            }
                            &:active {
                                ._img {
                                    img {
                                        transform: translate(0.2vw, 0.3vw);
                                        filter: drop-shadow(0 0 0 var(--color-bg));
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
#home_banner {
    color: #000;
    .inner {
        padding: 6vw 0 0;
        width: 100%;
        .swiper {
            padding-bottom: 7vw;
            .swiper-wrapper {
                color: #000;
                .swiper-slide {
                    padding: 0 3vw;
                    ._item {
                        aspect-ratio: 3;
                        border-radius: 3vw;
                        overflow: hidden;
                        a {
                            display: block;
                            height: 100%;
                        }
                        ._img {
                            height: 100%;
                            img {
                                object-fit: cover;
                                width: 100%;
                                height: 100%;
                            }
                        }
                    }
                }
            }
            .swiper-pagination {
                bottom: 0;
                .swiper-pagination-bullet {
                    background-color: #000;
                    opacity: .5;
                }
                .swiper-pagination-bullet-active {
                    background-color: #000;
                    opacity: 1;
                }
            }
        }
    }
}
#home_menu {
    position: relative;
    padding: 10vw 0;
    .inner {
        ._head {
            margin-bottom: 5vw;
            h2 {
                font-size: 10vw;
                line-height: 1;
                text-align: center;
            }
        }
        ._body {
            ._box {
                border: 1px solid #657E80;
                padding: 3.5vw 0 6.5vw;
                border-radius: 7.5vw;
                margin-bottom: 5vw;
                background-color: var(--color-bg);
                ._category {
                    margin-bottom: 1.5vw;
                    h3 {
                        color: #03795E;
                        font-size: 9vw;
                        text-align: center;
                    }
                }
                ._alacarte {
                    margin-bottom: 3vw;
                    .swiper {
                        .swiper-wrapper {
                            .swiper-slide {
                                .food_item {
                                    padding: 0 7.5vw;
                                    ._img {
                                        aspect-ratio: 1.5;
                                        border-radius: 7.5vw;
                                        overflow: hidden;
                                        margin-bottom: 3vw;
                                        img {
                                            object-fit: cover;
                                            width: 100%;
                                            height: 100%;
                                        }
                                    }
                                    ._name {
                                        font-size: 6vw;
                                        margin-bottom: 1vw;
                                    }
                                    ._desc_en {
                                        margin-bottom: 2vw;
                                    }
                                    ._desc_jp {
                                        margin-bottom: 3vw;
                                    }
                                    ._price_kcal {
                                        font-family: Helvetica;
                                        font-weight: bold;
                                        ._price {
                                            color: #231815;
                                            font-size: 4.25vw;
                                        }
                                        ._kcal {
                                            color: #657e80;
                                            font-size: 3.5vw;
                                        }
                                    }
                                }
                            }
                        }
                        .swiper-button-prev,
                        .swiper-button-next {
                            top: 26vw;
                            width: 7.5vw;
                        }
                        .swiper-button-prev::after,
                        .swiper-button-next::after {
                            content: none;
                        }
                        .swiper-button-prev,
                        .swiper-button-next {
                            img {
                                width: 8vw;
                                transition: .2s;
                                filter: drop-shadow(0.4vw 0.6vw 0 #657E80);
                            }
                            &:active {
                                img {
                                    transform: translate(0.3vw, 0.5vw);
                                    filter: drop-shadow(0.1vw 0.1vw 0 #657E80);
                                }
                            }
                        }
                        .swiper-button-prev {
                            left: 3.5vw;
                            img {}
                        }
                        .swiper-button-next {
                            right: 3.5vw;
                            img {}
                        }
                    }
                }
                ._href {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 0 7vw;
                    a {
                        font-size: 3.75vw;
                        color: var(--color-bg);
                        padding: 1.25vw 9vw;
                        border-radius: 5vw;
                        &.order_open {
                            color: var(--color-bg);
                        }
                        &._view {
                            color: #657E80;
                            background-color: var(--color-accent);
                            border-color: #657E80;
                        }
                    }
                }
                &._burritos {
                    h3 {
                        color: #7D5445;
                    }
                }
            }
        }
    }
    .deco {
        top: 11vw;
        left: -5vw;
        width: 18vw;
    }
}
#home_our_goal {
    position: relative;
    ._message {
        background-image: url(../../../../uploads/our_goal_05.jpg);
        background-size: cover;
        background-position: center;
        padding: 20vw 0 15vw;
        .inner {
            background-color: var(--color-bg);
            border-radius: 8.5vw;
            padding: 3vw 4vw 7.5vw;
            text-align: center;
            ._head {
                margin-bottom: 3vw;
                h2 {
                    font-size: 10vw;
                }
            }
            ._body {
                margin-bottom: 5vw;
                ._en {
                    font-size: 3vw;
                    font-weight: bold;
                    margin-bottom: 2.5vw;
                }
                ._jp {
                    font-size: 2.5vw;
                }
            }
            ._href {
                a {
                    display: inline-block;
                    background-color: var(--color-accent);
                    color: #657E80;
                    padding: 1vw 20vw;
                    border-radius: 5vw;
                    border-color: #657E80;
                }
            }
        }
    }
    ._nutritious {
        background-color: #03795E;
        color: var(--color-bg);
        padding: 12vw;
        ._instagram {
            margin-bottom: 10vw;
            ._txt {
                margin-bottom: 10vw;
                ._en {
                    font-size: 3.75vw;
                    margin-bottom: 3.75vw;
                }
                ._jp {
                    font-size: 2.4vw;
                }
            }
            ._follow {
                a {
                    color: var(--color-bg);
                    font-size: 3.75vw;
                    img {
                        display: inline-block;
                        height: 5vw;
                        vertical-align: text-bottom;
                        margin-right: 2vw;
                    }
                }
            }
        }
        ._movie {
            aspect-ratio: 1.1;
            overflow: hidden;
            video {
                object-fit: cover;
                object-position: 50% -2vw;
                height: calc(100% + 4vw);
            }
        }
    }
    .deco {
        width: 20vw;
        top: -8vw;
        right: 0;
    }
}
#home_location {
    position: relative;
    padding: 7.5vw 0;
    .inner {
        position: relative;
        background-image: linear-gradient(45deg, rgb(96 96 96 / 60%), rgba(0, 0, 0, 0.6)), url(../../../../uploads/location_09_nagoya.jpg);
        background-size: cover;
        background-position: center;
        padding: 12.5vw 5vw;
        text-align: center;
        border-radius: 6vw;
        z-index: 1;
        ._head {
            margin-bottom: 2.5vw;
            h2 {
                color: #fff;
                font-size: 10vw;
            }
        }
        ._href {
            a {
                display: inline-block;
                background-color: var(--color-accent);
                color: #657E80;
                padding: 1vw 20vw;
                border-radius: 5vw;
                border-color: #657E80;
            }
        }
    }
    .deco {
        top: -11vw;
        left: 0;
        width: 20vw;
    }
}
/* menu
-------------------------------------------------------------------------------- */
html:has(#menu) {
    scroll-padding-top: 40vw;
}
#menu_category {
    position: sticky;
    width: 100%;
    top: 11vw;
    padding-bottom: 7.5vw;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    z-index: 2;
    .inner {
        width: 200%;
        background-color: var(--color-bg);
        border-bottom: 1px solid #657E80;
        ul {
            display: flex;
            align-items: baseline;
            li {
                a {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 3.5vw;
                    font-weight: bold;
                    padding: 2.75vw 2.5vw 2.25vw;
                    line-height: 1;
                    white-space: nowrap;
                    margin: 0 1vw;
                }
                &.active {
                    a {
                        position: relative;
                        color: var(--color-main_2);
                        font-family: 'fs_bold', sans-serif;
                        border-bottom: 1vw solid var(--color-main_2);
                        font-size: 4vw;
                        &::before {
                            position: absolute;
                            content: '';
                            width: 10vw;
                            height: 4.8vw;
                            background-image: url(../img/deco_a_top.png);
                            background-repeat: no-repeat;
                            background-size: contain;
                            left: auto;
                            right: auto;
                            bottom: -6vw;
                            z-index: -1;
                        }
                    }
                }
                &:first-child {
                    margin-left: 5vw;
                }
            }
        }
    }
}
.menu_box {
    margin-bottom: 10vw;
    .inner {}
}
.menu_category {
    margin-bottom: 5vw;
}
.menu_category_title {
    ._title {
        margin-bottom: 5vw;
        h2 {
            font-size: 9vw;
            text-align: center;
        }
    }
}
.menu_category_body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5vw;
}
.menu_item_wrap {
    .menu_item {
        border: 1px solid #657E80;
        border-radius: 5vw;
        overflow: hidden;
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 9;
        gap: 0;
        ._recipe {
            position: relative;
            border-top: 1px solid #657E80;
            color: #657E80;
            cursor: pointer;
            margin: 1.5vw 2vw 0;
            &::before,
            &::after {
                position: absolute;
                content: '';
                top: 3vw;
                right: 13vw;
                height: 1px;
                width: 1.75vw;
                background-color: #657E80;
                transition: .5s;
            }
            &::before {}
            &::after {
                transform: rotate(90deg);
            }
            &.active::after {
                opacity: 0;
                top: 10vw;
            }
            ._recipe_head {
                text-align: center;
                padding: 1vw;
            }
            ._recipe_body {
                display: none;
                width: 100%;
                height: auto;
                padding-bottom: 2vw;
            }
            ._recipe_txt {
                padding: 2vw 1vw;
                font-size: 2vw;
                font-weight: 100;
                color: #606060;
                font-family: Arial, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
                br {
                    display: none;
                }
            }
            ._allergy {
                display: flex;
                justify-content: center;
                padding: 0;
                column-gap: 1vw;
                img {
                    height: 3.5vw;
                }
            }
        }
        ._img {
            overflow: hidden;
            height: 40.5vw;
            img {
                object-fit: cover;
                object-position: center top;
                width: 100%;
                height: 100%;
            }
        }
        ._title {
            padding: 1vw 2vw;
            border-bottom: 1px solid #657E80;
            h3 {
                font-size: 4vw;
            }
        }
        ._desc_en {
            font-size: 2.5vw;
            padding: 2vw 2vw 1vw;
        }
        ._desc_jp {
            font-size: 2.5vw;
            color: #606060;
            padding: 1vw 2vw;
        }
        ._price_kcal {
            font-family: Helvetica, sans-serif;
            padding: 1vw 2vw;
            font-size: 2.5vw;
            font-weight: bold;
            color: #606060;
            span {
                color: #231815;
                font-size: 3vw;
            }
        }
        ._price {
            padding: 1vw 2vw;
            display: flex;
            justify-content: center;
            ul {
                border-right: .5px solid #657f81;
                padding-right: 2vw;
                margin-right: 2vw;
                &:last-child {
                    border: none;
                }
                li {
                    font-size: 2.75vw;
                    &._price_type {
                        color: #606060;
                    }
                    &._price_value {
                        font-weight: bold;
                        color: #231815;
                    }
                }
            }
        }
        ._order {
            padding: 0;
            a {
                display: block;
                color: #fff;
                padding: 1.5vw;
                text-align: center;
                background-color: var(--color-main_2);
            }
        }
        &.no_img {
            grid-row: span 3;
            ._img {
                display: none;
            }
            ._title {
                padding: 1vw 2vw 1vw 4vw;
            }
            ._desc_en {
                display: none;
            }
            ._desc_jp {
                display: none;
            }
        }
    }
}
#custom_order {
    .inner {
        .menu_category_title {
            margin-bottom: 5vw;
            ._title {
                margin-bottom: 0;
                h2 {
                    color: #657E80;
                }
            }
            ._desc {
                font-size: 2.5vw;
            }
        }
        .menu_category_body {
            display: block;
            border: 1px solid #657E80;
            border-radius: 5vw;
            padding: 4vw 0 7.5vw;
            .custom_slide {
                position: relative;
                padding: 0 10vw;
                margin-bottom: 3vw;
                height: 20.5vw;
                .swiper {
                    height: 100%;
                    .swiper-wrapper {
                        height: 100%;
                        .swiper-slide {
                            padding: 1vw;
                            height: auto;
                            ._item {
                                height: 100%;
                                img {
                                    object-fit: contain;
                                    object-position: center center;
                                    height: 100%;
                                }
                            }
                        }
                    }
                }
                .swiper-button-prev,
                .swiper-button-next {
                    top: 50%;
                    width: 6.5vw;
                    z-index: 1;
                }
                .swiper-button-prev::after,
                .swiper-button-next::after {
                    content: none;
                }
                .swiper-button-prev,
                .swiper-button-next {
                    img {
                        transition: .2s;
                        filter: drop-shadow(0.4vw 0.6vw 0 #657E80);
                    }
                    &:active {
                        img {
                            transform: translate(0.3vw, 0.5vw);
                            filter: drop-shadow(0.1vw 0.1vw 0 #657E80);
                        }
                    }
                }
                .swiper-button-prev {
                    left: 2vw;
                    img {}
                }
                .swiper-button-next {
                    right: 2vw;
                    img {}
                }
            }
        }
        .custom_txt {
            padding: 0 5vw;
            ._item {
                margin-bottom: 2.5vw;
                text-align: center;
                transition: 1s;
                padding: 2.5vw 2.5vw 4vw;
                border: 1px solid #7D5445;
                border-radius: 3.85vw;
                background-color: #fff5e5;
                ._head {
                    margin-bottom: 1.25vw;
                    ._name {
                        margin-bottom: 2.25vw;
                        h3 {
                            font-size: 5vw;
                            text-align: center;
                            color: #7D5445;
                            transition: 1s;
                            line-height: 1.2;
                            br {
                                display: none;
                            }
                        }
                    }
                    ._desc {
                        color: #000;
                        font-size: 2.25vw;
                        transition: 1s;
                    }
                }
                ._body {
                    font-size: 2vw;
                    color: #606060;
                    transition: 1s;
                }
                &._arrow {
                    position: relative;
                    margin-bottom: 7.5vw;
                    &::after {
                        position: absolute;
                        content: '';
                        bottom: 5.5vw;
                        left: 0;
                        right: 0;
                        margin: auto;
                        width: 8vw;
                        height: 2.5vw;
                        background-color: #000;
                        clip-path: polygon(50% 100%, 0 0, 100% 0);
                        transition: 1s;
                        z-index: -1;
                    }
                    &.active {
                        &::after {
                            bottom: -5.5vw;
                        }
                    }
                }
                &._topping {
                    &.active {
                        border-color: #337760;
                    }
                }
                &._special {
                    &.active {
                        background-color: #7D5445;
                        ._head {
                            ._name {
                                h3 {
                                    color: #FFF5E5
                                }
                            }
                            ._desc {
                                color: #FFF5E5
                            }
                        }
                        ._body {
                            color: #FFF5E5
                        }
                    }
                }
            }
            ._basic {
                margin-bottom: 7.5vw;
            }
            ._option {
                ._item {
                    ._body {
                        br {
                            display: none;
                        }
                    }
                }
            }
            ._price {
                font-size: 5vw;
                color: #7D5445;
                text-align: center;
                margin-bottom: 5vw;
            }
        }
        ._order {
            a {
                display: block;
                width: 60vw;
                margin-inline: auto;
                color: var(--color-bg);
                font-size: 3.5vw;
                text-align: center;
                padding: 1vw;
                border-radius: 5vw;
            }
        }
    }
}
/* our goal
-------------------------------------------------------------------------------- */
#our_goal {}
#our_goal_head {
    .inner {
        padding: 4vw 0;
        h2 {
            img {
                width: 80vw;
                margin-inline: auto;
            }
        }
    }
}
#our_goal_body {
    position: relative;
    margin-bottom: 10vw;
    background-color: var(--color-main_2);
}
#our_goal_bg {
    position: absolute;
    top: 22.5vw;
    z-index: 1;
}
.our_goal_item {
    position: sticky;
    top: 0;
    height: 100vh;
    background-image: url(../img/our_goal_bg_transparent.png);
    background-repeat: no-repeat;
    background-size: 150vw;
    background-position: top 0vw center;
    color: var(--color-bg);
    background-color: var(--color-main_2);
    transition: 2s;
    .inner {
        height: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        padding: 30vw 10vw 0;
        ._txt {
            ._en {
                font-size: 4vw;
                margin-bottom: 4vw;
                line-height: 1.4;
                br {
                    display: none;
                }
            }
            ._jp {
                font-size: 3vw;
                br {
                    display: none;
                }
            }
        }
        ._img {
            border-radius: 5.5vw;
            overflow: hidden;
            margin-bottom: 6.6vw;
            height: 56vw;
            img {
                object-fit: cover;
                width: 100%;
                height: 100%;
            }
        }
    }
    &:nth-child(2n) {
        background-color: #657E80;
    }
    &.active {
        background-size: 61.8vw;
        background-position: top 20vw center;
    }
}
/* location
-------------------------------------------------------------------------------- */
#location {}
#location_body {
    background-color: #fff;
    padding: 10vw 0 0;
    margin-bottom: 12.5vw;
}
#location_search {
    margin-bottom: 10vw;
    .inner {
        text-align: center;
        ._head {
            margin-bottom: 1vw;
            h2 {
                font-size: 9vw;
            }
        }
        ._body {
            input {
                font-family: 'gill-sans-nova', sans-serif;
                background-image: url(../img/location_search.svg);
                background-repeat: no-repeat;
                background-size: 6vw;
                background-position: left 5vw top 2.25vw;
                font-size: 5.5vw;
                font-weight: bold;
                color: #333;
                padding: 1vw 0 2vw 15vw;
                background-color: #fff;
                border: 1px solid #657E80;
                border-radius: 10vw;
                width: 80%;
                &::placeholder {
                    color: #D6D6D6;
                    font-weight: normal;
                }
                &:focus {
                    border: 2px solid #657f81;
                }
            }
        }
    }
}
#location_result {
    .location_area {
        margin-bottom: 6vw;
        .inner {
            ._head {
                display: flex;
                justify-content: space-between;
                align-items: baseline;
                padding: 0 0 1vw;
                border-bottom: 2px solid #657E80;
                .location_area_name {
                    font-size: 4.5vw;
                }
                .location_area_number {
                    font-size: 3.25vw;
                    span {
                        font-size: 4.5vw;
                        margin-right: 0.5vw;
                    }
                }
            }
            ._body {
                .location_item {
                    border-bottom: 1px solid rgb(101 126 128 / 25%);
                    a {
                        display: block;
                        padding: 6vw 0;
                        ._name {
                            margin-bottom: 1vw;
                            h3 {
                                font-size: 3.75vw;
                                font-weight: bold;
                                color: #606060;
                            }
                        }
                        ._detail {
                            /* display: flex; */
                            /* column-gap: 2vw; */
                            ._img {
                                display: none;
                                img {}
                            }
                            ._txt {
                                font-size: 3.5vw;
                                color: #909191;
                            }
                            &._address {}
                            &._tel {
                                display: none;
                            }
                            &._open {
                                display: none;
                            }
                            &._note {
                                display: none;
                            }
                        }
                        ._photo {
                            display: none;
                            img {}
                        }
                    }
                    &:last-child {
                        border: none;
                    }
                }
            }
        }
        &:last-child {
            margin-bottom: 0;
        }
    }
}
#location_single {
    background-color: #fff;
    .location_shop {
        padding: 10vw 0 12.5vw;
        margin-bottom: 12.5vw;
        .inner {
            ._item {
                ._name {
                    border-bottom: 1.5px solid #657E80;
                    margin-bottom: 1.5vw;
                    h2 {
                        font-size: 5vw;
                        font-weight: bold;
                        color: #606060;
                    }
                }
            }
            ._detail {
                padding: 3vw 4vw;
                display: flex;
                column-gap: 5vw;
                border-bottom: 1px solid rgb(101 126 128 / 25%);
                ._img {
                    width: 5vw;
                    display: grid;
                    place-content: center;
                    img {
                        height: 5vw;
                    }
                }
                ._txt {
                    font-size: 3.25vw;
                    color: #909191;
                }
                &._address {}
                &._tel {
                    ._txt {
                        a {
                            color: #909191;
                        }
                    }
                }
                &._open {}
                &._note {}
            }
            ._order {
                margin: 9vw auto;
                text-align: center;
                a {
                    color: var(--color-bg);
                    font-size: 6vw;
                    padding: 1vw 10vw;
                    border-radius: 10vw;
                    display: block;
                }
            }
            ._photo {
                aspect-ratio: 1.666;
                border-radius: 6vw;
                overflow: hidden;
                margin-bottom: 6.5vw;
                img {
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                }
            }
            ._back {
                text-align: center;
                a {
                    position: relative;
                    display: inline-block;
                    padding: 0 8.5vw;
                    color: #657E80;
                    font-size: 5.5vw;
                    line-height: 1;
                    &::before {
                        position: absolute;
                        content: '';
                        display: block;
                        bottom: 0;
                        left: 0;
                        width: 6vw;
                        height: 3vw;
                        background-image: url(../img/back.svg);
                        background-repeat: no-repeat;
                        background-size: contain;
                        transition: left .5s;
                    }
                    &:hover {
                        &::before {
                            left: -3vw;
                        }
                    }
                }
            }
        }
    }
}
#location_map {
    aspect-ratio: 1.5;
    background-color: #f8f8f8;
}
/* news
-------------------------------------------------------------------------------- */
#news {}
#news_section {
    padding: 10vw 0;
    .inner {
        ._body {
            margin-bottom: 10vw;
            ._box {
                margin-bottom: 10vw;
                ._item {
                    margin-bottom: 5vw;
                    a {
                        display: block;
                        ._img {
                            aspect-ratio: 1.5;
                            border-radius: 5vw;
                            overflow: hidden;
                            margin-bottom: 2.5vw;
                            img {
                                object-fit: cover;
                                width: 100%;
                                height: 100%;
                            }
                        }
                        ._txt {
                            display: flex;
                            align-items: baseline;
                            column-gap: 2vw;
                            color: #606060;
                            margin: 0 4vw;
                            ._date {}
                            ._title {
                                h3 {
                                    font-size: 3vw;
                                    font-weight: bold;
                                }
                            }
                        }
                    }
                }
            }
            ._pagenation {
                .screen-reader-text {
                    position: absolute;
                    width: 1px;
                    height: 1px;
                    padding: 0;
                    overflow: hidden;
                    clip: rect(1px, 1px, 1px, 1px);
                    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
                    clip-path: inset(0px 0px 99.9% 99.9%);
                    border: 0;
                }
                .nav-links {
                    display: flex;
                    justify-content: center;
                    align-items: baseline;
                    .page-numbers {
                        font-size: 3.25vw;
                        line-height: 1;
                        padding: 0.75vw 0.5vw;
                        margin: 0 1vw;
                        &.current {
                            border-bottom: 1px solid #333;
                        }
                    }
                }
            }
        }
        ._side {
            margin: 0 4vw;
            ._category {
                h4 {
                    font-weight: bold;
                    font-size: 3vw;
                    margin-bottom: 2vw;
                }
                ul {
                    display: flex;
                    flex-wrap: wrap;
                    column-gap: 2vw;
                    row-gap: 1vw;
                    li {
                        a {
                            font-size: 3vw;
                            color: #333;
                            line-height: 1;
                        }
                    }
                }
            }
        }
    }
}
#news.single {
    #news_section {
        .inner {
            ._body {
                article {
                    ._head {
                        display: flex;
                        flex-direction: row-reverse;
                        justify-content: space-between;
                        align-items: baseline;
                        margin: 0 4vw 2.5vw;
                        ._date {
                            line-height: 1;
                        }
                        ._title {
                            h2 {
                                font-size: 3.5vw;
                                font-weight: bold;
                            }
                        }
                    }
                    ._eye {
                        border-radius: 5vw;
                        overflow: hidden;
                        margin-bottom: 6vw;
                        img {
                            width: 100%;
                        }
                    }
                    ._post {
                        margin: 0 4vw 10vw;
                        h2 {
                            font-size: 3.5vw;
                            font-weight: bold;
                            margin-bottom: 3vw;
                        }
                        h3 {
                            font-size: 3.25vw;
                            font-weight: bold;
                            margin-bottom: 3vw;
                        }
                        h4 {
                            font-size: 3vw;
                            font-weight: bold;
                            margin-bottom: 3vw;
                        }
                        p {
                            margin-bottom: 5vw;
                        }
                        img {
                            border-radius: 4vw;
                            overflow: hidden;
                        }
                    }
                }
                ._href {
                    text-align: center;
                    a {
                        display: inline-block;
                        padding: .75vw 10vw;
                        font-size: 2.5vw;
                        border-radius: 10vw;
                        color: #657E80;
                        border: 1px solid #657e80;
                        background-color: var(--color-bg);
                    }
                }
            }
        }
    }
}
#faq_body {
    padding: 10vw 0;
    ._category {
        margin-bottom: 5vw;
        ._head {
            margin-bottom: 6vw;
            h2 {
                font-size: 3.75vw;
                font-weight: bold;
                border-bottom: 1px solid #657E80;
                padding-bottom: 0.5vw;
            }
        }
        ._body {
            ._item {
                margin-bottom: 4vw;
                padding-bottom: 3vw;
                border-bottom: 1px solid rgb(101 126 128 / 25%);
                &:last-child {
                    border: none;
                }
                ._q {
                    position: relative;
                    font-size: 3.25vw;
                    font-weight: bold;
                    padding-left: 7.5vw;
                    margin-bottom: 2vw;
                    &::before {
                        position: absolute;
                        top: -0.5vw;
                        left: 1.5vw;
                        content: 'Q';
                        color: var(--color-main_2);
                        font-size: 5vw;
                        line-height: 1;
                    }
                }
                ._a {
                    padding-left: 7.5vw;
                }
            }
        }
    }
}
/* ------------------------------------------ 600 ------------------------------------------*/
@media(width > 600px) {
    /* common
-------------------------------------------------------------------------------- */
    html {
        scroll-behavior: smooth;
        scroll-padding-top: 20vw;
    }
    body {
        font-size: 1.75vw;
    }
    .inner {}
    a {}
    main {
        margin-top: 9vw;
    }
    .head {
        border-bottom: 1px solid #657E80;
        h1 {
            font-size: 8vw;
        }
    }
    .button {
        border-radius: 10px;
        box-shadow: 0.2vw 0.4vw 0 0 #657E80;
        border: 1px solid var(--color-bg);
        transition: 0.2s;
    }
    .button:active {
        transform: translate(0.2vw, 0.4vw);
    }
    /* header
-------------------------------------------------------------------------------- */
    header {
        height: 9vw;
        ._logo {
            width: 20vw;
            a {
                img {}
            }
        }
        ._nav {
            display: none;
            nav {
                ul {
                    li {
                        a {}
                    }
                }
            }
        }
    }
    #order_now {
        bottom: 2vw;
        margin: auto;
        width: 45vw;
        height: 8vw;
        border-radius: 2.5vw;
        a {
            font-size: 4vw;
        }
    }
    #menu_open {
        bottom: 2vw;
        left: 14vw;
        width: 8vw;
        height: 7.5vw;
        border-radius: 2.5vw;
        span {
            left: 2.25vw;
            width: 3.5vw;
            &:nth-child(1) {
                top: 2.6vw;
            }
            &:nth-child(2) {
                top: 3.8vw;
            }
            &:nth-child(3) {
                top: 5vw;
            }
        }
    }
    #menu_close {
        top: 3vw;
        right: 3vw;
        width: 12vw;
        height: 9vw;
        span {
            left: 3.5vw;
            width: 0;
            height: 1px;
            border-radius: .5px;
            &:nth-child(1) {
                top: 2.8vw;
            }
            &:nth-child(2) {
                top: 5.2vw;
            }
        }
        &.active {
            span {
                width: 5vw;
            }
        }
    }
    #common_menu {
        left: 10vw;
        right: 10vw;
        bottom: 2vw;
        border-radius: 6vw;
        .inner {
            padding: 10vw 10vw 7.5vw;
            ._nav {
                nav {
                    margin-bottom: 5vw;
                    ul {
                        li {
                            a {
                                font-size: 6vw;
                                padding: 1vw;
                            }
                        }
                    }
                }
            }
            ._sns {
                ul {
                    li {
                        a {
                            padding: 1vw;
                            img {
                                height: 5.5vw;
                            }
                        }
                    }
                }
            }
        }
        .deco_01 {
            top: 13vw;
            left: 0;
            width: 14vw;
        }
        .deco_02 {
            top: 36vw;
            right: 0;
            width: 14vw;
        }
        .deco_03 {
            top: 63vw;
            left: 0;
            width: 16vw;
        }
        .deco_04 {
            top: 105vw;
            right: 0;
            width: 13vw;
        }
    }
    #order_menu {
        .inner {
            ._img {
                img {}
            }
            ._txt {
                width: 84vw;
                ._head {
                    font-size: 6vw;
                    margin-bottom: 3vw;
                }
                ._tab {
                    font-size: 4vw;
                    margin: 0 auto 5vw;
                    width: 90%;
                    a {
                        span {
                            font-size: 2vw;
                        }
                    }
                }
                ._page {
                    ._location {
                        ._area {
                            margin-bottom: 5vw;
                            ._area_head {
                                font-size: 2.75vw;
                                padding-bottom: .5vw;
                                margin-bottom: 1.5vw;
                            }
                            ._area_body {
                                display: flex;
                                justify-content: space-between;
                                flex-wrap: wrap;
                                a {
                                    display: block;
                                    width: 48%;
                                    font-size: 2.25vw;
                                    padding: 1vw 0;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    /* footer
-------------------------------------------------------------------------------- */
    footer {
        padding: 0 0 13vw;
        .inner {
            padding: 2.5vw 5vw 4vw;
            border-radius: 4vw;
            display: flex;
            flex-direction: column-reverse;
            ._logo {
                ._home {
                    a {
                        img {}
                    }
                }
                ._sns {
                    margin-bottom: 2.5vw;
                    ul {
                        display: flex;
                        li {
                            margin-right: 1.5vw;
                            a {
                                img {
                                    height: 4.5vw;
                                }
                            }
                        }
                    }
                }
            }
            ._nav {
                margin-bottom: 5vw;
                ul {
                    li {
                        a {
                            font-size: 4vw;
                            padding: 2vw 2vw 1.75vw;
                            &::before {
                                right: 2vw;
                                top: 2.5vw;
                                font-size: 4vw;
                            }
                        }
                    }
                }
            }
            ._location {
                display: none;
                ul {
                    li {
                        span {
                            &._en {}
                            &._jp {}
                        }
                    }
                }
            }
        }
    }
    #footer_deco {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        img {
            width: 9vw;
            margin: 0 2.5vw;
            &.deco_01 {
                transition-delay: 0s;
            }
            &.deco_02 {
                transition-delay: .5s;
            }
            &.deco_03 {
                width: 17vw;
                transition-delay: 1s;
            }
            &.deco_04 {
                width: 16vw;
                transition-delay: .25s;
            }
            &.deco_05 {
                width: 10vw;
                transition-delay: .75s;
            }
            &.deco_06 {
                transition-delay: 1.25s;
                display: none;
            }
        }
        &.active {
            img {
                transform: translateY(0);
            }
        }
    }
    #copyright {
        bottom: 27vw;
        right: 5vw;
        font-size: 1.75vw;
    }
    /* home
-------------------------------------------------------------------------------- */
    #home {}
    #home_top {}
    #home_slide {
        .swiper {
            .swiper-wrapper {
                .swiper-slide {
                    ._item {
                        ._txt {
                            aspect-ratio: 2.5;
                            padding: 2.5vw 5vw;
                            .phrase {
                                font-size: 10vw;
                            }
                            ._href {
                                display: none;
                            }
                        }
                        ._img {
                            aspect-ratio: 1.777;
                            img {}
                        }
                    }
                }
            }
            .swiper-pagination {
                top: 51.5vw;
                .swiper-pagination-bullet {}
                .swiper-pagination-bullet-active {}
            }
        }
        .deco_01 {
            width: 10vw;
            bottom: 22.5vw;
            left: 0;
        }
        .deco_02 {
            width: 14vw;
            bottom: 3vw;
            right: 0;
        }
    }
    #home_news {
        .inner {
            ._head {
                width: 10%;
                font-size: 2.5vw;
            }
            ._body {
                width: 90%;
                .swiper {
                    height: 7vw !important;
                    .swiper-wrapper {
                        .swiper-slide {
                            a {
                                ._txt {
                                    width: calc(100% - 3vw);
                                    font-size: 1.8vw;
                                    display: flex;
                                    ._date {
                                        width: auto;
                                        margin-right: 2vw;
                                    }
                                    ._title {
                                        width: auto;
                                    }
                                }
                                ._img {
                                    width: 3.5vw;
                                    img {
                                        width: 3vw;
                                        filter: drop-shadow(0.1vw 0.2vw 0 var(--color-bg));
                                    }
                                }
                                &:active {
                                    ._img {
                                        img {
                                            transform: translate(0.1vw, 0.2vw);
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    #home_banner {
        .inner {
            padding: 5vw 0 0;
            .swiper {
                padding-bottom: 4.5vw;
                .swiper-wrapper {
                    .swiper-slide {
                        ._item {
                            a {
                                display: block;
                            }
                            ._img {
                                img {
                                    object-fit: cover;
                                    width: 100%;
                                    height: 100%;
                                }
                            }
                        }
                    }
                }
                .swiper-pagination {
                    bottom: 0;
                    .swiper-pagination-bullet {
                        opacity: .5;
                        width: 1.5vw;
                        height: 1.5vw;
                    }
                    .swiper-pagination-bullet-active {
                        background-color: #000;
                        opacity: 1;
                    }
                }
            }
        }
    }
    #home_menu {
        .inner {
            ._head {
                h2 {
                    font-size: 8vw;
                }
            }
            ._body {
                ._box {
                    padding: 3.5vw 0 6.5vw;
                    ._category {
                        margin-bottom: 1.5vw;
                        h3 {
                            font-size: 7.5vw;
                        }
                    }
                    ._alacarte {
                        margin-bottom: 3vw;
                        .swiper {
                            .swiper-wrapper {
                                .swiper-slide {
                                    .food_item {
                                        padding: 0 7.5vw;
                                        ._img {
                                            border-radius: 6vw;
                                            margin-bottom: 2vw;
                                            img {}
                                        }
                                        ._name {
                                            font-size: 5vw;
                                            margin-bottom: 1vw;
                                        }
                                        ._desc_en {
                                            margin-bottom: 1vw;
                                        }
                                        ._desc_jp {
                                            margin-bottom: 1.5vw;
                                        }
                                        ._price_kcal {
                                            ._price {
                                                font-size: 3vw;
                                            }
                                            ._kcal {
                                                font-size: 2.5vw;
                                            }
                                        }
                                    }
                                }
                            }
                            .swiper-button-prev,
                            .swiper-button-next {
                                top: 26vw;
                                width: 6vw;
                            }
                            .swiper-button-prev::after,
                            .swiper-button-next::after {}
                            .swiper-button-prev,
                            .swiper-button-next {
                                img {
                                    filter: drop-shadow(0.2vw 0.3vw 0 #657E80);
                                }
                                &:active {
                                    img {
                                        transform: translate(0.1rem, 0.2rem);
                                        filter: drop-shadow(0rem 0rem 0 #657E80);
                                    }
                                }
                            }
                            .swiper-button-prev {
                                left: 4vw;
                                img {}
                            }
                            .swiper-button-next {
                                right: 4.5vw;
                                img {}
                            }
                        }
                    }
                    ._href {
                        justify-content: center;
                        column-gap: 3vw;
                        a {
                            font-size: 3vw;
                            padding: 1vw 8vw;
                            border-radius: 4vw;
                            &.order_open {}
                            &._view {}
                        }
                    }
                }
            }
        }
        .deco {
            top: 11vw;
            left: -5vw;
            width: 16vw;
        }
    }
    #home_our_goal {
        ._message {
            padding: 20vw 0 15vw;
            .inner {
                border-radius: 6vw;
                padding: 2vw 3vw 6vw;
                ._head {
                    margin-bottom: 2vw;
                    h2 {
                        font-size: 8vw;
                    }
                }
                ._body {
                    margin-bottom: 4vw;
                    ._en {
                        font-size: 2vw;
                        margin-bottom: 1.5vw;
                    }
                    ._jp {
                        font-size: 1.75vw;
                    }
                }
                ._href {
                    a {
                        padding: 0.75vw 14vw;
                        border-radius: 4vw;
                    }
                }
            }
        }
        ._nutritious {
            color: var(--color-bg);
            padding: 12.5vw 15vw 15vw;
            ._instagram {
                margin-bottom: 7.5vw;
                ._txt {
                    margin-bottom: 5vw;
                    ._en {
                        font-size: 3vw;
                        margin-bottom: 3.75vw;
                    }
                    ._jp {
                        font-size: 2vw;
                    }
                }
                ._follow {
                    a {
                        font-size: 3vw;
                        img {
                            height: 4vw;
                            margin-right: 1.5vw;
                        }
                    }
                }
            }
            ._movie {
                aspect-ratio: 1.25;
                video {
                    object-fit: cover;
                    object-position: 50% - 2vw;
                    height: calc(100% + 4vw);
                }
            }
        }
        .deco {
            width: 20vw;
            top: -8vw;
            right: 0;
        }
    }
    #home_location {
        padding: 10vw 0 5vw;
        .inner {
            padding: 15vw 5vw;
            border-radius: 6vw;
            ._head {
                margin-bottom: 1vw;
                h2 {
                    font-size: 8vw;
                }
            }
            ._href {
                a {
                    padding: 0.75vw 14vw;
                    border-radius: 4vw;
                }
            }
        }
        .deco {
            top: -11vw;
            left: 0;
            width: 20vw;
        }
    }
    /* menu
-------------------------------------------------------------------------------- */
    html:has(#menu) {
        scroll-padding-top: 40vw;
    }
    #menu_category {
        top: 9vw;
        padding-bottom: 5vw;
        .inner {
            width: 185%;
            ul {
                li {
                    a {
                        font-size: 2.5vw;
                        padding: 2vw 1.5vw 1.5vw;
                        margin: 0 1vw;
                    }
                    &.active {
                        a {
                            border-bottom: 0.6vw solid var(--color-main_2);
                            font-size: 2.5vw;
                            &::before {
                                width: 7vw;
                                height: 4vw;
                                bottom: -4.75vw;
                            }
                        }
                    }
                    &:first-child {
                        margin-left: 1.5vw;
                    }
                }
            }
        }
    }
    .menu_box {
        margin-bottom: 10vw;
        .inner {}
    }
    .menu_category {
        margin-bottom: 5vw;
    }
    .menu_category_title {
        ._title {
            margin-bottom: 2.5vw;
            h2 {
                font-size: 8vw;
            }
        }
    }
    .menu_category_body {
        gap: 1.25vw;
    }
    .menu_item_wrap {
        .menu_item {
            border-radius: 4vw;
            grid-row: span 9;
            ._recipe {
                &::before,
                &::after {
                    top: 2.5vw;
                    right: 14.75vw;
                    height: 2px;
                    width: 1.5vw;
                }
                &::before {}
                &::after {}
                &.active::after {
                    top: 10vw;
                }
                ._recipe_head {
                    padding: .75vw 0.75vw 1vw;
                    font-size: 2.25vw;
                }
                ._recipe_body {
                    padding-bottom: 2vw;
                }
                ._recipe_txt {
                    padding: 1vw 1vw 2vw;
                    font-size: 1.74vw;
                }
                ._allergy {
                    padding: 0;
                    column-gap: 1vw;
                    img {
                        height: 3.5vw;
                    }
                }
            }
            ._img {
                height: 30.5vw;
                img {
                    object-position: center 40%;
                    /* ã‚‚ã£ã¨ä¸Šã« */
                    width: 100%;
                    height: 100%;
                }
            }
            ._title {
                padding: 0.5vw 2vw;
                h3 {
                    font-size: 3vw;
                }
            }
            ._desc_en {
                font-size: 2vw;
                padding: 1.5vw 2vw 0.5vw;
            }
            ._desc_jp {
                font-size: 1.75vw;
                padding: 1vw 2vw;
            }
            ._price_kcal {
                padding: 1vw 2vw;
                font-size: 1.75vw;
                span {
                    font-size: 2vw;
                }
            }
            ._price {
                padding: 1vw 2vw;
                ul {
                    padding-right: 2vw;
                    margin-right: 2vw;
                    &:last-child {}
                    li {
                        font-size: 2vw;
                        &._price_type {}
                        &._price_value {}
                    }
                }
            }
            ._order {
                a {
                    padding: 1vw;
                    font-size: 2.25vw;
                }
            }
            &.no_img {
                grid-row: span 3;
                ._img {
                    display: none;
                }
                ._title {}
                ._desc_en {
                    display: none;
                }
                ._desc_jp {
                    display: none;
                }
            }
        }
    }
    #custom_order {
        .inner {
            .menu_category_title {
                margin-bottom: 5vw;
                ._title {
                    margin-bottom: 0;
                    h2 {
                        color: #657E80;
                    }
                }
                ._desc {
                    font-size: 2vw;
                    text-align: center;
                }
            }
            .menu_category_body {
                border-radius: 5vw;
                padding: 4vw 0 5vw;
                .custom_slide {
                    position: relative;
                    margin-bottom: 3vw;
                    height: 20.5vw;
                    .swiper {
                        .swiper-wrapper {
                            .swiper-slide {
                                padding: 1vw;
                                height: auto;
                                ._item {
                                    height: 100%;
                                    img {}
                                }
                            }
                        }
                    }
                    .swiper-button-prev,
                    .swiper-button-next {
                        top: 50%;
                        width: 6.5vw;
                    }
                    .swiper-button-prev::after,
                    .swiper-button-next::after {
                        content: none;
                    }
                    .swiper-button-prev,
                    .swiper-button-next {
                        img {
                            width: 5vw;
                            transition: .2s;
                            filter: drop-shadow(0.2vw 0.3vw 0 #657E80);
                        }
                        &:active {
                            img {
                                transform: translate(0.2vw, 0.3vw);
                                filter: drop-shadow(0.1vw 0.1vw 0 #657E80);
                            }
                        }
                    }
                    .swiper-button-prev {
                        left: 2vw;
                        img {}
                    }
                    .swiper-button-next {
                        right: 2vw;
                        img {}
                    }
                }
            }
            .custom_txt {
                ._item {
                    margin-bottom: 1.5vw;
                    ._head {
                        ._name {
                            h3 {}
                        }
                        ._desc {
                            font-size: 1.75vw;
                        }
                    }
                    ._body {}
                    &._arrow {
                        &::before {
                            &.active {
                                &::before {}
                            }
                        }
                    }
                    &._topping {
                        &.active {}
                    }
                    &._specail {
                        &.active {}
                    }
                }
                ._basic {
                    margin-bottom: 5vw;
                }
                ._option {}
                ._price {}
            }
            ._order {
                a {
                    width: 50vw;
                    font-size: 3vw;
                    padding: 1vw;
                    border-radius: 5vw;
                }
            }
        }
    }
    /* our goal
-------------------------------------------------------------------------------- */
    #our_goal {}
    #our_goal_head {
        .inner {
            padding: 4vw 0;
            h2 {
                img {
                    width: 72vw;
                }
            }
        }
    }
    #our_goal_body {
        margin-bottom: 10vw;
    }
    #our_goal_bg {
        position: absolute;
        top: 22.5vw;
        z-index: 1;
    }
    .our_goal_item {
        background-size: 150vw;
        background-position: top 0vw center;
        .inner {
            padding: 22.5vw 15vw 0;
            ._txt {
                ._en {
                    font-size: 2.5vw;
                    margin-bottom: 2vw;
                    br {
                        display: none;
                    }
                }
                ._jp {
                    font-size: 2vw;
                    br {
                        display: none;
                    }
                }
            }
            ._img {
                border-radius: 5.5vw;
                margin-bottom: 5vw;
                height: 47.5vw;
                img {}
            }
        }
        &:nth-child(2n) {}
        &.active {
            background-size: 38.2vw;
            background-position: top 15vw center;
        }
    }
    /* location
-------------------------------------------------------------------------------- */
    #location {}
    #location_body {
        padding: 7.5vw 0 0;
        margin-bottom: 10vw;
    }
    #location_search {
        margin-bottom: 7.5vw;
        .inner {
            text-align: center;
            ._head {
                margin-bottom: 1vw;
                h2 {
                    font-size: 7.5vw;
                }
            }
            ._body {
                input {
                    background-size: 3.5vw;
                    background-position: left 4vw top 1.75vw;
                    font-size: 3.75vw;
                    padding: 0.75vw 0 1.25vw 14vw;
                    border-radius: 10vw;
                    width: 61.8%;
                    &::placeholder {}
                    &:focus {
                        border: 2px solid #657f81;
                    }
                }
            }
        }
    }
    #location_result {
        margin-bottom: 5vw;
        .location_area {
            margin-bottom: 6vw;
            .inner {
                ._head {
                    padding: 0 0 1.25vw;
                    .location_area_name {
                        font-size: 3vw;
                    }
                    .location_area_number {
                        font-size: 2vw;
                        span {
                            font-size: 3.25vw;
                            margin-right: 0.5vw;
                        }
                    }
                }
                ._body {
                    .location_item {
                        a {
                            padding: 2.5vw 0;
                            ._name {
                                margin-bottom: 0.5vw;
                                h3 {
                                    font-size: 2.5vw;
                                }
                            }
                            ._detail {
                                ._img {
                                    img {}
                                }
                                ._txt {
                                    font-size: 2.25vw;
                                }
                                &._address {}
                                &._tel {
                                    display: none;
                                }
                                &._open {
                                    display: none;
                                }
                                &._note {
                                    display: none;
                                }
                            }
                            ._photo {
                                display: none;
                                img {}
                            }
                        }
                        &:last-child {
                            border: none;
                        }
                    }
                }
            }
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
    #location_single {
        .location_shop {
            padding: 5vw 0 10vw;
            margin-bottom: 10vw;
            .inner {
                ._item {
                    ._name {
                        border-bottom: 1.5px solid #657E80;
                        padding-bottom: .5vw;
                        margin-bottom: 1.5vw;
                        h2 {
                            font-size: 2.75vw;
                        }
                    }
                }
                ._detail {
                    padding: 2vw 3vw;
                    column-gap: 2vw;
                    ._img {
                        width: 5vw;
                        img {
                            height: 3.5vw;
                        }
                    }
                    ._txt {
                        font-size: 2.25vw;
                    }
                    &._address {}
                    &._tel {
                        ._txt {
                            a {}
                        }
                    }
                    &._open {}
                    &._note {}
                }
                ._order {
                    margin: 5vw auto;
                    a {
                        font-size: 3.5vw;
                        padding: 0.75vw 10vw;
                        border-radius: 5vw;
                        width: 50vw;
                        margin-inline: auto;
                    }
                }
                ._photo {
                    border-radius: 4vw;
                    margin-bottom: 5vw;
                    img {}
                }
                ._back {
                    a {
                        padding: 0 5vw;
                        font-size: 3vw;
                        &::before {
                            bottom: 0;
                            left: 0.5vw;
                            width: 3vw;
                            height: 1.75vw;
                        }
                        &:hover {
                            &::before {
                                left: -1vw;
                            }
                        }
                    }
                }
            }
        }
    }
    #location_map {}
    /* news
-------------------------------------------------------------------------------- */
    #news {}
    #news_section {
        padding: 7.5vw 0;
        .inner {
            ._body {
                margin-bottom: 7.5vw;
                ._box {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    margin-bottom: 2.5vw;
                    ._item {
                        width: 48.5%;
                        margin-bottom: 4vw;
                        a {
                            ._img {
                                border-radius: 3vw;
                                margin-bottom: 1vw;
                                img {}
                            }
                            ._txt {
                                column-gap: 1.5vw;
                                margin: 0 2vw;
                                ._date {}
                                ._title {
                                    h3 {
                                        font-size: 2vw;
                                    }
                                }
                            }
                        }
                    }
                }
                ._pagenation {
                    .screen-reader-text {}
                    .nav-links {
                        .page-numbers {
                            font-size: 2.25vw;
                            padding: 0.5vw 0.5vw;
                            margin: 0 0.5vw;
                            &.current {}
                        }
                    }
                }
            }
            ._side {
                margin: 0 4vw;
                ._category {
                    h4 {
                        font-size: 2.25vw;
                        margin-bottom: 1vw;
                    }
                    ul {
                        column-gap: 2vw;
                        row-gap: 1vw;
                        li {
                            a {
                                font-size: 2.25vw;
                            }
                        }
                    }
                }
            }
        }
    }
    #news.single {
        #news_section {
            .inner {
                ._body {
                    article {
                        ._head {
                            margin: 0 2vw 2vw;
                            ._date {}
                            ._title {
                                h2 {
                                    font-size: 2.5vw;
                                }
                            }
                        }
                        ._eye {
                            border-radius: 3.5vw;
                            margin-bottom: 4vw;
                            img {}
                        }
                        ._post {
                            margin: 0 4vw 10vw;
                            h2 {
                                font-size: 2.5vw;
                                margin-bottom: 2.5vw;
                            }
                            h3 {
                                font-size: 2.25vw;
                                margin-bottom: 2.5vw;
                            }
                            h4 {
                                font-size: 3vw;
                                margin-bottom: 3vw;
                            }
                            p {
                                margin-bottom: 2.5vw;
                            }
                            img {
                                border-radius: 4vw;
                            }
                        }
                    }
                    ._href {
                        text-align: center;
                        a {
                            padding: 0.5vw 12.5vw;
                            font-size: 2vw;
                            border-radius: 5vw;
                        }
                    }
                }
            }
        }
    }
    #faq_body {
        padding: 7.5vw 0;
        ._category {
            margin-bottom: 5vw;
            ._head {
                margin-bottom: 5vw;
                h2 {
                    font-size: 2.75vw;
                    padding-bottom: 0.5vw;
                }
            }
            ._body {
                ._item {
                    margin-bottom: 3vw;
                    padding-bottom: 2vw;
                    &:last-child {
                        border: none;
                    }
                    ._q {
                        font-size: 2.25vw;
                        padding-left: 5vw;
                        margin-bottom: 1vw;
                        &::before {
                            top: -0.1vw;
                            left: 0.5vw;
                            font-size: 3.5vw;
                        }
                    }
                    ._a {
                        padding-left: 5vw;
                    }
                }
            }
        }
    }
}
/* ------------------------------------------ 1024 ------------------------------------------*/
@media(width > 1024px) {
    /* common
-------------------------------------------------------------------------------- */
    html {
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
    }
    body {
        font-size: 0.875rem;
    }
    .inner {
        max-width: 1366px;
        width: 90%;
    }
    a {}
    main {
        margin-top: 80px;
    }
    .head {
        border-bottom: 1px solid #657E80;
        h1 {
            font-size: 5rem;
            padding: 0.5rem;
        }
    }
    .button {
        border-radius: 10px;
        box-shadow: 0.1rem 0.2rem 0 0 #657E80;
        border: 1px solid var(--color-bg);
        transition: 0.2s;
    }
    .button:active {
        transform: translate(0.1rem, 0.2rem);
    }
    /* header
-------------------------------------------------------------------------------- */
    header {
        height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 3rem;
        ._logo {
            width: 225px;
            a {
                img {}
            }
        }
        ._nav {
            display: block;
            width: 100%;
            height: 100%;
            nav {
                height: 100%;
                ul {
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    li {
                        height: 100%;
                        a {
                            display: block;
                            font-size: 1.5rem;
                            padding: 1.5rem 1.25rem;
                            height: 100%;
                        }
                        &.active {
                            a {
                                border-bottom: 0.4rem solid var(--color-main_2);
                            }
                        }
                    }
                }
            }
        }
    }
    #order_now {
        position: static;
        bottom: 2vw;
        margin: 0;
        width: auto;
        height: auto;
        border-radius: 2rem;
        margin-left: 1.5rem;
        box-shadow: 0.1rem 0.2rem 0 0 #657E80;
        border: 1px solid var(--color-bg);
        transition: 0.2s;
        a {
            display: block;
            height: auto;
            font-size: 1.25rem;
            white-space: nowrap;
            padding: 0.5rem 2.5rem 0.7rem;
        }
        &:hover {
            box-shadow: none;
            transform: translate(0.1rem, 0.2rem);
        }
    }
    #menu_open {
        display: none;
        span {
            left: 2.25vw;
            width: 3.5vw;
            &:nth-child(1) {
                top: 2.6vw;
            }
            &:nth-child(2) {
                top: 3.8vw;
            }
            &:nth-child(3) {
                top: 5vw;
            }
        }
    }
    #menu_close {
        top: 3vw;
        right: 3vw;
        width: 12vw;
        height: 9vw;
        span {
            left: 3.5vw;
            width: 0;
            height: 1px;
            border-radius: .5px;
            &:nth-child(1) {
                top: 2.8vw;
            }
            &:nth-child(2) {
                top: 5.2vw;
            }
        }
        &.active {
            span {
                width: 5vw;
            }
        }
    }
    #common_menu {
        left: 10vw;
        right: 10vw;
        bottom: 2vw;
        border-radius: 6vw;
        .inner {
            padding: 10vw 10vw 7.5vw;
            ._nav {
                nav {
                    margin-bottom: 5vw;
                    ul {
                        li {
                            a {
                                font-size: 6vw;
                                padding: 1vw;
                            }
                        }
                    }
                }
            }
            ._sns {
                ul {
                    li {
                        a {
                            padding: 1vw;
                            img {
                                height: 5.5vw;
                            }
                        }
                    }
                }
            }
        }
        .deco_01 {
            top: 13vw;
            left: 0;
            width: 14vw;
        }
        .deco_02 {
            top: 36vw;
            right: 0;
            width: 14vw;
        }
        .deco_03 {
            top: 63vw;
            left: 0;
            width: 16vw;
        }
        .deco_04 {
            top: 105vw;
            right: 0;
            width: 13vw;
        }
    }
    #order_menu {
        /* display: grid; */
        place-content: center;
        .inner {
            width: 90%;
            max-width: 1440px;
            display: flex;
            justify-content: space-between;
            height: auto;
            border-radius: 0;
            margin: auto;
            );
            ._img {
                display: block;
                width: 50%;
                min-height: calc(100vh - 8vw);
                img {
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                }
            }
            ._txt {
                width: 50%;
                padding: 2rem 4rem;
                ._head {
                    font-size: 2rem;
                    margin-bottom: 1rem;
                }
                ._tab {
                    font-size: 1.5rem;
                    margin-bottom: 1.5rem;
                    a {
                        padding: 0.5rem 0;
                        letter-spacing: .025rem;
                        span {
                            font-size: 0.5em;
                        }
                    }
                }
                ._page {
                    height: auto;
                    ._location {
                        ._area {
                            margin-bottom: 2rem;
                            margin-bottom: 2rem;
                            ._area_head {
                                font-size: 1rem;
                                padding-bottom: 0.25rem;
                                margin-bottom: 0.5rem;
                            }
                            ._area_body {
                                a {
                                    width: 49%;
                                    font-size: 0.9rem;
                                    padding: 0.3rem 0;
                                    transition: opacity .5s;
                                }
                            }
                        }
                    }
                }
            }
            &::before, &::after {
                content: none;
            }
        }
    }
    /* footer
-------------------------------------------------------------------------------- */
    footer {
        padding: 0 0 2.5rem;
        .inner {
            padding: 4.5rem 3rem 4.5rem 3.5rem;
            border-radius: 3rem;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            column-gap: 1%;
            border: 1px solid #657E80;
            box-shadow: 0 0.75rem 0 var(--color-main_1);
            ._logo {
                flex-direction: column;
                justify-content: space-between;
                width: 42.5%;
                ._home {
                    margin-bottom: 3rem;
                    a {
                        img {}
                    }
                }
                ._sns {
                    margin-bottom: 0;
                    ul {
                        display: flex;
                        li {
                            margin-right: 1rem;
                            a {
                                img {
                                    height: 2.75rem;
                                }
                            }
                        }
                    }
                }
            }
            ._nav {
                margin-bottom: 0;
                ul {
                    li {
                        a {
                            font-size: 1.25rem;
                            padding: 0.25rem;
                            border: none;
                            &::before {
                                content: none;
                                right: 0;
                                top: 0;
                                font-size: unset;
                            }
                        }
                    }
                }
            }
            ._location {
                display: block;
                padding-top: 0.25rem;
                width: 42.5%;
                h4 {
                    color: var(--color-bg);
                    font-size: 1.25rem;
                    margin-bottom: 1.25rem;
                }
                ul {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    column-gap: 0;
                    row-gap: 1.25rem;
                    li {
                        width: 33.333%;
                        color: var(--color-bg);
                        a {
                            color: var(--color-bg);
                            span {
                                display: block;
                                font-size: 0.7rem;
                                &._en {}
                                &._jp {}
                            }
                        }
                    }
                }
            }
        }
    }
    #footer_deco {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        img {
            width: 8rem;
            margin: 0 1.5rem;
            &.deco_01 {
                transition-delay: 0s;
            }
            &.deco_02 {
                transition-delay: .25s;
            }
            &.deco_03 {
                width: 12rem;
                transition-delay: .5s;
            }
            &.deco_04 {
                width: 10rem;
                transition-delay: .125s;
            }
            &.deco_05 {
                width: 7rem;
                transition-delay: .375s;
            }
            &.deco_06 {
                width: 10rem;
                transition-delay: .75s;
                display: block;
            }
        }
        &.active {
            img {
                transform: translateY(1.5rem);
            }
        }
    }
    #copyright {
        bottom: 2.5rem;
        right: 3.5rem;
        font-size: 0.7rem;
    }
    /* home
-------------------------------------------------------------------------------- */
    #home {}
    #home_top {}
    #home_slide {
        aspect-ratio: 3;
        overflow: hidden;
        .swiper {
            .swiper-wrapper {
                .swiper-slide {
                    ._item {
                        flex-direction: row;
                        ._txt {
                            width: 50%;
                            aspect-ratio: unset;
                            padding: 2.5rem 5rem;
                            .phrase {
                                font-size: 8vw;
                                margin-bottom: 3rem;
                            }
                            ._href {
                                display: block;
                                text-align: center;
                                a {
                                    font-size: 1rem;
                                    color: var(--color-bg);
                                    padding: 0.5rem 5rem;
                                    border-radius: 3rem;
                                }
                            }
                        }
                        ._img {
                            width: 50%;
                            height: 34vw;
                            aspect-ratio: unset;
                            img {}
                        }
                    }
                }
            }
            .swiper-pagination {
                top: auto;
                bottom: 1.5rem;
                right: 1.5rem;
                left: auto;
                width: auto;
                .swiper-pagination-bullet {
                    margin: 0 0.4rem;
                    width: 0.6rem;
                    height: 0.6rem;
                }
                .swiper-pagination-bullet-active {}
            }
        }
        .deco_01 {
            width: 7vw;
            bottom: auto;
            left: 0;
            top: 0;
        }
        .deco_02 {
            width: 11vw;
            bottom: 0;
            right: 48vw;
            transform: rotate(90deg);
        }
    }
    #home_news {
        .inner {
            ._head {
                width: 8%;
                font-size: 1.5rem;
                padding-left: 0;
            }
            ._body {
                width: 92%;
                .swiper {
                    height: 3.5rem !important;
                    .swiper-wrapper {
                        .swiper-slide {
                            a {
                                ._txt {
                                    width: calc(100% - 5rem);
                                    font-size: 1rem;
                                    display: flex;
                                    ._date {
                                        width: 5rem;
                                    }
                                    ._title {
                                        width: auto;
                                    }
                                }
                                ._img {
                                    width: 2rem;
                                    img {
                                        width: 1.5rem;
                                        filter: drop-shadow(0.1rem 0.2rem 0 var(--color-bg));
                                    }
                                }
                                &:active {
                                    ._img {
                                        img {
                                            transform: translate(0.1vw, 0.2vw);
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    #home_banner {
        .inner {
            max-width: 960px;
            padding: 3rem 0 0;
            border-radius: 1.5rem;
            overflow: hidden;
            .swiper {
                padding-bottom: 3rem;
                .swiper-wrapper {
                    .swiper-slide {
                        padding: 0 1rem;
                        ._item {
                            border-radius: 1.5rem;
                            overflow: hidden;
                            a {
                                display: block;
                            }
                            ._img {
                                img {
                                    object-fit: cover;
                                    width: 100%;
                                    height: 100%;
                                }
                            }
                        }
                    }
                }
                .swiper-pagination {
                    bottom: 0;
                    .swiper-pagination-bullet {
                        width: 1rem;
                        height: 1rem;
                        margin: 0 0.5rem;
                    }
                    .swiper-pagination-bullet-active {
                        background-color: #000;
                        opacity: 1;
                    }
                }
            }
        }
    }
    #home_menu {
        padding: 5rem 0;
        .inner {
            ._head {
                margin-bottom: 2.5rem;
                h2 {
                    font-size: 4.75rem;
                    br {
                        display: none;
                    }
                }
            }
            ._body {
                display: flex;
                justify-content: space-between;
                ._box {
                    width: 49%;
                    padding: 1.5rem 0 3rem;
                    border-radius: 3rem;
                    margin-bottom: 0;
                    ._category {
                        margin-bottom: 1rem;
                        h3 {
                            font-size: 3.5rem;
                        }
                    }
                    ._alacarte {
                        margin-bottom: 0.5rem;
                        .swiper {
                            .swiper-wrapper {
                                .swiper-slide {
                                    .food_item {
                                        padding: 0 5rem;
                                        ._img {
                                            aspect-ratio: 1.4;
                                            border-radius: 2.75rem;
                                            margin-bottom: 1rem;
                                            img {}
                                        }
                                        ._name {
                                            font-size: 2rem;
                                            margin-bottom: 0.5rem;
                                        }
                                        ._desc_en {
                                            margin-bottom: 1rem;
                                        }
                                        ._desc_jp {
                                            margin-bottom: 1rem;
                                        }
                                        ._price_kcal {
                                            ._price {
                                                font-size: 1.5rem;
                                            }
                                            ._kcal {
                                                font-size: 1.25rem;
                                            }
                                        }
                                    }
                                }
                            }
                            .swiper-button-prev,
                            .swiper-button-next {
                                top: 11.5rem;
                                width: 2.5rem;
                            }
                            .swiper-button-prev::after,
                            .swiper-button-next::after {}
                            .swiper-button-prev,
                            .swiper-button-next {
                                img {
                                    filter: drop-shadow(0.2rem 0.2rem 0 #657E80);
                                }
                                &:active {
                                    img {
                                        transform: translate(0.2rem, 0.2rem);
                                        filter: drop-shadow(0rem 0rem 0 #657E80);
                                    }
                                }
                            }
                            .swiper-button-prev {
                                left: 1.5rem;
                                img {}
                            }
                            .swiper-button-next {
                                right: 1.5rem;
                                img {}
                            }
                        }
                    }
                    ._href {
                        justify-content: center;
                        column-gap: 1rem;
                        padding: 0;
                        a {
                            font-size: 1rem;
                            padding: 0.5rem 3rem;
                            border-radius: 2rem;
                            &.order_open {}
                            &._view {}
                        }
                    }
                }
            }
        }
        .deco {
            top: 7rem;
            left: 0;
            width: 10rem;
            z-index: -1;
        }
    }
    #home_our_goal {
        ._message {
            padding: 10rem 0 10rem;
            background-attachment: fixed;
            .inner {
                width: 840px;
                border-radius: 5rem;
                padding: 2.5rem 3rem 3.5rem;
                ._head {
                    margin-bottom: 1.25rem;
                    h2 {
                        font-size: 5.5rem;
                    }
                }
                ._body {
                    margin-bottom: 2rem;
                    ._en {
                        font-size: 1.25rem;
                        margin-bottom: 0.75rem;
                    }
                    ._jp {
                        font-size: 1rem;
                    }
                }
                ._href {
                    a {
                        padding: 0.4rem 10rem;
                        border-radius: 3rem;
                        font-size: 1.1rem;
                    }
                }
            }
        }
        ._nutritious {
            color: var(--color-bg);
            padding: 0;
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            ._instagram {
                margin-bottom: 0;
                aspect-ratio: 1.25;
                width: 50%;
                height: 100%;
                padding: 7.5vw 7.5vw 4vw;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                ._txt {
                    margin-bottom: 0;
                    ._en {
                        font-size: 1.8rem;
                        margin-bottom: 1rem;
                    }
                    ._jp {
                        font-size: 1rem;
                    }
                }
                ._follow {
                    position: relative;
                    z-index: 1;
                    a {
                        font-size: 1.75rem;
                        img {
                            height: 2.5rem;
                            margin-right: 1rem;
                        }
                    }
                }
            }
            ._movie {
                aspect-ratio: 1.25;
                width: 50%;
                video {
                    object-fit: cover;
                    object-position: 50% -2vw;
                    height: calc(100% + 4vw);
                }
            }
        }
        .deco {
            width: 12.5rem;
            top: -5rem;
            right: 0;
        }
    }
    #home_location {
        padding: 5rem 0 1rem;
        .inner {
            padding: 12.5rem 5rem;
            border-radius: 4vw;
            position: relative;
            z-index: 0;
            ._head {
                margin-bottom: 1vw;
                h2 {
                    font-size: 4.8rem;
                }
            }
            ._href {
                a {
                    padding: 0.4rem 10rem;
                    border-radius: 3rem;
                    font-size: 1.1rem;
                }
            }
        }
        .deco {
            top: -2rem;
            left: auto;
            width: 10rem;
            right: 0;
            transform: rotate(180deg);
        }
    }
    /* menu
-------------------------------------------------------------------------------- */
    html:has(#menu) {
        scroll-padding-top: 160px;
    }
    #menu_category {
        top: 80px;
        padding-bottom: 4rem;
        .inner {
            width: 100%;
            max-width: 100%;
            ul {
                justify-content: center;
                li {
                    a {
                        font-size: 1.5rem;
                        padding: 1.35rem 0.75rem 1rem;
                        margin: 0 0.75rem;
                    }
                    &.active {
                        a {
                            border-bottom: 0.4rem solid var(--color-main_2);
                            font-size: 1.6rem;
                            &::before {
                                width: 5rem;
                                height: 3rem;
                                bottom: -3.4rem;
                            }
                        }
                    }
                    &:first-child {
                        margin-left: 1.5rem;
                    }
                }
            }
        }
    }
    .menu_box {
        margin-bottom: 5rem;
        .inner {}
    }
    .menu_category {
        margin-bottom: 5rem;
    }
    .menu_category_title {
        ._title {
            margin-bottom: 1rem;
            h2 {
                font-size: 5rem;
                text-align: left;
            }
        }
    }
    .menu_category_body {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    .menu_item_wrap {
        .menu_item {
            border-radius: 2rem;
            grid-row: span 9;
            ._recipe {
                margin: 1rem 2rem 0;
                &::before,
                &::after {
                    top: 1.5rem;
                    right: 7rem;
                    height: 2px;
                    width: 0.75rem;
                }
                &::before {}
                &::after {}
                &.active::after {
                    top: 3rem;
                }
                ._recipe_head {
                    padding: .5rem;
                    font-size: 1.25rem;
                }
                ._recipe_body {
                    padding-bottom: 1rem;
                }
                ._recipe_txt {
                    padding: .5rem 0 1rem;
                    font-size: 0.9rem;
                }
                ._allergy {
                    padding: 0 2rem 1rem;
                    column-gap: 0.75rem;
                    img {
                        height: 2rem;
                    }
                }
            }
            ._img {
                height: 20.5vw;
                img {
                    object-position: center 10%;
                    width: 100%;
                    height: 100%;
                }
            }
            ._title {
                padding: .5rem 1.5rem;
                h3 {
                    font-size: 2rem;
                }
            }
            ._desc_en {
                font-size: 1.25rem;
                padding: 1rem 1.5rem .5rem;
            }
            ._desc_jp {
                font-size: 1rem;
                padding: .5rem 1.5rem;
            }
            ._price_kcal {
                padding: .5rem 1.5rem;
                font-size: 1.1rem;
                span {
                    font-size: 1.6rem;
                }
            }
            ._price {
                padding: 1vw 2vw;
                ul {
                    padding-right: 1.5rem;
                    margin-right: 1.5rem;
                    &:last-child {}
                    li {
                        font-size: 1.2rem;
                        &._price_type {}
                        &._price_value {
                            font-size: 1.5rem;
                        }
                    }
                }
            }
            ._order {
                a {
                    padding: .5rem;
                    font-size: 1.5rem;
                }
            }
            &.no_img {
                grid-row: span 3;
                ._img {
                    display: none;
                }
                ._title {
                    padding: .5rem 1.5rem .5rem 3rem;
                }
                ._desc_en {
                    display: none;
                }
                ._desc_jp {
                    display: none;
                }
            }
        }
    }
    #custom_order {
        .inner {
            .menu_category_title {
                margin-bottom: 1rem;
                display: flex;
                align-items: center;
                justify-content: space-between;
                column-gap: 0;
                ._title {
                    margin-bottom: 0;
                    width: 37rem;
                    h2 {
                        color: #657E80;
                    }
                }
                ._desc {
                    font-size: 1rem;
                    width: calc(100% - 38rem);
                    text-align: left;
                    padding-top: 1.5rem;
                }
            }
            .menu_category_body {
                border: 1.5px solid #657E80;
                border-radius: 3.5rem;
                padding: 3rem 0 5rem;
                .custom_slide {
                    margin-bottom: 0.5rem;
                    padding: 0 8.5rem;
                    height: 220px;
                    .swiper {
                        .swiper-wrapper {
                            .swiper-slide {
                                padding: 1vw;
                                height: auto;
                                ._item {
                                    height: 100%;
                                    img {}
                                }
                            }
                        }
                    }
                    .swiper-button-prev,
                    .swiper-button-next {
                        top: 50%;
                        width: 6.5vw;
                    }
                    .swiper-button-prev::after,
                    .swiper-button-next::after {
                        content: none;
                    }
                    .swiper-button-prev,
                    .swiper-button-next {
                        img {
                            width: 3.25rem;
                            transition: .2s;
                            filter: drop-shadow(0.2rem 0.3rem 0 #657E80);
                        }
                        &:active {
                            img {
                                transform: translate(0.2rem, 0.3rem);
                                filter: drop-shadow(0rem 0rem 0 #657E80);
                            }
                        }
                    }
                    .swiper-button-prev {
                        left: 1.1rem;
                        img {}
                    }
                    .swiper-button-next {
                        right: 2rem;
                        img {}
                    }
                }
            }
            .custom_txt {
                display: flex;
                justify-content: space-between;
                ._item {
                    padding: 1.5rem 1.5rem 3rem;
                    border: 2px solid #7D5445;
                    border-radius: 2rem;
                    margin-bottom: 0.75rem;
                    ._head {
                        margin-bottom: 0.5rem;
                        ._name {
                            margin-bottom: 1rem;
                            h3 {
                                font-size: 2.5rem;
                            }
                        }
                        ._desc {
                            font-size: 1rem;
                        }
                    }
                    ._body {
                        font-size: 1rem;
                    }
                    &._arrow {
                        margin-bottom: 4rem;
                        &::after {
                            width: 4rem;
                            height: 1rem;
                        }
                        &.active {
                            &::after {
                                bottom: -2.5rem;
                            }
                        }
                    }
                    &._topping {
                        &.active {}
                    }
                    &._specail {
                        &.active {}
                    }
                }
                ._basic {
                    width: 62.5%;
                    margin-bottom: 0;
                }
                ._option {
                    width: 32.5%;
                    ._item {
                        ._body {
                            br {
                                display: block;
                            }
                        }
                    }
                }
                ._special {
                    ._head {
                        ._name {
                            h3 {
                                br {
                                    display: block;
                                }
                            }
                        }
                    }
                }
                ._price {
                    font-size: 2.5rem;
                    margin-bottom: 2rem;
                }
            }
            ._order {
                a {
                    width: 480px;
                    font-size: 1.75rem;
                    padding: .5rem;
                    border-radius: 3rem;
                }
            }
        }
    }
    /* our goal
-------------------------------------------------------------------------------- */
    #our_goal {}
    #our_goal_head {
        .inner {
            padding: 4rem;
            h2 {
                img {
                    width: 640px;
                }
            }
        }
    }
    #our_goal_body {
        margin-bottom: 10vw;
    }
    #our_goal_bg {
        position: absolute;
        top: 22.5vw;
        z-index: 1;
    }
    .our_goal_item {
        position: relative;
        width: 100%;
        background-color: unset;
        background-size: 30vw;
        background-position: top 33.3vh left 30vw;
        z-index: 1;
        .inner {
            max-width: 80%;
            padding: 0;
            justify-content: space-between;
            flex-direction: row;
            align-items: center;
            ._txt {
                width: 45%;
                ._en {
                    font-size: 2vw;
                    margin-bottom: 2vw;
                    line-height: 1.25;
                    br {
                        display: block;
                    }
                }
                ._jp {
                    font-size: 1vw;
                    br {
                        display: block;
                    }
                }
            }
            ._img {
                width: 50%;
                border-radius: 2rem;
                margin-bottom: 0;
                aspect-ratio: 1.5;
                height: auto;
                overflow: hidden;
                img {}
            }
        }
        &:nth-child(2n) {}
        &.active {
            background-size: 450px;
            background-position: top 40vh right 42.5vw;
        }
        &._fixed {
            position: fixed;
            background-color: unset;
        }
    }
    .scroll-wrap {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .scroll-trigger {
        height: 100vh;
        position: relative;
        overflow: hidden;
    }
    .scroll-background {
        width: 100%;
        height: 100%;
        overflow: clip;
    }
    .scroll-track {
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0% 0% auto;
    }
    .scroll-sticky {
        width: 100%;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow: hidden;
    }
    .scroll-item {
        z-index: 1;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
        display: flex;
        position: absolute;
    }
    .slide-image {
        z-index: 1;
        width: 7.44rem;
        position: relative;
        box-shadow: 0 70px 100px -35px #0000001a;
    }
    .slide-text {
        z-index: 1;
        grid-column-gap: .4rem;
        grid-row-gap: .4rem;
        flex-flow: column;
        display: flex;
        position: relative;
    }
    .scroll-header {
        z-index: 1;
        color: #191919;
        letter-spacing: -.005rem;
        background-color: #fbf4d7;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        width: 100%;
        padding: .11rem .2rem;
        font-size: .18rem;
        font-weight: 600;
        line-height: .18rem;
        position: absolute;
    }
    .collection-list-wrapper {
        pointer-events: none;
    }
    /* location
-------------------------------------------------------------------------------- */
    #location {}
    #location_body {
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin-bottom: 10rem;
    }
    #location_txt {
        width: 38.2%;
        aspect-ratio: 1.25;
        overflow: scroll;
        #location_search {
            margin: 2rem auto 4rem;
            .inner {
                text-align: left;
                width: 80%;
                ._head {
                    margin-bottom: 1rem;
                    h2 {
                        font-size: 3rem;
                    }
                }
                ._body {
                    input {
                        background-size: 1.2rem;
                        background-position: left 1.5rem top 0.7rem;
                        font-size: 1.2rem;
                        padding: 0.2rem 0 0.5rem 3.5rem;
                        border-radius: 3rem;
                        width: 15rem;
                        &::placeholder {}
                        &:focus {
                            border: 2px solid #657f81;
                        }
                    }
                }
            }
        }
        #location_result {
            margin-bottom: 3rem;
            .location_area {
                margin-bottom: 3rem;
                .inner {
                    width: 80%;
                    ._head {
                        padding: 0 0 0.5rem;
                        .location_area_name {
                            font-size: 1.5rem;
                        }
                        .location_area_number {
                            font-size: 1rem;
                            span {
                                font-size: 1.75rem;
                                margin-right: 0.25rem;
                            }
                        }
                    }
                    ._body {
                        .location_item {
                            a {
                                padding: 1.5rem 0;
                                transition: background-color .5s;
                                ._name {
                                    margin-bottom: 0.25rem;
                                    h3 {
                                        font-size: 1.1rem;
                                    }
                                }
                                ._detail {
                                    ._img {
                                        img {}
                                    }
                                    ._txt {
                                        font-size: 1rem;
                                    }
                                    &._address {}
                                    &._tel {
                                        display: none;
                                    }
                                    &._open {
                                        display: none;
                                    }
                                    &._note {
                                        display: none;
                                    }
                                }
                                ._photo {
                                    display: none;
                                    img {}
                                }
                                &:hover {
                                    background-color: var(--color-bg);
                                }
                            }
                            &:last-child {
                                border: none;
                            }
                        }
                    }
                    &:last-child {
                        margin-bottom: 0;
                    }
                }
            }
        }
    }
    #location_map {
        width: 61.8%;
        aspect-ratio: 1.25;
    }
    #location_single {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        .location_shop {
            width: 38.2%;
            padding: 3.5rem 0 2rem;
            margin-bottom: 0;
            .inner {
                width: 80%;
                ._item {
                    display: flex;
                    flex-direction: column;
                    ._name {
                        order: 2;
                        border-bottom: 1.5px solid #657E80;
                        padding-bottom: .25rem;
                        margin-bottom: 0.5rem;
                        h2 {
                            font-size: 1.5rem;
                        }
                    }
                }
                ._detail {
                    padding: 0.3rem 1rem 0.3rem 1rem;
                    column-gap: 2rem;
                    align-items: center;
                    ._img {
                        width: 1.5rem;
                        img {
                            height: 3rem;
                        }
                    }
                    ._txt {
                        font-size: 1.1rem;
                    }
                    &._address {
                        order: 3;
                    }
                    &._tel {
                        order: 4;
                        ._txt {
                            a {}
                        }
                    }
                    &._open {
                        order: 5;
                    }
                    &._note {
                        order: 6;
                    }
                }
                ._order {
                    order: 7;
                    text-align: left;
                    margin: 3rem 0;
                    a {
                        display: inline-block;
                        font-size: 1.25rem;
                        padding: 0.25rem 3rem;
                        border-radius: 2rem;
                        width: auto;
                        margin-inline: unset;
                    }
                }
                ._photo {
                    order: 1;
                    border-radius: 1.5rem;
                    margin-bottom: 2.5rem;
                    img {}
                }
                ._back {
                    order: 8;
                    text-align: left;
                    a {
                        padding: 0 2.25rem;
                        font-size: 1.25rem;
                        &::before {
                            bottom: 0;
                            left: 0;
                            width: 1.5rem;
                            height: 0.8rem;
                        }
                        &:hover {
                            &::before {
                                left: -0.5rem;
                            }
                        }
                    }
                }
            }
        }
        #location_map {
            display: block;
            width: 61.8%;
            aspect-ratio: unset;
        }
    }
    /* news
-------------------------------------------------------------------------------- */
    #news {}
    #news_section {
        padding: 7.5rem 0;
        .inner {
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
            ._body {
                width: 85%;
                margin-bottom: 0;
                ._box {
                    display: flex;
                    flex-wrap: wrap;
                    column-gap: 3.5%;
                    row-gap: 2rem;
                    justify-content: unset;
                    margin-bottom: 5rem;
                    ._item {
                        width: 31%;
                        margin-bottom: 0;
                        a {
                            ._img {
                                aspect-ratio: 1.333;
                                border-radius: 1.5rem;
                                margin-bottom: 1rem;
                                img {}
                            }
                            ._txt {
                                display: block;
                                margin: 0 1rem;
                                ._date {}
                                ._title {
                                    h3 {
                                        font-size: 1rem;
                                    }
                                }
                            }
                        }
                    }
                }
                ._pagenation {
                    .screen-reader-text {}
                    .nav-links {
                        .page-numbers {
                            font-size: 1.5rem;
                            padding: .5rem .25rem;
                            margin: 0 0.25rem;
                            &.current {
                                border-bottom: 2px solid #333;
                            }
                        }
                    }
                }
            }
            ._side {
                margin: 0;
                width: 10%;
                ._category {
                    text-align: right;
                    h4 {
                        font-size: 1.75rem;
                        margin-bottom: 0.5rem;
                    }
                    ul {
                        display: block;
                        column-gap: 0;
                        row-gap: 0;
                        li {
                            a {
                                display: block;
                                font-size: 1.5rem;
                                padding: .4rem;
                            }
                        }
                    }
                }
            }
        }
    }
    #news.single {
        #news_section {
            .inner {
                ._body {
                    width: 66.6%;
                    article {
                        ._head {
                            margin: 0 4rem 1rem;
                            ._date {
                                font-size: 1rem;
                            }
                            ._title {
                                h2 {
                                    font-size: 1.5rem;
                                }
                            }
                        }
                        ._eye {
                            border-radius: 3rem;
                            margin-bottom: 2rem;
                            img {}
                        }
                        ._post {
                            margin: 0 4rem 5rem;
                            h2 {
                                font-size: 1.5rem;
                                margin-bottom: 1.25rem;
                            }
                            h3 {
                                font-size: 1.25rem;
                                margin-bottom: 1.25rem;
                            }
                            h4 {
                                font-size: 3vw;
                                margin-bottom: 3vw;
                            }
                            p {
                                font-size: 1rem;
                                margin-bottom: 2rem;
                            }
                            img {
                                border-radius: 2rem;
                            }
                        }
                    }
                    ._href {
                        text-align: center;
                        a {
                            padding: .5rem 5rem;
                            font-size: 1rem;
                            border-radius: 5vw;
                        }
                    }
                }
            }
        }
    }
    /* faq
-------------------------------------------------------------------------------- */
    #faq_body {
        padding: 5rem 0;
        .inner {
            max-width: 960px;
            ._category {
                margin-bottom: 2rem;
                ._head {
                    margin-bottom: 2.5rem;
                    h2 {
                        font-size: 2rem;
                        padding-bottom: .5rem;
                    }
                }
                ._body {
                    ._item {
                        margin-bottom: 2rem;
                        padding-bottom: 1.75rem;
                        &:last-child {
                            border: none;
                        }
                        ._q {
                            font-size: 1.5rem;
                            padding-left: 5rem;
                            margin-bottom: 1rem;
                            &::before {
                                top: -0.25rem;
                                left: 1.75rem;
                                font-size: 2.5rem;
                            }
                        }
                        ._a {
                            font-size: 1rem;
                            padding-left: 5rem;
                        }
                    }
                }
            }
        }
    }
}
/* thanks
-------------------------------------------------------------------------------- */
/* メニューアイテムの下揃え修正 - 全デバイス対応 */
/* スマートフォン（デフォルト） */
.menu_category_body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5vw;
    align-items: stretch;
    /* 全てのアイテムを同じ高さにする */
}
.menu_item_wrap {
    .menu_item {
        border: 1px solid #657E80;
        border-radius: 5vw;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: 100%;
        /* 親の高さに合わせる */
        ._img {
            overflow: hidden;
            height: 40.5vw;
            flex-shrink: 0;
            /* 画像サイズを固定 */
            img {
                object-fit: cover;
                object-position: center top;
                width: 100%;
                height: 100%;
            }
        }
        ._title {
            padding: 1vw 2vw;
            border-bottom: 1px solid #657E80;
            flex-shrink: 0;
            /* タイトルサイズを固定 */
            h3 {
                font-size: 4vw;
            }
        }
        ._desc_en {
            font-size: 2.5vw;
            padding: 2vw 2vw 1vw;
            flex-shrink: 0;
            /* 説明文サイズを固定 */
        }
        ._desc_jp {
            font-size: 2.5vw;
            color: #606060;
            padding: 1vw 2vw;
            flex-grow: 1;
            /* 余ったスペースを埋める */
            min-height: 0;
            /* flexの制約を解除 */
        }
        ._price_kcal {
            font-family: Helvetica, sans-serif;
            padding: 1vw 2vw;
            font-size: 2.5vw;
            font-weight: bold;
            color: #606060;
            flex-shrink: 0;
            /* 価格・カロリーサイズを固定 */
            span {
                color: #231815;
                font-size: 3vw;
            }
        }
        ._price {
            padding: 1vw 2vw;
            display: flex;
            justify-content: center;
            flex-shrink: 0;
            /* 価格サイズを固定 */
            ul {
                border-right: .5px solid #657f81;
                padding-right: 2vw;
                margin-right: 2vw;
                &:last-child {
                    border: none;
                }
                li {
                    font-size: 2.75vw;
                    &._price_type {
                        color: #606060;
                    }
                    &._price_value {
                        font-weight: bold;
                        color: #231815;
                    }
                }
            }
        }
        ._recipe {
            position: relative;
            border-top: 1px solid #657E80;
            color: #657E80;
            cursor: pointer;
            margin: 1.5vw 2vw 0;
            flex-shrink: 0;
            /* レシピサイズを固定 */
            margin-top: auto;
            /* 下に配置 */
            &::before,
            &::after {
                position: absolute;
                content: '';
                top: 3vw;
                right: 13vw;
                height: 1px;
                width: 1.75vw;
                background-color: #657E80;
                transition: .5s;
            }
            &::before {}
            &::after {
                transform: rotate(90deg);
            }
            &.active::after {
                opacity: 0;
                top: 10vw;
            }
            ._recipe_head {
                text-align: center;
                padding: 1vw;
            }
            ._recipe_body {
                display: none;
                width: 100%;
                height: auto;
                padding-bottom: 2vw;
            }
            ._recipe_txt {
                padding: 2vw 1vw;
                font-size: 2vw;
                font-weight: 100;
                color: #606060;
                font-family: Arial, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
                br {
                    display: none;
                }
            }
            ._allergy {
                display: flex;
                justify-content: center;
                padding: 0;
                column-gap: 1vw;
                img {
                    height: 3.5vw;
                }
            }
        }
        ._order {
            padding: 0;
            flex-shrink: 0;
            /* オーダーボタンサイズを固定 */
            a {
                display: block;
                color: #fff;
                padding: 1.5vw;
                text-align: center;
                background-color: var(--color-main_2);
            }
        }
        &.no_img {
            ._img {
                display: none;
            }
            ._title {
                padding: 1vw 2vw 1vw 4vw;
            }
            ._desc_en {
                display: none;
            }
            ._desc_jp {
                display: none;
            }
        }
    }
}
/* タブレット（600px以上） */
@media(width > 600px) {
    .menu_category_body {
        gap: 1.25vw;
    }
    .menu_item_wrap {
        .menu_item {
            border-radius: 4vw;
            ._recipe {
                margin: 1rem 2vw 0;
                margin-top: auto;
                &::before,
                &::after {
                    top: 2.5vw;
                    right: 14.75vw;
                    height: 2px;
                    width: 1.5vw;
                }
                &.active::after {
                    top: 10vw;
                }
                ._recipe_head {
                    padding: .75vw 0.75vw 1vw;
                    font-size: 2.25vw;
                }
                ._recipe_body {
                    padding-bottom: 2vw;
                }
                ._recipe_txt {
                    padding: 1vw 1vw 2vw;
                    font-size: 1.74vw;
                }
                ._allergy {
                    padding: 0;
                    column-gap: 1vw;
                    img {
                        height: 3.5vw;
                    }
                }
            }
            ._img {
                height: 30.5vw;
                img {
                    object-position: center 40%;
                }
            }
            ._title {
                padding: 0.5vw 2vw;
                h3 {
                    font-size: 3vw;
                }
            }
            ._desc_en {
                font-size: 2vw;
                padding: 1.5vw 2vw 0.5vw;
            }
            ._desc_jp {
                font-size: 1.75vw;
                padding: 1vw 2vw;
            }
            ._price_kcal {
                padding: 1vw 2vw;
                font-size: 1.75vw;
                span {
                    font-size: 2vw;
                }
            }
            ._price {
                padding: 1vw 2vw;
                ul {
                    padding-right: 2vw;
                    margin-right: 2vw;
                    li {
                        font-size: 2vw;
                    }
                }
            }
            ._order {
                a {
                    padding: 1vw;
                    font-size: 2.25vw;
                }
            }
        }
    }
}
/* PC（1024px以上） */
@media(width > 1024px) {
    .menu_category_body {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    .menu_item_wrap {
        .menu_item {
            border-radius: 2rem;
            ._recipe {
                margin: 1rem 2rem 0;
                margin-top: auto;
                &::before,
                &::after {
                    top: 1.5rem;
                    right: calc(50% - 3.5rem);
                    height: 2px;
                    width: 0.75rem;
                }
                &.active::after {
                    top: 3rem;
                }
                ._recipe_head {
                    padding: .5rem;
                    font-size: 1.25rem;
                }
                ._recipe_body {
                    padding-bottom: 1rem;
                }
                ._recipe_txt {
                    padding: .5rem 0 1rem;
                    font-size: 0.9rem;
                }
                ._allergy {
                    padding: 0 2rem 1rem;
                    column-gap: 0.75rem;
                    img {
                        height: 2rem;
                    }
                }
            }
            ._img {
                height: 20.5vw;
                img {
                    object-position: center 10%;
                }
            }
            ._title {
                padding: .5rem 1.5rem;
                h3 {
                    font-size: 2rem;
                }
            }
            ._desc_en {
                font-size: 1.25rem;
                padding: 1rem 1.5rem .5rem;
            }
            ._desc_jp {
                font-size: 1rem;
                padding: .5rem 1.5rem;
            }
            ._price_kcal {
                padding: .5rem 1.5rem;
                font-size: 1.1rem;
                span {
                    font-size: 1.6rem;
                }
            }
            ._price {
                padding: 1vw 2vw;
                ul {
                    padding-right: 1.5rem;
                    margin-right: 1.5rem;
                    li {
                        font-size: 1.2rem;
                        &._price_value {
                            font-size: 1.5rem;
                        }
                    }
                }
            }
            ._order {
                a {
                    padding: .5rem;
                    font-size: 1.5rem;
                }
            }
            &.no_img {
                ._title {
                    padding: .5rem 1.5rem .5rem 3rem;
                }
            }
        }
    }
}
/* home_slide 動画対応の追加CSS */
/* スマートフォン（デフォルト） */
#home_slide {
    position: relative;
    .swiper {
        .swiper-wrapper {
            .swiper-slide {
                ._item {
                    display: flex;
                    flex-direction: column-reverse;
                }
            }
        }
        .swiper-pagination {
            bottom: auto;
            top: 60.5vw;
            .swiper-pagination-bullet {
                background-color: #fff;
                opacity: .5;
            }
            .swiper-pagination-bullet-active {
                background-color: #fff;
                opacity: 1;
            }
        }
    }
    ._txt {
        aspect-ratio: 2;
        display: grid;
        place-content: center;
        padding: 5vw 7.5vw;
        .phrase {
            font-size: 16.5vw;
            line-height: 1;
            text-align: center;
        }
        ._href {
            display: none;
        }
    }
    ._img {
        aspect-ratio: 1.5;
        overflow: hidden;
        position: relative;
        /* 動画対応のため追加 */
        img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
        /* 動画用スタイル */
        video {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
    }
    .deco_01 {
        width: 12.5vw;
        bottom: 28vw;
        left: 0;
    }
    .deco_02 {
        width: 17.5vw;
        bottom: 3vw;
        right: 0;
    }
    .deco_03 {
        display: none;
    }
    &._only_txt {
        .swiper {
            .swiper-wrapper {
                .swiper-slide {
                    ._item {
                        ._txt {
                            aspect-ratio: 1.777;
                            padding: 3vw 7.5vw 10vw;
                        }
                    }
                }
            }
            .swiper-pagination {
                top: auto;
                bottom: 3vw;
                .swiper-pagination-bullet {
                    background-color: #000;
                    opacity: 0.25;
                }
                .swiper-pagination-bullet-active {
                    opacity: 1;
                }
            }
        }
    }
}
/* タブレット（600px以上） */
@media(width > 600px) {
    #home_slide {
        .swiper {
            .swiper-wrapper {
                .swiper-slide {
                    ._item {}
                }
            }
            .swiper-pagination {
                top: 51.5vw;
            }
        }
        ._txt {
            aspect-ratio: 2.5;
            padding: 2.5vw 5vw;
            .phrase {
                font-size: 10vw;
            }
            ._href {
                display: none;
            }
        }
        ._img {
            aspect-ratio: 1.777;
            img {
                /* 既存のスタイルを継承 */
            }
            video {}
        }
        .deco_01 {
            width: 10vw;
            bottom: 22.5vw;
            left: 0;
        }
        .deco_02 {
            width: 14vw;
            bottom: 3vw;
            right: 0;
        }
    }
}
/* PC（1024px以上） */
@media(width > 1024px) {
    #home_slide {
        aspect-ratio: 3;
        overflow: hidden;
        .swiper {
            .swiper-wrapper {
                .swiper-slide {
                    ._item {
                        flex-direction: row;
                    }
                }
            }
            .swiper-pagination {
                top: auto;
                bottom: 1.5rem;
                right: 1.5rem;
                left: auto;
                width: auto;
                .swiper-pagination-bullet {
                    margin: 0 0.4rem;
                    width: 0.6rem;
                    height: 0.6rem;
                }
            }
        }
        ._txt {
            width: 50%;
            aspect-ratio: unset;
            padding: 2.5rem 5rem;
            .phrase {
                font-size: 8vw;
                margin-bottom: 3rem;
            }
            ._href {
                display: block;
                text-align: center;
                a {
                    font-size: 1rem;
                    color: var(--color-bg);
                    padding: 0.5rem 5rem;
                    border-radius: 3rem;
                }
            }
        }
        ._img {
            width: 50%;
            height: 34vw;
            aspect-ratio: unset;
            img {
                /* 既存のスタイルを継承 */
            }
            video {}
        }
        .deco_01 {
            width: 7vw;
            bottom: auto;
            left: 0;
            top: 0;
        }
        .deco_02 {
            width: 11vw;
            bottom: 0;
            right: 46vw;
            transform: rotate(90deg);
        }
        .deco_03 {
            /* display: block; */
            /* width: 10vw; */
            /* top: 2.5vw; */
            /* right: 0; */
        }
        &._only_img {
            display: flex;
            flex-direction: row-reverse;
            .swiper {
                width: 50%;
                .swiper-wrapper {
                    .swiper-slide {
                        ._item {
                            ._img {
                                width: 100%;
                            }
                        }
                    }
                }
            }
            ._txt {
                width: 50%;
            }
        }
        &._only_txt {
            display: flex;
            flex-direction: row-reverse;
            .swiper {
                width: 50%;
                .swiper-wrapper {
                    .swiper-slide {
                        ._item {
                            flex-direction: unset;
                            height: 100%;
                            ._txt {
                                width: 100%;
                                aspect-ratio: unset;
                                padding: 0 5rem 2.5rem;
                            }
                        }
                    }
                }
                .swiper-pagination {
                    right: 0;
                    left: 0;
                    bottom: 1.5rem;
                    width: auto;
                }
            }
            ._img {
                width: 50%;
                z-index: 1;
            }
        }
    }
}
