オフストリングヨーヨー
A collection page of Yo-Yo Store REWIND
About
Offstring Yoyo Style ヨーヨーが宙を舞う!? オフストリングを始めよう! ストリングから離れてヨーヨーが空中を舞う、ダイナミックなスタイル。 初心者でも安心して始められる、おすすめモデルをご紹介します。 初めての1個を選ぶ オフストリングとは? オフストリングは、ヨーヨーがストリング(糸)から離れた状態で行うスタイルです。 大きくてダイナミックな動きが特徴で、 空中でキャッチする爽快感 は他のスタイルでは味わえません。 初心者向けの柔らかいモデルを選べば、安全に楽しく始められます! 初めてのオフストリングモデルのおすすめはこちら! バイパーリミックス 柔らかいウイングで安心してプレイできる。 安価で安心な設計 ¥4,990 詳細を見る 世界チャンピオン監修 コントレイル 世界チャンピオン監修。 高い性能でコストパフォーマンス抜群 ¥7,990〜 詳細を見る 始め方を見る → /* ========== Offstring (4A) Collection Styles ========== */ :root { /* Green Palette: 自然、安心、ダイナミック */ /* 目に痛くない、深みのあるグリーンと爽やかなグリーンのグラデーション */ --os-bg-gradient: linear-gradient(135deg, #388E3C 0%, #81C784 100%); --os-accent-color: #2E7D32; /* アクセント用の濃いグリーン */ --os-text-main: #1B5E20; /* テキスト用の非常に濃いグリーン */ --os-text-sub: #333333; --os-highlight: #C8E6C9; /* マーカー用(薄いグリーン) */ } .os-wrapper { font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; color: var(--os-text-sub); } /* ヒーローセクション */ .os-hero-section { background: var(--os-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; } .os-hero-content { flex: 1 1 400px; max-width: 500px; text-align: left; z-index: 1; color: #fff; } .os-hero-label { display: inline-block; font-size: 0.9em; font-weight: 700; color: #fff; background: rgba(255, 255, 255, 0.2); padding: 4px 12px; border-radius: 20px; letter-spacing: 0.05em; margin-bottom: 15px; text-transform: uppercase; } .os-hero-title { font-size: 2.5em; font-weight: 800; margin-bottom: 20px; line-height: 1.3; color: #fff !important; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); } .os-hero-description { font-size: 1.1em; line-height: 1.8; margin-bottom: 30px; color: #f1f8e9; /* オフホワイト */ font-weight: 500; } .os-hero-cta { display: inline-block; background: #fff !important; color: var(--os-text-main) !important; font-weight: 700; padding: 14px 32px; text-decoration: none; border-radius: 50px; transition: