/* カスタマイズ用CSS */
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 50%;
}

@media only screen and (min-width: 768px) {
    html {
        font-size: 62.5%;
    }
}

body {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    line-height: 1.6;
}

p {
    color: #333;
    font-weight: 500;
    line-height: 1.6;
}

a:active, a:hover {
    text-decoration: none;
}

/*////// 共通部分 //////////////*/
/*///// 各ブロック＆タイトル  //*/

.ec-blockTitle {
    text-align: center;
    padding: 3rem 0;
}

.ec-blockTitle__icon {
    width: 60px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.ec-blockTitle__ja {
    font-size: 2.5rem;
    font-weight: 500;
    color: #2c5d32;
}

.ec-blockTitle__en {
    font-size: 2rem;
    color: #2c5d32;
}

.mt5 {
    margin-top: 5rem;
}

/*////// 共通部分 //////////////*/
/*///// TOPページボタン  //*/

.ec-blockBtn_green a:hover,
.ec-blockBtn_white a:hover {
    opacity: .7;
}

.ec-blockBtn_green {
    position: relative;
    background: #3a7f37;
    text-align: center;
    max-width: 350px;
    border-radius: 30px;
    margin: 3rem auto;
}

.ec-blockBtn_green a {
    color: #fff;
    display: block;
    padding: 1.5rem 0;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
}

.ec-blockBtn_green a::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 10px;
    background-image: url(/html/user_data/assets/img/arrowBtn_green.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translate(-5%, -50%);
        -ms-transform: translate(-5%, -50%);
            transform: translate(-5%, -50%);
}

.ec-blockBtn_white {
    position: relative;
    background: #fff;
    text-align: center;
    max-width: 300px;
    border: 1px solid #333;
    border-radius: 30px;
    margin: 1rem 0;
}

.ec-blockBtn_white a {
    color: #333;
    display: block;
    padding: 1rem 0;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
}

.ec-blockBtn_white a::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 10px;
    background-image: url(/html/user_data/assets/img/arrowBtn_white.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translate(-5%, -50%);
        -ms-transform: translate(-5%, -50%);
            transform: translate(-5%, -50%);
}


@media only screen and (min-width: 900px) {
    .ec-blockBtn_green a::after,
    .ec-blockBtn_white a::after {
        right: 15%;
        -webkit-transform: translate(-15%, -50%);
            -ms-transform: translate(-15%, -50%);
                transform: translate(-15%, -50%);
    }
}

/*//////////////////////////////*/
/*///////// ヘッダー ///////////*/

.ec-headerNaviRole {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem;
}

.ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 0;
    width: 100%;
}

.fa-user:before,
.fa-heart:before,
.fa-lock:before {
    color: #333;
}

.fa-shopping-cart::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/html/user_data/assets/img/cart.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #333;
}

.ec-headerNavSP {
    top: 18px;
}

@media only screen and (max-width: 480px) {
    .ec-headerNaviRole {
        padding-left: 0
    }
    .ec-headerNaviRole .ec-headerNaviRole__left {
        width: 0;
    }
}

