body{
    -webkit-font-smoothing: antialiased;
}
.row{
    margin: 40px 0;
}
@media (min-width: 992px){
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
    padding-left: 0px;
}}

/* 背景色 */
.ec-layoutRole {
  transition: transform 0.3s;
  background: #1f1f1f;
  }
  
  /* 背景を画像に変更 */
.ec-layoutRole {
  background-image: url("/html/user_data/topimg/kiwami_bk.jpg");
  background-size: contain;
  }
  
.ec-role{
      color: #f5f5f5;
      margin-top: 40px;
  }
  
.ec-role img {
    max-width: 100%;
    height: 100%;
    margin-bottom: 10px;
}



.slick-dots li button:before {
    background-color: #666;
}  

/* ロゴに金刷毛装飾 */

.ec-headerRole {
    background-image: url(/html/user_data/topimg/bg_kinhake.png);
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (min-width: 768px){
.ec-headerRole {
    background-image: url(/html/user_data/topimg/bg_kinhakeL.png);
    background-repeat: no-repeat;
    background-position: center 65%;
}}


/* ブロック見出し */
.ec-secHeading .ec-secHeading__en {
    font-size: 24px;
    margin-top: 40px;
}
.ec-secHeading .ec-secHeading__line {
    height: 18px;
}
.ec-secHeading .ec-secHeading__ja {
    font-size: 14px;
}

@media only screen and (min-width: 768px){
.ec-eyecatchRole .ec-eyecatchRole__intro {
    padding-right: 0px;
}}

.container {
    padding:0px;
}
@media (min-width: 768px){
.container {
    width: 100%;
}}

/*ヘッダー下にパディング*/
.ec-layoutRole .ec-layoutRole__main {
    padding-top: 40px;
}


body{
    font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    color: #fff;
    transition: z-index 0ms 5.28455ms;
    background: #1f1f1f;
    margin: 0;
}

.ec-customerRole {
    color: #f5f5f5;
}

/*マイページ*/
.ec-mypageRole , .ec-welcomeMsg , .ec-searchnavRole__counter{
    color: #f5f5f5;
}


/* メインナビ設定 */
.ec-itemNav__nav li a {
    padding: 16px;
    color: #f5f5f5;
    font-size: 16px;
    font-weight: normal;
    background: #1f1f1faa!important;
    transition: background-color 0.5s;
}

.ec-headerNavSP {
    background: #a94442;
}

.ec-itemNav__nav li a:hover {
    color: #f5f5f5;
    background-color: #a94442!important;;
    transition: background-color 0.5s;
}


.ec-eyecatchRole .ec-eyecatchRole__intro {
    color: #f5f5f5;
}

@media only screen and (min-width: 768px){
.ec-eyecatchRole .ec-eyecatchRole__introDescriptiron {
    margin-bottom: 30px;
    margin-top: 0px;
}}

.ec-eyecatchRole__introDescriptiron p{
    padding-right:20px;
}

/* ドロワーアイテムナビ */
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
    color: #f5f5f5;
    background: #f8f8f8;
}


/* 新着商品 */
.ec-secHeading--tandem {
    margin-bottom: 15px;
    color: #f5f5f5;
    text-align: center;
}
.ec-secHeading--tandem .ec-secHeading__line {
    display: block;
    margin: 13px auto;
    width: 20px;
    height: 1px;
    background: #f5f5f5;
}

.ec-newItemRole .ec-newItemRole__listItemTitle {
    margin: 8px 0;
    font-size: 14px;
    font-weight: bold;
    color: #f5f5f5;
}
.ec-newItemRole .ec-newItemRole__listItemPrice {
    font-size: 12px;
    color: #f5f5f5;
}

/* メインページタイトル */
.ec-secHeading {
    margin-bottom: 15px;
    color: #f8f8f8;
}
.ec-secHeading .ec-secHeading__line {
    display: inline-block;
    margin: 0 20px;
    width: 1px;
    height: 14px;
    background: #f5f5f5;
}
/* メインページトピックス文字*/
.ec-topicRole .ec-topicRole__listItemTitle {
    margin-top: .5em;
    font-size: 14px;
    color: #f8f8f8;
}




/*ログイン画面*/

.ec-login .ec-checkbox label {
    color: #666;
}
.ec-guest .ec-guest__inner p {
    color: #666;
}


/*カテゴリブロック*/
@media only screen and (min-width: 768px){
.ec-categoryRole {
    padding: 60px 0;
}
}

.ec-categoryRole {
    padding: 40px 0;
    color: black;
    background: none;
}


/*おすすめ商品ブロック*/
.ec-shelfRole {
    color: #f5f5f5;
    margin-top: 4em;
}
.ec-shelfGrid p{
    font-size: 14px;
    margin: 16px 0;
}

