@charset "utf-8";

/* -----------------------------------------------
    catch__wrap
----------------------------------------------- */

.catch__wrap {
  margin-bottom: 108px;
}
.catch__wrap .sign {}
.catch__wrap .sign p {
  margin-top: 46px;
  margin-bottom: 50px;
}
.catch__wrap .sign picture {
  max-width: 370px;
}
.anc__wrap {
  background: #efefef;
  margin: 30px auto 0;
  padding: 20px 0 30px;
}
.anc__wrap strong {
  font-size: 24px;
  display: block;
  margin-bottom: 22px;
}
.anc__list {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.anc__list li {
  width: calc(100% / 3);
}
.anc__list li:nth-child(-n+3) {
  margin-bottom: 52px;
}
.anc__list li a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.anc__list li a i {
  position: relative;
  width: 15.9px;
  height: 11.6px;
  display: inline-block;
  margin-left: .5em;
}
.anc__list li a i:before,
.anc__list li a i:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 14px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 0.5px);
}
.anc__list li a i:before {
  transform: rotate(35deg);
}
.anc__list li a i:after {
  transform: rotate(-35deg);
}

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

  .catch__wrap {
    margin-bottom: 60px;
  }
  .catch__wrap .sign {
    margin-top: 28px;
  }
  .catch__wrap .sign p {
    margin-top: 24px;
    margin-bottom: 30px;
  }

  .anc__wrap strong {
    font-size: min(6.2vw,28px);
  }
  .anc__list {
    display: block;
  }
  .anc__list li a {
    font-size: 16px;
  }
  .anc__list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .anc__list li:nth-child(-n+3) {
    margin-bottom: 20px;
  }
  .anc__list li:last-child {
    margin-bottom: 0;
  }




}






.products__item {
  position: relative;
  margin-bottom: 40px;
}
.products__item:last-child {
  margin-bottom: 164px;
}
.products__item .alt__anc {
  position: absolute;
  top: 0;
}
.products__item .heading {
  border-bottom: 2px solid #707070;
}


.slider__bg {
  background: #efefef;
  position: relative;
  padding: 20px 0 60px;
}
.slider__bg:before,
.slider__bg:after {
  content: "";
  background: #efefef;
  /* background: #ff0000; */
  position: absolute;
  top: 0;
  width: calc((100vw - 100%) / 2);
  height: 100%;
}
.slider__bg .slider__heading {
  text-align: center;
  margin-bottom: 22px;
}
.slider__heading h3 {
  font-size: 24px;
  display: block;
  font-weight: bold;
}

.slider__bg:before {
  right: 100%;
}
.slider__bg:after {
  left: 100%;  
}
.products__slider .slick-list.draggable {
  background: #fff;
  margin-bottom: 40px;
}
.products__box {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.products__box picture {
  width: 47.52%;
  max-width: 440px;
  margin-left: 0;
}
.products__box .products__cap {
  width: 47.52%;
  max-width: 440px;
  padding-right: 1em;
  box-sizing: border-box;
}
.products__box.rev {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.products__box.rev picture {
  margin-right: 0;
  margin-left: auto;
}
.products__box.rev .products__cap {
  padding: 0;
}


.products__cap strong {
  font-size: 24px;
  display: block;
  margin-bottom: 18px;
}
.products__cap p {}



.products__slider__thumb {}
.products__slider__thumb .slick-slide {
  cursor: pointer;
}
.products__slider__thumb .slick-list.draggable .slick-track {
  display: flex;
  justify-content: center;
  transform: none !important;
}
.thumb__item {
  max-width: 64px;
  margin-inline:10px;
  border: 1px solid #fff;
  opacity: .7;
}
.thumb__item.slick-current {
  border: 1px solid #000;
  opacity: 1;
}





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

  .products__box {
    display: block;
  }
  .products__box picture,
  .products__box .products__cap {
    width: 100%;
    margin-inline: auto;
    padding: 0;
  }
  .products__box .products__cap,
  .products__box.rev .products__cap {
    padding: 0 4% 10%;
  }
  .products__item:last-child {
      margin-bottom: 64px;
  }

}