@media only screen and (max-width: 768px) {
    .ec-headerRole__title {
        margin-left: 6.5rem;
        width: 40%;
    }

    .ec-headerNaviRole .ec-headerNaviRole__right {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .ec-headerNaviRole {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .ec-headerNaviRole .ec-headerRole__title {
        width: 20%
    }
  
    .ec-headerNaviRole .ec-headerNaviRole__right {
        width: 80%;
    }
  
    .ec-headerNaviRole .ec-headerNaviRole__left {
        width: 500px;
        margin: 2rem auto 0;
    }
    .ec-headerNaviRole__search {
        width: 100%;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select select {
        max-width: 220px;
        padding-left: 2rem;
    }
    .fa-shopping-cart::before {
        width: 25px;
        height: 25px;
    }
}
/*//////////////////////////////*/
/*////// メインビジュアル /////*/

.ec-sliderRole,
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
}

.ec-sliderRole .main_visual .item {
    display: block;
    position: relative;
    max-width: 1000px;
}

.ec-sliderRole .main_visual .item::before {
    content: "";
    display: block;
    padding-top: 52%;
}

.ec-sliderRole .main_visual .item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px;
}

/*//////////////////////////////*/
/*////////// お知らせ //////////*/
.ec-newsRole {
    padding: 0;
}

.ec-newsRole__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.ec-newsRole .ec-newsRole__news {
    border-radius: 20px;
    border: 1px solid #333;
    text-align: center;
}

.ec-newsRole__news__title {
    background: #ed1c24;
    padding: 1rem 0;
    border-radius: 18px 18px 0 0;
}
.ec-newsRole__news__title p {
    color: #fff;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
    color: #000;
    background: #fff;
}

@media only screen and (min-width: 768px) {
  .ec-newsRole__news {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row
    }
    
  .ec-newsRole .ec-newsRole__news {
    border-radius: 40px;
    padding: 0;
  }
  
  .ec-newsRole__news__title {
    width: 50%;
    padding: 2rem 0;
    border-radius: 39px 0 0 39px;
  }
  .ec-newsRole .ec-newsRole__newsCloseBtn {
      right: 40px;
  }
}

/*//////////////////////////////*/
/*//// 山のWEB市場について /////*/

.aboutRole {
    background: url(/html/user_data/assets/img/bg_nami.png);
    width: 100%;
    background-size: contain;
    background-position: top;
}

.aboutRole_inner {
    padding: 6rem 0;
}

.aboutRole_inner_bg {
    background: #fff;
    border-radius: 25px;
    padding: 2rem;
    position: relative;
}

/*.aboutRole_inner_textarea p {*/
/*    text-align: right;*/
/*}*/

.aboutRole_inner_textarea .ec-blockBtn_green {
        margin: 3rem 0 3rem auto;
}

@media only screen and (min-width: 768px) {
    .aboutRole_inner_textarea {
        position: absolute;
        top: 10%;
        right: 5%;
    }
}

/*//////////////////////////////*/
/*////////// 新着商品 //////////*/
.img350 {
    display: block;
    position: relative;
    max-width: 350px;
}

.img350::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.img350 img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px;
}

.ec-newItemRole .ec-newItemRole__listItemPrice {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    text-align: right;
}

.taxsmall {
    font-size: 1.4rem;
}

/*//////////////////////////////*/
/*////////// おすすめ //////////*/

.ec-shelfRole_wrap {
    background: url(/html/user_data/assets/img/bg_blur.png);
    width: 100%;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

#page_homepage .ec-shelfGrid__item:nth-child(1),
#page_homepage .ec-shelfGrid__item:nth-child(2) {
    width: 100%;
}

#page_homepage .ec-shelfGrid__item:nth-child(1) {
    padding-right: 0;
}

#page_homepage .ec-shelfGrid__item:nth-child(2) {
    padding-left: 0;
}

/* 1-2番目のみ横長 */
#page_homepage .ec-shelfGrid__item:nth-child(1) .img700,
#page_homepage .ec-shelfGrid__item:nth-child(2) .img700 {
    display: block;
    position: relative;
    max-width: 720px;
}

#page_homepage .ec-shelfGrid__item:nth-child(1) .img700::before,
#page_homepage .ec-shelfGrid__item:nth-child(2) .img700::before {
    content: "";
    display: block;
    padding-top: 60%;
}

#page_homepage .ec-shelfGrid__item:nth-child(1) .img700 img,
#page_homepage .ec-shelfGrid__item:nth-child(2) .img700 img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px;
}

#page_homepage .ec-shelfGrid__item {
    position: relative;
}

