#sldr {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  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;}

#sldr .swiper-button-next, #sldr .swiper-container-rtl .swiper-button-prev,
#sldr .swiper-button-prev, #sldr .swiper-container-rtl .swiper-button-next{background-image: none !important;}


.info1 {
  width: 100%;
  margin: 0 auto 0 auto;
}

.info1_right,
.info1_left{
  display: none;
}
.info1 .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 37px 20px;
  max-width: 1920px;
  overflow: auto;
}

.info1 .details {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info1 .details .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 25%;
  width: 25%;
  text-align: center;
}

.info1 .detail h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  color: #000;

}
.info1 .detail span {
  margin: 0;
  font-size: 14px;
  line-height: 13px;
  font-weight: 300;
  color: #686868;
}

#cat-ban-2{
  width: 100%;
  margin: 30px auto 100px auto;
}

#cat-ban-2 .row{
  justify-content: space-between;
  flex-wrap: wrap;
}

#cat-ban-2 .row a{
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  font-size: 0;
  margin-bottom: 20px;
}
#cat-ban-2 .row a img{
  width: 100%;
  max-width: 100%;
}

#ban-1 {
  width: 100%;
  margin: 40px 0;
}
#ban-1 .ban-1-ttl{
  position: relative;
  width: 100%;
  max-width: calc(100% - 80px);
  box-sizing: border-box;
  margin: 0 auto 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#ban-1 .ban-1-ttl h2{
  font-size: 28px;
  margin: 0;
  line-height: 28px;
  font-weight: 600;
  padding: 15px 30px;
  box-sizing: border-box;
  color: #000;
  background: #ffffff;
}

#ban-1 .ban-1-ttl::after{
  position: absolute;
  content: '';
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  background: #E3DED0;
  z-index: -1;
}
#ban-1 .row{
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
} 
#ban-1 .row a{
  font-size: 0;
  margin: 0;
  overflow: hidden;
} 

#ban-1 .row a:hover img{
  transform: scale(1.1);
}

#ban-1 .row img {
  transition: all 0.4s ease-in-out;
  max-width: 100%;
  width: 100%;

}


#ban-1 .row .box1{
  flex: 0 0 calc( 50% - 12px);
  width: calc(50% - 12px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  box-sizing: border-box;
}
#ban-1 .row .box2{
  flex: 0 0 calc( 50% - 12px);
  width: calc(50% - 12px);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  box-sizing: border-box;
}
#ban-1 .row .box1 .box1-1{
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  margin-bottom: 23px;
}
#ban-1 .row .box1 .box1-2{
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
}
#ban-1 .row .box1 .box1-1 a:first-of-type{
  flex: 0 0 calc( 48.5% - 12px);
}
#ban-1 .row .box1 .box1-1 a:last-of-type{
  flex: 0 0 calc( 51.5% - 12px);
}
#ban-1 .row .box1 .box1-2 a:first-of-type{
  flex: 0 0 calc( 48.5% - 11.5px);
}
#ban-1 .row .box1 .box1-2 a:last-of-type{
  flex: 0 0 calc( 51.5% - 11.5px);
}

#ban-1 .row .box2 .box2-1{
  flex: 0 0 calc( 48.5% - 12px );
  font-size: 0;
  overflow: hidden;
}

#ban-1 .row .box2 .box2-1 img{height: 100%;}
#ban-1 .row .box2 .box2-1 a{ width: 100%; max-width: 100%;}
#ban-1 .row .box2 .box2-2{
  flex: 0 0 calc( 51.5% - 12px );
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;

}


#hmft1,
#hmft3{
  background: #ffffff;
}
#hmft1 .row,
#hmft3 .row{
  flex-flow: column nowrap;
  max-width: 1920px;
  padding: 94px 120px 65px 120px;
}
#hmft1 .ttl,
#hmft3 .ttl{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#hmft1 .ttl h2,
#hmft3 .ttl h2{
  font-size: 28px;
  margin: 0;
  line-height: 28px;
  font-weight: 600;
  padding: 14px 37px 14px 0 ;
  color: #000;
  background: #ffffff;
}

#hmft1 .ttl::after,
#hmft3 .ttl::after{
  position: absolute;
  content: '';
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px; 
  background: #E3DED0;
  z-index: -1;
}
#hmft1 .ttl::before,
#hmft3 .ttl::before{
  content: url(/image/assets/icons/mark.svg);
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 1;
}

