@charset "UTF-8";
main {
  background-color: #f5fcf4;
}

.keyvis {
  padding-top: 80.7vw;
  padding-bottom: 10.7rem;
  position: relative;
  background: url(../images/product/product-kv.png) no-repeat center top/100% auto;
  background-color: #7dbc53;
}
@media screen and (max-width: 768px) {
  .keyvis {
    background: url(../images/product/product-kv.png) no-repeat 44% top/auto 72%;
    background-color: #7dbc53;
    padding-top: 60rem;
  }
}
/* .keyvis .tagline {
  font-weight: 700;
  letter-spacing: 0.075em;
}
.keyvis .tagline-head {
  position: absolute;
  top: 22rem;
  right: 13.8rem;
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: 0.01em;
  writing-mode: vertical-rl;
} */
/* @media screen and (max-width: 768px) {
  .keyvis .tagline-head {
    right: 2.8rem;
  }
}
.keyvis .tagline-txt {
  position: absolute;
  top: 11.6rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 2rem;
  writing-mode: vertical-rl;
  line-height: 2;
}
.keyvis .keyword {
  padding-top: 13rem;
  padding-left: 6.3rem;
  padding-right: 6.3rem;
  margin-right: 5.4%;
  margin-left: 5.4%;
  border-radius: 1rem;
  background-color: #f3faf3;
  padding-bottom: 5.3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .keyvis .keyword {
    padding-top: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
  }
}
.keyvis .keyword::before {
  top: -0.7rem;
  left: 10.8%;
  position: absolute;
  content: "";
  display: block;
  width: 16.6rem;
  aspect-ratio: 166/69;
  background: url(../images/common/rec-chr01.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .keyvis .keyword::before {
    width: 11rem;
  }
}
.keyvis .keyword::after {
  top: -5.3rem;
  right: 9.7%;
  position: absolute;
  content: "";
  display: block;
  width: 13.9rem;
  aspect-ratio: 139/145;
  background: url(../images/common/rec-chr02.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .keyvis .keyword::after {
    width: 8rem;
    top: -4rem;
  }
}
.keyvis .keyword-inner {
  padding-top: 5.5rem;
  padding-bottom: 5rem;
  background-color: #fff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .keyvis .keyword-inner {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.keyvis .keyword-head {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 10%;
  margin-bottom: 4.3rem;
} */
/* .keyvis .keyword-tags {
  display: flex;
  flex-wrap: wrap;
  padding-left: 7%;
  padding-right: 10%;
  row-gap: 1.6rem;
}
.keyvis .keyword-tag {
  font-size: 1.4rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  margin-left: 3.5%;
  border: 1px solid #000;
  border-radius: 1.6rem;
  height: 3.4rem;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .keyvis .keyword-tag {
    padding-left: 2rem;
    padding-right: 2rem;
  }
} */
.keyvis + .products {
  margin-top: -3.3rem;
  padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .keyvis + .products {
    padding-top: 4rem;
  }
}

