/*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; opacity: 0.8;}
#header .header_search_wrap_ .header_search_inner_ form input.keyword_{
height:41.8px;}



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

:root {
    --bg-color:linear-gradient(180deg,rgb(243, 193, 195) 0%, rgb(218, 207, 226) 100%);
        /* --bg-color:linear-gradient(180deg,rgb(243, 193, 195) 0%, rgba(225, 221, 231, 1) 100%); */
    --color-bk:#7c7c7c;/*#3F3F3F*/
    
    --cont-max:1400px;
    --cont-max-s:900px;
    --cont-pd-w:5vw;
    --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;


    }

    .pc{
        display: none;
    }


    .font-en{
        font-family: minion-pro, serif;
        font-weight: 400;
        font-style: normal;
    }

    

    @media (min-width: 768px) {
        :root {
        --cont-pd-w:8vw;
        --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;
        --mg160:11.71vw;

        }
        .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;
    --mg120:6.25vw;
    --mg160:8.33vw;

    }
    }

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



.l-wrapper{
    background:var(--bg-color);
}

.contentWrapper {
    overflow: hidden;
    letter-spacing: .05em;
    color:var(--color-bk) !important;
    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; */

}


section.item{
    padding:var(--sec-mg) 0 0;
    position: relative;
}


/* .font-en{
    font-family: gill-sans-nova, sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;

} */

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

.fh{
    display: block;
    position: absolute;
    z-index:30;
}

.bg-wrapper::before,.bg-wrapper::after{
    display: block;
    content:"";
    position: absolute;
    mix-blend-mode: overlay;
    z-index:1;
}


.bg-wrapper .contents-inner{
    position: relative;
    z-index:10;
}

@media (min-width: 768px) {


}




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

.mainVisual{
    width:100%;
    position: relative;
    z-index:20;
}

.mainVisual__wrapper{
    padding:3vw;
}

.mainVisual__wrapper img{
    border-radius: 3vw;
}



.mv-fh1{
    width:34.35vw;
    height:17.17vw;
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/feather1.png) no-repeat center center/contain;
    right:10vw;
    top:0;
}

.mv-fh2{
    width:21.79vw;
    height:29.48vw;
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/feather2.png) no-repeat center center/contain;
    left:0;
    top:5vw;
}

.mv-fh3{
    width:26.92vw;
    height:29.23vw;
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/feather3.png) no-repeat center center/contain;
    right:0;
    bottom:-10vw;
}


.intro{
    width:100%;
    position: relative;
    padding:var(--mg80) 0 0;
    margin-bottom:var(--mg96);
}

.intro.bg-wrapper::before{
    width:64.61vw;
    height:106.92vw;
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/shine1.png) no-repeat left top/contain;
    left:0;
    top:-20vw;
}


.intro__copy{
    display: grid;
    margin:0 auto var(--mg24);
    gap:var(--mg8);
}

.intro__image__wrapper{
    width:100%;
    position: relative;
}

.intro__image{
    width:65%;
    margin:0 auto;
    position: relative;
    z-index:2;
}

.intro__image-txt{
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    display: grid;
    place-items: center;
    margin-top:30px;
    z-index:1;
}

.intro__image-txt div{
    width:100%;
    display: flex;
    justify-content: space-between;
}

.intro__image-txt div img{
    width:34%;
}

.intro__txt__wrapper{
    position: relative;
    /* z-index:100; */
}

.intro__txt__cont{
    background:#FDE8EA;
    border:1px solid #fff;
    box-shadow: 0 0 10px rgb(173, 133, 133, 0.2);
    padding:var(--mg48) var(--mg16);
    border-radius: var(--mg24);
}

.intro__txt-me {
    position: relative;
    width:fit-content;
    padding: 0 0 5px;
    border-bottom: 1px solid var(--color-bk);
    font-size: 1.4rem;
    margin:0 auto;
}

.intro__txt-me:before {
    position: absolute;
    top: 100%;
    left: calc((100% - 16px) / 2);
    transform: skew(-25deg);
    height: 8px;
    width: 8px;
    border-right: 1px solid var(--color-bk);
    background: #FDE8EA;
    content: "";
}

.intro__stamp{
    max-width:160px;
    margin:var(--mg16) auto var(--mg12);
}

.intro__txt-st{
    text-align: center;
    width:fit-content;
    margin:0 auto var(--mg16);
}

.intro__txt-st .mark{
    display: inline-block;
    font-size:1.4rem;
    font-weight: 500;
    position: relative;
}

.intro__txt-st .mark::before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 6px;
    border-radius: 6px;
    background: #F3C3C5;
    z-index:1;
}

.intro__txt-st span span{
    position: relative;
    z-index:3;

}

.intro__txt-st span:last-child{
    margin-top:8px;
}

