/*************************************************************

全体レイアウトの調整

*************************************************************/
.ec-layoutRole .ec-layoutRole__contents {
  justify-content: space-between;
}

@media screen and (max-width: 1260px) {
  .ec-layoutRole .ec-layoutRole__contents {
   /* padding: 0 20px;*/
  }
}

.ec-layoutRole .ec-layoutRole__left {
  width: auto;
  flex: 0 1 300px;
}

@media screen and (max-width: 1024px) {
  .ec-layoutRole .ec-layoutRole__left {
    display: none;
  }
}

.ec-layoutRole .ec-layoutRole__mainWithColumn {
  width: auto;
  flex: 0 1 calc(100% - 350px);
}

@media screen and (max-width: 1024px) {
  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: auto;
    flex: 0 1 100%;
  }
}

.ec-shelfGrid {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  gap: 10px;
}

.ec-shelfGrid::after {
  width: calc(100% / 3 - 10px);
  content: "";
}

.ec-shelfGrid .ec-shelfGrid__item {
  width: auto;
  flex: 0 1 calc(100% / 5 - 10px);
  position: relative;
}

.ec-shelfGrid .ec-shelfGrid__item a .ItemImage + p{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 6em;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    width: auto;
    flex: 0 1 calc(100% / 3 - 10px);
  }
}

@media screen and (max-width: 599px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    width: auto;
    flex: 0 1 calc(100% / 2 - 5px);
  }
  .ec-shelfGrid .ec-shelfGrid__item a .ItemImage + p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    overflow:hidden;
    font-size: 13px;
    line-height: 1.2;
    height: 4.7em;
  }
}

.ec-shelfGrid .ec-shelfGrid__item a {
  margin-bottom: 20px;
  display: inline-block;
}

.ec-shelfRole,
.ec-searchnavRole,
.ec-shelfGrid .ec-shelfGrid__item:nth-child(2n),
.ec-shelfGrid .ec-shelfGrid__item:nth-child(2n + 1),
.ec-searchnavRole .ec-searchnavRole__infos {
  padding: 0;
}

.ec-searchnavRole,
.ec-searchnavRole .ec-searchnavRole__infos,
.ec-shelfRole {
  max-width: none;
}

.ec-searchnavRole,
.ec-searchnavRole .ec-searchnavRole__infos {
  padding-top: 10px;
}
button.ec-blockBtn--action.add-cart{
  height: 46px;
  line-height: 46px;
}

/*************************************************************

メインビジュアル

*************************************************************/
#CategoryMV.sec {
  padding: 0;
  margin-bottom: 100px;
}

#CategoryMV.sec > .inner {
  background: url(../img/list/category_MVBG_PC.jpg) no-repeat left top;
  background-size: contain;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px 25%;
}

@media screen and (max-width: 599px) {
  #CategoryMV.sec > .inner {
    background: none;
    padding: 0;
    display: block;
  }
}

#CategoryMV.sec > .inner .image {
  flex: 0 1 86px;
}

#CategoryMV.sec > .inner .text {
  background: #fff;
  padding: 20px;
  flex: 0 1 calc(100% - 100px);
  min-height: 300px;
}

@media screen and (max-width: 599px) {
  #CategoryMV.sec > .inner .text {
    min-height: 0;
  }
}

/*************************************************************

メインビジュアル(新版)

*************************************************************/
#CategoryMV2.sec .image {
  margin-bottom: 50px;
}

#CategoryMV2.sec .image img {
  display: block;
  margin: auto;
}

#CategoryMV2.sec .CategoryText h3 {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: justify;
}

#CategoryMV2.sec .CategoryText p:last-of-type + ul {
  margin-top: 50px;
}

#CategoryMV2.sec .CategoryText ul {
}

#CategoryMV2.sec .CategoryText ul li {
  font-weight: 600;
}

#CategoryMV2.sec .CategoryText ul li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 2px #ccc;
}

/*----------------------------
続きを読む
----------------------------*/
.HideArea {
  position: relative;
}

.HideArea::before {
  position: absolute;
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 80%
  );
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}

.HideArea.AreaOpen::before {
  display: none;
}

.HideArea .Hide {
  display: none;
}

.HideArea .readmore {
  max-width: 200px;
  margin: auto;
  text-align: center;
  border: solid 1px #ccc;
  padding: 10px 20px;
  border-radius: 5px;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  cursor: pointer;
  width: 100%;
}

.HideArea.AreaOpen .readmore {
  position: static;
  transform: none;
}

