.fs-c-productList {
    /*display: none;*/
}

.fs-categoryBasicInfoArea.series-set {
    background-color: #fff;
}
.fs-categoryBasicInfoArea.series-set .fs-categoryBasicInfo {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 30%;
}
.fs-categoryBasicInfoArea.series-set .fs-categoryBasicInfo img {
    width: 130px;
    object-fit: contain;
    margin-bottom: 20px;
}
.fs-categoryBasicInfoArea.series-set .fs-categoryBasicInfo h1 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
.fs-categoryBasicInfoArea.series-set .fs-categoryImage {
    width: 61%;
}
.fs-categoryBasicInfoArea.series-set .fs-categoryImage img {
    aspect-ratio: 2.1 / 1;
}
.fs-series-featureArea h2 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.fs-series-featureArea__lead {
    text-align: center;
    margin-bottom: 40px;
}
.series-icons-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 110px;
}
.series-icons-list li {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 76px;
    margin: 0 8px;
}
.series-icons-list li::after {
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0;
    margin-top: 2px;
}

.series-icons-list li span{font-size: 1.2rem;}
/*.series-icons-list li:first-child::after {
    content: "耐荷重";
}
.series-icons-list li:nth-child(2)::after {
    content: "表面加工";
}
.series-icons-list li:nth-child(3)::after {
    content: "ポール径";
}
.series-icons-list li:last-child::after {
    content: "パーツ展開";
}
.series-icons-list li.size::after {
    content: "サイズ展開" !important;
}
.fs-body-category-luminous-latte .series-icons-list li:last-child::after {
    content: "ポール径";
}
*/

.series-icons-list li img {
    width: 100%;
}
.fs-series-featureArea__lead {
    padding: 0 20px;
}
.series-feature-list {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    padding: 0 30px;
    margin: 0 auto 100px;
}
.series-feature-list li {
    display: flex;
    flex-flow: column;
    width: 31.4%;
    border-radius: 5px;
    overflow: hidden;
}
.series-feature-list li img {
    width: 100%;
    aspect-ratio: 1.4 / 1;
    object-fit: cover;
}
.fs-c-featuresItem-text {
    flex-grow: 1;
    padding: 16px 32px;
    background-color: #F5F5F5;
}
.fs-c-featuresItem-title {
    font-size: 1.8rem;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 8px;
}
.fs-c-featuresItem-description {
    line-height: 1.5;
}
.fs-itemSearchArea.series-set::after {
    content: none;
}
.fs-series-typeArea h2 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 40px;
}
.fs-series-typeArea .fs-anchor li {
    margin: 0 26px 50px;
}
@media screen and (max-width:1024px) {
    .fs-categoryBasicInfoArea.series-set {
        margin-bottom: 10px;
    }
    .fs-categoryBasicInfoArea.series-set .fs-categoryBasicInfoArea-wrapper:has(.fs-categoryImage) {
        flex-flow: column;
    }
    .fs-categoryBasicInfoArea.series-set .fs-categoryBasicInfo {
        width: 100%;
        margin-bottom: 20px;
    }
    .fs-categoryBasicInfoArea.series-set .fs-categoryImage {
        width: 100%;
        margin-bottom: 0;
    }
    .fs-categoryBasicInfoArea.series-set .fs-categoryBasicInfo img {
        width: 93px;
        margin-bottom: 6px;
    }
    .fs-categoryBasicInfoArea.series-set .fs-categoryBasicInfo h1 {
        font-size: 1.6rem;
    }
    .fs-series-featureArea h2 {
        font-size: 1.6rem;
        margin-bottom: 14px;
    }
    .series-icons-list {
        margin-bottom: 80px;
    }
    .series-icons-list li {
        width: 72px;
        margin: 0 7px;
    }
    .series-icons-list li::after {
        font-size: 1.3rem;
    }
    .series-feature-list {
        flex-flow: column;
        align-items: center;
        padding: 0 20px;
        margin: 0 auto 80px;
    }
    .series-feature-list li {
        width: 100%;
        margin-bottom: 20px;
    }
    .fs-c-featuresItem-text {
        padding: 10px 12px;
    }
    .fs-c-featuresItem-title {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
    .fs-itemSearchArea.series-set {
        padding: 40px 20px 50px;
    }
    .fs-series-typeArea .fs-anchor li {
        margin: 0 12px 40px;
    }
    .fs-itemSearchArea.series-parts {
        padding: 0 20px 35px;
    }
}

/* 表に用いるstyle */
.categoryArea-item {
    margin-bottom: 60px;
}
.series-type-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 40px;
}
.series-type-table-wrapper {
    max-width: 940px;
    margin: 0 auto 76px;
}
.fs-body-category-luminous-light .series-type-table-wrapper {
    max-width: 1140px;
}
.series-type-table-wrapper::after {
    content: "※設置サイズ詳細は、各商品ページにてご確認ください";
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.series-type-sub-title {
    margin-bottom: 6px;
}
.series-type-table-tabs {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.fs-body-category-luminous-light .series-type-table-tabs {
    overflow-x: scroll;
}
.series-type-table-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D9DFE5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #D9DFE5;
    flex: 1 0 auto;
    padding: 7px 0;
    margin: 0 2px;
    font-size: 1.6rem;
    font-weight: 700;
    color: rgba(51, 51, 51, 0.6);
    cursor: pointer;
}
.series-type-table-tab:last-child {
    margin-right: 0;
}
.series-type-table-tab:first-child {
    margin-left: 0;
}
.series-type-table-tab::before {
    content: "\68DA\5E45";
    font-size: 1.2rem;
    margin-right: 6px;
}
.series-type-table-tab::after {
    content: "cm";
    font-size: 1.2rem;
    margin-left: 6px;
}
.series-type-table-tab.is-active {
    font-size: 2.0rem;
    color: #333;
    background-color: #EDF2F8;
    border-bottom: none;
    margin-bottom: -1px;
}
.series-type-table-tab.is-active::before, 
.series-type-table-tab.is-active::after {
    color: rgba(51, 51, 51, 0.6);
}
.fs-body-category-luminous-light .series-type-table-tab.is-active {
    margin-bottom: 0;
}
.series-type-table {
    display: none;
    width: 100%;
}
.series-type-table.show {
    display: table;
}
.series-type-table tr:first-child td {
    background-color: #EDF2F8;
}
.series-type-table tr:first-child th {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
    background-color: #EDF2F8;
    border: 1px solid #D9DFE5;
}
.series-type-table tr:first-child td {
    border: 1px solid #D9DFE5;
}
.series-type-table tr:first-child th span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 120px;
    margin: 0 auto;
}
.series-type-table tr:first-child th span::before {
    content: "棚奥行";
    font-size: 1.2rem;
    color: rgba(51, 51, 51, 0.6);
}
.series-type-table tr:first-child th span::after {
    content: "cm";
    font-size: 1.2rem;
    color: rgba(51, 51, 51, 0.6);
}