#hmft1 a.fullada_all{
  display: block;
  width: fit-content;
  color: #000000;
  background: #ffffff;
  padding: 15px 30px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  border-radius: 2px;
  border: 2px solid #000000;
  transition: all 0.3s ease-in-out;
  margin: 30px auto 0 auto;
}
#hmft1 a.fullada_all:hover{
  background: #000000;
  color: #ffffff;
}
#hmft2 {
  margin: 40px 0 140px 0;
  padding: 0 100px 0 80px;
}
#hmft2 .row{
  flex-flow: row nowrap;
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hmft2 .ttl{
  flex: 0 0 calc( 40.5% - 55px);
  width: calc( 40.5% - 55px);
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  z-index: 1;
  padding-left: 70px;
  box-sizing: border-box;
}
#hmft2 .ttl img{
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
}
#hmft2 .ttl h2{
  position: relative;
  font-size: 27px;
  margin: 30% 0 13px 0;
  line-height: 28px;
  font-weight: 400;
  color: #FFFFFF;
}

#hmft2 .ttl h3{
  font-size: 24px;
  margin: 0 0 30% 0;
  line-height: 26px;
  font-weight: 300;
  color: #FFFFFF;
  z-index: 1;
}
#hmft2 .ttl a{
  font-size: 18px;
  margin: 0;
  line-height: 19px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0 0 6px 0;
  border-bottom: 4px solid #fff;
  z-index: 1;
  width: fit-content;
}

#hmft2 .ttl h2::before{
  content: url(/image/assets/icons/mark.svg);
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 1;
}

#hmft2 .prds {
  flex: 0 0 calc( 59.5% - 55px);
  width: calc( 59.5% - 55px);
  margin: 0;
}




@media only screen and (max-width: 1650px) {
  #hmft2 .glbprdr button{padding: 17px 10px 17px 10px; font-size: 14px;}
  #hmft2 .ttl h2 {
    margin: 20% 0 13px 0;
    font-size: 22px; 
  }
  #hmft2 .ttl h3 {
    margin: 0 0 20% 0; 
    font-size: 20px;
  }
  #hmft2 .ttl a{font-size: 16px;}
  }

@media only screen and (max-width: 1500px) {
  #hmft2 .glbprdr .prod_desc h4 {
    margin: 5px 0;
    font-size: 14px;
  }
  #hmft2 .glbprdr .prod_desc h2 {
    font-size: 14px;
  }
  #hmft2 .glbprdr .prcs strong {
    font-size: 18px;
  }
  #hmft2 .glbprdr .prcs span{font-size: 16px;}
}

@media only screen and (max-width: 1400px) {
  #hmft2 .glbprdr button{justify-content: center;}
  #hmft2 .glbprdr button img{display: none;}
  #hmft2 .prds {
    flex: 0 0 59.5%;
    width: 59.5%;
  }
}

@media only screen and (max-width: 1300px) {
  #hmft2 .prds {
    flex: 0 0 calc( 57% - 55px );
    width: calc( 57% - 55px );
  }
    #hmft2 .ttl {
      flex: 0 0 calc( 43% - 0px );
      width: calc( 43% - 0px );
  }
}
@media only screen and (max-width: 1100px) {
  #hmft2 .prds {
    flex: 0 0 calc( 50% - 55px );
    width: calc( 50% - 55px );
  }
  #hmft2 .ttl {
    flex: 0 0 calc( 50% - 0px );
    width: calc( 50% - 0px );
  }
  #hmft2  .glbprdr .prcs{flex-flow: column nowrap; align-items: center; }
  #hmft2 .glbprdr{padding: 20px 20px 0 20px;}
  #hmft2 .glbprdr button {
    padding: 17px 0px 17px 0px;
  }
  #ban-1 .row .box1 {
    flex: 0 0 calc( 50% - 6px);
    width: calc(50% - 6px);
  }
  #ban-1 .row .box2 {
    flex: 0 0 calc( 50% - 6px);
    width: calc(50% - 6px);
  }
  #ban-1 .row .box1 .box1-1 a:first-of-type {
    flex: 0 0 calc( 48.5% - 6px);
  }
  #ban-1 .row .box1 .box1-1 a:last-of-type {
    flex: 0 0 calc( 51.5% - 6px);
  }
  #ban-1 .row .box1 .box1-1{margin-bottom: 12px;}
  #ban-1 .row .box1 .box1-2 a:first-of-type {
    flex: 0 0 calc( 48.5% - 6px);
  }
  #ban-1 .row .box1 .box1-2 a:last-of-type{
    flex: 0 0 calc( 51.5% - 6px);
  }
  #ban-1 .row .box2 .box2-1 {
    flex: 0 0 calc( 48.5% - 6px );
  }
  #ban-1 .row .box2 .box2-2 {
    flex: 0 0 calc( 51.5% - 6px );
  }
}
@media only screen and (max-width: 1050px) {
  #hmft2 .prds {
    flex: 0 0 calc( 41% - 55px );
    width: calc( 41% - 55px );
  }
    #hmft2 .ttl {
      flex: 0 0 calc( 59% - 0px );
      width: calc( 59% - 0px );
  }
}
@media only screen and (max-width: 950px) {
  .info1{
    padding: 0 40px;
    position: relative;
    box-sizing: border-box;
  }
  .info1 .row{
    padding: 37px 0;
  }

  .info1_right,
  .info1_left{
    display: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
  }
  .info1_right{
    right: 10px;
  }
  .info1_left{
    left: 10px;
  }

  
.info1 .details .detail {
  flex: 0 0 30%;
}

#hmft1 .row,
#hmft3 .row{ padding: 30px 60px;}
#hmft1 a.fullada_all{
  padding: 12px 25px;
  font-size: 14px;
}

