').appendTo(flyout.elem());var panelGroup=flyout.getName()+'SubCats';var hideTimeout=null;var sloppyTrigger=createSloppyTrigger($parent);var showParent=function(){if(hideTimeout){clearTimeout(hideTimeout);hideTimeout=null;} if(visible){return;} var height=$('#nav-flyout-shopAll').height();$parent.animate({width:'show'},{duration:200,complete:function(){$parent.css({overflow:'visible','height':height});}});visible=true;};var hideParentNow=function(){$parent.stop().css({overflow:'hidden',display:'none',width:'auto',height:'auto'});panels.hideAll({group:panelGroup});visible=false;if(hideTimeout){clearTimeout(hideTimeout);hideTimeout=null;}};var hideParent=function(){if(!visible){return;} if(hideTimeout){clearTimeout(hideTimeout);hideTimeout=null;} hideTimeout=setTimeout(hideParentNow,10);};flyout.onHide(function(){sloppyTrigger.disable();hideParentNow();this.elem().hide();});var addPanel=function($link,panelKey){var panel=dataPanel({className:'nav-subcat',dataKey:panelKey,groups:[panelGroup],spinner:false,visible:false});if(!flyoutDebug){var mouseout=mouseOutUtility();mouseout.add(flyout.elem());mouseout.action(function(){panel.hide();});mouseout.enable();} var a11y=a11yHandler({link:$link,onEscape:function(){panel.hide();$link.focus();}});var logPanelInteraction=function(promoID,wlTriggers){var logNow=$F.once().on(function(){var panelEvent=$.extend({},event,{id:promoID});if(config.browsePromos&&!!config.browsePromos[promoID]){panelEvent.bp=1;} logEvent(panelEvent);phoneHome.trigger(wlTriggers);});if(panel.isVisible()&&panel.hasInteracted()){logNow();}else{panel.onInteract(logNow);}};panel.onData(function(data){renderPromo(data.promoID,panel.elem());logPanelInteraction(data.promoID,data.wlTriggers);});panel.onShow(function(){var columnCount=$('.nav-column',panel.elem()).length;panel.elem().addClass('nav-colcount-'+columnCount);showParent();var $subCatLinks=$('.nav-subcat-links > a',panel.elem());var length=$subCatLinks.length;if(length>0){var firstElementLeftPos=$subCatLinks.eq(0).offset().left;for(var i=1;i
'+ catTitle+'');panel.elem().prepend($subPanelTitle);}} $link.addClass('nav-active');});panel.onHide(function(){$link.removeClass('nav-active');hideParent();a11y.disable();});panel.onShow(function(){a11y.elems($('a, area',panel.elem()));});sloppyTrigger.register($link,panel);if(flyoutDebug){$link.click(function(){if(panel.isVisible()){panel.hide();}else{panel.show();}});} var panelKeyHandler=onKey($link,function(){if(this.isEnter()||this.isSpace()){panel.show();}},'keydown',false);$link.focus(function(){panelKeyHandler.bind();}).blur(function(){panelKeyHandler.unbind();});panel.elem().appendTo($parent);};var hideParentAndResetTrigger=function(){hideParent();sloppyTrigger.disable();};for(var i=0;i
メインコンテンツにスキップ
.co.jp
お届け先
アメリカ合衆国
ミュージック
検索するカテゴリーを選択します。
すべてのカテゴリー
Audibleオーディオブック
Amazon デバイス
Kindleストア
Prime Video
Alexaスキル
Amazon定期おトク便
デジタルミュージック
Android アプリ
本
洋書
ミュージック
クラシック
DVD
TVゲーム
PCソフト
パソコン・周辺機器
家電&カメラ
文房具・オフィス用品
ホーム&キッチン
ペット用品
ドラッグストア
ビューティー
食品・飲料・お酒
ベビー&マタニティ
ファッション
レディース
メンズ
キッズ&ベビー
おもちゃ
ホビー
楽器
スポーツ&アウトドア
車&バイク
DIY・工具・ガーデン
大型家電
クレジットカード
ギフトカード
産業・研究開発用品
Amazonアウトレット
Amazon.co.jpを検索
JP
こんにちは, ログイン
アカウント&リスト
返品もこちら
注文履歴
0
カート
すべて
Amazonポイント
AmazonGlobal
ランキング
Amazon Basics
タイムセール
新着商品
本
パソコン・周辺機器
ホーム&キッチン
ドラッグストア
ギフトランキング
ギフトカード
Amazonで売る
カスタマーサービス
Amazon Music Unlimited
Amazon Music Prime
無料で音楽を楽しもう
音楽を購入する
ウェブプレーヤーを開く
Amazon Musicの設定
"},"url":"/cart/ewc/compact?hostPageType=Detail&hostSubPageType=Glance&hostPageRID=28GJGSCM9SNGHRK2HJE6&prerender=0&storeName=music","cartCount":0,"freshCartCount":0,"almCartCount":0,"primeWardrobeCartCount":0,"isCompactViewEnabled":true,"isCompactEWCRendered":true,"isWiderCompactEWCRendered":true,"EWCBrowserCacheKey":"EWC_Cache_358-0152491-7932336__JPY_ja_JP","isContentRepainted":false,"clearCache":false,"loadFromCacheWithDelay":0,"delayRenderingTillATF":false,"EarlyLoadEWCContentTreatment":"T3"}; var hasAui = window.P && window.P.AUI_BUILD_DATE; var isRTLEnabled = (document.dir === 'rtl'); config.pinnable = config.pinnable && hasAui; config.isMigrationTreatment = true; config.flyout = (function() { var navbelt = document.getElementById('nav-belt'); var navCart = document.getElementById('nav-cart'); var ewcFlyout = document.getElementById('nav-flyout-ewc'); var persistentClassOnBody = 'nav-ewc-persistent-hover nav-ewc-full-height-persistent-hover'; var flyout = {}; var getDocumentScrollTop = function() { return (document.documentElement && document.documentElement.scrollTop) || document.body.scrollTop; }; var isWindow = function(obj) { return obj != null && obj === obj.window; }; var getWindow = function(elem) { return isWindow(elem) ? elem : elem.nodeType === 9 && elem.defaultView; }; var getOffset = function(elem) { if (elem.getClientRects && !elem.getClientRects().length) { return {top: 0}; } var rect = elem.getBoundingClientRect ? elem.getBoundingClientRect() : {top: 0}; if (rect.width || rect.height) { var doc = elem.ownerDocument; var win = getWindow(doc); return { top: rect.top + win.pageYOffset - doc.documentElement.clientTop }; } return rect; }; flyout.align = function() { var newTop = getOffset(navbelt).top - getDocumentScrollTop(); ewcFlyout.style.top = (newTop > 0 ? newTop + 'px' : 0); }; flyout.hide = function() { isRTLEnabled ? (ewcFlyout.style.left = '') : (ewcFlyout.style.right = ''); }; if(typeof config.isCompactEWCRendered === 'undefined') { if ( (config.isSmallScreenEnabled && viewportWidth() < 1400) || (config.isCompactViewEnabled && viewportWidth() >= 1400) ) { config.isCompactEWCRendered = true; config.isEWCStateExpanded = true; config.url = config.url.replace("/gp/navcart/sidebar", "/cart/ewc/compact"); } else { config.isCompactEWCRendered = false; } } var viewportQualifyForPersistent = function () { return (config.isCompactEWCRendered) ? true : viewportWidth() >= 1400; } flyout.hasQualifiedViewportForPersistent = viewportQualifyForPersistent; var getEWCRightOffset = function() { if (!config.isCompactEWCRendered) { return 0; } var $navbelt = document.getElementById('nav-belt'); if ($navbelt === undefined || $navbelt === null) { return 0; } var EWCCompactViewWidth = (config.isWiderCompactEWCRendered && viewportWidth() >= 1280) ? 130 : 100; var scrollLeft = (window.pageXOffset !== undefined) ? window.pageXOffset : (document.documentElement || document.body.parentNode || document.body).scrollLeft; var scrollXAxis = Math.abs(scrollLeft); var windowWidth = document.documentElement.clientWidth; var navbeltWidth = $navbelt.offsetWidth; var isPartOfNavbarNotVisible = (navbeltWidth + EWCCompactViewWidth) > windowWidth; if (isPartOfNavbarNotVisible) { return 0 - (navbeltWidth - scrollXAxis - windowWidth + EWCCompactViewWidth); } else { return 0; } } flyout.getEWCRightOffsetCssProperty = function () { return getEWCRightOffset() + 'px'; } if (config.isCompactEWCRendered) { persistentClassOnBody = 'nav-ewc-persistent-hover nav-ewc-compact-view'; if (config.isWiderCompactEWCRendered) { persistentClassOnBody += ' nav-ewc-wider-compact-view'; } } flyout.show = function() { isRTLEnabled ? (ewcFlyout.style.left = flyout.getEWCRightOffsetCssProperty()) : (ewcFlyout.style.right = flyout.getEWCRightOffsetCssProperty()); }; var isIOSDevice = function() { return (/iPad|iPhone|iPod/.test(navigator.platform) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1)) && !window.MSStream; } var checkForPersistent = function() { if (!hasAui) { return { result: false, reason: 'noAui' }; } if (!config.enablePersistent) { return { result: false, reason: 'config' }; } if (!viewportQualifyForPersistent()) { return { result: false, reason: 'viewport' }; } if (isIOSDevice()) { return { result: false, reason: 'iOS' }; } if (!config.cartCount > 0) { return { result: false, reason: 'emptycart' }; } return { result: true }; }; flyout.ableToPersist = function() { return checkForPersistent().result; }; var persistentClassRegExp = '(?:^|\\s)' + persistentClassOnBody + '(?!\\S)'; flyout.applyPageLayoutForPersistent = function() { if (!document.documentElement.className.match( new RegExp(persistentClassRegExp) )) { document.documentElement.className += ' ' + persistentClassOnBody; } }; flyout.unapplyPageLayoutForPersistent = function() { document.documentElement.className = document.documentElement.className.replace( new RegExp(persistentClassRegExp, 'g'), ''); }; flyout.persist = function() { flyout.applyPageLayoutForPersistent(); flyout.show(); if (config.isCompactEWCRendered) { flyout.align(); } }; flyout.unpersist = function() { flyout.unapplyPageLayoutForPersistent(); flyout.hide(); }; var persistentCheck = checkForPersistent(); var resizeCallback = function() { if (flyout.ableToPersist()) { flyout.persist(); } else { flyout.unpersist(); } }; flyout.bindEvents = function() { if (window.addEventListener) { window.addEventListener('resize', resizeCallback, false); if (config.isCompactEWCRendered) { window.addEventListener('scroll', flyout.align, false); } } }; flyout.unbindEvents = function() { if (window.removeEventListener) { window.removeEventListener('resize', resizeCallback, false); if (config.isCompactEWCRendered) { window.removeEventListener('scroll', flyout.align, false); } } }; var ewcDefaultPersistence = function() { if (persistentCheck.result) { flyout.persist(); if (window.ue && ue.tag) { ue.tag('ewc:persist'); } } else { if (window.ue && ue.tag) { ue.tag('ewc:unpersist'); if (persistentCheck.reason === 'noAui') { ue.tag('ewc:unpersist:noAui'); } if (persistentCheck.reason === 'viewport') { ue.tag('ewc:unpersist:viewport'); } if (persistentCheck.reason === 'emptycart') { ue.tag('ewc:unpersist:emptycart'); } if (persistentCheck.reason === 'iOS') { ue.tag('ewc:unpersist:iOS'); } } } }; ewcDefaultPersistence(); if (window.ue && ue.tag) { if (flyout.hasQualifiedViewportForPersistent()) { ue.tag('ewc:bview'); } else { ue.tag('ewc:sview'); } } flyout.bindEvents(); flyout.cache = function () { const cache = window.sessionStorage; const CACHE_KEY = "EWCBrowserCacheKey"; const CACHE_EXPIRY = "EWCBrowserCacheExpiry"; const CACHE_VALUE = "EWCBrowserCacheValue"; const isSessionStorageValid = function () { return window && cache && cache instanceof Storage; }; const isCachePresent = function (key) { return cache.length > 0 && cache.getItem(key); } const isValidType = function (value) { // Prevents accessing empty key-value and internal methods(prototypes) of storage // TODO: Log metrics for invalid access; return value && value.constructor == String; } return { getCache: function (key) { const value = isCachePresent(key); return (isValidType(value)) ? value : null; }, setCache: function (key, value) { const oldValue = isCachePresent(key); const cacheExpiryTime = isCachePresent(CACHE_EXPIRY); // Set the expiry when there's no existing cache - to prevent resetting expiry on page navigation if (!cacheExpiryTime) { var currentTime = new Date(); cache.setItem(CACHE_EXPIRY, new Date(currentTime.getTime() + 5 * 60000)) } // TODO: Log length of old and new cache values when logMetrics is true cache.setItem(key, value); }, updateCacheAndEwcContainer: function (cacheKey, newEwcContent) { const $ = $Nav.getNow("$"); const $currentEwc = $("#ewc-content"); if (!$currentEwc.length) { var $content = $('#nav-flyout-ewc .nav-ewc-content'); $content.html(newEwcContent); this.setCache(CACHE_KEY, cacheKey); if (window.ue && window.ue.count) { var current = window.ue.count("ewc-init-cache") || 0; window.ue.count("ewc-init-cache", current + 1); } } else { var $newEwcContent = $('
'); var EWC_CONTENT_BODY_SCROLL_SELECTOR = ".ewc-scroller--selected"; if (newEwcContent) { // 1. Updates EWC container with new HTML const $newEwcHtml = $newEwcContent.html(newEwcContent).find("#ewc-content"); const offSet = $currentEwc.find(EWC_CONTENT_BODY_SCROLL_SELECTOR).position().top - $currentEwc.find(".ewc-active-cart--selected").position().top; $currentEwc.html($newEwcHtml.html()); $currentEwc.find(EWC_CONTENT_BODY_SCROLL_SELECTOR).scrollTop(offSet); if (typeof window.uex === 'function') { window.uex('ld', 'ewc-reflect-new-state', {wb: 1}); } } else { // 2. Fetches cached response and updates it's html with new state on EWC Update const cachedEwc = this.getCache(CACHE_VALUE); $newEwcContent = $newEwcContent[0]; $(cachedEwc).map(function (elementIndex, element) { $newEwcContent.appendChild((element.id === "ewc-content") ? $currentEwc.clone()[0] : element); }); newEwcContent = $newEwcContent.innerHTML; if (window.ue && window.ue.count) { var current = window.ue.count("ewc-update-cache") || 0; window.ue.count("ewc-update-cache", current + 1); } } $newEwcContent.remove(); } this.setCache(CACHE_VALUE, newEwcContent); }, removeCache: function (key) { return cache.removeItem(key); } } } ; return flyout; }()); $Nav.when("config").run('ewc.pageload-content-load-wrapper', function(config) { P.register('ewc.pageload-content-loader', function(){ var isEwcLoadedOnLanding = false; if(config.ewc.EarlyLoadEWCContentTreatment){ return { loadContent: function(isFallback) { if(!isEwcLoadedOnLanding) { if (config.ewc.flyout.ableToPersist()) { setTimeout(function() { config.ewc.flyout.loadEwcContent(); $Nav.declare('ewc.loadContent', function() {}); }, 1000); } else { $Nav.declare('ewc.loadContent', config.ewc.flyout.loadEwcContent); } if(isFallback){ if (window.ue && window.ue.count) { var current = window.ue.count("ewc-load-content-fallback") || 0; window.ue.count("ewc-load-content-fallback", current + 1); } } } isEwcLoadedOnLanding = true; } }} else { return {}}; }); }); $Nav.when("config") .run("ewc.inline.ajax", function(config) { P.when('A').execute(function(A){ var $ = A.$; var $content = $('#nav-flyout-ewc .nav-ewc-content'); var displayErrorContent = function(){ $content.html(config.ewc.errorContent.html).addClass('nav-tpl-flyoutError'); }; var getUrlParams = function(isReloaded) { var urlParams = {}; if (isReloaded) { urlParams['isReloaded'] = true; } else { if (config.ewc.freshCartCount !== undefined) { urlParams['freshCartCount'] = config.ewc.freshCartCount; } if (config.ewc.almCartCount !== undefined) { urlParams['almCartCount'] = config.ewc.almCartCount; } if (config.ewc.primeWardrobeCartCount !== undefined) { urlParams['primeWardrobeCartCount'] = config.ewc.primeWardrobeCartCount; } } urlParams.widerCompactView = window.innerWidth > 1280; return urlParams; }; config.ewc.flyout.loadEwcContent = function _loadEwcContent(isReloaded) { $.ajax({ url: config.ewc.url, data: getUrlParams(isReloaded), type: "GET", dataType: config.ewc.isCompactEWCRendered ? "html" : "json", cache: false, timeout: config.ewc.timeout || 30000, beforeSend: function() { if (!config.ewc.isCompactEWCRendered) { $content.addClass('nav-spinner'); if (typeof window.uet === 'function') { window.uet('af', 'ewc', {wb: 1}); } } else { if (typeof window.uet === 'function') { window.uet('af', 'ewc2-compact', {wb: 1}); } } }, error: displayErrorContent, success: function(result) { if (typeof window.uet === 'function') { window.uet('bb', 'ewc', {wb: 1}); } if (config.ewc.isCompactEWCRendered) { if (!isReloaded) { P.register('EWC', function () { if (window.EwcP === undefined) { window.EwcP = (window.AmazonUIPageJS || P); } return { refresh : function () { if (window.ue && window.ue.count) { window.ue.count("ewc2-refresh", 1); } config.ewc.flyout.loadEwcContent(true); P.when('EWCRefreshCallback').execute(function(callback) { callback.update(); }); } } }); } else { var cartQuantity = $(result).find('#ewc-total-quantity').val(); if (window.$Nav && cartQuantity) { window.$Nav.when('api.setCartCount').run(function(setCartCount) { setCartCount(parseInt(cartQuantity), true); }); }; } var cache = config.ewc.flyout.cache(); cache.updateCacheAndEwcContainer("EWC_Cache_358-0152491-7932336__JPY_ja_JP", result); } if (typeof window.uet === 'function') { window.uet('be', 'ewc', {wb: 1}); } }, complete: function() { if (!config.ewc.isCompactEWCRendered) { $content.removeClass('nav-spinner'); } if (typeof window.uet === 'function') { window.uet('cf', 'ewc', {wb: 1}); } if (typeof window.uex === 'function') { window.uex('ld', 'ewc', {wb: 1}); } } }); }; }); (window.P && window.P.AUI_BUILD_DATE) && (window.AmazonUIPageJS ? AmazonUIPageJS : P) .when('ewc.pageload-content-loader','atf').execute('ewcPageLoadContentLoader' , function(ewcPageLoadContentLoader,atf) { if (window.ue && window.ue.count) { var current = window.ue.count("ewc-load-content") || 0; window.ue.count("ewc-load-content", current + 1); } ewcPageLoadContentLoader.loadContent(false); }); }); const CACHE_KEY = "EWCBrowserCacheKey"; const CACHE_VALUE = "EWCBrowserCacheValue"; const CACHE_EXPIRY = "EWCBrowserCacheExpiry"; var cache = config.flyout.cache(); const isCacheValid = function () { // Check for page types and tenure of the cache const clearCache = config.clearCache; const cacheExpiryTime = cache.getCache(CACHE_EXPIRY); const isCacheExpired = new Date() > new Date(cacheExpiryTime); const cacheKey = config.EWCBrowserCacheKey; const oldCacheKey = cache.getCache(CACHE_KEY); const isCacheValid = !clearCache && !isCacheExpired && cacheKey == oldCacheKey; if (!isCacheValid && window.ue && window.ue.count) { var current = window.ue.count("ewc-cache-invalidated") || 0; window.ue.count("ewc-cache-invalidated", current + 1); } return isCacheValid; } function loadFromCache() { if (window.uet && typeof window.uet === 'function') { window.uet('bb', 'ewc-loaded-from-cache', {wb: 1}); } if (cache) { if (isCacheValid()) { var content = cache.getCache(CACHE_VALUE); if (content) { var $ewcContainer = document.getElementById("nav-flyout-ewc").getElementsByClassName("nav-ewc-content")[0]; var $ewcContent = document.getElementById("ewc-content"); if ($ewcContainer && !$ewcContent) { $ewcContainer.innerHTML = content; // Execute scripts from cache const ewcJavascript = document.getElementById("ewc-content").parentNode.querySelectorAll(':scope > script'); ewcJavascript.forEach(function (script) { var scriptTag = document.createElement("script"); scriptTag.innerHTML = script.innerHTML; document.body.appendChild(scriptTag); }); if (typeof window.uex === 'function') { window.uex('ld', 'ewc-loaded-from-cache', {wb: 1}); } } else if (window.ue && window.ue.count && typeof window.ue.count === 'function') { var currentFailure = window.ue.count("ewc-slow-cache") || 0; window.ue.count("ewc-slow-cache", currentFailure + 1); } } } else { cache.removeCache(CACHE_VALUE); cache.removeCache(CACHE_KEY); cache.removeCache(CACHE_EXPIRY); } } } function delayBy(delayTime) { if (delayTime) { window.setTimeout(function() { loadFromCache(); }, delayTime) } else { loadFromCache(); } } if(config.delayRenderingTillATF) { (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('atf').execute("EverywhereCartLoadFromCacheOnAtf", function () { delayBy(config.loadFromCacheWithDelay); }); } else { delayBy(config.loadFromCacheWithDelay); } return config; }())); if (typeof uet === 'function') { uet('x2', 'ewc', {wb: 1}); } if (window.ue && ue.tag) { ue.tag('ewc'); ue.tag('ewc:unrec'); ue.tag('ewc:cartsize:0'); if ( window.P && window.P.AUI_BUILD_DATE ) { ue.tag('ewc:aui'); } else { ue.tag('ewc:noAui'); } } }());
Amazon.co.jp: オールウェイズ・フィール・ディス・ウェイ EP(CCCD): ミュージック
ミュージック
›
ポップス
アメリカ合衆国にお届け
すべての出品を見る
リストに追加
次に追加されました:
ほしい物リストに追加することができませんでした。もう一度やり直してください。
申し訳ありません。問題が発生しました。
ウィッシュリストの取得中にエラーが発生しました。もう一度やり直してください。
申し訳ありません。問題が発生しました。
リストを利用できません。
画像はありません
選択したカラーの画像がありません。
カラー:
選択した商品の在庫はありません
画像がありません。
このビデオを見るには、次をダウンロード
Flash Player
ビデオ
360°ビュー
画像
オールウェイズ・フィール・ディス・ウェイ EP(CCCD)
トリスタン・プリティマン
形式:
CD
4.0
5つ星のうち4.0
1個の評価
CD
¥250 より
仕様
価格
新品
中古品
CD, 2005/10/13
"もう一度試してください。"
1枚組
—
¥10,168
¥250
この商品に関する問題を報告する
K-POPストア
K-POPアーティスト情報をまとめてチェック
K-POPストアはこちら
曲目リスト
1
オールウェイズ・フィール・ディス・ウェイ
2
ラヴ・ラヴ・ラヴ(アコースティック・ヴァージョン)
3
クレイジー
4
デイジー
5
ゲット・アウェイ(ライヴ) (MONO)
商品の説明
内容紹介
Japan only EP.
Product Description
Japan only EP.
メディア掲載レビューほか
サーフ系シンガー・ソングライター、トリスタン・プリティマンのセカンド・シングルにアルバム未収録ヴァージョン、未収録曲をコンパイルした日本限定EP。 (C)RS
続きを見る
登録情報
梱包サイズ :
14.4 x 13 x 0.8 cm; 76.82 g
メーカー :
EMIミュージック・ジャパン
EAN :
4988006836075
時間 :
16 分
レーベル :
EMIミュージック・ジャパン
ASIN :
B000AU1NWY
ディスク枚数 :
1
Amazon 売れ筋ランキング:
- 754,013位ミュージック (
ミュージックの売れ筋ランキングを見る
)
- 60,665位
ポップス (ミュージック)
- 169,768位
ロック (ミュージック)
カスタマーレビュー:
4.0
5つ星のうち4.0
1個の評価
カスタマーレビュー
星5つ中4つ
5つのうち4つ
1グローバルレーティング
星5つ
星4つ
星3つ
星2つ
星1つ
星5つ
0%
100%
0%
0%
0%
0%
星5つ
星4つ
星3つ
星2つ
星1つ
星4つ
0%
100%
0%
0%
0%
100%
星5つ
星4つ
星3つ
星2つ
星1つ
星3つ
0%
100%
0%
0%
0%
0%
星5つ
星4つ
星3つ
星2つ
星1つ
星2つ
0%
100%
0%
0%
0%
0%
星5つ
星4つ
星3つ
星2つ
星1つ
星1つ
0%
100%
0%
0%
0%
0%
評価はどのように計算されますか?
全体的な星の評価と星ごとの割合の内訳を計算するために、単純な平均は使用されません。その代わり、レビューの日時がどれだけ新しいかや、レビューアーがAmazonで商品を購入したかどうかなどが考慮されます。また、レビューを分析して信頼性が検証されます。
この商品をレビュー
他のお客様にも意見を伝えましょう
カスタマーレビューを書く
画像ギャラリーを表示
Amazon Customer
5つ星のうち5.0
このレビューの画像
まだカスタマーレビューはありません
0のカスタマーレビューおよび1のカスタマー評価があります。
トップへ
この商品について
類似商品
商品情報
質問
レビュー
リスト
新しいリストを作成する
ギフトアイデア
らくらくベビー
ショールーム
「みんなで応援」プログラム
アカウントサービス
アカウントサービス
注文履歴
ほしい物リスト
おすすめ商品
メンバーシップおよび購読
Amazonビジネス (法人購買・請求書払い・法人割引)
コンテンツと端末の管理
ミュージックライブラリにアクセス
Amazon Photos
ウォッチリスト
お客様の Kindle Unlimited
マンガ本棚
ゲーム&PCソフトダウンロードライブラリ
アプリライブラリとデバイスの管理
" }, "tooltipContent": { "html": "" }, "signinContent": { "html": "
ログイン
" }, "templates": {"itemList":"<# var hasColumns = (function () { var checkColumns = function (_items) { if (!_items) { return false; } for (var i=0; i<_items.length; i++) { if (_items[i].columnBreak || (_items[i].items && checkColumns(_items[i].items))) { return true; } } return false; }; return checkColumns(items);}()); #><# if(hasColumns) { #> <# if(items[0].image && items[0].image.src) { #>
<# } else if (items[0].greeting) { #>
<# } else { #>
<# } #><# } #><# var renderItems = function(items) { #> <# jQuery.each(items, function (i, item) { #> <# if(hasColumns && item.columnBreak) { #> <# if(item.image && item.image.src) { #>
<# } else if (item.greeting) { #>
<# } else { #>
<# } #> <# } #> <# if(item.dividerBefore) { #>
<# } #> <# if(item.text || item.content) { #> <# if(item.url) { #>
<# if(item.panelKey) { #> nav-hasPanel <# } #> <# if(item.items) { #> nav-title <# } #> <# if(item.decorate == 'carat') { #> nav-carat <# } #> <# if(item.decorate == 'nav-action-button') { #> nav-action-button <# } #> nav-item' <# if(item.extra) { #> <#=item.extra #> <# } #> <# if(item.id) { #> id='<#=item.id #>' <# } #> <# if(item.dataNavRole) { #> data-nav-role='<#=item.dataNavRole #>' <# } #> <# if(item.dataNavRef) { #> data-nav-ref='<#=item.dataNavRef #>' <# } #> <# if(item.panelKey) { #> data-nav-panelkey='<#=item.panelKey #>' role='navigation' aria-label='<#=item.text#>' <# } #> <# if(item.subtextKey) { #> data-nav-subtextkey='<#=item.subtextKey #>' <# } #> <# if(item.image && item.image.height > 16) { #> style='line-height:<#=item.image.height #>px;' <# } #> > <# if(item.decorate == 'carat') { #>
<# } #> <# if(item.image && item.image.src) { #>
<# } #> <# if(item.text) { #>
<#=item.text#><# if(item.badgeText) { #>
<#=item.badgeText#>
<# } #>
<# } else if (item.content) { #>
<# jQuery.each(item.content, function (j, cItem) { #><# if(cItem.url && cItem.text) { #>
<#=cItem.text #>
<# } else if (cItem.text) { #><#=cItem.text#><# } #><# }); #>
<# } #> <# if(item.subtext) { #>
<#=item.subtext #>
<# } #> <# if(item.url) { #>
<# } else {#> <# } #> <# } #> <# if(item.image && item.image.src) { #> <# if(item.url) { #>
<# } #>
id='<#=item.id #>' <# } #> src='<#=item.image.src #>' <# if (item.alt) { #> alt='<#= item.alt #>'<# } #>/> <# if(item.url) { #>
<# } #> <# } #> <# if(item.items) { #>
<# renderItems(item.items); #>
<# } #> <# }); #><# }; #><# renderItems(items); #><# if(hasColumns) { #>
<# } #>","subnav":"<# if (obj && obj.type === 'vertical') { #> <# jQuery.each(obj.rows, function (i, row) { #> <# if (row.flyoutElement === 'button') { #>
style='<#= row.elementStyle #>' <# } #> >
<#=row.text #>
<# } else if (row.flyoutElement === 'list' && row.list) { #> <# jQuery.each(row.list, function (j, list) { #>
'>
<# jQuery.each(list.linkList, function (k, link) { #> <# if (k === 0) { link.elementClass += ' nav_sv_fo_v_first'; } #>
<# if (link.url) { #>
<#=link.text #>
<# } else { #>
<#=link.text #>
<# } #>
<# }); #>
<# }); #> <# } else if (row.flyoutElement === 'link') { #> <# if (row.topSpacer) { #>
<# } #>
<#=row.text #>
<# } #> <# }); #><# } else if (obj) { #>
<#= obj #>
<# } #>","htmlList":"<# jQuery.each(items, function (i, item) { #>
<#=item #>
<# }); #>"} }) })
最近閲覧した商品とおすすめ商品
最近閲覧した商品とおすすめ商品
トップへ戻る
Amazonについて
採用情報
About Amazon
Newsroom
環境への取り組み
社会貢献・地域活動
AmazonGlobal
Amazon Science
Amazonでビジネス
Amazonで販売する
フルフィルメント by Amazon
マケプレプライム
Amazonビジネスで法人販売
Amazon Pay(決済サービス)
アソシエイト(アフィリエイト)
Amazonで広告掲載をする
Amazonで出版
›
Amazon出品の詳細
Amazonでのお支払い
Amazonポイント
Amazonギフトカード
Amazon Mastercard
クレジットカード&保険
パートナーポイントプログラム
Amazonギフトカードチャージタイプ
›
すべての支払い方法を見る
ヘルプ&ガイド
新型コロナウイルス関連
配送料と配送情報
Amazon プライム
商品の返品・交換
コンテンツと端末の管理
ヘルプ
日本語
日本
Amazon Advertising
商品の露出でお客様の関心と
反応を引き出す
Audible(オーディブル)
「聴く」読書
会員なら聴き放題
アマゾン ウェブ サービス(AWS)
クラウドコンピューティング
サービス
Amazonアウトレット
訳あり商品を
お手頃価格で販売
Amazonビジネス(法人購買)
請求書払い
法人価格・数量割引
AmazonGlobal
65か国/地域以上への
海外配送がより簡単に
Shopbop
世界中の厳選された
ファッションアイテム
利用規約
プライバシー規約
パーソナライズド広告規約
各種規約
特定商取引法に基づく表示
© 1996-2022, Amazon.com, Inc. or its affiliates