@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@700&family=Lato:wght@400;700&display=swap");

@font-face {
  font-family: "SourceHanSerif-SemiBold";
  src: url("https://www.kawajun.jp/_nuxt/fonts/SourceHanSerif-SemiBold.27dc4d8.otf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --page-width: 1056px;
  --text: #231815;
  --muted: #5c5c5c;
  --light: #f5f5f5;
  --line: #d9d9d9;
  --brown: #24120e;
  --accent: #1f73be;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans JP", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  background: #fff;
  letter-spacing: .1em;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  display: flex;
  align-items: center;
  /* background: #fff; */
  /* padding-top: 50px; */
}

.header-inner {
  width: min(var(--page-width), calc(100% - 64px));
  height: 33px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  top: 50px;
  background-color: hsla(0, 0%, 100%, .5);
  padding: 10px 10px;
}

.pfi-logo_shelf-type-p {
  display: block;
  height: 26px;
  width: 280px;
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
}

.brand-main {
  font-size: 18px;
}

.brand-sub {
  margin-top: 5px;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .18em;
  color: #444;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.global-nav a {
  position: relative;
  /* padding: 4px 0; */
  font-size: 13px;
  border-right: 1px solid #231815;
  padding-right: 18px;
}

.global-nav a:last-child {
  border-right: 0;
  padding-right: 0px;
}

.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  /* background: #111; */
  /* transition: width .25s ease; */
}

/* .global-nav a:hover::after { width: 100%; } */

/* ===== SP ハンバーガーボタン（PCでは非表示） ===== */
.sp-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 1101;
  flex: 0 0 auto;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.sp-menu-toggle__bar {
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  width: 24px;
  height: 2px;
  background: #231815;
  border-radius: 1px;
  pointer-events: none;
}
.sp-menu-toggle__bar:nth-child(1) { top: 14px; }
.sp-menu-toggle__bar:nth-child(2) { top: 21px; }
.sp-menu-toggle__bar:nth-child(3) { top: 28px; }
.sp-menu-toggle.is-open .sp-menu-toggle__bar:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}
.sp-menu-toggle.is-open .sp-menu-toggle__bar:nth-child(2) { opacity: 0; }
.sp-menu-toggle.is-open .sp-menu-toggle__bar:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}
.sp-menu-overlay { display: none; }

@media (min-width: 901px) {
  .bg-white-wrapper {
    padding-top: 76px;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}

.container-shelf-type-p {
  width: 1056px;
  margin: 0 auto;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 70px;
}

.hero-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 34px;
}

.product-title {
  margin: 0;
  font-family: "Amiri", serif;
  /* font-size: clamp(26px, 3vw, 42px); */
  font-size: 41px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: .02em;
  margin-right: 8px;
}

.type-mark {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  position: relative;
  top: -3px;
}

.series-label {
  font-family: "SourceHanSerif-SemiBold", "Source Han Serif", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  position: relative;
  top: 7px;
}

.hero-copy-1 {
  font-family: "SourceHanSerif-SemiBold", "Source Han Serif", "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero-copy-2 {
  font-family: BIZ UDPGothic, sans-serif;
  font-weight: 400;
}

.hero-copy {
  margin: 24px 0 34px;
  font-size: 15px;
  color: #111;
}

