/*------------------
    Styles for Series Pages and Series List
    Common Styles + Series Specific
---------------------------------------*/
/*-----------------------------------
    Series List Styles
------------------------------------*/

.page-template-page-series .series-sereis-list{
    max-width: 1000px;
    margin: auto auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 50px;
}

.page-template-page-series .series-sereis-list ul img:hover{
    opacity:1;
}

/* スマホ時の切り替え */
@media screen and (max-width: 768px) {
   
    /* シリーズ一覧ではグリッドを表示に */
    .page-template-page-series .function-sereis-list{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .page-template-page-series .series-sereis-list{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

}

.function-series-name-img{
    height:16px;
    display:block;
    margin:1rem auto;
}

.function-series .series-sereis-list{
    margin-top:100px;
    margin: auto ;
}

.series-sereis-list::before {
    content: "";
    position: absolute;
    top: 350px; 
    left: 0;
    width: 100%;
    height: 40%; 
    background-color: #3E3A3A;  
    z-index: 0;
    max-height: 167px;
}

@media screen and (max-width: 1200px){
    .series-sereis-list::before {
        top: 350px; 
        left: 0;
        width: 100%;
        height: 28%; 
    }
}

@media screen and (max-width: 750px){/* 768px以下 */
    .series-sereis-list::before {
        top: 230px; 
        left: 0;
        width: 100%;
        height: 20%; 
        max-height: 190px;
    }
}
@media screen and (max-width: 500px){
    .series-sereis-list::before {
        top: 230px; 
        left: 0;
        width: 100%;
        height: 20%; 
        max-height: 190px;
    }
}

.function-sereis-list li {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /*background: #fff;*/
    
}




/* 画像のスタイル */
.function-sereis-list li img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.function-sereis-list li .function-series-name-img {
    display: block;
    width: auto;
    height: 0.8rem;
    transition: transform 0.3s ease;
}

/* 画像全体を覆うオーバーレイ */
.function-series-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* 一番下に配置 */
    align-items: flex-start; /* 左揃えに変更 */
    color: white;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,    
        rgba(139, 132, 123, 0.7) 70%, 
        rgba(0, 0, 0, 1) 100%         
    );
    font-family: "kozuka-gothic-pr6n", "Helvetica Neue", Arial, 
                 "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 0.6rem;
    font-weight: normal;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    padding: 12px 12px 20px;
    border-radius: 12px;
    text-align: left;
    padding-left: 1rem; /* 左側に余白をつける */
}

/* タイトル */
.function-series-text-title {
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}


/* ホバー時にテキストを表示 */
.function-sereis-list li:hover  {
    opacity: 1;
}
.function-sereis-list li:hover .function-series-text {
    opacity: 1;
}



/* function-series-name-img を覆わないように */
.function-series-name-img {
    display: block;
    width: auto;
    height: 1rem;
    margin: 1rem auto;
    z-index: 2; /* オーバーレイよりも上に表示 */
    position: relative; /* 親要素内で独立したレイヤーにする */
}

/* リンク部分にしっかりホバーできるように */
.function-sereis-list li a {
    position: relative;
    display: block; /* 全体をクリックできるように */
    overflow: hidden; /* 子要素がはみ出ないように */
}





/*  series-list for series page*
img hover effect*/

#series-list-for-pc img,
#series-list-for-mobile img {
    transition: opacity 0.3s ease-in-out;
}

#series-list-for-pc img:hover,
#series-list-for-mobile img:hover {
    opacity: 0.7;
}




/*-----------------------------------
    Series Common Styles
------------------------------------*/
.series-original-content{
    background:#EFEFEF; 
}

.lelienpeal-fv,
.kasane-fv,
.emoduo-fv,
.doublecloth-fv{
    padding-top:100px;
}



.series-intro{
    max-width: 1000px;
    text-align: center;
    font-size: 14px;
    margin: 100px auto 120px;
    padding: 0 0%;
    width: 80%;
}



@media screen and (max-width: 768px){/* 768px以下 */
    .series-intro{ 
        font-size:14px;
        margin:150px auto 120px; 
        /*margin:calc(25vw + 30px) auto 120px;*/
        margin:100px auto 120px;
        text-align: left;
        width: 86%;
    }

}

@media screen and (max-width: 500px){

    .page-template-page-lelienpeal .series-intro{/* space for only lelienpeal */
        padding-top:50px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* Series gallary ランダム共通
各配置はシリーズ別に割付*/
.gallary-item {
    position: relative;
    z-index: 1; /* 背景色の上に画像を表示 */
}

.series-img-gallary {
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));  */
    grid-template-columns: repeat(3, 1fr); 
    gap: 2%; 
    row-gap: 150px; 
    position: relative;
    padding: 0 0 100px 0;
}

.gallery-product-info{
    font-family: "futura-pt", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:14px;
    line-height: 1.2;
}

.gallery-product-info p:nth-child(2){
    margin-top:0.4rem;
}

@media screen and (max-width: 768px){/* 768px以下 */
    .gallery-product-info{        
        font-size: 10px; /* デザインは８PXだけど小さすぎる可能性あり */
        line-height: 1.2;
    }
    .gallery-product-info p:nth-child(2){
        margin-top:0.3rem;
    }
}

/* Product gallary 一覧共通*/
.series-product-gallary{
    margin:200px 10% 100px;
}

.product-wrapper {
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap:20px; 
    row-gap: 50px;;
}

.product-wrapper .product .product-image img{
    width:100%;
}

.product-wrapper .product p{
    font-size:12px;
    line-height: 1.5;
}

.product-wrapper .product p:first-of-type {
    margin-top:1rem;
}

.images-count-1{
    display:grid;
    grid-template-columns: 1fr;
}

.images-count-2 {
    display:grid;
    grid-template-columns: 1fr 1fr;
}

.images-count-3,
.images-count-4 {
    width: 23%; /* 3枚以上は小さめに */
    margin-right: 2%;
}
@media screen and (max-width: 1200px){
    .series-img-gallary {
        row-gap: 100px; 
    }  
}
@media screen and (max-width: 768px){/* 768px以下 */
    .product-wrapper {
        
        grid-template-columns: 1fr 1fr;
        gap:20px; 
        row-gap: 50px;;
    }
}
@media screen and (max-width: 500px){
    .series-img-gallary {
        row-gap: 150px; 
    }
}





/* contact indexと共通*/
.series-contact{
    padding-bottom:100px;
}



/* Function slide/gallary 一覧共通*/


.series-fasfunc-slider{
    padding:100px 5%;
    background: #D6D6D6;
}

.swiper-slide-wrapper{
    width:70vw;
    margin:auto;
    display:grid;
    place-items: center;
    grid-template-columns: 1fr 1fr;
	grid-template-rows:max-content;
    background: #EFEFEF;
    border-radius: 8px;
    max-width: 1200px;
}


.series-fasfunc-swiper .swiper-button-prev::after,
.series-fasfunc-swiper .swiper-button-next::after{
    background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: 0;
  width: 50px;
	margin-top: 0; /* スライドの高さが異なるため、操作しやすいようにボタンを上へ移動 */
}

.series-fasfunc-swiper .swiper-button-prev{
    width:100px;
    /*justify-content: center;*/
    justify-content: end;
}

.series-fasfunc-swiper .swiper-button-next{
    width:100px;
    /*justify-content: center;*/
    justify-content: start;
}

/* 前への矢印カスタマイズ */
.series-fasfunc-swiper .swiper-button-prev::after {
    background-image: url('../images/series/common/arrow.png');
  }
  /* 次への矢印カスタマイズ */
.series-fasfunc-swiper  .swiper-button-next::after {
    background-image: url('../images/series/common/arrow.png');
    transform: scaleX(-1);
  }

  .series-fasfunc-swiper .swiper-pagination{
    margin-bottom:0px;
}

.func-img-content{
    width: 100%; 
    /*aspect-ratio: 16 / 8; */
    aspect-ratio: 219 / 167; 
    overflow: hidden;    
}

.func-img-content img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* 中心を基準に比率を保ちながら埋める */
    object-position: center; /* 画像の中心を基準に配置
     */
     padding:2rem;
}

.func-img-content img:hover{
   opacity:1;
}
   

.func-text-content{
    text-align:left;
    padding:2rem;
}

.func-text-content h3{
    font-size:16px;
    font-weight: bold;
    margin-bottom:1.5rem;
}

.func-text-content p{
    font-size:14px;
}

@media screen and (max-width: 1300px){/* 1050px以下 */

    .swiper-slide-wrapper{
        width:70vw;
    }

    .series-fasfunc-swiper .swiper-button-prev::after {
        padding-right: 2rem;
    }

    .series-fasfunc-swiper .swiper-button-next::after {
        padding-left: 2rem;
    }

}

@media screen and (max-width: 850px){/* 850px以下 */
    .swiper-slide-wrapper{
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: start;
        grid-template-rows: max-content;
        /* height: 700px; */
        width: 70vw;
    }

    .series-fasfunc-swiper .swiper-button-prev::after, .series-fasfunc-swiper .swiper-button-next::after {
        margin-bottom: 20rem;
    }

    .series-fasfunc-swiper .swiper-button-prev::after {
        padding-right: 4rem;
    }

    .series-fasfunc-swiper .swiper-button-next::after {
        padding-left: 4rem;
    }
    .func-text-content{
        text-align: center;
        /*padding-top:0;*/
    }
    .func-img-content img {
        padding-bottom:0;
    }
}

@media screen and (max-width: 750px){/* 768px以下 */
    /* Seriesのベーススライドの高さ設定 */
    .swiper-slide-wrapper{
        display:grid;
        grid-template-columns: 1fr;
        justify-items: center; /* 横方向の中心揃え */
        align-items: start;
        grid-template-rows: max-content;
        height:auto; 
        width:75vw;
    }


    .func-img-content img{
        padding:1rem 1rem 0rem

    }

    .series-fasfunc-slider{
        padding:80px 1%;
    }

    .series-fasfunc-swiper .swiper-button-prev::after,
    .series-fasfunc-swiper .swiper-button-next::after{
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 35px;
        margin: 0;
        width: 35px;
        margin-bottom: 16rem;
        }

    .series-fasfunc-swiper .swiper-button-prev::after {
        padding-right: 6.7rem;
    }

    .series-fasfunc-swiper .swiper-button-next::after {
        padding-left: 6.7rem;
    }

    .func-text-content p {
        text-align:left;
		padding: 0 0.5rem;
    }
	
	.func-text-content{
        padding:1rem 1rem 1rem;
    }
	
	.func-img-content{
		aspect-ratio: 260 / 167;
	}
}


/* casestudy button */
.series-casestudy-button{
    padding-top:150px;
    text-align: center;
}

.casestudy-btn {
    width: 350px;
    margin: auto;
}

.casestudy-btn img {
    width: 350px;
}

@media screen and (max-width: 750px){/* 768px以下 */
    .series-casestudy-button{
        padding-top:120px;
        text-align: center;
    }
    
    .casestudy-btn {
        width: 300px;
        margin: auto;
    }
    
    .casestudy-btn img {
        width: 300px;
    }
}

/*-----------------------------------
   FV by Common Styles
------------------------------------*/
/* common */
.series-fv{
    max-width:2000px;
    margin:0 auto;
}

.series-fv .series-fv-img{
    width:100%;
}

.series-fv .fv-content-bottom-wrapper p{
    font-size:19px;
    letter-spacing:2px;
	margin-top: 3vw;
}
.lelienpeal-fv .fv-content-top-wrapper h2{
	    /* margin-top: 50px; */
    transform: translate(9vw, 6vw);
    font-size:16px;
    font-weight:normal;
}

@media screen and (max-width: 1000px){/* 1000px以下 */
    .series-fv .fv-content-bottom-wrapper p{
        font-size:14px;
    }
	.lelienpeal-fv .fv-content-top-wrapper h2{
		margin-top: 0px;
		transform: translate(9vw, 5vw);
	}
}

.sereis-fv .fv-content-top-wrapper h2{
    font-size:17px;
    margin-top:1rem;
}



/* FV: Le Lien Peal */
.lelienpeal-fv{
    display:grid;
    grid-template-columns: 2fr 5fr;
}

.lelienpeal-fv .series-fv-name{
    width: 82%;
    transform: translate(9vw, 3vw);
}

.lelienpeal-fv .fv-content-top-wrapper{
    transform: translate(13vw, 3vw);
}


.lelienpeal-fv .fv-content-bottom-wrapper {
    transform: translate(9vw, 8vw);
}


@media screen and (min-width: 2000px){

    .lelienpeal-fv .series-fv-name {
        transform: translate(170px, 70px);
        width: 456px;
    }

    .lelienpeal-fv .fv-content-top-wrapper h2 {
        /* margin-top: 50px; */
        transform: translate(170px, 111px);
        font-size: 16px;
        font-weight: normal;
    }

    .lelienpeal-fv .fv-content-bottom-wrapper {
        transform: translate(170px, 170px);
    }
}

