/*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 {
    --bg-color-wh:#FAFAF8;
    --color-lbg:#F4F1EA;
    --color-br:#B69079;
    --color-lbr:#E2C6B3;
    

    --txt-l:clamp(12px,3.84vw,15px);
    --txt-m:clamp(12px,3.33vw,14px);

    --cont-max:1556px;
    --cont-max-s:900px;
    --unit-cont-pd-w:2.05vw;
    --cont-pd-w:calc(var(--unit-cont-pd-w) * 2);
    --cont-pd-w1:calc(var(--unit-cont-pd-w) * 3);
    --cont-pd-w2:calc(var(--unit-cont-pd-w) * 4);
    --cont-pd-w3:calc(var(--unit-cont-pd-w) * 6);
    --unit-mg:clamp(6px,2.05vw,8px);

    --mg4:calc(var(--unit-mg) / 2);
    --mg8:var(--unit-mg);
    --mg12:calc(var(--unit-mg) * 1.5);
    --mg16:calc(var(--unit-mg) * 2);
    --mg24:calc(var(--unit-mg) * 3);
    --mg32:calc(var(--unit-mg) * 4);
    --mg40:calc(var(--unit-mg) * 5);
    --mg48:calc(var(--unit-mg) * 6);
    --mg56:calc(var(--unit-mg) * 7);
    --mg64:calc(var(--unit-mg) * 8);
    --mg80:calc(var(--unit-mg) * 10);
    --mg96:calc(var(--unit-mg) * 12);
    --mg120:calc(var(--unit-mg) * 15);
    --mg136:calc(var(--unit-mg) * 17);
    --mg160:calc(var(--unit-mg) * 20);
    --mg180:calc(var(--unit-mg) * 22.5);
    --mg200:calc(var(--unit-mg) * 25);
    --mg240:calc(var(--unit-mg) * 30);
    }

    .pc{
        display: none;
    }

    @media (min-width: 768px) {
        :root {
        --unit-mg:0.78vw;
        --unit-cont-pd-w:2vw;
        --txt-l:clamp(15px,1.04vw,20px);
        --txt-m:clamp(14px,0.93vw,18px);

        }
        .pc{
            display: block;
        }

        .sp{
            display: none;
        }

    }

    @media (min-width:1600px) {
        :root {
        --unit-mg:clamp(6px,0.5vw,8px);  
        }
    }

    @media (min-width: 1920px) {
    :root {
        --unit-mg:clamp(6px,0.41vw,8px);  
    }
    }

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

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

.font-serif{
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

.l-wrapper{
    position: relative;
}

.contentWrapper {
    overflow: hidden;
    letter-spacing: .05em;
    color:var(--color-br);
    background:var(--bg-color-wh);
    letter-spacing: 0.08em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

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

@media (min-width: 768px) {

    .contents-inner{
    padding:0 var(--cont-pd-w2);
    }


}

@media (min-width: 1920px) {

    .contents-inner{
        padding:0;
        max-width:var(--cont-max);
    }


}


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


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

.intro{
    padding:var(--mg96) 0;
    position: relative;
}

.intro__wrapper{
    width:100%;
    position: relative;
    z-index:10;
    padding:0 var(--cont-pd-w);
}

.intro__txt{
    font-size:var(--txt-l);
    letter-spacing: 0.12em;
    line-height: 2;
}


@media (min-width: 768px) {

.mainVisual{
    z-index:100;
    padding:0 var(--cont-pd-w2);
}

.mainVisual__wrapper{
    max-width:var(--cont-max);
    margin:0 auto;
}

.intro__wrapper{
    padding:0 var(--cont-pd-w);
}

.intro__txt{
    line-height: 3;
    text-align: center;
}

}


@media (min-width: 1920px) {


}

/*item common ******************************/
.item{
    width:100%;
    position: relative;
    margin-bottom: var(--mg64);
}

.item1{
    margin-bottom:var(--mg96);
}

.item__wrapper{
    width:100%;
    position: relative;
    padding:var(--mg64) 0;
}

.item .item__wrapper::before{
    display: block;
    content:"";
    position: absolute;
    z-index:1;
    background:var(--color-lbg);
}

.item__txt-cont{
    margin-top:var(--mg24);
    padding:0 var(--cont-pd-w2);
}

