@charset "UTF-8";
/* CSS Document */

body{
  background: #000;
  color: #F5F5F5;
}

.kv_10th{
  position:relative;
  height:250svh;
}

.kv_10th video{
  position:sticky;
  top:0;
  width:100%;
  height:100vh;
  object-fit:cover;
}

.kv_10th_overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  background:rgba(0,0,0,.5);
  opacity:0;
  transition:opacity .6s;
  pointer-events:none;
}
.logo_wenaX{
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 100;
}
.logo_wenaX img{
  width: 120px;
}

.kv_10th_inner{
  position:sticky;
  top:50svh;
  margin-top:40svh;
  transform:translateY(-50%);
  opacity:0;
  text-align: center;
  max-width:680px;
  margin-left:auto;
  margin-right:auto;
  z-index:2;
  transition:opacity .6s;
}

.kv_10th_inner.is-visible{
  opacity:1;
}

.kv_10th_logo img{
  width: 120px;
}
.kv_10th_copy{
  font-size: 3rem;
  line-height: 2;
  margin: 30px 0;
  font-weight: 600;
 
}
.kv_10th_txt{
  font-size: 1.8rem;
  line-height: 2;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  padding: 30px 0;
}



  @media screen and (min-width:768px){
    
}
  
  @media screen and (max-width:767px){
  .kv_10th{
    height:220svh;
  }

  .logo_wenaX{
    top: 10px;
    left: 10px;
  }
  .logo_wenaX img{
    width: 100px;
  }

  .kv_10th_inner{
    margin-top:40svh;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    left: 0;
  }

    
    .kv_10th_logo img{
      width: 80px;
    }
    .kv_10th_copy{
      font-size: 2rem;
      line-height: 1.8;
      margin: 20px 0;
    }
    .kv_10th_txt{
      font-size: clamp(1rem, 3vw, 1.4rem);
      line-height: 1.8;
      padding: 20px 0;
    }

  }
  
.Container_10th{
  background: #000;
  overflow: hidden;
  position: relative;
  z-index: 10;
}  
.Contents_10th{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}  


  @media screen and (min-width:768px) and (max-width:1024px){
    .Contents_10th{
      padding: 0 100px;}
    }