@media screen and (max-width: 500px){/* 768px以下 */

    .lelienpeal-fv .series-fv-img {
        width: 92%;
        margin-left: auto;
    }
    
    .lelienpeal-fv .fv-content-top-wrapper{
        transform: translate(13vw, 3vw);
    }
    

    .lelienpeal-fv .fv-content-wrapper{
        position:relative;
    }

    .lelienpeal-fv .fv-content-wrapper .fv-content-top-wrapper{
        position: absolute;
        right: 14vw;
        top: 58vw; 
    }

    .lelienpeal-fv .fv-content-wrapper .fv-content-bottom-wrapper{
        position:absolute;
        left:10vw;
        transform: translate(0px, 355px);
        transform: translate(0px, calc(80vw + 30px)); 
    }

    .lelienpeal-fv .fv-content-wrapper .fv-content-bottom-wrapper p{
        font-size:12px;
    }
    .lelienpeal-fv .fv-content-wrapper .fv-content-top-wrapper h2{
        font-size:10px;
        margin-top:24px;  
    }

    .lelienpeal-fv .series-fv-name{
        width:33vw;
    }

    .lelienpeal-fv{
        display:grid;
        grid-template-columns: 1fr;
    }

}


/* FV: kasane */
/*
.kasane-fv{
    display:grid;
    grid-template-columns: 7fr 3fr;
}
    */
.kasane-fv{
    position:relative;
}

.kasane-fv .series-fv-name{
    width:100%;
}
.kasane-fv .series-fv-img{
    width: 70%;
    /* display: block; */
    margin-right: auto;
}

.kasane-fv .fv-content-top-wrapper{
    position: absolute;
    width: 31%;
    top: 33%;
    left: 58%;
}

.kasane-fv .fv-content-top-wrapper h2{
    margin-top:1.5rem;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
}

.kasane-fv .fv-content-wrapper{
    display:grid;
    grid-template-columns: 1fr;
}

.kasane-fv .fv-content-bottom-wrapper{
    position: absolute;
    /*align-self: end;*/
    justify-self: right;
}

.kasane-fv .fv-content-bottom-wrapper{
    position: absolute;
    top: 67%;
    left: 73%;
    width: 200px;
}

@media screen and (min-width: 2000px){
    .kasane-fv .fv-content-bottom-wrapper {
        /* top: 76%; */
        left: 74%;
        bottom: 100px;
    }

}

@media screen and (max-width: 500px){/* 768px以下 */

    .page-template-page-kasane .series-intro {
        margin: calc(25vw + 30px) auto 120px;
    }

    .kasane-fv .series-fv-img {
        width: 92% !important;
        margin-right: auto;
    }
    
    .kasane-fv .fv-content-top-wrapper{
        transform: translate(15vw, 4vw);
    }
    
    .kasane-fv .fv-content-wrapper{
        position:relative;
    }

    .kasane-fv .fv-content-wrapper .fv-content-top-wrapper{
        position: relative;
		top: 5vw;
        left: 6vw;
        width: 70vw;
    }

    .kasane-fv .fv-content-wrapper .fv-content-bottom-wrapper{
        position: absolute;
        /*transform: translate(-29vw, 10vw);*/
        left: 5vw;
        top: 20vw;
        letter-spacing: 2px;
    }

    .kasane-fv .fv-content-wrapper .fv-content-top-wrapper h2{
        position:absolute;
        font-size: 10px;
        margin-top: 10px;
        right: 4vw;
        top: 4vw;  
    }

    .kasane-fv .fv-content-wrapper .fv-content-bottom-wrapper p{
        font-size:12px;
    }

    .kasane-fv .series-fv-name{
        width:55vw;
    }

    .kasane-fv{
        display:grid;
        grid-template-columns: 1fr;
    }
}


/* FV: The Black Closet */
.tbc-fv{
    display:grid;
    grid-template-columns: 2fr 5fr;
}

.tbc-fv .series-fv-name{
    /*width: 28vw;*/
    width: 158%;
    max-width: 180%;
    width: 28vw;
    /* width: 158%; */
    max-width: none;
}

.tbc-fv .fv-content-wrapper {
    position: relative;
}


.tbc-fv .fv-content-top-wrapper{
    position: absolute;
    top: 13vw;
    left: 10vw;
}

.tbc-fv .fv-content-bottom-wrapper{
    position: absolute;
    top: 47vw;
    left: 10vw;
}

.tbc-fv .fv-content-top-wrapper h2{
    margin-top:2rem;
    font-weight:normal;
    font-size:16px;

}

@media screen and (min-width: 2000px){
    .tbc-fv .fv-content-top-wrapper {
        position: absolute;
        top: 260px;
        left: 200px;  
    }
    .tbc-fv .series-fv-name {
        width: 560px;
    }
    .tbc-fv .fv-content-top-wrapper h2{
        margin-top:2rem;
    }

    .tbc-fv .fv-content-bottom-wrapper {
        position: absolute;
        top: 900px;
        left: 200px;
    }

    .series-fv .fv-content-bottom-wrapper p {
        margin-top: 100px; 
    }

}

@media screen and (max-width: 1000px){/* 1000px以下 */
    
    .tbc-fv .fv-content-top-wrapper {
        top: 25%;
    }
    .tbc-fv .fv-content-bottom-wrapper {
        position: absolute;
        top: 80%;
        left: 10vw;
    }


}
@media screen and (max-width: 768px){
    .tbc-fv .series-fv-name {
        width: 33vw;
    }
}
@media screen and (max-width: 500px){
    .tbc-fv .series-fv-img {
        width: 80% !important;
        margin:auto 5vw auto 15vw;
    }
    
    .tbc-fv {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-template-areas: 
           "top"   /* 画像 */
            "bottom"; /* テキスト */
    }
    

    .tbc-fv .series-fv-img {
        grid-area: top;
    }

    .tbc-fv .fv-content-wrapper {
        grid-area: bottom;
    }
    
    
    
    
    .tbc-fv .fv-content-top-wrapper{
        transform: translate(15vw, 4vw);
        width:50vw;
    }
    
    .tbc-fv .fv-content-wrapper{
        position:relative;
    }

    .tbc-fv .fv-content-wrapper .fv-content-top-wrapper{
        position: relative;
        left: 15vw;
        top: 5vw;
    }

    .tbc-fv .fv-content-wrapper .fv-content-bottom-wrapper{
        position: absolute;
        transform: translate(45vw, -18vw);
        left: 20%;
        top: 20vw;
    }

    .tbc-fv .fv-content-wrapper .fv-content-top-wrapper h2{
        position: absolute;
        font-size: 10px;
        margin-top: 8px;
        right: 0vw;
        top: 44vw;
        width: 150px;
        left: 0vw;
    }

    .tbc-fv .fv-content-wrapper .fv-content-bottom-wrapper p{
        font-size:12px;
        
    }

    .tbc-fv .series-fv-name{
        width:50vw;
    }

    
}

/* FV: Emotional Duo */
/*
.emoduo-fv{
    display:grid;
    grid-template-columns: 2fr 5fr;
}
    */
.emoduo-fv{
    position:relative;
}

.emoduo-fv .fv-content-wrapper{
    position:absolute;
}

.emoduo-fv .series-fv-name{
    width: 43vw;
    max-width: 200%;
}
.emoduo-fv .series-fv-img{
    width: 68%;
    /* display: block; */
    margin-left: auto;
}

.emoduo-fv .fv-content-wrapper{
    display:grid;
    grid-template-columns: 1fr;
}

.emoduo-fv .fv-content-wrapper .fv-content-top-wrapper{
    transform: translate(10vw, 5vw);
    position: relative;
    left: 10vw;
    top: 7vw;
}
.emoduo-fv .fv-content-top-wrapper h2{
    margin-top:1.5rem;
    font-size:16px;
    font-weight:normal;
}

.emoduo-fv .fv-content-bottom-wrapper{
    align-self: end;
    justify-self: left;
    transform: translate(10vw, 12vw);
} 

@media screen and (max-width: 1200px){
    .emoduo-fv .fv-content-bottom-wrapper{
        transform: translate(10vw, 13vw);
    } 

    
    /*.emoduo-fv .series-fv-name {
        width: 800px;
        max-width: 50vw;
    }*/
}

@media screen and (max-width: 500px){/* 768px以下 */
    .emoduo-fv .series-fv-name {
        width: 800px;
        max-width: 600px;
    }

    .emoduo-fv .series-fv-img {
        width: 92% !important;
        margin-left:auto;
    }
    
    .emoduo-fv {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-template-areas: 
           "top"   /* 画像 */
            "bottom"; /* テキスト */
    }
    
    .emoduo-fv .series-fv-img {
        grid-area: top;
    }

    .emoduo-fv .fv-content-wrapper {
        grid-area: bottom;
    }
        
    .emoduo-fv .fv-content-top-wrapper{
        transform: translate(15vw, 4vw);
    }
    
    .emoduo-fv .fv-content-wrapper{
        position:relative;
    }

    .emoduo-fv .fv-content-wrapper .fv-content-top-wrapper{
        position: relative;
        left: 8vw;
        top: 3vw;
        width: 100px; /* スクロール対策 */
    }

    .emoduo-fv .fv-content-wrapper .fv-content-bottom-wrapper{
        position: absolute;
        /*transform: translate(8vw, -15vw);*/
		transform: translate(8vw, 15vw);
        left: 0%;
        top: 20vw;
    }

    .emoduo-fv .fv-content-wrapper .fv-content-top-wrapper h2{
        position: absolute;
        margin-top: 8px;
        /*right: -12vw;*/
		right: initial;
        top: 25vw;
        width: 150px;
        font-size:10px;
    }

    .emoduo-fv .fv-content-wrapper .fv-content-bottom-wrapper p{
        font-size:12px;
    }

    .emoduo-fv .series-fv-name{
        width:75vw;
    }  
}

@media screen and (min-width: 2000px){
    .emoduo-fv .series-fv-name {
        width: 853px;
    }

    .emoduo-fv .fv-content-wrapper .fv-content-top-wrapper {
        left: 210px;
        top: 145px;
    }
    .emoduo-fv .fv-content-top-wrapper h2 {
        margin-top: 2rem;
    }
    .emoduo-fv .fv-content-bottom-wrapper {
        transform: translate(210px, 250px);
    }

}


/* FV: Comfortable Suits */
.comsuits-fv{
    display:grid;
    grid-template-columns: 3fr 2fr;
    position: relative;
}

.comsuits-fv .series-fv-name{
    /*position: absolute;
    top: 19%;
    left: 18%;
    transform: translate(-50%, -50%); */
    width: 128%;
    height: auto;
    max-width: 200%;
}

.comsuits-fv .fv-content-top-wrapper{
    width: 39%;
    position: absolute;
    top: 13%;
    left: 44.5%;
    
}

.comsuits-fv .fv-content-top-wrapper h2{
    text-align: left;
    /* position: absolute; */
    /* top: 24vw; */
    /* left: -18vw; */
    width: 100%;
    height: auto;
    width: 200px;
    font-weight: normal;
    font-size: 16px;
    margin-top: 1.5rem;
}

.comsuits-fv .fv-content-wrapper{
    display:grid;
    grid-template-columns: 1fr;
}

.comsuits-fv .fv-content-bottom-wrapper{
    align-self: end;
    justify-self: right;
}

.comsuits-fv .fv-content-bottom-wrapper {
    /* transform: translate(-13vw, -38vw); */
    position: absolute;
    top: 35vw;
    left: 76vw;
}

@media screen and (min-width: 2000px){
    /*.comsuits-fv .fv-content-top-wrapper h2 {
        top: 470px;
        left: -342px;
    }

    .comsuits-fv .series-fv-name {
        top: 294px;
        left: 163px;
        width: 1020px;
    }*/

    .comsuits-fv .fv-content-bottom-wrapper {
        /* transform: translate(-308px, -539px); */
        top: 700px;
        /* left: 1000px; */
        right: 278px;
        width: 200px;
    }

}


@media screen and (max-width: 1200px){
    .comsuits-fv .fv-content-top-wrapper h2{
        top: 23.5vw;
        left: -18vw;
        width: 200px;
        text-align: left;
    }

}

