カウンターウエイトおすすめヨーヨー&ウエイト

A collection page of Yo-Yo Store REWIND

categoryLinked from the homepage
Products
18
Active ads
0
Depth
Click depth 1
Published
2022/01/22

About

Counterweight Style (5A) ウエイトが描く無限の軌道! カウンターウエイトを始めよう! 指から離れるヨーヨーと、宙を舞うウエイトの絶妙なバランス。 「ヌンチャク」のようにダイナミックなトリックで、 新しいプレイスタイルを手に入れよう。 おすすめアイテムを見る カウンターウエイト(5A)とは 通常ヨーヨーは中指にストリング(ヒモ)を付けますが、カウンターウエイトでは指に付けず、代わりに ウエイト(おもり)をストリングに付けてプレイ します。 ウエイトを手から離したりキャッチしたりすることで、ヨーヨーとウエイトの絶妙なバランスが生まれ、独自のトリックをできるのが特徴です。 見た目の派手なトリックが多く、振り回す姿が 「ヌンチャク」 のようだと例えられることもあります。 まずはここから!おすすめウエイト 初心者におすすめ キャンディーダイス 「ソフトキャンディー」 初めての5Aに最適! 当たっても痛くないソフト素材で、安心して練習できます。 いつものヨーヨーに付けるだけで、すぐにスタート可能! 商品の詳細・カラーを見る カウンターウエイトの始め方 → /* ========== 5A (Counterweight) Collection Styles ========== */ :root { /* Black/Grey Palette: Cool, Technical, Premium */ /* 背景: ダークグレーからチャコールブラックへの深いグラデーション */ --cw-bg-gradient: linear-gradient(135deg, #424242 0%, #212121 100%); /* アクセント: 視認性を高めるためのプラチナシルバー/明るいグレー */ --cw-accent-color: #BDBDBD; /* ハイライト: 重要な強調箇所には少し青みがかったグレーを使用 */ --cw-highlight-color: #ECEFF1; /* テキスト: 背景が暗いので白ベース */ --cw-text-main: #212121; /* コンテンツエリアの文字色(白背景上) */ --cw-text-sub: #424242; --cw-text-on-dark: #FFFFFF; /* ヒーローエリアの文字色(黒背景上) */ } .cw-wrapper { font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; color: var(--cw-text-main); } /* ヒーローセクション */ .cw-hero-section { background: var(--cw-bg-gradient); padding: 60px 20px; margin-bottom: 40px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 40px; position: relative; overflow: hidden; } .cw-hero-content { flex: 1 1 400px; max-width: 500px; text-align: left; z-index: 1; color: var(--cw-text-on-dark); } .cw-hero-label { display: inline-block; font-size: 0.9em; font-weight: 700; color: var(--cw-text-on-dark); background: rgba(255, 255, 255, 0.15); /* 半透明の白 */ padding: 4px 12px; border-radius: 2px; /* 少し角ばらせてクールに */ letter-spacing: 0.05em; margin-bottom: 15px; text-transform: uppercase; border: 1px solid rgba(255, 255, 255, 0.3); } .cw-hero-title { font-size: 2.2em; font-weight: 800; margin-bottom: 20px; line-height: 1.3; color: var(--cw-text-on-dark) !important; text-shadow: 0 4px