@charset "utf-8";

header .info {}

.cart-pc {
    display: block;
}

.cart-sp {
    display: none;
}

main {
    width: 100%;
}

#step ul {
    display: flex;
    justify-content: space-between;
    border: 2px solid var(--main-color);
    margin-bottom: 1rem;
}

#step li {
    position: relative;
    width: calc(100% / 3);
    text-align: center;
    padding: 0.5rem;
}


#step li.is-current {
    background-color: var(--main-color);
    color: var(--title-color);
}

#step li:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid var(--main-color);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    z-index: 2;
}

#step li:last-child::after {
    content: none;
}

#step li p {
    font-size: 1.2rem;
    font-weight: bold;
    width: 100%;
    padding: 0;
    margin: 0;
}

#step li img {
    width: 1.8rem;
    vertical-align: sub;
    margin: 0 0.2rem 0 -2rem;
}

#step p.attention {
    font-size: 1.4rem;
}

#step p.attention a {
    display: inline;
    color: var(--main-color);
}

table {
    width: 100%;
    margin-bottom: 1rem;
}

table:last-child {
    margin-bottom: 0;
}

table th,
table td {
    vertical-align: middle;
    padding: 1rem;
    border: 1px solid #aaa;
    vertical-align: middle;
    text-align: center;
    font-size: 1.6rem;
}

table th {
    background-color: #E6F7FF;
    color: #0a0a0a;
    font-weight: bold;
}

table td {}

table img {
    width: 100%;
}

p.cart-p-name {
    line-height: 1.4;
    margin-bottom: 1rem;
}

table.cartTable2,
table.pay_money {
    width: 90%;
    margin: 2rem auto;
}

table.cartTable2 tr {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.cartTable2 td.cell1,
.cartTable2 td.cell2 {
    width: 25%;
    margin: -1px 0 0 -1px;
    font-weight: bold;
}

.cartTable2 td.cell1 img {
    width: 12rem;
}
.cartTable2 td.cell2 .info2 {
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.total_fee {
    font-weight: bold;
}

table.cartTable1 {
    width: 35%;
}

/* 支払い金額 ここから */
table.pay_money th,
table.pay_money td {
    display: table-cell;
}

table.pay_money th {
    width: 30%;
}

table.pay_money td {
    width: 70%;
}

/* 支払い金額 ここまで */

/*  */
a {
    display: inline;
    font-weight: bold;
    color: var(--main-color);
}

.cart_input_attention {
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 2rem;
}

/*  */

/* 入力フォーム */

table.cart_input_table {
    width: 90%;
    margin: auto;
}

.cart_input_table th {
    width: 30%;
}

.attention_required {
    font-size: 1.4rem;
    color: var(--title-color);
    background-color: #cc0022;
    padding: 0.2rem 0.6rem;
    border-radius: 0.5rem;
    display: block;
    float: right;
}

.attention {
    color: #cc0022;
    font-weight: bold;
}

.point {
    font-weight: bold;
}

.cart_input_table .mail-explanation {}

.cart_input_table .underage,
.cart_input_table .mail-announce {
    font-size: 1.4rem;
    color: #cc0022;
}

.cart_input_table .mini {
    font-size: 1.6rem;
}

#city,
#building {
    display: block;
    width: 60%;
    margin: 0.5rem auto;
}

#tel,
#email {
    width: 60%;
}

.inputErrorMassage,
.inputSupport {
    padding: 0.5rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    display: none;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
}

.inputErrorMassage {
    background-color: #cc0022;
}

.inputSupport {
    background-color: var(--main-color);
    color: var(--title-color);
}

.cart_input_table input,
.cart_input_table select {
    padding: 0.5rem;
    font-size: 1.6rem;
}

.cart_input_table label {
    font-weight: bold;
    font-size: 1.6rem;
    margin-right: 0.5rem;
}

.cart-tel {
    display: inline;
    font-weight: bold;
    color: var(--main-color);
    cursor: pointer;
}

.cart-tel:hover {
    opacity: 0.8;
}

#coupon_true,
#coupon_false {
    display: none;
}

/* 入力フォーム */

/*  */

table.cartTable1 {}

