locofrank "KEEP DIGGING 3rd" TOUR 2016-2017
2016/11/03 (木) ~ 2017/01/28 (土)

- ※画像はランダム表示されるイメージです。
アーティストや公演に関係するものではありません。
公演日 | 開演 | 詳細 |
2016/11/03 (木) | 18:30 | locofrank "KEEP DIGGING 3rd" TOUR 2016-2017 柏ALIVE (千葉県) 出演:locofrank, NUBO, DROP UP 25 |
0
0 | セットリスト |
2016/11/05 (土) | 18:30 | locofrank "KEEP DIGGING 3rd" TOUR 2016-2017 UMBER (静岡県) 出演:locofrank, Track's |
0
1 | セットリスト |
2016/11/26 (土) | 18:00 | locofrank "KEEP DIGGING 3rd" TOUR 2016-2017 天神Queblick (福岡県) 出演:locofrank, NO GENERATION GAP |
0
0 | |
2016/11/27 (日) | 18:30 | locofrank "KEEP DIGGING 3rd" TOUR 2016-2017 大分club SPOT (大分県) 出演:locofrank, SIX LOUNGE |
0
0 | |
2017/01/07 (土) | 18:30 | locofrank "KEEP DIGGING 3rd" TOUR 2016-2017 HEAVEN'S ROCK 宇都宮 VJ-2 (栃木県) 出演:STOMPIN' BIRD, locofrank, KiNGONS |
0
1 | セットリスト |
2017/01/09 (月) | 18:30 | locofrank "KEEP DIGGING 3rd" TOUR 2016-2017 新宿LOFT (東京都) 出演:locofrank, 雷矢, COUNTRY YARD |
0
5 | セットリスト |
2017/01/14 (土) | 18:30 | locofrank "KEEP DIGGING 3rd" TOUR 2016-2017 金沢vanvan V4 (石川県) 出演:locofrank, The Donor |
0
0 | セットリスト |
2017/01/15 (日) | 18:30 | locofrank "KEEP DIGGING 3rd" TOUR 2016-2017 LIVE HOUSE GATTACA (京都府) 出演:locofrank, Garden Of Chicken Coke |
0
1 | セットリスト |
2017/01/28 (土) | 18:30 | locofrank "KEEP DIGGING 3rd" TOUR 2016-2017 心斎橋soma (大阪府) 出演:HAWAIIAN6, locofrank, PALM |
0
7 | セットリスト |
ライブレビュー(--件)
レビューはまだ投稿されていません。
最初のレビューを投稿してみませんか?
レビューを投稿する
// NARROWSEARCH TL
//jQuery('.typeFes').not('#type00').addClass('hide');
jQuery(document).on('change','#typeLive',function(){
jQuery('.typeFes').addClass('hide');
jQuery('#' + jQuery('#typeLive option:selected').attr('class')).removeClass('hide');
jQuery('.typeFes').not('#' + jQuery('#typeLive option:selected').attr('class')).val('');
});
jQuery(document).on('click','.memoBox > dl dt a.btnMemo',function(){
jQuery(this).parents('dl').hide();
jQuery('form'+jQuery(this).attr('href')).show();
return false;
});
jQuery(document).on('click','dt a.btnCncl',function(){
jQuery('form'+jQuery(this).attr('href')).hide();
jQuery('form'+jQuery(this).attr('href')).siblings('dl').show();
return false;
});