@media screen and (max-width: 500px){/* 768px以下 */
    .comsuits-fv .series-fv-img {
        width: 80% !important;
        margin:auto 5vw auto 15vw;
    }
    
    .comsuits-fv {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 55vw;
    }
        
    .comsuits-fv .fv-content-top-wrapper{
        transform: translate(15vw, 4vw);
    }
    
    .comsuits-fv .fv-content-wrapper{
        position:relative;
    }

    .comsuits-fv .fv-content-wrapper .fv-content-top-wrapper{
        /*position: relative;*/
        left: 8vw;
        top: 6vw;
        width: 38vw;
    }

    .comsuits-fv .fv-content-wrapper .fv-content-bottom-wrapper{
        position: absolute;
        transform: translate(8vw, 4vw);
        left: 0%;
        top: 35vw;
    }

    .comsuits-fv .fv-content-wrapper .fv-content-top-wrapper h2{
       /* position: absolute;
        top: 24vw;
        left: 9vw; */
        width: 120px;
        font-size: 10px;
        transform: initial;
        margin-top: 1rem;
    }

    .comsuits-fv .fv-content-wrapper .fv-content-bottom-wrapper p{
        font-size:12px;
    }

    .comsuits-fv .series-fv-name{
        width: 75vw;
        top: 0vw;
        left: 9vw;
        transform: initial;
    }
	#comsuit-intro-top-spacer{ /* 上書き用 */
		margin-top: 60vw;
	}
    
}

/* FV: Double Cloth */

.doublecloth-fv{
    display:grid;
    grid-template-columns: 2fr 5fr;
    position: relative;
}

.doublecloth-fv .series-fv-name{
        /* position: absolute; */
        top: 73%;
        left: 30%;
        /* transform: translate(-50%, -50%); */
        max-width: 1000px;
        width: 101%;
        height: auto;
}

.doublecloth-fv .fv-content-top-wrapper {
    position: absolute;
    width: 30vw;
    top: 6vw;
    left: 8.5vw;
    max-width: 600px;
}

.doublecloth-fv .fv-content-top-wrapper h2{
    margin-top: 1.5rem;
    text-align: left;
    /* position: absolute; */
    top: 121%;
    left: 30%;
    /* transform: translate(-6vw, 14.5vw); */
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: normal;
}

.doublecloth-fv .fv-content-bottom-wrapper p{
    font-size: 19px;
    letter-spacing: 2px;
    position: absolute;
    top: -12vw;
    left: -1vw;
    width: 200px;
}

.doublecloth-fv .fv-content-wrapper{
    display:grid;
    grid-template-columns: 1fr;
    position:relative;
}

.doublecloth-fv .fv-content-bottom-wrapper{
    align-self: end;
    justify-self: left;
    transform: translate(9.5vw, 0vw);
}

@media screen and (min-width: 2000px){

    .doublecloth-fv .fv-content-top-wrapper {
        top: 169px;
        left: 185px;
        max-width: 600px;
    }

    .doublecloth-fv .series-fv-name {
        top: 91px;
        left: 171px;
        width: 606px;
    }

    /*
    .doublecloth-fv .fv-content-top-wrapper h2 {
        transform: translate(-143px, 310px);
    }
        */

    .doublecloth-fv .fv-content-bottom-wrapper {
        transform: translate(193px, 0px);
    }

    .doublecloth-fv .fv-content-bottom-wrapper p {
        top: -250px;
        left: -18px;
    }
}



@media screen and (max-width: 500px){/* 768px以下 */

    .doublecloth-fv .series-fv-img {
        width: 92%;
        margin-left: auto;
    }
    
    .doublecloth-fv{
        display:grid;
        grid-template-columns: 1fr;
    }

    .doublecloth-fv {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 55vw;
        grid-template-rows: auto auto;
        grid-template-areas: 
           "top"   /* 画像 */
            "bottom"; /* テキスト */
    }
    

    .doublecloth-fv .series-fv-img {
        grid-area: top;
    }

    .doublecloth-fv .fv-content-wrapper {
        grid-area: bottom;
    }

    .doublecloth-fv .series-fv-name { 
       /* position: absolute;
        top: 18vw;
        left: 44vw;*/
        max-width: 140%;
        width: 44vw;
        height: auto;

    }
    

    .doublecloth-fv .fv-content-top-wrapper {
        top: 25vw;
        left: 58vw;
    }
    
    
    .doublecloth-fv .fv-content-top-wrapper h2 {
        text-align: left;
        /*position: absolute;
        top: 18vw;
        left: 28.5vw;*/
        width: 150px;
        height: auto;
        font-size: 10px;
    }

    .doublecloth-fv .fv-content-bottom-wrapper {
        align-self: end;
        justify-self: left;
        transform: translate(9vw, 42vw);
    }

    .page-template-page-doublecloth .series-intro{ /* doubleclothのみ上マージン調整 */
        margin-top:-0rem;
    }
	
	/*
    .doublecloth-fv .fv-content-bottom-wrapper p{
    top: 12vw;
    }*/

}
@media screen and (max-width: 500px){
    .doublecloth-fv .fv-content-top-wrapper {
        top: 5vw;
        left: 52vw;
    }
}


/* FV: Femcool Harmony */
/*
.femhar-fv{
    display:grid;
    grid-template-columns: 3fr 2fr;
    position: relative;
}
    */

.femhar-fv{
    position:relative;
    padding-top:100px;
}

.femhar-fv .fv-content-wrapper{
    position:absolute;
}

.femhar-fv .series-fv-img{
    width: 70%;
    /* display: block; */
    margin-right: auto;
}
    

.femhar-fv .series-fv-name{
    position: absolute;
    top: -1vw;
    left: 38vw;
    width: 47vw;
    height: auto;
}

.femhar-fv .fv-content-top-wrapper{
    width: 96%;
    max-width: 99%;
    position: absolute;
    left: 15vw;
    top: -50vw; 
}

.femhar-fv .fv-content-top-wrapper h2{
    text-align: left;
    position: absolute;
    top: 15vw;
    left: 38vw;
    width: 200px;
    height: auto;
    font-size: 16px;
    font-weight: normal;
}

.femhar-fv .fv-content-wrapper{
    display:grid;
    grid-template-columns: 1fr;
    width:40vw;
}

.femhar-fv .fv-content-bottom-wrapper{
    align-self: end;
    justify-self: right;
    /* transform: translate(48vw, -24vw); */
    letter-spacing: 2px;
    position: relative;
    top: -16vw;
    left: 50vw; 
}

@media screen and (min-width: 2000px){
    .femhar-fv .series-fv-name {
        top: -20px;
        left: 761px;
        width: 768px;
    }

    .femhar-fv .fv-content-top-wrapper {
        left: 300px;
        top: -1000px;
    }
    .femhar-fv .fv-content-top-wrapper h2 {
        top: 292px;
        left: 761px;
    }
    
    .femhar-fv .fv-content-bottom-wrapper {
        top: -433px;
        left: 1562px;
        position: absolute;
        width: 250px;
    }

}



@media screen and (max-width: 500px){
    .page-template-page-femharmony .series-intro{
        /*margin: calc(-18vw) auto 120px;*/
		margin-top: 300px;
    }
	
	#comsuit-intro-top-spacer{ /* 上書き用 */
		margin-top: 60vw;
	}

    .femhar-fv .series-fv-img {
        width: 92%;
        margin-right: auto;
    }
    
    .femhar-fv{
        display:grid;
        grid-template-columns: 1fr;
    }

    .femhar-fv {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 50vw;
        grid-template-rows: auto auto;
        grid-template-areas: 
           "top"   /* 画像 */
            "bottom"; /* テキスト */
    }

    .femhar-fv .series-fv-img {
        grid-area: top;
    }

    .femhar-fv .fv-content-wrapper {
        grid-area: bottom;
    }

    .femhar-fv .series-fv-name { /*!--画像をの位置を変えて対処-*/
        position: absolute;
        top: 0vw;
        left: 0vw;
        transform: initial;
        max-width: 180%;
        width: 59vw;
        height: auto;
    }
    
    .femhar-fv .fv-content-top-wrapper {
        width: 150px;
        top: 7vw;
        left: 10vw;
    }
    
    .femhar-fv .fv-content-top-wrapper h2 {
        margin-top: 1rem;
        text-align: left;
        position: absolute;
        top: 21vw;
        left: 0vw;
        width: 120px;
        height: auto;
        font-size: 10px;
    }

    .femhar-fv .fv-content-bottom-wrapper {
        align-self: end;
        justify-self: left;
        transform: translate(-6vw, 30vw);
        width: 180px;
    }

    .femhar-fv .fv-content-bottom-wrapper p {
        align-self: end;
        justify-self: left;
        transform: translate(-34vw, 28vw);
    }
}



/* FV: Femcool Tweed */
.femtweed-fv{
    display:grid;
    grid-template-columns: 2fr 3fr;
    position: relative;
}

.femtweed-fv .series-fv-name{
    transform: translate(9.5vw, -16vw);
    max-width: 180%;
    width: 40vw;
    height: auto;
}

.femtweed-fv .series-fv-img{
    margin-left:-30px;
}

.femtweed-fv .fv-content-top-wrapper{
    top: 0vw;
    position: absolute;
    top: 29vw;
    left: -2vw;
}


.femtweed-fv .fv-content-top-wrapper h2{
    text-align: left;
    position: absolute;
    top: 1vw;
    left: 10vw;
    width: 200px;
    height: auto;
    font-weight:normal;
    font-size:16px;
}

.femtweed-fv .fv-content-wrapper{
    display:grid;
    grid-template-columns: 1fr;
}

.femtweed-fv .fv-content-bottom-wrapper{
    align-self: end;
    justify-self: left;
    transform: translate(8vw, -19vw);  
}

@media screen and (min-width: 2000px){
    .femtweed-fv .series-fv-name {
        transform: translate(14px, 0px);
        max-width: 180%;
        width: 800px;
        height: auto;
    }
    .femtweed-fv .fv-content-bottom-wrapper {
        align-self: end;
        justify-self: left;
        transform: translate(150px, -309px);
    }
    .femtweed-fv .fv-content-top-wrapper {
        top: 0vw;
        position: absolute;
        top: 260px;
        left: 129px;
    }
    .femtweed-fv .fv-content-top-wrapper h2 {
        top: 345px;
        left: 27px;
        width: 200px;
    }
    

}

@media screen and (max-width: 1000px){/* 1000px以下 */
    .femtweed-fv .series-fv-name {
        transform: translate(10vw, -18vw);
        max-width: 180%;
        width: 110%;
        height: auto;
    }
}


@media screen and (max-width: 500px){
    .page-template-page-femtweed .series-intro{
		margin: 60vw auto 200px;
    }

    .femtweed-fv .series-fv-img {
        width: 80% !important;
        margin:auto 5vw auto 15vw;
    }
    
    .femtweed-fv{
        display:grid;
        grid-template-columns: 1fr;
    }

    .femtweed-fv {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 230px;
        grid-template-rows: auto auto;
        grid-template-areas: 
           "top"   /* 画像 */
            "bottom"; /* テキスト */
    }
    

    .femtweed-fv .series-fv-img {
        grid-area: top;
    }

    .femtweed-fv .fv-content-wrapper {
        grid-area: bottom;
		grid-template-rows: 0px;
	}

    .femtweed-fv .series-fv-name {
        position: absolute;
        top: 18vw;
        left: -7vw;

        max-width: 300%;
        width: 60vw;
        height: auto;
    }
    

    .femtweed-fv .fv-content-top-wrapper {
        width: 18vw;
        top: 112vw;
        left: 3vw;
    }
    
    
    .femtweed-fv .fv-content-top-wrapper h2 {
        text-align: left;
        position: absolute;
        top: 24vw;
        left: 3vw;
        width: 30vw;
        height: auto;
        font-size: 10px;
    }

    .femtweed-fv .fv-content-bottom-wrapper {
        align-self: end;
        justify-self: left;
        transform: translate(6vw, 50vw);
    }

    .femtweed-fv .fv-content-bottom-wrapper p {
        align-self: end;
        justify-self: left;
    }
}


    
/*-----------------------------------
    ギャラリー: Mobile Height
------------------------------------*/

/*.series-img-gallary{
    height:calc(100vw*1.5)

}
    */
    
/*
@media screen and (max-width: 900px){
    .series-img-gallary{ 
        height:calc(100vw*3.5);
        height: calc(100vw* 2.0);
    }
}

*/
@media screen and (max-width: 500px){/* 768px以下 */
    .series-img-gallary{ /* VWに応じた高さ */
        height:calc(100vw*4.0)
    }
}
/*-----------------------------------
    ギャラリー: PC Common
------------------------------------*/

/* 
.llp-img-gallary{ .series-img-gallar
    height:calc(100vw*2)

}

 */

.series-img-gallary{
    display:flex;
    flex-direction: column;
    column-gap: 15%;
}

.series-img-gallary-inner{
    display:flex;
    justify-content: space-between; 
    /*flex-grow: 1;*/
}




@media screen and (max-width: 500px){/* 768px以下 */

    .series-img-gallary-inner {
        position: relative; /* 子要素の基準点を作る */
        width: 100%; /* 必要に応じて設定 */
        height: 70vw; /* 300px */
    }

    .gallary-item {
        position: absolute; /* 親要素を基準に配置 */
    }

}


