Toshiki Yashiro

Toshiki Yashiro, born in Tokyo and raised in Boston, is a director and writer whose work moves between art, fashion and film. Previously unsigned and working independently, Toshiki has developed a cinematic voice that feels both intimate and expansive, emotionally resonant yet beautifully composed.

His award-winning short film Tokyo Animals premiered at Slamdance and the Brooklyn Film Festival, earning acclaim for its stunning cinematography and quiet emotional gravity. Toshiki’s work for Loewe and Asics continues this signature mix of elegance, rhythm and humanity expressing a deeply Japanese sensibility with a modern global perspective.

'; var blobUrl = URL.createObjectURL(new Blob([html], { type: 'text/html' })); _slateBlobRegistry.push(blobUrl); return blobUrl; }// Appends query params to a Slate embed URL for hover (muted autoplay preview) // Slate may or may not honour these — if ignored, browser autoplay policy // still blocks unmuted playback so silence is effectively guaranteed. function slateEmbedHoverSrc(src) { return src + (src.indexOf('?') !== -1 ? '&' : '?') + 'autoplay=1&muted=1&loop=1'; }// Appends autoplay param for fullscreen popup (unmuted, Slate's own controls) function slateEmbedPopupSrc(src) { return src + (src.indexOf('?') !== -1 ? '&' : '?') + 'autoplay=1'; }window.addEventListener('beforeunload', function () { _slateBlobRegistry.forEach(function (url) { URL.revokeObjectURL(url); }); _slateBlobRegistry = []; });// ############### Play video on hover, pause on leave ############### // Vimeo → removes