.hero-visual {
  position: relative;
  min-height: 800px;
  background-image: url("../img/shelf-type-p/sec01_image_01.jpg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  margin-top: 45px;
}

.feature-icons {
  display: flex;
  gap: 10px;
  margin-left: 0px;
  margin-bottom: 12px;
}

.feature-icon {
  width: 130px;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.feature-icon .circle {
  width: 120px;
  height: 120px;
  margin: 0 auto 5px;
  border-radius: 50%;
  overflow: hidden;
  background: #e8eef1;
}

.feature-icon .circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shelf-visuals {
  position: relative;
  min-height: 430px;
}

.shelf-visuals .shelf-main {
  position: absolute;
  left: 140px;
  top: 70px;
  width: 360px;
  filter: drop-shadow(0 22px 22px rgba(0,0,0,.16));
  z-index: 2;
}

.shelf-visuals .shelf-sub {
  position: absolute;
  right: 70px;
  top: 8px;
  width: 270px;
  filter: drop-shadow(0 18px 18px rgba(0,0,0,.13));
  z-index: 1;
}

.scene {
  margin: 0 auto 70px;
}

.scene img,
.wide-image-placeholder {
  width: 100%;
  /* aspect-ratio: 1080 / 505; */
  object-fit: cover;
  /* background: linear-gradient(180deg, #c6d3d4, #e1e7e7 48%, #c2ccca); */
}

.lead-section {
  display: grid;
  grid-template-columns: 1fr 210px;
  gap: 56px;
  margin-bottom: 86px;
}

.lead-section h2,
.text-section h2,
.drawing-section h2,
.spec-section h2,
.product-section h2 {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
}

.lead-section-title {
  font-family: "SourceHanSerif-SemiBold", "Source Han Serif", "Noto Serif JP", serif;
}

.font-size-20{
  font-size: 20px;
}

.lead-block + .lead-block {
  margin-top: 22px;
}

.lead-block h3 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 500;
}

.lead-block p {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.lead-block__environment-layout {
  display: inline-grid;
  grid-template-columns: auto 28px;
  align-items: start;
  column-gap: 30px;
  justify-content: start;
  max-width: 100%;
}

.lead-block__environment-marker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lead-block--environment img {
  display: block;
  width: 27px;
  max-width: 100%;
  margin-left: 0;
  aspect-ratio: 32 / 100;
}

.lead-block__environment-temperatures {
  display: grid;
  justify-items: start;
  gap: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  white-space: nowrap;
}

.lead-block__environment-range {
  writing-mode: vertical-rl;
  font-size: 12px;
  line-height: 1;
  /* justify-self: center; */
  margin-left: 10px;
}

.lead-block__environment-temperature-pulus {
  margin-left: 8px;
}

.lead-block__maintenance-layout {
  display: inline-grid;
  grid-template-columns: auto 290px;
  align-items: start;
  column-gap: 32px;
  justify-content: start;
  max-width: 100%;
}

.lead-block--maintenance img {
  display: block;
  width: 200px;
  max-width: 100%;
  margin-left: 0;
}

.airflow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-top: 58px;
  min-height: 210px;
}

.air-arrow {
  position: relative;
  width: 18px;
  height: 82px;
}

.air-arrow::before,
.air-arrow::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 700;
}

.air-arrow::before {
  content: "暖";
  top: -18px;
  color: #e94735;
}

.air-arrow::after {
  content: "冷";
  bottom: -18px;
  color: #21a7e0;
}

.air-arrow span {
  position: absolute;
  left: 50%;
  width: 4px;
  height: 70px;
  transform: translateX(-50%);
  background: linear-gradient(#e94735 0 48%, #21a7e0 52% 100%);
  border-radius: 99px;
}

.air-arrow span::before,
.air-arrow span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.air-arrow span::before {
  top: -8px;
  border-bottom: 10px solid #e94735;
}

.air-arrow span::after {
  bottom: -8px;
  border-top: 10px solid #21a7e0;
}

.vent-image {
  width: 120px;
  height: 92px;
  background: #e7e7e7;
  box-shadow: 0 12px 20px rgba(0,0,0,.14);
  display: grid;
  place-items: center;
  color: #777;
  font-size: 10px;
}

.text-section {
  margin-bottom: 72px;
  /* max-width: 810px; */
}

.text-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  align-items: start;
  gap: 8px;
}

.text-section__video {
  width: 100%;
}

.text-section__video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 560 / 315;
  border: 0;
}

