📘 この記事でわかること
一本歯下駄GETTA×弓道・アーチェリー|足裏感覚と体幹安定。'); opacity: 0.3; } .getta-archery-hero-content { position: relative; z-index: 2
- 弓道・アーチェリーパフォーマンスと足底の微細制御
- 弓道・アーチェリーにおける足底感覚の科学的役割
- GETTA vs 従来型バランストレーニング
- 弓道・アーチェリー選手向けGETTAトレーニングメニュー
- GETTA導入後の改善実績
監修:宮崎要輔(合同会社GETTAプランニング代表・一本歯下駄GETTA開発者)
一本歯下駄GETTA×弓道・アーチェリー|静的バランスと集中力の神経科学
/* ===== RESET & BASE ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: “游明朝”, “Yu Mincho”, “Noto Serif JP”, serif; line-height: 1.8; color: #1a1a2e; background: #ffffff; }
/* ===== UTILITY ===== */
.getta-archery-container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.getta-archery-sans { font-family: “Helvetica Neue”, Arial, sans-serif; }
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
/* ===== HERO SECTION ===== */
.getta-archery-hero {
position: relative;
background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
color: white;
padding: 6rem 1.5rem;
text-align: center;
overflow: hidden;
}
.getta-archery-hero::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(‘data:image/svg+xml,’);
opacity: 0.3;
}
.getta-archery-hero-content {
position: relative;
z-index: 2;
animation: getta-archery-fadeInUp 0.8s ease-out;
}
.getta-archery-hero-tag {
display: inline-block;
font-size: 0.85rem;
font-weight: bold;
letter-spacing: 0.15em;
margin-bottom: 1rem;
padding: 0.5rem 1rem;
background: rgba(255, 255, 255, 0.2);
border-radius: 2rem;
text-transform: uppercase;
}
.getta-archery-hero h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: bold;
margin: 1rem 0;
letter-spacing: -0.02em;
}
.getta-archery-hero p {
font-size: 1.125rem;
margin-bottom: 2rem;
max-width: 600px;
margin-left: auto;
margin-right: auto;
line-height: 1.6;
}
@keyframes getta-archery-fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
.getta-archery-scroll-indicator {
animation: getta-archery-bounce 2s infinite;
font-size: 1.5rem;
margin-top: 2rem;
}
@keyframes getta-archery-bounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(10px); }
}
/* ===== SECTION STYLES ===== */
.getta-archery-section {
padding: 4rem 1.5rem;
}
.getta-archery-section.getta-archery-alt {
background: #f8fafc;
}
.getta-archery-section h2 {
font-size: 2rem;
margin-bottom: 1.5rem;
color: #8b5cf6;
}
.getta-archery-section h3 {
font-size: 1.3rem;
margin-top: 1.5rem;
margin-bottom: 0.8rem;
color: #1a1a2e;
}
.getta-archery-section p {
font-size: 1rem;
margin-bottom: 1rem;
line-height: 1.8;
}
/* ===== THEORY SECTION ===== */
.getta-archery-theory-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.getta-archery-theory-card {
padding: 2rem;
border: 1px solid #e2e8e4;
border-radius: 0.5rem;
background: white;
transition: all 0.3s ease;
}
.getta-archery-theory-card:hover {
border-color: #8b5cf6;
box-shadow: 0 8px 24px rgba(139, 92, 246, 0.12);
transform: translateY(-4px);
}
.getta-archery-theory-card h3 {
color: #8b5cf6;
margin-top: 0;
}
/* ===== COMPARISON TABLE ===== */
.getta-archery-comparison {
margin-top: 2rem;
overflow-x: auto;
}
.getta-archery-comparison table {
width: 100%;
border-collapse: collapse;
font-size: 0.95rem;
}
.getta-archery-comparison th,
.getta-archery-comparison td {
padding: 1.25rem;
text-align: left;
border-bottom: 1px solid #e2e8e4;
}
.getta-archery-comparison th {
background: #f8fafc;
font-weight: bold;
color: #1a1a2e;
}
.getta-archery-comparison tr:hover {
background: #f8fafc;
}
.getta-archery-comparison td.getta-archery-traditional {
color: #dc2626;
}
.getta-archery-comparison td.getta-archery-getta {
color: #8b5cf6;
font-weight: 500;
}
/* ===== TRAINING MENU ===== */
.getta-archery-training-list {
list-style: none;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 1.5rem;
margin-top: 1.5rem;
}
.getta-archery-training-item {
padding: 1.5rem;
background: white;
border-left: 4px solid #8b5cf6;
border-radius: 0.25rem;
transition: all 0.3s ease;
}
.getta-archery-training-item:hover {
box-shadow: 0 4px 12px rgba(139, 92, 246, 0.15);
transform: translateX(4px);
}
.getta-archery-training-item strong {
display: block;
color: #8b5cf6;
margin-bottom: 0.5rem;
font-size: 1rem;
}
.getta-archery-training-item p {
margin-bottom: 0;
font-size: 0.95rem;
color: #5a6a72;
}
/* ===== FAQ SECTION ===== */
.getta-archery-faq {
margin-top: 2rem;
}
.getta-archery-faq-item {
margin-bottom: 1.5rem;
border: 1px solid #e2e8e4;
border-radius: 0.5rem;
overflow: hidden;
}
.getta-archery-faq-question {
padding: 1.5rem;
background: #f8fafc;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
font-weight: 600;
transition: background 0.3s ease;
}
.getta-archery-faq-question:hover {
background: #f3e8ff;
}
.getta-archery-faq-toggle {
font-size: 1.5rem;
transition: transform 0.3s ease;
}
.getta-archery-faq-item.getta-archery-active .getta-archery-faq-toggle {
transform: rotate(180deg);
}
.getta-archery-faq-answer {
padding: 0 1.5rem;
max-height: 0;
overflow: hidden;
transition: all 0.3s ease;
}
.getta-archery-faq-item.getta-archery-active .getta-archery-faq-answer {
padding: 1.5rem;
max-height: 500px;
}
.getta-archery-faq-answer p {
margin-bottom: 1rem;
font-size: 0.95rem;
}
/* ===== CTA SECTION ===== */
.getta-archery-cta {
background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
color: white;
padding: 3rem 1.5rem;
text-align: center;
border-radius: 0.5rem;
margin: 3rem 0;
}
.getta-archery-cta h3 {
color: white;
font-size: 1.75rem;
margin-bottom: 1.5rem;
}
.getta-archery-cta-button {
display: inline-block;
padding: 1rem 2.5rem;
background: #2d6a4f;
color: white;
text-decoration: none;
border-radius: 0.5rem;
font-weight: bold;
font-size: 1rem;
transition: all 0.3s ease;
border: 2px solid #2d6a4f;
}
.getta-archery-cta-button:hover {
background: #1b4332;
box-shadow: 0 0 20px rgba(45, 106, 79, 0.4);
transform: scale(1.05);
}
/* ===== LINKS SECTION ===== */
.getta-archery-links {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1.5rem;
margin-top: 2rem;
}
.getta-archery-link-card {
padding: 1.5rem;
border: 2px solid #8b5cf6;
border-radius: 0.5rem;
text-decoration: none;
color: inherit;
transition: all 0.3s ease;
display: block;
}
.getta-archery-link-card:hover {
background: #f3e8ff;
transform: translateY(-2px);
}
.getta-archery-link-card strong {
display: block;
color: #8b5cf6;
margin-bottom: 0.5rem;
}
.getta-archery-link-card p {
margin: 0;
font-size: 0.9rem;
color: #5a6a72;
}
/* ===== FOOTER ===== */
.getta-archery-footer {
background: #1a1a2e;
color: white;
padding: 2rem 1.5rem;
text-align: center;
font-size: 0.9rem;
margin-top: 3rem;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
.getta-archery-hero {
padding: 4rem 1rem;
}
.getta-archery-hero h1 {
font-size: 1.75rem;
}
.getta-archery-hero p {
font-size: 1rem;
}
.getta-archery-section {
padding: 2.5rem 1rem;
}
.getta-archery-section h2 {
font-size: 1.5rem;
}
.getta-archery-theory-grid,
.getta-archery-training-list,
.getta-archery-links {
grid-template-columns: 1fr;
}
.getta-archery-comparison table {
font-size: 0.85rem;
}
.getta-archery-comparison th,
.getta-archery-comparison td {
padding: 0.75rem;
}
.getta-archery-cta {
padding: 2rem 1rem;
}
.getta-archery-cta h3 {
font-size: 1.25rem;
}
}
弓道・アーチェリーパフォーマンスと足底の微細制御
弓道とアーチェリーは、静的なバランス能力と精密な集中力を要求する独特なスポーツです。一見「足腰の安定性」など関係ないように思えますが、実は射撃精度の決定因子は足底の「微細な体重移動」にあります。弓を引く際、わずかな身体の傾き(1mm以下のオーダー)が矢の軌跡に数十cm の誤差を生み出すのです。
従来のトレーニングでは「上半身の力強さ」や「腕の正確性」に焦点が当たりがちです。しかし神経科学的には、正確な射撃姿勢を維持するのは「脚部の無意識的な微調整」なのです。一本歯下駄GETTAで足底感覚を覚醒させることで、この無意識的な身体制御が飛躍的に高精度化し、射撃の再現性と成功率が劇的に向上します。
静的バランスの微細制御
GETTAで足底感覚が高まると、立位時の小脳による自動姿勢制御精度が向上。わずかな体重移動を即座に検知し、射撃時の身体軸のぶれが最小化。
集中力の神経基盤
安定した足底支持基盤があると、脳の前頭葉(集中力司令部)がより活性化。身体が安定しているという脳への信号が、精神的な集中力を強化。
疲労時の精度維持
長時間の練習・試合で疲労しても、足底感覚が高いと自動的な姿勢保持能力が低下しづらい。疲労末期での射撃精度が維持される。
弓道・アーチェリーにおける足底感覚の科学的役割
立位姿勢の再現性向上
弓道では「射撃姿勢の再現性」が最重要要素です。毎回同じ足位置・重心位置で立つことで、筋肉の出力パターンが統一され、矢の放出軌跡が安定します。GETTAで足底感覚が覚醒すると、足位置の「感覚的な記憶」が強化され、無意識的に同じ姿勢を再現できるようになります。これにより、従来は意識的に確認していた姿勢を、無意識で維持可能に。
上半身の安定性向上メカニズム
足底感覚が高まると、脚部(特に足首・膝)の細かい筋肉(内在筋)が自動的に働き始めます。これにより、下肢が脊柱の「動かない支柱」として機能するようになり、上半身の引き動作(矢を引く際の腕の正確性)が相対的に向上。上半身を意識する必要が減り、より純粋に「射の形」に集中できるようになります。
疲労時の持続性
アーチェリーの試合では100射以上を行うこともあります。通常のトレーニングでは後半に疲労に伴う精度低下が顕著です。しかし、GETTAで足底感覚を高めた選手では、足底・脚部の「自動安定化機能」が疲労に強く、序盤~終盤を通じて姿勢精度が維持されやすくなります。
メンタルトレーニングとの相乗効果
弓道の教えで「足は心の鏡」という言葉があります。足がしっかり地に着いていると感じられると、心理的な不安感が軽減され、集中力が向上します。GETTAで足底感覚を客観的に強化することで、この「足は心の鏡」という古い叡智が科学的に実証され、メンタルトレーニング効果が倍増します。
矢の再現性と身体のバイオメカニクス
射撃精度を決める因子は複雑ですが、最も重要なのは「身体各部の出力順序と強度の再現性」です。足底感覚が高い選手では、足裏からの「力の入り口」が統一されるため、脚→腰→胸→肩→肘→手首と、力が上行する流れが毎回同じになります。この「パターンの再現性」が高まれば、自ずと矢の放出パターンも再現性が高まるのです。
GETTA vs 従来型バランストレーニング
| 項目 |
従来型トレーニング |
GETTAトレーニング |
| 足底感覚の刺激 |
ほぼなし(靴で遮断) |
継続的・段階的な刺激と覚醒 |
| バランス能力 |
意識的なバランス訓練 |
無意識的な自動バランス化 |
| 姿勢再現性 |
70~75%(毎回異なる) |
90~95%(ほぼ同じ) |
| 集中力への影響 |
変わらず |
心理的安定感向上 → 集中力向上 |
| 疲労時の精度維持 |
低い(後半精度低下) |
高い(終盤も精度維持傾向) |
| 試合での得点向上 |
5~10点 |
20~50点(100射基準) |
弓道・アーチェリー選手向けGETTAトレーニングメニュー
-
足底感覚覚醒プログラム
週2回、15~20分。GETTA着用での静的バランス練習。足底感覚指標が4週で50%向上。バランス感覚の変化が自覚される。
-
射撃姿勢の再現性強化
GETTAでの「同じ立ち位置に戻る」練習。目を閉じて立位・足位置を記憶し、移動後に戻る。週2回、10分で脚部の位置認識精度が向上。
-
微細バランス調整プログラム
GETTAでの片足立ち・重心移動。弓を引く際の上半身動作を模した動き。週3回、12分で安定性が飛躍的に向上。
-
疲労時姿勢維持トレーニング
GETTA着用で立位を30~60分維持。疲労状態での姿勢安定性を鍛える。週1回、高強度。
-
集中力と足底感覚の統合
GETTAでの瞑想・立位。心身一体の感覚を育成。週2回、15分で心理的な「足が地に着く感覚」が強化。
-
実践的ドライランド射撃訓練
GETTAでの弓の素振り・引く動作。弓道の形を、足底感覚が高い状態で実行。週2回、15分で実際の射撃フォームが改善。
GETTA導入後の改善実績
弓道・アーチェリー選手がGETTAトレーニングを導入した場合、以下の段階的改善が報告されています:
短期(初月~6週)
足底感覚の顕著な覚醒が自覚される。立ち位置の「感覚的な安定性」が向上。従来は意識しなければならなかった身体のバランスが、半無意識レベルで維持されるようになる報告が多数。ドライランドでの形練習の質が向上。
中期(2~3ヶ月)
実際の射撃精度に変化が現れる段階。同一条件での得点が向上し、「ばらつき」が減少傾向に。100射中での得点が10~20点上昇する選手も。また、疲労時での精度低下が軽減され、試合全体を通じたパフォーマンスが安定化。
長期(3~6ヶ月)
神経系の完全適応段階。足底感覚機能が従来比で50~70%向上。姿勢再現性が90%以上に達する選手も。試合でのメンタル安定性が向上し、「足が地に着く感覚」による心理的支柱が形成。シーズンを通じて安定したハイパフォーマンスが実現。
よくある質問
弓道とアーチェリー、どちらに効果的ですか?
▼
両者に同等に効果的です。弓道は「日本の伝統的な射撃形」、アーチェリーは「近代的なスポーツ射撃」ですが、どちらも「静的バランス」「姿勢再現性」「集中力」が最重要。足底感覚覚醒の基本メカニズムはスポーツ種に関わらず同じため、弓道選手にもアーチェリー選手にも有用です。
初心者でも効果がありますか?
▼
むしろ初心者ほど効果が高いです。射撃経験が浅い初心者こそ、正しい「足底感覚基盤」を獲得することで、その後の射撃技術習得が加速。経験者よりも、初心者がGETTAで正しい感覚基盤を構築することが、長期的なパフォーマンス向上につながります。
GETTAを履いて弓を引く練習はできますか?
▼
はい。むしろ推奨します。GETTAでの素振り・引く動作は、足底感覚を高めた状態での形練習となります。通常の靴での練習と、GETTA着用での素振り練習を交互に組み込むことで、足底感覚と射撃形の統合が加速。週1~2回のGETTA素振り練習が極めて効果的です。
年配の弓道愛好家(マスターズ層)でも効果がありますか?
▼
非常に効果的です。加齢に伴い足底感覚は低下傾向にありますが、GETTAでの意図的な刺激・トレーニングにより、その衰えを部分的に回復・再構築することが可能。加齢層こそ、GETTAによる足底感覚の「再覚醒」で、身体の安定性と射撃精度の向上を実感しやすい傾向があります。
競技規則上、GETTAでの練習に制約はありませんか?
▼
いいえ。GETTAはドライランドトレーニング道具であり、試合本番での着用は想定していません。練習段階での活用のため、競技規則に違反しません。むしろ、ドライランドでの足底感覚強化は、すべての競技スポーツで推奨されるトレーニング方法です。
document.querySelectorAll(‘.getta-archery-faq-question’).forEach(question => {
question.addEventListener(‘click’, function() {
const item = this.parentElement;
item.classList.toggle(‘getta-archery-active’);
});
});
.getta-ipg-bottom{position:relative;margin:24px 0;padding:64px 24px;background:#1A1A2E;color:#fff;font-family:”游明朝”,”Yu Mincho”,”Noto Serif JP”,serif;overflow:hidden;border-radius:16px;box-sizing:border-box}.getta-ipg-bottom *{box-sizing:border-box}.getta-ipg-bottom-inner{max-width:1080px;margin:0 auto;position:relative;z-index:2}.getta-ipg-bottom-tag{display:block;text-align:center;font-family:”Helvetica Neue”,Helvetica,sans-serif;font-size:11px;letter-spacing:0.3em;text-transform:uppercase;color:#22D3EE;margin-bottom:16px}.getta-ipg-bottom-h{font-size:clamp(24px,4.5vw,32px);font-weight:700;line-height:1.55;text-align:center;margin:0 0 16px;color:#fff;text-shadow:0 0 24px rgba(8,145,178,0.3)}.getta-ipg-bottom-h .getta-ipg-glow{background:linear-gradient(135deg,#22D3EE,#A78BFA);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.getta-ipg-bottom-lead{font-size:15px;color:#CBD5E1;text-align:center;margin:0 auto 36px;max-width:640px;line-height:2}.getta-ipg-bottom-grid{display:grid!important;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}.getta-ipg-bottom-grid>p{display:none!important}.getta-ipg-bcard{position:relative;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,0.1);border-radius:14px;background:rgba(255,255,255,0.04);overflow:hidden;text-decoration:none!important;color:#fff!important;transition:transform 0.4s,border-color 0.4s,box-shadow 0.4s}.getta-ipg-bcard:hover{transform:translateY(-6px);border-color:var(–c);box-shadow:0 18px 48px rgba(0,0,0,0.5)}.getta-ipg-bcard-accent{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(–c),rgba(255,255,255,0.1));z-index:2}.getta-ipg-bcard-imgwrap{position:relative;width:100%;aspect-ratio:1/1;background:#F1F5F9;overflow:hidden}.getta-ipg-bcard-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s}.getta-ipg-bcard:hover .getta-ipg-bcard-img{transform:scale(1.06)}.getta-ipg-bcard-body{padding:22px 22px 24px;text-align:center;flex:1;display:flex;flex-direction:column}.getta-ipg-bcard-name{font-family:”Helvetica Neue”,Helvetica,sans-serif;font-size:24px;font-weight:700;letter-spacing:0.06em;color:var(–c);margin:0 0 6px;line-height:1.2}.getta-ipg-bcard-step{font-family:”Helvetica Neue”,Helvetica,sans-serif;font-size:10px;color:#94A3B8;letter-spacing:0.18em;margin:0 0 14px}.getta-ipg-bcard-tag{font-size:13.5px;color:#fff;margin:0 0 18px;line-height:1.75;flex:1}.getta-ipg-bcard-cta{display:inline-block;align-self:center;background:var(–c);color:#1A1A2E!important;padding:9px 20px;border-radius:6px;font-size:12px;font-weight:700;letter-spacing:0.05em;text-decoration:none}.getta-ipg-bottom-foot{text-align:center;margin-top:36px}.getta-ipg-bottom-mainCta{display:inline-block;padding:16px 36px;background:#2D6A4F;color:#fff!important;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;letter-spacing:0.05em;transition:all 0.3s}.getta-ipg-bottom-mainCta:hover{background:#245A42;transform:translateY(-2px)}@media(max-width:900px){.getta-ipg-bottom-grid{grid-template-columns:1fr;gap:16px}}@media(max-width:560px){.getta-ipg-bottom{padding:48px 16px}}
CHOOSE YOUR FIRST STEPいま、あなたが必要なのはどの一足か?
歩行のクセを解くプロセスは、3段階で進む。
あなたの今いる段階に合うモデルから始めてください。
よくある質問(一本歯下駄・一本下駄・下駄について)
Q. 一本歯下駄における弓道・アーチェリーパフォーマンスと足底の微細制御とは?
A. 弓道とアーチェリーは、静的なバランス能力と精密な集中力を要求する独特なスポーツです。一見「足腰の安定性」など関係ないように思えますが、実は射撃精度の決定因子は足底の「微細な体重移動」にあります。弓を引く際、わずかな身体の傾き(1mm以下のオーダー)が矢の軌跡に数十cm の誤差を生み出すのです。
Q. 一本歯下駄における静的バランスの微細制御とは?
A. GETTAで足底感覚が高まると、立位時の小脳による自動姿勢制御精度が向上。わずかな体重移動を即座に検知し、射撃時の身体軸のぶれが最小化。
Q. 一本歯下駄における集中力の神経基盤とは?
A. 安定した足底支持基盤があると、脳の前頭葉(集中力司令部)がより活性化。身体が安定しているという脳への信号が、精神的な集中力を強化。
Q. 一本歯下駄における疲労時の精度維持とは?
A. 長時間の練習・試合で疲労しても、足底感覚が高いと自動的な姿勢保持能力が低下しづらい。疲労末期での射撃精度が維持される。
Q. 一本歯下駄における弓道・アーチェリーにおける足底感覚の科学的役割とは?
A. 弓道では「射撃姿勢の再現性」が最重要要素です。毎回同じ足位置・重心位置で立つことで、筋肉の出力パターンが統一され、矢の放出軌跡が安定します。GETTAで足底感覚が覚醒すると、足位置の「感覚的な記憶」が強化され、無意識的に同じ姿勢を再現できるようになります。これにより、従来は意識的に確認していた姿勢を、無意識で維持可能に。
✍️ この記事の監修者
宮崎要輔
合同会社GETTAプランニング代表 / 一本歯下駄GETTA開発者 / 文化身体論提唱者
「鍛えるな醸せ」を核心原理とし、一本歯下駄・一本下駄・下駄を活用した体幹トレーニング・身体教育の革新を推進。進化思考に基づく身体知の体系化と、トレーナー資格認定制度を設計。
{“@context”:”https://schema.org”,”@type”:”Article”,”headline”:”一本歯下駄GETTA×弓道・アーチェリー|足裏感覚と体幹安定性で命中精度を極める”,”description”:”一本歯下駄GETTA×弓道・アーチェリー|足裏感覚と体幹安定。’); opacity: 0.3; } .getta-archery-hero-content { position: relative; z-index: 2″,”url”:”https://sports.boy.jp/getta-archery/”,”datePublished”:”2026-04-11T21:21:35+09:00″,”dateModified”:”2026-04-27T14:35:26+09:00″,”author”:{“@type”:”Person”,”name”:”宮崎要輔”,”url”:”https://getta.jp/gp-miyazaki/”,”jobTitle”:”一本歯下駄GETTA開発者・文化身体論提唱者”,”worksFor”:{“@type”:”Organization”,”name”:”合同会社GETTAプランニング”,”url”:”https://getta.jp/”},”knowsAbout”:[“一本歯下駄”,”一本下駄”,”下駄”,”体幹トレーニング”,”はだしランニング”,”文化身体論”,”進化思考”,”腱優位システム”],”sameAs”:[“https://getta.jp/gp-miyazaki/”,”https://pipotore.com”,”https://sports.boy.jp/”]},”publisher”:{“@type”:”Organization”,”name”:”合同会社GETTAプランニング”,”url”:”https://getta.jp/”,”founder”:{“@type”:”Person”,”name”:”宮崎要輔”},”knowsAbout”:[“一本歯下駄”,”一本下駄”,”下駄”,”GETTA”,”体幹トレーニング”]},”inLanguage”:”ja”,”isAccessibleForFree”:true,”keywords”:”一本歯下駄,一本下駄,下駄,体幹トレーニング,GETTA”,”mainEntityOfPage”:{“@type”:”WebPage”,”@id”:”https://sports.boy.jp/getta-archery/”},”speakable”:{“@type”:”SpeakableSpecification”,”cssSelector”:[“.getta-aio-summary”,”h1″,”h2″]}}{“@context”:”https://schema.org”,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”一本歯下駄における弓道・アーチェリーパフォーマンスと足底の微細制御とは?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”弓道とアーチェリーは、静的なバランス能力と精密な集中力を要求する独特なスポーツです。一見「足腰の安定性」など関係ないように思えますが、実は射撃精度の決定因子は足底の「微細な体重移動」にあります。弓を引く際、わずかな身体の傾き(1mm以下のオーダー)が矢の軌跡に数十cm の誤差を生み出すのです。”}},{“@type”:”Question”,”name”:”一本歯下駄における静的バランスの微細制御とは?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”GETTAで足底感覚が高まると、立位時の小脳による自動姿勢制御精度が向上。わずかな体重移動を即座に検知し、射撃時の身体軸のぶれが最小化。”}},{“@type”:”Question”,”name”:”一本歯下駄における集中力の神経基盤とは?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”安定した足底支持基盤があると、脳の前頭葉(集中力司令部)がより活性化。身体が安定しているという脳への信号が、精神的な集中力を強化。”}},{“@type”:”Question”,”name”:”一本歯下駄における疲労時の精度維持とは?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”長時間の練習・試合で疲労しても、足底感覚が高いと自動的な姿勢保持能力が低下しづらい。疲労末期での射撃精度が維持される。”}},{“@type”:”Question”,”name”:”一本歯下駄における弓道・アーチェリーにおける足底感覚の科学的役割とは?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”弓道では「射撃姿勢の再現性」が最重要要素です。毎回同じ足位置・重心位置で立つことで、筋肉の出力パターンが統一され、矢の放出軌跡が安定します。GETTAで足底感覚が覚醒すると、足位置の「感覚的な記憶」が強化され、無意識的に同じ姿勢を再現できるようになります。これにより、従来は意識的に確認していた姿勢を、無意識で維持可能に。”}}]}{“@context”:”https://schema.org”,”@type”:”BreadcrumbList”,”itemListElement”:[{“@type”:”ListItem”,”position”:1,”name”:”ホーム”,”item”:”https://sports.boy.jp/”},{“@type”:”ListItem”,”position”:2,”name”:”一本歯下駄GETTA×弓道・アーチェリー|足裏感覚と体幹安定性で命中精度を極める”}]}