/*rest　******************************/
*{box-sizing: border-box;}
img{max-width:100%;max-height: 100%;}
a{display: block; text-decoration: none; color:var(--color-bk) !important;}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color:inherit;
}

body{
    line-height: 1;
}

html{
    font-size:62.5% !important;
}
a{transition: 0.2s;}
a:hover{text-decoration: none !important;}
/* a:hover{text-decoration: none; opacity: 0.8;} */
#header .header_search_wrap_ .header_search_inner_ form input.keyword_{
height:41.8px;}



/*root　******************************/

:root {
    --color-pl:#B8ACC1;
    --color-pl2:#A699B1;
    --color-ygr:#CCC960;
    --txt-l:clamp(12px,3.84vw,15px);
    --txt-m:clamp(11px,3.33vw,13px);
    --txt-s:clamp(10px,3.07vw,12px);

    /* --cont-max:1400px; */
    --cont-max:1680px;
    --cont-max-s:900px;
    --cont-pd-w:4vw;
    --mg4:1.02vw;
    --mg8:2.05vw;
    --mg12:3.07vw;
    --mg16:4.10vw;
    --mg24:6.15vw;
    --mg32:8.20vw;
    --mg40:10.25vw;
    --mg48:12.30vw;
    --mg56:14.35vw;
    --mg64:16.41vw;
    --mg80:20.51vw;
    --mg96:24.61vw;
    --mg104:26.6vw;
    --mg120:30.76vw;

    }

    .pc{
        display: none;
    }


    .font-en{
    font-family: "cofo-raffine", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.08em;
    }


    @media (min-width: 768px) {
        :root {
        --txt-l:clamp(15px,1.04vw,20px);
        --txt-m:clamp(14px,0.93vw,18px);
        --txt-s:clamp(13px,0.83vw,16px);
        --cont-pd-w:6vw;
        --mg4:0.29vw;
        --mg8:0.58vw;
        --mg12:0.87vw;
        --mg16:1.17vw;
        --mg24:1.75vw;
        --mg32:2.34vw;
        --mg40:2.92vw;
        --mg48:3.51vw;
        --mg56:4.09vw;
        --mg64:4.68vw;
        --mg72:5.27vw;
        --mg80:5.85vw;
        --mg96:7.02vw;
        --mg104:7.61vw;
        --mg120:8.78vw;
        --mg136:9.95vw;
        --mg144:10.54vw;
        --mg160:11.71vw;
        --mg200:14.64vw;

        }
        .pc{
            display: block;
        }

        .sp{
            display: none;
        }

        
        
    }

    @media (min-width: 1366px) {
        /* :root {
            --cont-pd-w:10vw;
        } */
    }

    @media (min-width: 1920px) {
    :root {
    --mg4:0.20vw;
    --mg8:0.41vw;
    --mg12:0.62vw;
    --mg16:0.83vw;
    --mg24:1.25vw;
    --mg32:1.66vw;
    --mg40:2.08vw;
    --mg48:2.5vw;
    --mg56:2.91vw;
    --mg64:3.33vw;
    --mg72:3.75vw;
    --mg80:4.16vw;
    --mg96:5vw;
    --mg104:5.41vw;
    --mg136:7.08vw;
    --mg144:7.5vw;
    --mg120:6.25vw;
    --mg160:8.33vw;
    --mg200:10.41vw;

    }
    }

/*common　******************************/



.l-wrapper{
    background:var(--color-pl);
    padding-bottom:var(--mg96);
}

.contentWrapper {
    overflow: hidden;
    letter-spacing: .05em;
    color:#fff;
    letter-spacing: 0.08em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    /* max-width:1480px;
    margin:0 auto; */

}


.contents-inner{
    width: 100%;
    padding:0 var(--cont-pd-w);
    max-width:var(--cont-max);
    margin:0 auto;
}

.item{
    padding-top:var(--mg80);
}

.item.lgw{
    padding-bottom:var(--mg80);
}

.item__img-main:hover,.item__sub-cont ul li a:hover,.btn:hover{
    opacity: 0.8;
}


@media (min-width: 768px) {

    .l-wrapper{
    padding-bottom:var(--mg120);
}

    .item{
        padding-top:var(--mg160);
    }

    .item.lgw{
    padding-bottom:var(--mg200);
    }


}


/*　mv・intro ******************************/


.mainVisual{
    width:100%;
    position: relative;
}
.mainVisual__wrapper{
    text-align: center;
}

/* .intro{
    width:100%;
    padding:var(--mg120) 0 var(--mg96);
} */

.intro__copy-en{
    font-size:clamp(20px,7.17vw, 32px);
    line-height: 1.4;
    text-align: center;
    margin-bottom:var(--mg24);
}

.intro__txt{
    font-size:var(--txt-m);
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
}

