/* ================ */
/* 新しいデザインのCSS */
/* ================ */

.shopping-top {
    color: #1a1b1f;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 1.8em;
}

.shopping-top h5 {
    font-size: 24px;
    font-weight: 350;
    font-family: "Noto Sans JP", sans-serif;
    margin: 44px auto 40px;
    letter-spacing: 1px;
    padding: 0 15px;
}

.shopping-top .section{
    background-color: #f5f5f5;
    padding: 0;
}

.top-background-new {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 269px;
}

.top-bot {
    font-family: Helvetica;
    font-size: 55px;
    font-weight: 700;
    color: #333;
}

.top-shop {
    font-size: 38px;
    font-weight: 400;
}

.shopping-body, .loginInputDisp, .accountAddDisp, .shippingPanel, .agency-panel {
    background: white;
    border-radius: 50px;
}

/* 
  * 01. 商品を選択
******************************/
.shopping-section {
    font-weight: 400;
    line-height: 60px;
    color: #999;
    letter-spacing: 1px;
}
.shopping-section, .shopping-item {
    border-bottom: 1px solid #eee;
}
.shopping-item {
    display: flex;
    flex-wrap: wrap;
}
.item-image {
    width: 25%;
    padding: 20px 20px;
    align-content: center;
}
.item-image img {
    width: 100%;
}
.item-link {
    background: #f5f5f5;
    border-radius: 999px;
    padding: 5px 15px;
    line-height: 1;
    font-size: smaller;
    color: #333;
    border: 1px solid #eee;
}
.item-body {
    width: 75%;
    padding: 40px 40px 20px 20px;
    text-align: left;
}

