@charset "utf-8";

/* カスタマイズ用CSS */
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.flex {
  display: flex;
}

body {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #3c3c3c;
  background: #fff;
}

/*グローバルメニュー*/
.ec-globalNaviRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  display: none;
  color: #523400;
}

.ec-globalNav ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background: #fff;
}

.ec-globalNav ul.sub li a:before {
  display: none;
}

.ec-globalNav ul li:last-child a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .ec-globalNaviRole {
    display: block;
    width: 100%;
  }
}

.ec-globalNaviRole {
  background: #ffd200;
  max-width: 100%;
}

.ec-globalNav {
  max-width: 1200px;
  display: flex;
  margin: auto;
}

.ec-itemNav__nav span {
  display: block;
}

.ec-globalNav ul {
  list-style: none;
  width: 100%;
}

.ec-globalNav ul li {
  width: calc((100%) / 7);
}

.ec-globalNav ul li a {
  color: #3c3c3c;
  background: #ffd200;
}

.ec-itemNav__nav>li:hover>a {
  background: #ffea87;
  border-bottom: 2px solid #452918;
  color: #452918;
}

.ec-itemNav__nav li ul {
  min-width: 230px;
}

.ec-itemNav__nav li ul li a {
  background: #795548;
}

.ec-itemNav__nav>li:hover li:hover>a {
  background: #795548;
}

.ec-itemNav__nav li:hover ul li ul li a:hover {
  background: #402e27;
}

/*レイアウト*/
.ec-layoutRole .ec-layoutRole__mainWithColumn {
  background-color: #fff;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__left {
    padding-top: 30px;
  }
}

.ec-headerNavSP {
  left: auto;
  right: 10px;
}

/*ロゴ*/
.ec-headerTitle .ec-headerTitle__title h1 {
  padding-top: 10px;
}
.ec-headerRole {
  padding-top: 0;
}

.ec-headerTitle .ec-headerTitle__title {
  text-align: left;
}

@media (max-width: 767px) {
  .ec-headerTitle__title {
    background-size: 50%;
  }
}

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

@media only screen and (min-width: 768px) {
  .ec-headerNaviRole {
    padding-bottom: 0px;
  }
}

