@charset "UTF-8";
.mt60{
    margin-top: 60px;
}
.mb60{
    margin-bottom: 60px;
}
.ec-progress {
    margin-bottom: 30px;
    padding: 0;
    max-width: 790px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ec-registerRole .ec-blockBtn--action:hover,
.ec-blockBtn--action:hover{
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
    transition-duration: 0.5s;
}

.ec-registerRole .ec-blockBtn--action,
.ec-blockBtn--action {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    box-shadow: 0 3px 0 rgb(0 0 0 / 30%);
    box-sizing: border-box;
    border: none;
    transition: 0.3s;
    background-color: #d00c19;
    color: white !important;
    border-radius: 5px;
}
a.ec-blockBtn--cancel {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    box-shadow: 0 3px 0 rgb(0 0 0 / 30%);
    box-sizing: border-box;
    border: none;
    transition: 0.3s;
    color: white !important;
    border-radius: 5px;
}
a.ec-blockBtn--cancel:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
    transition-duration: 0.5s;
}
.ec-progress .ec-progress__item {
    border-radius: inherit;
    border: 2px solid #e5e5e5;
    background-color: #e5e5e5;
    color: #222;
    height: initial;
    line-height: initial;
    font-size: 15px;
    padding: 2px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20%;
}
.ec-progress .ec-progress__item:nth-child(1) {
    z-index: 5;
}
#page_shopping_confirm .ec-progress .ec-progress__item:first-child,
#page_shopping_complete .ec-progress .ec-progress__item:first-child {
    border-right: 1px solid #555;
}
.ec-progress .ec-progress__item:nth-child(2) {
    z-index: 4;
    border-right: 1px solid #555;
}
.ec-progress .ec-progress__item:nth-child(3) {
    z-index: 3;
    border-right: 1px solid #555;
}
#page_shopping_complete .ec-progress .ec-progress__item:nth-child(3){
    border-right: none;

}
.ec-progress .ec-progress__item:nth-child(4) {
    z-index: 2;
    border-right: 1px solid #555;
}
.ec-progress .ec-progress__item:nth-child(5) {
    z-index: 1;
}
#page_shopping_confirm .ec-progress .ec-progress__item:nth-child(2),
.ec-progress .ec-progress__item:last-child {
    z-index: 1;
    border-right: none;
}

.ec-progress li.ec-progress__item.is-complete {
    background-color: #fbed1f;
    border: 2px solid #e3371f;
}
.ec-progress li.ec-progress__item.is-complete::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 9px solid #e3371f;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 100%;
    z-index: 10;
    background-color: transparent;
}
.ec-progress li.ec-progress__item::after {
    display: none;
}
.ec-progress li.ec-progress__item.is-complete:last-child::after{
    display: none;
}
.ec-progress .ec-progress__item {
    border-radius: inherit;
    border: 2px solid #e5e5e5;
    background-color: #e5e5e5;
    color: #222;
    height: initial;
    line-height: initial;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    padding: 10px;
    width: 20%;
}
.ec-progress .ec-progress__number {
    background: #555;
    width: auto;
    font-size: 15px;
    height: auto;
    line-height: 1;
    border-radius: initial;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 8px 2px;
    font-weight: bold;
}
.ec-progress .is-complete .ec-progress__number {
    background: #e3371f;
}
.ec-progress .is-complete .ec-progress__label {
    color: #e3371f;
}

span.txt-step {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 2px;
}
@media screen and (max-width: 819px) {
    .ec-progress .ec-progress__item {
        flex-wrap: wrap;
        width: auto;
        padding: 5px 2px;
        min-height: 70px;
        align-items: center;
    }
    .ec-progress .ec-progress__number {
        font-size: 11px;
        padding: 5px 5px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
    span.txt-step {
        margin-bottom: 0;
        margin-right: 3px;
    }
}
@media screen and (max-width: 640px) {
    .ec-progress .ec-progress__item {
        align-items: flex-start;
    }
}
.ec-alert-warning {
    background: #fbed1f;
    color: #233142;
}
.ec-alert-warning .ec-alert-warning__text {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #233142;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media screen and (min-width: 820px) {
    .ec-cartRow .ec-cartRow__amountColumn {
        width: 8.666667%;
    }
    .ec-cartRow .ec-cartRow__summary {
        width: 60%;
    }
    .ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: 500;
    }
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name a {
    text-decoration: underline;
    line-height: 1.5;
}
.ec-cartRole .ec-cartRole__totalAmount {
    color: #f67311;
}
.ec-cartHeader .ec-cartHeader__label {
    background: #e5e5e5;
    color: #222;
}

/*お客様情報入力*/
.ec-rectHeading h2 {
    background-color: #232f3f;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price, .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
    color: #f67311;
}
/*ご注文確認*/
.ec-blockRadio {
    margin-bottom: 15px;
}

div#customer_detail_box {
    margin-bottom: 15px;
}
.ec-AddAddress .ec-AddAddress__selectNumber input {
    display: inline-block;
    margin-left: 10px;
    width: 80px;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    margin-bottom: 0;
}
.ec-AddAddress .ec-AddAddress__selectAddress select {
    min-width: 350px;
    border: 2px solid #c4c4c4;
    border-radius: 0;
    height: auto;
    padding: 6px;
}
#page_shopping_shipping_multiple_edit .ec-input input, #page_shopping_shipping_multiple_edit .ec-halfInput input, #page_shopping_shipping_multiple_edit .ec-numberInput input, #page_shopping_shipping_multiple_edit .ec-zipInput input, #page_shopping_shipping_multiple_edit .ec-telInput input, #page_shopping_shipping_multiple_edit .ec-select input, #page_shopping_shipping_multiple_edit .ec-birth input, #page_shopping_shipping_multiple_edit .ec-select select, #page_shopping_shipping_multiple_edit .ec-select textarea, #page_contact .ec-input input, #page_contact .ec-halfInput input, #page_contact .ec-numberInput input, #page_contact .ec-zipInput input, #page_contact .ec-telInput input, #page_contact .ec-select input, #page_contact .ec-birth input, #page_contact .ec-select select, #page_contact .ec-select textarea {
    border-radius: 0;
    border: 2px solid #c4c4c4;
    line-height: 1;
    height: auto;
}