.cartTable1 th {
    width: 40%;
}

.point_area {
    margin-top: 2rem;
}

/*  */

.scrollbar2 {
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 20%) inset;
    overflow: auto;
    width: 90%;
    height: 20rem;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    margin: 1rem auto 0;
    -webkit-overflow-scrolling: touch;
}

/*  */
.hide {
    display: none !important;
}

/*  */

/* 注文確定ボタン */

.cartbtn {
    width: 50%;
    margin: 2rem auto;
    text-align: center;
}

.cartbtn a {
    text-align: center;
    /*background: linear-gradient(to bottom, #ff6b3a, #ff4d12);*/
    background: linear-gradient(to bottom, #f00, #a00);
    color: var(--title-color);
    border-radius: 0.5rem;
    box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 19%);
    font-size: 2.4rem;
    font-weight: bold;
    padding: 1rem;
    display: block;
    width: 100%;
}

.cartbtn a img {
    width: 2.4rem;
    margin-top: -0.5rem;
    vertical-align: middle;
}

/* 注文確定ボタン */

img.cart-help {
    width: 2rem;
    vertical-align: text-top;
    margin-left: 0.5rem;
}

section {
    margin-bottom: 5rem;
}

/**/
#coupon_code_input1 button {
    font-size: 1.6rem;
    padding: 0.3rem 1rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    appearance: none;
    color: var(--main-color);
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    header .info {
        display: block;
    }

    .cart-pc {
        display: none;
    }

    .cart-sp {
        display: block;
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
        padding: 0.2rem 1rem;
    }

    header .info .cart-sp img {
        display: block;
        width: 3.5rem;
        height: auto;
        margin: 0 auto 0.2rem auto;
    }

    .contents-box {
        width: 98%;
        margin: auto;
    }

    #step ul {
        margin-bottom: 2rem;
    }

    .cartbtn {
        width: 70%;
        margin: 2rem auto;
    }

    table.cartTable2,
    table.pay_money {
        width: 98%;
        margin: 1rem auto;
    }

    table.cartTable2 tr {}

    .cartTable2 td.cell1,
    .cartTable2 td.cell2 {
        width: 50%;
        margin: -1px 0 0 -1px;
    }

    .cartTable2 td.cell1 img {
        width: 10rem;
    }

    #pay_money td {
        text-align: right;
    }

    table.cartTable1 {
        width: 100%;
    }

    /* 入力フォーム */
    table.cart_input_table {
        width: 98%;
    }

    .cart_input_table th,
    .cart_input_table td {
        width: 100%;
        display: block;
        text-align: left;
        padding: 0.5rem;
    }

    .cart_input_table input,
    .cart_input_table select {
        padding: 0.5rem;
        font-size: 1.6rem;
    }

    .cart_input_table .name label {
        font-size: 1.2rem;
        margin-right: 0.1rem;
    }

    .cart_input_table .name {
        text-align: center;
    }

    .cart_input_table .mail-explanation {
        font-size: 1.4rem;
    }

    .cart_input_table .underage,
    .cart_input_table .mail-announce {
        font-size: 1.2rem;
    }

    #name01,
    #name02,
    #kana01,
    #kana02 {
        width: 38%;
    }

    #post_code {
        width: 35%;
    }

    .cart_input_table .mini {
        font-size: 1.4rem;
    }

    #city,
    #building,
    #tel,
    #email,
    #password {
        width: 100%;
    }

    .inputErrorMassage,
    .inputSupport {
        padding: 0.3rem 0.8rem;
        font-size: 1.2rem;
    }


    /* 入力フォーム */



    /*  */
    .point_area {
        width: 98%;
        margin: 2rem auto 0 auto;
    }

    .scrollbar2 {
        width: 98%;
        height: 10rem;
    }


    /*  */
    .copyright {
        padding-bottom: 0;
    }

    /*  */
    img.cart-help {
        width: 2rem;
        vertical-align: sub;
        margin-left: 0.8rem;
    }
}

@media screen and (min-width:480px) and (max-width:820px) {

    #name01,
    #name02,
    #kana01,
    #kana02 {
        width: 38%;
    }
}