/*カテゴリー*/
.ec-layoutRole__left .ec-itemNav {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.ec-layoutRole__left .ec-itemNav__nav {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  list-style-type: none;
  text-align: center;
  vertical-align: bottom;
}

.ec-layoutRole__left .ec-itemNav__nav li {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: block;
  /* padding: 12px; */
  border-bottom: 1px solid #e1e1e1;
  /* background: url("/html/user_data/assets/img/category_arrow.png") right 12px center no-repeat; */
  /* background-size: 16px; */
}

.ec-layoutRole__left .ec-itemNav__nav li a {
  display: block;
  border-bottom: 1px solid #E8E8E8;
  margin: 0;
  padding: 16px;
  height: auto;
  color: #2e3233;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #E8E8E8;
}

.ec-layoutRole__left .ec-itemNav__nav li ul {
  display: none;
  z-index: 0;
  margin: 0;
  padding: 0;
  min-width: 200px;
  list-style: none;
  position: fixed;
  top: 100%;
  left: 0;
}

.ec-layoutRole__left .ec-itemNav__nav li ul li {
  overflow: hidden;
  width: 100%;
  height: auto;
  transition: .3s;
}

.ec-layoutRole__left .ec-itemNav__nav li ul li a {
  border-bottom: 1px solid #E8E8E8;
  padding: 16px 22px 16px 16px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: left;
  background: black;
}

.ec-layoutRole__left .ec-itemNav__nav>li:hover>a {
  background: #fafafa;
}

.ec-layoutRole__left .ec-itemNav__nav>li:hover li:hover>a {
  background: #333;
}

.ec-layoutRole__left .ec-itemNav__nav li ul li ul {
  top: 0;
  left: 100%;
  width: auto;
}

.ec-layoutRole__left .ec-itemNav__nav li ul li ul li a {
  background: #7D7D7D;
}

.ec-layoutRole__left .ec-itemNav__nav li:hover ul li ul li a:hover {
  background: #333;
}

/*ドロワー*/
.ec-drawerRole {
  background: #ffd200;
}

.ec-drawerRole .ec-headerLinkArea {
  background: #ffd200;
}

/*特表*/
.ec-role {
  color: #523400;
}



.ec-headerNav .ec-headerNav__itemIcon {
  color: #ffd200;
}

.ec-cartNavi i {
  color: #77614d;
}

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

.ec-productRole .ec-productRole__category a {
  color: #452918;
}

.ec-itemNav__nav li a {
  color: #523400;
}

/*------ボタン------*/
.button.inverse {
  display: inline-block;
  min-width: 0px;
  margin: 0;
  padding: 1em 1em;
  border: 0;
  border-radius: 0px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  appearance: none;
  transition: .3s;
  border: 0;
  border-radius: 0px;
  background: #6dcc75;
  color: #fff;
}

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

.ec-blockBtn--action:hover {
  color: #fff;
  background-color: #ffd200;
  border-color: #ffd200;
}

.ec-footerNavi a {
  color: #3c3c3c;
}

.ec-footerTitle__logo {
  margin-bottom: 30px;
}

.ec-footerNavi {
  color: #523400;
  font-size: 14px;
  text-align: left;
}

.ec-footerRole {
  border-top: none;
  margin-top: 30px;
  margin-left: 2px;
  line-height: 1.3em;
  font-size: 11px;
  background-color: #ffd200;
  padding-top: 10px;

}

.ec-footerRole__inner ul {
  padding: 0;
}

.ec-footerRole__inner ul li {
  line-height: 1.6;
}

@media (max-width: 767px) {
  .ec-footerRole__inner {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .ec-footerRole .ec-footerRole__inner img {
    width: auto;
  }

  .ec-footerTitle {
    padding: 0px 0 50px;
  }

  .ec-footerRole .ec-footerRole__inner {
    color: #523400;
  }

  .ec-footerRole__inner .w20 {
    width: 20%;
  }
}

.ec-footerRole__inner .footerinfo {
  margin-bottom: 20px;
}

.ec-footerRole__inner ul {
  list-style: none;
}

.ec-footerTitle__copyright {
  background-color: #ffd200;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 40px;
  color: #3c3c3c;
}

@media (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__link a {
    text-decoration: none;
  }

  .ec-footerNavi .ec-footerNavi__link {
    display: inline-block;
    display: block;
    text-align: left;
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .ec-footerTitle__copyright {
    margin-top: 0;
  }
}

.ec-blockTopBtn {
  background-color: #ffd200;
}

/*商品*/
.ec-layoutRole__main {
  padding-top: 2em;
}

@media only screen and (min-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item-image {
    height: 150px;
  }
}

.ec-shelfGrid__item .ec-productRole__actions .ec-select select {
  width: 100%;
}

/*サイドバー*/
.ec-layoutRole__left .ec-itemNav__nav li{
  float: none;
    margin: 0;
    padding: 0;
}
h2.title_category{
  padding-bottom: 12px;
    border-bottom: 2px solid #352e2e;
    font-size: 18px;
    color: #000;
    /* font-weight: 600; */
    text-align: center;
    margin: 0 20px;
}


/*商品詳細*/
@media(min-width: 768px) {
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 20px;
    font-weight: 600;
  }
}

.ec-productRole {
  padding-top: 50px;
}

/*ご利用ガイド*/
@media(min-width: 768px) {
  #guideLink {
    display: flex;
  }
}

#guideLink a {
  text-decoration: none;
}

#guideLink ul li {
  display: inline;
  padding: 0 7px;
}

@media(max-width: 767px) {
  #guideLink ul li {
    display: block;
  }
}

#method, #payment, #delivery, #tax, #return {
  margin-bottom: 2em;
}

/*footer*/
@media (max-width: 767px) {
  .ec-footerRole .flex {
    display: block;
  }
}

.ec-footerRole .flex {
  justify-content: space-between;
}
