.mv {
  height: 500px;
  position: relative;
}
.mv .mv__txt {
  position: absolute;
  left: 10%;
  transform: translateY(-50%);
  top: 50%;
  color: white;
  width: 100%;
}
.mv .mv__txt span {
  font-size: 24px;
  font-weight: 500;
}
.mv .mv__txt h2 {
  padding: 20px 0;
  font-size: 40px;
  font-weight: bold;
}
.mv .mv__txt .link__btn-wh a {
  color: #333333;
  background: white;
  border: none;
  position: relative;
}
.mv .mv__txt .link__btn-wh a::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 20px;
  background: url(../image/bl-right.png) no-repeat;
  background-size: contain;
  right: 20px;
  bottom: 12px;
}
.mv .mv__item {
  height: 500px;
  position: relative;
}
.mv img {
  object-fit: cover;
}
.mv .mv__bg {
  background-size: cover !important;
  background-position: center !important;
  height: 100%;
}

.mv {
  margin-bottom: 0px;
}
.mv .btn, .mv a {
  outline: none;
}
.mv .slick-dots {
  bottom: 50px !important;
}
.mv .slick-dots li {
  margin: 0 20px !important;
}
.mv .slick-dots li button:before {
  font-size: 35px !important;
  color: white !important;
  opacity: 0.7;
}
.mv .slick-dots li.slick-active button:before {
  color: #046F3E !important;
  opacity: 1;
}

@media (max-width: 700px) {
  .mv {
    height: 410px;
    margin-top: 70px;
  }
  .mv .mv__item {
    height: 410px;
  }
  .mv .mv__txt {
    left: 5%;
  }
  .mv .mv__txt span {
    font-size: 20px;
  }
  .mv .mv__txt h2 {
    font-size: 32px;
  }
  .mv .slick-dots {
    bottom: 20px !important;
  }
  .mv .slick-dots li {
    margin: 0px 10px !important;
  }
  .mv .slick-dots li button:before {
    font-size: 25px !important;
    color: white !important;
  }
}
.slider__txt {
  font-size: 24px;
  color: white;
  background: #957D61;
  position: absolute;
  right: 0;
  bottom: 30px;
  padding: 15px 80px;
}

.product .product-container {
  padding: 40px 100px;
  position: relative;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 30px;
}
.product .product__slide {
  padding: 0px 0px 60px;
}
.product .left {
  width: 53%;
}
.product .left span {
  color: #046F3E;
  font-size: 18px;
}
.product .left h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.product .right {
  width: 40%;
  float: right;
  margin-top: -360px;
}
.product img.sp {
  display: none;
}
.product .slick-dots {
  margin-bottom: 20px !important;
}
.product .slick-dots li {
  margin: 0 10px !important;
}
.product .slick-dots li button:before {
  font-size: 28px !important;
}
.product .slick-dots li.slick-active button:before {
  color: #046F3E;
  opacity: 1;
}
.product p {
  margin-bottom: 40px;
}

@media (max-width: 700px) {
  .product .product__slide {
    padding: 0px 0px;
  }
  .product .product-container {
    flex-flow: column-reverse;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px;
  }
  .product .right {
    width: 100%;
    margin-top: 0;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .product .left {
    width: 100%;
    text-align: center;
  }
  .product .left p {
    text-align: left;
  }
  .product .left h3 {
    font-size: 32px;
  }
  .product img.pc {
    display: none;
  }
  .product img.sp {
    display: block;
    height: 120px;
  }
  .product img {
    object-fit: cover;
    object-position: center;
  }
  .product .next-arrow {
    top: 210px;
    transform: translateY(0);
    right: -10px;
  }
  .product .prev-arrow {
    top: 210px;
    transform: translateY(0);
    left: -10px;
  }
  .product .slick-dots {
    margin-bottom: 0px !important;
  }
}
.mv .slick-next, .mv .slick-prev {
  display: none !important;
}

.prev-arrow {
  width: 70px;
  position: absolute;
  height: auto;
  top: 50%;
  transform: translateY(-100%);
  z-index: 10;
  left: 0px;
}
.prev-arrow:hover {
  opacity: 0.7;
  cursor: pointer;
}

.next-arrow {
  width: 70px;
  position: absolute;
  height: auto;
  top: 50%;
  transform: translateY(-100%);
  right: 0px;
}
.next-arrow:hover {
  opacity: 0.7;
  cursor: pointer;
}

.slick-dots li button:hover:before {
  color: #046F3E !important;
  opacity: 0.7 !important;
}/*# sourceMappingURL=slick.css.map */