.fs-c-noResultMessage__title {
    padding: 0px 80px;
}

.fs-category-heading__inner {
    padding: 50px 80px 0;
    margin: 0 auto 70px;
}
.fs-category-heading__inner h1 {
    display: flex;
    flex-flow: row;
    align-items: baseline;
    max-width: none;
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
}
.fs-category-heading__inner h1 span {
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 3.5rem;
    margin-bottom: 0;
    margin-right: 20px;
}
.fs-category-heading__inner p {
    line-height: 2;
    text-align: left;
}
.fs-category-heading__inner p:has(.show) {
    display: block;
}
.fs-category-heading__inner h1 .fs-category-heading__searchKeywords__keywords {
    display: flex;
    align-items: center;
}
.fs-category-heading__inner h1 .fs-category-heading__searchKeywords__keywords span {
    font-size: 1.2rem;
}
.fs-category-heading__inner h1 .fs-category-heading__searchKeywords__keywords span span::before {
    content: "「";
}
.fs-category-heading__inner h1 .fs-category-heading__searchKeywords__keywords span span::after {
    content: "」の";
}

.fs-c-interface-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 43px;
    padding-left: 80px;
    padding-right: 80px;
}
.fs-c-interface-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
    cursor: pointer;
}
.fs-c-interface-item img {
    margin-right: 6px;
}
.fs-c-interface-item.--keyword {
    margin-left: 0;
    margin-right: auto;
}
.fs-c-interface-item.--keyword ul {
    display: flex;
    align-items: center;
}
.fs-c-interface-item.--keyword ul li {
    font-size: 1.2rem;
    padding: 3px 8px 5px;
    background-color: #ECECEC;
    margin-right: 10px;
}
.fs-c-interface-item.--sort .fs-c-listControl {
    display: none;
}
.fs-c-interface-item.--sort::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    background-image: url(https://epoi.itembox.design/item/epoi/images/category/icon-c-sort.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.fs-c-interface-item.--sort .fs-c-sortItems__list {
    position: absolute;
    inset: 25px 0 auto -13px;
    margin: auto;
    display: none;
    width: max-content;
    background-color: #fff;
    z-index: 2;
}
.fs-c-interface-item.--sort .fs-c-sortItems__list.show {
    display: block;
}
.fs-c-interface-item.--sort .fs-c-sortItems__list__item a {
    display: block;
    padding: 7px 14px;
}
.fs-c-interface-item.--sort .fs-c-sortItems__list__item span {
    display: block;
    padding: 7px 14px;
}
.fs-c-interface-item.--outstock {
    padding-right: 30px;
    border-right: 1px solid #CDCDCD;
}
.fs-c-interface-item.--outstock label {
    padding-left: 17px;
}
.fs-c-interface-item.--outstock input[type="checkbox"] {
    display: none;
}
.fs-c-interface-item.--outstock::before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #CDCDCD;
    border-radius: 0;
    margin-right: 6px;
    z-index: -1;
}
.fs-c-interface-item.--outstock::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 2px;
    margin: auto;
    display: none;
    width: 8px;
    height: 8px;
    background-color: #CDCDCD;
    z-index: -1;
}
.fs-c-interface-item.--outstock:has([type="checkbox"]:checked)::after {
    display: block;
}

.fs-c-productList.layout-on .fs-c-productList__list__item {
    width: calc((100% - 26px) / 3);
}
.fs-c-productList.layout-on .fs-c-productListItem__productName {
    display: none;
}
.fs-c-productList.layout-on .fs-c-productListItem__prices {
    display: none;
}
.fs-c-productList.layout-on .fs-c-productMarks {
    display: none;
}
.fs-c-productList .--grid3 {
    display: block;
}
.fs-c-productList .--grid2 {
    display: none;
}
.fs-c-productList.layout-on .--grid3 {
    display: none;
}
.fs-c-productList.layout-on .--grid2 {
    display: block;
}

