/* ===========================================
* MV
* ======================================== */

.mv__inner {
    padding: 0 30px;
    margin-bottom: 100px;
}
.mv__slider {
    position: relative;
    height: calc(100vh - 162px);
    overflow: hidden;
}
.mv__slide {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1.6/1;
}
.mv__ttl {
    position: absolute;
    margin: auto;
    inset: auto auto 37px 30px;
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 2.0rem;
    z-index: 1;
}
.mv__slide[data-color="black"] .mv__ttl {
    color: #080808;
}
.mv__slide[data-color="white"] .mv__ttl {
    color: #fff;
}
.mv__slide picture {
    display: block;
    width: 100%;
    height: 100%;
}
.mv__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes zoomOut {
    0% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}
.mv__slide.swiper-slide-active .mv__img,
.mv__slide.swiper-slide-duplicate-active .mv__img,
.mv__slide.swiper-slide-prev .mv__img {
    animation: zoomOut 10s linear 0s 1 normal both;
}
.mv__pagination {
    position: absolute;
    inset: auto 30px 40px auto;
    margin: auto;
    width: fit-content;
    z-index: 1;
}
.mv__pagination .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    margin-left: 10px;
    overflow: hidden;
}
.mv__pagination .swiper-pagination-bullet-active {
    position: relative;
}
.mv__pagination .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    background-color: #fff;
    animation: paginationAnime 8s linear 0s 1 normal both;
}
@keyframes paginationAnime {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0%)
    }
}
@media screen and (max-width: 768px) {
    .mv__inner {
        padding: 0 20px;
        margin-bottom: 60px;
    }
    .mv__slider {
        height: calc(100vh - 142px);
        max-height: 600px;
    }
    .mv__ttl {
        inset: auto 0 60px 0;
        width: fit-content;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.6;
    }
    .mv__pagination {
        inset: auto 0 30px 0;
    }
    .mv__pagination .swiper-pagination-bullet {
        width: 50px;
        margin: 0 5px;
    }
}

/* ===========================================
* NEW ITEMS, Best Seller
* ======================================== */
.newItems__inner,
.bestSeller__inner {
    padding: 0 80px 100px;
    margin: 0 auto 100px;
    border-bottom: 1px solid #EDEDED;
}
.newItems__heading,
.bestSeller__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.newItems__ttl,
.bestSeller__ttl {
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 3.6rem;
}
.newItems__btn,
.bestSeller__btn {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 46px;
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    background-color: #fff;
    border: 1px solid #080808;
    transition: all 0.2s ease-out;
}
.newItems__btn:hover,
.bestSeller__btn:hover {
    background-color: #F5F5F5;
    border: 1px solid #F7F7F7;
}