.text-section p {
  margin: 0 0 12px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.drawing-section {
  margin-bottom: 92px;
}

/* === 構成説明（kawajun.jp/ht/shelf-type-p の config-items-wrap を踏襲） === */
.config-items-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.position-relative.config-items-wrap {
  position: relative;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 70px;
}

.config-items-wrap .config-stage {
  position: relative;
}

.config-items-wrap .shelf-main {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.config-items-wrap .shelf-main.sp-only { display: none; }
.config-items-wrap .shelf-main.pc-only { display: block; }

.position-absolute {
  position: absolute;
}

.config-items-wrap .area-btn {
  background-color: #ccc;
  opacity: .5;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .2s ease, opacity .2s ease;
}

.config-items-wrap .area-btn:hover,
.config-items-wrap .area-btn:focus,
.config-items-wrap .area-btn.current {
  background-color: #fadce9;
  opacity: 1;
  mix-blend-mode: multiply;
  outline: none;
}

/* PC ホットスポット位置（オリジナル準拠） */
.config-items-wrap .btn-shelf01_1 {
  width: 5.6%;
  height: 0;
  padding-bottom: 5.6%;
  top: 28.3%;
  left: 22.8%;
}
.config-items-wrap .btn-shelf01_2 {
  width: 5.6%;
  height: 0;
  padding-bottom: 5.6%;
  top: 25.8%;
  left: 37%;
}
.config-items-wrap .btn-shelf02 {
  width: 9.7%;
  height: 0;
  padding-bottom: 9.7%;
  top: 53.4%;
  left: 23.6%;
}
.config-items-wrap .btn-shelf03 {
  width: 5.6%;
  height: 0;
  padding-bottom: 5.6%;
  top: 56.4%;
  left: 71.5%;
}

/* 構成説明カード */
.config-items-wrap .area-config-item {
  position: absolute;
}
.config-items-wrap .area-config-item:not(.active) {
  display: none;
}

.config-items-wrap .config-item01 { top: 24%; left: 5%; }
.config-items-wrap .config-item02 { top: 54%; left: 5%; }
.config-items-wrap .config-item03 { top: 56%; right: 0; left: 82.5%; }

.config-items-wrap .circle-pic {
  width: 12.1vw;
  max-width: 160px;
  padding: 0 .5rem;
  display: block;
}

.config-items-wrap h4 {
  font-weight: 700;
  margin: 0 0 4px;
}

.config-items-wrap p {
  margin-bottom: 0;
  line-height: 1.48;
}

.rack-line {
  position: absolute;
  border: 8px solid #bfc4c2;
  border-top-width: 10px;
  border-radius: 8px;
  width: 62%;
  height: 74%;
  left: 18%;
  top: 13%;
  transform: perspective(700px) rotateX(58deg) rotateZ(-18deg);
  opacity: .86;
}

.rack-line::before,
.rack-line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background: #bfc4c2;
}

.rack-line::before { top: 28%; }
.rack-line::after { top: 58%; }

.annotation {
  position: absolute;
  font-size: 10px;
  color: #555;
  line-height: 1.35;
  white-space: nowrap;
}

.annotation::before {
  content: "";
  display: inline-block;
  width: 72px;
  height: 1px;
  margin-right: 8px;
  background: #9d9d9d;
  vertical-align: middle;
}

.annotation.a1 { left: 2%; top: 10%; }
.annotation.a2 { right: 0; top: 25%; }
.annotation.a3 { left: 0; bottom: 26%; }
.annotation.a4 { right: 5%; bottom: 13%; }

.spec-section {
  margin-bottom: 82px;
}

.drawing-title {
  margin: 0 0 30px;
  font-family: "SourceHanSerif-SemiBold", "Source Han Serif", "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
}

/* ===== 耐荷重テーブル（kawajun.jp/ht/shelf-type-p の sec-weight を踏襲） ===== */
.spec-section .align-items-end { align-items: flex-end; }
.spec-section .text-center { text-align: center; }
.spec-section .mb-0 { margin-bottom: 0; }
.spec-section .position-relative { position: relative; }

.spec-section .weight-row {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.spec-section .scroll-area-head {
  width: 20%;
  min-width: 80px;
  flex-shrink: 0;
}

.spec-section .scroll-area-head .weight-spacer {
  /* 画像列に揃えるための上部の空きスペース */
  height: 310px;
}

.spec-section .weight-border {
  padding: 4px;
  border-bottom: 1px solid #231815;
  letter-spacing: -1px;
  font-size: 16px;
  font-weight: 100;
}

.spec-section .weight-border.weight-area-title {
  text-align: center;
}

.spec-section .scrollx-load {
  width: 80%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /* スクロールバー非表示（機能は残す） */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.spec-section .scrollx-load::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.spec-section .scene-list {
  list-style: none;
  display: flex;
  align-items: flex-end;
  padding: 0;
  margin: 0;
}

.spec-section .scene-item {
  flex-shrink: 0;
  max-width: 100%;
  min-width: 52%;
}

.spec-section .scene-item:first-child {
  min-width: 40%;
}

.spec-section .scene-item > img {
  display: block;
  margin: 0 auto;
  max-height: 310px;
  width: auto;
}

.spec-section .lato-bold {
  font-family: "Lato", sans-serif;
  font-synthesis: weight;
  /* letter-spacing: -1px; */
  font-weight: 600;
}

.spec-section .pc-slide-btn {
  position: absolute;
  top: .8rem;
  right: 0;
}

.spec-section .pc-slide-btn button {
  background-color: #fff;
  border: 1px solid #231815;
  line-height: 1.1;
  padding: 0 30px;
  cursor: pointer;
}

.spec-section .pc-slide-btn button:hover {
  background-color: unset;
}

.spec-section .text-smaller {
  font-size: 92%;
}

.spec-section .weight-note {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.spec-section .weight-subhead {
  font-weight: 500;
  font-size: 15px;
  margin: 10px 0 6px;
}

.spec-section .set-lh-sm {
  line-height: 1.7;
  margin: 0;
  margin-top: 12px;
}

/* SP 専用「棚板1段の耐荷重」行 */
.spec-section .weight-sp-bottom {
  display: none;
  margin-top: 4px;
}

.spec-section .weight-sp-bottom__title {
  width: 20%;
  min-width: 80px;
}

.spec-section .weight-sp-bottom__value {
  width: 80%;
  margin-left: .25rem;
}

/* スクロールバー薄く */
.spec-section .scrollx-load::-webkit-scrollbar { height: 6px; }
.spec-section .scrollx-load::-webkit-scrollbar-thumb { background: #c9c9c9; border-radius: 3px; }
.spec-table td:first-child,
.spec-table th:first-child {
  text-align: left;
  width: 44%;
}

.remarks {
  margin-top: 12px;
  color: #333;
  font-size: 10px;
  line-height: 1.8;
}

.application-section {
  margin-bottom: 86px;
}

.application-section h2 {
  margin: 0 0 35px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  font-family: "SourceHanSerif-SemiBold", "Source Han Serif", "Noto Serif JP", serif;
}

/* sec-scene 横スクロール（ホバー時 wheel→scrollLeft） */
.application-section .scene-swiper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.application-section .scene-swiper::-webkit-scrollbar {
  display: none;
}

.application-section .app-scene-list {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.application-section .app-scene-item {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
}

.application-section .app-scene-item .p-black {
  background: #231815;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 6px 4px;
  margin: 0 0 8px;
}

.application-section .scene-img-wrapper {
  display: flex;
  gap: 8px;
  width: 100%;
}

.application-section .scene-img-wrapper img {
  width: 50%;
  height: auto;
  display: block;
  object-fit: cover;
}

.application-section .scene-scrollbar {
  position: relative;
  width: 100%;
  height: 8px;
  /* background: #eeeeee; */
  border-radius: 10px;
}

.application-section .scene-scrollbar__thumb {
  position: absolute;
  top: 5px;
  left: 0;
  height: 5px;
  min-width: 48px;
  background: #cccccc;
  border-radius: 10px;
  cursor: pointer;
  touch-action: none;
}

.application-section .scene-pagination {
  display: none;
}

.application-section .scene-pagination__dot {
  appearance: none;
  border: 0;
  padding: 0;
  border-radius: 999px;
  background: #d8d8d8;
}

.application-section .scene-pagination__dot.is-active {
  background: #8f8f8f;
}

.application-caption {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--brown);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.application-caption div {
  padding: 7px 10px;
}

.application-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.application-images img,
.application-image-placeholder {
  width: 100%;
  aspect-ratio: 540 / 285;
  object-fit: cover;
  background: #ddd;
}

.application-image-placeholder.hotel {
  background: radial-gradient(circle at 20% 45%, rgba(255,255,255,.9), transparent 22%), linear-gradient(110deg, #efe4d1, #a58f78 52%, #d8d0c6);
}

.application-image-placeholder.kitchen {
  background: radial-gradient(circle at 75% 20%, rgba(255,255,255,.55), transparent 13%), linear-gradient(120deg, #3e4b50, #8f999b 55%, #d6dddc);
}

.product-section {
  margin-bottom: 70px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 82px;
}

.product-card {
  min-width: 0;
}

.product-image {
  height: 210px;
  display: grid;
  place-items: end center;
  margin-bottom: 50px;
}

.product-image > img ,
.part-image > img {
  max-height: 250px;
}

.shelf-mini {
  width: 160px;
  height: 185px;
  position: relative;
  border-left: 7px solid #c8cbc9;
  border-right: 7px solid #c8cbc9;
  border-radius: 7px 7px 2px 2px;
  transform: skewY(-3deg);
}

.shelf-mini::before,
.shelf-mini::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  height: 14px;
  border-top: 4px solid #b9bcba;
  border-bottom: 4px solid #d9dbda;
  background: repeating-linear-gradient(90deg, #bec3c1 0 3px, transparent 3px 9px);
}

.shelf-mini::before { top: 6px; }
.shelf-mini::after { top: 64px; box-shadow: 0 58px 0 #d5d8d7; }

.shelf-mini span {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 9px;
  height: 14px;
  border-top: 4px solid #b9bcba;
  border-bottom: 4px solid #d9dbda;
  background: repeating-linear-gradient(90deg, #bec3c1 0 3px, transparent 3px 9px);
}

.product-name {
  min-height: 58px;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  margin-bottom: 10px;
}

.product-meta-title {
  font-size: 15px;
}

.product-meta {
  display: inline-grid;
  grid-template-columns: max-content max-content;
  margin-top: 0px;
  color: #333;
  font-size: 10px;
  line-height: 1.75;
}

.product-meta p {
  margin: 0;
  padding: 0 9px;
  font-size: 14px;
}

.product-meta p:first-child {
  padding-left: 0;
}

.product-meta p + p {
  border-left: 1px solid #231815;
}

.parts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 62px 82px;
}

.part-image {
  height: 175px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
}

.panel-part {
  width: 34px;
  height: 150px;
  border: 6px solid #d5d3ca;
  background: #fff;
  box-shadow: 8px 5px 0 rgba(0,0,0,.05);
}

.shelf-part {
  width: 210px;
  height: 74px;
  transform: perspective(260px) rotateX(58deg) rotateZ(-12deg);
  border: 7px solid #c5c9c7;
  background: repeating-linear-gradient(90deg, #b9bfbc 0 5px, transparent 5px 14px);
  box-shadow: 9px 12px 0 rgba(0,0,0,.06);
}

.caster-part {
  position: relative;
  width: 82px;
  height: 118px;
}

.caster-part::before {
  content: "";
  position: absolute;
  left: 37px;
  top: 0;
  width: 10px;
  height: 44px;
  background: #bcc1be;
  border-radius: 3px;
}

.caster-part::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 10px solid #46545d;
  background: #e2dfcc;
  box-shadow: inset 0 0 0 8px #a9afa9;
}

.caster-part.lock::before {
  box-shadow: -34px 30px 0 -2px #344653;
}

.footnote {
  margin-top: 36px;
  font-size: 13px;
  color: rgb(35, 24, 21);
  line-height: 1.5;
}

.site-footer {
  border-top: 1px solid #e4e4e4;
  padding: 46px 0 36px;
}

.footer-inner {
  width: min(var(--page-width), calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.15fr;
  gap: 46px;
  align-items: start;
  font-size: 11px;
}

.footer-logo {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 12px;
}

.footer-column h3 {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  border-top: 1px solid #cfcfcf;
}

.footer-column a {
  display: block;
  padding: 9px 0;
}

.footer-contact p {
  margin: 0 0 10px;
  font-size: 10px;
  line-height: 1.7;
}

.footer-buttons {
  display: flex;
  gap: 7px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.footer-button {
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
  background: #159246;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.footer-button.blue { background: #1572bc; }

.sns {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  font-weight: 700;
  font-size: 12px;
}

.copyright {
  width: min(var(--page-width), calc(100% - 64px));
  margin: 28px auto 0;
  color: #777;
  font-size: 9px;
  text-align: right;
}

.about-nsf-page-main {
  padding: 34px 0 80px;
}

.about-nsf-page-main .container-shelf-type-p {
  margin-top: 40px;
}

.about-nsf-head {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 30px;
}

.about-nsf-title {
  margin: 0;
  font-family: "Amiri", serif;
  font-size: 41px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: .02em;
}

.about-nsf-subtitle {
  margin: 0 0 7px;
  color: #00549c;
  font-family: "SourceHanSerif-SemiBold", "Source Han Serif", "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.about-nsf-mobile-badge {
  display: none;
}

.about-nsf-intro {
  display: grid;
  grid-template-columns: auto 1px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  margin-bottom: 22px;
}

.about-nsf-intro__lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.about-nsf-intro__label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

.about-nsf-intro__divider {
  width: 1px;
  height: 100%;
  background: #8d8d8d;
}

.about-nsf-intro__body {
  min-width: 0;
}

.about-nsf-intro__icon {
  width: 60px;
}

.about-nsf-intro__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.about-nsf-intro__text p {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.85;
}

.about-nsf-intro__text p + p {
  margin-top: 4px;
}

.about-nsf-image {
  margin: 0;
}

.about-nsf-image img {
  display: block;
  width: 100%;
  height: auto;
}

.text-smaller-2 {
  font-size: 14px;
}



@media (max-width: 900px) {
  :root { --page-width: 720px; }

  /* ===== SP: ヘッダーを上部固定・ハンバーガー表示 ===== */
  .bg-white-wrapper { padding-top: 64px; }

  .site-header {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: 64px;
    padding: 0;
    /* background: #fff; */
    /* box-shadow: 0 1px 0 rgba(0, 0, 0, .06); */
    z-index: 1100;
    background-color: hsla(0, 0%, 100%, .5);
  }

  body.sp-menu-open .site-header {
    top: 0;
    background-color: #ffffff;
  }

  .header-inner {
    width: 100%;
    height: 64px;
    padding: 0 16px;
    margin: 0;
    top: 0;
    background: transparent;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .pfi-logo_shelf-type-p {
    width: 220px;
    height: 22px;
  }

  .sp-menu-toggle { display: block; }

  /* nav をドロワーへ（上から表示・アニメーションなし） */
  .global-nav {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100vh - 64px);
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 8px 15px 60px;
    overflow-y: auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
    z-index: 1090;
    display: none;
  }
  .global-nav.is-open { display: flex; }

  .global-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0px 5px;
    font-size: 14px;
    font-weight: 300;
    color: #231815;
    border-right: 0;
    border-bottom: 1px solid #e5e3e1;
    padding-right: 4px;
  }
  .global-nav a::after {
    content: ">";
    position: static;
    width: auto;
    height: auto;
    margin-left: 12px;
    font-size: 14px;
    font-weight: 300;
    color: #b8b8b8;
    background: none;
  }
  .global-nav a:last-child { border-bottom: 1px solid #e5e3e1; }

  /* オーバーレイ */
  .sp-menu-overlay {
    display: none;
    position: fixed;
    inset: 64px 0 0 0;
    background: rgba(0, 0, 0, .35);
    z-index: 1080;
  }
  .sp-menu-overlay.is-open {
    display: block;
  }

  body.sp-menu-open { overflow: hidden; }

  .hero-visual,
  .shelf-visuals { min-height: auto; }

  /* ===== SP: hero セクション レイアウトをタイトル→画像→コピー1→コピー2→アイコンに並べ替え ===== */
  .hero { padding: 76px 16px 0; overflow: hidden; }
  .hero .container-shelf-type-p {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding: 0;
  }
  .hero-title-row {
    order: 1;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-bottom: 16px;
    align-items: center;
  }
  .hero-title-row .product-title { 
    width: 100%;
    margin-right: 0;
    font-size: 28px; 
  }
  .hero-title-row .type-mark { width: 36px; height: 36px; top: 0; }
  .hero-title-row .series-label { font-size: 16px; top: 0; }

  .hero-shelf-img {
    order: 2;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    margin: 8px auto 24px;
  }

  .hero-copy-1 {
    order: 3;
    position: relative;
    z-index: 2;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.55;
    margin-bottom: 18px;
  }
  .hero-copy-2 {
    order: 4;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 28px;
  }

  /* hero-visual を contents 化して feature-icons をコンテナの直接の flex item に */
  .hero-visual {
    display: contents;
    background: none !important;
    min-height: 0;
    margin-top: 0;
  }
  .hero-visual::before { content: none !important; }

  .feature-icons {
    order: 5;
    justify-content: space-between;
    margin: 0 0 12px;
    gap: 16px;
  }

  .feature-icons span{
    font-size: 13px !important;
  }

  .shelf-visuals {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: end;
  }

  .shelf-visuals .shelf-main,
  .shelf-visuals .shelf-sub {
    position: static;
    width: 100%;
  }

  .lead-section {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .lead-block__environment-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 14px;
    row-gap: 0;
    margin-bottom: 20px;
  }

  .lead-block__maintenance-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    align-items: end;
    column-gap: 10px;
    row-gap: 0;
  }

  .lead-block__environment-marker {
    justify-self: end;
    gap: 10px;
  }

  .lead-block--environment img {
    width: 32px;
    margin-left: 0;
  }

  .lead-block__environment-temperatures {
    gap: 4px;
    font-size: 16px;
    line-height: 1.15;
  }

  .lead-block__environment-range {
    margin-left: 0;
  }

  .lead-block__environment-temperature-pulus {
    margin-left: 0;
  }

  .lead-block__maintenance-layout p,
  .lead-block__environment-layout p {
    min-width: 0;
  }

  .lead-block--maintenance img {
    width: 100%;
    max-width: 120px;
    margin-left: 0;
    justify-self: end;
  }

  .text-section__layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .drawing-placeholder--interactive {
    min-height: auto;
  }

  /* SP: 構造図画像切り替え */
  .config-items-wrap .shelf-main.pc-only { display: none; }
  .config-items-wrap .shelf-main.sp-only { display: block; }

  /* SP: ホットスポット位置（オリジナル準拠） */
  .config-items-wrap .btn-shelf01_1 {
    width: 7%;
    padding-bottom: 7%;
    left: 9.6%;
  }
  .config-items-wrap .btn-shelf01_2 {
    width: 8.5%;
    padding-bottom: 8.5%;
    top: 27%;
    left: 28%;
  }
  .config-items-wrap .btn-shelf02 {
    width: 14%;
    padding-bottom: 14%;
    top: 52%;
    left: 10%;
  }
  .config-items-wrap .btn-shelf03 {
    width: 7%;
    padding-bottom: 7%;
    left: 84%;
  }

  /* SP: 説明アイテムは画像下にフロー表示（アクティブ1件のみ） */
  .config-items-wrap .area-config-item {
    position: static;
    display: flex;
    align-items: center;
    height: 0;
    margin-bottom: 15%;
    font-size: 14px;
  }
  .config-items-wrap .area-config-item.active {
    height: auto;
  }
  .config-items-wrap .config-item01,
  .config-items-wrap .config-item02,
  .config-items-wrap .config-item03 {
    top: auto;
    left: auto;
    right: auto;
  }

  .config-items-wrap .circle-pic {
    max-width: 125px;
    width: 23.2%;
    padding: 0;
  }

  .config-items-wrap h4 {
    font-size: calc(.6em + 1.2vw);
  }
  .config-items-wrap p {
    font-size: calc(.6em + 1vw);
  }

  .ml-4 { margin-left: 1.5rem; }

  /* 耐荷重テーブル SP */
  .spec-section .scroll-area-head { margin-bottom: 4px; }
  .spec-section .scroll-area-head .weight-spacer { height: 111px; }
  .spec-section .scene-item { padding: 4px; }
  .spec-section .scene-item > img { max-height: 111px; }
  .spec-section .scene-list .weight-border { font-size: 14px; }
  .spec-section .scene-item .h-weight-sp { height: 45px; align-content: center; }
  .spec-section .font-14px-sp { font-size: 14px; }
  .spec-section .weight-sp-bottom { display: flex; }
  #sec-weight .set-lh-sm { line-height: 1.5; }

  .airflow { padding-top: 0; }

  .product-grid,
  .parts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 36px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .lead-section h2 {
    font-size: 19px;
    margin: 0 0 20px;
  }

  .text-section h2{
    font-size: 19px;
  }

  .container-shelf-type-p {
    margin-top: 20px;
  }

  .lead-block__environment-temperature-pulus {
    position: relative;
    left: 10px;
  }

  .lead-block__environment-range {
    position: relative;
    left: 14px; 
  }

  .weight-border {
    font-size: 12px;
  }

  .spec-section .weight-border.weight-area-title {
    text-align: left;
  }

  .text-smaller {
    font-size: 11px;
  }

  .text-smaller-2 {
    font-size: 14px;
  }

  .application-section .app-scene-item .p-black {
    margin: 0px;
    font-size: 14px;
    height: 54px;
    font-weight: 300;
  }

  .about-nsf-page-main {
    padding: 24px 0 56px;
  }

  .about-nsf-head {
    margin-bottom: 12px;
  }

  .about-nsf-title {
    width: 100%;
    font-size: 36px;
  }

  .about-nsf-subtitle {
    display: none;
  }

  .about-nsf-mobile-badge {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
  }

  .about-nsf-mobile-badge__icon {
    width: 64px;
    flex: 0 0 auto;
  }

  .about-nsf-mobile-badge__icon img {
    display: block;
    width: 80%;
    height: auto;
  }

  .about-nsf-mobile-badge__text {
    margin: 0;
    color: #231815;
    font-family: "SourceHanSerif-SemiBold", "Source Han Serif", "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
  }


  .about-nsf-intro__lead {
    gap: 0;
  }
  .about-nsf-intro {
    grid-template-columns: 1fr;
    margin-bottom: 18px;
  }

  .about-nsf-intro__label {
    padding-top: 0;
    font-size: 20px;
  }

  .about-nsf-intro__icon {
    display: none;
  }

  .about-nsf-intro__lead {
    gap: 0;
  }

  .about-nsf-intro__body {
    min-width: 0;
  }

}

@media (max-width: 560px) {
  /* .container,
  .header-inner,
  .footer-inner,
  .copyright {
    width: calc(100% - 32px);
  } */

  .product-title { font-size: 25px; }

  .hero { padding-top: 76px; }

  .feature-icons {
    gap: 10px;
  }

  .feature-icon { width: 31%; }
  .feature-icon .circle { 
    width: 95px; 
    height: 95px; 
  }

  .shelf-visuals { grid-template-columns: 1fr; }

  .scene {
    margin-bottom: 20px;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 20px;
  }

  .scene .scene-image-scroll {
    height: 320px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .scene .scene-image-scroll img {
    display: block;
    width: auto;
    max-width: none;
    height: 320px;
  }

  .lead-section,
  .text-section,
  .drawing-section,
  .spec-section,
  .application-section,
  .product-section {
    margin-bottom: 56px;
  }

  .size-drawings {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .application-caption,
  .application-images {
    grid-template-columns: 1fr;
  }

  .application-section .scene-swiper {
    overflow: hidden;
  }

  .application-section .app-scene-list {
    display: grid;
    gap: 0;
  }

  .application-section .app-scene-item {
    grid-area: 1 / 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 2.25s ease, visibility 0s linear 2.25s;
  }

  .application-section .app-scene-item.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 2.25s ease;
  }

  .application-section .app-scene-item .p-black {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
  }

  .application-section .scene-img-wrapper--single {
    display: block;
    overflow: hidden;
  }

  .application-section .scene-img-wrapper--single img {
    width: 100%;
  }

  .application-section .app-scene-item.is-active .scene-img-wrapper--single img {
    animation: shSceneFadeZoom 2.25s ease forwards;
    transform-origin: center;
  }

  .application-section .scene-scrollbar {
    display: none;
  }

  .application-section .scene-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 14px;
  }

  .application-section .scene-pagination__dot {
    width: 5px;
    height: 5px;
  }

  .product-grid,
  .parts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 24px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .product-image,
  .part-image {
    height: auto;
    min-height: 160px;
  }

  .product-name {
    font-size: 12px;
  }

  .product-price{
    font-size: 12px;
  }

  .product-meta {
    display: none !important;
  }

  .footnote {
    font-size: 11px;
    letter-spacing: normal;
  }

  .application-section h2 {
    letter-spacing: normal;
  }

  .about-nsf-title {
    font-size: 26px;
  }

  .about-nsf-mobile-badge {
    gap: 0px;
    margin-bottom: 22px;
  }

  .about-nsf-mobile-badge__icon {
    width: 56px;
  }

  .about-nsf-mobile-badge__text {
    font-size: 18px;
  }

  .about-nsf-intro__label {
    font-size: 17px;
    font-weight: 400;
  }

  .about-nsf-intro__icon {
    width: 48px;
  }

  .about-nsf-intro__text p {
    font-size: 13px;
    line-height: 1.8;
  }


}

@media (max-width: 360px) {
  .hero-title-row .product-title {
    font-size: 23px;
  }
  .hero-copy-1 {
    font-size: 17px;
  }
  .about-nsf-title {
    font-size: 24px;
  }
}



/* ===========================================================
   Hero h1 / hero-copy 文字アニメ（PC・SP 共通 / 参考サイト準拠）
   =========================================================== */
@keyframes shHeroToLefts {
  0%   { opacity: 0; transform: translateX(20px); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes shHeroOverflowChange {
  0%   { overflow: hidden; }
  100% { overflow: unset; }
}
@keyframes shHeroFadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes shSceneFadeZoom {
  0%   { opacity: .72; transform: scale(1.32); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes shHeroZoomingTop {
  0%   { transform: scale(1.45); opacity: 1; }
  100% { transform: scale(1.22); }
}
@keyframes shSceneZoomingOutPc {
  0%   { transform: scale(1.34); }
  100% { transform: scale(1); }
}
@keyframes shHeroTypeMarkPulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.3); }
  100% { transform: scale(1); }
}

.hero .product-title .left-in-char-wrap {
  display: inline-block;
  overflow: hidden;
}
.hero.is-anim-ready .product-title .left-in-char-wrap {
  animation: shHeroOverflowChange 0s ease 1.2s forwards;
}
.hero .product-title .left-in-char {
  display: inline-block;
  opacity: 0;
  min-width: .3em;
  will-change: transform, opacity;
}
.hero.is-anim-ready .product-title .left-in-char {
  animation: shHeroToLefts 1s ease 0s 1 normal forwards;
}
.hero .hero-copy-1 .fade-in-char,
.hero .hero-copy-2 .fade-in-char {
  display: inline-block;
  opacity: 0;
  min-width: .3em;
}
.hero.is-anim-ready .hero-copy-1 .fade-in-char,
.hero.is-anim-ready .hero-copy-2 .fade-in-char {
  animation: shHeroFadeIn 1s ease 0s 1 normal forwards;
}

@media (min-width: 901px) {
  .scene .scene-image-scroll {
    overflow: hidden;
  }

  .scene .scene-image-scroll img {
    display: block;
    transform-origin: center;
    animation: shSceneZoomingOutPc 7s ease-in-out 0s 1 normal forwards;
    will-change: transform;
  }
}

/* SP: 背景画像のズームアウト（参考サイト top-zoomingout-sp 準拠） */
@media (max-width: 900px) {
  .hero .hero-title-row .type-mark img {
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: center;
    animation: shHeroTypeMarkPulse 2s ease-in-out var(--sh-hero-type-mark-delay, 6s) 2 normal both;
    will-change: transform;
  }

  .hero .hero-shelf-img {
    transform-origin: center;
    will-change: transform;
  }

  .hero.is-anim-ready .hero-shelf-img {
    animation: shHeroZoomingTop 5s ease-in-out 0s 1 normal forwards;
  }
}

