/* KEY WORDS */
.keywords-wrapper {
    position: relative;
}
.keywords-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100vw;
    height: 740px;
    background-color: #F7F7F7;
    z-index: -99;
}
.keywords-wrapper .keyword-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*max-width: 1000px;*/
    margin: 0 auto 70px;
    padding: 25px 0 35px;
}
.keywords-wrapper a {
    font-size: 1.6rem;
    margin: 0 25px 15px;
}
.keywords-wrapper a::before {
    content: "#";
}
@media screen and (max-width: 768px) {
    .keywords-wrapper .keyword-list {
        padding: 10px 0 35px;
    }
    .keywords-wrapper a {
        font-size: 1.4rem;
        margin: 0 15px 10px;
    }
    
}

/* 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 14px;
    letter-spacing: 0.2em;
    font-size: 1.3rem;
}
@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;
    }

}

/* NEW ITEMS */
.sec-new .fr3-productListStatic .slick-slide {
    transform: scale(80%);
    transition: transform 0.3s;
}
.sec-new .fr3-productListStatic .slick-center {
    transform: scale(100%);
}
@media screen and (max-width: 768px) {
    .sec-new .sec-wrapper {
        padding: 0;
    }
    .sec-new .fr3-productListStatic .slick-slide {
        transform: scale(100%);
    }
    .sec-new .prev-arrow {
        left: 20px;
    }
    .sec-new .next-arrow {
        right: 20px;
    }
}

