.fs-c-breadcrumb__listItem:last-child {
    display: none;
}
.fs-l-productLayout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 30px;
    margin: 0 auto 130px;
}
.fs-product-imageArea {
    width: 52%;
}
.fs-product-infoArea {
    width: 43.6%;
    /* height: calc(100vh - 116px);
    overflow-y: scroll; */
    position: sticky;
    top: 116px;
}
.fs-productSliderArea {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #FAFAFA;
    display: block;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    z-index: 999;
}
.fs-productSliderArea.show {
    opacity: 1;
    visibility: visible;
}
.fs-productSliderArea .swiper-wrapper {
    display: block;
}
.fs-productSliderPagination {
    display: none;
}
.fs-productSliderBtn {
    display: none;
}
.fs-productModalClose {
    position: fixed;
    top: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    z-index: 2;
}
.fs-productModalClose span {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
.fs-productModalClose span::before,
.fs-productModalClose 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-productModalClose span::before {
    transform: rotate(45deg);
}
.fs-productModalClose span::after {
    transform: rotate(-45deg);
}
#mouse-enter {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(8, 8, 8, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: -20px;
    left: -20px;
    z-index: 3;
    transition: transform 0.1s ease-out, width 0.3s ease-out, height 0.3s ease-out, top 0.3s, left 0.3s, opacity 0.2s ease-out;
    pointer-events: none;
    opacity: 0;
}
#mouse-enter.is-hover {
    opacity: 1;
}
#mouse-enter span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
#mouse-enter span::before,
#mouse-enter span::after {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    margin: auto;
    display: block;
    width: 16px;
    height: 1px;
    background-color: rgba(8, 8, 8, 0.6);
}
#mouse-enter span::after {
    transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
    .fs-l-productLayout {
        display: block;
        padding: 0 20px;
        margin: 0 auto 50px;
    }
    .fs-product-imageArea {
        width: 100%;
        display: none;
    }
    .fs-product-infoArea {
        width: 100%;
        height: auto;
        overflow-y: inherit;
        position: static;
    }
    .fs-productSliderArea {
        position: static;
        width: 100%;
        height: auto;
        background-color: inherit;
        opacity: 1;
        visibility: visible;
        overflow-y: inherit;
        z-index: 0;
    }
    .fs-productModalClose {
        display: none;
    }
    .fs-productSlider {
        position: relative;
        overflow: hidden;
        margin-bottom: 12px;
    }
    .fs-productSliderArea .swiper-wrapper {
        display: flex;
    }
    .fs-productSliderPagination {
        position: absolute;
        inset: auto 0 20px 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }
    .fs-productSliderPagination .swiper-pagination-bullet {
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: rgba(8, 8, 8, 0.15);
        margin: 0 5px;
    }
    .fs-productSliderPagination .swiper-pagination-bullet-active {
        background-color: rgba(8, 8, 8, 1);
    }
    .fs-productSliderBtn {
        position: absolute;
        inset: 0 auto 0 auto;
        display: block;
        margin: auto;
        padding: 7px;
        height: fit-content;
        z-index: 2;
    }
    .fs-productSliderBtn.--prev {
        left: 10px;
    }
    .fs-productSliderBtn.--next {
        right: 10px;
    }
    .fs-productSliderBtn img {
        width: 100%;
        object-fit: contain;
    }
    #mouse-enter {
        display: none;
    }
}

/* ===========================================
 * 商品画像エリア
 * ======================================== */
.fs-c-productPlainImage {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.2;
    background-color: #FAFAFA;
    margin-bottom: 20px;
}
.fs-c-productPlainImage img {
    width: 94%;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.fs-c-productPlainImage.is-active {
    display: flex;
}

.fs-productSlide.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    background-color: #FAFAFA;
}
.fs-productSlide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
    .fs-productSlide.swiper-slide {
        aspect-ratio: 1 / 1.2;
    }
    .fs-productSlide img {
        width: 94%;
        height: 100%;
    }
}

/* ===========================================
 * 商品情報エリア
 * ======================================== */
.fs-product-infoArea .fs-c-breadcrumb__list {
    padding: 0;
    margin-bottom: 36px;
}
.fs-c-productNameHeading {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 9px;
}
.fs-c-productNameHeading span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    margin-bottom: 0;
}
body.font-yu_mincho .fs-c-productNameHeading span {
    font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
}
.fs-c-productPrice__main__price {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    color: #080808;
    opacity: 1;
    margin-bottom: 10px;
}
.fs-c-productPointDisplay {
    font-size: 1.1rem;
    color: #080808;
    margin-bottom: 26px;
    display: none;
}

