ぶち猫おかわり

料理ときどきぶち猫二匹

Anova Precision Cookerで低温調理 vol.19 豚トロの醤油麹漬け

初豚トロを買った

先週末、スーパーに行ったら豚トロがあったので買いました。人生初豚トロ。これまで焼肉のついでに食べたことがある気はしますが、生のものを購入するのは初めて。

f:id:buchineko_okawari:20170215002537j:plain

これで400円くらいだった。グラム数は忘れてしまった。

 

f:id:buchineko_okawari:20170215002544j:plain

豚肉だし塊だしということで、Anovaで加熱することは決めていたのですが、衝動的に醤油麹に漬けてみました。醤油麹というのは、塩麹の醤油版といえる発酵調味料で、個人的には塩麹よりも好き。詳しくは過去記事をご覧ください。

すごく便利なので、醤油味噌系の味が好きな人は自作するとよいと思います。

buchineko-okawari.hatenablog.com

f:id:buchineko_okawari:20170215003959j:plain

表面に醤油麹を塗った豚トロは、そのままジップロックに入れて、Anovaにて63度で4時間ほど加熱しました。4時間という時間にはあまり意味はなくて、薄い肉だったので2時間以上加熱すれば芯部まで63度に到達して30分加熱できるかなと思います。4時間もやったのは、スケジュール的にその方が都合がよかったからです。

 

f:id:buchineko_okawari:20170215004055j:plain

加熱が終わったところ。途中から醤油麹と豚の脂のいい匂いがして、食欲が刺激される感じになりました。

 

f:id:buchineko_okawari:20170215004924j:plain

これを取り出して、ロースター(魚焼きグリル)にて表面を香ばしく焼きます。脂が落ちるように網の上で焼くのと、表面がまだらに焦げるくらいの強火でやるのがよい気がしたのでそうしました。

 

f:id:buchineko_okawari:20170215005228j:plain

できあがり。想像よりもおいしそうにできた。断面がみずみずしいピンク色。なのに醤油や味噌がちょっと焦げた香ばしい匂いがするの、最高ですね。

豚トロには葱塩だれ

f:id:buchineko_okawari:20170215005243j:plain

別に作っておいた葱塩だれをたっぷりかけて頂きます。柔らかくてジューシーでおいしい。もちろん脂は強いのですが、しつこいというほどではなく、さっぱりした日本酒などがとても合います。

 

f:id:buchineko_okawari:20170215005409j:plain

こんなにおいしくできるとは思っていなかった。ただ、これがAnovaによる低温加熱の成果なのか、醤油麹の威力なのか、イマイチ分からなかったのではありました。

これまでの低温調理

buchineko-okawari.hatenablog.com

buchineko-okawari.hatenablog.com

buchineko-okawari.hatenablog.com

buchineko-okawari.hatenablog.com

buchineko-okawari.hatenablog.com

buchineko-okawari.hatenablog.com

buchineko-okawari.hatenablog.com

buchineko-okawari.hatenablog.com

buchineko-okawari.hatenablog.com

buchineko-okawari.hatenablog.com

buchineko-okawari.hatenablog.com

buchineko-okawari.hatenablog.com

buchineko-okawari.hatenablog.com

buchineko-okawari.hatenablog.com

buchineko-okawari.hatenablog.com

buchineko-okawari.hatenablog.com

buchineko-okawari.hatenablog.com

 

"; html += " > "; html += "
"; html += ""; html += "
"; html += " > "; html += "
"; html += ""; html += "
"; var title = document.querySelector("h1.entry-title a"); if(title != null){ html += " > "; html += "
"; html += "" + title.text + ""; html += "
"; } console.log(html); result.push(html); flagMap[es[0]] = true; flagMap[key] = true; } else { flagMap[key] = false; } } } /* 階層化してないカテゴリ用 */ for(var key in flagMap) { if(flagMap[key] == false) { var categorySpan = document.createElement("span"); appendCategoryLink(categorySpan, "TOP", topUrl); categorySpan.appendChild(document.createTextNode(" > ")); appendCategoryLink(categorySpan, key, urlMap[key]); categoryResult.push(categorySpan); var html = "
"; html += ""; html += "
"; html += " > "; html += "
"; html += ""; html += "
"; var title = document.querySelector("h1.entry-title a"); if(title != null) { html += " > "; html += "
"; html += "" + title.text + ""; html += "
"; } result.push(html); } } /* パンくずリスト書き出し */ var categoryHTML = document.querySelector("div#breadcrumb"); if(result.length > 0 && categoryHTML != null) { categoryHTML.innerHTML = ''; categoryHTML.innerHTML = result[0]; var categories = document.querySelector("div.categories"); if(categoryResult.length > 0 && categories != null) { categories.innerHTML = ''; for(var idx in categoryResult) {  if(categories !=null && categoryResult[idx] != null && !(categoryResult[idx].outerHTML === void 0)){ categories.innerHTML += categoryResult[idx].outerHTML; if(idx < result.length -1) { categories.innerHTML += '
'; }  } } } }