jQuery(function ($) { var $dir = location.href.split("/"); var $dir_name = $dir[$dir.length - 2]; if($dir_name != "2026-03-02") { location.href = "https://seido-joho.com/events/2026-03-02/"; } else { $("#schedule-content").show(); $("#schedule-content__redirect-link").hide(); } });