@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:ital,wght@0,500;0,600;0,700;1,600&display=swap");
.search {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 76px;
  padding: 90px 117px 85px;
}
@media screen and (max-width: 767px) {
  .search {
    margin-bottom: 40px;
    padding: 26px 20px 40px;
  }
}
.search .sec-head {
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .search .sec-head {
    margin-bottom: 25px;
  }
}
.search .search__item + div {
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .search .search__item + div {
    margin-top: 38px;
  }
}
.search .search__heading {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .search .search__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 18px;
  }
}
.search .search__heading h3 {
  color: #40c7a4;
  font-size: 2.4rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .search .search__heading h3 {
    font-size: 1.7rem;
  }
}
.search .search__heading p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .search .search__heading p {
    font-size: 1.2rem;
  }
}
.search .search-category {
  display: grid;
  gap: 25px 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .search .search-category {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.search .search-category__item a {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 1px solid #D5D5D5;
  display: grid;
  font-size: 1.5rem;
  height: 100px;
  padding-left: 64px;
  place-content: center start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .search .search-category__item a {
    background-position: right bottom;
    font-size: 1.3rem;
    height: 36px;
    padding-left: 35px;
  }
}
.search .search-category__item a::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #1f1f1f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpolyline points='3.5,2 7,5 3.5,8' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  transition: transform 0.25s ease;
  left: 22px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .search .search-category__item a::before {
    height: 16px;
    left: 10px;
    width: 16px;
  }
}
.search .search-category__item a:hover::before {
  transform: translateX(4px);
}
.search .search-category__item:first-child a {
  background-image: url("/torque/product/img/img-search01.jpg");
}
@media screen and (max-width: 767px) {
  .search .search-category__item:first-child a {
    background-size: 52px auto;
  }
}
.search .search-category__item:nth-child(2) a {
  background-image: url("/torque/product/img/img-search02.jpg");
}
@media screen and (max-width: 767px) {
  .search .search-category__item:nth-child(2) a {
    background-size: 56px auto;
  }
}
.search .search-category__item:nth-child(3) a {
  background-image: url("/torque/product/img/img-search03.jpg");
}
@media screen and (max-width: 767px) {
  .search .search-category__item:nth-child(3) a {
    background-size: 49px auto;
  }
}
.search .search-category__item:nth-child(4) a {
  background-image: url("/torque/product/img/img-search04.jpg");
}
@media screen and (max-width: 767px) {
  .search .search-category__item:nth-child(4) a {
    background-size: 51px auto;
  }
}
.search .search-measure {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .search .search-measure {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.search .search-measure__item a {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 1px solid #D5D5D5;
  display: grid;
  font-size: 1.5rem;
  height: 62px;
  padding-left: 64px;
  place-content: center start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .search .search-measure__item a {
    font-size: 1.3rem;
    height: 36px;
    padding-left: 35px;
  }
}
.search .search-measure__item a::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #1f1f1f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpolyline points='3.5,2 7,5 3.5,8' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  transition: transform 0.25s ease;
  left: 22px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .search .search-measure__item a::before {
    height: 16px;
    left: 10px;
    width: 16px;
  }
}
.search .search-measure__item a:hover::before {
  transform: translateX(4px);
}

.product-list {
  display: grid;
  gap: 56px 29px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, auto auto auto);
}
@media screen and (max-width: 767px) {
  .product-list {
    gap: 29px;
    grid-template-columns: 1fr;
  }
}

.product-item {
  background: #fff;
  border-radius: 10px;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  position: relative;
  padding-bottom: 80px;
  row-gap: 0;
}
@media screen and (max-width: 767px) {
  .product-item {
    display: block;
    padding-bottom: 0;
  }
}
.product-item:hover .product-image img {
  scale: 1.06;
}
.product-item:hover .product-card__link::after {
  transform: translateX(4px);
}

.product-heading {
  background: #333;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: grid;
  font-size: 1.8rem;
  line-height: 1.6;
  height: 70px;
  padding-left: 16px;
  place-content: center start;
}
@media screen and (max-width: 767px) {
  .product-heading {
    font-size: 1.5rem;
    height: 60px;
    padding-left: 20px;
  }
}
.product-heading span {
  display: inline-block;
  padding-left: 23px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product-heading span {
    padding-left: 20px;
  }
}
.product-heading span::before {
  background: #68dfc0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 13px;
}
@media screen and (max-width: 767px) {
  .product-heading span::before {
    width: 10px;
  }
}

@media screen and (max-width: 767px) {
  .product-inner {
    display: flex;
    gap: 17px;
    padding: 17px 20px 15px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .product-inner::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #1f1f1f;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpolyline points='3.5,2 7,5 3.5,8' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    transition: transform 0.25s ease;
    right: 7px;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
  }
}

.product-image {
  height: 195px;
  margin-bottom: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product-image {
    flex-shrink: 0;
    height: 67px;
    width: 86px;
  }
}
.product-image img {
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s ease-in-out;
  width: 100%;
}

.product-text {
  font-size: 1.4rem;
  line-height: 2;
  padding-inline: 34px;
}
@media screen and (max-width: 767px) {
  .product-text {
    font-size: 1.2rem;
    line-height: 1.83;
    padding-inline: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .product-card__link {
    display: none;
  }
}

.product-detail__main {
  background: #fff;
  margin: 0 auto 85px;
  max-width: 1240px;
  padding: 75px 117px 58px;
}
@media screen and (max-width: 767px) {
  .product-detail__main {
    padding: 25px 20px 42px;
    width: calc(100% - 40px);
  }
}
.product-detail__main .product-detail__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .product-detail__main .product-detail__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
    margin-bottom: 27px;
  }
}
.product-detail__main .product-detail__name {
  font-size: 2.4rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .product-detail__main .product-detail__name {
    font-size: 1.7rem;
  }
}
.product-detail__main .product-detail__tag {
  display: flex;
  gap: 15px;
}
.product-detail__main .product-detail__tag li {
  border: 1px solid #68dfc0;
  border-radius: 20px;
  color: #68dfc0;
  display: grid;
  font-size: 1.3rem;
  font-weight: 500;
  height: 37px;
  padding-inline: 16px;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .product-detail__main .product-detail__tag li {
    font-size: 0.9rem;
    height: 25px;
    padding-inline: 10px;
  }
}
.product-detail__main .product-detail__body {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .product-detail__main .product-detail__body {
    flex-direction: column;
    gap: 55px;
  }
}
.product-detail__main .product-detail__content {
  width: 536px;
}
@media screen and (max-width: 767px) {
  .product-detail__main .product-detail__content {
    width: 100%;
  }
}
.product-detail__main .product-detail__catch {
  color: #40c7a4;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .product-detail__main .product-detail__catch {
    margin-bottom: 20px;
  }
}
.product-detail__main .product-detail__text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .product-detail__main .product-detail__text {
    font-size: 1.3rem;
  }
}
.product-detail__main .product-detail__image {
  flex-shrink: 0;
  padding-bottom: 68px;
  position: relative;
  width: 405px;
}
@media screen and (max-width: 767px) {
  .product-detail__main .product-detail__image {
    width: 100%;
  }
}
.product-detail__main .product-detail__image img {
  height: auto;
  width: 100%;
}
.product-detail__main .product-detail__image .swiper-button-next {
  background: url("/torque/images/btn-next.png") no-repeat left top/cover;
  bottom: 0;
  height: 44px;
  right: 150px;
  top: auto;
  width: 44px;
}
@media screen and (max-width: 767px) {
  .product-detail__main .product-detail__image .swiper-button-next {
    right: 100px;
  }
}
.product-detail__main .product-detail__image .swiper-button-next::after {
  display: none;
}
.product-detail__main .product-detail__image .swiper-button-prev {
  background: url("/torque/images/btn-prev.png") no-repeat left top/cover;
  bottom: 0;
  height: 44px;
  left: 150px;
  top: auto;
  width: 44px;
}
@media screen and (max-width: 767px) {
  .product-detail__main .product-detail__image .swiper-button-prev {
    left: 100px;
  }
}
.product-detail__main .product-detail__image .swiper-button-prev::after {
  display: none;
}
.product-detail__main .product-detail__slider {
  overflow: hidden;
}