@media (min-width: 768px) {


.intro__copy-en{
    font-size:clamp(40px,2.96vw, 60px);
    margin-bottom:var(--mg40);
}

.intro__txt{
    line-height: 2.4;
}



}

@media (min-width: 1920px) {

}



/*item ******************************/

.item{
    border-top:3px solid var(--color-ygr);
    margin-top:var(--mg64);
    padding-top:var(--mg64);
}

.item__cont{
    /* border:1px solid black; */
}

.item__img{
    width:90%;
    margin:0 auto;
}

.item__ttl{
    text-align: center;
    margin-bottom:var(--mg24);
}
.item__ttl p:first-of-type{
    font-size:clamp(16px,5.64vw,22px);
    letter-spacing: 0.1em;
}

.item__ttl p:first-child span{
    font-size:200%;
    display: inline-block;
    margin:0 0 0 4px;
}

.item__ttl p:last-of-type{
    font-size:clamp(24px,7.69vw,32px);
    letter-spacing: 0.1em;
    line-height: 1.1;
}

.item__ttl h3{
    font-weight:500;
    font-size: var(--txt-s);
    margin-top:var(--mg8);
}

.item__txt__wrapper{
    width:90%;
    margin:var(--mg24) auto 0;
}

.item__price{
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap:12px;
    font-family: "novantique-serif", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.item__price p{
    font-size:var(--txt-l);
}

.item__price span{
    display: inline-block;
    height:1px;
    width:100%;
    background:#fff;
}

.item__txt{
    font-size:var(--txt-s);
    line-height: 1.8;
    margin-top:var(--mg16);
}

.item__cont-r{
    margin-top:var(--mg32);
}

.item__txt-en{
    text-align: center;
    letter-spacing: 0.1em;
    font-size:var(--txt-l);
    margin-top:var(--mg24);
    line-height: 1.5;
}

.item__col{
    display: grid;
    gap:var(--mg12);
    margin-top:var(--mg40);
}

.item__col li a{
    background:var(--color-pl2);
    display: grid;
    grid-template-columns: 25% 1fr auto;
    align-items: center;
    gap:var(--mg12);
    padding: 0 var(--mg16) 0 var(--mg8);
    border-radius: 8px;

}

.item__col li a p{
    font-size:clamp(18px,6.15vw,22px);
    letter-spacing: 0.1em;
    margin-top:8px;
}

.item__col li a::after{
    content:"";
    display: block;
    width:20px;
    height:20px;
    background:url(/img/usr/freepage/20251003_autumn_boots/arrow.png) no-repeat center center/contain;
}


@media (min-width: 768px) {

    .item{
    border-top:5px solid var(--color-ygr);
    margin-top:var(--mg120);
    padding-top:var(--mg120);
}

.item__cont{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:var(--mg120);
}

.item__img{
    width:100%;
}

.item__ttl{
    margin-bottom:var(--mg40);
}

.item__ttl p:first-of-type{
    font-size:clamp(40px,2.60vw,45px);
}

.item__ttl p:first-child span{
    margin:0 0 0 8px;
}

.item__ttl p:last-of-type{
    font-size:clamp(64px,5vw,80px);
    line-height: 1.1;
}

.item__ttl h3{
    font-size: var(--txt-m);
    /* margin-top:var(--mg8); */
}

.item__txt__wrapper{
    width:100%;
    margin:var(--mg40) auto 0;
}
.item__price{
    gap:14px;
}

.item__price p{
    font-size:clamp(26px,1.77vw,34px);
}

.item__txt{
    line-height: 2;
    margin-top:var(--mg32);
}

.item__cont-r{
    margin-top:0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.item__txt-en{
    text-align: right;
    font-size:clamp(22px,1.51vw,24px);
    margin-top:var(--mg80);
    line-height: 1.6;
}

.item__col{
    display: flex;
    justify-content: center;
    gap:var(--mg16);
    margin-top:var(--mg80);
}


.item__col li{
    width:calc((100% - var(--mg32)) / 3);
}

.item__col li a{
    /* grid-template-columns: 25% 1fr auto; */
    gap:var(--mg16);

}

.item__col li a:hover,.item__cont a:hover{
    opacity: 0.8;
}

.item__col li a p{
    font-size:clamp(22px,1.56vw,30px);
    margin-top:12px;
}

.item__col li a::after{
    width:36px;
    height:36px;
}


}


/*footer ******************************/

.footer__wrapper{
    border-top:3px solid var(--color-ygr);
    background:var(--color-pl);
    padding-top:var(--mg64);
}

.footer__wrapper p{
    max-width:240px;
    margin:0 auto;
}

@media (min-width: 768px) { 

    .footer__wrapper{
        padding: 88px 0 72px;
    }

    .footer__wrapper p{
        max-width:340px;
    }
}
/*アニメーション
--------------------------------------------------------*/
.image-anime{
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
}

.image-anime2{
    opacity: 0;
    scale: 1.15;
    visibility: hidden;
}