@charset "utf-8";
/* =================================
mv
==================================*/
.mv {
    width: 100%;
    height: 100svh;
    background: url(../images/mv-sp_bg.webp) center/cover no-repeat;
}

.mv__topic {
    width: auto;
    position: absolute;
    bottom: 37%;
    left: 5.33%;
}

.mv__en {
    color: #FFF;
    font-family: "Cormorant Garamond";
    font-size: clamp(36px,9.6vw,60px);
    line-height: 1;
}

.mv__ja {
    margin-top: 10px;
    color: #FFF;
    font-size: clamp(14px,3.73vw,20px);
    line-height: 1;
}

@media (min-width: 769px) {
    .mv {
        background: url(../images/mv-pc_bg.webp) center/cover no-repeat;
    }
    
    .mv__topic {
        bottom: 37%;
        left: 5.56%;
    }
    
    .mv__en {
        font-size: 60px;
    }
    
    .mv__ja {
        font-size: 20px;
    }
}

/* =================================
concept
==================================*/
.concept {
    background-image: url(../images/concept_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.concept__container {
    padding: 48px 5.33%;
}

.concept__catchphrase {
    max-width: 264px;
    margin: 0 auto;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
}

.concept__txt {
    max-width: 311px;
    margin: 36px auto 0;
}

.concept__txt p {
    margin-top: 12px;
    font-size: 1.3rem;
    text-align: center;
}

.concept__txt p:first-of-type {
    margin-top: 0;
}

.concept__imgbox {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.concept__img:first-of-type {
    width: 200px;
}

.concept__img:last-of-type {
    width: 200px;
    margin-top: 50px;
}

@media (min-width: 769px) {
    .concept__container {
        padding: 120px 40px;
    }
    
    .concept__catchphrase {
        max-width: 555px;
        font-size: 2.8rem;
        font-weight: 600;
    }
    
    .concept__txt {
        max-width: 512px;
        margin-top: 36px;
    }
    
    .concept__txt p {
        font-size: 1.6rem;
    }

    .concept__imgbox {
        margin-top: 48px;
        gap: 40px;
    }
    
    .concept__img:first-of-type {
        width: 300px;
    }
    
    .concept__img:last-of-type {
        width: 300px;
    }
}

/* =================================
aboutShisha
==================================*/
.aboutShisha__container {
    padding: 48px 5.33%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%),url(../images/aboutShisha_bg.webp) center/cover no-repeat;
}

.aboutShisha__topic {
    color: #FFF;    
}

.aboutShisha__txt {
    max-width: 480px;
    margin: 0 auto;
}

.aboutShisha__txt p {
    margin-top: 20px;
    color: #FFF;
    font-size: 1.3rem;
}

.aboutShisha__txt p:first-of-type {
    margin-top: 0;
}

@media (min-width: 769px) {
    .aboutShisha__container {
        padding: 120px 40px;
    }

    .aboutShisha__txt {
        margin: 0;
    }
    
    .aboutShisha__txt p {
        font-size: 1.6rem;
    }
}

/* =================================
ageVerification
==================================*/
.ageVerification {
    background-image: url(../images/ageVerification_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ageVerification__container {
    padding: 48px 5.33%;
}

.ageVerification__txt h4 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}

.ageVerification__txt p {
    margin-top: 10px;
    text-align: center;
    font-size: 1.3rem;
}

.slider {
    width: 100%;
}

.slider img {
    width: 100%;
}

.slick-dots li button:before {
    font-size: 10px;
}

.slick-slide { 
    margin: 0 10px 0 10px; 
}

@media (min-width: 769px) {
    .ageVerification__container {
        padding: 80px 40px;
    }
    
    .ageVerification__txt h4 {
        font-size: 2.8rem;
    }
    
    .ageVerification__txt p {
        margin-top: 20px;
        font-size: 1.6rem;
    }
    
    .slick-slide { 
        margin-right: 30px; 
    }
}

/* =================================
menu
==================================*/
.menu {
    background-image: url(../images/menu_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.menu__container {
    padding: 48px 5.33%;
}

.menu__txt {
    margin: 0 auto;
    max-width: 425px;
    font-size: 1.3rem;
}

.menu__system {
    margin: 40px auto 0;
    max-width: 360px;
}

.menu__ttl {
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
}

.system__price {
    display: flex;
    margin-top: 24px;
    padding: 16px 50px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #659996;
    border-bottom: 1px solid #659996;
}

.system__price p {
    font-size: 1.3rem;
}

.menu__shisha,
.menu__drink {
    margin: 36px auto 0;
    max-width: 420px;
}

.menu__list {
    margin-top: 24px;
}

.menu__item {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.menu__item p {
    font-size: 1.3rem;
}

.line {
    flex-grow: 1;
    border-bottom: 1px dashed #659996;
}

.menu__annotation {
    margin: 36px auto 0;
    max-width: 452px;
    padding: 8px 12px;
    background: rgba(101, 153, 150, 0.08);
}

.menu__annotation p {
    margin-top: 5px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
}

.menu__annotation p:first-of-type {
    margin-top: 0;
}

@media (min-width: 769px) {
    .menu__container {
        padding: 120px 40px;
    }
    
    .menu__txt {
        max-width: 527px;
        font-size: 1.6rem;
        text-align: center;
    }
    
    .menu__system {
        margin-top: 64px;
    }
    
    .menu__ttl {
        font-size: 3.2rem;
    }

    .system__price {
        margin-top: 32px;
    }
    
    .system__price p {
        font-size: 1.6rem;
    }

    .menu__shisha-drink {
        display: flex;
        justify-content: center;
        gap: 60px;
    }
    
    .menu__shisha,
    .menu__drink {
        margin: 48px 0 0 0;
        width: 100%;
    }

    .menu__list {
        margin-top: 32px;
    }

    .menu__item {
        margin-top: 20px;
        gap: 10px;
    }

    .menu__item p {
        font-size: 1.6rem;
    }
    
    .menu__annotation {
        margin-top: 48px;
        max-width: 642px;
        padding: 12px 20px;
    }
    
    .menu__annotation p {
        font-size: 1.4rem;
    }
}

/* =================================
shop
==================================*/
.shop {
    background-image: url(../images/shop_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.shop__img {
    background-image: url(../images/shop_img.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 60vh;
}

.shop__container {
    padding: 48px 5.33% 26.66vw;
}

.shop__list {
    max-width: 431px;
    margin: 0 auto;
}

.shop__item {
    display: grid;
    grid-template-columns: 80px 1fr;
    padding: 16px;
    font-size: 1.3rem;
    border-top: 1px solid #659996;
}

.shop__item:last-of-type {
    border-bottom: 1px solid #659996;
}

.shop__mapBtn {
    display: inline-flex;
    padding: 1px 2px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #659996;
    color: #659996;
}

.map {
    margin-top: 36px;
    width: 100%;
}

@media (min-width: 769px) {
    .shop__container {
        padding: 60px 40px 26.66vw;
    }
    
    .shop__list {
        max-width: 553px;
    }
    
    .shop__item {
        grid-template-columns: 120px 1fr;
        font-size: 1.6rem;
    }

    .map {
        margin-top: 48px;
    }
}

@media (min-width: 1025px) {
    .shop__img {
        height: 60vh;
        background-attachment: fixed;
    }
}

/* =================================
reservation
==================================*/
.reservation__container {
    padding: 20px 5.33% 48px;
    background: #659996;
    position: relative;
}

.reservation__container::before {
    content: "";
    display: block;
    position: absolute;
    top: -13.2vw;
    left: 0;
    width: 100%;
    height: 13.3vw;
    background: url(../images/reservation_bg.svg) no-repeat center center / cover;
}

.reservation__topic {
    color: #FFF;
}

.reservation__txt {
    max-width: 411px;
    margin: 0 auto;
    color: #FFF;
    font-size: 1.3rem;
}

.reservation__btn {
    display: flex;
    margin: 36px auto 0;
    max-width: 400px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.reservation__btn p {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
}

.reservation__annotation {
    margin: 36px auto 0;
    max-width: 602px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.08);
}

.reservation__annotation p {
    margin-top: 5px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    color: #FFF;
}

.reservation__annotation p:first-of-type {
    margin-top: 0;
}

@media (min-width: 769px) {
    .reservation__container {
        padding: 0 40px 80px;
    }
    
    .reservation__txt {
        max-width: 508px;
        font-size: 1.6rem;
        text-align: center;
    }
    
    .reservation__btn {
        margin-top: 48px;
    }

    .reservation__btn p {
        font-size: 1.4rem;
    }
    
    .reservation__annotation {
        margin-top: 48px;
        max-width: 834px;
    }

    .reservation__annotation p {
        font-size: 1.4rem;
    }
    
}