.fs-body-product .fs-l-page {
    padding: 0;
}

.fs-body-product .g-header {
    position: static;
}

.fs-body-product.g-header__open {
    overflow: hidden;
}

.fs-body-product .swiper .g-nav-search-menu__list {
    display: block;
}

.fs-body-product.cate-header-menu__open .g-header,
.fs-body-product.g-header-menu__open .g-header {
    position: fixed;
}

.d-flex {
    display: flex;
}

.align-self-center {
    align-self: center;
}

.fs-body-product .hide {
    display: none;
}

.fs-body-product .fs-l-productLayout {
    display: block;
}

.fs-body-product .fs-c-breadcrumb {
    border: none;
    padding: 0;

}

.fs-body-product .fs-l-main.product {
    margin: 0 auto;
    position: unset;
}

.product-tab {
    display: none !important;
}

.tabwrap {
    position: relative;

}

.tabwrap .tabbodys {
    min-height: 20rem;
    max-height: 20rem;
    overflow: hidden;
}

ul.tabs {
    margin: 2rem auto 0;
    padding: 0 1rem;
    width: 100%;
    white-space: nowrap;
    display: block;
    position: relative;
}

.tabbodys {
    padding: 1rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.tabs:before{
    border-bottom: 1px solid #ccc;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0px;
    width: 100%;
}

.tabs .tab {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 5px 5px 0 0;
    padding: 0.85rem 0.25rem;
    width: 15rem;
    background-color: #f6f6f6;
}

.moreinfo {
    width: 254px;
    padding: 16px 15px;
    border-radius: 4px;
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -22px;
    cursor: pointer;
}

.tabwrap .tabbodys:not(.expand):before {
    content: '';
    position: absolute;
    display: flex;
    height: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.tabbody.activ {
    display: block;
}

.tabbody {
    font-size: 1rem;
    display: none;
}

.productcommentbox .modal-body.tabbody {
    display: block;
}

.productcommentbox .modal-body .product_comment_6,
.productcommentbox .modal-body .product_comment_10 {
    font-size: 1rem;
}

#detail_box {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.tabbody dl {
    display: table-row-group;
}

.tabs .tab.activ {
    background: none;
    border-bottom: 1px solid #ffffff;
}

.tabs .tab:before {
    border: 1px solid #ccc;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -0.5px;
    bottom: 0;
    left: -0.5px;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.tabs .tab.activ:before {
    border-bottom: none;
}

.tabs .tab>span {
    line-height: 1;
    font-size: 1rem;
}

.itempage {
    margin-top: -0.5rem;
}

#wrapper {
    font-size: 16px;
    line-height: 22px;
}

.itempage #wrapper article {
    margin-bottom: 80px;
}

#wrapper article.index h2:nth-child(1) {
    margin-bottom: 34px;
    padding: 39px 40px;
}

#wrapper article img {
    width: 100%;
    height: auto;
    display: block;
    margin: initial;
}

#wrapper .select_area {
    padding: 0 20px;
}

#wrapper .text_only {
    margin: 0;
}

.fs-body-product .fs-c-productNumber {
    color: #555;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
    border: none;
    padding: 0;
}

.fs-body-product .fs-c-productNumber .fs-c-productNumber__number {
    font-weight: 700;
}

.fs-body-product .fs-c-productNameHeading.first-product-name {
    margin-bottom: 8px;
}

.fs-body-product .fs-c-productNameHeading.first-product-name .fs-c-productNameHeading__name {
    color: #3C3C3C;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-top: 0;

}

div.trackingbuybtnbox {
    display: block;
    position: fixed;
    bottom: 20px;
    left: auto;
    right: 0px;
    z-index: 100;
    width: 200px;
    transform: translate(300px);
    transition: all 0.6s;
}

div.btnview01 {
    transform: translate(0);
}

div.trackingbuybtnbox .datail {
    width: 100%;
}

div.trackingbuybtnbox .name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 13px;
}

div.trackingbuybtnbox .pricebox {
    display: flex;
    align-items: baseline;
    margin-bottom: 7px;
}

div.trackingbuybtnbox .pricebox .price {
    font-size: 20px;
    color: var(--color__link);
}

div.trackingbuybtnbox .pricebox .tax {
    font-size: 0.8rem;
    margin-left: 0.25rem;
}

.new-cart-button-container .buybtn,
div.trackingbuybtnbox .buybtn,
.fs-body-product .product-variation-options .fs-c-button--addToCart--variation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin: auto;
    background-color: #333333;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
    font-size: 1rem;
}

.fs-body-product .product-variation-options .fs-c-button--addToCart--variation {
    width: 340px;
    height: unset;
    min-width: unset;
    max-width: unset;
    margin: 0;
}

chat #chatplusview span {
    font-size: 1rem !important;
}

.sp {
    display: none !important;
}

.pc {
    display: block !important;
}

