@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    line-height: 1;
    list-style: none;
    box-sizing: border-box;
    color: #000;
    word-wrap: break-word;
}

html, body{
    height: 100%;
    font-family: "-apple-system", "Meiryo", "Yu Gothic UI", "sans-serif", "San Francisco";
}

sup {
    font-size: 70%;
    vertical-align: baseline;
}

p, span{
    color: inherit;
}

pre{
    white-space: pre-wrap;
    margin: 0;
    padding: 0;
}

.select-wrap:after {
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    content: "";
    position: absolute;
    right: 14px;
    bottom: 25px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}

/*スクロールバー*/
::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar-track{
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb{
    background-color: #ddd;
    border-radius: 8px
}
/*スクロールバー*/

a{
    text-decoration: none;
    cursor: pointer;
}

.hover-underline:hover{
    text-decoration: underline;
}

.link-target-blank::after {
    content: url(/checkout/images/icon_target_blank.svg);
    margin: 0 0 0 4px;
    width: 12px;
    height: 12px;
    display: inline-block;
}

img{
    width: 100%;
    line-height: 0;
    vertical-align: bottom;
}

.mg-tb8{
    margin-top: 8px;
    margin-bottom: 8px;
}

.mg-tb16{
    margin-top: 16px;
    margin-bottom: 16px;
}

.mg-tb24{
    margin-top: 24px;
    margin-bottom: 24px;
}

.mg-tb32{
    margin-top: 32px;
    margin-bottom: 32px;
}

.mg-tb40{
    margin-top: 40px;
    margin-bottom: 40px;
}

.mg-t8{
    margin-top: 8px;
}

.mg-t16{
    margin-top: 16px;
}

.mg-t24{
    margin-top: 24px;
}

.mg-t32{
    margin-top: 32px; 
}

.mg-t40{
    margin-top: 40px;
}

.mg-b0{
    margin-bottom: 0px!important;
}

.mg-b8{
    margin-bottom: 8px;
}

.mg-b16{
    margin-bottom: 16px;
}

.mg-b24{
    margin-bottom: 24px;
}

.mg-b32{
    margin-bottom: 32px;
}

.mg-b40{
    margin-bottom: 40px;
}

.mg-r8{
    margin-right: 8px;
}

.mg-r16{
    margin-right: 16px;
}

.mg-r24{
    margin-right: 24px;
}

.mg-r32{
    margin-right: 32px;
}

.mg-r40{
    margin-right: 40px;
}

.mg-l8{
    margin-left: 8px;
}

.mg-l16{
    margin-left: 16px;
}

.mg-l24{
    margin-left: 24px;
}

.mg-l32{
    margin-left: 32px;
}

.mg-l40{
    margin-left: 40px;
}

.mg-auto{
    margin-left: auto;
    margin-right: auto;
}

.no-mg{
    margin: 0;
}

.pdng-8{
    padding: 8px;
}

.pdng-16{
    padding: 16px;
}

.pdng-24{
    padding: 24px;
}

.pdng-32{
    padding: 32px;
}

.pdng-40{
    padding: 40px;
}

.pdng-tb8{
    padding-top: 8px;
    padding-bottom: 8px;
}

.pdng-tb16{
    padding-top: 16px;
    padding-bottom: 16px;
}

.pdng-tb24{
    padding-top: 24px;
    padding-bottom: 24px;
}

.pdng-tb32{
    padding-top: 32px;
    padding-bottom: 32px;
}

.pdng-tb40{
    padding-top: 40px;
    padding-bottom: 40px;
}

.pdng-tl4-25{
    padding-top: 3px!important;
    padding-left: 25px!important;
}

.pdng-t8{
    padding-top: 8px;
}

.pdng-t16{
    padding-top: 16px;
}

.pdng-t24{
    padding-top: 24px;
}

.pdng-t32{
    padding-top: 32px;
}

.pdng-t40{
    padding-top: 40px;
}

.pdng-b8{
    padding-bottom: 8px;
}

.pdng-b16{
    padding-bottom: 16px;
}

.pdng-b24{
    padding-bottom: 24px;
}

.pdng-b24-imp{
    padding-bottom: 24px!important;
}

.pdng-b32{
    padding-bottom: 32px;
}

.pdng-b40{
    padding-bottom: 40px;
}

.pdng-rl8{
    padding-right: 8px;
    padding-left: 8px;
}

.pdng-rl16{
    padding-right: 16px;
    padding-left: 16px;
}

.pdng-rl24{
    padding-right: 24px;
    padding-left: 24px;
}

.pdng-rl32{
    padding-right: 32px;
    padding-left: 32px;
}

.pdng-rl40{
    padding-right: 40px;
    padding-left: 40px;
}

.pdng-r8{
    padding-right: 8px;
}

.pdng-r16{
    padding-right: 16px;
}

.pdng-r24{
    padding-right: 24px;
}

.pdng-r32{
    padding-right: 32px;
}

.pdng-r40{
    padding-right: 40px;
}

.pdng-l8{
    padding-left: 8px;
}

.pdng-l16{
    padding-left: 16px;
}

.pdng-l24{
    padding-left: 24px;
}

.pdng-l32{
    padding-left: 32px;
}

.pdng-l40{
    padding-left: 40px;
}

.w10{
    width: 100%;
}

.w9-5{
    width: 95%;
}


.w9{
    width: 90%;
}

.w8-5{
    width: 85%;
}

.w8{
    width: 80%;
}

.w7-5{
    width: 75%;
}

.w7{
    width: 70%;
}

.w6-5{
    width: 65%;
}

.w6{
    width: 60%;
}

.w5-5{
    width: 55%;
}

.w5{
    width: 50%;
}

.w4-8{
    width: 48%;
}

.w4-5{
    width: 45%;
}

.w4{
    width: 40%;
}

.w3-5{
    width: 35%;
}

.w3{
    width: 30%;
}

.w2-5{
    width: 25%;
}

.w2{
    width: 20%;
}

.w1-5{
    width: 15%;
}

.w1{
    width: 10%;
}

.mw0{
    min-width: 0px;
}

.txt-center{
    text-align: center;
}

.txt-left{
    text-align: left;
}

.txt-right{
    text-align: right;
}

.txt-lineh-1-2{
    line-height: 1.2;
}

.txt-lineh-1-4{
    line-height: 1.4;
}

.txt-lineh-1-6{
    line-height: 1.6;
}

.txt-lineh-1-8{
    line-height: 1.8;
}

.txt-lineh-2{
    line-height: 2;
}

.font-normal{
    font-weight: normal;
}

.font-bold{
    font-weight: bold;
}

.font-05{
    font-size: 0.5rem;
}

.font-06{
    font-size: 0.6rem;
}

.font-07{
    font-size: 0.7rem;
}

.font-08{
    font-size: 0.8rem;
}

.font-09{
    font-size: 0.9rem;
}

.font-1{
    font-size: 1rem;
}

.font-1-1{
    font-size: 1.1rem;
}

.font-1-2{
    font-size: 1.2rem;
}

.font-1-3{
    font-size: 1.3rem;
}

.font-1-4{
    font-size: 1.4rem;
}

.font-1-5{
    font-size: 1.5rem;
}

.font-1-6{
    font-size: 1.6rem;
}

.font-1-7{
    font-size: 1.7rem;
}

.font-1-8{
    font-size: 1.8rem;
}

.font-1-9{
    font-size: 1.9rem;
}

.font-2{
    font-size: 2rem;
}

.font-2-5{
    font-size: 2.5rem;
}

.font-3{
    font-size: 3rem;
}

.font-3-5{
    font-size: 3.5rem;
}

.font-4{
    font-size: 4rem;
}

.font-5{
    font-size: 5rem;
}

.txt-r{
    text-align: right;
}

.txt-l{
    text-align: left;
}

.txt-ctr{
    text-align: center;
}

.crl-blue{
    color: #086BB2;
}

.crl-red{
    color: #E31959;
}

.crl-orange{
    color: #F66B1D;
}

.crl-green{
    color: #388B7C;
}

.crl-gray{
    color: #949494;
}

.crl-d-gray{
    color: #666666;
}

label {
    display: inline-block;
}

::placeholder {
    color: #6F738A;
    font-size: 14px;
    font-weight: 300
}

.flex-box{
    display: flex;
    justify-content: space-between;
}

.flex-box-start{
    display: flex;
    justify-content: flex-start;
}

.flex-box-end{
    display: flex;
    justify-content: flex-end;
}

.flex-box-center{
    display: flex;
    justify-content: center;
}

.flex-wrap{
    flex-wrap: wrap;
}

.center-items{
    align-items: center;
}

.bottom-items{
    align-items: end;
}

.bdr-line-normal{
    border: 1px solid #000000;
    border-radius: 5px;
}

a.bdr-line-normal{
    transition: all 0.2s ease-out;
}

a.bdr-line-normal:hover {
    background: #ededed;
    transition: all 0.2s ease-out;
    border: 1px solid #bdbdbd;
}

.bdr-line-gray{
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.bdr-line-gray-btm{
    border-bottom: 1px solid #d9d9d9;
}

.bdr-line-gray-top{
    border-top: 1px solid #d9d9d9;
}

.bdr-line-red{
    border: 1px solid #ff3939;
    border-radius: 5px;
}

.block{
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
}

.bg-gray{
    background: #d9d9d9;
}

.bg-l-gray{
    background: #ededed;
}

.inner-1clmn {
    width: 100%;
}

.inner-2clmn {
    width: 48%;
}

.inner-3clmn {
    width: 30%;
}

input[type="text"], input[type="password"], input[type="tel"], textarea{
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    font-size: 1rem;
    font-family: "-apple-system", "Meiryo", "Yu Gothic UI", "sans-serif", "San Francisco";
}

input[type="text"]:focus-visible, input[type="password"]:focus-visible, input[type="tel"]:focus-visible, textarea:focus-visible{
    border: 2px solid #086BB2;
    outline: none;
    transition: all 0.2s ease-out;
}

input[type="button"],
#paymethod_decision{
    border-radius: 5px;
    background: #222222;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

input[type="button"]:hover,
#paymethod_decision:hover{
    background: #5b5b5b;
    transition: all 0.2s ease-out;
}

input::placeholder {
    color: #bfbfbf;
}

select, input[type=button] {
    -webkit-appearance: none;
}

.select-wrap {
    position: relative;
}

textarea {
    resize: none;
}

/*チェックボックス*/
.payment-check-box input[type="checkbox"] {
    display: none;
}

.payment-check-box label {
    padding: 0 0 0 25px;
    position: relative;
    cursor: pointer;
    word-break: break-all;
}

.payment-check-box input[type="checkbox"] + label:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #bdbdbd;
    display: block;
    border-radius: 2px;
    transition: .3s cubic-bezier(.25,.8,.5,1);
}

