/* カスタマイズ用CSS */
* {
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 0px;
    padding: 0px;
}
body {
    color: #524b37;
}
h1, h2, h3, h4, h5 {
    font-size: 100%;
    line-height: 150%;
}
.ec-pageHeader h1 {
    border-top: none;
    border-bottom: 1px solid #655b46;
    color: #655b46;
    margin: -4px 0 20px;
    padding: 0 0 10px 35px;
    /* font-size: 32px; */
    font-size: 24px;
    font-weight: normal;
    position: relative;
}
.ec-pageHeader h1::before {
    content: "";
    background-image: url(/html/user_data/assets/img/common/hx_list.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 4px;
    left: 0;
    position: absolute;
}
.ec-role {
    padding-left: 0;
    padding-right: 0;
}
.ec-blockBtn--cancel {
    background-color: #8e8e8e;
    border-color: #8e8e8e;
}
.ec-blockBtn--action {
    background-color: #839b36;
    border-color: #839b36;
}
.ec-blockBtn--action:hover {
    color: #fff;
    background-color: #839b36;
    border-color: #839b36;
}
.ec-blockBtn--cancel:hover {
    color: #fff;
    background-color: #8e8e8e;
    border-color: #8e8e8e;
}
form button:hover {
    opacity: .8;
    transition: .3s;
}
/* カート */
.ec-progress .ec-progress__number {
    background: #655b45;
    color: #fff;
}
.ec-progress .ec-progress__item:after {
    background: #655b45;
}
.ec-progress .is-complete .ec-progress__number {
    background: #839b36;
}
.ec-progress .is-complete .ec-progress__label {
    color: #839b36;
}
/* 商品一覧 */
.ec-shelfGrid .ec-shelfGrid__item {
    padding: 30px 0;
    margin: 0;
    width: 100%;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding: 30px 0;
}
.ec-shelfGrid .ec-shelfGrid__item:first-child {
    padding: 30px 0;
    border-top: 2px solid #dd9636;
    border-bottom: 2px solid #dd9636;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding: 30px 0;
    border-top: none;
    border-bottom: 2px solid #dd9636;
}
/* 商品詳細 */
.ec-productRole .ec-productRole__tag {
    display: inline-block;
    padding: 0 5px;
    list-style: none;
    line-height: 18px;
    font-size: 10px;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    background-color: #839b36;
}
@media only screen and (min-width: 768px){
    /* トップページ */
    .movie {
        margin: -8px;
    }
    .ec-newsRole .ec-newsRole__news {
        border: 1px solid #ccc;
        padding: 20px;
    }
    .ec-newsRole .ec-newsRole__newsItem {
        padding: 15px 0;
    }
    .ec-newsRole .ec-newsRole__newsItem:first-of-type {
        padding: 0 0 15px;
    }
    .ec-newsRole .ec-newsRole__newsItem:last-of-type {
        padding: 15px 0 0;
    }
    .ec-newsRole .ec-newsRole__newsDate {
        display: inline-block;
        margin: 0;
        min-width: 120px;
        font-size: 14px;
        line-height: 1.8;
    }
    .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
        margin: 10px 0;
    }
    .ec-newsRole .ec-newsRole__newsDescription {
        margin: 10px 0;
        line-height: 1.8;
    }
    .ec-newsRole .ec-newsRole__newsDescription br {
        display: none;
    }
    .ec-newsRole .ec-newsRole__newsDate {
background-color: #bfbfbf;
        text-align: center;
        display: inline-block;
        margin: 0 20px 0 0px;
        min-width: 100px;
        font-size: 14px;
        line-height: 1.8;
        color:#fff;
    }
    .ec-newsRole .ec-newsRole__newsCloseBtn {
        background: #839b36;
    }
    
    /* 下層ページ共通 */
    .ec-off1Grid .ec-off1Grid__cell {
        width: 100%;
        margin: 0;
    }
    .ec-mypageRole .ec-pageHeader h1 {
        margin: -4px 0 20px;
        padding: 0 0 10px 35px;
    }
    .ec-layoutRole .ec-layoutRole__contents {
        margin: 80px auto 0;
        width: 100%;
        max-width: 1090px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
        display: block;
        width: 100%;
        max-width: 200px;
        margin-right: 30px;
    }
    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        width: 100%;
        max-width: 860px;
    }
    .ec-headerSearch {
        background-color: #d69914;
        margin-bottom: 20px;
        text-align: center;
        padding: 10px 15px;
    }
    .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
        font-size: 12px;
        height: 30px;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select select {
        display: none;
    }
    .ec-headerSearch .ec-headerSearch__keyword {
        float: inherit;
        width: 100%;
        border-radius: 50px;
    }
    .ec-borderedDefs {
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .ec-borderedDefs dl {
        border-bottom: 1px solid #ccc;
        flex-wrap: nowrap;
        padding: 0;
    }
    .ec-borderedDefs dt {
        border-right: 1px solid #ccc;
        padding: 20px;
        width: 30%;
        background-color: #f0f0f0;
    }
    .ec-borderedDefs dd {
        width: 70%;
        line-height: 1.4;
        padding: 20px;
    }
    .ec-input input,
    .ec-halfInput input,
    .ec-numberInput input,
    .ec-zipInput input,
    .ec-telInput input,
    .ec-select input,
    .ec-birth input ,
    .ec-select {
        margin-bottom: 0;
    }
    .ec-zipInput + .ec-select ,
    .ec-select + .ec-input ,
    .ec-input + .ec-input ,
    .ec-input + .ec-checkbox {
        margin-top: 15px;
    }
    .ec-label {
        display: inline-block;
        font-weight: normal;
        margin-bottom: 0;
    }
    .ec-zipInput {
        display: flex;
        align-items: center;
    }
    .ec-zipInputHelp {
        margin-left: 10px;
        margin-bottom: 0;
    }
    .ec-birth select {
        margin: 0 8px 0;
    }
    /* ログイン */
    .ec-login {
        margin: 0;
        padding: 50px 100px;
        background: #fff;
    }
    .ec-login .ec-login__icon {
        display: none;
    }
    .ec-login .ec-login__input {
        margin-bottom: 30px;
    }
    .ec-login__input input + input {
        margin-top: 15px;
    }
    .ec-login .ec-grid2 {
        display: flex;
        flex-wrap: wrap;
    }
    .ec-login .ec-grid2 .ec-grid2__cell {
        width: 100%;
    }
    .ec-login .ec-grid2 .ec-grid2__cell + .ec-grid2__cell {
        margin-top: 5px;
    }
    .ec-login .ec-login__link {
        margin: 10px 0 0px 0;
    }
    /* カート */
    .ec-progress {
        margin: 30px auto;
        padding: 0;
    }
    .ec-cartRole {
        padding: 0;
    }
    .ec-cartRole .ec-cartRole__cart {
        margin: 0;
    }
    .ec-cartRole .ec-cartRole__actions {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ec-cartRole .ec-cartRole__total {
        width: 100%;
    }
    .ec-cartRole .ec-blockBtn--cancel {
        margin: 0 10px;
        width: 300px;
        order: 2;
    }
    .ec-cartRole .ec-blockBtn--action {
        margin: 0 10px;
        width: 300px;
        order: 3;
    }
    .ec-cartRole .ec-cartRole__actions > a {
        color: #fff!important;
    }
    /* 商品一覧 */
    .ec-searchnavRole {
        padding: 0;
    }
    .ec-searchnavRole .ec-searchnavRole__infos {
        border-top: none;
    }
    .ec-topicpath {
        padding: 0 0 20px;
        border: 0;
        font-size: 16px;
    }
    .mi-item_box {
        display: flex;
        flex-wrap: wrap;
    }
    .mi-item_img {
        width: 200px;
    }
    .mi-item_detail {
        width: calc(100% - 200px);
        padding-left: 20px;
    }
    .mi-item_name {
        font-size: 18px;
        font-weight: 500;
    }
    .mi-item_tag {
        display: inline-block;
        padding: 0 5px;
        list-style: none;
        line-height: 18px;
        font-size: 10px;
        color: #ffffff;
        border: none;
        border-radius: 3px;
        background-color: #839b36;
        margin-bottom: 1em;
    }
    .mi-item_txt {
        margin: 1em 0;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
    }
    .mi-item_price {
        color: #ce951b;
    }
    .mi-item_price span {
        color: #220D08;
    }
    .mi-item__btn {
        width: 100%;
    }
    .mi-item__btn a {
        color: #fff!important;
        background-color: #839b36;
        display: block;
        width: 200px;
        line-height: 50px;
        text-align: center;
        margin: 1em 0 0 auto;
    }
    /* おすすめ */
    .mi-recommend .ec-shelfGrid {
        display: flex;
        flex-wrap: inherit;
        margin: 0;
    }
    .mi-recommend .ec-shelfGrid .ec-shelfGrid__item:first-child ,
    .mi-recommend .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
        border-top: none;
        border-bottom: none;
    }
    .mi-recommend .ec-shelfGrid .ec-shelfGrid__item {
        padding: 30px 0;
        margin: 0 0 0 30px;
        width: 100%;
    }
    .mi-recommend .ec-shelfGrid .ec-shelfGrid__item:first-child {
        margin: 0;
    }
    .mi-recommend h3 {
        color: #fff;
        background-color: #839b36;
        font-size: 120%;
        margin: 20px 0;
        padding: 7px 10px;
        width: 100%;
    }
    .item_name {
        min-height: 3em;
        font-weight: bold;
        line-height: 1.42;
        margin-top: 0.8em;
    }
    .item_txt {
        min-height: 4em;
        font-weight: normal;
        font-size: 13px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .item_price {
        font-size: 16px;
        padding-top: 0.5em;
        text-align: right;
    }
}

@media only screen and (max-width: 767px){
    .ec-newsRole .ec-newsRole__news {
        box-sizing: border-box;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    #hd-news-wrap {
        padding: 8px 0 0 !important;
    }
    #headerWrap {
        border-bottom: none!important;
    }
    .mainslider {
        margin: 0 -8px;
    }
    .ec-pageHeader h1 {
        border-top: none;
        border-bottom: 1px solid #655b46;
        color: #655b46;
        margin: -4px 0 20px;
        padding: 20px 0 10px 45px;
        font-size: 16px;
        font-weight: normal;
        position: relative;
    }
    .ec-pageHeader h1::before {
        content: "";
        background-image: url(/html/user_data/assets/img/common/hx_list.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        top: 22px;
        left: 20px;
        position: absolute;
    }
    .ec-newsRole h3 {
        padding: 0 5.333vw;
    }
    .ec-newsRole .ec-newsRole__newsDate {
        display: block;
        margin: 10px 0 5px;
        font-size: 12px;
        color: black;
    }
    .ec-newsRole .ec-newsRole__newsItem {
        padding: 10px 5.333vw;
    }
    .ec-newsRole .ec-newsRole__newsItem:first-of-type {
        padding: 10px 5.333vw;
    }
    .ec-newsRole .ec-newsRole__newsItem:last-of-type {
        padding: 10px 5.333vw 0;
        margin-bottom: 10px;
    }
    .ec-newsRole .ec-newsRole__newsCloseBtn {
        background: #839b36;
    }
    .ec-newsRole .ec-newsRole__newsDescription br {
        display: none;
    }
    /* 商品一覧 */
    .ec-shelfRole {
        padding: 0;
    }
    .mi-item_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mi-item_img {
        width: 200px;
        margin-bottom: 20px;
    }
    .mi-item_detail {
        width: 100%;
        padding: 0 5.333vw;
    }
    .mi-item_name {
        font-size: 18px;
        font-weight: 500;
    }
    .mi-item_tag {
        display: inline-block;
        padding: 0 5px;
        list-style: none;
        line-height: 18px;
        font-size: 10px;
        color: #ffffff;
        border: none;
        border-radius: 3px;
        background-color: #839b36;
        margin-bottom: 1em;
    }
    .mi-item_txt {
        margin: 1em 0;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
    }
    .mi-item_price {
        color: #ce951b;
    }
    .mi-item_price span {
        color: #220D08;
    }
    .mi-item__btn {
        width: 100%;
    }
    .mi-item__btn a {
        color: #fff!important;
        background-color: #839b36;
        display: block;
        width: 200px;
        line-height: 50px;
        text-align: center;
        margin: 20px auto 0;
    }
    /* 商品詳細 */
    .ec-productRole__description .sub_area h3 {
        background-color: #f4f1f1;
        font-size: 120%;
        margin: 20px 0;
        padding: 7px 10px;
        width: 100%;
        order: 1;
    }
    .ec-productRole__description .sub_area .subphotoimg {
        width: 100%;
        order: 2;
    }
    .ec-productRole__description .sub_area .subphotoimg + .subtext {
        width: 100%;
        padding-right: 0;
        order: 3;
    }
    /* おすすめ */
    .mi-recommend.ec-shelfRole {
        padding-left: 20px;
        padding-right: 20px;    
    }
    .mi-recommend .ec-shelfGrid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
    }
    .mi-recommend .ec-shelfGrid .ec-shelfGrid__item:first-child ,
    .mi-recommend .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
        border-top: none;
        border-bottom: none;
    }
    .mi-recommend .ec-shelfGrid .ec-shelfGrid__item {
        padding: 30px 0 0;
        margin: 0;
        width: calc(50% - 10px);
    }
    .mi-recommend .ec-shelfGrid .ec-shelfGrid__item:first-child {
        margin: 0;
    }
    .mi-recommend h3 {
        color: #fff;
        background-color: #839b36;
        font-size: 120%;
        margin: 20px 0;
        padding: 7px 10px;
        width: 100%;
    }
    .item_name {
        min-height: 3em;
        font-weight: bold;
        line-height: 1.42;
        margin-top: 0.8em;
    }
    .item_txt {
        min-height: 4em;
        font-weight: normal;
        font-size: 13px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .item_price {
        font-size: 16px;
        padding-top: 0.5em;
        text-align: right;
    }
}

#news_readmore{
    display: none;
}

a.ec-inlineBtn--action{
color:#fff!important;
}
.ec-grid2__cell .sub_area h3{
    background-color: #f4f1f1;
    font-size: 120%;
    margin: 20px 0;
    padding: 7px 10px;
    width: 100%;
    order: 1;
}
@media screen and (max-width: 641px) {
    .ec-layoutRole__mainWithColumn iframe{
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  display: block;
}
}