The BONEZ × Dragon Ash "Straight Up" Tour
2024/10/13 (日) ~ 2024/12/30 (月)
- ※画像はランダム表示されるイメージです。
アーティストや公演に関係するものではありません。
公演日 | 開演 | 詳細 |
2024/10/13 (日) | 18:00 | The BONEZ × Dragon Ash "Straight Up" Tour KT Zepp Yokohama (神奈川県) 出演:Dragon Ash, The BONEZ |
0
10 | セットリスト |
2024/10/17 (木) | 19:00 | The BONEZ × Dragon Ash "Straight Up" Tour 広島CLUB QUATTRO (広島県) 出演:Dragon Ash, The BONEZ |
0
5 | セットリスト |
2024/10/18 (金) | 19:00 | The BONEZ × Dragon Ash "Straight Up" Tour Zepp Nagoya (愛知県) 出演:Dragon Ash, The BONEZ |
0
10 | セットリスト |
2024/10/25 (金) | 19:00 | The BONEZ × Dragon Ash "Straight Up" Tour Zepp Osaka Bayside (大阪府) 出演:The BONEZ, Dragon Ash |
0
13 | セットリスト |
2024/10/27 (日) | 18:00 | The BONEZ × Dragon Ash "Straight Up" Tour Zepp Fukuoka (福岡県) 出演:Dragon Ash, The BONEZ |
0
12 | セットリスト |
2024/11/01 (金) | 19:00 | The BONEZ × Dragon Ash "Straight Up" Tour SENDAI GIGS (宮城県) 出演:Dragon Ash, The BONEZ |
0
12 | セットリスト |
2024/11/03 (日) | 18:00 | The BONEZ × Dragon Ash "Straight Up" Tour Zepp Sapporo (北海道) 出演:Dragon Ash, The BONEZ |
0
8 | セットリスト |
2024/11/08 (金) | 19:00 | The BONEZ × Dragon Ash "Straight Up" Tour NIIGATA LOTS (新潟県) 出演:The BONEZ, Dragon Ash |
0
2 | セットリスト |
2024/11/10 (日) | 18:00 | The BONEZ × Dragon Ash "Straight Up" Tour Zepp Haneda (東京都) 出演:The BONEZ, Dragon Ash |
0
13 | セットリスト |
2024/12/30 (月) | | The BONEZ × Dragon Ash "Straight Up" Tour Zepp Haneda (東京都) 出演:The BONEZ, Dragon Ash |
0
3 | |
ライブレビュー(--件)
レビューはまだ投稿されていません。
最初のレビューを投稿してみませんか?
レビューを投稿する
// 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;
});