/*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;}





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

:root {
scroll-behavior: smooth;
scroll-padding:100px;

--font-txt-sub:clamp(12px, calc(8.75px + 0.833vw), 15px);
--font-txt:clamp(13px, calc(9.75px + 0.833vw), 16px);
--font-st-txt:clamp(14px, calc(10.75px + 0.833vw), 17px);


/* Line Height */
--line-body: 1.6;
--line-heading: 1.3;

/* Spacing (Fluid) */
--space-xs: clamp(4px, calc(2.92px + 0.278vw), 5px);
--space-sm: clamp(8px, calc(5.83px + 0.556vw), 10px);
--space-md: clamp(12px, calc(8.75px + 0.833vw), 15px);
--space-lg: clamp(16px, calc(11.67px + 1.111vw), 20px);
--space-xl: clamp(24px, calc(18.58px + 1.389vw), 29px);
--space-1xl: clamp(28px, calc(21.5px + 1.667vw), 34px);
--space-2xl: clamp(32px, calc(24.42px + 1.944vw), 39px);
--space-3xl: clamp(40px, calc(31.33px + 2.222vw), 48px);
--space-4xl: clamp(56px, calc(43px + 3.333vw), 68px);
--space-5xl: clamp(64px, calc(49.92px + 3.611vw), 77px);
--space-6xl: clamp(72px, calc(55.75px + 4.167vw), 87px);
--space-7xl: clamp(80px, calc(62.67px + 4.444vw), 96px);
--space-8xl: clamp(96px, calc(74.33px + 5.556vw), 116px);
--space-9xl: clamp(120px, calc(94px + 6.667vw), 144px);

--color-text:#3F3F3F;
--color-base:#F0F0F0;

/* Layout */
--container-max: 1440px;
--container-max-s: 1280px;

.pc{
    display: none;
}

.l-btm__container{
    width:100%;
}

}


@media (min-width: 768px) {

.pc{
    display: block;
}

.sp{
    display: none;
}

.l-btm__container{
    padding:0 clamp(40px, calc(29.8px + 2.614vw), 80px);
    /* width: min(100% - var(--space-7xl), var(--container-max)); */
    max-width:1400px;
    margin-inline: auto;
}

}

@media (min-width: 1920px) {
.l-btm__container{
    padding:0;
}

}



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


.contentWrapper {
    /* overflow: hidden; */
    position: relative;
    color:var(--color-text) !important;
    font-optical-sizing: auto;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    font-optical-sizing: auto;
    letter-spacing: 0.1em;
    background:var(--color-base);
}

.font-en-s{
    font-family: "playfair-display", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
}

.font-en-g{
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.2em;
}


.pc-bg-shell,
.pc-fix__wrapper {
  display: none;
}

.pc-fix__wrapper {
display: none;
}

.l-wrapper {
position: relative;
}


.l-page-content {
width: 100%;
max-width: 100%;
margin: 0 auto;
background: var(--color-base);
min-height: 100vh;
}



@media (min-width: 768px) {

  .contentWrapper {
    overflow: visible;
  }



  .pc-bg-shell {
    display: block;
    position: absolute;
    inset: 0 0 auto 0;
    width: 100%;
    height: var(--pc-shell-height, 100vh);
    z-index: 1;
  }

  .pc-fix__wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(/img/usr/freepage/20260417_gw_style_look01/bg-pc.jpg) no-repeat center center / cover;
    z-index: 2;
  }

  .pc-fix__wrapper.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index:2;
  }

  .pc-fix__wrapper.is-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    z-index:100;
  }

.l-wrapper {
    z-index:1;
    max-width: 600px;
    margin: 0 9% 0 auto;
    width: fit-content;
  }

  .l-page-content {
    max-width: 600px;
    margin: 0 9% 0 auto;
    min-height: 100vh;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  }

  .pc-ttl-wrapper {
    position: absolute;
    left: 5%;
    bottom: 8%;
    z-index: 10;
  }

    .pc-ttl{
        margin-bottom:var(--space-8xl);
        font-size:clamp(24px, calc(19.67px + 1.111vw), 28px);
        line-height: 1.5;
    }

    .pc-sub-ttl{
        position: relative;
        padding:32px 0 0;
    }

    .pc-sub-ttl p:first-of-type{
        font-size:clamp(24px, calc(19.67px + 1.111vw), 28px);
        margin-bottom:15px;
    }

    .pc-sub-ttl p:last-of-type{
        font-size:clamp(18px, calc(15.83px + 0.556vw), 20px);
        margin-bottom:24px;
    }


    .pc-sub-ttl::before{
        content:"";
        display: block;
        width:58px;
        height:3px;
        background:var(--color-text);
        position: absolute;
        top:0;
        left:0;
    }

    .pc-nav{
    display: grid;
    gap:12px;
    }

    .pc-nav li{
    width:fit-content;
        cursor: pointer;
    }

    .pc-nav li a{

        font-size:clamp(14px, calc(9.67px + 1.111vw), 18px);
        border-bottom:1px solid var(--color-text);
        display: flex;
        align-items: center;
        position: relative;
        padding:12px 56px 10px 0;
    }

    .pc-nav li a span{
        content:"";
        display: block;
        width:0;
        height:0;
        border-style:solid;
        border-width: 6px 5px 0 5px;
        border-color: #3F3F3F transparent transparent transparent;
        position: absolute;
        right:10px;
    }

}