.payment-check-box input[type="checkbox"] + label:after {
    content: "";
    width: 16px;
    height: 8px;
    position: absolute;
    left: 3px;
    top: -2px;
    border-left: 3px solid #696969;
    border-bottom: 3px solid #696969;
    display: block;
    opacity: 0;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    transform: rotate(-45deg);
}

.payment-check-box input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
/*チェックボックス*/

.posi-rel{
    position: relative;
}

.posi-ab{
    position: absolute;
}

.pc-only{
    display: block;
}

.smp-only{
    display: none;
}
@media screen and (max-width: 1440px) {
    .inner-3clmn {
        min-width: 350px;
    }
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
    .block {
        width: 90%;
    }

    textarea{
        font-size: 16px !important;
    }
}

@media screen and (max-width: 580px) {
    .flex-column{
        flex-direction: column;
    }
    
    .pc-only{
        display: none;
    }

    .smp-only{
        display: block;
    }
}

@media screen and (max-width: 430px) {
}

@media screen and (max-width: 375px) {
}

/******header******/
header {
    background: #E2E2E2;
    min-height: 62px;
}
header.header-in-image {
    background: #FFFFFF;
    box-sizing: border-box;
}
header .shop-name a {
    font-size: 0.9rem;
    font-weight: normal;
}
header .shop-name a img {
    height: auto;
    max-height: 44px;
    width: auto;
    max-width: 180px;
}
header .go-cart {
    max-width: 2.1rem;
}
.go-cart a {
    display: block;
    padding: 0 8px 6px 0;
    box-sizing: content-box;
}
/******header******/

