コンテンツにスキップ

WORKS DEMO

KICKS LAB. WORKS

原宿から世界へ、独自のフィルターを通してスニーカーカルチャーを発信し続ける<KICKS LAB.>。
ブランドやアーティストとの信頼関係から生まれたコラボレーションやオリジナルアイテム、そしてKICKS LAB.ならではの視点で手掛けてきた数々の企画をアーカイブ形式で紐解きます。

{% assign works_entries = shop.metaobjects.works.values %}
{% for work in works_entries %} {% assign category = work.category.value | downcase %} {% assign type = work.type.value | downcase %} {% assign year = work.year.value %} {% assign images = work.images.value %} {% assign image_count = images.size %} {% if category == 'exclusive' and type == 'release' %} {% assign article = work.link.value %}
{% if article %} {% endif %}
{% for image in images %} {% if forloop.first %}{{ work.name.value | escape }}{% endif %} {% endfor %}
{% if article %}
{% endif %} {% if image_count > 1 %}
{% for image in images %} {% endfor %}
{% endif %}
{{ year }} RELEASE
{{ work.name.value }}
{% if article %} Read more {% endif %}
{% endif %} {% endfor %}
Back to top