Earth, Wind & Fire Japan Tour 2017
2017/05/20 (土) ~ 2017/05/27 (土)

- ※画像はランダム表示されるイメージです。
アーティストや公演に関係するものではありません。
公演日 | 開演 | 詳細 |
2017/05/20 (土) | 18:00 | Earth, Wind & Fire Japan Tour 2017 フェスティバルホール (大阪府) 出演:Earth, Wind & Fire |
0
7 | セットリスト |
2017/05/22 (月) | 18:30 | Earth, Wind & Fire Japan Tour 2017 日本武道館 (東京都) 出演:Little Glee Monster, Earth, Wind & Fire |
0
11 | セットリスト |
2017/05/24 (水) | 19:00 | Earth, Wind & Fire Japan Tour 2017 さっぽろ芸術文化の館 ニトリ文化ホール (北海道) 出演:Earth, Wind & Fire |
0
0 | セットリスト |
2017/05/26 (金) | 19:00 | Earth, Wind & Fire Japan Tour 2017 静岡市民文化会館 大ホール (静岡県) 出演:Earth, Wind & Fire |
0
3 | |
2017/05/27 (土) | 18:00 | Earth, Wind & Fire Japan Tour 2017 広島文化学園HBGホール (広島県) 出演:Earth, Wind & Fire |
0
4 | セットリスト |
ライブレビュー(--件)
レビューはまだ投稿されていません。
最初のレビューを投稿してみませんか?
レビューを投稿する
// 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;
});