#hmft2{padding: 0 20px; margin-bottom: 70px;}
}

@media only screen and (max-width: 900px) {
  .info1 .details .detail {
    flex: 0 0 40%;
  }
  .info1 .detail h3{font-size: 14px; margin: 0 0 5px 0;}
}
@media only screen and (max-width: 800px) {
  #cat-ban-2 .row,
  #ban-1 .row{padding: 0 20px;}

  #ban-1 .row{flex-wrap: wrap;}
  #ban-1 .ban-1-ttl{
    max-width: calc(100% - 40px);
  }
  #ban-1 .row .box1{flex: 0 0 100%; width: 100%; margin-bottom: 23px;}
  #ban-1 .row .box2{flex: 0 0 100%; width: 100%;}
  #ban-1 .row .box1 .box1-1 a:first-of-type {
    flex: 0 0 calc( 51.5% - 12px);
  }
  #ban-1 .row .box1 .box1-1 a:last-of-type {
    flex: 0 0 calc( 48.5% - 12px);
  }

  #ban-1 .row .box2 .box2-1{order: 2;}
  #ban-1 .row .box2 .box2-2{order: 1;}
  #ban-1 .row .box1 .box1-2 a:first-of-type {
    flex: 0 0 calc( 51.5% - 11.5px);
}
#ban-1 .row .box1 .box1-2 a:last-of-type {
  flex: 0 0 calc( 48.5% - 11.5px);
}
  
}


@media only screen and (max-width: 650px) {
  #cat-ban-2 .row{flex-flow: column nowrap; align-items: center;}
  #cat-ban-2 .row a{
    flex: unset;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  #cat-ban-2 .row a:last-of-type{margin: 0;}
  #hmft2 .row{flex-flow: column nowrap; align-items: center;}
  #hmft2 .ttl{padding: 0 0 60px 0; width: 100%; align-items: center; text-align: center;}
  #hmft2 .prds{width: 100%; background: #fff;z-index: 1;}

  #hmft2 .ttl img {
      width: 100%;
      max-width: 400px;
      left: 50%;
      transform: translateX(-50%);
  }
  #hmft2 .ttl h2::before{
    left: 50%;
    transform: translateX(-50%);
  }
  #hmft2 .ttl h3{margin-bottom: 15%;}
  #hmft2 .row{padding: 0;}
  #hmft2 .prds .next,
  #hmft2 .prds .prev {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #sldr .swiper-button-next, #sldr .swiper-button-prev{width: 15px;}
  .info1 .details .detail {
    flex: 0 0 60%;
  }
  .info1 .row{
    padding: 30px 0px;
  }
  .info1 .detail span{text-align: center;}
  #hmft1 .row,
  #hmft3 .row{
    padding: 60px 20px 30px 20px;
}

} 

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

  .info1{padding: 0 20px;}
  .info1 .details .detail {
    flex: 0 0 60%;
  }
  .info1_right, .info1_left{
    display: none;
  }
  #hmft1 .ttl h2 ,
  #hmft3 .ttl h2 {
    font-size: 24px;
    padding: 14px 20px 14px 0;
  }
  #ban-1 .ban-1-ttl h2{font-size: 22px; padding: 10px;}

  #hmft2 .ttl {
    padding: 0 0 30px 0;
  }
  #ban-1 .row {
    padding: 0 8px;
  }
  #ban-1 .row .box1 .box1-1{margin-bottom: 8px;}
  #ban-1 .row .box1 .box1-1 a:first-of-type {
    flex: 0 0 calc( 51.5% - 4px);
  }
  #ban-1 .row .box1 .box1-1 a:last-of-type {
    flex: 0 0 calc( 48.5% - 4px);
  }
  #ban-1 .row .box1 .box1-2 a:first-of-type {
    flex: 0 0 calc( 51.5% - 4px);
  }
  #ban-1 .row .box1 .box1-2 a:last-of-type {
    flex: 0 0 calc( 48.5% - 4px);
  }
  #ban-1 .row .box1{margin-bottom: 8px;}
  #ban-1 .row .box2 .box2-1{flex: 0 0 calc( 48.5% - 4px );}

  #ban-1 .row .box2 .box2-2 {
      flex: 0 0 calc( 51.5% - 4px );
  }
}

@media only screen and (max-width: 480px) {
  #hmft1 a.fullada_all{
    padding: 12px 15px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  #hmft2 .glbprdr button{font-size: 12px;}
}

@media only screen and (max-width: 360px) {
  .info1 .details .detail {
    flex: 0 0 70%;
  }
}