.products {
  position: relative;
  border-radius: 3.2rem 3.2rem 0 0;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
  padding-top: 9.5rem;
  padding-bottom: 10.8rem;
  background-color: #f5fcf4;
}
@media screen and (max-width: 768px) {
  .products {
    padding-top: 3rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 2rem;
  }
}
.products-inner {
  background-color: #fff;
  border-radius: 2rem;
}
.products-head {
  border-radius: 2rem 2rem 0 0;
  padding-top: 7.5rem;
  padding-left: 9rem;
  height: 35.8rem;
  background-color: #d8dafd;
}
@media screen and (max-width: 768px) {
  .products-head {
    padding-top: 2.2rem;
    padding-left: 2rem;
    height: 18.8rem;
  }
}
.products .head-jp {
  margin-top: 0;
  font-size: 3.6rem;
  font-weight: 500;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .products .head-jp {
    line-height: 1.2;
    font-size: 2.4rem;
  }
}
.products .head-en {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .products .head-en {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
.products .head-txt {
  margin-top: 6.5rem;
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
  padding-right: 30rem;
}
@media screen and (max-width: 768px) {
  .products .head-txt {
    padding-right: 10rem;
    margin-top: 2rem;
    line-height: 1.56;
  }
}
.products .head-lead {
  top: 5.7rem;
  right: 8%;
  position: absolute;
  font-size: min(4.4vw, 5.6rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.58;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .products .head-lead {
    top: 8rem;
  }
}
.products--iron .products-head::before {
  position: absolute;
  top: 100px;
  right: 25%;
  content: "";
  display: block;
  width: 22.6rem;
  aspect-ratio: 226/159;
  background: url(../images/product/pro-chr01.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .products--iron .products-head::before {
    width: 10rem;
    top: -2rem;
    right: 2rem;
  }
}
.products--wooden .products-head::before {
  position: absolute;
  top: 17.9rem;
  right: 23.4%;
  content: "";
  display: block;
  width: 11.2rem;
  aspect-ratio: 112/155;
  background: url(../images/product/pro-chr02.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .products--wooden .products-head::before {
    width: 6.2rem;
    top: -2rem;
    right: 2rem;
  }
}
.products--aluminum .products-head::before {
  position: absolute;
  top: 15.8rem;
  right: 23.5%;
  content: "";
  display: block;
  width: 14.2rem;
  aspect-ratio: 142/148;
  background: url(../images/product/pro-chr03.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .products--aluminum .products-head::before {
    width: 6rem;
    top: -1.8rem;
    right: 0.8rem;
  }
}
.products--trolley .products-head::before {
  position: absolute;
  top: 24.4rem;
  right: 23.3%;
  content: "";
  display: block;
  width: 12.5rem;
  aspect-ratio: 250/273;
  background: url(../images/product/pro-chr04.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .products--trolley .products-head::before {
    width: 8rem;
    top: -2rem;
    right: 2rem;
  }
}
.products--equipment .products-head::before {
  position: absolute;
  top: -1.4rem;
  right: 21.8%;
  content: "";
  display: block;
  width: 16.1rem;
  aspect-ratio: 161/95;
  background: url(../images/product/pro-chr05.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .products--equipment .products-head::before {
    width: 12rem;
    top: -2rem;
    right: 2rem;
  }
}

.product {
  padding-top: 5rem;
  position: relative;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
  background-color: #f6fdf5;
}
@media screen and (max-width: 768px) {
  .product {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    padding-top: 2.4rem;
  }
}
.product-inner {
  background-color: #fff;
  border-radius: 2rem;
}
.product-wrap {
  display: flex;
  justify-content: space-between;
  padding-left: 9.4rem;
  padding-right: 10rem;
  padding-top: 13rem;
}
@media screen and (max-width: 768px) {
  .product-wrap {
    padding-top: 3.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    flex-direction: column;
  }
}
.product-head .head-en,
.product-head .head-jp {
  color: #000;
}
.product-desc {
  line-height: 1.785;
  letter-spacing: 0;
  padding-right: 4.9%;
  padding-left: 11.8%;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .product-desc {
    margin-top: 2.2rem;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-btn {
    margin-top: 3.2rem;
  }
}
.product-column {
  padding-right: 2.2rem;
  padding-left: 2.2rem;
  margin-top: 14.4rem;
}
@media screen and (max-width: 768px) {
  .product-column {
    margin-top: 5rem;
    padding-right: 1.6rem;
    padding-left: 0;
  }
}
.product__left {
  padding: 10rem 5rem 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product__left {
    padding: 2rem 1rem;
    width: 100%;
  }
}
.product__left img {
  width: 100%;
}
.product__items {
  /* スライダーの箱（背景色＆内側余白） */
  /* スライドの基本レイアウト保持 */
}
.product__items.swiper {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 4rem 4rem 2rem;
  border-radius: 1.2rem;
  background-color: #d9def0; /* ←色は必要に応じて調整 */
  position: relative;
}
@media screen and (max-width: 768px) {
  .product__items.swiper {
    padding: 1rem;
  }
}
.product__items .swiper-wrapper {
  align-items: stretch;
}
.product__items .swiper-slide {
  padding: 2rem;
  height: auto;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #ffffff;
}
.product__item img {
  margin-bottom: 4rem;
  max-width: 100%;
  width: 100%;
  height: 240px; /* ← 統一したい高さを指定 */
  object-fit: cover;
  display: block;
}
.product__item .product__item-txt {
  display: none;
}
@media screen and (max-width: 768px) {
  .product__item .product__item-txt {
    display: block;
  }
}
.product__item-title {
  text-align: center;
  font-size: 1.8rem;
}
.product-dots {
  margin-top: 1.2rem;
  margin-left: 19.2%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  left: -6rem;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .product-dots {
    margin-left: 6.6rem;
  }
}
.product__right {
  padding: 7rem 5rem;
}
@media screen and (max-width: 768px) {
  .product__right {
    display: none;
  }
}
.product__right .product__content {
  display: none;
}
.product__right .product__content.is-active {
  display: flex;
}
.product__right .product__content .imgWrapper {
  min-width: 40%;
}
.product__right .product__content .imgWrapper img {
  width: 100%;
  max-height: 47rem;
  object-fit: contain;
}
.product__right .product__content .textBlock {
  min-width: 60%;
}
.product__right .product__content-title {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 10%;
}
.product__right .product__content-txt {
  line-height: 1.875;
  padding-left: 10%;
}
.product__right .product__content span {
  display: block;
  margin-top: 3rem;
  font-size: 1.4rem;
  padding-left: 10%;
}

/* 追加（非アクティブ非表示） */
.product-right .product-content {
  display: none;
}

.product-right .product-content.is-active {
  display: flex;
}

.footer {
  padding-top: 15.2rem;
  min-height: unset;
  background: url(../images/product/footer-product.png) no-repeat center top/cover;
  background-color: #f6fdf5;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 8rem;
    background: url(../images/product/footer-product.png) no-repeat center top/auto 74%;
    background-color: #7dbc53;
  }
}
.footer .contact {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 1rem;
  margin-right: 9.1%;
  margin-left: 9.1%;
  padding-top: 6.4rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 768px) {
  .footer .contact {
    padding-bottom: 4rem;
  }
}
.footer .contact::before {
  top: 2.7rem;
  left: 7.7%;
  position: absolute;
  content: "";
  display: block;
  width: 16.6rem;
  aspect-ratio: 166/69;
  background: url(../images/common/rec-chr01.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .footer .contact::before {
    width: 8rem;
    top: -0.7rem;
    left: 3rem;
  }
}
.footer .contact::after {
  top: -1.7rem;
  right: 8.13%;
  position: absolute;
  content: "";
  display: block;
  width: 13.9rem;
  aspect-ratio: 139/145;
  background: url(../images/common/rec-chr02.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .footer .contact::after {
    width: 6rem;
    top: -3rem;
    right: 3rem;
  }
}
.footer .contact-head .head-en {
  color: #000;
  text-align: center;
}
.footer .contact-head .head-jp {
  margin-top: 2rem;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .contact-head .head-jp {
    margin-top: 0.8rem;
  }
}
.footer .contact-txt {
  margin-top: 6.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .contact-txt {
    margin-top: 4rem;
    line-height: 1.4;
  }
}
.footer .contact-cta {
  margin-right: auto;
  margin-left: auto;
  margin-top: 4.4rem;
  width: 79%;
  height: 11.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.65;
  background-color: #2a4198;
  border-radius: 5.7rem;
}
@media screen and (max-width: 768px) {
  .footer .contact-cta {
    width: 88%;
    height: 4.8rem;
    font-size: 1.6rem;
    margin-top: 3.2rem;
  }
}
.footer .contact-cta::before {
  margin-right: 5rem;
  content: "";
  display: block;
  width: 5rem;
  aspect-ratio: 50/33;
  background: url(../images/product/mail.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .footer .contact-cta::before {
    width: 2.4rem;
    margin-right: 1.4rem;
  }
}
.footer-content {
  margin-top: 76rem;
  padding-bottom: 25rem;
}
@media screen and (max-width: 768px) {
  .footer-content {
    margin-top: 20rem;
    padding-bottom: 4rem;
  }
}

/* ============================================================
   ここから下が “新レイアウトの最小オーバーライド”
   - 上：横スライダー化（背景色＋角丸）
   - 下：詳細タブの .is-active 表示は従来通り維持
   - 進捗バー（左）＋矢印（右）を横並び
   ============================================================ */
/* 角丸内ではみ出しをクリップ */
.products-inner {
  overflow: hidden;
}

/* ===== 下部コントロール（プログレス＋矢印の横並び） ===== */
.product__controls {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2rem;
}

.product__controls .swiper-pagination {
  position: relative !important;
  inset: auto !important;
  flex: 1 1 auto;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  overflow: hidden;
}
.product__controls .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #2a4198; /* ブランドカラー */
  border-radius: 2px;
}

.product__controls .control-arrows {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.product__controls .swiper-button-prev,
.product__controls .swiper-button-next {
  position: static; /* ← ここで“横並び”に切り替え */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin: 0;
}

.product__controls .swiper-button-prev::after,
.product__controls .swiper-button-next::after {
  font-size: 16px;
  color: #2a4198;
}