@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/* カスタマイズ用CSS */
.ec-layoutRole {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.ec-layoutRole__footer {
    margin-top: auto;
}


/*-----header-----*/
.ec-layoutRole__header {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: rgba(255,255,255,1);
    box-shadow: 0 2px 2px rgb(0 0 0 / 15%);
}
#page_homepage .ec-layoutRole__header {
    background: rgba(255,255,255,0.65);
}
.ec-layoutRole__header .header-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 1090px;
    height: 90px;
    margin: 0 auto;
}
@media screen and (max-width: 812px) and (orientation: landscape) {
    .ec-layoutRole__header .header-inner {
        height: 70px;
    }
}
@media (max-width: 767px) {
    .ec-layoutRole__header .header-inner {
        height: 65px;
    }
}
/*ヘッダー(商品検索・ログインナビ・カート)*/
.ec-headerNaviRole {
    order: 2;
    width: 960px;
    padding: 15px 0 8px 30px;
}
/*テストカテゴリー非表示*/
/*
select.category_id option[value="9"],
select.category_id option[value="10"]{
    display: none;
}
*/
@media (max-width: 1090px) {
    .ec-headerNaviRole {
        width: auto;
        margin: 0 auto 0 0;
    }
    .ec-headerNaviRole .ec-headerNaviRole__left {
        width: auto
    }
}
@media screen and (max-width: 812px) and (orientation: landscape) {
    .ec-headerNaviRole {
        padding: 4px 0 4px 10px;
    }
    .ec-headerNaviRole .ec-headerNaviRole__left {
        width: 280px;
    }
}
.ec-headerNaviRole .ec-headerNaviRole__search {
    margin-top: 0;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: rgba(0,0,0,0.6);
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
    padding: 8px 24px 8px 16px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    top: 15px;
}
@media (min-width: 426px) {
    .ec-headerNav {
        display: flex;
    }
}
.ec-headerNav .ec-headerNav__itemLink {
    margin-right: 20px;
}
@media (max-width: 768px) {
    .ec-headerNav .ec-headerNav__itemLink{
     display: none;   
    }
    .ec-headerNaviRole .ec-headerNaviRole__right {
        width: calc(100% * 1 / 3);
    }
}
@media (max-width: 767px) {
    .ec-headerNaviRole {
        padding: 15px;
        width: 100%;
    }
    .ec-headerNaviRole .ec-headerNaviRole__left {
        width: auto;
    }
    .ec-headerNaviRole .ec-headerNaviRole__right {
        width: 100%;
        justify-content: flex-start;
    }
}

