@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400,500;display=swap');

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


/* top
   ========================================================================== */
/* 新着商品 */
.ec-eyecatchRole .ec-eyecatchRole__introTitle {
  color: #111;
  font-size: 20px;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
}

.ec-blockBtn--top {
  background-color: #639A10;
  border-color: #639A10;
}

.ec-blockBtn--top:hover {
  background-color: #7ABE13;
  border-color: #7ABE13;
}


/* おすすめ商品 */
.ec-secHeading .ec-secHeading__en {
  color: #111;
  font-family: "Open Sans", serif;
  font-size: 24px;
  font-weight: 500;
  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: #F6F6F6;
  background-image: url(../img/common/bg.jpg);
  background-size: cover;
}

.ec-categoryRole__listItem .category_name {
  margin-top: 15px;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
}


/* 新着情報 */
.ec-newsRole .ec-newsRole__newsCloseBtn {
  background: #111;
}


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



/* footer
   ========================================================================== */
.ec-footerRole {
  background-image: url(../img/common/bg.jpg);
  background-size: cover;
  color: #555;
  border: none;
}

.ec-footerTitle {
  color: #555;
}

.ec-footerNavi .ec-footerNavi__link a {
  color: #555;
  text-decoration: none;
}

.ec-footerNavi .ec-footerNavi__link:hover a {
  color: #555;
}

.ec-footerTitle .ec-footerTitle__logo {
  margin-bottom: 20px;
}

.ec-footerTitle .ec-footerTitle__logo img {
  width: auto;
}

.ec-footerTitle__txt {
  margin-bottom: 20px;
  line-height: 1.7;
}

.ec-blockTopBtn {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  opacity: 1;
  background-color: #BFE05C;
}



/* page
   ========================================================================== */
/* 商品一覧 */
.ec-topicpath {
  padding: 0 0 13px;
  border-bottom: 1px solid #ccc;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: .05em;
}

.ec-searchnavRole__topicpath {
  position: relative;
}

.ec-headingTitle {
  font-weight: bold;
}

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

.ec-blockBtn--action {
  background-color: #EEC958;
  border-color: #EEC958;
}

.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: #F6F6F6;
}

/* 見出し */
.ec-pageHeader h1 {
  position: relative;
  padding: 0 0 24px;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: .05em;
  text-align: center;
}

.ec-pageHeader h1::before {
  position: absolute;
  content: "";
  bottom: -8%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 4px dotted #7FC415;
  width: 80px;
  height: 3px;
}

/* テーブル設定 */
.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: 10px;
    padding-bottom: 5px;
  }

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

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

  .ec-itemNav__nav li a {
    font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
  }

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

  .ec-sliderRole {
    margin-bottom: 40px;
  }


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

  /* おすすめ商品 */
  .ec-eyecatchRole {
    align-items: center;
    align-items: center;
  }

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

  .ec-secHeading .ec-secHeading__en {
    font-size: 28px;
  }

  .ec-eyecatchRole .ec-eyecatchRole__image {
    width: 67%;
    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: 16px solid #F6F6F6;
  }


  /* 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-layoutRole__header {
    margin-bottom: 20px;
  }

  .ec-sliderRole {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .ec-headerNavSP {
    top: 15px;
  }


  /* top
   ========================================================================== */
  /* 新商品入荷情報 */
  .ec-eyecatchRole {
    flex-direction: column-reverse;
  }

  .ec-eyecatchRole__image {
    margin: 20px 0 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;
  }

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

  .mainsite_bnr img {
    width: 100%;
  }


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

  /* 見出し */
  .ec-pageHeader h1 {
    margin-bottom: 15px;
    border-top: none;
  }

  /* 商品一覧 */
  .ec-topicpath {
    margin: 0 15px 15px;
    padding-left: 15px;
    border-top: none;
  }

  /* テーブル設定 */
  .ec-borderedDefs dl {
    border-bottom: none;
  }

  .ec-borderedDefs dt {
    margin-bottom: 10px;
    padding: 12px 10px 4px;
    background: #F6F6F6;
  }

  .ec-borderedDefs dd {
    margin-left: 10px;
    line-height: 1.8;
  }
}