Tracing the Footsteps of the Samurai Lords
Following The Shogun
Warlord
Tokugawa Ieyasu: Model for Yoshii Toranaga
Toyotomi Hideyoshi: Model for Taikō-Denka
Hosokawa Gracia: Model for Lady Mariko
Miura Anjin – William Adams: The Real-Life Inspiration Behind Shōgun
Oda Nobunaga
Region
Kyoto-Osaka Region
Nagoya-Gifu Region
Tokyo Region
English
日本語
未分類
NOT FOUND
Posts could not be found.
Home
未分類
Menus
Warlord
Tokugawa Ieyasu: Model for Yoshii Toranaga
Toyotomi Hideyoshi: Model for Taikō-Denka
Hosokawa Gracia: Model for Lady Mariko
Miura Anjin – William Adams: The Real-Life Inspiration Behind Shōgun
Oda Nobunaga
Region
Kyoto-Osaka Region
Nagoya-Gifu Region
Tokyo Region
English
日本語
Following The Shogun
Search
About This Site
privacy policy
Terms of Use / Disclaimer
Contact
Sitemap
// ナビリンクの自ページのボタンを手前にする処理 document.addEventListener('DOMContentLoaded', function () { const nav = document.querySelector('.shogun-mobile-nav'); if (nav) { const currentLink = nav.querySelector('.current'); if (currentLink) { const currentLeft = currentLink.offsetLeft; const currentWidth = currentLink.offsetWidth; const navWidth = nav.offsetWidth; const scrollTo = currentLeft - (navWidth / 2) + (currentWidth / 2); nav.scrollTo({ left: scrollTo, behavior: 'smooth' }); } } });