-
-
-
-
グループ使用したカテゴリ
- 全ての商品
- ORIGINAL LINE
- CREATOR COLLABORATION LINE
- ARTIST COLLABORATION LINE
- SPECIAL COLLABORATION LINE
.component-category--tours ul { display: flex; flex-direction: column; }
ITEMS
- All Items
- Bottle
- T-Shirts
- Pullover
- Other
.COM_EC_top_info {
width: 100%;
max-width: 600px;
padding: 10px;
border: 1px solid var(--primary-color);
margin: 0 auto 36px;
}
.COM_EC_top_info__title {
font-size: 14px;
color: var(--primary-color);
font-weight: bold;
margin-bottom: 10px;
}
.COM_EC_top_info__list {
list-style: none;
}
.COM_EC_top_info__list:not(:last-child) {
margin-bottom: 10px;
}
.COM_EC_top_info__list__link {
font-size: 14px;
text-decoration: none;
}
.COM_EC_top_info__list__link__date {
color: var(--primary-color);
font-weight: bold;
}
.COM_EC_top_info__list__link__title {
text-decoration: underline;
}