").attr(s.scriptAttrs||{}).prop({charset:s.scriptCharset,src:s.url}).on("load error",callback=function(evt){script.remove();callback=null;if(evt){complete(evt.type==="error"?404:200,evt.type)}});document.head.appendChild(script[0])},abort:function(){if(callback){callback()}}}}});var oldCallbacks=[],rjsonp=/(=)\?(?=&|$)|\?\?/;jQuery.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var callback=oldCallbacks.pop()||(jQuery.expando+"_"+(nonce.guid++));this[callback]=!0;return callback}});jQuery.ajaxPrefilter("json jsonp",function(s,originalSettings,jqXHR){var callbackName,overwritten,responseContainer,jsonProp=s.jsonp!==!1&&(rjsonp.test(s.url)?"url":typeof s.data==="string"&&(s.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&rjsonp.test(s.data)&&"data");if(jsonProp||s.dataTypes[0]==="jsonp"){callbackName=s.jsonpCallback=isFunction(s.jsonpCallback)?s.jsonpCallback():s.jsonpCallback;if(jsonProp){s[jsonProp]=s[jsonProp].replace(rjsonp,"$1"+callbackName)}else if(s.jsonp!==!1){s.url+=(rquery.test(s.url)?"&":"?")+s.jsonp+"="+callbackName}
s.converters["script json"]=function(){if(!responseContainer){jQuery.error(callbackName+" was not called")}
return responseContainer[0]};s.dataTypes[0]="json";overwritten=window[callbackName];window[callbackName]=function(){responseContainer=arguments};jqXHR.always(function(){if(overwritten===undefined){jQuery(window).removeProp(callbackName)}else{window[callbackName]=overwritten}
if(s[callbackName]){s.jsonpCallback=originalSettings.jsonpCallback;oldCallbacks.push(callbackName)}
if(responseContainer&&isFunction(overwritten)){overwritten(responseContainer[0])}
responseContainer=overwritten=undefined});return"script"}});support.createHTMLDocument=(function(){var body=document.implementation.createHTMLDocument("").body;body.innerHTML="
").append(jQuery.parseHTML(responseText)).find(selector):responseText)}).always(callback&&function(jqXHR,status){self.each(function(){callback.apply(this,response||[jqXHR.responseText,status,jqXHR])})})}
return this};jQuery.expr.pseudos.animated=function(elem){return jQuery.grep(jQuery.timers,function(fn){return elem===fn.elem}).length};jQuery.offset={setOffset:function(elem,options,i){var curPosition,curLeft,curCSSTop,curTop,curOffset,curCSSLeft,calculatePosition,position=jQuery.css(elem,"position"),curElem=jQuery(elem),props={};if(position==="static"){elem.style.position="relative"}
curOffset=curElem.offset();curCSSTop=jQuery.css(elem,"top");curCSSLeft=jQuery.css(elem,"left");calculatePosition=(position==="absolute"||position==="fixed")&&(curCSSTop+curCSSLeft).indexOf("auto")>-1;if(calculatePosition){curPosition=curElem.position();curTop=curPosition.top;curLeft=curPosition.left}else{curTop=parseFloat(curCSSTop)||0;curLeft=parseFloat(curCSSLeft)||0}
if(isFunction(options)){options=options.call(elem,i,jQuery.extend({},curOffset))}
if(options.top!=null){props.top=(options.top-curOffset.top)+curTop}
if(options.left!=null){props.left=(options.left-curOffset.left)+curLeft}
if("using" in options){options.using.call(elem,props)}else{curElem.css(props)}}};jQuery.fn.extend({offset:function(options){if(arguments.length){return options===undefined?this:this.each(function(i){jQuery.offset.setOffset(this,options,i)})}
var rect,win,elem=this[0];if(!elem){return}
if(!elem.getClientRects().length){return{top:0,left:0}}
rect=elem.getBoundingClientRect();win=elem.ownerDocument.defaultView;return{top:rect.top+win.pageYOffset,left:rect.left+win.pageXOffset}},position:function(){if(!this[0]){return}
var offsetParent,offset,doc,elem=this[0],parentOffset={top:0,left:0};if(jQuery.css(elem,"position")==="fixed"){offset=elem.getBoundingClientRect()}else{offset=this.offset();doc=elem.ownerDocument;offsetParent=elem.offsetParent||doc.documentElement;while(offsetParent&&(offsetParent===doc.body||offsetParent===doc.documentElement)&&jQuery.css(offsetParent,"position")==="static"){offsetParent=offsetParent.parentNode}
if(offsetParent&&offsetParent!==elem&&offsetParent.nodeType===1){parentOffset=jQuery(offsetParent).offset();parentOffset.top+=jQuery.css(offsetParent,"borderTopWidth",!0);parentOffset.left+=jQuery.css(offsetParent,"borderLeftWidth",!0)}}
return{top:offset.top-parentOffset.top-jQuery.css(elem,"marginTop",!0),left:offset.left-parentOffset.left-jQuery.css(elem,"marginLeft",!0)}},offsetParent:function(){return this.map(function(){var offsetParent=this.offsetParent;while(offsetParent&&jQuery.css(offsetParent,"position")==="static"){offsetParent=offsetParent.offsetParent}
return offsetParent||documentElement})}});jQuery.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(method,prop){var top="pageYOffset"===prop;jQuery.fn[method]=function(val){return access(this,function(elem,method,val){var win;if(isWindow(elem)){win=elem}else if(elem.nodeType===9){win=elem.defaultView}
if(val===undefined){return win?win[prop]:elem[method]}
if(win){win.scrollTo(!top?val:win.pageXOffset,top?val:win.pageYOffset)}else{elem[method]=val}},method,val,arguments.length)}});jQuery.each(["top","left"],function(_i,prop){jQuery.cssHooks[prop]=addGetHookIf(support.pixelPosition,function(elem,computed){if(computed){computed=curCSS(elem,prop);return rnumnonpx.test(computed)?jQuery(elem).position()[prop]+"px":computed}})});jQuery.each({Height:"height",Width:"width"},function(name,type){jQuery.each({padding:"inner"+name,content:type,"":"outer"+name},function(defaultExtra,funcName){jQuery.fn[funcName]=function(margin,value){var chainable=arguments.length&&(defaultExtra||typeof margin!=="boolean"),extra=defaultExtra||(margin===!0||value===!0?"margin":"border");return access(this,function(elem,type,value){var doc;if(isWindow(elem)){return funcName.indexOf("outer")===0?elem["inner"+name]:elem.document.documentElement["client"+name]}
if(elem.nodeType===9){doc=elem.documentElement;return Math.max(elem.body["scroll"+name],doc["scroll"+name],elem.body["offset"+name],doc["offset"+name],doc["client"+name])}
return value===undefined?jQuery.css(elem,type,extra):jQuery.style(elem,type,value,extra)},type,chainable?margin:undefined,chainable)}})});jQuery.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(_i,type){jQuery.fn[type]=function(fn){return this.on(type,fn)}});jQuery.fn.extend({bind:function(types,data,fn){return this.on(types,null,data,fn)},unbind:function(types,fn){return this.off(types,null,fn)},delegate:function(selector,types,data,fn){return this.on(types,selector,data,fn)},undelegate:function(selector,types,fn){return arguments.length===1?this.off(selector,"**"):this.off(types,selector||"**",fn)},hover:function(fnOver,fnOut){return this.on("mouseenter",fnOver).on("mouseleave",fnOut||fnOver)}});jQuery.each(("blur focus focusin focusout resize scroll click dblclick "+"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave "+"change select submit keydown keypress keyup contextmenu").split(" "),function(_i,name){jQuery.fn[name]=function(data,fn){return arguments.length>0?this.on(name,null,data,fn):this.trigger(name)}});var rtrim=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;jQuery.proxy=function(fn,context){var tmp,args,proxy;if(typeof context==="string"){tmp=fn[context];context=fn;fn=tmp}
if(!isFunction(fn)){return undefined}
args=slice.call(arguments,2);proxy=function(){return fn.apply(context||this,args.concat(slice.call(arguments)))};proxy.guid=fn.guid=fn.guid||jQuery.guid++;return proxy};jQuery.holdReady=function(hold){if(hold){jQuery.readyWait++}else{jQuery.ready(!0)}};jQuery.isArray=Array.isArray;jQuery.parseJSON=JSON.parse;jQuery.nodeName=nodeName;jQuery.isFunction=isFunction;jQuery.isWindow=isWindow;jQuery.camelCase=camelCase;jQuery.type=toType;jQuery.now=Date.now;jQuery.isNumeric=function(obj){var type=jQuery.type(obj);return(type==="number"||type==="string")&&!isNaN(obj-parseFloat(obj))};jQuery.trim=function(text){return text==null?"":(text+"").replace(rtrim,"$1")};if(typeof define==="function"&&define.amd){define("jquery",[],function(){return jQuery})}
var _jQuery=window.jQuery,_$=window.$;jQuery.noConflict=function(deep){if(window.$===jQuery){window.$=_$}
if(deep&&window.jQuery===jQuery){window.jQuery=_jQuery}
return jQuery};if(typeof noGlobal==="undefined"){window.jQuery=window.$=jQuery}
return jQuery});jQuery.noConflict()
【レビュー】健康的な足になれる!雪駄のようなスニーカー「NIGIRU」
その他ブランド
この記事の監修者
現代の人々は運動量が減り、足に悩みを抱える人が増えてきています。
そのような悩みを解決できるスニーカーが「NIGIRU」。
靴の街で有名な浅草の職人が、江戸時代によく履かれていた「雪駄(せった)」からインスピレーションを受け、雪駄の良さと現代のシューズの良さを融合して生まれました。
靴の内部は、雪駄のように2つに分かれているなど、機能性やこだわりが詰まっており、アッパーには本革が使用されています。
「NIGIRU」を実際に購入してみたので、詳しくレビューしていきます。
>>商品ページを見る
【レビュー】特に感じた「NIGIRU」の魅力
実際に履いて感じた「NIGIRU」の魅力は以下の通りです。
雪駄特有の作りを採用し、健康な足になれる
昔の人たちは、鼻緒付の草履や雪駄などで指先を使いながら歩いていたことにより「健康な足」でした。
しかし、現代は足指を使う機会が減ってしまい、足の健康状態が悪くなっていると言われています。
そこで「NIGIRU」は、雪駄のように指が分かれる構造をスニーカーの中に作りました。
ちなみに、インソールも2つも分かれているため取り外しができます。
靴の内部でこのように分かれます。
指が広がることで、足の握る力が自然と向上します。
足の指は地面の感触を直接感じ取り、体のバランスを調整する役割を担っています。
足の指を動かすことで足の筋肉が強化され、足のアーチを支え、姿勢とバランスが改善されるというわけです。
実際の使用感としては、初めは足指が分かれる感覚に少し違和感を感じましたが、すぐに慣れていき、逆に心地よさも感じるようになりました。
うまく言葉で伝えにくいですが、たしかに、足が着地する時や踏み込む時などには、「NIGIRU」だと指に力が入りやすいと感じました。
ちなみに、この前坪はマイクロファイバー素材でできているということもあり、擦れて痛いということはありません。
また、前坪の緩さは3段階で調整できるようになっており、紐を通す部分を増やすほど、ピンと張る仕組みになっています。
最初は一つだけ通すのが緩くておすすめかもしれませんが、筆者は上記のように二つ通す状態でちょうど良かったですね。
今後慣れていけば、三つ通すこともあるかもしれません。
最近はスポーツ選手に足袋型のスパイクも流行っていると聞くので、日常に履く場合でも足の負担が少なくなるという効果はあると思います。
楽天・宮森が履く「足袋型スパイク」 ― スポニチ Sponichi
「NIGIRU」を履くと、日々の生活の中で、無意識のうちに足と体の健康を促進することができますね。
オリジナルのインソールで衝撃吸収も高い
「NIGIRU」のインソールは、異なる2種類の反発素材を用いられた独自のオリジナルインソールになっています。
- かかと部分→着地時の衝撃をやわらげる低反発素材
- 前部分→足先が地面を力強く蹴り出せる高反発素材
重要なかかとの部分は、押すとプニプニしており、ほどよい反発性があります。
さらに、インソールは3種類の異なる機能をもったものが重ねられており、そのうちの1つはつま先の手前でカットされているようです。
この設計により足が踏み込みやすくなっており、普段歩きにくい方でも前方への推進力を感じることができます。
これらのインソールの設計により、歩行時の足の動きを快適にサポートしてくれます。
本革が採用され高級感がある
「NIGIRU」は、機能性に加えてデザインも魅力的です。
全体的に本革が使用されており、シンプルに仕上がっているため高級感があります。
個人的には、ほどよいシワ加工によって独特の風合いがあるのが良いと思いました。
シュータンと足の接地部分にもやわらかい素材が使われており、履き心地が良いですね。
また、こちらには水をはじく撥水加工が施されています。
砂埃や水から守ってくれるので、汚れがつきにくく、長持ちさせることができますよ。
「NIGIRU」のサイズ感
筆者の足のサイズや、普段履いているスニーカーのサイズをもとに「NIGIRU」のサイズ感を紹介します。
筆者の足のサイズ
- 足長:25.6cm(足のかかとからつま先までの長さ)
※男性平均値「24.3cm」
- 足囲:24.9cm(足幅の一周の長さ)
※男性平均値「24.8cm」
- 靴幅:E、もしくはEE(足長、足囲からA~Fで判定されるもの)
※男女の平均値「EE」
※足のサイズは夜の21~23時頃に計測しています。
>>足のサイズの測り方を確認する
結論、人気のスニーカーのサイズも含めた「NIGIRU」の最適なサイズは以下の通りです。
| 人気スニーカー | 最適な サイズ |
|---|
| NIGIRU | 27.0cm |
| ナイキ「エアフォース1」 | 27.0cm |
| ニューバランス「ML574」 | 27.0cm |
| ニューバランス「MS327」 | 27.0cm |
| ニューバランス「CM996」 | 27.0cm |
| コンバース「オールスター」 | 27.0cm |
| アディダス「スタンスミス」 | 27.0cm |
| アディダス「スーパースター」 | 27.5cm |
| ナイキ「エアマックス90」 | 28.0cm |
| ナイキ「エアマックス95」 | 28.0cm |
上記のように、スニーカーは27cmを履くことが多いので「NIGIRU」も27cmを購入しましたが、ちょうどよいと思いました。
かかとには指が一本ギリギリ入るぐらいの適度なスペースがあり、窮屈さは感じませんでした。
横幅も不快感は全くありません。
似ている人気のスニーカーとして、見た感じはアディダススのタンスミスのサイズ感と同じかなと思っていましたが、「NIGIRU」の方が横幅は全然広いです。
日本人の足幅は横に大きいため、幅広のスニーカーの方が足に合うと思います。
また、「NIGIRU」は本革でやわらかいので横にも伸びやすいです。
そのため、不快感なく履くことができると思います。
まとめ
江戸時代から受け継がれる雪駄の知恵と、現代技術の融合により生まれた「NIGIRU」は、機能性とデザインの両面で期待を超えてきました。
特に、足指が自然に動く設計は、健康な歩行を促すだけでなく、足全体の筋肉を強化し、より良い姿勢とバランスをもたらします。
足の健康を考え、またスタイルを大切にしたい方にとって、「NIGIRU」はただのシューズではなく、日常生活における快適さと健康をサポートしてくれるでしょう。
>>商品ページを見る
コメント