				
			選択したファイルの内容:
			@charset "UTF-8";
/* SUPPORTバナーフル幅化のためbody overflow修正 */
body { overflow-x: unset !important; }
#body_wrap { overflow-x: visible !important; }

/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.1
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* === 会社情報ページ === */
.page-id-23 .l-mainContent,
.page-id-23 .l-article {
  padding-left: 0;
  padding-right: 0;
}

.page-id-23 .c-pageTitle {
  display: none;
}

/* === Hero Section === */
.about-hero {
  position: relative;
}
.about-hero__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
.about-hero__content {
  margin-left: 40%;
  padding: clamp(1.5rem, 3vw, 3.5rem) clamp(1.5rem, 3vw, 3.5rem) clamp(2rem, 4vw, 5rem);
  background: #fff;
}
.about-hero__logo-wrap {
  margin-bottom: 1.5625rem;
}
.about-hero__logo {
  height: 58px;
  display: block;
  width: auto;
}
.about-hero__tagline {
  font-size: clamp(0.875rem, 1.3vw, 1.1rem);
  color: #313131;
  margin-bottom: 3.125rem;
  line-height: 1.7;
}
.about-section-title {
  font-size: clamp(1.25rem, 2.5vw, 2rem) !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  padding: clamp(1rem, 2vw, 1.5rem) 5% 0.5rem !important;
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  background: transparent !important;
  background-color: transparent !important;
}
.about-section-title__bar {
  display: inline-block;
  width: 5px;
  height: 1.2em;
  background: #f5a623;
  border-radius: 2px;
  flex-shrink: 0;
}
.about-section-title__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #f5a623;
  border-radius: 50%;
  margin-left: 0.25rem;
}
.about-hero__content h2.about-overview__title {
  font-size: clamp(1.8rem, 3vw, 2.625rem);
  font-weight: 400;
  color: #20242d;
  background: none;
  padding: 0;
  margin: 0 0 1.875rem;
  border: none;
}
.about-overview__quote {
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 1.5rem;
  font-size: clamp(0.875rem, 1.3vw, 1.375rem);
  line-height: 1.7;
  color: #20242d;
}
.about-overview__quote::before {
  position: absolute;
  background: #ffaa00;
  top: 0;
  left: 0;
  width: 11px;
  height: 33px;
  content: "";
}
.about-overview__body {
  font-size: clamp(0.875rem, 1.3vw, 1.375rem);
  line-height: 1.7;
  color: #20242d;
  margin-bottom: 0.5rem;
}

/* === Photo Row === */
.about-photo-row {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 100px 2.5% 0;
  margin-bottom: 60px;
  box-sizing: border-box;
  display: flex;
  gap: 2.5%;
}
.about-photo-row::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 58%;
  background: #f5a623;
  top: 0;
  left: 0;
  z-index: 0;
}
.about-photo-row__item {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  aspect-ratio: 4 / 3;
}
.about-photo-row__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* === Video Section === */
.about-video-section {
  padding: clamp(2rem, 4vw, 5rem) clamp(1rem, 5vw, 6rem);
}
.about-video__wrapper {
  position: relative;
  padding-top: 56.25%;
  margin: 0 auto;
  max-width: 860px;
}
.about-video__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* === Vision / Mission === */
.about-vision-section,
.about-mission-section {
  padding: clamp(2rem, 4vw, 5rem) clamp(1rem, 5vw, 6rem);
}
.about-vision__img-wrap,
.about-mission__img-wrap {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4px;
}
.about-vision__img-wrap img,
.about-mission__img-wrap img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 400px;
}
.about-vision__text,
.about-mission__text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1rem;
  margin: 0;
}