.intro__txt{
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
}

.fh4{
    width:31.79vw;
    height:39.48vw;
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/feather4.png) no-repeat left center/contain;
    left:0;
    top:-18vw;
}


@media (min-width: 768px) {


.mainVisual__wrapper{
    padding:2vw var(--cont-pd-w) 0;
}

/* .mainVisual__wrapper img{
    border-radius: 3vw;
} */

.mv-fh1{
    width:14.34vw;
    height:7.17vw;
    right:inherit;
    left:33.52vw;
}

.mv-fh2{
    width:15.00vw;
    height:20.13vw;
    top:9.29vw;
}

.mv-fh3{
    width:19.47vw;
    height:21.08vw;
    bottom:-9.95vw;
}

.intro{
    padding:var(--mg120) 0 0;
    margin-bottom:var(--mg160);
}

.intro.bg-wrapper::before{
    width:29.94vw;
    height:48.82vw;
    top:-13.90vw;
}

.intro__copy{
    gap:var(--mg16);
    margin:0 auto var(--mg40);
    max-width:800px;
}

.intro__image__wrapper{
/* 
    border: 1px solid red;
    margin:0 auto; */
}
.intro__image{
    width:32%;
}

.intro__image-txt{
    max-width:var(--cont-max-s);
    margin:auto;
    left:0;
    right:0;
}

.intro__image-txt div img{
    width:30%;
}

.intro__txt__cont{
    max-width:var(--cont-max-s);
    margin:0 auto;
    padding:var(--mg80) var(--mg40);
    border-radius: var(--mg40);
}
.intro__txt-me {
    font-size: 1.8rem;
}

.intro__stamp{
    max-width:180px;
    margin:var(--mg12) auto var(--mg16);
}
.intro__txt-st{
    margin:0 auto var(--mg32);
}

.intro__txt-st span{
    font-size:1.8rem;
}

.intro__txt-st span::before{
    height: 10px;
    border-radius: 10px;
}

.intro__txt{
    font-size: 1.4rem;
    line-height: 2.2;
}

.fh4{
    width:19.76vw;
    height:33vw;
    /* top:-18vw; */
}


}


/*spec ******************************/

.spec__wrapper{
    padding:0 var(--mg12);
    margin-top:var(--mg40);
}

.spec__wrapper h3{
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
    background: #F3C3C5;
    padding:4px;
}

.spec__cont__item{
    margin-top:var(--mg16);
}

.spec__ttl span{
    display: inline-block;
    font-size:2rem;
    margin-right:8px;
}

.spec__ttl {
    font-size:1.4rem;
    font-weight: 500;
    padding:0 0 2px;
    border-bottom:1px solid var(--color-bk);
    margin-bottom:var(--mg12);
}

.spec__txt{
    display: grid;
    gap:var(--mg12);
}

.spec__txt p{
    font-size:1.2rem;
    line-height: 1.6;
}

.spec__image img{
    border-radius: var(--mg8);
}

@media (min-width: 768px) {

    .spec__wrapper{
    padding:0 var(--mg24);
    /* margin-top:var(--mg40); */
    }

    .spec__wrapper h3{
    font-size: 2.2rem;
    padding:8px;
    }

    .spec__cont__item{
    margin-top:var(--mg24);
    }

    .spec__ttl span{
    font-size:2.4rem;
    margin-right:12px;
    }

    .spec__ttl {
    font-size:1.8rem;
    padding:0 0 4px;
    margin-bottom:var(--mg16);
    }

    .spec__txt{
    grid-template-columns: 40% 60%;
    gap:var(--mg24);
    align-items: center;
}

.spec__txt p{
    font-size:1.4rem;
    line-height: 1.7;
}

.spec__image img{
    border-radius: var(--mg12);
}

}




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

.item{
    position: relative;
    color:#fff;
}

.item1 .bg-wrapper,.item2 .bg-wrapper{
    position: relative;
}

.item2{
    margin-top:var(--mg96);
}


.item__ttl{
    font-size:2.4rem;
    margin-bottom:var(--mg24);
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.05em;
}
.item__main-image{
    position: relative;
}

.item__main-image{
    width: fit-content;
    margin:0 auto 8.20vw;
}

.item__main-image div p,.item__main-image div span{
    width:78.46vw;
    height:101.79vw;
    border-radius: 39.23vw 39.23vw var(--mg8) var(--mg8);
}

.item__main-image div p,.item__no{
    position: relative;
    z-index:2;
}

.item__main-image span{
    display: block;
    position: absolute;
    z-index:1;
    top:8.20vw;
}

.item__main-image div img{
    width:100%;
    height:100%;
    object-fit: cover;
    border-radius: 39.23vw 39.23vw var(--mg8) var(--mg8);
}

