都道府県が擬人化してグループを結成⁈しかし、同じ日本でも文化が違う都道府県たちはいつも揉めてばり…笑いあり涙もあり?な物語のはじまりはじまり。

todohuken_LINE_5

$(document).ready(function() {
var target = $(‘#top-writer-caption’);
target.show();
// クリックすると表示されるボタン
$(‘.js-opener’).click(function(e) {
// aタグのときは開閉しない
if (e.target.nodeName == ‘A’) return;
$(‘.writer-caption’).toggleClass(‘open with-cloud’);
});
});