h1 {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 65px;
}

.search-master-btn {
    display: none;
}

.fs-l-cart__contentsArea {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto 10px;
}
.fs-l-cart__mainColumn {
    width: 69%;
}
.fs-l-cart__sideColumn {
    width: 27%;
    height: fit-content;
    background-color: #F7F7F7;
    padding: 30px;
}
.fs-c-cartTable tr {
    border-bottom: 1px solid #bebebe;
}
.fs-c-cartTable__headerCell, 
.fs-c-cartTable__dataCell {
    border: none;
    padding: 0;
    font-weight: 400;
}
.fs-c-cartTable__headerCell {
    text-align: center;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 10px;
}
.fs-c-cartTable__dataCell {
    padding: 40px 10px;
    vertical-align: middle;
}
.fs-c-cartTable__headerCell--product,
.fs-c-cartTable__dataCell--product {
    width: 48%;
}
.fs-c-cartTable__headerCell--quantity,
.fs-c-cartTable__dataCell--quantity {
    width: 13%;
}
.fs-c-cartTable__headerCell--subtotal,
.fs-c-cartTable__dataCell--subtotal {
    width: 13%;
}
.fs-c-cartTable__headerCell--point,
.fs-c-cartTable__dataCell--point {
    width: 13%;
}
.fs-c-cartTable__headerCell--action,
.fs-c-cartTable__dataCell--action {
    width: 13%;
}
.fs-c-cartTable__product > .fs-c-cartTable__productImage {
    padding-right: 0;
}
.fs-c-cartTable__product {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fs-c-cartTable__productImage {
    width: 20%;
}
.fs-c-cartTable__productInfo {
    width: 75%;
}
.fs-c-listedProductName__variation, 
.fs-c-listedProductName__selection {
    font-size: 1.2rem;
}
.fs-c-cartTable__message--shippingDate {
    font-size: 1.2rem;
    width: fit-content;
    margin-bottom: 5px;
    padding: 2px 5px;
    font-weight: 500;
    color: #fff;
    background-color: #A0A0A0;
}
.fs-c-cartTable__dataCell--quantity {
    text-align: center;
    padding: 40px 20px;
}
.fs-c-quantity {
    position: relative;
    max-width: none;
}
.fs-c-quantity::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    width: 11px;
    height: 7px;
    background-image: url(https://luminousclub.itembox.design/item/luminous-club/images/arrow-bottom.svg?t=20240215143358);
    background-repeat: no-repeat;
    background-color: inherit;
    border-left: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
    color: #333;
    display: block;
    padding: 0;
}
.fs-c-quantity__select {
    border: 1px solid #333;
    text-align: center;
    padding: 8px 10px;
    border-radius: 3px;
    cursor: pointer;
}
.fs-c-cartTable__dataCell--action {
    font-size: 1.2rem;
    color: #7C7C7C;
    text-align: right;
}
.fs-c-cartTable__dataCell--action .fs-c-button__label {
    border-bottom: 1px solid #7C7C7C;
}
.fs-c-cartTable__actionButton__container--buyItLater {
    margin-top: 15px;
}
.fs-c-cartTable__actionButton__container--buyItLater span {
    position: relative;
}
.fs-c-cartTable__actionButton__container--buyItLater span::after {
    content: "（お気に入りへ）";
    font-size: 1.0rem;
    position: absolute;
    right: -6px;
    display: block;
    width: fit-content;
    word-break: keep-all;
}
.fs-c-cartTable__dataCell--subtotal,
.fs-c-cartTable__dataCell--point {
    font-size: 1.6rem;
}

.fs-c-orderTotalTable {
    width: 100%;
    margin-bottom: 25px;
}
.fs-c-orderTotalTable tr {
    border-bottom: 1px solid #bebebe;
}
.fs-c-orderTotalTable th,
.fs-c-orderTotalTable td {
    font-weight: 400;
    border: none!important;
}
.fs-c-orderTotalTable > tbody > tr > th {
    text-align: left;
    padding: 20px 5px 20px 0;
}
.fs-c-orderTotalTable > tbody > tr > td {
    text-align: right;
    padding: 20px 0 20px 5px;
}
.fs-c-orderTotalTable__itemPriceSummary {
    color: #FD0000;
}
.fs-c-orderTotalTable__itemPriceSummary th {
    font-weight: 700;
}
.fs-c-orderTotalTable__itemPriceSummary td {
    font-size: 1.9rem;
    font-weight: 700;
}
.fs-c-orderTotalTable__getPoint td {
    font-size: 1.6rem;
}

.fs-c-estimatedDeliveryDate {
    margin-bottom: 20px;
}

.fs-c-purchaseHere__message p {
    text-align: center;
    margin-bottom: 20px;
}

/* 購入ボタン */
.fs-c-button--primary,
.fs-c-button--secondary {
    display: block;
    width: 100%;
    max-width: 220px;
    height: 55px;
    margin: 20px auto 0;
    color: #fff;
    border: 1px solid #333;
    background-color: #333;
    transition: background-color 0.3s, color 0.3s;
}
.fs-c-button--primary:hover,
.fs-c-button--secondary:hover {
    color: #333;
    background-color: #fff;
}
.fs-c-button--primary span,
.fs-c-button--secondary span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    letter-spacing: 0.2em;
}