/*-----------------------------------
    ギャラリー: Le Lien Peal

------------------------------------*/

/* 背景帯PC　1 */
.llp-img-gallary::before {
    content: "";
    position: absolute;
    top: 25%; 
    left: 0;
    width: 100%;
    height: 17%; 
    background-color: #E0DADD;  
    z-index: 0; 
}

/* 背景帯PC　2 */
.llp-img-gallary::after {
    content: "";
    position: absolute;
    bottom: 0%; 
    left: 0;
    width: 100%;
    height: 17%; 
    background-color:#757B89; 
    z-index: 0; 
}

/* 各画像と関連する商品情報の配置　PC*/
.llp-img-gallary .gallary-item-1 {
    transform: translate(0px, calc(1% - 0px)); 
    /*max-width:515px;*/
    width: 40%;
    align-self: start;
    /* justify-self: center; */
}

.llp-img-gallary .gallary-item-2 {
    transform: translate(-9%, calc(10%));
    /*max-width:285px;*/
    width: 22%;
    align-self: end;
    justify-self: center;   
}

.llp-img-gallary .gallary-item-3 {
    transform: translate(-16%, 7%);
    /*max-width:285px;*/
    width: 22%;
    align-self: end;
    /*justify-self: right;*/
}

        .llp-gallery-product-info-01 { /* inside the 3rd item */
            margin-top:28%;
            margin-left:auto;
            display:flex;
            justify-content: flex-end;
        }      

.llp-img-gallary .gallary-item-4 {
    transform: translate(10%, 2%);
    /*max-width:285px;*/
    width: 23%;
    align-self: end;
    /*justify-self: center;*/
}
        .llp-gallery-product-info-02 { /* inside the 4rd item */
            margin-top: 43%;
            margin-left: 12%;
            display: flex;
            justify-content: start;
        }
        
.llp-img-gallary .gallary-item-5 {
    transform: translate(0%, 2%);
    /*max-width:515px;*/
    width: 38%;
    align-self: end;
    justify-self: center;
}

.llp-img-gallary .gallary-item-6 {
    transform: translate(-10%, 2%);
    /*max-width:285px;*/
    width: 23%;
    align-self: end;
    justify-self: left;
}

.llp-img-gallary .gallary-item-7 {
    transform: translate(0%, -0%);
    /*max-width:515px;*/
    width: 40%;
    align-self: end;
    justify-self: left;
}

.llp-img-gallary .gallary-item-8 {
    transform: translate(-6.5%, 1%);
    /*max-width:285px;*/
    width: 22%;
    align-self: end;
    justify-self: center;
}

        .llp-gallery-product-info-03 { /* inside the 8rd item */
            margin-top:13%;
            margin-left:auto;
            /*display:flex;
            justify-content: flex-end;*/
            color:#fff;
        }

.llp-img-gallary .gallary-item-9 {
    transform: translate(-16%, 0%);
    /*max-width:285px;*/
    width: 22%;
    align-self: end;
    justify-self: right;
}



@media screen and (max-width: 500px){/* 500px以下 */

    .llp-img-gallary{
        padding-bottom:5vw;
    }
    
    /* 背景帯スマホ　1 */
    .llp-img-gallary::before {
        content: "";
        position: absolute;
        top: 5%; 
        left: 0;
        width: 100%;
        height: 32%; 
        background-color: #E0DADD;  
        z-index: 0; 
    }
    
    /* 背景帯スマホ　2 */
    .llp-img-gallary::after {
        content: "";
        position: absolute;
        bottom: -7vw; 
        left: 0;
        width: 100%;
        height: 32%; 
        background-color:#757B89; 
        z-index: 0; 
    }
    
    /* 各画像と関連する商品情報の配置　スマホ*/
    .llp-img-gallary .gallary-item-1 {
        transform: translate(0px, calc(0vw - 0px)); 
        /*max-width:515px;*/
        width: 54vw;
        align-self: start;
        /* justify-self: center; */
        z-index:5;
        top: -3vw;
        left: 0%;
    }
    
    .llp-img-gallary .gallary-item-2 {
        transform: translate(-0vw, calc(0px));
        /*max-width:285px;*/
        width: 33vw;
        align-self: end;
        justify-self: center;
        top: 26vw;
        right: 3vw;   
    }
    
            .llp-gallery-product-info-01 { /* inside the 2rd item */
                margin-bottom:1vw;
                margin-left:auto;
                display:flex;
                justify-content: flex-start;
                position:absolute;
                top: -6vw;
                left: -35vw;
            }
    
    .llp-img-gallary .gallary-item-3 {
        transform: translate(-0vw, -0vw);
        /*max-width:285px;*/
        width: 31vw;
        align-self: start;
        top: 64vw;
        left: 41vw;
        z-index:5;
    }
    
            
            
    
    .llp-img-gallary .gallary-item-4 {
        transform: translate(0vw, -0vw);
        /*max-width:285px;*/
        width: 35vw;
        align-self: end;
        z-index:1;
        top: 32vw;
        left: 3vw;
    }
            
            
    
    .llp-img-gallary .gallary-item-5 {
         /* appearently 5th item*/
        transform: translate(0vw, 0vw);
        /*max-width:515px;*/
        width: 43vw;
        align-self: end;
        z-index:5;
        top: 15vw;
        right: 3vw;
    }
    
    .llp-img-gallary .gallary-item-6 { 
        /* appearently 4th item*/
        transform: translate(-0vw, 0vw);
        /*max-width:285px;*/
        width: 35vw;
        align-self: end;
        top: 67vw;
        left: 26vw;
        z-index:5;
    }
    
            .llp-gallery-product-info-02 { /* inside the 6th item */
                margin-top:20vw;
                margin-left:auto;
                display:flex;
                justify-content: flex-start;
                position:absolute;
                top: -33vw; 
                left: 15vw; 
                width:200px;
            }
    
     .llp-img-gallary .gallary-item-7 {
        /* appearently 7th item*/
        transform: translate(0px, 0vw);
        /*max-width:515px;*/
        width: 68vw;
        align-self: end;
        top: 40vw; 
        left: 0%;
    }
    
    .llp-img-gallary .gallary-item-8 {
         /* appearently 9th item*/
        transform: translate(-0vw, 0vw);
        /*max-width:285px;*/
        width: 40vw;
        align-self: end;
        top: 140vw;
        right: 5vw;
    }
    
	.llp-gallery-product-info-03 { /* inside the 8rd item */
		margin-bottom:1vw;
		margin-left:auto;
		display:flex;
		justify-content: flex-end;
		color:#fff;
		position:absolute;
		bottom: 80vw; 
		left:-10vw;
		width: 200px;
	}
    
    .llp-img-gallary .gallary-item-9 {
         /* appearently 8th item*/
        transform: translate(-0vw, -0vw);
        /*max-width:285px;*/
        width: 35vw;
        align-self: end;
        top: 128vw; 
        left: 5vw;
    }
}

@media screen and (max-width: 400px){/* 400px以下 */
	.llp-gallery-product-info-03 {
		left: -16vw;
		width: 200px;
	}
}


/*-----------------------------------
    ギャラリー: Kasane
------------------------------------*/
.kasane-img-gallary{
    padding-bottom:5%;
    row-gap: 190px;
}

/* 背景帯PC　1 */
.kasane-img-gallary::before {
    content: "";
    position: absolute;
    top: 25%; 
    left: 0;
    width: 100%;
    height: 17%; 
    background-color: #C2C1D5;  
    z-index: 0; 
}

/* 背景帯PC　2 */
.kasane-img-gallary::after {
    content: "";
    position: absolute;
    bottom: 0%; 
    left: 0;
    width: 100%;
    height: 17%; 
    background-color:#8B92A7; 
    z-index: 0; 
}

/* 各画像と関連する商品情報の配置　PC*/
.kasane-img-gallary .gallary-item-1 {
    transform: translate(0%, 10%);
    /*max-width:515px;*/
    width: 40%;
    align-self: start;
    /* justify-self: center; */
}

.kasane-img-gallary .gallary-item-2 {
    transform: translate(-7.5%, 26%);
    /*max-width:285px;*/
    width: 22%;
    align-self: end;
    justify-self: center;   
}

        .kasane-gallery-product-info-01 { /* inside the 2rd item */
            margin-bottom:7%;
            margin-left:auto;
            display:flex;
            justify-content: flex-start;
        }

.kasane-img-gallary .gallary-item-3 {
    transform: translate(-14%, 20%);
    /*max-width:285px;*/
    width: 23%;
    align-self: start;
    /*justify-self: right;*/
}

        
        

.kasane-img-gallary .gallary-item-4 {
    transform: translate(8%, -5%);
    /*max-width:285px;*/
    width: 23%;
    align-self: end;
    /*justify-self: center;*/
}
        
        

.kasane-img-gallary .gallary-item-5 {
    transform: translate(0%, 8%);
    /*max-width:515px;*/
    width: 38%;
    align-self: end;
    justify-self: center;
}

.kasane-img-gallary .gallary-item-6 {
    transform: translate(-7%, 7%);
    /*max-width:285px;*/
    width: 23%;
    align-self: end;
    justify-self: left;
}

        .kasane-gallery-product-info-02 { /* inside the 6th item */
            margin-top:72%;
            margin-left:auto;
            display:flex;
            justify-content: flex-start;
        }

.kasane-img-gallary .gallary-item-7 {
    transform: translate(0%, -5%);
    /*max-width:515px;*/
    width: 40%;
    align-self: end;
    justify-self: left;
}

.kasane-img-gallary .gallary-item-8 {
    transform: translate(-6%, 5%);
    /*max-width:285px;*/
    width: 22%;
    align-self: end;
    justify-self: center;
}

        .kasane-gallery-product-info-03 { /* inside the 8rd item */
            margin-bottom:9%;
            margin-left:auto;
            /*display:flex;
            justify-content: flex-end;*/
           /* color:#fff;*/
        }

.kasane-img-gallary .gallary-item-9 {
    transform: translate(-14%, -44%);
    /*max-width:285px;*/
    width: 22%;
    align-self: end;
    /*justify-self: right;*/
}

@media screen and (max-width: 500px){/* Inner高さ */

    .kasane-img-gallary .series-img-gallary-inner {
        position: relative;
        width: 100%;
        height: 85vw;
    }
}

@media screen and (max-width: 800px){
    .kasane-img-gallary{
        row-gap: 150px;
    }
}
@media screen and (max-width: 500px){

    .kasane-img-gallary{
        padding-bottom:5vw;
    }
    
    /* 背景帯スマホ　1 */
    .kasane-img-gallary::before {
        content: "";
        position: absolute;
        top: 5%; 
        left: 0;
        width: 100%;
        height: 32%; 
        background-color: #C2C1D5;  
        z-index: 0; 
    }
    
    /* 背景帯スマホ　2 */
    .kasane-img-gallary::after {
        content: "";
        position: absolute;
        bottom: -11vw; 
        left: 0;
        width: 100%;
        height: 32%; 
        background-color:#8B92A7; 
        z-index: 0; 
    }
    
    /* 各画像と関連する商品情報の配置　スマホ*/
    .kasane-img-gallary .gallary-item-1 {
        transform: translate(0px, calc(0vw - 0px)); 
        /*max-width:515px;*/
        width: 54vw;
        align-self: start;
        /* justify-self: center; */
        z-index:5;
        top: -3vw;
        left: 0%;
    }
    
    .kasane-img-gallary .gallary-item-2 {
         /* appearently 3rd item*/
        transform: translate(-0vw, calc(0px));
        /*max-width:285px;*/
        width: 33vw;
        align-self: end;
        justify-self: center;
        top: 47vw;
        left: 40vw;   
    }
    
            .kasane-gallery-product-info-01 { /* inside the 2rd item */
                margin-bottom:1vw;
                margin-left:auto;
                display:flex;
                justify-content: flex-start;
                position:absolute;
                top: 16vw;
                left: -35vw;
            }
    
    .kasane-img-gallary .gallary-item-3 {
         /* appearently 2nd item*/
        transform: translate(-0vw, -0vw);
        /*max-width:285px;*/
        width: 31vw;
        align-self: start;
        top: -10vw;
        right: 3vw;
    }
    
            
            
    
    .kasane-img-gallary .gallary-item-4 {
         /* appearently 6th item*/
        transform: translate(0vw, -0vw);
        /*max-width:285px;*/
        width: 30vw;
        align-self: end;
        z-index:10;
        top: 64vw;
        left: 3vw;
    }
            
            
    
    .kasane-img-gallary .gallary-item-5 {
         /* appearently 5th item*/
        transform: translate(0vw, 0vw);
        /*max-width:515px;*/
        width: 54vw;
        align-self: end;
        justify-self: center;
        z-index:5;
        top: 7vw;
        left: 19vw;
    }
    
    .kasane-img-gallary .gallary-item-6 { 
        /* appearently 4th item*/
        transform: translate(-0vw, 0vw);
        /*max-width:285px;*/
        width: 31vw;
        align-self: end;
        top: -12vw;
        right: 3vw;
        z-index:5;
    }
    
            .kasane-gallery-product-info-02 { /* inside the 6th item */
                margin-top:20vw;
                margin-left:auto;
                display:flex;
                justify-content: flex-start;
                position:absolute;
                bottom: -75vw; /* -163%; */
                left: -20vw; /*-60% */
            }
    
    .kasane-img-gallary .gallary-item-7 {
        /* appearently 7th item*/
        transform: translate(0px, 0vw);
        /*max-width:515px;*/
        width: 70vw;
        align-self: end;
        top: 9vw; /*15%;*/
        left: 0%;
    }
    
    .kasane-img-gallary .gallary-item-8 {
         /* appearently 9th item*/
        transform: translate(-0vw, 0vw);
        /*max-width:285px;*/
        width: 40vw;
        align-self: end;
        top: 90vw;/* 115 % */
        left: 3vw;
        position:relative;
    }
    
            .kasane-gallery-product-info-03 { /* inside the 8rd item */
                margin-bottom:1vw;
                margin-left:auto;
                display:flex;
                justify-content: flex-end;
                /*color:#fff;*/
                position:absolute;
                bottom: 14vw; /* 14% */
                left: 22vw; /*35%; */
                width:200px;
            }
    
    .kasane-img-gallary .gallary-item-9 {
         /* appearently 8th item*/
        transform: translate(-0vw, -0vw);
        /*max-width:285px;*/
        width: 40vw;
        align-self: end;
        top: 80vw; /*98%;*/
        right: 3vw;
    }  
}