.bestSeller .fs-c-productImage a::before {
    content: "1";
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 2.0rem;
    line-height: 1;
    width: 27px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #808080;
    position: absolute;
    top: 22px;
    left: 20px;
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(2) .fs-c-productImage a::before {
    content: "2";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(3) .fs-c-productImage a::before {
    content: "3";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(4) .fs-c-productImage a::before {
    content: "4";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(5) .fs-c-productImage a::before {
    content: "5";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(6) .fs-c-productImage a::before {
    content: "6";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(7) .fs-c-productImage a::before {
    content: "7";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(8) .fs-c-productImage a::before {
    content: "8";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(9) .fs-c-productImage a::before {
    content: "9";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(10) .fs-c-productImage a::before {
    content: "10";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(11) .fs-c-productImage a::before {
    content: "11";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(12) .fs-c-productImage a::before {
    content: "12";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(13) .fs-c-productImage a::before {
    content: "13";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(14) .fs-c-productImage a::before {
    content: "14";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(15) .fs-c-productImage a::before {
    content: "15";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(16) .fs-c-productImage a::before {
    content: "16";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(17) .fs-c-productImage a::before {
    content: "17";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(18) .fs-c-productImage a::before {
    content: "18";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(19) .fs-c-productImage a::before {
    content: "19";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(20) .fs-c-productImage a::before {
    content: "20";
}
.bestSeller .fs-c-productListCarousel__list .tag_label {
    display: none;
}
.bestSeller .fs-c-productListCarousel__list .fs-c-productListItem__outOfStock {
    display: none;
}
@media screen and (max-width: 768px) {
    .newItems__inner, 
    .bestSeller__inner {
        padding: 0 20px 60px;
        margin: 0 auto 60px;
    }
    .newItems__ttl, 
    .bestSeller__ttl {
        font-size: 2.6rem;
    }
    .newItems__btn, 
    .bestSeller__btn {
        width: 120px;
        height: 36.8px;
    }
    .bestSeller .fs-c-productImage a::before {
        font-size: 1.5rem;
        width: 22px;
        padding-bottom: 5px;
        top: 16px;
        left: 15px;
    }
}

/* ===========================================
* CATEGORY
* ======================================== */
.cat__inner {
    padding: 0 80px 100px;
    margin: 0 auto 100px;
    border-bottom: 1px solid #EDEDED;
}
.series__inner {
    padding: 0 80px 100px;
    margin: 0 auto 100px;
    border-bottom: 1px solid #EDEDED;
}
.fs-cat-list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.fs-cat-list.--cat {
    max-width: 1330px;
}
.fs-cat-list.--series {
    max-width: 1440px;
}
.fs-cat-list .fs-pt-column__item {
    position: relative;
}
.fs-cat-list.--cat .fs-pt-column__item {
    width: 45.1%;
    height: auto;
    aspect-ratio: 1 / 1.2;
}
.fs-cat-list.--series .fs-pt-column__item {
    width: 32.7%;
    height: auto;
    aspect-ratio: 1 / 1.2;
}
.fs-cat-list .fs-pt-column__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fs-cat-list .fs-pt-column__heading {
    position: absolute;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
}
.fs-cat-list.--cat .fs-pt-column__heading {
    inset: auto 0 143px 0;
}
.fs-cat-list.--series .fs-pt-column__heading {
    inset: auto 0 123px 0;
}
.fs-cat-list .fs-pt-column__heading span {
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 3.6rem;
    text-shadow: 0px 0px 5px rgba(100, 100, 100, 0.1);
}
.fs-cat-list .fs-pt-column__description {
    position: absolute;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 46px;
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    background-color: #fff;
    border: 1px solid #080808;
    transition: all 0.2s ease-out;
}
.fs-cat-list.--cat .fs-pt-column__description {
    inset: auto 0 60px 0;
}
.fs-cat-list.--series .fs-pt-column__description {
    inset: auto 0 40px 0;
}
.fs-cat-list .fs-pt-column__item:hover .fs-pt-column__description {
    background-color: #F5F5F5;
    border: 1px solid #F7F7F7;
}
@media screen and (max-width: 768px) {
    .cat__inner {
        padding: 0 20px 60px;
        margin: 0 auto 60px;
    }
    .series__inner {
        padding: 0 20px 60px;
        margin: 0 auto 60px;
    }
    .fs-cat-list {
        flex-flow: column;
        align-items: center;
    }
    .fs-cat-list.--cat .fs-pt-column__item,
    .fs-cat-list.--series .fs-pt-column__item {
        width: 100%;
        margin-bottom: 30px;
    }
    .fs-cat-list.--cat .fs-pt-column__item:last-child,
    .fs-cat-list.--series .fs-pt-column__item:last-child {
        margin-bottom: 0;
    }
    .fs-cat-list .fs-pt-column__heading {
        font-size: 1.3rem;
    }
    .fs-cat-list .fs-pt-column__heading span {
        font-size: 3.2rem;
        line-height: 1.2;
    }
    .fs-cat-list.--cat .fs-pt-column__heading,
    .fs-cat-list.--series .fs-pt-column__heading {
        inset: auto 0 88px 0;
    }
    .fs-cat-list .fs-pt-column__description {
        width: 120px;
        height: 36.8px;
    }
    .fs-cat-list.--cat .fs-pt-column__description,
    .fs-cat-list.--series .fs-pt-column__description {
        inset: auto 0 30px 0;
    }
}

/* ===========================================
* CONTENTS
* ======================================== */
.contents__inner {
    padding: 0 80px 100px;
    margin: 0 auto 100px;
    border-bottom: 1px solid #EDEDED;
}
.contents__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
}
.contents__item {
    position: relative;
    width: 47.4%;
    display: flex;
    align-items: center;
    background-color: #EDEDED;
    padding: 40px;
}
.contents__arrow {
    position: absolute;
    inset: 20px 20px auto auto;
    margin: auto;
    width: 6px;
    object-fit: contain;
}
.contents__img {
    width: 34.8%;
    height: auto;
    aspect-ratio: 1/1.188;
    margin-right: 35px;
}
.contents__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contents__txt {
    width: 55%;
}
.contents__txt h2 {
    font-size: 1.4rem;
    /* margin-bottom: 10px; */
}
.contents__txt p {
    display: none;
    font-size: 1.2rem;
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
    .contents__inner {
        padding: 0 20px 60px;
        margin: 0 auto 60px;
    }
    .contents__list {
        flex-flow: column;
        align-items: center;
    }
    .contents__item {
        width: 100%;
        padding: 28px;
        margin-bottom: 30px;
    }
    .contents__item:last-child {
        margin-bottom: 0;
    }
    .contents__img {
        margin-right: 30px;
    }
    .contents__txt p {
        font-size: 1.0rem;
    }
}

/* ===========================================
* INSPIRATION
* ======================================== */
.inspiration__inner {
    padding: 0 80px;
    margin: 0 auto 100px;
}
.inspiration__heading {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 53px;
}
.inspiration__heading span {
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 3.6rem;
    margin-bottom: 14px;
}
.inspiration__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 950px;
    margin: 0 auto 56px;
}
.inspiration__item {
    width: 31%;
}
.inspiration__item a {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.inspiration__item a img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.45/1;
    object-fit: cover;
    margin-bottom: 30px;
}
.inspiration__item a span {
    color: rgba(8, 8, 8, 0.5);
    margin-bottom: 16px;
}
.inspiration__item a h3 {
    font-size: 1.4rem;
}
.inspiration .slick-prev, 
.inspiration .slick-next, 
.inspiration .fs-c-slick .slick-prev, 
.inspiration .fs-c-slick .slick-next {
    color: transparent;
}
.inspiration__btn {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 214px;
    height: 46px;
    margin: 0 auto;
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    background-color: #fff;
    border: 1px solid #080808;
    transition: all 0.2s ease-out;
}
.inspiration__btn:hover {
    background-color: #F5F5F5;
    border: 1px solid #F7F7F7;
}
@media screen and (max-width: 768px) {
    .inspiration__inner {
        padding: 0 20px;
        margin: 0 auto 60px;
    }
    .inspiration__heading {
        margin-bottom: 34px;
    }
    .inspiration__heading span {
        font-size: 2.6rem;
        margin-bottom: 13px;
    }
    .inspiration__list {
        margin: 0 auto 30px;
    }
    .inspiration__item a img {
        margin-bottom: 20px;
    }
    .inspiration__item a span {
        margin-bottom: 16px;
    }
}