@charset "utf-8";
/* ===============
common
=============== */
:root{
    /* collar */
    --primay-base:#F4F3F0;
    --primary--greige:#D8D3CA;
    --primary--liteBrown:#A6896F;
    --primay-darkBrown:#401E0A;
    --point-green:#EFF2DA;
    --point-blue:#DAE6F2;
    --point-red:#F2DCDA;
    --point-stamp:#86280F;

    /* width */
    --logoSinbol-SP:11vw;
    --logoTxt-SP:21vw;
    --width-SP:79.6%;
    --width-PC:66%;
}

html{
    font-size: 64.5%;
}

body{
    font-family: "Zen Old Mincho",
    "Cormorant Garamond",
    Verdana, Geneva, Tahoma, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
    background-color: var(--primay-base);
}
@media screen and (min-width:769px) {
    .spOnly{
        display: none;
    }
}

/* ======================
img
====================== */
img{
    max-width: 100%;
    height: auto;
}
.animal__img{
    display: block;
    height: 64px;
    margin: 0 auto;
}
.instagramLogo img{
    display: block;
    height: 50px;
    margin: 0 auto;
}
.baseLogo{
    display: block;
    width: 100px;
    height: 40.4px;
    margin: 0 auto;
}
/* lineDeco */
.lineDec01__contenar{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 58px;
}

.lineDec02__contenar{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 58px;
}

/* pc  769px */
@media screen and (min-width:769px) {
    .animal__img{
        height: 128px;
    }
    .instagramLogo img{
        height: 100px;
    }
    .baseLogo{
        width: 200px;
        height: 80.8px;
    }
    /* lineDeco */
    .lineDec01__contenar , .lineDec02__contenar{
        margin-top: 60px;
    }
    .lineDec01{
        width: 45vw;
        width: 600px;
    }
    .lineDec02{
        width: 60vw;
        /* width: 800px; */
    }
}

/* ======================
logo
====================== */
.header__logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo{
    display: block;
    margin: 0 auto;
    color: var(--primay-darkBrown);
}
.logo--sinbol{
    width: 46px;
}
.logo--txt{
    width: 92.504px;
}

.logoSinbol--fooer{
    width: 60px;
}
.logoTxt--fooer{
    width: 150px;
    height: 123.238px;
}

/* pc  769px */
@media screen and (min-width:769px) {
    .logo--sinbol{
        width: 80px;
    }
    .logo--txt{
        width: 146.059px;
    }

    .logoSinbol--fooer{
        width: 80px;
    }
    .logoTxt--fooer{
        width: 200px;
    }
}

/* ======================
header
====================== */
.header__box{
    height: 180px;
}
.header{
    width: 100vw;
    padding: 40px 20px 12px 20px;
    position: fixed;
    top: 0;
    background-color: var(--primay-base);
    z-index: 100;
    /* display: none; */
}

.header__txt{
    display: none;
}

/* スクロール後の設定 */
.logo--sinbol{
    height: 50px;
    transition: height 0.3s ease-in-out; /* 高さをスムーズに変更 */
}
.logo--sinbol.scrolled{
    height: 0;
}
.logo--txt{
    transition: width 0.6s ease-in-out; /* 高さをスムーズに変更 */
}
.logo--txt.scrolled{
    width: 60px;
}

/* pc  769px */
@media screen and (min-width:769px) {
    .header__box{
        height: 242px;
    }
    .header{
        padding:20px 200px 12px 200px;
    }

    
    /* スクロール後の設定 */
    .logo--sinbol.scrolled{
        height: 0;
    }
    .logo--txt.scrolled{
        width: 90px;
    }
}

/* ======================
nav
====================== */
.nav_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: #000;
}

.nav__item{
    font-family: Garamond;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.6px;
}

/* pc  769px */
@media screen and (min-width:769px) {
    .nav__item{
        font-size: 3.2rem;
        letter-spacing: 0.256rem;
    }
}

