OCEAN YELLOW BLACK
@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: #111111; background: #ffb800; width: 100%; overflow: hidden; line-height: 1.8; } /* ── HERO ── */ .ocy-hero { position: relative; background: #ffb800; padding: 56px 40px 60px; overflow: hidden; min-height: 420px; display: flex; flex-direction: column; justify-content: flex-end; } .ocy-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(to right, #7a6000, #e6a800, #7a6000); } .ocy-glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 65% 55% at 70% 25%, rgba(230,160,0,.18) 0%, transparent 60%), radial-gradient(ellipse 40% 50% at 5% 80%, rgba(230,160,0,.10) 0%, transparent 50%); } .ocy-badge { position: absolute; top: 24px; right: 40px; border: 1px solid #e6a800 !important; padding: 6px 14px; font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 3px; color: #4a3800; text-transform: uppercase; background: none; } .ocy-tag { font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 4px; color: #7a6000; text-transform: uppercase; margin-bottom: 14px; position: relative; z-index: 1; } .ocy-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; } .ocy-h-title span { color: #111111; display: block; } .ocy-catch-tag { font-family: 'Barlow Condensed', Arial, sans-serif; font-size: clamp(14px, 3vw, 22px); font-weight: 700; letter-spacing: 5px; color: #4a3800; text-transform: uppercase; margin: 12px 0 20px; position: relative; z-index: 1; } .ocy-hero-sub { font-size: 14px; font-weight: 500; color: #111111; line-height: 2; position: relative; z-index: 1; } .ocy-hero-sub strong { color: #111111; } /* ── CATCH ── */ .ocy-catch { background: #ffc926; padding: 48px 40px 36px; border-top: 1px solid #e6a800; position: relative; } .ocy-catch::before { content: ''; position: absolute; top: 0; left: 40px; right: 40px; height: 1px; background: linear-gradient(to right, transparent, #7a6000, transparent); } .ocy-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: #111111 !important; line-height: 1.4 !important; margin: 0 0 14px !important; padding: 0 !important; border: none !important; background: none !important; } .ocy-catch-sub { font-size: 14px; font-weight: 500; color: rgba(0,0,0,0.6); line-height: 1.9; } /* ── LAYOUT ── */ .ocy-sec { background: #ffb800; padding: 48px 40px; } .ocy-div { padding: 0 40px; border-top: 1px solid #e6a800; } .ocy-lbl { font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 5px; color: #111111; text-transform: uppercase; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; } .ocy-lbl::after { content:''; width:28px; height:1px; background:#7a6000; display:inline-block; } .ocy-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カラー) ── */ .ocy-color-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #ffe066; border: 1px solid #e6a800; margin-bottom: 0; } .ocy-color-card { padding: 18px 16px; background: #ffc926; display: flex; flex-direction: column; align-items: center; gap: 6px; } .ocy-color-dot { width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; } .ocy-color-name { font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #4a3800; } .ocy-color-card.active { background: #ffb800; } .ocy-color-card.active .ocy-color-name { color: #111111; } /* ── BENEFITS ── */ .ocy-ben { padding: 24px 0; border-bottom: 1px solid #e6a800; display: flex; gap: 20px; align-items: flex-start; } .ocy-ben:first-of-type { border-top: 1px solid #e6a800; } .ocy-bnum { font-family: 'Bebas Neue', Arial, sans-serif; font-size: 40px; color: #4a3800; line-height: 1; flex-shrink: 0; width: 48px; } .ocy-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; } .ocy-btxt { font-size: 13px; font-weight: 500; color: #111111; line-height: 1.85; } /* ── FEATURES ── */ .ocy-feat-list { display: flex; flex-direction: column; gap: 1px; background: #ffe066; border: 1px solid #e6a800; } .ocy-fb { background: #ffc926; padding: 22px 24px; } .ocy-fc { font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 3px; color: #111111; text-transform: uppercase; margin-bottom: 4px; display: block; } .ocy-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; } .ocy-fb ul { list-style: none; padding: 0; margin: 0; } .ocy-fb li { font-size: 13px; font-weight: 500; color: #111111; padding: 4px 0 4px 18px; position: relative; line-height: 1.7; border: none !important; } .ocy-fb li::before { content:'—'; position:absolute; left:0; color:#f0c800; } /* ── 90FIT ── */ .ocy-tech { display: flex; align-items: stretch; border: 1px solid #0077cc; overflow: hidden; margin-top: 10px; background: rgba(0,0,0,0.1); } .ocy-tech-badge { background: #0a0a0a; padding: 18px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; min-width: 80px; } .ocy-tech-num { font-family: 'Bebas Neue', Arial, sans-serif; font-size: 28px; letter-spacing: 2px; line-height: 1; color: #f0c800; } .ocy-tech-unit { font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 8px; letter-spacing: 2px; text-transform: uppercase; color: rgba(240,200,0,0.8); margin-top: 3px; font-weight: 700; } .ocy-tech-body { padding: 18px 20px; background: #ffc926; } .ocy-tech-title { color: #111111 !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; } .ocy-tech-desc { font-size: 12px; font-weight: 500; color: #111111; line-height: 1.85; margin: 0; } /* ── SPEC TABLE ── */ .ocy-tbl, .ocy-tbl thead, .ocy-tbl tbody, .ocy-tbl tfoot, .ocy-tbl tr, .ocy-tbl th, .ocy-tbl td { border: none !important; border-collapse: collapse; background: none; } .ocy-tbl { width: 100%; border-collapse: collapse !important; } .ocy-tbl tr { border-bottom: 1px solid #e6a800 !important; } .ocy-tbl tr:first-child { border-top: 1px solid #e6a800 !important; } .ocy-tbl td { padding: 13px 8px !important; font-size: 14px !important; vertical-align: middle !important; } .ocy-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: #111111 !important; text-transform: uppercase !important; width: 100px !important; } .ocy-tbl td:last-child { color: #111111 !important; font-weight: 600 !important; } /* ── 他モデル比較 ── */ .ocy-cmp { display: flex; flex-direction: column; gap: 1px; background: #ffe066; border: 1px solid #e6a800; } .ocy-ci { background: #ffc926; padding: 24px 28px; } .ocy-ci-active { background: #111111; border-left: 5px solid #f0c800; padding: 32px 28px; } .ocy-ci-other { border-left: 4px solid #0d2040; opacity: 0.8; } .ocy-ci-badge { font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #4a3800; margin-bottom: 4px; } .ocy-ci-name { font-family: 'Bebas Neue', Arial, sans-serif !important; font-size: 32px !important; letter-spacing: 2px !important; color: #111111 !important; margin: 0 0 6px !important; padding: 0 !important; border: none !important; background: none !important; } .ocy-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; } .ocy-ci-active .ocy-ci-badge { color: #888888; } .ocy-ci-active .ocy-ci-name { color: #f0c800 !important; font-size: 42px !important; } .ocy-ci-active .ocy-ci-txt { color: #dddddd; font-weight: 600; } .ocy-ci-active .ocy-ci-tag { background: #f0c800; color: #111111; font-weight: 700; } .ocy-ci-other .ocy-ci-tag { background: #ffe066; color: #666; } .ocy-ci-txt { font-size: 13px; font-weight: 500; color: #111111; line-height: 1.85; } /* ── BRAND STORY ── */ .ocy-story { display: grid; grid-template-columns: 3px 1fr; gap: 24px; align-items: start; } .ocy-story-bar { background: linear-gradient(to bottom, #7a6000, transparent); align-self: stretch; min-height: 80px; border-radius: 2px; } .ocy-story-body { font-size: 13px; line-height: 2.0; color: #4a3800; margin: 0; } .ocy-story-body strong { color: #111111; font-weight: 700; } .ocy-story-list { list-style: none; padding: 0; margin: 16px 0 0 0; display: flex; flex-direction: column; gap: 8px; } .ocy-story-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; line-height: 1.7; color: #4a3800; background: #ffc926; border-left: 3px solid #e6a800; padding: 10px 14px; font-weight: 500; } .ocy-story-list li span { font-weight: 700; color: #111111; flex-shrink: 0; white-space: nowrap; } /* ── TRUST ── */ .ocy-trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #ffe066; border: 1px solid #e6a800; } .ocy-trust-item { background: #ffc926; padding: 22px 20px; display: flex; gap: 14px; align-items: flex-start; } .ocy-trust-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; } .ocy-trust-title { font-size: 13px; font-weight: 700; color: #111111; margin: 0 0 6px 0; font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif; } .ocy-trust-desc { font-size: 12px; line-height: 1.8; color: #4a3800; margin: 0; } .ocy-trust-desc strong { color: #111111; font-weight: 700; } /* ── TARGET ── */ .ocy-tgt { list-style: none; padding: 0; margin: 0; } .ocy-tgt li { padding: 14px 0; border-bottom: 1px solid #e6a800 !important; border-top: none !important; border-left: none !important; border-right: none !important; font-size: 14px; font-weight: 600; color: #111111; display: flex; align-items: flex-start; gap: 12px; line-height: 1.6; background: none; } .ocy-tgt li:first-child { border-top: 1px solid #e6a800 !important; } .ocy-tgt li::before { content:'✓'; color:#e6a800; font-weight:700; flex-shrink:0; } /* ── CAUTION ── */ .ocy-caut { list-style: none; padding: 24px 28px; margin: 0; border: 1px solid #0d2040 !important; background: #ffc926; display: flex; flex-direction: column; gap: 10px; } .ocy-caut li { font-size: 13px; font-weight: 500; color: #4a3800; padding-left: 16px; position: relative; line-height: 1.75; border: none !important; background: none; } .ocy-caut li::before { content:'!'; position:absolute; left:0; color:#1a3a7a; font-weight:700; } /* ── CLOSING ── */ .ocy-closing { padding: 48px 40px; border-top: 1px solid #e6a800; position: relative; overflow: hidden; } .ocy-closing::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(230,160,0,.08) 0%, transparent 65%); pointer-events: none; } .ocy-closing-line { width: 32px; height: 2px; background: #7a6000; margin: 0 0 22px; } .ocy-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; } .ocy-closing-h em { font-style: normal; color: #111111; } .ocy-closing-body { font-size: 14px; line-height: 2.0; color: #4a3800; margin: 0; position: relative; z-index: 1; } .ocy-closing-body strong { color: #111111; font-weight: 700; } .ocy-closing-cta { background: linear-gradient(135deg, #7a6000, #e6a800, #7a6000); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 900 !important; font-size: 15px; } /* ── FAQ ── */ .ocy-fi { border-bottom: 1px solid #e6a800 !important; border-top: none !important; border-left: none !important; border-right: none !important; background: none; } .ocy-fi:first-child { border-top: 1px solid #e6a800 !important; } .ocy-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; } .ocy-fql { font-family: 'Bebas Neue', Arial, sans-serif; font-size: 18px; color: #111111; flex-shrink:0; } .ocy-fic { position:absolute; right:0; top:50%; transform:translateY(-50%); font-size: 20px; color: #4a3800; transition: transform .25s; line-height: 1; font-weight: 300; } .ocy-fi.ocy-op .ocy-fic { transform:translateY(-50%) rotate(45deg); color: #111111; } .ocy-fa { display:none; padding: 0 0 18px 28px !important; font-size: 13px; font-weight: 500; color: #4a3800; line-height: 1.9; border: none !important; background: none; } .ocy-fi.ocy-op .ocy-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 ── */ .ocy-mq { border-top: 1px solid #111111; background: #111111; padding: 28px 0; overflow:hidden; } .ocy-mq-t { font-family: 'Bebas Neue', Arial, sans-serif; font-size: clamp(28px, 4vw, 44px); letter-spacing: 4px; color: rgba(240,200,0,0.2); white-space: nowrap; display: inline-block; animation: ocymq 22s linear infinite; } @keyframes ocymq { from { transform:translateX(0); } to { transform:translateX(-50%); } } @media (max-width: 600px) { .ocy-hero { padding: 48px 20px 48px; } .ocy-badge { right: 20px; } .ocy-catch { padding: 36px 20px 28px; } .ocy-sec { padding: 36px 20px; } .ocy-div { padding: 0 20px; } .ocy-trust-grid { grid-template-columns: 1fr; } .ocy-closing { padding: 36px 20px; } .ocy-tech { flex-direction: column; } .ocy-tech-badge { flex-direction: row; justify-content: flex-start; gap: 10px; padding: 12px 16px; min-width: unset; } .ocy-color-grid { grid-template-columns: 1fr; } } Hashtag One Japan — MIDDLE MODEL GK Gloves — Yellow / Black OCEANYELLOW BOLD. 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 Yellow / Black(他 Blue・Red 展開) Size 7 / 8 / 9 / 10 Scene 試合・トレーニング兼用 Price ¥14,530(税込) Color Line Up YELLOW ← Now BLUE RED 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を選ぶということは、フィット感と耐久性を同時に手に入れるということだ。 ハイブリッドネガティブカットの密着感と、ネオプレン素材の高耐久設計—— 今すぐカートに入れて、その違いを自分の手で確かめてほしい。 BOLD. ENDURE. DOMINATE. OCEAN YELLOW HASHTAG ONE JAPAN BOLD. ENDURE. DOMINATE. OCEAN YELLOW HASHTAG ONE JAPAN function ocyT(b){ var i=b.parentElement; var o=i.classList.contains('ocy-op'); document.querySelectorAll('.ocy-fi').forEach(function(x){x.classList.remove('ocy-op');}); if(!o){i.classList.add('ocy-op');} }