.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: 0 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;
    }
}