/* RECOMMEND ITEMS */
.sec-recommend .fr3-productListStatic {
    display: grid!important;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1%!important;
    grid-row-gap: 2.4%!important;
}
.sec-recommend .fr3-productListStatic .fr3-item {
    position: relative;
    border-radius: 1vw;
    border: 1px solid #CECECE;
    overflow: hidden;
}
.sec-recommend .fr3-productListStatic .fr3-item__link {
    display: block;
    width: 100%;
    height: 100%;
}
.sec-recommend .fr3-productListStatic .fr3-item__imageContainer {
    display: block;
    width: 100%;
    height: 100%;
}
.sec-recommend .fr3-productListStatic .fr3-item:first-child {
    grid-area: 1 / 1 / 3 / 3;
}
.sec-recommend .fr3-productListStatic .fr3-item:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
}
.sec-recommend .fr3-productListStatic .fr3-item:nth-child(3) {
    grid-area: 1 / 4 / 2 / 5;
}
.sec-recommend .fr3-productListStatic .fr3-item:nth-child(4) {
    grid-area: 1 / 5 / 2 / 6;
}
.sec-recommend .fr3-productListStatic .fr3-item:nth-child(5) {
    grid-area: 2 / 3 / 3 / 4;
}
.sec-recommend .fr3-productListStatic .fr3-item:nth-child(6) {
    grid-area: 2 / 4 / 3 / 5;
}
.sec-recommend .fr3-productListStatic .fr3-item:nth-child(7) {
    grid-area: 2 / 5 / 3 / 6;
}
.sec-recommend .fr3-productListStatic .fr3-item__productName {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex!important;
    flex-flow: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 7%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s;
}
.sec-recommend .fr3-productListStatic .fr3-item__productName:hover {
    opacity: 1;
}
.sec-recommend .fr3-productListStatic .fr3-item__productPrice {
    display: none!important;
}
.sec-recommend .fr3-productListStatic .fr3-item__productName .fr3-item__productPrice {
    display: block;
    margin-top: 7px;
}
@media screen and (max-width: 1024px) {
    .sec-recommend .fr3-productListStatic {
        grid-column-gap: 2%;
    }
    .sec-recommend .fr3-productListStatic .fr3-item {
        position: relative;
        border-radius: none;
        border: none;
        overflow: inherit;
    }
    .sec-recommend .fr3-productListStatic .fr3-item__imageContainer {
        border-radius: 1vw;
        border: 1px solid #CECECE;
        overflow: hidden;
        height: auto;
    }
    .sec-recommend .fr3-productListStatic .fr3-item__productName {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 7px;
        width: auto;
        height: auto;
        display: block!important;
        text-align: left;
        justify-content: flex-start;
        padding: 0;
        color: #333;
        background-color: inherit;
        opacity: 1;
    }
}
@media screen and (max-width: 768px) {
    .sec-recommend .fr3-productListStatic {
        display: flex!important;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sec-recommend .fr3-productListStatic .fr3-item {
        width: 48.6%;
        margin-bottom: 28px;
    }
    .sec-recommend .fr3-productListStatic .fr3-item:first-child {
        width: 100%;
    }
    .sec-recommend .fr3-productListStatic .fr3-item__imageContainer {
        border-radius: 15px;
    }
    .sec-recommend .fr3-productListStatic .fr3-item__productName .fr3-item__productPrice {
        margin-top: 2px;
    }
}

/* CATEGORY */
.sec-category .sec-wrapper {
    margin-bottom: 50px;
}
.sec-category .sub-title {
    margin-bottom: 55px;
}
.sec-category .category-tab {
    display: flex;
    justify-content: center;
}
.sec-category .category-tab .tab-btn {
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
    margin: 0 25px;
    padding: 0 10px;
    cursor: pointer;
}
.sec-category .category-tab .tab-btn.select {
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 2px solid #333;
}
.sec-category .category-list {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1220px;
    margin: 45px auto 0;
    position: relative;
}
.sec-category .category-list.show {
    display: flex;
}
.sec-category .category-list::before,
.sec-category .category-list::after {
    content: "";
    width: 31%;
    order: 1;
}


.sec-category .category-list li {
    width: 11%;
    margin-bottom: 26px;
    text-align: center;
}
.sec-category .category-list li a {
    /*display: flex;*/
    align-items: center;
}

.sec-category .category-list li a img {
    max-width: 80px;
    height: auto;
    aspect-ratio: 1/1;
    /*margin-right: 15px;*/
}


.sec-category .category-list li p{ font-size: 1.2rem; padding-top: 8px;line-height: 1.1;}


/*スマホ版のサイズから探す*/
@media screen and (max-width: 768px) {
.sec-category .category-list li {
    width: 21%;
    margin-bottom: 26px;
    text-align: center;
}
.sec-category .category-list li a {
   /* display: flex;*/
    align-items: center;
}

.sec-category .category-list li a img {
    max-width: 80px;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 15px;
}
.sec-category .category-list li:nth-child(n+13) {
    display: none;
  }

}

.swiper-pagination-bullet-active{background: #202020 !important;}


.sec-category .category-list.item .item-link {
    width: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}
.sec-category .category-list.item .item-link a {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    width: fit-content;
    margin-left: auto;
}
.sec-category .category-list.item .item-link img {
    width: 11px;
    transform: rotate(-90deg);
    margin-left: 10px;
    aspect-ratio: inherit;
    margin-right: 0;
    margin-bottom: 0;
}
.sec-category .category-list.scene li a img {
    max-width: 54px;
    margin-right: 23px;
}
.sec-category .category-list.series {
    /* max-width: inherit; */
}
.sec-category .category-list.series::before, 
.sec-category .category-list.series::after {
    content: none;
}
.sec-category .category-list.series .series-column {
    width: 47%;
    display: flex;
    flex-flow: column;
}
.sec-category .category-list.series .series-title {
    width: 100%;
    font-weight: 700;
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 6px;
    margin-bottom: 27px;
}
.sec-category .category-list.series .series-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.sec-category .category-list.series .series-list li {
    display: flex;
    align-items: center;
    width: 48%;
    font-size: 1.2rem;
}
.sec-category .category-list.series .series-list li img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 15px;
}
.sec-category .category-list.series .series-link {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    width: fit-content;
    margin-top: auto;
    margin-left: auto;
}
.sec-category .category-list.series .series-link img {
    width: 11px;
    transform: rotate(-90deg);
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .sec-category .sec-wrapper {
        margin-bottom: 100px;
    }
    .sec-category .category-tab .tab-btn {
        font-size: 1.4rem;
        margin: 0 17px;
        padding: 0;
    }
    .sec-category .category-tab .tab-btn.select {
        font-size: 1.4rem;
    }
    .sec-category .category-list li a {
        flex-flow: column;
        line-height: 1.4;
    }
    .sec-category .category-list li a img {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .sec-category .category-list li a p {
        font-size: 1.2rem;
        text-align: center;
    }

    .sec-category .category-list.item .item-link a {
        flex-flow: row;
    }
    .sec-category .category-list.scene li a img {
        max-width: 60px;
        margin-right: 0;
    }

    .sec-category .category-list.show.series {
        display: block;
    }
    .sec-category .category-list.series .series-column {
        width: 100%;
        margin-bottom: 30px;
    }
    .sec-category .category-list.series .series-list li {
        width: 32%;
    }
    .sec-category .category-list.series .series-list li a {
        width: 100%;
    }
    /* .sec-category .category-list.series .series-list li:nth-child(4),
    .sec-category .category-list.series .series-list li:nth-child(5),
    .sec-category .category-list.series .series-list li:last-child {
        display: none;
    } */
    .sec-category .category-list.series .series-list li img {
        margin-right: 0;
    }
}

/* RANKING */
.sec-ranking .sub-title {
    margin-bottom: 140px;
}
.sec-ranking .sec-wrapper {
    position: relative;
    max-width: inherit;
    background-color: #F7F7F7;
}
.sec-ranking .ranking-tab {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.sec-ranking .ranking-tab .tab-btn {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    cursor: pointer;
}
.sec-ranking .ranking-tab .tab-btn-s {
    margin-right: 6px;
}
.sec-ranking .ranking-tab .tab-btn-i {
    margin-left: 6px;
}
.sec-ranking .ranking-tab .tab-btn.select {
    font-size: 2.0rem;
    width: 230px;
    height: 50px;
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
}
.ranking-steelrack, .ranking-interior {
    max-width: 1220px;
    margin: 0 auto;
    padding: 70px 0;
    display: none;
}
.ranking-steelrack.show, .ranking-interior.show {
    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;
    }
    .sec-ranking .ranking-tab .tab-btn {
        width: 44%;
        max-width: 230px;
    }
    .sec-ranking .ranking-tab .tab-btn.select {
        width: 44%;
    }
    .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;
    }
}

/* COLUMN */
.sec-column .sec-wrapper {
    max-width: none;
    padding: 0;
}
.sec-column .column-list .slick-slide {
    margin: 0 8px;
}
.sec-column .column-list .slick-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.6/1;
    object-fit: cover;
    margin-bottom: 7px;
}
.sec-column .column-list .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 133px;
    height: 133px;
    cursor: pointer;
    z-index: 1;
    background-color: rgba(255,255,255,0.5);
    border-radius: 100%;
}
.sec-column .column-list .prev-arrow {
    left: -67px;
    padding: 40px 0 40px 40px;
}
.sec-column .column-list .next-arrow {
    right: -67px;
    padding: 40px 40px 40px 0;
}
@media screen and (max-width: 768px) {
    .sec-column .column-list .slick-slide {
        margin: 0 5px;
    }
    .sec-column .column-list .slick-arrow {
        margin-top: calc((100% - 20px)/3 * 1.6 / 2 - 62px);
    }
}

/* NEWS */
.news-list {
    max-width: 1100px;
    margin: 0 auto;
}
.news-list li {
    border-bottom: 1px solid #E0E0E0;
}
.news-list li a {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.news-list li a .date {
    font-size: 1.2rem;
    letter-spacing: 0;
    color: #7E7E7E;
    margin-right: 45px;
}
.news-list li a .contents {
    
}
@media screen and (max-width: 768px) {
    .sec-news .sub-title {
        margin-bottom: 5px;
    }
    .news-list li a {
        flex-flow: column;
        align-items: flex-start;
    }
    .news-list li a .date {
        margin-bottom: 10px;
    }
}
..swiper-container.mb60.swiper-container-horizontal{padding-bottom: 50px;}
.swiper-container-horizontal>.swiper-pagination-bullets{bottom: 24px;}