ARTISTS

All Artists

{% assign alphabet = "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z" | split: "," %} {% for letter in alphabet %} {% endfor %}
{% assign artist_handles = "akiakane,keita-amemiya-1,kenji-ando,zdzislaw-beksinski,ayako-fukusako,h-r-giger,hino-hideshi,namio-harukawa,midori-hayashi,santa-inoue,junji-ito-1,michiru-imai,gekko-hayashi-a-k-a-gojin-ishihara,hiroto-ikeuchi,kou-kitahara,kago-sintaro,hiroshi-katagiri,tsutomu-kawakami,kojo-masayuki,taiyo-matsumoto,michihiro-matsuoka,etsuko-miura-1,leiji-matsumoto,yasushi-nirasawa-1,tetsuya-noguchi-1,hiroshi-nonami,nekoshowgun-1,masato-ohata-1,ohrai-noriyoshi,keita-okada,ryu-oyama,rockin-jelly-bean,hajime-sorayama-1,mari-shimizu,suehiro-maruo-1,eimi-suzuki,kaziki-takamatsu,takayuki-takeya-1,hiroshi-tagawa,atsushi-tani,katsuya-terada-1,buichi-terasawa,akishi-ueda,yasuhito-udagawa,max-watanabe,shunya-yamashita,takato-yamamoto-1,kou-yokoyama,yogu" | split: "," %} {% for handle in artist_handles %} {% assign collection = collections[handle] %} {% if collection != blank %} {% assign artist_name = collection.title | strip %} {% assign artist_letter = artist_name | slice: 0, 1 | upcase %}
{% if collection.image %} {{ collection.image | image_url: width: 1200 | image_tag: loading: "lazy", widths: "400,600,800,1000,1200", sizes: "(min-width: 990px) 25vw, (min-width: 750px) 33vw, 50vw", alt: artist_name }} {% elsif collection.products.first.featured_image %} {{ collection.products.first.featured_image | image_url: width: 1200 | image_tag: loading: "lazy", widths: "400,600,800,1000,1200", sizes: "(min-width: 990px) 25vw, (min-width: 750px) 33vw, 50vw", alt: artist_name }} {% else %}
{{ artist_name }}
{% endif %}
{{ artist_name }}
{% endif %} {% endfor %}
No artists found.