.series-type-table tr:not(:first-child) th {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    width: 70px;
    background-color: #EDF2F8;
    border: 1px solid #D9DFE5;
}
.series-type-table tr:not(:first-child) th span {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}
.series-type-table tr:not(:first-child) th span::before {
    content: "高さ";
    font-size: 1.2rem;
    color: rgba(51, 51, 51, 0.6);
}
.series-type-table tr:not(:first-child) th span::after {
    content: "cm";
    font-size: 1.2rem;
    color: rgba(51, 51, 51, 0.6);
}
.series-type-table tr:not(:first-child) td {
    position: relative;
    padding: 18px 32px 20px 32px;
    border: 1px solid #D9DFE5;
    background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #D9DFE5 50%, #D9DFE5 calc(50% + 0.5px), transparent calc(50% + 1px))
}
.series-type-table tr:not(:first-child) td:has(a) {
    background-image: none;
}
.fs-body-category-luminous-light .categoryArea-item#hanger .series-type-table tr:first-child th span::before {
    content: "高さ";    
}
.fs-body-category-luminous-light .categoryArea-item#hanger .series-type-table tr:not(:first-child) th span::before {
    content: "棚奥行";    
}
/* .series-type-table tr:not(:first-child) td::after {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    margin: auto;
    height: 1px;
    background-color: #D9DFE5;
}
.series-type-table.once tr:not(:first-child) td::after {
    width: 100%;
    transform: rotate(9deg);
}
.series-type-table.twice tr:not(:first-child) td::after {
    width: 104%;
    transform: translateX(-2%) rotate(18deg);
}
.series-type-table.three tr:not(:first-child) td::after {
    width: 110%;
    transform: translateX(-5%) rotate(25deg);
}
.series-type-table tr:not(:first-child) td:has(a)::after {
    content: none;
} */
.series-type-table-product {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    max-width: 230px;
    min-height: 100px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px #d0d0d0;
    transition: transform 0.2s, box-shadow 0.2s;
}
.series-type-table-product:hover {
    transform: translateY(5px);
    box-shadow: 0px 0px 0px 0px #d0d0d0;
}
.series-type-table-product img {
    width: 46%;
    object-fit: contain;
    margin-right: 10px;
}

