@charset "utf-8";

/* fadein */
/* 初期状態：ぼやけて透明 */
.container,
.fixed__instagram{
    opacity: 0;
    filter: blur(10px);
    transition: opacity 2s ease, filter 2s ease;
}
  
  /* 表示状態：くっきり表示 */
.container.visible,
.fixed__instagram.visible {
    opacity: 1;
    filter: blur(0);
}

/* =====
header
===== */
.header{
    width: 100%;
    height: 50px;
    padding: 0px 6.7%;
    display: flex;
    justify-content: space-between;
}

.header__topic{
    font-size: 1.2rem;
    padding-top: 16px;
    color: var(--primary-black);
}

.header__btn{
    cursor: pointer;
}

.header__btn1,
.header__btn2{
    width: 20px;
    height: 1px;
    background-color: var(--primary-black);
    transition: margin-top 0.3s ease;
    cursor: pointer;
}

.header__btn1{
    margin-top: 21px;
}

.header__btn2{
    margin-top: 9px;
}

.header__btn1.header__btnactive{
    margin-top: 25px;
}

.header__btn2.header__btnactive{
    margin-top: 0px;
}

/* nav */
.nav{
    background-color: rgba(50, 50, 50, 0.8); 
    backdrop-filter: blur(8px);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.4s ease;
    opacity: 0;
    pointer-events: none;
}

.nav.active{
    opacity: 1;
    pointer-events: auto;
}