section.payment-wrap {
    min-height: 90vh;
}

/******signboard*****/
.sign-board {
    margin: 40px auto 16px;
    display: flex;
    justify-content: center;
    max-width: 1100px;
    align-items: center;
    overflow: hidden;
}

.sign-board img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 320px;
}
/******signboard******/

/******payment step******/
.payment-step {
    width: 26%;
    margin: 0 auto;
}

.payment-step ul li span {
    position: relative;
}

.payment-step ul li{
    width: 32%;
    text-align: center;
    position: relative;
    color: #898989;
    font-size: 0.7rem;
}

.payment-step ul li::after {
    content: "";
    width: 50%;
    height: 1px;
    background: #c3c3c3;
    display: block;
    top: 69%;
    right: 0;
    position: absolute;
    z-index: -1;
    transform: translate(50%, -50%);
}

.payment-step ul li.active {
    color: #333;
}

.payment-step ul li span.step-active{
    background: #333;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    display: block;
    margin: 12px auto 0;
}

.payment-step ul li span.step-nonactive{
    background: #ccc;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    display: block;
    margin: 12px auto 0;
}

.payment-step ul li.done{
    background: #d9d9d9;
}

.payment-step ul li:last-child::after{
    display: none;
}
/******payment step******/

/*step2*/
/******payment-notice******/
div[class^="payment-notice"] {
    width: fit-content;
    margin: 0 auto;
    max-width: 1100px;
}

div[class^="payment-notice"] p{
    padding: 16px 40px;
}

.payment-notice p {
    border: 1px solid #8CD2AD;
    border-radius: 5px;
    background: #E7FEED;
}

.payment-notice ul {
    border: 1px solid #8CD2AD;
    border-radius: 5px;
    background: #E7FEED;
}

.payment-notice-caution p {
    border: 1px solid #ff3939;
    border-radius: 5px;
    background: #ffdada;
}

.payment-notice-caution ul {
    border: 1px solid #ff3939;
    border-radius: 5px;
    background: #ffdada;
}

div[class^="payment-notice"] ul > li:first-child,
div[class^="payment-notice"] ul > li:first-child ~ li {
    list-style-type: disc;
}

div[class^="payment-notice"] ul:only-child,
div[class^="payment-notice"] ul > li:only-child {
    list-style-type: none;
}

/******payment-notice******/

/******payment main******/
.payment-main {
    width: 58%;
    padding: 0 6% 0 0;
}

p.error-message {
    color: #E31959;
    text-align: right;
}

