@charset "UTF-8";


@font-face {
    font-family: 'Abhaya';
    src: url(../fonts/AbhayaLibre-SemiBold.woff) format("woff");
    font-weight: bold;
    font-display: swap;
}

:root{
    --color_paleGreen: #BBC9C9;
    --color_green: #174948;
    --color_paleRed: #E8DAD9;
    --color_red: #A70201;
    --color_brown: #6D0500;
    --fontFamilyGothic: "Hiragino Kaku Gothic ProN","Hiragino Sans",Arial,Meiryo,sans-serif;
    --fontFamilyMincho: "Hiragino Mincho ProN", YuMincho, serif;
    --fontFamilyUnique: Abhaya, "Hiragino Mincho ProN", YuMincho, serif;
}
html{
    background-color: var(--color_green);
    width: 100%;
}
body{
    position: relative;
}

body *{
    box-sizing: border-box;
}
img{
    width: 100%;
    height: auto;
}
div, p, a, ul, li{
    margin: 0;
    padding: 0;
}
h2{
    margin: 0 0 0.6em;
}
a{
    text-decoration: none;
}
a:hover,
a:visited{
    color: inherit;
}
li{
    list-style: none;
}


p{
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

header{
    position: absolute;
    top: 0;
    left: 0;
    padding: 2rem;
    z-index: 1;
}
.logo{
    width: 140px;
}
main{
    overflow-x: hidden;
}
.fvArea{
    height: 110vh;
    background: linear-gradient(to top, #174948ff, #17494800 10vh), url("../img/img_tart_1.jpg");
    background-size: 100%, cover;
    background-repeat: no-repeat,no-repeat;
    position: relative;
}
.fvArea p{
    color: #fff;
}
.fv {
    height: 100vh;
    position: relative;
    padding: 2rem 2rem 6rem;
    display: flex;
    flex-direction: column;
}
.fv h1{
    position: absolute;
    top: 2rem;
    right: 2rem;
    text-shadow: 0px 0px 0.2em #000;
    font-size: 3rem;
}

.catchPhrase{
    font-family: var(--fontFamilyMincho);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.8;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5em;
    font-weight: normal;
    white-space: nowrap;
    height: fit-content;
}
.fvWrap{
    display: flex;
    margin-top: auto;
    width: 100%;
    justify-content: space-between;
    gap: 1vw;
}
.fvWrap > div,
.fvWrap > p {
    flex: 1;
    white-space: nowrap;
}
.fv .taltName{
    letter-spacing: 0.3em;
    display: flex;
    align-items: center;
    font-size: 30px;
}
.fvWrap .limited{
    border: 1px solid #fff;
    padding: 10px 15px;
    margin-right: 10px;
    line-height: 1;
    font-size: 24px;
}
.fvArea .termWrap{
    display: flex;
    align-items: center;
    letter-spacing: 0.3em;
    justify-content: center;
}

.term p{
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
    display: flex;
    font-size: 30px;
}
.termArrow{
    margin: 0 0.5vw;
    width: 1em;
}

.fv .snsList a{
    width: 50px;
    margin-right: 0;
    margin-left: auto;
}
.scrollTxt{
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-family: var(--fontFamilyMincho);
}
.scrollTxt:after{
    content:'';
    position: absolute;
    top: 2em;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 20vh;
    background-color: #fff;
}  


.message {
    height: 100vh;
    background-color: var(--color_green);
    display: flex;
    justify-content: space-between;
}

.message > div{
    display: flex;
    align-items: center;
    width: 50%;
}

.catchPhraseWrap{
    justify-content: center;
}

.message .catchPhrase{
    font-size: 2rem;
    line-height: 2;
}
.feature{
    background-color: #BBC9C9;
    position: relative;
}


.feature .innerWrap > div {
    position: relative;
}


.taltFrame{
    background-image: url("../img/img_tart_frame.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--color_brown);
    text-align: center;
    font-family: var(--fontFamilyGothic);
}
.feature .taltFrame{
    width: clamp(600px, 50vw, 750px);
    font-family: var(--fontFamilyUnique);
}
.feature .img{
    position: absolute;
}
.feature1 .taltFrame,
.feature3 .taltFrame{
    margin-left: 10vw; 
}

/* .feature1 */
.feature1 .taltFrame{
    transform: translateY(-10%);
}
.feature1{
    margin-bottom: 20vh;
}
.feature1 .img{
    width: 60%;
    right: 0;
    bottom: -10%;
}

/* .feature2 */

.feature2 .taltFrame{
    margin-left: auto;
    margin-right: 10vw; 
}
.feature2{
    margin-bottom: 20vh;
}
.feature2 .img{
    width: 60%;
    left: -14vw;
    bottom: -10vh;
}

/* .feature3 */
.feature3 {
    padding-top: 10vh;
    padding-bottom: 20vh;
}

.feature3 .img {
    width: 42%;
    right: -1%;
    bottom: 20vh;
}

.feature .taltFrame h2{
    color: var(--color_red);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-size: 48px;
}
.feature .taltFrame h2::before{
    content: '';
    background-image: url(../img/img_tart_3.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 2 / 1.2;
    width: 90px;
    margin-bottom: 0.5em;
}
.pArea{
    font-family: var(--fontFamilyGothic);
}
.pArea p:not(:last-child){
    margin-bottom: 1em;
}
.bg{
    background: url(../img/img_tart_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    transform: scale(-1, 1);
}
.startDay{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
}
.startDay:before,
.startDay:after{
    content: '';
    width: 100%;
    height: 3vw;
    background-repeat: repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
}
.startDay:before{
    background-image: url("../img/bg_tart_1.png");
    top: -1%;
}
.startDay:after{
    background-image: url("../img/bg_tart_2.png");
    bottom: -1%;
}
.startDay h2{
    font-family: var(--fontFamilyUnique);
    font-size: 3.5rem;
    letter-spacing: 0.2em;
}
.startDay h2 span{
    font-size: 0.8em;
    letter-spacing: 0;
}
.startDay .txtArea{
    background-color: var(--color_green);
    color: #fff;
    padding: 5vw;
    width: fit-content;
    display: inline-block;
    margin: auto auto auto 6vw;
    text-align: center;
}


.menu{
    background-color: var(--color_paleRed);
    padding: 15vh 0;
    text-align: center;
    color: var(--color_brown);
    font-family: var(--fontFamilyMincho);
}
.menu h2{
    margin: 0 auto;
    width: fit-content;
    display: flex;
    flex-direction: column;
    font-size: 3rem;
}
.menu h2 .limited{
    display: inline-block;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    font-size: 0.6em;
}
.menu h2 .limited::before{
    content: '';
    display: inline-block;
    width: 5rem;
    height: 1px;
    background-color: var(--color_brown);
    position: absolute;
    top: 0;
    bottom:0;
    right: calc(100% + 0.5em);
    margin: auto;
}
.menu h2 .limited::after{
    content: '';
    display: inline-block;
    width: 5rem;
    height: 1px;
    background-color: var(--color_brown);
    position: absolute;
    top: 0;
    bottom:0;
    left: calc(100% + 0.5em);
    margin: auto;
}

.menu .taltName{
    margin-top: 0.5em;
}

.menuWrap{
    width: 77%;
    margin: 60px auto 0;
}
.menuList{
    display: flex;
    justify-content: space-between;
    gap: 120px;
    
}

.price{
    font-size: 36px;
    letter-spacing: 0;

    .per{
        margin-right: 1em;
    }
}
.price span{
    font-size: 0.7em;
}

.notice {
    width: fit-content;
    display: flex;
    flex-direction: column;
    margin: 2vw 0 0 auto;
}
.notice p{
    text-align: right;
    display: inline-block;
    font-size: 15px;
    font-family:var(--fontFamilyGothic);
}




.shopInfo{
    background-image: url("../img/bg_tart_3.jpg");
    background-size: cover;
    height: 90vh;
    position: relative;
}

.shopInfo .taltFrame{
    width: 600px;
    position: absolute;
    top: -10vh;
    left: 0;
    right: 0;
    margin: auto;
}
.shopInfo h2{
    font-family: var(--fontFamilyMincho);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 36px;
    letter-spacing: 0.5em;
    margin-bottom: 0;
}

.shopInfo p{
    font-size: 34px;
    margin-top: 10px;
}

.shopInfo a{
    font-size: 28px;
    display: inline-block;
    padding: 25px 90px;
    background-color: var(--color_brown);
    color: #fff;
    border-radius: 100vmax;
    margin-top: 25px;
}

.snsList{
    display: grid;
    grid-template-columns: repeat(3, 50px);
    gap: 2rem;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
}
.snsList li{
    width: 4vw;
}
footer{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 2vw;
    align-items: flex-end;
}


@media screen and (max-width: 1200px) {
    header{
        padding: 15px;
    }
    p{
        font-size: 14px;
        letter-spacing: 0.08em;
        line-height: 1.6;
    }

    .logo{
        width: 120px;
    }
    
    .fv {
        padding: 15px 15px 13vh;
    }
    .fv .catchPhrase{
        font-size: 24px;
        top: 80px;
        right: 15px;
    }
    .fvWrap{
        flex-direction: column;
        justify-content: unset;
    }
    .fvWrap > div, .fvWrap > p{
        justify-content: center; 
    }
    .fv .taltName {
        font-size: 22px;
    }
    .fvWrap .limited{
        padding: 5px 10px;
        margin: 20px auto 5px;
        font-size: 14px;
    }

    .fvArea {
        height: 100vh;
    }

    .fvArea .termWrap{
        flex-direction: column;
        align-items: center;
    }

    .term p{
        font-size: 20px;
    }

    .fv .snsListWrap{
        position: absolute;
        top: 15px;
        right: 15px;

        .snsList {
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;

            a {
                width: 35px;
            }
        }
    }

    .scrollTxt:after {
        height: 12vh;
    }


    .message {
        height: auto;
        flex-direction: column;
        padding-bottom: 30vh;
    }
    .message > div{
        width: 100%;
    }
    .catchPhraseWrap{
        padding-top: 20vh;
        justify-content: center;

    }
    .message .catchPhrase{
        font-size: 18px;
    }
    .message .img{
        padding-top: 10vh;
    }

    .feature .taltFrame {
        width: 70%;
    }
    .feature3 .taltFrame{
        margin-left: 2vw; 
    }
    .feature3 .img {
        width: 38%;
        right: -10%;
        bottom: 10vh;
    }
    .startDay:before, .startDay:after{
        height: 6vw;
    }

    .startDay .txtArea{
        padding: 12vh 0;
        width: 100%;
        margin: 0 auto auto;
    }

    .startDay {
        align-items: center;
    }
    .startDay h2 {
        font-size: 36px;
    }

    .menuWrap {
        width: 100%;
        margin: 30px auto 0;
    }
    .menu h2{
        font-size: 24px;
    }
    .menuList {
        gap: 60px;
        flex-direction: column;
    }
    .price {
        font-size: 32px;
    }
    .notice {
        margin: 10vh 15px 0 auto;

        p {
            font-size: 12px;
        }
    }
    .shopInfo{
        height: 100vh;

        .taltFrame {
            width: 90%;
            top: -6vh;
        }

        h2 {
            font-size: 24px;
        }

        p {
            font-size: 18px;
            margin-top: 5px;
        }

        a {
            font-size: 18px;
            width: fit-content;
            padding: 15px 25px;
            color: #fff;
            border-radius: 100vmax;
            margin-top: 10px;
        }
    }
    .snsList {
        grid-template-columns: repeat(3, 45px);
        gap: 2rem;
    }

    footer {
        width: 100%;
        padding: 0 0 18vh;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

}


@media screen and (max-width: 767px){
    .logo{
        width: 80px;
    }
    .feature .taltFrame {
        width: 70%;
    }
    .feature .taltFrame {
        left: -10%;
        width: 120%;
    }
    .feature {
        padding-bottom: 10vh;
    }

    .feature .innerWrap{
        display: flex;
        flex-direction: column;
    }
    .feature1 .taltFrame {
        transform: translateY(-30%);
        margin-left: auto;
    }
    .feature3 .taltFrame {
        margin-left: auto;
    }
    .feature .taltFrame h2 {
        font-size: 36px;
    }
    .feature .taltFrame h2::before {
        width: 60px;
    }

    .feature .img {
        width: 100%;
        left: 0;
    }
    .feature1 .img {
        bottom: 0;
    }
    .feature2 .img {
        bottom: -20vh;
    }
    .feature3 {
        overflow: visible;
    }
    .feature3 .img {
        position: static;

    }


    .notice {
        margin: 10vh auto 0 15px;
    }
    .notice p {
        text-align: left;
    }


}