/* バリエーション部分 */
.fs-c-variationPanelList__label {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.fs-c-variationLabel__label::after {
    content: "：";
}
.fs-c-variationPanelList__list {
    display: flex;
    flex-wrap: wrap;
    width: 54%;
    margin-bottom: 15px;
}
.fs-c-variationPanelList__list__item {
    width: 10%;
    min-width: 40px;
    max-width: 80px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #EDEDED;
}
.fs-c-variationPanelList__list__item:has(input[type="radio"]:checked) {
    border: 1px solid #B4B4B4;
}
.fs-c-variationPanelList__list__item input[type="radio"] {
    display: none;
}
.fs-c-variationPanelList__panel__label {
    display: none;
}
.fs-c-variationPanelList__list__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fs-c-variationPanelList__panel__stock--outOfStock {
    display: none;
}

/* ボタン関連 */
.fs-productBtnArea {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.fs-c-productActionButton {
    width: 100%;
    margin-bottom: 10px;
}
.fs-c-button--addToCart--detail,
.fs-c-button--subscribeToArrivalNotice--detail {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    background-color: #080808;
    border: 1px solid #080808;
    transition: all 0.2s ease-out;
}
.fs-c-button--addToCart--detail:hover,
.fs-c-button--subscribeToArrivalNotice--detail:hover {
    color: #080808;
    background-color: #fff;
}
.fs-c-productQuantityAndWishlist {
    width: calc(50% - 5px);
}
.fs-c-button--addToWishList--detail,
.fs-c-button--removeFromWishList--detail {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    transition: all 0.2s ease-out;
}
.fs-c-productQuantityAndWishlist .fs-c-button__label::before {
    display: none;
}
.fs-c-productQuantityAndWishlist__quantity {
    display: none;
}
.fs-c-productStockCheckButton {
    width: calc(50% - 5px);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    transition: all 0.2s ease-out;
}
.fs-c-button--addToWishList--detail:hover,
.fs-c-button--removeFromWishList--detail:hover, 
.fs-c-productStockCheckButton:hover {
    background-color: #fff;
    border: 1px solid #080808;
}
.fs-c-productNotice.fs-c-productNotice--outOfStock {
    display: none;
}
.fs-c-modal__header {
    padding: 25px;
    font-size: 1.8rem;
}
.fs-addProductBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: #5E5E5E;
    border-radius: 50%;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    .fs-product-infoArea .fs-c-breadcrumb__list {
        margin-bottom: 6px;
    }
    .fs-c-productNameHeading {
        margin-bottom: 7px;
    }
    .fs-c-productPrice__main__price {
        margin-bottom: 7px;
    }
    .fs-c-productPointDisplay {
        margin-bottom: 15px;
    }
    .fs-c-variationPanelList__list {
        width: 100%;
    }
    .fs-c-button--addToWishList--detail {
        font-size: 1.3rem;
    }
    .fs-c-productQuantityAndWishlist .fs-c-button__label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2px;
    }
    .fs-c-productQuantityAndWishlist .fs-c-button__label::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background-image: url(https://epoi.itembox.design/item/epoi/images/common/icon-fav.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-right: 10px;
        margin-top: 1px;
    }
    .fs-c-productStockCheckButton {
        font-size: 1.3rem;
        padding-bottom: 2px;
    }
    .fs-addProductBtn {
        display: flex;
    }
}

/* 商品情報タブ部分 */
.fs-tabArea {
    margin-top: 28px;
    padding-bottom: 15px;
}
.fs-tabArea-tabs {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 20px;
}
.fs-tabArea-tab {
    font-size: 1.3rem;
    opacity: 0.5;
    padding: 8px 0 ;
    margin-right: 30px;
    cursor: pointer;
}
.fs-tabArea-tab.is-active {
    opacity: 1;
}
.fs-tabArea-container {
    display: none;
    line-height: 2;
}
.fs-tabArea-container.is-active {
    display: block;
}
.fs-tabArea-container .help {
    font-size: 1.0rem;
    opacity: 0.5;
}
.fs-tabArea-container.--spec table {
    margin-bottom: 36px;
}
.fs-tabArea-container.--spec table th {
    font-weight: 400;
    padding-right: 50px;
}