.multiple-shipping li {
    list-style: inside;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: initial;
}

.coupon-area input[type="text"] {
    width: 82%;
}

.coupon-area input[type="button"] {
    width: 15%;
}

span.close-coupon {
    display: inline-block;
    width: 18px;
    margin: 0 0 0 8px;
    cursor: pointer;
}

.selected-pay-method-name img{
    max-width: 130px;
}

a.pay-method {
    background: #1585C3;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    transition: all 0.2s ease-out;
}

a.pay-method:hover {
    background: #0b5c88;
    transition: all 0.2s ease-out;
}

.multiple-area-shipping-box {
    border-left: 5px solid #000;
}

figure.convenience-pay-logos img{
    width: auto;
    height: auto;
    max-width: 100px;
    max-height:38px;
}

figure.carrier-pay-logos img{
    width: auto;
    height: auto;
}

/******payment-prdt-info******/
.payment-prdt-info {
    width: 40%;
}

span.prdt-counter {
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    background: #5b5b5b;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 6px 8px 4px 8px;
    border-radius: 1rem;
    transform: translate(50%, -50%);
    font-size: 13px;
    min-width: 2rem;
}

a.product-name-link:hover {
    text-decoration: underline;
}

.product-opt-group span.opt-price {
    margin: 0 0 0 0.5rem;
}

/*注文確定ボタン*/
/* input[value="注文を確定する"] { */
.checkout-confirm {
    max-width: 370px;
}
.checkout-confirm-rakuten {
    width: 320px;
    vertical-align: middle;
    margin-bottom: 24px;
}
.checkout-confirm-linepay {
    vertical-align: middle;
    margin-bottom: 24px;
}
.checkout-confirm-paypay {
    background: #FF0033!important;
    font-weight: 500;
    text-shadow: none!important;
}


/*折りたたみコンテンツ*/
.folding-contents {
    max-height: 4rem;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.folding-contents:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-right: 3px solid #666;
    border-bottom: 3px solid #666;
    display: block;
    position: absolute;
    top: 10px;
    right: 8px;
    transform: rotate(45deg);
}

.folding-contents.expanded {
    max-height: fit-content;
    transition: all 0.2s ease-out;
}

.folding-contents.expanded:after{
    transform: rotate(-135deg);
}

.product-special-display.folding-contents {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: initial;
    padding-right: 1.5rem;
}

.product-special-display.folding-contents.expanded {
    -webkit-line-clamp: unset;
}

.folding-contents div:nth-of-type(n+2) {
    display: none;
}

.folding-contents.expanded div:nth-of-type(n+2) {
    display: block;
}

p.delivery-method-notes.folding-contents {
    max-height: 2rem;
    line-height: 1.6;
    padding-right: 24px;
}

p.delivery-method-notes.folding-contents:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
    transition: 1s;
}

p.delivery-method-notes.folding-contents::after {
    top: 3px;
}

p.delivery-method-notes.folding-contents.expanded {
    max-height: fit-content;
    transition: all 0.2s ease-out;
}

p.delivery-method-notes.folding-contents.expanded:before {
    content: none;
}

/*数量バッジ共通*/
.common-quantity-style {
    width: auto;
    height: auto;
    background: #5b5b5b;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 6px 8px 4px 8px;
    border-radius: 1rem;
    font-size: 13px;
    position: absolute;
    min-width: 2rem;
}
/*edgeの用*/
@supports (-ms-ime-align: auto) {
    .common-quantity-style {
        padding: 6px 8px 4px 8px;
    }
}
/* Firefox用 */
@-moz-document url-prefix() {
    .common-quantity-style {
        padding: 5px 8px 5px 8px;
    }
}
/* Safari用 */
::-webkit-full-page-media, :future, :root .common-quantity-style{
    padding: 5px 8px 5px 8px;
}

/*商品数量*/
.product-quantity {
    top: -9px;
    right: -11px;
}

/*名入れ*/
.product-opt-name {
    position: relative;
}
.product-name-item-quantity {
    top: 4px;
    right: 0;
}

.product-opt-name.folding-contents span.product-name-item-quantity {
    right: 24px;
}

.product-opt-name > div:first-of-type p.product-name-item{
    padding-right: 55px;
}

/*オプション*/
.product-opt-group > div:first-of-type p.opt-group-name{
    padding-right: 48px;
}

/*order-notes*/
.payment-form.order-notes .payment-form-radio label{
    line-height: 1.5;
}

.payment-form.order-notes .payment-form-radio input[type="radio"] {
    max-width: 40px;
}

.payment-form.order-notes .payment-check-box:last-of-type {
    padding-bottom: 0;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
    header .shop-name a {
        font-size: 0.8rem;
    }
    .payment-step {
        width: 70%;
    }
    .payment-main {
        width: 100%;
        padding: 0;
        order: 2;
    }
    .payment-prdt-info {
        width: 100%;
        order: 1;
    }
    .payment-prdt-total {
        margin-top: 40px;
    }
    div[class^="payment-notice"] {
        width: 90%;
    }
    /* input[value="注文を確定する"] { */
    .checkout-confirm {
        max-width: 100%;
    }
    .checkout-confirm-rakuten {
        width: 100%;
        margin: 12px auto;
    }
}