/*-----------------------------------
   ギャラリー: The Black Closet
------------------------------------*/
/*
.tbc-img-gallary{
    padding-bottom:5vw;
}

*/

.page-template-page-tbc .series-intro{
    margin-bottom:12%;
}
@media screen and (min-width: 2000px){
    .page-template-page-tbc .series-intro {
    margin-bottom: 200px;
}
}
@media screen and (max-width: 500px){
    .page-template-page-tbc .series-intro {
    margin-bottom: 22%;
}
}

/* 背景帯PC　1 */
.tbc-img-gallary::before {
    content: "";
    position: absolute;
    top: 18%; 
    left: 0;
    width: 100%;
    height: 20.5%; 
    background-color: #646464;  
    z-index: 0; 
}

/* 背景帯PC　2 */
.tbc-img-gallary::after {
    content: "";
    position: absolute;
    bottom: 0%; 
    left: 0;
    width: 100%;
    height: 17%; 
    background-color:#525664; 
    z-index: 0; 
}

/* 各画像と関連する商品情報の配置　PC*/
.tbc-img-gallary .gallary-item-1 {
    transform: translate(10%, -18%); 
    /*max-width:515px;*/
    width: 22%;
    align-self: end; 
}

.tbc-img-gallary .gallary-item-2 {
    transform: translate(5%, -10%);
    /*max-width:285px;*/
    width: 22%;
    align-self: start;
}

        .tbc-gallery-product-info-01 { /* inside the 2rd item */
            margin-top: 60%;
            margin-left:auto;
            display:flex;
            justify-content: flex-end;
            color:#fff;
        }

.tbc-img-gallary .gallary-item-3 {
    transform: translate(0%, -11%);
    /*max-width:285px;*/
    width: 40%;
    align-self: end;
}

.tbc-img-gallary .gallary-item-4 {
    transform: translate(0%, -6%);
    /*max-width:285px;*/
    width: 39%;
    align-self: end;
    /*justify-self: center;*/
}             

.tbc-img-gallary .gallary-item-5 {
    transform: translate(-1%, -5%);
    /*max-width:515px;*/
    width: 22%;
    align-self: end;
}
        .tbc-gallery-product-info-02 { /* inside the 5th item */
            margin-top:92.5%;
            margin-left:auto;
            display:flex;
            justify-content: flex-start;
        }

.tbc-img-gallary .gallary-item-6 {
    transform: translate(-16%, -13%);
    /*max-width:285px;*/
    width: 23%;
    align-self: end;
}

        

.tbc-img-gallary .gallary-item-7 {
    transform: translate(16%, 5%);
    /*max-width:515px;*/
    width: 23%;
    align-self: end;
}

        .tbc-gallery-product-info-03 { /* inside the 7th item */
            margin-bottom:9.5%;
            margin-left:auto;
            display:flex;
            justify-content: flex-end;
        /* color:#fff;*/
        }

.tbc-img-gallary .gallary-item-8 {
    transform: translate(1.5%, 4%);
    /*max-width:285px;*/
    width: 40%;
    align-self: end;
}


.tbc-img-gallary .gallary-item-9 {
    transform: translate(-10%, 6%);
    max-width: 460px;
    width: 22vw;
    align-self: end;
    justify-self: end;
}

@media screen and (max-width: 500px){/* Inner高さ */

    .tbc-img-gallary .series-img-gallary-inner {
        position: relative;
        width: 100%;
        height: 76vw;
    }
}


@media screen and (max-width: 500px){/* 500px以下 */
/*
    .tbc-img-gallary{
        padding-bottom:5vw;
    }
        /*
    
    /* 背景帯スマホ　1 */
    .tbc-img-gallary::before {
        content: "";
        position: absolute;
        top: 5%; 
        left: 0;
        width: 100%;
        height: 32%; 
        background-color: #646464; 
        z-index: 0; 
    }
    
    /* 背景帯スマホ　2 */
    .tbc-img-gallary::after {
        content: "";
        position: absolute;
        bottom: -16vw; 
        left: 0;
        width: 100%;
        height: 32%; 
        background-color:#525664; 
        z-index: 0; 
    }
    
    /* 各画像と関連する商品情報の配置　スマホ*/
    .tbc-img-gallary .gallary-item-1 {
        transform: translate(0px, calc(0vw - 0px)); 
        /*max-width:515px;*/
        width: 40vw;
        align-self: start;
        /* justify-self: center; */
        z-index:5;
        top: 80vw;
        right: 5vw;
    }
    
    .tbc-img-gallary .gallary-item-2 {
         /* appearently 2st img */
        transform: translate(-0vw, calc(0px));
        /*max-width:285px;*/
        width: 40vw;
        align-self: end;
        justify-self: center;
        top: 38vw;
        left: 5vw;
        z-index:5;   
    }
    
            .tbc-gallery-product-info-01 { /* inside the 2rd item */
                margin-bottom:1vw;
                margin-left:auto;
                display:flex;
                justify-content: flex-start;
                position:absolute;
                top: 78vw;
                left: 7vw;
                width: 200px;
                margin-top: 11vw;
            }
    
    .tbc-img-gallary .gallary-item-3 {
        /* appearently 1st img */
        transform: translate(-0vw, -0vw);
        /*max-width:285px;*/
        width: 65vw;
        align-self: start;
        top: -10vw;
        right: 0vw;
        z-index:2;
    }
    
            
            
    
    .tbc-img-gallary .gallary-item-4 {
        /* appearently 4st img */
        transform: translate(0vw, -0vw);
        /*max-width:285px;*/
        width: 54vw;
        align-self: end;
        z-index:1;
        top: 48vw;
        left: 20vw;
    }
            
            
    
    .tbc-img-gallary .gallary-item-5 {
         /* appearently 5th item*/
        transform: translate(0vw, 0vw);
        /*max-width:515px;*/
        width: 30vw;
        align-self: end;
        z-index:5;
        top: 65vw;
        right: 5vw;
    }
    
    .tbc-img-gallary .gallary-item-6 { 
        /* appearently 4th item*/
        transform: translate(-0vw, 0vw);
        /*max-width:285px;*/
        width: 30vw;
        align-self: end;
        top: 103vw;
        left: 5vw;
        z-index:5;
    }
    
            .tbc-gallery-product-info-02 { /* inside the 6th item */
                margin-top:20vw;
                margin-left:auto;
                display:flex;
                justify-content: flex-start;
                position:absolute;
                top: 50vw; 
                left: -25vw;
                width:200px; 
            }
    
     .tbc-img-gallary .gallary-item-7 {
        /* appearently 9th item*/
        transform: translate(0px, 0vw);
        /*max-width:515px;*/
        width: 37vw;
        align-self: end;
        top: 140vw; 
        right: 5vw;
    }
    
    .tbc-img-gallary .gallary-item-8 {
         /* appearently 7th item*/
        transform: translate(-0vw, 0vw);
        /*max-width:285px;*/
        width: 53vw;
        align-self: end;
        top: 50vw;
        right: 5vw;
    }
    
            .tbc-gallery-product-info-03 { /* inside the 8rd item */
                margin-bottom:1vw;
                margin-left:auto;
                display:flex;
                justify-content: flex-end;
                color:#fff;
                position:absolute;
                bottom: 20vw; 
                left: -60vw; 
                width:200px;
            }
    
    .tbc-img-gallary .gallary-item-9 {
         /* appearently 8th item*/
        transform: translate(-0vw, -0vw);
        /*max-width:285px;*/
        width: 42vw;
        align-self: end;
        top: 90vw; 
        left: 5vw;
    }
}



/*-----------------------------------
    ギャラリー: Emotional Duo
------------------------------------*/

/*
.emoduo-img-gallary{
    padding-bottom:5vw;
}

*/
.page-template-page-emoduo .series-intro-wrapper{
    margin-bottom:7%;
    margin-top: 110px;
}
/* 背景帯PC　1 */
.emoduo-img-gallary::before {
    content: "";
    position: absolute;
    top: 27%; 
    left: 0;
    width: 100%;
    height: 19%; 
    background-color: #D3C6C5;  
    z-index: 0; 
}

/* 背景帯PC　2 */
.emoduo-img-gallary::after {
    content: "";
    position: absolute;
    bottom: 0%; 
    left: 0;
    width: 100%;
    height: 17%; 
    background-color:#AFA8AD; 
    z-index: 0; 
}

/* 各画像と関連する商品情報の配置　PC*/
.emoduo-img-gallary .gallary-item-1 {
    transform: translate(10%, 12%); 
    /*max-width:515px;*/
    width: 24%;
    align-self: start; 
}

.emoduo-img-gallary .gallary-item-2 {
    transform: translate(0.5%, -3%);
    /*max-width:285px;*/
    width: 40%;
    align-self: start;
}

.emoduo-img-gallary .gallary-item-3 {
    transform: translate(-10%, 10%);
    /*max-width:285px;*/
    width: 22%;
    align-self: end;
}
        .emoduo-gallery-product-info-01 { /* inside the 3rd item */
            margin-bottom:7%;
            margin-left:auto;
            display:flex;
            justify-content: flex-start;
            color:#3E3A3A;
        }

.emoduo-img-gallary .gallary-item-4 {
    transform: translate(0%, -2%);
    /*max-width:285px;*/
    width: 40%;
    align-self: end;  
}
        
.emoduo-img-gallary .gallary-item-5 {
    transform: translate(-4%, -2%);
    /*max-width:515px;*/
    width: 22%;
    align-self: end;
}
        .emoduo-gallery-product-info-02 { /* inside the 5th item */
            margin-bottom:6%;
            margin-left:auto;
            display:flex;
            justify-content: flex-start;
            color:#fff;
        }

.emoduo-img-gallary .gallary-item-6 {
    transform: translate(-10%, -0%);
    /*max-width:285px;*/
    width: 22%;
    align-self: center;
}

.emoduo-img-gallary .gallary-item-7 {
    transform: translate(10%, 8%);
    /*max-width:515px;*/
    width: 22%;
    align-self: start;
}

.emoduo-img-gallary .gallary-item-8 {
    transform: translate(-0%, 5%);
    /*max-width:285px;*/
    width: 23%;
    align-self: end;
}
        .emoduo-gallery-product-info-03 { /* inside the 8th item */
            margin-bottom:6%;
            margin-left:auto;
            display:flex;
            justify-content: flex-end;
        }

.emoduo-img-gallary .gallary-item-9 {
    transform: translate(-0%, -0%);
    /*max-width:285px;*/
    width: 40%;
    align-self: end;
}

/* スマホ */

@media screen and (max-width: 500px){/* Inner高さ */

    .emoduo-img-gallary .series-img-gallary-inner {
        position: relative;
        width: 100%;
        height: 79vw;
    }
}