/* === Core Values === */
.about-values-section {
  padding: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.about-values__layout {
  display: flex;
  min-height: 440px;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
.about-values__img {
  width: 37%;
  flex-shrink: 0;
  position: relative;
}
.about-values__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.about-values__list {
  flex: 1;
  background: #f5a623;
  padding: 88px 5% 88px 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-values__subtitle {
  font-size: clamp(1rem, 1.8vw, 1.375rem);
  color: #fff;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-weight: 600;
}
.about-values__list ul {
  list-style: none;
  padding: 0 0 0 14%;
  margin: 0;
}
.about-values__list ul li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.7rem 0;
  color: #fff;
  font-size: clamp(0.875rem, 1.4vw, 1.125rem);
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  width: 100%;
  margin-bottom: 0;
}
.about-values__list ul li:last-child {
  border-bottom: none;
}
.about-values__num {
  font-size: clamp(0.75rem, 1.2vw, 1rem);
  opacity: 0.85;
  flex-shrink: 0;
  min-width: 2rem;
}

/* === Book Club === */
.about-bookclub-section {
  padding: clamp(2rem, 4vw, 5rem) clamp(1rem, 5vw, 6rem);
}
.about-bookclub__img img {
  width: 100%;
  max-width: 860px;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

/* === Global Reach === */
.about-globalreach-section {
  padding: clamp(2rem, 4vw, 5rem) clamp(1rem, 5vw, 6rem);
}
.about-globalreach__img img {
  width: 100%;
  max-width: 860px;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

/* === Contact CTA === */
.about-contact-cta {
  background: #1a1a1a;
  text-align: center;
  padding: clamp(2rem, 4vw, 4rem) clamp(1rem, 5vw, 6rem);
}
.about-contact-cta p {
  color: #fff;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
.about-contact-cta__btn {
  display: inline-block;
  background: #f5a623;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  padding: 0.85rem 2.5rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.about-contact-cta__btn:hover {
  opacity: 0.85;
  color: #fff;
}


/* === Reset SWELL h2 styles for about page === */
.about-section-title::before,
.about-section-title::after {
  display: none !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* === Page-specific layout overrides === */
.page-id-23 .c-pageTitle {
  display: none;
}

.page-id-23 .p-breadcrumb {
  display: none;
}

.page-id-23 .l-mainContent,
.page-id-23 .l-article {
  padding-left: 0;
  padding-right: 0;
}

.page-id-23 .post_content {
  margin-top: 0 !important;
}

/* Hero full-width breakout (from fullWide l-article to viewport) */
.page-id-23 .about-hero {
  margin-top: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Full-width breakout for photo row and CTA (inside regular l-article) */
/* Full-width breakout for CTA (inside regular l-article) */
.page-id-23 .about-contact-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/* === Tablet: 1024px以下 (参考サイト準拠) === */
@media (max-width: 1024px) {
  /* Hero: 左画像非表示 → 右コンテンツのみ表示 */
  .about-hero__img {
    display: none;
  }
  .about-hero__content {
    margin-left: 0;
    padding: clamp(1.5rem, 4vw, 3rem);
  }

  /* 各セクションのpadding縮小 */
  .about-video-section,
  .about-vision-section,
  .about-mission-section,
  .about-bookclub-section,
  .about-globalreach-section {
    padding: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 3vw, 2.5rem);
  }

  /* Core Values: 左画像非表示、リストが全幅 */
  .about-values__img {
    display: none;
  }
  .about-values__layout {
    min-height: auto;
  }
  .about-values__list {
    padding: clamp(1.5rem, 3vw, 2.5rem);
  }
  .about-values__list ul li {
    padding: 0.75rem 0;
  }
}

/* === Mobile: 768px以下 === */
@media (max-width: 768px) {
  /* Photo Row: 縦積み */
  .about-photo-row {
    flex-direction: column;
    padding: 30px 5% 0;
    margin-bottom: 40px;
    gap: 20px;
  }
  .about-photo-row::before {
    height: 200px;
  }

  /* Vision / Mission */
  .about-vision__text,
  .about-mission__text {
    font-size: clamp(1.2rem, 5vw, 1.8rem);
  }
  .about-vision__img-wrap img,
  .about-mission__img-wrap img {
    max-height: 260px;
  }

  /* Section title */
  .about-section-title {
    font-size: clamp(1rem, 4vw, 1.5rem);
  }
}

/* === Small Mobile: 500px以下 === */
@media (max-width: 500px) {
  .about-hero__content {
    padding: 1.25rem;
  }
  .about-hero__logo {
    max-width: 150px;
    margin-bottom: 1rem;
  }
  .about-hero__tagline {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }
  .about-video-section,
  .about-vision-section,
  .about-mission-section,
  .about-bookclub-section,
  .about-globalreach-section {
    padding: 1.25rem 1rem;
  }
  .about-values__list {
    padding: 1.25rem 1rem;
  }
  .about-contact-cta {
    padding: 2rem 1rem;
  }
  .about-contact-cta__btn {
    padding: 0.75rem 1.75rem;
    font-size: 0.85rem;
  }
}

/* === Hero fullWide block: remove padding and background === */
.page-id-23 .swell-block-fullWide:has(.about-hero) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent !important;
}
/* Fallback for browsers without :has() support */
.page-id-23 .swell-block-fullWide:first-of-type {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent !important;
}

/* Remove l-content top padding on about page (hero goes right below header) */
.page-id-23 .l-content {
  padding-top: 0 !important;
}


/* =============================================
   商品ページ（single-products）共通CSS
   ============================================= */

/* --- SWELLの記事幅制限を解除し全幅化 --- */
.single-products .l-article,
.single-products .l-mainContent {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.single-products .l-mainContent__inner > .post_content {
  margin: 0 !important;
  padding: 0 !important;
}

/* --- ブログ要素の非表示 --- */
.single-products .p-articleHead,
.single-products .p-articleMetas,
.single-products figure.p-articleThumb,
.single-products .p-articleFoot,
.single-products .c-shareBtns,
.single-products .l-articleBottom {
  display: none;
}

/* --- 共通コンテナ（max-width: 1200px 中央寄せ） --- */
.product-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
  box-sizing: border-box;
}

/* --- タブナビゲーション --- */
.product-tabs {
  display: flex;
  border-bottom: 2px solid #e0e0e0;
  list-style: none;
  padding: 0 clamp(1rem, 3vw, 2rem);
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.product-tabs__item {
  flex-shrink: 0;
}

.product-tabs__link {
  display: block;
  padding: 1rem clamp(1.25rem, 2.5vw, 2.5rem);
  font-size: clamp(0.8rem, 1.2vw, 0.9375rem);
  font-weight: 600;
  color: #707070;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}

.product-tabs__link:hover,
.product-tabs__link.is-active {
  color: #313131;
  border-bottom-color: #ffaa00;
  text-decoration: none;
}

/* --- セクション共通 --- */
.product-section {
  padding: clamp(3rem, 5vw, 5rem) 0;
}

.product-section + .product-section {
  border-top: 1px solid #e0e0e0;
}

.product-section__title {
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  font-weight: 400;
  color: #313131 !important;
  letter-spacing: 0.05em;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  background: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.product-section__title::before,
.product-section__title::after {
  display: none !important;
}

/* --- OVERVIEW: 画像ギャラリー ＋ 製品情報 --- */
.product-overview__layout {
  display: flex;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: flex-start;
}

/* 左カラム：画像ギャラリー全体 */
.product-gallery {
  flex: 0 0 55%;
  max-width: 55%;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

/* サムネイル縦リスト */
.product-gallery__thumbs {
  flex: 0 0 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-gallery__thumb {
  width: 100px;
  height: 100px;
  border: 2px solid #ececec;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  transition: border-color 0.2s;
}

.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.product-gallery__thumb:hover,
.product-gallery__thumb.is-active {
  border-color: #707070;
}

/* メイン画像エリア */
.product-gallery__main {
  flex: 1;
  position: relative;
  border: 1px solid #ececec;
  overflow: hidden;
  background: #fff;
}

.product-gallery__main::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.product-gallery__main-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* 右カラム：製品情報 */
.product-overview__info {
  flex: 1;
  padding-top: 0.5rem;
}

.product-series {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  color: #313131;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.product-model {
  font-size: clamp(2rem, 4vw, 3.75rem);
  color: #313131 !important;
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  background: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.product-model::before,
.product-model::after {
  display: none !important;
}

.product-subtitle {
  font-size: clamp(0.9rem, 1.3vw, 1.25rem);
  color: #707070;
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
  font-weight: 400;
}

.product-enquiry-btn {
  display: inline-block;
  background: #ffaa00;
  color: #fff !important;
  font-size: clamp(0.875rem, 1.2vw, 1.125rem);
  font-weight: 400;
  padding: 0.85rem clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 30px;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  cursor: pointer;
}

.product-enquiry-btn:hover {
  opacity: 0.85;
  color: #fff !important;
  text-decoration: none;
}

.product-overview__specs {
  font-size: clamp(0.8rem, 1vw, 0.9375rem);
  line-height: 1.8;
}

.product-overview__specs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-overview__specs ul li {
  display: flex;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #e0e0e0;
  color: #707070;
}

.product-overview__specs ul li:last-child {
  border-bottom: none;
}

.product-overview__specs .spec-label {
  font-weight: 600;
  color: #313131;
  flex-shrink: 0;
  min-width: 8em;
}

/* --- FEATURES --- */
.product-features__list {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 4rem);
}

.product-features__item {
  display: flex;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.product-features__item:nth-child(even) {
  flex-direction: row-reverse;
}

.product-features__img {
  flex: 0 0 45%;
  max-width: 45%;
}

.product-features__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.product-features__text {
  flex: 1;
}

.product-features__heading {
  font-size: clamp(1.1rem, 2vw, 2.25rem) !important;
  color: #ffaa00 !important;
  font-weight: 400 !important;
  margin-bottom: 1rem !important;
  background: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.product-features__heading::before,
.product-features__heading::after {
  display: none !important;
}

.product-features__body {
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  color: #1b1b1b;
  line-height: 1.8;
}

/* --- SPECIFICATIONS --- */
.product-specs__layout {
  display: flex;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: flex-start;
}

.product-specs__diagram {
  flex: 0 0 45%;
  max-width: 45%;
}

.product-specs__diagram img {
  width: 100%;
  height: auto;
  display: block;
}

.product-specs__table-wrap {
  flex: 1;
}

.product-specs__table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(0.8rem, 1vw, 0.9375rem);
}

.product-specs__table th,
.product-specs__table td {
  padding: 0.65rem 0.5rem;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: middle;
}

.product-specs__table th {
  font-weight: 600;
  color: #313131;
  width: 40%;
  white-space: nowrap;
}

.product-specs__table td {
  color: #707070;
}

.product-specs__download {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ffaa00;
  color: #fff !important;
  padding: 0.7rem 1.5rem;
  border-radius: 4px;
  font-size: clamp(0.8rem, 1vw, 0.875rem);
  font-weight: 600;
  text-decoration: none;
  margin-top: 1.5rem;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}

.product-specs__download:hover {
  opacity: 0.85;
  color: #fff !important;
  text-decoration: none;
}

/* --- SUPPORT --- */
.product-support__lead {
  font-size: clamp(0.875rem, 1.2vw, 1.125rem);
  color: #313131;
  line-height: 1.8;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  letter-spacing: 0.03em;
}

.product-support__links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.product-support__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ffaa00;
  color: #fff !important;
  padding: 0.7rem 1.5rem;
  border-radius: 4px;
  font-size: clamp(0.8rem, 1vw, 0.875rem);
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}

.product-support__link:hover {
  opacity: 0.85;
  color: #fff !important;
  text-decoration: none;
}

/* =============================================
   商品ページ レスポンシブ
   ============================================= */

@media (max-width: 1024px) {
  .product-gallery {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-gallery__thumb {
    width: 80px;
    height: 80px;
  }
  .product-gallery__thumbs {
    flex: 0 0 80px;
  }
  .product-features__img {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .product-specs__diagram {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media (max-width: 768px) {
  .product-tabs__link {
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
  }

  .product-overview__layout {
    flex-direction: column;
  }
  .product-gallery {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .product-gallery__thumbs {
    flex-direction: row;
    flex: none;
    flex-wrap: wrap;
    width: 70px;
  }
  .product-gallery__thumb {
    width: 60px;
    height: 60px;
  }
  .product-gallery__thumbs {
    flex: 0 0 60px;
  }

  .product-features__item,
  .product-features__item:nth-child(even) {
    flex-direction: column;
  }
  .product-features__img {
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  .product-specs__layout {
    flex-direction: column;
  }
  .product-specs__diagram {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}


/* === 会社概要 === */
.company_sec > strong:first-child {
  display: block;
  margin-bottom: 1.5em;
}

/* === ヘッダー追従 === */
.l-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 200 !important;
  width: 100% !important;
  left: 0 !important;
}
/* === ヘッダーコンテンツ幅 === */
.l-header .l-header__inner {
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2) !important;
  padding-left: var(--swl-pad_container, 0) !important;
  padding-right: var(--swl-pad_container, 0) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* === ナビホバー === */
.c-gnav a:hover,
.c-gnav__item > a:hover {
  color: #ff8a00 !important;
}


/* === WHY INSIGHT 画像上書き === */
.if-v2 .if-why-card.rapid {
  background-image: linear-gradient(135deg, rgba(30,40,80,.4), rgba(10,15,40,.6)), url('https://www.insightfits.com/home/images/sywhyimg2.png') !important;
}
.if-v2 .if-why-card.custom {
  background-image: linear-gradient(135deg, rgba(80,60,20,.4), rgba(40,30,10,.6)), url('https://www.insightfits.com/home/images/sywhyimg1.jpg') !important;
}
.if-v2 .if-why-card.flex {
  background-image: linear-gradient(135deg, rgba(20,30,60,.4), rgba(10,15,40,.6)), url('https://www.insightfits.com/home/images/sywhyimg3.jpg') !important;
}
.if-v2 .if-why-card {
  aspect-ratio: 1/1 !important;
}

/* === サポートページ === */
.page-id-25 .l-sidebar {
  display: none !important;
}
.page-id-25 .l-mainContent {
  width: 100% !important;
  max-width: 100% !important;
}
.page-id-25 .l-mainContent__inner > .post_content {
  margin: 0 !important;
}
.page-id-25 .l-content.l-container,
.page-id-25 .l-mainContent,
.page-id-25 .l-article,
.page-id-25 .post_content {
  padding: 0 !important;
  max-width: 100% !important;
}

.page-id-25 .c-pageTitle {
  display: none;
}

.support-page {
  background: #f5f5f5;
  min-height: 60vh;
  padding-bottom: 0;
}

.support-page__title {
  font-family: 'Bahnschrift', 'DIN Alternate', 'Franklin Gothic Medium', sans-serif !important;
  font-size: clamp(2rem, 5vw, 3.5rem) !important;
  font-weight: 700 !important;
  text-align: center !important;
  color: #1a1a1a !important;
  letter-spacing: 0.08em !important;
  padding: clamp(1rem, 2vw, 1.5rem) 1rem clamp(1rem, 2vw, 1.5rem) !important;
  margin: 0 !important;
  background-color: #f5f5f5 !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  display: block !important;
}
.support-page__title::before,
.support-page__title::after {
  display: none !important;
}

.support-page__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1.5rem, 4vw, 4rem) clamp(2rem, 4vw, 4rem);
  background: #f5f5f5;
}

.support-page__section-title {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 700;
  color: #1a1a1a;
  margin: 2em 0 0.6em;
  padding: 0 !important;
  border: none !important;
  border-bottom: none !important;
  background: none !important;
}
.support-page__section-title::before,
.support-page__section-title::after {
  display: none !important;
}

.support-page__content p {
  margin: 0.5em 0 0.8em;
  line-height: 1.8;
  color: #333;
}

.support-page__note {
  color: #c0392b;
  font-size: 0.9em;
  line-height: 1.7;
}

.support-page__list {
  margin: 0.4em 0 0.8em 1.2em;
  padding: 0;
  color: #333;
  line-height: 1.9;
}

.support-page__list li {
  margin-bottom: 0.2em;
}

.support-page__steps {
  margin: 1em 0 1.5em;
}

.support-page__step {
  display: flex;
  gap: 1em;
  margin-bottom: 1.2em;
  align-items: flex-start;
}

.support-page__step-num {
  font-size: 1.4em;
  font-weight: 700;
  color: #ff8a00;
  flex-shrink: 0;
  line-height: 1.5;
}

.support-page__step-body {
  flex: 1;
}

.support-page__step-body p {
  margin: 0 0 0.4em !important;
}

.support-page__tables {
  display: flex;
  gap: 2rem;
  margin: 1.5em 0;
  flex-wrap: wrap;
}

.support-page__table-wrap {
  flex: 1;
  min-width: 260px;
}

.support-page__table-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ff8a00;
  margin: 0 0 0.5em !important;
}

.support-page__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.support-page__table th,
.support-page__table td {
  border: 1px solid #ccc;
  padding: 0.4em 0.8em;
  text-align: left;
  color: #333;
}

.support-page__table th {
  background: #e0e0e0;
  font-weight: 700;
}

.support-page__table tr:nth-child(even) td {
  background: #fafafa;
}

.support-page__center-text {
  text-align: center;
  margin: 1.5em 0 0 !important;
  color: #555;
}

.support-page__contact {
  display: flex;
  background: #fff;
  border-top: 1px solid #ddd;
}

.support-page__contact-item {
  flex: 1;
  text-align: center;
  padding: clamp(2rem, 5vw, 4rem) 1rem;
  border-right: 1px solid #ddd;
}

.support-page__contact-item:last-child {
  border-right: none;
}

.support-page__contact-icon {
  font-size: clamp(2rem, 5vw, 3rem);
  color: #888;
  margin-bottom: 0.5em;
  line-height: 1;
}

.support-page__contact-label {
  font-family: 'Bahnschrift', 'DIN Alternate', sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  font-weight: 700;
  color: #ff8a00;
  letter-spacing: 0.05em;
  margin: 0 0 0.4em !important;
}

.support-page__contact-value {
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  font-weight: 700;
  margin: 0 !important;
}

.support-page__contact-value a {
  color: #ff8a00;
  text-decoration: none;
}

.support-page__contact-value a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .support-page__content {
    padding: clamp(1.2rem, 4vw, 2rem) clamp(1rem, 5vw, 2rem) clamp(1.5rem, 4vw, 2.5rem);
  }
  .support-page__tables {
    flex-direction: column;
    gap: 1.5rem;
  }
  .support-page__table-wrap {
    min-width: unset;
  }
  .support-page__contact {
    flex-direction: column;
  }
  .support-page__contact-item {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .support-page__contact-item:last-child {
    border-bottom: none;
  }
  .support-page__step {
    gap: 0.7em;
  }
}

@media (max-width: 500px) {
  .support-page__title {
    font-size: clamp(1.6rem, 8vw, 2.5rem) !important;
    padding: 2rem 1rem 1.5rem !important;
  }
  .support-page__content {
    padding: 1rem 1rem 2rem;
  }
  .support-page__section-title {
    font-size: 1rem;
  }
  .support-page__table {
    font-size: 0.82rem;
  }
  .support-page__table th,
  .support-page__table td {
    padding: 0.3em 0.5em;
  }
  .support-page__contact-label {
    font-size: 1rem;
  }
  .support-page__contact-value {
    font-size: 1rem;
  }
}

/* === section-label::before 縦長楕円上書き === */
.if-section-label::before {
  width: 4px !important;
  height: 14px !important;
  border-radius: 10px !important;
  vertical-align: middle !important;
}

/* === WHY INSIGHT カード修正 === */
/* カード高さ制限を解除してグリッド幅いっぱいに */
.if-why-card {
  height: auto !important;
  width: 100% !important;
}
/* アイコン非表示（if-v2-overridesでも追加済み） */
.if-v2 .if-why-icon { display: none !important; }
/* タイトル下のラインを非表示 */
.if-v2 .if-why-card-title::before,
.post_content .if-why-card-title::before {
  display: none !important;
}
/* === WHY INSIGHT カードサイズ修正 === */
.if-why-card {
  height: auto !important;
  width: 100% !important;
}

/* === Products フィルターページ === */

/* === PRODUCTS フィルターページ === */

/* ページ全体の中央揃え */
.page-id-989 .l-mainContent {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(1rem, 3vw, 2rem);
    padding-right: clamp(1rem, 3vw, 2rem);
    box-sizing: border-box;
}

/* レイアウト */
/* === PRODUCTS フィルターページ === */

/* SWELLサイドバーを非表示・フルワイドに */
.page-id-989 .l-sidebar {
    display: none !important;
}

.page-id-989 .l-mainContent {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 !important;
}

/* pf-app コンテナ自体に max-width + 中央揃え */
#pf-app.pf-layout {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}

/* レイアウト */
.pf-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ===== サイドバー ===== */
.pf-sidebar {
    width: 100%;
    background: #f0f0f0;
    padding: 1.5rem 1.25rem;
    box-sizing: border-box;
}

.pf-sidebar__section {
    margin-bottom: 1.25rem;
}

.pf-sidebar__title {
    font-size: clamp(0.7rem, 1.2vw, 0.8rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #222;
    border-bottom: 2px solid #222;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.pf-sidebar__divider {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0.5rem 0 1rem;
}

.pf-sidebar__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pf-sidebar__item {
    margin: 0;
}

.pf-sidebar__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.55rem 0.75rem;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: clamp(0.7rem, 1.3vw, 0.8rem);
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #333;
    transition: background 0.15s, color 0.15s;
}

.pf-sidebar__btn:hover {
    background: #ddd;
}

.pf-sidebar__btn.is-active {
    background: #f5a623;
    color: #fff;
    font-weight: 700;
}

.pf-sidebar__count {
    font-size: 0.7rem;
    opacity: 0.85;
    font-weight: 400;
}

/* ===== メインエリア ===== */
.pf-main {
    flex: 1;
    padding: 0 0 1rem;
    box-sizing: border-box;
    min-height: 400px;
}

/* ===== FVバナー（海外版デザイン） ===== */
.pf-banner {
    display: none;
    margin-bottom: 1.5rem;
    border-radius: 6px;
    overflow: hidden;
    background: #e8e8e8;
    min-height: 160px;
}

.pf-banner.is-visible {
    display: flex;
    flex-direction: column;
}

.pf-banner__left {
    background: #f5a623;
    padding: 1.5rem 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 140px;
    position: relative;
}

.pf-banner__category-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.4;
    background: #1a2a3a;
    color: #fff;
    display: block;
    padding: 0.35rem 0.75rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
}

.pf-banner__series-name {
    margin: 2.5rem 0 0 !important;
    line-height: 1 !important;
    padding: 0 !important;
    font-size: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.pf-banner__series-name::before,
.pf-banner__series-name::after {
    display: none !important;
}

.pf-banner__series-code {
    display: block;
    font-size: 3.125rem;
    font-weight: 900;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    line-height: 0.92;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}

.pf-banner__series-suffix {
    display: block;
    font-size: clamp(0.875rem, 2vw, 1.25rem);
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.05em;
    margin-top: 0.3rem;
}

.pf-banner__right {
    background: #e8e8e8;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.pf-banner__desc {
    font-size: clamp(0.75rem, 1.3vw, 0.875rem);
    color: #333;
    line-height: 1.7;
    margin: 0;
    flex: 1;
}

.pf-banner__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.pf-banner__catalog-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    background: #f5a623;
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0.6em 1.4em;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}

.pf-banner__catalog-btn:hover {
    background: #e0941a;
    color: #fff;
}

/* ===== 件数表示 ===== */
.pf-count-info {
    font-size: 0.875rem;
    color: #444;
    margin-bottom: 0.75rem;
}

/* ===== 商品グリッド ===== */
.pf-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.pf-product-card {
    background: transparent;
    border: 2px solid transparent;
    overflow: hidden;
    transition: border-color 0.25s ease;
}

.pf-product-card:hover {
    border-color: #f5a623;
}

.pf-product-card__series {
    font-size: 0.72rem;
    color: #f5a623;
    letter-spacing: 0.05em;
    margin: 0.15em 0 0;
    text-transform: uppercase;
}

.pf-product-card a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.pf-product-card__img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f8f8f8;
}

.pf-product-card__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.5rem;
    box-sizing: border-box;
}

.pf-product-card__img--empty {
    background: #eee;
}

.pf-product-card__body {
    padding: 0.5rem 0.75rem 0.75rem;
    text-align: center;
}

.pf-product-card__code {
    font-size: clamp(0.7rem, 1.5vw, 0.875rem);
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.2em;
}

.pf-product-card__name {
    font-size: clamp(0.65rem, 1.3vw, 0.8rem);
    color: #555;
    margin: 0;
    line-height: 1.4;
}

/* ===== ローディング ===== */
.pf-loading {
    text-align: center;
    padding: 2rem;
    color: #888;
    font-size: 0.9rem;
}

/* ===== ページネーション ===== */
.pf-pagination {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.pf-pagination__info {
    font-size: 0.8rem;
    color: #666;
}

.pf-pagination__btn {
    background: #1a2a3a;
    color: #fff;
    border: none;
    padding: 0.5em 2em;
    font-size: 0.875rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.pf-pagination__btn:hover {
    background: #2a3a4a;
}

.pf-pagination__btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* ===== タブレット以上（768px+） ===== */
@media (min-width: 768px) {
    /* レイアウト: サイドバー + メインを横並び */
    .pf-layout {
        flex-direction: row;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .pf-sidebar {
        flex: 0 0 220px;
        max-width: 220px;
    }

    .pf-main {
        flex: 1;
        min-width: 0;
    }

    /* FVバナー */
    .pf-banner.is-visible {
        flex-direction: row;
        min-height: 200px;
    }

    .pf-banner__left {
        flex: 0 0 34%;
        max-width: 34%;
        clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
        min-height: 200px;
    }

    .pf-banner__category-label {
        font-size: 10px;
        letter-spacing: 0;
        white-space: nowrap;
        overflow: hidden;
    }

    .pf-banner__series-code {
        font-size: clamp(2rem, 4vw, 3.125rem);
        white-space: normal;
        word-break: normal;
    }

    .pf-banner__right {
        flex: 1;
    }

    /* 商品グリッド: タブレットは3列 */
    .pf-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .pf-banner.is-visible {
        min-height: 230px;
    }

    .pf-banner__left {
        flex: 0 0 272px;
        max-width: 272px;
        min-height: 230px;
    }

    .pf-banner__series-code {
        font-size: 3.125rem;
    }

    .pf-product-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ===== モバイル（〜767px）レスポンシブ ===== */
@media (max-width: 767px) {
    /* サイドバーとメインの縦並び */
    .page-id-989 .l-content {
        flex-direction: column !important;
    }

    .page-id-989 .l-mainContent {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* pf-layout */
    #pf-app.pf-layout {
        flex-direction: column;
    }

    /* サイドバー（カテゴリー・シリーズ選択） */
    .pf-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 0.75rem;
        background: #f5f5f5;
        border-radius: 6px;
        margin-bottom: 1rem;
    }

    .pf-sidebar__section {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 140px;
    }

    .pf-sidebar__title {
        font-size: 0.75rem;
        margin-bottom: 0.4rem;
    }

    /* カテゴリー・シリーズボタン */
    .pf-sidebar__list {
        display: flex;
        flex-wrap: wrap;
        gap: 0.3rem;
    }

    .pf-sidebar__item {
        flex: 0 0 auto;
    }

    .pf-sidebar__btn {
        font-size: 0.7rem;
        padding: 0.25em 0.6em;
        white-space: nowrap;
    }

    /* FVバナー：縦積み */
    .pf-banner.is-visible {
        flex-direction: column;
        min-height: unset;
    }

    .pf-banner__left {
        flex: none;
        width: 100%;
        max-width: 100%;
        clip-path: none;
        padding: 1rem;
        min-height: 120px;
    }

    .pf-banner__category-label {
        font-size: 9px;
        letter-spacing: 0;
        white-space: nowrap;
        overflow: hidden;
    }

    .pf-banner__series-name {
        margin-top: 2rem;
    }

    .pf-banner__series-code {
        font-size: 2.5rem;
        white-space: normal;
        word-break: normal;
    }

    .pf-banner__series-suffix {
        font-size: 1rem;
    }

    .pf-banner__right {
        padding: 1rem;
        gap: 0.75rem;
    }

    .pf-banner__desc {
        font-size: 0.8rem;
        line-height: 1.6;
    }

    /* 商品グリッド：モバイルは2列 */
    .pf-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .pf-product-card__code {
        font-size: 0.75rem;
    }

    .pf-product-card__name {
        font-size: 0.65rem;
    }
}

/* ===== サイドバー見出しボーダー完全削除 ===== */
.pf-sidebar__title,
#pf-app .pf-sidebar__title {
    border-bottom: none !important;
    border-bottom-width: 0 !important;
}

#pf-app .pf-sidebar__title::before,
#pf-app .pf-sidebar__title::after {
    display: none !important;
    content: none !important;
}


/* ===== PRODUCTSページ専用 ===== */
/* ページタイトル「PRODUCTS」を非表示 */
.page-id-989 .c-pageTitle {
    display: none !important;
}

/* パンくずの上余白を調整 */
.page-id-989 .c-breadcrumb {
    margin-bottom: 0.5rem;
}

/* カテゴリーボタンの折り返し防止（サイドバー幅に合わせてフォントサイズを下げる） */
.pf-sidebar__btn {
    font-size: clamp(0.65rem, 1vw, 0.8rem);
    padding: 0.4em 0.6em;
    word-break: break-word;
}


/* ===== カテゴリーFVバナー ===== */
.pf-cat-banner {
    display: none;
    margin-bottom: 1.5rem;
    border-radius: 6px;
    overflow: hidden;
    background: #1a1a1a;
    min-height: 200px;
    max-height: 300px;
    position: relative;
}

.pf-cat-banner.is-visible {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.pf-cat-banner__img {
    flex: 0 0 35%;
    max-width: 35%;
    background: transparent;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
    align-self: stretch;
}

.pf-cat-banner__img img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: bottom center;
    display: block;
}

.pf-cat-banner__img--empty {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
}

.pf-cat-banner__content {
    flex: 1;
    padding: 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
}

.pf-cat-banner__title {
    font-size: clamp(1.1rem, 2.2vw, 1.75rem) !important;
    font-weight: 900 !important;
    color: #f5a623 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    line-height: 1.2 !important;
}

.pf-cat-banner__title::before,
.pf-cat-banner__title::after {
    display: none !important;
}

.pf-cat-banner__tagline {
    font-size: clamp(0.7rem, 1.2vw, 0.875rem);
    font-weight: 700;
    color: #f5a623;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.4;
}

.pf-cat-banner__desc {
    font-size: clamp(0.75rem, 1.3vw, 0.875rem);
    color: #ccc;
    line-height: 1.7;
    margin: 0;
    flex: 1;
}

.pf-cat-banner__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.pf-cat-banner__catalog-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    background: #f5a623;
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0.6em 1.4em;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}

.pf-cat-banner__catalog-btn:hover {
    background: #e0941a;
    color: #fff;
}

/* スマホ：カテゴリーバナーを横並び維持・高さ固定・中央寄せ */
@media (max-width: 767px) {
    .pf-cat-banner {
        max-height: 220px;
        min-height: 0;
    }

    .pf-cat-banner.is-visible {
        flex-direction: row;
        align-items: center;
    }

    .pf-cat-banner__img {
        flex: 0 0 30%;
        max-width: 30%;
        min-height: 0;
        align-self: stretch;
    }

    .pf-cat-banner__content {
        flex: 1;
        padding: 0.75rem 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 0.4rem;
    }

    .pf-cat-banner__title {
        font-size: clamp(0.85rem, 3.5vw, 1.1rem) !important;
    }

    .pf-cat-banner__tagline {
        font-size: clamp(0.6rem, 2.2vw, 0.75rem);
    }

    .pf-cat-banner__desc {
        font-size: clamp(0.6rem, 2vw, 0.72rem);
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .pf-cat-banner__actions {
        margin-top: 0.25rem;
        justify-content: center;
    }

    .pf-cat-banner__catalog-btn {
        font-size: 0.7rem;
        padding: 0.4em 0.9em;
    }
}


/* ============================================================
   製品詳細ページ (single-products.php) - insightfitsデザイン準拠
   ============================================================ */

/* ----- タブナビ ----- */
.pd-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  border-bottom: 2px solid #e5e5e5;
  background: #fff;
  position: sticky;
  top: 80px;
  z-index: 100;
  padding: 0 20px;
}
.pd-tab {
  padding: 18px 32px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #333;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color 0.2s, border-color 0.2s;
}
.pd-tab:hover { color: #f5a623; }
.pd-tab.is-active {
  color: #f5a623;
  border-bottom-color: #f5a623;
}

/* ----- セクション共通 ----- */
.pd-section {
  padding: 60px 0;
  max-width: 1400px;
  margin: 0 auto;
}
.pd-section__title {
  text-align: center;
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #111;
  margin-bottom: 50px;
}

/* ----- OVERVIEW: ギャラリー＋製品情報 ----- */
.pd-overview__layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 0 40px;
  margin-bottom: 40px;
}
.pd-gallery {
  display: flex;
  gap: 16px;
  flex: 1;
  min-width: 0;
}
.pd-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 90px;
  flex-shrink: 0;
}
.pd-thumb {
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: #f5f5f5;
  padding: 0;
  transition: border-color 0.2s;
}
.pd-thumb img { width: 100%; height: 70px; object-fit: contain; display: block; }
.pd-thumb.is-active { border-color: #f5a623; }
.pd-gallery__main {
  flex: 1;
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.pd-gallery__main img { max-width: 100%; max-height: 480px; object-fit: contain; }
#pd-main-img { max-width: 100%; max-height: 480px; object-fit: contain; }

/* ----- 製品情報 ----- */
.pd-product-info {
  width: 380px;
  flex-shrink: 0;
}
.pd-product-info__cat {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.pd-product-info__code {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  color: #111;
  margin-bottom: 4px;
  line-height: 1.1;
}
.pd-product-info__name {
  font-size: 16px;
  color: #555;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.pd-spec-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.pd-spec-row__key { color: #888; font-weight: 600; }
.pd-spec-row__val { color: #111; text-align: right; }

/* ----- OVERVIEWコンテンツ ----- */
.pd-overview__content {
  padding: 0 40px 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
}

/* ----- FEATURES ----- */
#pd-features {
  padding: 60px 0 0;
  max-width: 100%;
}
#pd-features .pd-section__title {
  max-width: 1400px;
  margin: 0 auto 0;
  padding: 0 40px;
}
.pd-features__list { }
.pd-feat-item {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  margin-bottom: 0;
}
.pd-feat-item--img-right { flex-direction: row; }
.pd-feat-item--img-left  { flex-direction: row-reverse; }
.pd-feat-item__img {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  max-height: 480px;
}
.pd-feat-item__img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}
.pd-feat-item__text {
  flex: 1;
  padding: 60px 80px;
  min-width: 0;
}
.pd-feat-item__text--full {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 40px;
}
.pd-feat-item__title {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 700;
  color: #f5a623;
  margin-bottom: 20px;
  line-height: 1.3;
}
.pd-feat-item__desc {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.8;
  color: #222;
  font-weight: 500;
}

/* ----- SPECIFICATIONS ----- */
#pd-specs { padding: 60px 40px; }
.pd-specs__inner {
  max-width: 900px;
  margin: 0 auto;
}
.pd-specs__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 48px;
}
.pd-specs__table th,
.pd-specs__table td {
  padding: 14px 20px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
}
.pd-specs__table th {
  color: #888;
  font-weight: 600;
  width: 40%;
}
.pd-specs__table td { color: #111; }

/* カタログ・ブロチャーボタン */
.pd-catalog-btns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.pd-catalog-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #f5a623;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  padding: 18px 32px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.2s, opacity 0.2s;
  min-width: 240px;
  justify-content: center;
}
.pd-catalog-btn:hover { background: #e09a1e; color: #111; }
.pd-catalog-btn--disabled {
  opacity: 0.5;
  cursor: default;
}
.pd-catalog-btn__icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Crect x='4' y='4' width='40' height='40' rx='4' fill='none' stroke='%23111' stroke-width='3'/%3E%3Ctext x='24' y='32' text-anchor='middle' font-size='14' font-weight='bold' fill='%23111'%3EPDF%3C/text%3E%3Cpath d='M8 20 L24 8 L40 20' fill='none' stroke='%23111' stroke-width='3'/%3E%3C/svg%3E") no-repeat center/contain;
  flex-shrink: 0;
}

/* ----- SUPPORT ----- */
.pd-section--support {
  padding: 60px 40px 0;
  max-width: 100%;
}
.pd-section--support .pd-section__title--support {
  max-width: 1400px;
  margin: 0 auto 0;
  padding: 0 40px;
}
.pd-support__banner {
  background: #f5a623;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  box-sizing: border-box;
}
.pd-support__text {
  color: #fff;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.9;
  margin-bottom: 40px;
}
.pd-support__btn {
  display: inline-block;
  background: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 60px;
  border-radius: 50px;
  text-decoration: none;
  min-width: 300px;
  text-align: center;
  transition: background 0.2s, color 0.2s;
}
.pd-support__btn:hover { background: #f5f5f5; }

/* ============================================================
   レスポンシブ
   ============================================================ */
@media (max-width: 1024px) {
  .pd-overview__layout { flex-direction: column; padding: 0 24px; }
  .pd-product-info { width: 100%; }
  .pd-gallery { flex-direction: column-reverse; }
  .pd-gallery__thumbs { flex-direction: row; width: 100%; }
  .pd-gallery__main { min-height: 300px; }
  .pd-overview__content { padding: 0 24px 20px; }
  .pd-feat-item__text { padding: 40px 40px; }
}

@media (max-width: 768px) {
  .pd-tabs { gap: 0; padding: 0; overflow-x: auto; }
  .pd-tab { padding: 14px 16px; font-size: 13px; white-space: nowrap; }
  .pd-section { padding: 40px 0; }
  .pd-section__title { font-size: 24px; margin-bottom: 30px; }
  #pd-features .pd-section__title { padding: 0 20px; }
  .pd-feat-item { flex-direction: column !important; }
  .pd-feat-item__img img { height: 280px; }
  .pd-feat-item__text { padding: 30px 24px; }
  #pd-specs { padding: 40px 20px; }
  .pd-catalog-btns { flex-direction: column; }
  .pd-catalog-btn { min-width: unset; width: 100%; }
  .pd-section--support { padding: 40px 20px 0; }
  .pd-section--support .pd-section__title--support { padding: 0 20px; }
  .pd-support__banner { padding: 50px 24px; }
  .pd-support__btn { min-width: unset; padding: 16px 40px; width: 100%; max-width: 320px; }
  .pd-overview__layout { padding: 0 16px; }
  .pd-overview__content { padding: 0 16px 16px; }
}

@media (max-width: 480px) {
  .pd-gallery__thumbs { flex-wrap: wrap; }
  .pd-gallery__main { min-height: 220px; }
  .pd-product-info__code { font-size: 32px; }
  .pd-feat-item__title { font-size: 20px; }
  .pd-feat-item__desc { font-size: 15px; }
}

/* SUPPORTバナーを画面幅いっぱいに */
.pd-page {
  overflow-x: hidden;
}
.pd-support__banner {
  background: #f5a623 !important;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
}
/* Contact Usボタンを白背景 */
.pd-support__btn {
  background: #fff !important;
  color: #333 !important;
  border-radius: 50px !important;
}
.pd-support__btn:hover {
  background: #f5f5f5 !important;
}
/* FEATURESも幅いっぱいに */
.pd-feat-item {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
}

/* =====  SUPPORT/CATALOG の追加修正 ===== */
.pd-section--support .pd-support__banner {
  background-color: #f5a623 !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  margin-left: -50vw !important;
  padding: 80px 40px !important;
  box-sizing: border-box !important;
}
.pd-page .pd-section--support {
  max-width: 100% !important;
  padding: 60px 0 0 !important;
}
a.pd-support__btn,
.pd-support__btn,
.pd-support__btn:link,
.pd-support__btn:visited {
  background-color: #ffffff !important;
  color: #333333 !important;
  text-decoration: none !important;
}
a.pd-support__btn:hover,
.pd-support__btn:hover {
  background-color: #f5f5f5 !important;
  color: #333333 !important;
}
/* FEATURESフル幅 */
#pd-features .pd-features__list {
  width: 100%;
  overflow: hidden;
}
.pd-feat-item {
  width: 100% !important;
  margin-left: 0 !important;
}

/* ===== 旧スタイル上書き（最終強制適用） ===== */
a.pd-support__btn,
.pd-support .pd-support__btn,
.pd-section--support .pd-support__btn,
.pd-support__banner a,
.pd-support__banner .pd-support__btn {
  background-color: #ffffff !important;
  background: #ffffff !important;
  color: #333333 !important;
  border-radius: 50px !important;
  display: inline-block !important;
  padding: 18px 60px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  min-width: 300px !important;
  text-align: center !important;
}
a.pd-support__btn:hover,
.pd-support__banner .pd-support__btn:hover {
  background-color: #f5f5f5 !important;
  background: #f5f5f5 !important;
  color: #333 !important;
}
/* カタログボタン（有効時）の確実な適用 */
.pd-catalog-btns a.pd-catalog-btn:not(.pd-catalog-btn--disabled) {
  background-color: #f5a623 !important;
  background: #f5a623 !important;
  color: #111 !important;
  opacity: 1 !important;
}


/* =====================================================
   製品詳細ページ (single-products.php)
   insightfits.com参照デザイン
   ===================================================== */

/* ---- 全体ラッパー ---- */
#pd-wrap {
  max-width: 100%;
  overflow-x: visible;
  padding-top: 60px;
}

/* ---- タブナビ ---- */
#pd-tab-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  border-bottom: 2px solid #e0e0e0;
  background: #fff;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 100;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.admin-bar #pd-tab-nav {
  top: 112px;
}
.pd-tab {
  padding: 18px 40px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.pd-tab:hover,
.pd-tab.is-active {
  color: #e8a020;
  border-bottom-color: #e8a020;
  text-decoration: none;
}

/* ---- セクション共通 ---- */
.pd-section {
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.pd-section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  color: #1a1a1a;
}

/* ---- OVERVIEW ---- */
.pd-overview-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pd-overview-gallery {
  flex: 0 0 55%;
  max-width: 55%;
}
.pd-overview-gallery img {
  width: 100%;
  height: auto;
  display: block;
}
/* pd-thumb-list replaced by slider version above */
.pd-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}
.pd-thumb:hover {
  border-color: #e8a020;
}
.pd-overview-info {
  flex: 1;
  min-width: 0;
}
.pd-series-name,
.pd-series-label {
  font-size: 24px;
  font-weight: 400;
  color: #313131;
  letter-spacing: normal;
  margin-bottom: 5px;
}
.pd-code,
.pd-product-code {
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  color: #313131;
}
.pd-product-name {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  color: #707070;
  margin-bottom: 50px;
}
.pd-spec-table {
  width: 100%;
  border-collapse: collapse;
}
.pd-spec-table td {
  padding: 8px 4px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  color: #333;
}
.pd-spec-table td:first-child {
  color: #888;
  width: 45%;
}
.pd-overview-desc {
  margin-top: 40px;
}

/* ---- FEATURES ---- */
.pd-feature-item {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 20px;
}
.pd-feature-item--img-right {
  /* テキスト先・画像後のHTMLで通常flexにより左テキスト右画像 */
}
.pd-feature-img {
  flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.pd-feature-img img {
  width: 100%;
  height: auto;
  object-fit: unset;
  display: block;
}
.pd-feature-text {
  flex: 1;
  padding: 60px 60px;
}
.pd-feature-title {
  font-size: 22px;
  font-weight: 700;
  color: #e8a020;
  margin-bottom: 20px;
  font-style: italic;
}
.pd-feature-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* ---- SPECIFICATIONS ---- */
.pd-specs-inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pd-specs-img {
  flex: 0 0 45%;
  max-width: 45%;
}
.pd-specs-img img {
  width: 100%;
  height: auto;
  display: block;
  object-position: top;
}
.pd-specs-info {
  flex: 1;
  min-width: 250px;
}
.pd-spec-table--large td {
  font-size: 16px;
  padding: 12px 6px;
}
.pd-pdf-buttons {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}
.pd-pdf-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #e8a020;
  color: #fff;
  padding: 16px 24px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  transition: background 0.2s;
  flex: 1;
  min-width: 200px;
}
.pd-pdf-btn:hover {
  background: #c8871a;
  color: #fff;
  text-decoration: none;
}
.pd-pdf-icon {
  background: rgba(0,0,0,0.15);
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 2px;
}

/* ---- SUPPORT ---- */
.pd-section--support {
  padding: 0;
  max-width: 100%;
}
.pd-section--support .pd-section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 40px 0 0;
  color: #1a1a1a;
  margin-bottom: 0;
}
.pd-support-inner {
  background: #e8a020;
  padding: 80px 40px;
  text-align: center;
  margin-top: 30px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
}
.pd-support-text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 40px;
}
.pd-contact-btn {
  display: inline-block;
  background: #fff;
  color: #e8a020;
  padding: 18px 80px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.pd-contact-btn:hover {
  background: #f5f5f5;
  color: #e8a020;
  text-decoration: none;
}

/* ---- レスポンシブ ---- */
@media (max-width: 768px) {
  #pd-tab-nav {
    position: relative;
  }
  .pd-tab {
    padding: 12px 16px;
    font-size: 12px;
  }
  .pd-section {
    padding: 40px 20px;
  }
  .pd-overview-gallery {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pd-code {
    font-size: 36px;
  }
  .pd-feature-item,
  .pd-feature-item--img-right {
    flex-direction: column;
  }
  .pd-feature-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pd-feature-img img {
    min-height: 200px;
  }
  .pd-feature-text {
    padding: 30px 24px;
  }
  .pd-specs-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pd-pdf-btn {
    max-width: 100%;
  }
  .pd-support-text {
    font-size: 14px;
  }
  .pd-contact-btn {
    padding: 16px 40px;
  }
  /* モバイル：フッターとメインの間の余白除去 */
  #body_wrap.single-products #content.l-content {
    margin-bottom: 0 !important;
  }
  #body_wrap.single-products ~ .insightfits-site-footer {
    margin-top: 0 !important;
  }
}


/* ===== Gallery Layout (Overview section) ===== */
.pd-gallery-wrapper {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

/* Left column: thumbnail list */
.pd-thumb-col {
  position: relative;
  width: 80px;
  flex-shrink: 0;
  height: 368px;
  overflow: hidden;
}

/* Slider inner list */
.pd-thumb-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 0.3s ease;
  padding-top: 28px;
}

/* Slider arrow buttons */
.pd-thumb-btn {
  display: none;
  width: 80px;
  height: 24px;
  background: rgba(0,0,0,0.12);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #555;
  position: absolute;
  left: 0;
  z-index: 10;
  line-height: 1;
  padding: 0;
}
.pd-thumb-btn--up { top: 0; }
.pd-thumb-btn--down { bottom: 0; }
.pd-thumb-btn.is-visible { display: flex; }
.pd-thumb-btn:hover { background: rgba(0,0,0,0.25); }

.pd-thumb-item {
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
  box-sizing: border-box;
}

.pd-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pd-thumb-item.is-active,
.pd-thumb-item:hover {
  border-color: #e07b00;
}

/* Center column: main image */
.pd-main-img-col {
  flex: 0 0 480px;
  max-width: 480px;
  height: 480px;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-main-img-col #pd-main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity 0.2s ease;
}

/* When only one thumb item, hide thumb col */
.pd-thumb-col:only-child {
  display: none;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
  .pd-gallery-wrapper {
    flex-direction: column;
  }
  .pd-thumb-col {
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
    gap: 6px;
  }
  .pd-thumb-item {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
  }
  .pd-main-img-col {
    width: 100%;
  }
}

/* Hide gallery block in overview description (shown as thumbnails instead) */
.pd-overview-desc .wp-block-gallery,
.pd-overview-desc .wp-block-image {
  display: none !important;
}

/* フッターナビゲーション非表示 */
.l-footer__nav {
    display: none !important;
}


/* ©コピーライト非表示 */
.copyright {
    display: none !important;
}

/* フッターナビゲーション非表示 */
.l-footer__nav {
    display: none !important;
}

/* 製品ページ：SWELLデフォルトフッター非表示 */
#body_wrap.single-products .l-footer {
    display: none !important;
}

/* 製品ページ：フッター上の余白はJSで制御 */


/* 製品ページ：body_wrapとフッターの間の隙間を除去（l-contentのmargin-bottomを直接0にしているので不要だが念のため）*/
#body_wrap.single-products {
    margin-bottom: 0;
}

/* 製品ページ：l-contentのmargin-bottomを直接0に（モバイル含む確実な方法）*/
#body_wrap.single-products #content.l-content {
    margin-bottom: 0 !important;
}


/* ---- SPECIFICATIONS 仕様リスト ---- */
.pd-spec-list {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
}
.pd-spec-list li {
  display: flex;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  line-height: 1.5;
}
.pd-spec-list li:first-child {
  border-top: 1px solid #e8e8e8;
}
.pd-spec-label {
  font-weight: 700;
  color: #313131;
  min-width: 220px;
  flex-shrink: 0;
}
.pd-spec-value {
  color: #313131;
  flex: 1;
}
@media (max-width: 768px) {
  .pd-spec-list li {
    flex-direction: column;
    padding: 10px 0;
  }
  .pd-spec-label {
    min-width: unset;
    margin-bottom: 4px;
  }
}


/* ===== 製品詳細ページ 修正CSS ===== */
/* FEATURES グレー背景 - img-left(奇数アイテム)=グレー、img-right(偶数アイテム)=白 */
.pd-feature-item--img-left {
  background: #f3f3f3;
}
.pd-feature-item--img-right {
  background: #f3f3f3;
}

/* ---- VIDEO THUMBNAIL & PLAYER ---- */
.pd-thumb-item--video {
  position: relative;
  background: #111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  border: 2px solid transparent;
}
.pd-thumb-item--video.is-active {
  border-color: #e87722;
}
.pd-thumb-video-icon {
  color: #fff;
  font-size: 24px;
  opacity: 0.9;
}
.pd-video-wrapper {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
​x1@charset "UTF-8";2/* SUPPORTバナーフル幅化のためbody overflow修正 */3body { overflow-x: unset !important; }4#body_wrap { overflow-x: visible !important; }5​6/*7    Template: swell8    Theme Name: SWELL CHILD9    Theme URI: https://swell-theme.com/10    Description: SWELLの子テーマ11    Version: 1.0.112    Author: LOOS WEB STUDIO13    Author URI: https://loos-web-studio.com/14​15    License: GNU General Public License16    License URI: http://www.gnu.org/licenses/gpl.html17*/18​19/* === 会社情報ページ === */20.page-id-23 .l-mainContent,21.page-id-23 .l-article {22  padding-left: 0;23  padding-right: 0;24}25​26.page-id-23 .c-pageTitle {27  display: none;28}29​30/* === Hero Section === */
			
			
			
		

		
		
			
							
							
										
				
						

			
		<div class="notice inline notice-{{ data.type || 'info' }} {{ data.alt ? 'notice-alt' : '' }} {{ data.dismissible ? 'is-dismissible' : '' }} {{ data.classes || '' }}">
			<# if ( 'php_error' === data.code ) { #>
				<p>
					{{ data.file }} ファイルの{{ data.line }}行目でエラーが発生したため、PHP コードの変更が適用されませんでした。修正して再度保存してください。				</p>
				<pre>{{ data.message }}</pre>
			<# } else if ( 'file_not_writable' === data.code ) { #>
				<p>
					変更を保存するには事前にこのファイルを書き込み可能にする必要があります。詳しい情報は <a href="https://developer.wordpress.org/advanced-administration/server/file-permissions/">ファイルパーミッションの変更</a> を参照してください。				</p>
			<# } else { #>
				<p>{{ data.message || data.code }}</p>

				<# if ( 'lint_errors' === data.code ) { #>
					<p>
						<# var elementId = 'el-' + String( Math.random() ); #>
						<input id="{{ elementId }}"  type="checkbox">
						<label for="{{ elementId }}">サイトを壊してしまうかもしれませんが、それでもアップデートしますか ?</label>
					</p>
				<# } #>
			<# } #>
			<# if ( data.dismissible ) { #>
				<button type="button" class="notice-dismiss"><span class="screen-reader-text">
					非表示				</span></button>
			<# } #>
		</div>
	
		



/* ===== Series Intro Pages ===== */
/* Make the l-content full width when if-series-page is present */
.l-content.l-container:has(.if-series-page) {
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 100% !important;
}
.l-mainContent:has(.if-series-page) {
  width: 100% !important;
  max-width: 100% !important;
}
.l-sidebar:has(~ .l-mainContent .if-series-page) { display: none !important; }

/* Fallback: target .if-series-hero directly to escape container */
.if-series-hero,
.if-feature-section,
.if-view-products {
  margin-left: calc((-100vw + 100%) / 2) !important;
  margin-right: calc((-100vw + 100%) / 2) !important;
  width: 100vw !important;
  max-width: 100vw !important;
}

/* When sidebar is hidden, adjust content width */
.l-sidebar { display: none !important; }
.l-mainContent { width: 100% !important; max-width: 100% !important; }
/* ===== End Series Intro Pages ===== */


/* ===================================================
   MEGA MENU - PRODUCTS HOVER DROPDOWN
   参照: insightfits.com のメガメニュースタイル
=================================================== */

/* PRODUCTS親メニュー項目 */
#gnav .menu-item-864 {
  position: static !important;
}

/* l-header__inner の overflow を visible に */
.l-header__inner {
  overflow: visible !important;
}

/* PRODUCTS 1st level sub-menu: フルワイドのメガメニューパネル */
#gnav .menu-item-864 > .sub-menu {
  display: none !important;
  position: absolute !important;
  left: -58px !important;
  top: 100% !important;
  width: 100vw !important;
  transform: none !important;
  background: #f5f5f5 !important;
  padding: 40px 60px !important;
  flex-direction: row !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15) !important;
  z-index: 9999 !important;
}