@media screen and (max-width: 580px) {
    .payment-step {
        width: 80%;
    }
    .payment-step ul li{
        font-size: 0.65rem;
    }
    div[class^="payment-notice"] p{
        padding: 16px;
    }
    .sign-board {
        margin: 24px auto 0;
    }
    .step_item_box .flex-box .w8 {
        width: 70%;
    }
    .step_item_box .flex-box .w2 {
        width: 30%;
    }
    .step_item_box.payment-form.order-notes {
        padding: 16px 0;
    }
    /*
    ul.ftr-list {
        flex-direction: column;
    }
    */
    ul.ftr-list li {
        text-align: center;
        line-height: 1.6;
        padding: 0;
        width: 50%;
    }
    ul.ftr-list li a {
        font-size: 12px;
    }
}

@media screen and (max-width: 430px) {
    .payment-step ul li.font-08 {
        font-size: 0.6rem;
    }
    span.prdt-counter {
        padding: 5px 7px;
        font-size: 10px;
    }
    span.product-name-item-quantity {
        padding: 5px 7px;
        font-size: 10px;
        top: 6px;
    }
}

@media screen and (max-width: 375px) {
}


/******error page******/
.error-area{
    padding: 8% 0 5%;
}
.error-area figure{
    width: 80%;
    /*max-width: 360px;*/
    /*margin: 0 auto;*/
    max-width: 480px;
    margin: 0 auto 2%;
}

.error-area a.go-back{
    width: 80%;
    max-width: 360px;
    transition: all 0.2s ease-out;
}

.error-area a.go-back:hover {
    background: #d9d9d9;
    transition: all 0.2s ease-out;
}


/****************step1**********************/
/*
.step1-tab-area {
    width: 100%;
    max-width: var(--max-width, 768px);
}
*/

.step1-tab-area {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    gap: 8px;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 0 8px;
}
/*
.step1-tab-area li{
    width: var(--tab-width, 33%);  カスタムプロパティを使用し、デフォルト値を設定 
    cursor: pointer;
    border-bottom: 2px solid #333;
    color: #333;
    font-weight: bolder;
}
*/
.step1-tab-area li {
    width: var(--tab-width, 33%);
    cursor: pointer;
    border-bottom: 2px solid #333;
    color: #333;
    font-weight: bolder;
    background: #ebebeb;
    border: 1px solid #474747;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: content-box;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: calc(768px / 3);
    transition: all 0.2s ease-out;
}


/*******************
.step1-tab-area.three-items {
    --max-width: 768px; 3分割 
}

.step1-tab-area.two-items {
    --max-width: 512px;  2分割 
}

.step1-tab-area.single-item {
    --max-width: 256px; 1分割 
}

.step1-tab-area.three-items li {
    --tab-width: 33%; 3分割 
}

.step1-tab-area.two-items li {
    --tab-width: 50%; 2分割 
}

.step1-tab-area.single-item li {
    --tab-width: 100%; 1分割 
}
*******************/
/*
.step1-tab-area li.current{
    font-weight: bolder;
    border-bottom: 4px solid #3295CA;
    color: #3295CA;
}
*/
.step1-tab-area li.current {
    font-weight: bolder;
    border-bottom: 1px solid #FFF;
    border-top: 5px solid #2389ca;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
    transform: translateY(1px);
    color: #2389ca;
    transition: all 0.1s ease-out;
}
/*
.step1-tab-area li:hover{
    width: var(--tab-width, 33%);  カスタムプロパティを使用し、デフォルト値を設定 
    cursor: pointer;
    border-bottom: 4px solid #3295CA;
    transition: all 0.05s ease-out;
    color: #3295CA;
    font-weight: bolder;
}
*/
.step1-tab-area li:hover {
    font-weight: bolder;
    border-bottom: 1px solid #FFF;
    border-top: 5px solid #2389ca;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
    transform: translateY(1px);
    color: #2389ca;
    transition: all 0.1s ease-out;
}

.step1-tab-area.three-items li:hover{
    --tab-width: 33%; /* 3分割 */
}

.step1-tab-area.two-items li:hover{
    --tab-width: 50%; /* 2分割 */
}

.step1-tab-area.single-item li:hover{
    --tab-width: 100%; /* 1分割 */
}

.disp-none{
    display: none;
}

.entrance {
    width: 100%;
    margin: 0 auto;
}

div[id^="step1-"] {
    max-width: 650px;
    animation: slide-in 0.2s linear forwards;
}

.register-amazon a {
    display: block;
    max-width: 300px;
}

@keyframes slide-in {
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

div#step1-guest .payment-prdt-info {
    width: 100%;
}

.view-order-details {
    position: relative;
    cursor: pointer;
}


.view-order-details.open-details:after {
    top: 5px;
    transform: rotate(-135deg);
}

div#step1-guest .order-details {
    display: none;
}

