先行SALEトップス
/* ===== サブカテゴリ(先行セール) ===== */
.category_sub {
margin: 24px 0 !important;
}
/* ul */
.category_sub ul.item-list {
display: flex !important;
flex-wrap: wrap !important;
gap: 10px !important;
align-items: center !important;
}
/* タイトル */
.category_sub .item-list_ttl {
font-size: 13px !important;
color: #9b9b9b !important;
margin-right: 6px !important;
}
/* ボタン */
.category_sub li a {
display: inline-block !important;
padding: 8px 16px !important;
font-size: 13px !important;
color: #6f6f6f !important;
background: #f7f5f3 !important;
border-radius: 999px !important;
text-decoration: none !important;
transition: all 0.3s ease !important;
}
/* hover */
.category_sub li a:hover {
background: #f2c6d4 !important;
color: #fff !important;
}
/* 選択中 */
.category_sub li.active a {
background: #e89bb6 !important;
color: #fff !important;
box-shadow: 0 4px 10px rgba(232, 155, 182, 0.35) !important;
}
/* SP */
@media screen and (max-width: 768px) {
.category_sub ul.item-list {
flex-wrap: nowrap !important;
overflow-x: auto !important;
padding-bottom: 6px !important;
}
.cate
/* ===== サブカテゴリ(先行セール) ===== */
.category_sub {
margin: 24px 0 !important;
}
/* ul */
.category_sub ul.item-list {
display: flex !important;
flex-wrap: wrap !important;
gap: 10px !important;
align-items: center !important;
}
/* タイトル */
.category_sub .item-list_ttl {
font-size: 13px !important;
color: #9b9b9b !important;
margin-right: 6px !important;
}
/* ボタン */
.category_sub li a {
display: inline-block !important;
padding: 8px 16px !important;
font-size: 13px !important;
color: #6f6f6f !important;
background: #f7f5f3 !important;
border-radius: 999px !important;
text-decoration: none !important;
transition: all 0.3s ease !important;
}
/* hover */
.category_sub li a:hover {
background: #f2c6d4 !important;
color: #fff !important;
}
/* 選択中 */
.category_sub li.active a {
background: #e89bb6 !important;
color: #fff !important;
box-shadow: 0 4px 10px rgba(232, 155, 182, 0.35) !important;
}
/* SP */
@media screen and (max-width: 768px) {
.category_sub ul.item-list {
flex-wrap: nowrap !important;
overflow-x: auto !important;
padding-bottom: 6px !important;
}
.cate