@charset "UTF-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
header
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* .navの初期表示 */
.nav{
    background-color: #AD2D27;
    color: #F5F4F1;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.nav__header {
    position: absolute;
    top: 13px;
    right: 4%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.nav__btn{
    max-width: 40px;
    height: auto;
}

.nav__btnTxt{
    width: 40px;
    height: auto;
    text-align: center;
}

.nav__list {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    max-width: 275px;
    align-items: flex-start;
    margin: 200px auto 0;
}

.nav__item {
    position: relative;
    writing-mode: vertical-rl;
    padding: 0 1.7rem;
    font-size: 1.5rem;
    display: flex;
    border-right: 1px solid var(--primary-white);
}

.nav__item:last-of-type{
    border-left: 1px solid var(--primary-white);
}

.nav__storeInfo{
    max-width: 350px;
    margin: 130px auto 0;
    padding: 0 9%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.store__infoItem{
    font-size: 1.1rem;
    line-height: 20px;
}

.nav__telBtn{
    text-decoration: underline;
}

.nav__storeAddressMap {
    text-decoration: underline;
}

.nav.active{
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

/* nav が開いているときはハンバーガー非表示 */
.nav.active ~ .nav__hamburger {
    display: none;
}

.nav__hamburger {
    position: fixed;
    top: 13px;
    right: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10000;
}

.header__btn {
    display: block;
    width: 40px;
    height: auto;
}

.header__btnTxt {
    color: var(--primary-white);
    width: 40px;
    text-align: center;
}

/* header pc */
@media screen and (min-width: 1023px) {
    .nav {
        position: fixed;
        top: 40px;
        right: 0;
        padding-right: 40px;
        height: auto;
        transform: none;
        opacity: 1;
        pointer-events: auto;
        background-color: transparent;
        color: inherit;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        z-index: 1000;
        background: transparent;
    }

    .nav__item a {
        white-space: nowrap;
        color: #fff;
        transition: color 0.3s ease;
    }

    .nav__list {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        margin: 0;
    }

    .nav__item {
        writing-mode: vertical-rl;
        padding: 0 1.5rem;
        font-size: 1.5rem;
        color: var(--primary-white);
        border-right: 1px solid var(--primary-white);
    }

    .nav__item:last-of-type {
        border-left: 1px solid var(--primary-white);
    }

    /* スクロール後 */
    .nav.scrolled .nav__item {
        border-right: 1px solid #AD2D27;
    }

    .nav.scrolled .nav__item:last-of-type {
        border-left: 1px solid #AD2D27;
    }

    .nav.scrolled .nav__item a {
        color: #AD2D27;
    }

    .nav__hamburger { display: none; }
    .nav__header { display: none; }
    .nav__storeInfo { display: none; }
}/* pc 769px */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
main
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.mainImg {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.item{
    height: 100vh;
}

.slick-slider{
    margin: 0;
    padding: 0;
}

.slick-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    height: 100vh;
}

.mainImg__content {
    position: absolute;
    left: 5%;
    top: 60%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    text-align: left;
}

.mainImg__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: clamp(140px, 25vw, 240px);
}

.header__topic{
    width: 100%;
    height: auto;
}

.mainImg__copy {
    text-align: start;
    writing-mode: vertical-rl;
    font-size: clamp(24px, 4vw, 40px);
    font-weight: 500;
    letter-spacing: 0.25em;
    line-height: 1.8;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
about
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.section__section--about{
    margin-top: 16vh;
    position: relative;
    padding: 0 4.5%;
}

.about__wrapper{
    max-width: 700px;
    margin: 0 auto;
}

.about__first{
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.about__tittle{
    writing-mode: vertical-rl;
    font-size: clamp(16px, 6.4vw, 30px);
    letter-spacing: 0.1em;
    line-height: 2;
    right: 1vw;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

.about__tittle span {
  display: block;
}

.about__imageWrapper1{
    display: flex;
    flex-direction: column;
}

.about__img1{
    width: clamp(100px, 40vw, 180px);
}

.about__img2{
    margin-top: 44px;
    width: clamp(80px, 30vw, 134px);
}

.about__img3{
    margin: 22px 0 0 20px;
    width: clamp(100px, 36vw, 161px);
}

.about__txt{
    max-width: 500px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    line-height: 2;
}

.about__txt p{
    margin-bottom: 30px;
}

.about__txt p:last-child {
  margin-bottom: 0;
}

.about__imageWrapper2{
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.about__img4{
    max-width: 187px;
    width: 39vw;
    margin-top: 50px;
    transform: translateX(30px)
}

.about__img5{
    max-width: 187px;
    width: 39vw;
}

/* about pc */
@media screen and (min-width: 1023px) {
    .section__section--about{
        position: relative;
        padding: 0 0 150px 0;
    }

    .about__first{
        justify-content: flex-end;
    }

    .about__wrapper{
        max-width: 500px;
    }

    .about__img1{
        position: absolute;
        top: 30px;
        left: 20vw;
        width: clamp(200px, 21vw, 377px);
    }

    .about__img2{
        position: absolute;
        top: 230px;
        left: 5vw;
        width: clamp(100px, 10vw, 160px);
    }

    .about__img3{
        position: absolute;
        top: 500px;
        right: 0;
        width: clamp(200px, 21vw, 377px);
    }

    .about__tittle{
        position: relative;
        z-index: 2;
    }

    .about__img4{
        position: absolute;
        top: 500px;
        left: 0;
        width: clamp(200px, 21vw, 377px);
    }

    .about__img5{
        position: absolute;
        bottom: 0;
        right: 20vw;
        width: clamp(200px, 21vw, 377px);
    }

    .about__txt{
        font-size: 1.8rem;
        position: relative;
        z-index: 2;
    }
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
menu
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.section__section--menu{
    margin-top: 60px;
    padding: 0 6%;
}

.menu__tittle img {
    /* max-width: 200px; */
    width: 45vw;
    max-width: 250px;
    display: block;
    margin: 0 auto;
}

.menu__mainItem{
    position: relative;
    max-width: 550px;
    margin: 40px auto 0;
}

.menu__mainSubTittle{
    position: absolute;
    max-width: 160px;
    top: 2vw;
    left: 0;
}

.menu__mainTittle{
    position: absolute;
    max-width: 173px;
    top: 2vw;
    right: 0;
}

/* 下から少しズラす */
.menu__mainSubTittle,
.menu__mainTittle {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示時のスタイル */
.show-title {
    opacity: 1;
    transform: translateY(0);
}

/* 左タイトルはすぐ */
.menu__mainSubTittle.show-title {
    transition-delay: 0s;
}

/* 右タイトルは0.2秒遅れて */
.menu__mainTittle.show-title {
    transition-delay: 0.4s;
}

.menu__mainImg{
    display: block;
    margin: 0 auto ;
    width: 77vw;
    padding-top: 40px;
}

.menu__mainTxtWrapper{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.menu__mainCopy{
    font-size: clamp(13px, 7vw, 32px); /* ←  28px */
    font-weight: 500;
    letter-spacing: 1.68px;
}

.menu__mainTxt{
    font-size: clamp(10px, 3vw, 20px);  /* ← 13px */
    font-weight: 500;
    line-height: 1.9;
}

.menu__mainPrice{
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
}

.menu__mainPriceNumber{
    font-size: 1.8rem;
    font-weight: 500;
}

.menu__mainPriceTax{
    font-size: 1.8rem;
    font-weight: 500;
}

.menu__subList{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.menu__subItem{
    width: 40vw;
    box-sizing: border-box;
    text-align: center;
}

.menu__subItemTittle{
    font-size: 1.5rem;
    margin-top: 10px;
}

.menu__subItemTxt{
    font-size: 1.2rem;
    margin-top: 10px;
}

.menu__subItemPrice{
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.menu__btnWrapper{
    margin-top: 60px;
}

.menu__btnTxt{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
}

.menu__btn{
    display: block;
    background-color: var(--primary-gray);
    color: var(--primary-white);
    font-size: 2rem;
    text-align: center;
    max-width: 300px;
    height: auto;
    padding: 34px 30px 35px ;
    margin: 15px auto 0;
}

/* menu pc */

@media screen and (min-width: 1023px) {
    .section__section--menu{
        margin-top: 130px;
    }

    .menu__main{
        margin-top: 100px;
    }

    .menu__mainSubTittle{
        position: absolute;
        max-width: 260px;
        top: 1.3vw;
        left: 0;
    }

    .menu__mainTittle{
        position: absolute;
        max-width: 260px;
        top: 1.3vw;
        right: 0;
    }

    .menu__subList{
        margin-top: 130px;
        display: flex;
        flex-wrap: wrap;
        column-gap: 40px;
        row-gap: 100px;
    }

    .menu__subItem {
        width: calc((100% - 80px) / 3);
    }

    .menu__subItemTittle{
        font-size: 2.6rem;
        margin-top: 30px;
    }

    .menu__subItemTxt{
        font-size: 1.8rem;
        margin-top: 15px;
    }

    .menu__subItemPrice{
        font-size: 2rem;
        margin-top: 25px;
        }

    .menu__btnWrapper{
        margin-top: 130px;
        }

    .menu__btnTxt{
        font-size: 2.4rem;
        }

    .menu__btn{
        font-size: 3.2rem;
        max-width: 600px;
        padding: 30px 140px ;
        margin: 25px auto 0;
        }

}/* pc 769px */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
news
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.section__section--news{
    margin-top: 60px;
    padding: 40px 6%;
}

.news__tittle{
    margin: 0 auto;
    writing-mode: vertical-rl;
    border-top: 1px solid var(--primary-gray);
    display: block;
    width: fit-content;
}

.news__tittleEn{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-top: 20px;
}

.news__tittleJp{
    font-size: 2.8rem;
    letter-spacing: 0.3em;
    margin-top: 20px;
}

.news__list{
    margin-top: 60px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.news__item{
    border-bottom: 0.5px solid var(--primary-gray);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.news__date{
    font-size: 1.3rem;
}

.news__txt{
    font-size: 1.3rem;
    line-height: 23px;
    margin-bottom: 30px;
}

/* ふわっと出る前の初期状態 */
.fadein-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示された後 */
.fadein-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* news pc */

@media screen and (min-width: 1023px) {
    .section__section--news{
        margin-top: 240px;
        padding: 0;
    }

    .news__wrapper{
        display: flex;
        gap: 150px;
        padding: 0 9%;
    }

    .news__tittle {
        margin: 0;
    }

    .news__list {
        margin-top: 80px;
        flex: 1;
    }

    .news__item{
        flex-direction: row;
        gap: 100px;
    }

    .news__date{
        font-size: 1.6rem;
        line-height: 2;
    }

    .news__txt{
        font-size: 1.6rem;
        line-height: 2;
    }

}/* pc 769px */


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
store
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.section__section--store{
    margin-top: 40px;
    padding: 40px 6%;
}

.store__tittle{
    margin: 0 auto;
    writing-mode: vertical-rl;
    border-top: 1px solid var(--primary-gray);
    display: block;
    width: fit-content;
}

.store__tittleEn{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-top: 20px;
}

.store__tittleJp{
    font-size: 2.8rem;
    letter-spacing: 0.3em;
    margin-top: 20px;
}

.store__content{
    margin-top: 80px;
}

.store__name{
    font-size: 1.8rem;
    font-weight: 500;
}

.store__infoItem{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 1.3rem;
    line-height: 20px;
}

.store__telBtn{
    text-decoration: underline;
}

.store__link{
    text-decoration: underline;
}

.store__mapInfo{
    display: flex;
    flex-direction: column;
}

.store__map{
    width: 100%;
    margin-top: 24px;
    height: 350px;
}

.store__mapLink{
    align-self: flex-end;
    margin-top: 13px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.9px;
    text-decoration: none;
    border-bottom: 1px solid ;
    padding-bottom: 2px;
}

/* store pc */

@media screen and (min-width: 1023px) {
    .section__section--store{
        margin-top: 240px;
        padding: 0 9%;
    }

    .store__wrapper {
        display: flex;
        flex-direction: column;
    }

    .store__tittle {
        margin: 0;
    }

    .store__content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 40px;
        margin-top: 110px;
    }

    .store__info{
        width: 40%;
        min-width: 250px;
    }

    .store__name{
        font-size: 2.4rem;
    }

    .store__infoItem{
        font-size: 1.5rem;
        gap: 25px;
    }

    .store__mapInfo{
        width: 60%;
    }

    .store__map{
        max-width: 653px;
        width: 100%;
        height: 444px;
    }

    .store__mapLink{
        margin-top: 40px;
        font-size: 2rem;
    }


}/* pc 769px */



