@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@600&display=swap");

/* hover設定
   ========================================================================== */
a:hover img.img_opacity {
  opacity: 0.8;
}


/* header
   ========================================================================== */
.ec-layoutRole{
  background: #FBF8EE;
}

.ec-layoutRole__header{
  background: #FFBDAB;
}


/* footer
   ========================================================================== */
.ec-footerRole {
  border-top: none;
  background: #FFBDAB;
}
.ec-footerNavi .ec-footerNavi__link a{
  color: #333;
  text-decoration: none;
}
.ec-footerNavi .ec-footerNavi__link:hover a{
  color: #666;
}
.ec-footerTitle .ec-footerTitle__logo{
  margin-bottom: 20px;
}
.ec-footerTitle .ec-footerTitle__logo img{
  width: auto;
}
.ec-footerTitle__txt{
  margin-bottom: 20px;
  color: #333;
  line-height: 1.7;
}
.ec-footerTitle__copyright{
  color: #333;
}
.ec-blockTopBtn{
  opacity: 1;
  background-color: #93A10E;
}


/* top
   ========================================================================== */
/* 新着商品 */
.ec-eyecatchRole .ec-eyecatchRole__introTitle{
  padding-bottom: 10px;
  border-bottom: 3px dashed #DB969B;
  color: #33281A;
  font-size: 20px;
}


/* おすすめ商品 */
.ec-secHeading .ec-secHeading__en{
  color: #CE7379;
  font-family: 'Dosis', sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .05em;
}
.ec-secHeading .ec-secHeading__line{
  color: #555;
}
.ec-secHeading .ec-secHeading__ja{
  color: #555;
  font-size: 14px;
}
.item_name{
  margin-top: 15px;
}
.item_name{
  font-weight: bold;
  margin-bottom: 10px;
}
.item_price{
  color: #DE5D50;
  font-weight: bold;
}


