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

:root {
    --seasonal-ac-color:#6d8199;
    /* --seasonal-ac-subColor:#9a9a9a; */
    --seasonal-ac-bgColor:rgba(230, 228, 224, 0.3);
    }

a{transition: 0.2s;}
a:hover{
    text-decoration: none;
    opacity: 0.8;
}
html {
    scroll-behavior: smooth; /* スムーズスクロールを有効化 */
}


.s-mainVisual{
    width:100%;
    padding:0;
}


.s-mainVisual_wrapper{
    width:100%;
    height:177.69vw;
    background:url(/img/usr/freepage/fuwasara202511/mv-bg-sp.jpg) no-repeat center center/cover;
    position: relative;
}

.s-mainVisual__left{
    width:100%;
    position: relative;
}

.s-mainVisual__fuwasaraLogo{
    width: 100%;
    height: 140px;
    background: url(/img/usr/freepage/fuwasara202511/mv-ttl.png) no-repeat center center / contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.s-mainVisual__logoWrapper{
    width:100%;
    position: relative;
    padding:var(--section-pd) 0 0;
}

.s-mainVisual_wrapper::before{
    content:"";
    display: block;
    width:100%;
    height:7.5px;
    background:url(/img/usr/freepage/fuwasara202511/mv-copy-sp.png) no-repeat center center/contain;
    position: absolute;
    bottom:30px;
    left:0;
}

.s-mainVisual__right{
    width:100%;
    position: relative;
    margin-top:30px;
}

.s-mv-slider-wrapper{
    width:100%;
    height:fit-content;
}


.s-mv-image-wrapper{
    width:100%;
    margin:0 auto;
    width:77.94vw;
    height:92.05vw;
}

.s-mv-image-wrapper img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.s-mv-slider-wrapper .slick-prev:before{
    content:"";
} 


.s-mv-slider-wrapper .slick-dots{
    width:fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    top:0;
    bottom:0;
    right:10px;
    margin: auto;
}
.s-mv-slider-wrapper .slick-dots li{
    margin-bottom:8px;
}

.s-mv-slider-wrapper .slick-dots li:last-child{
    margin-bottom:0;
}

.s-mv-slider-wrapper .slick-dots li,.s-mv-slider-wrapper .slick-dots li button{
width:8px;
height:8px;
}

.s-mv-slider-wrapper .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background:#fff;
    content: '';
    text-align: center;
    opacity: 1;
}

.s-mv-slider-wrapper .slick-dots .slick-active button:before{
    background:var(--seasonal-ac-color);
}

.page-desc{
    line-height: 1.7;
}


@media (min-width: 600px) {

    .s-mainVisual_wrapper{
        display: flex;
    }
    
    .s-mainVisual_wrapper{
        height:43.55vw;
        background:url(/img/usr/freepage/fuwasara202511/mv-bg-pc.jpg) no-repeat center center/cover;
    }
    
    .s-mainVisual__left{
        width:53%;
    }

    .s-mainVisual__fuwasaraLogo{
        height: 15.51vw;
        max-height: 212px;
        margin-top:-40px;
    }

    .s-mainVisual__logoWrapper{
        height:100%;
        padding:0;
        display: flex;
        align-items: center;
    }

    /* .s-mainVisual__logoWrapper::before{
        width:54px;
        height:104px;
        background:url(/img/usr/freepage/fuwasara202505/mv-copy.png) no-repeat right top/contain;
        top:40px;
        left:40px;
    } */

    .s-mainVisual__logoWrapper{
    width:100%;
    position: relative;
    padding:var(--section-pd) 0 0;
}

.s-mainVisual_wrapper::before{
    content:"";
    display: block;
    width:216px;
    height:30px;
    background:url(/img/usr/freepage/fuwasara202511/mv-copy-pc.png) no-repeat left center/contain;
    position: absolute;
    bottom:inherit;
    top:30px;
    left:30px;
}

    .s-mainVisual__right{
        width:47%;
        margin:0;
        display:flex;
        align-items: center;
    }

    .s-mv-image-wrapper{
        margin:0;
        width:38.43vw;
        height:38.79vw;
    }

    .slick-dotted.slick-slider{
        margin-bottom: 0;
    }

    .s-mv-slider-wrapper .slick-dots{
        justify-content: flex-end;
        top: inherit;
        bottom:0;
        right:5.5vw;
    }

.s-mv-slider-wrapper .slick-dots li,.s-mv-slider-wrapper .slick-dots li button{
    width:10px;
    height:10px;
    }

    .s-mv-slider-wrapper .slick-dots li{
        margin-bottom:10px;
    }


}

/*pickup******************************/

section.pickup{
    background:var(--seasonal-ac-bgColor);
}

.heading-en.seasonal{
    color:var(--seasonal-ac-color);
}

.heading-en.seasonal::before{
    background:var(--seasonal-ac-color);
}

