document.querySelectorAll(".backToTop").forEach(function(btn) { btn.addEventListener("click", function() { window.scrollTo({ top: 0, behavior: "smooth" }); }); });
(function() { if (window.__banaMenuHandlersReady) return; window.__banaMenuHandlersReady = true; function toggleMenu(nav) { if (!nav) return; const isOpen = nav.classList.toggle('open'); document.body.classList.toggle('menu-open', isOpen); const hamburger = nav.querySelector('.hamburger'); if (hamburger) hamburger.setAttribute('aria-label', isOpen ? 'Close menu' : 'Open menu'); if (isOpen) updateActivePage(); } function closeAllMenus() { document.querySelectorAll('.menu-nav.open').forEach(function(nav) { nav.classList.remove('open'); }); document.body.classList.remove('menu-open'); document.querySelectorAll('.menu-nav .hamburger').forEach(function(h) { h.setAttribute('aria-label', 'Open menu'); }); } function updateActivePage() { const hash = window.location.hash.replace('#', ''); document.querySelectorAll('.menu-nav .menu-links a').forEach(function(link) { const section = link.getAttribute('data-section'); if (!section) return; let active = false; if (section === 'home' && hash === '') active = true; if (section === 'english' && hash === 'english') active = true; if (section === 'japanese' && hash === 'japanese') active = true; link.classList.toggle('active-page', active); }); } document.addEventListener('click', function(e) { const hamburger = e.target.closest('.menu-nav .hamburger'); if (hamburger) { e.preventDefault(); toggleMenu(hamburger.closest('.menu-nav')); return; } const menuLink = e.target.closest('.menu-nav .menu-links a'); if (menuLink) { closeAllMenus(); } }); document.addEventListener('keydown', function(e) { if (e.key === 'Escape') { closeAllMenus(); return; } if (e.key === 'Enter' || e.key === ' ') { const focused = document.activeElement; if (focused && focused.classList && focused.classList.contains('hamburger')) { e.preventDefault(); toggleMenu(focused.closest('.menu-nav')); } } }); window.addEventListener('hashchange', updateActivePage); window.addEventListener('load', updateActivePage); updateActivePage(); })();

Welcome to
Young Ones


bana x 橋杭ICO

Thank you for being here today.

本日はお越しいただき、
ありがとうございます。

document.querySelectorAll(".backToTop").forEach(function(btn) { btn.addEventListener("click", function() { window.scrollTo({ top: 0, behavior: "smooth" }); }); });
(function() { if (window.__banaMenuHandlersReady) return; window.__banaMenuHandlersReady = true; function toggleMenu(nav) { if (!nav) return; const isOpen = nav.classList.toggle('open'); document.body.classList.toggle('menu-open', isOpen); const hamburger = nav.querySelector('.hamburger'); if (hamburger) hamburger.setAttribute('aria-label', isOpen ? 'Close menu' : 'Open menu'); if (isOpen) updateActivePage(); } function closeAllMenus() { document.querySelectorAll('.menu-nav.open').forEach(function(nav) { nav.classList.remove('open'); }); document.body.classList.remove('menu-open'); document.querySelectorAll('.menu-nav .hamburger').forEach(function(h) { h.setAttribute('aria-label', 'Open menu'); }); } function updateActivePage() { const hash = window.location.hash.replace('#', ''); document.querySelectorAll('.menu-nav .menu-links a').forEach(function(link) { const section = link.getAttribute('data-section'); if (!section) return; let active = false; if (section === 'home' && hash === '') active = true; if (section === 'english' && hash === 'english') active = true; if (section === 'japanese' && hash === 'japanese') active = true; link.classList.toggle('active-page', active); }); } document.addEventListener('click', function(e) { const hamburger = e.target.closest('.menu-nav .hamburger'); if (hamburger) { e.preventDefault(); toggleMenu(hamburger.closest('.menu-nav')); return; } const menuLink = e.target.closest('.menu-nav .menu-links a'); if (menuLink) { closeAllMenus(); } }); document.addEventListener('keydown', function(e) { if (e.key === 'Escape') { closeAllMenus(); return; } if (e.key === 'Enter' || e.key === ' ') { const focused = document.activeElement; if (focused && focused.classList && focused.classList.contains('hamburger')) { e.preventDefault(); toggleMenu(focused.closest('.menu-nav')); } } }); window.addEventListener('hashchange', updateActivePage); window.addEventListener('load', updateActivePage); updateActivePage(); })();