.fs-body-product .fs-c-breadcrumb,
.fs-body-product .fs-c-breadcrumb .fs-c-breadcrumb__list {
    display: none;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.fs-body-product .fs-c-breadcrumb .fs-c-breadcrumb__list {
    padding: 8px 0;
}

.comment__1 img[data-src],
.comment__2 img[data-src] {
    min-height: 100px;
    content: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.fs-body-product .product-right .free-shipping {
    font-size: 14px;
    background-color: #F6F6F6;
    font-weight: 700;
    padding: 12px;
    margin: 1rem 1rem 0;
}

.fs-body-product .product-right .free-shipping .free-shipping-summary {
    font-size: 12px;
    font-weight: 300;
}

.free-shipping-header-container {
    display: flex;
}

.free-shipping-icon {
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.inventoryWrap {
    display: none;
}

.inventoryWrap .q_a_link {
    padding: 1rem 1rem 0;
}

.inventoryWrap .q_a_link a {
    display: block;
    text-decoration: underline;
    padding: 0 0 5px;
}

.fs-body-product .product-right .delivery-charge-link {
    padding: 0.5rem 0 1rem;
}

.fs-body-product .product-right .delivery-charge-link a {
    text-decoration: underline;
}

.product_category_ranking .section-heading__main-heading,
.product_category_ranking .section-heading__sub-heading {
    display: none;
}

.product_category_ranking .nav-tab {
    margin-top: 0 !important;
}

.cartImagesInner::-webkit-scrollbar {
    display: block;
}

/* product cart styles */

.fs-c-variationAndActions {
    display: none;
}

.inventoryWrap {
    display: block;
}

.inventoryWrapLabelInner,
.inventoryIndex {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1;
    cursor: default;
}

.inventoryIndex {
    padding: 0 0.5rem;
}

.inventorySelect {
    height: auto;
}

.inventorySelectWrapInner,
.inventoryIndexWrapInner {
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.inventorySelectWrapInner::-webkit-scrollbar,
.inventoryIndexWrapInner::-webkit-scrollbar {
    width: 0;
    background: transparent;
    display: none;
}

.inventorySelectWrapInner .inventorySelect:first-child {
    padding-left: .5rem;
}

.inventorySelectWrapInner .inventorySelect:last-child {
    padding-right: 1rem;
}

.inventorySelect,
.inventoryIndexWrapInner {
    padding: 0.5rem;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.inventorySelect {
    width: calc(25% + 0.5rem);
}

.inventorySelectInner {
    padding: 0.75rem;
    height: 100%;
    font-size: 0.5rem;
    color: #555;
    line-height: 1;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 4px;
}

.inventoryActive .inventorySelectInner {
    text-align: center;
    color: #000;
    border-color: #555;
    background-color: #f6f6f6;
}

.inventoryIndexWrap {
    width: 100%;
    visibility: hidden;
    position: absolute;
    display: none
}

.inventoryIndexWrap.inventoryIndexActive {
    visibility: visible;
    position: relative;
    display: block;
    width: 100%;
}

.inventorySelectInnerPrice {
    margin-top: 0.5rem;
    text-align: center;
    display: block;
    font-size: .8rem;
    color: #555;
}

.inventorySelectNoStock {
    text-align: center;
    display: block;
    display: none;
    width: 100%;
    font-size: 1.25rem;
    color: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inventorySelect.nostock .inventorySelectInner {
    opacity: 0.5;
    cursor: default;
}

.inventorySelectName {
    font-size: .9rem;
    width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
}

.inventorySelectImage {
    width: 100%;
    display: inline-block;
}

.inventorySelectImageBlock {
    max-width: 4rem;
    width: 100%;
    margin-bottom: 0.5rem;
}

.inventoryActive .inventorySelectInnerPrice {
    color: #555;
}

.inventoryWrap .fs-c-variationCart__cartButton>button {
    margin: 0 auto;
    padding: 1.5rem 1rem;
    line-height: 1;
    width: 100%;
    height: initial;
}

.deliveryDateAttention {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1;
    display: block;
}

@media screen and (min-width: 640px) {
    .inventorySelect {
        width: 25%
    }

    .inventorySelectWrapInner,
    .inventoryIndexWrapInner {
        font-size: 0;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 0;
        white-space: normal;
        display: flex;
        flex-wrap: wrap;
    }
}

/* Product tags */
#product_tags_v3.product_tags {
    padding-top:  40px;
}

/* Review */
.review-link {
    display: none;
}

.review-link:not(.review-0) {
    display: flex;
    font-size: 1.2rem;
    padding-top: 0;
    padding-bottom: 10px;
}

.review-link .review-count {
    display: none;
}

.fs-system-product .fs-c-reviewStars::before {
    font-size: 15px;
    position: relative;
    top: -1px;
}

.fs-system-product .review-link .fs-c-rating__value {
    color: #333;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.39px;
    padding-top: 2px;
}

.review-link .review-count:not(.review-0) {
    display: block;
    color: #14A6B9;
    background-color: var(--color__light-grey);
    border-radius: 10px;
    width: auto;
    text-align: center;
    padding: 2px 8px;
    margin-left: 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fs-c-productMarks .fs-c-productMark__mark {
    padding: 4px 10px;
    line-height: unset;
}

.fs-c-productMarks .fs-c-productMark__mark .fs-c-productMark__mark--4 {
    background-color: #858585;
    opacity: unset;
}

.fs-c-productMarks .fs-c-productMark__mark .fs-c-productMark__label {
    color: #FFFFFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.fs-body-product .fs-c-productPrices {
    margin-top: 7px;
}

.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__currencyMark,
.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.68px;
}


.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__addon__label {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__addon__label {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 6px;
}

.review-link .fs-c-rating__stars.fs-c-reviewStars {
    display: block;
}

.product-review-anchor:not(.review-0) {
    position: relative;
    height: 70px;
}

.fs-body-product .fs-c-productNameHeading:not(.first-product-name) .fs-c-productNameHeading__name {
    display: none !important;
}

.fs-body-product .fs-c-productNameHeading__copy {
    font-size: var(--font-base__size);
    margin-top: 25px;
    color: var(--color__grey);
    white-space: pre-wrap;
    line-height: 1.5;
}

.product-review-anchor .fs-c-productReview.review-0 {
    text-align: center;
}

.product-review-anchor .fs-c-productReview:not(.review-0) .fs-c-productReview__aggregateRating.fs-c-aggregateRating,
.product-review-anchor .no-review-content:not(.review-0) {
    display: none;
}

.product-review-anchor .no-review-content.review-0 {
    background-color: var(--color__light-grey);
    margin-top: 10px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--color__grey);
}

.fs-body-product .overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    cursor: pointer;
    display: table;
}

.fs-body-product .overlay .loading {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#fs_ProductDetails .fs-system-product .product-detail-right-column .product-variation-options .modal-dialog .modal-header {
    padding: 0px 0px 20px;
    border-bottom: 1px solid #DDDDDD;
}


.fs-body-product .product-detail-right-column .product-variation-options .inventoryWrap .cartselect {
    display: block;
    padding: 0 0px 20px;
    margin: 0 0px 20px;
    border: none;
    border-bottom: 1px solid #DDDDDD;
}
.fs-body-product .product-detail-right-column .product-variation-options .inventoryWrap.product-details-add-cart-button {
    margin-top: 12px !important;
}

.fs-body-product .product-detail-right-column .product-variation-options .inventoryWrap.product-details-add-cart-button .cartselect {
    border: none;
    padding: 0;
}


.fs-body-product .product-right .free-shipping {
    margin: 20px 0 0;
    padding: 15px 20px;
}

.fs-body-product .product-right .free-shipping .free-shipping-icon {
    margin-right: 7px;
}

.fs-body-product .product-right .free-shipping .free-shipping-header {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
}

.fs-body-product .product-right .free-shipping .free-shipping-summary {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0.36px;
}

.fs-body-product .cartselect.fs-c-variationCart__cartButton {
    padding: 0;
    margin: 20px 0;
    border-bottom: 1px solid #CCCCCC;
}

.fs-body-product .cartselect.fs-c-variationCart__cartButton .deliveryDate .deliveryDateInner {
    border-top: none;
    padding: 0;
}

.fs-body-product .cartselect.fs-c-variationCart__cartButton .deliveryDate .deliveryDateContent {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
    text-align: left;
}

.fs-body-product .cartselect.fs-c-variationCart__cartButton .deliveryDate .deliveryDateAttention {
    color: #555;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-align: left;
    margin-top: 5px;
}

.fs-body-product  .fs-c-productOption {
    margin-top: 0;
}

.fs-body-product .product-right .product-variation-options .inventoryWrap .inventoryWrapLabelInner,
.fs-body-product .product-right .product-variation-options .inventoryWrap .inventoryIndex .inventoryIndexInner {
    color: #535353;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    margin-bottom: 10px;
    padding: 0;
}

.fs-body-product .product-right .product-variation-options .inventoryWrap .inventorySelectWrapInner .inventorySelectInner {
    display: flex;
    padding: 6px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
}

.fs-body-product .product-right .product-variation-options .inventoryWrap .inventorySelectWrapInner .inventorySelectInner .inventorySelectName {
    color: #555;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.42px;
}

.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .inventoryActive .inventorySelectInner {
    color: #000;
    border: 1.2px solid #555;
}

.fs-body-product .product-review-stars-panel {
    position: relative;
}

.fs-body-product .product-review-stars-panel .review-link {
    padding: 0;
}

.fs-body-product .product-review-stars-panel .review-link:not(.review-0) {
    position: relative;
    top: 7px;
}


.fs-body-product .fs-c-productMarks {
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
}

.new-cart-button-container .wishlist_button {

    padding: 7px 8px;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    background-image: url("/item/s/v2/images/icons/icon_love.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    content: "";
    width: 30px;
    height: 25px;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    background-image: url(/item/s/v2/images/icons/icon_love_pressed.svg?t=1);
}

.new-cart-button-container .fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label,
.new-cart-button-container .fs-c-button--particular.fs-c-button--removeFromWishList--icon .fs-c-button__label {
    display: none;
    font-size: 0;
    align-self: end;
}

.new-cart-button-container .fs-c-button--particular.fs-c-button--removeFromWishList--icon .fs-c-button__label {
    font-size: 15.6px;
    font-weight: 300;
    line-height: 18.82px;
    margin-left: 8px;
    color: #555555;
    align-self: flex-end;
}

.new-cart-button-container .fs-c-button--particular.fs-c-button--removeFromWishList--icon .fs-c-button__label:before {
    font-size: 15.6px;
    font-weight: 300;
    content: "お気に入り";
    line-height: 18.82px;
    margin-left: 8px;
    color: #555555;
    align-self: flex-end;
}

.new-cart-button-container .fs-c-button--particular.fs-c-button--removeFromWishList--icon .fs-c-button__label:before {
    display: none;
}



/* New Cart Button */
.new-cart-button-container {
    margin: 20px 0;
}

.fs-body-product .product-detail-right-column .product-variation-options .inventoryWrap.product-details-add-cart-button .cartselect,
.fs-body-product .new-cart-button-container {
    display: flex;
}

.product .wishlist_button .fs-c-variationCart__wishlist.fs-c-button--plain {
    border: none;
}

.fs-body-product .free-shipping {
    padding: 15px 20px;
    border-radius: 4px;
    background: #F7F7F8;
}

.fs-body-product .free-shipping .free-shipping-header {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
    margin-bottom: 6px;
}

.fs-body-product .free-shipping .free-shipping-summary {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0.36px;
}

.fs-body-product .productcommentbox .comment-2-wrapper,
.fs-body-product .awoo-product-tags.product-tags-short,
.fs-body-product .productcommentbox .popup-detail,
.fs-body-product .reviewPresentButton,
.fs-body-product .custom-review,
.fs-body-product .tabwrap,
.fs-body-product .item_visumo_wrapper,
#another_page:not(:empty),
.fs-body-product .who-also-bought-section {
    margin-bottom: 60px;
}

.fs-body-product .free-shipping {
    margin-bottom: 20px;
}

.fs-body-product .sns-buttons-title {
    margin-top: 20px;
}

.fs-body-product .sns-buttons-title .fs-p-snsArea {
    margin: 10px 0 0;
}

.fs-body-product .inventoryWrap {
    margin-top: 16px;
}

.fs-body-product .inventoryWrap .q_a_link {
    padding: 0;
}

.fs-body-product .inventoryWrap .q_a_link a {
    margin-bottom: 8px;
    padding: 0;
}

.fs-body-product .inventoryWrap .q_a_link a:last-child {
    margin-bottom: 0px;
}

.fs-body-product .productcommentbox .comment-2-wrapper {
    position: relative;
}

.fs-body-product .productcommentbox .comment-2-wrapper .comment-title {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.19px;
    margin-bottom: 10px;
}

.fs-body-product .productcommentbox .comment__2 {
    height: auto;
    position: relative;
}

.fs-body-product .productcommentbox .comment__2 img {
    max-height: unset;
}

.fs-body-product .productcommentbox .comment__2:not(:empty) {
    height: 1133px;
    overflow: hidden;
}

.fs-body-product .productcommentbox .comment__2:not(:empty):before {
    content: '';
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%);
}

.fs-body-product .productcommentbox .show-comment-button,
.fs-body-product .custom-review .has-review .review-comment-listing .show-review-button {
    display: none;
    position: absolute;
    bottom: -20px;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 254px;
    padding: 16px 15px;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    border: 1px solid #000;
    border-radius: 4px;
    width: 252px;
    background: #ffffff;
}

.fs-body-product .productcommentbox .comment__2.show-half ~ .show-comment-button {
    display: block;
}

.fs-body-product .product-showroom-modal,
.fs-body-product .modal.comment-2,
.fs-body-product .modal.comment-7,
.fs-body-product .modal.comment-8,
.fs-body-product .modal.product-variation-options {
    top: unset;
    width: unset;
    right: unset;
    bottom: -100vh;
    transition: all .5s ease;
}

.fs-body-product .productcommentbox .popup-detail .popup-link {
    display: block;
    padding: 30px 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
    position: relative;
    border-bottom: 1px solid #CCCCCC;
}


.fs-body-product .productcommentbox .popup-detail .popup-link .popup-link-icon {
    background-image: url('data:image/svg+xml,%3Csvg class="svg" width="13" height="12" viewBox="0 0 13 12" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3.646 5.354l-3-3 .708-.708L4 4.293l2.646-2.647.708.708-3 3L4 5.707l-.354-.353z" fill-rule="evenodd" fill-opacity="1" stroke="none" transform="rotate(270 7 5) scale(1.4)"%3E%3C/path%3E%3C/svg%3E');
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
}

.fs-body-product .fs-c-productReview {
    display: none;
}

.fs-body-product .reviewPresentButton {
    padding: 0;
}

.fs-body-product .custom-review .no-review {
    padding: 20px;
    background: #F7F7F8;
}

.fs-body-product .custom-review .no-review .no-review-message {
    margin-bottom: 15px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.42px;
}

.fs-body-product .custom-review a.fs-c-button--addReview--detail {
    padding: 10px;
    border-radius: 4px;
    background: #333333;
    display: inline-block;
    width: auto;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    margin-left: auto;
    min-width: unset;
    border: none;
}

.fs-body-product .custom-review a.fs-c-button--addReview--detail:hover {
    color: #ffffff;
    background-color: #333333;
    text-decoration: none;
}

.fs-body-product .custom-review .fs-c-productReview__addReview {
    padding: 0;
}

.fs-body-product .custom-review .fs-c-button--addReview--detail .fs-c-button__label:before {
    display: none;
}

.fs-body-product .custom-review .review-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.45px;
}

.fs-body-product .custom-review .has-review .review-evaluation {
    margin: 0 0 10px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
}

.fs-body-product .custom-review .has-review .review-info-wrapper {
    margin: 0 0 20px;
}

.fs-body-product .custom-review .has-review .review-info-wrapper .review-ranking {
    color:#333333;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.fs-body-product .custom-review .has-review .review-info-wrapper .review-info {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #CCCCCC;
}

.fs-body-product .custom-review .has-review .review-info-wrapper .fs-c-reviewStars {
    padding: 10px 0;
}

.fs-body-product .custom-review .has-review .review-info-wrapper .fs-c-reviewStars::before {
    color: #C78D2F;
    font-size: 24px;
}

.fs-body-product .custom-review .has-review .review-info-wrapper .review-count {
    margin-left: 20px;
    color: #535353;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
}

.fs-body-product .custom-review .has-review .review-info-wrapper .review-count .review-count-2 {
    display: none;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList {
    display: block;
    margin: 0;
    border: none;
    overflow: hidden;
    padding: 0;
    max-height: unset;
}

.fs-body-product .custom-review .has-review .review-comment-listing {
    position: relative;
}

.fs-body-product .custom-review .has-review .review-comment-listing.more-review::before {
    content: '';
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%);
}

.fs-body-product .custom-review .has-review .review-comment-listing.more-review {
    margin-bottom: 60px;
}

.fs-body-product .custom-review .has-review .review-comment-listing .show-review-button {
    display: block;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item {
    margin: 0 0 20px;
    padding: 20px;
    border: none;
    background: #F7F7F8;
    border-radius: 4px;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info > * {
    margin: 0;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info {
    position: relative;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewer__name {
    display: inline-block;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewer__name a:link,
.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewer__name a:visited
{
    color: #DFDFDF;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewer__name a::after {
    display: none;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewer__name__nickname {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
    margin-right: 12px;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewer__status,
.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewer__name__reviewNumber {
    display: none;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewer__profile {
    color: #9F9F9F;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewer__profile .fs-c-reviewer__profile__status {
    display: none;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewInfo__date {
    font-size: var(--font-size__extra-small);
    font-weight: var(--font-weight-regular);
    color: var(--color__gray-AAA);
    position: absolute;
    right: 0px;
    top: 1px;
    margin: 0;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewInfo__date dt {
    display: none;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewRating {
    margin: 3px 0 0;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewStars {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #CCCCCC;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewStars::before {
    color: #C78D2F;
    font-size: 13px;
}

.fs-body-product .custom-review .has-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__body {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.42px;
}

.fs-body-product .custom-rating-star {
    margin-top: 3px;
    margin_bottom: 5px;
}

.fs-body-product .custom-rating-star .fs-c-reviewStars::before {
    color: var(--color__gold-B09);
    font-size: 25px;
}

.fs-body-product .custom-rating-star .review-count-2,
.fs-body-product .review-info-star .review-count-2 {
    color: #777777;
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.12px;
    position: relative;
    align-self: center;
    margin-left: 4px;
}

.fs-body-product .custom-review .has-review .review-count-2 {
    display: none;
}

.fs-body-product.swiper-fullscreen .cartImagesInner.thumbnail .link-product-short-video {
    display: none;
}

html.is-flickity-fullscreen .fs-body-product .product-3d-wrapper._-sp a.link-product-image-slider,
.fs-body-product.swiper-fullscreen .product-3d-wrapper a.link-product-image-slider,
.fs-body-product.product-3d-modal-open .product-3d-wrapper .link-product-image-slider {
    display: flex;
}

html.is-flickity-fullscreen .fs-body-product .product-3d-wrapper a,
.fs-body-product.product-3d-modal-open .product-3d-wrapper a,
.fs-body-product.swiper-fullscreen .product-3d-wrapper a,
.fs-body-product.short-video-modal-open .product-3d-wrapper a {
    border: none;
    border-radius: unset;
    color: #AAA;
    line-height: 19.2px;
}



.fs-body-product .flickity-enabled .flickity-fullscreen-button-view,
.fs-body-product .flickity-enabled .flickity-fullscreen-button-exit {
    display: none;
}

.fs-body-product .topSliderParent .topSlider.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
    display: block;
    background: none;
    right: 5px;
    top: 15px;
    width: 34px;
    height: 34px;
    box-shadow: none;
    border: none;
}

.fs-body-product .flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit:before {
    content: "\e914";
    color: #ffffff;
    font-family: 'ARMIcon';
    font-size: 24px;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    right: 8px;
    position: relative;
    top: -10px;
}

.fs-body-product .flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit .flickity-button-icon {
    display: none;
}

.fs-body-product .topSliderContainerWrap {
    position: relative;
}

.fs-body-product .topSliderContainerWrap .topSliderPagination {
    position: absolute;
    bottom: 8px;
    right: 20px;
    color: #ffffff;
    padding: 3px 10px 4px;
    border-radius: 50px;
    background: rgba(51, 51, 51, 0.60);
    font-size: 10px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    left: unset;
    width: unset;
}

.fs-body-product .topSliderContainerWrap .topSliderPagination:before {
    color: #ffffff;
    content: "\e932";
    font-size: 12px;
    font-family: "fs-icon";
    speak: never;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

html.is-flickity-fullscreen .cartImagesWrap .cartImagesInner,
.fs-body-product.swiper-fullscreen .cartImagesWrap .cartImagesInner {
    position: fixed;
    z-index: 999999999;
    width: 100%;
    top: calc((100dvh / 2) + (100dvw / 2) - 10px);
}


html.is-flickity-fullscreen .topSliderContainerWrap .topSliderPagination,
.fs-body-product.swiper-fullscreen  .topSliderContainerWrap .topSliderPagination {
    position: fixed;
    z-index: 999999999;
    top: calc((100dvh / 2) - (100dvw / 2) - 60px);
    bottom: unset;
    right: 0;
    left: 0;
    min-width: 52px;
    max-width: 62px;
    margin: 0 auto;
    text-align: center;
}

html.is-flickity-fullscreen .topSliderContainerWrap .topSliderPagination::before,
.fs-body-product.swiper-fullscreen  .topSliderContainerWrap .topSliderPagination::before {
    display: none;
}

html.is-flickity-fullscreen .topSliderContainerWrap .slideImagesBlockInner {
    max-height: 100dvw;
    margin: auto;
    width: 100%;
}

.fs-body-product:not(.swiper-fullscreen) .topSliderContainerWrap .at-icon-close {
    display: none;
}

.fs-body-product .fs-c-variationCart__cartButton > button:after {
    content: '';
}


html.is-flickity-fullscreen .cartImagesWrap .cartImagesInner .cartImagesBlock:not(.is-nav-selected),
.fs-body-product.swiper-fullscreen .cartImagesWrap .cartImagesInner .cartImagesBlock:not(.cartImagesBlockActive) {
    opacity: 0.5;
}

html.is-flickity-fullscreen body {
    overflow: hidden;
}

.fs-body-product .fs-c-productNameHeading.fs-c-heading {
    display: none;
}

.fs-body-product .product-detail-right-column .fs-c-productNameHeading.fs-c-heading {
    display: block;
}

.fs-body-product .item_visumo_wrapper .item-visumo-title {
    color: #333333;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.19px;
    margin-bottom: 10px;
}

.fs-body-product .item_visumo_wrapper .ecbn-selection-footer,
.fs-body-product .item_visumo_wrapper .ecbn-selection-footer2 {
    display: none !important;
}


.fs-body-product .modal-dialog .modal-header {
    position: relative;
    min-height: 44px;
    border: none;
}

.fs-body-product .productcommentbox .comment-2 .modal-header,
.fs-body-product .product-variation-options .modal-header {
    border: none;
}

.fs-body-product .modal .modal-header .at-icon-close {
    font-size: 24px;
    color: #000000;
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
}

.fs-body-product .tabwrap .tabs  {
    margin: 0;
}

.product-material-detail h4 {
    background: #F7F7F8;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
}

.product-material-detail .content {
    padding: 12px;
    margin: 0;
}

.product-material-detail .content h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-material-detail .content p {
    margin-bottom: 10px;
}

.product-material-detail .content .image-enlarge {
    position: relative;
    display: inline-block;
}

.product-material-detail .content .image-enlarge img {
    margin-bottom: 12px;
}

.product-material-detail .content .image-enlarge .at-icon-enlarge {
    letter-spacing: normal;
    font-size: 22px;
    color: rgba(51, 51, 51, 0.60);
    position: absolute;
    top: 5px;
    right: 5px;
}


.fs-body-product .fs-c-price .fs-c-price__currencyMark,
.fs-body-product .fs-c-price .fs-c-price__value {
    letter-spacing: 0.96px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.68px;
}

.fs-body-product .fs-c-productPrice .fs-c-productPrice__addon {
    content: "税込";
    color: #000000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 4px;
}

.fs-body-product .product-variation-options .inventoryWrap .inventoryWrapLabelInner {
    color: #535353;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    padding: 0;
    margin: 0 0 8px;
}

.fs-body-product .product-variation-options .inventoryWrap .selected-product-name {
    font-weight: 700;
}

.fs-body-product .product-variation-options .inventoryWrap {
    background: none;
    padding: 0;
    margin: 0 !important;
}

.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner {
    margin-bottom: 20px;
    white-space: unset;
}



.fs-body-product .product-variation-options .inventoryWrap .inventoryIndexWrap {
    display: none;
    visibility: unset;
}

.fs-body-product .product-variation-options .inventoryWrap .inventoryIndexWrap.inventoryIndexActive {
    display: block;
    visibility: unset;
}

.fs-body-product .product-variation-options .inventoryWrap .inventoryIndexWrapInner {
    padding: 0;
    margin: 0 0 5px;
}

.fs-body-product .product-variation-options .inventoryWrap .inventoryIndex {
    padding: 0;
}


.fs-body-product .product-variation-options .inventoryWrap .inventoryIndex .inventoryIndexInner{
    font-size: 13px;
    font-weight: 500;
}

.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .inventorySelect {
    padding: 0;
    margin: 0 10px 10px 0;
    width: auto !important;
}

.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .inventorySelect:last-child {
     margin: 0 0px 10px;
}

.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .inventorySelect.product-option {
    width: calc((100% - 20px) / 3) !important;
}

.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .inventorySelect.product-option:nth-child(3n) {
     margin: 0 0px 10px;
}

.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .inventorySelectInner {
    align-content: unset;
    background: none;
    border-radius: 4px !important;
    border: 1px solid #CCC;
    padding: 6px 20px;
    height: 100%;
}
.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .inventorySelectInner .inventorySelectName {
    color: #555;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.42px;
}


.fs-body-product .product-variation-options .inventoryWrap .cartselect {
    display: none;
}

.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .product-option:not(.no-image) .inventorySelectInner {
    padding: 0;
}

.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .product-option .inventorySelectImageBlock {
    max-width: unset;
    margin: 0;
}

.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .product-option .inventorySelectImage .at-icon-enlarge {
    color: rgba(51, 51, 51, 0.60);
    font-size: 22px;
    position: absolute;
    top: 4px;
    right: 4px;
}

.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .product-option .inventorySelectImage {
    border: 1.5px solid #dddddd;
    padding: 5px;
    border-radius: 4px;
}

.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .product-option .inventorySelectInnerPrice {
    display: none;
}

.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .product-option:not(.no-image) .inventorySelectInner {
    border: none !important;
    background: none !important;
    padding: 0;
    align-items: unset;
}

.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .product-option:not(.no-image) .inventorySelectName,
.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .inventoryActive.product-option:not(.no-image) .inventorySelectName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;

}

.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .inventoryActive.product-option .inventorySelectInner > div:first-of-type {
    border: 1.5px solid #555555;
}

.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .inventoryActive.product-option.no-image .inventorySelectInner > div:first-of-type {
    border: none;
}

.fs-body-product .product-variation-options .fs-c-requiredMark {
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.fs-body-product .product-variation-options .fs-c-productOption {
    background: none;
    padding: 0;
    margin-top: 20px;
}

.fs-body-product .product-variation-options .fs-c-productOption .fs-c-productOption__name,
.fs-body-product .product-variation-options .fs-c-productSelection .fs-c-productSelection__name {
    padding: 0;
    margin: 0 0 10px;
}


.fs-body-product .product-variation-options .fs-c-productOption .fs-c-productOption__option, {
    padding: 0;
}

.fs-body-product .product-variation-options .fs-c-productOption .fs-c-productOption__label,
.fs-body-product .product-variation-options .fs-c-productSelection .fs-c-productSelection__label {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fs-body-product .product-variation-options .fs-c-productOption__option,
.fs-body-product .product-variation-options .fs-c-productSelection__selection {
    padding: 0;
    margin: 0 0 20px;
}


.fs-body-product .product-variation-options .fs-c-productOption__option:last-child,
.fs-body-product .product-variation-options .fs-c-productSelection__selection:last-child {
    margin: 0;
}

.fs-body-product .product-variation-options .fs-c-productOption .fs-c-productOption__label a {
    font-weight: 500 !important;
    color: #82B3E0 !important;
    text-decoration: none !important;
}

.fs-body-product .product-variation-options .fs-c-productOption .fs-c-dropdown__menu,
.fs-body-product .product-variation-options .fs-c-productSelection .fs-c-dropdown__menu {
    border: 1px solid #CCCCCC;
    padding: 8px 43px 8px 8px;
    border-radius: 4px;
}

.fs-body-product .deliveryDateInner,
.fs-body-product .fs-c-productSelection__name,
.fs-body-product .fs-c-productOption__name,
.fs-body-product .fs-c-dropdown__menu {
    font-size: 11px;
}

.fs-body-product .product-variation-options .fs-c-productOption .fs-c-dropdown::after,
.fs-body-product .product-variation-options .fs-c-productSelection .fs-c-dropdown::after {
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
}


.fs-body-product .product-variation-options .fs-c-productSelection {
    margin-top: 20px;
}

.fs-body-product #fs_form  .product-variation-options .fs-c-returnedSpecialContract {
    padding: 0 !important;
    background: none !important;
    margin-top: 20px;
}

.fs-body-product #fs_form  .product-variation-options .quantity {
    display: none;
    margin-top: 20px;
}
.fs-body-product #fs_form  .product-variation-options .quantity label {
    color: #333333;
    font-size: 15px;
    font-weight:v 500;
    margin-top: 1.5px;
}

.fs-body-product #fs_form  .product-variation-options .quantity .quantity-field {
    margin-left: auto;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 1px;
}

.fs-body-product #fs_form  .product-variation-options .quantity .quantity-field input {
    display: inline-block;
    width: 40px;
    text-align: center;
    border: none;
    margin: 0;
    font-size: 11px;
    background: none;
    color: #555555;
    font-family: 'Roboto';
}

.fs-body-product #fs_form  .product-variation-options .quantity .quantity-field .quantity-plus,
.fs-body-product #fs_form  .product-variation-options .quantity .quantity-field .quantity-minus {
    margin: 0 2px;
    position: relative;
    top: 3px;
}

.fs-body-product #fs_form  .product-variation-options .quantity .quantity-field .disabled {
    color: #cccccc;
}

.fs-body-product #fs_form  .product-variation-options .fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a{
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
}

.fs-body-product .product-variation-options  .modal-body {
    padding-bottom: 80px;
}

.fs-body-product .product-variation-options  .modal-footer .deliveryDateInner {
    position: absolute;
    bottom: 90px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
}

.fs-body-product .product-variation-options  .modal-footer .deliveryDateContent {
    padding: 10px;
    border-radius: 60px;
    border: 1px solid #cccccc;
    background: #F5F5F5;
    font-size: 11px;
    font-weight: 350;
    border: none;
    width: 75%;
    margin: 0 auto;
}


.fs-body-product:not(.out-of-stock) .fs-system-product .product-details-variants-button .out-of-stock-message,
.fs-body-product:not(.out-of-stock) .fs-system-product .product-detail-right-column .product-details-add-cart-button .out-of-stock-message {
    display: none;
}

.fs-system-product .product-details-variants-button .out-of-stock-message,
.fs-system-product .product-detail-right-column .product-details-add-cart-button .out-of-stock-message{
    border-radius: 4px;
    background: #E5E5E5;
    padding: 16px 15px;
    text-align: center;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    width: 340px;
}

.fs-system-product .product-detail-right-column .product-details-add-cart-button .wishlist_button {
    position: static;
    padding: 0;
    width: 30px;
    display: flex;
    margin-left: auto;
}

.fs-system-product .product-detail-right-column .product-details-add-cart-button .wishlist_button .fs-c-variationCart__wishlist {
    box-shadow: none;
    width: unset;
    height: unset;
    align-self: center;
}

.fs-body-product.out-of-stock .product-details-variants-button .buybtn,
.fs-body-product.out-of-stock .trackingbuybtnbox,
.fs-body-product.out-of-stock .product-detail-right-column .product-variation-options .inventoryWrap .cartselect .fs-c-button--addToCart--variation {
    display: none;
}

.fs-system-product .product-navigation {
    display: flex;
    position: static;
    margin: 0px;
    border: none;
    border: 1px solid #000000;
    position: sticky;
    top: 0;
    z-index: 999;
    border-radius: 4px;
    overflow: auto;
}


.fs-system-product .product-navigation a {
    display: inline-block;
    padding: 18px;
    width: 100%;
    text-align: center;
    color: #555;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.98px;
    border-right: 1px solid #333333;
}

.fs-system-product .product-navigation a:last-child {
    border: none;
}

.fs-system-product .product-navigation a.active,
.fs-system-product .product-navigation a:hover {
    color: #ffffff;
    background: #333333;
    font-weight: 700;
    text-decoration: none;
}


.image-enlarge-model .modal-content {
    background-color: rgba(0, 0, 0, 0.95);
}

.image-enlarge-model .modal-content .modal-body .swiper {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 0;
}

.image-enlarge-model .modal-content .modal-body .swiper .swiper-wrapper {
    padding: 0;
}

.image-enlarge-model .modal-content .modal-body .swiper-slide img {
    max-width: 715px;
    width: auto !important;
    height: auto;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: calc(100vh - 237px);
}

.image-enlarge-model .modal-content .modal-body .swiper-pagination-fraction,
.product-short-video-modal .modal-content .modal-body .swiper-pagination-fraction {
    top: 40px;
    font-size: 16px;
    text-align: center;
    min-width: 80px;
    max-width: 93px;
    height: 33px;
    position: absolute;
    color: var(--color__white);
    padding: 3px 10px 4px;
    border-radius: 50px;
    background: rgba(51, 51, 51, 0.60);
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    right: 0;
    left: 0;
    margin: 0 auto;
}


.image-enlarge-model .modal-content .modal-body .swiper .swiper-button-next.swiper-button-disabled,
.image-enlarge-model .modal-content .modal-body .swiper .swiper-button-prev.swiper-button-disabled,
.product-short-video-modal .modal-content .modal-body .swiper .swiper-button-next.swiper-button-disabled,
.product-short-video-modal .modal-content .modal-body .swiper .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.image-enlarge-model .modal-content .modal-body .swiper .swiper-button-prev,
.product-short-video-modal .modal-content .modal-body .swiper .swiper-button-prev {
    left: calc((100vw / 2) - 435.5px);
    background: none;
}

.image-enlarge-model .modal-content .modal-body .swiper .swiper-button-next,
.product-short-video-modal .modal-content .modal-body .swiper .swiper-button-next {
    right: calc((100vw / 2) - 435.5px);
    transform: rotate(-180deg);
    background: none;
}

.image-enlarge-model .modal-content .modal-body .swiper .product-name {
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    bottom: 60px;
}

.fs-body-product .modal-dialog .modal-header .arm-icon-close {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
}

.fs-body-product .modal .modal-header .arm-icon-close {
    margin-left: auto;
    font-size: 24px;
    color: #000000;
}

.fs-body-product .image-enlarge-model.modal .modal-header .arm-icon-close {
    color: #ffffff;
}

.fs-body-product.swiper-fullscreen .arm-icon-close {
    position: fixed;
    color: #ffffff;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

.fs-body-product .modal .modal-header .arm-icon-close {
    margin-left: auto;
    font-size: 24px;
    color: var(--color__black);
}
.fs-body-product .modal-dialog .modal-header .arm-icon-close {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
}


.fs-body-product .product-showroom-modal .modal-title, .fs-body-product .productcommentbox .popup-detail .modal .modal-title {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    margin-right: auto;
}

.product-material-detail .content .image-enlarge {
    position: relative;
    display: inline-block;
}

.product-material-detail .content .image-enlarge .at-icon-enlarge,
.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .product-option .inventorySelectImage .at-icon-enlarge {
    font-family: 'ARMIcon' !important;
    letter-spacing: normal;
    font-size: 22px;
    color: rgba(51, 51, 51, 0.60);
    position: absolute;
    top: 5px;
    right: 5px;
}
.product-material-detail .content .image-enlarge .at-icon-enlarge .path1:before,
.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .product-option .inventorySelectImage .at-icon-enlarge .path1:before{
    content: "\e91a";
}

.product-material-detail .content .image-enlarge .at-icon-enlarge .path2:before,
.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .product-option .inventorySelectImage .at-icon-enlarge .path2:before{
    content: "\e941";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.product-material-detail .content .image-enlarge .at-icon-enlarge .path3:before,
.fs-body-product .product-variation-options .inventoryWrap .inventorySelectWrapInner .product-option .inventorySelectImage .at-icon-enlarge .path3:before{
    content: "\e942";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.fs-body-product .fs-c-productNotice--outOfStock {
    display: none;
}

.fs-body-product .fs-system-product .product-column {
    flex-direction: row-reverse;
    display: flex;
}

.fs-body-product .product-detail-right-column {
    width: 400px;
    margin-left: auto;
    float: right;
    padding: 0;
}

.fs-body-product .product-detail-left-column {
    width: 606px;
    float: left;
}

.fs-body-product .fs-system-product .product-column:after {
    content: "";
    clear: both;
    display: table;
}

.fs-body-product .product-detail-right-column .product-variation-options {
    display: block;
    position: static;
    width: 100%;
    overflow: unset;
}

.fs-body-product .product-detail-right-column .product-variation-options .modal-dialog {
    width: 100%;
}

.fs-body-product .fs-system-product .product-detail-right-column .product-variation-options .modal-dialog .modal-content {
    overflow: unset;
}

.fs-body-product .fs-system-product .product-detail-right-column .product-variation-options .modal-dialog .modal-header,
.fs-body-product .fs-system-product .product-detail-right-column .product-variation-options .modal-dialog .modal-footer {
    display: none;
}

.fs-body-product .fs-system-product .product-detail-right-column .product-variation-options .modal-dialog .modal-body {
    padding: 0;
    overflow: unset;
}

.fs-body-product .fs-system-product .product-detail-right-column .product-variation-options .modal-dialog .modal-body .modal-body-product-info {
    margin-bottom: 20px;
}

.fs-body-product .fs-system-product .product-detail-right-column .product-variation-options .modal-dialog .modal-body .modal-body-product-option {
    padding: 20px  0 0;
    top: 0px;
    position: sticky;
    flex: unset;
    border-top: 1px solid #cccccc;
    overflow: unset;
}

.fs-body-product .product-detail-right-column .product-variation-options .modal-footer .deliveryDateContent,
.fs-body-product .product-detail-right-column .product-variation-options .inventoryWrap:not(.product-details-add-cart-button) .cartselect .fs-c-button--addToCart--variation {
    display: none;
}

.fs-body-product .related-product-categories {
    margin-top: 60px;
}

.fs-body-product .cartImages .wishlist_button {
    display: none;
}

.fs-body-product.swiper-fullscreen .topSliderContainerWrap.fixed {
    background: rgba(0, 0, 0, 9.5) !important;
}

.fs-body-product.swiper-fullscreen .topSliderContainerWrap .topSliderPagination {
    top: 44px;
    font-size: 16px;
    text-align: center;
    min-width: 80px;
    max-width: 85px;
}

.product-short-video-modal .modal-content .modal-body .swiper-pagination-fraction {
    min-width: 80px;
    max-width: 85px;
    font-size: 16px;
    text-align: center;
}

.fs-body-product.swiper-fullscreen .topSliderContainerWrap.fixed .slideImagesBlockInner {
    position: relative;
    top: 88px;
    width: 715px;
    height: calc(100vh - 237px);
    margin: 0 auto;
    background-color: #fff ;
}
.fs-body-product.swiper-fullscreen .topSliderContainerWrap.fixed .slideImagesBlockInnerImage {
    width: auto;
    height: auto;
    max-height: calc(100vh - 237px);
    top: 0px;
    bottom: 0;
    margin: auto;
    border: unset;
    position: absolute;
    left: 0;
    right: 0;
}

.fs-body-product.swiper-fullscreen .at-icon-close {
    position: fixed;
    color: #FFFFFF;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

.fs-body-product.swiper-fullscreen .cartImagesWrap .cartImagesInner {
    top: unset;
    bottom: 61.5px;
    padding: 0;
    margin: 0;
    scrollbar-width: none;
    margin: 0 auto;
    width: 715px;
    left: 0;
    right: 0;
}

.fs-body-product.swiper-fullscreen .topSliderPrev,
.fs-body-product.swiper-fullscreen .topSliderNext {
    display: block;
}

.fs-body-product .topSliderPrev:before,
.fs-body-product .topSliderNext:before {
    content: '';
    display: none;
}


.fs-body-product.swiper-fullscreen .topSliderContainerWrap .topSliderPrev.swiper-button-disabled,
.fs-body-product.swiper-fullscreen .topSliderContainerWrap .topSliderNext.swiper-button-disabled{
    display: none;
}

.fs-body-product .topSliderPrev:after,
.fs-body-product .topSliderNext:after,
.image-enlarge-model .modal-content .modal-body .swiper .swiper-button-next:after,
.image-enlarge-model .modal-content .modal-body .swiper .swiper-button-prev:after,
.product-short-video-modal .modal-content .modal-body .swiper .swiper-button-next:after,
.product-short-video-modal .modal-content .modal-body .swiper .swiper-button-prev:after {
    content: "\e900";
    font-size: 40px;
    font-family: 'ARMIcon';
    color: var(--color__white);
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 40px;
    height: 40px;
    transform: unset;
    top: calc(((100vh - 237px) / 2) + 70px);
}

.fs-body-product .topSliderPrev:after,
.image-enlarge-model .modal-content .modal-body .swiper .swiper-button-prev,
.product-short-video-modal .modal-content .modal-body .swiper .swiper-button-prev {
    left: calc((100vw / 2) - 435.5px);
}

.fs-body-product .topSliderNext:after,
.image-enlarge-model .modal-content .modal-body .swiper .swiper-button-next,
.product-short-video-modal .modal-content .modal-body .swiper .swiper-button-next {
    right: calc((100vw / 2) - 435.5px);
    transform: rotate(-180deg);
}

.fs-body-product .modal.comment-2.show {
    bottom: 0;
}

.fs-body-product .product-showroom-modal .modal-dialog,
.fs-body-product .modal.comment-2 .modal-dialog,
.fs-body-product .modal.comment-7 .modal-dialog,
.fs-body-product .modal.comment-8 .modal-dialog {
    width: 100%;
}

.fs-body-product .modal.comment-2 .modal-dialog .modal-content img {
    max-height: unset;
}

.fs-body-product .modal.comment-7,
.fs-body-product .modal.comment-8 {
    width: 700px;
    left: unset;
    right: -700px;
    bottom: 0;
}

.fs-body-product .modal.comment-7.show,
.fs-body-product .modal.comment-8.show {
    right: 0;
}

.image-enlarge-model .modal-content .modal-body .swiper-slide img {
    max-width: 715px;
    width: auto !important;
    height: auto;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.image-enlarge-model .modal-content .modal-body .swiper .swiper-wrapper {
    padding: 0;
}



.fs-body-product:not(.swiper-fullscreen) .topSliderContainerWrap .arm-icon-close {
    display: none;
}

.fs-body-product .productcommentbox .popup-detail .popup-link span {
    position: absolute;
    right: 5px;
    width: 24px;
    height: 24px;
    font-size: 22px;
    top: 30px;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    background: none;
    content: "\a909";
    color: #DC3636;
    font-family: 'ATIcon' !important;
    font-size: 30px;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    background: none;
    content: "\a910";
    color: #DC3636;
    font-family: 'ATIcon' !important;
    font-size: 30px;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon-cart::before {
    background: none;
    content: "\a907";
    color: #ffffff;
    font-family: 'ATIcon' !important;
    font-size: 21px;
    width: 21px;
    height: 21px;
    speak: never;
    margin-right: 4px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.fs-body-product .product-detail-right-column .production-option-details .product-option-price .fs-c-productPrice__main__price {
    display: block;
    margin-top: 7px;
}

.fs-body-product .product-variation-options .fs-c-price .fs-c-price__value:after  {
    top: -1px;
    content: "税込";
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    margin-left: 4px;
}

.fs-body-product .product-detail-right-column .fs-c-productPrices--productDetail {
    display: none;
}

.fs-body-product .who-also-bought-section {
    display: none;
}

.fs-body-product .who-also-bought-section:not(:empty) {
    display: block;
}

.fs-body-product .who-also-bought-section .who-also-bought-title {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px;
}

.fs-body-product .who-also-bought-section .who-also-bought-content {
    padding: 0 0 20px;
}

.fs-body-product .who-also-bought-section .who-also-bought-list .who-also-bought-list-item {
    width: 160px;
    margin: 0 20px 0 0;

}

.fs-body-product .who-also-bought-section .who-also-bought-list .who-also-bought-list-item .list-item-image {
    margin: 0 0 10px 0;
}

.fs-body-product .who-also-bought-section .who-also-bought-list .who-also-bought-list-item .list-item-name {
    color: var(--Body-text-color, #535353);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0.91px;
}

.fs-body-product .who-also-bought-section .who-also-bought-list .who-also-bought-list-item .list-item-price {
    color: #272727;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
}

.fs-body-product .product-3d-wrapper {
    display: flex;
    gap: 10px;
    margin: 10px 1rem;
}

.fs-body-product .product-3d-wrapper a {
    display: flex;
    width: calc((100% - 10px) / 2);
    padding: 11px 4px;
    justify-content: center;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #CCC;
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.84px;
    cursor: pointer;
}


.fs-body-product .product-3d-wrapper.has-short-video a {
    width: calc((100vw - 20px) / 3);
}

.is-flickity-fullscreen .fs-body-product .product-3d-wrapper,
.fs-body-product.swiper-fullscreen .product-3d-wrapper,
.fs-body-product.short-video-modal-open .product-3d-wrapper
 {
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    background: #ffffff;
    gap: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
}

.fs-body-product .product-3d-wrapper a.disabled {
    background: #E5E5E5;
    color: #AAA;
    cursor: unset;
}

.fs-body-product .product-3d-wrapper a:before {
    margin-right: 6px;
    font-size: 21px;
    position: relative;
}

.fs-body-product.short-video-modal-open .product-3d-wrapper.has-short-video a,
.is-flickity-fullscreen .fs-body-product .product-3d-wrapper.has-short-video a,
.fs-body-product.swiper-fullscreen .product-3d-wrapper.has-short-video a {
    color: #AAA;
    font-weight: 350;
    line-height: 19.2px;
    width: calc(100vw / 3);
}

.fs-body-product.short-video-modal-open .product-3d-wrapper a.link-product-short-video,
.is-flickity-fullscreen .fs-body-product .product-3d-wrapper a.link-product-image-slider,
.fs-body-product.swiper-fullscreen .product-3d-wrapper a.link-product-image-slider {
    color: #333;
    font-weight: 500;
    line-height: 19.2px;
}


/* visumo */
/* visumo - Hide related items in popup (override default) */
.fs-body-product .ecbn-selection-preview-item.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-header,
.fs-body-product .ecbn-selection-preview-item.ecbn-selection-preview-new div.noProductsMsg {
    display: none;
}

/* visumo - Hide logo (override default) */
.fs-body-product .item_visumo_wrapper .ecbn-selection-footer2,
.fs-body-product #__inner_lightbox .ecbn-selection-right-footer2 {
    margin: 0;
    padding: 0;
}
.fs-body-product .item_visumo_wrapper .ecbn-selection-powered-pre,
.fs-body-product .item_visumo_wrapper .ecbn-selection-powered-name,
.fs-body-product #__inner_lightbox .ecbn-selection-right-powered-pre,
.fs-body-product #__inner_lightbox .ecbn-selection-right-powered-name {
    display: none;
}

/* visumo - banner */
.item_visumo_wrapper .ecbn-selection-widget {
    margin: 0;
}

.item_visumo_wrapper .ecbn-selection-widget:not([style*="min-height: 0px;"])::before {
    content: "このアイテムのみんなの投稿";
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin: 0 0 10px;
}

.item_visumo_wrapper .vsm-slider .ecbn-selection-widget-new div.ecbn-selection-wrapper {
    margin: 0;
}
.item_visumo_wrapper .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
    margin: 0 0 40px;
}

.fs-body-product .item_visumo_wrapper .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item {
    width: 156px !important;
    margin-right: 20px;
    padding: 0;
    float: unset;
    display: inline-block;
}

.item_visumo_wrapper .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item>div>a {
    width: 156px;
    height: 156px;
}

.item_visumo_wrapper .visumo_banner {
    padding: 2rem;
    border: 1px solid #c7b8a2;
    font-size: 0;
}

.item_visumo_wrapper .visumo_banner_desc .-_pc {
    display: block;
    padding: 0 20px 0 0;
}

.item_visumo_wrapper .visumo_banner_desc .-_sp {
    display: none;
}

.item_visumo_wrapper .visumo_banner_desc {
    line-height: 1.5;
    margin: 0;
    width: 60%;
    font-size: var(--font-base__size);
}

.item_visumo_wrapper .visumo_banner > * {
    display: inline-block;
    vertical-align: middle;
}

.item_visumo_wrapper .visumo_banner_link {
    width: 40%;
}

.item_visumo_wrapper .ecbn-selection-slide-wrapper .ecbn-selection-slider-controls {
    display: none;
}

.item_visumo_wrapper .ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-snap {
    margin: 0;
    transform: unset !important;
    overflow-x: auto;
    white-space: nowrap;
    width: 100% !important;
    scrollbar-width: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 20px;
}

.item_visumo_wrapper .ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-snap::-webkit-scrollbar {
    background-color: #ebebeb;
    width: 16px;
    height: 4px;
    z-index: 999999;
}

.item_visumo_wrapper .ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-snap::-webkit-scrollbar-button {
    display: none;
}

.item_visumo_wrapper .ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-snap::-webkit-scrollbar-thumb {
    background-color: #555555;
    border: 0px solid #fff;
}

.item_visumo_wrapper .ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-snap::-webkit-scrollbar-thumb {
    background-color: #555555;
    border-radius: 4px;
    border: 0px solid #fff;
}

.item_visumo_wrapper .ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-snap::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

/* visumo - popup */
.ecbn-selection-preview {
    overflow: hidden;
}
.ecbn-selection-preview .ecbn-selection-preview-wrapper {
    max-width: 1024px;
    width: auto;
}
.ecbn-selection-preview .ecbn-selection-preview-content {
    margin: 0;
}
.ecbn-selection-preview .ecbn-selection-preview-close {
    right: 20px;
    top: 10px;
    height: 20px;
    width: 20px;
}
.ecbn-selection-preview .ecbn-selection-preview-close:before,
.ecbn-selection-preview .ecbn-selection-preview-close:after {
    background: #000;
}

.ecbn-selection-preview .ecbn-selection-right {
    padding: 0 1rem;
    width: 45%;
    max-height: 496px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.ecbn-selection-preview .ecbn-selection-right .ecbn-selection-preview-slide-wrapper {
    display: none;
}
.ecbn-selection-preview .ecbn-selection-right .ecbn-selection-preview-personal {
    margin: 0;
}
.ecbn-selection-preview .ecbn-selection-right .ecbn-selection-preview-caption {
    margin: 1rem 0 0;
}
.ecbn-selection-preview .ecbn-selection-right .ecbn-selection-preview-caption p {
    padding: 0;
    height: auto;
}
.ecbn-selection-preview .ecbn-selection-left {
    width: 55%;
}

.fs-body-product .ecbn-selection-preview .ecbn-selection-preview-content {
    padding: 30px 0;
}

.fs-body-product  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image {
    left: -2px;
}

.fs-body-product   .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
    right: -2px;
}

/* video */
#video_popup {
    z-index: 999999999 !important;
}
.fs-body-product .item-video-wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 640px;
    position: relative;
    cursor: pointer;
}
.fs-body-product .item-video-wrap::after {
    height: 0.5rem;
    width: 100%;
    background: rgba(115,133,159,0.5);
    bottom: 0;
    position: absolute;
    content: "";
    display: block;
}
.fs-body-product .item-video-startButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fs-body-product .item-video-startButton::before {
    width: 8rem;
    padding-top: 8rem;
    background: rgba(0,0,0,0.45);
    border-radius: 100rem;
    content: "";
    display: block;
}
.fs-body-product .item-video-startButton::after {
    background: #ffffff;
    height: calc(tan(60deg) * 4.25rem / 2);
    width: 3rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}


/* other_sizes */
#another_page .another_page_head {
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: bold;
}
#another_page .another_page_ul {
  margin: 0.5rem -0.25rem 0;
  font-size: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
#another_page .another_page_li {
  padding: 0.35rem;
  width: 20%;
  display: flex;
  align-items: stretch;
}
#another_page .another_page_artificial-grass .another_page_li {
  width: 14.285%;
}
#another_page .another_page_link {
  padding: 0.75rem 0.75rem 0.85rem;
  border: 1px solid #aaa;
  border-radius: 4px;
  text-align: left;
  line-height: 0.9;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
}
#another_page .another_page_artificial-grass .another_page_link {
  padding: 0.75rem 0.5rem 0.5rem;
}
#another_page .another_page_artificial-grass .another_page_link .another_page_height {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0;
  white-space: nowrap;
  width: 100%;
}
#another_page .another_page_link .another_page_height {
    margin-bottom: 0.5rem;
}
#another_page .another_page_link .another_page_height span {
  font-size: 0.65rem;
}
#another_page .another_page_link .another_page_height .another_page_height_num {
  margin: 0 0.15rem;
  font-size: 0.85rem;
}
#another_page .another_page_link .another_page_size {
  margin-top: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
#another_page .another_page_artificial-grass .another_page_link .another_page_size {
  margin-top: 0.4rem;
  text-align: left;
}
#another_page .another_page_li.another_type_li {
  width: 20%;
}
#another_page .another_page_li.another_type_li .another_page_link {
  padding: 0.75rem 0.75rem 0.85rem;
}
#another_page .another_page_artificial-grass .another_page_li.another_type_li .another_page_link {
  padding: 0.6rem 0.5rem 0.5rem;
}
#another_page .another_page_li.another_type_li .another_type_name {
  font-size: 1rem;
  line-height: 1.35;
  height: 2.5rem;
  display: flex;
  align-items: baseline;
  font-weight: bold;
}
#another_page .another_page_li.another_type_li .another_type_price {
  margin-top: 0.35rem;
  font-size: 0.65rem;
  line-height: 1.35;
  width: 100%;
}
@media screen and (max-width: 640px) {
    #another_page .another_page_head {
      font-size: 1.2rem;
    }
    #another_page .another_page_ul .another_page_li {
      width: 33.33%;
    }
    #another_page .another_page_artificial-grass .another_page_li {
      width: 20%;
    }
    #another_page .another_type_li .another_type_name {
      font-size: 1rem;
    }
    #another_page .another_page_li.another_type_li {
      width: 25%;
    }
}

