/* ーーーーーーーーーーーーーーーーーーー */
/* カート ーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーー */
.fs-l-cart__contentsArea {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1600px;
    padding: 0 25px 0 60px;
    margin: 0 auto;
}
.fs-l-cart__mainColumn {
    width: 70%;
    display: flex;
    flex-flow: column;
}
.fs-l-cart__sideColumn {
    width: 27%;
}
.fs-c-cartTableContainer {
    order: 1;
}
.fs-c-cartDiscountInfo__info {
    color: #FF3700;
}
.fs-c-cartTable__headerCell {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    border-top: 1px solid #DDDDDD;
}
.fs-c-cartTable__product {
    display: flex;
    align-items: center;
}
.fs-c-cartTable__dataCell {
    vertical-align: middle;
}
.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
    border: none;
    padding: 8px;
}
.fs-c-cartTable__row {
    border-bottom: 1px solid #DDDDDD;
}
.fs-c-cartTable__row:first-child {
    border-top: 1px solid #DDDDDD;
}
.fs-c-cartTable__product > .fs-c-cartTable__productImage {
    flex: none;
    padding-right: 14px;
}
.fs-c-listedProductName {
    line-height: 1.8;
    margin-bottom: 7px;
}
.fs-c-productPrice__main {
    font-size: 1.8rem;
}
.fs-c-productPrice__addon {
    font-size: 1.2rem;
    margin-left: 4px;
}
.fs-c-quantity__select {
    width: 79px;
    height: 34px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 1.2rem;
    text-align: center;
    text-align-last: center;
}
.fs-c-price__price {
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
}
.fs-c-cartTable__dataCell--point {
    width: 80px;
}
.fs-c-cartTable__dataCell--action {
    width: 100px;
    text-align: center;
    line-height: 1.8;
}

.fs-l-cart__sideColumn {
    width: 27%;
    padding: 35px 30px 17px;
    background-color: #E7EAEA;
}
.fs-cartTotalMessage p {
    text-align: center;
    margin-bottom: 30px;
}
.fs-cartTotalMessage ul li {
    margin-bottom: 6px;
}
.fs-cartTotalMessage ul li::before {
    content: "●";
    font-size: 1.1rem;
    color: #9A9A9A;
}
.fs-cartTotalMessage ul li a {
    color: #FF3700;
    text-decoration: underline;
}
.fs-c-orderTotalTable {
    width: 100%;
    margin-bottom: 40px;
}
.fs-c-orderTotalTable tr {
    border-bottom: 1px solid #9A9A9A;
}
.fs-c-orderTotalTable > tbody > tr > th, .fs-c-orderTotalTable > tbody > tr > td {
    text-align: right;
    vertical-align: middle;
    border: none;
    padding: 0;
}
.fs-c-orderTotalTable > tbody > tr > th {
    padding: 20px 0;
    text-align: left;
    font-weight: 500;
}
.fs-c-orderTotalTable > tbody > tr > td {
    padding: 20px 0;
    font-weight: 700;
}
.fs-c-purchaseHere__message {
    display: none;
}
.fs-c-cartDiscountInfo__note {
    display: none;
}
.fs-c-cartDiscountInfo {
    order: 0;
    margin-bottom: 48px;
}
.fs-c-payWithAmazon__message {
    margin: 20px 0 20px;
}
#AmazonPayButton {
    width: 225px !important;
    margin: 0 auto;
}

.fs-c-continueShopping {
    max-width: 1600px;
    padding: 0 25px;
    margin: 0 auto 140px;
}
.fs-c-button--continueShopping {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #333;
    width: 273px;
    height: 49px;
    padding: 0;
    margin-top: 30px;
    margin-left: 35px;
}
.fs-c-button--continueShopping::after {
    content: "";
    display: block;
    width: 23px;
    height: 10px;
    background-image: url(https://delfonics.itembox.design/item/delfonics/images/common/arrow-next.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
}
.fs-c-button--continueShopping .fs-c-button__label {
    margin-right: 20px;
}
.fs-c-button--continueShopping:hover {
    color: #D8622F;
    border: 1px solid #D8622F;
}
.fs-c-button--continueShopping:hover::after {
    filter: brightness(0) saturate(100%) invert(46%) sepia(84%) saturate(510%) hue-rotate(332deg) brightness(87%) contrast(93%);
    transform: translateX(10px);
}

.fs-cycleArea {
    padding: 75px 0;
    background-color: #E8EAEA;
}
.fs-cycleArea  .sec__heading {
    flex-flow: column;
    align-items: center;
}
.fs-c-featuredProduct, 
.fs-c-wishlistProduct,
.for-gift__inner {
    margin-bottom: 80px;
}

.for-gift .fs-c-productListCarousel__list__item .fs-c-productListItem__control {
    display: block;
}
.for-gift .fs-c-button--addToWishList--icon {
    display: none;
}
.for-gift .fs-c-button--addToCart--list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 265px;
    height: 50px;
    color: #fff;
    background-color: #333;
    transition: background-color 0.2s;
    border-radius: 5px;
    margin: 20px auto 0;
}
.for-gift .fs-c-button--addToCart--list:hover {
    background-color: #9A9A9A;
}