.step1-form .entrance-form-inner {
    max-height: fit-content;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 4px;
}

.step1-form input.form-input, .step1-form select{
    max-width: 100%;
}

div#step1-login .login-form {
    max-width: 375px;
    margin: 0 auto;
}

div#step1-login p.error-message {
    text-align: center;
}

div#step1-login .entrance-form input.form-input{
    margin: 0 auto;
    width: 100%;
}

div#step1-login .password-area, div#step1-register .password-area {
    position: relative;
}

.password-area span.toggle-icon {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
}

div#step1-register .password-area span.toggle-icon{
    top: 32px;
}

.amazon-login-btn {
    width: inherit!important;
    margin: 8px auto;
    max-width: 300px;
    min-width: 300px;
}

.checkout-loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.85);
    z-index: 99;
}
.checkout-loader>img {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 256px;
    height: 256px;
    margin-top: -128px;
    margin-left: -128px;
    z-index: 100;
    scale: 0.5;
}

div.entrance .entrance-form {
    /* background: #fff; */
    border-radius: 5px;
    max-width: 680px;
}

div.entrance .entrance-form label.form-label {
    z-index: 1;
    position: relative;
    text-shadow: 3px 3px 2px #fff, -3px 3px 2px #fff, 3px -3px 2px #fff, -3px -3px 2px #fff, 3px 0px 2px #fff, 0px 3px 2px #fff, -3px 0px 2px #fff, 0px -3px 2px #fff;
    display: block;
    box-sizing: border-box;
    cursor: auto;
}
div.entrance .entrance-form label.form-label.req-icon::after {
    content: "＊";
    color: #E31959;
    position: absolute;
    line-height: 1;
    font-weight: 100;
    padding: 0 0 0 6px;
}
div.entrance .entrance-form input.form-input, div.entrance .entrance-form select {
    padding: 16px 32px 13px 16px;
    width: 100%;
    margin: -8px 0 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    min-height: 55px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.entrance .entrance-form select{
    font-size: 14px;
}
div.entrance .entrance-form input[type="button"]{
    max-width: 375px;
}
div.entrance .entrance-form input.input-error, div.entrance .entrance-form select.input-error, div.entrance .entrance-form textarea.input-error {
    background: #FFE1E1;
}

/*ラジオボタン*/
div.entrance input[type="radio"]:focus, div.entrance input[type="radio"]:focus-visible, div.entrance input[type="radio"]:focus-within{
    outline: none;
}
div.entrance .entrance-form .entrance-form-radio{
    display: flex;
    align-items: center;
}
div.entrance .entrance-form .entrance-form-radio input[type="radio"] {
    width: 10%;
    min-width: 17.25px;
}
div.entrance .entrance-form .entrance-form-radio input.input-point {
    width: 25%;
}
div.entrance .entrance-form .entrance-form-radio label{
    cursor: pointer;
    width: 90%;
    line-height: 2;
    position: relative;
}
div.entrance .entrance-form .entrance-form-radio label.input-point {
    width: 65%;
}
div.entrance input[type="radio"] + label{
    cursor: pointer;
}
div.entrance input[type="radio"][disabled] + label {
    opacity: 0.4;
    pointer-events: none;
}


@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
    div.entrance .entrance-form input.form-input, div.entrance .entrance-form select {
        padding: 14px 28px 11px 12px;
        width: calc(100% - 8px);
    }

    div.entrance .entrance-form .entrance-form-radio input[type="radio"] {
        width: 6%;
        margin: 0 2%;        
    }
    
    .security-code figure:hover + p {
        display: none;
    } 
}

@media screen and (max-width: 580px) {
    .step1-form .entrance-form-inner div[class^="w4"] {
        width: 100%;
    }
    #receivers-input div[class^="w4"] {
        width: 100%;
    }
    .amazon-login-btn {
        max-width: 90% !important;
        min-width: auto;
    }
    .entrance-form {
        padding: 5px;
    }
    .entrance-form-inner {
        padding: 0 8px 0 0;
        max-height: 25rem;
    }
}

@media screen and (max-width: 430px) {
}

@media screen and (max-width: 414px) {
    p.step_item_title + span {
        padding-top: 8px;
    }
}

@media screen and (max-width: 375px) {
}


.jquery-modal.blocker.current {
    animation: fade-in 0.2s ease-out forwards;
}
@keyframes fade-in {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#modal.modal .close-modal {
    top: 35px;
    right: 60px;
    width: 24px;
    height: 24px;
    background-image: url(/checkout/images/modal-close.svg);
}

#modal.modal button{
    background: none;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

#modal.modal button:hover {
    background: #d9d9d9;
    transition: all 0.2s ease-out;
}

/******modal style******/