.fs-mypage-heading {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 0 80px;
}
.fs-c-button--myPageTop {
    width: 224px;
    margin-bottom: 100px;
}
.fs-c-listControl__status {
    display: none;
}
@media screen and (max-width:768px) {
    .fs-c-noResultMessage__title {
        padding: 0px 30px;
    }

    .fs-category-heading__inner {
        padding: 0 20px;
    }
    .fs-category-heading__inner h1 {
        flex-flow: column;
        align-items: center;
    }
    .fs-category-heading__inner h1 span {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .fs-category-heading__inner p {
        text-align: center;
    }
    .fs-category-heading__inner p {
        display: none;
    }
    .fs-c-interface-list {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 20px;
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    .fs-c-interface-item {
        margin-left: 0;
    }
    .fs-c-interface-item.--keyword {
        margin-right: 0;
        width: 100%;
        justify-content: center;
        margin-bottom: 56px;
    }
    .fs-c-interface-item.--outstock {
        padding-right: 20px;
    }
    .fs-c-productList.layout-on .fs-c-productList__list__item {
        width: calc((100% - 13px) / 3);
    }
    .fs-c-productList.layout-on .fs-c-productList__list::before, 
    .fs-c-productList.layout-on .fs-c-productList__list::after {
        width: calc((100% - 13px) / 3);
    }

    .fs-mypage-heading {
        padding: 0 20px;
    }
}

/* 絞り込み検索フォーム */
.fs-c-searchDetails {
    position: fixed;
    inset: 0 0 0 0;
    margin: auto;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
}
.fs-c-searchDetails.show {
    display: flex;
}
.fs-c-searchDetails__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 110px 20px;
    overflow-y: scroll;
}
.fs-c-searchDetails__inner {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 800px;
    height: fit-content;
    min-height: 728px;
    padding: 75px 80px 80px;
    background-color: #fff;
    z-index: 2;
}
.fs-c-searchDetails__inner::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}
.fs-c-searchDetails__filter {
    position: fixed;
    inset: 0 0 0 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 8, 8, 0.2);
    z-index: 1;
}
.fs-c-searchDetails__heading {
    font-size: 1.6rem;
    margin-bottom: 40px;
}
.fs-c-searchDetails__item {
    margin-bottom: 50px;
}
.fs-c-searchDetails__ttl {
    font-size: 1.4rem;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__ttl, 
.fs-c-searchDetails__item.--price .fs-c-searchDetails__ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 28px;
}
/* .fs-c-searchDetails__item.--color .fs-c-searchDetails__ttl::after, 
.fs-c-searchDetails__item.--price .fs-c-searchDetails__ttl::after {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    transform: scaleY(1.6);
    background-color: rgba(8, 8, 8, 0.6);
} */
.fs-c-searchDetails__container {
    font-size: 1.4rem;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container, 
.fs-c-searchDetails__item.--price .fs-c-searchDetails__container {
    padding-top: 30px;
    border-top: 1px solid #F5F5F5;
}
.fs-c-searchDetails__item.--price .fs-c-searchDetails__container {
    display: flex;
    align-items: center;
}
.fs-c-searchDetails__item.--price .fs-c-searchDetails__container input {
    width: 150px;
    height: 46px;
    padding: 0 20px 0 15px;
    color: rgba(8, 8, 8, 0.5);
    border: 1px solid #F5F5F5;
    border-radius: 5px;
}
.fs-c-searchDetails__item.--price .fs-c-searchDetails__container input::placeholder {
    opacity: 1;
}
.fs-c-searchDetails__item.--price .fs-c-searchDetails__container span {
    margin: 0 10px;
}
.fs-c-searchDetails__item.--cat {
    display: flex;
    align-items: center;
}
.fs-c-searchDetails__item.--cat .fs-c-searchDetails__ttl {
    margin-right: 20px;
}
.fs-c-searchDetails__item.--cat .fs-c-searchDetails__container {
    width: 200px;
    height: 46px;
}
.fs-c-searchDetails__item.--cat .fs-c-searchDetails__container select {
    width: 100%;
    height: 100%;
    padding: 0 20px 0 15px;
    color: rgba(8, 8, 8, 0.5);
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    cursor: pointer;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    width: fit-content;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label {
    position: relative;
    display: flex;
    align-items: center;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container input[type="checkbox"] {
    display: none;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 6px;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.white::before {
    background-color: #fff;
    border: 1px solid #CDCDCD;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.black::before {
    background-color: #000;
    border: 1px solid #000;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.grey::before {
    background-color: #D0CFCE;
    border: 1px solid #D0CFCE;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.beige::before {
    background-color: #D6CAB4;
    border: 1px solid #D6CAB4;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.pink::before {
    background-color: #E8C3D3;
    border: 1px solid #E8C3D3;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.red::before {
    background-color: #D83E3E;
    border: 1px solid #D83E3E;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.orange::before {
    background-color: #EF8203;
    border: 1px solid #EF8203;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.brown::before {
    background-color: #6A421F;
    border: 1px solid #6A421F;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.yellow::before {
    background-color: #EAC115;
    border: 1px solid #EAC115;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.green::before {
    background-color: #3B7250;
    border: 1px solid #3B7250;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.blue::before {
    background-color: #3C6FAA;
    border: 1px solid #3C6FAA;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label.purple::before {
    background-color: #7C3C98;
    border: 1px solid #7C3C98;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 -3px;
    margin: auto;
    display: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #B4B4B4;
    border-radius: 50%;
}
.fs-c-searchDetails__item.--color .fs-c-searchDetails__container label:has([type="checkbox"]:checked)::after {
    display: block;
}

.fs-c-searchDetails__item.--stock {
    position: relative;
    display: flex;
    align-items: center;
}
.fs-c-searchDetails__item.--stock input[type="checkbox"] {
    display: none;
}
.fs-c-searchDetails__item.--stock label {
    padding-left: 19px;
}
.fs-c-searchDetails__item.--stock::before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #CDCDCD;
    border-radius: 0;
    margin-right: 6px;
    z-index: -1;
}
.fs-c-searchDetails__item.--stock::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 2px;
    margin: auto;
    display: none;
    width: 8px;
    height: 8px;
    background-color: #CDCDCD;
}
.fs-c-searchDetails__item.--stock:has([type="checkbox"]:checked)::after {
    display: block;
    z-index: -1;
}
.fs-p-productSearch__searchButton {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 500px;
    height: 46px;
    margin: 0 auto;
    font-size: 1.4rem;
    color: #fff;
    background-color: #080808;
}
.fs-c-searchDetails__setHeading {
    display: none;
}
.fs-c-searchDetails__reset {
    position: absolute;
    top: 75px;
    right: 80px;
    font-size: 1.4rem;
    opacity: 0.5;
    text-decoration: underline;
}
.fs-searchModalCloseBtn {
    display: none;
}
@media screen and (max-width:768px) {
    .fs-c-searchDetails__inner {
        padding: 25px 30px 50px;
    }
    .fs-c-searchDetails__heading {
        margin-bottom: 50px;
    }
    .fs-c-searchDetails__item {
        margin-bottom: 40px;
    }
    .fs-c-searchDetails__item.--color .fs-c-searchDetails__ttl, 
    .fs-c-searchDetails__item.--price .fs-c-searchDetails__ttl {
        padding-bottom: 18px;
    }
    .fs-c-searchDetails__item.--cat .fs-c-searchDetails__container {
        width: 170px;
    }
    .fs-c-searchDetails__item.--color .fs-c-searchDetails__container {
        grid-template-columns: repeat(5, auto);
    }
    .fs-c-searchDetails__item.--color .fs-c-searchDetails__container, 
    .fs-c-searchDetails__item.--price .fs-c-searchDetails__container {
        padding-top: 20px;
    }
    .fs-c-searchDetails__reset {
        top: 25px;
        right: 30px;
    }
    .fs-searchModalCloseBtn {
        position: absolute;
        inset: auto 0 25px 0;
        margin: auto;
        display: flex;
        align-items: center;
        width: fit-content;
        z-index: 2;
    }
    .fs-searchModalCloseBtn span {
        position: relative;
        display: block;
        width: 16px;
        height: 16px;
        margin-left: 8px;
    }
    .fs-searchModalCloseBtn span::before, .fs-searchModalCloseBtn span::after {
        content: "";
        position: absolute;
        inset: 0 0 0 0;
        margin: auto;
        width: 20px;
        height: 1px;
        background-color: rgba(8, 8, 8, 0.6);
    }
    .fs-searchModalCloseBtn span::before {
        transform: rotate(45deg);
    }
    .fs-searchModalCloseBtn span::after {
        transform: rotate(-45deg);
    }
}
@media screen and (max-width:620px) {
    .fs-c-searchDetails__item.--color .fs-c-searchDetails__container {
        grid-template-columns: repeat(4, auto);
    }
}
@media screen and (max-width:500px) {
    .fs-c-searchDetails__item.--color .fs-c-searchDetails__container {
        grid-template-columns: repeat(3, auto);
    }
}


/* ベストセラー
.fs-body-category-ranking .fs-l-bestSeller .fs-c-productListItem {
    opacity: 0;
}
.fs-body-category-ranking .fs-l-bestSeller .fs-c-productListItem.show {
    opacity: 1;
} */

.fs-l-bestSeller .fs-c-productListCarousel__list__itemTrack {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0 80px 90px;
}
.fs-l-bestSeller .fs-c-productList--none {
    display: none;
}
.fs-l-bestSeller .fs-c-productListItem {
    width: calc((100% - 52px) / 5);
    margin-bottom: 60px;
}
.fs-l-bestSeller .fs-c-productListItem:nth-child(5), 
.fs-l-bestSeller .fs-c-productListItem:nth-child(10) {
    margin-right: 0;
}
.fs-bestSeller_cat-wrapper {
    margin-bottom: 43px;
    padding-left: 80px;
    padding-right: 80px;
}
.fs-bestSeller_cat-container {
    position: relative;
    width: fit-content;
    margin-left: auto;
    border-bottom: 1px solid #000000;
}
.fs-bestSeller_cat {
    cursor: pointer;
    padding-bottom: 6px;
}
.fs-bestSeller_cat-container::after {
    content: "";
    position: absolute;
    inset: 0 0 8px auto;
    margin: auto;
    display: block;
    width: 6px;
    height: 6px;
    background-image: url(https://epoi.itembox.design/item/epoi/images/common/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.fs-wallet_cat-wrapper {
    margin-bottom: 43px;
    padding-left: 80px;
    padding-right: 80px;
	margin-top: -40px
}
.fs-wallet_cat-container {
    position: relative;
    width: fit-content;
    margin-left: auto;
    border-bottom: 1px solid #000000;
}
.fs-wallet_cat {
    cursor: pointer;
    padding-bottom: 6px;
}
.fs-wallet_cat-container::after {
    content: "";
    position: absolute;
    inset: 0 0 8px auto;
    margin: auto;
    display: block;
    width: 6px;
    height: 6px;
    background-image: url(https://epoi.itembox.design/item/epoi/images/common/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.fs-bag_cat-wrapper {
    margin-bottom: 43px;
    padding-left: 80px;
    padding-right: 80px;
	margin-top: -40px
}
.fs-bag_cat-container {
    position: relative;
    width: fit-content;
    margin-left: auto;
    border-bottom: 1px solid #000000;
}
.fs-bag_cat {
    cursor: pointer;
    padding-bottom: 6px;
}
.fs-bag_cat-container::after {
    content: "";
    position: absolute;
    inset: 0 0 8px auto;
    margin: auto;
    display: block;
    width: 6px;
    height: 6px;
    background-image: url(https://epoi.itembox.design/item/epoi/images/common/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.fs-l-bestSeller .fs-c-productListItem .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;
}
.fs-l-bestSeller .fs-c-productListItem:nth-child(2) .fs-c-productImage a::before {
    content: "2";
}
.fs-l-bestSeller .fs-c-productListItem:nth-child(3) .fs-c-productImage a::before {
    content: "3";
}
.fs-l-bestSeller .fs-c-productListItem:nth-child(4) .fs-c-productImage a::before {
    content: "4";
}
.fs-l-bestSeller .fs-c-productListItem:nth-child(5) .fs-c-productImage a::before {
    content: "5";
}
.fs-l-bestSeller .fs-c-productListItem:nth-child(6) .fs-c-productImage a::before {
    content: "6";
}
.fs-l-bestSeller .fs-c-productListItem:nth-child(7) .fs-c-productImage a::before {
    content: "7";
}
.fs-l-bestSeller .fs-c-productListItem:nth-child(8) .fs-c-productImage a::before {
    content: "8";
}
.fs-l-bestSeller .fs-c-productListItem:nth-child(9) .fs-c-productImage a::before {
    content: "9";
}
.fs-l-bestSeller .fs-c-productListItem:nth-child(10) .fs-c-productImage a::before {
    content: "10";
}
.fs-l-bestSeller .fs-c-productListItem:nth-child(11) .fs-c-productImage a::before {
    content: "11";
}
.fs-l-bestSeller .fs-c-productListItem:nth-child(12) .fs-c-productImage a::before {
    content: "12";
}
.fs-l-bestSeller .fs-c-productListItem:nth-child(13) .fs-c-productImage a::before {
    content: "13";
}
.fs-l-bestSeller .fs-c-productListItem:nth-child(14) .fs-c-productImage a::before {
    content: "14";
}
.fs-l-bestSeller .fs-c-productListItem:nth-child(15) .fs-c-productImage a::before {
    content: "15";
}
.fs-l-bestSeller .tag_label {
    display: none;
}
.fs-l-bestSeller .fs-c-productListItem__outOfStock {
    display: none;
}
@media screen and (max-width: 1024px) {
    .fs-l-bestSeller .fs-c-productListCarousel__list__itemTrack {
        justify-content: space-between;
    }
    .fs-l-bestSeller .fs-c-productListCarousel__list__itemTrack::before,
    .fs-l-bestSeller .fs-c-productListCarousel__list__itemTrack::after {
        content: "";
        width: calc((100% - 26px) / 3);
        order: 1;
    }
    .fs-l-bestSeller .fs-c-productListItem {
        width: calc((100% - 26px) / 3);
        margin-right: 0;
    }
    .fs-l-bestSeller .fs-c-productListItem:nth-child(5), 
    .fs-l-bestSeller .fs-c-productListItem:nth-child(10) {
        margin-right: 0;
    }
}
@media screen and (max-width:768px) {
    .fs-l-bestSeller .fs-c-productListCarousel__list__itemTrack {
        padding: 0 20px 30px;
    }
    .fs-l-bestSeller .fs-c-productListItem {
        width: calc((100% - 13px) / 2);
        margin-bottom: 30px;
    }
    .fs-bestSeller_cat-container {
        margin-right: auto;
    }
    .fs-wallet_cat-container {
        margin-right: auto;
    }
    .fs-bag_cat-container {
        margin-right: auto;
    }
    .fs-l-bestSeller .fs-c-productListItem .fs-c-productImage a::before {
        font-size: 1.5rem;
        width: 22px;
        padding-bottom: 5px;
        top: 16px;
        left: 15px;
    }
}


/* //コレクション */
.collections-wrapper {
    position: relative;
}
.collections-wrapper .fs-c-breadcrumb ul {
    margin: 0;
}
.collections-wrapper .fs-category-heading__inner {
    padding: 0 80px;
    margin: 0 auto 70px;
}
.series-fv {
    display: flex;
    flex-flow: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin-bottom: 80px;
}
.series-fv__img {
    width: calc(50% - 8px);
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.series-fv__txt {
    width: 38%;
}
.collections-wrapper .fs-category-heading__inner h1 {
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: -3px;
}
.collections-wrapper .fs-category-heading__inner p {
    margin-top: 25px;
}
.series-fv__inner {
    padding: 0 20px;
}
.series-fv__lead {
    display: flex;
    justify-content: space-between;
    max-width: 970px;
    margin: 0 auto 80px;
    padding: 30px 0;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}
.fs-category-heading__inner .series-fv__lead p {
    text-align: left;
}
.series-fv__feature {
    display: flex;
    justify-content: space-between;
    max-width: 970px;
    margin: 0 auto 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #EDEDED;
}
.series-fv__feature li {
    width: 46%;
}
.series-fv__feature li img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.3 / 1;
    object-fit: cover;
    margin-bottom: 30px;
}
.series-fv__feature li h2 {
    font-size: 1.6rem;
    margin-bottom: 16px;
}
.fs-category-heading__inner .series-fv__feature p {
    text-align: justify;
}
@media screen and (max-width:768px) {
    .collections-wrapper .fs-c-breadcrumb__list {
        margin-bottom: 20px;
    }
    .collections-wrapper .fs-category-heading__inner {
        padding: 0 20px;
        margin: 0 auto 50px;
    }
    .series-fv {
        flex-flow: column;
        align-items: center;
        margin-bottom: 50px;
    }
    .series-fv__img {
        width: 100%;
        margin-bottom: 32px;
    }
    .series-fv__txt {
        width: 100%;
    }
    .series-fv__lead {
        flex-flow: column;
        margin: 0 auto 40px;
        padding: 20px 0;
    }
    .collections-wrapper .fs-category-heading__inner h1 {
        margin-bottom: 0;
    }
    .collections-wrapper .fs-category-heading__inner p {
        display: block;
        margin-top: 20px;
    }
    .series-fv__material {
        margin-top: 10px;
        text-align: left;
    }
    .series-fv__feature {
        flex-flow: column;
        align-items: center;
        margin: 0 auto 60px;
        padding-bottom: 60px;
    }
    .series-fv__feature li {
        width: 100%;
    }
    .series-fv__feature li:first-child {
        margin-bottom: 40px;
    }
    .fs-category-heading__inner .series-fv__feature p {
        display: block;
    }
}

/* お気に入り一覧 */
.fs-body-my-wishlist .fs-c-productList {
    margin-bottom: 0;
}
.fs-body-my-wishlist .fs-c-wishList__message {
    margin-bottom: 60px;
}
.fs-body-my-wishlist .fs-c-productListItem__control.fs-c-buttonContainer {
    display: block;
}
.fs-body-my-wishlist .fs-c-button--addToCart--list {
    display: none;
}
.fs-body-my-wishlist .fs-c-button--addToWishList--icon {
    display: none;
}
.fs-body-my-wishlist .fs-c-button--removeFromWishList--icon span {
    display: none;
}
.fs-body-my-wishlist .fs-c-button--removeFromWishList--icon {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 16px;
    height: 16px;
    z-index: 2;
}
.fs-body-my-wishlist .fs-c-button--removeFromWishList--icon::before, .fs-body-my-wishlist .fs-c-button--removeFromWishList--icon::after {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    margin: auto;
    width: 20px;
    height: 1px;
    background-color: rgba(8, 8, 8, 0.6);
}
.fs-body-my-wishlist .fs-c-button--removeFromWishList--icon::after {
    transform: rotate(-45deg);
}
.fs-body-my-wishlist .fs-c-button--removeFromWishList--icon::before {
    transform: rotate(45deg);
}

/* セール時 */
.fs-product-priceArea {
    display: flex;
    align-items: center;
}
.fs-c-productPrice--listed {
    display: none;
}
.fs-product-priceArea:has(.fs-c-productPrice--listed) .fs-c-price {
    color: #C10101;
    opacity: 1;
}
.product-sale-ratio {
    font-weight: 400;
    color: #C10101;
}
.product-sale-ratio::before {
    content: "（";
}
.product-sale-ratio::after {
    content: "）";
}
.fs-product-priceArea .product-sale-ratio {
    display: none;
}
.fs-product-priceArea:has(.fs-c-productPrice--listed) .product-sale-ratio {
    display: block;
}