.ec-cartNavi{
    height: 34px;
    padding: 7px 0 0 0;
    background: none;
    min-width: auto;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
    margin-left: auto;
}
.ec-headerNaviRole .ec-headerNaviRole__nav a {
    display: flex;
    align-items: baseline;
}
.ec-headerNav .ec-headerNav__itemIcon {
    font-size: 16px;
    margin-right: 5px;
    margin-left: 0;
}
.ec-headerNav .ec-headerNav__itemIcon.fa-user {
    color: #2e729d;
}
.ec-headerNav .ec-headerNav__itemIcon.fa-heart {
    color: #ac3939;
}
.ec-headerNav .ec-headerNav__itemIcon.fa-lock {
    color: #c89201;
}
.fa-shopping-cart:before {
    color: #3f7c29;
}
.ec-cartNavi .ec-cartNavi__badge {
    background-color: #334723;
}
.ec-cartNavi .ec-cartNavi__icon {
    font-size: 16px;
}
.ec-cartNavi__label {
    display: none;
}
.ec-cartNaviNull::before, .ec-cartNaviIsset::before {
    right: 20px;
}
@media (max-width: 767px) {
    .ec-drawerRoleClose.is_active, .ec-headerNavSP {
        left: auto;
        right: 10px;
    }
}
/*ロゴ*/
.ec-headerRole {
    order: 1;
    width: 130px;
    height: 105px;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 13px 18px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
}
@media screen and (max-width: 812px) and (orientation: landscape) {
    .ec-headerRole {
        width: 110px;
        height: 85px;
    }
}
@media (max-width: 767px) {
    .ec-headerRole {
        width: 90px;
        height: 80px;
        padding: 10px;
        margin: 0 auto 0 20px;
    }
}
/*カテゴリナビ(PC)*/
.ec-categoryNaviRole {
    order: 3;
    width: 960px;
    padding: 0 0 0 30px;
}
.ec-itemNav__nav li ul li ul {
    left: 85%;
}
.ec-itemNav__nav li ul li ul:before {
    left:0;
}
/*テストカテゴリー非表示*/
/*
.ec-itemNav__nav li.category_id9 {
    display: none;
}
*/
@media (max-width: 1090px) {
    .ec-categoryNaviRole {
        width: auto;
        margin: 0 auto 0 0;
    }
}
@media screen and (max-width: 812px) and (orientation: landscape) {
    .ec-categoryNaviRole {
        padding: 0 0 0 10px;
    }
}
@media (min-width: 426px) {
    .ec-itemNav {
        text-align: left;
    }
    .ec-itemNav__nav {
        display: flex;
    }
    .ec-itemNav__nav li {
        width: auto;
        padding: 0 15px;
        display: flex;
    }
    .ec-itemNav__nav li:after {
        content: "";
        width: 2px;
        display: inline-flex;
        height: 11px;
        margin: 0;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 5px;
    }
    .ec-itemNav__nav li:last-child:after {
        display: none;
    }
    .ec-itemNav__nav li a {
        background: none;
        padding: 0;
        
    }
    .ec-itemNav__nav > li:hover > a {
        background: none;
    }
    .ec-itemNav__nav > li:hover {
        border-bottom: solid 4px #ff7e7e;
    }
    .ec-itemNav__nav li ul {
        top: 120%;
        left: -15px;
    }
    .ec-itemNav__nav li ul li {
        padding: 0 15px;
    }
    .ec-itemNav__nav > li:hover > ul > li {
        display: block;
    }
    .ec-itemNav__nav > li:hover > ul > li:before {
        content: none;
    }
    .ec-itemNav__nav li ul li a {
        background: #323232;
    }
    .ec-itemNav__nav > li:hover li:hover > a {
        background-color: #404040;
    }
}