@media screen and (max-width: 500px){/* 500px以下 */
    .page-template-page-emoduo .series-intro-wrapper{
        margin-top: 145px;
    }
        
        /* 背景帯スマホ　1 */
        .emoduo-img-gallary::before {
            content: "";
            position: absolute;
            top: 4%; 
            left: 0;
            width: 100%;
            height: 33%; 
            background-color: #D3C6C5; 
            z-index: 0; 
        }
        
        /* 背景帯スマホ　2 */
        .emoduo-img-gallary::after {
            content: "";
            position: absolute;
            /*bottom: -7vw;*/
			bottom: -21vw;
            left: 0;
            width: 100%;
            height: 32%; 
            background-color:#AFA8AD; 
            z-index: 0; 
        }
        
        /* 各画像と関連する商品情報の配置　スマホ*/
        .emoduo-img-gallary .gallary-item-1 {
            /* appearently 3st img */
            transform: translate(0px, calc(0vw - 0px)); 
            /*max-width:515px;*/
            width: 30vw;
            align-self: start;
            /* justify-self: center; */
            z-index:5;
            top: 78vw;
            right: 5vw;
        }
        
        .emoduo-img-gallary .gallary-item-2 {
             /* appearently 1st img */
            transform: translate(-0vw, calc(0px));
            /*max-width:285px;*/
            width: 58vw;
            align-self: end;
            justify-self: center;
            top: -10vw;
            right: 12vw;
            z-index:3;   
        }
        
                .emoduo-gallery-product-info-01 { /* inside the 2rd item */
                    margin-bottom:1vw;
                    margin-left:auto;
                    display:flex;
                    justify-content: flex-start;
                    position:absolute;
                    top: 60vw;
                    left: 25vw;
                    width: 200px;
                }
        
        .emoduo-img-gallary .gallary-item-3 {
            /* appearently 2st img */
            transform: translate(-0vw, -0vw);
            /*max-width:285px;*/
            width: 29vw;
            align-self: start;
            top: 23vw;
            left: 5vw;
            z-index:5;
        }
        
        .emoduo-img-gallary .gallary-item-4 {
            /* appearently 4st img */
            transform: translate(0vw, -0vw);
            /*max-width:285px;*/
            width: 62vw;
            align-self: end;
            z-index:1;
            top: 10vw;
            left: 0vw;
        }
                
        .emoduo-img-gallary .gallary-item-5 {
             /* appearently th item*/
            transform: translate(0vw, 0vw);
            /*max-width:515px;*/
            width: 32vw;
            align-self: end;
            z-index:5;
            top: 92vw;
            left: 10vw;
        }
        
        .emoduo-img-gallary .gallary-item-6 { 
            /* appearently 5th item*/
            transform: translate(-0vw, 0vw);
            /*max-width:285px;*/
            width: 42vw;
            align-self: end;
            top: 51vw;
            right: 5vw;
            z-index:5;
        }
        
                .emoduo-gallery-product-info-02 { /* inside the 6th item */
                    margin-top:20vw;
                    margin-left:auto;
                    display:flex;
                    justify-content: flex-start;
                    position:absolute;
                    top: 14vw; 
                    left: 40vw;
                    width:100px;
                    color:#3E3A3A; 
                }
        
        .emoduo-img-gallary .gallary-item-7 {
            /* appearently th item*/
            transform: translate(0px, 0vw);
            /*max-width:515px;*/
            width: 37vw;
            align-self: end;
            top: 140vw; 
            right: 5vw;
        }
        
        .emoduo-img-gallary .gallary-item-8 {
             /* appearently 8th item*/
            transform: translate(-0vw, 0vw);
            /*max-width:285px;*/
            width: 42vw;
            align-self: end;
            top: 95vw;
            left: 5vw;
            z-index: 7;
        }
        
                .emoduo-gallery-product-info-03 { /* inside the 8rd item */
                    margin-bottom:1vw;
                    margin-left:auto;
                    display:flex;
                    justify-content: flex-end;
                    color:#fff;
                    position:absolute;
                    bottom: -15vw; 
                    left: -25vw; 
                    width:200px;
                }
        
        .emoduo-img-gallary .gallary-item-9 {
             /* appearently 7th item*/
            transform: translate(-0vw, -0vw);
            /*max-width:285px;*/
            width: 65vw;
            align-self: end;
            top: 50vw; 
            right: 0vw;
        }
    }
    



/*-----------------------------------
    ギャラリー: Comfortable Suits
------------------------------------*/
/*
.comsuits-img-gallary{
    padding-bottom:5vw;
}

*/

.page-template-page-comsuits .series-intro-wrapper{
    margin-bottom:13%;
    margin-bottom:200px;
}
/* 背景帯PC　1 */
.comsuits-img-gallary::before {
    content: "";
    position: absolute;
    top: 20%; 
    left: 0;
    width: 100%;
    height: 20%; 
    background-color: #D1D1C9;  
    z-index: 0; 
}

/* 背景帯PC　2 */
.comsuits-img-gallary::after {
    content: "";
    position: absolute;
    bottom: 0%; 
    left: 0;
    width: 100%;
    height: 17%; 
    background-color:#A7B3BE; 
    z-index: 0; 
}

/* 各画像と関連する商品情報の配置　PC*/
.comsuits-img-gallary .gallary-item-1 {
    transform: translate(10%, -6%); 
    /*max-width:515px;*/
    width: 22%;
    align-self: end; 
}

.comsuits-img-gallary .gallary-item-2 {
    transform: translate(0.5%, -8%);
    /*max-width:285px;*/
    width: 35%;
    align-self: start;
}
        .comsuits-gallery-product-info-01 { /* inside the 2nd item */
            margin-bottom:6%;
            margin-left:auto;
            display:flex;
            justify-content: flex-start;
            color:#3E3A3A;
        }

.comsuits-img-gallary .gallary-item-3 {
    transform: translate(-10%, -8%);
    /*max-width:285px;*/
    width: 22%;
    align-self: center;
}

.comsuits-img-gallary .gallary-item-4 {
    transform: translate(10%, -0%);
    /*max-width:285px;*/
    width: 22%;
    align-self: end;
    
}    

.comsuits-img-gallary .gallary-item-5 {
    transform: translate(5%, -16%);
    /*max-width:515px;*/
    width: 22%;
    align-self: end;
}
        .comsuits-gallery-product-info-02 { /* inside the 5th item */
            margin-top:6%;
            margin-left:auto;
            display:flex;
            justify-content: flex-end;
            color:#fff;
            color:#3E3A3A;
        }
        
.comsuits-img-gallary .gallary-item-6 {
    transform: translate(0%, -7%);
    /*max-width:285px;*/
    width: 40%;
    align-self: center;
}

.comsuits-img-gallary .gallary-item-7 {
    transform: translate(0%, 4%);
    /*max-width:515px;*/
    width: 40%;
    align-self: end;
}

.comsuits-img-gallary .gallary-item-8 {
    transform: translate(-3.5%, -19%);
    /*max-width:285px;*/
    width: 23%;
    align-self: center;
}
        .comsuits-gallery-product-info-03 { /* inside the 8th item */
            margin-bottom:3%;
            margin-left:auto;
            display:flex;
            justify-content: flex-end;
        /* color:#fff;*/
        }


.comsuits-img-gallary .gallary-item-9 {
    transform: translate(-10%, 0%);
    /*max-width:285px;*/
    width: 22%;
    align-self: center;
}


/* スマホ */
@media screen and (max-width: 500px){/* Inner高さ */

    .comsuits-img-gallary .series-img-gallary-inner {
        position: relative;
        width: 100%;
        height: 81vw;
    }
    .page-template-page-comsuits .series-intro-wrapper{
        margin-bottom:130px;
    }
}

@media screen and (max-width: 500px){/* 500px以下 */
    /*
        .comsuits-img-gallary{
            padding-bottom:5vw;
        }
            /*
        
        /* 背景帯スマホ　1 */
        .comsuits-img-gallary::before {
            content: "";
            position: absolute;
            top: 4%; 
            left: 0;
            width: 100%;
            height: 33%; 
            background-color: #D1D1C9; 
            z-index: 0; 
        }
        
        /* 背景帯スマホ　2 */
        .comsuits-img-gallary::after {
            content: "";
            position: absolute;
            bottom: -14vw; 
            left: 0;
            width: 100%;
            height: 32%; 
            background-color:#A7B3BE; 
            z-index: 0; 
        }
        
        /* 各画像と関連する商品情報の配置　スマホ*/
        .comsuits-img-gallary .gallary-item-1 {
            /* appearently 3st img */
            transform: translate(0px, calc(0vw - 0px)); 
            /*max-width:515px;*/
            width: 30vw;
            align-self: start;
            /* justify-self: center; */
            z-index:5;
            top: 78vw;
            left: 5vw;
        }
        
        .comsuits-img-gallary .gallary-item-2 {
             /* appearently 1st img */
            transform: translate(-0vw, calc(0px));
            /*max-width:285px;*/
            width: 60vw;
            align-self: end;
            justify-self: center;
            top: -5vw;
            left: 11vw;
            z-index:3;   
        }
        
                .comsuits-gallery-product-info-01 { /* inside the 2rd item */
                    margin-bottom:1vw;
                    margin-left:auto;
                    display:flex;
                    justify-content: flex-start;
                    position:absolute;
                    top: 76vw;
                    left: -20vw;
                    width: 200px;
                }
        
        .comsuits-img-gallary .gallary-item-3 {
            /* appearently 2st img */
            transform: translate(-0vw, -0vw);
            /*max-width:285px;*/
            width: 33vw;
            align-self: start;
            top: 43vw;
            right: 5vw;
            z-index:5;
        }
        
        .comsuits-img-gallary .gallary-item-4 {
            /* appearently 5st img */
            transform: translate(0vw, -0vw);
            /*max-width:285px;*/
            width: 42vw;
            align-self: end;
            z-index:5;
            top: 60vw;
            left: 5vw;
        }
                
        .comsuits-img-gallary .gallary-item-5 {
             /* appearently 6th item*/
            transform: translate(0vw, 0vw);
            /*max-width:515px;*/
            width: 37vw;
            align-self: end;
            z-index:5;
            top: 92vw;
            right: 5vw;
        }
        
        .comsuits-img-gallary .gallary-item-6 { 
            /* appearently 4th item*/
            transform: translate(-0vw, 0vw);
            /*max-width:285px;*/
            width: 60vw;
            align-self: end;
            top: 30vw;
            right: 0vw;
            z-index:2;
        }
        
                .comsuits-gallery-product-info-02 { /* inside the 6th item */
                    margin-top:20vw;
                    margin-left:auto;
                    display:flex;
                    justify-content: flex-start;
                    position:absolute;
                    top: 23vw; 
                    left: -40vw;
                    width:200px;
                    color:#3E3A3A; 
                }
        
        .comsuits-img-gallary .gallary-item-7 {
            /* appearently 7th item*/
            transform: translate(0px, 0vw);
            /*max-width:515px;*/
            width: 60vw;
            align-self: end;
            top: 50vw; 
            left: 0vw;
        }
        
        .comsuits-img-gallary .gallary-item-8 {
             /* appearently 8th item*/
            transform: translate(-0vw, 0vw);
            /*max-width:285px;*/
            width: 38vw;
            align-self: end;
            top: 135vw;
            left: 12vw;
            z-index: 7;
        }
        
                .comsuits-gallery-product-info-03 { /* inside the 8rd item */
                    margin-bottom:1vw;
                    margin-left:auto;
                    display:flex;
                    justify-content: flex-end;
                    color:#fff;
                    position:absolute;
                    bottom: -48vw; 
                    left: 36vw; 
                    width:200px;
                }
        
        .comsuits-img-gallary .gallary-item-9 {
             /* appearently th item*/
            transform: translate(-0vw, -0vw);
            /*max-width:285px;*/
            width: 38vw;
            align-self: end;
            top: 90vw; 
            right: 5vw;
        }
    }
    



/*-----------------------------------
    ギャラリー: Double Cloth
------------------------------------*/

/*
.doublecloth-img-gallary{
    padding-bottom:5vw;
}

*/

/* 背景帯PC　1 */
.doublecloth-img-gallary::before {
    content: "";
    position: absolute;
    top: 23%; 
    left: 0;
    width: 100%;
    height: 21%; 
    /*background-color: #3C3F48; */
	background-color:#7d859c;
    z-index: 0; 
}

/* 背景帯PC　2 */
.doublecloth-img-gallary::after {
    content: "";
    position: absolute;
    bottom: 0%; 
    left: 0;
    width: 100%;
    height: 17%; 
    background-color:#64666C; 
    z-index: 0; 
}

/* 各画像と関連する商品情報の配置　PC*/
.doublecloth-img-gallary .gallary-item-1 {
    transform: translate(10%, -3%); 
    /*max-width:515px;*/
    width: 22%;
    align-self: end; 
}

.doublecloth-img-gallary .gallary-item-2 {
    transform: translate(0.5%, -6%);
    /*max-width:285px;*/
    width: 35%;
    align-self: start;
}

        .doublecloth-gallery-product-info-01 { /* inside the 2nd item */
            margin-bottom:6%;
            margin-left:auto;
            display:flex;
            justify-content: flex-start;
            color:#3E3A3A;
        }

