<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main {
    padding: 35px 0 85px;
}
.cart-main__inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--main-column);
}
.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
}
.cart-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.cart-item__image {
    width: 150px;
}
.cart-item__text {
    width: calc(100% - 175px);
}
.cart-item__ttl {
    font-size: 16px;
    font-weight: 600;
}
.cart-info__item,
.cart-item__quantity,
.cart-item__quantity p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cart-info__item:not(:last-child) {
    margin: 0 0 10px;
}
.cart-item__info {
    margin: 15px 0 0;
}
.cart-info__item dt {
    font-size: 14px;
    width: 85px;
}
.cart-info__item dd {
    width: calc(100% - 85px);
}
.cart-item__quantity p {
    margin-right: 20px;
    width: 100px;
}
.quantity-selector {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    background-image: url(https://gigaplus.makeshop.jp/maketpl/images/icon-arrow.png);
    background-position: right 15px center;
    background-size: 12px;
    background-repeat: no-repeat;
    border-radius: 8px;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px 0 0;
    outline: none;
    padding: 2px 10px;
    text-align: left;
    width: 100%;
}
.cart-unitprice__value .price {
    font-size: 20px;
}
.cart-unitprice__value .yen,
.cart-unitprice__value .tax {
    font-size: 14px;
}
.cart-name__item,
.cart-option__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cart-item__name,
.cart-item__option {
    margin: 8px 0 0;
}
.cart-name__item dt,
.cart-option__item dt,
.cart-name__item dd,
.cart-option__item dd {
    font-size: 14px;
}
.cart-name__item dt::after,
.cart-option__item dt::after {
    content: "/";
    margin: 0 3px;
}

.cart-item__delete {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200px;
}
.cart-item__delete a {
    border: 1px solid #333;
    border-radius: 50px;
    color: #333;
    display: block;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    transition-duration: .3s;
    width: 100%;
}
.cart-item__delete a:hover {
    background: #333;
    color: #fff;
}
@media screen and (max-width: 1068px) {
    .cart-item__image {
        width: 100px;
    }
    .cart-item__text {
        width: calc(100% - 125px);
    }
}
@media screen and (max-width: 768px) {
    .cart-item__delete {
        align-items: flex-end;
        padding: 0 0 15px;
    }
}
@media screen and (max-width: 568px) {
    .cart-item__image {
        width: 80px;
    }
    .cart-item__text {
        width: calc(100% - 95px);
    }
    .cart-info__item dt {
        width: 70px;
    }
    .cart-info__item dd {
        width: calc(100% - 70px);
    }
    .cart-item__delete {
        margin: 15px 0 0;
        padding: 0;
        position: static;
        width: 100%;
    }
    .cart-item__delete a {
        width: 100%;
    }
    .cart-unitprice__value .price {
        font-size: 18px;
    }
    .cart-unitprice__value .yen,
    .cart-unitprice__value .tax {
        font-size: 13px;
    }
}

.cart-orders {
    margin: 0 0 0 auto;
    width: 345px;
}
.cart-order__item {
    border-bottom: 2px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.cart-order__item dt,
.cart-order__item dd {
    font-size: 16px;
}
.cart-order__item dt {
    padding: 10px 0;
    position: relative;
    width: 245px;
}
.cart-order__item dt::after {
    background: #333;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
}
.cart-order__item dd {
    padding: 10px;
    text-align: right;
    width: 135px;
}
.cart-order__item dd .symbol,
.cart-order__item dd .yen,
.cart-order__item dd .tax {
    font-size: 12px;
}

.cart-order__btn {
    margin: 20px 0 0;
    text-align: center;
}
.cart-order__btn a {
    background: #bf0000;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    width: 100%;
    max-width: 280px;
}
.amazonButton {
    margin: 20px auto 0;
}
.return-shopping {
    color: #3b3b3b;
    display: block;
    font-size: 14px;
    margin: 20px auto 0;
    text-align: center;
    width: max-content;
}
.cart-order__amz {
    margin: 25px 0;
}
div#amazonpay-button1735010505847 {
    margin: 25px auto;
}
@media screen and (max-width: 568px) {
    .cart-orders {
        margin: 0 auto;
        padding: 25px 0 0;
        width: 100%;
    }
    .cart-order__item dd {
        text-align: right;
        width: calc(100% - 110px);
    }
    .cart-order__btn a {
        font-size: 13px;
        width: 100%;
    }
}</pre></body></html>