.cart_page .ec-layoutRole .ec-layoutRole__contents {
    background: #fff;
    max-width: 100%;
}
.cart_page .ec_cartMain {
    padding: 60px 0;
}
.cart_page .ec_cartsec {
    display: flex;
    justify-content: space-between;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}
.cart_page .cart_noProductsec {
    width: 100%;
}
.cart_page .cart_noProductsec .cart_warningText {
    background: #bb3054;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 20px;
    font-size: 20px;
}
.cart_page .cart_noProductsec .cart_warningText img {
    width: 30px;
}
.cart_page .ec_cartWrap {
    width: 100%;
    max-width: 960px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}
.cart_page .ec_cartSide {
    width: 100%;
    max-width: 240px;
}
.cart_page .ec_cartHead {
    padding: 40px 20px 30px;
    text-align: center;
}
.cart_page .ec_cartsecttl {
    text-align: center;
    margin: 0;
    padding: 0 0 30px 0;
}
.ec_cartflow img {
    margin: 0 auto;
}
.cart_page .cart_Taxnote {
    text-align: right;
    color: #bb3054;
    font-size: 13px;
    margin: 0 30px;
    border-bottom: 1px solid #bdbdae;
    padding: 0 0 10px 0;
}
.cart_page .ec_cartTb {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 0 30px;
}
.cart_page .ec_cartTb thead {
    width: 100%;
    display: table;
    background: #f9f9f9;
    border-top: 2px solid #bdbdae;
}
.cart_page .ec_cartTb tbody {
    display: table;
    width: 100%;
}
.cart_page .ec_cartTb th {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
}
.cart_page .ec_cartTb td {
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px 0;
}
.cart_page .ec_cartTb .ec_cart_fcol {
    width: 9%;
    border-right: 2px dashed #ededed;
}
.cart_page .ec_cartTb .ec_cart_scol {
    width: 55%;
    border-right: 2px dashed #ededed;
}
.cart_page .ec_cartTb .ec_cart_tcol {
    width: 15%;
    border-right: 2px dashed #ededed;
}
.cart_page .ec_cartTb .ec_cart_ftcol {
    width: 25%;
}
.cart_page .ec_cartDelet {
    text-align: center;
}
.cart_page .ec_cartDelet a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.cart_page .cart_pdwrap {
    display: flex;
    gap: 20px;
    padding: 20px;
}
.cart_page .cart_pdFig {
    width: 130px;
}
.cart_page .cart_pdFig02 {
    border: 1px solid #107667;
}
.cart_page .cart_pdnum {
    color: #3f3f3f;
    text-align: right;
    font-weight: bold;
}
.cart_page .cart_pdFig_status {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}
.cart_page .cart_pdstatus {
    font-size: 12px;
    padding: 0 7px 0;
    line-height: 1.5;
}
.cart_page .cart_equal-pdstatus {
    background: #107667;
    color: #fafd91;
}
.cart_page .cart_successor-pdstatus {
    background: #404040;
    color: #fff;
}
.cart_page .cart_pdfigsec {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_page .cart_pdFig img {
    max-height: 100%;
}
.cart_page .cart_pdDetails {
    width: 63%;
}
.cart_page .cart_pdname {
    margin: 0 0 5px 0;
}
.cart_page .cart_pdname a {
    color: #003f7f;
    text-decoration: underline;
    line-height: 1.5;
    font-weight: bold;
}
.cart_page .cart_quantityName {
    text-align: center;
    color: #595959;
    font-size: 20px;
    font-weight: bold;
}
.cart_page .cart_quantitycol {
    display: flex;
    justify-content: center;
    padding: 0;
    gap: 20px;
    margin: 20px 0 0;
}
.cart_page .cart_quantityicn {
    border: 2px solid #888888;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_page .cart_pdtotalamount {
    text-align: center;
    color: #595959;
    font-size: 20px;
    font-weight: bold;
}
.cart_page .ec_cartBottom {
    background: #f9f9f9;
    padding: 30px;
}
.cart_page .cartBottom_actionlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.cart_page .cartBottom_actionlist dt {
    width: 30%;
}
.cart_page .cartBottom_actionlist dd {
    width: 70%;
    margin: 0;
}
.cart_page .cartBottom_actionlist dd.carTotal_details {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cart_page .cartBottom_actionlist .cartSubTotal {
    color: #4c4c4c;
    font-size: 17px;
}
.cart_page .shipping__progress {
    background: #fafd91;
    text-align: center;
    width: 80%;
    margin-left: auto;
    color: #ba3053;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}
.cart_page .cartPoint {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: bold;
}
.cart_page .cartPoint span {
    font-size: 14px;
    color: #107666;
}
.cart_page .cartPoint em {
    font-size: 19px;
}
.cart_page .cartTotal_Price {
    display: inline-block;
    color: #ba3053;
}
.cart_page .cartTotal_Price em {
    font-size: 26px;
    font-weight: bold;
}
.cart_page .cartTax_text {
    color: #ba3053;
    vertical-align: text-top;
    font-size: 16px;
    font-weight: bold;
}
.cart_page .carBtn_list {
    display: flex;
    justify-content: space-between;
    padding: 25px 0 0;
    flex-wrap: wrap;
}
.cart_page .carBtn_list li {
    width: 32%;
}
.cart_page .cartShop_Btn {
    background: #eeeeee;
    text-align: center;
    width: 100%;
    display: block;
    padding: 22px;
    color: #464646;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
}
.cart_page .cartShop_estimateBtn {
    background: #eee;
    border: 2px solid #c55270;
    display: flex;
    justify-content: center;
    padding: 5px 20px 0;
    align-items: center;
    color: #ba3053;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
}
.cart_page .cartShop_estimateBtn:hover {
    opacity: 0.8;
}
.cart_page .cartBuy_Btn {
    position: relative;
    background: #bb3054;
    color: #fff;
    display: block;
    text-align: center;
    padding: 22px 0 22px 35px;
    border-radius: 8px;
    font-size: 19px;
    font-weight: bold;
    border: none
}
.cart_page .ec-totalBox__btn .cartBuy_Btn {
    margin: 20px 0 10px;
    width: 100%;
}
.cart_page .cartBuy_Btn::before {
    content: "";
    position: absolute;
    background: url(/html/template/default/assets/img/cart/cart_btn-icn.png)no-repeat;
    width: 33px;
    height: 27px;
    background-size: cover;
    left: 40px;
    top: 15px;
}
.cart_page .cartSide_details {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
}
.cart_page .cart_shipping__progress {
    background: #fafd91;
    text-align: center;
    margin-left: auto;
    color: #ba3053;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}
.cart_page .cartSide_total {
    color: #4c4c4c;
    font-size: 17px;
    text-align: center;
    padding: 10px 0 20px;
    font-weight: bold;
}
.cart_page .cartSide_totalprice {
    text-align: center;
    color: #ba3053;
    font-size: 30px;
    font-weight: bold;
}
.cart_page .cartSide_totalprice span {
    font-size: 14px;
    font-weight: 100;
}
.cart_page .cartSide_totalprice {
    text-align: center;
    color: #ba3053;
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 25px;
}
.cart_page .cartSide_point {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.cart_page .cartSide_point span {
    color: #107666;
}
.cart_page .cartSide_point span em {
    font-size: 20px;
}
.cartSide_Tax-text {
    color: #bb3054;
    line-height: 1.5;
    font-size: 13px;
    padding: 10px 0 30px;
}
.cart_page .cartSide_details .cartBuy_Btn {
    margin: 0 0 10px 0;
}
.cart_page .cartSide_details .cartBuy_Btn::before,
.cart_page .ec-totalBox__btn .cartBuy_Btn::before {
    left: 12px;
    top: 17px;
}
.cart_page .cartSide_bnrsec img {
    display: block;
    margin: 15px 0 0;
}

/* 購入手続き */
.shopping_page .ec_cartinfobody {
    margin: 0 30px;
}
.shopping_page .ec-rectHeading h2 {
    background: #f9f9f9;
    color: #3f3f3f;
    font-size: 16px;
    padding: 15px 20px;
}
.shopping_page .shopping_infoText {
    font-size: 16px;
    color: #3f3f3f;
    font-weight: bold;
    line-height: 1.5;
}
.shopping_page .ec-orderAccount .ec-orderAccount__account {
    margin: 0 0 0 21px;
}
.shopping_page .ec-orderDelivery .ec-orderDelivery__title {
    margin: 0 0 0 20px;
    border-bottom: 1px solid #f3f3f3;
}
.shopping_page .ec_deliChange_btn {
    background: #eeeeee;
    color: #404040;
    padding: 13px 15px;
    border-radius: 5px;
}
.shopping_page .ec_deliChange_btn:hover {
    background: #eeeeee;
    color: #404040;
    opacity: 0.8;
}
.shopping_page .ec-orderDelivery .ec-orderDelivery__address {
    margin: 10px 0 18px 20px;
}
.shopping_page .shopping_orderList {
    padding: 0;
}
.shopping_page .shopping_orderList li {
    border-bottom: 1px solid #f3f3f3;
    padding: 20px;
}
.shopping_page .shopping_orderItem {
    display: flex;
    gap: 20px;
}
.shopping_page .shopping_orderfig {
    width: 150px;
}
.shopping_page .shopping_orderfig img {
    width: 100%;
    height: 150px;
}
.shopping_page .shopping_ordercontent {
    width: 75%;
    position: relative;
}
.shopping_page .shopping_orderAmount {
    display: flex;
    gap: 4%;
    font-size: 18px;
    color: #595959;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-weight: bold;
}
.shopping_page .shopping_taxnote {
    text-align: right;
    color: #525252;
    font-size: 12px;
    padding: 10px 0 0;
}
.shopping_page .shopping_shipsec {
    margin: 30px 0 0 0;
}
.shopping_page .shopping_shipselect {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 20px;
}
.shopping_page .shopping_shipselect .shop_shipLabel {
    width: 125px;
    font-size: 16px;
    color: #3f3f3f;
    font-weight: bold;
}
.shopping_page .shopping_shipselect select {
    width: 100%;
    max-width: 300px;
    appearance: none;
    font-size: 18px;
    color: #3f3f3f;
    font-weight: bold;
    background: url(/html/template/default/assets/img/mypage/select_icn.png) no-repeat top 22px right 20px;
    border: 1px solid #dddddd;
    border-radius: 7px;
    padding: 12px 20px;
}
.shopping_page .shopping_shipselect select:focus,
.shopping_page .shopping_shipselect select:focus-visible {
    outline: none;
    box-shadow: none;
}
.shopping_page .shopping_shipnote {
    color: #bb3054;
    font-size: 17px;
    font-weight: bold;
}
.shopping_page .shopping_paymentsec {
    padding: 0 0 25px 20px;
    display: flex;
    gap: 0 20px;
    flex-wrap: wrap;
}
.shopping_page .payment_messageAnnotation {
    font-size: 14px;
    color: #3f3f3f;
    font-weight: bold;
    padding: 0 0 10px 11px;
    line-height: 1.4;
}
.ec-totalBox_paymentText {
    text-align: center;
    margin: 20px 0 0;
}
.ec-totalBox_paymentText p {
    margin: 0 0 10px;
    font-weight: 600;
    color: #b93052;
    font-size: 15px;
}
.ec-totalBox_paymentText a {
    color: #525263;
    text-decoration: underline;
    font-weight: 900;
}
.ec-totalBox_paymentText a:hover {
    text-decoration: none;
}
.shopping_page .payment_messageAnnotation_point {
    font-size: 14px;
    color: #3f3f3f;
    font-weight: 600;
    padding: 0;
    margin: 0 0 30px;
    line-height: 1.4;
}
.shopping_page .payment_messageAnnotation_point_red {
    font-size: 14px;
    color: #bb3054;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px;
    line-height: 1.4;
}
.shopping_page .payment_messageAnnotation_point strong {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.shopping_page .payment_messageAnnotation_point_red strong {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.shopping_page .payment_messageAnnotation_confirm {
    font-size: 16px;
    color: #3f3f3f;
    font-weight: bold;
    padding: 0;
    margin: 40px 0 0;
    display: flex;
    line-height: 1.4;
    justify-content: center;
}
.shopping_page .shop_paymentRadio {
    width: 33%;
    min-width: 200px;
    position: relative;
}
.shopping_page .shop_paymentRadio input {
    position: relative;
    cursor: pointer;
    left: 20px;
    top: 50%;
}
.shopping_page .shop_paymentRadio input::before {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 3px;
    width: 13px;
    height: 13px;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -o-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
    background: #ae0206;
}
.shopping_page .shop_paymentRadio input:after {
    position: absolute;
    top: -3px;
    left: -2px;
    width: 23px;
    height: 23px;
    content: '';
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #eee;
}
.shopping_page .shop_paymentRadio input:checked:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.shopping_page .shop_paymentRadio label {
    cursor: pointer;
    padding: 20px 20px 20px 30px;
    border: solid 2px #ddd;
    border-radius: 5px;
    width: 100%;
    margin: 0;
}
.shopping_page .shop_paymentRadio input:checked + label {
    border: solid 3px #ae0206;
}
.shopping_page .shop_paymentRadio input:disabled {
    cursor: auto;
}
.shopping_page .shop_paymentRadio input:disabled + label {
    background: #ddd;
    cursor: auto;
}
.shopping_page .shop_paymentRadio input:disabled + label span {
    color: #bbb;
}
.shopping_page .shop_paymentRadio span {
    font-size: 16px;
    color: #3f3f3f;
    font-weight: bold;
    padding: 0 0 0 12px;
}
.shopping_page .payment_messageTtl {
    font-size: 16px;
    color: #3f3f3f;
    font-weight: bold;
}
.shopping_page .payment_messageList {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 0 0 10px;
}
.shopping_page .shopping_Pointsec {
    padding: 0 10px 0 20px;
}
.shopping_page .payment_messageTxt {
    font-size: 14px;
    color: #3f3f3f;
    font-weight: bold;
    padding: 15px 0 0 11px;
    line-height: 1.4;
}
.payment_messageImage {
    padding: 15px 0 0 11px;
}
.shopping_page .payment_messageTxt_red {
    color: #bb3054;
}
.shopping_page .payment_messageTxt_red a {
    color: #bb3054;
    text-decoration: underline;
}
.shopping_page .payment_messageTxt_red a:hover {
    text-decoration: none;
    opacity: .7;
}
.shopping_page .payment_messageTxt_red li {
    line-height: 1.5;
    margin: 0 0 10px;
}
.shopping_page .shopping_pointInput {
    display: flex;
    align-items: baseline;
    margin: 15px 0 0 0;
    gap: 25px;
}
.shopping_page .shopping_pointInput .form-control {
    width: 175px;
    border: 2px solid #454545;
    border-radius: 10px;
    font-size: 16px;
    color: #3f3f3f;
    font-weight: bold;
    text-align: center;
    padding: 11px 0;
}
.shopping_page #customer_detail_box {
    font-size: 16px;
    color: #3f3f3f;
    font-weight: bold;
    padding: 15px 0 0 20px;
}
.shopping_page #customer_detail_box .ec-inlineBtn {
    width: 175px;
    border: 2px solid #454545;
    border-radius: 10px;
    font-size: 16px;
    color: #3f3f3f;
    font-weight: bold;
    text-align: center;
    background: #fff;
    padding: 11px 0;
    margin: 15px 0 0;
}
.shopping_page .ec_shopinfoTotal {
    background: #f9f9f9;
    padding: 40px;
    margin: 30px 0 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.shopping_page .shopTotal_ttl {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: bold;
}
.shopping_page .shopTotal_details {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin-left: auto;
    flex-wrap: wrap;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 8px;
}
.shopping_page .shopTotal_details dt, .shopping_page .shopTotal_details dd {
    width: 50%;
}
.shopping_page .shopTotal_details dd {
    text-align: right;
}
.shopping_page .shopTotal_txt {
    font-size: 16px;
    color: #3f3f3f;
    font-weight: bold;
}
.shopping_page .shopTotal_price,
.shopping_page .shopTotal_tax  {
    text-align: right;
    line-height: 1.5;
}
.shopping_page .shopTotal_tax span {
    font-size: 18px;
}
.shopping_page .shopTotal_payment {
    text-align: right;
    padding: 10px 0 15px;
    border-bottom: 1px solid #cccccc;
}
.shopping_page .shopTotal_payment_text01 {
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(to bottom, transparent 0 44%, #ffff00 86% 18%, transparent 64% 100%);
    margin: 0 20px 0 0;
    padding: 0 8px 0 0;
}
.shopping_page .shopTotal_payment_text02 {
    color: #b93052;
    font-size: 12px;
}
.shopping_page .shopTotal_payment_text02 em {
    font-size: 2rem;
    font-weight: bold;
}
.shopping_page .shopTotal_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
    width: 100%;
}
.shopping_page .shopBack_btn {
    background: #eeeeee;
    font-size: 18px;
    color: #3f3f3f;
    font-weight: bold;
    width: 200px;
    text-align: center;
    padding: 20px 10px;
    border-radius: 8px;
    line-height: 1;
    height: auto;
    border: none;
}
.shopping_page .shopConfirm_btn {
    width: 100%;
    text-align: center;
    background: #bb3054;
    font-size: 22px;
    border-radius: 6px;
    height: auto;
    line-height: 3;
    position: relative;
    max-width: 420px;
    margin: 0 20px;
    color: #fff;
    border: none;
    font-weight: bold;
}
.shopping_page .shopConfirm_btn:hover {
    opacity: 0.8;
}
.shopping_page .shopConfirm_btn::before {
    content: "";
    position: absolute;
    background: url(/html/template/default/assets/img/cart/cart_btn-icn.png) no-repeat;
    width: 33px;
    height: 27px;
    background-size: cover;
    left: 40px;
    top: 18px;
}
.shopping_page .shopTotal_pointBox {
    text-align: right;
    width: 100%;
    max-width: 200px;
}
.shopping_page .shopTotal_usePoint {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: bold;
}
.shopping_page .shopTotal_usePoint span {
    color: #107666;
}
.shopping_page .shopTotal_usePoint span em {
    font-size: 18px;
}
.shopping_page .ec_cartSide {
    width: 100%;
    max-width: 240px;
    position: sticky;
    top: 0;
    height: min-content;
}
.shopping_page .ec_cartSide .ec-totalBox {
    background: #f9f9f9;
    padding: 15px 10px;
    margin-bottom: 16px;
    border-radius: 8px;
}
.shopping_page .ec_cartSide .shopTotal_details {
    width: 100%;
}
.shopping_page .ec_cartSide .shopTotal_payment {
    text-align: center;
    border: none;
}
.shopping_page .ec_cartSide .shopTotal_payment_text01 {
    margin: 0;
}
.shopping_page .ec_cartSide .shopTotal_payment_text02 {
    color: #b93052;
    font-size: 12px;
    display: block;
    padding: 15px 0 0;
}
.shopping_page .ec_cartSide .shopTotal_usePoint {
    text-align: center;
}
.shopping_page .ec_cartSide .shopConfirm_btn {
    margin: 15px 0 15px 0;
    max-width: 100%;
}
.shopping_page .ec_cartSide .shopConfirm_btn::before {
    width: 28px;
    height: 23px;
    left: 15px;
    top: 11px;
}
.shopping_page .ec_cartSide .shopBack_btn {
    max-width: 100%;
    display: block;
    width: 100%;
    color: #3f3f3f;
    background: #eeeeee;
    line-height: 1;
    height: auto;
    border: none;
}

/* 確認画面 */
.shopping_page .shopping_infoText02 {
    font-size: 18px;
    color: #3f3f3f;
    font-weight: bold;
    line-height: 1.5;
}
#page_shopping_confirm .cart_pdname {
    color: #3f3f3f;
    text-decoration: underline;
    line-height: 1.5;
    font-weight: bold;
}

/* 完了画面 */
.cart_complete .cart__completeWrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border: 2px solid #ededed;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
.cart_complete .cart_pgLogo {
    margin: 0 0 40px 0;
}
.cart_complete .cart_completeText01 {
    color: #107666;
    font-weight: bold;
    font-size: 24px;
    padding: 0 0 20px 0;
}
.cart_complete .cart_completeText02 {
    color: #3f3f3f;
    font-size: 18px;
    line-height: 1.5;
}
.cart_complete .questionnaire_text {
    margin: 1.5em 0 20px;
}
.cart_complete .cart_completeBtnsec {
    padding: 0;
    margin: 30px auto 0;
    width: 45%;
}
.cart_complete .cart_completeBtn {
    background: #404040;
    display: block;
    color: #fff;
    padding: 20px;
    border-radius: 7px;
    font-size: 20px;
    margin: 0 0 20px 0;
    position: relative;
}
.cart_complete .cart_completeBtn02::before {
    content: "";
    position: absolute;
    background: url(/html/template/default/assets/img/cart/mypage_icn.png) no-repeat;
    width: 20px;
    height: 28px;
    background-size: cover;
    left: 30px;
    top: 16px;
}


/* お届け先の指定 */
.shopship_page .ship_addressSec {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin: 60px 0;
}
.shopship_page .shipAddress_mainhead {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px 20px;
    align-items: flex-start;
}
.shopship_page .addressBack_link {
    color: #404040;
    background: #eee;
    border: 1px solid #ddd;
    width: 110px;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    border-radius: 6px;
}
.shopship_page .shipAddress_mainhead span {
    width: 200px;
}
.shopship_page .shipAddress_ttl {
    font-size: 24px;
    text-align: center;
    color: #107667;
    margin: 0;
}
.shopship_page .shipAddress_mainText {
    color: #404040;
    font-size: 18px;
    margin: 0 0 25px;
    text-align: center;
}
.shopship_page .shipAddress_Role {
    margin: 0 30px;
}
.shopship_page .shipAddress_List {
    padding: 0;
    border-bottom: 1px solid #eeeeee;
}
.shopship_page .shipAddress_List__item {
    display: flex;
    align-items: center;
    gap: 30px;
    border-top: 1px solid #eeeeee;
    padding: 15px 0;
}
.shopship_page .shipAddressitem_text {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.shopship_page .shipAddress_List__remove input {
    position: relative;
    cursor: pointer;
}
.shopship_page .shipAddress_List__remove input::before {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 3px;
    width: 16px;
    height: 16px;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -o-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
    background: #404040;
}
.shopship_page .shipAddress_List__remove input:checked:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.shopship_page .shipAddress_List__remove input:after {
    position: absolute;
    top: -3px;
    left: -2px;
    width: 27px;
    height: 27px;
    content: '';
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
}
.shopship_page .shipAddress__New {
    padding: 30px 0;
}
.shopship_page .shipAddress_actions {
    display: flex;
    gap: 30px;
    align-items: center;
}
.shopship_page .shipAddress_newBtn {
    border: 2px solid #ededed;
    padding: 14px 30px;
    border-radius: 5px;
    color: #404040;
    font-weight: bold;
    font-size: 15px;
}
.shopship_page .shipAddress_newText {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.shopship_page .shipAddress_Btnsec {
    padding: 50px 30px;
    background: #f9f9f9;
}
.shopship_page .shipAddress_submitList {
    display: flex;
    justify-content: space-between;
}
.shopship_page .shipAddress_Btnsec .ec_changeBack {
    background: #eee;
    border: 2px solid #e5e5e5;
    width: 120px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #404040;
    font-weight: bold;
    padding: 15px;
    border-radius: 8px;
}
.shopship_page .ec-blockBtn--action {
    width: 50%;
    background: #404040;
    border-radius: 5px;
    border: none;
    font-size: 20px;
}
.shopship_page .shipAddress_Btnsec span {
    width: 200px;
}
/* お届け先の指定追加 */
#page_shopping_shipping_edit .ship_addressSec {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

/* クーポンコードの入力 */
#page_plugin_coupon_shopping .cart_couponSec {
    width: 100%;
    max-width: 1150px;
    margin: 60px auto;
}
.coupon_page .couponsec_body {
    margin: 0 30px;
}
.coupon_page .couponcode_inputWrap {
    background: #fdfed1;
    padding: 20px 40px;
    border-top: 1px solid #eeeeee;
}
.coupon_page .couponcode_text01 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 20px;
}
.coupon_page .couponchoose_use label {
    font-size: 18px;
    color: #3f3f3f;
    font-weight: bold;
    padding: 0 0 20px 12px;
    cursor: pointer;
}
.coupon_page .couponchooseList .couponchoose_use input {
    position: relative;
    border-radius: 0;
    width: 0;
    height: 0;
    margin: 0;
    border: none;
    cursor: pointer;
}
.coupon_page .couponchooseList .couponchoose_use input:focus {
    border: none;
    background: transparent;
    box-shadow: none;
}
.coupon_page .couponchoose_use input::before {
    position: absolute;
    z-index: 1;
    top: 1px;
    left: -15px;
    width: 17px;
    height: 17px;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -o-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
    background: #404040;
}
.coupon_page .couponchoose_use input:checked:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.coupon_page .couponchoose_use input:after {
    position: absolute;
    top: -5px;
    left: -21px;
    width: 29px;
    height: 29px;
    content: '';
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #eee;
}
.coupon_page .couponcode_inputBox input {
    border: 2px solid #ededed;
    width: 43%;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 1;
}
.coupon_page .couponcode_inputBox input::placeholder {
    color: #dddddd;
}
.coupon_page .couponcode_inputBox .invalid-feedback {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #DE5D50;
}
.coupon_page .couponcode_text02 {
    color: #ba3053;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 0 0;
}
.coupon_page .couponRole_list {
    padding: 0;
}
.coupon_page .couponRole_list .couponRole_item {
    padding: 15px 15px 15px 30px;
    border-top: 1px solid #eeeeee;
}
.coupon_page .couponRole_info {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 15px 0;
}
.coupon_page .couponRole_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coupon_page .coupon_listItemPrice {
    color: #ba3053;
    font-size: 3.3rem;
    font-weight: bold;
}
.coupon_page .coupon_listItemPrice span {
    font-size: 1.8rem;
}

.coupon_page .coupon_itemcode {
    font-size: 0;
}
.coupon_page .couponcode_copy {
    border: 2px solid #404040;
    padding: 17px 15px 16px 20px;
    font-size: 20px;
    color: #404040;
    cursor: pointer;
    border-radius: 10px;
    width: 100%;
    max-width: 300px;
    font-weight: bold;
}
.coupon_page .couponcode_copy:hover {
    opacity: 0.8;
}
/* 見積書モダール */
#page_cart {
    position: relative;
}
.cartestimate_modelWrap {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    display: none;
}
.cartestimate_modelWrap .cartestimate_box {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #ededed;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 30px 0 0 0;
    border-radius: 10px;
}
.cartestimate_modelWrap .cartestimate_ttl {
    text-align: center;
    margin: 0;
    color: #3f3f3f;
    font-size: 26px;
}
.cartestimate_modelWrap .cartestimate_formlabel {
    font-size: 18px;
    font-weight: bold;
    color: #3f3f3f;
}
.cartestimate_modelWrap .cartestimate_formlabel .ec-required {
    color: #ba3053;
    font-size: 16px;
    font-weight: bold;
}
.cartestimate_modelWrap .cartestimate_input input {
    border: 2px solid #ededed;
    width: 65%;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: bold;
}
.cartestimate_modelWrap .cartestimate_select select {
    border: 1px solid #ddd;
    width: 50%;
    border-radius: 5px;
    padding: 13px 15px;
    margin: 20px 0 10px;
    font-size: 17px;
    font-weight: bold;
    color: #3f3f3f;
    appearance: none;
    background: url(/html/template/default/assets/img/mypage/select_icn.png) no-repeat top 16px right 17px #eeeeee;
}
.cartestimate_modelWrap input:focus,
.cartestimate_modelWrap input:focus-visible,
.cartestimate_modelWrap select:focus,
.cartestimate_modelWrap select:focus-visible {
    outline: none;
    box-shadow: none;
}
.cartestimate_modelWrap .cartestimate_formRole {
    margin: 25px 30px 0;
}
.cartestimate_modelWrap .cartestimate_formNote {
    font-size: 17px;
    font-weight: bold;
    color: #ba3053;
    line-height: 1.5;
}
.cartestimate_modelWrap .cartestimate_Btnsec {
    padding: 30px;
    background: #f9f9f9;
    margin: 30px 0 0;
}
.cartestimate_modelWrap .cartestimate_Btnlist {
    display: flex;
    justify-content: space-between;
}
.cartestimate_modelWrap .cartestimate_Btnlist .review_backBtn {
    display: flex;
    background: #eeeeee;
    border: 1px solid #dddddd;
    font-size: 20px;
    color: #3f3f3f;
    font-weight: bold;
    text-align: center;
    width: 110px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
}
.cartestimate_modelWrap .cartestimate_Btnlist .ec-blockBtn--action {
    background: #404040;
    color: #fff;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 50%;
    border: none;
    border-radius: 7px;
}
.cartestimate_modelWrap .cartestimate_Btnlist span {
    width: 100px;
}
.cartestimate_modelWrap .cartestimate_close {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}
#page_shopping .shop_paymentRadio:has(#shopping_order_Payment_5) {
    display: none!important;
}
#page_shopping_redirect_to .shop_paymentRadio:has(#shopping_order_Payment_5) {
    display: none!important;
}
#page_shopping_confirm .shop_paymentRadio:has(#shopping_order_Payment_5) {
    display: none!important;
}
#page_amazon_pay_shopping .shop_paymentRadio {
    display: none;
}
#page_amazon_pay_shopping .shop_paymentRadio:has(#shopping_order_Payment_5) {
    display: block!important;
}
.amazonpay_button {
    display: flex;
    justify-content: center;
}
.amazonpay_button_sp {
    display: flex;
    justify-content: center;
}
@media (max-width: 930px) {
    .cart_page .ec_cartsec {
        padding: 0 20px;
    }
    .cart_page .ec_cartWrap {
        max-width: 65%;
        margin-right: 10px;
    }
    .cart_page .ec_cartTb {
        padding: 0 15px;
    }
    .cart_page .ec_cartTb th {
        padding: 20px 10px;
    }
    .cart_page .ec_cartTb .ec_cart_scol {
        width: 43%;
    }
    .cart_page .ec_cartTb .ec_cart_tcol {
        width: 20%;
    }
    .cart_page .cart_pdwrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .cart_page .cart_pdDetails {
        width: 100%;
    }
    .cart_page .cartPoint {
        color: #4c4c4c;
        font-size: 15px;
        font-weight: bold;
        margin: 10px 0 0;
    }
    .cart_page .cart_pdtotalamount {
        font-size: 18px;
    }
    .cart_page .cartBottom_actionlist {
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }
    .cart_page .cartBottom_actionlist dt {
        width: 100%;
        text-align: center;
    }
    .cart_page .cartBottom_actionlist dd {
        width: 100%;
        margin: 0;
    }
    .cart_page .shipping__progress {
        width: 100%;
    }
    .cart_page .cartBottom_actionlist dd.carTotal_details {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .cart_page .carBtn_list {
        flex-wrap: wrap;
        gap: 10px;
    }
    .cart_page .carBtn_list li {
        width: 100%;
    }
    
    .shopping_page .ec_cartSide {
        max-width: 33%;
    }
    .shopping_page .shopTotal_box {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        flex-direction: column-reverse;
    }
    .shopping_page .shopConfirm_btn {
        margin: 0;
    }
    .shopping_page .shopBack_btn {
        width: 100%;
        max-width: 100%;
    }

    /* クーポン */
    .coupon_page .coupon_listItemPrice {
        font-size: 2.5rem;
    }
}
@media (max-width: 767px) {
    .cart_page .ec_cartMain {
        padding: 30px 0 0;
    }
    .cart_page .ec_cartsec {
        padding: 0;
    }
    .cart_page .ec_cartHead {
        padding: 20px;
    }
    .cart_page .ec_cartsecttl {
        padding: 0 0 10px 0;
        font-size: 18px;
    }
    .cart_page .ec_cartSide {
        display: none;
    }
    .cart_page .ec_cartWrap {
        max-width: 90%;
        margin: 0 auto;
    }
    .cart_page .cart_Taxnote {
        margin: 0;
        font-size: 12px;
    }
    .cart_page .ec_cartTb {
        padding: 0;
    }
    .cart_page .ec_cartTb thead {
        display: table-header-group;
    }
    .cart_page .ec_cartTb th {
        padding: 10px;
        font-size: 14px;
    }
    .cart_page .ec_cartTb .ec_cart_fcol {
        width: 15%;
    }
    .cart_page .ec_cartTb .ec_cart_scol {
        width: 85%;
        border-right: none;
    }
    .cart_page .ec_cartTb .ec_cart_tcol,
    .cart_page .ec_cartTb .ec_cart_ftcol {
        display: none;
    }
    .cart_page .ec_cartTb tbody {
        display: table-row-group;
    }
    .cart_page .cart_pdwrap {
        gap: 15px;
        padding: 15px 10px;
        flex-wrap: nowrap;
    }
    .cart_page .cart_pdFig {
        width: 120px;
    }
    .cart_page .cart_pdfigsec {
        height: 80px;
    }
    .cart_page .cart_pdname a {
        font-size: 13px;
    }
    .cart_page .cart_equal-pdstatus {
        font-size: 10px;
        padding: 0 1px;
    }
    .cart_page .cart_pdnum {
        font-size: 8px;
    }
    .cart_page .cart_pdAmount {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 10px;
    }
    .cart_page .cart_pdAmount li {
        width: 49%;
    }
    .cart_pdAmount .cart_quantity {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .cart_page .cart_pdAmount .cart_pdtotal {
        margin-left: auto;
        text-align: right;
    }
    .cart_page .cart_quantityName {
        font-size: 13px;
    }
    .cart_page .cart_quantityicn {
        width: 22px;
        height: 22px;
        border-radius: 50%;
    }
    .cart_page .cart_quantityicn img {
        width: 10px;
    }
    .cart_page .cart_pdtotalamount {
        font-size: 16px;
    }
    .cart_page .ec_cartDelet a {
        width: 22px;
        height: 22px;
    }
    .cart_page .ec_cartDelet a img {
        width: 10px;
    }
    .cart_page .ec_cartBottom {
        padding: 20px 15px;
    }
    .cart_page .cartTax_text.cartTax_text_pc {
        display: none;
    }
    .cart_page .cartBottom_actionlist {
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0;
        margin: 0;
    }
    .cart_page .cartBottom_actionlist dt {
        width: 48%;
        text-align: left;
        margin: 0 0 7px;
    }
    .cart_page .cartBottom_actionlist dd {
        width: 50%;
        margin: 0 0 7px;
    }
    .cart_page .cartBottom_actionlist .cartSubTotal {
        font-size: 14px;
    }
    .cart_page .shipping__progress {
        width: 95%;
        margin-left: initial;
        font-size: 12px;
        padding: 6px 0;
    }
    .cart_page .cartPoint {
        font-size: 12px;
        text-align: right;
    }
    .cart_page .cartTotal_Price {
        display: block;
        font-size: 10px;
        text-align: right;
    }
    .cart_page .cartTotal_Price em {
        font-size: 22px;
    }
    .cart_page .cartTax_text {
        font-size: 14px;
        line-height: 1.5;
    }
    .cart_page .carBtn_list li {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .cart_page .carBtn_list li:first-child {
        order: 3;
    }
    .cart_page .carBtn_list li a {
        padding: 15px;
        font-size: 16px;
        border-radius: 5px;
    }
    .cart_page .carBtn_list li .cartShop_estimateBtn {
        padding: 5px 20px 0;
        font-size: 16px;
        gap: 20px;
        border-radius: 5px;
    }
    .cart_page .carBtn_list li .cartShop_estimateBtn img {
        width: 50px;
    }
    .cart_page .cartShop_estimateBtn br {
        display: none;
    }
    .cart_page .cartBuy_Btn::before {
        width: 24px;
        height: 19px;
        left: 40px;
        top: 13px;
    }
    .cart_page .ec_fixedBottom {
        position: fixed;
        bottom: 0;
        background: #f9f9f9;
        z-index: 9;
    }
    .cart_page .carBtn_list_fixed {
        padding: 0;
        flex-wrap: nowrap;
    }
    .cart_page .carBtn_list_fixed li {
        width: 49%;
        margin: 0;
    }
    .cart_page .carBtn_list_fixed li:first-child {
        order: inherit;
    }
    .cart_page .carBtn_list_fixed li .cartShop_estimateBtn {
        padding: 5px 10px 0;
        gap: 5px;
        font-size: 13px;
    }
    .cart_page .carBtn_list_fixed li a {
        padding: 15px 15px 15px 40px;
        font-size: 12px;
    }
    .cart_page .carBtn_list_fixed .cartShop_estimateBtn br {
        display: block;
    }
    .cart_page .carBtn_list_fixed li .cartShop_estimateBtn img {
        width: 43px;
    }
    .cart_page .carBtn_list_fixed .cartBuy_Btn::before {
        left: 21px;
        top: 10px;
    }
    
    /* 購入手続き */
    .shopping_page .ec_cartinfobody {
        margin: 0;
    }
    .shopping_page .ec-rectHeading h2 {
        font-size: 14px;
        padding: 12px 20px;
    }
    .shopping_page .shopping_infoText {
        font-size: 14px;
    }
    .ec-orderDelivery .ec-orderDelivery__change {
        right: 20px;
    }
    .shopping_page .ec_deliChange_btn {
        padding: 10px;
    }
    .shopping_page .shopping_orderItem {
        gap: 15px;
    }
    .shopping_page .shopping_orderfig {
        width: 120px;
    }
    .shopping_page .shopping_orderfig img {
        width: 100%;
        height: 100px;
    }
    .shopping_page .shopping_orderAmount {
        gap: 10%;
        font-size: 14px;
    }
    .shopping_page .shopping_shipselect {
        margin: 0 20px 10px;
    }
    .shopping_page .shopping_shipselect {
        gap: 15px;
        margin: 0 10px 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .shopping_page .shopping_shipselect .shop_shipLabel {
        width: 100px;
        font-size: 14px;
        text-align: right;
    }
    .shopping_page .shopping_shipselect select {
        max-width: 62%;
        font-size: 15px;
        padding: 10px 20px;
    }
    .shopping_page .shopping_shipnote {
        font-size: 12px;
        text-align: right;
    }
    .shopping_page .shop_paymentRadio span {
        font-size: 14px;
    }
    .shopping_page .payment_messageWrap {
        text-align: left;
        padding: 0 15px;
    }
    .shopping_page .shopping_pointInput .form-control {
        max-width: 150px;
        font-size: 16px;
        text-align: left;
        padding: 11px;
        width: 100%;
    }
    .shopping_page #customer_detail_box {
        font-size: 14px;
        padding: 15px 20px 0 20px;
    }
    .shopping_page #customer_detail_box .ec-inlineBtn {
        width: 100%;
        font-size: 14px;
        padding: 11px;
        max-width: 150px;
    }
    .shopping_page .ec_shopinfoTotal {
        padding: 20px;
    }
    .shopping_page .shopTotal_details {
        width: 100%;
        padding: 20px 0 8px;
    }
    .shopping_page .shopTotal_txt {
        font-size: 14px;
    }
    .shopping_page .shopTotal_payment {
        text-align: justify;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .shopping_page .shopTotal_payment_text01 {
        font-size: 16px;
        margin: 0 15px 0 0;
    }
    .shopping_page .shopTotal_payment_text02 em {
        font-size: 7vw;
    }
    .shopping_page .shopTotal_box {
        gap: 0;
    }
    .shopping_page .shopBack_btn {
        font-size: 16px;
        width: 100%;
    }
    .shopping_page .shopConfirm_btn {
        font-size: 18px;
        max-width: 100%;
        margin: 15px 0;
    }
    .shopping_page .shopTotal_pointBox {
        max-width: 100%;
    }
    #page_shopping_confirm .shopConfirm_btn::before {
        left: 15px;
        top: 12px;
    }

    /* 完了画面 */
    .cart__completeWrap {
        max-width: 90%;
        margin: 0 auto;
        padding: 30px 20px;
    }
    .cart_complete .cart_completeText01 {
        font-size: 20px;
    }
    .cart_completeText02 {
        font-size: 15px;
    }
    .cart_completeBtnsec {
        width: 100%;
    }
    .cart_complete .cart_completeBtn {
        font-size: 16px;
    }

    /* お届け先の指定 */
    .shopship_page .ship_addressSec {
        margin: 30px auto 0;
        width: 90%;
    }
    .shopship_page .shipAddress_mainhead {
        padding: 20px 15px;
    }
    .shopship_page .addressBack_link {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
        max-width: 17%;
    }
    .shopship_page .shipAddress_ttl {
        font-size: 18px;
        margin: 0;
        width: 95%;
    }
    .shopship_page .shipAddress_mainhead span {
        width: 10px;
    }
    .shopship_page .shipAddress_mainText {
        font-size: 16px;
        line-height: 1.3;
    }
    .shopship_page .shipAddress_actions {
        gap: 5px;
        flex-wrap: wrap;
    }
    .shopship_page .shipAddress_newText {
        font-size: 14px;
    }
    .shopship_page .shipAddress__New {
        padding: 20px 0;
    }
    .shopship_page .shipAddress_Btnsec {
        padding: 20px;
    }
    .shopship_page .shipAddress_Btnsec .ec_changeBack {
        width: 70px;
        font-size: 16px;
        padding: 10px;
    }
    .shopship_page .ec-blockBtn--action {
        width: 70%;
        font-size: 18px;
        height: auto;
        line-height: 2.5;
    }
    .shopship_page .shipAddress_Btnsec span {
        display: none;
    }

    /* クーポンコードの入力 */
    #page_plugin_coupon_shopping .cart_couponSec {
        max-width: 90%;
        margin: 30px auto;
    }
    .coupon_page .couponsec_body {
        margin: 0;
    }
    .coupon_page .couponcode_inputWrap {
        padding: 20px 20px;
    }
    .coupon_page .couponchoose_use label {
        font-size: 16px;
        padding: 0 0 20px 15px;
    }
    .coupon_page .couponchoose_use input:after {
        width: 24px;
        height: 24px;
    }
    .coupon_page .couponchoose_use input::before {
        width: 12px;
        height: 12px;
    }
    .coupon_page .couponcode_inputBox input {
        width: 100%;
        padding: 10px 20px;
        font-size: 16px;
    }
    .coupon_page .couponcode_text02 {
        color: #ba3053;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
        padding: 10px 0 0;
    }
    .coupon_page .couponRole_list .couponRole_item {
        padding: 15px;
    }
    .coupon_page .couponRole_info {
        justify-content: flex-end;
        font-size: 16px;
        flex-direction: column-reverse;
        text-align: right;
        flex-wrap: wrap;
    }
    .coupon_page .couponRole_info .couponTitle {
        text-align: center;
        padding: 20px 0 0;
    }
    .coupon_page .couponRole_details {
        justify-content: center;
        flex-wrap: wrap;
    }
    .coupon_page .coupon_offsec,
    .coupon_page .couponCode_sec{
         width: 100%;
    }
    .coupon_page .coupon_listItemPrice {
        font-size: 9vw;
        text-align: center;
        margin: 0 0 15px 0;
    }
    .coupon_page .coupon_listItemPrice span {
        font-size: 6vw;
    }
    .coupon_page .couponcode_copy {
        padding: 15px;
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
    }


    /* 見積書モダール */
    .cartestimate_modelWrap .cartestimate_box {
        max-width: 90%;
        height: 500px;
        overflow-y: auto;
    }
    .cartestimate_modelWrap .cartestimate_ttl {
        font-size: 20px;
    }
    .cartestimate_modelWrap .cartestimate_input input,
    .cartestimate_modelWrap .cartestimate_select select {
        width: 100%;
    }
    .cartestimate_modelWrap .cartestimate_formNote {
        font-size: 14px;
    }
    .cartestimate_modelWrap .cartestimate_Btnsec {
        padding: 20px;
    }
    .cartestimate_modelWrap .cartestimate_Btnsec span {
        display: none;
    }
    .cartestimate_modelWrap .cartestimate_Btnlist .review_backBtn {
        font-size: 16px;
        width: 70px;
    }
    .cartestimate_modelWrap .cartestimate_Btnlist .ec-blockBtn--action {
        font-size: 16px;
        width: 70%;
    }
    .cartestimate_modelWrap .cartestimate_close {
        top: 11px;
        right: 14px;
    }
    .shopping_page .payment_messageAnnotation_point {
        padding: 0 3% 0 0;
        margin: 10px 0 30px;
    }
    .shopping_page .payment_messageAnnotation_confirm {
        font-size: 14px;
        margin: 25px 0 0;
    
    }
}