@charset "euc-jp";
.category-desc img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
.category-desc_2 {
  padding-top: 2em;
}

.topicpath-nav{
 display:flex;
 padding:30px 0;
}

.clearfix:after{
  content: "";
   display: block;
   clear: both;
  padding-bottom:20px;
}
/* sub category & sub group */

.grp-lst {
  margin-bottom: 40px;
  padding-top: 20px;
}
.grp-lst-unit {
  display: block;
}

.grp-lst-img {
  display: block;
  margin: 0 auto;
  background: #fff;
}
  .grp-lst-img:hover {
    opacity: 0.8;
  }

.grp-lst-name {
  display: block;
  margin: 4px 0;
  padding: 0;
  font-size: 15px;
}

.prd-lst-name{
	font-weight:bold;
  	font-size:1rem;
  	line-height:2rem;
}

.prd-lst-price{
	line-height:2rem;
}

.prd-lst-sort{
 float:right;
}

.prd-lst-pager ul{
 display:flex;
  justify-content:center;
}

.prd-lst-pager ul li{
 padding:0 10px;
}
  .prd-lst-pager-phone ul{
  display:flex;
    justify-content:center;
  }
  
    .prd-lst-pager-phone ul li{
   padding:0 20px 40px;
  }
 
.col {
    padding-bottom:50px;
}
.groupWrapper{
  padding-bottom:100px;
}

.groupWrapper .titleBox .logo{
    padding:0 150px;
}

/* 20250403*/
/* UL全体のレイアウト設定 */
.grp-lst ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-start;
}

/* 各リストアイテムの枠 */
.grp-lst-unit {
  width: 30%;
  aspect-ratio: 3 / 1;
  margin-right: 5%;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  box-sizing: border-box;
  padding:0;
}

/* 最後の列は右余白なし（3列の場合） */
.grp-lst-unit:nth-child(3n) {
  margin-right: 0;
}

/* aタグをflexボックス化 */
.grp-lst-link {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* デフォルトは左寄せ */
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}

/* 画像がないときはテキスト中央寄せに切り替え */
.grp-lst-link.no-img {
  justify-content: center;
}

/* 画像（存在する場合） */
.grp-lst-img {
  width: 30%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-right: 10px;
}

/* テキスト */
.grp-lst-name {
  width: 70%;
  font-size: 1.1rem;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 768px) {
/* .grp-lst-unit a {
    display: block;
    padding: .5em 0;
    color: #444;
    text-decoration: none;
  }
  .grp-lst-name {
    font-size: 11px;
  }
  
  */
  .prd-lst-pager-phone ul{
  display:flex;
    justify-content:center;
  }
  
    .prd-lst-pager-phone ul li{
   padding:0 20px 40px;
  }
  
  .prd-lst-pos{
  float:right;
    padding-bottom:20px;
  }
  
  /*
  .col {
    padding-bottom:30px;
}
*/
  
  .grp-lst-unit {
    width: 47%;
    margin-right: 6%;
  }

  /* 2列目の右マージンを消す */
  .grp-lst-unit:nth-child(2n) {
    margin-right: 0;
  }

  /* 3列目対応のマージン消しはリセット */
  .grp-lst-unit:nth-child(3n) {
    margin-right: 6%;
  }
}

@media screen and (max-width: 480px) {
  .grp-lst-unit {
    width: 100%;
    margin-right: 0;
  }

  /* 画像がないとき、テキスト幅を全幅に */
  .grp-lst-link.no-img .grp-lst-name {
    width: 100%;
  }
  
  .grp-lst-unit:nth-child(3n){
  	margin-right: 0;
  }
}