p.series-type-name span{font-size: 0.9rem;
        padding: 2px 8px;
        border-radius: 10px;
        color: #de2222;}

.series-type-note {
    font-size: 1.1rem;
    letter-spacing: 0;
    width: 227px;
    margin: 5px auto 0;
}
.series-type-list-wrapper {
    padding: 0 50px;
    margin-bottom: 50px;
}
.series-type-list-item {
    margin: 0 7px;
}
.series-type-title.--list {
    margin-bottom: 20px;
}
@media screen and (max-width:1024px) {
    .series-type-table-wrapper {
        padding: 0 20px;
    }

    .series-type-list-wrapper {
        padding: 0 0 0 20px;
        margin-bottom: 30px;
        overflow-x: scroll;
    }
    .series-type-list {
        display: flex;
        width: fit-content;
    }
    .series-type-list-item {
        width: 150px;
        margin: 0 16px 0 0;
    }
}

@media screen and (max-width:768px) {
    .series-type-table-wrapper {
        margin-bottom: 50px;
    }
    .series-type-table-wrapper::after {
        font-size: 1.2rem;
        margin-top: 8px;
    }
    .series-type-title {
        font-size: 1.4rem;
        margin-bottom: 6px;
        padding-left: 20px;
    }
    .series-type-table-tab {
        flex-flow: column;
        padding: 3px 0 2px;
        font-size: 1.2rem;
        line-height: 1.3;
    }
    .series-type-table-tab::before {
        font-size: 1.0rem;
        margin-right: 0;
        line-height: 1;
    }
    .series-type-table-tab::after {
        content: none;
    }
    .series-type-table-tab.is-active {
        font-size: 1.4rem;
        padding: 5px 0 2px;
    }
    .series-type-table tr:first-child th {
        font-size: 1.4rem;
        padding: 7px 0;
    }
    .series-type-table tr:first-child th span {
        max-width: 83px;
    }
    .series-type-table tr:first-child th span::before {
        font-size: 1.0rem;
        letter-spacing: 0;
    }
    .series-type-table tr:first-child th span::after {
        font-size: 1.0rem;
        letter-spacing: 0;
    }
    .series-type-table tr:not(:first-child) th {
        font-size: 1.4rem;
        line-height: 1.4;
        width: 40px;
    }
    .series-type-table tr:not(:first-child) th span {
        min-height: 100px;
    }
    .series-type-table tr:not(:first-child) th span::before {
        font-size: 1.0rem;
    }
    .series-type-table tr:not(:first-child) th span::after {
        font-size: 1.0rem;
    }
    .series-type-table tr:not(:first-child) td {
        padding: 12px 10px 10px;
    }
    .series-type-table-product {
        flex-flow: column;
        padding: 6px;
        max-width: 90px;
        min-height: 80px;
    }
    .series-type-table-product img {
        width: 100%;
        margin-right: 0;
    }
    .series-type-name {
        font-size: 1.2rem;
        line-height: 1.2;
        letter-spacing: 0;
        text-align: center;
    }
    p.series-type-name span{
        font-size: 0.8rem;
     padding: 2px 8px;
        color: #de2222;
   }
    .series-type-note {
        width: 110px;
    }
    .series-type-title.--list {
        font-size: 1.4rem;
        margin-bottom: 16px;
    }
    .fs-body-category-luminous-light .series-type-table-wrapper {
        padding: 0;
    }
    .fs-body-category-luminous-light .series-type-table-wrapper::after {
        padding-right: 20px;
    }
    .fs-body-category-luminous-light .series-type-table-tabs {
        padding: 0 20px;
    }
    .fs-body-category-luminous-light .series-type-table-tab {
        min-width: 45px;
    }
    .fs-body-category-luminous-light .series-type-table-overflow {
        padding: 0 20px;
    }
}


span.tag_color {
    /* display: none; */
    /* display: block; */
    display: none;
}


/* ========================================
   シリーズ改修2026.09
========================================== ======================================== ====================================== */

/* ========================================
   シリーズ メインビジュアル
======================================== */

.mv-hero,
.mv-hero * {
  box-sizing: border-box;
}

.mv-hero {
  width: 100%;
  background: #f3f3f3;
  color: #111;
}


/* ========================================
   メインビジュアル
======================================== */

.mv-hero__visual {
  position: relative;

  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

  overflow: hidden;
}

.mv-hero__visual img {
  display: block;

  width: 100%;
  height: auto;
}


/* ========================================
   メインビジュアル上のテキスト
======================================== */

.mv-hero__text {
  position: absolute;
  top: 35px;
  left: 50%;

  width: 100%;
  max-width: 900px;

  padding: 0 20px;

  text-align: center;

  transform: translateX(-50%);
}

.mv-hero__text h1 {
  margin: 0 0 18px;

  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.mv-hero__text h2 {
  margin: 0;

  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
}


/* ========================================
   スペックエリア
======================================== */

.series-spec {
  width: 100%;

  background: #fff;
}

.series-spec__inner {
  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
  padding: 20px;
}


/* ========================================
   スクロールエリア
======================================== */

.series-spec__scroll {
  position: relative;
}


/* ========================================
   スペック一覧 PC
======================================== */

.series-spec__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);

  margin: 0;
  padding: 0;

  list-style: none;
}