#gnav .menu-item-864:hover > .sub-menu {
  display: flex !important;
}

/* カテゴリカラム */
#gnav .menu-item-864 > .sub-menu > li {
  flex: 1 !important;
  padding: 0 20px !important;
  position: static !important;
}

/* カテゴリヘッダー（SELECTORIZED等）*/
#gnav .menu-item-864 > .sub-menu > li > a {
  display: block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  color: #1a1a1a !important;
  margin-bottom: 16px !important;
  text-decoration: none !important;
  border: none !important;
  pointer-events: none !important;
  cursor: default !important;
  padding: 0 !important;
  background: none !important;
  transform: none !important;
}

/* 2nd level sub-menus: インライン縦並びリスト */
#gnav .menu-item-864 > .sub-menu > li > .sub-menu {
  display: block !important;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-width: unset !important;
  width: auto !important;
  transform: none !important;
  left: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* シリーズリンク */
#gnav .menu-item-864 > .sub-menu > li > .sub-menu > li {
  background: none !important;
  position: static !important;
}

#gnav .menu-item-864 > .sub-menu > li > .sub-menu > li > a {
  display: block !important;
  padding: 5px 0 !important;
  font-size: 14px !important;
  color: #555 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  background: none !important;
  border: none !important;
}

#gnav .menu-item-864 > .sub-menu > li > .sub-menu > li > a:hover {
  color: #f5a623 !important;
}