.doublecloth-img-gallary .gallary-item-3 {
    transform: translate(-10%, 0%);
    /*max-width:285px;*/
    width: 22%;
    align-self: center;
}

.doublecloth-img-gallary .gallary-item-4 {
    transform: translate(0%, 0%);
    /*max-width:285px;*/
    width: 40%;
    align-self: end;
}       

.doublecloth-img-gallary .gallary-item-5 {
    transform: translate(-4%, -12%);
    /*max-width:515px;*/
    width: 22%;
    align-self: end;
}
        .doublecloth-gallery-product-info-02 { /* inside the 5th item */
            margin-bottom:6%;
            margin-left:auto;
            display:flex;
            justify-content: flex-start;
            color:#fff;
        }
        
.doublecloth-img-gallary .gallary-item-6 {
    transform: translate(-10%, -32%);
    /*max-width:285px;*/
    width: 22%;
    align-self: center;
}

.doublecloth-img-gallary .gallary-item-7 {
    transform: translate(10%, 1%);
    /*max-width:515px;*/
    width: 22%;
    align-self: center;
}

.doublecloth-img-gallary .gallary-item-8 {
    transform: translate(0%, -6%);
    /*max-width:285px;*/
    width: 36%;
    align-self: end;
}

.doublecloth-img-gallary .gallary-item-9 {
    transform: translate(-10%, 3%);
    /*max-width:285px;*/
    width: 22%;
    align-self: end;
}

        .doublecloth-gallery-product-info-03 { /* inside the 9th item */
            margin-bottom:6%;
            margin-left:auto;
            display:flex;
            justify-content: flex-start;
}

/* スマホ */
@media screen and (max-width: 500px){/* Inner高さ */

    .doublecloth-img-gallary .series-img-gallary-inner {
        position: relative;
        width: 100%;
        height: 85vw;
    }
}

@media screen and (max-width: 375px){/* Inner高さ */

    .doublecloth-img-gallary .series-img-gallary-inner {
        position: relative;
        width: 100%;
        height: 80vw;
    }
}

@media screen and (max-width: 500px){/* 500px以下 */
    /*
        .doublecloth-img-gallary{
            padding-bottom:5vw;
        }
            /*
        
        /* 背景帯スマホ　1 */
        .doublecloth-img-gallary::before {
            content: "";
            position: absolute;
            top: 4%; 
            left: 0;
            width: 100%;
            height: 31%; 
            background-color: #3C3F48;
            background-color: #7d859c; 
            z-index: 0; 
        }
        
        /* 背景帯スマホ　2 */
        .doublecloth-img-gallary::after {
            content: "";
            position: absolute;
            bottom: 0vw; 
            left: 0;
            width: 100%;
            height: 32%; 
            background-color:#64666C; 
            z-index: 0; 
        }
        
        /* 各画像と関連する商品情報の配置　スマホ*/
        .doublecloth-img-gallary .gallary-item-1 {
            /* appearently 2st img */
            transform: translate(0px, calc(0vw - 0px)); 
            /*max-width:515px;*/
            width: 35vw;
            align-self: start;
            /* justify-self: center; */
            z-index:5;
            top: 40vw;
            left: 5vw;
        }
        
        .doublecloth-img-gallary .gallary-item-2 {
             /* appearently 1st img */
            transform: translate(-0vw, calc(0px));
            /*max-width:285px;*/
            width: 60vw;
            align-self: end;
            justify-self: center;
            top: -5vw;
            right: 5vw;
            z-index:3;   
        }
        
                .doublecloth-gallery-product-info-01 { /* inside the 2rd item */
                    margin-bottom:1vw;
                    margin-left:auto;
                    display:flex;
                    justify-content: flex-start;
                    position:absolute;
                    top: 12vw;
                    left: -45vw;
                    width: 200px;
                    color:#fff;
                }
        
        .doublecloth-img-gallary .gallary-item-3 {
            /* appearently 3st img */
            transform: translate(-0vw, -0vw);
            /*max-width:285px;*/
            width: 35vw;
            align-self: start;
            top: 90vw;
            right: 10vw;
            z-index:5;
        }
        
        .doublecloth-img-gallary .gallary-item-4 {
            /* appearently 4st img */
            transform: translate(0vw, -0vw);
            /*max-width:285px;*/
            width: 68vw;
            align-self: end;
            z-index:5;
            top: 32vw;
            left: 0vw;
        }
                
        .doublecloth-img-gallary .gallary-item-5 {
             /* appearently 6th item*/
            transform: translate(0vw, 0vw);
            /*max-width:515px;*/
            width: 30vw;
            align-self: end;
            z-index:5;
            top: 99vw;
            right: 19vw;
        }
        
        .doublecloth-img-gallary .gallary-item-6 { 
            /* appearently 5th item*/
            transform: translate(-0vw, 0vw);
            /*max-width:285px;*/
            width: 32vw;
            align-self: end;
            top: 41vw;
            right: 5vw;
            z-index:5;
        }
        
                .doublecloth-gallery-product-info-02 { /* inside the 6th item */
                    margin-top:20vw;
                    margin-left:auto;
                    display:flex;
                    justify-content: flex-start;
                    position:absolute;
                    top: -2vw; 
                    left: -40vw;
                    width:200px;
                    color:#3E3A3A; 
                }
        
        .doublecloth-img-gallary .gallary-item-7 {
            /* appearently 9th item*/
            transform: translate(0px, 0vw);
            /*max-width:515px;*/
            width: 30vw;
            align-self: end;
            top: 130vw; 
            left: 20vw;
            z-index:5;
        }
        
        .doublecloth-img-gallary .gallary-item-8 {
             /* appearently 8th item*/
            transform: translate(-0vw, 0vw);
            /*max-width:285px;*/
            width: 60vw;
            align-self: end;
            top: 65vw;
            right: 5vw;
            z-index: 3;
        }
        
                .doublecloth-gallery-product-info-03 { /* inside the 8rd item */
                    margin-bottom:1vw;
                    margin-left:auto;
                    display:flex;
                    justify-content: flex-end;
                    color:#fff;
                    position:absolute;
                    top: 0vw; 
                    left: 18vw; 
                    width:200px;
                }
        
        .doublecloth-img-gallary .gallary-item-9 {
             /* appearently 7th item*/
            transform: translate(-0vw, -0vw);
            /*max-width:285px;*/
            width: 36vw;
            align-self: end;
            top: 45vw; 
            left: 5vw;
            z-index:5;
        }
    }
    





/*-----------------------------------
    ギャラリー: Femcool Harmony
------------------------------------*/

/*
.femhar-img-gallary{
    padding-bottom:5vw;
}

*/

/* 背景帯PC　1 */
.femhar-img-gallary::before {
    content: "";
    position: absolute;
    top: 22%; 
    left: 0;
    width: 100%;
    height: 19%; 
    background-color: #D6DBE2;  
    z-index: 0; 
}

/* 背景帯PC　2 */
.femhar-img-gallary::after {
    content: "";
    position: absolute;
    bottom: 0%; 
    left: 0;
    width: 100%;
    height: 17%; 
    background-color:#AFB3B9; 
    z-index: 0; 
}

/* 各画像と関連する商品情報の配置　PC*/
.femhar-img-gallary .gallary-item-1 {
    transform: translate(0%, 0%); 
    /*max-width:515px;*/
    width: 40%;
    align-self: end; 
}

.femhar-img-gallary .gallary-item-2 {
    transform: translate(-4.5%, 0%);
    /*max-width:285px;*/
    width: 22%;
    align-self: start;
}

        .femhar-gallery-product-info-01 { /* inside the 2nd item */
            margin-bottom:6%;
            margin-left:auto;
            display:flex;
            justify-content: flex-start;
            color:#3E3A3A;
        }

.femhar-img-gallary .gallary-item-3 {
    transform: translate(-10%, 6%);
    /*max-width:285px;*/
    width: 22%;
    align-self: center;
}

.femhar-img-gallary .gallary-item-4 {
    transform: translate(10%, -17%);
    /*max-width:285px;*/
    width: 22%;
    align-self: center;   
}       

.femhar-img-gallary .gallary-item-5 {
    transform: translate(0%, -3%);
    /*max-width:515px;*/
    width: 36%;
    align-self: end;
}

.femhar-img-gallary .gallary-item-6 {
    transform: translate(-10%, 1%);
    /*max-width:285px;*/
    width: 22%;
    align-self: end;
}

        .femhar-gallery-product-info-02 { /* inside the 6th item */
            margin-bottom:39%;
            margin-left:auto;
            display:flex;
            justify-content: flex-start;
            color:#3E3A3A;
        }

.femhar-img-gallary .gallary-item-7 {
    transform: translate(0%, -11%);
    /*max-width:515px;*/
    width: 40%;
    align-self: center;
}      

.femhar-img-gallary .gallary-item-8 {
    transform: translate(-4.5%, -2%);
    /*max-width:285px;*/
    width: 22%;
    align-self: end;
}

        .femhar-gallery-product-info-03 { /* inside the 8th item */
            margin-bottom:6%;
            margin-left:auto;
            display:flex;
            justify-content: flex-start;
            color:#3E3A3A;
        }

.femhar-img-gallary .gallary-item-9 {
    transform: translate(-10%, 10.5%);
    /*max-width:285px;*/
    width: 22%;
    align-self: end;
}


/* スマホ */
@media screen and (max-width: 500px){/* Inner高さ */

    .femhar-img-gallary .series-img-gallary-inner {
        position: relative;
        width: 100%;
        height: 88vw;
    }
}

@media screen and (max-width: 375px){/* Inner高さ */

    .femhar-img-gallary .series-img-gallary-inner {
        position: relative;
        width: 100%;
        height: 80vw;
    }
}

@media screen and (max-width: 500px){/* 500px以下 */
    /*
        .femhar-img-gallary{
            padding-bottom:5vw;
        }
            /*
        
        /* 背景帯スマホ　1 */
        .femhar-img-gallary::before {
            content: "";
            position: absolute;
            top: 4%; 
            left: 0;
            width: 100%;
            height: 31%; 
            background-color: #D6DBE2; 
            z-index: 0; 
        }
        
        /* 背景帯スマホ　2 */
        .femhar-img-gallary::after {
            content: "";
            position: absolute;
            bottom: 0vw; 
            left: 0;
            width: 100%;
            height: 32%; 
            background-color:#AFB3B9; 
            z-index: 0; 
        }
        
        /* 各画像と関連する商品情報の配置　スマホ*/
        .femhar-img-gallary .gallary-item-1 {
            /* appearently 2st img */
            transform: translate(0px, calc(0vw - 0px)); 
            /*max-width:515px;*/
            width: 65vw;
            align-self: start;
            /* justify-self: center; */
            z-index:2;
            top: -2vw;
            left: 0vw;
        }
        
        .femhar-img-gallary .gallary-item-2 {
             /* appearently 2st img */
            transform: translate(-0vw, calc(0px));
            /*max-width:285px;*/
            width: 33vw;
            align-self: end;
            justify-self: center;
            top: 38vw;
            right: 10vw;
            z-index:3;   
        }
        
                .femhar-gallery-product-info-01 { /* inside the 2rd item */
                    margin-bottom:1vw;
                    margin-left:auto;
                    display:flex;
                    justify-content: flex-start;
                    position:absolute;
                    top: 55vw;
                    left: 4vw;
                    width: 100px;
                    color:#3E3A3A;
                }
        
        .femhar-img-gallary .gallary-item-3 {
            /* appearently 3st img */
            transform: translate(-0vw, -0vw);
            /*max-width:285px;*/
            width: 33vw;
            align-self: start;
            top: 62vw;
            left: 5vw;
            z-index:5;
        }
        
        .femhar-img-gallary .gallary-item-4 {
            /* appearently 6st img */
            transform: translate(0vw, -0vw);
            /*max-width:285px;*/
            width: 38vw;
            align-self: end;
            z-index:5;
            top: 85vw;
            left: 20vw;
        }
                
        .femhar-img-gallary .gallary-item-5 {
             /* appearently 4th item*/
            transform: translate(0vw, 0vw);
            /*max-width:515px;*/
            width: 56vw;
            align-self: end;
            z-index:2;
            top: 10vw;
            right: 5vw;
        }
        
        .femhar-img-gallary .gallary-item-6 { 
            /* appearently 5th item*/
            transform: translate(-0vw, 0vw);
            /*max-width:285px;*/
            width: 38vw;
            align-self: end;
            top: 17vw;
            left: 5vw;
            z-index:5;
        }
        
                .femhar-gallery-product-info-02 { /* inside the 6th item */
                    margin-top:20vw;
                    margin-left:auto;
                    display:flex;
                    justify-content: flex-start;
                    position:absolute;
                    top: 80vw; 
                    left: 60vw;
                    width:100px;
                    color:#3E3A3A; 
                }
        
        .femhar-img-gallary .gallary-item-7 {
            /* appearently 7th item*/
            transform: translate(0px, 0vw);
            /*max-width:515px;*/
            width: 65vw;
            align-self: end;
            top: 39vw; 
            left: 0vw;
            z-index:5;
        }
        
        .femhar-img-gallary .gallary-item-8 {
             /* appearently 9th item*/
            transform: translate(-0vw, 0vw);
            /*max-width:285px;*/
            width: 33vw;
            align-self: end;
            top: 123vw;
            left: 10vw;
            z-index: 3;
        }
        
                .femhar-gallery-product-info-03 { /* inside the 8rd item */
                    margin-bottom:1vw;
                    margin-left:auto;
                    display:flex;
                    justify-content: flex-end;
                    color:#3E3A3A; 
                    position:absolute;
                    top: 16vw; 
                    left: 10vw; 
                    width:200px;
                }
        
        .femhar-img-gallary .gallary-item-9 {
             /* appearently 8th item*/
            transform: translate(-0vw, -0vw);
            /*max-width:285px;*/
            width: 38vw;
            align-self: end;
            top: 75vw; 
            right: 5vw;
            z-index:5;
        }
    }