/* ========================================
   各スペック
======================================== */

.series-spec__item {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  min-height: 95px;

  padding: 10px 20px;

  text-align: center;
}


/* 区切り線 */

.series-spec__item:not(:last-child)::after {
  position: absolute;
  top: 10px;
  right: 0;

  width: 1px;
  height: calc(100% - 20px);

  background: #999;

  content: "";
}


/* ========================================
   小見出し
======================================== */

.series-spec__label {
  margin-bottom: 5px;

  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
/*  background: #656464;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;*/
}


/* ========================================
   数値
======================================== */

.series-spec__value {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.series-spec__value small {
  margin-left: 2px;

  font-size: 1.5rem;
  font-weight: 600;
}


/* ========================================
   通常テキスト
======================================== */

.series-spec__text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
}


/* ========================================
   スワイプ矢印
   PCでは非表示
======================================== */

.series-spec__swipe {
  display: none;
}


/* ========================================
   パーツを見るボタン
======================================== */

.series-spec__button {
  margin-top: 18px;

  text-align: right;
}

.series-spec__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 34px;

  padding: 8px 16px;

  border-radius: 999px;

  background: #333;

  color: #fff;

  font-size: 1.1rem;
  font-weight: 700;

  text-decoration: none;

  transition: opacity 0.2s ease;
}

.series-spec__button a:hover {
  opacity: 0.8;
}


/* ========================================
   タブレット
======================================== */

@media screen and (max-width: 1024px) {

  .mv-hero__text {
    top: 25px;
  }

  .mv-hero__text h1 {
    font-size: 3.2rem;
  }

  .mv-hero__text h2 {
    font-size: 1.2rem;
  }

}


/* ========================================
   スマホ
======================================== */

@media screen and (max-width: 767px) {

  /* メインビジュアル */

  .mv-hero__visual {
    min-height: 415px;
  }

  .mv-hero__visual img {
    width: 100%;
    height: 415px;

    object-fit: cover;
    object-position: center bottom;
  }


  /* テキスト */

  .mv-hero__text {
    top: 20px;

    padding: 0 15px;
  }

  .mv-hero__text h1 {
    margin-bottom: 14px;

    font-size: 2.5rem;
    line-height: 1.35;
  }

  .mv-hero__text h2 {
    font-size: 1.1rem;
    line-height: 1.7;
  }


  /* スペック */

  .series-spec__inner {
    padding: 18px 0;
  }

  .series-spec__scroll {
    position: relative;
  }


  /* 横スワイプ */

  .series-spec__list {
    display: flex;

    width: 100%;

    overflow-x: auto;
    overflow-y: hidden;

    margin: 0;
    padding: 0 55px 0 15px;

    list-style: none;

    scroll-snap-type: x proximity;
    scroll-behavior: smooth;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
  }

  .series-spec__list::-webkit-scrollbar {
    display: none;
  }


  /* 各スペック */

  .series-spec__item {
    flex: 0 0 42%;

    min-width: 140px;
    min-height: 95px;

    padding: 10px 18px;

    scroll-snap-align: start;
  }

  .series-spec__item:not(:last-child)::after {
    top: 10px;
    height: calc(100% - 20px);
  }


  /* 文字 */

  .series-spec__label {
    font-size: 1rem;
  }

  .series-spec__value {
    font-size: 2.7rem;
  }

  .series-spec__value small {
    font-size: 1.3rem;
  }

  .series-spec__text {
    font-size: 1.2rem;
  }


  /* ========================================
     スワイプ案内矢印
  ======================================== */

  .series-spec__swipe {
    position: absolute;

    top: 50%;
    right: 10px;
    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    border-radius: 50%;

    background: rgba(0, 0, 0, 0.75);

    color: #fff;

    pointer-events: none;

    transform: translateY(-50%);

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }

  .series-spec__swipe span {
    display: block;

    margin-top: -2px;

    font-size: 32px;
    font-weight: 300;
    line-height: 1;
  }


  /* ボタン */

  .series-spec__button {
    margin-top: 18px;
    padding: 0 15px;

    text-align: center;
  }

  .series-spec__button a {
    min-height: 38px;

    padding: 9px 18px;

    font-size: 1.1rem;
  }

}