/* メガメニュー内のicomoonアイコン非表示 + 矢印除去 */
#gnav .menu-item-864 > .sub-menu > li > a::before,
#gnav .menu-item-864 > .sub-menu > li > a::after,
#gnav .menu-item-864 > .sub-menu > li > .sub-menu > li > a::before,
#gnav .menu-item-864 > .sub-menu > li > .sub-menu > li > a::after {
  display: none !important;
  content: none !important;
}

/* カテゴリヘッダーの矢印アイコン非表示 */
#gnav .menu-item-864 > .sub-menu > li.menu-item-has-children > a::after {
  display: none !important;
  content: none !important;
}


/* ===================================================
   POPULAR PRODUCTS セクション
=================================================== */
.if-popular-products,
.if-more-series {
  margin-left: calc((-100vw + 100%) / 2) !important;
  margin-right: calc((-100vw + 100%) / 2) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  padding: 60px 80px !important;
  box-sizing: border-box !important;
  background: #fff !important;
}

.if-section-header {
  font-size: 36px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  color: #1a1a1a !important;
  margin-bottom: 40px !important;
  text-align: center !important;
}

/* 製品グリッド */
.if-products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
}

.if-product-card a {
  display: block !important;
  text-decoration: none !important;
  color: inherit !important;
}