.HideArea .readmore .close {
  display: none;
}

.HideArea .readmore.on-click .close {
  display: block;
}

.HideArea .readmore.on-click .open {
  display: none;
}

/*----------------------------*/

#ListHeadOther {
  padding-top: 0;
}

#ListHeadOther .image {
  margin-bottom: 20px;
}

#ListHeadOther .image img {
  display: block;
  margin: auto;
}

#ListHeadOther dl dt {
  margin-bottom: 10px;
}

#ListHeadOther dl dd:not(:last-of-type) {
  margin-bottom: 20px;
}

/*************************************************************

サイドバー

*************************************************************/

/*----------------------------
検索エリア設定
----------------------------*/
#search_area {
  padding: 30px;
  border: solid 1px #ccc;
  margin-bottom: 30px;
}

#search_area h2 {
  font-size: 24px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  padding: 0 0 10px;
  text-align: center;
  font-weight: 600;
}

#search_area select {
  max-width: 100%;
}

#search_area select#category_id {
  width: 100%;
}

#search_area dt {
  margin-bottom: 10px;
}

#search_area .SearchPrice input[type="text"] {
  width: 60px;
}

#search_area button {
  margin: auto;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background: #b7a27a;
  border: none;
  color: #fff;
}

/*----------------------------
サイドバー検索共通
----------------------------*/
.SideSearch {
  padding: 30px;
  border: solid 1px #ccc;
  margin-bottom: 30px;
}

.SideSearch h3 {
  font-size: 24px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  padding: 0 0 10px;
  text-align: center;
}

.SideSearch a {
  color: #333;
}

/*----------------------------
特集銘柄
----------------------------*/
.SearchMeigara li:not(:last-of-type) {
  margin-bottom: 20px;
}

/*----------------------------
産地から探す
----------------------------*/
.SearchSanchi li:not(:last-of-type) {
  margin-bottom: 20px;
}

.SearchSanchi a {
  display: flex;
  gap: 10px;
  align-items: center;
}

.SearchSanchi a .image {
  flex: 0 1 40px;
}

.SearchSanchi a .text {
  flex: 0 1 calc(100% - 40px);
}

/*----------------------------
種類で選ぶ
----------------------------*/
.SearchType li:not(:last-of-type) {
  margin-bottom: 20px;
}

/*----------------------------
価格で選ぶ
----------------------------*/
.SearchPrice li:not(:last-of-type) {
  margin-bottom: 20px;
}

/*----------------------------
サイドバーバナー
----------------------------*/
.SideBanner li:not(:last-of-type) {
  margin-bottom: 20px;
}

/*************************************************************

メインエリア

*************************************************************/
/*----------------------------
作り手エリア
----------------------------*/
.Creator {
  border: solid 10px #f0e8d8;
  padding: 30px 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .Creator {
    border: solid 5px #f0e8d8;
    padding: 20px 10px;
  }
}

.Creator h3 {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
}

.Creator ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Creator ul > li {
  flex: 0 1 calc(100% / 3 - 20px);
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .Creator ul > li {
    flex: 0 1 calc(100% / 2 - 10px);
  }
}

.Creator ul > li a {
  color: inherit;
}

/*----------------------------
ピックアップ
----------------------------*/
.PickupArea {
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .PickupArea {
    max-width: 100%;
  }
}

.PickupArea h3 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  margin-bottom: 50px;
}

.PickupArea .scroll {
}

@media screen and (max-width: 599px) {
  .PickupArea .scroll {
    overflow-x: auto;
    max-width: calc(100vw - 60px);
  }
}

.PickupArea ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
  .PickupArea ul {
    width: 200vw;
  }
}

.PickupArea ul li {
  flex: 0 1 calc(100% / 4 - 20px);
  margin-bottom: 20px;
}

.PickupArea ul li a {
  color: inherit;
}

.PickupArea ul li .image {
  border: solid 1px #ccc;
  margin-bottom: 10px;
}

.PickupArea ul li h4 {
  margin-bottom: 10px;
  color: var(--linkColor);
  font-size: 16px;
}

/*----------------------------
一覧下部バナーエリア
----------------------------*/
.BnrArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.BnrArea li {
  flex: 0 1 calc(100% / 2 - 20px);
}