/* Coupons banner */
.fs-body-product .md-v2-coupon-container .coupon-container-inner .coupon-container-tag {
    margin-right: 8px;
}

.fs-body-product .md-v2-coupon-container .coupon-container-right-arrow {
    width: 24px;
    height: 24px;
}

.fs-body-product .md-v2-coupon-container .line-break {
    border: 1px dashed #7391A2;
    display: inline-block;
    vertical-align: top;
}

.md-v2-coupon-container .coupon-discount-amount {
    color: #E24F2C;
}

.md-v2-coupon-container .coupon-container-inner {
    display: inline-flex;
    width: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.md-v2-coupon-container {
    display: flex;
    flex-direction: column;
}

.md-v2-coupon-container:not(:empty) {
    margin-top: 20px;
}

.fs-body-product .md-v2-coupon-container .coupon-inner-text,
.md-v2-coupon-container .coupon-container-inner .coupon-tag-icon,
.md-v2-coupon-container .coupon-container-inner .coupon-arrow-right-icon {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 15px;
}

.fs-body-product .md-v2-coupon-container .coupon-inner-text {
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    width: -moz-available;
    width: -webkit-fill-available;
    min-width: 144px;
    max-height: 75.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background-color: #ffffff;
}

.md-v2-coupon-container .coupon-container-inner .coupon-tag-icon {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkxheWVyXzEiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMTIuMzEzNCAyMC44ODQ4TDMuODI4MTIgMTIuMzk5NUwxMy43Mjc2IDIuNUwyMC43OTg3IDMuOTE0MjFMMjIuMjEyOSAxMC45ODUzTDEyLjMxMzQgMjAuODg0OFoiIGZpbGw9IiM3MzkxQTIiIHN0cm9rZT0iIzczOTFBMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3JfMiIgZD0iTTE3LjI2MTcgOC40NDkyMkMxNy44MTQgOC40NDkyMiAxOC4yNjE3IDguMDAxNSAxOC4yNjE3IDcuNDQ5MjJDMTguMjYxNyA2Ljg5NjkzIDE3LjgxNCA2LjQ0OTIyIDE3LjI2MTcgNi40NDkyMkMxNi43MDk0IDYuNDQ5MjIgMTYuMjYxNyA2Ljg5NjkzIDE2LjI2MTcgNy40NDkyMkMxNi4yNjE3IDguMDAxNSAxNi43MDk0IDguNDQ5MjIgMTcuMjYxNyA4LjQ0OTIyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggaWQ9IlZlY3Rvcl8zIiBkPSJNOS40ODUyOCAyMC44ODQ4TDEgMTIuMzk5NUwxMC44OTk1IDIuNSIgc3Ryb2tlPSIjNzM5MUEyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K);
    display: inline-block;
    padding-left: 20px;
    width: 50px;
}