.product-detail__contact {
  background: #68dfc0;
}
@media screen and (max-width: 767px) {
  .product-detail__contact {
    overflow-x: hidden;
  }
}
.product-detail__contact .product-detail__contact-inner {
  margin-inline: auto;
  max-width: 1400px;
  padding-block: 67px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product-detail__contact .product-detail__contact-inner {
    padding: 35px 20px;
  }
}
.product-detail__contact .product-detail__contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 544px;
  height: 206px;
  background: linear-gradient(to bottom, rgba(139, 234, 194, 0.34) 0%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: screen;
  clip-path: polygon(36.4% 0, 100% 0, 63.6% 100%, 0 100%);
  transition: opacity 0.65s 0.2s ease, transform 0.85s 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  contain: paint;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .product-detail__contact .product-detail__contact-bg {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail__contact .product-detail__contact-bg {
    width: 95%;
  }
}
.product-detail__contact .product-detail__contact-buttons {
  display: flex;
  gap: 50px;
  margin-inline: auto;
  max-width: 1000px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .product-detail__contact .product-detail__contact-buttons {
    flex-direction: column;
    gap: 20px;
  }
}
.product-detail__contact .product-detail__contact-buttons li {
  max-width: 475px;
  width: 100%;
}
.product-detail__contact .product-detail__contact-buttons a {
  background: #333;
  color: #fff;
  display: grid;
  font-size: 2rem;
  height: 74px;
  place-content: center;
  transition: 0.3s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-detail__contact .product-detail__contact-buttons a {
    font-size: 1.8rem;
    height: 66px;
  }
}
.product-detail__contact .product-detail__contact-buttons a:hover {
  opacity: 0.8;
}
.product-detail__contact .product-detail__contact-buttons span {
  display: inline-block;
  padding-left: 43px;
}
.product-detail__contact .product-detail__contact-buttons .product-detail__contact-button--inquiry span {
  background: url("/torque/product/img/icon-mail.svg") no-repeat left center/26px auto;
}
.product-detail__contact .product-detail__contact-buttons .product-detail__contact-button--catalog span {
  background: url("/torque/product/img/icon-catalog.svg") no-repeat left center/30px auto;
}

.other-products {
  background: url("/torque/product/img/bg-products.png") no-repeat center top/1400px auto;
  margin-bottom: 98px;
  padding-top: 63px;
}
@media screen and (max-width: 767px) {
  .other-products {
    background: url("/torque/product/img/bg-products_sp.jpg") no-repeat left top/100% auto;
    margin-bottom: 46px;
    padding-top: 52px;
  }
}
.other-products .sec-head {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .other-products .sec-head {
    margin-bottom: 32px;
  }
}/*# sourceMappingURL=product.css.map */