.item1 .item__main-image span{
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/item1-image1-bg.jpg) no-repeat left bottom/cover;
    left:-8.20vw;
}

.item__no{
    font-size:1.1rem;
    margin-top:var(--mg8);
}

.item1 .bg-wrapper::before{
    width:68.46vw;
    height:95.89vw;
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/shine2.png) no-repeat right top/contain;
    right:0;
    bottom:-20vw;
}

.item__sub-cont{
    margin-top:var(--mg48);
}

.item__sub-cont img{
    border-radius: var(--mg8);
}

.item__copy{
    font-size:1.4rem;
    line-height: 2;
    font-weight: 500;
    margin-bottom:var(--mg16);
}

.item__sub-cont-r a{
    width:64vw;
    margin:0 0 0 auto;
    margin-right:8vw;
    /* margin:0 0 0 10vw; */
}

.item__sub-cont-l{
    width:72.30vw;
    margin-top:var(--mg24);
}

/* .item__copy{
    font-size:1.3rem;
} */

.item__txt{
    display: grid;
    grid-template-columns: 1fr auto;
    gap:12px;
    line-height: 1.6;
    margin:var(--mg8) 0 0;
}

.item__txt p{
    font-size:1.3rem;
    font-weight: 500;
}

.item__col__wrapper{
    width:100%;
    margin-top:var(--mg40);
    padding:var(--mg64) 0;
    position: relative;
}

.item__col__wrapper::after{
    content:"";
    display: block;
    width:100%;
    height:100%;
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/cloud-bg1.jpg) no-repeat center center/cover;
    position: absolute;
    z-index:1;
    bottom:0;
    left:0;
}

.item__col__wrapper ul{
    display: flex;
    gap:var(--mg16);
    position: relative;
    z-index:2;
}

.item__col__wrapper ul li p{
    text-align: center;
    font-size:1.6rem;
    color:#fff;
    margin-top:var(--mg8);
}

.item__col__wrapper ul li img{
    border-radius: var(--mg8);
}

.fh5{
    width:16.92vw;
    height:25.38vw;
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/feather5.png) no-repeat right center/contain;
    right:0;
    top:-20vw;
}

.fh6{
    width:25.12vw;
    height:28.71vw;
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/feather6.png) no-repeat left center/contain;
    left:0;
    top:-10vw;
}

/*item2*/

.fh7{
    width:34.10vw;
    height:50.25vw;
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/feather7.png) no-repeat right center/contain;
    right:0;
    top:-50vw;
}

.item2 .bg-wrapper::before{
    width:68.46vw;
    height:95.89vw;
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/shine3.png) no-repeat left top/contain;
    left:0;
    bottom:-20vw;
}

.item2 .item__main-image span{
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/item2-image1-bg.jpg) no-repeat right bottom/cover;
    right:-8.20vw;
}

.item2 .item__no{
    text-align: right;
}

.item2 .item__col__wrapper::after{
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/cloud-bg2.jpg) no-repeat center center/cover;
}

.fh8{
    width:20.76vw;
    height:22.30vw;
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/feather8.png) no-repeat left center/contain;
    left:0;
    top:-10vw;
}

.fh9{
    width:16.92vw;
    height:22.05vw;
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/feather9.png) no-repeat right center/contain;
    right:0;
    bottom:-10vw;
}


/* .item2 .item__copy{
    text-align: right;
} */

/* .item2 .item__sub-cont-r a{
    margin:0 0 0 8vw;
} */






