@charset "utf-8";
.page-template-uscescart h1 {

}
.padding-top-none {
    padding-top: 0px !important;
}
.border-top-none {
    border-top: none !important;
}
.margin-top-none {
    margin-top: 0px !important;
}
.wp-preset-font-size {
    font-size: var(--wp--preset--font-size--normal);
}
div.usccart_navi li.ucart {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: var(--wp--bbmp-font-color);
    background-color: #dedede;
    font-size: clamp(0.8rem, 16px, 1rem);
    padding: 0 0px 0 16px;
    box-sizing: border-box;
}
div.usccart_navi li.ucart:last-child {
    padding: 0 16px 0 16px;
}
div.usccart_navi li.usccart_cart,
div.usccart_navi li.usccart_customer,
div.usccart_navi li.usccart_delivery,
div.usccart_navi li.usccart_confirm {
    background-image: none;
    background-color: var(--wp--bbmp-theme-color);
}
.usccart_navi ol li:before {
    content: "";
    position: absolute;
    right: -16px;
    clip-path: polygon(100% 50%, 10% 0%, 10% 100%);
    background-color: #fff;
    width: 16px;
    height: 100%;
}
.usccart_navi ol li:after {
    content: "";
    position: absolute;
    right: -16px;
    clip-path: polygon(90% 50%, 0% 0%, 00% 100%);
    background-color: #dedede;
    width: 16px;
    height: 100%;
    z-index: 1;
}
div.usccart_navi li.usccart_cart,
div.usccart_navi li.usccart_customer,
div.usccart_navi li.usccart_delivery,
div.usccart_navi li.usccart_confirm {
    color: #fff;
}
div.usccart_navi li.usccart_cart:after,
div.usccart_navi li.usccart_customer:after,
div.usccart_navi li.usccart_delivery:after,
div.usccart_navi li.usccart_confirm:after {
    background-color: var(--wp--bbmp-theme-color);
}
div.usccart_navi li.uscconfirm:before,
div.usccart_navi li.uscconfirm:after {
    display: none;
}
#cart input[type="button"], #cart input[type="submit"] {
    border: solid 1px var(--wp--bbmp-theme-color);
    color: var(--wp--bbmp-theme-color);
    height: 40px;
    line-height: 20px;
    padding: 10px 16px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
}
#cart .upbutton {
    margin-bottom: 10px;
    font-size: 14px;
}
#cart input[type="text"] {
    outline: none;
}
#cart .upbutton input[type="submit"],
#cart input.delButton[type="submit"] {
    height: 30px;
    line-height: 20px;
    padding: 4px 8px;
}
#cart input.delButton[type="submit"] {
    border: solid 1px red;
    color: red;
}
#customer-info .send {
    border-top-color: var(--wp--bbmp-theme-color);
}
.send input[type="button"],
.send input[type="submit"],
.cartpage-link-btn {
    border: solid 1px var(--wp--bbmp-theme-color);
    color: var(--wp--bbmp-theme-color);
    height: 40px;
    line-height: 18px;
    padding: 10px 16px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
    font-size: 18px;
    transition: 0.2s;
    outline: none;
    margin-bottom: 10px;
}
.cartpage-link-btn {
    color: #fff;
    background-color: #aaa;
    border-color: #aaa;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    align-items: center;
}
.send input[type="button"]:hover,
.send input[type="submit"]:hover {
    background-color: var(--wp--bbmp-theme-color);
    color: #fff;
}
.cartpage-link-btn:hover {
    background-color: #ccc;
}
#inside-cart .send {
    border-top-color: var(--wp--bbmp-theme-color);
}
#cart .currency_code {
    display: none;
}
#cart_table {
    width: 100%;
}
#cart th {
    border: 1px solid #ccc;
    background-color: #efefef;
    color: var(--wp--bbmp-font-color);
    padding: 8px;
    border-top: none;
    border-left: none;
}
#cart th:last-child {
    border-right: none;
}
#cart_table td {
    padding: 8px;
    border: 1px solid #ccc;
    text-align: center;
    border-top: none;
    border-left: none;
}
#cart_table td:last-child {
    border-right: none;
}
#cart tfoot th {
    border-bottom: none;
}

#customer-info h5 {
    background-color: transparent;
    color: var(--wp--bbmp-font-color);
}

#customer-info table th {
    padding: 16px;
    vertical-align: middle;
}
#customer-info table td {
    padding: 16px;
}
.customer_form input[type="text"],
.customer_form input[type="password"] {
    padding: 6px 8px;
    border: 1px solid #bbb;
}
.customer_form input[type="text"]:focus,
.customer_form input[type="password"]:focus {
    outline-width: 1px;
    outline-style: solid;
}
.customer_form .name_td span {
    display: block;
}
.customer_form select {
    cursor: pointer;
    height: 100%;
    border: solid 1px #bbb;
    box-shadow: none;
    color: var(--wp--bbmp-font-color);
    padding: 8px;
    position: relative;
}
#address3_row th:after {
    content: "・部屋番号など";
}

