var DEBUG_MODE = true && window.location.href.indexOf("shop.hokubatsu.com") <= 0; function c(s) { if (DEBUG_MODE && this.console && typeof console.log != "undefined") { console.log(s); } } // ####################################################################################### // ####################################### READY ####################################### // ####################################################################################### $(document).ready(function(){ // #################################### TOP // --------- // pan // --------- if(!$("#slymenu").length) { $(window).bind("scroll", function() { // document scrollHeight = $(document).height(); // window+scroll now scrollPosition = $(window).height() + $(window).scrollTop(); // height footer footHeight = $(".footer").height(); // scrolling to footer if ( scrollHeight - scrollPosition <= footHeight ) { $(".pan-wrapper").css({"position":"absolute","bottom": "0px","z-index":"100"}); } else { $(".pan-wrapper").css({"position":"fixed","bottom": "0px"}); } }); } // --------- // news // --------- if($('.news-list').length) { $('.news-list').prepend('
  • 24/04/27 本日は店休日です。ご注文・お問い合わせのお返事は翌営業日になります。何卒ご了承ください。
  • 24/04/26 ゴールデンウィーク休業のお知らせ 2024
  • 24/04/01 男の隠れ家 2024年5月号『龍神様と出会う開運の旅』にイラストを描かせていただきました
  • 24/03/11 臨時休業のお知らせ 3/11-3/17
  • 24/02/09 サーバーメンテナンスにともなう、サイト停止のお知らせ [2024.2.27 深夜~早朝]
  • 24/01/26 時空旅人Vol.78 『平泉 奥州藤原氏と仏国土の夢』にイラストを描かせていただきました
  • ').jScrollPane(); } // --------------- // create menu // --------------- if($("#slymenu").length) { callMenu(); function callMenu() { $.ajax({ url: "https://tool.hokubatsu.com/api/1/", type: 'GET', async: false, data: { mode: 'menu' } }) .then( function(result) { var $rs = JSON.parse(result.replace(/\u2028|\u2029/g, '')); var $ul = $('