/* カスタマイズ用CSS */
html {
    font-size: 16px;
}
body {
    color: #333;
}
.sp-only {
    display: none;
}
@media (max-width: 640px){
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
}
.text-red {
    color: #de5d50;
    font-weight: bold;
}
.ec-role, .ec-mypageRole, .ec-welcomeMsg {
    color: #333;
}
.ec-footerRole .ec-footerRole__inner {
    color: #333;
}
.ec-itemNav {
    line-height: 1.75;
}
.ec-topicpath {
    padding-top: 0;
}
.ec-pageHeader h1, .ec-pageHeader .h1 {
    margin: 0 0 1em;
    padding: 0.25em 0;
    font-size: 24px;
}
.ec-productListRole_product_img {
    width: 60px;
    height: 60px;
    position: relative;
    border: 1px solid #ddd;
}
.ec-productListRole_product_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.ec-productListRole_product_link {
    align-items: center;
}
.ec-productListRole_product_name {
    padding: 0.5em;
    box-sizing: border-box;
    flex: 1;
}
.ec-productListRole_btn .ec-blockBtn--action {
    height: auto;
    line-height: 1.5;
    padding: 0.7em 1em;
    border-radius: 4px;
}
.ec-productListRole_btn .ec-blockBtn--action:hover {
    outline: 1px solid #bd4f44;
    color: #bd4f44;
    border: 1px solid transparent;
}

/*注文画面*/
.ec-orderDelivery .ec-orderDelivery__change {
    position: relative;
}
.ec-orderDelivery .ec-orderDelivery__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    padding: 0;
}
.ec-orderRole .ec-orderDelivery__item .name {
    display: block;
    margin-bottom: 0.5em;
}
.ec-orderRole .ec-orderDelivery__item .reduced-tax-rate {
    color: #de5d50;
    margin-left: 0.25em;
}
.ec-orderRole .ec-orderDelivery__item .info {
    margin-bottom: 0.25em;
    font-size: 14px;
    text-align: right;
}
.ec-orderRole .ec-orderDelivery__item .price .tax {
    margin-left: 0;
    font-size: 80%;
}
.ec-orderRole .ec-orderDelivery__item .price .tax-included {
    display: inline-block;
    margin-left: 1em;
    font-size: 85%;
}
.ec-orderRole .ec-orderDelivery__item .subtotal {
    text-align: right;
    margin: 0;
}
.ec-orderRole .ec-orderDelivery__item p {
    margin: 0.25em 0;
}
.ec-imageGrid .ec-imageGrid__img {
    width: 130px;
    height: 130px;
    padding: 8px;
    text-align: center;
    border: 1px solid #e1e1e1;
}
.ec-imageGrid__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}
.ec-imageGrid .ec-imageGrid__content {
    padding-left: 1em;
    font-size: 16px;
}
.ec-imageGrid {
    padding: 8px 0;
}
.ec-totalBox .tax-included {
    display: block;
    font-size: 85%;
}