/* レビュー */
.fs-c-aggregateRating__count::before {
    content: "（";
}
.fs-c-aggregateRating__count::after {
    content: "件）";
}
.fs-tabArea-tab.--review {
    display: ruby;
}
.fs-c-productReview__reviewList {
    margin-bottom: 12px;
}
.fs-c-listControl__status {
    display: none;
}
.fs-c-reviewInfo__date {
    margin-right: 10px;
}
.fs-tabArea-container.--review.is-active .fs-c-productReview .fs-c-productReview__aggregateRating.fs-c-aggregateRating {
    display: none;
}
.fs-c-reviewInfo__reviewer {
    display: flex;
    margin-left: auto;
    font-size: 1.3rem;
    opacity: 0.5;
    order: 1;
}
.fs-c-reviewer__status {
    display: none;
}
.fs-c-reviewer__profile {
    display: none;
}
.fs-c-reviewList__item {
    padding-top: 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 0;
}
.fs-c-reviewList__item:last-child {
    border-bottom: 1px solid #EDEDED;
}
.fs-c-reviewer__name__reviewNumber {
    display: none;
}
.fs-c-productReview__allReviews,
.fs-c-productReview__addReview {
    text-align: right;
}
.fs-c-button--viewAllReviews,
.fs-c-button--addReview--detail {
    font-size: 1.3rem;
    text-decoration: underline;
}
.fs-details-more {
    display: none;
}
@media screen and (max-width:768px) {
    .fs-tabArea {
        padding-bottom: 0;
    }
    .fs-c-reviewRating {
        width: auto;
        margin-bottom: 0;
    }
    .fs-c-reviewInfo__reviewer {
        width: auto;
        margin-bottom: 0;
    }
    .fs-p-productDescription--full {
        position: relative;
        height: 350px;
        overflow: hidden;
    }
    .fs-p-productDescription--full.open {
        height: auto;
    }
    .fs-p-productDescription--full::after {
        content: "";
        position: absolute;
        inset: auto 0 -32px 0;
        display: block;
        width: 100%;
        height: 120px;
        background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 60%);
        z-index: 1;
    }
    .fs-p-productDescription--full.open::after {
        content: none;
    }
    
    .fs-details-more {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fs-details-more img {
        width: 10px;
        margin-left: 6px;
    }
    .fs-details-more.open {
        display: none;
    }
}

/* サポートエリア */
.fs-product-supportArea__list {
    display: flex;
    justify-content: space-between;
    max-width: 978px;
    margin: 0 auto;
    padding-bottom: 220px;
}
.fs-product-supportArea__list li {
    width: calc(100% / 3);
    border-right: 1px solid #EDEDED;
}
.fs-product-supportArea__list li:last-child {
    border-right: none;
}
.fs-product-supportArea__list li a {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0 40px;
}
.fs-product-supportArea__list li a img {
    margin-bottom: 20px;
}
.fs-product-supportArea__ttl {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 19px;
}
.fs-product-supportArea__desc {
    text-align: center;
    line-height: 2;
}
@media screen and (max-width:786px) {
    .fs-product-supportArea {
        padding: 0 20px;
        padding-bottom: 40px;
    }
    .fs-product-supportArea__list {
        flex-flow: column;
        row-gap: 30px;
        padding: 30px;
        background-color: #EDEDED;
    }
    .fs-product-supportArea__list li {
        width: 100%;
        border-right: none;
    }
    .fs-product-supportArea__list li a {
        flex-flow: row;
        align-items: center;
        padding: 0;
    }
    .fs-product-imageArea__left {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: none;
        width: 90px;
        height: 90px;
        background-color: #fff;
        margin-right: 24px;
    }
    .fs-product-supportArea__list li a img {
        margin-bottom: 0;
    }
    .fs-product-supportArea__ttl {
        text-align: left;
        margin-bottom: 10px;
    }
    .fs-product-supportArea__desc {
        text-align: left;
        font-size: 1.0rem;
    }
}

/* 再入荷登録モーダル */
.fs-c-modal__contents .fs-c-inputTable__headerCell {
    text-align: left;
    font-weight: 500;
    width: 140px;
    padding-right: 10px;
    vertical-align: middle;
}
.fs-c-modal__contents .fs-c-inputTable__headerCell .fs-c-inputTable__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.fs-c-modal__contents .fs-c-inputTable__dataCell  {
    width: 250px;
}
.fs-c-modal__contents .fs-c-inputField__explanation {
    color: #86222D;
    margin-top: 5px;
}

