@charset "UTF-8";
/* ============================================================
// item.scss
============================================================ */
/* ------------------------------------------------------------
// Fluid Design Function
// 最小値〜最大値の間で数値を可変させる共通関数
------------------------------------------------------------ */
/* ------------------------------------------------------------
// Page Header
------------------------------------------------------------ */
.page-header-section {
  width: 100%;
}

.page-header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 400px;
  padding-top: clamp(80px, 4.1841004184vw + 38.4937238494px, 100px);
  background-image: url("../images/item/page-header-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-header {
    height: 200px;
  }
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 36, 26, 0.6) 0%, rgba(15, 36, 26, 0.2) 25%, rgba(255, 255, 255, 0.1) 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-header::before {
    background: rgba(15, 36, 26, 0.85);
  }
}
.page-header__inner {
  position: relative;
  width: 100%;
  max-width: 1960px;
  margin-inline: auto;
  padding-inline: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-header__inner {
    padding-inline: 20px;
  }
}
.page-header__title-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-header__jp {
  font-size: clamp(32px, 2.0091324201vw + 24.4657534247px, 54px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin: 0 0 12px 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .page-header__jp {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.page-header__en {
  position: relative;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.2;
  padding-left: 24px;
}
.page-header__en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .page-header__en {
    font-size: 12px;
    padding-left: 18px;
  }
  .page-header__en::before {
    width: 8px;
  }
}

/* ------------------------------------------------------------
// 商品紹介トップ・お問い合わせエリア
------------------------------------------------------------ */
.products-anchor {
  max-width: 1260px;
  margin: clamp(30px, 0.9132420091vw + 26.5753424658px, 40px) auto;
}
.products-anchor__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(8px, 0.7305936073vw + 5.2602739726px, 16px);
}
@media screen and (max-width: 767px) {
  .products-anchor__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.products-anchor__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 0.3652968037vw + 12.6301369863px, 18px);
  color: #fff;
  padding: clamp(12px, 0.3652968037vw + 10.6301369863px, 16px) 10px;
  background-color: #1a3522;
  border-radius: 10px;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.products-anchor__link span {
  transition: 0.3s;
}
.products-anchor__link:hover {
  color: #fff;
  background-color: #091b0f;
}
.products-anchor__link:hover span {
  transform: translateY(6px);
}

.products-order {
  color: #fff;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.products-order__inner {
  display: flex;
}
@media screen and (max-width: 991px) {
  .products-order__inner {
    flex-direction: column;
  }
}
.products-order__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 1.3698630137vw + 24.8630136986px, 45px) clamp(20px, 1.3698630137vw + 14.8630136986px, 35px);
  background-color: #00763c;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 991px) {
  .products-order__info {
    border-radius: 10px 10px 0 0;
  }
}
.products-order__contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 20px;
}
.products-order__tel {
  display: block;
  font-size: clamp(36px, 0.5479452055vw + 33.9452054795px, 42px);
  color: #fff;
  line-height: 1.2;
}
.products-order__tel-label {
  font-size: 20px;
  margin-right: 4px;
}
.products-order__hours {
  margin: 0;
}
.products-order__hours-row {
  display: flex;
  gap: 10px;
}
.products-order__guide {
  flex: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 1.3698630137vw + 24.8630136986px, 45px) clamp(20px, 1.8264840183vw + 13.1506849315px, 40px);
  background-color: #666;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 991px) {
  .products-order__guide {
    border-radius: 0 0 10px 10px;
  }
}
.products-order__lead {
  font-size: clamp(16px, 0.7305936073vw + 13.2602739726px, 24px);
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.products-order__steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.products-order__step {
  font-size: clamp(14px, 0.3652968037vw + 12.6301369863px, 18px);
}

/* ------------------------------------------------------------
// 各アンカーの共通見出しデザイン
------------------------------------------------------------ */
.product-section {
  padding: clamp(60px, 3.6529680365vw + 46.301369863px, 100px) 0 clamp(40px, 1.8264840183vw + 33.1506849315px, 60px);
}

.product-heading {
  max-width: 1260px;
  margin-inline: auto;
}
.product-heading__title-wrap {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.product-heading__title-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.product-heading__title-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(80px, 3.6529680365vw + 66.301369863px, 120px);
  height: 2px;
  background-color: #00763c;
  z-index: 1;
}
.product-heading__main {
  font-size: clamp(28px, 1.2785388128vw + 23.2054794521px, 42px);
  line-height: 1.2;
  margin: 0 0 8px 0;
  letter-spacing: 0.03em;
}
.product-heading__sub {
  display: block;
  font-size: clamp(18px, 0.5479452055vw + 15.9452054795px, 24px);
  color: #00763c;
}
.product-heading__lead {
  font-size: clamp(16px, 0.1826484018vw + 15.3150684932px, 18px);
  margin-bottom: 40px;
  padding: clamp(30px, 0.9132420091vw + 26.5753424658px, 40px) clamp(20px, 1.8264840183vw + 13.1506849315px, 40px);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}

/* ------------------------------------------------------------
// 商品一覧
------------------------------------------------------------ */
.product-grid {
  max-width: 1260px;
  margin-inline: auto;
  padding: 0 clamp(0px, 3.6529680365vw + -13.698630137px, 40px);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 0.9132420091vw + 6.5753424658px, 20px);
}
@media screen and (max-width: 767px) {
  .product-grid {
    flex-direction: column;
  }
}

.product-card {
  width: calc(50% - clamp(10px, 0.9132420091vw + 6.5753424658px, 20px) / 2);
  display: flex;
  min-width: 0;
  background-color: #fff;
  border: 1px solid #eae6df;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(30, 61, 47, 0.04);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product-card {
    width: 100%;
  }
}
.product-card__image-box {
  flex: 0 0 46%;
  position: relative;
  background-color: #f7f6f3;
  aspect-ratio: 1/1;
  min-width: 0;
}
.product-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card__content {
  flex: 1;
  min-width: 0;
  padding: clamp(14px, 0.5479452055vw + 11.9452054795px, 20px);
  display: flex;
  align-items: center;
}

.product-details {
  width: 100%;
  min-width: 0;
  font-size: clamp(14px, 0.0913242009vw + 13.6575342466px, 15px);
}
.product-details__row {
  display: flex;
  align-items: flex-start;
  gap: 0 4px;
  min-width: 0;
}
.product-details__row:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .product-details__row {
    flex-direction: column;
  }
}
.product-details__label {
  color: #00763c;
  margin-left: -0.5em;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.product-details__label::after {
  content: "";
  position: absolute;
  left: 0.5em;
  bottom: 2px;
  width: calc(100% - 1em);
  height: 6px;
  background-color: rgba(0, 118, 60, 0.08);
  z-index: -1;
}
.product-details__val {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: #666;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.product-details__val--name {
  font-weight: 700;
}