.fs-c-continueShopping {
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto 100px;
}
.fs-c-continueShopping a {
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}
.fs-c-continueShopping a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 11px;
    height: 7px;
    background-image: url(https://luminousclub.itembox.design/item/luminous-club/images/arrow-bottom.svg?t=20240215143358);
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.fs-c-payWithAmazon__message {
    margin: 40px 0 20px;
}

@media screen and (max-width: 1024px) {
    .fs-l-cart__contentsArea {
        display: block;
    }
    .fs-l-cart__mainColumn {
        width: 100%;
        margin-bottom: 30px;
    }
    .fs-l-cart__sideColumn {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }

    .fs-l-cart__contentsArea {
        display: block;
        padding: 0;
    }
    .fs-l-cart__mainColumn {
        padding: 0 20px;
    }
    .fs-c-cartTable__headerCell {
        display: none;
    }
    .fs-c-cartTable__row {
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        padding: 10px 0 20px;
        margin-bottom: 0;
    }
    .fs-c-cartTable__dataCell--product {
        width: 100%;
    }
    .fs-c-cartTable__dataCell {
        padding: 4px 0;
    }
    .fs-c-cartTable__productImage {
        width: 15%;
    }
    .fs-c-cartTable__productInfo {
        width: 82%;
    }
    .fs-c-cartTable__dataCell--point, 
    .fs-c-cartTable__dataCell--quantity, 
    .fs-c-cartTable__dataCell--subtotal {
        width: 20%;
        position: relative;
    }
    .fs-c-cartTable__dataCell--point::before, 
    .fs-c-cartTable__dataCell--quantity::before, 
    .fs-c-cartTable__dataCell--subtotal::before {
        content: attr(data-cell-label);
        font-weight: 400 !important;
        font-size: 1.2rem !important;
        min-width: inherit !important;
        text-align: right;
        width: 100px;
        height: fit-content;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -140px;
        margin: auto;
    }
    .fs-c-quantity__select {
        padding: 5px 10px;
    }
    .fs-c-cartTable__actionButton {
        justify-content: flex-end;
    }
    .fs-c-cartTable__dataCell--action {
        width: 125px;
        margin-top: 10px;
    }
    .fs-c-cartTable__actionButton__container--buyItLater {
        margin-top: 0;
        margin-left: 15px;
    }

    .fs-l-cart__sideColumn {
        padding: 20px;
    }
    .fs-c-orderTotalTable > tbody > tr > th {
        padding: 10px 5px 10px 0;
    }
    .fs-c-orderTotalTable > tbody > tr > td {
        padding: 10px 0 10px 5px;
    }
    

    .fs-c-button--primary, 
    .fs-c-button--secondary {
        margin: 5px auto 15px;
    }
    .fs-c-continueShopping {
        padding: 0 20px;
        margin: 0 auto 50px;
    }

}


/* ご注文手続き */
.fs-l-checkout__contentsArea {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto 150px;
}
.fs-l-checkout__mainColumn {
    width: 69%;
}
.fs-l-checkout__sideColumn {
    width: 27%;
    height: fit-content;
    background-color: #F7F7F7;
    padding: 30px;
}

.fs-l-checkout__mainColumn h2 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 4px;
    border-bottom: 1px solid #bebebe;
}
.fs-c-checkout-preview {
    margin-bottom: 30px;
}
.fs-c-checkout-preview__body {
    padding: 15px 0;
}
.fs-c-checkout-preview ruby {
    display: flex;
    flex-flow: column-reverse;
}
.fs-c-checkout-preview ruby > rt {
    font-size: 1.2rem;
}
.fs-c-checkout-buyerInfo__body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.fs-c-checkout-customerInfo__name {
    font-size: 1.6rem;
}
.fs-c-checkout-customerInfo__email {
    margin: 5px auto 10px;
}
.fs-c-checkout-customerInfo__address {
    display: flex;
    flex-flow: column;
    line-height: 1.4;
    margin-bottom: 8px;
}
.fs-c-buttonContainer--changeSmall {
    font-size: 1.2rem;
    color: #7C7C7C;
    border-bottom: 1px solid #7C7C7C;
}

