@charset "utf-8";

.sec-container.pad-reset {
    padding: 1.5rem 0;
}

.sec-container.pad-reset .cont-ttl {
    margin-top: 1rem;
}

.cont_confirmation.no-bulk .btn-bulk-container {
    display: none;
}

.cont_confirmation.no-bulk .cont-list-order .btn-normal {
    margin-top: initial;
}

.cont_confirmation.no-bulk .cont-list-order .item-detail .timecount-wrap {
    margin-bottom: 1.5rem;
}


.btn-normal {
    position: relative;
}

.item-toggle-area .order-info img {
    width: 58px;
}

.dropdown-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 1.5rem;
    height: 1.5rem;
}

.pack-pic {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.sec-container.pad-reset .pack-pic {
    padding: 0 2.5rem;
}

.pack-pic figcaption {
    margin: 1rem 0 2.5rem 0;
    font-size: 1rem;
}

.pack-pic img {
    width: auto;
    height: 120px;
    aspect-ratio: auto;
    object-fit: contain;
}

.pack-pic .pack-pic-wrap {
    background: url(../img/bg_silver.png)no-repeat;
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
}

.btn-bulk-container {
    display: flex;
    justify-content: center;
    gap: 3%;
    align-items: flex-end;
}

.bulk-toggle-btn {
    font-size: 1.0rem;
    font-weight: bold;
    padding: 0.6875rem 1rem;
    border: 3px solid #c6c6c6;
    border-radius: 3px;
    background-color: #fafafa;
    color: #c6c6c6;
    cursor: pointer;
    text-align: right;
    width: 100%;
    max-width: 200px;
    max-height: 48px;
}

.bulk-toggle-btn.active {
    background-color: #fff;
    color: #000;
    border: 3px solid #000;

}

.bulk-toggle-btn span {
    pointer-events: none;
}

.bulk-txt {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 200px;
    margin-bottom: 0.3rem;
    text-align: center;
    padding: 0 0px 0 0px;
    font-size: 0.75rem;
    font-weight: bold;
    background: #F57A09;
    color: #FFF;
    box-sizing: border-box;
}

.bulk-txt:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.bulk-txt:after {
    top: 0;
    right: 0;
    border-width: 10px 15px 8px 0px;
    border-color: transparent #fafafa transparent transparent;
    border-style: solid;
}

.item-detail {
    display: none;
}

.order-info {
    grid-template-columns: 0.51361fr 2.4fr;
}

.item-txt-wrap {
    display: flex;
    justify-content: space-between;
}

.item-txt {
    align-self: auto;
    width: 84%;
}

.item-txt p:first-child {
    margin-bottom: 8px;
}

.item-txt.small p:first-child {
    margin-bottom: 0px;
}

.btnS button {
    font-weight: bold;
    padding: 0.1rem 1.625rem;
    color: #fff;
    background-color: black;
    text-align: center;
    display: block;
    width: 100px;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
}

.item-set {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.get-item {
    font-size: 0.8rem;
    font-weight: bold;
}

.item-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

.item-container.active {
    align-items: flex-start;
}

.item-toggle-area {
    border-left: 2px solid;
    padding-left: 1rem;
    width: 65%;
}

.item-toggle-area .order-info:nth-of-type(n+2) {
    margin-top: 1rem;
}

.quantity {
    text-align: right;
    white-space: nowrap;
    font-size: 1.0rem;

}

.main-item {
    width: 80%;
}

.item-toggle-area {
    display: none;
}

.timecount-wrap {
    text-align: left;
    display: grid;
    justify-content: center;
    margin-top: 1.5rem;
}

.timecount-wrap.no-reset .time-reset {
    display: none;
}

.timecount-wrap.no-reset .time-left {
    width: 100px;
}

.time-left,
.time-left span {
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
}

.time-reset,
.time-reset span {
    font-size: 1.0rem;
    font-weight: bold;
}

.time-reset {
    margin-top: 0.2rem;
}

.time-left {
    background: #F57A09;
    max-width: 100px;
    display: flex;
    justify-content: space-around;
}

.time-reset span {
    margin-left: 0.4rem;
}

.total.no-margin {
    margin-top: initial;
}

.cont_warning .sec-container {
    border: 0px solid #FFDC72;
    padding: 2rem 1.0rem;
}

.cont_warning .txt-caution h4 {
    margin-bottom: 0.5rem;
}

.cont_warning .txt-caution p {
    font-size: 0.8rem;
    font-weight: bold;
    text-indent: -1em;
    padding-left: 1em;
}

.btnL.btn-black button {
    background: #000;
}

.btnL.btn-black button {
    color: #fff;
}


.btnL.btn-black button::before {
    content: "";
    position: absolute;
    background: url(../img/img_login.png);
    background-size: cover;
    width: 16px;
    height: 38px;
    left: 4px;
}

.btnL.btn-black button::after {
    content: "";
    position: absolute;
    background: url(../img/img_login.png);
    background-size: cover;
    width: 16px;
    height: 38px;
    right: 4px;
}

.txt-container .bold {
    margin-top: 1rem;
    font-weight: bold;
}

.maillink {
    font-size: 1rem;
    color: #2066BC;
    font-size: 1rem;
    display: inline-block;
    border-bottom: 1px solid;
}

.input-field input {
    margin-top: 1.0rem;
}

.content-info {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.content-info-wrap ul {}

.content-info-wrap ul li {
    max-width: 308px;
    display: flex;
    text-align: left;
    justify-content: space-between;
    margin: 0 auto;
}

.content-info-wrap ul li span {
    font-size: 1rem;
}

.content-info-wrap ul li:nth-of-type(n+2) {
    margin: 0.5rem auto 0;
}

.cont_payment_confirmation .sec-container {
    text-align: center;
}

.cont_payment_confirmation .bulk-txt:after {
    border-color: transparent #f2f0ec;
}

.cont_payment_confirmation .cont-ttl {
    color: #333;
    margin-bottom: 0.5rem;
}

.cont_payment_confirmation .total.txt-center {
    display: block;
}

form.input-field {
    margin-top: 3rem;
}

.credit-card.btnL {
    margin-bottom: 6rem;
}

.order {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.cont_payment_confirmation .order {
    gap: 0rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.sub-txt {
    text-align: center;
    font-weight: bold;
    margin-bottom: 3rem;
    font-size: 1rem;
}

.txt-cont-ttl+.txt-total {
    margin-right: initial;
}

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

.cont_payment_confirmation .total {
    justify-content: space-between;
}

.line {
    height: 2px;
    width: 100%;
    background: #000;
    margin-top: 1.5rem;
}

.error {
    text-align: center;
}

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

.cauton-title {
    margin-bottom: 12px;
    font-weight: bold;
}


.cont_credit-card {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.credit-card img {
    width: 5rem;
    height: auto;
    max-height: 50px;
    object-fit: contain;
}

.card-list {
    background: #FAFAFA;
    padding: 1.25rem;
}

.card-list:nth-of-type(n+2) {
    margin-top: 1rem;
}

.card-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
}

.card-list li img {
    width: 3rem;
    height: auto;
    margin-right: 4px;
    max-height: 35px;
    object-fit: contain;
}

.card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.card-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.card-grid p {
    font-size: 1rem;
    color: #c6c6c6;
}


.card-wrap input[type="radio"]:checked+.card-grid p {
    color: #333333;
}

.list-line {
    border-bottom: 3px dotted #999;
    margin: 1.5rem 0;

}

.txt-and-link {
    margin-top: 0;
}

.add {
    text-align: center;
    margin: 2rem 0 1rem;
}

.add a {
    font-weight: bold;
    color: #2066BC;
    font-size: 1rem;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 20px;
}

.txt-add {
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 1rem;
}

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

.expiration {
    display: flex;
}

.cont-subttl {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}



input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #cccccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    padding: 0;
    margin-right: 1rem;
}

input[type="radio"]:checked {
    border-color: #950001;
}

input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background: #950001;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

label {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.law-link {
    text-align: center;
    margin: 0rem 0 1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.law-link a {
    font-weight: bold;
    color: #2066BC;
    font-size: 1rem;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 20px;
}

.policy-link {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.policy-link p {
    font-size: 1rem;
}

.policy-link a {
    font-weight: bold;
    color: #2066BC;
    font-size: 1rem;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 20px;
}

.credit-card button:disabled {
    background-color: #666;
    color: white;
    cursor: not-allowed;
    border: 3px solid #666;
}

.card-grid {
    width: 92%;
    display: grid;
    align-items: center;
    grid-template-columns: auto auto 2fr;
}

.card-and-num {
    display: flex;
    align-items: center;
}

.btn-wrap {
    text-align: right;
}

.expiration-front {
    display: flex;
    margin-left: 2rem;
}

.item-point .point-ttl {
    padding: 0.1rem 0.3rem;
    margin-top: 3px;
    border-radius: 2px;
}

.hougyoku .item-point .point-ttl {
    background: #f2f0ecbf;
}

.item-point .point-ttl img {
    width: 20px;
    height: auto;
}

.item-wrap {
    position: relative;
    width: 100%;
}

.item-point {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1;
}

.item-point .point-ttl p,
.item-point .point-ttl span {
    font-weight: bold;
    font-size: 1rem;
}

.cont_confirmation.hougyoku .cont-list-order {
    margin-top: 0.5rem;
}

.sec-container.pad-reset .cont-list-order {
    padding: 1.0rem 2.5rem;
}

.cont_confirmation.hougyoku .cont-list-order .item-detail {
    display: block;
}

.cont_confirmation.hougyoku .cont-list-order .item-detail .item-container:first-of-type {
    margin-top: 0;
}

.cont_confirmation.hougyoku .cont-list-order .item-txt {
    width: 100%;
}

.sec-container.pad-reset .total {
    padding: 0 2.5rem;
}

.btnL button.payment-conf {
    background: #750000;
    font-size: 1.2rem;
    height: 3.2rem;
    width: 70%;
    border: solid 3px #750000;
    margin-top: 3.5rem;
}

.item-pic {
    position: relative;
    width: 4rem;
}

.bun-icon {
    position: absolute;
    z-index: 1;
    -webkit-mask-image: url('../img/mask_bun.png');
    mask-image: url('../img/mask_bun.png');

    -webkit-mask-size: cover;
    mask-size: cover;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-mode: alpha;
    mask-mode: alpha;

    display: block;


}

.order-info.main-item .item-pic .bun-icon {
    max-width: 38px;
    min-width: initial;
    top: 14px;
    left: 13px;
}

.order-info .item-pic .bun-icon {
    max-width: 35px;
    min-width: initial;
    top: 12px;
    left: 12px;
}

.btl-frame {
    position: absolute;
    z-index: 1;
}

.btl-icon {
    background: url(../img/btl2_frame_character_bg.png);
}

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

    .card {}

    .txt-bold,
    .expiration {}

    .txt-bold {}

    label {
        align-items: flex-start;
    }



    .btn-bulk-container {}

    .hougyoku .item-point .point-ttl {
        background: transparent;
    }

    .bulk-toggle-btn {
        max-width: initial;
    }

    .item-container {
        align-items: flex-start;
    }

    .item-detail .item-container:nth-of-type(n+2) {
        margin-top: 1.0rem;
    }

    .bulk-btn-wrap {
        width: 120%;
    }

    .main-item {
        width: 100%;
    }

    .item-set {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;

    }

    .order-info {
        grid-template-columns: auto;
        gap: 0.5rem 1rem;
    }

    .cont_confirmation.hougyoku .order-info {
        grid-template-columns: 0.81361fr 2.4fr;
        gap: 0.5rem 0.5rem;
    }

    .txt-cont-ttl {
        width: 100%;
    }

    .cont_payment_confirmation .order {
        flex-direction: column;
    }

    .pack-pic img {
        height: 60px;
    }

    .btnS button {
        font-size: 10px;
    }

    .btnL.btn-black button::before {
        width: 11px;
        height: 28px;
    }

    .btnL.btn-black button::after {
        width: 11px;
        height: 28px;
    }

    .bulk-txt {
        max-width: initial;
    }

    .bulk-txt:after {
        border-width: 6px 15px 8px 0px;
    }

    .btn-pack-container .item-pic img {
        max-width: 25px;
        min-width: 20px;
    }

    .total {
        margin-top: 12px;
    }

    .cont_confirmation.hougyoku .cont-list-order {
        margin-top: 0rem;
    }

    .pack-pic figcaption {
        margin: 0rem 0 2.5rem 0;
    }

    .cont_warning .sec-container {
        padding: 1rem 1.0rem;
    }

    .item-point {
        left: 60%;
    }

     .credit-card img {
        max-height: 40px;
    }

    .card-list li img {
        max-height: 28px;
    }

    .order-info .item-pic .bun-icon,
    .order-info.main-item .item-pic .bun-icon {
        max-width: 15px;
        top: 5px;
        left: 5.2px;
    }


}

@media screen and (max-width: 530px) {
    .card-grid {
        width: 85%;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 8px;
    }

    .card-wrap {
        gap: 8px;
    }

    .card-and-num {
        grid-column: 1 / 3;
        justify-content: space-between;
    }

    .expiration-front {
        margin-left: 0rem;
        white-space: nowrap;
    }

    input[type="radio"] {
        margin: 0;
    }

    .cont_confirmation.hougyoku .cont-list-order {
        padding: 8px 2.5rem;
    }

}

@media screen and (max-width: 350px) {
    .card-wrap {
        flex-wrap: wrap;
    }

    .card-grid {
        width: 100%;
    }
}

.cont_regular-purchase .sec-container {
    border: 0px solid #FFDC72;
    padding: 2rem 1.0rem;
}

.cont_regular-purchase h4 {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    font-weight: bold;
}

.cont_regular-purchase .reg-purchase-txt p {
    font-size: 0.8rem;
    text-indent: -1em;
    padding-left: 1em;
}

.reg-purchase-txt {
    padding-left: 0.2rem;
    display: none;
}

.reg-purchase.open .reg-purchase-txt {
  display: block;
}

.reg-purchase .dropdown-icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.3s ease;
  transform-origin: center center;
}

.reg-purchase.open .dropdown-icon {
  transform: rotate(180deg) translateY(12px);
}

.reg-purchase-space {
    margin: 0.8rem;
}

.txt-ml {
    margin-left: 1rem;
    display: flex;
}

.txt-ml span{
    font-size: 0.8rem;
}

.reg-purchase-ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.reg-purchase .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg-purchase-subttl {
    font-weight: bold;
    font-size: 1rem;
}