@media (min-width: 1920px) {

.l-page-content {
    margin: 0 18% 0 auto;
    }

    .pc-ttl-wrapper{
        left:10%;
        bottom:10%;
    }

}





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

.mainVisual{
    width:100%;
    border-bottom:1px solid var(--color-text);
}

.intro{
    padding:var(--space-7xl) 0;
    position: relative;
}

.intro-update{
    position: absolute;
    writing-mode:vertical-lr;
    position: absolute;
    top:var(--space-xl);
    left:var(--space-md);
}

.intro-ttl{
    text-align: center;
    font-size: var(--font-st-txt);
    line-height: 1.5;
}

.intro-image{
    position: relative;
    width: 71%;
    margin-inline: auto;
    margin:var(--space-lg) auto;
}

.intro-sub-ttl{
    color:#fff;
    position: absolute;
    right:0;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    text-align: center;
    display: grid;
    place-items: center;
    font-size:clamp(17px, calc(13.75px + 0.833vw), 20px);
}

.intro-copy{
    text-align: center;
    font-size:var(--font-txt);
    line-height: 2;
}


/*cat*******************************/

.cat-wrapper{
    width:100%;
    border-top:1px solid var(--color-text);
    padding-top:var(--space-5xl);
    position: relative;
}


.cat-ttl-en{
    position: absolute;
    writing-mode:vertical-lr;
    position: absolute;
    top:var(--space-xl);
    left:var(--space-md);
    white-space: nowrap;
    font-size:var(--font-txt-sub);
    line-height: 1.66;
}

.cat-ttl{
    margin-bottom:var(--space-3xl);
    text-align: right;
    line-height: 1.78;
    font-size:var(--font-st-txt);
    font-weight: 500;
    padding-right: var(--space-md);
}

#goods,#bag{
    margin-top:calc(var(--space-7xl) + 30px);
}


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

.item-main-image{
    width: 100%;
    position: relative;
}

.item-sub-image{
    margin-top:var(--space-2xl);
}

.item-main-image div{
    position: relative;
    z-index:1;
}

.item-keyword{
    font-size:var(--font-st-txt);
    line-height: 2;
    position: absolute;
    z-index:10;
}

.item-txt-wrapper{
    margin-top:var(--space-lg);
    text-align: center;
}

.item-name{
    font-weight: 500;
    font-size: var(--font-txt);
}

.item-price{
    margin:var(--space-sm) 0 var(--space-lg);
    font-size: var(--font-txt-sub);
    font-weight: 400;
}

.item-btn{
    font-size: var(--font-txt-sub);
    padding:14px 20px 12px;
    text-align: center;
    border:1px solid var(--color-text);
    width: fit-content;
    min-width: 120px;
    margin:0 auto;
}

.item1 .item-main-image div{
    width:75%;
    margin:0 0 0 auto;
}

.item1 .item-keyword{
    left:var(--space-xl);
    bottom:var(--space-3xl);
}

.item1 .item-sub-image{
    width:83%;
}

.item-third-image{
    background:url(/img/usr/freepage/20260417_gw_style_look01/bg1.jpg) no-repeat center center/cover;
    padding:var(--space-3xl) 0;
    margin-top:var(--space-2xl);
}

.third-image{
    width:75%;
    margin:0 auto;
}

.item2{
    margin-top:var(--space-5xl);
}

.item2 .item-main-image div{
    width:75%;
}

.item2 .item-keyword{
    right:var(--space-2xl);
    top:var(--space-3xl);
}

.item3{
    margin-top:var(--space-7xl);
}

.item3 .item-keyword{
    position: static;
    text-align: center;
    margin-bottom:var(--space-lg);
}