.fs-c-checkout-paymentInfo__message {
    margin-bottom: 8px;
}

.fs-c-checkout-shippingOptionPreview__value {
    font-size: 1.6rem;
}
#fs-addressInfo-container {
    padding: 25px 30px 5px;
    margin-bottom: 45px;
    background-color: #F7F7F7;
}
.fs-c-checkout-shippingOption {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}
.fs-c-checkout-heading {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    padding-bottom: 4px;
    border-bottom: 1px solid #bebebe;
    margin-bottom: 8px;
}
.fs-c-checkout-shippingDestination__title {
    width: 100%;
}
.fs-c-checkout-shippingDestination {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}
.fs-c-checkout-shippingDestination__control {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
#fs_button_selectShippingAddress {
    font-size: 1.2rem;
    color: #7C7C7C;
    border-bottom: 1px solid #7C7C7C;
}
.fs-c-checkout-shippingAddress__name {
    margin-bottom: 10px;
}
.fs-c-checkout-shippingAddress__tel {
    margin-top: 5px;
}
.fs-c-checkout-shippingDetail__outline {
    padding-left: 20px;
}
.fs-c-checkout-shippingDetail__shippingCarrier {
    margin: 30px 0;
    padding-left: 20px;
}
.fs-c-checkout-shippingDetail__shippingCarrier__value {
    font-size: 1.6rem;
    margin: 5px 0;
}
.fs-c-checkout-settings__title {
    display: none;
}

.fs-c-checkout-orderInfo .fs-c-buttonContainer--changeSmall {
    width: fit-content;
    margin-top: 10px;
    margin-left: auto;
}