.md-v2-coupon-container .coupon-container-inner .coupon-arrow-right-icon {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZXZyb24tcmlnaHQiPgo8cGF0aCBpZD0iVmVjdG9yIDY2IiBkPSJNOSAxN0wxNC4yNSAxMkw5IDciIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=);
    display: inline-block;
    padding-left: 10px;
    width: 31px;
    border-left: 1px dashed #7391A2;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}

.md-v2-coupon-container + .inventoryWrap {
    margin-top: 0 !important;
}

.md-v2-coupon-container .coupon-container-inner-wrap {
    display: inline-flex;
    position: relative;
    width: 100%;
    border-radius: 4px;
    max-height: 100.5px;
    border: 1px solid #7391A2;
}

.md-v2-coupon-container .coupon-container-inner:nth-of-type(1) {
    margin-bottom: 10px;
}

.coupon-container-inner .right,
.coupon-container-inner .left {
    width: 15px;
    height: 15px;
    position: absolute;
    border: 1px solid #7391A2;
    border-radius: 10px;
    top: calc((100% / 2) - 7.5px);
    background: white;
    z-index: 1;
}

.coupon-container-inner .left {
    left: -7.5px;
}

.coupon-container-inner .right {
    right: -7.5px;
}

.is-flickity-fullscreen .g-nav-search__wrapper {
    display: none;
}