.if-product-img {
  width: 100% !important;
  background: #f5f5f5 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  margin-bottom: 12px !important;
  aspect-ratio: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.if-product-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.if-product-model {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  margin: 0 0 4px 0 !important;
}

.if-product-name {
  font-size: 12px !important;
  color: #666 !important;
  letter-spacing: 0.03em !important;
  line-height: 1.4 !important;
  display: block !important;
}

.if-product-card:hover .if-product-model {
  color: #f5a623 !important;
}

/* MORE シリーズグリッド */
.if-more-series {
  background: #f5f5f5 !important;
}

.if-more-series-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
}

.if-more-series-item a {
  display: block !important;
  overflow: hidden !important;
  border-radius: 4px !important;
}

.if-more-series-item img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
  display: block !important;
}

.if-more-series-item:hover img {
  transform: scale(1.03) !important;
}

/* ===================================================
   フッター上の余白を削除
=================================================== */
.l-content.l-container {
  padding-bottom: 0 !important;
}

.l-main {
  padding-bottom: 0 !important;
}

.post_content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* シリーズページのコンテンツ後余白を除去 */
.if-series-page {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.if-more-series:last-child {
  margin-bottom: 0 !important;
}


/* ===================================================
   フッター上の余白削除
=================================================== */
.l-content.l-container {
  margin-bottom: 0 !important;
}


/* フッター直前のif-more-seriesのpadding-bottom削除 */
.if-more-series {
  padding-bottom: 0 !important;
}

/* ===== シリーズ紹介ページ・PRODUCTS一覧ページ フッター余白削除 ===== */
body:has(.if-series-page) .l-footer,
body:has(#pf-app) .l-footer {
  display: none !important;
}

body:has(.if-series-page) .insightfits-site-footer,
body:has(#pf-app) .insightfits-site-footer {
  margin-top: 0 !important;
}

/* ===== FV（シリーズ紹介ページ）フルワイド ===== */
.if-series-page > div:first-child {
  margin-left: calc((-100vw + 100%) / 2) !important;
  margin-right: calc((-100vw + 100%) / 2) !important;
  width: 100vw !important;
  max-width: 100vw !important;
}

/* ページ下部のif-view-productsのpadding-bottomを削除 */
.if-view-products {
  padding-bottom: 0 !important;
}


/* ============================
   POPULAR PRODUCTS スライダー
   ============================ */

/* グリッドをスライダートラックに変更 */
.if-products-grid {
  display: flex !important;
  grid-template-columns: unset !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

/* スライダーラッパー */
.if-slider-wrapper {
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
}

/* 各カードの幅：4枚表示 */
.if-products-grid .if-product-card {
  flex: 0 0 calc(25% - 18px) !important;
  width: calc(25% - 18px) !important;
  min-width: calc(25% - 18px) !important;
  margin-right: 24px !important;
  box-sizing: border-box !important;
}

.if-products-grid .if-product-card:last-child {
  margin-right: 0 !important;
}

/* 画像なしカードを非表示 */
.if-product-card.if-no-image {
  display: none !important;
}

/* スライダーナビゲーションボタン */
.if-slider-btn {
  position: absolute !important;
  top: 40% !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  background: #fff !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 10 !important;
  transition: border-color 0.2s, background 0.2s !important;
  font-size: 22px !important;
  color: #333 !important;
  line-height: 1 !important;
  padding: 0 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
}

.if-slider-btn:hover {
  border-color: #f5a623 !important;
  color: #f5a623 !important;
}

.if-slider-btn:disabled {
  opacity: 0.25 !important;
  cursor: default !important;
}

.if-slider-btn-prev {
  left: 2px !important;
}

.if-slider-btn-next {
  right: 2px !important;
}

/* スライダーの人気製品セクション余白調整 */
.if-popular-products {
  position: relative !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}


/* シリーズページ最下部セクション 下余白 */
.if-series-page > div:last-child {
  padding-bottom: 80px !important;
}

/* ============================================================
   製品カテゴリ /product-categories/  追加CSS
   ============================================================ */

/* ===== レスポンシブ: 見出し縦積み＆タブ横スクロール ===== */
@media (max-width: 980px){
  .if-cat-section{padding:56px 0 44px;}
  .if-cat-header{flex-direction:column;gap:22px;margin-bottom:32px;padding:0 24px;}
  .if-cat-title-wrap{min-width:0;}
  .if-cat-desc{padding-top:0;font-size:15px;line-height:1.7;}
  .if-cat-tabs{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;}
  .if-cat-tabs a{padding:18px 22px;font-size:14px;}
  .if-series-grid{padding:0 24px;}
}
@media (max-width: 600px){
  .if-cat-section{padding:40px 0 32px;}
  .if-cat-header{padding:0 20px;gap:16px;margin-bottom:24px;}
  .if-cat-title-bar{min-height:0;margin-right:16px;}
  .if-cat-desc{font-size:14px;}
  .if-cat-tabs a{padding:16px 14px;font-size:13px;}
  .if-series-grid{padding:0 16px;}
}

/* ===== セクションタイトル: 1行固定＋フォント流動レスポンシブ ===== */
.if-cat-section .if-cat-title-text h2{font-size:clamp(22px, 5.6vw, 52px) !important; white-space:nowrap !important;}
.if-cat-section .if-cat-title-text h2 br{display:none !important;}

/* ===== バナー: 既存サイトと同じモザイク配置・縦幅統一・画像フィット =====
   （全幅共通：PCもタブレットもスマホも同じ並び方を維持して縮小） */
.if-series-grid ul li{position:relative; padding-bottom:35.3% !important;}
.if-series-grid ul li:first-child{padding-bottom:35.96% !important;}
.if-cat-section.free-weight .if-series-grid ul li:first-child{padding-bottom:35.3% !important;}
.if-series-grid ul li > a{position:absolute !important; top:0; left:0; width:100% !important; height:100% !important; padding-bottom:0 !important;}
.if-series-grid ul li img{object-fit:fill !important;}


/* ===== 追加調整: タイトル縦棒 / タブ固定追従 / スクロールバー非表示 ===== */
/* 1) オレンジ縦棒をタイトル＋サブタイトルの高さに揃える（下に伸びないように） */
.if-cat-title-bar{min-height:0 !important; align-self:stretch !important;}

/* 2) タブヘッダーをSWELL固定ヘッダーの直下に固定追従（PC=80px / 960px以下=48px） */
.if-cat-tabs{top:80px !important;}
@media (max-width:960px){ .if-cat-tabs{top:48px !important;} }

/* 3) タブのスクロールバー（横・縦）を非表示にしつつ横スワイプは維持 */
.if-cat-tabs{scrollbar-width:none !important; -ms-overflow-style:none !important;}
.if-cat-tabs::-webkit-scrollbar{display:none !important; height:0 !important; width:0 !important;}


/* ===== タブ押下時にセクションタイトルが固定ヘッダー＋タブに被らないようオフセット ===== */
.if-cat-section{scroll-margin-top:96px;}
@media (max-width:960px){ .if-cat-section{scroll-margin-top:88px;} }
@media (max-width:600px){ .if-cat-section{scroll-margin-top:76px;} }


/* ===== スマホ: タブを2段で折り返して全表示（横スクロール廃止） ===== */
@media (max-width: 980px){
  .if-cat-tabs{ flex-wrap:wrap !important; justify-content:center !important; overflow:visible !important; }
  .if-cat-tabs a{ padding:11px 14px !important; font-size:13px !important; }
}


/* ===== タブレット(601〜980px): タブを1行に収める（4+1の折り返し防止） ===== */
@media (min-width:601px) and (max-width:980px){
  .if-cat-tabs{ flex-wrap:nowrap !important; }
  .if-cat-tabs a{ padding:14px 9px !important; font-size:clamp(11px, 1.6vw, 14px) !important; white-space:nowrap !important; }
}


/* ===== スマホ(≤600px): タブを3+2の均等2段に固定（4+1の偏り防止） ===== */
@media (max-width:600px){
  .if-cat-tabs{ flex-wrap:wrap !important; justify-content:center !important; }
  .if-cat-tabs a{ flex:0 0 33.333% !important; box-sizing:border-box !important; text-align:center !important; padding:12px 4px !important; font-size:11.5px !important; white-space:nowrap !important; }
}


/* === PRODUCTSページ: カテゴリー/シリーズ一覧の先頭ドット除去 === */
.pf-sidebar__item{ list-style: none !important; }
.pf-sidebar__item::marker{ content: "" !important; }
.pf-side.bar__list, ul.bar__list, .pf-sidebar__list{ list-style: none !important; padding-left: 0 !important; }


/* === SPメニュー: PRODUCTS等のサブメニューをアコーディオン（タップで開閉） === */
@media (max-width:960px){
  .c-spnav.c-listMenu .sub-menu{ display:none; }
  .c-spnav.c-listMenu .menu-item-has-children.is-open > .sub-menu{ display:block; }
  .c-spnav.c-listMenu .menu-item-has-children > a{ position:relative; }
  .c-spnav.c-listMenu .menu-item-has-children > a::after{
    content:""; position:absolute; right:1.1em; top:50%;
    width:9px; height:9px; border-right:2px solid currentColor; border-bottom:2px solid currentColor;
    transform:translateY(-70%) rotate(45deg); transition:transform .2s; opacity:.55;
  }
  .c-spnav.c-listMenu .menu-item-has-children.is-open > a::after{ transform:translateY(-30%) rotate(-135deg); }
}

/* === TOP FV: EXPLORE MORE ボタン（既存サイト風・レスポンシブ） === */
.if-hero2{ position:relative; }
.if-hero2 .if-explore-btn{
  position:absolute; left:6%; bottom:16%; z-index:25;
  display:inline-flex; align-items:center; gap:14px;
  background:#ffaa00; color:#fff !important;
  font-size:16px; font-weight:600; letter-spacing:.04em;
  text-decoration:none; white-space:nowrap;
  height:58px; padding:0 28px; border-radius:30px; line-height:1;
  box-shadow:0 6px 20px rgba(0,0,0,.25);
  transition:transform .2s, opacity .2s;
}
.if-hero2 .if-explore-btn:hover{ opacity:.92; transform:translateY(-2px); }
.if-hero2 .if-explore-btn::after{
  content:""; width:26px; height:11px; flex:0 0 auto;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='11' viewBox='0 0 26 11'%3E%3Cpath d='M0 5.5h22M18 1l4.5 4.5L18 10' fill='none' stroke='%23ffffff' stroke-width='1.8'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media (max-width:980px){
  .if-hero2 .if-explore-btn{ height:46px; font-size:13px; padding:0 18px; gap:10px; bottom:52px; }
  .if-hero2 .if-explore-btn::after{ width:20px; }
}
@media (max-width:600px){
  .if-hero2 .if-explore-btn{ height:38px; font-size:12px; padding:0 14px; gap:8px; left:5%; bottom:42px; }
  .if-hero2 .if-explore-btn::after{ width:16px; }
}


/* === TOP FV: ≤750px はモバイル用画像(約1.09:1)に切替（既存サイトと同じ） === */
@media (max-width:768px){
  .if-v2 .if-hero2.if-slider{ aspect-ratio:750 / 688 !important; height:auto !important; min-height:0 !important; }
  .if-v2-wrap .if-hero2.if-slider .if-slide-1{ background-image:url("https://www.insightfits.com/uploads/attach/2026/03/20260313/f3f160634bf7dba191ac4a77b6203f51.png") !important; }
  .if-v2-wrap .if-hero2.if-slider .if-slide-2{ background-image:url("https://www.insightfits.com/uploads/attach/2026/03/20260313/24e34ea596b6096f64b6c148efd18310.jpg") !important; }
  .if-v2-wrap .if-hero2.if-slider .if-slide-3{ background-image:url("https://www.insightfits.com/uploads/attach/2025/09/20250919/2013ba6b21f5b5b3492ebe4f2e7f8868.jpg") !important; }
  .if-v2-wrap .if-hero2.if-slider .if-slide-4{ background-image:url("https://www.insightfits.com/uploads/attach/2025/09/20250919/5edb32bd6f3f6c84e99dc90c7ebac102.jpg") !important; }
  .if-v2-wrap .if-hero2.if-slider .if-slide-5{ background-image:url("https://www.insightfits.com/uploads/attach/2024/02/20240223/1205c5d6eb741b846c43d517ea605cc6.png") !important; }
  .if-hero2 .if-slide{ background-size:cover !important; background-position:center !important; }
}

/* === Productsシリーズページ レスポンシブ調整（≤768px） === */
@media (max-width:768px){
  /* 特長見出しが大きすぎて見切れる → 収まるサイズに */
  .if-series-page .if-feature-section .feature-title{ font-size:clamp(20px, 6vw, 28px) !important; white-space:normal !important; line-height:1.15 !important; word-break:break-word; }
  /* 人気製品スライダー: 4枚→2枚表示 */
  .if-popular-products .if-products-grid .if-product-card{ flex:0 0 46% !important; width:46% !important; min-width:46% !important; }
  /* 他シリーズ: 4列→2列 */
  .if-more-series .if-more-series-grid{ grid-template-columns:repeat(2, 1fr) !important; }
}

/* === シリーズページ 特長: テキストを左揃え統一・全幅で折り返し（交互配置と見切れ解消） === */
@media (max-width:768px){
  .if-series-page .if-feature-section .feature-text{ left:20px !important; right:20px !important; width:auto !important; max-width:none !important; text-align:left !important; }
  .if-series-page .if-feature-section .feature-desc{ font-size:14px !important; line-height:1.55 !important; margin-top:6px !important; }
  .if-series-page .if-more-series .if-section-header,
  .if-series-page .if-more-series h2{ font-size:24px !important; line-height:1.2 !important; }
}

/* === シリーズページ 特長: 左揃えで統一（PC・スマホ共通、交互配置を解消） === */
.if-series-page .if-feature-section .feature-text{ left:6% !important; right:auto !important; text-align:left !important; }
@media (max-width:768px){
  .if-series-page .if-feature-section .feature-text{ left:20px !important; right:20px !important; }
}

/* === シリーズページ ヒーロー（モバイル）: 画像を切り取らず全幅表示し内容を収める === */
@media (max-width:768px){
  /* 高さは画像の縦横比なり（=他バナーと同様、横を切らない） */
  .if-series-page .if-series-hero{ height:auto !important; min-height:0 !important; overflow:hidden; }
  .if-series-page .if-series-hero .hero-bg{ position:static !important; height:auto !important; min-height:0 !important; width:100% !important; object-fit:fill !important; aspect-ratio:auto !important; }
  /* オーバーレイをヒーロー内に重ね、内容を縦中央・左20pxに */
  .if-series-page .if-series-hero .hero-overlay{ top:0 !important; bottom:0 !important; left:0 !important; right:0 !important; height:auto !important; display:flex !important; flex-direction:column !important; justify-content:center !important; align-items:flex-start !important; padding:10px 20px !important; }
  .if-series-page .if-series-hero .hero-icon{ height:46px !important; width:auto !important; position:static !important; margin:0 0 6px 0 !important; }
  .if-series-page .if-series-hero .hero-subtitle{ font-size:14px !important; line-height:1.5 !important; margin:0 0 12px 0 !important; }
  .if-series-page .if-series-hero .hero-buttons{ margin:0 !important; }
  .if-series-page .if-series-hero .btn-primary{ padding:8px 20px !important; font-size:13px !important; }
}

/* === シリーズページ 特長: テキストを左右交互（既存サイト準拠・最終調整） === */
/* 兄弟順: hero(nth-child1) → 特長1(2) → 特長2(3) → 特長3(4) → 特長4(5) */
.if-series-page .if-feature-section:nth-child(even) .feature-text{
  left:20px !important; right:auto !important; text-align:left !important;
}
.if-series-page .if-feature-section:nth-child(odd) .feature-text{
  left:auto !important; right:20px !important; text-align:right !important;
}
@media (max-width:768px){
  .if-series-page .if-feature-section:nth-child(even) .feature-text{ left:20px !important; right:auto !important; text-align:left !important; }
  .if-series-page .if-feature-section:nth-child(odd) .feature-text{ left:auto !important; right:20px !important; text-align:right !important; }
}

/* === シリーズページ ヒーローボタン: オレンジ塗り → 白枠線（既存サイト準拠） === */
.if-series-page .if-series-hero .btn-primary{
  background:transparent !important; background-color:transparent !important; background-image:none !important;
  border:2px solid #fff !important; color:#fff !important; border-radius:6px !important; box-shadow:none !important;
}
.if-series-page .if-series-hero .btn-primary:hover{
  background:rgba(255,255,255,.14) !important; background-color:rgba(255,255,255,.14) !important; color:#fff !important;
}


/* === シリーズページ: バナー下の全セクション背景を白に統一 === */
.if-series-page .if-view-products,
.if-series-page .if-popular-products,
.if-series-page .if-more-series{
  background:#fff !important; background-color:#fff !important;
}


/* === シリーズページ POPULAR PRODUCTS カルーセル矢印を画像中央に下げる === */
.if-series-page .if-popular-products .if-slider-btn{ top:60% !important; }


/* ===== 製品詳細ページ レスポンシブ（タブ＆ギャラリー） ===== */
/* スマホ: タブを既存サイト風（テキスト＋アクティブにオレンジ下線）で収める＋固定追従 */
@media (max-width:768px){
  .l-content .pd-tabs{
    position:sticky !important; top:48px !important; z-index:60 !important;
    overflow:visible !important; flex-wrap:wrap !important;
    justify-content:center !important; align-items:center !important;
    column-gap:16px !important; row-gap:0 !important;
    background:#fff !important; border-bottom:1px solid #eee !important; box-shadow:none !important;
  }
  .l-content .pd-tabs .pd-tab{
    flex:0 0 auto !important; width:auto !important; max-width:none !important;
    font-size:12px !important; padding:12px 2px !important; white-space:nowrap !important;
    text-align:center !important; justify-content:center !important;
  }
}

/* スマホ: ギャラリーを横スワイプスライダーに置換（JSで .pd-mslider 生成） */
.pd-mslider{ display:none; }
@media (max-width:768px){
  .pd-gallery-wrapper .pd-thumb-col{ display:none !important; }
  .pd-gallery-wrapper .pd-main-img-col{ display:none !important; }
  .pd-gallery-wrapper .pd-mslider{
    display:flex !important; width:100% !important; gap:0 !important;
    overflow-x:auto !important; scroll-snap-type:x mandatory !important;
    -webkit-overflow-scrolling:touch !important; scrollbar-width:none !important;
  }
  .pd-gallery-wrapper .pd-mslider::-webkit-scrollbar{ display:none !important; }
  .pd-mslide{ flex:0 0 100% !important; scroll-snap-align:center !important;
    display:flex !important; align-items:center !important; justify-content:center !important; }
  .pd-mslide img, .pd-mslide video{ width:100% !important; height:auto !important; max-height:62vh !important; object-fit:contain !important; }
  .pd-mdots{ display:flex !important; justify-content:center !important; gap:6px !important; margin-top:10px !important; }
  .pd-mdot{ width:7px !important; height:7px !important; border-radius:50% !important; background:#ccc !important; transition:background .2s; }
  .pd-mdot.is-on{ background:#333 !important; }
}


/* スマホ: ギャラリースライダーの左右丸矢印（既存サイト風） */
@media (max-width:768px){
  .pd-gallery-wrapper .pd-mslider-wrap{ position:relative !important; width:100% !important; }
  .pd-gallery-wrapper .pd-marrow{
    position:absolute !important; top:50% !important; transform:translateY(-50%) !important;
    width:36px !important; height:36px !important; padding:0 !important; margin:0 !important;
    border-radius:50% !important; border:1px solid rgba(0,0,0,.18) !important;
    background:rgba(255,255,255,.82) !important; color:#444 !important;
    font-size:20px !important; line-height:1 !important;
    display:flex !important; align-items:center !important; justify-content:center !important;
    z-index:6 !important; cursor:pointer !important; box-shadow:0 1px 5px rgba(0,0,0,.15) !important;
  }
  .pd-gallery-wrapper .pd-marrow--prev{ left:10px !important; }
  .pd-gallery-wrapper .pd-marrow--next{ right:10px !important; }
}


/* スマホ: FEATURES 全アイテム画像を上・背景グレー（既存サイト2枚目に合わせる） */
@media (max-width:768px){
  .pd-feature-item, .pd-feature-item--img-left{ flex-direction:column !important; }
  .pd-feature-item--img-right{ flex-direction:column-reverse !important; }
  .pd-feature-item,
  .pd-feature-item--img-left,
  .pd-feature-item--img-right{
    background:#f3f3f3 !important; padding:14px !important; margin-bottom:20px !important;
    align-items:stretch !important; gap:0 !important;
  }
  .pd-feature-item .pd-feature-img{ flex:none !important; width:100% !important; max-width:100% !important; }
  .pd-feature-item .pd-feature-text{ flex:none !important; max-width:100% !important; padding:14px 6px 4px !important; }
}


/* FEATURES画像をグレー背景に馴染ませる（白地のメイン写真を避け、白地写真もグレー化） */
.pd-feature-item .pd-feature-img{ background:#f3f3f3 !important; }
.pd-feature-item .pd-feature-img img{ mix-blend-mode:multiply !important; }


/* === ヘッダーロゴ（会社名）を非表示 === */
.l-header__logo{ display:none !important; }


/* === ロゴ非表示で潰れたヘッダーの縦幅を設定 === */
.l-header__inner{ min-height:56px !important; align-items:center !important; }
.l-header__G, .c-gnav{ align-self:center !important; }
@media (max-width:960px){
  .l-header__inner{ min-height:48px !important; }
}


/* === 製品一覧 ページネーション 既存サイト準拠（白箱・薄枠・角丸・オレンジアクティブ） === */
.pf-pagination__nav{ display:flex !important; flex-wrap:wrap !important; justify-content:center !important; gap:6px !important; }
.pf-page-btn{
  min-width:42px !important; height:42px !important; padding:0 8px !important;
  background:#fff !important; color:#333 !important;
  border:1px solid #dcdcdc !important; border-radius:3px !important;
  font-size:16px !important; line-height:1 !important;
  display:inline-flex !important; align-items:center !important; justify-content:center !important;
  cursor:pointer !important; transition:border-color .15s, color .15s, background .15s !important;
}
.pf-page-btn:hover{ border-color:#ffaa00 !important; color:#ffaa00 !important; }
.pf-page-btn.is-active{ background:#ffaa00 !important; color:#fff !important; border-color:#ffaa00 !important; }
@media (max-width:600px){ .pf-page-btn{ min-width:38px !important; height:38px !important; font-size:14px !important; } }


/* === フッター: 電話リンクを白に === */
.insightfits-site-footer a[href^="tel:"]{ color:#fff !important; }


/* === About: 会社概要(company_sec)より上を一旦非表示 === */
.about-hero,
.about-photo-row,
.about-values-section,
.about-bookclub-section,
.about-globalreach-section,
.about-contact-cta{ display:none !important; }

/* === ヘッダーPRODUCTS: クリックで下層メニューを固定表示 === */
.l-header .menu-item.pf-menu-open > .sub-menu{ display:flex !important; visibility:visible !important; opacity:1 !important; pointer-events:auto !important; }


/* === About: 会社概要(company_sec)の上に余白を追加 === */
.company_sec{ margin-top:56px !important; }

/* IFC-MEGA-CENTER: PRODUCTSメガメニュー中央寄せ */
#gnav .menu-item-864 > .sub-menu,
.l-header .menu-item-864 > .sub-menu{
  left:50% !important;
  right:auto !important;
  transform:translateX(-50%) !important;
  width:100vw !important;
  max-width:100vw !important;
}
html{ overflow-x:clip; }


/* SNSアイコン一時非表示（フッター/URL未設定のため一旦非表示。URL設定時にこのブロックを削除してください） */
.insightfits-site-footer a[href="#"],
.insightfits-site-footer div:has(> a[href="#"]) { display: none !important; }


/* INSIGHT SUPPORT band fix: center product content so full-width SUPPORT band aligns to viewport */
#pd-wrap{ margin-left:auto; margin-right:auto; }


/* INSIGHT product-categories banner image fix: prevent horizontal stretch (was object-fit:fill) */
.if-series-grid ul li img{ object-fit:contain !important; background:linear-gradient(#d9d9d9,#f4f4f4) !important; }


/* INSIGHT multi-gyms series grid balance: RR/C/DH tile like other categories */
.if-cat-section.multi-gyms .if-series-grid ul li:nth-child(2){ width:49.16% !important; }
.if-cat-section.multi-gyms .if-series-grid ul li:nth-child(4){ margin-right:0 !important; }


/* --- INSIGHT mobile TOP tweaks --- */
@media (max-width: 600px){
  .if-section.if-products .if-products-grid{ grid-template-columns: 1fr !important; }
  .if-why-grid{ justify-items: center !important; }
  .if-why-card{ max-width: 320px !important; width: 100% !important; margin-left: auto !important; margin-right: auto !important; }
  h2.if-section-title, .if-v2-wrap h2.if-section-title, .if-section h2.if-section-title{ font-size: 1.2rem !important; line-height: 1.5 !important; }
}


/* --- OUR PRODUCTS cards: mobile overseas-style (large image overflowing top; PC keeps hover zoom) --- */
@media (max-width: 600px){
  .if-section.if-products{ overflow-x: clip; }
  .if-section.if-products .if-products-grid{ grid-template-columns:1fr !important; row-gap:8px !important; }
  .if-section.if-products .if-products-grid .if-product-card{
    width:100% !important; min-width:0 !important; flex:none !important;
    margin:52px 0 0 0 !important; overflow:visible !important; padding-top:0 !important;
  }
  .if-section.if-products .if-product-card-image{
    overflow:visible !important; height:auto !important; background:transparent !important;
    margin-top:-52px !important; margin-bottom:6px !important;
  }
  .if-section.if-products .if-product-card-image img,
  .if-v2 .if-section.if-products .if-product-card:hover .if-product-card-image img{
    position:static !important; width:82% !important; height:auto !important; max-height:none !important;
    margin:0 auto !important; display:block !important; object-fit:contain !important; transform:none !important;
  }
}

/* --- Hide "MENU" title band in SP (mobile) hamburger menu --- */
.p-spMenu .c-widget__title.-spmenu{ display:none !important; }
.p-spMenu .p-spMenu__nav{ margin-top:0 !important; padding-top:16px !important; }
/* Keep SP drawer above the sticky header at all times (incl. open/close animation) so the header never overlaps the menu. Safe: when closed the drawer is off-screen with pointer-events:none. */
.p-spMenu{ z-index:999 !important; }
