html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}
.fs-productList-none {
    display: none;
}

.fs-categoryBasicInfoArea {
    background-color: #f7f7f7;
    margin-bottom: 70px;
}

.fs-categoryBasicInfoArea-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 30px;
}
.fs-categoryBasicInfo {
    width: 100%;
    text-align: justify;
}
.fs-categoryBasicInfoArea-wrapper:has(.fs-categoryImage) .fs-categoryBasicInfo {
    width: 52%;
}
.fs-categoryBasicInfo .category-name {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 36px;
}
.fs-categoryBasicInfo .category-copy {
    font-size: 1.6rem;
    margin-bottom: 60px;
}

.fs-categoryImage {
    width: 42%;
}
.fs-categoryImage img {
    border-radius: 10px;
    aspect-ratio: 5/3;
    object-fit: cover;
}

.fs-categoryContentsArea--title {
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 40px;
}
.fs-categoryContentsArea--title__main {
    font-size: 2.4rem;
    font-weight: 300;
}
.fs-categoryContentsArea--title__sub {
    font-size: 1.2rem;
}
.fs-categoryLogoArea {
    margin-bottom: 70px;
}
.fs-categoryLogoArea img {
    display: block;
    width: 160px;
    margin: 0 auto;
}
.fs-categoryFeaturesArea {
    margin-bottom: 140px;
}
.fs-categoryFeaturesArea ul {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
}
.fs-categoryFeaturesArea ul li {
    width: 32%;
}
.fs-categoryFeaturesArea ul li img {
    aspect-ratio: 1.54/1;
    object-fit: cover;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
}
.fs-categoryFeaturesArea ul li .fs-c-featuresItem-title {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.fs-categoryFeaturesArea ul li .fs-c-featuresItem-title span {
    font-size: 3.0rem;
    font-weight: 400;
    color: #008cb4;
    margin-right: 15px;
    line-height: 1;
}
.fs-categoryFeaturesArea .fs-c-featuresItem-description {
    text-align: justify;
}
.fs-categoryChildGrArea {
    margin-bottom: 140px;
}
.fs-categoryChildGrArea .fs-c-listControl {
    display: none;
}
.fs-categoryChildGrArea .fs-c-subgroup {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
}
.fs-c-subgroupList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fs-c-subgroupList::before,
.fs-c-subgroupList::after {
    content: "";
    width: 24%;
    order: 1;
}
.fs-c-subgroupList__item {
    width: 24%;
    margin-bottom: 20px;
}
.fs-c-subgroupList__item a {
    display: flex;
    align-items: center;
}
.fs-c-subgroupList__item .fs-c-subgroupList__image {
    max-width: 80px;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 15px;
}

.fs-c-noResultMessage__title {
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
    .fs-categoryBasicInfoArea {
        margin-bottom: 50px;
    }
    .fs-categoryBasicInfoArea-wrapper {
        display: block;
        padding: 22px 20px 30px;
    }
    .fs-categoryBasicInfoArea-wrapper:has(.fs-categoryImage) {
        display: flex;
        flex-flow: column-reverse;
    }
    .fs-categoryBasicInfo {
        width: 100%;
    }
    .fs-categoryBasicInfoArea-wrapper:has(.fs-categoryImage) .fs-categoryBasicInfo {
        width: 100%;
    }
    .fs-categoryBasicInfo .category-sub-name {
        font-size: 1.2rem;
        margin-bottom: 3px;
    }
    .fs-categoryBasicInfo .category-name {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .fs-categoryBasicInfo .category-copy {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    .category-summary {
        font-size: 1.2rem;
    }
    .fs-categoryImage {
        width: 100%;
        margin-bottom: 12px;
    }
    .fs-categoryContentsArea--title {
        margin-bottom: 20px;
    }
    .fs-categoryLogoArea {
        margin-bottom: 50px;
    }
    .fs-categoryFeaturesArea {
        margin-bottom: 80px;
    }
    .fs-categoryFeaturesArea ul {
        display: block;
        padding: 0 20px;
    }
    .fs-categoryFeaturesArea ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .fs-categoryFeaturesArea ul li .fs-c-featuresItem-title {
        font-size: 1.4rem;
    }
    .fs-categoryFeaturesArea ul li .fs-c-featuresItem-title span {
        font-size: 2.6rem;
        margin-right: 10px;
    }
    .fs-categoryFeaturesArea .fs-c-featuresItem-description {
        font-size: 1.2rem;
    }
    .fs-categoryChildGrArea {
        margin-bottom: 80px;
    }
    .fs-categoryChildGrArea .fs-c-subgroup {
        padding: 0 20px;
    }
    .fs-c-subgroupList__item {
        width: 32%;
    }
    .fs-c-subgroupList__item a {
        flex-flow: column;
    }
    .fs-c-subgroupList__item .fs-c-subgroupList__image {
        margin-right: 0;
    }
    .fs-c-subgroupList__label {
        font-size: 1.2rem;
        text-align: center;
    }
}
/* 商品一覧 */
.fs-c-sortItems-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
}
.fs-c-sortItems-wrapper .fs-c-pagination {
    display: none;
}
.fs-c-productList__controller {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background-color: #e5e5e5;
    margin-bottom: 40px;
}
.fs-c-listControl {
    font-size: 1.6rem;
    order: 0;
}
.fs-c-sortItems {
    display: flex;
    font-size: 1.2rem;
    order: 1;
}
.fs-c-sortItems__list {
    display: flex;
}
.fs-c-sortItems__list li {
    margin-left: 16px;
}
.fs-c-sortItems__list li.is-active {
    font-weight: 700;
}

.fs-c-pagination-wrapper .fs-c-productList__controller {
    justify-content: center;
    background-color: inherit;
}
.fs-c-pagination-wrapper .fs-c-sortItems {
    display: none;
}
.fs-c-pagination-wrapper .fs-c-listControl__status {
    display: none;
}
.fs-c-pagination-wrapper  .fs-c-pagination {
    border-radius: none;
    display: flex;
    align-items: center;
}
.fs-c-pagination-wrapper .fs-c-pagination__item {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: rgba(51, 51, 51, 0.4);
    margin: 0 2px;
}
.fs-c-pagination-wrapper .fs-c-pagination__item.is-active {
    background: inherit;
    color: rgba(51, 51, 51, 1);
}
.fs-c-pagination__item--prev {
    transform: rotate(180deg);
}
.fs-c-pagination__item--next::before,
.fs-c-pagination__item--prev::before  {
    content: "";
    width: 5px;
    height: 10px;
    background-image: url("https://luminousclub.itembox.design/item/luminous-club/images/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .fs-c-sortItems-wrapper {
        padding: 0;
    }
    .fs-c-productList__controller {
        flex-flow: column;
    }
    .fs-c-listControl {
        font-size: 1.4rem;
        margin-bottom: 6px;
    }
    .fs-c-sortItems__list li {
        margin-left: 11px;
    }
}


/* マイページトップへ */
.fs-c-buttonContainer--myPageTop {
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto 100px;
}
.fs-c-buttonContainer--myPageTop a {
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}
.fs-c-buttonContainer--myPageTop a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 11px;
    height: 7px;
    background-image: url(https://luminousclub.itembox.design/item/luminous-club/images/arrow-bottom.svg?t=20240215143358);
    background-repeat: no-repeat;
    transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
    .fs-c-buttonContainer--myPageTop {
        padding: 0 20px;
        margin: 0 auto 50px;
    }
}

/* もっと見るリンクボタン */
.fs-link-more {
    display: flex;
    align-items: center;
}
.fs-link-more img {
    width: 6px;
    margin-left: 10px;
}

/* グループページアンカーリンク */
.fs-anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 100px;
    max-width: 1000px;
}
.fs-anchor.--scene {
    margin-bottom: 50px;
}
.fs-anchor li {
    margin: 0 40px;
}
.fs-anchor.--scene li {
    margin: 0 40px 50px;
}
.fs-anchor li a {
    display: flex;
    align-items: center;
}
.fs-anchor p {
    font-size: 1.6rem;
    font-weight: 700;
    margin-right: 5px;
    text-align: center;
}
.fs-anchor img {
    width: 11px;
}

/* グループページ商品群 */
.categoryArea-item {
    max-width: 1280px;
    margin: 0 auto 100px;
    padding: 0 30px;
}
.categoryArea-item .categoryArea-heading {
    font-size: 1.6rem;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
}
.categoryArea-item .categoryArea-desc {
    margin-bottom: 20px;
}
.categoryArea-item .flywheel-recommend__frame {
    padding: 0 50px;
    margin-bottom: 37px;
}
.categoryArea-item .fr3-item {
    margin: 0 7px;
}
.categoryArea-item .flywheel-recommend__frame .slick-arrow {
    top: 45%;
}
.categoryArea-all {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.6rem;
}
.categoryArea-all img {
    width: 11px;
    object-fit: contain;
    transform: rotate(-90deg);
    margin-left: 10px;
}

/* シーンから探す */
.sceneArea-bottom {
    padding: 30px;
    background-color: #FAFAFA;
    margin-bottom: 150px;
}
.sceneArea-bottom .scene-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
}
.sceneArea-bottom .scene-list::before,
.sceneArea-bottom .scene-list::after {
    content: "";
    width: 24%;
    order: 1;
}
.sceneArea-bottom .scene-list li {
    width: 24%;
    margin-bottom: 40px;
}
.sceneArea-bottom .scene-list a {
    display: flex;
    align-items: center;
    line-height: 1.4;
}
.sceneArea-bottom .scene-list img {
    max-width: 54px;
    min-width: 44px;
    height: 55px;
    object-fit: contain;
    margin-right: 15px;
}