@media (min-width: 768px) {

.item2{
    margin-top:var(--mg160);
}

.item__ttl{
    font-size:3.6rem;
    margin-bottom:var(--mg40);
}

/* .item__main-image{
    position: relative;
} */

.item__main-image{
    margin:0 auto 5.12vw;
}

.item__main-image div p,.item__main-image div span{
    width:43.92vw;
    height:56.88vw;
    max-width:600px;
    max-height: 777px;
    border-radius: 21.96vw 21.96vw var(--mg12) var(--mg12);
}
.item__main-image span{
    top:5.12vw;
}

.item__main-image div img{
    border-radius: 21.96vw 21.96vw var(--mg12) var(--mg12);
}

.item1 .item__main-image span{
    left:-5.12vw;;
}
.item__no{
    font-size:1.6rem;
    margin-top:var(--mg12);
}

.item1 .bg-wrapper::before{
    width:33.52vw;
    height:44.07vw;
    bottom:-22vw;
}

.item__sub-cont{
    margin-top:var(--mg96);
}

.item__sub-cont .contents-inner{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.item__sub-cont-r{
    width:35%;
    margin-top:var(--mg72);
}

.item__sub-cont-l{
    width:57%;
    margin-top:0;
}

.item__sub-cont img{
    border-radius: var(--mg12);
}


.item__copy{
    font-size:1.6rem;
    margin-bottom:var(--mg64);
}

.item__sub-cont-r a{
    width:100%;
    margin:0;
}
.item__txt{
    gap:30px;
    margin:var(--mg24) 0 0;
}

.item__txt p{
    font-size:1.4rem;
}

.item__col__wrapper{
    width:100%;
    height:36.60vw;
    max-height:500px;
    margin-top:var(--mg120);
    padding:0;
}

.item__col__wrapper::after{
    height:29.28vw;
    max-height:400px;
} 

.item__col__wrapper ul{
    max-width:675px;
    margin:0 auto ;
    gap:var(--mg56);
}

.item__col__wrapper ul li p{
    margin-top:var(--mg12);
    font-size:2.2rem;
}
.item__col__wrapper ul li img{
    border-radius: var(--mg12);
}

.fh5{
    width:11.56vw;
    height:17.27vw;
    top:5vw;
}

.fh6{
    width:16.32vw;
    height:18.52vw;
    top:-5vw;
}

/*item2*/

.fh7{
    width:19.25vw;
    height:28.33vw;
    top:-20vw;
}

.item2 .bg-wrapper::before{
    width:41.58vw;
    height:50.14vw;
    /* bottom:-20vw; */
}

.item2 .item__main-image span{
    right:-5.12vw;
}

.item2 .item__sub-cont .contents-inner{
    flex-direction: row;
}


.fh8{
    width:15.15vw;
    height:16.25vw;
    top:-3vw;
}

.fh9{
    width:13.90vw;
    height:17.86vw;
    bottom:-6vw;
}


}


/*pick up ******************************/
.pick__wrapper{
    background:#E1DDE7;/*#E1DDE7*/
    padding:var(--mg80) 0;
}

.pick__wrapper h3{
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.05em;
}

.pick__image img{
    border-radius: var(--mg8);
}

.pick__lead-txt{
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: var(--mg24) 0 var(--mg32);
}

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

.pick__txt{
    display: grid;
    gap:var(--mg16);
    margin-top:var(--mg24);
}

.pick__txt p{
    font-size:1.3rem;
}

.pick__txt p:first-of-type{
    font-size:1.4rem;
}

.pick__txt p:first-of-type,.pick__txt p:nth-of-type(2){
    font-weight: 500;
}    

.pick__txt p:last-of-type{
    line-height: 1.6;
}

.pick__txt ul{
    display: flex;
    flex-wrap: wrap;
    gap:var(--mg12);
}

.pick__txt ul li a{
    font-weight: 500;
    font-size:1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:var(--mg8);
    border:1px solid var(--color-bk);
    padding:8px 12px 8px 16px;
    border-radius: 20px;
    background:rgb(255, 255, 255, 0.4);
}

.pick__txt ul li a::after{
    content:"";
    display: inline-block;
    width:16px;
    height:16px;
    background:url(/img/usr/freepage/202508_fuwasara_sneaker/arrow.png) no-repeat center center/contain;
}

@media (min-width: 768px) {

.pick__wrapper{
    padding:var(--mg160) 0;
}
.pick__wrapper h3{
    font-size: 3.6rem;
}
.pick__image img{
    border-radius: var(--mg12);
}

.pick__lead-txt{
    font-size: 1.4rem;
    margin: var(--mg24) 0 var(--mg48);
}

.pick__cont{
    display: grid;
    grid-template-columns: 40% 60%;
    gap:var(--mg56);
    align-items: center;
}

.pick__cont.reverse{
    grid-template-columns: 60% 40%;
}

.pick__cont.reverse .pick__image{
    order: 2;
}

.pick__cont.reverse .pick__txt{
    order: 1;
}

.pick__txt{
    gap:var(--mg24);
    margin-top:0;
    padding:0 var(--mg40) 0 0;
}

.pick__txt p{
    font-size:1.4rem;
}

.pick__txt p:first-of-type{
    font-size:1.6rem;
}

.pick__txt p:last-of-type{
    line-height: 1.8;
}

.pick__txt ul{
    gap:var(--mg16);
    margin-top:var(--mg16);
}
    
    .pick__txt ul li a{
    font-size:1.6rem;
    }

    .pick__txt ul li a::after{
    width:20px;
    height:20px;
}



}


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


.footer__wrapper{
    margin-top:var(--sec-mg);
    background:var(--color-or);
    padding: 48px 0 40px;
}

.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;
    }
}
/*アニメーション
--------------------------------------------------------*/

.mainVisual__wrapper {
    opacity: 0;
}

.mv-fh1{
    opacity: 0;
    transform: translateY(-10px); /* 上から */
}
.mv-fh2,
.mv-fh3 {
    opacity: 0;
    transform: translateY(10px); /* 下から */
}


.image-anime{
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
}

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



@media (min-width: 768px) { 


}