.ec-shelfRole .item_price{
    color: #DE5D50;
}

/*特集ブロック*/
@media only screen and (min-width: 768px){
.ec-topicRole{
    padding: 60px 0;
}
}

.ec-topicRole{
    padding: 40px 0;
    background: none;
}

.ec-topicRole .ec-topicRole__listItem {
    width: 100%;
    height: 100%;
}

/*新着情報*/
.ec-newsRole .ec-newsRole__newsDate {
    display: block;
    font-size: 14px;
    color: #f5f5f5;
}
@media only screen and (min-width: 768px){
.ec-newsRole .ec-newsRole__news {
    border: 5px solid #333;
    padding: 20px 30px;
}}
.ec-newsRole .ec-newsRole__newsTitle {
    font-size: 16px;
    font-weight: normal;
    color: #f5f5f5;
}
.ec-newsRole{
    padding-top: 0px;
}

@media only screen and (min-width: 768px){
.ec-modal .ec-modal-wrap {
    color: #525263;
}}
.ec-modal .ec-modal-wrap {
    color: #525263;
}

/* 商品ページタイトル */
.ec-headingTitle {
    margin: 0 0 8px;
    font-size: 32px;
    font-weight: normal;
    color: #f5f5f5;
}
/* 商品ページ */
.ec-productRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}

/**********マイページ**********/
.ec-historyRole .ec-historyRole__contents {
    color: #f5f5f5;
}
.ec-navlistRole .ec-navlistRole__item a:hover {
    background-color: #5555!important;
}

/**********ショッピングカート**********/
.ec-cartHeader__label{
    color:#525263;
}

.ec-cartRole {
    color:#f5f5f5;
}

a {
    color: #DE5D50;
}


/**********ご注文手続き**********/
.ec-orderRole__detail{
    background-color: #f5f5f5;
    padding-bottom: 16px;
}
.ec-rectHeading h2{
    font-size: 18px;
    background-color: #ddd;
}
@media only screen and (min-width: 768px){
.ec-orderRole .ec-orderRole__detail {
    padding: 0 16px;
    padding-bottom: 16px;
    margin-bottom: 24px;
}
}

/* 問い合わせページ*/
.ec-contactRole {
    color: #f5f5f5;
}


/* ボタン色カスタマイズ */
.ec-blockBtn--top {
    border-radius: 0px;
    color: white;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
    transition: background-color 0.5s;
}
.ec-blockBtn--top:hover {
    color: white;
    background-color: #8a6d3bbf;
    border-color: #8a6d3b;
    transition: background-color 0.5s;
}
.ec-inlineBtn--top {
    color: white;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
    transition: background-color 0.5s;
}
.ec-inlineBtn--top:hover {
    color: white;
    background-color: #8a6d3bbf;
    border-color: #8a6d3b;
    transition: background-color 0.5s;
}

/* ヘッダーリンク */
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #8a6d3b;
    color: #f5f5f5;
}

.ec-headerNav .ec-headerNav__itemIcon {
    color: #f5f5f5;
}

.ec-headerNav .ec-headerNav__itemLink {
    color: #f5f5f5;
}
.ec-cartNavi {
    color: #f5f5f5;
}
@media only screen and (min-width: 768px){
.ec-cartNavi {
    background: #333;
}
}



/*お客様情報の入力*/
.ec-progress .ec-progress__number {
    background: #f5f5f5;
    color: #8a6d3b;
}

.ec-progress .ec-progress__label {
    color: #f5f5f5;
}

.ec-progress .is-complete .ec-progress__number {
    background: #a94442;
    color: #f5f5f5;
}

.ec-progress .is-complete .ec-progress__label {
    color: #a94442;
}
/*会員登録ページ文字色*/
.ec-registerRole {
    color: #f5f5f5;

}

/*会員登録完了画面*/
.ec-registerCompleteRole {
    color: #f5f5f5;
}


/*カテゴリページ*/
.ec-topicpath {
    color: #f5f5f5;
}
.ec-topicpath .ec-topicpath__divider {
    color: #f5f5f5;
}

/*グループ店紹介*/
.kakigroup {
    margin-top: 40px;
}

.kakigroup p{
    text-align: center;
    margin: 8px;
}
.kakigroup h2{
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 40px;
}

.kakishop h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.kakishop p{
    font-size: 0.9em;
    line-height:1.8em;
    margin-bottom: 40px
}

.kakishop .ec-role{
    /*background-color: #333;*/
}

/*フッターカスタマイズ*/
@media only screen and (min-width: 768px){
.ec-footerRole .ec-footerRole__inner img {
    width: 120px;
    margin-bottom: 20px;
    }

}
/*商品詳細ページの但し書き*/
.tadasigaki01{
    font-size: 11px;
    color: #f5f5f5;
}