OCEAN RED
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow+Condensed:wght@600;700;900&display=swap'); .ocb * { box-sizing: border-box; margin: 0; padding: 0; } .ocb { font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Yu Gothic', sans-serif; font-weight: 500; color: #ffffff; background: #d32f2f; width: 100%; overflow: hidden; line-height: 1.8; } /* ── HERO ── */ .ocr-hero { position: relative; background: #d32f2f; padding: 56px 40px 60px; overflow: hidden; min-height: 420px; display: flex; flex-direction: column; justify-content: flex-end; } .ocr-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(to right, rgba(255,255,255,0.3), #ffffff, rgba(255,255,255,0.3)); } .ocr-glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 65% 55% at 70% 25%, rgba(255,80,80,.15) 0%, transparent 60%), radial-gradient(ellipse 40% 50% at 5% 80%, rgba(255,80,80,.08) 0%, transparent 50%); } .ocr-badge { position: absolute; top: 24px; right: 40px; border: 1px solid #ef9a9a !important; padding: 6px 14px; font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 3px; color: #ffcdd2; text-transform: uppercase; background: none; } .ocr-tag { font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 4px; color: #0077cc; text-transform: uppercase; margin-bottom: 14px; position: relative; z-index: 1; } .ocr-h-title { font-family: 'Bebas Neue', Arial, sans-serif !important; font-size: clamp(52px, 12vw, 110px) !important; line-height: 0.9 !important; letter-spacing: 2px !important; color: #0a1a2a !important; margin: 0 0 4px !important; padding: 0 !important; border: none !important; background: none !important; position: relative; z-index: 1; } .ocr-h-title span { color: #ffffff; display: block; } .ocr-catch-tag { font-family: 'Barlow Condensed', Arial, sans-serif; font-size: clamp(14px, 3vw, 22px); font-weight: 700; letter-spacing: 5px; color: #ffcdd2; text-transform: uppercase; margin: 12px 0 20px; position: relative; z-index: 1; } .ocr-hero-sub { font-size: 14px; font-weight: 500; color: #ffffff; line-height: 2; position: relative; z-index: 1; } .ocr-hero-sub strong { color: #ffffff; } /* ── CATCH ── */ .ocr-catch { background: #d32f2f; padding: 48px 40px 36px; border-top: 1px solid #ef5350; position: relative; } .ocr-catch::before { content: ''; position: absolute; top: 0; left: 40px; right: 40px; height: 1px; background: linear-gradient(to right, transparent, rgba(255,255,255,0.5), transparent); } .ocr-catch-main { font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Yu Gothic', sans-serif !important; font-size: clamp(26px, 5vw, 46px) !important; font-weight: 900 !important; color: #ffffff !important; line-height: 1.4 !important; margin: 0 0 14px !important; padding: 0 !important; border: none !important; background: none !important; } .ocr-catch-sub { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.85); line-height: 1.9; } /* ── LAYOUT ── */ .ocr-sec { background: #d32f2f; padding: 48px 40px; } .ocr-div { padding: 0 40px; border-top: 1px solid #ef5350; } .ocr-lbl { font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 5px; color: #ffffff; text-transform: uppercase; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; } .ocr-lbl::after { content:''; width:28px; height:1px; background:#ffffff; display:inline-block; } .ocr-ttl { font-family: 'Bebas Neue', Arial, sans-serif !important; font-size: clamp(36px, 6vw, 56px) !important; letter-spacing: 2px !important; color: #0a1a2a !important; margin: 0 0 28px !important; padding: 0 !important; border: none !important; background: none !important; line-height: 1.1 !important; } /* ── ポジションカード(3カラー) ── */ .ocr-color-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #ef5350; border: 1px solid #ef5350; margin-bottom: 0; } .ocr-color-card { padding: 18px 16px; background: #d32f2f; display: flex; flex-direction: column; align-items: center; gap: 6px; } .ocr-color-dot { width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; } .ocr-color-name { font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #ffcdd2; } .ocr-color-card.active { background: #d32f2f; } .ocr-color-card.active .ocr-color-name { color: #ffffff; } /* ── BENEFITS ── */ .ocr-ben { padding: 24px 0; border-bottom: 1px solid #ef5350; display: flex; gap: 20px; align-items: flex-start; } .ocr-ben:first-of-type { border-top: 1px solid #ef5350; } .ocr-bnum { font-family: 'Bebas Neue', Arial, sans-serif; font-size: 40px; color: #ffcdd2; line-height: 1; flex-shrink: 0; width: 48px; } .ocr-btit { font-size: 15px !important; font-weight: 700 !important; color: #0a1a2a !important; margin: 0 0 6px !important; padding: 0 !important; border: none !important; background: none !important; line-height: 1.4 !important; } .ocr-btxt { font-size: 13px; font-weight: 500; color: #ffffff; line-height: 1.85; } /* ── FEATURES ── */ .ocr-feat-list { display: flex; flex-direction: column; gap: 1px; background: #ef5350; border: 1px solid #ef5350; } .ocr-fb { background: #d32f2f; padding: 22px 24px; } .ocr-fc { font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 3px; color: #ffffff; text-transform: uppercase; margin-bottom: 4px; display: block; } .ocr-fn { font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Yu Gothic', sans-serif !important; font-size: 20px !important; font-weight: 900 !important; color: #0a1a2a !important; margin: 0 0 12px !important; padding: 0 !important; line-height: 1.25 !important; display: block; } .ocr-fb ul { list-style: none; padding: 0; margin: 0; } .ocr-fb li { font-size: 13px; font-weight: 500; color: #ffffff; padding: 4px 0 4px 18px; position: relative; line-height: 1.7; border: none !important; } .ocr-fb li::before { content:'—'; position:absolute; left:0; color:rgba(255,255,255,0.5); } /* ── 90FIT ── */ .ocr-tech { display: flex; align-items: stretch; border: 1px solid #0077cc; overflow: hidden; margin-top: 10px; background: rgba(255,100,100,0.08); } .ocr-tech-badge { background: #b71c1c; padding: 18px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; min-width: 80px; } .ocr-tech-num { font-family: 'Bebas Neue', Arial, sans-serif; font-size: 28px; letter-spacing: 2px; line-height: 1; color: #ffffff; } .ocr-tech-unit { font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 8px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.85); margin-top: 3px; font-weight: 700; } .ocr-tech-body { padding: 18px 20px; background: #d32f2f; } .ocr-tech-title { color: #ffffff !important; font-family: 'Bebas Neue', Arial, sans-serif !important; font-size: 16px !important; letter-spacing: 1px !important; margin: 0 0 5px !important; color: #0a1a2a !important; border: none !important; background: none !important; } .ocr-tech-desc { font-size: 12px; font-weight: 500; color: #ffffff; line-height: 1.85; margin: 0; } /* ── SPEC TABLE ── */ .ocr-tbl, .ocr-tbl thead, .ocr-tbl tbody, .ocr-tbl tfoot, .ocr-tbl tr, .ocr-tbl th, .ocr-tbl td { border: none !important; border-collapse: collapse; background: none; } .ocr-tbl { width: 100%; border-collapse: collapse !important; } .ocr-tbl tr { border-bottom: 1px solid #ef5350 !important; } .ocr-tbl tr:first-child { border-top: 1px solid #ef5350 !important; } .ocr-tbl td { padding: 13px 8px !important; font-size: 14px !important; vertical-align: middle !important; } .ocr-tbl td:first-child { font-family: 'Barlow Condensed', Arial, sans-serif !important; font-size: 10px !important; font-weight: 700 !important; letter-spacing: 2px !important; color: #ffffff !important; text-transform: uppercase !important; width: 100px !important; } .ocr-tbl td:last-child { color: #0a1a2a !important; font-weight: 600 !important; } /* ── 他モデル比較 ── */ .ocr-cmp { display: flex; flex-direction: column; gap: 1px; background: #ef5350; border: 1px solid #ef5350; } .ocr-ci { background: #d32f2f; padding: 24px 28px; } .ocr-ci-active { background: #ffffff; border-left: 5px solid #111111; padding: 32px 28px; } .ocr-ci-other { border-left: 4px solid #0d2040; opacity: 0.8; } .ocr-ci-badge { font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #ffcdd2; margin-bottom: 4px; } .ocr-ci-name { font-family: 'Bebas Neue', Arial, sans-serif !important; font-size: 32px !important; letter-spacing: 2px !important; color: #ffffff !important; margin: 0 0 6px !important; padding: 0 !important; border: none !important; background: none !important; } .ocr-ci-tag { display: inline-block; font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 3px 10px; margin-bottom: 10px; } .ocr-ci-active .ocr-ci-badge { color: #888888; } .ocr-ci-active .ocr-ci-name { color: #111111 !important; font-size: 42px !important; } .ocr-ci-active .ocr-ci-txt { color: #333333; font-weight: 600; } .ocr-ci-active .ocr-ci-tag { background: #d32f2f; color: #ffffff; font-weight: 700; } .ocr-ci-other .ocr-ci-tag { background: #ef5350; color: #666; } .ocr-ci-txt { font-size: 13px; font-weight: 500; color: #ffffff; line-height: 1.85; } /* ── BRAND STORY ── */ .ocr-story { display: grid; grid-template-columns: 3px 1fr; gap: 24px; align-items: start; } .ocr-story-bar { background: linear-gradient(to bottom, #ffffff, transparent); align-self: stretch; min-height: 80px; border-radius: 2px; } .ocr-story-body { font-size: 13px; line-height: 2.0; color: #ffcdd2; margin: 0; } .ocr-story-body strong { color: #ffffff; font-weight: 700; } .ocr-story-list { list-style: none; padding: 0; margin: 16px 0 0 0; display: flex; flex-direction: column; gap: 8px; } .ocr-story-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; line-height: 1.7; color: #ffcdd2; background: #d32f2f; border-left: 3px solid #ffffff; padding: 10px 14px; font-weight: 500; } .ocr-story-list li span { font-weight: 700; color: #ffffff; flex-shrink: 0; white-space: nowrap; } /* ── TRUST ── */ .ocr-trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #ef5350; border: 1px solid #ef5350; } .ocr-trust-item { background: #d32f2f; padding: 22px 20px; display: flex; gap: 14px; align-items: flex-start; } .ocr-trust-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; } .ocr-trust-title { font-size: 13px; font-weight: 700; color: #ffffff; margin: 0 0 6px 0; font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif; } .ocr-trust-desc { font-size: 12px; line-height: 1.8; color: #ffcdd2; margin: 0; } .ocr-trust-desc strong { color: #ffffff; font-weight: 700; } /* ── TARGET ── */ .ocr-tgt { list-style: none; padding: 0; margin: 0; } .ocr-tgt li { padding: 14px 0; border-bottom: 1px solid #ef5350 !important; border-top: none !important; border-left: none !important; border-right: none !important; font-size: 14px; font-weight: 600; color: #ffffff; display: flex; align-items: flex-start; gap: 12px; line-height: 1.6; background: none; } .ocr-tgt li:first-child { border-top: 1px solid #ef5350 !important; } .ocr-tgt li::before { content:'✓'; color:#ffffff; font-weight:700; flex-shrink:0; } /* ── CAUTION ── */ .ocr-caut { list-style: none; padding: 24px 28px; margin: 0; border: 1px solid #0d2040 !important; background: #d32f2f; display: flex; flex-direction: column; gap: 10px; } .ocr-caut li { font-size: 13px; font-weight: 500; color: #ffcdd2; padding-left: 16px; position: relative; line-height: 1.75; border: none !important; background: none; } .ocr-caut li::before { content:'!'; position:absolute; left:0; color:#1a3a7a; font-weight:700; } /* ── CLOSING ── */ .ocr-closing { padding: 48px 40px; border-top: 1px solid #ef5350; position: relative; overflow: hidden; } .ocr-closing::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(255,80,80,0.08) 0%, transparent 65%); pointer-events: none; } .ocr-closing-line { width: 32px; height: 2px; background: #ffffff; margin: 0 0 22px; } .ocr-closing-h { font-family: 'Bebas Neue', Arial, sans-serif !important; font-size: clamp(28px, 5vw, 44px) !important; letter-spacing: 3px !important; line-height: 1.15 !important; margin: 0 0 18px !important; color: #0a1a2a !important; border: none !important; background: none !important; position: relative; z-index: 1; } .ocr-closing-h em { font-style: normal; color: #ffffff; } .ocr-closing-body { font-size: 14px; line-height: 2.0; color: #ffcdd2; margin: 0; position: relative; z-index: 1; } .ocr-closing-body strong { color: #ffffff; font-weight: 700; } .ocr-closing-cta { background: linear-gradient(135deg, #ffffff, #ffcccc, #ffffff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 900 !important; font-size: 15px; } /* ── FAQ ── */ .ocr-fi { border-bottom: 1px solid #ef5350 !important; border-top: none !important; border-left: none !important; border-right: none !important; background: none; } .ocr-fi:first-child { border-top: 1px solid #ef5350 !important; } .ocr-fq { width:100%; background: none !important; border: none !important; outline:none; color: #0a1a2a !important; font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', Arial, sans-serif; font-size: 14px !important; font-weight: 600 !important; text-align:left; padding: 18px 32px 18px 0 !important; cursor:pointer; position:relative; display:flex; align-items:center; gap:10px; line-height: 1.5; } .ocr-fql { font-family: 'Bebas Neue', Arial, sans-serif; font-size: 18px; color: #ffffff; flex-shrink:0; } .ocr-fic { position:absolute; right:0; top:50%; transform:translateY(-50%); font-size: 20px; color: #ffcdd2; transition: transform .25s; line-height: 1; font-weight: 300; } .ocr-fi.ocr-op .ocr-fic { transform:translateY(-50%) rotate(45deg); color: #ffffff; } .ocr-fa { display:none; padding: 0 0 18px 28px !important; font-size: 13px; font-weight: 500; color: #ffcdd2; line-height: 1.9; border: none !important; background: none; } .ocr-fi.ocr-op .ocr-fa { display:block; } /* ── HERO LOGO ── */ .hero-logo-wrap { display: flex; align-items: flex-end; gap: 20px; flex-wrap: nowrap; position: relative; z-index: 1; margin-bottom: 4px; } .hero-logo-img { width: 52px; height: auto; opacity: 0.75; flex-shrink: 0; margin-bottom: 6px; } /* ── MARQUEE ── */ .ocr-mq { border-top: 1px solid #ef5350; background: #b71c1c; padding: 28px 0; overflow:hidden; } .ocr-mq-t { font-family: 'Bebas Neue', Arial, sans-serif; font-size: clamp(28px, 4vw, 44px); letter-spacing: 4px; color: rgba(255,255,255,0.15); white-space: nowrap; display: inline-block; animation: ocrmq 22s linear infinite; } @keyframes ocrmq { from { transform:translateX(0); } to { transform:translateX(-50%); } } @media (max-width: 600px) { .ocr-hero { padding: 48px 20px 48px; } .ocr-badge { right: 20px; } .ocr-catch { padding: 36px 20px 28px; } .ocr-sec { padding: 36px 20px; } .ocr-div { padding: 0 20px; } .ocr-trust-grid { grid-template-columns: 1fr; } .ocr-closing { padding: 36px 20px; } .ocr-tech { flex-direction: column; } .ocr-tech-badge { flex-direction: row; justify-content: flex-start; gap: 10px; padding: 12px 16px; min-width: unset; } .ocr-color-grid { grid-template-columns: 1fr; } } Hashtag One Japan — MIDDLE MODEL GK Gloves — Red / Black OCEANRED PASSION. ENDURE. DOMINATE. 情熱の赤をまとい、ピッチで圧倒する。ハイブリッドグローブ。 これまでにない密着感が、ゴールキーパーのパフォーマンスを最大限に引き出す。 試合でもトレーニングでも——妥協しない一双がここにある。 熱く、密着する。 情熱と密着感が、ゴールキーパーの本能を呼び覚ます。 Why OCEAN 3つの理由 01 ハイブリッドネガティブカット——従来を超えた密着感 ネガティブカットをベースにしたハイブリッド設計で、手全体にしっかりと密着。指がボールに触れる面積を広げることで、理想的なキャッチングを実現する。「グローブをはめている」感覚ではなく、「手がボールに直接触れている」感覚が得られる。 02 ネオプレン素材——試合もトレーニングも、高耐久で使い続ける ネオプレン素材が弾力性・柔軟性・吸湿性を向上。シワになりにくく、長く高性能を維持できる設計で、毎日の練習量が多いGKに選ばれるモデルだ。 03 ドイツ品質 × 日本仕様——唯一無二の組み合わせ ドイツ発祥のGKグローブブランドを、日本人GKのために独自にカスタマイズ。サイズ設計からカラー展開まで日本仕様にこだわり抜いた、他にはない一双。 Technology テクノロジー Palm 4mm コンタクトグリップ 全天候対応のドイツ製特殊ラバーによる安定したグリップ力 4mmの厚みがボールの衝撃を分散し、指への負担を軽減 雨天・晴天問わず、安定したパフォーマンスを発揮 Cut ハイブリッドネガティブカット 指のサイドをラテックスで内側から覆い、各指に密着する設計 手全体にしっかりフィットし、ボール接地面積を最大化 「グローブをはめている感覚」を消す、究極の密着感 Body ネオプレン素材 弾力性・柔軟性・吸湿性を高次元でバランス シワになりにくく、長時間使用でも高性能を維持 試合・トレーニング兼用の高耐久設計 Backhand / Thumb 厚みのあるバックハンド + 親指ダブルロール 厚みのあるバックハンドが安定したパンチングをサポート 親指ダブルロール構造で引っかかりのないストレスフリーな着け心地 90 Fit Tech 90 Fit Technology — Hashtag One 独自開発 グローブ内部に特殊シリコンゲル「90 Fit」を搭載。着用中の中ズレを防ぎ、キックオフから終了笛まで90分間を通して最高のパフォーマンスを持続させる。 Spec スペック Cut ハイブリッドネガティブカット Palm 4mm コンタクトグリップ(全天候対応) Body ネオプレン素材(弾力性・柔軟性・吸湿性) Backhand 厚みのあるバックハンド(安定パンチング設計) Thumb 親指ダブルロール構造 Function 90 Fit(パーム内側・特殊シリコンゲル) Color Red / Black(他 Blue・Yellow 展開) Size 7 / 8 / 9 / 10 Scene 試合・トレーニング兼用 Price ¥14,530(税込) Color Line Up RED ← Now BLUE YELLOW Compare OCEANを選ぶ理由 This Model OCEAN フィット・耐久・兼用 ハイブリッドネガティブカットで手全体に密着する究極のフィット感。ネオプレン素材の高耐久設計で試合もトレーニングも兼用できる。¥14,530のミドルモデルながら本格的な性能を持ち、上位モデルへの入り口としても最適。 Upper Model ENDBOSS / FUERZA 最上位・試合特化 圧倒的なグリップ力と最上位カット設計。試合のパフォーマンスを最大化したい上級者向けモデル。¥17,500〜18,000。 Lower Model FEARLESS コスパ・入門 GK初心者やサブグローブとしての入門モデル。¥9,460。 Brand Story ドイツ品質を日本人GKのために。 Hashtag One Japanは、「本物のGKグローブを日本人ゴールキーパーに届ける」という使命のもと設立されたブランドだ。 ドイツ発祥のHashtag Oneがもつ高い品質をベースに、日本人の手に合わせたサイズ設計・日本市場向けのカラー展開・国内での全品検品を徹底することで、単なる輸入品とは一線を画す「日本のGKのためのグローブ」を実現している。 🇩🇪 ドイツ直輸入ヨーロッパのプロ基準で製造された正規品のみを取り扱い 📐 日本人設計手の形・指の細さを考慮したサイズ展開と日本限定カラーを展開 🛡 国内全品検品発送前に1点ずつ国内倉庫にて検品・品質確認を実施 💬 日本語サポートGKを知るスタッフが購入前から購入後まで日本語で対応 安心して購入するために 4つの保証 📏 サイズが心配な方へ 中指の先〜手のひらの根本を測るだけ。7〜10号展開。実測値に合うサイズをお選びください。迷ったらお気軽にご相談を。 🛡 品質が心配な方へ 全点、国内倉庫で検品してから発送。直輸入品ゆえの微細な傷・汚れが稀にあります(詳細は下記注意事項をご確認ください)。 📦 配送について 送料全国一律¥800。在庫品は迅速発送、追跡番号付きでお届け状況も確認できます。 💬 購入前に相談したい方へ サイズ・商品選びはGKを知るスタッフが直接サポート。SNS DM・お問い合わせページからどうぞ。 For こんなGKに 試合とトレーニングを同じグローブで使いたいGK 情熱的なプレースタイルで相手を圧倒したいGK 本格モデルを手の届く価格で使いたい中級者GK グローブがすぐ劣化してしまうと感じてきた 中学生〜社会人まで、本気でプレーしたいすべてのGK Notice 注意事項 サイズは中指の先から手のひらの根本を計測してください。実測値に合うサイズをお選びください。 使用後は必ずぬるま湯で手洗いし、直射日光を避けて陰干ししてください。 ドイツからの直輸入商品のため、小さな傷や汚れなどがみられる可能性もございます。当店にて検品後に発送しておりますが、予めご了承ください。 人工芝での使用はラテックスの摩耗が早まります。使用環境に応じたケアをお願いします。 FAQ よくある質問 Qサイズ選びで迷っています。どうすれば?+ 中指の先から手のひらの根本を測り、実測値に合うサイズをお選びください(7〜10号展開)。境界サイズで迷う場合はSNS DMまたはお問い合わせページからご相談ください。GKを知るスタッフが直接サポートします。 QENDBOSSやFUERZAとの違いは?+ OCEANはハイブリッドネガティブカット×ネオプレン素材の高耐久ミドルモデル(¥14,530)です。ENDBOSSはロールネガティブカット(¥17,501)、FUERZAはハイブリッドロールフィンガー(¥18,000)の最上位モデルです。試合とトレーニングを兼用したい・コストを抑えながら本格性能を求めるGKにはOCEANが最適です。 Q雨の日でも使えますか?+ はい。4mmコンタクトグリップは適度な湿り気があるとグリップ力が増す特性があります。ドライ・ウェット問わず安定したパフォーマンスを発揮します。 Q「90 Fit」とは何ですか?+ パームの内側に搭載した特殊シリコンゲルです。着用中のグローブ内部のズレを防ぎ、90分間を通じてキックオフ1分目と同じフィット感を維持します。Hashtag One Japanが初採用した独自テクノロジーです。 Q洗濯機で洗えますか?+ 洗濯機はNGです。使用後はぬるま湯(30度以下)で手洗いし、軽く水気を取ってから陰干しをしてください。詳しいケア方法はブログの「GKグローブの洗い方・お手入れ方法」もご参照ください。 Q他のカラー(RED・YELLOW)との違いは?+ スペックはすべてのOCEANカラーで同一です。カラーリングの違いのみです。BLUEは深い青の落ち着いた存在感、REDは情熱と威圧感、YELLOWは明るく目立つ個性で選んでいただけます。 情熱が武器になる。 OCEANを選ぶということは、情熱と耐久性を同時に手に入れるということだ。 燃えるような赤と、ハイブリッドネガティブカットの密着感—— 今すぐカートに入れて、その違いを自分の手で確かめてほしい。 PASSION. ENDURE. DOMINATE. OCEAN RED HASHTAG ONE JAPAN PASSION. ENDURE. DOMINATE. OCEAN RED HASHTAG ONE JAPAN function ocrT(b){ var i=b.parentElement; var o=i.classList.contains('ocr-op'); document.querySelectorAll('.ocr-fi').forEach(function(x){x.classList.remove('ocr-op');}); if(!o){i.classList.add('ocr-op');} }
More you might like
Related
TRIUMPH 20 / OCEAN/REDROCK - OCEAN/REDROCK
Related
Ocean Crawler Ocean Navigator - Red
Related
Ocean Crawler Ocean Navigator - Red DLC
Related