.fs-c-modal__contents .fs-c-requiredMark {
    width: 30px;
    height: 15px;
    color: #fff;
    background-color: #86222D;
}
.fs-c-modal__contents .fs-c-requiredMark::before {
    content: "必須";
    font-size: 1.0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.fs-c-modal__contents .fs-c-inputTable__dataCell input {
    height: 30px;
    padding: 5px 10px;
    border: 1px solid #EDEDED;
}
.fs-c-modal__contents .fs-c-inputTable__dataCell textarea {
    height: 100px;
    padding: 5px 10px;
    border: 1px solid #EDEDED;
}
.fs-c-modal__contents .fs-c-dropdown {
    width: fit-content;
}
.fs-c-modal__contents .fs-c-dropdown__menu {
    width: fit-content;
    height: 30px;
    padding: 5px 40px 5px 10px;
    border: 1px solid #EDEDED;
}
.fs-c-modal__contents .fs-c-dropdown::after {
    content: "";
    right: 10px;
    width: 10px;
    background-image: url(https://epoi.itembox.design/item/epoi/images/common/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: inherit;
    padding: 0;
    background-color: inherit;
    border-left: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fs-c-modal__contents .fs-c-button--moveToMembershipCardAuthentication {
    margin: 15px 0 30px;
}
.fs-c-modal__contents .fs-c-checkbox__labelText a {
    color: #6e6e6e;
    text-decoration: underline;
    line-height: 1.92857;
}
.fs-c-modal__contents .fs-c-agreementField.fs-c-additionalCheckField {
    padding-bottom: 0;
}
.fs-c-modal__contents .fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField {
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    .fs-c-modal__contents .fs-c-inputTable tr {
        display: flex;
        flex-flow: column;
    }
    .fs-c-modal__contents .fs-c-inputTable__headerCell .fs-c-inputTable__label {
        justify-content: flex-start;
    }
    .fs-c-modal__contents .fs-c-inputTable__headerCell {
        width: fit-content;
        padding: 10px 0 4px;
    }
    .fs-c-modal__contents .fs-c-inputTable__dataCell {
        width: 100%;
        padding: 4px 0 10px;
    }
    .fs-c-modal__contents .fs-c-requiredMark {
        width: 30px;
        margin-left: 4px;
    }
    .fs-c-modal__contents .fs-c-radioGroup, .fs-c-checkboxGroup {
        flex-direction: row;
    }
    .fs-c-modal__contents .fs-c-radioGroup > *, .fs-c-checkboxGroup > * {
        flex-basis: auto;
    }
}

/* 買い周り */
.fs-shoppingAround h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 45px;
}
.fs-shoppingAround__inner {
    padding: 100px 80px 100px;
    margin: 0 auto;
    border-top: 1px solid #EDEDED;
}
.fs-shoppingAround .slick-list {
    margin-right: -13px;
}
.fs-shoppingAround .slick-slide {
    margin-right: 13px;
}
@media screen and (max-width:768px) {
    .fs-shoppingAround h2 {
        font-size: 2.0rem;
        margin-bottom: 25px;
    }
    .fs-shoppingAround__inner {
        padding: 50px 20px 40px;
    }
}

/* セール時 */
.fs-product-priceArea {
    display: flex;
    align-items: flex-end;
}
.fs-product-priceArea:has(.fs-c-productPrice--listed) .fs-c-productPrice--selling .fs-c-price {
    font-size: 1.8rem;
    color: #C10101;
    opacity: 1;
}
.fs-product-priceArea:has(.fs-c-productPrice--listed) .fs-c-productPrice--listed .fs-c-price {
    text-decoration: line-through;
    margin-bottom: 4px;
}
.fs-product-priceArea .product-sale-ratio {
    display: none;
    font-size: 1.1rem;
    color: #fff;
    background-color: #C10101;
    padding: 1.1px 5px 1.3px 5px;
    margin-bottom: 13px;
    margin-left: 10px;
}
.fs-product-priceArea:has(.fs-c-productPrice--listed) .product-sale-ratio {
    display: block;
}
@media screen and (max-width:768px) {
    .fs-product-priceArea .product-sale-ratio {
        margin-bottom: 10px;
    }
}