.payment-form {
    background: #fff;
    border-radius: 5px;
    max-width: 680px;
}
.payment-form-inner {
    /* max-height: 30rem; */
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    max-width: 430px;
    padding-top: 4px;
}
.payment-form label.form-label {
    z-index: 1;
    position: relative;
    text-shadow: 3px 3px 2px #fff, -3px 3px 2px #fff, 3px -3px 2px #fff, -3px -3px 2px #fff, 3px 0px 2px #fff, 0px 3px 2px #fff, -3px 0px 2px #fff, 0px -3px 2px #fff;
    display: block;
    box-sizing: border-box;
    cursor: auto;
}
.payment-form label.form-label.req-icon::after {
    content: "＊";
    color: #E31959;
    position: absolute;
    line-height: 1;
    font-weight: 100;
    padding: 0 0 0 6px;
}
.payment-form input.form-input, .payment-form select {
    padding: 16px 32px 13px 16px;
    width: 100%;
    margin: -8px 0 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 480px;
    font-size: 16px;
    min-height: 55px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.payment-form select{
    font-size: 14px;
}
#choose-bank {
    padding-right: 32px;
}
.payment-form input[type="button"]{
    max-width: 375px;
}
.payment-form input.input-error, .payment-form select.input-error, .payment-form textarea.input-error {
    background: #FFE1E1;
}

/*ラジオボタン*/
input[type="radio"]:focus, input[type="radio"]:focus-visible, input[type="radio"]:focus-within{
    outline: none;
}
.payment-form .payment-form-radio{
    display: flex;
    align-items: center;
}

.payment-form .payment-form-radio input[type="radio"] {
    width: 10%;
    min-width: 17.25px;
}

.payment-form .payment-form-radio input.input-point {
    width: 25%;
}

.payment-form .payment-form-radio label{
    cursor: pointer;
    width: 90%;
    line-height: 2;
    position: relative;
    min-height: 58px;
    align-content: center;
}

.payment-form .payment-form-radio label.input-point {
    width: 65%;
}

figure.address-keep {
    position: absolute;
    top: 8px;
    right: 8px;
    max-width: 25px;
}

input[type="radio"] + label{
    cursor: pointer;
}

input[type="radio"][disabled] + label {
    opacity: 0.4;
    pointer-events: none;
}

/*コンビニ払い、キャリア払い(選択形式)*/
div[class*="convenience"] .payment-form-inner,
div[class*="carrier"] .payment-form-inner {
    padding: 16px;
    background: #F4F4F4;
    display: flex;
    gap: 4%;
    flex-wrap: wrap;
}

div[class*="carrier"] .payment-form-inner {
    justify-content: center;
}

div[class*="convenience"] .payment-form-inner .payment-form-radio,
div[class*="carrier"] .payment-form-inner .payment-form-radio {
    min-height:100px;
    flex-direction: column;
    justify-content: center;
    transition: all 0.2s ease-out;
}

div[class*="convenience"] .payment-form-inner .payment-form-radio {
    width: 48%;
}

div[class*="carrier"] .payment-form-inner .payment-form-radio {
    width: 30%;
}

div[class*="convenience"] .payment-form-inner .payment-form-radio:has(input[name="kuroneko-convenience-type"]),
div[class*="convenience"] .payment-form-inner .payment-form-radio:has(input[name="epsilon-convenience-type"]),
div[class*="convenience"] .payment-form-inner .payment-form-radio:has(input[name="pg-convenience-type"]),
div[class*="carrier"] .payment-form-inner .payment-form-radio:has(input[name="carrier-type"]) {
    background: #fff;
}

div[class*="convenience"] .payment-form-inner .payment-form-radio input[name="kuroneko-convenience-type"],
div[class*="convenience"] .payment-form-inner .payment-form-radio input[name="epsilon-convenience-type"],
div[class*="convenience"] .payment-form-inner .payment-form-radio input[name="pg-convenience-type"],
div[class*="carrier"] .payment-form-inner .payment-form-radio input[name="carrier-type"] {
    visibility: hidden;
    height: 0px;
    width: 0px;
}

div[class*="convenience"] .payment-form-inner .payment-form-radio:has(input[name="kuroneko-convenience-type"]:checked),
div[class*="convenience"] .payment-form-inner .payment-form-radio:has(input[name="epsilon-convenience-type"]:checked),
div[class*="convenience"] .payment-form-inner .payment-form-radio:has(input[name="pg-convenience-type"]:checked),
div[class*="carrier"] .payment-form-inner .payment-form-radio:has(input[name="carrier-type"]:checked) {
    border: 3px #086BB2 solid;
    background: #E3F2FF;
    transition: all 0.2s ease-out;
}

div[class*="convenience"] .payment-form-inner .payment-form-radio label,
div[class*="carrier"] .payment-form-inner .payment-form-radio label {
    height: 100%;
    width: 100%;
    text-align: center;
    align-content: center;
}

div[class*="convenience"] .payment-form-inner .payment-form-radio label figure.convenience-logos img,
div[class*="carrier"] .payment-form-inner .payment-form-radio label figure.carrier-logos img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height:40px;
}

/*キャリア払い(イプシロン)*/
div[class*="carrier"] .payment-form-inner-epsilon {
    padding: 16px;
    background: #fff;
    display: flex;
    gap: 4%;
    flex-wrap: wrap;
    justify-content: center;
}