/*-----コンテンツ-----*/
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
}
.ec-layoutRole .ec-layoutRole__main {
    padding-top: 120px;
}
@media (max-width: 767px) {
    .ec-layoutRole .ec-layoutRole__main {
        padding-top: 90px;
    }
}
/*スライダー*/
.ec-sliderRole {
    max-width: 100%;
    padding: 0;
    position: relative;
    margin-top: -120px;
    margin-bottom: 40px;
}
.slick-list {
    max-height: 600px;
}
.main_visual_text {
    position: absolute;
    bottom: 80px;
    width: 100%;
}
.main_visual_text p {
    color: #fff;
    font-size: 38px;
    width: 1090px;
    margin: 0 auto;
    font-family: 'Sawarabi Mincho';
    /*font-weight: bold;*/
    text-shadow: 2px 2px 4px rgb(0 0 0 / 35%);
}
@media (min-width: 1024px){
    .ec-sliderRole {
        height:600px;
        margin-bottom: 40px;
    }
}
@media (max-width: 1090px) {
    .main_visual_text p {
        width: 100%;
        padding: 0 40px;
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .ec-sliderRole {
        margin-bottom: 10px;
    }
    .main_visual_text {
        bottom: 60px;
    }
    .main_visual_text p {
        padding: 0 20px;
        font-size: 16px;
    }
    .ec-sliderRole img {
        height: 280px;
        object-fit: cover;
        object-position: -90px 30px;
        min-width: 600px;
    }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
    .main_visual_text p {
        padding: 0 20px;
        font-size: 30px;
    }
}
@media (max-width: 320px) {
    .main_visual_text p {
        font-size: 14px;
    }
}

/*生産者の声(新入荷商品特集)*/
.ec-role-wrap {
    width: 100%;
    background-color: #f3f3f3;
    padding: 20px 0;
}
.ec-eyecatchRole {
    margin: 0;
}
.ec-eyecatchRole .ec-eyecatchRole__introTitle {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.ec-eyecatchRole .ec-eyecatchRole__introTitle:before {
    content: "";
    width: 24px;
    height: 19px;
    background: url("/html/user_data/assets/img/common/icon_balloon.png") no-repeat 0 0;
    margin-right: 10px;
}
.ec-eyecatchRole .ec-eyecatchRole__introTitle span {
    width: calc(100% - 34px);
}
.ec-eyecatchRole .ec-eyecatchRole__image {
    margin-bottom: 16px;
    height: auto;
}
.ec-eyecatchRole .ec-eyecatchRole__introDescription {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .ec-eyecatchRole .ec-eyecatchRole__intro {
        padding-right: 0;
        width: 48%;
    }
    .ec-eyecatchRole .ec-eyecatchRole__intro + .ec-eyecatchRole__intro {
        padding-right: 0;
        margin-left: auto;
    }
    .ec-blockBtn--top {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .ec-eyecatchRole .ec-eyecatchRole__introTitle {
        font-size: 20px;
    }
}


/*トピック*/
.ec-topicRole {
    background-color: #fff;
}
.ttl-type01 {
    text-align: center;
}
.ttl-type01:before, .ttl-type01:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: url(/html/user_data/assets/img/common/ttl_img_01.gif) repeat-x 0 0;
}
.ttl-type01:before {
    margin-bottom: 20px;
}
.ttl-type01:after {
    margin-top: 20px;
}
@media only screen and (min-width: 768px) {
    .ec-topicRole {
        padding: 80px 0;
    }
    .ttl-type01 .ec-secHeading__en,
    .ttl-type01 .ec-secHeading__ja {
        font-size: 22px;
    }
    .ttl-type01 .ec-secHeading__line {
        height: 20px;
    }
}
@media (max-width: 767px) {
    .ttl-type01:before {
        margin-bottom: 10px;
    }
    .ttl-type01:after {
        margin-top: 10px;
    }
}


/*新着商品*/
.ec-role-wrap.green {
    background-color: #f0f6e1;
}
.ec-newItemRole {
    padding: 10px 0;
}
.ec-newItemRole .ec-newItemRole__listItemHeading {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-secHeading--tandem .ec-secHeading__en {
    font-size: 22px;
}
.ec-secHeading--tandem .ec-secHeading__line {
    margin: 0 15px;
    width: 1px;
    height: 20px;
}
.ec-secHeading--tandem .ec-secHeading__ja {
    margin-bottom: 0;
    font-size: 22px;
}
.ttl-type02 {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 5px 5px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    margin-bottom: 30px;
}
.ec-newItemRole .ec-newItemRole__listItem {
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
}
.ec-newItemRole .ec-newItemRole__listItem a {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.ec-newItemRole .ec-newItemRole__listItem img {
    height: 200px;
    border-radius: 6px 6px 0 0;
    object-fit: cover;
}
.ec-newItemRole .ec-newItemRole__listItemTitle {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
}
.ec-newItemRole .item_text {
    font-size: 14px;
    margin: 0 12px 10px;
}
.ec-newItemRole .ec-newItemRole__listItemPrice {
    text-align: right;
    font-weight: bold;
    padding: 0 15px 10px;
    font-size: 14px;
}
.ec-newItemRole .more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ec-newItemRole .more a.ec-inlineBtn--top {
    background: none;
    border: none;
    color: #333;
    font-size: 16px;
    padding: 0;
    margin-right: 10px;
}
.ec-newItemRole .more .fa-caret-right {
    font-size: 26px;
    color: #ea8e5c;
}
@media only screen and (min-width: 768px) {
    .ec-newItemRole {
        padding: 10px 0;
    }
    .ec-newItemRole .ec-newItemRole__listItemTitle {
        margin: 15px 12px 10px;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .ec-secHeading--tandem .ec-secHeading__en {
        font-size: 16px;
    }
    .ec-secHeading--tandem .ec-secHeading__line {
        margin: 0 15px;
        width: 1px;
        height: 16px;
    }
    .ec-secHeading--tandem .ec-secHeading__ja {
        margin-bottom: 0;
        font-size: 16px;
    }
    .ec-newItemRole .ec-newItemRole__listItemTitle {
        margin: 10px;
    }
}


/*カテゴリ*/
.ec-categoryRole {
    background-color: #fff;
}
.ttl-type03 {
    text-align: center;
}
.ttl-type03:before, .ttl-type03:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: url(/html/user_data/assets/img/common/ttl_img_02.gif) repeat-x 0 0;
}
.ttl-type03:before {
    margin-bottom: 20px;
}
.ttl-type03:after {
    margin-top: 20px;
}
.ec-categoryRole__listItem a {
    display: block;
    background-color: #fef4eb;
    border-radius: 6px;
    position: relative;
}
.ec-categoryRole__listItem a img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    border-radius: 6px;
    object-fit: cover;
    opacity: 0.5;
}
.ec-categoryRole__listItem a span {
    position: absolute;
    display: block;
    top: calc(50% - 14px);
    left: 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    width: 100%;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .ec-categoryRole {
        padding: 80px 0;
    }
    .ec-secHeading .ec-secHeading__en, .ec-secHeading .ec-secHeading__ja {
        font-size: 22px;
    }
    .ec-secHeading .ec-secHeading__line {
        height: 20px;
    }
    .ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type) {
        margin-right: 15px;
    }
    .ec-categoryRole__listItem a {
        width: 100%;
        height: 100%;
        max-height: 200px;
    }
}
@media (max-width: 425px) {
    .ec-categoryRole .ec-categoryRole__listItem {
        max-height: 120px;
        min-height: 120px;
    }
    .ec-categoryRole__listItem a {
        height: 100%;
    }
    .ec-categoryRole__listItem a img {
        max-height: 120px;
    }
}


/*新着情報*/
.ec-newsRole {
    background: #f2f2f2 url(/html/user_data/assets/img/common/ttl_img_03.gif) repeat-x 0 0;;
    border-radius: 6px;
}
.ttl-type04 {
    padding: 20px 0 0;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 40px;
}
.ec-newsRole .ec-newsRole__newsTitle {
    color: #333;
}
.ec-newsRole .ec-newsRole__newsDescription {
    background-color: #fff;
    border-radius: 6px;
    padding: 10px;
}
.ec-newsRole .ec-newsRole__newsDescription {
    word-break: break-all;
}
.ec-newsRole .ec-newsRole__newsItem:last-of-type {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .ec-newsRole {
        padding: 0;
    }
    .ec-newsRole .ec-newsRole__news {
        border: none;
        padding: 0 40px 20px;
    }
}
@media (max-width: 767px) {
    .ec-newsRole {
        padding: 0;
    }
    .ttl-type04 {
        margin: 0 20px;
    }
    .ec-newsRole .ec-newsRole__news {
        padding: 0 20px 20px;
    }
}


/*table*/
.table_border01 {
    width:90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.table_border01 th {
    padding: 10px 10px 10px 10px;
    border: 1px solid;
    border-color: #000;
}
.table_border01 td {
    padding: 10px 10px 10px 10px;
    border: 1px solid;
    border-color: #000;
}

.table_border01 ul,
.table_border01 ol {
    padding-left: 20px;
}
.table_border01 ul.indent {
    list-style: none;
    margin: 0;
    padding: 0;
}
.table_border01 ul.indent li {
    text-indent: -14px;
    margin-left: 10px;
}
.table_border01 ul.indent li:before {
    content: "・";
}
@media (max-width: 767px) {
    .table_border01 {
        width:100%;
    }
    .table_border01 th {
        padding: 10px 5px;
        width: 35%;
    }
}

/*normalstyle*/
.ec-role {
    line-height: 1.4;
    font-size: 15px;
    max-width: 1090px;
}
@media (min-width: 1090px) {
    .ec-role {
        padding: 0;
    }
}
.ec-role h1, .ec-contactRole h1 {
    text-align: center;
    font-size: 28px;
    margin: 30px 0 30px;
    padding: 0;
    border: none;
    font-weight: bold;
}


/*商品一覧*/
.ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .ec-shelfGrid .ec-shelfGrid__item-image {
        width: 250px;
    }
}
.ec-shelfGrid .ec-shelfGrid__item-image .size-M,
.ec-shelfGrid .ec-shelfGrid__item-image .size-L {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    padding: 3px 8px 2px 5px;
    color: #fff;
    border-radius: 0 15px 0 0;
    font-size: 14px;
}
.ec-shelfGrid .ec-shelfGrid__item-image .gift {
    position: absolute;
    left: 70px;
    bottom: 2px;
}
.ec-shelfGrid .ec-shelfGrid__item-image .gift img {
    width: 70px;
}

/*商品詳細*/
.ec-productRole .ec-productRole__title .ec-headingTitle {
    line-height: 1.5;
}
.ec-productRole .ec-productRole__tags {
    padding: 0;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .ec-productRole .ec-productRole__title .ec-headingTitle {
        font-size: 24px;
    }
}


/*ご利用ガイド*/
.guide h2 {
    font-weight: bold;
    background-color: #efefef;
    padding:10px 20px;
    font-size: 18px;
    margin: 0 0 20px;
}
.guide h3 {
    padding: 5px;
    border-left: 5px solid #ddd;
    font-size: 16px;
    font-weight: bold;
    margin: 0 20px 10px;
}
.guide ol {
    padding: 0 20px 0 50px;
    margin: 0;
}
.guide ol li {
    margin-bottom: 20px;
}
.guide ol li:last-child {
    margin: 0 0 40px;
}
.guide p {
    margin: 0 0 40px;
    padding: 0 20px;
}
.guide h3 + p {
    padding: 0 20px 0 30px;
}
.guide span.small {
    font-size: 13px;
}
.guide dl {
    padding: 0 20px;
    margin: 0 0 40px;
}
.guide dl dd {
    padding: 0 25px;
}
.guide dl dd + dt {
    margin-top: 15px;
}
.guide dl dd + dd {
    margin-top: 10px;
}
.guide .mb20 {
    margin-bottom: 20px;
}
.guide p:last-child {
    margin-bottom: 0px;
}
.guide ul.indent {
    padding: 0 20px;
    margin: 0 0 40px;
    list-style: none;
}
.guide ul.indent li {
    text-indent: -37px;
    margin-left: 37px;
}
.guide p + ul.indent {
    margin-top:-20px;
}
@media (max-width: 767px){
    .guide {
        padding: 0;
    }
    .guide ol {
        padding: 0 20px 0 36px;
    }
}


/*特殊改行*/
@media (min-width: 768px){
    span.sp-x br {
        display: none;
    }
}
@media (max-width: 767px){
    .ec-role h1.tradelaw-ttl {
        width: 90%;
        margin: 30px auto;
    }
}



/*-----footer-----*/
.ec-footerRole {
    background: url("/html/user_data/assets/img/common/footer_back_img.jpg") repeat 0 0;
    border: none;
    padding-top: 24px;
}
.ec-footerRole .ec-footerRole__inner {
    display: flex;
    justify-content: center;
    max-width: 1090px;
    padding: 0;
}
.ec-footerTitle__logo {
    margin-right: 40px;
}
@media screen and (min-width: 790px) and (max-width:829px) {
    .ec-footerTitle__logo {
        margin-right: 0px;
    }
}
.ec-footerRole .ec-footerRole__inner img {
    width: 80px;
}
.footerNavi a, .ec-footerNavi, .ec-footerTitle {
    color: #333;
}
.ec-footerNavi {
    font-weight: bold;
    margin-bottom: 16px;
}
.ec-footerNavi .ec-footerNavi__link {
    line-height: 1;
}
.ec-footerNavi .ec-footerNavi__link + li {
    border-left: 1px solid #333;
}
.ec-footerNavi .ec-footerNavi__link a {
    text-decoration: none;
}
.footerSNS {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    align-items: center;
    margin-bottom: 16px;
}
.footerSNS li {
    padding: 0 13px;
}
.ec-footerRole .ec-footerRole__inner .footerSNS img {
    width: 100%;
}
.ec-footerTitle {
    padding: 15px 0;
}
@media (max-width: 789px) {
    .ec-footerRole .ec-footerRole__inner {
        flex-direction: column;
    }
    .ec-footerTitle__logo {
        margin: 0 0 20px;
        text-align: center;
    }
    .ec-footerNavi {
        border-top:1px solid #7d7d7d;
    }
    .ec-footerNavi .ec-footerNavi__link {
        display: block;
    }
    .ec-footerNavi .ec-footerNavi__link + li {
        border: none;
    }
    .ec-footerNavi .ec-footerNavi__link a {
        display: block;
        border-bottom: 1px solid #7d7d7d;
        padding: 15px 0;
        font-size: 14px;
        color: inherit;
        margin: 0;
    }
}