@charset "UTF-8";

/*============================
common
============================*/
.common_ttl {
    letter-spacing: 0.2em;
    line-height: 1;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    text-align: center;
    font-weight: 500;
    height: 16rem;
    width: 100%;
    margin: 0 auto;
}
.common_ttl span {
    font-family: var(--font1);
    font-size: max(50px, 7rem);
    font-weight: 700;
}
.common_ttl img {
    object-fit: contain;
    height: 100%;
}

.common__btn {
    width: max(200px, 24rem);
    height: max(40px, 5rem);
    margin: 0 auto;
}
.common__btn a {
    background: url("../img/btn_bg.png") no-repeat center / contain;
    width: 100%;
    height: 100%;
    font-size: max(14px, 1.6rem);
    font-weight: 500;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}
.common__btn.wt a {
    background-image: url("../img/btn_bg-wt.png");
    color: #fff;
}

/*============================
hero
============================*/
.hero {
    width: 100%;
    height: 100vh;
    color: var(--text-color);
    position: relative;
}

@media (max-width: 767px) {
    .hero {
        height: max(300px, 44rem);
    }
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 5;
}

.hero::before {
    background: url("../img/hero_bg.png") no-repeat center / cover;
    width: 100%;
    height: 37.5rem;
    opacity: 0.4;
    mix-blend-mode: multiply;
    left: 0;
}

.hero__slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@keyframes zoomOut {
    0% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

.hero__slider .swiper-slide-active img,
.hero__slider .swiper-slide-duplicate-active img,
.hero__slider .swiper-slide-prev img {
    animation: zoomOut 7s linear both;
}

@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.hero__scroll {
    font-size: max(10px, 1.4rem);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    z-index: 100;
}

@media (max-width: 767px) {
    .hero__scroll {
        display: none;
    }
}

.hero__scroll::after {
    content: "";
    display: block;
    background-color: var(--text-color);
    width: 1px;
    height: max(50px, 7.5rem);
    margin-top: 1.5rem;
    animation: scroll 2.5s infinite;
}

/*============================
news
============================*/
.news {
    padding: 9.1rem 0 11.5rem;
    position: relative;
}
.news-deco-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 41.6rem;
    height: auto;
    z-index: 1;
}
.news-deco-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 41.6rem;
    height: auto;
    z-index: 1;
}    

.news__inner {
    width: 101.2rem;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .news__inner {
        width: 90%;
    }
    .news-deco-1 {
        width: 30rem;
    }
    .news-deco-2 {
        width: 30rem;
    } 
}

.news__ttl {
    color: var(--maincolor);
}

.CMS-NEWS-INDEX {
    width: 100%;
    height: auto;
    display: flex;
    gap: 6rem 2.6rem;
    margin: 4.7rem auto 7.4rem;
}

@media (max-width: 767px) {
    .CMS-NEWS-INDEX {
        flex-direction: column;
    }
}

.CMS-NEWS-ITEM {
    width: 34rem;
}

@media (max-width: 767px) {
    .CMS-NEWS-ITEM {
        width: 100%;
    }
}

.CMS-NEWS-THUMBNAIL {
    width: 100%;
    height: 20rem;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .CMS-NEWS-THUMBNAIL {
        height: 36rem;
    }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.875;
}
.CMS-NEWS-TIME {
    border-bottom: 0.1rem solid var(--text-color);
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
    display: none;
}

/*============================
policy
============================*/
.policy {
    position: relative;
    padding: 17.3rem 0 20.1rem;
    background: var(--bg-2);
}
.policy-deco-1 {
    position: absolute;
    width: 100%;
    height: auto;
    top: 5rem;
    left: 0;
    pointer-events: none;
}
.policy-deco-1-2 {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 5rem;
    left: 0;
    pointer-events: none;
}
.policy-deco-2 {
    position: absolute;
    width: 44.7rem;
    height: auto;
    top: 9.6rem;
    right: 1rem;
    pointer-events: none;
}

@media (max-width: 767px) {
    .policy {
        padding: 12rem 0;
        background-size: cover;
    }
    .policy-deco-2 {
        top: initial;
        bottom: 10rem;
    }
}