@media screen and (max-width: 1024px) {
  .BnrArea li {
    flex: 0 1 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

/*----------------------------
出荷アイコン
----------------------------*/

/* 
.ItemImage {
    position: relative;
    border-bottom: solid 3px #cfb990;
    margin-bottom: 10px;
}

.ItemImage .ec-shelfGrid__item-image {
    margin-bottom: 0;
}

.ItemImage .DeliveryIcon {
    background: #cfb990;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ItemImage .DeliveryIcon img {
    width: 20px;
}

*/

/*----------------------------
タグエリア
----------------------------*/
.List-TagArea {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.List-TagArea .ec-productRole__tags .tag_1 {
  /* width: calc(50% - 5px); */
  width: 100%;
  list-style: none;
  font-size: 80%;
  color: #e32e33;
  border: solid 1px #e32e33;
  border-radius: 3px;
}

.List-TagArea .ec-productRole__tags .tag_1 div {
  text-align: center;
}

.List-TagArea .ec-productRole__tags .tag_1 div span {
  display: inline-block;
  margin: 5px auto;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.List-TagArea .ec-productRole__tags .tag_2 {
  /* width: calc(50% - 5px); */
  width: 100%;
  padding: 2px 5px;
  list-style: none;
  font-size: 80%;
  color: #525263;
  border: solid 1px #d7dadd;
  border-radius: 3px;
  text-align: center;
}

.List-TagArea .DeliveryIcon img {
  width: 20px;
}

.List-TagArea .ec-productRole__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}

.List-TagArea .ec-productRole__tags .ec-productRole__tag div span img {
  width: 25px;
}

@media screen and (max-width: 950px) {
  .List-TagArea .ec-productRole__tags .tag_1,
  .List-TagArea .ec-productRole__tags .tag_2 {
    width: 100%;
  }
}

/*----------------------------
お気に入りボタン
----------------------------*/
/* 
.FavoriteBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    background: #fff;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}

.FavoriteBtn * {
    margin: 0;
}
*/

/*----------------------------
レビュー
----------------------------*/
.ReviewPoint span {
  display: inline-block;
  margin-right: 5px;
  color: #99865f;
}

/*----------------------------
価格
----------------------------*/
.price02-default {
  color: #ef1b27;
  margin-bottom: 10px;
}

.price02-default.price {
  font-size: 16px;
}

.price02-default.price span {
  font-size: 14px;
}
p#customer_rank_price_default{
  float: left;
}

/*----------------------------
ポイント
----------------------------*/
.Point {
  margin-bottom: 10px;
}

/*----------------------------
クーポン
----------------------------*/
.Coupon {
  margin-bottom: 10px;
}

/*----------------------------
カートボタン
----------------------------*/
.CartBT {
  margin-top: auto;
}

/*----------------------------
カテゴリ-生産者情報
----------------------------*/

.ProductInfo2 .Detail .image img{
  width: auto;
}

.HideArea,
.HideArea2  {
  position: relative;
  margin-bottom: 50px;
}

.HideArea::before,
.HideArea2::before {
  position: absolute;
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 80%
  );
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
}

.HideArea.AreaOpen::before,
.HideArea2.AreaOpen::before,
.HideArea3.AreaOpen::before {
  display: none;
}

.HideArea .Hide,
.HideArea2 .Hide2,
.HideArea3 .Hide3 {
  display: none;
}

.HideArea .readmore,
.HideArea2 .readmore2,
.HideArea3 .readmore3 {
  max-width: 200px;
  margin: auto;
  text-align: center;
  border: solid 1px #ccc;
  padding: 10px 20px;
  border-radius: 5px;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  cursor: pointer;
  width: 100%;
}

.HideArea.AreaOpen .readmore,
.HideArea2.AreaOpen .readmore2,
.HideArea3.AreaOpen .readmore3 {
  position: static;
  transform: none;
}

.HideArea .readmore .close,
.HideArea2 .readmore2 .close,
.HideArea3 .readmore3 .close {
  display: none;
}

.HideArea .readmore.on-click .close,
.HideArea2 .readmore2.on-click .close,
.HideArea3 .readmore3.on-click .close {
  display: block;
}

.HideArea .readmore.on-click .open,
.HideArea2 .readmore2.on-click .open,
.HideArea3 .readmore3.on-click .open{
  display: none;
}

.ProductInfo2 {
  margin-top: 100px;
}

.ProductInfo2 h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
  font-weight: 400;
}

.ProductInfo2 div h3{
  text-align: center;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
}

.ProductInfo2 h4 {
  text-align: center;
  font-size: 26px;
  color: #cfb990;
  margin-bottom: 50px;
  font-family: var(--FontMincho);
  font-weight: 600;
}