#itempage h3 {
    color: var(--wp--bbmp-font-color);
    background-color: transparent;
}
#itempage .field {
    border-bottom: none;
}
#itempage .field + .field {
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
}
.skuform .skubutton[type="submit"] {
    border: solid 1px var(--wp--bbmp-theme-color);
    color: var(--wp--bbmp-theme-color);
    height: 40px;
    line-height: 20px;
    padding: 10px 16px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
}
#itempage .skuform input[type="number"] {
    width: 40px !important;
    border: 1px solid #ccc;
    height: 40px;
    box-sizing: border-box;
}
#itempage .skuform input[type="number"]:focus {
    outline: none;
}
.bbmp_usccart__inputExample {
    font-size: 90%;
}
#customer-info .customer_form input#zipcode + .bbmp_usccart__inputExample,
#memberpages .customer_form input#zipcode + .bbmp_usccart__inputExample {
    margin-left: 20px;
}
#address1 + .bbmp_usccart__inputExample,
#address2 + .bbmp_usccart__inputExample,
#address3 + .bbmp_usccart__inputExample {
    display: block;
}
#payjp-dialog-header {
    font-weight: bold;
}
#payjp-dialog .ui-dialog-title {
    font-weight: normal;
}
#payjpForm > p {
    font-size: 12px;
}
#payjpForm > p a {
    color: #198fcc;
}
#payjpForm > div {
    box-sizing: border-box;
    padding: 14px 6px 14px 80px;
    border-bottom: #ccc solid 1px; 
    position: relative;
}
#payjpForm > div::before {
    content: "";
    position: absolute;
    left: 0;
    font-size: 14px;
}
#payjpForm > div#payjp_cardNumber {
    /* margin-top: 16px; */
}
#payjpForm > div#payjp_cardCvc {
    /* margin-bottom: 10px; */
}
#payjpForm > div#payjp_card3dSecure {
    font-size:12px;
}
#payjpForm > div#payjp_cardNumber::before {
    content: "カード";
}
#payjpForm > div#payjp_cardExpiry::before {
    content: "有効期限";
}
#payjpForm > div#payjp_cardCvc::before {
    content: "ＣＶＣ";
}
#payjpForm > div#payjp_cardName {
    padding: 12px 6px 12px 80px;
}
#payjpForm > div#payjp_cardName::before {
    content: "カード名義";
    top: 15px;
}
#payjpForm > div#payjp_card3dSecure::before {
    content: "連絡先";
}

#payjpForm #payjp_cardNameInput {
    outline: none;
    background-color: transparent;
    border: none !important;
    height: 22px;
    padding: 0 !important;
}
#payjpForm #payjp_cardEmailInput, 
#payjpForm #payjp_cardPhoneInput {
    height: 32px;
    padding: 8px !important;
}

.jquery-modal.blocker {
    z-index: 11;
}
.payjp_newCardElement {
    display: none;
}
#payjpForm:has(#payment_card_new:checked) .payjp_newCardElement {
    display: block;
}

/* PAYJPのカード登録 */
#payjp-token-dialog .settlement_form_send {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: start;
    margin-top: 26px;
}
.settlement_form_send a[rel="modal:close"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 48px;
    margin-bottom: 10px;
    padding: 8px 16px;
    border: solid 1px var(--wp--bbmp-theme-color);
    outline: none;
    background-color: #fff;
    color: var(--wp--bbmp-theme-color);
    font-size: var(--wp--preset--font-size--normal);
    line-height: 18px;
    cursor: pointer;
    transition: .2s;
    min-width: 80px;
}
.settlement_form_send a[rel="modal:close"]:hover {
    background-color: var(--wp--bbmp-theme-color);
    color: #fff;
}
#payjp-token-dialog .settlement_form_send .to_confirm_button {
    min-width: 80px;
    border-color: var(--action-btn-color);
    background-color: var(--action-btn-color);
    color: #fff;
}
#payjp-token-dialog .settlement_form_send .to_confirm_button:hover {
    background-color: #fff;
    color: var(--action-btn-color);
}

#payjp-token-response {
    margin-bottom: 10px;
    font-size: 14px;
}
#payjp-token-response.has-error {
    color: red;
}
#payjp-token-response .error-title {
    font-weight: bold;
}
#payjp-token-response span {
    display: block;
}
.payjp_cardList {

}
.payjp_cardItem {
    padding: 16px 80px 16px 16px;
    border: solid 1px #aaa;
    position: relative;
}
.payjp_cardTime {
    position: absolute;
    font-size: 11px;
    top: 2px;
    right: 6px;
}
.payjp_cardItem + .payjp_cardItem {
    margin-top: 10px;
}
.payjp_cardName span {
    display: inline-block;
}
.payjp_cardDelete {
    position: absolute;
    bottom: 7px;
    right: 6px;
}
.payjp_cardDelete button {
    color: red;
    border: solid 1px red;
    border-radius: 10px;
    font-size: 12px;
    padding: 1px 4px;
    background-color: #fff;
    transition: background-color .3s;
}
.payjp_cardDelete button:hover {
    background-color: red;
    color: #fff;
}

