@charset "UTF-8";

@import url("https: //fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap");

/*共通*/
body {
  color: #FFF;
  background-color: #000;
  font-family: "M PLUS 1", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku mincho ProN", "ＭＳ Ｐゴシック", "MS Pmincho", sans-serif;
}


br {
  display: block;
}

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


/* top
   ========================================================================== */
/* 新着商品 */
.ec-eyecatchRole .ec-eyecatchRole__introTitle {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-shadow:
    0 0 8px rgba(78, 171, 70, 0.8),
    0 0 23px rgba(78, 171, 70, 0.6);
}


/* おすすめ商品 */
.ec-secHeading .ec-secHeading__en {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-shadow:
    0 0 8px rgba(78, 171, 70, 0.8),
    0 0 23px rgba(78, 171, 70, 0.6);
  font-size: 30px;
  letter-spacing: .05em;
}

.ec-secHeading .ec-secHeading__line {
  color: #FFF;
  font-weight: bold;
  background: #FFF;
  text-shadow:
    0 0 8px rgba(78, 171, 70, 0.8),
    0 0 23px rgba(78, 171, 70, 0.6);
}

.ec-secHeading .ec-secHeading__ja {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-shadow:
    0 0 8px rgba(78, 171, 70, 0.8),
    0 0 23px rgba(78, 171, 70, 0.6);
}


.item_name {
  color: #FFF;
  margin-top: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.item_price {
  color: #DE5D50;
  font-weight: bold;
}

.ec-shelfGrid__item img {
  margin-bottom: 20px;
}

/* カテゴリ */
.ec-categoryRole {
  background: rgba(47, 47, 47, 0.32);
}

.ec-categoryRole__listItem .category_name {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
}


/* 新着情報 */
.ec-newsRole .ec-newsRole__newsCloseBtn {
  color: #FFF;
  background: rgba(47, 47, 47, 0.32);
  border: none;

}

.ec-newsRole__newsTitle {
  color: #FFF;
}

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

.ec-newsRole .ec-newsRole__newsTitle {
  color: #FFF;
}

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

/*ボタン*/
body .ec-blockBtn--top {
  width: 250px;
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 23px rgba(78, 171, 70, 0.6);
  font-weight: normal;
}

.ec-blockBtn--top a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.ec-blockBtn--top:hover {
  background-color: rgba(78, 171, 70, 0.6);
}

/* footer
   ========================================================================== */
.ec-footerRole {
  background: #000;
}

.ec-footerTitle {
  color: #FFF;
}

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

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

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

.ec-footerTitle .ec-footerTitle__logo img {
  max-width: 480px;
  max-height: 100px;
  width: 100%;
}

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

.ec-blockTopBtn {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  height: 72px;
  width: auto;
  background: none;
}

.ec-newsRole .ec-newsRole__newsDate {
  color: #FFF;
}




/* page
   ========================================================================== */
/* 商品一覧 */
.ec-topicpath {
  padding: 0 0 13px;
  border-bottom: 2px solid #ddd;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-shadow:
    0 0 8px rgba(78, 171, 70, 0.8),
    0 0 23px rgba(78, 171, 70, 0.6);
}

.ec-searchnavRole__topicpath {
  position: relative;
  color: #FFF;
}

.ec-searchnavRole__topicpath::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 20%;
  height: 2px;
  background: #FFF;
  content: '';
}

.ec-searchnavRole__counter {
  color: #FFF;

}

.ec-topicpath__divider {
  color: #FFF !important;
}

.ec-headingTitle {
  font-weight: bold;
  color: #FFF;
}

.ec-shelfGrid__item p {
  color: #FFF;
}

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

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

.ec-productRole__category,
.ec-productRole__description {
  color: #FFF;
}

.ec-modal-header {
  color: #000;
}


/* ログイン・購入画面 */
.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-headerNaviRole {
  background-color: rgba(47, 47, 47, 0.32);
}

/* 見出し */
.ec-pageHeader h1 {
  position: relative;
  padding: 0 0 13px;
  border-bottom: 2px solid #ddd;
  font-size: 18px;
  letter-spacing: .05em;
  text-shadow:
    0 0 8px rgba(78, 171, 70, 0.8),
    0 0 23px rgba(78, 171, 70, 0.6);
}

.ec-pageHeader h1::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
  width: 20%;
  height: 2px;
  background: #FFF;
  content: '';
}

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

.ec-borderedDefs dt,
dd {
  color: #525263;
}

.ec-newsRole__newsDate {
  color: #FFF;
}

.ec-newsRole__newsHeading,
.ec-reportHeading,
.ec-reportDescription {
  color: #FFF;
}


@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 {
    color: #FFF;
    font-weight: 600;
    letter-spacing: .05em;
    background-color: #000;
  }

  .ec-itemNav__nav li a:hover {
    color: #4EAB46;
    font-weight: 600;
    letter-spacing: .05em;
    background-color: #000;
  }

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

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


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

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

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

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

  .ec-eyecatchRole .ec-eyecatchRole__image {
    width: 43%;
    margin-bottom: 0;
  }

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


  /* 新着情報 */
  .ec-newsRole .ec-newsRole__news {
    background: rgba(47, 47, 47, 0.32);
    border: none;
  }


  /* 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;
  }


  .ec-blockBtn--action {
    font-size: 13px;
  }

  /* 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%;
  }

  .ec-categoryRole__listItem .category_name {
    font-size: 16px;

  }

  .top_cate_tit span {
    padding: 0 15px;
    font-size: 18px;
  }

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

  .mainsite_bnr img {
    width: 100%;
  }

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

  body .ec-blockBtn--top {
    margin: 0 auto;
  }


  /* 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;
  }

  .ec-borderedDefs dt {
    background-color: #333;
  }


  .ec-footerTitle {
    padding: 40px 20px 60px;
  }

  .ec-drawerRole .ec-headerSearch select {
    height: auto;
  }

  .ec-cartNavi {
    color: #FFF;
  }

}


.ec-modal .ec-modal-wrap,
.ec-guest__inner,
.form-check-label {
  color: #000;
}

.ec-cartRole,
.ec-pageHeader,
.ec-orderAccount__account .non-customer-display,
.ec-orderDelivery__title,
.ec-orderDelivery__item,
.ec-orderDelivery__address,
label,
.ec-radio,
.ec-input,
.ec-orderAccount__account,
#test,
.ec-select,
.ec-blockRadio,
.ec-cartCompleteRole {
  color: #FFF;
}

.ec-cartHeader__label {
  color: #000;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background: #333;
}

.ec-input select,
.ec-birth select,
.ec-select select,
.ec-halfInput select,
.ec-numberInput select,
.ec-zipInput select,
.ec-telInput select {

  font-size: 1.3rem;
}

.ec-blockBtn--action {
  font-size: 1.4rem;
}

.ec-blockBtn--cancel {
  font-size: 1.4rem;
}

.ec-input input,
.ec-birth input,
.ec-select input,
.ec-halfInput input,
.ec-numberInput input,
.ec-zipInput input,
.ec-telInput input {
  font-size: 1.6rem;
}

.ec-para-normal,
.ec-off1Grid__cell p {
  color: #FFF;
}