@media screen and (max-width: 1024px) {
    .categoryArea-item {
        padding: 0;
        margin-bottom: 80px;
    }
    .categoryArea-item .categoryArea-heading {
        margin: 0 20px 13px;
    }
    .categoryArea-item .categoryArea-desc {
        font-size: 1.2rem;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .categoryArea-item .flywheel-recommend__frame {
        padding: 0 0 0 20px;
        margin-bottom: 30px;
        overflow-x: scroll;
    }
    .categoryArea-item .fr3-productListStatic {
        display: flex !important;
        width: fit-content;
    }
    .categoryArea-item .fr3-item {
        width: 150px;
        margin: 0 16px 0 0;
    }
    .categoryArea-all {
        padding-left: 30px;
        padding-right: 20px;
        font-size: 1.4rem;
    }
    .categoryArea-all span {
        width: fit-content;
    }
}

@media screen and (max-width: 768px) {
    .fs-anchor {
        margin: 0 auto 70px;
    }
    .fs-anchor.--scene {
        margin-bottom: 30px;
    }
    .fs-anchor li {
        margin: 0 20px;
    }
    .fs-anchor.--scene li {
        margin: 0 20px 40px;
    }
    .fs-anchor li a {
        flex-flow: column;
        justify-content: flex-end;
        height: 100%;
    }
    .fs-anchor p {
        font-size: 1.4rem;
        line-height: 1.4;
        margin-right: 0;
        margin-bottom: 10px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .sceneArea-bottom {
        padding: 30px 20px;
        margin-bottom: 100px;
    }
    .sceneArea-bottom .scene-list::before,
    .sceneArea-bottom .scene-list::after {
        width: 31%;
    }
    .sceneArea-bottom .scene-list li {
        width: 31%;
        margin-bottom: 26px;
    }
    .sceneArea-bottom .scene-list a {
        flex-flow: column;
    }
    .sceneArea-bottom .scene-list img {
        width: 100%;
        max-width: inherit;
        height: 60px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .sceneArea-bottom .scene-list p {
        font-size: 1.2rem;
        text-align: center;
    }
}

/* アイテム */
.fs-wrapper-category-items {
    max-width: 1320px;
    padding: 0 50px;
    margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
    .fs-wrapper-category-items {
        padding: 0 20px;
        margin: 0 auto 75px;
    }
}

/* 高機能キャスター付きラック */
.high-functionality-container h2 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    width: fit-content;
    padding: 5px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 0 auto 90px;
}
.high-functionality-item {
    position: relative;
    padding-bottom: 70px;
    margin-bottom: 150px;
}
.high-functionality-item::after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 86px;
    height: 1px;
    background-color: #333;
}
.high-functionality-item:nth-child(3)::after {
    content: none;
}
.high-functionality-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 980px;
    padding: 0 30px;
    margin: 0 auto 100px;
}
.high-functionality-text {
    width: 53%;
}
.high-functionality-heading h3 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
.high-functionality-heading h3::before {
    content: "";
    display: block;
    width: 4px;
    height: 86%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #333;
}
.high-functionality-list {
    font-size: 1.2rem;
    padding: 18px 20px;
    background-color: #F7F7F7;
    border-radius: 10px;
    margin-top: 16px;
}
.high-functionality-list p {
    font-weight: 700;
}
.high-functionality-image {
    width: 44%;
    object-fit: contain;
    border-radius: 5px;
    margin-left: auto;
    overflow: hidden;
}
.high-functionality-image p {
    margin-top: 4px;
}

