📘 この記事でわかること
一本歯下駄GETTA×サーフィン|波と一体化する足裏感覚とバ。'); opacity: 0.3; } .getta-surf-hero-content { position: relative; z-index: 2; a
- サーフィンパフォーマンスと足底感覚の不可欠性
- サーフィン技術とGETTA足底感覚の接合点
- 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-surf-container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.getta-surf-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-surf-hero {
position: relative;
background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
color: white;
padding: 6rem 1.5rem;
text-align: center;
overflow: hidden;
}
.getta-surf-hero::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(‘data:image/svg+xml,’);
opacity: 0.3;
}
.getta-surf-hero-content {
position: relative;
z-index: 2;
animation: getta-surf-fadeInUp 0.8s ease-out;
}
.getta-surf-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-surf-hero h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: bold;
margin: 1rem 0;
letter-spacing: -0.02em;
}
.getta-surf-hero p {
font-size: 1.125rem;
margin-bottom: 2rem;
max-width: 600px;
margin-left: auto;
margin-right: auto;
line-height: 1.6;
}
@keyframes getta-surf-fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
.getta-surf-scroll-indicator {
animation: getta-surf-bounce 2s infinite;
font-size: 1.5rem;
margin-top: 2rem;
}
@keyframes getta-surf-bounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(10px); }
}
/* ===== SECTION STYLES ===== */
.getta-surf-section {
padding: 4rem 1.5rem;
}
.getta-surf-section.getta-surf-alt {
background: #f8fafc;
}
.getta-surf-section h2 {
font-size: 2rem;
margin-bottom: 1.5rem;
color: #0891b2;
}
.getta-surf-section h3 {
font-size: 1.3rem;
margin-top: 1.5rem;
margin-bottom: 0.8rem;
color: #1a1a2e;
}
.getta-surf-section p {
font-size: 1rem;
margin-bottom: 1rem;
line-height: 1.8;
}
/* ===== THEORY SECTION ===== */
.getta-surf-theory-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.getta-surf-theory-card {
padding: 2rem;
border: 1px solid #e2e8e4;
border-radius: 0.5rem;
background: white;
transition: all 0.3s ease;
}
.getta-surf-theory-card:hover {
border-color: #0891b2;
box-shadow: 0 8px 24px rgba(8, 145, 178, 0.12);
transform: translateY(-4px);
}
.getta-surf-theory-card h3 {
color: #0891b2;
margin-top: 0;
}
/* ===== COMPARISON TABLE ===== */
.getta-surf-comparison {
margin-top: 2rem;
overflow-x: auto;
}
.getta-surf-comparison table {
width: 100%;
border-collapse: collapse;
font-size: 0.95rem;
}
.getta-surf-comparison th,
.getta-surf-comparison td {
padding: 1.25rem;
text-align: left;
border-bottom: 1px solid #e2e8e4;
}
.getta-surf-comparison th {
background: #f8fafc;
font-weight: bold;
color: #1a1a2e;
}
.getta-surf-comparison tr:hover {
background: #f8fafc;
}
.getta-surf-comparison td.getta-surf-traditional {
color: #dc2626;
}
.getta-surf-comparison td.getta-surf-getta {
color: #0891b2;
font-weight: 500;
}
/* ===== TRAINING MENU ===== */
.getta-surf-training-list {
list-style: none;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 1.5rem;
margin-top: 1.5rem;
}
.getta-surf-training-item {
padding: 1.5rem;
background: white;
border-left: 4px solid #0891b2;
border-radius: 0.25rem;
transition: all 0.3s ease;
}
.getta-surf-training-item:hover {
box-shadow: 0 4px 12px rgba(8, 145, 178, 0.15);
transform: translateX(4px);
}
.getta-surf-training-item strong {
display: block;
color: #0891b2;
margin-bottom: 0.5rem;
font-size: 1rem;
}
.getta-surf-training-item p {
margin-bottom: 0;
font-size: 0.95rem;
color: #5a6a72;
}
/* ===== FAQ SECTION ===== */
.getta-surf-faq {
margin-top: 2rem;
}
.getta-surf-faq-item {
margin-bottom: 1.5rem;
border: 1px solid #e2e8e4;
border-radius: 0.5rem;
overflow: hidden;
}
.getta-surf-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-surf-faq-question:hover {
background: #e8f4f8;
}
.getta-surf-faq-toggle {
font-size: 1.5rem;
transition: transform 0.3s ease;
}
.getta-surf-faq-item.getta-surf-active .getta-surf-faq-toggle {
transform: rotate(180deg);
}
.getta-surf-faq-answer {
padding: 0 1.5rem;
max-height: 0;
overflow: hidden;
transition: all 0.3s ease;
}
.getta-surf-faq-item.getta-surf-active .getta-surf-faq-answer {
padding: 1.5rem;
max-height: 500px;
}
.getta-surf-faq-answer p {
margin-bottom: 1rem;
font-size: 0.95rem;
}
/* ===== CTA SECTION ===== */
.getta-surf-cta {
background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
color: white;
padding: 3rem 1.5rem;
text-align: center;
border-radius: 0.5rem;
margin: 3rem 0;
}
.getta-surf-cta h3 {
color: white;
font-size: 1.75rem;
margin-bottom: 1.5rem;
}
.getta-surf-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-surf-cta-button:hover {
background: #1b4332;
box-shadow: 0 0 20px rgba(45, 106, 79, 0.4);
transform: scale(1.05);
}
/* ===== LINKS SECTION ===== */
.getta-surf-links {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1.5rem;
margin-top: 2rem;
}
.getta-surf-link-card {
padding: 1.5rem;
border: 2px solid #0891b2;
border-radius: 0.5rem;
text-decoration: none;
color: inherit;
transition: all 0.3s ease;
display: block;
}
.getta-surf-link-card:hover {
background: #e8f4f8;
transform: translateY(-2px);
}
.getta-surf-link-card strong {
display: block;
color: #0891b2;
margin-bottom: 0.5rem;
}
.getta-surf-link-card p {
margin: 0;
font-size: 0.9rem;
color: #5a6a72;
}
/* ===== FOOTER ===== */
.getta-surf-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-surf-hero {
padding: 4rem 1rem;
}
.getta-surf-hero h1 {
font-size: 1.75rem;
}
.getta-surf-hero p {
font-size: 1rem;
}
.getta-surf-section {
padding: 2.5rem 1rem;
}
.getta-surf-section h2 {
font-size: 1.5rem;
}
.getta-surf-theory-grid,
.getta-surf-training-list,
.getta-surf-links {
grid-template-columns: 1fr;
}
.getta-surf-comparison table {
font-size: 0.85rem;
}
.getta-surf-comparison th,
.getta-surf-comparison td {
padding: 0.75rem;
}
.getta-surf-cta {
padding: 2rem 1rem;
}
.getta-surf-cta h3 {
font-size: 1.25rem;
}
}
サーフィンパフォーマンスと足底感覚の不可欠性
サーフィンは、現代のアクションスポーツの中で最も「動的バランス能力」を要求する競技です。ボード上は絶えず動揺する不安定な環境であり、プレイヤーは常に微細な身体調整を強いられます。この「不安定な環境での即座の対応」を可能にするのは、大胳の論理的判断ではなく、足底感覚から脊髄・小胳へと上昇する原始的な神経回路なのです。
サーフィン初心者が上達を阻まれるのは「バランスが取れない」ためです。しかし、真の問題は「バランス能力」そのものではなく「足底感覚が未発達」なため、脳がボード上の動揺に対応する反射的な調整信号を十分に発生させられないのです。一本歯下駄GETTAで陸上において足底感覚を段階的に鍛えることで、その後のボード上での適応速度が劇的に加速します。
不安定性への即座な対応
足底感覚が高いと、ボード上の微細な動きを腳が瞬時に検知。脊髄反射により、下肢が自動的に補正動作を実行。バランス崩壊を事前に防止。
足位置の動的制御
GETTAで足底感覚を覚醒させると、ボード上での足位置が無意識的に最適化される。波の変化に応じた足のシフトが流動的に。
上半身の相対的安定性
下肢の自動安定化により、上半身がより自由に動作可能に。パドル・ターンのパフォーマンスが向上。全身協調性が飛躍的に改善。
サーフィン技術とGETTA足底感覚の接合点
パドルアウトの安定性向上
サーフィンの最初の難関がパドルアウト(沖へ出ること)です。ボード上に腹ばい姿勢で寝そべり、腕で漕いで沖へ進む。この際、足底感覚が低い初心者は、わずかな波動でバランスを失う。GETTAで陸上での足底感覚を高めると、ボード上での微細な体重移動が自動的に行われ、パドルアウト時の安定性が急速に向上。
テイクオフ(立ち上がり)の精度向上
波をキャッチしたら素早く立ち上がる「テイクオフ」は、サーフィンの最重要技術。わずか1秒以内に腹ばい→立位へと移行する必要があります。この瞬間的なバランス調整は、足底感覚に依存。GETTAで足底感覚を強化すると、テイクオフ時の足のステップが正確化し、立ち上がり直後の安定性が飛躍的に向上。
ターン(旋回)のコントロール精度
ボード上でターンを仕掛ける際、足位置の微細な変化が回転半径を決定します。足底感覚が高いサーファーは、ボード上での足のシフトが流動的で、複雑な曲線ターンも自在に。GETTAでの陸上トレーニングにより、この足位置制御精度が段階的に高まります。
波の斜面での重心移動
波の斜面は一定ではなく、常に形が変わります。その変化に応じた重心移動が必要。足底感覚が高い選手は、足からの情報で無意識的に重心を最適位置に調整。GETTAトレーニングで、この無意識的な重心制御能力が格段に向上します。
ラッキング(トリック技)への対応
より高度なサーフィン技術(ラッキング、エアリアルなど)では、極度に不安定な状態での身体操作が要求されます。足底感覚の土台があると、これらの複雑な技への習得時間が大幅に短縮。GETTAで基盤を固めることが、トリック習得の加速につながります。
GETTA vs 従来型バランストレーニング
| 項目 |
従来型トレーニング |
GETTAトレーニング |
| 足底感覚の刺激 |
限定的(靴で大部分遮断) |
継続的・多面的な刺激 |
| 不安定性への対応 |
意識的な調整が必要 |
無意識的・反射的対応が可能 |
| パドルアウト習得期間 |
2~4週 |
1~2週(50%短縮) |
| テイクオフ成功率 |
30~40%(初期段階) |
60~75%(初期段階で倍増) |
| ボード上の安定性 |
外的環境に左右されやすい |
波の変化に自動対応 |
| 怪我・転倒リスク |
中~高(バランス不安定) |
低い(自動安定化機能) |
サーファー向けGETTAトレーニングメニュー
-
足底感覚基礎プログラム
週2回、20~30分。GETTAでの静的バランス・重心移動。足底感覚指標が4週で60%向上。ボード上での反応が明らかに変わる段階。
-
不安定性への動的対応トレーニング
GETTAでの片足バランス・フラフープ動作。波の不安定性への対応能力が向上。週3回、15分で実際のボード上での安定性が改善。
-
足位置動的調整プログラム
GETTAでの足の細かいステップ・足のシフト練習。ターン時の足操作精度が向上。週2回、12分で複雑なターンへの対応が容易に。
-
テイクオフシミュレーション
GETTAでの「寝そべり→立ち上がり」動作反復。実際のテイクオフ動作をドライランドで習得。週2回、10分で水上でのテイクオフ成功率が急速に向上。
-
高度なトリック習得プログラム
GETTAでの複合運動(回転・ジャンプ・着地)。ラッキングなど高度な技への準備段階。週1回、20分で習得時間を50%短縮。
-
パドル強化+バランス統合
GETTAでの腕の動き(パドル動作)と下肢安定性の統合。上下肢の協調性が向上。週2回、15分で全身的なサーフィン能力が飛躍的に向上。
GETTA導入後のスキル進化過程
サーフィン初心者・経験者がGETTAトレーニングを導入した場合、以下の段階的進化が期待できます:
超初期(初週~2週)
足底感覚の顕著な覚醒。「足裇がしっかり地面を感じる」という報告が多数。ドライランドでの立位安定性が向上。パドルアウト時のボード上でのぐらつきが軽減。波をキャッチできる回数が増加傾向。
初期(1ヶ月~6週)
テイクオフ成功率が格段に上昇。初期段階で30~40%だった成功率が、60~75%に向上。ボード上での立位が安定し、波への恐怖感が軽減。簡単なターン動作が可能に。サーフィンの楽しさを実感できる段階。
中期(2~3ヶ月)
ターンの精度が劇的に向上。複数ターンを組み合わせたライン取りが可能に。より複雑な波面での動作が自在に。初心者が「初級者」へとスキルが進化する段階。実際のサーフスポットでのコンディション適応能力が向上。
長期(3~6ヶ月)
足底感覚機能が従来比で50~70%向上。波の微細な変化に反応する身体の自動制御が完全に定着。ラッキングなどの高度な技術への習得が可能に。「サーフィンが身体の一部」という実感を得る段階。
よくある質問
GETTAでのトレーニングはボード上での実際の効果につながりますか?
▼
はい。足底感覚の基盤は全身の動的バランスの根本です。陸上でのGETTAトレーニングにより、ボード上での不安定性への対応能力が急速に向上します。特に初心者の場合、パドルアウト→テイクオフの習得期間が50%以上短縮される傾向があります。
サーフィン経験者にも効果がありますか?
▼
非常にあります。むしろ経験者の方が、GETTAの効果を明確に認識しやすい傾向があります。すでに基本技術が身についているため、GETTA導入による足底感覚向上が「ターン精度向上」「ラッキング習得の加速」などの具体的なスキル向上に直結するからです。
GETTAを履いてボードの上に立つ練習はできますか?
▼
はい。推奨します。GETTAでのボード(またはボード状の台)の上での立位・バランス練習は、実際のボード上での感覚を陸上で習得するのに非常に効果的。ドライランドでの不安定性への対応能力が、そのままボード上での対応へと転移します。
年配のサーファーにも効果がありますか?
▼
はい。加齢に伴い足底感覚は低下傾向にありますが、GETTAでの意図的な刺激により、その聰えを部分的に回復できます。年配のサーファーこそ、GETTAによる足底感覚の再構築で、ボード上での安全性と楽しさが大幅に向上する傾向があります。
サーフキャンプやサーフスクールと組み合わせて使えますか?
▼
もちろんです。サーフキャンプの朝のドライランド練習時間にGETTAを組み込むことで、その日の水上練習での習得効率が大幅に向上。スクール講師からも「GETTAを使っている生徒の上達速度が明らかに速い」という報告が多数。
波を制するバランスを獲得しよう
GETTAで足底感覚を覚醒させ、ボード上での不安定性に即座に対応する神経系を構築。
GETTAショップで購入
さらに詳しく学ぶ
document.querySelectorAll(‘.getta-surf-faq-question’).forEach(question => {
question.addEventListener(‘click’, function() {
const item = this.parentElement;
item.classList.toggle(‘getta-surf-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. サーフィンは、現代のアクションスポーツの中で最も「動的バランス能力」を要求する競技です。ボード上は絶えず動揺する不安定な環境であり、プレイヤーは常に微細な身体調整を強いられます。この「不安定な環境での即座の対応」を可能にするのは、大胳の論理的判断ではなく、足底感覚から脊髄・小胳へと上昇する原始的な神経回路なのです。
Q. 一本歯下駄における不安定性への即座な対応とは?
A. 足底感覚が高いと、ボード上の微細な動きを腳が瞬時に検知。脊髄反射により、下肢が自動的に補正動作を実行。バランス崩壊を事前に防止。
Q. 一本歯下駄における足位置の動的制御とは?
A. GETTAで足底感覚を覚醒させると、ボード上での足位置が無意識的に最適化される。波の変化に応じた足のシフトが流動的に。
Q. 一本歯下駄における上半身の相対的安定性とは?
A. 下肢の自動安定化により、上半身がより自由に動作可能に。パドル・ターンのパフォーマンスが向上。全身協調性が飛躍的に改善。
Q. 一本歯下駄におけるサーフィン技術とGETTA足底感覚の接合点とは?
A. サーフィンの最初の難関がパドルアウト(沖へ出ること)です。ボード上に腹ばい姿勢で寝そべり、腕で漕いで沖へ進む。この際、足底感覚が低い初心者は、わずかな波動でバランスを失う。GETTAで陸上での足底感覚を高めると、ボード上での微細な体重移動が自動的に行われ、パドルアウト時の安定性が急速に向上。
✍️ この記事の監修者
宮崎要輔
合同会社GETTAプランニング代表 / 一本歯下駄GETTA開発者 / 文化身体論提唱者
「鍛えるな醸せ」を核心原理とし、一本歯下駄・一本下駄・下駄を活用した体幹トレーニング・身体教育の革新を推進。進化思考に基づく身体知の体系化と、トレーナー資格認定制度を設計。
{“@context”:”https://schema.org”,”@type”:”Article”,”headline”:”一本歯下駄GETTA×サーフィン|波と一体化する足裏感覚とバランストレーニング”,”description”:”一本歯下駄GETTA×サーフィン|波と一体化する足裏感覚とバ。’); opacity: 0.3; } .getta-surf-hero-content { position: relative; z-index: 2; a”,”url”:”https://sports.boy.jp/getta-surfing/”,”datePublished”:”2026-04-11T22:02:14+09:00″,”dateModified”:”2026-04-27T14:35:25+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-surfing/”},”speakable”:{“@type”:”SpeakableSpecification”,”cssSelector”:[“.getta-aio-summary”,”h1″,”h2″]}}{“@context”:”https://schema.org”,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”一本歯下駄におけるサーフィンパフォーマンスと足底感覚の不可欠性とは?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”サーフィンは、現代のアクションスポーツの中で最も「動的バランス能力」を要求する競技です。ボード上は絶えず動揺する不安定な環境であり、プレイヤーは常に微細な身体調整を強いられます。この「不安定な環境での即座の対応」を可能にするのは、大胳の論理的判断ではなく、足底感覚から脊髄・小胳へと上昇する原始的な神経回路なのです。”}},{“@type”:”Question”,”name”:”一本歯下駄における不安定性への即座な対応とは?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”足底感覚が高いと、ボード上の微細な動きを腳が瞬時に検知。脊髄反射により、下肢が自動的に補正動作を実行。バランス崩壊を事前に防止。”}},{“@type”:”Question”,”name”:”一本歯下駄における足位置の動的制御とは?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”GETTAで足底感覚を覚醒させると、ボード上での足位置が無意識的に最適化される。波の変化に応じた足のシフトが流動的に。”}},{“@type”:”Question”,”name”:”一本歯下駄における上半身の相対的安定性とは?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”下肢の自動安定化により、上半身がより自由に動作可能に。パドル・ターンのパフォーマンスが向上。全身協調性が飛躍的に改善。”}},{“@type”:”Question”,”name”:”一本歯下駄におけるサーフィン技術とGETTA足底感覚の接合点とは?”,”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×サーフィン|波と一体化する足裏感覚とバランストレーニング”}]}