.item__name{
    font-weight: 500;
    font-size: var(--txt-l);
    margin-bottom:var(--mg16);
    line-height: 1.4;
}

.item__col-nav li,.item__price,.item__link-txt{
    font-size: var(--txt-m);
}

.item__col-nav{
    display: flex;
    gap:30px;
    align-items: center;
    margin-bottom: var(--mg12);
}

.item__col-nav li{
    position: relative;
    display: flex;
    align-items: center;

}

.item__col-nav li a{
    padding:0 0 2px;
    border-bottom: 1px solid var(--color-br);
}

.item__col-nav li::before{
    display: block;
    content:"/";
    position: absolute;
    right:-15px;
}

.item__col-nav li:last-child::before{
    display: none;
}

.item__link-txt{
    padding:0 0 2px;
    border-bottom:1px solid var(--color-br);
    display: flex;
    align-items: center;
    margin-top:var(--mg24);
    width:fit-content;
}

.item__link-txt::before{
    content:"●";
    display: block;
    transform: scale(0.5);
}

.item__price span{
    display: inline-block;
    margin:0 5px 0 0;
}

@media (min-width: 768px) {
.item{
    margin-bottom: var(--mg96);
    /* margin-bottom:0; */
}

.item1{
    /* margin-bottom:0; */
}

.item__wrapper{
    padding:var(--mg96) 0; 
}

    
.item__inner{
    padding:0 var(--cont-pd-w2);
    position: relative;
    z-index:10;
}

.item__nav__wrapper{
    display: flex;
    gap:15px;
}

.item__txt-cont{
    margin-top:var(--mg24);
    padding:0;
}

.item__name{
    margin-bottom:var(--mg16);
}


.item__col-nav{
    margin-bottom: var(--mg16);
}


.item__price span{
    margin:0 10px 0 0;
}


}

@media (min-width: 1920px) {

.item{
    margin-bottom: var(--mg160);
}



.item__inner{
    padding:0;
    max-width:var(--cont-max);
    margin:0 auto;
}

.item__txt-cont{
    margin-top:var(--mg32);
}

}

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


.item1 .item__wrapper::before,.item3 .item__wrapper::before{
    width:58.46vw;
    height:88.97vw;
    top:0;
}

.item1 .item__wrapper::before{
    right:0;
}

.item3 .item__wrapper::before{
    left:0;
}

.item__ttl-en{
    font-size:clamp(20px,7.69vw,30px);
    letter-spacing: 0.1em;
}

.item1 .item__ttl-en,.item3 .item__ttl-en{
    text-align: right;
    position: relative;
    z-index:3;
    line-height: 1.2;
}

.item3 .item__ttl-en{
    text-align: left;
}

.item1 .item__image__wrapper,.item3 .item__image__wrapper{
    padding:0 var(--cont-pd-w);
}

.item1 .item__image,.item3 .item__image{
    margin-top:calc(-1 * (clamp(20px,7.69vw,30px) / 1.5));
    position: relative;
    z-index:2;
    padding:0 var(--cont-pd-w);
}

.item1 .item__sub-image__wrapper,.item3 .item__sub-image__wrapper{
    background:var(--color-lbr);
    padding:var(--cont-pd-w2);
}

.item1 .item__cont,.item3 .item__cont{
    margin-top:var(--mg32);
}

/*item2*/

.item2 .item__ttl-en,.item5 .item__ttl-en{
    position: absolute;
    top:calc(-1.5 * clamp(20px,7.69vw,30px));
    z-index:40;
    text-align: center;
    right:0;
    left:0;
    margin:auto;
}

.item2 .item__wrapper,.item5 .item__wrapper{
    background:var(--color-lbg);
    padding:0 0 var(--mg64);
}

.item2 .item__inner{
    padding-top:var(--mg32);
}

.item5 .item__inner{
  padding-top:var(--mg56)  
}

.item2__image__wrapper{
    display: flex;
    flex-wrap: wrap;
    padding:0 var(--cont-pd-w2);
    gap:var(--mg32) var(--mg12);
}

.item2__image__wrapper a:first-child{
    width:100%;
}

.item2__image__wrapper a:nth-child(2),.item2__image__wrapper a:last-child{
    width:calc((100% - var(--mg12)) / 2);
}