Welcome to the
Young Ones Exhibition


bana x 橋杭ICO

Thank you so much for being here today.Unfortunately, due to space constraints, not every artwork from the bana collection could be on display here. But below you'll find three links that lead to different sections, all made to help you enjoy the exhibition to the full. Please be sure to check them out.You'll also find two raffles you can enter. One is for the community artwork we're creating together, and the other is for a custom drawing made just for you if you win.If you ever feel lost, just scan the big QR codes placed around the exhibition on the walls. They'll always lead you back here.I hope you enjoy your time with the baby animals of bana.

See the full collection & learn more

Colour versions, animal stories, and the story of the exhibition.

Enter the collab artwork giveaway

The pastel piece we're all creating together, will find a home with one lucky visitor.

Win a custom drawing

Bought anything during this exhibition — whether here or from our online shop? Enter to win a one-of-a-kind pastel artwork made just for you.

Young Ones Exhibition Posters

document.querySelectorAll(".backToTop").forEach(function(btn) { btn.addEventListener("click", function() { window.scrollTo({ top: 0, behavior: "smooth" }); }); });
(function() { if (window.__banaMenuHandlersReady) return; window.__banaMenuHandlersReady = true; function toggleMenu(nav) { if (!nav) return; const isOpen = nav.classList.toggle('open'); document.body.classList.toggle('menu-open', isOpen); const hamburger = nav.querySelector('.hamburger'); if (hamburger) hamburger.setAttribute('aria-label', isOpen ? 'Close menu' : 'Open menu'); if (isOpen) updateActivePage(); } function closeAllMenus() { document.querySelectorAll('.menu-nav.open').forEach(function(nav) { nav.classList.remove('open'); }); document.body.classList.remove('menu-open'); document.querySelectorAll('.menu-nav .hamburger').forEach(function(h) { h.setAttribute('aria-label', 'Open menu'); }); } function updateActivePage() { const hash = window.location.hash.replace('#', ''); document.querySelectorAll('.menu-nav .menu-links a').forEach(function(link) { const section = link.getAttribute('data-section'); if (!section) return; let active = false; if (section === 'home' && hash === '') active = true; if (section === 'english' && hash === 'english') active = true; if (section === 'japanese' && hash === 'japanese') active = true; link.classList.toggle('active-page', active); }); } document.addEventListener('click', function(e) { const hamburger = e.target.closest('.menu-nav .hamburger'); if (hamburger) { e.preventDefault(); toggleMenu(hamburger.closest('.menu-nav')); return; } const menuLink = e.target.closest('.menu-nav .menu-links a'); if (menuLink) { closeAllMenus(); } }); document.addEventListener('keydown', function(e) { if (e.key === 'Escape') { closeAllMenus(); return; } if (e.key === 'Enter' || e.key === ' ') { const focused = document.activeElement; if (focused && focused.classList && focused.classList.contains('hamburger')) { e.preventDefault(); toggleMenu(focused.closest('.menu-nav')); } } }); window.addEventListener('hashchange', updateActivePage); window.addEventListener('load', updateActivePage); updateActivePage(); })();

Young Ones展へ、
ようこそ


bana x 橋杭ICO

本日はお越しいただき、本当にありがとうございます。会場のスペースの都合上、bana の全ての作品を展示することができませんでした。ですが、下には展示をより楽しんでいただくための3つのリンクをご用意しています。ぜひご覧ください。また、ご応募いただける抽選会も2つあります。ひとつは、みなさんと一緒に完成させていくインタラクティブ作品の抽選。もうひとつは、当選された方のために描く、カスタム作品の抽選です。万が一、迷ってしまった場合は、会場の壁にあるQRコードを読み取っていただければ、いつでもこのページに戻ってくることができます。bana の赤ちゃん動物たちとの時間を、心から楽しんでいただけますように。

作品と、その裏にある物語

カラー版の作品、動物たちのストーリー、そして展示の背景をご紹介します。

みんなで作る作品の抽選に応募

みなさんと一緒に完成させていくパステル作品を、抽選で1名様にプレゼントします。

ご購入いただいた方限定カスタム作品の抽選に応募

展示期間中に、会場でもオンラインショップでも、bana の商品をご購入いただいた方は、あなただけのオリジナル作品が当たる抽選にご応募いただけます。

Young Ones展 ポスター

© Untitled. All rights reserved.