.modaal-wrapper .modaal-container {
  max-width: 810px;
  margin: auto;
}
.modaal-wrapper .modaal-close {
  width: 57px;
  height: 57px;
  box-sizing: content-box;
  position: absolute;
  right: -65px;
  top: -65px;
}
@media only screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close {
    width: 45px;
    height: 45px;
    right: 0;
    top: -60px;
  }
}
.modaal-wrapper .modaal-close::before {
  width: 100%;
  height: 100%;
  background: url(../img/common/icon_close.svg) no-repeat center center/100%;
  inset: 0;
  transform: none;
}
.modaal-wrapper .modaal-close::after {
  display: none;
}
.modaal-wrapper .modaal-close:hover {
  background: none;
}

#products .products__area {
  padding: 15rem 0 22rem;
}
@media only screen and (max-width: 767px) {
  #products .products__area {
    padding: 17rem 0 24rem;
  }
}
#products .products__box .box_wrap {
  width: 85%;
}
@media only screen and (max-width: 767px) {
  #products .products__box .box_wrap {
    width: 100%;
  }
}
#products .products__box .box_inner {
  background-color: #d4e2e5;
  padding: 6rem 7rem 1.5rem;
}
@media print, screen and (min-width: 768px) {
  #products .products__box .box_inner {
    min-height: 35.5rem;
    width: 95%;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  #products .products__box .box_inner {
    padding: 6rem 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  #products .products__box .txt_area {
    width: 52%;
  }
}
@media only screen and (max-width: 767px) {
  #products .products__box .txt_area {
    width: 90%;
    margin: auto;
  }
}
#products .products__box .txt_area .title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  #products .products__box .txt_area .title {
    font-size: 3.6rem;
  }
}
#products .products__box .txt_area .info {
  margin-top: 1.8rem;
}
@media only screen and (max-width: 767px) {
  #products .products__box .txt_area .info {
    margin-top: 1.5rem;
  }
}
#products .products__box .txt_area .info span {
  letter-spacing: 0.05em;
  color: #518193;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #518193;
  display: inline-block;
}
#products .products__box .txt_area .info span:not(:first-of-type) {
  margin-left: 0.5rem;
}
#products .products__box .txt_area .detail {
  line-height: 2.1875;
  margin-top: 1.5rem;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  #products .products__box .txt_area .detail {
    padding-right: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  #products .products__box .txt_area .detail {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #products .products__box::after {
    content: "";
    width: 100%;
    height: 20rem;
    background-color: #fff;
    position: absolute;
    bottom: 0;
  }
}
#products .products__box:not(:first-of-type) {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  #products .products__box:not(:first-of-type) {
    margin-top: 14rem;
  }
}
#products .products__gallery {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #products .products__gallery {
    width: 48%;
    margin-bottom: -3rem;
  }
}
@media only screen and (max-width: 767px) {
  #products .products__gallery {
    margin: 6rem 0 0 5%;
    z-index: 1;
  }
}
#products .products__gallery .gallery_list {
  width: 88rem;
  height: 31.4rem;
}
@media print, screen and (min-width: 768px) {
  #products .products__gallery .gallery_list {
    overflow: hidden;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  #products .products__gallery .gallery_list {
    width: 160%;
    height: 40.8rem;
  }
}
#products .products__gallery .gallery_list .item {
  overflow: hidden;
}
#products .products__gallery .gallery_list .item a {
  position: relative;
  display: block;
}
#products .products__gallery .gallery_list .item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
#products .products__gallery .gallery_list .item figure {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #products .products__gallery .gallery_list .item figure {
    height: 31.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #products .products__gallery .gallery_list .item figure {
    height: 40.8rem;
  }
}
#products .products__gallery .gallery_list .item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #products .products__gallery .gallery_list::after {
    content: "";
    width: 1%;
    height: 105%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    z-index: 1;
  }
}
#products .slick-track {
  display: flex;
  flex-wrap: nowrap;
}
#products .slick-list {
  padding: 0 50% 0 0 !important;
}
@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  #products .slick-list {
    padding: 0 43% 0 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #products .slick-list {
    padding: 0 50% 0 0 !important;
  }
}
#products .slick-slide {
  margin: 0 1rem;
}
@media only screen and (max-width: 767px) {
  #products .slick-slide {
    margin: 0 1.5rem;
  }
}
#products .slick-slide a::before {
  transition: all 0.3s;
  background-color: rgba(81, 129, 147, 0.4);
}
#products .slick-slide.slick-current a::before {
  border: 1px solid #518193;
  background-color: unset;
}
#products .slick-slide:not(.slick-current) a {
  pointer-events: none;
}
#products .slick-slide:not(.slick-current) a::before {
  border: 0;
}
#products .slick-track {
  left: -1rem;
}
@media only screen and (max-width: 767px) {
  #products .slick-track {
    left: -1rem;
  }
}
#products .slick-counter {
  font-size: 2rem;
  letter-spacing: 0.15em;
  font-family: "Abel", serif;
  color: #999;
  position: absolute;
  left: 0;
  bottom: -5.5rem;
}
@media only screen and (max-width: 767px) {
  #products .slick-counter {
    font-size: 2.6rem;
    bottom: -8rem;
  }
}
#products .slick-counter span {
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  #products .slick-counter span {
    font-size: 4.68rem;
  }
}
#products .slick-arrow-box {
  display: flex;
  width: 10rem;
  height: 5rem;
  background: #518193;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  #products .slick-arrow-box {
    width: 13rem;
    height: 6.5rem;
    bottom: -0.3rem;
  }
}
#products .slick-arrow-box .prev-arrow, #products .slick-arrow-box .next-arrow {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#products .slick-arrow-box .prev-arrow::before, #products .slick-arrow-box .next-arrow::before {
  content: "";
  display: block;
  opacity: 1;
  width: 2rem;
  height: 1rem;
  background: url(../img/common/arrow_w_02.svg) no-repeat center center/100%;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #products .slick-arrow-box .prev-arrow::before, #products .slick-arrow-box .next-arrow::before {
    width: 2.7rem;
    height: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #products .slick-arrow-box .prev-arrow:hover, #products .slick-arrow-box .next-arrow:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
#products .slick-arrow-box .next-arrow::before {
  right: 0;
}
@media print, screen and (min-width: 768px) {
  #products .slick-arrow-box .next-arrow:hover::before {
    right: -8%;
  }
}
#products .slick-arrow-box .prev-arrow {
  position: relative;
}
#products .slick-arrow-box .prev-arrow::before {
  left: 0;
  transform: scale(-1, 1);
}
#products .slick-arrow-box .prev-arrow::after {
  content: "";
  height: 1rem;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 40%;
  right: -1px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  #products .slick-arrow-box .prev-arrow::after {
    height: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  #products .slick-arrow-box .prev-arrow:hover::before {
    left: -8%;
  }
}
#products .slick-arrow-box.disabled {
  display: none;
}