.high-functionality-single-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    padding: 0 30px;
    margin: 0 auto 100px;
}
.high-functionality-single-item {
    width: 48%;
}
.high-functionality-single-item h3 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
.high-functionality-single-item h3::before {
    content: "";
    display: block;
    width: 4px;
    height: 86%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #333;
}
.high-functionality-single-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.high-functionality-single-list::before, 
.high-functionality-single-list::after {
    content: "";
    width: 48.6%;
    order: 1;
}
.high-functionality-single-list li {
    width: 48.6%;
    margin-bottom: 40px;
}
.high-functionality-single-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1.34 / 1;
	margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.high-functionality-single-list img {
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .high-functionality-container h2 {
        font-size: 1.6rem;
        margin-bottom: 70px;
    }
    .high-functionality-item {
        padding: 0 0 10px;
        margin-bottom: 80px;
    }
    .high-functionality-heading {
        flex-flow: column-reverse;
        margin-bottom: 35px;
        padding: 0 14px;
    }
    .high-functionality-text {
        width: 100%;
        max-width: 500px;
        padding: 0;
        margin: 0 auto 45px;
    }
    .high-functionality-heading h3 {
        font-size: 1.6rem;
        margin-bottom: 20px;
        margin-right: auto;
        order: 1;
    }
    .high-functionality-text p {
        font-size: 1.4rem;
    }
    .high-functionality-list {
        padding: 12px 14px;
        margin-top: 5px;
    }
    .high-functionality-image {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }
    .high-functionality-single-wrapper {
        display: block;
        padding: 0 20px;
    }
    .high-functionality-single-item {
        width: 100%;
    }
}

/* カラム */
.navCol2 {
  display: flex;
margin: 0 auto 20px;
width: 1230px;
}

.navCol2 li {
  width: calc(100% / 2);
margin: 0 5px;
text-align: center;
    padding: 10px 0;
    font-size: 1.1rem;
    border: 1px solid #333;
}

.navCol2 li img {width: 100% !important;transform:none !important;}
.navCol2 ul li {
  background: #ccc;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
    .navCol2 {
  display: flex;
margin: 0 10px 20px;
width: 97%
}

    }

.catDesc{
    max-width: 1280px;
    margin: 0 auto 100px;
    padding: 0 30px;
}

.catDesc h3{
    font-weight:700;
    font-size: 1.8rem;
    text-align: center;
}

.fs-c-productMark{clear: both !important;}