.ec-headerRole__title {
    width: 200px;
}
.ec-newsRole {
    margin-top: 0;
}
.ec-role + .ec-role {
    margin-top: 20px;
}
.topPage_bottom_btn {
    width: 100%;
    justify-content: center;
}
.topPage_bottom_btn p {
    max-width: calc(50% - 20px);
    width: 300px;
    margin: 0 10px;
}
.ec-cartNaviWrap_side .ec-secHedding_ttl-side {
    font-size: 16px;
    padding: 0.5em;
    line-height: 1.5;
}
.ec-totalBox .ec-totalBox__discount {
    display: block;
    font-weight: bold;
}
.ec-totalBox .ec-totalBox__discount_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    color: #DE5D50;
}
.ec-totalBox .ec-totalBox__discount_price dt, .ec-totalBox .ec-totalBox__discount_price dd {
    margin: 0;
}
.ec-totalBox__discount_title {
    margin-bottom: 0.25em;
}
.ec-totalBox .ec-totalBox__spec dd {
    margin: 0;
}
.ec-totalBox__taxRate, .ec-totalBox__taxRate dt, .ec-totalBox__taxRate dd {
    margin: 0 !important;
}
.ec-totalBox .ec-totalBox__paymentTotal {
    margin-top: 1em;
}
.ec-totalBox .ec-totalBox__btn {
    margin-top: 20px;
}
.ec-totalBox .ec-totalBox__btn .ec-blockBtn--action:hover {
    color: #DE5D50;
    outline-color: #DE5D50;
    background: #fff;
}
.ec-cartCompleteRole {
    color: #333;
}
.ec-cartCompleteRole .ec-off3Grid__cell {
    width: 100%;
    margin: 0;
    text-align: center;
}
.ec-cartCompleteRole .ec-blockBtn--cancel {
    width: 100%;
    background: #e4e4e4;
    padding: 0.5em 0;
    color: #333;
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: linear-gradient(to bottom, #e4e4e4, #d7d7d7);
    border: 1px solid #333;
}
@media (max-width: 640px){
    .ec-progress .ec-progress__item:after {
        top: 1em;
    }
    .ec-imageGrid .ec-imageGrid__img {
        display: inline-block;
        width: 80px;
        height: 80px;
    }
    .ec-imageGrid .ec-imageGrid__content {
        padding-left: 0.5em;
        width: 100%;
    }
    .ec-orderRole .ec-orderDelivery__item .name {
        font-weight: bold;
    }
    .ec-orderRole .ec-orderDelivery__item p.price, .ec-orderRole .ec-orderDelivery__item p.quantity {
        font-size: 12px;
        margin: 0;
    }
    .ec-orderRole .ec-orderDelivery__item p.subtotal {
        margin-top: 1em;
        font-size: 14px;
    }
    .ec-orderRole .ec-orderDelivery__item .info p {
        font-size: 12px;
    }
    .ec-layoutRole__left {
        background: #f7f7f7;
    }
}

/*ボタン*/
.btn_entry {
    margin-top: 1rem;
}
.btn_cart, .btn_entry, .btn_vip {
    position: relative;
}
.btn_cart a, .btn_cart button {
    position: relative;
    width: 100%;
    background: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 0.5em 2em;
    line-height: 1.5;
}
.btn_cart::before {
    position: absolute;
    top: 50%;
    left: 0.75em;
    z-index: 1;
    transform: translateY(-50%);
}
.btn_entry::after, .btn_cart::after, .btn_vip::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 0.75em;
}
.ec-cartNaviWrap_side .ec-cartNavi_side .btn_cart {
    width: 100%;
}
.btn_entry a:hover, .btn_entry button:hover, .btn_entry .ec-blockBtn--action:hover {
    color: #333;
    opacity: 1;
}
.btn_cart a:hover, .btn_cart button:hover {
    color: #333;
    background: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
    opacity: 1;
}
.btn_vip a, .btn_vip button {
    background: linear-gradient(to bottom, #e4e4e4, #d7d7d7);
    border: 1px solid #333;
}
.btn_vip a:hover, .btn_vip button:hover {
    background: linear-gradient(to bottom, #e4e4e4, #d7d7d7);
    color: #333;
    opacity: 1;
    border: 1px solid #333;
}
.btn_cancel a, .btn_cancel button {
    border: 1px solid #333;
    color: #333;
    background: linear-gradient(to bottom, #e4e4e4, #d7d7d7);
}
.btn_cancel a:hover, .btn_cancel button:hover {
    background: linear-gradient(to bottom, #e4e4e4, #d7d7d7);
    color: #333;
    opacity: 1;
    text-decoration: underline;
}
.btn_entry .ec-blockBtn--action {
    background: linear-gradient(to bottom, #5b5b5b, #333);
    color: #fff;
    border: 1px solid #333;
}
.btn_entry .ec-blockBtn--action:hover {
    background: linear-gradient(to bottom, #333, #0c0c0c);
    color: #fff;
    border: none;
    border: 1px solid #000;
}
.ec-zipInputHelp {
    display: none;
}
.ec-navlistRole .ec-navlistRole__item {
    width: calc(100% / 3);
}
@media (max-width: 768px){
    .ec-navlistRole .ec-navlistRole__item {
        width: calc(100% / 2);
    }
}

/*マイページ*/
.ec-mypageRole_history {
    display: block;
}
.ec-mypageRole {
    color: #333;
}
.ec-historyRole .ec-historyRole__contents {
    color: #333;
}
.ec-registerCompleteRole {
    color: #333;
}
@media (max-width: 768px){
    .ec-navlistRole .ec-navlistRole__item a {
        font-size: 14px;
    }
    .ec-loginRole_container_input .login_area {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .ec-loginRole_container_input .login_area_left {
        width: 100%;
        border-bottom: 1px solid #b5b19f;
        border-right: 0;
    }
    .ec-loginRole_container_input .login_area_right {
        width: 100%;
    }
}

/*メンバーガイド・ショッピングガイド*/
.ec-off1Grid .ec-off1Grid__cell {
    margin: 0;
    width: 100%;
}
.ec-pageMemberRole_list_item ul {
    padding-left: 1em;
}
.ec-pageMemberRole_list_item ul li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}
.ec-pageMemberRole {
    line-height: 1.5;
}
.ec-pageMemberRole .delivery-time li, .ec-pageShoppingRole .delivery-time li {
    background: #eee;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.ec-pageShoppingRole_list_item:last-child li {
    padding-left: 1em;
    text-indent: -1em;
}

/*カート画面*/
.ec-progress .ec-progress__number {
    background: #333;
}
.ec-cartRole {
    color: #333;
}
.ec-progress .ec-progress__item:after {
    background: #333;
}
.ec-cartRole__totalTax {
    text-align: center;
}
.ec-cartRole__info {
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.ec-cartRole__info span {
    color: #de5d50;
    font-weight: bold;
}
.tax-included {
    display: block;
    font-size: 80%;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_amount {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.ec-cartRole__form {
    padding: 0;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__deleteButton {
    background: #525263;
    border-color: #525263;
}

.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable .ec-cartRow li {
    padding: 0.5em;
}

.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_product .ec-cartRow__img {
    display: inline-flex;
    justify-content: center;
    width: 80px;
    height: 80px;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #e4e4e4;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_product .ec-cartRow__img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_product .ec-cartRow__img a {
    width: 100%;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartRow .ec-cartRow__summary {
    width: 100%;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-right: 8px;
}
.ec-cartRole__cart_sp .ec-cartRow {
     margin-top: 20px   
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
    justify-content: center;
    align-items: center;
}
.ec-cartRow__sutbtotalSP {
    flex: 1;
    text-align: right;
    font-size: 14px;
}
.ec-cartRow__name.ec-cartRow__nameSP .price {
    text-align: right;
    font-size: 14px;
    font-weight: normal;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_detail h4 {
    width: 50%;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_detail div {
    text-align: center;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_detail div span {
    margin: 0;
}
.ec-cartRole__cart .ec-cartTable_footer {
    display: block;
    width: 100%;
}
.ec-cartRole__cart_sp .ec-cartTable_footer {
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
}
.ec-cartRole .ec-cartRole__totalAmount {
    margin-left: 0;
}
.ec-cartRole .ec-cartRole__total {
    text-align: center;
}
.btn_double .ec-off4Grid__cell {
    justify-content: center;
    width: 100%;
    gap: 10px;
}
.ec-cartRow .ec-cartRow__img img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.ec-cartRow .ec-cartRow__img a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.ec-cartRow .ec-cartRow__img {
    width: 100px;
    height: 100px;
    border: 1px solid #e4e4e4;
}
@media (max-width: 640px) {
    .ec-pageHeader h1 {
        padding: 0.5em;
        font-size: 20px;
    }
}

/*ヘッダー*/
.ec-headerNaviRole .btn_cart_header a {
    padding: 0.5em 1em;
    padding-left: 2.5em;
}
.ec-headerNaviRole .fa-shopping-cart:before {
    left: 0.75em;
}
.ec-headerNaviRole .btn_cart_header a:hover {
    opacity: 1;
    text-decoration: underline;
}
.ec-headerSPRole_ttl h1 a {
    text-align: left;
}
.ec-headerSPRole .ec-cartNavi {
    min-width: unset;
    width: 100%;
}
.ec-headerSPRole .btn_cart_header a {
    padding-left: 1.5em;
}
.ec-headerSPRole .fa-shopping-cart:before {
    left: 0.75em;
}
.ec-headerSPRole_nav {
    position: fixed;
    top: 64px;
    right: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
}
.ec-headerSPRole_ttl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 1rem rgba(0,0,0,0.5);
}
.ec-headerSPRole .ec-headerSearch {
    margin-top: 0;
}
.ec-headerSPRole {
    padding-top: 64px;
}
.ec-headerSPRole_nav-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    border: none;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        padding-top: 0.25em;
    font-size: 12px;
}
.ec-headerSPRole_nav-cart {
    position: fixed;
    top: 0;
    right: 64px;
    width: 64px;
    height: 64px;
    border: none;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0.25em;
    font-size: 12px;
    color: #fff;
}
.ec-headerSPRole_nav-cart.fa-shopping-cart:before {
    color: #fff;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}
.ec-headerSPRole_nav-btn:before, .ec-headerSPRole_nav-cart.fa-shopping-cart:before {
    font-size: 24px;
    margin-bottom: 0.25em;
}
.ec-headerSPRole_nav-cart span {
    padding-left: 0.25em;
}
.ec-headerSPRole_nav-cart a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*サイドバー・フッター*/
.ec-shippingNaviRole h2 {
    margin-bottom: 0.5em;
    font-weight: bold;
}
.ec-shippingNaviRole p + p {
    margin-top: 0.5em;
}
@media (max-width: 640px) {
    .ec-footerRole {
        margin-top: 0;
    }
    .ec-aboutNaviRole img {
        max-width: 240px;
        margin: 0 auto;
        display: block;
    }
    .ec-aboutNaviRole {
        border-top: 1px solid #7d7d7d;
        border-bottom: 1px solid #7d7d7d;
    }
    .ec-shippingNaviRole {
        background: #fff;
        margin: 2rem;
        border-radius: 4px;
        border: 2px solid #e4e4e4;
        box-shadow: 0 0 0.5rem rgba(0,0,0,0.05);
    }
}

/*トップページ*/
@media (max-width: 640px) {
    .topPage_bottom_btn {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .topPage_bottom_btn > p {
        width: 100%;
        max-width: 240px;
        margin: 0.5rem;
    }
    .ec-newsRole .ec-newsRole__newsDate {
        margin: 0;
    }
    .ec-newsRole .ec-newsRole__news {
        padding: 1em;
    }
    .ec-newsRole .ec-newsRole__newsItem:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .ec-newsRole .ec-newsRole__newsItem {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .ec-newsRole .ec-newsRole__newsTitle {
        margin-bottom: 0;
    }
    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        padding-top: 40px;
    }
}

/*商品一覧*/
.bg-load-overlay {
    background: transparent;
}
@media (max-width: 640px) {
    .ec-productListRole_btn .ec-blockBtn--action {
        font-size: 12px;
        width: 80px;
        margin: 0.5em auto 0;
        padding: 0.5em 0.75em !important;
    }
    .ec-productListRole_stock_number {
        text-align: center;
    }
    .ec-productListRole_product_name .ec-productListRole_price {
        width: 100%;
        display: block;
        text-align: right;
        margin-top: 0.5em;
        font-weight: normal
    }
    .ec-productListRole_product_name {
        height: 100%;
        font-size: 12px;
        padding: 0;
        margin-left: 0.5em;
        font-weight: bold
    }
    .ec-productListRole_stock_number input[type=number] {
        max-width: 80px;
        height: 32px;
        padding: 0.5em;
    }
    .ec-productListRole_product_link {
        height: 100%;
        align-items: center;
    }
    .ec-productListRole {
        margin: 0 10px;
        overflow: hidden;
    }
    .ec-productListRole_list_item .ec-productListRole_list_item_category {
        padding: 0.5em 0.75em;
    }
}

/*商品ページ*/
.ec-productRole {
    color: #333;
}
.ec-headingTitle {
    color: #333;
}
.ec-productRole .ec-productRole_price {
    color: #333;
    font-size: 24px;
}
.ec-productRole .ec-productRole__btn button {
    background: #DE5D50;
    border: none !important;
    color: #fff;
    outline-color: #DE5D50;
    font-size: inherit;
    font-weight: bold;
}
.ec-productRole .ec-productRole__btn {
    color: #fff;
    outline-color: #DE5D50;
    font-size: 18px;
}
.ec-productRole .ec-productRole__btn::after {
    border-color: #fff;
}
.tax {
    font-size: 60%;
}
.ec-productRole .ec-productRole_price .ec-price .tax-included {
    margin-top: 0.25em;
}
.ec-productRole .ec-productRole_actions_container {
    margin-top: 20px;
}
.ec-productRole img {
    height: auto;
}
.ec-productRole_detail img {
    max-width: 50%;
    height: auto;
}
@media (max-width: 640px) {
    .ec-productRole {
        margin-top: 0;
    }
    .ec-productRole_detail img {
        max-width: 100%;
    }
    .ec-sliderItemRole {
        padding: 0;
    }
}

/*お問い合わせ*/
.ec-contactRole {
    color: #333;
}


.ec-blockBtn_wrapper {
    margin: 1rem auto;
}
.ec-blockBtn--action {
    height: auto;
    line-height: 1.5;
    padding: 0.7em 0.5em;
    border-radius: 4px;
}
.ec-blockBtn--action:hover {
    outline: 1px solid #bd4f44;
    color: #bd4f44;
}

.ec-cartNaviIsset {
    margin-top: 50px;
    width: auto;
    min-width: 360px;
    max-width: 500px;
    box-shadow: 0 0 1rem rgba(0,0,0,0.15);
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartImage {
    width: 60px;
    height: 60px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cart {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 1em;
    font-size: 14px;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartImage img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
    width: auto;
    flex: 1;
    padding-left: 1em;
    font-size: 14px;
}

.ec-cartNaviIsset__action .ec-cartNavi--cancel {
    height: auto;
    line-height: 1.5;
    padding: 0.5em;
}
.ec-cartNaviIsset__action .ec-blockBtn--action {
    background: linear-gradient(to bottom, #5b5b5b, #333);
    color: #fff;
    border: 1px solid #333;
}
.ec-cartNaviIsset__action .ec-blockBtn--action:hover {
    background: linear-gradient(to bottom, #333, #0c0c0c);
    color: #fff;
    border: none;
    border: 1px solid #000;
}
.ec-blockBtn--action.disabled, .ec-blockBtn--action[disabled], fieldset[disabled] .ec-blockBtn--action {
    background: #aaaaaa;
    border-color: #aaaaaa;
}
.btn_login a, .btn_login button, .btn_cancel a, .btn_cancel button {
    height: auto;
    background: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 1em;
    font-size: 0.875rem;
    line-height: 1.5;
}
.ec-cartRole__notice {
    font-size: 75%;
    display: block;
    margin-top: 0.25em;
    font-weight: normal;
}
.ec-cartRole .ec-cartTable_detail div {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-cartRole .ec-cartTable_detail.total {
    border-top: 1px solid #e4e4e4;
}
.ec-cartRole .ec-cartTable_detail.total .ec-cartRole__totalAmount {
    font-size: 120%;
}
.ec-cartRole .ec-cartTable_detail.total h4 {
    font-weight: bold;
}
.ec-cartRole .ec-cartTable_detail.discount {
    color: #de5d50;
}
@media (max-width: 640px) {
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_detail h4 {
    text-align: center;
}
}

.out_of_stock {
    font-size: 70%;
    font-weight: normal;
    color: #fff;
    background: #de5d50;
    display: inline-block;
    padding: 0 0.5em;
    margin-left: 0.5em;
    line-height: 1.75;
    border-radius: 2px;
    vertical-align: text-bottom;
}

.ec-bannerRole {
    margin: 2rem auto;
}

/*VIP会員ガイド*/
.vip-members_text .catch {
    background-color: #bee0c2;
    font-size: 120%;
    font-weight: bold;
    padding: 1em 1em 0.9em;
    border-radius: 4px;
    margin: 0.75em 0;
}
.vip-members_title {
    margin-bottom: 0.5em;
    font-size: 120%;
    color: #005c42;
}
.vip-members_item + .vip-members_item {
    border-top: 1px solid #ccc;
    padding-top: 1.25em;
    margin-top: 1.5em;
}
.vip-members_item {
    font-size: 14px;
}
.box-orange, .box-green {
    padding: 1em;
    margin: 1em 0;
    font-size: 14px;
    text-indent: 0;
    border-radius: 4px;
}
.box-orange h3, .box-orange h4, 
.box-green h3, .box-green h4 {
        font-size: 120%;
        font-weight: bold;
}
.box-orange {
    background: #fce4d6;
}
.box-green {
    background: #bee0c2;
}
.box-orange p:last-of-type, .box-green p:last-of-type {
    margin-bottom: 0;
}
.vip-members_text h4 {
    font-size: 120%;
}
.vip-members_text > ul > li + li {
    margin-top: 1em;
}

.info {
    text-align: center;
}
.info img {
    max-width: 640px;
    overflow: hidden;
    border-radius: 4px;
}

.no-indent {
    padding: 0 !important;
    text-indent: 0 !important;
}
.no-indent li {
    padding: 0 !important;
    text-indent: 0 !important;
}

.vip-members_text table, .vip-members_text table th, .vip-members_text table td {
    table-layout: fixed;
    border: 1px solid;
}
.vip-members_text table th, .vip-members_text table td {
    padding: 0.5em 1em;
    vertical-align: middle;
    text-align: center;
}
.vip-members_text table th {
    background: #bee0c2;
}

@media (max-width: 640px) {
    .ec-productlistInfoRole ul {
        padding: 0 !important;
        font-size: 16px !important;
    }
    .ec-productlistInfoRole {
        padding: 0 2em;
    }
}
.ec-headerSPRole_nav-btn {
    color: #000;
}
.ec-headerSPRole_nav-cart {
    color: #000;
}
.ec-headerSPRole_nav-btn:before, .ec-headerSPRole_nav-cart.fa-shopping-cart:before {
    color: #000;
}

.ec-blockNotice {
    width: 100%;
    margin: 1em 0;
}

.ec-select {
    margin-bottom: 0;
}
.ec-zipInput {
    margin-bottom: 0.5em;
}
.ec-required {
    display: inline-block;
    background: #DE5D50;
    color: #fff;
    border-radius: 4px;
    padding: 0 0.75em;
    line-height: 1.5;
    margin: 0;
}
.ec-borderedDefs dt {
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5em;
    justify-content: flex-start;
}
.ec-borderedDefs dt .ec-label {
    margin: 0;
}

.ec-select input[type=checkbox] {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 0.25em;
    vertical-align: text-bottom;
    appearance: auto;
    -webkit-appearance: auto;
}
.ec-select input[type=radio] {
    width: 1.25em;
    height: 1.25em;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-bottom;
    appearance: auto;
    -webkit-appearance: auto;
}

.ec-productRole .ec-productRole__priceRegular {
    padding: 0;
    margin: 0.5em 0;
}
.ec-productRole .ec-productRole__price {
    padding: 0;
}
.ec-productRole .ec-productRole__priceRegular.ec-order-pv {
    font-weight: bold;
    color: green;
}

#add-all-to-cart {
    padding: 0.25em;
    font-size: 1.5rem;
    outline: 0;
    border: none;
}
#add-all-to-cart:hover {
    color: #fff;
    background-color: #DE5D50;
    outline: 0;
    opacity: .75;
}
#add-all-to-cart:disabled {
    background: #aaaaaa;
    opacity: 1;
}
.ec-cartRole__cart_sp {
    width: 100%;
}
.ec-cartRole__actions .btn_entry::after {
    display: none;
}
.disabled {
    pointer-events: none;
    background: #aaaaaa !important;
    border-color: #aaaaaa !important;
}
.ec-cartRow .order-pv {
    margin-top: 0.5em;
}
.ec-loginNaviRole_name .mile-balance {
    display: block;
    margin: 0.5em 0;
    font-size: 85%;
    font-weight: bold;
}
.ec-totalBox .ec-totalBox__pointBlock {
    font-size: 13px;
    padding: 0.75em;
}
.ec-totalBox .ec-totalBox__pointBlock .ec-totalBox__spec {
    margin: 0;
}

#ec-modal-header, .ec-blockNotice {
    font-size: 1rem;
    font-weight: bold;
}
.ec-cartRole__info span,
.ec-blockNotice {
    color: red;
}
#news_readmore {
    margin: 1em 0;
}

/*暫定*/
.ec-productListRole_product_link {
    pointer-events: none;
}