![{}](https://static.livefans.jp/img/images/live/big/298149_0.jpg?lID=1401302)
山下達郎
2022/09/21 (水) 18:30 開演 @フェスティバルホール (大阪府)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/2) |次へ »
ゲストさんのレビュー
自分が山下達郎という人から感じるのは、天才なんてものではなく努力の人。意志の力で妥協せず一つ一つ積み上げていけば、どれだけ高いところにまで登れるかを身をもって示す人。自分がこの人に圧倒されてしまうのはそういうところ。
いつもやる曲でも歌や演奏のクオリティがとても高いのでそれだけでも満足なんですが。
- いいね! 13
- コメント
- 2022/09/26 (月) 22:43
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (1/2) |次へ »
// 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;
});