body{
    overflow-x: hidden;
}
h2{
    text-align: center;
    font-family: var(--oleo);
    font-size: 6rem;
    color: var(--red);
}
.english{
    font-family: var(--roboto);
}
/* .sp_only{
    display: none;
} */
.link_btn{
    width: 100%;
    background-color: var(--btn_green);
    border-radius: 6px;
    justify-content: space-between;
}
.link_btn:hover{
    opacity: .7;
}
.link_btn p{
    color: var(--white);
}
.brick_pattern{
    position: absolute;
    width: 100%;
}

/* --------------------------------
    fv
-------------------------------- */
main{
    margin: 100px 0 0;
}
.top_mainvisual{
    position: relative;
    /* overflow-x: hidden; */
    padding: 0 64px 0;
}
.fv{
    width: 100%;
    height: auto;
}
.swiper{
    max-width: 1215px;
    width: 100%;

    overflow: visible !important; /* ← 矢印が外に出ても見えるようにする */
    --swiper-navigation-color: var(--black); /* ← 矢印の色を指定 */
    --swiper-navigation-size: 30px;     /* ← サイズ調整 */
}
.swiper-wrapper{
    max-width: 1215px;
    width: 100%;
    transition-timing-function: linear;
}
/* .swiper-slide img{
    max-width: 1215px;
    width: 100%;
} */
.swiper-slide .pc_only{
    display: block;
}
.swiper-slide .sp_only{
    display: none;
}
.swiper-button-prev,
.swiper-button-next {
    z-index: 50; 
    --swiper-navigation-size: 40px; /* ←アイコンサイズを固定 */
    color: var(--black);
    max-width: 32px;
    width: 100%;
    top: 55%;
}
.swiper-button-prev .pc_only,
.swiper-button-next .pc_only{
    display: block;
}
.swiper-button-prev .sp_only,
.swiper-button-next .sp_only{
    display: none;
}
.swiper-button-prev {
    left: -50px;
}
.swiper-button-next {
    right: -50px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    color: var(--black);
    font-size: 30px;
}
.swiper-pagination {
    text-align: end;
    padding: 0 20px 0 0;
}
.swiper-pagination-bullet-active{
    background: var(--white);
}
.top_mainvisual .brick_pattern{
    max-width: 226px;
}
.fv_01{
    top: 83px;
    right: -60px;
}
.fv_02{
    top: 111px;
    left: 46px;
}
.fv_03{
    bottom: -120px;
    right: 18px;
}


.scrollbar_text {
    display: inline-block;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 80px 10px 10px;
    font-size: 1rem;
    /* font-family: var(--outfit); */
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    /* writing-mode: vertical-lr; */
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    z-index: 50;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 90px;
    padding: 0;
}
.scrollbar_text span{
    font-weight: 600;
    letter-spacing: 0.06em;
    order: 1; /* 文字を上に */
    color: var(--black);
    font-family: var(--main-font);
    padding: 0 0 16px;
}
.scrollbar {
    /* position: absolute;
    right: 50%;
    transform: translateX(-50%);
    top: 0; */
    /* background-color: var(--white); */
    position: relative;
    background-color: rgba(136,88,57,0.3);
    width: 1px;
    height: 32px;
    order: 2;
}
.scrollbar::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 32px;
    background-color: var(--red);
    /* background-color: var(--white); */
    animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
/* スクロールダウンアニメーション */
@keyframes liner {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    30% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    70% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}


/*  */


/* --------------------------------
    message
-------------------------------- */
.message{
    position: relative;
    overflow-x: hidden;
}
.message .flex_box{
    max-width: 990px;
    width: 100%;
    margin: 174px auto 0;
    align-items: flex-start;
    justify-content: space-between;
}
.message p{
    max-width: 502px;
    width: 100%;
    line-height: 2.5;
}
.message .catchcopy{
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.1em;
    max-width: 400px;
    width: 100%;
}
/* .message img{
    width: 100%;
} */
.message_01{
    max-width: 130px;
    top: 40px;
    left: 100px;
}
.message_02{
    max-width: 227px;
    bottom: 0;
    left: 80px;
}

