/*画像リンクhover時 半透明*/
a img:hover{
	opacity:0.6;
}
 .archive_flex li.flex_new_item{
 width: calc(100% / 4);
    width: -webkit-calc(100% / 4);
  } 


/*お気に入りボタン*/
.archive_flex li span.product-list__fav{
 padding: 0 0 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.product-list__fav button{
  color:#e8e8e8;
  transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -ms-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
}
button.favorite-button{
  border:none;
  background:none;
  padding:0;
}
.product-list__fav button.fav-items {
    color: #f79;
}

/*ブランドロゴリンク*/

.brand_logos_wrap{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 10px;
	
	}
.brand_logos_wrap li{
width: calc(100% / 5);
}
.brand_logos_wrap li a{
  padding:5px;
}

.othe_brand_logo {
    display: block;
}
.other_brand_logo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0; /* 余白を削除 */
    gap: 20px; /* 画像間の余白を追加（任意） */
}

.other_brand_logo li {
    list-style: none;
   width: calc(100% / 6);
}

.other_brand_logo img {
    width: auto; /* 画像の元サイズを維持 */
    height: auto;
}

.news li{
   border-bottom:solid 1px #ddd;
  padding:10px 0;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}  
.news li:first-child{
 padding-top:0;
}
.news li:last-child{
  margin-bottom:0;
  border-bottom:0;
  padding-bottom:0;
}
.news li span.data{
  width:120px;
  
}
.news li span.title{
    width:calc(100% - 120px);
}

.news li span.title a{
  text-decoration:underline;
}
 

/*------------------ for SP 　(630px未満) ------------------ */
@media (max-width:630px) { 
  
 .archive_flex li,
.archive_flex li.flex_new_item{
        width: calc(100% / 2);
    width: -webkit-calc(100% / 2);
  } 
  .brand_logos_wrap li{
width: calc(100% / 4);
}
  
  .news li s 0 pan.data,
  .news li span.title{
    width:100%;
  } 

 
}

/*NEWSバナー*/
.TOP_banner__wrap{
  box-sizing: border-box
  width:auto;
}
.TOP_banner__wrap ul{
  width:100%;
 display: -webkit-box;
display: flex;
  flex-wrap: wrap;
  list-style-type:none;
  margin:0 0 50px 0;
}
.TOP_banner__wrap ul li{
   width: 23.5%; /* 非サポートブラウザ用のフォールバック */
  width: calc(94% / 2);
  margin-left:2%;
  margin-top:2%;
  }
.TOP_banner__wrap ul li:first-child{
    margin-left:2;
}
.TOP_banner__wrap p{
  font-weight:bold;
  margin-top:10px;
}
/*モバイル表示*/
@media (max-width:630px) { 
  .TOP_banner__wrap ul li{
     width: 48.5%; /* 非サポートブラウザ用のフォールバック */
  width: calc(97% / 2);
    margin-bottom:20px;
  }
  .TOP_banner__wrap ul li:nth-child(odd) {
    margin-left:0;
    margin-right:1.5%;
  }
  .TOP_banner__wrap ul li:nth-child(even) {
  margin-left:1.5%;
    margin-right:0;
  }
.TOP_banner__wrap ul li:nth-child(3),
.TOP_banner__wrap ul li:nth-child(4){
   margin-bottom:0;
}
.brand_logo .other_brand_logo{
  box-sizing: border-box
  width:auto;
}