/* ========================================
   小さいスマホ
======================================== */

@media screen and (max-width: 374px) {

  .series-spec__item {
    flex-basis: 48%;
  }

  .mv-hero__text h1 {
    font-size: 2.2rem;
  }

  .mv-hero__text h2 {
    font-size: 1rem;
  }

  .series-spec__swipe {
    right: 7px;

    width: 38px;
    height: 38px;
  }

  .series-spec__swipe span {
    font-size: 28px;
  }

}


section.series-Feature{
    margin:70px 0 0;
    padding: 0;
}

section.series-Feature h2{
    margin: 0px 0 20px;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
    section.series-Feature h2 {
        font-size: 1.8rem;
        font-weight: bold;
    }
}




/* ========================================
   レギュラーシリーズ 人気アイテム
======================================== */

.exclusive-carousel,
.exclusive-carousel * {
  box-sizing: border-box;
}

.exclusive-carousel {
  width: 100%;
  padding: 20px 100px;
  overflow: hidden;
  background: #fff;
  color: #333;
}

.exclusive-carousel__inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

/* ========================================
   見出し
======================================== */

.exclusive-carousel__heading {
  text-align: center;
}

.exclusive-carousel__heading h2 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
      font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.exclusive-carousel__heading p {
  margin: 12px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* ========================================
   カルーセル全体
======================================== */

.exclusive-carousel__stage {
  position: relative;
  width: 100%;
}

.exclusive-carousel__viewport {
  position: relative;
  width: 100%;
  height: 470px;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  isolation: isolate;
}

.exclusive-carousel__viewport.is-dragging {
  cursor: grabbing;
}

.exclusive-carousel__track {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* ========================================
   カード
======================================== */

.exclusive-carousel__card {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1;

  display: flex;
  flex-direction: column;

  width: 290px;
  color: #333;
  text-decoration: none;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform:
    translateX(-50%)
    translateX(0);

  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;

  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* 中央 */

.exclusive-carousel__card.is-center {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform:
    translateX(-50%)
    translateX(0);
}

/* 中央の左隣 */

.exclusive-carousel__card.is-left-near {
  z-index: 4;
  opacity: 0.9;
  visibility: visible;
  pointer-events: auto;

  transform:
    translateX(-50%)
    translateX(-285px);
}

/* 中央の右隣 */

.exclusive-carousel__card.is-right-near {
  z-index: 4;
  opacity: 0.9;
  visibility: visible;
  pointer-events: auto;

  transform:
    translateX(-50%)
    translateX(285px);
}

/* さらに左 */

.exclusive-carousel__card.is-left-far {
  z-index: 3;
  opacity: 0.6;
  visibility: visible;
  pointer-events: auto;

  transform:
    translateX(-50%)
    translateX(-515px);
}

/* さらに右 */

.exclusive-carousel__card.is-right-far {
  z-index: 3;
  opacity: 0.6;
  visibility: visible;
  pointer-events: auto;

  transform:
    translateX(-50%)
    translateX(515px);
}

/* ========================================
   表示範囲外
   左右を横切る残像を防止
======================================== */

.exclusive-carousel__card.is-hidden-left,
.exclusive-carousel__card.is-hidden-right {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  /*
    表示範囲外のカードはtransformを
    アニメーションさせず、即座に移動する
  */
  transition:
    opacity 0.15s ease,
    visibility 0s linear 0.15s;
}

.exclusive-carousel__card.is-hidden-left {
  transform:
    translateX(-50%)
    translateX(-720px);
}

.exclusive-carousel__card.is-hidden-right {
  transform:
    translateX(-50%)
    translateX(720px);
}

/* ========================================
   画像
======================================== */

.exclusive-carousel__image {
  display: flex;
  align-items: flex-end;
  justify-content: center;

  width: 100%;
  height: 300px;
  overflow: visible;

  background: transparent;
}

.exclusive-carousel__image img {
  display: block;
  width: 290px;
  height: 290px;
  max-width: none;

  object-fit: contain;
  pointer-events: none;

  transform: scale(0.5);
  transform-origin: center bottom;

  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);

  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* 中央画像 */

.exclusive-carousel__card.is-center
.exclusive-carousel__image img {
  transform: scale(1);
}

/* 中央の左右 */

.exclusive-carousel__card.is-left-near
.exclusive-carousel__image img,
.exclusive-carousel__card.is-right-near
.exclusive-carousel__image img {
  transform: scale(0.78);
}

/* 外側 */

.exclusive-carousel__card.is-left-far
.exclusive-carousel__image img,
.exclusive-carousel__card.is-right-far
.exclusive-carousel__image img {
  transform: scale(0.54);
}

/* 表示範囲外 */

.exclusive-carousel__card.is-hidden-left
.exclusive-carousel__image img,
.exclusive-carousel__card.is-hidden-right
.exclusive-carousel__image img {
  transform: scale(0.4);
  transition: none;
}

/* ========================================
   画像下のテキスト
======================================== */

.exclusive-carousel__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  width: 100%;
  min-height: 4.2em;
  margin: 14px 0 0;
padding: 0 30px;
  color: #555;
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: center;
}

.exclusive-carousel__text span {
  display: block;
}

.exclusive-carousel__card.is-left-near
.exclusive-carousel__text,
.exclusive-carousel__card.is-right-near
.exclusive-carousel__text {
  opacity: 0.85;
}

.exclusive-carousel__card.is-left-far
.exclusive-carousel__text,
.exclusive-carousel__card.is-right-far
.exclusive-carousel__text {
  opacity: 0.65;
}

/* ========================================
   左右ボタン
======================================== */

.exclusive-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 20;

  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;

  background: #252a2d;
  cursor: pointer;

  transform: translateY(-50%);

  transition:
    background-color 0.3s ease,
    opacity 0.3s ease;
}

.exclusive-carousel__arrow:hover {
  background: #111;
}

.exclusive-carousel__arrow--prev {
  left: 0;
}

.exclusive-carousel__arrow--next {
  right: 0;
}

.exclusive-carousel__arrow span {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 13px;
  height: 13px;

  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.exclusive-carousel__arrow--prev span {
  transform:
    translate(-35%, -50%)
    rotate(-135deg);
}

.exclusive-carousel__arrow--next span {
  transform:
    translate(-65%, -50%)
    rotate(45deg);
}

.exclusive-carousel__arrow:focus-visible {
  outline: 2px solid #333;
  outline-offset: 4px;
}

/* ========================================
   一覧ボタン
======================================== */

.exclusive-carousel__button {
  margin-top: 30px;
  text-align: center;
}

.exclusive-carousel__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 260px;
  min-height: 56px;
  padding: 12px 28px;

  border: 1px solid #333;

  color: #333;
  font-size: 1.3rem;
  text-decoration: none;

  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.exclusive-carousel__button a:hover {
  background: #333;
  color: #fff;
}

.exclusive-carousel__button a:focus-visible,
.exclusive-carousel__card:focus-visible {
  outline: 2px solid #333;
  outline-offset: 5px;
}

/* ========================================
   スマホ
======================================== */

@media screen and (max-width: 768px) {

  .exclusive-carousel {
    padding: 0px 0 10px;
  }

  .exclusive-carousel__heading {
    margin-bottom: 28px;
    padding: 0 20px;
  }

  .exclusive-carousel__heading h2 {
    font-size: 1.8rem;
font-weight: bold;
  }

  .exclusive-carousel__heading p {
    font-size: 1.2rem;
  }

  .exclusive-carousel__stage {
    overflow: hidden;
  }

  .exclusive-carousel__viewport {
    width: 100%;
    height: auto;

    overflow-x: auto;
    overflow-y: hidden;

    padding: 0 20px 15px;

    cursor: auto;
    user-select: auto;
    touch-action: pan-x;

    scroll-snap-type: x proximity;
    scroll-padding-left: 20px;

    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;

    scrollbar-width: none;
    isolation: auto;
  }

  .exclusive-carousel__viewport::-webkit-scrollbar {
    display: none;
  }

  .exclusive-carousel__track {
    position: static;

    display: flex;
    align-items: stretch;

    width: max-content;
    height: auto;
    gap: 14px;

    overflow: visible;
  }

  /* PC用の絶対配置を解除 */

  .exclusive-carousel__card,
  .exclusive-carousel__card.is-center,
  .exclusive-carousel__card.is-left-near,
  .exclusive-carousel__card.is-right-near,
  .exclusive-carousel__card.is-left-far,
  .exclusive-carousel__card.is-right-far,
  .exclusive-carousel__card.is-hidden-left,
  .exclusive-carousel__card.is-hidden-right {
    position: relative;

    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;

    display: flex;
    flex-direction: column;

    flex: 0 0 calc((100vw - 54px) / 1.5);
    width: calc((100vw - 54px) / 1.5);

    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: none;
    transition: none;

    scroll-snap-align: start;
  }

  /* スマホでは画像サイズを統一 */

  .exclusive-carousel__image {
    display: flex;
    align-items: flex-end;
    justify-content: center;

    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;

    overflow: hidden;
    background: #f4f4f4;
  }

  .exclusive-carousel__image img,
  .exclusive-carousel__card.is-center
  .exclusive-carousel__image img,
  .exclusive-carousel__card.is-left-near
  .exclusive-carousel__image img,
  .exclusive-carousel__card.is-right-near
  .exclusive-carousel__image img,
  .exclusive-carousel__card.is-left-far
  .exclusive-carousel__image img,
  .exclusive-carousel__card.is-right-far
  .exclusive-carousel__image img,
  .exclusive-carousel__card.is-hidden-left
  .exclusive-carousel__image img,
  .exclusive-carousel__card.is-hidden-right
  .exclusive-carousel__image img {
    display: block;

    width: 100%;
    height: 100%;
    max-width: 100%;

    object-fit: contain;

    opacity: 1;
    transform: none;
    transition: none;

    pointer-events: none;
  }

  .exclusive-carousel__text,
  .exclusive-carousel__card.is-left-near
  .exclusive-carousel__text,
  .exclusive-carousel__card.is-right-near
  .exclusive-carousel__text,
  .exclusive-carousel__card.is-left-far
  .exclusive-carousel__text,
  .exclusive-carousel__card.is-right-far
  .exclusive-carousel__text {
    min-height: 3.2em;
    margin: 10px 0 0;

    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: left;

    opacity: 1;
  }

  /* スマホでは矢印非表示 */

  .exclusive-carousel__arrow {
    display: none;
  }

  .exclusive-carousel__button {
    margin-top: 30px;
    padding: 0 20px;
  }

  .exclusive-carousel__button a {
    width: 100%;
    max-width: 320px;
    min-height: 52px;
    font-size: 1.2rem;
  }
}

/* ========================================
   動きを減らす設定
======================================== */

@media (prefers-reduced-motion: reduce) {

  .exclusive-carousel__card,
  .exclusive-carousel__image img,
  .exclusive-carousel__arrow,
  .exclusive-carousel__button a {
    transition: none;
  }
}



/* ========================================
   サイズから探す
======================================== */
section.fs-itemSearchArea{

}

section.fs-itemSearchArea h2{
margin: 40px 0 20px;
    font-size: 2.8rem !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    letter-spacing: 0.04em !important;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


@media screen and (max-width: 768px) {
section.fs-itemSearchArea h2 {
        font-size: 1.8rem !important;
        font-weight: bold !important;
    }
}






/* ========================================
   型番コードから探す
======================================== */

.model-search,
.model-search * {
  box-sizing: border-box;

}

.model-search {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 60px;

  color: #333;

}


/* ========================================
   見出し
======================================== */

.model-search__heading {
  margin-bottom: 28px;
  text-align: center;
}

.model-search__heading h2 {
  margin: 0 0 10px;

  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.model-search__heading p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.8;
}


/* ========================================
   3列
======================================== */

.model-search__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 12px;
}


/* ========================================
   カード
======================================== */

.model-card {
  display: flex;
  flex-direction: column;

  min-width: 0;
  padding: 22px 18px 18px;

  border: 1px solid #777;
  border-radius: 22px;

  background: #fff;

  color: #333;
  text-decoration: none;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.model-card:hover {
  border-color: #222;

  box-shadow:
    0 5px 16px rgba(0, 0, 0, 0.08);

  transform: translateY(-2px);
}


/* ========================================
   カード上部
======================================== */

.model-card__head {
  display: flex;
  align-items: baseline;

  gap: 12px;

  margin-bottom: 10px;
}

.model-card__code {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.model-card__sub {
  color: #777;

  font-size: 1.6rem;
  line-height: 1.4;
}


/* ========================================
   画像
======================================== */

.model-card__image {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 230px;

  margin-bottom: 14px;

  overflow: hidden;
}

.model-card__image img {
  display: block;

  width: auto;
  max-width: 100%;
  height: 230px;

  object-fit: contain;
}


/* ========================================
   説明文
======================================== */

.model-card__text {
  margin: auto 0 0;
  padding-left: 1.4em;

  font-size: 1.3rem;
  line-height: 1.65;
}

.model-card__text li {
  margin: 0;
}


/* ========================================
   タブレット
======================================== */

@media screen and (max-width: 1024px) {

  .model-search__grid {
    gap: 10px;
  }

  .model-card {
    padding: 18px 14px 16px;
  }

  .model-card__code {
    font-size: 2.4rem;
  }

  .model-card__image img {
    height: 200px;
  }

}


/* ========================================
   スマホ
======================================== */

@media screen and (max-width: 767px) {

  .model-search {
    padding: 0px 15px 45px !important;
  }

  .model-search__heading {
    margin-bottom: 22px;
  }

  .model-search__heading h2 {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .model-search__heading p {
    font-size: 1.1rem;
    line-height: 1.7;
  }

  .model-search__grid {
    grid-template-columns: 1fr;

    gap: 14px;
  }

  .model-card {
    padding: 18px 16px;

    border-radius: 18px;
  }

  .model-card__code {
    font-size: 2.2rem;
  }

  .model-card__sub {
    font-size: 1rem;
  }

  .model-card__image {
    min-height: 190px;
  }

  .model-card__image img {
    height: 190px;
  }

  .model-card__text {
    font-size: 1.1rem;
  }

}

@media screen and (max-width: 767px) {

  .model-search__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

}


/* ========================================
   タイプから探す
======================================== */

.type-search,
.type-search * {
  box-sizing: border-box;

}

.type-search {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  color: #333;
}


/* ========================================
   見出し
======================================== */

.type-search__heading {
  margin-bottom: 32px;
  text-align: center;
}

.type-search__heading h2 {
  margin: 0 0 10px;

  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
}

.type-search__heading p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}


/* ========================================
   6個のリンク
======================================== */

.type-search__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;

  margin: 0;
  padding: 0;

  list-style: none;
}


/* ========================================
   各リンク
======================================== */

.type-search__item {
  min-width: 0;
}

.type-search__link {
  display: block;

  color: #333;
  text-align: center;
  text-decoration: none;
}

.type-search__link:hover {
  opacity: 0.8;
}


/* ========================================
   画像
======================================== */

.type-search__image {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 150px;

  margin-bottom: 10px;

  overflow: hidden;
}

.type-search__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;

  transition: transform 0.25s ease;
}

.type-search__link:hover .type-search__image img {
  transform: scale(1.04);
}


/* ========================================
   タイトル
======================================== */

.type-search__name {
  display: block;

  min-height: 2.8em;

  font-size: 1.2rem;
  line-height: 1.4;
}


/* ========================================
   ▼
======================================== */

.type-search__arrow {
  display: block;

  margin-top: 2px;

  color: #111;

  font-size: 1.3rem;
  line-height: 1;
}


/* ========================================
   アンカー先
======================================== */

.type-anchor {
  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
  padding: 50px 20px 20px;

  scroll-margin-top: 100px;
display: none;
}

.type-anchor__title {
  position: relative;

  margin: 0;
  padding: 0 0 12px 14px;

  border-bottom: 1px solid #777;

  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.type-anchor__title::before {
  position: absolute;
  top: 4px;
  left: 0;

  width: 4px;
  height: 28px;

  background: #111;

  content: "";
}


/* ========================================
   タブレット
======================================== */

@media screen and (max-width: 1024px) {

  .type-search__grid {
    gap: 12px;
  }

  .type-search__image {
    height: 130px;
  }

  .type-search__name {
    font-size: 1.1rem;
  }

}


/* ========================================
   スマホ
   横3 × 縦2
======================================== */

@media screen and (max-width: 767px) {

  .type-search {
    padding: 30px 15px 45px;
  }

  .type-search__heading {
    margin-bottom: 24px;
  }

  .type-search__heading h2 {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .type-search__heading p {
    font-size: 1.1rem;
    line-height: 1.7;
  }

  .type-search__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 10px;
  }

  .type-search__image {
    height: 110px;
    margin-bottom: 7px;
  }

  .type-search__name {
    min-height: 3em;

    font-size: 1rem;
    line-height: 1.4;
  }

  .type-search__arrow {
    font-size: 1.2rem;
  }


  /* アンカー見出し */

  .type-anchor {
    padding: 35px 15px 15px;

    scroll-margin-top: 80px;
  }

  .type-anchor__title {
    padding-left: 12px;

    font-size: 1.6rem;
  }

  .type-anchor__title::before {
    top: 3px;

    height: 24px;
  }

}


/* ========================================
   小さいスマホ
======================================== */

@media screen and (max-width: 374px) {

  .type-search__grid {
    gap: 18px 7px;
  }

  .type-search__image {
    height: 95px;
  }

  .type-search__name {
    font-size: 0.9rem;
  }

}
h5.link {
    text-align: right;
    text-decoration: underline;
    padding: 0 15px 0 0;
}