.sldr_con{
  max-width: 1920px;
  width: 100%;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  margin: 19px auto 64px auto;
}
#sldr {
  width: calc( 100% - 380px );
  margin: 0;
  max-width: 1537px;
  padding: 0;
  font-size: 0;
  box-sizing: border-box;
}
#sldr a{font-size: 0;}

#sldr img {
  width: 100%;
  max-width: 100%;
}

#sldr .swiper-button-next::before,
#sldr .swiper-button-next::after,
#sldr .swiper-button-prev::before,
#sldr .swiper-button-prev::after{display: none;}

#sldr .swiper-button-next,
#sldr .swiper-button-prev{opacity: 1; cursor: pointer; pointer-events: all;}
#sldr .swiper-button-disabled{display: none;}

.swiper-button-next:after, .swiper-button-prev:after{display: none !important;}
#hmft1 {
  margin-bottom: 60px;
  position: relative;
}
#hmft1::after{ 
  content: '';
  background-image: url(/image/assets/icons/new_text.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 648px;
  height: 133px;
}
#hmft1 .row{
  flex-flow: column nowrap;
  max-width: 1700px;
}
#hmft1 .ttl{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 51px 0 22px 0;
  margin-bottom: 6px;
}
#hmft1 .ttl h2{
  font-size: 48px;
  margin: 0;
  line-height: 60px;
  font-weight: 700;
  font-family: 'mala_moneta';  
  padding: 0 ;
  color: #000;
  background: transparent;
}

#hmft1 .ttl::after{
  position: absolute;
  content: '';
  width: calc( 100% - 175px);
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  height: 1px;
  background: #A5A5A5;
  z-index: -1;
}

.home-banners3,
.home-banners4{
  background: #fff !important;
}
.home-banners4{
  margin-bottom: 50px;
}


#hmft2 .row{
  flex-flow: column nowrap;
  max-width: 1700px;
}
#hmft2 .ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: 56px;
}
#hmft2 .ttl::before{ 
  content: '';
  background-image: url(/image/assets/icons/mark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 80px;
}
#hmft2 .ttl h2{
  font-size: 48px;
  margin: 0;
  line-height: 60px;
  font-weight: 700;
  font-family: 'mala_moneta';  
  padding: 0 50px ;
  color: #000;
  background: #fff;
}

#hmft2 .ttl::after{
  position: absolute;
  content: '';
  width: 100%;
  top: 40%;
  transform: translateY(-50%);
  right: 0;
  height: 1px;
  background: #A5A5A5;
  z-index: -1;
}

#hmft2 .hmft2_con{
  width: 80%;
  max-width: 1240px;
  margin: 0 auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#hmft2 .hmft2_con img{max-width: 100%;}


#hmft2 .hmft2_con .hmft2_text{
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  width: 200px;
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  z-index: 10;
}

#hmft2 .hmft2_con .hmft2_text strong{
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  white-space: nowrap;
  margin: 0 0 10px 0;
}

#hmft2 .hmft2_con .hmft2_text .swiper-slide span{
  font-size: 40px;
  line-height: 44px;
}
#hmft2 .hmft2_con .hmft2_text a{
  font-size: 14px;
  line-height: 19px;
  white-space: nowrap;
  margin: 15px 0 0 0 ;
  padding-bottom: 4.5px;
  border-bottom: 1px solid #707070;
}
#hmft2 .hmft2_con .hmft2_image1{
  font-size: 0;
  position: relative;
  z-index: 5;
  flex: 0 0 46%;
  width: 46%;
}

#hmft2 .hmft2_image1 .arrows{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 105px;
  background: transparent;
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 10;
}
#hmft2 .hmft2_image1 .back,
#hmft2 .hmft2_image1 .forw{
  cursor: pointer;
  width: 52.5px;
  height: 60px;
  background: #fff;
  position: relative;
  border: none;
}

#hmft2 .hmft2_image1 .back::after{
  content: '';
  width: 10px;
  height: 10px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: translate(-50%, -50%) rotate(-135deg);
}
#hmft2 .hmft2_image1 .forw::after{
  content: '';
  width: 10px;
  height: 10px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: translate(-50%, -50%) rotate(45deg);
}

#hmft2 .hmft2_con .hmft2_image2{
  font-size: 0;
  flex: 0 0 43%;
  width: 43%;
  z-index: 5;

}

 .bags{
  padding-top: 180px;
  position: relative;
  width: 100%;
  margin: -50px 0 0 0;
}

 .bags::after{
  content: '';
  background-image: url(/image/assets/icons/bags-text.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  max-width: 500px;
  height: 100%;
  max-height: 145px;
  position: absolute;
  right: 0;
  top: 25px;
}

 .swiper-slidetainer{
  padding-bottom: 20px;
  overflow-x: auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
 
 .bags .swiper-slide{
  min-width: 100px;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  margin-right: 44px;
}
 .bags .swiper-slide img{
  max-width: 100%;
  margin-bottom: 13px;
}

 .bags .swiper-slide span{
  font-size: 14px;
  line-height: 19px;
}

.home-banners{ 
  background: #FAFAFA;
}

.home-banners .row{
  flex-flow: column nowrap;
  max-width: 1700px;
}
#banner1-1{
  width: 100%;
  max-width: 1275px;
  padding: 90px 0 0 0;
  box-sizing: border-box;
  margin: 0 auto 23px auto;
}
#banner1-1 .ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: 56px;
}
#banner1-1 .ttl::before{ 
  content: '';
  background-image: url(/image/assets/icons/mark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 80px;
}
#banner1-1 .ttl h2{
  font-size: 48px;
  margin: 0;
  line-height: 60px;
  font-weight: 700;
  font-family: 'mala_moneta';  
  padding: 0 50px ;
  color: #000;
  background: #FAFAFA;
}

