.fs-mainCategory .fs-c-productList {
    display: none;
}

.sec-mc-mv {
    padding: 0 30px;
}
.mc-mv-wrapper {
    max-width: 1220px;
    margin: 0 auto 100px;
    position: relative;
    height: 520px;
}
.fs-body-category-steelrack-set .mc-mv-wrapper,
.fs-body-category-steelrack-parts .mc-mv-wrapper {
    height: auto;
}
.mc-mv-wrapper .image {
    position: absolute;
    top: 0;
    right: 0;
    aspect-ratio: 1.55/1;
    max-width: 715px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.fs-body-category-steelrack-set .mc-mv-wrapper .image ,
.fs-body-category-steelrack-parts .mc-mv-wrapper .image {
    position: relative;
    top: auto;
    right: auto;
    max-width: inherit;
    aspect-ratio: 2.5 / 1;
    border-radius: 20px;
}
.mc-mv-wrapper .image img {
    object-fit: cover;
    height: 100%;
}
.mc-mv-wrapper .text-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e5e5e5;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 45px 50px 45px 60px;
    max-width: 550px;
}
.fs-body-category-steelrack-set .mc-mv-wrapper .text-bg,
.fs-body-category-steelrack-parts .mc-mv-wrapper .text-bg {
    background-color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    padding: 30px 40px 15px 40px;
    max-width: inherit;
}
.text-bg .title-en {
    font-family: "Overpass", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.text-bg .title-en::before {
    content: "";
    background-color: #333;
    width: 22px;
    height: 1px;
    margin-right: 7px;
}
.text-bg .title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.fs-body-category-steelrack-set .text-bg .title,
.fs-body-category-steelrack-parts .text-bg .title {
    margin-bottom: 0;
}

.fs-body-category-steelrack .fs-link-more {
    position: absolute;
    top: calc(100% - 40px);
    right: 0;
    z-index: 1;
    background: #383838;
    border-radius: 25px;
    padding: 10px 20px;
    color: #fff;
}
.fs-body-category-steelrack-parts .fs-link-more {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    z-index: 1;
        background: #383838;
    border-radius: 25px;
    padding: 10px 20px;
    color: #fff;
}
.fs-body-category-steelrack .fs-link-more span, 
.fs-body-category-steelrack-parts .fs-link-more span {
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 1px solid #333;
}
.fs-body-category-steelrack .fs-link-more img, 
.fs-body-category-steelrack-parts .fs-link-more img {
    width: 23px;
    height: 23px;
    padding: 6px;
    background-color: #ECF1F8;
    border-radius: 50%;
    border: 1px solid #333; 
}

.fs-c-noResultMessage__title {
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto 60px;
}
@media screen and (max-width: 840px) {
    .fs-body-category-steelrack .fs-link-more {
        top: calc(100% + 15px);
    }
}
@media screen and (max-width: 768px) {
    .sec-mc-mv {
        padding: 0;
    }
    .fs-body-category-steelrack-set .mc-mv-wrapper {
        padding: 0 20px;
        margin-bottom: 120px;
    } 
    .fs-body-category-steelrack-parts .mc-mv-wrapper {
        padding: 0 20px;
        margin-bottom: 150px;
    }
    .mc-mv-wrapper .image {
        left: 0;
        right: auto;
        margin-right: 20px;
        max-width: 500px;
    }
    .fs-body-category-steelrack-set .mc-mv-wrapper .image ,
    .fs-body-category-steelrack-parts .mc-mv-wrapper .image {
        left: auto;
        right: auto;
        margin-right: 0;
        border-radius: 10px;
        max-width: inherit;
    }
    .mc-mv-wrapper .text-bg {
        left: auto;
        right: 0;
        padding: 100px 20px 25px;
        margin-left: 20px;
        z-index: -1;
    }
    .fs-body-category-steelrack-set .mc-mv-wrapper .text-bg,
    .fs-body-category-steelrack-parts .mc-mv-wrapper .text-bg {
        bottom: -74px;
        left: auto;
        right: auto;
        padding: 17px 25px 17px 12px;
        margin-left: 0;
        border-top-right-radius: 10px;
        z-index: 1;
    }
    .fs-body-category-steelrack-set .text-bg .title-en,
    .fs-body-category-steelrack-parts .text-bg .title-en {
        font-size: 1.0rem;
    }
    .fs-body-category-steelrack .text-bg .title,
    .fs-body-category-furniture .text-bg .title {
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 12px;
    }
    .fs-body-category-steelrack-set .text-bg .title,
    .fs-body-category-steelrack-parts .text-bg .title {
        font-size: 1.6rem;
        font-weight: 500;
        margin-bottom: 0;
    }
    .fs-body-category-steelrack .fs-link-more {
        top: calc(100% + 15px);
        right: 20px;
    }
    .fs-body-category-steelrack-parts .fs-link-more {
        top: calc(100% + 50px);
        right: 20px;
    }
    .fs-body-category-steelrack .fs-link-more span, 
    .fs-body-category-steelrack-parts .fs-link-more span {
        font-size: 1.2rem;
        padding-bottom: 3px;
    }
    .fs-body-category-steelrack .fs-link-more img, 
    .fs-body-category-steelrack-parts .fs-link-more img {
        width: 19px;
        height: 19px;
        padding: 4px;
        margin-left: 5px;
    }
}
@media screen and (max-width: 540px) {
    .mc-mv-wrapper {
        height: calc(250px + 47vw);
        margin-bottom: 70px;
    }
    .fs-body-category-steelrack .mc-mv-wrapper {
        margin-bottom: 90px;
    }
}

/* PICK UP */
.sec-pickup .pickup-list a {
    position: relative;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 7px;
}
.sec-pickup .pickup-list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-pickup .pickup-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(244, 244, 244, 0.86);
    padding: 8px 16px;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
    .sec-pickup .sec-wrapper {
        max-width: none;
        padding: 0;
    }
    .sec-pickup .pickup-list .slick-arrow {
        background-color: rgba(0, 0, 0, 0.7);
        width: 30px;
        height: 80px;
        padding: 17px 8px;
    }
    .sec-pickup .pickup-list .prev-arrow {
        left: 0;
    }
    .sec-pickup .pickup-list .next-arrow {
        right: 0;
    }
}