.nav__header{
    padding: 25px 6.7%;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.nav__list{
    padding: 0 6.7%;
}

.nav__item,
.nav__item__img,
.nav__instagram{
    width: 82.5px;
    margin-left: auto;
    color: white;
}

.nav__item{
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 30px;
    font-family: var(--primary-fonts2);
}

.nav__item:first-of-type{
    margin-top: 50px;
}

.nav__instagram{
    font-family: Cormorant Garamond;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 1.2px;
    margin-top: 60px;
    position: relative;
}

.nav__instagram::before{
    display: block;
    content: '';
    width: 82.5px;
    height: 0.5px;
    background-image: url(../img/item/nav__item__img__white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: -30px;
    position: absolute;
}

.nav__instagram::after{
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(../img/item/instagram__icon__white.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 6.5px;
    top: 0px;
}

.fixed__instagram{
    font-family: var(--primary-fonts2);
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 1.2px;
    width: 57.584px;
    height: 12px;
    transform: rotate(90deg);
    z-index: 100;
    position: fixed;
    top: 83vh;
    right: -10px;
}

.fixed__instagram::after{
    display: block;
    content: '';
    background-image: url(../img/item/instagram__icon__white.webp);
    width: 12px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: -12px;
    left: 65.3px;
}
.fixed__instagram.bg-black::after {
    background-image: url(../img/item/instagram__icon.webp);
}

/* pc */
@media screen and (min-width:769px){
   .header__btn,
   .nav__header,
   .nav__instagram{
    display: none;
   }

   .header{
        padding: 0px var(--primary-margin120pxpc);
        position: relative;
   }

   .header__topic{
        font-size: 2rem;
        line-height: 1.2;
        padding-top: 48px;
   }

   .nav{
        background-color: transparent; 
        backdrop-filter: none;
        height: auto;
        position: static;
        opacity: 1;
        pointer-events: auto;
    }

    .nav__list{
        display: flex;
        gap: 4.17vw;
        /* 60px */
        position: absolute;
        right: var(--primary-margin120pxpc);
        padding: 0px;
        margin-top: 50px;
    }

    .nav__item {
        font-size: 2rem;
        line-height: 1;
        margin-top: 0px;
        color: var(--primary-black);
        width: auto;
    }

    .nav__item:first-of-type {
        margin-top: 0px;
    }

    .fixed__instagram{
        font-size: 2rem;
        letter-spacing: 2px;
        width: 95.54px;
        height: 21px;
        top: 83vh;
        right: 0.89vw;
        /* 12.73px */
    }

    .fixed__instagram::after{
        width: 20px;
        height: 20px;
        top: -18px;
        left: 103px;
    }
}
/* ^pc */

/* =====
main--menu
===== */
.drink__img1{
    width: 46.67vw;
    /* 175px */
    aspect-ratio: 175/192;
    margin: 30px var(--primary-margin25pxsp) 0px auto;
}

.drink__img2{
    width: 45.34vw;
    /* 170px */
    aspect-ratio: 85/87;
    margin: 30px auto 40px var(--primary-margin25pxsp);
}

.drink__img1 img,
.drink__img2 img,
.toast__img1 img,
.toast__img2 img,
.cake__img1 img,
.cake__img2 img,
.cake__img3 img{
    width: 100%;
}

.toast__img1{
    width: 53.34vw;
    /* 200px */
    aspect-ratio: 25/23;
    margin-left: var(--primary-margin25pxsp);
}

.toast__img2{
    width: 58.67vw;
    /* 220px */
    aspect-ratio: 220/189;
    margin: 25px var(--primary-margin25pxsp) 40px auto;
}

.cake__img1{
    width: 53.34vw;
    aspect-ratio: 20/17;
    margin-left: var(--primary-margin25pxsp);
}

.cake__img2{
    width: 53.34vw;
    aspect-ratio: 100/77;
    margin: 20px var(--primary-margin25pxsp) 20px auto;
}

.cake__img3{
    width: 57.34vw;
    margin: 20px auto 60px var(--primary-margin25pxsp);
}

.menu{
    font-size: var(--primary-fontsize16px);
    line-height: 1;
    margin: 60px auto 40px;
    position: relative;
    width: fit-content;
}

.menu::before{
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%; 
    background-color:transparent;
    border: 0.5px solid #D0D0D0;
    position: absolute;
    top: -20px;
    left: -20px;
}

.drink,
.toast,
.cake{
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    font-family: var(--primary-fonts2);
    position: relative;
    margin-left: 12vw;
    /* 45px */
}

.drink::before,
.toast::before,
.cake::before{
    display: block;
    content: '';
    width: 86.67vw;
    /* 325px */
    height: 0.5px;
    background-image: url(../img/item/nav__item__img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 34px;
    left: -5.3vw;
    /* -20px 20/375 */
    position: absolute;
}

.drink__group,
.toast__group{
    margin: 43px var(--primary-margin25pxsp) 0px;
}

.drink__list,
.toast__list{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.drink__item,
.drink__price,
.toast__item,
.toast__price{
    font-size: var(--primary-fontsize14px);
    line-height: 1;
    letter-spacing: 1.4px;
    font-family: var(--primary-fonts3),Arial, Helvetica, sans-serif;
}

.drink__group:nth-of-type(2),
.toast__group:nth-of-type(5){
  margin-top: 30px;
}

.toast__txt,
.cake__txt{
    font-size: var(--primary-fontsize14px);
    letter-spacing: 1.4px;
    font-family: var(--primary-fonts3),Arial, Helvetica, sans-serif;
}

.toast__txt{
    margin: 30px 0px 25px;
}

.cake__txt{
    margin: 44px var(--primary-margin25pxsp) 20px;
}

@media screen and (min-width:769px){
    .drink__img1{
        width: 27.43vw;
        /* 395px */
        aspect-ratio: 395/405;
        margin: 290px 0px 80px 0px;
    }

    .drink__img1 img{
        height: 100%;
    }

    .drink__img2{
        width: 29.65vw;
        /* 427px */
        aspect-ratio: 427/466;
        margin: 0px;
    }

    .drink__img1 img,
    .drink__img2 img,
    .toast__img1 img,
    .toast__img2 img,
    .cake__img1 img,
    .cake__img2 img,
    .cake__img3 img{
        width: 100%;
        object-fit: cover;
        display: block;
    }

    .toast__img1{
        width: 31.25vw;
        /* 450px */
        aspect-ratio: 90/83;
        margin-left: 0px;
    }

    .toast__img2{
        width: 32.63vw;
        /* 470px */
        aspect-ratio: 94/81;
        margin: 209px 0px 80px 0px;
    }

    .cake__img1{
        width: 27.78vw;
        /* 400 */
        aspect-ratio: 400/338;
        margin: 97px 0px 219px;
    }

    .cake__img2{
        width: 26.11vw;
        /*  376*/
        aspect-ratio: 376/288;
        margin: 266px 0px 100px;
    }

    .cake__img3{
        width: 24.3vw;
        /* 350 */
        aspect-ratio: 35/28;
        margin: 157px 0px 219px;
    }

    .drink__img,
    .toast__img,
    .cake__img{
        display: flex;
        justify-content: center;
    }

    .drink__img,
    .toast__img{
        gap: 8.2vw;
        /* 118 */
    }

    .cake__img{
        gap: 2.64vw;
        /* 38px */
    }

    .menu{
        font-size: var(--primary-fontsize40px);
        margin: 100px auto;
    }

    .menu::before{
        width: 100px;
        height: 100px;
        top: -50px;
        left: -50px;
    }

    .drink,
    .toast,
    .cake{
        font-size: 3.2rem;
        letter-spacing: 3.2px;
        margin-left: 9.72vw;
        /* 140px */
    }

    .drink::before,
    .toast::before,
    .cake::before{
        width: 83.33vw;
        /* 1200px */
        top: 72px;
        left: -1.39vw;
        /* -20px 20/1440 */
    }

    .drink__group,
    .toast__group{
        margin:0px;
        width: 36.11vw;
        /* 520px */
    }

    .drinkgroup,
    .toastgroup{
        display: flex;
        margin: 65px var(--primary-margin120pxpc) 75px;
        justify-content: space-between;
        gap: 8.2vw;
        /* 118px */
    }

    .drink__list,
    .toast__list{
        margin-top: 40px;
    }

    .drink__list--1,
    .drink__list--2{
        margin-top: 0px;
    }

    .drink__item,
    .drink__price,
    .toast__item,
    .toast__price{
        font-size: var(--primary-fontsize20pxpc);
        line-height: 1;
        letter-spacing: 2px;
    }

    .drink__group:nth-of-type(2),
    .toast__group:nth-of-type(5){
    margin-top: 0px;
    }

    .toast__txt,
    .cake__txt{
        font-size: var(--primary-fontsize16pxpc);
        letter-spacing: 1.6px;
    }

    .toast__txt{
        margin: 30px 0px 0px 0px;
    }

    .cake__txt{
        margin: 64px var(--primary-margin120pxpc) 0px ;
    }

    .br__sp{
        display: none;
    }
}