/*item4,6*/
.item4 .item__wrapper,.item6 .item__wrapper{
    padding:0 0 var(--mg64);
}

.item4 .item__ttl-en,.item6 .item__ttl-en{
    text-align: center;
    margin-bottom:var(--mg32);
    position: relative;
    z-index:10;
}


.item4 .item__wrapper::before,.item6 .item__wrapper::before{
    width:50vw;
    height:80vw;
}

.item4 .item__wrapper::before{
    right:0;
    top:var(--mg40);
}

.item6 .item__wrapper::before{
    left:0;
    top:var(--mg40);
}

.item4 .item__image,.item6 .item__image{
    position: relative;
    z-index:10;
    padding:0 var(--cont-pd-w2);
    margin-bottom:var(--mg40);
}

.item4 .item__sub-image__wrapper,.item6 .item__sub-image__wrapper{
    padding:0 var(--cont-pd-w2);
}

/*item5*/
.item5 .image__wrapper{
    padding:0 var(--cont-pd-w2);
}
.item5 .item__sub-image__wrapper{
    padding:0 var(--cont-pd-w2);
    display: flex;
    gap:var(--mg12);
    margin-top:var(--mg32);
}


@media (min-width: 768px) {



.item1 .item__wrapper::before,.item3 .item__wrapper::before{
    width:62.5vw;
    height:100%;
}

.item__ttl-en{
    font-size:clamp(30px,3.90vw,75px);
}

.item1 .item__inner, .item3 .item__inner{
    display: flex;
}

.item1 .item__inner{
    flex-direction: row-reverse;
}


.item1 .item__inner .item__cont, .item3 .item__inner .item__cont{
    width:50%;
}

.item1 .item__image__wrapper,.item3 .item__image__wrapper{
    width:50%;
    margin-top:var(--mg120);
}

.item1 .item__image__wrapper{
    padding:0 0 0 var(--cont-pd-w2);
}

.item3 .item__image__wrapper{
    padding:0 var(--cont-pd-w2) 0 0;
}

.item1 .item__image,.item3 .item__image{
    margin-top:calc(-1 * (clamp(30px,3.90vw,75px) / 1.5));
    padding:0;
}

.item1 .item__sub-image__wrapper,.item3 .item__sub-image__wrapper{
    padding:var(--cont-pd-w2);
    /* padding:calc(var(--cont-pd-w) * 1.5); */
}

.item1 .item__cont,.item3 .item__cont{
    margin-top:0;
}



/*item2*/
.item2 .item__ttl-en,.item5 .item__ttl-en{
    top:calc(-0.5 * (clamp(30px,3.90vw,75px)));
    line-height: 1;
}

.item2 .item__ttl-en{
    text-align: left;
    left:var(--cont-pd-w);
}

.item5 .item__ttl-en{
    text-align: right;
    right:var(--cont-pd-w);
}

.item2 .item__wrapper,.item5 .item__wrapper{
    padding:0 0 var(--mg96);
}

.item2 .item__inner,.item5 .item__inner{
    padding-top:var(--mg64);
}


.item2__image__wrapper{
    align-items: center;
    justify-content: space-between;
    padding:0 var(--cont-pd-w);
}


.item2__image__wrapper a:first-child{
    width:45%;
    order: 2;
}

.item2__image__wrapper a:nth-child(2),.item2__image__wrapper a:last-child{
    width:25%;
}

.item2__image__wrapper a:nth-child(2){
    order:1;
}

.item2__image__wrapper a:last-child{
    order: 3;
}

.item2 .item__txt-cont{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item3 .item__txt-cont{
    text-align: right;
}

.item3 .item__nav__wrapper{
    justify-content: flex-end;
}
.item3 .item__link-txt{
    margin-left:auto;
}

/*item4,6*/
.item4 .item__ttl-en,.item6 .item__ttl-en{
    margin-bottom:var(--mg96);
}

.item6 .item__wrapper{
    padding:0 0 var(--mg96);
}

.item4 .item__wrapper{
    padding:0;
}

.item4 .item__wrapper::before,.item6 .item__wrapper::before{
    width:50vw;
    height:34.47vw;
    top:inherit;
}

.item4 .item__wrapper::before{
     bottom:var(--mg120);
}

.item6 .item__wrapper::before{
    bottom:calc(var(--mg120) + var(--mg96));
}

.item4 .item__inner,.item6 .item__inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding:0 var(--cont-pd-w2);
}

.item4 .item__image,.item6 .item__image{
    padding:0;
    margin-bottom:0;
}

.item4 .item__image{
    padding:0 0 0 var(--cont-pd-w);
}

.item6 .item__image{
    padding:0 var(--cont-pd-w) 0 0;
}

.item4 .item__sub-image__wrapper{
    padding:0 var(--cont-pd-w) 0 0;
}

.item6 .item__sub-image__wrapper{
    padding:0 0 0 var(--cont-pd-w);
}

.item4 .item__cont{
    order: 1;
    display: grid;
}

.item6 .item__cont{
    display: grid; 
}

.item4 .item__cont .item__sub-image__wrapper,.item6 .item__cont .item__sub-image__wrapper{
    order:2;
    margin-top:var(--mg96);
}


.item4 .item__image__wrapper{
    order: 2;
}


.item4 .item__txt-cont,.item6 .item__txt-cont{
    order: 1;
    margin-top:0;
}

.item6 .item__txt-cont{
    text-align: right;
}
.item6 .item__nav__wrapper{
    justify-content: flex-end;
}

.item6 .item__link-txt{
    margin-left:auto;
}

/*item5*/

.item5 .item__inner{
    display: grid;
    grid-template-columns: 42% 1fr;
    gap:var(--cont-pd-w2);
}
.item5 .image__wrapper{
    padding:0;
}

.item5 .item__sub-image__wrapper{
    padding:0;
    gap:var(--mg56);
    margin-top:var(--mg56);
}

.item5 .item__cont{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


}

@media (min-width: 1920px) {

.item1 .item__image__wrapper,.item3 .item__image__wrapper{
    margin-top:var(--mg160);
}

/* .item2 .item__ttl-en{
    top:calc(-1.75 * (clamp(30px,3.90vw,75px)));
} */

/*item2*/
.item2 .item__ttl-en{
    left:0;
}

.item5 .item__ttl-en{
    right:0;
}

.item2 .item__wrapper,.item5 .item__wrapper{
    padding:0 0 var(--mg120);
}

.item2 .item__inner,.item5 .item__inner{
    padding-top:var(--mg120);
}

.item6 .item__wrapper{
    padding:0 0 var(--mg120);
}


.item4 .item__ttl-en,.item6 .item__ttl-en{
    margin-bottom:var(--mg120);
}



.item4 .item__cont .item__sub-image__wrapper,.item6 .item__cont .item__sub-image__wrapper{
    margin-top:var(--mg120);
}

.item4 .item__image{
    padding:0 0 0 var(--cont-pd-w1);
}

.item6 .item__image{
    padding:0 var(--cont-pd-w1) 0 0;
}

.item4 .item__sub-image__wrapper{
    padding:0 var(--cont-pd-w1) 0 0;
}

.item6 .item__sub-image__wrapper{
    padding:0 0 0 var(--cont-pd-w1);
}

}



/*セクションあしらい ******************************/
.intro{
    position: relative;
    z-index:10;
}

.intro::after,.item::before,.item::after{
    display: block;
    content:"";
    position: absolute;
}

.intro::after,.item::before{
    /* top:0;
    right:0; */
    mix-blend-mode: multiply;
    z-index:10;
}

.item::after{
    z-index:11;
}


.intro::after{
    width:23.07vw;
    height:72.30vw;
    bottom:calc(-1 * var(--mg48));
    right:0;
    background:url(/img/usr/freepage/20260130_spring_pumps/bg-deco1.png) no-repeat right center/contain;
    opacity: 0.4;
    z-index:10;
}

.item1::before{
    width:21.28vw;
    height:42.30vw;
    background:url(/img/usr/freepage/20260130_spring_pumps/bg-deco2.png) no-repeat left center/contain;
    left:0;
    bottom:-30vw;
    opacity: 0.6;
}

.item1::after{
    width:15.64vw;
    height:31.79vw;
    background:url(/img/usr/freepage/20260130_spring_pumps/bg-deco2-2.png) no-repeat left center/contain;
    left:0;
    bottom:-40vw;
}

.item2::before{
    width:33.58vw;
    height:50.51vw;
    background:url(/img/usr/freepage/20260130_spring_pumps/bg-deco3.png) no-repeat right center/contain;
    right:0;
    bottom:-30vw;
    opacity: 0.6;
}

.item3::before{
    width:29.23vw;
    height:66.41vw;
    background:url(/img/usr/freepage/20260130_spring_pumps/bg-deco4.png) no-repeat left center/contain;
    left:0;
    bottom:-40vw;
    opacity: 0.4;
}

.item4::before{
    width:21.79vw;
    height:48.20vw;
    background:url(/img/usr/freepage/20260130_spring_pumps/bg-deco5.png) no-repeat right center/contain;
    right:0;
    bottom:-15vw;
    opacity: 0.6;
}

.item4::after{
    width:20.51vw;
    height:25.64vw;
    background:url(/img/usr/freepage/20260130_spring_pumps/bg-deco5-2.png) no-repeat right center/contain;
    right:0;
    bottom:-18vw;
}

.item5::before{
    width:28vw;
    height:28vw;
    background:url(/img/usr/freepage/20260130_spring_pumps/bg-deco6.png) no-repeat left center/contain;
    left:0;
    bottom:-12vw;
    opacity: 0.6;
}

.item6::before{
    width:36.15vw;
    height:31.02vw;
    background:url(/img/usr/freepage/20260130_spring_pumps/bg-deco7.png) no-repeat right center/contain;
    right:0;
    bottom:-10vw;
    opacity: 0.6;
}

.item6::after{
    width:40.25vw;
    height:17.43vw;
    background:url(/img/usr/freepage/20260130_spring_pumps/bg-deco7-2.png) no-repeat right center/contain;
    right:0;
    bottom:10vw;
}

.item6{
    margin-bottom:0;
}

@media (min-width: 768px) { 

.intro::after{
    width:clamp(150px,9.73vw,190px);
    height:clamp(486px,30.52vw,586px);
    bottom:calc(-1 * (var(--mg180) + var(--mg96)));
}

.item1::before{
    width:clamp(153px,10.05vw,193px);
    height:clamp(282px,19.89vw,382px);
    bottom:-14vw;
}

.item1::after{
    width:clamp(119px,8.28vw,159px);
    height:clamp(188px,15vw,288px);
    bottom:-18vw;
}

.item2::before{
    width:clamp(159px,15.57vw,299px);
    height:clamp(348px,23.33vw,448px);
    bottom:-8vw;
}
.item3::before{
    width:clamp(142px,9.47vw,182px);
    height:clamp(484px,30.36vw,584px);
    bottom:-16vw;
    background:url(/img/usr/freepage/20260130_spring_pumps/bg-deco4-pc.png) no-repeat left center/contain;
}

.item4::before{
    width:clamp(153px,10.05vw,193px);
    height:clamp(331px,22.44vw,431px);
    bottom:inherit;
    top:10vw;
}

.item4::after{
    width:clamp(144px,9.58vw,184px);
    height:clamp(130px,11.97vw,230px);
    bottom:inherit;
    top:22vw;
}
.item5::before{
    width:clamp(236px,14.37vw,276px);
    height:clamp(236px,14.37vw,276px);
    bottom:inherit;
    top:-9vw;
}


.item6::before{
    width:clamp(286px,16.97vw,326px);
    height:clamp(187px,14.94vw,287px);
    bottom:inherit;
    top:-13vw;
}

.item6::after{
    width:clamp(323px,18.9vw,363px);
    height:clamp(58px,8.22vw,158px);
    bottom:inherit;
    top:-16vw;
}

.item6{
    margin-bottom:0;
}


}

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

.footer__wrapper{
    background:var(--color-lbr);
    padding:var(--mg56) 0;
}

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

@media (min-width: 768px) { 

    .footer__wrapper{
        padding:var(--mg96) 0;
    }

    .footer__wrapper p{
        max-width:340px;
    }
}

@media (min-width: 1920px) {
    .footer__wrapper{
        padding:var(--mg120) 0;
    }
}


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

.js-ts-image{
opacity: 0;
transform:rotate(-3deg) skew(-3deg);
/* transform: translateY(10px); */
}