.item-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
}
.new {
    font-size: .62em;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(135deg, #1b89d4, #27a772);
    -webkit-background-clip: text;
    background-clip: text;
    margin-left: 4px;
    vertical-align: top;
    line-height: 1em;
}
.item-subtitle {
    font-size: 16px;
    font-weight: 700;
}
.item-desc {
    border-radius: 10px;
    background: #f5f5f5;
    padding: 10px 20px;
    font-size: smaller;
    color: #333;
    font-weight: 400;
    line-height: 1.8;
    width: 60%;
    float: left;
    margin: 10px 0 0;
}

.item-price {
    text-align: right;
    margin-left: auto;
}
.the-price {
    font-size: 162%;
}
.the-price, .currency {
    font-weight: 700;
}
.sub-price {
    font-size: smaller;
    line-height: 1.6em;
}
.item-qty {
    width: auto;
    margin: 20px 0 0 auto;
    float: right;
}
.form-control-quantity {
    text-align: center;
    width: auto;
    height: auto;
    padding: 0 10px !important;
    border: 1px solid #eee;
}
.shopping-total {
    padding: 20px 0;
}
.total-coupon {
    margin: 20px 0 0 0;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(135deg, #1b89d4, #27a772);
    -webkit-background-clip: text;
    background-clip: text;
}
.total-coupon #discountAmount {
    font-size: 162%;
}
.total-amount {
    font-weight: 700;
    padding-right: 20px;
    line-height: 60px;
    font-size: 120%;
}
.total-amount .total {
    font-size: 162%;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* 
 * 02. お客様情報
 ******************************/
.loginSelectDisp {
    justify-content: center;
}
.btn-info, .btn-default {
    border-radius: 30px 30px 0 0;
    width: 200px;
    line-height: 60px;
    font-weight: 700;
    box-shadow: none;
    outline: none;
    border: 0;
}
#btnLogin {
    margin-right: 40px;
}
.btn-info {
    background: white;
    color: inherit;
}
.btn-default {
    cursor: pointer;
    background: #eee;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle,
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled).active:focus, .show>.btn-default.dropdown-toggle {
    background: white;
    color: inherit;
    border: 0;
    box-shadow: none;
    outline: none;
}
.loginInputDisp {
    padding: 40px 30px;
}
.form-group label {
    font-weight: 700;
    margin: 10px 0 10px;
    font-size: 18px;
    line-height: 20px;
}
.form-group label.hepco {
    font-weight: 700;
    margin-top: -3px;
    font-size: 18px;
    line-height: 40px;
}
.form-control-bot {
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 8px 20px !important;
    transition: border-color .4s;
    height: auto;
    color: #333;
}
textarea.form-control-bot {
    padding: 20px !important;
    background: #f5f5f5 !important;
    color: #333 !important;
    overflow: visible;
}
.form-control-bot::placeholder {
    color: #ccc;
}
.form-control-bot:focus {
    border-color: #444;
}
.btn-bot {
    padding: 13px 50px 15px;
    background: black;
    border-radius: 999px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    height: auto;
    line-height: 1em;
    transition: none;
}
.btn-bot:hover {
    color: #888;
    background: black;
}
.forgot-password {
    font-size: small;
    line-height: 1em;
}
.form-desc {
    font-weight: 400;
    font-size: small;
}
.accountAddDisp {
    padding: 40px;
}
.required {
    color: #6ac590;
    margin-left: .1em;
    font-weight: 700;
}
.account-title {
    font-family: "Noto Sans JP", sans-serif;
    margin: 20px 0;
    font-size: 28px;
    font-weight: 700;
}
.account-desc {
    margin: 0px 0 40px;
}
.form-check .form-check-sign::before {
    background: #f5f5f5;
    border: 1px solid #eee;
    transition: none;
}
.form-check .form-check-sign::after {
    background: #333;
    transition: none;
}

/* 
 * 03. 発送先情報
 ******************************/
.shippingPanel {
    padding: 40px;
}
.shippingPanel .form-check {
    margin: 0;
    text-align: center;
}
.shippingAddressDisp {
    margin-top: 40px;
}

/* 
 * 04. 代理店情報
 ******************************/
.agency-panel {
    padding: 40px;
}
.agency-title {
    margin: 20px 0;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
.agency-desc {
    margin: 0px 0 40px;
    text-align: center;
}
.agency-panel textarea.form-control-bot {
    field-sizing: content;
    height: auto;
}

.about-payment {
    padding: 50px 15px 0;
}
.about-payment .frame {
    position: relative;
    text-align: center;
    max-width: 440px;
    margin: 0 auto 40px;
    z-index: 99;
    background: #62cf63;
    border-radius: 20px;
    padding: 20px;
    color: white;
}
.about-payment .title {
    font-weight: 700;
    color: white;
}
.about-payment .desc {
    font-size: smaller;
    line-height: 1.8em;
    width: auto;
}
#paymentConfirmBtn {
    margin-bottom: 0px;
}
.footer {
    background-color: #f5f5f5;
    padding-top: 80px;
}

@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
    .account-desc {
        font-size: smaller;
    }
    .shopping-body, .loginInputDisp, .accountAddDisp, .shippingPanel, .agency-panel {
        border-radius: 40px;
    }
    .item-image {
        width: 30%;
        padding-right: 0;
    }
    .item-body {
        width: 70%;
    }
    .item-title {
        font-size: 20px;
    }
    .item-desc {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .item-price {
    }
    .item-qty {
        margin-top: 10px;
    }
}
@media screen and (max-width: 575px) {
    .container {
        padding: 0;
    }
    #btnLogin {
        margin-right: 10px;
    }
    .accountAddDisp {
        padding: 10px 20px;
    }
    .shippingPanel, .agency-panel, .loginInputDisp {
        padding: 40px 20px;
    }
    .shopping-body, .loginInputDisp, .accountAddDisp, .shippingPanel, .agency-panel {
        border-radius: 0;
    }
    .shopping-top h5 {
        padding: 0 40px 0;
    }
    .agency-desc {
        padding: 0 20px 0;
    }
}
