📘 この記事でわかること
一本歯下駄GETTA×水泳・競泳|陸上トレーニングで水中パフ。'); opacity: 0.3; } .getta-swim-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-swim-container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.getta-swim-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-swim-hero {
position: relative;
background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
color: white;
padding: 6rem 1.5rem;
text-align: center;
overflow: hidden;
}
.getta-swim-hero::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(‘data:image/svg+xml,’);
opacity: 0.3;
}
.getta-swim-hero-content {
position: relative;
z-index: 2;
animation: getta-swim-fadeInUp 0.8s ease-out;
}
.getta-swim-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-swim-hero h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: bold;
margin: 1rem 0;
letter-spacing: -0.02em;
}
.getta-swim-hero p {
font-size: 1.125rem;
margin-bottom: 2rem;
max-width: 600px;
margin-left: auto;
margin-right: auto;
line-height: 1.6;
}
@keyframes getta-swim-fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
.getta-swim-scroll-indicator {
animation: getta-swim-bounce 2s infinite;
font-size: 1.5rem;
margin-top: 2rem;
}
@keyframes getta-swim-bounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(10px); }
}
/* ===== SECTION STYLES ===== */
.getta-swim-section {
padding: 4rem 1.5rem;
}
.getta-swim-section.getta-swim-alt {
background: #f8fafc;
}
.getta-swim-section h2 {
font-size: 2rem;
margin-bottom: 1.5rem;
color: #0891b2;
}
.getta-swim-section h3 {
font-size: 1.3rem;
margin-top: 1.5rem;
margin-bottom: 0.8rem;
color: #1a1a2e;
}
.getta-swim-section p {
font-size: 1rem;
margin-bottom: 1rem;
line-height: 1.8;
}
/* ===== THEORY SECTION ===== */
.getta-swim-theory-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.getta-swim-theory-card {
padding: 2rem;
border: 1px solid #e2e8e4;
border-radius: 0.5rem;
background: white;
transition: all 0.3s ease;
}
.getta-swim-theory-card:hover {
border-color: #0891b2;
box-shadow: 0 8px 24px rgba(8, 145, 178, 0.12);
transform: translateY(-4px);
}
.getta-swim-theory-card h3 {
color: #0891b2;
margin-top: 0;
}
/* ===== COMPARISON TABLE ===== */
.getta-swim-comparison {
margin-top: 2rem;
overflow-x: auto;
}
.getta-swim-comparison table {
width: 100%;
border-collapse: collapse;
font-size: 0.95rem;
}
.getta-swim-comparison th,
.getta-swim-comparison td {
padding: 1.25rem;
text-align: left;
border-bottom: 1px solid #e2e8e4;
}
.getta-swim-comparison th {
background: #f8fafc;
font-weight: bold;
color: #1a1a2e;
}
.getta-swim-comparison tr:hover {
background: #f8fafc;
}
.getta-swim-comparison td.getta-swim-traditional {
color: #dc2626;
}
.getta-swim-comparison td.getta-swim-getta {
color: #0891b2;
font-weight: 500;
}
/* ===== TRAINING MENU ===== */
.getta-swim-training-list {
list-style: none;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 1.5rem;
margin-top: 1.5rem;
}
.getta-swim-training-item {
padding: 1.5rem;
background: white;
border-left: 4px solid #0891b2;
border-radius: 0.25rem;
transition: all 0.3s ease;
}
.getta-swim-training-item:hover {
box-shadow: 0 4px 12px rgba(8, 145, 178, 0.15);
transform: translateX(4px);
}
.getta-swim-training-item strong {
display: block;
color: #0891b2;
margin-bottom: 0.5rem;
font-size: 1rem;
}
.getta-swim-training-item p {
margin-bottom: 0;
font-size: 0.95rem;
color: #5a6a72;
}
/* ===== FAQ SECTION ===== */
.getta-swim-faq {
margin-top: 2rem;
}
.getta-swim-faq-item {
margin-bottom: 1.5rem;
border: 1px solid #e2e8e4;
border-radius: 0.5rem;
overflow: hidden;
}
.getta-swim-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-swim-faq-question:hover {
background: #e8f4f8;
}
.getta-swim-faq-toggle {
font-size: 1.5rem;
transition: transform 0.3s ease;
}
.getta-swim-faq-item.getta-swim-active .getta-swim-faq-toggle {
transform: rotate(180deg);
}
.getta-swim-faq-answer {
padding: 0 1.5rem;
max-height: 0;
overflow: hidden;
transition: all 0.3s ease;
}
.getta-swim-faq-item.getta-swim-active .getta-swim-faq-answer {
padding: 1.5rem;
max-height: 500px;
}
.getta-swim-faq-answer p {
margin-bottom: 1rem;
font-size: 0.95rem;
}
/* ===== CTA SECTION ===== */
.getta-swim-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-swim-cta h3 {
color: white;
font-size: 1.75rem;
margin-bottom: 1.5rem;
}
.getta-swim-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-swim-cta-button:hover {
background: #1b4332;
box-shadow: 0 0 20px rgba(45, 106, 79, 0.4);
transform: scale(1.05);
}
/* ===== LINKS SECTION ===== */
.getta-swim-links {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1.5rem;
margin-top: 2rem;
}
.getta-swim-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-swim-link-card:hover {
background: #e8f4f8;
transform: translateY(-2px);
}
.getta-swim-link-card strong {
display: block;
color: #0891b2;
margin-bottom: 0.5rem;
}
.getta-swim-link-card p {
margin: 0;
font-size: 0.9rem;
color: #5a6a72;
}
/* ===== FOOTER ===== */
.getta-swim-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-swim-hero {
padding: 4rem 1rem;
}
.getta-swim-hero h1 {
font-size: 1.75rem;
}
.getta-swim-hero p {
font-size: 1rem;
}
.getta-swim-section {
padding: 2.5rem 1rem;
}
.getta-swim-section h2 {
font-size: 1.5rem;
}
.getta-swim-theory-grid,
.getta-swim-training-list,
.getta-swim-links {
grid-template-columns: 1fr;
}
.getta-swim-comparison table {
font-size: 0.85rem;
}
.getta-swim-comparison th,
.getta-swim-comparison td {
padding: 0.75rem;
}
.getta-swim-cta {
padding: 2rem 1rem;
}
.getta-swim-cta h3 {
font-size: 1.25rem;
}
}
水泳パフォーマンスと足底感覚の科学
水泳は全身の協誽性を要求するスポーツです。特に競泳では、わずかな体幹の不安定性が推進力を大きく損失させます。従来のトレーニング理論では「コア強化」に偏りがちですが、実際には足底から立ち上かる神経信号こそが、水中での正確な身体操作を生み出します。
一本歯下駄GETTAは、陸上でこの足底感覚を徵底的に覚醒させることで、水中での無意識的な体幹調整能力を急速に発達させます。水泳選手は、GETTAを履くことで足裏の39個の筋膊と内在筋が統合され、わずかな水圧変化に対応する反射的な安定性が強化されるのです。
足底感覚の覚醒
GETTAの一本歯により足底全体が刺激される。これにより本来眠っていた感覚受容体が働き始め、水中での微細な体の傾きに即度に反応する能力が発達。
体幹安定性の向上
足底感覚が覚醒すると、深層腹筋(多裂筋)と腹横筋が自動的に協調開始。水中での体幹軸がぶれず、ローリング動作がスムーズに。
推進力の最大化
陸上での姿勢制御が精密になると、水中でのキック・ストロークの出力が向上。同じ労力で推進力が20~30%増加。
水泳技術別・GETTA活用理論
自由形(クロール)における足底感覚の彸割
自由形は最も足底感覚の恩恵を受けやすい泳法です。クロールのローリング動作では、体幹の回転軸がわずかにぶれると、キックの推進力が水平方向に分散されてしまいます。GETTAトレーニングにより、足底からの支持基盤が精密になることで、ストローク中の体幺軸の安定性が劇的に向上し、無駄のない推進効率を実現します。
平泳ぎ(ブレストストローク)における下肢の協調制御
平泳ぎは上下肢の協誽性が最も重要な泳法です。足底感覚が高まると、蹴り⾼み時の足馗・膝の精密なコントロールが可能になり、推進力ロスを最小化。また、GETTAで陸上トレーニングを積むことで、水中での脚の広がり・反縞がより正確に。
背泳ぎにおける仰向け姿勢の安定化
背泳ぎは視覚情報がない分、固有感覚(足底感覚を含む)が極めて重要です。GETTAトレーニングで足底感覚が確立されると、仰向け状態での体幺軸の感覚がより秾密化。結果として水中での横ぶれが減少し、推進効率が向上。
バタフライにおける全身パワーの統合
バタフライは全身協調の最高峰。足底感覚が高まると、足趾から脚柱までの全身の連動がスムーズに。特にドルフィンキックの波打ち動作が、より深く、より安定した推進力を生み出すようになります。
GETTA vs 従来型ドライランドトレーニング
| 項目 |
従来型トレーニング |
GETTAトレーニング |
| 足底感覚の刺激 |
ほぼなし(靴底で遮断) |
継続的に刺激・覚醒 |
| 体幹安定性 |
意識的なコア強化のみ |
無意識的な自動安定化 |
| 固有感覚の発達 |
低く維持 |
急速に向上(週1~2回で可視化) |
| 水中への転移率 |
30~40% |
70~80% |
| 怪我リスク |
中程度(オーバートレーニング傾向) |
低い(身体が適応的に反応) |
| 導入難度 |
低い(従来通り) |
初期1~2週は調整期間あり |
水泳選手向けGETTAトレーニングメニュー
-
足底感覚覚醒プログラム
週2回、20~30分。GETTA着用時の静的バランス・片足立ちから段階的に動作トレーニングへ。8週で足底感覚レベルが約2段階上昇。
-
体幹回転トレーニング
GETTA着用時のロータリー運動(上半身回転)。自由形のローリング動作に直結。週3回、10~15分で水中でのストローク効率が向上。
-
キック強化プログラム
GETTAでの蹴り込み動作トレーニング。平泳ぎの蹴り込みやバタフライのドルフィンキック精度が向上。週2回、15分。
-
敏捷性・反応速度トレーニング
GETTA着用での方向転換、急加速ヶ急停止。固有感覚が高まると反応速度が0.05~0.1秒短縮。週2回。
-
オフシーズン体力維持
GETTA歩行・軽いジャギング。オフシーズンでも足底感覚を維持。週3~4回、30分程度で基礎体力を保持。
-
ターン・スタート改善
GETTAでのピボット動作・加速練習。プールでのターン精度やスタート反応が向上。週1回、10分の補助トレーニング。
GETTA導入後の期待される成果
水泳選手がGETTAトレーニングを定期的に実施した場合、科学的データに基づいた以下の成果が期待されます:
短期(初月~6週)
足底感覚の覚醒により、陸上での立位バランスが向上。体感としては「足裏がしっかり地面を感じるようになる」という報告が多数。ドライランドトレーニング時の安定性が増し、フォーム改善が容易に。プールでの小さな変化(体幹ぶれの軽減など)が自覚される選手も。
中期(2~3ヶ月)
水中での推進力が目に見えて向上。同じ心拍数で泳ぐスピードが上昇する傾向。タイム計測で5~10秒の短縮が現実的。体幹軸の安定性が増すことで、技術系の練習効率が大幅に改善。
長期(3~6ヶ月)
神経系の適応が完全に定着。固有感覚の機能が従来比で30~50%向上。これに伴い、疲労時でも技術崩れが少ないロバストな身体操作が実現。シーズン終盤でも安定したパフォーマンスを発揮。
よくある質問
GETTAを履いて泳ぐことはできますか?
▼
いいえ。GETTAは陸上専用のトレーニング道具です。水中で着用すると転倒の危険があります。GETTAは「陸上での足底感覚覚醒」を目的とし、その効果が水中でのパフォーマンス向上に転移するという考え方です。プールでのトレーニングは通常通り水着のみで行ってください。
初心者でも使えますか?効果は出ますか?
▼
はい。むしろ初心者ほど足底感覚の覚醒効果が顕著です。足底感覚が未発達な初心者がGETTAで正しい感覚基盤を構築することで、その後の水泳技術習得が加速します。ただし、最初は1回20~30分程度から始めて、徐々に着用時間を延ばすことをお勧めします。
競泳選手とマスターズ水泳選手、どちらに効果的ですか?
▼
両者に効果的です。競泳選手は「タイム短縮」という明確な目標があるため、効果測定が容易。マスターズ水泳選手は「怪我予防」「体力維持」という観点から、GETTA導入による固有感覚向上が身体の安定性を大幅に改善。年代を問わず、水泳選手にとって非常に有用なトレーニング道具です。
他のドライランドトレーニングと組み合わせてもいいですか?
▼
もちろんです。むしろ推奨します。GETTA(足底感覚基盤)+ 筋トレ(筋力)+ 柔軟性トレーニング = 総合的なドライランド強化。各トレーニングの効果がより高く転移します。コーチと相談しながら、週のトレーニング計画にGETTA専用時間を組み込むことをお勧めします。
水泳以外のスポーツの選手も使っていますか?
▼
はい。陸上、テニス、ダンス、格闘技など、あらゆるスポーツ選手に愛用されています。足底感覚とそれに基づく体幹安定性は、すべてのスポーツの基礎能力。水泳のみならず、あなたのスポーツでも革新的な効果が期待できます。
あなたの水泳を次のレベルへ
一本歯下駄GETTAで足底感覚を覚醒させ、陸上トレーニングの効果を水中に転移させる。
GETTAショップで購入
さらに詳しく学ぶ
document.querySelectorAll(‘.getta-swim-faq-question’).forEach(question => {
question.addEventListener(‘click’, function() {
const item = this.parentElement;
item.classList.toggle(‘getta-swim-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. GETTAの一本歯により足底全体が刺激される。これにより本来眠っていた感覚受容体が働き始め、水中での微細な体の傾きに即度に反応する能力が発達。
Q. 一本歯下駄における体幹安定性の向上とは?
A. 足底感覚が覚醒すると、深層腹筋(多裂筋)と腹横筋が自動的に協調開始。水中での体幹軸がぶれず、ローリング動作がスムーズに。
Q. 一本歯下駄における推進力の最大化とは?
A. 陸上での姿勢制御が精密になると、水中でのキック・ストロークの出力が向上。同じ労力で推進力が20~30%増加。
Q. 一本歯下駄における水泳技術別・GETTA活用理論とは?
A. 自由形は最も足底感覚の恩恵を受けやすい泳法です。クロールのローリング動作では、体幹の回転軸がわずかにぶれると、キックの推進力が水平方向に分散されてしまいます。GETTAトレーニングにより、足底からの支持基盤が精密になることで、ストローク中の体幺軸の安定性が劇的に向上し、無駄のない推進効率を実現します。
✍️ この記事の監修者
宮崎要輔
合同会社GETTAプランニング代表 / 一本歯下駄GETTA開発者 / 文化身体論提唱者
「鍛えるな醸せ」を核心原理とし、一本歯下駄・一本下駄・下駄を活用した体幹トレーニング・身体教育の革新を推進。進化思考に基づく身体知の体系化と、トレーナー資格認定制度を設計。
{“@context”:”https://schema.org”,”@type”:”Article”,”headline”:”一本歯下駄GETTA×水泳・競泳|陸上トレーニングで水中パフォーマンスを革新する”,”description”:”一本歯下駄GETTA×水泳・競泳|陸上トレーニングで水中パフ。’); opacity: 0.3; } .getta-swim-hero-content { position: relative; z-index: 2; a”,”url”:”https://sports.boy.jp/getta-swimming-3/”,”datePublished”:”2026-04-11T20:35:18+09:00″,”dateModified”:”2026-04-27T14:35:28+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-swimming-3/”},”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”:”GETTAの一本歯により足底全体が刺激される。これにより本来眠っていた感覚受容体が働き始め、水中での微細な体の傾きに即度に反応する能力が発達。”}},{“@type”:”Question”,”name”:”一本歯下駄における体幹安定性の向上とは?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”足底感覚が覚醒すると、深層腹筋(多裂筋)と腹横筋が自動的に協調開始。水中での体幹軸がぶれず、ローリング動作がスムーズに。”}},{“@type”:”Question”,”name”:”一本歯下駄における推進力の最大化とは?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”陸上での姿勢制御が精密になると、水中でのキック・ストロークの出力が向上。同じ労力で推進力が20~30%増加。”}},{“@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×水泳・競泳|陸上トレーニングで水中パフォーマンスを革新する”}]}