#page_homepage .ec-shelfGrid__item:nth-child(1)::before,
#page_homepage .ec-shelfGrid__item:nth-child(2)::before {
    content: '';
    display: block;
    width: 280px;
    height: 50px;
    background-image: url(/html/user_data/assets/img/label_recommend.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 8%;
    left: -41px;
    z-index: 100;
}

.ec-shelfGrid__item .item_price {
    color: #000;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
}

#page_homepage .ec-shelfGrid__item:nth-child(1) .item_price,
#page_homepage .ec-shelfGrid__item:nth-child(2) .item_price {
    text-align: left;
}

.ec-shelfGrid__item .item_name {
    margin: 10px 0;
}

@media only screen and (min-width: 768px) {
    #page_homepage .ec-shelfGrid__item:nth-child(1) {
        width: 50%;
        padding-right: 16px;
    }
    
    #page_homepage .ec-shelfGrid__item:nth-child(2) {
        width: 50%;
        padding-left: 16px;
    }
    
    #page_homepage .ec-shelfGrid__item:nth-child(1)::before,
    #page_homepage .ec-shelfGrid__item:nth-child(2)::before {
        left: -25px;
    }
}
/*//////////////////////////////*/
/*////////// カテゴリー ////////*/

.ec-categoryRole {
    background: #fff;
}

.ec-categoryRole .ec-categoryRole__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ec-categoryRole .ec-categoryRole__listItem_wrap {
    width: 47%;
    margin-bottom: 2rem;
}

.ec-categoryRole .ec-categoryRole__listItem {
    width: 100%;
}

.ec-categoryRole .ec-categoryRole__listItem img{
    border-radius: 25px;
}

@media only screen and (min-width: 768px) {
    .ec-categoryRole .ec-categoryRole__listItem_wrap:not(:last-of-type) {
        margin-right: 30px;
    }
}

/*.ec-categoryRole .ec-categoryRole__list {*/
/*    justify-content: space-between;*/
/*}*/

/*.ec-categoryRole .ec-categoryRole__listItem {*/
/*    display: block;*/
/*    position: relative;*/
/*    max-width: 280px;*/
/*    margin: 0 auto 5rem;*/
/*}*/

/*.ec-categoryRole__listItem::before {*/
/*    content: "";*/
/*    display: block;*/
/*    padding-top: 120%;*/
/*}*/

/*.ec-categoryRole__listItem img {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    -o-object-fit: cover;*/
/*    object-fit: cover;*/
/*    border-radius: 25px;*/
/*}*/

/*@media only screen and (min-width: 480px) {*/
/*    .ec-categoryRole .ec-categoryRole__listItem {*/
/*        max-width: 330px;*/
/*        width: calc((100% - 8rem) / 2);*/
/*        width: 45%;*/
/*    }*/
/*}*/

/*//////////////////////////////*/
/*////////// ショップ /////////*/

.shop_slide {
    width: 80%;
    margin-left: auto;
}

.shop_slide .slick-prev.slick-arrow {
    display: none !important;
}

.shop_slide .slick-next {
    position: absolute;
    top: 50%;
    left: -25%;
    background: none;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
}
    
.shop_slide .slide_item .slide_item_img{
    display: block;
    position: relative;
    max-width: 400px;
}

.shop_slide .slide_item .slide_item_img::before {
    content: "";
    display: block;
    padding-top: 60%;
}

.shop_slide .slide_item .slide_item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px;
}

.shopRole {
    background: #fff2ca;
}

.shopRole_wrap {
    max-width: 1090px;
    padding: 5rem 2rem;
    margin: 0 auto;
}

.shopRole .ec-role {
    background: #fff;
    border-radius: 25px;
}

.shopRole_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 5rem;
}

.shopRole_img {
    width: 60%;
    margin: 0 auto 1rem; 
}

@media only screen and (min-width: 768px) {
    .shop_slide .slick-next {
        left: -15%;
    }
    
    .shopRole_inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: no-wrap;
            flex-wrap: no-wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }
    
    .shopRole_inner_left {
        width: 40%;
    }
    .shopRole_inner_right {
        width: 60%;
    }
    
    
}

