').html(textBlock.html());strippedText.find('table').remove();textBlock.html(strippedText.html());const currentText=textBlock.text();if(currentText.trim().length>250){var newStr=currentText.substring(0,250);textBlock.empty().html(newStr).append('...')}},replaceText:function(textBlock,original){return textBlock.html(original)}};Trunc.addReadmore(el);Trunc.truncateText(el);jQuery('a.cli-privacy-readmore').on("click",function(e){e.preventDefault();if(jQuery('.cli-privacy-overview').hasClass('cli-collapsed')){Trunc.truncateText(el);jQuery('.cli-privacy-overview').removeClass('cli-collapsed');el.css('height','100%')}else{jQuery('.cli-privacy-overview').addClass('cli-collapsed');Trunc.replaceText(el,originalHtml)}})}},attachDelete:function(){this.delete_link.on("click",function(e){CLI_Cookie.erase(CLI_ACCEPT_COOKIE_NAME);for(var k in Cli_Data.nn_cookie_ids){CLI_Cookie.erase(Cli_Data.nn_cookie_ids[k])}
CLI.generateConsent();return!1})},configButtons:function(){this.main_button.css('color',this.settings.button_1_link_colour);if(Boolean(this.settings.button_1_as_button)){this.main_button.css('background-color',this.settings.button_1_button_colour);this.main_button.on('mouseenter',function(){jQuery(this).css('background-color',CLI.settings.button_1_button_hover)}).on('mouseleave',function(){jQuery(this).css('background-color',CLI.settings.button_1_button_colour)})}
this.main_link.css('color',this.settings.button_2_link_colour);if(Boolean(this.settings.button_2_as_button)){this.main_link.css('background-color',this.settings.button_2_button_colour);this.main_link.on('mouseenter',function(){jQuery(this).css('background-color',CLI.settings.button_2_button_hover)}).on('mouseleave',function(){jQuery(this).css('background-color',CLI.settings.button_2_button_colour)})}
this.reject_link.css('color',this.settings.button_3_link_colour);if(Boolean(this.settings.button_3_as_button)){this.reject_link.css('background-color',this.settings.button_3_button_colour);this.reject_link.on('mouseenter',function(){jQuery(this).css('background-color',CLI.settings.button_3_button_hover)}).on('mouseleave',function(){jQuery(this).css('background-color',CLI.settings.button_3_button_colour)})}
this.settings_button.css('color',this.settings.button_4_link_colour);if(Boolean(this.settings.button_4_as_button)){this.settings_button.css('background-color',this.settings.button_4_button_colour);this.settings_button.on('mouseenter',function(){jQuery(this).css('background-color',CLI.settings.button_4_button_hover)}).on('mouseleave',function(){jQuery(this).css('background-color',CLI.settings.button_4_button_colour)})}
this.accept_all_button.css('color',this.settings.button_7_link_colour);if(this.settings.button_7_as_button){this.accept_all_button.css('background-color',this.settings.button_7_button_colour);this.accept_all_button.on('mouseenter',function(){jQuery(this).css('background-color',CLI.settings.button_7_button_hover)}).on('mouseleave',function(){jQuery(this).css('background-color',CLI.settings.button_7_button_colour)})}},toggleBar:function(){if(CLI_COOKIEBAR_AS_POPUP){this.barAsPopUp(1)}
if(CLI.settings.cookie_bar_as=='widget'){this.barAsWidget(1)}
if(!CLI_Cookie.exists(CLI_ACCEPT_COOKIE_NAME)){this.displayHeader()}else{this.hideHeader()}
if(Boolean(this.settings.show_once_yn)){setTimeout(function(){CLI.close_header()},CLI.settings.show_once)}
if(CLI.js_blocking_enabled===!1){if(Boolean(Cli_Data.ccpaEnabled)===!0){if(Cli_Data.ccpaType==='ccpa'&&Boolean(Cli_Data.ccpaBarEnabled)===!1){cliBlocker.cookieBar(!1)}}else{jQuery('.wt-cli-ccpa-opt-out,.wt-cli-ccpa-checkbox,.wt-cli-ccpa-element').remove()}}
this.showagain_elm.on("click",function(e){e.preventDefault();CLI.showagain_elm.slideUp(CLI.settings.animate_speed_hide,function(){CLI.bar_elm.slideDown(CLI.settings.animate_speed_show);if(CLI_COOKIEBAR_AS_POPUP){CLI.showPopupOverlay()}})})},configShowAgain:function(){this.showagain_config={'background-color':this.settings.background,'color':this.l1hs(this.settings.text),'position':'fixed','font-family':this.settings.font_family};if(Boolean(this.settings.border_on)){var border_to_hide='border-'+this.settings.notify_position_vertical;this.showagain_config.border='1px solid '+this.l1hs(this.settings.border);this.showagain_config[border_to_hide]='none'}
var cli_win=jQuery(window);var cli_winw=cli_win.width();var showagain_x_pos=this.settings.showagain_x_position;if(cli_winw<300){showagain_x_pos=10;this.showagain_config.width=cli_winw-20}else{this.showagain_config.width='auto'}
var cli_defw=cli_winw>400?500:cli_winw-20;if(CLI_COOKIEBAR_AS_POPUP){var sa_pos=this.settings.popup_showagain_position;var sa_pos_arr=sa_pos.split('-');if(sa_pos_arr[1]=='left'){this.showagain_config.left=showagain_x_pos}else if(sa_pos_arr[1]=='right'){this.showagain_config.right=showagain_x_pos}
if(sa_pos_arr[0]=='top'){this.showagain_config.top=0}else if(sa_pos_arr[0]=='bottom'){this.showagain_config.bottom=0}
this.bar_config.position='fixed'}else if(this.settings.cookie_bar_as=='widget'){this.showagain_config.bottom=0;if(this.settings.widget_position=='left'){this.showagain_config.left=showagain_x_pos}else if(this.settings.widget_position=='right'){this.showagain_config.right=showagain_x_pos}}else{if(this.settings.notify_position_vertical=="top"){this.showagain_config.top='0'}else if(this.settings.notify_position_vertical=="bottom"){this.bar_config.position='fixed';this.bar_config.bottom='0';this.showagain_config.bottom='0'}
if(this.settings.notify_position_horizontal=="left"){this.showagain_config.left=showagain_x_pos}else if(this.settings.notify_position_horizontal=="right"){this.showagain_config.right=showagain_x_pos}}
this.showagain_elm.css(this.showagain_config)},configBar:function(){this.bar_config={'background-color':this.settings.background,'color':this.settings.text,'font-family':this.settings.font_family};if(this.settings.notify_position_vertical=="top"){this.bar_config.top='0';if(Boolean(this.settings.header_fix)===!0){this.bar_config.position='fixed'}}else{this.bar_config.bottom='0'}
this.configShowAgain();this.bar_elm.css(this.bar_config).hide()},l1hs:function(str){if(str.charAt(0)=="#"){str=str.substring(1,str.length)}else{return"#"+str}
return this.l1hs(str)},close_header:function(){CLI_Cookie.set(CLI_ACCEPT_COOKIE_NAME,'yes',CLI_ACCEPT_COOKIE_EXPIRE);this.hideHeader()},accept_close:function(){this.hidePopupOverlay();this.generateConsent();this.cookieLawInfoRunCallBacks();CLI_Cookie.set(CLI_ACCEPT_COOKIE_NAME,'yes',CLI_ACCEPT_COOKIE_EXPIRE);if(Boolean(this.settings.notify_animate_hide)){if(CLI.js_blocking_enabled===!0){this.bar_elm.slideUp(this.settings.animate_speed_hide,cliBlocker.runScripts)}else{this.bar_elm.slideUp(this.settings.animate_speed_hide)}}else{if(CLI.js_blocking_enabled===!0){this.bar_elm.hide(0,cliBlocker.runScripts)}else{this.bar_elm.hide()}}
if(Boolean(this.settings.showagain_tab)){this.showagain_elm.slideDown(this.settings.animate_speed_show)}
if(Boolean(this.settings.accept_close_reload)===!0){this.reload_current_page()}
return!1},reject_close:function(){this.hidePopupOverlay();this.generateConsent();this.cookieLawInfoRunCallBacks();for(var k in Cli_Data.nn_cookie_ids){CLI_Cookie.erase(Cli_Data.nn_cookie_ids[k])}
CLI_Cookie.set(CLI_ACCEPT_COOKIE_NAME,'no',CLI_ACCEPT_COOKIE_EXPIRE);if(Boolean(this.settings.notify_animate_hide)){if(CLI.js_blocking_enabled===!0){this.bar_elm.slideUp(this.settings.animate_speed_hide,cliBlocker.runScripts)}else{this.bar_elm.slideUp(this.settings.animate_speed_hide)}}else{if(CLI.js_blocking_enabled===!0){this.bar_elm.hide(cliBlocker.runScripts)}else{this.bar_elm.hide()}}
if(Boolean(this.settings.showagain_tab)){this.showagain_elm.slideDown(this.settings.animate_speed_show)}
if(Boolean(this.settings.reject_close_reload)===!0){this.reload_current_page()}
return!1},reload_current_page:function(){window.location.reload(!0)},closeOnScroll:function(){if(window.pageYOffset>100&&!CLI_Cookie.read(CLI_ACCEPT_COOKIE_NAME)){CLI.accept_close();if(Boolean(CLI.settings.scroll_close_reload)===!0){window.location.reload()}
window.removeEventListener("scroll",CLI.closeOnScroll,!1)}},displayHeader:function(){if(Boolean(this.settings.notify_animate_show)){this.bar_elm.slideDown(this.settings.animate_speed_show)}else{this.bar_elm.show()}
this.showagain_elm.hide();if(CLI_COOKIEBAR_AS_POPUP){this.showPopupOverlay()}},hideHeader:function(){if(Boolean(this.settings.showagain_tab)){if(Boolean(this.settings.notify_animate_show)){this.showagain_elm.slideDown(this.settings.animate_speed_show)}else{this.showagain_elm.show()}}else{this.showagain_elm.hide()}
this.bar_elm.slideUp(this.settings.animate_speed_show);this.hidePopupOverlay()},hidePopupOverlay:function(){jQuery('body').removeClass("cli-barmodal-open");jQuery(".cli-popupbar-overlay").removeClass("cli-show")},showPopupOverlay:function(){if(this.bar_elm.length){if(Boolean(this.settings.popup_overlay)){jQuery('body').addClass("cli-barmodal-open");jQuery(".cli-popupbar-overlay").addClass("cli-show")}}},barAsWidget:function(a){var cli_elm=this.bar_elm;cli_elm.attr('data-cli-type','widget');var cli_win=jQuery(window);var cli_winh=cli_win.height()-40;var cli_winw=cli_win.width();var cli_defw=cli_winw>400?300:cli_winw-30;cli_elm.css({'width':cli_defw,'height':'auto','max-height':cli_winh,'overflow':'auto','position':'fixed','box-sizing':'border-box'});if(this.checkifStyleAttributeExist()===!1){cli_elm.css({'padding':'25px 15px'})}
if(this.settings.widget_position=='left'){cli_elm.css({'left':'15px','right':'auto','bottom':'15px','top':'auto'})}else{cli_elm.css({'left':'auto','right':'15px','bottom':'15px','top':'auto'})}
if(a){this.setResize()}},barAsPopUp:function(a){if(typeof cookie_law_info_bar_as_popup==='function'){return!1}
var cli_elm=this.bar_elm;cli_elm.attr('data-cli-type','popup');var cli_win=jQuery(window);var cli_winh=cli_win.height()-40;var cli_winw=cli_win.width();var cli_defw=cli_winw>700?500:cli_winw-20;cli_elm.css({'width':cli_defw,'height':'auto','max-height':cli_winh,'bottom':'','top':'50%','left':'50%','margin-left':(cli_defw/2)*-1,'margin-top':'-100px','overflow':'auto'}).addClass('cli-bar-popup cli-modal-content');if(this.checkifStyleAttributeExist()===!1){cli_elm.css({'padding':'25px 15px'})}
const cli_h=cli_elm.height();cli_elm.css({'top':'50%','margin-top':((cli_h/2)+30)*-1});setTimeout(function(){cli_elm.css({'bottom':''})},100);if(a){this.setResize()}},setResize:function(){var resizeTmr=null;jQuery(window).resize(function(){clearTimeout(resizeTmr);resizeTmr=setTimeout(function(){if(CLI_COOKIEBAR_AS_POPUP){CLI.barAsPopUp()}
if(CLI.settings.cookie_bar_as=='widget'){CLI.barAsWidget()}
CLI.configShowAgain()},500)})},enableAllCookies:function(){jQuery('.cli-user-preference-checkbox').each(function(){var cli_chkbox_elm=jQuery(this);var cli_chkbox_data_id=cli_chkbox_elm.attr('data-id');if(cli_chkbox_data_id!='checkbox-necessary'){cli_chkbox_elm.prop('checked',!0);CLI_Cookie.set('cookielawinfo-'+cli_chkbox_data_id,'yes',CLI_ACCEPT_COOKIE_EXPIRE)}})},disableAllCookies:function(){jQuery('.cli-user-preference-checkbox').each(function(){var cli_chkbox_elm=jQuery(this);var cli_chkbox_data_id=cli_chkbox_elm.attr('data-id');const cliCategorySlug=cli_chkbox_data_id.replace('checkbox-','');if(Cli_Data.strictlyEnabled.indexOf(cliCategorySlug)===-1){cli_chkbox_elm.prop('checked',!1);CLI_Cookie.set('cookielawinfo-'+cli_chkbox_data_id,'no',CLI_ACCEPT_COOKIE_EXPIRE)}})},hideCookieBarOnClose:function(){jQuery(document).on('click','.cli_cookie_close_button',function(e){e.preventDefault();var elm=jQuery(this);if(Cli_Data.ccpaType==='ccpa'){CLI.enableAllCookies()}
CLI.accept_close()})},checkCategories:function(){var cliAllowedCategories=[];var cli_categories={};jQuery('.cli-user-preference-checkbox').each(function(){var status=!1;const cli_chkbox_elm=jQuery(this);let cli_chkbox_data_id=cli_chkbox_elm.attr('data-id');cli_chkbox_data_id=cli_chkbox_data_id.replace('checkbox-','');const cli_chkbox_data_id_trimmed=cli_chkbox_data_id.replace('-','_')
if(jQuery(cli_chkbox_elm).is(':checked')){status=!0;cliAllowedCategories.push(cli_chkbox_data_id)}
cli_categories[cli_chkbox_data_id_trimmed]=status});CLI.allowedCategories=cliAllowedCategories},cookieLawInfoRunCallBacks:function(){this.checkCategories();if(CLI_Cookie.read(CLI_ACCEPT_COOKIE_NAME)=='yes'){if("function"==typeof CookieLawInfo_Accept_Callback){CookieLawInfo_Accept_Callback()}}},generateConsent:function(){var preferenceCookie=CLI_Cookie.read(CLI_PREFERENCE_COOKIE);let cliConsent={};if(preferenceCookie!==null){cliConsent=window.atob(preferenceCookie);cliConsent=JSON.parse(cliConsent)}
cliConsent.ver=Cli_Data.consentVersion;jQuery('.cli-user-preference-checkbox').each(function(){let categoryVal='';let cli_chkbox_data_id=jQuery(this).attr('data-id');cli_chkbox_data_id=cli_chkbox_data_id.replace('checkbox-','');if(jQuery(this).is(':checked')){categoryVal=!0}else{categoryVal=!1}
cliConsent[cli_chkbox_data_id]=categoryVal});cliConsent=JSON.stringify(cliConsent);cliConsent=window.btoa(cliConsent);CLI_Cookie.set(CLI_PREFERENCE_COOKIE,cliConsent,CLI_ACCEPT_COOKIE_EXPIRE)},addStyleAttribute:function(){var bar=this.bar_elm;var styleClass='';if(jQuery(bar).find('.cli-bar-container').length>0){styleClass=jQuery('.cli-bar-container').attr('class');styleClass=styleClass.replace('cli-bar-container','');styleClass=styleClass.trim();jQuery(bar).attr('data-cli-style',styleClass)}},getParameterByName:function(name,url){if(!url){url=window.location.href}
name=name.replace(/[\[\]]/g,'\\$&');var regex=new RegExp('[?&]'+name+'(=([^]*)|&|#|$)'),results=regex.exec(url);if(!results){return null}
if(!results[2]){return''}
return decodeURIComponent(results[2].replace(/\+/g,' '))},CookieLawInfo_Callback:function(enableBar,enableBlocking){enableBar=typeof enableBar!=='undefined'?enableBar:!0;enableBlocking=typeof enableBlocking!=='undefined'?enableBlocking:!0;if(CLI.js_blocking_enabled===!0&&Boolean(Cli_Data.custom_integration)===!0){cliBlocker.cookieBar(enableBar);cliBlocker.runScripts(enableBlocking)}},checkifStyleAttributeExist:function(){var exist=!1;var attr=this.bar_elm.attr('data-cli-style');if(typeof attr!==typeof undefined&&attr!==!1){exist=!0}
return exist},reviewConsent:function(){jQuery(document).on('click','.cli_manage_current_consent,.wt-cli-manage-consent-link',function(){CLI.displayHeader()})},mayBeSetPreferenceCookie:function(){if(CLI.getParameterByName('cli_bypass')==="1"){CLI.generateConsent()}}}
var cliBlocker={blockingStatus:!0,scriptsLoaded:!1,ccpaEnabled:!1,ccpaRegionBased:!1,ccpaApplicable:!1,ccpaBarEnabled:!1,cliShowBar:!0,isBypassEnabled:CLI.getParameterByName('cli_bypass'),checkPluginStatus:function(callbackA,callbackB){this.ccpaEnabled=Boolean(Cli_Data.ccpaEnabled);this.ccpaRegionBased=Boolean(Cli_Data.ccpaRegionBased);this.ccpaBarEnabled=Boolean(Cli_Data.ccpaBarEnabled);if(Boolean(Cli_Data.custom_integration)===!0){callbackA(!1)}else{if(this.ccpaEnabled===!0){this.ccpaApplicable=!0;if(Cli_Data.ccpaType==='ccpa'){if(this.ccpaBarEnabled!==!0){this.cliShowBar=!1;this.blockingStatus=!1}}}else{jQuery('.wt-cli-ccpa-opt-out,.wt-cli-ccpa-checkbox,.wt-cli-ccpa-element').remove()}
if(cliBlocker.isBypassEnabled==="1"){cliBlocker.blockingStatus=!1}
callbackA(this.cliShowBar);callbackB(this.blockingStatus)}},cookieBar:function(showbar){showbar=typeof showbar!=='undefined'?showbar:!0;cliBlocker.cliShowBar=showbar;if(cliBlocker.cliShowBar===!1){CLI.bar_elm.hide();CLI.showagain_elm.hide();CLI.settingsModal.removeClass('cli-blowup cli-out');CLI.hidePopupOverlay();jQuery(".cli-settings-overlay").removeClass("cli-show")}else{if(!CLI_Cookie.exists(CLI_ACCEPT_COOKIE_NAME)){CLI.displayHeader()}else{CLI.hideHeader()}}},removeCookieByCategory:function(){if(cliBlocker.blockingStatus===!0){if(CLI_Cookie.read(CLI_ACCEPT_COOKIE_NAME)!==null){var non_necessary_cookies=Cli_Data.non_necessary_cookies;for(var key in non_necessary_cookies){const currentCategory=key;if(CLI.allowedCategories.indexOf(currentCategory)===-1){var nonNecessaryCookies=non_necessary_cookies[currentCategory];for(var i=0;i
0){var runList=[]
var typeAttr
Array.prototype.forEach.call($scripts,function($script){typeAttr=$script.getAttribute('type')
runList.push(function(callback){cliScriptFuncs.insertScript($script,callback)})})
cliScriptFuncs.seq(runList,cliScriptFuncs.scriptsDone)}}};genericFuncs.renderByElement(cliBlocker.removeCookieByCategory)},ccpaOptedOut:function(){var ccpaOptedOut=!1;var preferenceCookie=CLI_Cookie.read(CLI_PREFERENCE_COOKIE);if(preferenceCookie!==null){let cliConsent=window.atob(preferenceCookie);cliConsent=JSON.parse(cliConsent);if(typeof cliConsent.ccpaOptout!=='undefined'){ccpaOptedOut=cliConsent.ccpaOptout}}
return ccpaOptedOut}}
jQuery(document).ready(function(){if(typeof cli_cookiebar_settings!='undefined'){CLI.set({settings:cli_cookiebar_settings});if(CLI.js_blocking_enabled===!0){cliBlocker.checkPluginStatus(cliBlocker.cookieBar,cliBlocker.runScripts)}}});(function(a){a(document).on("click","ul.yyi-rinker-links a.yyi-rinker-link.yyi-rinker-tracking, div.yyi-rinker-title a.yyi-rinker-tracking, div.yyi-rinker-image a.yyi-rinker-tracking",function(c){try{var b="Rinker";var f=a(this).data("click-tracking");if(typeof gtag!=="undefined"&&a.isFunction(gtag)){gtag("event","click",{event_category:"Rinker",event_label:f})}else{if(typeof ga!=="undefined"&&a.isFunction(ga)){ga("send","event",b,"click",f)}else{if(typeof _gaq!=="undefined"){_gaq.push(["_trackEvent",b,"click",f])}}}}catch(d){console.log("tracking-error");console.log(d.message)}})})(jQuery)
記事内に広告が含まれます
イントロでやられちゃう曲リスト・70選
Music
2022.08.292024.10.23
この記事は約19分 で読めます。
こんにちは!あぽ(@apocryphally1 )です。毎日いろんな音楽を聴いていると「このイントロかっこいー」とか、「このイントロ大好き!」なんていう曲がたくさんありますよね?今回は僕が好きなイントロの曲をジャンル関係なく思いつくままにドドーンと70曲 集めてみました!!「なんであの曲が入ってないんだよ、このデコちんがっ!」っていうのがきっとあるはずですが気にしないでください。この手のリストはたいていそんなもん ですから。
イントロ!
「イントロ」は曲が始まる導入部のことですね。曲が始まって1分以内くらいでしょうか。(プログレとかのヤバイのは除いて)曲のサビだったり、特長的なリフやフレーズを繰り返したりしますよね。
最近はサブスクの影響で、ちょっと気に入らないとすぐ次の曲にスキップされて最後まで聴いてもらえなくなってしまうので、開始10秒でどれだけ離脱させないか?っていう曲の作り方が主流ですよね。それだけイントロが重要になっているんですよねぇ。
CDが全盛だった時代も試聴機でざざっとイントロとサビを聴いて良かったら買う、っていうことをしていたので感覚的には今も昔もそれほど変わらないんですよね。当時は「アルバムの1曲目か、タイトル曲の最初の30秒が良かったらそのCDは買い」でほとんど外したことはありませんでした。いままでの経験上、イントロが気に入ればその曲が好きな曲になる傾向にあるような気がします。
では早速「イントロでやられちゃう曲」ドドーンと紹介してきましょう!縛りとしては「1アーティスト1曲 」です。最後までたどり着ける人はいるのだろうか…
※ ジャケ写をクリックするとYouTubeなどの音源に飛ぶようになっています
Spotifyのプレイリストを作りましたので、読むが面倒な方はこちらからどうぞ→リストへジャンプ
1. Get Up (I Feel Like Being A) Sex Machine / James Brown (1970)
めちゃくちゃかっこいいです。JBを呼び込むことろからいちいちかっこいです。ゲロッパおじさんずるい。1970年にリリースされたこの曲はJames BrownがThe JB’sと組んだ最初の曲です。
2. Sing, Sing, Sing / Benny Goodman (1937)
力強いドラムから始まるこの曲、ビッグバンドやスウィング時代の代表曲と言っても良い有名な曲ですね。 これBenny Goodmanの曲だと思っている人が多いと思いますが、カバーなんですよね。Louis Primaが1936年にリリースしたものがオリジナルで、Benny Goodmanのバージョンは翌年の1937年にリリースされたものです。
3. 三日月サンセット / サカナクション (2007)
初めて聴いた時になぜか「あっ、やられた!」って思った曲。イントロで受けた衝撃がすごかった。いまでも大好きな曲ですよ。 この「三日月サンセット」入っているアルバムはほんと良いアルバム。
4. Mind Set / Gacharic Spin (2021)
全体的に強烈なインパクトのある曲だけど、イントロから全開でぶっ飛ばしていく勢いがとても好き。ハイテンション。
5. Fast Track / Four Of A Kind (2002)
当時の日本のフュージョン界隈のトップどころが集まっちゃったっていうすごいバンド。いきなりこの曲のこのイントロで始まるって、もうテンション上がっちゃって大変ですよ。リリース前にライブで聴けたのを今でも覚えてます。青木さんのプレイはもう生で見れないのがとても残念です。
6. Crazy Train / Ozzy Osbourne (1980)
ギター弾き始めにコピーしてみたくなるリフ。最初のオジーの叫びは「Everybody~」だと思ってたんですけど、歌詞を見ると「All aboard~」なんですね。むずかしいや。キメキメのオジーがステージをふらふらさまよってるライブ映像がYouTubeに落ちてるので探してみてください。いろいろヤバいです。
7. Back In Black / AC/DC (1980)
AC/DCはイントロがかっこいい曲が多くて悩んじゃいますよね。1980年にバカ売れしたアルバムのタイトル曲ですよ。
8. Jump / Van Halen (1983)
アルバム「1984」のリードシングルでした。もう、一発目の音で「Jumpだっ」ってわかるくらいインパクトのあるイントロですよね。
9. サテライト・サーチライト / ELFiN PLANET (2017)
10. Cradle Rock / Joe Bonamassa (2001)
2001年のJoe Bonamassaのデビューアルバム「A Nwe Day Yesterday」の1曲目です。CDショップの試聴機で聴いた時に、一瞬で好きになりました。超かっこいい。オリジナルはRory Gallagherの1973年のアルバム「Tatoo 」に入っています。こちらもめちゃくちゃかっこいいのでオススメですよ。
11. Chaos / Mutemath (2006)
ファーストフルアルバムに入っている曲です。映画「トランスフォーマー」を観に行った時にMutemathの曲が使われていて、このバンドなんだろうって気になったの始まりでした。それで彼らのアルバムを聴いてみたらこの曲でやられました。
12. 私は風 / カルメン・マキ&OZ (1975)
12分くらいの大作ですが、とにかくカッコいい。カルメン・マキ&OZとしてのファーストフルアルバムに入っている曲ですよ。女性ロックシンガーの先駆けとして後に与えた影響は計り知れません。
13. A Hard Day’s Night / The Beatles (1964)
じゃーん、でわかっちゃう曲。もうね、何も言うことはございません。ビートルズは好きな曲はたくさんありますけど、このイントロが一番好きですよ。
14. 恋のマジックポーション / すかんち (1991)
このイントロ大好きです。Rollyさんのギターがかっこよい。1991年にシングル、1992年の3rdアルバム「恋の薔薇薔薇殺人事件」に入っています。
15. 目を閉じておいでよ / BARBEE BOYS (1989)
とにかくギターがかっこいい!これだけ曲の雰囲気が独特なバンドも珍しいですよね。5枚目のアルバム「√5」に入っています。
16. Shake Hip! / 米米CLUB (1986)
めぐみさんのしなやかなギターが大好き。2枚目のシングルですよ。今じゃ絶対撮影できないようなMVもオススメです。
17. Creep / TLC (1994)
ホーンが2発なるだけなのにめちゃくちゃかっこいいのはなぜ?TLCの2枚目のアルバム「CrazySexyCool」の1曲目に収録されています。
18. Angel Night〜天使のいる場所〜 / PSY・S (1988)
印象的なイントロですよねー。BARBEE BOYSのイマサがゲストでギターを弾いているバージョンのライブ映像 があるのですが、めちゃくちゃかっこいいのですよ。「シティーハンター2」のオープニングで使われていたので有名ですよね。
19. スリル / 布袋寅泰 (1995)
エガちゃんで有名になってしまった曲ですが、聴いた瞬間テンション上がります。男色ディーノ選手 の入場曲でもあります。チューまでされなかったけど股間は触られました…
20. Smoky / Char (1976)
ライブで観たことありますが、イントロが鳴った瞬間ゾワゾワ鳥肌が立ちました。Charさんはずーっとかっこいいですね。
21. Dance Lesson #2 / Karl Denson (2001)
2001年にリリースされたKarl Densonのソロアルバム「Dance Lesson #2」の1曲目です。初めて聴いた瞬間「うわーかっこいい~」ってなった曲です。FunkやJazzが得意なサックスプレイヤーです。Jazz、FunkやJam Band系の音楽が好きなら抑えておいた良い人ですよ。
22. Rock and Roll Is Dead / Lenny Kravitz (1995)
ギターで始まるこの曲。いろいろ誤解されていたけれど、かっこよければそれでよし。1995年にリリースされた4枚目のアルバムの1曲目です。
23. シロクマ / JABBERLOOP (2009)
良い曲ですよねー。この曲の吹奏楽バージョン がまたカッコイイのです。2009年にリリースされたアルバム「CHECK THIS OUT!!」に入っています。吹奏楽バージョンは2010年のアルバム「攻め燃える」に入っていますよ。
24. 恋ゲバ / 新しい学校のリーダーズ (ATARASHII GAKKO!) (2019)
何気なく聴こうと思って再生したら、いきなりこの曲のイントロ。癖になる曲ですよ。海外でもどんどん売れてほしいですね。2019年のセカンドアルバム「若気ガイタル」の1曲目です。
25. 古い日記 / 和田アキ子 (1974)
26. Let Me Entertain You/ Robbie Williams (1997)
ゴージャスな曲です。イントロからずんずん盛り上げていく感じが大好きです。1997年リリースの初めてのソロアルバム「Life Thru a Lens」に入っています。
27. A Thousand Miles / Vanessa Carlton (2002)
ピアノの出だしが印象的なこの曲は最近また注目を浴びているようですね(よく知らないけど)20年前の曲が何かのきっかけで、また注目されるはとても良い事だと思います。2002年リリースのデビューアルバム「Be Not Nobody」に入っています。
28. Another One Bites The Dust / Queen (1980)
Queenなんて好きな曲が多くてどれにするかめちゃくちゃ悩みました。改めて聞くとイントロが印象的な曲がたくさんありますね。この曲のベースがね、すごく好きなんです。1980年リリースの8枚目のアルバム「The Game」に入っています。
29. Hung Up / Madonna (2005)
30. 親愛的幽靈 (Dear Ghost) / per se (2017)
たまたま聴いてみたらイントロで「あ、好き! 」ってなった曲です。男女ボーカルが入れ替わり歌っていく、切ない感じの曲ですよ。香港で結成されたユニットper se の曲です。
31. ハルシオン / 眩暈SIREN (2015)
ピアノから始まり他のパートがのっかってきたところで、歌が始まるとパッと音が減って空気が変わる。緩急がすごいです。大好き。2015年にリリースされたファースト・フルアルバム「『或る昨日を待つ』」に収録されています。
32. What Is Hip? / Marcus Miller (2007)
33. Pull Up To The Bumper / Grace Jones (1981)
ベースラインがとにかくかっこいい曲ですよ。Grace Jonesの1981年のアルバム「Nightclubbing」の2曲目に収録されています。1995年にPatraがカバーしたバージョン もめちゃくちゃかっこいいのでオススメです。
34. 水流のロック / 日食なつこ (2014)
ピアノメインのシンプルな構成でこんなにかっこいいのがすごいです。一気に引き込まれるイントロ。2014年にリリースされた3rdミニ・アルバム「瞼瞼」の1曲目です。2015年のファーストアルバム「逆光で見えない」にも収録されています。
35. あゝ無情 / アン・ルイス (1986)
アンさんのボーカル大好きなんですよねぇ。名曲ですよ。1986年の26枚目のシングルだそうです。西寺実のカバー もかっこいいので観てみてください(メンバーみてビビるやつ)
36. 限界LOVERS / SHOW-YA (1989)
ドラムのカウントが入っただけで「わー!」ってテンション上がります。1989年の7枚目のアルバム「Outerlimits」に収録されています。こっちの記事 に他の人のカバーも貼っているので聴き比べてみると楽しいですよ。
37. Blind Man / Black Stone Cherry (2008)
一発で好きになるイントロ!この骨太な勢いにハマります。2008年リリースのセカンドアルバム「Folklore and Superstition」の1曲目です。
38. FREE / SWEET ROBOTS AGAINST THE MACHINE (2002)
もともとバラードなのにこんなになっちゃうのね、っていうアレジは流石Tei Towaさん。MVでニヤニヤする曲です。Tei TowaさんのSWEET ROBOTS AGAINST THE MACHINE名義の2ndアルバム「Towa Tei」(ややこしい)に収録されています。Deniece Williamsのオリジナル (1976年)との違いを聴いてみてください。
39. タイムマシンにおねがい / サディスティック・ミカ・バンド (1974)
こういうわくわくするイントロ、良いですよね~。1974年の3枚目のシングル、アルバムは「黒船」に収録されています。
40. Wanderwall / Oasis (1995)
何回聴いたかわからないくらい聴いた曲ですね。1995年のセカンド・アルバム「(What’s the Story) Morning Glory?)」に収録されています。
41. (I Can’t Get No) Satisfaction / The Rolling Stones (1965)
一発でストーンズってわかる曲ですよね。かっこいいギター。1965年の4枚目(イギリスでは3枚目)のアルバムに収録されています。
42. Some Skunk Funk / The Brecker Brothers (1975)
これも有名なイントロですね!1975年にリリースされたデビューアルバム「The Brecker Bros.」の1曲目です。ライブ版のSome Skunk Funk もテンション高めで楽しいのでオススメですよ。
43. Living For Tomorrow / Cosa Nostra (1995)
このベースの入りがかっこいいんですよね~!大好き!1995年リリースのアルバム「World Peace」の6曲目です。
44. Rubber Room / Benjamin Herman (2018)
なんか癖になるんですよね。この曲。New Cool Collective のリーダー、Benjamin Hermanのソロアルバム「Bughouse」に収録されています。JazzPunk!
45. Tecaba / Unkie (2007)
TOKIEさんの唸るベースが癖になる1曲。2007年のファーストアルバム「the Price of Fame」の1曲目です。
46. Johnny B. Goode / Chuck Berry (1958)
これ、聴いたことない人ってほとんどいないんじゃないでしょうか。Rock and Rollの始まりの曲のひとつですね。1959年のサードアルバム「Berry Is On Top」に収録されています。
47. Ready… Aim… / The Baker Brothers (2003)
いきなり「ファイヤ~!」って叫び越えから始まります。そこからブリブリのジャズ・ファンクが展開していくので、楽しいですよ。2003年のファーストアルバム「Ten Paces」の1曲目です。
48. Tighten Up / The Bamboos (2003)
Tighten UpはArchie Bell & The Drells のオリジナルもYMO のバージョンも大好きですが、このThe Bamboosのイントロが一番好きです。ベースラインがかっこいい曲です。2006年のファーストアルバム「Step It Up」の2曲目に収録されています。
49. Run / Beth Hart (1996)
ギターから始まって歌い出した瞬間に圧倒されるBeth歌声。このすごい声を引き立たせるためのイントロと思っています。デビューアルバム「Immortal」の1曲目。
50. Zero / The Smashing Pumpkins (1995)
The Smashing Pumpkinsもイントロのかっこいい曲が多くて悩みますが、Zeroのイントロが一番好きかなぁ。これはイヤホンで爆音で聴くのが一番良いですよ。1995年リリースの「Mellon Collie and the Infinite Sadness」の1枚目の4曲目に収録されています。
51. Smells Like Teen Spirit / Nirvana (1991)
イントロを集めてみるってなると絶対に外せない曲ですね。1991年のセカンドアルバム「Nevermind」の1曲目です。世界中にどれだけの影響を与えたのか、計り知れない作品です。
52. Summertime / The SUNDAYS (1997)
爽やかな曲ですよ。1997年のサードアルバム「Static & Silence」の1曲目です。NZで放浪していた時によく流れていた曲で、帰国してからすぐに買いに行ったのを思い出します。
53. Bitter Sweet Symphony / The Verve (1997)
不思議な曲だなぁ。というのが初めて聴いた時の印象でした。でも、何回も聴いていくうちにどんどんハマっていくんですよね。そういう意味でも不思議な曲です。1997年のサードアルバム「Urban Hymns」の1曲目です。
54. Thriller / Michael Jackson (1983)
マイケルは外せないのはわかっているけど、どれが一番?ってなるとめちゃくちゃ悩みます。で、結果この曲にしました。これはMVの映像と一緒に楽しむのが良いですね。1983年のアルバム「Thriller」のタイトル曲。4曲目に収録されています。
55. Rock And Roll All Nite / KISS (1975)
何も考えなくて楽しいって最高です。このイントロもそんな1曲です。もはや伝統芸能的なコテコテのお約束の演出がたっぷり詰まったライブは見ていて安心しちゃいます。ライブ版がほぼ吹替じゃないのとか、どうでも良いんですよね。 3枚目のアルバム「Dressed To Kill」の最後の曲です。
56. Death To All But Metal / Steel Panther (2009)
どうしようもないくらいお下劣で下品な歌詞なんですけど、曲は良いのです。ここまでやっちゃえるのがすごいですよね。 2009年のデビューアルバム「Fell The Steel」の1曲目です。
57. Runaway / The Corrs (1995)
この曲が流行ってちょっとしたアイルランドブームがありましたねぇ。やたらとFMラジオでかかっていた記憶があります。彼らのデビュー・シングルで、ファーストアルバム「Forgiven, Not Forgotten」の6曲目に収録されています。
58. Viva La Vida / Coldplay (2008)
最初のストリングスが鳴ったらすぐに「Viva La Vida」ってわかる曲ですよね。それくらい印象的なイントロ。2008年の4枚目のアルバム「Viva la Vida or Death and All His Friends」の7曲目に収録されています。
59. Hurry Up! / のあのわ (2013)
タイトルそのままに疾走感あふれるイントロ。なんで売れなかったのか不思議な楽団(本人たちはバントとは言わない)でした。2013年の3枚目のアルバム「Cry Like a Monster」の1曲目に収録されています。
60. Walk This Way / Aerosmith (1975)
一発でエアロってわかる曲ですよね。今聴いてもかっこいいです。1986年のRun-DMCとのコラボ がとんでもないインパクトだったこの曲は1975年のアルバム「Toys In The Attic」の4曲目に収録されています。
61. Immigrant Song / Led Zeppelin (1970)
これもインパクトの強いイントロですよね。ブロディ が客席に突っ込んでくるイメージがこびりついています。1970年のサードアルバム「Led Zeppelin III」の1曲目です。
62. サンライズ / スペクトラム (1980)
ブロディときたらハンセン でしょ!という訳じゃないですけど、この曲もかっこいいんですよねぇ。こっちも逃げ惑う子供たち、突き飛ばされるおじさん、ブル・ロープでひっぱたかれるやんちゃそうなお兄ちゃんが目に浮かびます。1980年にリリースされたセカンドアルバム「OPTICAL SUNRISE」の最後の曲です。
じわじわと忍び寄ってくる感じがたまりませんね。 1980年にリリースされたセカンドアルバム「OPTICAL SUNRISE」の最後の曲です。1991年の5枚目のアルバム「Metallica (通称:ブラックアルバム)」の1曲目でした。
64. キラーボール / ゲスの極み乙女 (2013)
初めて聴いた時の「なんじゃこれ?」感が癖になる曲ですね。 2013年にリリースされた2枚目のミニアルバム「踊れないなら、ゲスになってしまえよ」の1曲目です。
65. NIPPON / 椎名林檎 (2014)
すごいよ林檎さん。応援団がよく使っている2・3・4・2拍子(正しい名前は知らないですが)をそのまま使わないでちょこっとアレンジ、でも「応援」っていうのが認識できるようにして、少し後に入ってくるチアホーンの音で「サッカーの応援」であると理解できるようになっている、めちゃくちゃ秀逸なイントロ。 2014年リリースの14枚目のシングルです。
66. Oh, Pretty Woman / Roy Orbison (1964)
67. Harbie’s Habit / Morten Schantz (2004)
「なにこれ、かっこいい!」ってなるイントロです。ボーカルが入ると一気に雰囲気が変わって、一気におしゃれな感じになるかっこいい曲ですよ。2004年にリリースされたデビューアルバム「Segment」の2曲目です(1曲目はインタールードなので実質これが1曲目)これ21~22才の時に作った曲だそうです。
68. Stayin’ Alive / Bee Gees (1977)
だれでも知ってる曲ですよねー。イントロだけでもう頭の中でジョン・トラボルタが踊ってます。1977年の映画「Saturday Night Fever」のサウンドトラックに入っていますよ。
69. What A Fool Believes / The Doobie Brothers (1978)
このイントロも大好きです。リズムマジックですよ。 1978年リリースのアルバム「Minute By Minute」に収録されています。この曲はMichael McDonald (The Doobie Brothersのメンバー)とKenny Logginsの共作で、Kennyのほうが少し先にリリース していましたが、シングルカットされることはありませんでした。両方を聴き比べてみると楽しいですよ!
70. Come Back Life / Kadavar (2013)
このイントロもかっこいいですねぇ。2013年にリリースされたセカンドアルバム「Abra Kadavar」の1曲目です。ゴリゴリの70年代感が素晴らしいです。
まとめ
どうでしたか??絶対抜けてる曲あるんですよね、でもそれが何か思い出せなくてモヤモヤしています。「これ忘れてるよー!」っていう曲があったら教えてください。よろしくお願いします! 印象的なかっこいいイントロ、これだけまとめて聴くとお腹いっぱいになりますね。暇なときにぽつぽつ聴いてみてもらえると嬉しいです。
Spotifyのプレイリストはこちら!
ここにはちょくちょく追加していきますので、フォローしていただけると嬉しいです。
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.Accept Read More Privacy & Cookies Policy
タイトルとURLをコピーしました
タグ