.goods .item-main-image{
    padding-bottom:var(--space-2xl);
}

.goods .item-main-image div{
    width:75%;
    margin:0 0 0 auto;
    z-index:10;
}

.goods .item-main-image::after{
    content:"";
    display: block;
    width:50%;
    aspect-ratio: 585 / 792;
    background:url(/img/usr/freepage/20260417_gw_style_look01/bg2.jpg) no-repeat center center/cover;
    position: absolute;
    left:0;
    bottom:0;
    z-index:1;
}

.bag .item-main-image{
    padding-bottom:var(--space-2xl);
}

.bag .item-main-image div{
    width:75%;
    margin:0 0 0 auto ;
    z-index:10;
}

.bag .item-main-image::after{
    content:"";
    display: block;
    width:100%;
    aspect-ratio: 1170 / 717;
    background:url(/img/usr/freepage/20260417_gw_style_look01/bg3.jpg) no-repeat center center/cover;
    position: absolute;
    left:0;
    bottom:calc(-1 * var(--space-8xl));
    z-index:1;
}

.bag .item-sub-image{
    width:68%;
    margin:0 auto;
    position: relative;
    z-index:10;
}

.cat-wrapper#bag{
    padding-bottom:100px;
}

/*lineup以降*******************************/


.btm__banner{
    padding:clamp(72px, calc(53.65px + 4.706vw), 144px) 0;
    position: relative;
    background:#F7F7F7;
    position: relative;
    z-index:100;
}


.btm__banner__ttl-en{
    text-align: center;
    margin-bottom: clamp(12px, calc(8.94px + 0.784vw), 24px);
    font-size: clamp(20px, calc(16.94px + 0.784vw), 32px);
    line-height: 1.4;
}

.btm__banner__ttl{
    font-size: clamp(13px, calc(11.73px + 0.327vw), 18px);
    text-align: center;
    margin-bottom:clamp(40px, calc(29.8px + 2.614vw), 80px);
    font-family: "Noto Sans JP", sans-serif;

}

.btm__banner__lists{
    margin-top:clamp(16px, calc(11.92px + 1.046vw), 32px);
}

.btm__banner__lists li p{
    text-align: center;
    font-size:clamp(13px, calc(11.73px + 0.327vw), 18px);
    line-height: 1.3;
    margin-top:clamp(8px, calc(5.96px + 0.523vw), 16px);
    font-family: "Noto Sans JP", sans-serif;
}

.btm__banner__lists li:last-child{
    margin-top:clamp(24px, calc(19.92px + 1.046vw), 40px);
}

@media (min-width: 768px) {

    
.btm__banner__lists{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:clamp(64px, calc(49.73px + 3.66vw), 120px);
}


.btm__banner__lists li p{
    margin-top:clamp(12px, calc(8.94px + 0.784vw), 24px);
}

.btm__banner__lists li:last-child{
    margin-top:0;
}

.btm__banner__lists li{
    max-width:680px;
}

.btm__banner__lists a:hover{
    opacity: 0.8;
}

.item-btn:hover{
    background:var(--color-text);
    color:#fff !important;
}

}



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


.footer__wrapper{
    background:#fff;
    padding: clamp(64px, calc(49.73px + 3.66vw), 120px) 0;
}

.footer__wrapper p{
    width:clamp(240px, calc(183.92px + 14.379vw), 460px);
    margin:0 auto;
}

/*アニメーション・swipper
--------------------------------------------------------*/
.swiper-block {
  position: relative;
  width: 100%;
  height:max-content;
  margin-top:var(--space-2xl);
}

.swiper-block .swiper {
  overflow: hidden;
}

.swiper-block .swiper-slide {
  width: 84%;
  height: max-content;
}


.swiper-block {
    padding-left:calc(8% + 16px);
}
/* .swiper-slide.mgl{
    margin-inline-start: calc(var(--space-xl) * 1.5);
} */

.swiper-slide.mgr{
    margin-inline-end: calc((100% - 75%) / 2);
}

/* スクロールバー全体 */
.swiper-block .swiper-scrollbar {
    position: absolute;
    width: calc(100% - (var(--space-xl) * 2));
    height: 6px;
    left:0;
    right:0;
    bottom:-24px;
    background: #fff;
    margin:var(--space-xl) auto 0;
    border-radius: 0;
}

.swiper-block .swiper-scrollbar-drag {
    background: #D3D3D3;
    border-radius: 0;
}

.item-main-image a:hover,.item-sub-image a:hover,.item-third-image a:hover,
.swiper-slide a:hover{
    opacity: 0.8;
}

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

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