.is-flickity-fullscreen .g-header.mobile {
    padding-bottom: 0;
    z-index: 0;
}

.is-flickity-fullscreen .flickity-enabled.is-fullscreen {
    z-index: 2;
    background: rgba(0, 0, 0, 1) !important;
    padding-bottom: 45px;
}

/* End Coupons banner */


.fs-body-product .product-details-add-cart-button .fs-c-button--addToCart--variation {
    font-size: 14px;
    font-weight: 400;
    background: #333333;
}


.fs-body-product .product-short-video-modal.show {
    left: 0px;
}

.fs-body-product .product-short-video-modal .modal-content {
    background: rgba(0, 0, 0, 9.5) !important;
}

.fs-body-product .product-short-video-modal .modal-header {
    border: none;
    color: #FFFFFF;
}

.fs-body-product .product-short-video-modal .modal-body {
    padding: 0 0 70px;
    overflow-y: unset;
}

.fs-body-product .product-short-video-modal .modal-content .modal-body .swiper {
    height: 100%;
}

.fs-body-product .product-short-video-modal .modal-header .arm-icon-close {
    color: #FFFFFF;
}

.product-short-video-modal .modal-content .modal-body .swiper-pagination-fraction {
    top: 0;
}

.fs-body-product .product-short-video-modal .modal-body .product-short-video {
    width: 715px !important;
    display: block;
    margin: 0 auto;
    height: 100%;
}

