@charset "UTF-8";

/* ----- メインビジュアル ----- */
.Mainvisual2024{
    padding-top: 18.2rem;
    padding-bottom: 9rem;
    background-image: url(../images/index/bg_mainvisual.jpg);
    background-image: image-set(url(../images/index/bg_mainvisual.jpg) 1x, url(../images/index/bg_mainvisual@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../images/index/bg_mainvisual.jpg) 1x, url(../images/index/bg_mainvisual@2x.jpg) 2x);
    background-position: center center;
    background-size: cover;
    position: relative;
}
.Mainvisual2024__inner{
    position: relative;
}
.Mainvisual2024__image{
    width: 100%;
    padding-left: 32rem;
    position: relative;
    z-index: 2;
    overflow: visible;
}
.Mainvisual2024__image::before{
    content: "";
    display: block;
    width: calc(100% - 32rem + 2rem);
    height: 100%;
    position: absolute;
    right: 0;
    bottom: -2rem;
    z-index: -1;
    background: #fff;
}
.Mainvisual2024__copy::after{
    content: "";
    display: block;
    background-image: url(../images/index/img_mainvisual_dec.png);
    width: 48rem;
    height: 34rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 6rem;
    top: -53rem;
    z-index: 5;

}
.Mainvisual2024__image img{
    width: 100%;
    height: 67rem;
    object-fit: cover;
}
.Mainvisual2024__copy{
    min-width: 100rem;
    width: 50%;
    height: 18.8rem;
    padding: 1rem 10rem 1rem 5rem;
    font-size: 3.5rem;
    letter-spacing: .2em;
    line-height: calc(70 / 35);
    background: rgba(54,25,14,.7);
    transform: translateY(50%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom:11rem;
}
.Mainvisual2024__scroll{
    position: absolute;
    z-index: 3;
    right: 13rem;
    bottom: -4rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

}
.Mainvisual2024__scroll::before{
    content: "";
    display: block;
    width: 2px;
    height: 1.5rem;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 2.2rem;
    bottom: -.2rem;
}
.Mainvisual2024__scroll::after{
    content: "";
    display: block;
    width: 2px;
    height: 18.8rem;
    background: #fff;
}
.Mainvisual2024__scroll span{
    font-family: var(--font2);
    padding-bottom: 2rem;
    padding-left: 1rem;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1200px) , print{
    .Mainvisual2024__copy{
        min-width: calc(50% + 20rem);
        font-size: 2.8rem;
    }
}
@media screen and (max-width:768px) , print{
    .Mainvisual2024{
        padding-top: 9rem;
        padding-bottom: 10rem;
    }
    .Mainvisual2024__copy::after{
        width: 21.8rem;
        height: 15.7rem; 
        /* left: -8.5rem;
        /* top: -14rem; */
        left: -9.5rem;
        top: -39.5rem;
        transform: rotate(-50deg);
    }
    .Mainvisual2024__image{
        padding-left: 0;
    }
    .Mainvisual2024__image::before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        bottom: -2rem;
        background: #fff;
    }
    .Mainvisual2024__image img{
        width: 100%;
        height: 70.5rem;
        object-fit: contain;
    }
    .Mainvisual2024__image img.pc2024{
        display: none;
    }
    .Mainvisual2024__copy{
        width: 24rem;
        min-width: auto;
        /*width: 100%;*/
        height: 47.5rem;
        padding: 2.6rem 1rem 7rem;
        font-size: 2rem;
        letter-spacing: .2em;
        line-height: calc(70 / 35);
        background: rgba(54,25,14,.7);
        transform: none;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -16.4rem;
        margin:0 auto ;
        display: block;
    }
    .Mainvisual2024__copy picture{
        width: 15.5rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .Mainvisual2024__scroll{
        display: none;
    
    }
    .Mainvisual2024__scroll::before{
        display: none;
    }
    .Mainvisual2024__scroll::after{
        display: none;
        
    }
    .Mainvisual2024__scroll span{
       display: none;
    }
    

}



/* ----- お知らせ ----- */
.News2024{
    background: #F0EEE6;
}
.News2024 .sec2024__title1 span::before{
    display: none;
}
.News2024-block-wrap{
    margin-bottom: 10rem;
}
.News2024-block{
    width: calc((100% - (3rem * 3)) / 4);
    border-bottom: 2px solid #989898;
    
}
.News2024-block *{
    font-family: var(--font2);
}
.News2024-block.swiper-slide{
    height: auto;
}
.News2024-block:not(:last-child){
    margin-right: 3rem;
}
.News2024-block__image{
    width: 100%;
    margin-bottom: 1.3rem;
}
.News2024-block__image img{
    width: 100%;
    /* height: 24.5rem;
    object-fit: cover; */
    aspect-ratio: 327 / 245;
}
.News2024-block{
    padding-bottom: 4.5rem;
}
.News2024-block__data{
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.News2024-block__data__category{
    font-size: 1.2rem;
    width: 6.8rem;
    height: 2.6rem;
    border-radius: .5rem;
    font-weight: 900;
    margin-right: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7E0B0B;
}
.News2024-block__data__date{
    font-size: 1.2rem;
    font-weight: 500;
}
.News2024-block__title{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 700;
    line-height: calc(24 / 16);
}
.News2024__arrow{
    width: 4rem;
    height: 4rem;
    background: rgba(0,0,0,.6);
}
.News2024__arrow::after{
    display: none;
}
.News2024__arrow::before{
    content: "";
    display: block;
    width: 1rem;
    height: 1.4rem;
    background-image: url(../images/common/icon_arrow-white.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.News2024__arrow.swiper-button-prev{
    left: -1.5rem;
    transform: translateX(-1.5rem);
}
.News2024__arrow.swiper-button-next{
    right: -1.5rem;
    transform: translateX(1.5rem);
}
.News2024__arrow.swiper-button-prev::before{
    transform: rotate(-180deg);
}

@media screen and (max-width:1500px) , print{
    .News2024__arrow.swiper-button-prev{
        left: 2rem;
        
    }
    .News2024__arrow.swiper-button-next{
        right: 2rem;
        
    }
}
@media screen and (max-width:768px) , print{
    .News2024.sec2024{
        padding-top: 16rem;
        padding-bottom: 10rem;
    }
    .News2024{
        background: #F0EEE6;
    }
    .News2024 .sec2024__title1 span::before{
        display: none;
    }
    .News2024-block-wrap{
        margin-bottom: 5rem;
    }
    .News2024-block-wrap .swiper-wrapper{
        display: flex;      
        flex-direction: column;
    }
    .News2024-block{
        width: 100%;
        border-bottom: 2px solid #989898;
        display: none;
    }
    .News2024-block:nth-child(1),
    .News2024-block:nth-child(2){
        display: block;
    }
    .News2024-block *{
        font-family: var(--font2);
    }
    .News2024-block:not(:last-child){
        margin-right: 0rem;
        margin-bottom: 3rem;
    }
    .News2024-block__image{
        width: 100%;
        margin-bottom: 1.3rem;
    }
    /* .News2024-block__image img{
        width: 100%;
        height: 24.5rem;
        object-fit: cover;
    } */
    .News2024-block{
        padding-bottom: 2.5rem;
    }
    .News2024-block__data{
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .News2024-block__data__category{
        font-size: 1.2rem;
        width: 6.8rem;
        height: 2.6rem;
        border-radius: .5rem;
        font-weight: 900;
        margin-right: 2rem;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #7E0B0B;
    }
    .News2024-block__data__date{
        font-size: 1.2rem;
        font-weight: 500;
    }
    .News2024-block__title{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-weight: 700;
        line-height: calc(24 / 16);
    }
    .News2024__arrow{
        display: none;
        width: 4rem;
        height: 4rem;
        background: rgba(0,0,0,.6);
    }
    .News2024__arrow::after{
        display: none;
    }
    .News2024__arrow::before{
        content: "";
        display: block;
        width: 1rem;
        height: 1.4rem;
        background-image: url(../images/common/icon_arrow-white.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .News2024__arrow.swiper-button-prev{
        left: -1.5rem;
        transform: translateX(-1.5rem);
    }
    .News2024__arrow.swiper-button-next{
        right: -1.5rem;
        transform: translateX(1.5rem);
    }
    .News2024__arrow.swiper-button-prev::before{
        transform: rotate(-180deg);
    }

}



/* ----- 伝五郎のこだわり ----- */
.Kodawari2024{
    padding-top: 25rem;
    background-image: url(../images/index/bg_kodawari.jpg);
    background-image: image-set(url(../images/index/bg_kodawari.jpg) 1x, url(../images/index/bg_kodawari@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../images/index/bg_kodawari.jpg) 1x, url(../images/index/bg_kodawari@2x.jpg) 2x);
    position: relative;
}
.Kodawari2024::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/index/obj_kodawari.png);
    background-image: image-set(url(../images/index/obj_kodawari.png) 1x, url(../images/index/obj_kodawari@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/index/obj_kodawari.png) 1x, url(../images/index/obj_kodawari@2x.png) 2x);
    background-position: center top;
    background-repeat: no-repeat;
}
.Kodawari2024-block{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.Kodawari2024-block-slide{
    width: 72rem;
    position: relative;
}
.Kodawari2024-block-slide img{
    width: 100%;
}
.Kodawari2024__arrow{
    width: 4rem;
    height: 4rem;
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 24rem;
    
}
.Kodawari2024__arrow::before{
    content: "";
    display: block;
    width: 1rem;
    height: 1.4rem;
    background-image: url(../images/common/icon_arrow-white.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    
}
.Kodawari2024__arrow.swiper-button-prev{
    left: 1.5rem;
}
.Kodawari2024__arrow.swiper-button-prev::before{
    transform: rotate(-180deg);
}
.Kodawari2024__arrow.swiper-button-next{
    right: 1.5rem;
}
.Kodawari2024__arrow::after{
    display: none;
}
.Kodawari2024-block:not(:last-child){
    margin-bottom: 8rem;
}
.Kodawari2024-block__content{
    width: calc(100% - 72rem);
    padding-left: 7rem;
    padding-top: 7rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.Kodawari2024-block__title{
    width: 12.8rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.Kodawari2024-block__title::before{
    content: "";
    display: block;
    width: 11.7rem;
    height: 2px;
    background: #989898;
    position: absolute;
    left: -5rem;
    top: -2.5rem;
    transform: rotate(-45deg);
}
.Kodawari2024-block__title span{
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: .2em;
    display: block;
    color: #6C6B6B;
}
.Kodawari2024-block__title span:not(:last-child){
    margin-left: 2rem;
}
.Kodawari2024-block__text-wrap{
    width: calc(100% - 20rem);
    align-self: flex-start;
    margin-top: 13rem;
}
.Kodawari2024-block__text:not(:last-child){
    margin-bottom: 1.5em;
}

@media screen and (min-width:769px) , print{

}

@media screen and (max-width:1200px) , print{
    .Kodawari2024-block-slide{
        width: 50%;
    }
    .Kodawari2024-block__content{
        width: 50%;
    }
    .Kodawari2024__arrow{
        top: 20rem;
    }
    .Kodawari2024-block__text-wrap{

        margin-top: 0rem;
    }
}
@media screen and (max-width:768px) , print{
    .Kodawari2024{
        padding-top: 10rem;
        background-image: url(../images/index/bg_kodawari.jpg);
        background-image: image-set(url(../images/index/bg_kodawari.jpg) 1x, url(../images/index/bg_kodawari@2x.jpg) 2x);
        background-image: -webkit-image-set(url(../images/index/bg_kodawari.jpg) 1x, url(../images/index/bg_kodawari@2x.jpg) 2x);
        position: relative;
    }
    .Kodawari2024::before{
        display: none;
        /*content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-image: url(../images/index/obj_kodawari.png);
        background-image: image-set(url(../images/index/obj_kodawari.png) 1x, url(../images/index/obj_kodawari@2x.png) 2x);
        background-image: -webkit-image-set(url(../images/index/obj_kodawari.png) 1x, url(../images/index/obj_kodawari@2x.png) 2x);
        background-position: center top;
        background-repeat: no-repeat;*/
    }
    .Kodawari2024__arrow{
        top: 20rem;
    }
    .Kodawari2024-block{
        flex-direction: column;
    }
    .Kodawari2024-block-slide{
        width:100%;
    }
    .Kodawari2024-block-slide img{
        width: 100%;
    }
    .Kodawari2024__arrow{
        top: 50%;
        transform: translateY(50%);
        width: 2rem;
        height: 2rem;
        background: rgba(0,0,0,.6);
    }
    .Kodawari2024__arrow::before{
        content: "";
        display: block;
        width: 1rem;
        height: 1.4rem;
        background-image: url(../images/common/icon_arrow-white.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .Kodawari2024__arrow.swiper-button-prev{
        left: 1.5rem;
    }
    .Kodawari2024__arrow.swiper-button-prev::before{
        transform: rotate(-180deg);
    }
    .Kodawari2024__arrow.swiper-button-next{
        right: 1.5rem;
    }
    .Kodawari2024__arrow::after{
        display: none;
    }
    .Kodawari2024-block:not(:last-child){
        margin-bottom: 4rem;
    }
    .Kodawari2024-block__content{
        /*width: calc(100% - 72rem);*/
        width: 100%;
        padding-left: 0;
        padding-top: 3rem;
        
    }
    .Kodawari2024-block__title{
        /*width: 12.8rem;*/     
        padding-top:3.5rem;
        margin-right: 2.5rem;
    }
    .Kodawari2024-block__title::before{
        top: 1.0rem;  
    }
    .Kodawari2024-block__title span{
        font-size: 2rem;
        
    }
    .Kodawari2024-block__title span:not(:last-child){
        margin-left: 1.5rem;
    }
    .Kodawari2024-block__text-wrap{
        /*width: calc(100% - 20rem);*/
        width: 100%;
        align-self: flex-end;
    }
    .Kodawari2024-block__text:not(:last-child){
        margin-bottom: 1.5em;
    }

}



/* ----- メニュー ----- */
.Menu-layout2024-block{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.Menu-layout2024-block__image{
    width: 50rem;
}
.Menu-layout2024-block__image img{
    width: 100%;
}
.Menu-layout2024-block__content{
    width: calc(100% - (50rem + 3.5rem));
}
.Menu-layout2024-block__content .Button2024{
    margin-left: 0;
}
.Menu-layout2024-block__text{
    font-size: 2.4rem;
    line-height: calc(45 / 24);
    margin-bottom: 3.5rem;
}
i.biko {
    font-style: normal;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    position: absolute;
    left: 20rem;
    display: block;
    top: 3rem;
    width: 110%;
}
@media screen and (max-width:1200px) , print{
   
}
@media screen and (min-width:769px) , print{

}
@media screen and (max-width:768px) , print{
    .Menu-layout2024-block{
     
        width: 100%;
        flex-direction: column;
    }
    .Menu-layout2024-block__image{
        margin-bottom: 3rem;
        width: 100%;
    }
    .Menu-layout2024-block__image img{
        width: 100%;
    }
    .Menu-layout2024-block__content{
        width: 100%;
    }
    .Menu-layout2024-block__content .Button2024{
        margin-left: auto;
    }
    .Menu-layout2024-block__text{
        font-size: 1.4rem;
   
        margin-bottom: 3rem;
    }
    i.biko {
        font-style: normal;
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: 0;
        width: 100%;
        top: 7rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
}





/* ----- グランドメニュー ----- */
.Grand2024 .sec2024__title1{
    margin-bottom: 19rem;
}
.Grand2024__message{
    font-size: 2.4rem;
    margin-bottom: 8.5rem;
    line-height: calc(50 / 24);
    text-align: center;
}
.Grand2024-block-wrap{
    margin-bottom: 12rem;
}
.Grand2024-block{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Grand2024-block:not(:last-child){
    margin-bottom: 12rem;
}
.Grand2024-block__content{
    width: 57.8rem;
}
.Grand2024-block__tag{
    width: 24rem;
    height: 10rem;
    font-size: 4rem;
    letter-spacing: .3em;
    margin-bottom: 5rem;
    font-weight: 700;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: .4em;
}
.Grand2024-block__tag.sp2024{
    display: none;

}
.Grand2024-block__title{
    font-size: 3rem;
    margin-bottom: 4rem;
    font-weight: 700;
    line-height: calc(50 / 30);
    color: #6C6B6B;
}
.Grand2024-block__title__sub{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    color: #6C6B6B;
}
.Grand2024-block__image{
    width: calc(100% - (57.8rem + 10.2rem));
}
.Grand2024-block__image img{
    width: 100%;
}

/* ----- 反転 */
.Grand2024-block.-reverse{
    flex-direction: row-reverse;
}

/* ----- 串焼き */
.Grand2024-gallery .swiper-wrapper {
    transition-timing-function: linear;
  }
.Grand2024-block.-Grand1{
    align-items: flex-start;
}

.Grand2024-gallery__title{
    color: var(--sub-color1);
    font-size: 3.2rem;
    margin-bottom: 6rem;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.Grand2024-gallery__title::before,
.Grand2024-gallery__title::after{
    background: var(--sub-color1);
    content: "";
    display: block;
    width: calc(50% - 5.5em - 4.5rem);
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.Grand2024-gallery__title::before{
    left: 0;
}
.Grand2024-gallery__title::after{
    right: 0;
}
.Grand2024-gallery__inner{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 8rem;
}
.Grand2024-gallery__item{
    width: 38rem;
    border-radius: 3rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    overflow: hidden;
}
.Grand2024-gallery__item img{
    width: 100%;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1200px) , print{
    .Grand2024-block__image {
        width: 45%;
        margin-right: 5rem;
    }
    .-reverse .Grand2024-block__image {
        width: 45%;
        margin-right: 0rem;
        margin-left: 5rem;
    }
    .Grand2024-block__tag{
        width: 20rem;
        height: 8rem;
        font-size: 3rem;
        margin-bottom: 3rem;
    }
    .Grand2024-block__title{
        margin-bottom: 2rem;
    }
    .Grand2024 .sec2024__title1{
        margin-bottom: 9rem;
    }
}
@media screen and (max-width:768px) , print{
    .Grand2024__message{
        font-size: 1.4rem;
        margin-bottom: 4.5rem;
       
    }
    .Grand2024-block-wrap{
        margin-bottom: 10rem;
    }
    .Grand2024-block{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .Grand2024-block:not(:last-child){
        margin-bottom: 5rem;
    }
    .Grand2024-block__content{
        position: relative;
        width: 100%;
    }
    .Grand2024-block__tag{
        width: 15rem;
        height: 7rem;
        font-size: 3rem;
        border: 1px solid #fff;
        color: #fff;
        position: absolute;
        margin-bottom: 0;
        top: -10rem;
        right: 1rem;
        padding-left: 0;
        letter-spacing: 0.1em;
        /*display: flex;
        align-items: center;
        justify-content: center;
        padding-left: .4em;*/
    }
    .Grand2024-block.-reverse .Grand2024-block__tag{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        left: 1rem;
    
    }
    .Grand2024-block.-reverse .sp2024{
        top: -10rem;
       left: 1rem;
    
    }
    .Grand2024-block__title{
        font-size: 2.6rem;
        margin-bottom: 2rem;
    }
    .Grand2024-block__title__sub{
        margin-top: 0.5rem;
        font-size: 1.8rem;
     
    }
    .Grand2024-block__image{
        width: 100%;
        margin-bottom: 2rem;
        margin-right: 0;
    }
    .Grand2024-block__image img{
        width: 100%;
    }
    
    /* ----- 反転 */
    .Grand2024-block.-reverse{
        flex-direction: column;
    }
    
    /* ----- 串焼き */
    .Grand2024-block.-Grand1{
        align-items: flex-start;
    }
    
    .Grand2024-gallery__title{
        color: var(--sub-color1);
        font-size: 2rem;
        margin-bottom: 5rem; 
        font-weight: 700;
        text-align: center;
        position: relative;
    }
    .Grand2024-gallery__title::before,
    .Grand2024-gallery__title::after{
        background: var(--sub-color1);
        content: "";
        display: block;
        width: calc(50% - 11rem - 1.5rem);
        height: 2px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .Grand2024-gallery__title::before{
        left: 0;
    }
    .Grand2024-gallery__title::after{
        right: 0;
    }
    .Grand2024-gallery__inner{
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        margin-bottom: 6rem;
    }
    .Grand2024-gallery__item{
        width: 25rem;
        border-radius: 0;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        overflow: hidden;
    }
    .Grand2024-gallery__item img{
        width: 100%;
    }
    .-reverse .Grand2024-block__image {
        width: 100%;
        margin-right: 0rem;
        margin-left:0;
    }
}



/* ----- 宴会コースメニュー ----- */
.Banquest2024__message,
.Banquest2024__message__biko{
    font-size: 2.4rem;
    margin-bottom: 8.5rem;
    line-height: calc(50 / 24);
    text-align: center;
}
.Banquest2024-block{
    width: 100%;
    margin-bottom: 16rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.Banquest2024-block__content{
    width: 50rem;
}
.Banquest2024-block__title{
    font-size: 3.2rem;
    line-height: calc(40 / 32);
    margin-bottom: 2rem;
    font-weight: 700;
    color: #6C6B6B;
}
.Banquest2024-block-list{
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 1.2rem;
    border: 1px solid #6C6B6B;
    background: rgba(255,255,255,.7);
}
.Banquest2024-block-list__item{
    width: 100%;
    font-size: 1.8rem;
    line-height: calc(32 / 18);
    color: #6C6B6B;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Banquest2024-block-list__item span{
    font-size: 1.6rem;
    letter-spacing: -.05em;
    color: #6C6B6B;
}
.Banquest2024-block-list__item::before{
    content: "◆";
}
.Banquest2024-block__text{
    line-height: calc(25 / 16);
}
.Banquest2024-drink{
    width: 100%;
    margin-bottom: 8rem;
    display: flex;
    align-items: stretch;
    justify-items: center;
    background: #36190E;
}
.Banquest2024-drink__image{
    width: 44rem;
}
.Banquest2024-drink__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Banquest2024-drink__content{
    width: calc(100% - 44rem);
    padding: 3rem 5rem 3rem 8rem;
    position: relative;
}
.Banquest2024-drink__content::before{
    content: "";
    display: block;
    width: 24.7rem;
    height: 22.6rem;
    background-image: url(../images/index/obj_drink.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 4000;
    position: absolute;
    right: 0;
    bottom: 0;
}
.Banquest2024-drink__title{
    font-size: 3.2rem;
    padding-bottom: 1.2rem;
    margin-bottom: 3rem;
    border-bottom: 2px solid #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    position: relative;
    z-index: 6000;
}
.Banquest2024-drink__text{
    font-size: 2.4rem;
    line-height: calc(50 / 24);
    color: #fff;
    position: relative;
    z-index: 6000;
}
.Banquest2024-block__image{
    margin-right: 8rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1200px) , print{
    .Banquest2024-block__image{
        margin-right: 5rem;
        width: 40%;
    }
    .Banquest2024-drink__content{
        width: 60%;
        padding: 3rem 5rem 3rem 4rem;
    }
}
@media screen and (max-width:768px) , print{
    .Banquest2024__message{
        font-size: 1.4rem;
        margin-bottom: 3rem;
        
    }
    .Banquest2024__message__biko{
        font-size: 1.2rem;
        line-height: calc(22 / 12);
        text-align: left;
        display: block;
    }
    .Banquest2024-block{
        width: 100%;
        margin-bottom: 5rem;
        flex-direction: column;
    }
    .Banquest2024-block__image{
        width: 100%;
        margin-bottom: 2rem;
    }
    .Banquest2024-block__image img{
        width: 100%;
    }
    .Banquest2024-block__content{
        width: 100%;
    }
    .Banquest2024-block__title{
        font-size: 2.6rem;  
        margin-bottom: 3rem;
    }
    .Banquest2024-block-list{
        width: 100%;
        padding: 1.5rem;
        margin-bottom: 1.2rem;
        border: 1px solid #6C6B6B;
        background: rgba(255,255,255,.7);
    }
    .Banquest2024-block-list__item{
        width: 100%;
        font-size: 1.8rem;
        line-height: calc(32 / 18);
        color: #6C6B6B;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .Banquest2024-block-list__item span{
        font-size: 1.6rem;
        letter-spacing: -.05em;
        color: #6C6B6B;
    }
    .Banquest2024-block-list__item::before{
        content: "◆";
    }
    .Banquest2024-block__text{
        line-height: calc(25 / 16);
    }
    .Banquest2024-drink{
        width: 100%;
        margin-bottom: 6rem;
        flex-direction: column;
    }
    .Banquest2024-drink__image{
        display: none;
    }
    .Banquest2024-drink__content{
        width: 100%;
        padding: 3rem 2rem 4rem 2rem;
        position: relative;
        text-align: center;
    }
    .Banquest2024-drink__content::before{
        content: "";
        display: block;
        width: 15rem;
        height: 13rem;
        background-image: url(../images/index/obj_drink_sp.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 4000;
        position: absolute;
        right: -0.5rem;
        bottom: 8rem;
    }
    .Banquest2024-drink__title{
        font-size: 2.4rem;
        padding-bottom: 0.5rem;
        margin-bottom: 2rem;
        border-bottom: 2px solid #fff;
        display: inline-block;
        text-align: center;
        z-index: 6000;
    }
    .Banquest2024-drink__text{
        font-size: 1.4rem;
        line-height: calc(50 / 24);
        color: #fff;
        position: relative;
        z-index: 6000;
    }

}



/* ----- ランチメニュー ----- */
.Lunch2024__message{
    font-size: 2.4rem;
    margin-bottom: 8.5rem;
    line-height: calc(50 / 24);
    text-align: center;
}
.Lunch2024-block{
    flex-direction: row-reverse;
}
.Lunch2024-block .Menu-layout2024-block__content{
    width: calc(100% - (50rem + 7rem));
}
.Lunch2024-block__pickup{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.Lunch2024-block__pickup__title{
    width: 22.6rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.Lunch2024-block__pickup__title::before,
.Lunch2024-block__pickup__title::after{
    content: "";
    display: block;
    width: 4.3rem;
    height: 11.9rem;
    background-image: url(../images/index/obj_lunch_pickup_title.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
}
.Lunch2024-block__pickup__title::before{
    margin-left: 3.5rem;
}
.Lunch2024-block__pickup__title::after{
    margin-right: 3.5rem;
    transform: scale(-1, 1);
}
.Lunch2024-block__pickup__title span{
    color: var(--sub-color1);
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: .2em;
    display: block;
}
.Lunch2024-block__pickup__title span:not(:last-child){
    margin-left: 2rem;
}
.Lunch2024-block .Button2024{
    margin-left: auto;
    margin-right: 0;
}
.Lunch2024-block__pickup__item-wrap{
    width: calc(100% - 22.6rem);
    padding-left: 3.7rem;
    margin-bottom: 5rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.Lunch2024-block__pickup__item{
    width: calc((100% - 3rem) / 2);
}
.Lunch2024-block__pickup__item:not(:last-child){
    margin-right: 3rem;
}
.Lunch2024-block__pickup__item__image{
    width: 100%;
    margin-bottom: 1.6rem;
    border-radius: 2rem;
    overflow: hidden;
}
.Lunch2024-block__pickup__item__image img{
    width: 100%;
}
.Lunch2024-block__pickup__item__title{
    font-family: var(--font2);
    width: 14rem;
    height: 3.5rem;
    line-height: calc(36 / 16);
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background: #989898;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0% 0%, 100% 0, 92.8% 50%, 100% 100%, 0% 100%);
}
@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1200px) , print{
    .Lunch2024-block__pickup__item-wrap{
        flex-direction: column;
    }
    .Lunch2024-block__pickup__item:not(:last-child){
        margin-bottom: 3rem;
        margin-right: 0;

    }
    .Lunch2024-block__pickup__item{
        width: 100%;
    }
    .Special2024-block .Menu-layout2024-block__image,
    .Drink2024-block .Menu-layout2024-block__image{
        width: 50%;
        margin-right: 5rem;
    }
    .Takeway2024-block .Menu-layout2024-block__image{
        width: 50%;
        margin-left: 5rem;
    }
    .Special2024-block .Menu-layout2024-block__content,
    .Drink2024-block .Menu-layout2024-block__content {
        width: calc(50% - 5rem);
    }
    .Takeway2024-block .Menu-layout2024-block__content{
        width: calc(50% - 5rem);
    }
}
@media screen and (max-width:1060px) , print{
    .Menu-layout2024-block__image {
        width: calc(50% - 5rem);
    }
    .Lunch2024-block .Menu-layout2024-block__content {
        width:50%;
        margin-right: 5rem;
    }
}
@media screen and (max-width:768px) , print{
    .Lunch2024__message{
        font-size: 1.4rem;
        margin-bottom: 5rem;
        
    }
    .Lunch2024-block{
        flex-direction: column;
    }
    .Lunch2024-block .Menu-layout2024-block__content{
        width:100%;
    }
    .Lunch2024-block__pickup{
        width: 100%;
        flex-direction: column;
    }
    .Lunch2024-block__pickup__title{
        width: 100%;
        margin-bottom: 3rem;
        display: inline;
        writing-mode: horizontal-tb;
        text-align: center;
        position: relative;
    }
    .Lunch2024-block__pickup__title::before,
    .Lunch2024-block__pickup__title::after{
        content: "";
        display: block;
        width: 1.5rem;
        height: 4.5rem;
        position: absolute;
        
    }
    .Lunch2024-block__pickup__title::before{
        margin-left: 0;
        top: -1rem;
        right: 3rem;
    }
    .Lunch2024-block__pickup__title::after{
        margin-right: 0;
        top: -1rem;
        left: 3rem;
        transform: scale(-1, 1);
    }
    .Lunch2024-block__pickup__title span{
        color: var(--sub-color1);
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: .2em;
        display: inline-block;
    }
    .Lunch2024-block__pickup__title span:not(:last-child){
        margin-left: 0;
    }
    .Lunch2024-block .Button2024{
        margin-left: auto;
        margin-right: auto;
    }
    .Lunch2024-block__pickup__item-wrap{
        width: 100%;
        padding-left:0;
        margin-bottom: 5rem;
       
    }
    .Lunch2024-block__pickup__item{
        width: calc((100% - 3rem) / 2);
    }
    .Lunch2024-block__pickup__item:not(:last-child){
        margin-right: 3rem;
    }
    .Lunch2024-block__pickup__item__image{
        width: 100%;
        margin-bottom: 1.6rem;
        border-radius: 2rem;
        overflow: hidden;
    }
    .Lunch2024-block__pickup__item__image img{
        width: 100%;
    }
    .Lunch2024-block__pickup__item__title{
        font-family: var(--font2);
        width: 14rem;
        height: 3.5rem;
        line-height: calc(36 / 16);
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        background: #989898;
        display: flex;
        align-items: center;
        justify-content: center;
        clip-path: polygon(0% 0%, 100% 0, 92.8% 50%, 100% 100%, 0% 100%);
    }
    .Menu-layout2024-block__image {
        width:100%;
    }
    .Lunch2024-block__pickup__item-wrap{
        flex-direction: row;
    }
    .Lunch2024-block__pickup__item:not(:last-child){
        margin-bottom: 0;
    }
    .Special2024-block .Menu-layout2024-block__image,
    .Drink2024-block .Menu-layout2024-block__image{
        width: 100%;
        margin-right: 0rem;
    }
    .Special2024-block .Menu-layout2024-block__content, 
    .Drink2024-block .Menu-layout2024-block__content{
        width: 100%;
    }
    .Takeway2024-block .Menu-layout2024-block__image{
        width: 100%;
        margin-left: 0;
    }
    .Takeway2024-block .Menu-layout2024-block__content{
        width: 100%;
    }
}



/* ----- ドリンクメニュー ----- */
.Drink2024-gallery{
    width: 100%;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Drink2024-gallery__item{
    width: 20rem;
    border-radius: 2rem;
    overflow: hidden;
}
.Drink2024-gallery__item:not(:last-child){
    margin-right: 2rem;
}
.Drink2024-gallery__item img{
    width: 100%;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1200px) , print{

}
@media screen and (max-width:768px) , print{
    .Drink2024-gallery{
        width: 100%;
        margin-top: 3rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .Drink2024-gallery__item{
        width: 20rem;
        border-radius: 2rem;
        overflow: hidden;
    }
    .Drink2024-gallery__item:not(:last-child){
        margin-right: 2rem;
    }
    .Drink2024-gallery__item img{
        width: 100%;
    }

}



/* ----- テイクアウトメニュー ----- */
.Takeway2024-block{
    flex-direction: row-reverse;
}
.Takeway2024-block .Button2024{
    margin-left: auto;
    margin-right: 0;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1200px) , print{

}
@media screen and (max-width:768px) , print{
    .Takeway2024-block{
        flex-direction: column;
    }
    .Takeway2024-block .Button2024{
        margin-left: auto;
        margin-left: auto;
    }

}



/* ----- 毎月の特選メニュー（季節） ----- */

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1200px) , print{

}
@media screen and (max-width:768px) , print{

}



/* ----- 店舗案内 ----- */
.Store2024{
    background-image: url(../images/index/bg_store.jpg);
    background-image: image-set(url(../images/index/bg_store.jpg) 1x, url(../images/index/bg_store@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../images/index/bg_store.jpg) 1x, url(../images/index/bg_store@2x.jpg) 2x);
}
.Store2024-pref:not(:last-child){
    margin-bottom: 11.5rem;
}
.Store2024-pref__title{
    width: 18.5rem;
    height: 11.6rem;
    margin-bottom: 5.8rem;
    font-size: 2.8rem;
    color: #fff;
    font-weight: 700;
    background: #36190E;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.Store2024-pref__title::before{
    content: "";
    display: block;
    width: 50vw;
    height: 100%;
    left: -50vw;
    top: 0;
    position: absolute;
    background: #36190E;
}
.Store2024-pref__title::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 4.6rem 4.6rem;
    border-color: transparent transparent #916554 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}
.Store2024-pref__title .dec{
    position: relative;
}
.Store2024-pref__title .dec::after{
    content: "";
    display: block;
    background-image: url(../images/index/arrow_square.svg);
    width: 20px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    right: -3rem;
    top: -0.5rem;
    bottom: 0;
}
.Store2024-block{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.Store2024-block:not(:last-child){
    margin-bottom: 10rem;
}
.Store2024-block__left{
    width: 53.4rem;
}
.Store2024-block__title{
    width: 100%;
    font-size: 3rem;
    height: 9rem;
    font-weight: 700;
    line-height: calc(42 / 30);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Store2024-block__image{
    width: 100%;
    margin-bottom: 3rem;
}
.Store2024-block__image img{
    width: 100%;
}
.Store2024-block__address{
    font-size: 2rem;
    margin-bottom: .6rem;
    line-height: calc(29 / 20);
}
.Store2024-block__tel{
    width: 100%;
    font-size: 2.3rem;
    line-height: calc(29 / 23);
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: #7E0B0B;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Store2024-block__tel::before{
    content: "";
    display: block;
    width: 1.5rem;
    height: 2.4rem;
    margin-right: .7rem;
    background-image: url(../images/common/icon_tel-red.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.Store2024-block__googlemap{
    width: 100%;
    height: 9rem;
}
.Store2024-block__googlemap a{
    width: 100%;
    height: 100%;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #989898;
}
.Store2024-block__right{
    width: calc(100% - 53.4rem);
    padding-left: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.Store2024-block__reservation{
    width: 42rem;
    height: 9rem;
}
.Store2024-block__reservation a{
    width: 100%;
    height: 100%;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #7E0B0B;
}
.Store2024-block-data{
    width: 100%;
    height: calc(100% - 9rem);
}
.Store2024-block-data__item{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.Store2024-block-data__item__title{
    width: 13.8rem;
    height: 5.2rem;
    padding: 1.5rem 2.2rem;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: calc(20 / 17);
    background: #DCDCDC;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Store2024-block-data__item__text{
    width: calc(100% - 13.8rem);
    padding: 1.5rem 2.2rem;
    height: 5.2rem;
    line-height: calc(24 / 16);
    background: rgba(255,255,255,.7);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Store2024-block-data__item__text img{
 width: 3.7rem;
 height: 3.7rem;
}
.Store2024-block-data__item__text img:not(:last-child){
    margin-right: 1.5rem;

}
.Store2024-block-data__item:not(:last-child){
    margin-bottom: .3rem;
}
.Store2024-block-data__item:last-child{
    height: calc(100% - (5.5rem * 7));
}
.Store2024-block-data__item:last-child .Store2024-block-data__item__title{
    height: 100%;
    align-items: flex-start;
}
.Store2024-block-data__item:last-child .Store2024-block-data__item__text{
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1200px) , print{
    .Store2024-block__left{
        width: 40%;
    }
    .Store2024-block__right{
        width: 60%;
    }
    .Store2024-block__reservation{
        width: 100%;
    }
}
@media screen and (max-width:768px) , print{
    .Store2024{
        background-image: url(../images/index/bg_store.jpg);
        background-image: image-set(url(../images/index/bg_store.jpg) 1x, url(../images/index/bg_store@2x.jpg) 2x);
        background-image: -webkit-image-set(url(../images/index/bg_store.jpg) 1x, url(../images/index/bg_store@2x.jpg) 2x);
    }
    .Store2024-pref:not(:last-child){
        margin-bottom: 10 rem;
    }
    .Store2024-pref__title{
        width: 16rem;
        height: 5rem;
        margin-bottom: 5rem;
        font-size: 2rem;
        padding-right: 3rem;
        color: #fff;
        font-weight: 700;
        background: #36190E;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .Store2024-pref__title::before{
        content: "";
        display: block;
        width: 50vw;
        height: 100%;
        left: -50vw;
        top: 0;
        position: absolute;
        background: #36190E;
    }
    .Store2024-pref__title::after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 1.6rem 1.6rem;
        border-color: transparent transparent #916554 transparent;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .Store2024-pref__title .dec{
        position: relative;
    }
    .Store2024-pref__title .dec::after{
        content: "";
        display: block;
        background-image: url(../images/index/arrow_square.svg);
        width: 1.3rem;
        height: 1rem;
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        right: -3rem;
        top: -0.5rem;
        bottom: 0;
    }
    .Store2024-block{
        width: 100%;
        flex-direction: column;
    }
    .Store2024-block:not(:last-child){
        margin-bottom: 6rem;
    }
    .Store2024-block__left{
        width: 100%;
    }
    .Store2024-block__title{
        width: 100%;
        font-size: 2rem;
        height:auto;
        justify-content: center;
        margin-bottom: 1.5rem;
    }
    .Store2024-block__image{
        width: 100%;
        margin-bottom: 2rem;
    }
    .Store2024-block__image img{
        width: 100%;
    }
    .Store2024-block__address{
        font-size: 1.4rem;
        margin-bottom: .6rem;
    }
    .Store2024-block__tel{
        width: 100%;
        font-size: 1.6rem;
        margin-bottom: 1.5rem;

    }
    .Store2024-block__tel::before{
        content: "";
        display: block;
        width: 1.5rem;
        height: 2.4rem;
        margin-right: .7rem;
        background-image: url(../images/common/icon_tel-red.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    .Store2024-block__googlemap{
        width: 100%;
        height: 6rem;
        margin-bottom: 2rem;
    }
    .Store2024-block__googlemap a{
        width: 100%;
        height: 100%;
        font-size: 1.6rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #000000;
    }
    .Store2024-block__right{
        width: 100%;
        padding-left:0;
        flex-direction: column;
        
    }
    .Store2024-block__reservation{
        width: 100%;
        height: 6rem;
        margin-bottom: 3rem;
    }
    .Store2024-block__reservation a{
        width: 100%;
        height: 100%;
        font-size: 1.6rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #7E0B0B;
    }
    .Store2024-block-data{
        width: 100%;
        height: calc(100% - 9rem);
    }
    .Store2024-block-data__item{
        width: 100%;
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
    }
    .Store2024-block-data__item__title{
        width: 8.5rem;
        height: auto;
        padding: 1.2rem 1.2rem;
        font-size: 1.2rem;

    }
    .Store2024-block-data__item__text{
        width: calc(100% - 8.5rem);
        padding: 1.2rem 1.8rem;
        height: auto;
        min-height: 4rem;
    }
    .Store2024-block-data__item__text img{
        width: 2.5rem;
        height: 2.5rem;
    }
    .Store2024-block-data__item__text img:not(:last-child){
        margin-right: 1rem;
    
    }
    .Store2024-block-data__item:not(:last-child){
        margin-bottom: .3rem;
    }
    .Store2024-block-data__item:last-child{
        height: calc(100% - (5.5rem * 7));
    }
    .Store2024-block-data__item:last-child .Store2024-block-data__item__title{
        height: auto;
        align-items: flex-start;
    }
    .Store2024-block-data__item:last-child .Store2024-block-data__item__text{
        height: 100%;
        align-items: flex-start;
    }

}



/* ----- バナー ----- */
.Banner2024{
    padding-top: 15rem;
    padding-bottom: 15rem;
    background-image: url(../images/index/bg_banner.jpg);
    background-image: image-set(url(../images/index/bg_banner.jpg) 1x, url(../images/index/bg_banner@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../images/index/bg_banner.jpg) 1x, url(../images/index/bg_banner@2x.jpg) 2x);
}
.Banner2024-block{
    max-width: 136.4rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.Banner2024-block a:hover{
    opacity: 0.6;
    transition: .3s all ease-in-out;
}
.Banner2024-block__text{
    font-size: 1.2rem;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: calc(-1em - 1.8rem);
}
@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1200px) , print{

}
@media screen and (max-width:768px) , print{
    .Banner2024{
        padding-top: 10rem;
        padding-bottom: 8rem;
        background-image: url(../images/index/bg_banner.jpg);
        background-image: image-set(url(../images/index/bg_banner.jpg) 1x, url(../images/index/bg_banner@2x.jpg) 2x);
        background-image: -webkit-image-set(url(../images/index/bg_banner.jpg) 1x, url(../images/index/bg_banner@2x.jpg) 2x);
    }
    .Banner2024-block{
        max-width: none;
        width: 100%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .Banner2024-block img{
        width: 100%;
    }
    .Banner2024-block__text{
        font-size: 1.2rem;
        line-height: 1;
        position: absolute;
        right: 0;
        bottom: calc(-1em - 1.8rem);
    }
    .application2024{
        padding-top:4rem;
        padding-bottom:6rem;
        background-image: image-set(url(../images/index/bg_banner2.jpg) 1x, url(../images/index/bg_banner2@2x.jpg) 2x);
        background-image: -webkit-image-set(url(../images/index/bg_banner2.jpg) 1x, url(../images/index/bg_banner2@2x.jpg) 2x);
    }
    .application2024 p{
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 2rem;
    }
    .application2024 img.img_search{
        width: 30rem;
        margin-bottom: 3rem;
        text-align: center;
        margin: 0 auto 3rem;
        display: block;
    }
    .application2024 .application_Banner_flex{
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
    }
    .application2024 a:not(:last-child){
        margin-right: 2rem;
    }
    .application2024 a{
       
    }
    .application2024 .application_Banner_flex img{
      width: 100%;
      display: inline-block;
    }
    .application2024 .application_Banner_flex .img_applibanner1{
       width: 16rem;
    }
    .application2024 .application_Banner_flex .img_applibanner2{
        width: 20rem;
    }
    .application2024 .application_Banner_flex img:not(:last-child){
      margin-right: 2rem;
    }
    .application2024{

    }
}