/* ITEM SEARCH */
.sec-itemSearch .first-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
.sec-itemSearch .category-tab {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.sec-itemSearch .category-tab .tab-btn {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 25px;
    padding-bottom: 2px;
    text-align: center;
    cursor: pointer;
}
.sec-itemSearch .category-tab .tab-btn.select {
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 2px solid #333;
}
.fs-itemSearchArea {
    max-width: 1000px;
    margin: 0 auto 90px;
    padding: 0 30px;
    position: relative;
}
.fs-itemSearchArea::after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 86px;
    height: 1px;
    background-color: #333;
}
.fs-itemSearchArea .title {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}
.fs-itemSearchArea .sub-title {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 40px;
}
.fs-itemSearchArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fs-itemSearchArea ul::before,
.fs-itemSearchArea ul::after {
    content: "";
    width: 31%;
    min-width: 220px;
    order: 1;
}
.fs-itemSearchArea ul li {
    width: 31%;
    margin-bottom: 20px;
    min-width: 220px;
}
.fs-itemSearchArea ul li a {
    display: flex;
    align-items: center;
}
.fs-itemSearchArea ul li img {
    max-width: 80px;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 15px;
}

.fs-itemSearchArea.type ul li,
.fs-itemSearchArea.series ul li,
.fs-itemSearchArea.category ul li {
    margin-bottom: 30px;
    position: relative;
}
.fs-itemSearchArea.type ul li::after,
.fs-itemSearchArea.series ul li::after,
.fs-itemSearchArea.category ul li::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100%;
    background-size: 6px 1px;
    background-image: linear-gradient(to right, #333 3px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 1px;
}

