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


.section_top{
    padding-top: 130px;
    position: relative;
}
.slider_key_visial_filter{
    position: absolute;
    left: 0;
    top: 130px;
    z-index: 10;
    background-color: rgba(0,0,0, 0.2);  
    height: 80vh;
    width: 100vw;
}
.section_top h2{
    font-family: 'EB Garamond', serif;
    font-size: 2.8rem;
    font-weight:200;
}
.brands_name_leadeed{
    position: absolute;
    right: 20%;
    bottom: 40%;
    color: #3F4D57;
}
.brands_name_blackdeed{
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translate(-50%, -20%);
    color: #fff;
}
.brands_name_proof{
    position: absolute;
    right: 20%;
    bottom: 20%;
    color: #fff;
}
.slider {
  position:relative;
  z-index: 1;
  height: 80vh;
}

.slider-item01 {
    background:url(../images/brands/key_visial_leadeed.jpg);
}

.slider-item02 {
    background:url(../images/brands/key_visial_blackdeed.jpg);
}

.slider-item03 {
    background:url(../images/brands/key_visial_proof.jpg);
}

.slider-item {
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slick-dots {
  position: relative;
  z-index: 3;
  text-align:center;
  margin:-50px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:10px;
    height:10px;
    display:block;
    border-radius:50%;
    border: 1px solid #fff;
    display: none;
}

.slick-dots .slick-active button{
    background:#333;
}

/*intorduction*/
.description{
    padding: 200px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.description p{
line-height: 2.8;
padding: 0 6%;
}/*intorduction*/

/*leadeed*/
.section_brands{
    padding-bottom: 200px;
}
.section_brands_inner{
    display: flex;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}
.brands_pic{
    width: 50%;
}
.section_brands_content{
    width: 40%;
    height: auto;
    margin-left: 12%;
    text-align: left;
}
.brands_image_logo{
 margin-bottom: 20px;
}
.brands_ttl_logo{
  margin-bottom: 30px;
}
.brands_jp_ttl,.brands_eg_ttl{
    font-size: 2.0rem;
    margin-bottom: 30px;
}
.brands_jp_text{
   line-height: 2.4;
   margin-bottom: 20px;
}
.sp_br{
    display: none;
}
.brands_eg_text{
    font-size: 1.3rem;
    line-height: 2.3;
    margin-bottom: 30px;
}
.brands_designer_area{
    display: flex;
    margin-bottom: 25px;
}
.brands_designer_area h4{
    font-weight: 200;
    font-size: 2.0rem;
}
.brands_desiner{
margin-right: 30px;
font-size: 2.0rem;
}
.online{
    font-size: 2.0rem;
    padding-bottom: 5px;
    border-bottom: solid 1px;
    margin-right: 30px;
}
.bd_onlin{
    color: #fff;
}
.online_icon{
    vertical-align: bottom;
}
.online_icon:first-child{
    margin-right: 30px;
}/*leadeed*/

/*blackdeed*/
.section_brands_blackdeed{
padding-bottom: 200px;
}
.section_brands_block_blackdeed{
    background-color: #000;
    color: #fff;
}
.section_brands_inner_blackdeed{
 flex-direction: row-reverse;
 padding: 80px 0 100px;
}
.section_brands_content_blackdeed{
    margin-left: 0;
}/*blackdeed*/

/*proof*/
.section_brands_block_proof{
background-color: #F3F3F3;
}
.section_brands_inner_proof{
    padding: 80px 0 100px;
   }

/*banner_link*/
.bannerlink{
    padding-bottom: 200px;
}
.bannerlink img{
    vertical-align: bottom;
}
.img_bannerlink_unit{
    display: flex;
    justify-content:space-between;
    overflow: hidden;
  background: #000;
}
.img_bannerlink_unit li{
  width: 33.333%;
  overflow: hidden;
  height: 25vw;
  position: relative;
}
.bannerlink_txt{
    position: absolute;
    left: 50%;
    z-index: 2;
    color: #000;
    transform: translateX(-50%);
    bottom: 40px;
    line-height: 2.0;
    color: #fff;
    width: 100%;
}
.img_bannerlink_unit h2{
    position: absolute;
    left: 50%;
    z-index: 2;
    color: #000;
    transform: translateX(-50%);
    bottom: 60px;
    line-height: 2.0;
    color: #fff;
    width: 100%;
}
.ImgBox-Img{
  width: 100%;
  height: 25vw;
  transition-duration: .3s;
}
@media(min-width:1200px){
    .ImgBox-Img:hover{
        transition-duration: .3s;
        transform: scale(1.2);
        opacity: .6;
    }
}/*banner_link*/

@media(max-width:1024px){
    .section_brands_inner{
        display: block;
    }
    .brands_pic{
        width: 80%;
        margin: 0 auto;
    }
    .section_brands_content{
        width: 40%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
    .brands_designer_area{
        justify-content: center;
    }
    .online{
        margin-right: 15px;
        margin-left: 50px
    }
    .online_icon:first-child{
        margin-right: 10px;
    }
}
/*tablet*/
@media(max-width:768px){
    .pc_br{
        display: none;
    }
    .section_top{
        padding-top: 80px;
    }
    .slider_key_visial_filter{
        top:80px;
        height: 50vh;
    }
    .slider{
        height: 50vh;
    }
    .slider-item{
      height: 50vh;
    }
    .description{
        padding: 100px 80px;
    }
    .section_brands_inner{
        width: 100%;
    }
    .section_brands{
        padding-bottom: 100px;
    }
    .section_brands_content{
        width: 100%;
        height: auto;
        margin: 0 ;
        text-align: center;
        padding: 60px 80px 0;
    }
    .brands_pic{
        width: 100%;
        margin: 0;
    }
    .bannerlink{
        padding-bottom: 100px;
    }
}/*tablet*/

/*sp*/
@media(max-width:480px){
    .bc_br{
        display: none;
    }
    .sp_br{
        display: block;
    }
    .section_top{
        padding-top: 60px;
    }
    .slider_key_visial_filter{
        top:60px;
        height: 60vh;
    }
    .slider{
        height: 60vh;
    }
    .slider-item{
      height: 60vh;
    }
    .section_top h2{
        font-size: 2.0rem;
    }
    .brands_name_leadeed {
        right: 10%;
        bottom: 20%;
    }
    .description{
        padding: 80px 18px;
        font-size: 1.4rem;
    }
    .description p{
        padding: 0;
    }
    .section_brands{
        padding-bottom: 80px;
    }
    .section_brands_content{
        padding: 40px 18px 0;
    }
    .brands_jp_text{
        font-size: 1.4rem;
    }
    .brands_logo_pic{
        width: 100px;
    }
    .brands_ttl_logo{
        margin-bottom: 20px;
    }
    .brands_desiner{
        font-size: 1.6rem;
    }
    .brands_designer_area h4{
        font-size: 1.6rem;
    }
    .online{
        font-size: 1.6rem;
    }
    .online_icon:first-child{
        width: 32px;
    }
    .section_brands_inner_blackdeed{
        padding: 60px 0 70px;
    }
    .section_brands_inner_proof{
        padding: 60px 0 70px;
    }
    .bannerlink{
        padding-bottom: 80px;
     }
    .img_bannerlink_unit{
        display: block;
    }
    .el_img_banner_link {
        position: relative;
        display: block;
    }
    .el_img_banner_link ::before{
        position: relative;
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 3;
        opacity: 0.2;
    }
    .img_bannerlink_unit li{
        width: 100%;
        height: 60vw;
    }
    .ImgBox-Img{
        height: 60vw;
    }    
    .img_bannerlink_unit h2 {
        bottom: 45px;
        z-index: 3;
    }
    .bannerlink_txt{
        bottom: 15px;
        z-index: 3;
    }/*sp*/
}