/* カスタマイズ用CSS */
/*基本情報
--------------------*/
html, body, h1, h2, h3, h4, h5, h6 a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    font-size: 62.5%;
}
body {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #2f2a25;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body {
        font-family: 'Noto Sans JP', sans-serif;
    }
}
@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem;
        line-height: 1.4;
    }
}
* {
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
a:focus, a:hover {
    text-decoration: none;
}
.ec-layoutRole {
    /* background: #faf8f5; */
    background: #f9f8f4;
}
/*余白調整
-------------------*/
.contents-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.page-size {
    max-width: 1080px;
    margin: 0 auto;
}
.mt30 {
    margin-top: 30px !important;
}
.mt50 {
    margin-top: 50px;
}
.center, .tac {
    text-align: center;
}
.cl-red {
    color: #a12626;
}
.ec-blockTopBtn {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .contents-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*初期タグ
-------------------*/
.front-h0 {
    font-size: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: #89662d;
    opacity: 0.8;
}
img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: bottom;
}
.object-fit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
ul, ol, li {
    list-style: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td, th {
    padding: 0;
}
video, iframe {
    max-width: 100%;
    border: none;
}
/*レスポンシブ
-------------------*/
.sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block;
    }
}
/*内部スクロール
-------------------*/
.scorll-target {
    padding-top: 64px;
    margin-top: -64px;
}
/* パンクズ */
.breadcrumbs {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    font-size: 1.3rem;
    background: #faf8f5;
    padding: 9px 18px 6px;
}
.c-breadcrumbs {
    position: absolute;
    top: -30px;
    right: 0;
    display: inline-block;
    font-size: 1.3rem;
    background: #faf8f5;
    padding: 9px 18px 6px;
}
.breadcrumbs li, .c-breadcrumbs li {
    display: inline;
}
.breadcrumbs li::after, .c-breadcrumbs li::after {
    content: ">";
    padding: 0 0.2em;
    color: #a49e9e;
}
.breadcrumbs li:last-of-type:after, .c-breadcrumbs li:last-of-type:after {
    content: none;
}
.breadcrumbs li a, .c-breadcrumbs li a {
    text-decoration: underline;
}
.breadcrumbs li .current, .c-breadcrumbs li .current {
    color: #89662d;
}
/* -------------------------------------- */
/* common */
/* -------------------------------------- */
body {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
main {
    overflow-x: hidden;
}
.ta-c {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.c-white {
    color: #fff;
}
.c-lightbrown {
    color: #89662d;
}
.c-red {
    color: #a12626;
}
.note {
    font-size: 1.3rem;
}
.flex {
    display: flex;
}
.col_2, .col_2-itemulist {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
}
.col_2 > div {
    width: 50%;
    padding: 10px;
}
.border-bottom {
    border-bottom: 1px solid #F7060A;
}
@media screen and (max-width: 960px) {
    .col_2 > div {
        width: 100%;
    }
}
/*フォントサイズ
-------------------*/
@media only screen and (min-width: 768px) {
    .ec-reportHeading h1, .ec-reportHeading h2, .ec-reportHeading h3, .ec-reportHeading h4, .ec-reportHeading h5, .ec-reportHeading h6, .ec-reportHeading p {
        font-size: 30px;
    }
}
/*各種ボタン
-------------------*/
/* ボタン */
.more-btn {
    display: block;
    text-align: center;
    max-width: 306px;
    width: 80%;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    font-size: 1.5rem;
    color: #000;
    background: #fff;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #dddad7;
    position: relative;
    padding: 2px;
    /* transition: .3s; */
}
.more-btn:hover {
    opacity: 1;
    color: #89662d;
    border: 1px solid #a2875a;
}
.more-btn .btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #f6f3f0;
    border-radius: 23px;
    /* transition: .3s; */
}
.more-btn::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 8px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(/shop/html/user_data/assets/img/common/btn_arrow.png) 50% 50% / cover no-repeat;
}
.more-btn.dark {
    color: #fffdfc;
    background: #2f2a25;
}
.more-btn.dark .btn-inner {
    border-color: #5f513b;
}
.more-btn.dark:hover {
    color: #fffdfc;
    background: #675539;
}
.more-btn.dark:hover .btn-inner {
    border-color: #907850;
}
.more-btn02 {
    display: inline-block;
    font-size: 1.5rem;
    max-width: 220px;
    width: 100%;
    padding: 5px 2px;
    border-bottom: 3px double #e1dfdd;
    position: relative;
}
.more-btn02::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 24px;
    height: 8px;
    background: url(/shop/html/user_data/assets/img/common/btn_arrow.png) 50% 50% / cover no-repeat;
}
.more-btn02:hover {
    opacity: 1;
    color: #89662d;
    border-bottom: 3px double #d1c3ab;
}
.more-btn02.c-white {
    border-bottom: 3px double rgba(255, 255, 255, 0.2);
}
.more-btn02.c-white::before {
    background: url(/shop/html/user_data/assets/img/common/btn_arrow_w.png) 50% 50% / cover no-repeat;
}
.more-btn02.c-white:hover {
    color: #fff;
    border-bottom: 3px double rgba(255, 255, 255, 0.4);
}
/* ボタン（ログイン画面四角） */
.btn-square {
    display: block;
    text-align: center;
    width: 180px;
    height: 35px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 1.5rem;
    color: #fff;
    background: #675539;
    text-decoration: none;
    border: 1px solid #dddad7;
    position: relative;
    transition: .3s;
    font-weight: normal;
    padding: 3px;
}
.btn-square:hover {
    opacity: 1;
    /*color: #89662d;お問い合わせで白に*/
    color: #fff;
    background: #8a775a;
    border: 1px solid #a2875a;
}
.btn-square .btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #c9ad80;
    border-radius: 5px;
    transition: .3s;
}
/* ボタン（カート:進む） */
.ec-blockBtn--action, .ec-inlineBtn--action {
    text-align: center;
    max-width: 250px;
    width: 100%;
    height: 50px;
    margin: 0;
    border-radius: 25px;
    font-size: 1.5rem;
    color: #fff;
    background: #675539;
    text-decoration: none;
    border: 1px solid #dddad7;
    position: relative;
    transition: .3s;
    font-weight: normal;
    padding: 3px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.ec-blockBtn--action:hover, .ec-inlineBtn--action:hover {
    opacity: 1;
    color: #fff;
    background: #8a775a;
    border: 1px solid #a2875a;
}
.ec-inlineBtn--action:active:hover, .ec-inlineBtn--action:active:focus, .ec-inlineBtn--action:active.focus, .ec-inlineBtn--action.active:hover, .ec-inlineBtn--action.active:focus, .ec-inlineBtn--action.active.focus, .open > .ec-inlineBtn--action.dropdown-toggle:hover, .open > .ec-inlineBtn--action.dropdown-toggle:focus, .open > .ec-inlineBtn--action.dropdown-toggle.focus {
    color: #fff;
    background: #8a775a !important;
    border: 1px solid #a2875a !important;
}
.ec-blockBtn--action .btn-inner, .ec-inlineBtn--action .btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #c9ad80;
    border-radius: 23px;
    /* transition: .3s; */
}
.ec-blockBtn--action::before, .ec-inlineBtn--action::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 8px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(/shop/html/user_data/assets/img/common/btn_arrow.png) 50% 50% / cover no-repeat;
}
/* ボタン（カート:続ける） */
.ec-inlineBtn--cancel, .ec-blockBtn--cancel, .ec-blockBtn--cancel-nonicon {
    display: block;
    text-align: center;
    max-width: 250px;
    width: 100%;
    height: 50px;
    margin: 0 0 0 auto;
    border-radius: 25px;
    font-size: 1.5rem;
    color: #2f2a25;
    background: #fff;
    text-decoration: none;
    border: 1px solid #dddad7;
    position: relative;
    transition: .3s;
    font-weight: normal;
    padding: 3px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.ec-blockBtn--cancel-nonicon {
    max-width: 350px;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    line-height: 1.42857;
}
.ec-inlineBtn--cancel:hover, .ec-blockBtn--cancel:hover, .ec-blockBtn--cancel-nonicon:hover {
    opacity: 1;
    color: #89662d;
    background: #fff;
    border: 1px solid #a2875a;
}
.ec-inlineBtn--cancel .btn-inner, .ec-blockBtn--cancel .btn-inner, .ec-blockBtn--cancel-nonicon .btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #f5f2ef;
    border-radius: 23px;
    /* transition: .3s; */
}
.ec-inlineBtn--cancel::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 8px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: url(/shop/html/user_data/assets/img/common/btn_arrow-left.png) 50% 50% / cover no-repeat;
}
.ec-blockBtn--cancel::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 8px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(/shop/html/user_data/assets/img/common/btn_arrow.png) 50% 50% / cover no-repeat;
}
@media screen and (max-width: 767px) {
    .ec-inlineBtn--cancel, .ec-blockBtn--cancel-nonicon {
        display: block;
        max-width: 100%;
    }
}
/* -------------------------------------- */
/* Header */
/* -------------------------------------- */
.header-upper {
    min-height: 40px;
    background: #675539;
}
.header-upper .page-size {
    display: flex;
    justify-content: space-between;
}
.header-catch {
    font-size: 1.3rem;
    line-height: 1.2;
    color: #fff;
    display: flex;
    align-items: center;
}
.header-btns {
    display: flex;
    max-width: 300px;
    width: 80%;
}
.header-btns li {
    width: 50%;
    min-height: 40px;
}
.header-btns li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
}
.header-btns li.cart-btn > a:not(:last-of-type) {
    display: none;
}
.header-btns li a:hover {
    opacity: 1;
}
.header-btns li.cart-btn {
    background: #673939;
}
.header-btns li.cart-btn:hover {
    background: #7e4a4a;
}
.header-btns li.login-btn {
    background: #4a6739;
}
.header-btns li.login-btn:hover {
    background: #5b7b48;
}
.header-btns li.cart-btn a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/shop/html/user_data/assets/img/common/cart_icon.png) 50% 50% / cover no-repeat;
    margin-right: 5px;
}
.header-btns li.login-btn a::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 19px;
    background: url(/shop/html/user_data/assets/img/common/login_icon.png) 50% 50% / cover no-repeat;
    margin-right: 5px;
}
.header-lower .page-size {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
}
.header-logo {
    max-width: 194px;
}
.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    width: 100%;
    margin: 0 10px;
}
.header-nav li {
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    position: relative;
}
.header-nav li.current::before, .header-nav li:hover::before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 8px;
    background: url(/shop/html/user_data/assets/img/common/gnav_icon.png) 50% 50% / cover no-repeat;
}
.header-nav li:first-of-type {
    margin-bottom: 1em;
}
.header-nav li .small {
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.header-nav li.current a, .header-nav li a:hover {
    opacity: 1;
    color: #89662d;
}
.header-lower .more-btn {
    font-size: 14px;
    max-width: 190px;
    height: 40px;
    margin: 0;
}
.header-lower .more-btn::before {
    content: none;
}
@media screen and (max-width:767px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: #fff;
        z-index: 100;
    }
    .sp-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    .header-logo {
        max-width: 220px;
        margin-left: 3vw;
        margin-right: 3vw;
    }
    .header-logo img {
        width: 100%;
    }
    .header-btns {
        max-width: 200px;
        height: 100%;
    }
    .header-btns li {
        height: 100%;
    }
    .header-btns li a {
        font-size: 1.7rem;
        flex-direction: column;
    }
    .header-btns li.login-btn {
        padding-top: 13px;
    }
    .header-btns li.login-btn a::before {
        width: 28px;
        height: 38px;
        margin-right: 0;
        margin-bottom: 10px;
        background: url(/shop/html/user_data/assets/img/common/login_icon_sp.png) 50% 50% / cover no-repeat;
    }
    .header-btns li.menu-btn {
        background: #2f2a25;
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
        padding-top: 22px;
        cursor: pointer;
    }
    .header-btns li.menu-btn span {
        font-size: 1.7rem;
        color: #fff;
    }
    .header-btns li.menu-btn .hamburger {
        width: 50px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 14px;
    }
    .header-btns li.menu-btn .hamburger span {
        background: #8f7153;
        display: block;
        width: 100%;
        height: 2px;
    }
    .sp-menu {
        /* display: none; */
        opacity: 0;
        position: fixed;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        background: rgba(47, 42, 43, 0.95);
        transition: .3s;
        overflow: hidden;
        z-index: -1;
    }
    .sp-menu.is-open {
        /* display: block; */
        height: 100vh;
        /* padding-top: 150px; */
        padding-top: 50px;
        padding-bottom: 50px;
        opacity: 1;
        overflow-y: scroll;
        z-index: 100;
    }
    .sp-menu .close-btn {
        width: 100px;
        height: 100px;
        position: fixed;
        top: 0;
        right: 0;
        background: url(/shop/html/user_data/assets/img/common/close_btn.png) 50% 50% / cover no-repeat;
        cursor: pointer;
        z-index: 101;
    }
    .sp-menu-inner {
        display: none;
    }
    .sp-menu.is-open .sp-menu-inner {
        display: block;
    }
    .header-nav {
        flex-direction: column;
        max-width: none;
        /* margin-bottom: 20px; */
        margin: 0 0 20px;
    }
    .header-nav li {
        /* font-size: 4vw; */
        font-size: 3rem;
        color: #fff;
        margin-bottom: 1.4em;
    }
    .header-nav li:first-of-type {
        margin-bottom: 1.4em;
    }
    .header-nav li.current::before, .header-nav li:hover::before {
        content: none;
    }
    .header-nav.sub {
        margin-top: 2.4em;
    }
    .header-nav.sub li {
        font-size: 2rem;
    }
}
@media screen and (max-width:480px) {
    .header-nav li {
        font-size: 2rem;
    }
    .header-nav.sub li {
        font-size: 1.6rem;
    }
}
.ec-headerNav {
    text-align: center;
}
.ec-headerNav .ec-headerNav__item {
    margin-left: 0;
    font-size: 28px;
    display: flex;
    justify-content: center;
}
.ec-headerNav .ec-headerNav__itemLink {
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .ec-cartNavi {
        display: flex;
        justify-content: space-between;
        border-radius: 99999px;
        box-sizing: border-box;
        padding: 12px 17px 10px;
        width: auto;
        min-width: auto;
        height: 44px;
        white-space: nowrap;
        cursor: pointer;
        background: none;
        color: #fff;
    }
    .ec-cartNavi .fa-shopping-cart:before {
        display: none;
    }
}
/* -------------------------------------- */
/* Footer */
/* -------------------------------------- */
.footer {
    position: relative;
    background: #f5f1eb;
    padding-top: 60px;
    padding-bottom: 70px;
    text-align: center;
}
.footer .page-top {
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
    text-align: center;
}
.footer-logo {
    margin-bottom: 35px;
}
.footer-logo a {
    display: inline-block;
    max-width: 216px;
    width: 50%;
}
.footer-logo a img {
    width: 100%;
}
.footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 750px;
    width: 100%;
    margin: 0 auto 18px;
}
.footer-nav li {
    font-size: 1.6rem;
    line-height: 1;
}
.footer-nav li a:hover {
    opacity: 1;
}
.footer-nav li:hover {
    color: #89662d;
}
.footer-nav.sub-nav {
    max-width: 490px;
    margin-bottom: 25px;
}
.footer-nav.sub-nav li {
    font-size: 1.3rem;
}
.footer .more-btn {
    margin-bottom: 40px;
}
.footer-info {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 640px;
    width: 100%;
    margin: 0 auto 22px;
}
.footer-info li {
    font-size: 1.2rem;
    line-height: 1;
    padding: 0 16px;
    border-right: 1px solid #2f2a25;
}
.footer-info li:last-of-type {
    border: none;
}
.footer-info li a:hover {
    opacity: 1;
    color: #89662d;
}
.footer .sns-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.footer .sns-links li {
    margin-right: 10px;
}
.footer .sns-links li:last-of-type {
    margin-right: 0;
}
.footer .sns-links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2f2a25;
    /* transition: .3s; */
}
.footer .sns-links li a:hover {
    opacity: 1;
    background: #675539;
}
.copyright {
    font-size: 1.1rem;
}
@media screen and (max-width:767px) {
    .footer-logo {
        margin-bottom: 50px;
    }
    .footer-nav {
        flex-direction: column;
    }
    .footer-nav li {
        font-size: 3.6vw;
        margin-bottom: 3.6vw;
    }
    .footer-nav.sub-nav {
        margin-bottom: 40px;
    }
    .footer-nav.sub-nav li {
        font-size: 3vw;
    }
    .footer-info {
        flex-direction: column;
    }
    .footer-info li {
        font-size: 3vw;
        margin-bottom: 2.6vw;
        border-right: none;
    }
    .footer-info li:nth-of-type(2) a {
        color: #89662d;
    }
    .footer .sns-links {
        margin-bottom: 40px;
    }
    .footer .sns-links li {
        margin-right: 20px;
    }
    .footer .sns-links li a {
        width: 65px;
        height: 65px;
    }
    .copyright {
        font-size: 3vw;
    }
}
@media screen and (max-width:480px) {
    .footer-nav li {
        font-size: 1.8rem;
        margin-bottom: 1.8rem;
    }
    .footer-nav.sub-nav {
        margin-bottom: 30px;
    }
    .footer-nav.sub-nav li {
        font-size: 1.6rem;
    }
    .footer-info li {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .footer .more-btn {
        margin-bottom: 30px;
    }
    .footer .sns-links li a {
        width: 50px;
        height: 50px;
        padding: 10px;
    }
    .copyright {
        font-size: 1.3rem;
    }
}
/* -------------------------------------- */
/* side */
/* -------------------------------------- */
.ec-categoryNaviRole {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
    color: #2f2a25;
}
.ec-categoryNaviRole a:hover {
    color: #89662d;
}
.ec-itemNav__nav > li:hover > a {
    background: none;
}
.side-h2 {
    border-top: 2px solid #a2875a;
    border-bottom: 1px solid #e1dfdd;
    padding: 20px 0 10px 15px;
    font-size: 1.7rem;
    margin-bottom: 20px;
    position: relative;
}
.side-h2::before {
    content: '';
    padding: 0;
    position: absolute;
    top: 55%;
    left: 0;
    width: 5px;
    border-bottom: 2px solid #2f2a25;
}
.ec-itemNav {
    text-align: unset;
}
.ec-itemNav__nav li a {
    display: block;
    margin: 0;
    padding: 5px 0;
    color: #2f2a25;
    font-size: 15px;
    border-bottom: 1px solid #2f2a25;
}
@media only screen and (min-width: 768px) {
    .ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
        width: 240px;
    }
    .ec-itemNav__nav {
        display: flex;
        flex-wrap: wrap;
    }
    .ec-itemNav__nav li {
        width: 100%;
    }
    .ec-itemNav__nav li a {
        text-align: left;
        border-bottom: none;
        text-decoration: underline;
        background: none;
    }
    .ec-headerSearch .ec-headerSearch__category {
        float: none;
        width: 100%;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
        border-top-right-radius: inherit;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background: #fcfbfa;
        border: 1px solid #e1dfdd;
        margin-bottom: 10px;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select select {
        max-width: 100%;
        height: auto;
        color: #2f2a25;
    }
    .ec-headerSearch .ec-headerSearch__keyword {
        float: none;
        width: 100%;
        border: 1px solid #e1dfdd;
        border-bottom-left-radius: inherit;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
        background: #fcfbfa;
        color: #2f2a25;
    }
}
@media screen and (max-width: 767px) {
    .ec-itemNav__nav {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ec-itemNav__nav li {
        width: auto;
    }
    .ec-itemNav__nav li a {
        width: auto;
        background: none;
        color: #fff;
        text-align: center;
        border-bottom: none;
        padding: 10px 0;
    }
    .ec-headerLinkArea {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 0 5px;
        background: rgba(255, 255, 255, 0.3);
    }
    .ec-headerLink__list {
        color: #fff;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .ec-headerLink__item {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        flex-direction: column;
    }
    .ec-headerLink__item span {
        font-size: 1.1rem;
    }
    .ec-headerCategoryArea__heading {
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
    }
    .ec-headerCategoryArea__heading p::before, .ec-headerCategoryArea__heading p::after {
        content: '―';
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }
}
/* -------------------------------------- */
/* top */
/* -------------------------------------- */
.ec-pageHeader h1 {
    border-top: none;
}
.ec-pageHeader h1, .icon-h2 {
    font-size: 2.8rem;
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
}
.ec-pageHeader h1::before, .icon-h2::before {
    position: absolute;
    top: -5px;
    left: 0;
    content: url(/shop/html/user_data/assets/img/common/sec_ttl_icon.png);
}
.ec-pageHeader h1 {
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 57px;
}
.non-icon-h2 {
    font-size: 2.0rem;
    position: relative;
    padding-top: 26px;
    margin-bottom: 18px;
    border-top: 2px solid #a2875a;
}
@media screen and (max-width: 767px) {
    .ec-pageHeader h1 {
        padding-top: 20px;
        margin-bottom: 18px;
    }
    .ec-pageHeader h1::before {
        top: 15px;
    }
}
/*　TOP-新着情報
--------------------------------------*/
.c-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.information-list {
    margin-bottom: 30px;
    width: 100%;
}
.information-list li {
    border-top: 1px solid #e1dfdd;
}
.information-list li:last-of-type {
    border-bottom: 1px solid #e1dfdd;
}
.information-list li a {
    display: flex;
    align-items: center;
    padding: 14px 5px 12px;
    position: relative;
}
.information-list li a::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 24px;
    height: 8px;
    background: url(/shop/html/user_data/assets/img/common/btn_arrow.png) 50% 50% / cover no-repeat;
}
.information-list li a:hover {
    opacity: 1;
}
.information-list li a .date {
    font-size: 1.4rem;
    margin-right: 20px;
}
.information-list li a .information-ttl {
    font-size: 1.5rem;
}
.information-list li a:hover .information-ttl {
    color: #89662d;
}
/*　TOP-商品カテゴリ
--------------------------------------*/
.category-wrap {
    margin-top: 80px;
}
.top-category {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
    justify-content: space-between;
}
.top-category > div {
    width: calc(50% - 5px);
    max-width: 380px;
}
.top-category h3 {
    display: inline-block;
    font-size: 1.7rem;
    width: 100%;
    padding: 5px 2px;
    border-bottom: 3px double #e1dfdd;
    position: relative;
    margin-top: 26px;
    margin-bottom: 23px;
}
.top-category h3::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 24px;
    height: 8px;
    background: url(/shop/html/user_data/assets/img/common/btn_arrow.png) 50% 50% / cover no-repeat;
}
.top-category h3:hover {
    opacity: 1;
    color: #89662d;
    border-bottom: 3px double #d1c3ab;
}
.top-category h3 a {
    display: block;
}
.category-inner-txt {
    margin-bottom: 45px;
    font-size: 1.5rem;
}
.ec-topicpath .ec-topicpath__item a, .ec-topicpath .ec-topicpath__item--active a {
    color: #525263;
}
.ec-topicpath .ec-topicpath__item a:hover, .ec-topicpath .ec-topicpath__item--active a:hover {
    color: #89662d;
    opacity: 0.8;
}
@media screen and (min-width: 768px) {
    .ec-topicpath {
        padding-top: 0;
    }
}
@media screen and (max-width: 960px) {
    .top-category > div {
        width: 48%;
    }
    .top-category h3 {
        font-size: 1.5rem;
    }
}
/* -------------------------------------- */
/* 下層ページ */
/* -------------------------------------- */
/*　右コンテンツ
--------------------------------------*/
.ec-role {
    padding-left: 0;
    padding-right: 0;
}
p.ec-productRole__tag.tag_1 {
    background: #a12626;
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    position: absolute;
    padding: 3px;
}
.ec-newItemRole .ec-newItemRole__listItem a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ec-newItemRole .ec-newItemRole__listItem:not(:first-child) a {
    color: #2f2a25;
}
.ec-newItemRole .ec-newItemRole__listItemTitle {
    margin: 12px 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.ec-newItemRole .ec-newItemRole__listItemPrice {
    font-size: 1.5rem;
    color: #a12626;
    text-align: right;
    margin-top: auto;
}
.ec-role img {
    width: 100%;
    border: 1px solid #e1dfdd;
}
.ec-registerCompleteRole .ec-blockBtn--cancel {
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        width: calc(100% - 290px);
        max-width: 790px;
        margin-left: 50px;
    }
    .ec-newItemRole .ec-newItemRole__list {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ec-newItemRole .ec-newItemRole__list::after {
        content: "";
        display: block;
        max-width: 244px;
        width: calc((100% / 3) - 5px);
    }
    .ec-newItemRole .ec-newItemRole__listItem {
        margin-bottom: 34px;
        width: calc((100% / 3) - 5px);
        max-width: 244px;
    }
    .ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type) {
        margin-right: 0;
        position: relative;
    }
    .ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
        margin-right: 0;
    }
    .ec-newItemRole {
        padding: 30px 0;
    }
}
/*　MV
-------------------*/
.page-ttl-area {
    height: 300px;
}
.bg-top {
    background: url(/shop/html/user_data/assets/img/mv_top_bg.png) 50% 50% / cover no-repeat;
}
.bg-shoplist {
    background: url(/shop/html/user_data/assets/img/mv_shoplist_bg.png) 50% 50% / cover no-repeat;
}
.bg-contact {
    background: url(/shop/html/user_data/assets/img/mv_contact.png) 50% 50% / cover no-repeat;
}
.page-ttl-area .contents-wrap {
    height: 100%;
}
.page-ttl-area .page-size {
    position: relative;
    height: 100%;
}
.page-ttl-area .ttl-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.page-ttl-area .page-ttl {
    display: inline-block;
    min-width: 365px;
    text-align: center;
    color: #fff;
    padding: 30px 30px 25px;
    position: relative;
}
.page-ttl-area .page-ttl .ja {
    display: block;
    font-size: 3.4rem;
    line-height: 1;
}
.page-ttl-area .page-ttl .en {
    font-size: 1.4rem;
}
.page-ttl-area .page-ttl::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.page-ttl-area .page-ttl::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 5px;
    left: 5px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 1080px;
    margin-top: 45px;
    margin-bottom: 90px;
    position: relative;
}
@media screen and (max-width: 1128px) {
    .ec-layoutRole .ec-layoutRole__contents {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media screen and (max-width: 767px) {
    .page-ttl-area .ttl-wrap {
        width: 100%;
        padding: 0 10px;
    }
    .page-ttl-area .page-ttl .ja {
        font-size: 2.8rem;
    }
    .page-ttl-area .contents-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .page-ttl-area .page-ttl {
        min-width: auto;
        position: relative;
        width: calc(100% - 5px);
    }
    .ec-layoutRole .ec-layoutRole__contents {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/*　商品一覧
-------------------*/
.ec-shelfRole {
    padding-left: 0;
    padding-right: 0;
}
.ec-searchnavRole .ec-searchnavRole__infos {
    padding-left: 0;
    padding-right: 0;
}
.ec-shelfGrid a {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ec-shelfGrid__item form {
    margin-top: auto;
}
.ec-shelfGrid__item form .col_2-itemulist > div:nth-child(1) {
    margin-left: auto;
}
.ec-shelfGrid__item form .col_2-itemulist > div:nth-child(2) {
    width: 100%;
}
/* @media only screen and (min-width: 768px) { */
@media screen and (min-width: 768px) {
    .ec-searchnavRole, .ec-shelfRole {
        padding-left: 0;
        padding-right: 0;
    }
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
        padding: 0;
    }
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
        padding: 0;
    }
    .ec-shelfGrid .ec-shelfGrid__item {
        width: auto;
    }
    .ec-shelfGrid__item form .col_2-itemulist > div:nth-child(1) {
        margin-left: 0;
    }
    .ec-shelfGrid__item form .col_2-itemulist > div:nth-child(2) {
        width: auto;
    }
    .ec-shelfGrid {
        margin-left: 0;
        margin-right: 0;
    }
    .ec-searchnavRole .ec-searchnavRole__infos {
        padding-top: 18px;
        border-top: 2px solid #a2875a;
    }
    .ec-searchnavRole .ec-searchnavRole__counter {
        font-weight: 600;
    }
}
.ec-shelfGrid {
    justify-content: space-between;
}
li.ec-shelfGrid__item {
    margin-bottom: 34px;
    width: calc(100% / 3);
    max-width: 244px;
}
.ec-shelfGrid::after {
    content: "";
    display: block;
    max-width: 244px;
    width: 30%;
}
.ec-numberInput input[type='number'] {
    max-width: 60px;
}
/*　ボタン（商品一覧：カートに入れる） */
.ec-blockBtn--action02 {
    text-align: center;
    width: 170px;
    height: 40px;
    margin: 0 auto 0 10px;
    font-size: 1.4rem;
    color: #fff;
    background: #673939;
    text-decoration: none;
    border: 1px solid #dddad7;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: .3s;
}
.ec-blockBtn--action02:hover {
    opacity: 1;
    border: 1px solid #a2875a;
    background: #7e4a4a;
}
.ec-blockBtn--action02:before {
    content: url(/shop/html/user_data/assets/img/common/cart_icon.png);
}
@media screen and (max-width: 767px) {
    .ec-blockBtn--action02 {
        margin: 0;
        width: 100%;
    }
}
/*商品詳細　カートへ入れるボタン*/
.ec-blockBtn--action03 {
    text-align: center;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    font-size: 1.4rem;
    color: #fff;
    background: #673939;
    text-decoration: none;
    border: 1px solid #dddad7;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.ec-blockBtn--action03:hover {
    opacity: 1;
    border: 1px solid #a2875a;
    background: #7e4a4a;
}
.ec-blockBtn--action03:before {
    content: url(/shop/html/user_data/assets/img/common/cart_icon.png);
    margin-right: 10px;
}
/*商品詳細　お気に入りボタン*/
.ec-blockBtn--action04 {
    text-align: center;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    font-size: 1.4rem;
    color: #fff;
    background: #a88f45;
    text-decoration: none;
    border: 1px solid #dddad7;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.ec-blockBtn--action04:hover {
    opacity: 1;
    background: #bfa558;
}
.ec-blockBtn--action04:before {
    content: url(/shop/html/user_data/assets/img/common/star_icon.png);
    margin-right: 10px;
}
.ec-input select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select, .ec-select select, .ec-birth select {
    font-size: 14px;
    height: 40px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #e1dfdd;
}
.ec-select select {
    min-width: 180px;
}
.ec-productRole__actions .form-control {
    width: 100%;
}
p.price02-default {
    color: #a12626;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: auto;
}
.ec-select {
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .ec-shelfGrid .ec-shelfGrid__item-image {
        /* height: 250px; */
        height: 200px;
        width: 240px;
        border: 1px solid #e1dfdd;
        margin-bottom: 10px;
    }
}
/*　商品詳細
-------------------*/
.ec-productRole, .ec-sliderItemRole {
    padding-left: 0;
    padding-right: 0;
}
.ec-sliderItemRole .slideThumb img {
    border: 1px solid #e1dfdd;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 23px;
    font-weight: 600;
}
.ec-productRole .ec-productRole__tag {
    font-size: 1.5rem;
    background-color: #fff;
}
.ec-productRole__description {
    border-top: 1px solid #e1dfdd;
    padding-top: 10px;
}
.ec-productRole__category div {
    font-weight: 600;
    border-bottom: 1px solid #e1dfdd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.ec-productRole .ec-productRole__category a {
    color: #2f2a25;
    font-size: 15px;
    text-decoration: underline;
}
.ec-productRole .ec-productRole__category a:hover {
    color: #89662d;
    text-decoration: none;
}
.ec-productRole .ec-productRole__category {
    border-bottom: none;
}
.slide-item.slick-slide.slick-current.slick-active {
    border: 1px solid #e1dfdd;
}
.ec-productRole .ec-productRole__actions .ec-numberInput {
    text-align: right;
}
.ec-productRole .ec-productRole__tags {
    padding-bottom: 0;
    border-bottom: none;
}
@media only screen and (min-width: 768px) {
    .ec-price .ec-price__price {
        font-size: 2.0rem;
        color: #a12626;
        display: flex;
        justify-content: right;
    }
    /*商品詳細で下線消す*/
    .ec-productRole .ec-productRole__price {
        border-bottom: none;
        /*border-bottom: 1px solid #e1dfdd;*/
        padding-bottom: 10px;
    }
    .ec-productRole .ec-productRole__profile {
        margin-left: 30px;
    }
    .ec-productRole .ec-productRole__btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .ec-productRole .ec-productRole__actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: right;
    }
}
/*　カート画面（一覧）
-------------------*/
.ec-progress {
    max-width: 750px;
}
.ec-progress .is-complete .ec-progress__number {
    color: #FFF;
    background: #675539;
}
.ec-progress .ec-progress__number {
    color: #675539;
    background: #dcd6cc;
    border: 2px solid #675539;
    line-height: 42px;
    width: 42px;
    height: 42px;
    font-size: 1.8rem;
}
.ec-cartRole .ec-cartRole__progress {
    margin-bottom: 48px;
}
.ec-cartRole__cart .ec-cartHeader__label {
    background: #faf8f5 !important;
    padding: 0 0 12px 0;
    font-size: 1.5rem;
}
.ec-progress .is-complete .ec-progress__label, .ec-progress .ec-progress__label {
    font-size: 15px;
    color: #2f2a25;
    padding: 3px 8px;
}
.ec-progress .ec-progress__item:after {
    background: #675539;
    top: 19px;
}
.ec-cartRow {
    display: block;
    position: relative;
}
.ec-cartRow .ec-cartRow__contentColumn, .ec-cartHeader .ec-cartHeader__label, .ec-cartRow .ec-cartRow__delColumn, .ec-cartRow .ec-cartRow__amountColumn, .ec-cartRow .ec-cartRow__subtotalColumn {
    border-bottom: 1px dotted #e7e7e7;
}
.ec-cartHeader .ec-cartHeader__label {
    background: #FFF;
}
.ec-cartRow__img img {
    border: 1px solid #e1dfdd;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
    color: #89662d;
    font-size: 1.6rem;
}
.ec-cartRole .ec-cartRole__totalAmount {
    margin-left: 150px;
    color: #a12626;
    font-size: 24px;
}
.ec-cartRow .ec-cartRow__summary {
    width: auto;
}
.cart-wrap {
    max-width: 525px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 45px auto 0;
}
.ec-cartRow .ec-cartRow__delColumn .ec-icon img {
    width: auto;
    height: auto;
}
.ec-cartRole {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.ec-orderRole .ec-orderRole__summary {
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
}
.ec-totalBox > dl, .ec-totalBox > div {
    width: 100%;
    max-width: 350px;
    margin: 0 0 0 auto;
}
.ec-totalBox .ec-blockBtn--action {
    margin: 30px auto 16px;
}
.ec-role .ec-inlineBtn--cancel {
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .ec-cartRow {
        display: table-row;
    }
    .ec-cartRole .ec-cartRole__cart {
        margin: 0 auto;
    }
    .ec-progress .ec-progress__number {
        line-height: 60px;
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    .ec-cartRole .ec-cartRole__totalText {
        display: none;
    }
    .ec-cartRole .ec-cartRole__actions {
        width: 100%;
        margin-right: 0;
        position: relative;
    }
    .ec-cartRole .ec-cartRole__actions::after {
        content: "";
        display: block;
        width: 289px;
        position: absolute;
        right: 0;
        bottom: 20px;
        border-bottom: 3px double #e1dfdd;
    }
    .ec-progress .ec-progress__item:after {
        top: 2em;
    }
}
@media screen and (max-width: 767px) {
    .ec-cartRow .ec-cartRow__contentColumn {
        border-bottom: none;
    }
    .ec-cartRow .ec-cartRow__delColumn {
        border-bottom: none;
        position: absolute;
        bottom: 10px;
    }
    .ec-cartRow .ec-cartRow__amountColumn {
        display: block;
        width: 100%;
        text-align: right;
        padding-bottom: 10px;
        border-bottom: 1px solid #e0dfdb;
    }
    .ec-cartRole {
        padding-left: 0;
        padding-right: 0;
    }
    .ec-cartRole .ec-cartRole__total {
        padding: 15px 0 0px;
        display: inline-block;
        border-bottom: double 3px #e1e0de;
    }
    .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
        justify-content: flex-end;
    }
    .ec-totalBox > dl, .ec-totalBox > div {
        max-width: 100%;
    }
}
/*　カート（モーダル）
-------------------*/
.ec-modal-wrap .text-center {
    font-size: 2.3rem;
}
/*ログイン画面
-------------------*/
.login-wrap {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
}
.ec-login {
    background: none;
    padding: 0;
    margin: 0;
}
.c-login {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 45px auto 0;
}
.c-login > div {
    width: 100%;
}
.c-login ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 15px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-size: 1.5rem;
}
.ec-login .ec-blockBtn--cancel {
    margin: 0;
}
.ec-login .ec-blockBtn--action {
    margin: 0 0 0 auto;
}
.form-check {
    display: flex;
    align-items: center;
}
input#login_memory {
    width: 20px;
    height: 20px;
}
.ec-checkbox input {
    margin-bottom: 5px;
    margin-right: 10px;
    border: 1px solid #d8d8d8;
}
@media screen and (max-width:767px) {
    .c-login ul {
        display: block;
        text-align: center;
    }
    .c-login ul li:first-child {
        margin-bottom: 16px;
    }
}
/*　新規会員登録
-------------------*/
.ec-borderedDefs {
    margin: 0 auto;
    max-width: 780px;
}
.ec-borderedDefs dl {
    border-bottom: 1px dotted #e7e7e7;
}
.ec-input textarea {
    margin-bottom: 15px;
}
.ec-required {
    color: #FFF;
    font-size: 13px;
    background: #a12626;
    padding: 1px 3px 0;
    float: right;
    margin-right: 40px;
}
.ec-zipInputHelp .ec-zipInputHelp__icon {
    background: #675539;
    top: -2px;
}
.ec-zipInputHelp .ec-zipInputHelp__icon .ec-icon img {
    left: 4px;
}
.ec-zipInputHelp span {
    color: #2f2a25;
}
.ec-input input, .ec-halfInput input, .ec-zipInput input, .ec-telInput input, .ec-select input, .ec-birth input {
    border-radius: 0;
    /*　お問い合わせで3pxを0に変更　*/
    border: 1px solid #d8d8d8;
    height: 50px;
    width: 100%;
    max-width: 500px;
}
.ec-zipInput input {
    max-width: 160px;
}
.ec-numberInput input {
    border-radius: 0;
    /*　お問い合わせで3pxを0に変更　*/
    border: 1px solid #d8d8d8;
    height: 40px;
}
.ec-link {
    color: #2f2a25;
}
.ec-link:hover {
    color: #89662d;
    opacity: 0.8;
}
.ec-registerRole .ec-blockBtn--action, .ec-registerCompleteRole .ec-blockBtn--action {
    margin: 0 auto 20px;
}
.ec-cartRole .ec-blockBtn--action {
    margin: 0;
}
.ec-registerRole .ec-blockBtn--cancel {
    margin: 0 auto;
}
.ec-blockBtn--action.active, .open > .ec-blockBtn--action.dropdown-toggle {
    background-color: #675539;
    background-image: none;
    border-color: #675539;
}
.ec-blockBtn--action:active, .ec-blockBtn--action:focus, .ec-blockBtn--action:active:hover, .ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:hover, .ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus, .open > .ec-blockBtn--action.dropdown-toggle:hover, .open > .ec-blockBtn--action.dropdown-toggle:focus, .open > .ec-blockBtn--action.dropdown-toggle.focus {
    background-color: #675539;
    background-image: none;
    border-color: #675539;
}
.ec-reportHeading {
    border-top: none;
}
/*　入力エリア　*/
input#entry_name_name01 {
    height: 50px;
    width: 240px;
}
input#entry_company_name {
    width: 100%;
    max-width: 500px;
}
@media only screen and (min-width: 768px) {
    .ec-halfInput input[type='text'] {
        margin-left: 15px;
        height: 50px;
        width: 240px;
    }
}
@media screen and (max-width: 768px) {
    .ec-borderedDefs {
        border-top: none;
    }
    .ec-required {
        float: none;
    }
    input#entry_name_name01 {
        width: 100%;
    }
    .ec-halfInput input[type='text'] {
        width: 100%;
        margin-left: 0;
    }
    .ec-zipInput input {
        width: 160px;
    }
    .ec-registerRole .ec-blockBtn--action, .ec-registerCompleteRole .ec-blockBtn--action, .ec-cartRole .ec-blockBtn--action, .ec-login .ec-blockBtn--action, .ec-orderRole .ec-blockBtn--action, .ec-login .ec-blockBtn--cancel {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .ec-registerRole .ec-blockBtn--cancel, .ec-registerCompleteRole .ec-blockBtn--cancel, .ec-orderRole .ec-blockBtn--action, .ec-AddAddress__actions .ec-blockBtn--cancel, .ec-AddAddress__actions .ec-blockBtn--action {
        display: inline-block;
        max-width: 100%;
    }
    .ec-modal-box .ec-inlineBtn--cancel {
        max-width: 250px;
        margin: 0 auto 10px;
    }
}
/*　ご注文手続き
-------------------*/
.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #e1dfdd;
    border-top: 2px solid #a2875a;
    background: none;
}
.ec-orderAccount .ec-orderAccount__account {
    margin-bottom: 16px;
    margin-top: 16px;
    padding-left: 10px;
}
.ec-orderRole .ec-inlineBtn {
    border-radius: 5px;
    color: #fff;
    background: #675539 !important;
    height: 30px;
    padding: 0 10px;
    margin-top: 10px;
}
.ec-orderRole .ec-inlineBtn:hover {
    background: #8a775a !important;
}
.ec-orderAccount p {
    margin: 5px auto 0;
}
.ec-radio {
    display: flex;
    flex-wrap: wrap;
}
.ec-select label {
    width: 120px;
}
.ec-select label::after {
    content: '：';
    float: right;
    clear: both;
}
.ec-orderDelivery .ec-orderDelivery__title {
    padding: 14px 0 12px 10px;
    font-size: 1.6rem;
    background: #eae8e5;
}
.ec-imageGrid {
    border-bottom: 1px solid #e1dfdd !important;
    border-top: none;
}
.ec-borderedList li {
    border-bottom: none;
}
.ec-orderDelivery .ec-orderDelivery__address {
    padding-left: 10px;
}
.ec-selects {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-left: 10px;
}
.ec-orderDelivery__address p {
    padding-bottom: 5px;
}
.ec-orderDelivery__edit {
    display: flex;
    justify-content: right;
    margin: -10px 0 45px;
}
.ec-orderPayment .ec-radio {
    padding: 20px 0 45px 10px;
}
.ec-orderConfirm .ec-input {
    margin-top: 20px;
    margin: 15px auto 35px;
    padding: 0 10px;
}
.ec-blockRadio {
    padding: 10px;
}
/* カート小計 */
.ec-totalBox {
    background: none;
    padding: 0;
    margin-bottom: 0;
}
.ec-totalBox .ec-totalBox__spec {
    border-bottom: 1px solid #e1dfdd;
}
.ec-totalBox .ec-totalBox__total {
    border-top: none;
    border-bottom: 1px solid #e1dfdd;
}
.ec-totalBox__paymentTotal {
    border-bottom: 3px double #e1dfdd;
}
@media only screen and (min-width: 768px) {
    .ec-select__delivery {
        display: block;
    }
    .ec-orderRole {
        margin-top: 20px;
        flex-direction: unset;
        display: contents;
    }
    .ec-orderRole .ec-orderRole__detail {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
    }
    .ec-orderRole .ec-orderRole__summary-box {
        width: 100%;
        max-width: 324px;
        margin-right: 0;
    }
}
/* -------------------------------------- */
/* マイページ配下 */
/* -------------------------------------- */
/*　一覧
-------------------*/
.ec-navlistRole .ec-navlistRole__item a:hover {
    background: #a2875a;
    color: #fff;
}
.ec-navlistRole .ec-navlistRole__item a {
    padding: 1.5rem;
}
.ec-navlistRole .ec-navlistRole__item a {
    padding: 5px;
}
.ec-navlistRole {
    float: right;
    max-width: 750px;
    width: 100%;
}
.ec-navlistRole .ec-navlistRole__navlist {
    border-color: #e7e7e7;
    margin-bottom: 0;
}
.ec-navlistRole .active a {
    background: #a2875a;
    color: #fff;
}
.ec-welcomeMsg {
    border-bottom: 2px solid #a2875a;
}
.ec-mypageRole .ec-RegisterRole__actions {
    margin-top: 30px;
}
.ec-mypageRole .ec-blockBtn--cancel {
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .ec-mypageRole .ec-pageHeader h1 {
        padding: 0 8px 20px 25px;
        margin: 10px 16px 57px;
    }
    .ec-welcomeMsg {
        padding-left: 0;
        padding-right: 0;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .ec-navlistRole {
        float: none;
    }
    .ec-mypageRole, .ec-orderRole {
        padding-left: 0;
        padding-right: 0;
    }
    .ec-historyListHeader__action .ec-blockBtn--action {
        margin: 0 auto;
    }
}
/*　会員情報
-------------------*/
/*　お届け先
-------------------*/
.ec-addressRole .btn-square, .ec-AddAddress__new .btn-square {
    margin: 0;
}
.ec-addressList .btn-square {
    width: 64px;
}
@media screen and (min-width: 768px) {
    .ec-addressList .ec-addressList__item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ec-addressList .ec-addressList__address {
        display: flex;
        justify-content: space-between;
    }
    .ec-addressList .ec-addressList__action {
        top: 0;
    }
}
/*　お気に入り
-------------------*/
.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle {
    z-index: 9999;
}
/*　お問い合わせ
-------------------*/
.ec-contactRole p {
    margin: 16px 0 60px;
    font-size: 1.5rem;
}
.red {
    color: #a12626;
}
.contact-txt {
    margin: 43px 0 !important;
    text-align: center;
}
.ec-input .ec-errorMessage, .ec-halfInput .ec-errorMessage, .ec-numberInput .ec-errorMessage, .ec-zipInput .ec-errorMessage, .ec-telInput .ec-errorMessage, .ec-select .ec-errorMessage, .ec-birth .ec-errorMessage {
    float: left;
}
.ec-off3Grid .ec-off3Grid__cell {
    width: 100%;
    margin-left: 0;
}
.ec-RegisterRole__actions .ec-blockBtn--action {
    margin: 0 auto 20px;
}
.ec-RegisterRole__actions .ec-blockBtn--cancel, .ec-contactCompleteRole .ec-blockBtn--cancel {
    margin: 0 auto;
}
/* 退会手続き
-------------------------------------*/
.ec-withdrawRole .ec-blockBtn--cancel {
    margin: 0 auto;
}
.ec-withdrawRole .col_2 > div:last-of-type .ec-blockBtn--cancel-nonicon {
    margin: 0;
}
/* パスワードの再発行
-------------------------------------*/
.ec-forgotRole .ec-blockBtn--action {
    margin: 0 auto;
}
/* プライバシーポリシー
-------------------------------------*/
p.txt-privacy {
    text-align: center;
    max-width: 900px;
    margin: 50px auto;
}
p.txt-privacy span.bold {
    font-weight: 600;
    display: block;
    font-size: 2.0rem;
    margin-bottom: 10px;
}
@media screen and (max-width:480px) {
    p.txt-privacy {
        text-align: left;
    }
    .ec-pageHeader h1, .icon-h2 {
        font-size: 2.0rem;
    }
    .ec-productRole .ec-productRole__title .ec-headingTitle .ec-withdrawRole .ec-withdrawRole__title {
        font-size: 2.0rem;
        line-height: 1.5;
    }
    .ec-modal-wrap .text-center {
        font-size: 1.8rem;
    }
    .ec-progress .is-complete .ec-progress__label, .ec-progress .ec-progress__label {
        font-size: 1.3rem;
        font-weight: 400;
        padding: 3px 2px;
    }
    .ec-cartCompleteRole {
        padding: 0;
    }
    .ec-reportDescription {
        text-align: left;
    }
    .ec-input input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input, .ec-select input, .ec-birth input {
        font-size: 1.5rem;
    }
    .ec-welcomeMsg {
        padding-bottom: 10px;
    }
}
/*　ショッピングガイド
-------------------------------------*/
.c-guide dl {
    padding: 10px;
}
.c-guide dl dt {
    margin-top: 40px;
    border-bottom: 1px solid lightgray;
    font-weight: bold;
    font-size: 2.0rem;
}
.c-guide dl dd {
    margin-left: 0;
}
ul.guide span.ttl {
    font-weight: 600;
    display: block;
}
@media screen and (max-width: 767px) {
    .c-guide dl {
        width: 100%;
    }
}
/* フォーム select radio
-------------------------------------*/
input[type="radio"] {
    display: none;
}
input[type="radio"] + label {
    padding-left: 30px;
    position: relative;
    margin-right: 20px;
}
input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    border: 1px solid #e1dfdd;
    background: #fff;
    border-radius: 50%;
}
input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #675539;
}
/* ページ送り
-------------------------------------*/
.ec-pager {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.ec-pager .ec-pager__item, .ec-pager .ec-pager__item--active {
    padding: 0;
    margin: 0 3px 6px;
}
.ec-pager .ec-pager__item {
    background: #fff;
    transition: ease-in-out 0.2s;
}
.ec-pager .ec-pager__item a {
    border: 1px solid #e1dfdd;
}
.ec-pager .ec-pager__item:hover, .ec-pager .ec-pager__item--active {
    background: #a2875a;
}
.ec-pager .ec-pager__item:hover a, .ec-pager .ec-pager__item--active a, .ec-pager .ec-pager__item--active a:hover {
    border: 1px solid #a2875a;
    color: #fff;
}
ul.guide li {
    margin-top: 30px;
}
span.li-small {
    font-size: 1.4rem;
}
.mark {
    background-color: #2e2a25;
    display: inline-block !important;
    min-width: 280px;
    color: #fff;
    margin-bottom: 15px;
}
.guide-inbox {
    margin-left: 20px;
}
ul.guide-inbox li {
    margin-top: 20px;
}
ul.guide-inbox span.ttl {
    font-weight: 600;
}
table.guide-table {
    width: 90%;
    border-spacing: 0;
    margin: 30px 5% 0;
}
table.guide-table th {
    border-bottom: solid 2px #2e2a25;
    padding: 10px 0;
    text-align: center;
}
table.guide-table td {
    border-bottom: solid 2px #ddd;
    padding: 10px 0;
}
table.guide-table td:nth-of-type(1) {
    color: #999;
    padding-left: 10px;
}
table.guide-table td:nth-of-type(2) {
    text-align: right;
}
@media screen and (max-width:480px) {
    table.guide-table {
        width: 100%;
        border-spacing: 0;
        margin: 30px 0;
    }
    table.guide-table th, table.guide-table td:nth-of-type(2) {
        min-width: 60px;
    }
    table.guide-table td:nth-of-type(2) {
        font-size: 12px;
    }
    .guide-inbox {
        margin-left: 0;
    }
}

/*-- 決済  --------*/
.ec-radio > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: baseline;
}

div#zeus_payment_input {
    margin: 10px auto 30px;
}