/*//////////////////////////////*/
/*////////// フッターー ////////*/

.footer {
    color: #fff;
    background: #3a7f37;
    margin-top: 10rem;
}

#page_homepage .footer {
    margin-top: 0;
}

.footerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 2.5rem;
}

.footerMenu .menuList {
    width: 50%;
}

.footerMenu ul {
    list-style: none;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    font-size: 1.5rem;
}

.footerMenu ul a {
    color: #fff;
}

.footerMenu h3 {
    font-size: 1.8rem;
}

.ec-footerTitle .ec-footerTitle__logo {
    margin: 0 auto 3rem;
    width: 200px;
}

    .footerMenu .menuList li{
        padding-bottom: 5px;
}

@media only screen and (min-width: 480px) {
    .footerMenu {
        -ms-flex-wrap: no-wrap;
            flex-wrap: no-wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 70%;
        margin: 0 auto;
    }
    
    .footerMenu .menuList {
        width: calc(100% / 3);
        width: 33.333%;
    }

}

@media only screen and (min-width: 1100px) {
    .footerMenu {
        width: 50%;
    }
}

/*//////////////////////////////*/
/*//////////////////////////////*/
/*////////// 下層ページ ////////*/

/*//////////////////////////////*/
/*////////// 商品一覧 //////////*/

#page_product_list .ec-shelfGrid__item-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 350px;
    background: #f6f6f6;
    width: 100%;
    height: auto;
}

#page_product_list .ec-shelfGrid__item-image::before {
    content: "";
    display: block;
    padding-top: 100%;
}

#page_product_list .ec-shelfGrid__item-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.ec-font-bold {
    color: #fbb03b;
    padding: 0 1rem;
}

.ec-shelfGrid__item .price02-default {
    font-size: 2.2rem;
    font-weight: bold;
}

/*//////////////////////////////*/
/*////////// 商品詳細 //////////*/

#page_product_detail .draggable .slick-slide,
#page_product_detail .ec-sliderItemRole .slideThumb {
    display: block;
    position: relative;
    max-width: 680px;
    background: #f6f6f6;
}

#page_product_detail .draggable .slick-slide::before,
#page_product_detail .ec-sliderItemRole .slideThumb::before{
    content: "";
    display: block;
    padding-top: 100%;
}

#page_product_detail .draggable .slick-slide img,
#page_product_detail .ec-sliderItemRole .slideThumb img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
}
.ec-productRole .ec-productRole__tags {
    border-bottom: none;
}

.ec-productRole .ec-productRole__tag {
    color: #fff;
    background: #fbb03b;
    border-color: #fcc03b;
    border-radius: 20px;
    width: 25%;
    font-size: 1.6rem;
    text-align: center;
}

.ec-productRole__title {
    padding-top: 1rem;
}

.ec-productRole__exception table {
    border: 1px solid #333;
    width: 100%;
}

.ec-productRole__exception th {
    color: #fff;
    background: #c7b39a;
    text-align: center;
    padding: 1.5rem;
}

.ec-productRole__exception td {
    padding: 1rem;
}

.ec-productRole__exception__title {
    display: inline-block;
    width: 150px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 25px;
    padding: 3px 0;
    margin-right: 2rem;
}


@media only screen and (min-width: 768px) {
    .ec-productRole .ec-productRole__tags {
        padding-bottom: 4rem;
    }
}

/*//////////////////////////////*/
/*////// 下層ページボタン //////*/

.ec-blockBtn--action.add-cart {
    background: #8cc63e;
    border-color: #8cc63e;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.ec-blockBtn--action.add-cart:hover,
.ec-blockBtn--action.add-cart:active {
    color: #8cc63e;
    background: #fff;
    border-color: #8cc63e;
}

.ec-productRole__btn .ec-blockBtn--cancel {
    color: #333;
    background: #fff;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}