/* カスタマイズ用CSS */


/*************************************************************

商品詳細

*************************************************************/

/* スライダー
----------------------------*/
.ec-sliderItemRole{
    padding: 0;
}

.ec-sliderItemRole .item_nav{
    text-align: center;
}
.ec-sliderItemRole .slideThumb{
    width: 25%;
}

/* 商品情報
----------------------------*/
.ec-productRole .ec-productRole__price{
    padding: 0 0 14px;
}

.ec-price .ec-price__price{
    padding:  0 .3em 0 0;
}

#detail_not_stock_box__description_detail .specTable td {
    line-height: 1.4em;
}

#detail_not_stock_box__description_detail .specTable p {
  margin: 0;
  text-indent: -4em;
  padding: 0 0 0 4em;
}


/*************************************************************

ハンバーガーナビ

*************************************************************/
.ec-headerNavSP{
    left: auto;
    right: 10px;
}
.ec-overlayRole{
    z-index: 3;
}

.ec-drawerRole{
    overflow-y: scroll;
    background: #fff;
    width: 260px;
    height: 100vh;
    transform: translateX(300px);
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    z-index: 1;
    transition: z-index 0ms 1ms;
}

.ec-drawerRoleClose{
    left: auto;
    right: 270px;
}


.ec-drawerRole .category h2{
    font-size: 16px;
    font-family: "HiraMinPro-W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, Sawarabi Mincho, serif, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",Times,Garamond,Georgia;
}
.ec-drawerRole #member ul{
    padding: 10px;
}
.ec-drawerRole #member li a{
    padding: 10px;
}
.ec-drawerRole .category .col-tcate{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-right: 1%;
    margin-bottom: 10px;
}

.ec-drawerRole .ec-headerSearch{
    background: #EBEBEB;
}



/*************************************************************

■トップ　スライドショー

*************************************************************/
.ec-sliderRole{
    margin-bottom: 50px;
}
.ec-sliderRole .slick-dots{
    bottom: -40px;
}





/*************************************************************

■トップ　トピックス

*************************************************************/
.ec-newsRole{
    padding: 30px 0 0;
}
.ec-newsRole .ec-newsRole__news{
    border: none;
    padding: 0;
}

.ec-newsRole .ec-newsRole__newsCloseBtn{
    background:#B8BEC4;
}



/*************************************************************

■トップ　おすすめ商品

*************************************************************/
.ec-shelfGrid .ec-shelfGrid__item img{
    max-width: 100%;
    max-height: 127px;
    display: block;
    margin: auto;
}
.ec-shelfGrid .ec-shelfGrid__item .item_price{
    display: none;
}


/*************************************************************

■トップ　商品検索

*************************************************************/
#page_homepage .ec-layoutRole__mainBottom .ec-headerSearch{
    display: flex;
    align-items: center;
    padding: 0 10px;
}
@media screen and (max-width:767px){
    #page_homepage .ec-layoutRole__mainBottom .ec-headerSearch{
        display: none;
    }
}
#page_homepage .ec-layoutRole__mainBottom .ec-headerSearch p.all{
    margin: 0;
}
#page_homepage .ec-layoutRole__mainBottom .ec-headerSearch form{
    display: flex;
    align-items: center;
}
#page_homepage .ec-layoutRole__mainBottom .ec-headerSearch form > .ec-headerSearch__category{
    width: auto;
    margin-right: 10px;
}
#page_homepage .ec-layoutRole__mainBottom .ec-headerSearch form > .ec-headerSearch__keyword{
    width: auto;
    margin: 0 10px 0 0;
}




/*************************************************************

■トップ　新着商品

*************************************************************/
.slide-wrap .side-box{
    margin-bottom: 20px;
}

.slide-wrap .side-box > .inner > a img + p{
    text-align: justify;
    text-justify: inter-ideograph;
    max-width: 180px;
    margin: 15px auto 0;
    font-size: 15px;
    line-height: 1.4;
}




