@charset "utf-8";

.container {
    overflow: hidden;
}

/* ========================================
article header
===========================================*/
.article header {
    height: 720px;
    background-color: #FAFAF2;
    /* position: relative; */
    margin-top: 58px;
    padding: 24px var(--contentPadding) 48px;
}

.article__header__box {
    display: block;
    height: 640px;
    width: 100%;
    border-radius: 12px; 
    background-image: url(../images/menu_hero-img_sp.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: rgba(90, 51, 3, 0.20);
    background-blend-mode: darken;
    border-radius: 12px;
}

.mainCaption1 {
    color: #FAFAF2;
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1;
    padding-top: 56px;
}

.mainCaption2 {
    color: #FAFAF2;
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-weight: 700;
}

.mainCaption2__caption {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-top: 24px;
}

.mainCaption2__heading {
    font-size: 2rem;
    line-height: 1.1;
    margin-top: 8px;
}

.companyName--top {
    font-family: Rokkitt;
    font-size: 2.4rem;
}


/* article header pc */
@media screen and (min-width: 769px) {
    .article header {
        height: 750px;
        margin-top: 82px;
    }

    .article__header__box {
        height: 630px;
        background-image: url(../images/menu_hero-img_pc.jpg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: cover;
    }

    .mainCaption {
        display: block;
        width: 710px;
        margin-left: auto;
        margin-right: 0;
    }

    .mainCaption1 {
        font-size: 5.4rem;
        padding-top: 320px;
        padding-right: 5.5%;
    }
    
    .mainCaption2__caption {
        font-size: 2.4rem;
        margin-top: 45px;
    }

    .mainCaption2__heading {
        font-size: 3.2rem;
        margin-top: 8px;
    }
    
    .companyName--top {
        font-family: Rokkitt;
        font-size: 4rem;
    }  
}
/* pc 769px */



/* ========================================
menu
===========================================*/
.section--menu {
    background: linear-gradient(0deg, rgba(250, 250, 242, 0.70) 0%, rgba(250, 250, 242, 0.70) 100%), #F2E5D5;
    overflow: hidden;
}

.spTxt--menu {
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 24px;
}

.menuTitle {
    display: flex;
    align-items: center;
    margin: 56px auto 32px;
    position: relative;
}

.menuTitle::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 12px;
    background: rgba(90, 51, 3, 0.08);
}

.iconDrinks {
    width: 70px;
    height: 70px;
    position: absolute;
    left: -13px;
}

.iconFoods {
    width: 62px;
    height: 62px;
    position: absolute;
    left: -11px;
}

.menuTitle h5 {
    font-family: Rokkitt;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.1;
    position: absolute;
    left: 56px;
    top: -16px;
}

.lineUp {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.lineUp__img {
    display: inline-block;
    width: 113px;
    height: 113px;
}

.lineUp__content {
    display: none;
}

.section__btn--menu {
    margin-top: 56px;
}

/* modal window sp only */
.modal-container::after {
    display: none;
    content: '';
    background-color: rgba(242, 229, 213, 0.92);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-container.open::after {
    display: block;
    z-index: 90;
}

.modal__item {
    z-index: -10;
    opacity: 0;
    transition: 1s;
    width: 0;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 2px 2px 4px 0px rgba(90, 51, 3, 0.10);

    width: 260px;
    height: 580px;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal__item.open {
    z-index: 100;
    opacity: 1;
}

.modal__img {
    display: block;
    width: 260px;
    height: 260px;
}

.modal__item img {
    display: block;
    border-radius: 12px 12px 0 0;
}

.modal__content {
    display: block;
    width: 260px;
    height: 320px;
}

.modal__category {
    text-align: center;
    font-family: "IBM Plex Sans";
    line-height: 1.1;
    margin-top: 16px;
}

.modal__category--hot {
    color: #B23303;
    font-size: 2rem;
    font-weight: 700;
}

.modal__category--ice {
    color: #1B2CB3;
    font-size: 2rem;
    font-weight: 700;
}

.modal__category {
    color: #282E24;
    font-size: 1.6rem;
    font-weight: 500;
}

.modal__name {
    font-family: "IBM Plex Sans JP";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;

    display: block;
    width: 223px;
    height: 46px;
    margin: 14px auto 0;
}

.modal__name--foods {
    margin-top: 36px;
}

.modal__pointBox {
    width: 230px;
    padding: 16px;
    border: 1px solid rgba(90, 51, 3, 0.25);
    margin: 10px auto 0;
}

.modal__point {
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
}

.modal__pointTxt {
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    margin-top: 12px;
}

.button__close {
    display: none;
    width: 24px;
    height: 24px;
    position: fixed;
    top: 56px;
    right: 4.2%;
    z-index: 100;
}

.button__close.open {
    display: block;
}

.close img {
    width: 100%;
}

/* hoverの設定 */
.lineUp__item:active {
    background-color: rgba(250, 250, 242, 0.85);
}

.modal__item:active {
    background-color: rgba(250, 250, 242, 0.85);
}


/* menu pc */
@media screen and (min-width: 769px) {
    .spTxt--menu {
        display: none;
    }

    .menuTitle {
        margin: 120px auto 64px;
    }
    
    .menuTitle::before {
        height: 25px;
    }
    
    .iconDrinks {
        width: 140px;
        height: 140px;
        position: absolute;
        left: -29px;
    }
    
    .iconFoods {
        width: 135px;
        height: 135px;
        position: absolute;
        left: -20px;
    }
    
    .menuTitle h5 {
        font-size: 3.2rem;
        left: 130px;
        top: -16px;
    }
    
    .lineUp {
        display: flex;
        flex-wrap: wrap;
        gap: 32px 36px;
        margin-left: 10%;
    }

    .lineUp__item {
        border-radius: 12px;
        background: #FFF;
        box-shadow: 2px 2px 4px 0px rgba(90, 51, 3, 0.10);

        width: 260px;
        height: 580px;
    }

    .lineUp__item:active,
    .modal__item:active {
        background-color: transparent !important; /* 背景色を無効化 */
        pointer-events: none; /* クリック時のアクティブ効果を無効化（必要なら削除） */
    }
    
    .lineUp__img {
        display: block;
        width: 260px;
        height: 260px;
    }

    .lineUp__item img {
        display: block;
        border-radius: 12px 12px 0 0;
    }
    
    .lineUp__content {
        display: block;
        width: 260px;
        height: 320px;
    }

    .lineUp__category {
        text-align: center;
        font-family: "IBM Plex Sans";
        line-height: 1.1;
        margin-top: 16px;
    }

    .lineUp__category--hot {
        color: #B23303;
        font-size: 2rem;
        font-weight: 700;
    }

    .lineUp__category--ice {
        color: #1B2CB3;
        font-size: 2rem;
        font-weight: 700;
    }

    .lineUp__category {
        color: #282E24;
        font-size: 1.6rem;
        font-weight: 500;
    }

    .lineUp__name {
        font-family: "IBM Plex Sans JP";
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.1;

        display: block;
        width: 223px;
        height: 46px;
        margin: 14px auto 0;
    }

    .lineUp__name--foods {
        margin-top: 36px;
    }
    
    .section__btn--menu {
        margin-top: 120px;
    }

    .lineUp__pointBox {
        width: 230px;
        padding: 16px;
        border: 1px solid rgba(90, 51, 3, 0.25);
        margin: 10px auto 0;
    }

    .lineUp__point {
        font-family: "IBM Plex Sans JP";
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.1;
    }

    .lineUp__pointTxt {
        font-family: "IBM Plex Sans JP";
        font-size: 1.6rem;
        margin-top: 12px;
    }
}
/* pc 769px */

/* ========================================
recommended menu
===========================================*/
.pcBr {
    display: none;
}

.recommendedMenuTitle {
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1;

    margin-top: 48px;
}

.recommendedMenu__item {
    display: block;
    width: 100%;
    max-width: 343px;
    height: 134px;
    border-radius: 20px;

    margin: 32px auto 0;
}

.recommendedMenu__item--a {
    background-image: url(../images/recommended-menu_background_a.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;

    margin-top: 48px;
}

.recommendedMenu__item--b {
    background-image: url(../images/recommended-menu_background_b.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: auto;
}

.recommendedMenu__item--c {
    background-image: url(../images/recommended-menu_background_c.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.recommendedMenu__item--d {
    background-image: url(../images/recommended-menu_background_d.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.recommendedMenu__item p:nth-of-type(1) {
    color: #5A3303;
    text-align: center;
    font-family: Rokkitt;
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 1.18;
}

.recommendedMenu__item p:nth-of-type(2) {
    color: #282E24;
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 16px 10px;

    margin-top: 8px;
}

/* recommended menu pc */
@media screen and (min-width: 769px) {
    .recommendedMenuTitle {
        font-size: 4.2rem;
    
        margin-top: 64px;
    }
    
    .recommendedMenu__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1000px;
        gap: 56px 64px;
        margin: 64px auto 0;
    }

    .recommendedMenu__item {
        display: block;
        max-width: 468px;
        height: 150px;
    
        margin: 0;
    }
    
    .recommendedMenu__item--a {
        margin-top: 0px;
    }
    
    .recommendedMenu__item p:nth-of-type(2) {
        color: #282E24;
        font-family: "IBM Plex Sans JP";
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.4;
        padding: 0;
        text-align: center;
    }

    .pcBr {
        display: block;
    }
}

/* ========================================
recommended menu detail
===========================================*/
.section--recommendedMenuDetail {
    background: linear-gradient(0deg, rgba(250, 250, 242, 0.70) 0%, rgba(250, 250, 242, 0.70) 100%), linear-gradient(180deg, #FAFAF2 54.33%, #F2E5D5 100%);
    padding: 0 var(--contentPadding) 100px;
}

.recommendedMenu__detail {
    max-width: 375px;
    margin: 0 auto;
}

.recommendedMenu__itemDetail {
    position: relative;
    margin-top: 60px;
}

.recommendedMenu__itemDetail img:nth-of-type(1) {
    display: block;
    width: 160px;
    height: 6px;
    position: absolute;
    top: 0;
    left: -4.2%;
}

.recommendedMenu__itemDetail img:nth-of-type(2) {
    display: none;
}

.recommendedMenu__itemDetail--a img:nth-of-type(3),
.recommendedMenu__itemDetail--c img:nth-of-type(3) {
    display: block;
    width: 150px;
    position: absolute;
    top: 40px;
    right: -16px;
}

.recommendedMenu__itemDetail--b img:nth-of-type(3),
.recommendedMenu__itemDetail--d img:nth-of-type(3) {
    display: block;
    width: 122px;
    position: absolute;
    top: 40px;
    right: -16px;
}

.recommendedMenu__itemDetail--a img:nth-of-type(4),
.recommendedMenu__itemDetail--c img:nth-of-type(4) {
    display: block;
    width: 99px;
    position: absolute;
    top: 40px;
    right: 49px;
}

.recommendedMenu__itemDetail--b img:nth-of-type(4),
.recommendedMenu__itemDetail--d img:nth-of-type(4) {
    display: block;
    width: 80px;
    position: absolute;
    top: 40px;
    right: 42px;
}

.recommendedMenu__itemDetail img:nth-of-type(5) {
    display: block;
    border-radius: 16px;
    margin: 48px auto 0;
    width: 280px;
}

.recommendedMenu__itemDetail p {
    font-family: "IBM Plex Sans JP";
    display: block;
    width: 284px;
}

.recommendedMenu__itemDetail p:nth-of-type(1) {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 160px 0 0 0;
    margin: 0 auto;
}

.recommendedMenu__itemDetail p:nth-of-type(2) {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 12px auto 0;
}

.recommendedMenu__itemDetail p:nth-of-type(3) {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 48px auto 0;
}

.recommendedMenu__itemDetail h4 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 12px auto 0;
    font-family: "IBM Plex Sans JP";
    display: block;
    width: 284px;
}

.recommendedMenu__itemDetail p:nth-of-type(4) {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 48px auto 0;
}

.recommendedMenu__detailTxt {
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 108px;
}

/* recommended menu detail pc */
@media screen and (min-width: 769px) {
    .recommendedMenu__detail {
        max-width: 1000px;
        margin: 0 auto;
    }
    
    .recommendedMenu__itemDetail {
        position: relative;
        margin-top: 128px;
        z-index: 0;
    }

    .recommendedMenu__itemDetail--a img:nth-of-type(1),
    .recommendedMenu__itemDetail--c img:nth-of-type(1) {
        display: block;
        width: 500px;
        height: 8px;
        position: absolute;
        top: 0;
        left: auto;
        right: -5.5%;
    }

    .recommendedMenu__itemDetail--a img:nth-of-type(2),
    .recommendedMenu__itemDetail--c img:nth-of-type(2) {
        display: block;
        width: 8px;
        height: 500px;
        position: absolute;
        top: -50px;
        right: 0;
    }

    .recommendedMenu__itemDetail--b img:nth-of-type(1),
    .recommendedMenu__itemDetail--d img:nth-of-type(1) {
        display: block;
        width: 500px;
        height: 8px;
        position: absolute;
        top: 0;
        left: -5.5%;
    }

    .recommendedMenu__itemDetail--b img:nth-of-type(2),
    .recommendedMenu__itemDetail--d img:nth-of-type(2) {
        display: block;
        width: 8px;
        height: 500px;
        position: absolute;
        top: -50px;
        left: 0;
    }
    
    .recommendedMenu__itemDetail--a img:nth-of-type(3),
    .recommendedMenu__itemDetail--c img:nth-of-type(3) {
        display: block;
        width: 276px;
        position: absolute;
        top: 64px;
        right: auto;
        left: 0;
    }
    
    .recommendedMenu__itemDetail--b img:nth-of-type(3),
    .recommendedMenu__itemDetail--d img:nth-of-type(3) {
        display: block;
        width: 238px;
        position: absolute;
        top: 64px;
        right: 0;
    }
    
    .recommendedMenu__itemDetail--a img:nth-of-type(4),
    .recommendedMenu__itemDetail--c img:nth-of-type(4) {
        display: block;
        width: 195px;
        position: absolute;
        top: 140px;
        right: auto;
        left: 0;
    }
    
    .recommendedMenu__itemDetail--b img:nth-of-type(4),
    .recommendedMenu__itemDetail--d img:nth-of-type(4) {
        display: block;
        width: 180px;
        position: absolute;
        top: 134px;
        right: 0;
    }
    
    .recommendedMenu__itemDetail img:nth-of-type(5) {
        display: block;
        border-radius: 16px;
        margin: 42px auto 0;
        width: 450px;
    }
    
    .recommendedMenu__itemDetail p {
        font-family: "IBM Plex Sans JP";
        display: block;
        width: 600px;
    }

    .recommendedMenu__itemDetail--c p:nth-of-type(4) {
        width: 630px;
    }

    .recommendedMenu__itemDetail--d p:nth-of-type(4) {
        width: 645px;
    }
    
    .recommendedMenu__itemDetail p:nth-of-type(1) {
        font-size: 2rem;
        padding: 132px 0 0 0;
        margin: 0 auto;
        text-align: center;
    }
    
    .recommendedMenu__itemDetail p:nth-of-type(2) {
        text-align: center;
    }
    
    .recommendedMenu__itemDetail p:nth-of-type(3) {
        margin: 142px auto 0;
        text-align: center;
    }
    
    .recommendedMenu__itemDetail h4 {
        font-size: 4.2rem;
        margin: 8px auto 0;
        text-align: center;
        font-family: "IBM Plex Sans JP";
        display: block;
        width: 600px;
    }
    
    .recommendedMenu__itemDetail p:nth-of-type(4) {
        margin: 42px auto 0;
    }
    
    .recommendedMenu__detailTxt {
        text-align: center;
        font-family: "IBM Plex Sans JP";
        font-size: 2.4rem;
        font-weight: 500;
        margin-top: 108px;
    }
}
/* pc 769px */

/* ========================================
contact
===========================================*/
.section--contact {
    position: relative;
}

.topic--contact {
    color: #B23303;
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4; 

    display: block;
    padding: 10px 0;
    margin: 0 auto;
    width: 300px;
    background: linear-gradient(90deg, rgba(250, 250, 242, 0.90) 1.67%, #F2E5D5 51.5%, rgba(250, 250, 242, 0.90) 100%);

    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    z-index: 50;
}

.contentBox {
    width: 100%;
    height: 662px;
    margin-top: 32px;
    padding: 90px 0px 0px 0px;
    border-radius: 12px;
    border: 2px solid rgba(90, 51, 3, 0.70);

    position: relative;
}

.contactTxt {
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    padding: 0 3.5%;
}

.nav__btn--contactSection {
    display: block;
    margin: 20px auto 0;
}

.trackRecordTxt {
    display: block;
    font-family: "IBM Plex Sans JP";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    padding: 0 3.5%;

    margin-top: 64px;
}

.trackRecordLink {
    display: inline;
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    border-bottom: 1.5px solid rgba(178, 51, 3, 0.50);
}

.trackRecordTxt a {
    position: relative;
    z-index: 1;
}

.contactBox__img0 {
    display: block;
    width: 85%;
    max-width: 450px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.contactBox__img1 {
    display: block;
    width: 17%;
    position: absolute;
    right: 2%;
    top: 380px;
}

.contactBox__img2 {
    display: block;
    width: 17%;
    position: absolute;
    right: 62%;
    bottom: -20px;
}

.contactBox__img3 {
    display: block;
    width: 26%;
    position: absolute;
    left: 2%;
    bottom: 0;
}

/* contact pc */
@media screen and (min-width: 769px) {
    .section--contact {
        padding: 80px 5.5%;
    }
    .topic--contact {
        font-size: 2rem;
        width: 519px;
    }

    .contentBox {
        height: 435px;
        max-width: 1280px;
        margin: 20px auto 0;
        padding: 120px 0px 0px 0px;
    }
    
    .contactTxt {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .nav__btn--contactSection {
        margin: 28px auto 0;
    }
    
    .trackRecordTxt {
        font-size: 1.6rem;
        margin-top: 72px;
        text-align: center;
    }
    
    .trackRecordLink {
        font-size: 1.8rem;
    }

    .contactBox__img0 {
        display: block;
        width: 60%;
        max-width: 350px;
        z-index: -1;
    }

    .contactBox__img1 {
        display: block;
        width: 8.2%;
        position: absolute;
        right: 3%;
        top: 25px;
    }
    
    .contactBox__img2 {
        display: block;
        width: 9.8%;
        position: absolute;
        right: 75%;
        bottom: -25px;
    }
    
    .contactBox__img3 {
        display: block;
        width: 17%;
        position: absolute;
        left: 1.2%;
    }
}
/* pc 769px */