.fs-itemSearchArea.series .series-list li a  {
    justify-content: space-between;
}
.fs-itemSearchArea.series .series-list li .series-text {
    width: 70%;
}
.fs-itemSearchArea.series .series-list li .series-title {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 8px;
}
.fs-itemSearchArea.series .series-list li .series-img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 10px;
}
.fs-itemSearchArea.series .series-list li .series-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fs-itemSearchArea.series .series-list li .series-desc p {
    width: 84%;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
.fs-itemSearchArea.series .series-list li .series-desc img {
    width: 10px;
    object-fit: contain;
    transform: rotate(-90deg);
    margin-right: 0;
}

.fs-itemSearchArea.use {
    max-width: 940px;
}
.fs-itemSearchArea.use ul {
    justify-content: center;
}
.fs-itemSearchArea.use ul::before,
.fs-itemSearchArea.use ul::after {
    content: none;
}
.fs-itemSearchArea.use ul li {
    width: fit-content;
    min-width: inherit;
    margin: 0 4px 20px
}
.fs-itemSearchArea.use ul li a {
    justify-content: center;
    height: 50px;
    padding: 0 20px;
    border-radius: 30px;
    background-color: #E5E5E5;
    text-align: center;
}
.sec-itemSearch .more-btn {
    width: 310px;
}

.parts-type-wrapper {
    position: relative;
    margin-bottom: 60px;
}
.parts-type-wrapper:last-child {
    margin-bottom: 0;
}
.parts-type-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 185px;
    height: 36px;
    border: 1px solid #333;
    border-radius: 100px;
    background-color: #fff;
    margin: 0 auto 30px;
}
.parts-type-title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #333;
    z-index: -1;
}
.fs-itemSearch-sizeBtn {
    font-size: 1.2rem;
    border-bottom: 1px solid #333;
    display: block;
    margin-left: auto;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .sec-itemSearch .first-title {
        font-size: 1.8rem;
        margin-bottom: 45px;
    }
    .sec-itemSearch .category-tab {
        margin-bottom: 40px;
    }
    .sec-itemSearch .category-tab .tab-btn {
        margin: 0 20px;
    }
    .fs-itemSearchArea {
        margin: 0 auto 50px;
        padding: 0 0 35px;
    }
    .fs-itemSearchArea .title {
        margin-bottom: 15px;
    }
    .fs-itemSearchArea ul::before,
    .fs-itemSearchArea ul::after {
        width: 46%;
        min-width: inherit;
    }
    .fs-itemSearchArea ul li {
        width: 46%;
        min-width: inherit;
    }
    .fs-itemSearchArea ul li img {
        max-width: 64px;
        margin-right: 5px;
    }
    .fs-itemSearchArea ul li p {
        font-size: 1.1rem;
        letter-spacing: 0;
    }
    .fs-itemSearchArea.series ul li {
        width: 47%;
        margin-bottom: 24px;
    }
    .fs-itemSearchArea.series .series-list li a  {
        flex-wrap: wrap;
        align-items: flex-end;
        height: 100%;
    }
    .fs-itemSearchArea.series .series-list li .series-title {
        width: 100%;
        margin-bottom: 4px;
    }
    .fs-itemSearchArea.series .series-list li .series-img {
        width: 52px;
        height: 52px;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 3px;
    }
    .fs-itemSearchArea.series .series-list li .series-text {
        width: 60%;
    }
    .fs-itemSearchArea.series .series-list li .series-desc p {
        width: 85%;
        letter-spacing: 0;
        line-height: 1.4;
    }
    .fs-itemSearchArea.use ul li {
        margin: 0 4px 11px
    }
    .fs-itemSearchArea.use ul li a {
        font-size: 1.2rem;
        letter-spacing: 0;
        height: 35px;
        padding: 0 20px;
    }
    .parts-type-wrapper {
        margin-bottom: 40px;
    }
    .parts-type-title {
        margin: 0 auto 25px;
    }
}