.policy__contents {
    width: 116.4rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    column-gap: 6rem;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .policy__contents {
        width: 85%;
        flex-direction: column-reverse;
    }
}

.policy__txt-wrapper {
    padding: 0 3.2rem 0 47.5rem;
    margin: -1.2rem 0 0 -37rem;
    position: relative;
    color: #000;
}

@media (max-width: 767px) {
    .policy__txt-wrapper {
        padding: 15rem 0 4rem;
        margin: 0;
    }
}

.policy__ttl {
    width: 38.1rem;
    margin-left: -9.8rem;
}

@media (max-width: 767px) {
    .policy__ttl {
        margin-left: 0;
        margin-bottom: 4rem;
    }
}

.policy__txt-wrapper h3 {
    font-size: max(20px, 3.2rem);
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.375;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 0.2rem solid #000;
}

@media (max-width: 767px) {
    .policy__txt-wrapper h3 {
        text-align: left;
    }
}

.policy__txt-wrapper h3 strong {
    font-size: max(24px, 5.3rem);
    font-weight: 500;
    color: #cfa972;
}

.policy__txt-wrapper p {
    font-size: max(12px, 1.8rem);
    letter-spacing: 0.1em;
    line-height: 2.33;
    margin-left: auto;
    font-weight: 500;
}

.policy .common__btn {
    margin: 5rem auto 0 0;
}

@media (max-width: 767px) {
    .policy .common__btn {
        margin: 5rem auto 0;
    }
}