.fs-c-viewAllProductsLink {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #333;
    width: 202px;
    height: 49px;
    padding-left: 20px;
    margin: 50px auto 0;
}
.fs-c-viewAllProductsLink__label {
    margin-right: 15px;
}
.fs-c-viewAllProductsLink::after {
    content: "";
    display: block;
    width: 23px;
    height: 10px;
    background-image: url(https://delfonics.itembox.design/item/delfonics/images/common/arrow-next.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
}
.fs-c-viewAllProductsLink:hover {
    color: #D8622F;
    border: 1px solid #D8622F;
}
.fs-c-viewAllProductsLink:hover::after {
    filter: brightness(0) saturate(100%) invert(46%) sepia(84%) saturate(510%) hue-rotate(332deg) brightness(87%) contrast(93%);
    transform: translateX(10px);
}

.fs-c-button--unregisteredUserPurchase .fs-c-button__label {
    display: flex;
    flex-flow: column;
    align-items: center;
}.fs-c-button--unregisteredUserPurchase .fs-c-button__label::after {
    content: "※こちらでゲスト注文も可能";
    font-size: 1.2rem;
}

.fs-c-quantity__number.fs-system-quantity-text {
    width: 79px;
    height: 34px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 1.2rem;
    text-align: center;
    text-align-last: center;
    box-shadow: none;
}
.fs-c-quantity span.fs-c-quantity__message {
    border: none!important;
    padding: 5px 0 0 0!important;
}
.fs-c-quantity span.fs-c-quantity__message::before {
    font-size: 1.1rem!important;
    color: #FF3700;
}

.fs-c-cartBundleInfo__message {
    margin-bottom: 11px;
}
.fs-c-cartBundleInfo__list li a {
    display: block;
    color: #FF3700;
    padding: 20px;
    background-color: rgba(255, 55, 0, 0.1);
    margin-bottom: 10px;
}

.fs-c-checkoutServiceDisabled__button {
    display: none;
}
.fs-c-checkoutServiceDisabled__message {
    color: #FF3700;
}

@media screen and (max-width:1220px) {
    .fs-l-cart__contentsArea {
        flex-flow: column;
        align-items: center;
    }
    .fs-l-cart__mainColumn {
        width: 100%;
        margin-bottom: 70px;
    }
    .fs-l-cart__sideColumn {
        width: 100%;
        padding: 35px 20px 40px;
    }
}
@media screen and (max-width:768px) {
    .fs-l-cart__contentsArea {
        padding: 0;
    }
    .fs-l-cart__mainColumn {
        padding: 0 20px;
    }
}
@media screen and (max-width:600px) {
    .fs-c-cartDiscountInfo {
        margin-bottom: 38px;
    }

    .fs-c-cartTable__row {
        position: relative;
        margin-bottom: 0;
        padding: 25px 0;
    }
    .fs-c-cartTable__headerCell, 
    .fs-c-cartTable__dataCell {
        padding: 0;
    }
    .fs-c-cartTable__dataCell--point {
        width: 100%;
    }
    .fs-c-cartTable__dataCell--subtotal, 
    .fs-c-cartTable__dataCell--point {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        width: 110px;
        margin: 2px 0 2px auto;
    }
    .fs-c-cartTable__dataCell--point::before,  
    .fs-c-cartTable__dataCell--subtotal::before {
        font-weight: 400;
        font-size: 1.4rem;
        margin-right: 8px;
        min-width: inherit;
    }
    .fs-c-cartTable__dataCell--quantity::before {
        content: none;
    }
    .fs-c-cartTable__dataCell--quantity {
        margin-bottom: 12px;
    }
    .fs-c-quantity {
        max-width: none;
    }
    .fs-c-cartTable__dataCell--action {
        width: auto;
        line-height: 1.4;
        position: absolute;
        bottom: 25px;
        left: 0;
    }
    .fs-c-cartTable__actionButton__container {
        padding: 0 10px;
    }
    .fs-c-cartTable__actionButton__container--buyItLater {
        border-left: 1px solid #9A9A9A;
    }
    .fs-cartTotalMessage ul li {
        font-size: 1.2rem;
        margin-bottom: 6px;
    }
    .fs-cycleArea .sec__heading {
        align-items: flex-start;
        margin-left: 20px;
    }
    .fs-cycleArea .fs-c-productListCarousel__list .slick-arrow {
        top: -94px;
    }
}


/* ーーーーーーーーーーーーーーーーーーー */
/* ご注文手続き ーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーー */
.fs-order-contentsArea {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1600px;
    padding: 0 25px 0 60px;
    margin: 0 auto 180px;
}
#fs_orderTotalContainer {
    width: 27%;
    padding: 35px 30px 17px;
    background-color: #E7EAEA;
}
.fs-l-checkout__mainColumn {
    width: 67%;
}
.fs-l-checkout__mainColumn .fs-c-checkout-preview {
    margin-bottom: 70px;
}
.fs-c-checkout-preview__title {
    font-family: "YuGothic-B";
    font-size: 2.0rem;
    padding: 9px 18px;
    background-color: #E8EAEA;
    margin-bottom: 50px;
}