.fs-body-product .product-short-video-modal .modal-body .swiper-slide {
    position: relative;
}

.fs-body-product .product-short-video-modal .modal-body .video-scroll-overlay {
    position: absolute;
    width: 715px !important;
    display: block;
    margin: 85px auto 70px;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    height: calc(100% - 175px);
}

.fs-body-product .product-short-video-modal .modal-content .modal-body .swiper .swiper-wrapper {
    height: calc(100% - 60px);
    margin: 60px auto 0;
}

.fs-body-product .product-short-video-modal .modal-content .modal-body .video-mute {
    position: absolute;
    background: rgba(0, 0, 0, 0.80);
    z-index: 3;
    border-radius: 50px;
    right:  calc(((100% - 715px) / 2) + 20px);
    bottom: 0px;
    width: 32px;
    height: 32px;
    padding: 6px 8px;
}

.fs-body-product .product-short-video-modal .modal-content .modal-body .video-mute:before {
    color: var(--color__white);
    font-size: 16px;
}

@media screen and (min-width: 1024px) {
    .fs-body-product .modal.comment-2 {
        width: 780px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .fs-body-product .product-3d-wrapper {
        display: flex;
        gap: 20px;
        margin: 15px 0 0;
    }

    .is-flickity-fullscreen .fs-body-product .product-3d-wrapper,
    .fs-body-product.swiper-fullscreen .product-3d-wrapper,
    .fs-body-product.short-video-modal-open .product-3d-wrapper
    {
        width: 715px;
    }
}

@media screen and (max-width: 640px){
    .fs-body-product .fs-c-productCarouselMainImage {
        margin: 0 -1rem;
    }
}