/*************************************************************

■トップ　おすすめ商品

*************************************************************/
.ec-shelfRole .ec-shelfGrid__item > a dl{
    text-align: justify;
    text-justify: inter-ideograph;
    max-width: 180px;
    margin: 15px auto 0;
    font-size: 15px;
    line-height: 1.4;
}





/*************************************************************

商品検索

*************************************************************/
.ec-headerSearch:after {
  content: " ";
  display: table; }
.ec-headerSearch:after {
  clear: both; }
.ec-headerSearch .ec-headerSearch__category {
    float: none;
    width: 100%;
}
.ec-headerSearch .ec-headerSearch__category .ec-select {
    overflow: hidden;
    width: 100%;
    margin: 0;
    text-align: left; }
.ec-headerSearch .ec-headerSearch__category .ec-select select {
      width: 100%;
      cursor: pointer;
      padding: 8px 24px 8px 8px;
      text-indent: 0.01px;
      text-overflow: ellipsis;
      border: solid 1px #ddd;
      outline: none;
      background: #fff;
      background-image: none;
      box-shadow: none;
      -webkit-appearance: auto;
         -moz-appearance: auto;
              appearance: auto;
      color: #666;
    max-width: 200px;
}
@media screen and (max-width:760px){
    .ec-headerSearch .ec-headerSearch__category .ec-select select {
    height: 45px;
    }
}
.ec-headerSearch .ec-headerSearch__category .ec-select select option {
        color: #000; }
.ec-headerSearch .ec-headerSearch__category .ec-select select::-ms-expand {
        display: none; }
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
      position: relative;
      border: 0;
      background: none;
      color: #fff;
      border-top-right-radius: 2px;
      border-top-left-radius: 2px; }
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
    border-top-right-radius: inherit;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    display: none;
    position: inherit;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    padding: 0;
    content: '';
    border-left: none;
    border-right: none;
    border-top: none;
    pointer-events: none; }
.ec-headerSearch .ec-headerSearch__keyword {
    float: none;
    width: 100%;
    position: relative;
    color: #525263;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #fff;
    border-radius: 0;
    margin-top: 10px;;
}
@media screen and (max-width:760px){
    .ec-headerSearch .ec-headerSearch__keyword {
    background: none;
    }
}
.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    width: 100%;
    height: 34px;
    font-size: 16px;
    border: 0 none;
    padding: 0.5em 50px 0.5em .5em;
    box-shadow: none;
    background: none;
    box-sizing: border-box;
    margin-bottom: 0; }
.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
    width: 22px;
    height: 22px; }
.ec-headerSearch .ec-headerSearch__keywordBtn {
  border: 0;
  background: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-55%);
  display: block;
  white-space: nowrap;
  z-index: 1; }



/*************************************************************

■商品一覧　全体設定

*************************************************************/
#page_product_list .ec-shelfGrid .ec-shelfGrid__item-image{
    height: auto;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item .price02-default{
    display: none;
}


/*************************************************************

■商品一覧　子カテゴリリスト

*************************************************************/
#page_product_list #categoryInfo{
    display: none;
}
#page_product_list #relativeCategory .ec-shelfGrid__item-image{
    display: none;
}

#page_product_list #relativeCategory p{
    margin: 0;
}
#page_product_list #relativeCategory li{
    padding: 0 0 0 20px;
    margin: 0 0 10px;
}
#page_product_list #relativeCategory li > a{
    display: block;
    position: relative;
    padding-left: 25px;
}

#page_product_list #relativeCategory li > a::before{
    width: 18px;
    height: 18px;
    background:#778899;
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    border-radius: 50%;
}

#page_product_list #relativeCategory li > a::after{
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    left: 4px;
    top: 7px;
}


/*************************************************************

■フッター

*************************************************************/
.footer_paypal{
    margin-bottom: 20px;
}