#banner1-1 .ttl::after{
  position: absolute;
  content: '';
  width: 100%;
  top: 40%;
  transform: translateY(-50%);
  right: 0;
  height: 1px;
  background: #A5A5A5;
  z-index: -1;
}
#banner1-1 .banner-box{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
#banner1-1 .banner-box a{
  flex: 0 0 calc(50% - 11.5px);
  width: calc(50% - 11.5px);
  font-size: 0;
}
#banner1-1 .banner-box a img{
  width: 100%;
  max-width: 100%;
}

#banner1-2{
  padding: 0 0 90px 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#banner1-2 .banner-box{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#banner1-2 .banner-box a{
  flex: 0 0 calc(50% - 11.5px);
  width: calc(50% - 11.5px);
  font-size: 0;
  margin: 0 0 23px 0;
}
#banner1-2 .banner-box a img{
  width: 100%;
  max-width: 100%;
}




@media only screen and (max-width: 1000px) {
  #hmft2 .hmft2_con .hmft2_text strong{font-size: 14px;}
  #hmft2 .hmft2_con .hmft2_text .swiper-slide{max-width: 150px;}
  #hmft2 .hmft2_con .hmft2_text{width: 140px;}
  #hmft2 .hmft2_con .hmft2_text a {
    padding-bottom: 0.5px;
  }
  #hmft2 .hmft2_con .hmft2_text .swiper-slide span {
    font-size: 30px;
    line-height: 35px;
  }
  .bags{padding-top: 145px;}

  #hmft2 .hmft2_image1 .arrows {
    max-width: 90px;
    font-size: 0;
  }
  #hmft2 .hmft2_image1 .back, #hmft2 .hmft2_image1 .forw{height: 45px;}
}
@media only screen and (max-width: 950px) {
  #sldr {
    width: 100%;
  }
  #hmft2 .ttl h2,
  #banner1-1 .ttl h2{
    text-align: center;
    padding: 0 25px;
  }
  #hmft2 .ttl,
  #banner1-1 .ttl{margin-bottom: 20px;}

  
}


@media only screen and (max-width: 750px) {
  #hmft1 .ttl h2,
  #hmft2 .ttl h2,
  #banner1-1 .ttl h2 {
    font-size: 40px;
    line-height: 40px;
  }
  #hmft1 .ttl::after {
    width: calc( 100% - 130px);
    top: 57%;
  }
  #hmft1::after{ 
    max-width: 300px;
    height: 60px;
  }

  #hmft2 .ttl::before,
  #banner1-1 .ttl .ttl::before{ 
    width: 5px;
    height: 60px;
  }
  #hmft2 .hmft2_con .hmft2_image1{flex: 0 0 50%; width: 50%;}
  #hmft2 .hmft2_con .hmft2_image2 {
    flex: 0 0 46%;
    width: 46%;
  }
  #hmft2 .hmft2_con{width: 85%; margin: 0 0 0 auto;}
}
@media only screen and (max-width: 700px) {
  #sldr .swiper-button-next, #sldr .swiper-button-prev{width: 15px;}
  #hmft2 .row{padding: 0 40px;}
}
@media only screen and (max-width: 550px) {
  .bags::after{display: none;}
  #hmft2 .hmft2_con {
    width: 100%;
    flex-flow: column nowrap;
    align-items: center;
  }
  #hmft2 .hmft2_con .hmft2_image1{
    z-index: 10;
    flex: 0 0 100%;
    width: 100%;
  }
  #hmft2 .hmft2_image1 .arrows {
    bottom: -22px;
    }
  #hmft2 .hmft2_con .hmft2_image2{
    flex: 0 0 100%;
    width: 100%;
  }
  #hmft2 .row{padding: 0 70px;}
  #hmft2 .hmft2_con .hmft2_text {
    z-index: 11;
    left: 0;
    background: #fff;
    padding: 10px 0;
    border-radius: 0 10% 10% 0;
    top: 53.5%;
  }

  #banner1-1{margin: 0 auto;}
  #banner1-1 .banner-box,
  #banner1-2 .banner-box{
    margin: 0;
    flex-flow: column nowrap;
  }
  #banner1-1 .banner-box a,
  #banner1-2 .banner-box a{
    width: 100%;
    flex: 0 0 100%;
    margin: 0 0 10px 0;
  }
 
}


@media only screen and (max-width: 450px) {
  #hmft2 .row{padding: 0 40px;}
  .home-banners .row{padding: 0 8px;}
  #banner1-1{padding: 40px 0 0 0;}
  #banner1-2{padding:  0 0 40px 0;}
  #banner1-1 .ttl h2{
    font-size: 28px;
  }
}
@media only screen and (max-width: 400px) {
  #hmft2 .ttl::before{display: none;}
  #hmft2 .row{padding: 0 20px;}
  #hmft2 .hmft2_con .hmft2_text strong {
    font-size: 12px;
    margin: 0;
  }
  #hmft2 .hmft2_con .hmft2_text a{
    font-size: 12px;
    margin: 5px 0 0 0;
  }
  #hmft2 .hmft2_con .hmft2_text .swiper-slide span {
    font-size: 25px;
    line-height: 30px;
  }
  #hmft2 .ttl::after, 
  #banner1-1 .ttl::after{ 
    display: none;
  }
}