.fs-c-button--change--small {
    margin: 0;
}

.fs-c-checkout-customerInfo__name {
    margin-bottom: 10px;
}
.fs-c-checkout-customerInfo {
    line-height: 1.8;
}
.fs-c-buttonContainer--changeSmall {
    margin-top: 15px;
}

.fs-c-checkout-destination__list {
    line-height: 1.8;
}
.fs-c-checkout-destination__name {
    margin-bottom: 10px;
}

.fs-c-checkout-destination__control *:only-child {
    margin-right: auto;
}
#fs_orderTotalContainer .fs-c-checkout-preview__title {
    font-size: 1.8rem;
    text-align: center;
    border-bottom: 1px solid #9A9A9A;
    margin-bottom: 20px;
}
.fs-c-checkout-destination__control *:only-child {
    margin-left: 0;
}
.fs-c-checkout-destination__control > * + * {
    margin-top: 8px;
}
@media screen and (min-width: 768px) {
    .fs-c-checkout-destination__destination {
        display: block;
    }
}
.fs-c-checkout-destination__control {
    flex-flow: column;
    align-items: flex-start;
}
.fs-c-button--chooseDestination {
    margin: 0;
}
.fs-c-pairList > dt {
    font-weight: 500;
}
.fs-c-checkout-delivery__method__title {
    font-size: 1.8rem;
}
.fs-c-checkout-delivery__method__message {
    margin: 10px 0 20px;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th {
    font-weight: 700;
}
.fs-c-creditCardIcons {
    display: flex;
}
.fs-c-checkout-paymentMethod__body {
    padding: 20px 8px;
    border-top: 1px solid #DDDDDD;
}
.fs-c-checkout-paymentMethod__option {
    padding: 20px 0;
    border-bottom: 1px solid #DDDDDD;
}
.fs-c-checkout-paymentMethod__option__title {
    margin-bottom: 6px;
}
.fs-c-checkAndNotice__check {
    margin-top: 8px;
}
#__fs_modal_addressList .fs-c-checkout-addressee {
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0 0;
}
.fs-c-returnedSpecialContract {
    display: none;
}
.fs-c-checkout-confirmationList {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.fs-c-checkout-confirmationList > dt::after {
    height: auto;
}
.fs-c-checkout-confirmationList > dd {
    font-size: 1.4rem;
}
.fs-order-terms-returnLink a {
    color: #FF3700;
    text-decoration: underline;
}
#fs_couponCode {
    height: 48px;
    padding: 5px 10px;
    border: 1px solid #9A9A9A;
    border-radius: 6px;
    background-color: #fff;
}
.fs-c-checkout-couponList__item {
    display: flex;
    width: fit-content;
    padding: 15px;
    border-radius: 6px;
    background-color: rgba(255, 55, 0, 0.1);
    margin-bottom: 20px;
}
.fs-c-checkout-couponList__item:has(.is-disabled) {
    background-color: rgba(233, 234, 234, 0.5);
}
.fs-c-checkout-couponList__description {
    display: flex;
    flex-flow: column;
    margin-right: 20px;
}
.fs-c-checkout-couponList__couponDiscount {
    color: #F93822;
}
.fs-c-checkout-couponStatus {
    border-radius: 6px;
}
.fs-c-checkout-couponStatus.is-active {
    background: #FF3700;
}
#fs_input_usePointAmount {
    height: 48px;
    padding: 5px 10px;
    border: 1px solid #9A9A9A;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 5px;
}
.fs-c-checkout-deliveryMethod__option__message {
    margin: 10px 0;
}
.fs-c-checkout-deliveryMethod__option__setting__message {
    margin: 5px 0 15px;
}
.fs-c-checkout-deliveryMethod__message {
    line-height: 1.8;
}
.fs-c-checkout-paymentMethod__disabledMessage {
    margin-bottom: 10px;
    margin-left: 22px;
    color: #FF3700;
}
@media screen and (max-width:1220px) {
    .fs-order-contentsArea {
        flex-flow: column;
        align-items: center;
    }
    .fs-l-checkout__mainColumn {
        width: 100%;
    }
    #fs_orderTotalContainer {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .fs-order-contentsArea {
        padding: 0;
    }
    .fs-l-checkout__mainColumn {
        padding: 0 20px 40px;
    }
}
@media screen and (max-width:600px) {
    .fs-l-checkout__mainColumn .fs-c-checkout-preview {
        margin-bottom: 50px;
    }
    .fs-c-checkout-preview__title {
        padding: 11px 15px;
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    .fs-c-checkout-orderInfo__body .fs-c-cartTable__dataCell--quantity {
        margin-bottom: 12px;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        width: 110px;
        margin: 2px 0 2px auto;
    }
    .fs-c-checkout-orderInfo__body .fs-c-cartTable__dataCell--quantity::before {
        content: "数量";
        font-weight: 400;
        font-size: 1.4rem;
        margin-right: 8px;
        min-width: inherit;
    }
}