.fs-c-deliveryDateInfo__info {
    font-size: 1.6rem;
}
.fs-c-deliveryDateInfo__info__date {
    font-weight: 700;
}
.fs-c-checkout-shippingParcel__product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.fs-c-checkout-shippingParcel__productImage {
    width: 15%;
}
.fs-c-checkout-shippingParcel__productInfo {
    width: 82%;
}
.fs-c-checkout-shippingParcel__unitPrice {
    margin: 5px 0;
}
.fs-c-checkout-shippingParcel__unitPrice .fs-c-productPrice__main {
    font-weight: 700;
}
.fs-c-checkout-shippingParcel__unitPrice .fs-c-productPrice__addon {
    font-size: 1.2rem;
}
.fs-c-checkout-shippingDetail__deliveryDetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
}
.fs-c-pairList > dt, .fs-c-pairList > dd {
    font-weight: 700;
}
.fs-c-checkout-shippingDetail__fee th {
    font-weight: 400;
}
.fs-c-checkout-paymentMethod__title {
    padding: 0;
    margin-bottom: 7px;
}
.fs-c-creditCardIcons {
    display: flex;
    margin-bottom: 15px;
}
.fs-c-creditCardIcons__icon {
    margin-right: 10px;
}
.fs-c-buttonContainer--inputCreditCardData {
    font-weight: 500;
}
.fs-c-checkout-couponCodeInput {
    margin: 20px 0;
}
.fs-c-checkout-couponCodeInput__input input {
    border: 1px solid #bebebe !important;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
}
.fs-c-button--useCoupon .fs-c-button__label {
    font-size: 1.2rem;
    color: #7C7C7C;
    border-bottom: 1px solid #7C7C7C;
}
.fs-c-checkout-couponList__item {
    margin-bottom: 20px;
}
.fs-c-checkout-couponList__description {
    margin-bottom: 7px;
}
.fs-c-checkout-couponCodeInput__title {
    font-weight: 700;
}
.fs-c-checkout-couponList__couponName {
    font-weight: 700;
    margin-right: 5px;
}
.fs-c-checkout-couponStatus {
    font-size: 1.2rem;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
}
.fs-c-checkout-couponStatus.is-inactive {
    font-size: 1.2rem;
}
.fs-c-checkout-couponStatus.is-active {
    font-size: 1.2rem;
}
.fs-c-checkout-pointInfo__body .fs-c-checkout-preview__inputConfirmation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fs-c-checkout-confirmationList > dt::after {
    height: auto;
}
#fs_button_changePoints {
    display: inline-block;
}
.fs-c-checkout-pointInfo__comment {
    margin-bottom: 6px;
}
.fs-c-checkout-pointSetting__inputUsePoint {
    display: flex;
    align-items: flex-end;
}
.fs-c-checkout-pointSetting__inputUsePoint .fs-system-assistedItem {
    width: 160px;
    border: 1px solid #bebebe !important;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    margin-right: 10px;
}
.fs-l-checkout__sideColumn h2 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    padding-bottom: 4px;
    border-bottom: 1px solid #bebebe;
}
.fs-c-orderTotalTable__subtotal td {
    font-size: 1.9rem;
}
.fs-c-orderTotalTable__postageFee td {
    font-size: 1.6rem;
}
.fs-c-orderTotalTable__usePoint td {
    font-size: 1.6rem;
}
.fs-c-orderTotalTable__usePoint td .fs-c-orderTotalTable__usePoint__pointQuantity {
    font-size: 1.2rem;
}
.fs-c-orderTotalTable__earnPoints td {
    font-size: 1.6rem;
}
.fs-c-orderTotalTable__grandTotal {
    color: #FD0000;
}
.fs-c-orderTotalTable__grandTotal th {
    font-weight: 700;
}
.fs-c-orderTotalTable__grandTotal td {
    font-size: 1.9rem;
    font-weight: 700;
}