/* カテゴリ */
.ec-categoryRole{
  background: #FCE6DA;
}
.ec-categoryRole__listItem .category_name{
  position: relative;
  margin-top: 15px;
  padding-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
.ec-categoryRole__listItem .category_name::before{
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #CF747A;
  transform: translateX(-50%);
}


/* 新着情報 */
.ec-newsRole .ec-newsRole__news {
  border: 5px solid #FCE6DA;
  background: #FFF;
}
.ec-newsRole .ec-newsRole__newsCloseBtn{
  background: #93A10E;
}


/* 本サイトバナー */
.mainsite_bnr{
  margin-top: 60px;
  text-align: center;
}

.mainsite_bnr img{
  border-radius: 10px;
} 



/* page
   ========================================================================== */
/* 商品一覧 */
.ec-topicpath{
  padding: 0 0 10px 50px;
  border-bottom: 3px dashed #DB969B;
  background: url(../img/top/ec-pageHeader_icon.png) no-repeat left top;
  font-size: 16px;
}

.ec-headingTitle{
  font-weight: bold;
}
.price02-default{
  color: #DE5D50;
  font-weight: bold;
  margin: 10px 0;
}

.ec-shelfGrid .ec-shelfGrid__item a:hover img{
  opacity: 0.8;
}

/* ログイン・購入画面 */
.ec-login,
.ec-guest,
.ec-cartHeader .ec-cartHeader__label,
.ec-totalBox,
.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6{
  background: #FCE6DA;
}

/* 見出し */
.ec-pageHeader h1{
  padding: 0 0 10px 50px;
  border-bottom: 3px dashed #DB969B;
  background: url(../img/top/ec-pageHeader_icon.png) no-repeat left top;
  color: #33281A;
  font-size: 18px;
}

/* テーブル設定 */
.ec-borderedDefs{
  border-top: none;
}
.ec-borderedDefs dt{
  color: #111;
}



@media (min-width: 768px) {

  /* header
   ========================================================================== */
  .ec-headerNaviRole {
    padding-bottom: 20px;
  }

  .ec-layoutRole__header{
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .ec-headerNaviRole__nav{
    margin-bottom: 10px;
  }

  .ec-sliderRole img{
    border-radius: 20px;
  }
  

  /* カテゴリナビ */
  .ec-itemNav__nav li ul li a{
    border-bottom: 1px solid #333;
    background: #000028;
    font-size: 14px;
  }

  .ec-itemNav__nav li a {
    background: none;
  }

  .ec-itemNav__nav > li:hover > a {
    background: rgba(255, 255, 255, 0.3);
  }

  .ec-cartNavi{
    border: 1px solid #ccc;
  }

  .ec-sliderRole{
    margin: -20px auto 40px;
  }


  /* top
   ========================================================================== */
   /* 新着商品 */
  .ec-eyecatchRole .ec-eyecatchRole__introTitle{
    font-size: 24px;
  }

   /* おすすめ商品 */
  .ec-eyecatchRole{
    align-items: center;
  }
  .ec-secHeading {
    margin-bottom: 20px;
  }
  .ec-secHeading .ec-secHeading__en{
    font-size: 28px;
  }
  .ec-eyecatchRole .ec-eyecatchRole__image{
    width: 30%;
    margin-bottom: 0;
  }

  /* カテゴリ */
  .ec-categoryRole .ec-categoryRole__listItem {
    width: calc(100% / 3);
  }

  .ec-categoryRole__listItem .category_name{
    font-size: 1.8rem;
  }

  /* 新着情報 */
  .ec-newsRole .ec-newsRole__news {
    border-width: 16px;
  }


  /* page
   ========================================================================== */
   /* 商品一覧 */
  .ec-topicpath {
    font-size: 24px;
  }
  .ec-searchnavRole .ec-searchnavRole__infos{
    border-top: none;
  }

  /* 見出し */
  .ec-pageHeader h1 {
    font-size: 24px;
  }

  /* テーブル設定 */
  .ec-borderedDefs dl{
    padding: 20px 0 15px;
  }
  .ec-borderedDefs dt{
    padding-top: 0;
  }
  .ec-borderedDefs dd {
    line-height: 1.8;
  }

}



@media print, screen and (max-width: 960px) and (min-width: 768px) {
  /* パッドでのロゴ被り防止
  .ec-headerNav .ec-headerNav__item{
    display: block;
  }
  .ec-headerNaviRole {
    padding-bottom: 0;
  }
  .ec-headerRole__title{
    top: -260px;
  } */
}



@media (max-width: 767px) {

  /* header
   ========================================================================== */
  .ec-sliderRole{
    padding-left: 0;
    padding-right: 0;
  }

  .ec-headerRole{
    justify-content: center;
  }

  .ec-layoutRole__header{
    margin-bottom: 20px;
  }

  .ec-headerTitle .ec-headerTitle__title a{
    margin-bottom: 30px;
  }

  .ec-headerNavSP{
    top: 15px;
  }

  .ec-sliderRole{
    margin-top: -30px;
  } 


  /* top
   ========================================================================== */
  /* 新商品入荷情報 */
  .ec-eyecatchRole{
    flex-direction: column-reverse;
  }
  .ec-eyecatchRole__image{
    width: 280px !important;
    margin: 20px auto 0 !important;
  }

  /* カテゴリ */
  .ec-categoryRole .ec-categoryRole__list{
    gap: 4%;
  }
  .ec-categoryRole .ec-categoryRole__listItem {
    width: 48%;
  }
  .top_cate_tit span{
    padding: 0 15px;
    font-size: 18px;
  }

  /* 新着情報 */
  .ec-newsRole .ec-newsRole__news {
    padding: 5px 10px;
  }

  /* 本サイトバナー */
  .mainsite_bnr{
    padding: 0 20px;
  }
  .mainsite_bnr img{
    width: 100%;
  }


  /* page
   ========================================================================== */

  /* 見出し */
  .ec-pageHeader h1{
    margin-bottom: 15px;
    padding: 0 0 10px 35px;
    border-top: none;
    background-size: auto 20px;
  }

  /* 商品一覧 */
  .ec-searchnavRole__topicpath{
    padding-left: 20px;
    padding-right: 20px;
  }
  .ec-topicpath{
    margin-bottom: 15px;
    padding: 0 0 10px 35px;
    border-top: none;
    background-size: auto 20px;
  }

  /* テーブル設定 */
  .ec-borderedDefs dl{
    border-bottom: none;
  }
  .ec-borderedDefs dt{
    margin-bottom: 10px;
    padding: 12px 10px 4px;
    background: #FCE6DA;
  }
  .ec-borderedDefs dd {
    margin-left: 10px;
    line-height: 1.8;
  }
}