.sec-about-rack .rack-create {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 1060px;
    margin: 0 auto;
}
.sec-about-rack .rack-create .images {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30vw;
    max-width: 390px;
    height: 30vw;
    max-height: 390px;
    padding: 40px;
    background-color: #fff;
    border-radius: 100%;
}
.sec-about-rack .rack-create .images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sec-about-rack .rack-create .description {
    width: 80%;
    padding: 40px 30px 15px min(17vw, 210px);
    background-color: #F7F7F7;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.sec-about-rack .rack-create .description p {
    margin-bottom: 25px;
}
.sec-about-rack .rack-create .description p:first-child {
    font-size: 1.6rem;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid #333;
}
.sec-about-rack .title {
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 40px;
}
.sec-about-rack .flow-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
}
.sec-about-rack .flow-item {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 30%;
    max-width: 310px;
    padding: 40px 10px 25px;
    border-radius: 20px;
    border: 1px solid #333;
}
.sec-about-rack .flow-item::before {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    background-color: #333;
    width: 110px;
    height: 36px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-about-rack .step-1::before {
    content: "STEP 1";
}
.sec-about-rack .step-2::before {
    content: "STEP 2";
}
.sec-about-rack .step-3::before {
    content: "STEP 3";
}
.sec-about-rack .flow-item img {
    height: 90px;
    object-fit: contain;
    margin-bottom: 15px;
}
.sec-about-rack .flow-item p {
    text-align: center;
}
.sec-about-rack .flow-item a {
    font-size: 1.2rem;
    margin-top: auto;
    border-bottom: 1px solid #333;
}
.sec-about-rack .flow-item p:first-child {
    font-weight: 700;
    margin-bottom: 10px;
}
.sec-about-rack .flow-item p:nth-child(3) {
    margin-bottom: 20px;
}
.sec-about-rack .parts-flow .arrow-next {
    width: 13px;
}
@media screen and (max-width: 768px) {
    .sec-about-rack .sec-wrapper {
        padding: 0;
    }
    .sec-about-rack .rack-create {
        display: block;
    }
    .sec-about-rack .rack-create .images {
        width: 280px;
        height: 280px;
        right: 0;
        top: -140px;
        bottom: auto;
    }
    .sec-about-rack .rack-create .description {
        width: 100%;
        padding: 175px 20px 20px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
    }
    .sec-about-rack .rack-create .description p:first-child {
        display: block;
        width: fit-content;
        margin: 0 auto 20px;
        text-align: center;
    }
    .sec-about-rack .title {
        font-size: 1.6rem;
        margin-bottom: 50px;
    }
    .sec-about-rack .flow-wrapper {
        padding: 0 20px;
        flex-flow: column;
        align-items: center;
    }
    .sec-about-rack .flow-item {
        width: 100%;
        aspect-ratio: 1/1;
    }
    .sec-about-rack .parts-flow .arrow-next {
        width: 13px;
        transform: rotate(90deg);
        margin: 10px auto 20px;
    }
}

/* RANKING */
/* .sec-ranking .sub-title {
    margin-bottom: 140px;
} */
.sec-ranking .sec-wrapper {
    position: relative;
    max-width: inherit;
    background-color: #f7f7f7;
}
.ranking-steelrack,
.ranking-interior {
    max-width: 1220px;
    margin: 0 auto;
    padding: 70px 0;
    display: block;
}
.sec-ranking .fr3-productListStatic {
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec-ranking .fr3-productListStatic .fr3-item {
    position: relative;
    width: 15.4%;
    height: fit-content;
}
.sec-ranking .fr3-productListStatic .fr3-item__rankContainer {
    position: absolute;
    top: -8%;
    left: -6%;
    font-family: "Overpass", sans-serif;
    font-size: 3.2rem;
}
.sec-ranking .fr3-productListStatic .fr3-item:last-child {
    margin-right: 0;
}
.sec-ranking .fr3-productListStatic .fr3-item:nth-child(4),
.sec-ranking .fr3-productListStatic .fr3-item:nth-child(5),
.sec-ranking .fr3-productListStatic .fr3-item:last-child {
    margin-top: 100px;
}
.sec-ranking .fr3-productListStatic .fr3-item__imageContainer {
    border-radius: 1vw;
    overflow: hidden;
}
.sec-ranking .fr3-productListStatic .fr3-item__productName {
    margin-top: 7px;
}
.sec-ranking .fr3-productListStatic .fr3-item__productPrice {
    margin-top: 7px;
}
@media screen and (max-width: 1024px) {
    .sec-ranking .fr3-productListStatic {
        justify-content: center;
    }
    .sec-ranking .fr3-productListStatic .fr3-item {
        width: 26%;
        margin: 0 10px;
        margin-bottom: 40px;
    }
    .sec-ranking .fr3-productListStatic .fr3-item:nth-child(4),
    .sec-ranking .fr3-productListStatic .fr3-item:nth-child(5),
    .sec-ranking .fr3-productListStatic .fr3-item:last-child {
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    /* .sec-ranking .sub-title {
        margin-bottom: 80px;
    } */
    .ranking-steelrack,
    .ranking-interior {
        padding: 40px 0 30px;
    }
    .sec-ranking .fr3-productListStatic {
        justify-content: space-between;
    }
    .sec-ranking .fr3-productListStatic .fr3-item {
        width: 48.6%;
        margin: 0;
        margin-bottom: 40px;
    }
    .sec-ranking .fr3-productListStatic .fr3-item__rankContainer {
        left: -3%;
    }
    .sec-ranking .fr3-productListStatic .fr3-item__productPrice {
        margin-top: 2px;
    }
}