/*.Concept///////////////*/
.Concept_10th{
  padding: 90px 0 50px 0;
}
.ttl_10th{
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.copy_10th{
  border-top: 1px solid #F6F6F7;
  border-bottom: 1px solid #F6F6F7;
  padding: 20px 0;
  line-height: 1.8;
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.Concept_10th_txt .text_10th{
  border-bottom: 1px solid #F6F6F7;
  padding-bottom: 20px}

  @media screen and (min-width:1025px){
    .Concept_10th{
      display: flex;
      justify-content: space-between;
    }
    .Concept_10th_img{
      width: 36.666%;
      margin-left: 2.5%;
    }
    .Concept_10th_txt{
      width: 50%;
    }
  }
  @media screen and (min-width:1025px) and (max-width:1200px){
    .Concept_10th_txt{
      width: 52%;
    }
    .copy_10th{
      font-size: 2rem;}
    
  }
  @media screen and (max-width:1024px){
    .ttl_10th,.copy_10th,.text_10th{
      text-align: center;
    }
    .Concept_10th_img{
      margin-bottom: 40px;
    }
    
  
  }
  @media screen and (max-width:767px){
    .ttl_10th{
      font-size: 2.2rem;
    }
    .copy_10th{
      font-size: 1.8rem;}
    
    .text_10th{
      font-size: clamp(1rem, 3.2vw, 1.4rem);
    }
    
  }
  

/*.Detail///////////////*/
.Detail_10th .ttl_10th{
  text-align: center;
}
.Detail_10th_txtWrap{
  border-top: 1px solid #F6F6F7;
  border-bottom: 1px solid #F6F6F7;
  padding: 40px 0;}

.slick_product {
  margin-bottom: 50px;
}
.slick_product_item{
  position: relative;
}
.slick_arrow.slick-disabled{
  display: none !important;
}
.slick_product_name{
  color: #5F6161;
  position: absolute;
  bottom: 5vw;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.15em;
}
.slick_arrow{
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 30px;
  z-index: 10;
}

.arrow_prev:hover,
.arrow_next:hover{
  opacity:0.6;
	transition: 0.5s all;
}

.slick_arrow.arrow_prev{background-image:url("../images/lp/prev_wh.svg?2"); left: 35%;}
.slick_arrow.arrow_next{background-image:url("../images/lp/next_wh.svg?2"); right: 35%;}

.Detail_10th_wrap{
  display: flex;
  flex-direction: column;
}
  @media screen and (min-width:1025px){
    .Detail_10th_txtWrap{
      display: flex;
      justify-content: space-around;
    }
    .Detail_10th_txt{
      width: 22%;
    }
    
  }
  
  @media screen and (max-width:1024px){
    .Detail_10th_wrap{
      flex-direction: column-reverse;
    }
    .Detail_10th_txtWrap{
      padding: 0;
      margin-bottom: 50px;
    }
    .Detail_10th_txt{
      padding: 20px;
    }
    .Detail_10th_txt + .Detail_10th_txt{
      border-top: 1px solid #F6F6F7;
    }
    
    .slick_product_name{
      bottom: 8vw;
      font-size: 2.4rem;}
    .slick_arrow{
      bottom: 20px;}
  }
  @media screen and (max-width:767px){
    .slick_product_item {
      overflow: hidden;
    }
    .slick_product_item img{
      max-width: 130%;
      margin-left: -15%;
    }
    .slick_arrow{
      bottom: 15px;
      width: 25px;
      height: 25px;
    }  
    .slick_product_name{
      bottom: 15px;
      font-size: 2rem;}
    .slick_arrow.arrow_prev{left: 15%;}
    .slick_arrow.arrow_next{right: 15%;}
    
  }
  
 /*Parts//////////////////*/
 .Parts_10th{
   margin-bottom: 60px;
 }
 .Parts_10th_txt .text_10th{
   padding: 30px 0;
   border-top: 1px solid #F6F6F7;
   border-bottom: 1px solid #F6F6F7;
   box-sizing: border-box;
 }
 .photo_jean_rousseau{
   margin-bottom: 30px;
 }
 .Parts_10th_copy{
  font-size: 2.1rem;
  line-height: 2;
  font-weight: 600;
  border-top: 1px solid #F6F6F7;
  border-bottom: 1px solid #F6F6F7;
  padding: 30px 0;
  margin-top: 20px;}
  
.Parts_10th_logo img{
  width: 100%;
}  
.wenaX_link{
  margin-top: 30px;
  font-size: 1.8rem;
}
.wenaX_link a{
  position: relative;
  padding-left: 25px;
}
.wenaX_link a:before{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}

.wenaX_link img{
  width: 100px;
  vertical-align: -2px;
  margin-right: 10px;
}
      @media screen and (min-width:1025px){
        .Parts_10th{
          display: flex;
          justify-content: space-between;
        }
        .Parts_10th.Parts_10th_img-4,
        .Parts_10th.Parts_10th_img-5,
        .Parts_10th.Parts_10th_img-6{
          flex-direction: row-reverse;
        }
        .Parts_10th.Parts_10th_img-3{
          align-items: center;
        }
        
        .Parts_10th_txt{
          width: 38%;
        }
        .Parts_10th_img-3 .Parts_10th_img{
          width: 53.333%;
          margin-left: 2.5%;
        }
        .Parts_10th_img-4 .Parts_10th_img{
          width: 54.166%;
        }
        .Parts_10th_img-5 .Parts_10th_img{
          width: 50%;
        }
        .photo_jean_rousseau{
          margin-left: -13%;
        }
        .Parts_10th_img-6 .Parts_10th_img{
          width: 27%;
          margin-right: 6%;
        }
      }
      

      @media screen and (min-width:1025px) and (max-width:1400px){
        .Parts_10th_txt{
          width: 40%;
        }
        
      }
      
      @media screen and (max-width:1024px){
        .Parts_10th_img{
          margin-bottom: 30px;}
         
          
        .Parts_10th_img-4 .Parts_10th_img{
          margin: 0 -20px 30px -20px;
        }  
        
        .photo_jean_rousseau{
           margin-bottom: 20px;
          }
          .Parts_10th_img-5 .ttl_10th{
            border-top: 1px solid #F6F6F7;
            padding-top: 20px;
          }
        .Parts_10th_img-5 .Parts_10th_img{margin-top: 30px;}
        
        .Parts_10th_img-6 .Parts_10th_img{
          padding: 0 50px;
        }
        
        .Parts_10th_img-6 .Parts_10th_txt{
          padding: 0 10px;
        }
        
      }
      @media screen and (max-width:767px){
        .Parts_10th_copy{
          text-align: center;
          font-size: 1.6rem;
          padding: 20px 0;
        }
        .wenaX_link{
          text-align: center;}
      }