div[class*="carrier"] .payment-form-inner-epsilon .payment-form-logo {
    width: 30%;
    min-height:100px;
    flex-direction: column;
    justify-content: center;
    border: none;
}

div[class*="carrier"] .payment-form-inner-epsilon .payment-form-logo label {
    height: 100%;
    width: 100%;
    text-align: center;
    align-content: center;
}

div[class*="carrier"] .payment-form-inner-epsilon .payment-form-logo label figure.carrier-logos img {
    width: auto;
    height: auto;
    max-width: 100%;
}

/*お届け先の変更*/
.form-switching-btn {
    cursor: pointer;
}

/*お届け希望日, お届け希時間*/
#delivery-date, #delivery-time {
    margin-top: 4px;    
}
.req-icon:after {
    content: "＊";
    color: #E31959;
    position: absolute;
    line-height: 1;
    font-weight: 100;
    padding: 2px 0 0 0;
    font-size: 0.8rem;
}

/*お支払い方法*/
.payment-form .card-change-box .form-input {
    margin-top: 0;
    padding: 8px;
}

p[class*="manage-other-cards"],  p[id^="show-card-box-"] {
    cursor: pointer;
}

.card-change-box, .first-card-ep, .first-card-pg, .first-card-kuroneko, .regist-card-kuroneko {
    background: #ededed;
    border-radius: 5px;
}

.form-wrap label figure img {
    width: auto;
}

.form-wrap label figure img.payment-logo {
    height: 25.6px;
    max-height: 25.6px;
    width: auto;
}

.form-wrap label figure img.amazonpay-logo {
    padding: 2px 0;
}

.form-wrap label figure.cd-logos img {
    width: 10%;
}

figure.single-cd-logo {
    width: 40px;
}

.form-wrap label figure img.atone-logo {
    height: 50px;
}

.security-code {
    position: relative;
}

.security-code figure {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 16px 12px;
    box-sizing: content-box;
}

.security-code-explanation {
    display: none;
    width: 140px;
    background: #222;
    color: #fff;
    font-size: 9px;
    line-height: 1.4;
    padding: 0.5rem;
    border-radius: 5px;
    position: absolute;
    top: 54%;
    right: 0;
    transition: all 0.2s ease-out;
}

.security-code-explanation:before {
    content: "";
    position: absolute;
    top: -6px;
    right: 17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #000000;
    border-top: 0;
}

.security-code figure:hover + p {
    display: block;
    transition: all 0.2s ease-out;
}

/*登録クレジットカード*/
.undeliteable-card{
    pointer-events: none;
}

.undeliteable-card input, .undeliteable-card label{
    opacity: 0.4;
}

.go-back {
    background: none;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.go-back:hover {
    background: #d9d9d9;
    transition: all 0.2s ease-out;
}

pre > pre {
    line-height: 1.6;
}

/* 配送備考 */
#_order_remarks_column .req-icon:after {
    content: "＊";
    color: #E31959;
    position: static;
    line-height: 1;
    font-weight: 100;
    padding: 2px 0 0 0;
    font-size: 0.8rem;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
    .payment-form input.form-input, .payment-form select {
        padding: 14px 28px 11px 12px;
        width: calc(100% - 8px);
    }

    .payment-form .payment-form-radio input[type="radio"] {
        width: 6%;
        margin: 0 2%;        
    }
    
    .security-code figure:hover + p {
        display: none;
    } 
}

@media screen and (max-width: 580px) {
    .blocker {
        padding: 10px;
    }
    .modal {
        padding: 15px !important;
    }
    #modal.modal .close-modal {
        top: 16px;
        right: 16px;
        width: 15px;
        height: 15px;
    }
    .payment-form {
        padding: 5px;
    }
    .payment-form-inner {
        padding: 0 8px 0 0;
        max-height: 25rem;
    }
    .card-info {
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 430px) {
    .modal{
        width: 100% !important;
    }
    #delete-card, #show-card-box {
        font-size: 11px;
    }
}

@media screen and (max-width: 375px) {
    span.card-number {
        font-size: 0.65rem;
    }

    span.card-number + span {
        font-size: 0.65rem;
        padding: 0;
    }

    figure.single-cd-logo {
        width: 30px;
    }

    .payment-form .card-use-box .select-wrap select {
        padding-right: 30px;
        font-size: 0.65rem;
    }
}

.cart-btn {
    display: block;
    border: unset;
    width: 100%;
    padding: 24px;
    color: #fff;
    text-decoration: none;
    background: #f68424;
    width: fit-content;
    margin: 40px auto;
  }
  .cart-btn:hover {
    opacity: 1;
  }

.step1-input {
    background-color: #f685244f;
    padding-top: 30px;
}

.pdng-t8.pdng-b16.pdng-rl16.mg-auto {
    padding: unset;
}

.pdng-b24.pdng-rl16.center-items {
    padding: unset;
}

.pdng-16.first-card-ep {
    background-color: unset;
    padding: unset;
    margin-top: 16px;
}