/*-----------------------------------
    ギャラリー: Femcool Tweed
------------------------------------*/
/*

.femtweed-img-gallary{
    padding-bottom:5vw;
}
    */

.page-template-page-femtweed .series-intro-wrapper{
    margin-bottom:170px;
}

/* 背景帯PC　1 */
.femtweed-img-gallary::before {
    content: "";
    position: absolute;
    top: 20%; 
    left: 0;
    width: 100%;
    height: 20%; 
    background-color: #D6DBE2;  
    z-index: 0; 
}

/* 背景帯PC　2 */
.femtweed-img-gallary::after {
    content: "";
    position: absolute;
    bottom: -2vw; 
    left: 0;
    width: 100%;
    height: 17%; 
    background-color:#AFB3B9; 
    z-index: 0; 
}

/* 各画像と関連する商品情報の配置　PC*/
.femtweed-img-gallary .gallary-item-1 {
    transform: translate(0%, -9%); 
    /*max-width:515px;*/
    width: 40%;
    align-self: end; 
}

.femtweed-img-gallary .gallary-item-2 {
    transform: translate(-4.5%, 10%);
    /*max-width:285px;*/
    width: 22%;
    align-self: end;
}

        .femtweed-gallery-product-info-01 { /* inside the 2nd item */
            margin-bottom:6%;
            margin-left:auto;
            display:flex;
            justify-content: flex-start;
            color:#3E3A3A;
        }

.femtweed-img-gallary .gallary-item-3 {
    transform: translate(-10%, -17%);
    /*max-width:285px;*/
    width: 22%;
    align-self: center;
}

.femtweed-img-gallary .gallary-item-4 {
    transform: translate(10%, -13%);
    /*max-width:285px;*/
    width: 22%;
    align-self: center; 
}       

.femtweed-img-gallary .gallary-item-5 {
    transform: translate(0%, 4%);
    /*max-width:515px;*/
    width: 22%;
    align-self: center;
}

        .femtweed-gallery-product-info-02 { /* inside the 5th item */
            margin-bottom:19%;
            margin-left:auto;
            display:flex;
            justify-content: flex-end;
            color:#3E3A3A;
        }
        

.femtweed-img-gallary .gallary-item-6 {
    transform: translate(0%, 2%);
    /*max-width:285px;*/
    width: 40%;
    align-self: end;
}
        
.femtweed-img-gallary .gallary-item-7 {
    transform: translate(8%, 0%);
    /*max-width:515px;*/
    width: 22%;
    align-self: end;
} 

        .femtweed-gallery-product-info-03 { /* inside the 7th item */
            margin-bottom:6%;
            margin-left:auto;
            display:flex;
            justify-content: flex-end;
            color:#3E3A3A;
        /* color:#fff;*/
        }    

.femtweed-img-gallary .gallary-item-8 {
    transform: translate(0%, 7%);
    /*max-width:285px;*/
    width: 36%;
    align-self: end;
}


.femtweed-img-gallary .gallary-item-9 {
    transform: translate(-10%, 1%);
    /*max-width:285px;*/
    width: 22%;
    align-self: center;
}


/* スマホ */
@media screen and (max-width: 500px){/* Inner高さ */
    .page-template-page-femtweed .series-intro-wrapper{
        margin-bottom:13%;
    }

    .femtweed-img-gallary .series-img-gallary-inner {
        position: relative;
        width: 100%;
        height: 96vw;
    }
}

@media screen and (max-width: 400px){/* Inner高さ */

    .femtweed-img-gallary .series-img-gallary-inner {
        position: relative;
        width: 100%;
        height: 88vw;
    }
}


@media screen and (max-width: 500px){/* 500px以下 */
   
        
        /* 背景帯スマホ　1 */
        .femtweed-img-gallary::before {
            content: "";
            position: absolute;
            top: 4%; 
            left: 0;
            width: 100%;
            height: 33%; 
            background-color: #B1B3BF; 
            z-index: 0; 
        }
        
        /* 背景帯スマホ　2 */
        .femtweed-img-gallary::after {
            content: "";
            position: absolute;
            bottom: -1vw; 
            left: 0;
            width: 100%;
            height: 32%; 
            background-color:#B3BCCE; 
            z-index: 0; 
        }
        
        /* 各画像と関連する商品情報の配置　スマホ*/
        .femtweed-img-gallary .gallary-item-1 {
            /* appearently 2st img */
            transform: translate(0px, calc(0vw - 0px)); 
            /*max-width:515px;*/
            width: 67vw;
            align-self: start;
            z-index:2;
            top: -18vw;
            left: 0vw;
        }
        
        .femtweed-img-gallary .gallary-item-2 {
             /* appearently 2st img */
            transform: translate(-0vw, calc(0px));
            /*max-width:285px;*/
            width: 36vw;
            align-self: end;
            justify-self: center;
            top: 25vw;
            right: 5vw;
            z-index:3;   
        }
        
                .femtweed-gallery-product-info-01 { /* inside the 2rd item */
                    margin-bottom:1vw;
                    margin-left:auto;
                    display:flex;
                    justify-content: flex-start;
                    position:absolute;
                    top: 80vw;
                    left: -4vw;
                    width: 110px;
                    color:#3E3A3A;
                }
        
        .femtweed-img-gallary .gallary-item-3 {
            /* appearently 3st img */
            transform: translate(-0vw, -0vw);
            /*max-width:285px;*/
            width: 30vw;
            align-self: start;
            top: 73vw;
            left: 15vw;
            z-index:5;
        }
        
        .femtweed-img-gallary .gallary-item-4 {
            /* appearently 6st img */
            transform: translate(0vw, -0vw);
            /*max-width:285px;*/
            width: 40vw;
            align-self: end;
            z-index:5;
            top: 75vw;
            left: 17vw;
        }
                
        .femtweed-img-gallary .gallary-item-5 {
             /* appearently 5th item*/
            transform: translate(0vw, 0vw);
            /*max-width:515px;*/
            width: 36vw;
            align-self: end;
            z-index:5;
            top: 10vw;
            left: 5vw;
        }
        
        .femtweed-img-gallary .gallary-item-6 { 
            /* appearently 4th item*/
            transform: translate(-0vw, 0vw);
            /*max-width:285px;*/
            width: 62vw;
            align-self: end;
            top: 3vw;
            right: 0vw;
            z-index:2;
        }
        
                .femtweed-gallery-product-info-02 { /* inside the 6th item */
                    margin-top:20vw;
                    margin-left:auto;
                    display:flex;
                    justify-content: flex-start;
                    position:absolute;
                    top: 61vw; 
                    left: 57vw;
                    width:110px;
                    color:#3E3A3A; 
                }
        
        .femtweed-img-gallary .gallary-item-7 {
            /* appearently 8th item*/
            transform: translate(0px, 0vw);
            /*max-width:515px;*/
            width: 40vw;
            align-self: end;
            top: 49vw; 
            left: 5vw;
            z-index:5;
        }
        
        .femtweed-img-gallary .gallary-item-8 {
             /* appearently 7th item*/
            transform: translate(-0vw, 0vw);
            /*max-width:285px;*/
            width: 54vw;
            align-self: end;
            top: 24vw;
            right: 5vw;
            z-index: 3;
        }
        
                .femtweed-gallery-product-info-03 { /* inside the 8rd item */
                    margin-bottom:1vw;
                    margin-left:auto;
                    display:flex;
                    justify-content: flex-end;
                    color:#3E3A3A; 
                    position:absolute;
                    top: 70vw; 
                    left: -15vw; 
                    width:200px;
                }
        
        .femtweed-img-gallary .gallary-item-9 {
             /* appearently 8th item*/
            transform: translate(-0vw, -0vw);
            /*max-width:285px;*/
            width: 33vw;
            align-self: end;
            top: 112vw; 
            right: 13vw;
            z-index:5;
        }
    }
   
    


    /*Series スマホ時の6個目以降の製品表示ボタン*/

    .hidden-products {
        display: none;
    }
    
    .view-all-wrapper {
        text-align: center;
        margin-top: 20px;
    }
    
   
    #view-all-btn {
        display: block;
        margin: 20px auto;
        margin-top:150px; 
        width:200px;
        cursor: pointer; 
        text-align: center; 
    }
    
    #view-all-btn:hover {
        display: block;

    }
    
/*追っかけフェードイン*/
/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{ /* シリーズFVに採用　2025.03.23 */
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;

  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .fadeUpTrigger{
      opacity: 0;
  }
  

/*======新シリーズデザイン調整__2506========================================*/
/*effortless*/
.ef-fv .fv-content-top-wrapper .series-title {
	font-size: 5.5vw;
    letter-spacing: 0.13em;
}
.ef-fv .fv-content-top-wrapper .series-mini-title {
  	margin-top: -1%;
    padding-left: 2%;
}
.ef-fv .p-wrapper__fv {
	width: auto;
}
.border-20 img {
  border-radius: 20px;
}
.border-left-none img {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.border-right-none img {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.ef-fv .fv-content-top-wrapper {
    width: 38%;
}
/*NOBLE-CROSS*/
.nb-fv .fv-content-top-wrapper .nc-title {
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    white-space: nowrap;
	top: -16vw;
}
.nb-fv .fv-content-top-wrapper .series-mini-title {
	top: 100%;
	left: 1.5%;
}

.nb-fv .fv-p__nc {
	transform: none;
    position: absolute;
    left: 8%;
    bottom: 31%;
}
.nb-fv .series-fv-name {
	width: 29%;
	transform: none;
}
.nb-br {
	display:none;
}
.nb-fv .fv-content-bottom-wrapper p {
	margin-top: 0;
}
.nb-fv .fv-content-top-wrapper {
	top: 18%;
	left: 7%;
}

@media screen and (max-width: 768px) {
	.nb-br {
	display: block;
	}
	.femtweed-fv .fv-content-top-wrapper .nc-title {
		line-height: 1.3;
		font-size: 7.3vw;
	}
	.femtweed-fv .fv-content-top-wrapper .series-mini-title {
		top: 19.5vw;
	}
	.nb-fv .series-fv-name {
		transform: none;
	}
}


@media screen and (max-width: 500px) {
	.ef-fv .fv-content-wrapper .fv-content-top-wrapper .series-title {
		font-size: 9vw;
    	letter-spacing: 0.17em;
    	top: -20px;
    	right: 6%;
	}
	.ef-fv .fv-content-wrapper .fv-content-top-wrapper .series-mini-title {
		top: 20vw;
    	left: 0;
	}
	.nb-fv .fv-content-wrapper .fv-content-bottom-wrapper p {
		margin-top: 25vw;
    	margin-left: 3vw;
    	font-size: 14px;
	}
	.series-intro {
		margin-top: 65vw;
	}
	.nb-br {
		display: none;
	}
	.femtweed-fv .fv-content-top-wrapper .nc-title {
		top: -1vw;
		font-size: 10vw;
	}
	.femtweed-fv .fv-p__nc {
    	transform: none;
		bottom: -45%;
	}
	.femtweed-fv .fv-content-top-wrapper .series-mini-title {
        top: 31vw;
        left: -2vw;
        font-size: 3.2vw;	
    }
	    .nb-fv .series-fv-name {
        left: -4vw;
    }
	    .ef-fv .series-fv-name {
        width: 70vw;
    }
	.nb-fv .series-fv-name {
		max-width: none;
		width: 80vw;
	}
	.nb-fv .fv-content-top-wrapper {
    	top: 88%;
    	left: 11%;
   }
	.ef-fv .fv-content-wrapper .fv-content-bottom-wrapper {
		left: 8%;
    	transform: none;
    	top: 160%;
	}
	.ef-series-intro {
		margin-top: 45vw;
	}
}

.swiper-button-next svg , .swiper-button-prev svg {
	display: none;
}