.pickup__itemName-en.seasonal,.pickup__itemImage-sub.seasonal span{
color:var(--seasonal-ac-color);   
}

.pickup__itemName-en.seasonal{
    border-right:1px solid var(--seasonal-ac-subColor);
}

.pickup__itemName-en.seasonal::before, .pickup__itemName-en.seasonal::after{
    background:var(--seasonal-ac-subColor);
}

.more-link.seasonal{
    background:var(--seasonal-ac-color);
}

.pickup__item-desc h4{
    /* font-weight: 600; */
}

.pickup__txtblock.seasonal{
margin-bottom:32px;
}

.pick-txt__wrapper{
    padding: 0 7%;
    margin-bottom:var(--contents-mgb);
}

.pick-txt__fig{
    margin-top:16px;
}

.pick-number{
    width:40%;
}

.pickup__grid-wrapper.reverse .pickup__itemName-en{
    border-left:1px solid var(--seasonal-ac-subColor);
}

.pickup__sep-line{
    display: block;
    width:90%;
    height:1px;
    background:#e0d6cd;
    margin:0 auto 32px;
}


@media (min-width: 600px) {

    .pick-txt__wrapper{
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 40%;
        gap:5vw;
        align-items: center;
        margin-bottom:var(--contents-mgb);
    }
    
    .pick-txt__fig{
        margin-top:0;
    }

    .about .heading-en,.flat .heading-en {
        justify-content: center;
        margin-left: 0;
    }

    .flat .heading-txt{
        text-align: center;
    }

    .pickup__txtblock.seasonal .lead-txt{
        text-align: center;
        line-height: 2;
    }

}


.item__variationList .new a{
    position: relative;
}

.item__variationList .new span{
    position: absolute;
    width:50%;
    top:0;
    left:0;
}



.review-slider .slick-next:before {
    background: url(/img/usr/freepage/fuwasara202411/next.png) no-repeat center center / contain;
}

.review-slider .slick-prev:before {
    background: url(/img/usr/freepage/fuwasara202411/prev.png) no-repeat center center / contain;
}


/*pickup new color list******************************/
.pickup__newcolor__lists{
padding:0 7%;
display: flex;
flex-wrap: wrap;
gap:20px 15px;
}

.pickup__newcolor__lists li{
    width:calc((100% - 15px) / 2 );
}

.pickup__newcolor__lists li a{
    position: relative;
    font-weight: bold;
}

.pickup__newcolor__lists li a span{
    display: inline-block;
    position: absolute;
    max-width:50%;
    top:0;
    left:0;
}

.pickup__newcolor__lists li p{
    font-size:1.1rem;
    line-height: 1.5;
    margin-top:4px;
}

.more-link.seasonal.wh{
    background:#fff;
    border:1px solid var(--seasonal-ac-color);
    color:var(--seasonal-ac-color) !important;
}

.more-link.seasonal.wh span,.more-link.seasonal.wh span::after{
    background:var(--seasonal-ac-color);
}

.more-link.seasonal.wh:hover{
    background:var(--seasonal-ac-color);
    color:#fff !important;
}

.more-link.seasonal.wh:hover span,.more-link.seasonal.wh:hover span::after{
    background:#fff;
}


@media (min-width: 600px) {

.pickup__newcolor__lists{
    justify-content: center;
    padding:0;
    gap:40px 20px;
    }
    
    .pickup__newcolor__lists li{
        width:calc((100% - 80px) / 5 );
    }
    
    
    .pickup__newcolor__lists li a span{
        max-width:90px;
    }
    
    .pickup__newcolor__lists li p{
        font-size:1.2rem;
        line-height: 1.7;
        margin-top:8px;
    }

}


/*nav**************************************************/

.heading-en.nav{
    color:var(--color-lgy);
    justify-content: center;
    font-size: 1.6rem;
    margin-left: 0;
}

.heading-en.nav::before{
    display: none;
}

.nav__lists{
    padding:0 7%;
    display: flex;
    flex-direction: column;
    gap:10px;
}


@media (min-width: 600px) {
    .heading-en.nav{
    font-size: 1.8rem;
}

.nav__lists{
    padding:0;
    flex-direction: row;
    gap:24px;
}

}

.standard__item-no{
    bottom:5px;
}


/*フラット追加   ******************************/
section.flat{
background: rgb(247, 242, 240,0.6);
}

.item__variationList li{
    min-width:calc((100% - 24px) / 1.5);
    /* height:136px; */
    }

.item__variationList li:last-child{
    margin-right:16px;
}



@media (min-width: 600px) {
    /* .item__variationList{
        width:100%;
        justify-content: center;
        overflow-x:hidden;
        gap:20px;
    }
    
    .item__variationList.col3{
        padding-right:0;
    } */
    
    .item__variationList li{
        min-width:inherit;
        max-width:calc((100% - 60px) / 4);
    }

    .item__variationList li:last-child{
        margin-right:0;
    }
    
}