/* menu */
.menu{
    width: 100%;
    position: relative;
    margin: 120px 0 0; /* 料理イメージ写真差し替え後はこれを削除 */
}
.menu_03{
    max-width: 227px;
    top: 0;
    left: -74px;
}
.menu_02{
    max-width: 227px;
    top: 20px;
    right: 18px;
}
.menu_01{
    max-width: 130px;
    top: 105px;
    left: 108px;
}
.menu p{
    text-align: center;
}
.menu p span{
    display: block;
}
.menu_links{
    max-width: 1376px;
    margin: 58px auto 120px;
    justify-content: space-between;
}
.ttl_img{
    position: relative;

    overflow: hidden;
    width: 33%;
    padding: 196px 0 160px;
    aspect-ratio: 1 / 1;
    justify-content: center;
}
.ttl_img::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.4s ease;
    z-index: 0;
}
.ttl_img:hover::before {
    transform: scale(1.1); /* ホバー時に背景だけ拡大 */
}
.ttl_img.brand_01::before{
    background-image: url(../img/menu_01.jpg);
}
.ttl_img.brand_02::before{
    background-image: url(../img/menu_02.jpg);
}
.ttl_img.brand_03::before{
    background-image: url(../img/menu_03.jpg);
}
.ttl_img::after{
    position: absolute;
    display: block;
    content: "";
    background-image: url(../img/arrow_right_diagonal.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
    z-index: 5;
}
.menu_links .ttl{
    position: relative;
    z-index: 5;
    text-align: center;
    color: var(--white);
    font-family: var(--oleo);
    font-size: 5rem;
    line-height: 1.5;
    letter-spacing: 0em;
}
.menu_links a:first-child .ttl{
    line-height: 0.8;
}
.menu_links .ttl span{
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-family: var(--main-font);
}
.menu_links a:first-child .ttl span{
    padding: 20px 0 0;
}
.menu_links .ttl .english{
    font-family: var(--oleo);
    font-size: 5rem;
    letter-spacing: 0em;
    padding: 0 !important;
}


/* access */
.access{
    width: 100%;
    background-color: var(--brown);
    padding: 80px 0 88px;
}
.access_contents{
    max-width: 1020px;
    margin: 26px auto 0;
    padding: 0 60px;
}
.access_contents .flex_box{
    width: 100%;
    justify-content: space-between;
    margin: 56px auto 0;
}
.access table{
    max-width: 480px;
    width: 100%;
}
.access tbody,
.access tr{
    width: 100%;
}
.access tr{
    display: flex;
    padding: 8px 0;
}
.access th,
.access td{
    color: var(--light_beige);
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.4;
}
.access th{
    width: 20%;
    text-align: left;
}
.access td{
    width: 80%;
}
.googlemap{
    max-width: 480px;
    width: 100%;
}
.googlemap iframe{
    width: 100%;
    aspect-ratio: 480 / 344;
}

.reserve{
    background-image: url(../img/reserve_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 74px 24px 98px 24px;
}
.reserve .flex_box{
    max-width: 368px;
    width: 100%;
    margin: 0 auto;
}
.reserve h2,
.reserve p{
    color: var(--white);
}
.reserve .tel{
    font-family: var(--roboto);
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0;
    padding: 30px 0 0;
}
.reserve .buisiness_day{
    font-size: 1.4rem;
    letter-spacing: 0.02em;
}
.reserve .reserve_btn{
    display: block;
    width: 364px;
    max-width: 364px;
    width: 100%;
    margin: 28px auto 0;
    padding: 20px 122px 22px 126px;
    border: 1px solid var(--white);
    border-radius: 40px;
    background-color: transparent;
    color: var(--white);
    position: relative;
    overflow: hidden;
    z-index: 2;
    font-size: 1.6rem;
    text-align: center;
}
.reserve .reserve_btn:hover {
    color: var(--black);
    transition: 2s;
}
.reserve .reserve_btn::before{
    position: absolute;
    display: block;
    content: "";
    width: 364px;
    height: 72px;
    padding: 20px 122px 22px 126px;
    border-radius: 40px;
    background-color: var(--white);
    top: 25%;
    transform: translateY(-25%);
    left: -110%;
    transition: .8s ease-in-out;
    z-index: -1;
}
.reserve .reserve_btn:hover::before{
    left: 0%;
}
.reserve .reserve_btn::after{
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    background-image: url(../img/arrow_right_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 6px;
    height: 12px;
    transition: 1s;
}
.reserve .reserve_btn:hover::after{
    background-image: url(../img/arrow_right_black.png);
}


@media screen and (max-width: 1024px) {
    main {
        margin: 30px 0 0;
    }
    .top_mainvisual{
        padding: 30px 64px 0;
    }
    .swiper-button-prev .pc_only,
    .swiper-button-next .pc_only{
        display: none;
    }
    .swiper-button-prev .sp_only,
    .swiper-button-next .sp_only{
        display: block;
    }

    .message_01{
        left: -22px;
    }
    .fv_02 {
        left: 20px;
    }
    .fv_03 {
        right: -36px;
    }

    .menu {
        padding: 30px 0 0;
    }
    .menu_01 {
        top: 110px;
        left: 80px;
    }
    .menu_02 {
        top: 56px;
        right: -18px;
    }
    .menu_03 {
        left: -125px;
    }
}

@media screen and (max-width: 768px) {
    h2{
        font-size: 5.5rem;
    }


    .swiper-slide .pc_only{
        display: none;
    }
    .swiper-slide .sp_only{
        display: block;
    }
    .swiper-button-prev {
        left: -14px;
    }
    .swiper-button-next {
        right: -14px;
    }
    .top_mainvisual {
        padding: 30px 20px 0;
    }

    .fv_01{
        display: none;
    }
    .fv_02 {
        top: 50px;
        left: 0;
    }
    .fv_03 {
        right: -80px;
    }
    .message_01{
        /* display: none; */
        left: auto;
        right: 42px;
        top: 200px;
        max-width: 86px;
    }
    .message_02 {
        display: none;
    }

    .message .flex_box{
        flex-direction: column;
        padding: 0 32px;
    }
    .message .catchcopy{
        font-size: 3.6rem;
    }
    .message p {
        max-width: 100%;
    }
    .menu{
        margin: 0; /* 料理イメージ写真差し替え後はこれを削除 */
    }
    .menu p span{
        display: inline;
    }
    .menu {
        padding: 150px 0 0;
    }
    .menu_01 {
        max-width: 80px;
        top: 130px;
        left: -30px;
    }
    .menu_02 {
        max-width: 154px;
        top: 100px;
        right: -18px;
    }
    .menu_03 {
        max-width: 152px;
        top: 50px;
        left: -25px;
    }
    .menu p {
        padding: 0 32px;
        text-align: start;
    }
    .menu_links{
        flex-direction: column;
        padding: 0 16px;
    }
    .ttl_img {
        width: 100%;
        margin: 14px 0;
        padding: 0;
        aspect-ratio: 358 / 240;
    }

    .access_contents .flex_box {
        flex-direction: column;
        margin: 28px auto 0;
    }
    .access table {
        margin: 0 auto 46px;
    }

    .reserve .tel {
        font-size: 2.8rem;
    }
    .reserve .reserve_btn{
        max-width: 326px;
        padding: 20px 100px 22px 100px;
    }
    .reserve .reserve_btn::before{
        left: -130%;
    }
}

@media screen and (max-width: 440px) {
    .message p {
        font-size: 1.4rem;
    }
    .message .catchcopy{
        font-size: 2.6rem;
    }

    .menu p{
        font-size: 1.4rem;
    }
    .menu_links .ttl {
        font-size: 4rem;
    }

    .access_contents {
        padding: 0 16px;
    }
    .access_contents .flex_box {
        padding: 0 8px;
    }
    .access th, .access td {
        font-size: 1.4rem;
    }
    .access th{
        width: 30%;
    }
    .access td {
        width: 70%;
    }

    .reserve .buisiness_day{
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 440px) {
    .message_01 {
        top: 150px;
    }
    .reserve .reserve_btn {
        padding: 20px 80px 22px 80px;
    }
    .reserve .reserve_btn::before{
        left: -140%;
    }
}