.ProductInfo2 h4 span {
  display: block;
  font-size: 24px;
  color: #333;
  font-family: var(--FontDefault);
}

.ProductInfo2 h4 + .image {
  text-align: center;
  margin-bottom: 30px;
}

.ProductInfo2 .Detail .image {
  text-align: center;
  margin: 0px auto 50px;
}

.ProductInfo2 .FlexArea {
  justify-content: space-between;
  align-items: stretch;
}

.ProductInfo2 .FlexArea .image {
  width: 40%;
  margin: 0;
  order: 1;
}

.ProductInfo2 .FlexArea div:last-child {
  width: 60%;
}

.ProductInfo2 h5 {
  font-size: 28px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 50px;
  padding: 10px 0;
  font-weight: 600;
}

.ProductInfo2 .Detail_list h5 {
  margin-bottom: 0px;
}

.ProductInfo2 h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ProductInfo2 .Detail p {
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
}

.ProductInfo2 .Detail {
  margin-bottom: 50px;
}

.ProductInfo2 .Detail_list {
  margin: 50px auto 100px;
}

.ProductInfo2 .Detail_list li {
  padding: 30px 0px;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.ProductInfo2 .Producer .FlexArea {
  justify-content: space-between;
}

.ProductInfo2 .Producer h3 {
  margin-bottom: 0;
  font-weight: 600;
}

.ProductInfo2 .Producer h4 {
  margin-bottom: 0;
}

.ProductInfo2 .article img{
  width: auto;
}

@media screen and (max-width: 1024px) {
  .ProductInfo2 .Producer .FlexArea {
    display: block;
  }

  .ProductInfo2 .Producer .FlexArea::after {
    clear: both;
    content: "";
  }
}

.ProductInfo2 .Producer .FlexArea .image {
  flex: 0 1 300px;
}

@media screen and (max-width: 1024px) {
  .ProductInfo2 .Producer .FlexArea {
    display: block;
  }

  .ProductInfo2 .Producer .FlexArea::after {
    clear: both;
    content: "";
  }

    .ProductInfo2 .FlexArea {
      display: block;
    }
    .ProductInfo2 .FlexArea .image {
      width: auto;
      margin: 50px 0;
    }
    .ProductInfo2 .FlexArea div:last-child {
      width: auto;
    }
    .ProductInfo2 .Producer .FlexArea .image {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
    }
  }

@media screen and (max-width: 599px) {
  .ProductInfo2 .Producer .FlexArea .image {
    width: 50%;
  }
}

.ProductInfo2 .Producer .FlexArea .image + p {
  flex: 0 1 calc(100% - 320px);
}

.ProductInfo2 .BnrArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.ProductInfo2 .BnrArea li {
  flex: 0 1 calc(100% / 2 - 20px);
}

@media screen and (max-width: 1024px) {
  .ProductInfo2 .BnrArea li {
    flex: 0 1 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .ProductInfo2 h3 {
    font-size: 16px;
  }

  .ProductInfo2 h3 br {
    display: none;
  }
  .ProductInfo2 h4{
    font-size: 20px;
  }
  .ProductInfo2 h4 span{
    font-size: 18px;
  }
  .ProductInfo2 .Detail{
    margin-bottom: 30px;
  }
  .ProductInfo2 .Detail p{
    line-height: 1.4;
  }
  .ProductInfo2 h6{
    font-size: 18px;
  }
}
/* 1stView調整 */

.ec-shelfGrid .ec-shelfGrid__item a{
  margin-bottom: 0;
}

@media only screen and (min-width: 768px)
{
  .ec-topicpath{
      padding: 20px 0 10px;
  }
}

/* ----------------------
カテゴリ一覧
-------------------------*/
.category_list:has(.category_list_name){
  border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.category_list,
.category_list_sort{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 0 25px;
}
.category_list div,
.category_list_sort div{
  font-size: 14px;
  margin: 2px 0;
  width: calc(100% / 7);
  display: flex;
  align-items: baseline;
}

.category_list div span,
.category_list_sort div span{
  display: inline-block;
  content:"";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--mainColor);
  border-right: 2px solid var(--mainColor);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 8px;
}
.category_list div a{
  width: calc(100% - 8px);
}

@media screen and (max-width:599px){
  .category_list,
  .category_list_sort{
  gap: 0 5px;
}
.category_list div, .category_list_sort div{
  width: calc(100% / 2 - 10px );
  display: flex;
  align-items: baseline;
}
}

.ec-shelfGrid .ec-shelfGrid__item img{
  width: 100%;
}