.policy__img {
    width: 62.4rem;
    height: 52rem;
    flex-shrink: 0;
    margin-left: calc(50% - 50vw);
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .policy__img {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
}

.policy__img::before {
    content: "";
    background: url("../img/policy_img-deco.png") no-repeat center / contain;
    width: 76.3rem;
    height: 60.4rem;
    position: absolute;
    right: -11.8rem;
    bottom: -46rem;
}

@media (max-width: 767px) {
    .policy__img::before {
        width: 46.1rem;
        height: 36.4rem;
        bottom: -17rem;
        right: -4.8rem;
    }
}

/*============================
menu
============================*/
.menu {
    padding: 11.2rem 0 22rem;
    position: relative;
    overflow: hidden;
    background-image: url(../img/menu-deco-1.png), url(../img/menu-deco-1.png), url(../img/menu-deco-1.png), url(../img/menu-deco-1.png);
    background-position: top 27.4rem left 3.6rem, top 82.8rem right 2.9rem, top 140.7rem left 3.6rem, top 198.7rem right 2.9rem;
    background-size: 44.7rem auto, 44.7rem auto, 44.7rem auto, 44.7rem auto;
    background-repeat: no-repeat;
}

.menu__ttl {
    font-family: var(--font1);
    font-size: max(80px, 12rem);
    font-weight: 700;
    color: var(--maincolor);
    position: absolute;
    top: 14rem;
    left: -0.1em;
    writing-mode: vertical-rl;
    line-height: 1;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .menu {
        padding: 12rem 0 12rem;
        background-position: top 30rem left 2rem, top 90rem right 2rem, top 150rem left 2rem, top 208rem right 2rem;
        background-size: 30rem auto, 30rem auto, 30rem auto, 30rem auto;
        background-repeat: no-repeat;
    }

    .menu__ttl {
        font-size: max(50px, 7rem);
        position: static;
        writing-mode: horizontal-tb;
        text-align: center;
        margin-bottom: 4rem;
    }
}

.menu__contents {
    width: 110rem;
    height: 49.8rem;
    display: flex;
    margin: 0 auto 7rem;
    background-repeat: no-repeat;
    background-size: 63% auto;
}
.menu__contents.food {
    background-image: url(../img/menu__foodbg.jpg);
    background-position: top right;
    justify-content: flex-start;
    margin-top: 10rem;
}
.menu__contents.dinner {
    background-image: url(../img/menu__dinnerbg.jpg);
    background-position: top left;
    justify-content: flex-end;
}
.menu__contents.drink {
    background-image: url(../img/menu__drinkbg.jpg);
    background-position: top right;
    justify-content: flex-start;
}
.menu__contents.takeout {
    background-image: url(../img/menu__takeoutbg.jpg);
    background-position: top left;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .menu__contents {
        width: 85%;
        height: initial;
        flex-direction: column-reverse;
        justify-content: flex-end !important;
    }
    .menu__contents {
        background-size: 45% auto;
    }
    .menu__contents.dinner {
        justify-content: flex-start;
    }
    .menu__contents.takeout {
        justify-content: flex-start;
    }
}

.menu__txt-wrapper {
    position: relative;
    width: 50%;
    margin-top: 7rem;
}
.menu__txt-wrapper h2 {
    position: absolute;
    top: -9rem;
    left: -8rem;
}
.menu__contents:nth-of-type(2n) .menu__txt-wrapper h2 {
    position: absolute;
    top: -7.4rem;
    left: -10rem;
}
.menu__links {
    display: grid;
    width: 110rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8rem;
    margin: 5rem auto 0;
}
.menu__links a {
    background: url(../img/menu__link_bg.jpg) no-repeat center / contain;
    font-size: max(10px, 2rem);
    font-weight: 900;
    letter-spacing: 0.1em;
    height: 16.6rem;
    padding: 3.3rem 2.7rem;
    text-align: center;
}
.menu__links a span {
    color: #e83434;
}


@media (max-width: 767px) {
    .menu__txt-wrapper {
        width: 100%;
    }
    .menu__contents:nth-of-type(2n) .menu__txt-wrapper h2 {
        position: initial;
        text-align: right;
        margin-right: 3rem;
    }
    .menu__txt-wrapper h2 {
        position: initial;
    }
    .menu__links {
        width: 100%;
        grid-template-columns: 1fr;
        align-items: center;
    }
    .menu__links a {
        height: 22.6rem;
        font-size: 2.6rem;
        padding: 5.3rem 2.7rem;
    }
}

.menu__txt-inner {
    background: url(../img/menu__txt-inner_bg.jpg) no-repeat center / cover;
    padding: 4rem 5rem;
    color: #fff;
}
.dinner .menu__txt-inner {
    background: url(../img/menu__txt-inner_bg_dinner.jpg) no-repeat center / cover;
}
.menu__contents.drink .menu__txt-inner {
    background: url(../img/menu__txt-inner_bg_drink.jpg) no-repeat center / cover;
}
.menu__contents.takeout .menu__txt-inner {
    background: url(../img/menu__txt-inner_bg_takeout.jpg) no-repeat center / cover;
}

.menu__contents.drink .menu__txt-wrapper h2 {
    padding-right: 4rem;
}
.menu__txt-wrapper h2 img {
    height: 17.5rem;
    width: auto;
}

.menu__txt-wrapper h3 {
    width: max-content;
    font-size: max(16px, 2.4rem);
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.menu__txt-wrapper p {
    font-size: max(12px, 1.8rem);
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.88;
}

@media (max-width: 767px) {
    .menu__contents.drink .menu__txt-wrapper h2 {
        padding-right: 0;
    }
    .menu__txt-wrapper h2 img {
        height: 13.5rem;
    }
    .menu__txt-wrapper h2 {
        top: -6rem;
    }
}

.menu__takeout {
    width: 110rem;
    display: flex;
    margin: 0 auto;
}
.menu__takeout h2 {
    flex-shrink: 0;
    margin-right: 3rem;
}
.menu__takeout h2 img {
    height: 20rem;
    width: auto;
}
.menu__takeout_list {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}
.menu__takeout_list li {
    width: 31%;
    flex-basis: 31%;
}
.menu__takeout_list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    border: 0.2rem solid var(--text-color);
    border-radius: 1rem;
    text-align: center;
    overflow: hidden;
}
.menu__takeout_list li img {
    height: 7rem;
    width: auto;
    margin: 4rem auto;
    display: block;
}
.menu__takeout_list li .txt {
    color: #fff;
    width: 100%;
    padding: 1rem 0;
}

.menu__takeout_list li.toline a { border-color: #06c755; }
.menu__takeout_list li.toline .txt { background-color: #06c755; }
.menu__takeout_list li.demae a { border-color: #e83434; }
.menu__takeout_list li.demae .txt { background-color: #e83434; }
.menu__takeout_list li.uber a { border-color: #06c167; }
.menu__takeout_list li.uber .txt { background-color: #06c167; }

.menu .common__btn {
    margin: 12rem auto 0;
}
@media (max-width: 767px) {
    .menu__takeout {
        width: auto;
        flex-direction: column;
        align-items: center;
    }
    .menu__takeout_list {
        flex-direction: column;
    }
    .menu__takeout h2 {
        margin-right: 0;
    }
    .menu__takeout_list li {
        width: 40rem;
        flex-basis: 22rem;
        margin-bottom: 3rem;
    }
    .menu .common__btn {
        margin: 5rem auto 0;
    }
}


/*============================
delivery
============================*/
.delivery {
    padding: 10rem 0 14rem;
    position: relative;
    background: url(../img/bg-delivery.jpg) no-repeat center / cover;
}
.delivery__inner {
    width: 110rem;
    margin: 0 auto;
}
.delivery__contents {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-top: 5.2rem;
}
.delivery-box {
    background: url(../img/delivery-txt-bg.jpg) no-repeat center / contain;
    width: 100%;
    height: 22rem;
}
.delivery-box p {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 3.5rem;
}
.delivery__links-wrap {
    width: 19rem;
    margin: 3.2rem auto 0;
    display: grid;
    grid-template-columns: 37.9% 1fr;
    gap: 3rem;
}
.delivery__links-wrap img {
    object-fit: contain;
}
@media (max-width: 767px) {
    .delivery__inner {
        width: 90%;
    }
    .delivery__contents {
        grid-template-columns: 1fr 1fr;
    }
    .delivery-box {
        height: 29rem;
    }
    .delivery-box p {
        font-size: 4.2rem;
        margin-top: 5.5rem;
    }
    .delivery__links-wrap {
        width: 23rem;
    }
}


/*============================
gallery
============================*/
.gallery {
    padding: 10rem 0 25.3rem;
    background: url(../img/bg-gallery.jpg) no-repeat top center / cover;
    position: relative;
}

.gallery__ttl {
    color: #fff;
}

.gallery__slider {
    margin: 5.4rem 0 0;
    position: relative;
}

.gallery__slider .swiper-wrapper {
    transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
    width: 31.1rem;
    height: 22.6rem;
}

@media (max-width: 767px) {
    .gallery__slider .swiper-slide {
        width: 40rem;
    }
    .gallery {
        padding: 10rem 0 25.3rem;
        background: url(../img/bg-gallery.jpg) no-repeat top left / cover;
    }
}

/*============================
store
============================*/
.store {
    padding: 12rem 0;
    position: relative;
    z-index: 1;
}

.store__ttl {
    width: 29.3rem;
    position: absolute;
    top: 19rem;
    left: 43%;
    z-index: 1;
}

@media (max-width: 767px) {
    .store__ttl {
        top: 55rem;
        left: 5%;
    }
}

.store__ttl span {
    font-size: max(12px, 1.8rem);
    font-weight: 500;
    letter-spacing: 0.2em;
    white-space: nowrap;
    position: absolute;
    transform: translateX(100%);
    top: 1rem;
    right: -9rem;
}

@media (max-width: 767px) {
    .store__ttl span {
        top: 5rem;
    }
}

.store__ttl span::before {
    content: "";
    width: 16.6rem;
    height: 6.25rem;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
}

.store__contents {
    width: 110rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    column-gap: 4rem;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .store__contents {
        width: 85%;
        flex-direction: column-reverse;
    }
}

.store__txt-wrapper {
    padding: 17rem calc(50vw - 50%) 7.7rem 30rem;
    margin: 0 calc(50% - 50vw) 0 -30rem;
    position: relative;
}

@media (max-width: 767px) {
    .store__txt-wrapper {
        padding: 10rem 4rem 4rem;
        margin: 0;
    }
}

.store__txt-wrapper::before,
.store__txt-wrapper::after {
    content: "";
    position: absolute;
    z-index: -1;
}

.store__txt-wrapper::before {
    width: 86.8rem;
    height: 63.3rem;
    left: -2rem;
    bottom: -2rem;
}

.store__txt-wrapper::after {
    background-color: #1c0e05;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .store__txt-wrapper::before {
        width: 100%;
        height: 100%;
    }
}

.store__txt-wrapper h3 {
    font-size: max(20px, 4.8rem);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.375;
    text-align: right;
    margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .store__txt-wrapper h3 {
        text-align: left;
    }
}

.store__txt-wrapper h3 strong {
    font-size: max(24px, 5.3rem);
    font-weight: 500;
    color: #cfa972;
}

.store__txt-wrapper p {
    width: 44.5rem;
    font-size: max(12px, 1.8rem);
    letter-spacing: 0.16em;
    line-height: 2.5;
    margin-left: auto;
}

@media (max-width: 767px) {
    .store__txt-wrapper p {
        width: auto;
    }
}

.store .common__btn {
    margin: 3.5rem 0 0 auto;
}

@media (max-width: 767px) {
    .store .common__btn {
        margin: 3.5rem auto 0;
    }
}

.store__img {
    width: 73.3rem;
    height: 51.5rem;
    flex-shrink: 0;
    margin: 4.6rem 0 0 calc(50% - 50vw);
}

@media (max-width: 767px) {
    .store__img {
        width: 100%;
        height: auto;
        margin: 0;
    }
}

/*============================
access
============================*/
.access {
    padding: 12rem 0 15.5rem;
    position: relative;
}
.access-deco-1 {
    position: absolute;
    width: 37rem;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
}
.access-deco-2 {
    position: absolute;
    width: 37.3rem;
    height: auto;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.access__ttl {
    flex-direction: row;
    align-items: flex-end;
    column-gap: 2rem;
    margin-bottom: 6rem;
    color: var(--maincolor);
}
.access .common__btn {
    margin: 5rem auto 0;
}

.access__contents {
    width: 110rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4.7rem 4.5rem;
    margin: 0 auto;
}
.access__text {
    border: 0.5rem solid #000;
    padding: 2.9rem 2.9rem 4.7rem 2.9rem;
}

@media (max-width: 767px) {
    .access {
        padding: 7rem 0 12rem;
    }
    .access__contents {
        margin: 0 auto;
        width: 85%;
        grid-template-columns: 1fr;
    }
    .access__ttl {
        flex-direction: column;
        align-items: center;
    }
    .access-deco-1 {
        width: 20rem;
    }
    .access-deco-2 {
        width: 20rem;
    }
}

.access__list {
    display: flex;
    flex-wrap: wrap;
}

.access__list dt,
.access__list dd {
    letter-spacing: 0.05em;
}

.access__list dt {
    width: max(75px, 11.1rem);
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    padding: 2.2rem 0 0 2.2rem;
}


.access__list dd {
    width: calc(100% - max(75px, 11.1rem));
    border-bottom: solid 1px #959595;
    padding: 2.2rem 0 2.2rem 2.9rem;
}

.access__list dd:nth-of-type(2) {
    padding: 1.8rem 0 1.8rem 2.9rem;
}

@media (min-width: 768px) {
    .access__list dt {
        border-bottom: solid 1px #959595;
    }
}

@media (max-width: 767px) {
    .access__list dt,
    .access__list dt:nth-of-type(2),
    .access__list dd,
    .access__list dd:nth-of-type(2) {
        width: 100%;
        justify-content: flex-start;
        padding: 2rem;
    }
}

.access__img {
    width: 45%;
    flex-basis: 45%;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .access__img {
        width: 100%;
    }
}

.access .map {
    height: 45rem;
    margin-top: 10rem;
}

/*============================
insta
============================*/
.insta {
    padding: 7.45rem 0 12.5rem;
    background: url(../img/bg-insta.jpg) no-repeat center / cover;
}

.insta__ttl {
    color: #fff;
    margin-bottom: 6.8rem;
}

.insta__contents {
    width: 81.9rem;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .insta__contents {
        width: 85%;
    }
}

.CMS-INSTAGRAM-LIST {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}

@media screen and (max-width: 767px) {
    .CMS-INSTAGRAM-LIST {
        gap: 1rem;
    }
}

.CMS-INSTAGRAM-LIST img {
    width: 26rem;
    height: 26rem;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .CMS-INSTAGRAM-LIST img {
        width: 100%;
        height: auto;
    }
}
