@import '_content/TowerRecords.Marketplace.Common.Razor/TowerRecords.Marketplace.Common.Razor.bundle.scp.css';

/* _content/TowerRecords.Shoppingcart.WebApps.Front/Pages/支払情報入力.razor.rz.scp.css */
.payment-header[b-1mrkyhfzju] {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e6ebf4;
    height: 40px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

.payment-header__contents[b-1mrkyhfzju] {
    margin: auto 0;
    font-size: 14px;
}

/*見出し*/
.main[b-1mrkyhfzju] {
    color: rgb(57, 59, 65);
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

.main__contents[b-1mrkyhfzju] {
    padding: 15px 30px 30px 30px;
    margin: 0 auto;
    max-width: 420px;
}

.main__upper[b-1mrkyhfzju] {
    font-weight: bold;
    font-size: 16px;
    padding: 20px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e6ebf4;
}

.main__upper-title[b-1mrkyhfzju] {
    margin: auto 0;
}

/* エラーメッセージボックス */
.error-info[b-1mrkyhfzju] {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 13px;
    border: 1px solid #ffd8d8;
    background-color: #FFF4F4;
    border-radius: 3px;
    position: relative;
}

    .error-info[b-1mrkyhfzju]:before {
        content: "!";
        position: absolute;
        top: 14px;
        left: 15px;
        display: block;
        width: 15px;
        height: 15px;
        background-color: #cc0e0e;
        border-radius: 50%;
        font-size: 1em;
        text-align: unset;
        color: #fff;
        font-weight: 700;
        font-family: Verdana;
        line-height: 1.1em;
        text-align: center;
    }

.error-info__txt[b-1mrkyhfzju] {
    white-space: normal;
    text-align: left;
    margin-left: 25px;
}

    .error-info__txt > span[b-1mrkyhfzju] {
        position: relative;
        color: #cc0e0e;
        font-size: .79em;
    }

/* お支払い方法 */
.payment-info[b-1mrkyhfzju] {
    height: 70px
}

.list-title[b-1mrkyhfzju] {
    font-size: 14px;
    line-height: normal;
}

    .list-title > p[b-1mrkyhfzju] {
        display: flex;
        align-items: flex-end;
        height: 100%;
        line-height: normal;
    }

/* お客様情報 */
.customer-info__title[b-1mrkyhfzju] {
    font-size: 14px;
    height: 40px
}

    .customer-info__title h3[b-1mrkyhfzju] {
        font-weight: normal;
    }

.list-label[b-1mrkyhfzju] {
    padding: 10px;
}

.customer-info__forms[b-1mrkyhfzju] {
    display: flex;
    justify-content: space-between;
}

/* 入力欄 */
.customer-info__name[b-1mrkyhfzju] {
    display: flex;
    flex-direction: column;
    width: 49%;
}

.customer-info__name-input-text[b-1mrkyhfzju] {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-bottom: 1.25px solid #e6ebf4;
    border-radius: 0;
    font-size: 14px;
    background-color: #fff;
    box-sizing: border-box;
}

input[b-1mrkyhfzju] {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

    /* 入力欄選択中 */
    input[type='text']:focus:not(.error_input)[b-1mrkyhfzju] {
        outline: none;
        border-bottom: 1.5px solid #00f
    }

/* 入力欄エラー */
.error_input[b-1mrkyhfzju] {
    outline: none;
    border-bottom: 1.5px solid red;
}

/* 入力欄エラーメッセージ */
.error_message[b-1mrkyhfzju] {
    margin-top: 4px;
    color: red;
    font-size: 12px;
    line-height: 10px;
}

/* スクリーンリーダー専用ラベル */
.sr-only[b-1mrkyhfzju] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* 確認ボタン */
.confirm-button[b-1mrkyhfzju] {
    margin-top: 30px;
    display: block;
    line-height: 40px;
    background-color: #778698;
    border-radius: 3px;
    color: #fff;
    font-size: 1.15em;
    font-weight: 700;
    text-align: center;
    width: 100%
}

.confirm-button--disabled[b-1mrkyhfzju] {
    pointer-events: none;
    filter: opacity(20%);
}
/* _content/TowerRecords.Shoppingcart.WebApps.Front/Pages/購入内容確認.razor.rz.scp.css */
.payment-header[b-b3w4c5db8v] {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e6ebf4;
    height: 40px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

.payment-header__contents[b-b3w4c5db8v] {
    margin: auto 0;
    font-size: 14px;
}

/*見出し*/
.main[b-b3w4c5db8v] {
    color: rgb(57, 59, 65);
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

.main__contents[b-b3w4c5db8v] {
    padding: 15px 30px 30px 30px;
    margin: 0 auto;
    max-width: 420px;
}

.main__upper[b-b3w4c5db8v] {
    font-weight: bold;
    font-size: 16px;
    padding: 20px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e6ebf4;
}

.main__upper-title[b-b3w4c5db8v] {
    margin: auto 0;
}

/*共通*/
dl .row[b-b3w4c5db8v] {
    display: flex;
    justify-content: space-between;
}

/*お支払方法エリア*/
.payment-info[b-b3w4c5db8v] {
    padding: 0 15px;
    margin: 0 auto 25px;
    max-width: 390px;
}

.payment-info__item[b-b3w4c5db8v] {
    height: 51px;
    flex-wrap: wrap;
    align-items: center;
}

    .payment-info__item:not(:first-child)[b-b3w4c5db8v] {
        border-top: 1px solid #e6ebf4
    }

    .payment-info__item .list-title[b-b3w4c5db8v] {
        text-align: left;
    }

    .payment-info__item .list-label[b-b3w4c5db8v] {
        text-align: end;
        width: 206px;
        margin-left: auto;
        white-space: nowrap;
    }

    .payment-info__item .total[b-b3w4c5db8v] {
        font-size: 1.5em;
        font-weight: 700;
    }

/*詳細を見るエリア*/
.payment-info-detail[b-b3w4c5db8v] {
    max-width: 390px;
    margin: auto;
    padding: 10px 0 25px;
    border-top: 1px solid #e6ebf4;
    font-size: .9em;
}

.payment-info-detail__button[b-b3w4c5db8v] {
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 100%;
}

.payment-info-detail__title[b-b3w4c5db8v] {
    padding-right: 20px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #393b41;
}

    .payment-info-detail__title[b-b3w4c5db8v]::after {
        content: "";
        top: 0;
        right: 0;
        display: inline-block;
        position: absolute;
        width: 9px;
        height: 9px;
        border: 1.4px solid;
        border-color: #565656 #565656 transparent transparent;
        transform: rotate(135deg);
    }

/* アコーディオン部分 */
#accordion[b-b3w4c5db8v] {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
}

.payment-info-detail dl[b-b3w4c5db8v] {
    padding: 0 25px;
}

.payment-info-detail__item[b-b3w4c5db8v] {
    margin: 15px 0;
    font-size: 0.9em;
    line-height: normal;
}

    .payment-info-detail__item .label[b-b3w4c5db8v] {
        text-align: left;
    }

/*商品名は省略表示*/
.text-ellipsis[b-b3w4c5db8v] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*お客様情報*/
.customer-info[b-b3w4c5db8v] {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 390px;
}

    .customer-info dl[b-b3w4c5db8v] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        height: 72px;
    }

.customer-info__title[b-b3w4c5db8v] {
    text-align: center;
    padding: 15px 0 10px;
    border-bottom: 1px solid #e6ebf4;
}

    .customer-info__title h3[b-b3w4c5db8v] {
        font-weight: normal;
    }

/*支払うボタン*/
.payment-button[b-b3w4c5db8v] {
    margin-top: 30px;
    display: block;
    line-height: 40px;
    background-color: #778698;
    border-radius: 3px;
    color: #fff;
    font-size: 1.15em;
    font-weight: 700;
    text-align: center;
    width: 100%
}

/*戻るボタン*/
.back-button[b-b3w4c5db8v] {
    margin-top: 15px;
    border-top: 1px solid #e6ebf4;
}

.back-button__button[b-b3w4c5db8v] {
    padding-left: 15px;
    margin-top: 15px;
    position: relative;
    display: inline-block;
    font-size: 11px;
    color: #778698;
}

    .back-button__button[b-b3w4c5db8v]::before {
        content: "";
        top: 2.5px;
        left: 2px;
        display: inline-block;
        position: absolute;
        width: 8px;
        height: 8px;
        border: 1px solid;
        border-color: #778698 #778698 transparent transparent;
        transform: rotate(-135deg);
    }
/* _content/TowerRecords.Shoppingcart.WebApps.Front/Shared/MainLayout01.razor.rz.scp.css */
.page[b-z9uobcksab] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-z9uobcksab] {
    flex: 1;
}

.sidebar[b-z9uobcksab] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-z9uobcksab] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-z9uobcksab]  a, .top-row .btn-link[b-z9uobcksab] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-z9uobcksab] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-z9uobcksab] {
        display: none;
    }

    .top-row.auth[b-z9uobcksab] {
        justify-content: space-between;
    }

    .top-row a[b-z9uobcksab], .top-row .btn-link[b-z9uobcksab] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-z9uobcksab] {
        flex-direction: row;
    }

    .sidebar[b-z9uobcksab] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-z9uobcksab] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-z9uobcksab], article[b-z9uobcksab] {
        /*padding-left: 2rem !important;*/
        /*padding-right: 1.5rem !important;*/
    }
}
/* _content/TowerRecords.Shoppingcart.WebApps.Front/Shared/MainLayout02.razor.rz.scp.css */
.page[b-qx8n36kuh7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qx8n36kuh7] {
    flex: 1;
}

.sidebar[b-qx8n36kuh7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qx8n36kuh7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qx8n36kuh7]  a, .top-row .btn-link[b-qx8n36kuh7] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-qx8n36kuh7] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-qx8n36kuh7] {
        display: none;
    }

    .top-row.auth[b-qx8n36kuh7] {
        justify-content: space-between;
    }

    .top-row a[b-qx8n36kuh7], .top-row .btn-link[b-qx8n36kuh7] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qx8n36kuh7] {
        flex-direction: row;
    }

    .sidebar[b-qx8n36kuh7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qx8n36kuh7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-qx8n36kuh7], article[b-qx8n36kuh7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