.payjp_cardInfoButtons {
    gap: 40px;
    display: flex;
    justify-content: end;
    margin-top: 20px;
}
.payjp_cardInfoButtons button {
    height: 40px;
    line-height: 18px;
    padding: 10px 16px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    transition: 0.2s;
    outline: none;
    margin-bottom: 10px;
    border: solid 1px var(--action-btn-color);
    background-color: #fff;
    color: var(--action-btn-color);
}
.payjp_cardInfoButtons button:hover {
    background-color: var(--action-btn-color);
    color: #fff;
}
.payjp_cardInfoButtons button + button {
    border-color: var(--wp--bbmp-theme-color);
    color: var(--wp--bbmp-theme-color);
}
.payjp_cardInfoButtons button + button:hover {
    background-color: var(--wp--bbmp-theme-color);
    color: #fff;
}
#payjpForm > div.payjp_select_card {
    padding: 10px 0 0 0;
    border-bottom: none;
}
.payjp_select_card label {
    display: block;
}
label + label[for="payment_card_new"] {
    margin-top: 10px;
}
.error_page_mesage .return_settlement {
    margin-top: 20px !important;
}
a.blank-link {
    text-decoration: underline;
}
.bbmp-skubuttonError {
    margin-bottom: 10px;
    color: red;
}
.bbmp_shoppingEnter a {
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
}
.bbmp_shoppingEnter a.ticket-view-btn {
    background-color: #149e93;
}
.bbmp_shoppingEnter a.member-login-btn {
    background-color: #EB524F;
}
.bbmp_shoppingEnter a:hover {
    opacity: 0.8;
}

#customer-info.is-bbmp-ticket-only {
    
}
#customer-info.is-bbmp-ticket-only .error_message + .send {
    margin-top: 0px;
    margin-bottom: 20px;
}
#customer-info.is-bbmp-ticket-only .error_message + .send a {
    margin-bottom: 0px;
}
#customer-info.is-bbmp-ticket-only .error_message + .send p {
    width: 100%;
    display: flex;
    justify-content: start;
    font-size: var(--wp--preset--font-size--normal);
}
.bbmp-ticket-only-no-member-warning {
    margin-bottom: 10px;
    color: red;
    text-align: left;
}

#customer-info.is-bbmp-ticket-only #zipcode_row,
#customer-info.is-bbmp-ticket-only #states_row,
#customer-info.is-bbmp-ticket-only #address1_row,
#customer-info.is-bbmp-ticket-only #address2_row,
#customer-info.is-bbmp-ticket-only #address3_row,
#customer-info.is-bbmp-ticket-only #fax_row {
    display: none;
}
.ticket_only_newmember_box {
    width: 100%;
}
#customer-info .send.bbmp_ticket_only_send {
    padding-top: 10px !important;
}
#info-confirm.is-bbmp-ticket-only .zipcode-row,
#info-confirm.is-bbmp-ticket-only .states-row,
#info-confirm.is-bbmp-ticket-only .address1-row,
#info-confirm.is-bbmp-ticket-only .address2-row,
#info-confirm.is-bbmp-ticket-only .address3-row,
#info-confirm.is-bbmp-ticket-only .fax-row {
    display: none;
}

.customer_form tbody tr#name_row > td:has(.input_error) {
    flex-wrap: wrap;
    align-items: start !important;

}
.customer_form tbody tr#name_row > td:has(.input_error) span {
    margin-top: 12px;
}
.bbmp_ticketEnterOnComplete {
    background-color: #149e93;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-top: 4px;
}


.p-form__submit {
    text-align: center;
}
.js-cart-item-apply {
    width: 80%;
    min-width: 120px;
    text-align: center;
    margin-top: 20px;
}

.js-cart-item-apply:disabled {
    background-color: var(--wp--preset--color--cyan-bluish-gray);
}

.loading-spinner {
    position: relative;
}
.loading-spinner span {
    display: none;
}

.loading-spinner::before {
    content: "　";
    width: 28px;
    height: 28px;
    border: 3px solid #fff;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin .5s linear 0s infinite;
    display: inline-block;
}

@keyframes spin {
    from {
        transform: rotate(0);
    }
    to{
        transform: rotate(359deg);
    }
}
.input-birthday {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.input-birthday span {
    padding: 4px;
    display: inline-block;
    min-width: 28px;
}
.input-birthday select {

}
.input-birthday .birthday_month, .input-birthday .birthday_day {

}
#customer-info tr#fax_row,
#delivery-info tr#fax_row {
    display: none;
}

#delivery-info tr:has(#delivery_method_select),
#delivery-info tr:has(#delivery_date_select),
#delivery-info tr:has(#delivery_time_select) {
    display: none;
}
#confirm_table .fax-row {
    display: none;
}