.fs-body-checkout-amazon .fs-c-checkout-loginGuidance__message {
    text-align: center;
    margin-bottom: 20px;
}
.fs-body-checkout-amazon .fs-c-button--loginAndPurchase--unregistered {
    display: block;
    width: 220px;
    height: 55px;
    margin: 20px auto 80px;
    color: #fff;
    border: 1px solid #333;
    background-color: #333;
    transition: background-color 0.3s, color 0.3s;
}
.fs-body-checkout-amazon .fs-c-button--loginAndPurchase--unregistered .fs-c-button__label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 100%;
    height: 100%;
    letter-spacing: 0.2em;
}
.fs-body-checkout-amazon .fs-c-payWithAmazon__message {
    margin: 40px 0 20px;
}
.fs-body-checkout-amazon #fs-deliveryInfo-container {
    padding: 25px 30px 5px;
    margin-bottom: 45px;
    background-color: #F7F7F7;
}
.fs-body-checkout-amazon #fs-amazonPaymentInfo-container {
    width: 100%;
    font-weight: 700;
}
.fs-body-checkout-amazon #fs_changeAmazonPayment {
    margin-left: auto;
}
.fs-body-checkout-amazon .fs-c-checkout-paymentInfo__body {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.fs-body-checkout-amazon .fs-c-agreementConfirmation__addon {
    margin: 10px 0 0 0;
}
.fs-body-checkout-amazon .fs-c-checkbox__labelText {
    font-size: 1.4rem;
}


@media screen and (max-width: 1024px) {
    .fs-l-checkout__contentsArea {
        display: block;
    }
    .fs-l-checkout__mainColumn {
        width: 100%;
        margin-bottom: 30px;
    }
    .fs-l-checkout__sideColumn {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .fs-l-checkout__contentsArea {
        display: block;
        padding: 0;
    }
    .fs-l-checkout__mainColumn {
        padding: 0 20px;
    }
    .fs-l-checkout__sideColumn {
        padding: 20px;
    }
    .fs-c-checkout-preview__body {
        padding: 10px 0;
    }

    #fs-addressInfo-container {
        padding: 10px 5px;
        margin-bottom: 30px;
    }
    .fs-c-checkout-shippingDetail__outline {
        padding-left: 0;
    }
    .fs-c-checkout-shippingDetail__shippingCarrier {
        padding-left: 0;
    }
    .fs-body-checkout .fs-c-cartTable__dataCell--quantity {
        text-align: right;
    }

    .fs-c-checkout-shippingParcel__productImage {
        width: 30%;
    }
    .fs-c-checkout-shippingParcel__productInfo {
        width: 65%;
    }
    .fs-c-checkout-shippingDetail__deliveryDetail {
        padding: 10px;
    }
}

/* 注文完了 */
.fs-c-checkoutSuccess {
    max-width: 760px;
    padding: 0 30px;
    margin: 0 auto 30px;
}
.fs-c-checkoutSuccess__title {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.fs-c-checkoutSuccess__message {
    font-size: 1.6rem;
    line-height: 1.8;
}
.fs-c-checkoutSuccess__message .fs-c-checkoutSuccess__code {
    font-weight: 700;
}
.checkout-review {
    max-width: 760px;
    padding: 0 30px;
    margin: 0 auto 150px;
}
.checkout-review img {
    display: block;
    margin: 0 auto 16px;
}
.checkout-review p {
    font-size: 1.6rem;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .fs-c-checkoutSuccess {
        padding: 0 20px;
        margin: 0 auto 30px;
    }
    .fs-c-checkoutSuccess__message {
        font-size: 1.4rem;
    }
    .checkout-review {
        padding: 0 20px;
        margin: 0 auto 100px;
    }
    .checkout-review p {
        font-size: 1.4rem;
    }
}

.fs-c-noResultMessage__title {
    margin-bottom: 50px;
}

/* モーダル調整 */
.fs-c-modal--addressList .fs-c-modal__inner {
    width: 768px;
    max-width: 90vw;
}
.fs-c-modal--addressList .fs-c-modal__inner .fs-c-checkout-addressee {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #bebebe;
}
.fs-c-modal--addressList .fs-c-modal__inner .fs-c-checkout-addressee__control {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.fs-c-modal--addressList .fs-c-modal__inner .fs-c-checkout-addressee__control .fs-c-button--standard {
    font-size: 1.2rem;
    color: #7C7C7C;
    border-bottom: 1px solid #7C7C7C;
}
.fs-c-modal--addressList .fs-c-modal__inner .fs-c-button--addAddressee {
    display: block;
    width: 220px;
    height: 55px;
    margin: 20px auto 0;
    color: #fff;
    border: 1px solid #333;
    background-color: #333;
    transition: background-color 0.3s, color 0.3s;
}
.fs-c-modal--addressList .fs-c-modal__inner .fs-c-button--addAddressee span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    letter-spacing: 0.2em;
}
.fs-c-modal--addressList .fs-c-modal__inner .fs-c-button--addAddressee:hover {
    color: #333;
    background-color: #fff;
}


/* Amazon調整 */
.fs-c-checkout-loginGuidance {
    padding: 0 20px;
}
.fs-c-button--loginAndPurchase--registered {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 55px;
    margin: 0 auto 50px;
    border: 1px solid #333;
    transition: background-color 0.3s, color 0.3s;
}
.fs-c-button--loginAndPurchase--registered:hover {
    color: #fff;
    background-color: #333;
}

.fs-c-button--guestPurchase--amazon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 55px;
    margin: 0 auto 50px;
    border: 1px solid #333;
    transition: background-color 0.3s, color 0.3s;
}