/* ======================
button
====================== */
.button{
    display: block;
    position: relative;
}
.button::before{
    content: "";
    display: inline-block;
    width: 84px;
    height: 84px;
    background-image: url(../images/stamp/stamp01-1.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
    top: 4px;
    transform: rotate(-15deg);
}
.button a{
    width: 70vw;
    max-width: 480px;
    padding: 12px 32px 12px 40px;
    margin: 24px auto 0;
    border: 1.2px solid var(--primary--darkBrown, #401E0A);
    display: block;
}
.button__txt{
    display: block;
    /* width: 50vw; */
    text-align: center;
    font-family: Garamond;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 1.6px;
    position: relative;
}
.button__txt::after{
    content: "";
    display: inline-blockblock;
    width: 40px;
    height: 26.117px;
    background-image: url(../images/fingerSP.svg);
    position: absolute;
    right: -50px;
}

/* button--clickMe */
.botton--ClickMe{
    margin: 12px auto 0;
    width: fit-content;
    position: relative;
}
.botton--ClickMe::before{
    width: 96px;
    height: 60px;
    background-image: url(../images/stamp/stamp03.svg);
    left: -11vw;
    top: 4px;
    transform: rotate(-15deg);
}
.botton--ClickMe a{
    width: 79vw;
    max-width: 250px;
    margin: 0;
    padding: 16px 32px;
    border: none;

    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    background: var(--primary--liteBrown, #A6896F);
}
.button__txt--ClickMe::after{
    background-image: url(../images/circleDec.svg);
    background-repeat: no-repeat;
    width: 21px;
    height: 25px;

    transform: translateX(-90%);
}

/* pc  769px */
@media screen and (min-width:769px) {
    .button::before{
        opacity: 0;
        width: 140px;
        height: 140px;
        transition: opacity 0.3s ease-in-out;
        position: absolute;
        left: -80px;
        top: 0;
        transform: rotate(-15deg);
    }
    .button.hovered::before{
        content: "";
        display: inline-block;
        background-image: url(../images/stamp/stamp01-1.svg);
        background-repeat: no-repeat;
        opacity: 1;
    }
    .button a{
        width: 80vw;
        max-width: 500px;
        padding: 16px 50px 16px 60px ;
    }
    
    .button__txt{
        font-size: 4.6rem;
        letter-spacing: 0.24rem;
    }
    .button__txt::after{
        width: 60px;
        height: 39.175px;
        background-repeat: no-repeat;
        background-size: cover;
        right: -70px;
    }
    
    /* button--clickMe */
    .botton--ClickMe{
        margin: 60px auto 0;
    }
    .button__txt--ClickMe::before{
        opacity: 0;
        transition: opacity 0.3s ease-in-out; 
        width: 200.712px;
        height: 120.57px;
        left: -5vw;
        top: -4px;
    }
    .botton--ClickMe.hovered::before{
        background-image: url(../images/stamp/stamp03.svg);
        transform: rotate(-15deg);
        opacity: 1;
    }
    .botton--ClickMe a{
        width: 80vw;
        max-width: 500px;
        padding: 16px 60px;
    }
    .button__txt--ClickMe::after{
        width: 38.095px;
        height: 45.351px;
        background-size: cover;
    
        transform: translateX(-30%);
    }
}

/* ======================
title
====================== */
.title{
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.title__dec{
    width: 54.172px;
    height: 32px;
}
.title__dec--Rigth{
    transform: scaleX(-1); /* 左右反転 */
}
.title__dec--firster{
    width: 38.9px;
    height: 22.979px;
}
.title__txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.title__main{
    display: block;
    text-align: center;
    font-family: Garamond;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.64rem;
}
.title__main--jp{
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 2.4rem;
    letter-spacing: 0rem;
}
.title__sub{
    display: block;
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.24rem;
}

/* pc  769px */
@media screen and (min-width:769px) {
    .title{
        margin-top: 68px;
        gap: 100px;
    }
    
    .title__dec{
        width: 169.286px;
        height: 100px;
    }
    .title__dec--firster{
        width: 135.429px;
        height: 80px;
    }
    .title__txt{
        gap: 20px;
    }
    .title__main{
        font-size: 4.0rem;
        letter-spacing: 0.96rem;
    }
    .title__main--jp{
        font-size: 4.0rem;
        letter-spacing: 0.64rem;
    }
    .title__sub{
        font-size: 2.0rem;
        letter-spacing: 0.4rem;
    }
}

/* ======================
slick
=======================*/
.slick-slider{
    overflow: hidden;
    margin: 0 auto;
}

.slider__item{
    margin: 0 16px;
}


/* pc  769px */
@media screen and (min-width:769px) {
    .slick-slider{
        margin: 0 auto;
    }
    
    .slider__item{
        margin: 0 30px;
    }
}

/* ======================
footer
====================== */
.footer{
    padding: 40px 0 8px 0;
    background: var(--primary--greige, #D8D3CA);
}

.nav--footer{
    margin-top: 20px;
}
.nav__contener--footer{
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}
.copy{
    margin-top: 40px;
    text-align: center;
    font-family: Garamond;
    font-size: 1.2rem;
    line-height: 1.0;
}

/* pc  769px */
@media screen and (min-width:769px) {
    .footer{
        padding-top: 60px;
    }
    
    .nav--footer{
        margin-top: 40px;
    }
    .nav__contener--footer{
        height: 40px;
        gap: 60px;
    }
    .copy{
        margin-top: 60px;
    }
}