@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&display=swap');
/* 全体設定
   ========================================================================== */

:root {
  --c_main: #f8b400;
  --c_mainDeep: #f89800;
  --c_accent: #3ea23c;
  --c_sub: #f3f1ee;
  --c_text: #000;
  --c_btn: var(--c_main);
  --c_btn--is: var(--c_accent);
  --c_btn02: var(--c_main);
  --c_btn02--is: var(--c_accent);

}


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


/* header
     ========================================================================== */
/*カテゴリー文字色*/
.ec-headerSearch .ec-headerSearch__category .ec-select select option {
  color: #fff;
}

.ec-itemNav__nav li a :hover {
  background-color: var(--c_btn);
}

/* top
     ========================================================================== */
/* 新着商品 */

.ec-eyecatchRole .ec-eyecatchRole__introTitle {
  color: #000;
  font-size: 28px;
  /* font-family: 'Noto Sans', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-weight: bold;
  letter-spacing: .05em;
  text-align: left;
  width: 100%;
  position: relative;

  padding: 0 8px 8px;
  margin-bottom: 32px;
}

.ec-eyecatchRole .ec-eyecatchRole__introTitle span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, var(--c_main)0, var(--c_main)0 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, var(--c_main)0, var(--c_main)0 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width:767px) {

  .ec-eyecatchRole .ec-eyecatchRole__introTitle {
    font-size: 24px;
    line-height: 1.5lh;
  }

  .ec-eyecatchRole .ec-eyecatchRole__introTitle span {
    font-size: 24px;
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }

  .ec-eyecatchRole .ec-eyecatchRole__introTitle span:fir-st-child {
    margin-bottom: 8px;
    display: inline-block;
  }

  .ec-eyecatchRole .ec-eyecatchRole__introTitle span:after {
    background: none;
  }

}

.ec-blockBtn--top {
  background-color: var(--c_btn);
  border: 1px solid var(--c_btn);
  /* border-radius: 100vmax; */
  transition: 0.3s ease;
}

.ec-blockBtn--top:hover,
.ec-blockBtn--top:active {
  background-color: var(--c_btn--is);
  border: 1px solid var(--c_btn--is);
  transition: 0.3s ease;
}


/* おすすめ商品 */
.ec-secHeading .ec-secHeading__en {
  color: var(--c_text);
  font-family: 'Noto Sans', serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .09em;
}

.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: var(--c_sub);
}

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


/* 新着情報 */
.ec-newsRole .ec-newsRole__newsCloseBtn {
  background: var(--c_mainDeep);
}

.fa-angle-down:before {
  content: "\f107";
}


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

.mainsite_bnr a img {
  transition: 0.3s;
}



/* footer
     ========================================================================== */
.ec-footerRole {
  background: var(--c_sub);
  border-top: none;
}

.ec-footerTitle {
  color: #333;
  padding: 25px 0 50px;
}

.ec-footerNavi .ec-footerNavi__link a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
}

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

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

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

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

/* pagetop*/
.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: var(--c_main);
  border: 1px solid #fff;
  line-height: 35px;
  transition: 0.3s;
}

.ec-blockTopBtn:hover {

  opacity: 0.7;
  transition: 0.3s;
}



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

  position: relative;
  line-height: 1.4;
  color: #000;
  border-bottom: 2px solid #ddd;
}

.ec-searchnavRole__topicpath {
  position: relative;
}

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

.ec-searchnavRole__topicpath {
  position: relative;
}

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

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

.ec-shelfGrid .ec-shelfGrid__item {
  margin-bottom: 10px;
}

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

.ec-blockBtn--action {
  background-color: var(--c_accent);
  border: 1px solid var(--c_accent);
  transition: 0.3s ease;
}

.ec-blockBtn--action:hover,
.ec-blockBtn--action:active {
  background-color: var(--c_main);
  border: 1px solid var(--c_main);
  transition: 0.3s ease;
}

@media (max-width: 767px) {
  .ec-blockBtn--action {
    font-size: 12px;
    padding: 0 4px;
  }
}

/* おしらせ*/
.ec-shelfRole {
  padding: 0 20px 0px;
  margin-bottom: 40px;
}

/* ログイン・購入画面 */
.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;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: .05em;
  /* margin: 10px 16px 48px; */
  padding: 0 0 13px;
  color: #000;

  border-bottom: 2px solid #ddd;
}

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

@media screen and (max-width:767px) {

  .ec-pageHeader h1 {
    margin: 0 0 48px;
  }

  .ec-pageHeader h1::before {}

  .ec-pageHeader h1::after {
    top: 50%;
    left: 8px;

  }

}

/* テーブル設定 */
.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 #fff;
    background: var(--c_main);
    font-size: 14px;
  }

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

  .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;
  }

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

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

  .ec-eyecatchRole .ec-eyecatchRole__image {
    width: 130%;
    max-width: 440px;
    margin-bottom: 0;
  }

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

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

  /* 新着情報 */
  .ec-newsRole .ec-newsRole__news {
    border: 16px solid var(--c_sub);
  }


  /* 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;
    margin-bottom: 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 .ec-eyecatchRole__introTitle {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .ec-eyecatchRole__introContainer:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    opacity: 0.6;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #d5a97b, #d5a97b 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #d5a97b, #d5a97b 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

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

}


.ec-eyecatchRole__image {
  margin: 20px 0 0 !important;
}

/* カテゴリ */
.ec-categoryRole .ec-categoryRole__list {
  gap: 15px;
}

@media (max-width: 767px) {

  /* カテゴリ */
  .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%;
  height: auto;
  max-width: 540px;
}


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

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

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

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

.ec-borderedDefs dt {
  /* background: none; */
}

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

/* スマホグローバルメニュー
    ========================================================================== */
.ec-drawerRole {
  background-color: var(--c_mainDeep);
}

.ec-headerLink__item {
  background-color: var(--c_mainDeep);
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
  background-color: var(--c_main);
  border-radius: 0;
}


.br-pc {
  display: block;
}


@media (max-width: 767px) {

  /* カテゴリ */
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}

@media screen and (max-width:767px) {

  .ec-topicpath::before {
    width: 34px;
    height: 26px;
  }

  /*商品一覧　タイトル*/
  .ec-topicpath {
    padding-left: 1em;
    /* border-bottom: 2px dotted var(--c_main); */
    margin: 0 20px;
  }

  /* footer
    ========================================================================== */
  .ec-footerNavi .ec-footerNavi__link a {
    border-bottom: 1px solid #fff;
  }


}