✦ Verified product
intuition-jp
JPY 3,960.00
カラー
サイズ
ccilu公式SHOP
Verified independent store
→
/* Shopify用ベースリセット・全体ラッパー */ .shopify-lp-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo
", sans-serif !important; width: 100%; max-width: 900px; margin: 0 auto; background-color: #ffffff; color: #1a202c; line-height: 1.75; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); border-radius: 12px; overflow: hidden; } .shopify-lp-wrapper *, .shopify-lp-wrapper *::before, .shopify-lp-wrapper *::after { box-sizing: border-box; } /* 画像共通スタイル */ .shopify-lp-wrapper img, .shopify-lp-wrapper img.lp-img { max-width: 100% !important; width: 100% !important; height: auto !important; display: block; border-radius: 8px; margin: 12px auto; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } /* 1. ファーストビュー (FV) */ .shopify-lp-wrapper .fv-section { position: relative; background: linear-gradient(180deg, #e0f2fe 0%, #f0f9ff 65%, #ffffff 100%); padding: 32px 20px 24px 20px; text-align: center; } .shopify-lp-wrapper .fv-badge-container { display: flex; justify-content: center; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; } .shopify-lp-wrapper .fv-badge { background: #0284c7; color: #ffffff !important; font-size: 13px !important; font-weight: 700 !important; padding: 6px 14px; border-radius: 20px; box-shadow: 0 2px 6px rgba(2, 132, 199, 0.25); letter-spacing: 0.5px; } /* FVタイトルのサイズ打ち分け・色統一 */ .shopify-lp-wrapper .fv-title { margin: 0 0 16px 0 !important; line-height: 1.35 !important; color: #0369a1 !important; /* タイトル全体の文字色を同一に統一 */ letter-spacing: -0.5px; } .shopify-lp-wrapper .fv-title-small { display: block; font-size: 16px !important; font-weight: 700 !important; color: #0369a1 !important; /* 「疲れ知らず」と同じカラー */ margin-bottom: 4px; } .shopify-lp-wrapper .fv-title-large { display: block; font-size: 34px !important; /* さらに大きく拡大 */ font-weight: 900 !important; color: #0369a1 !important; } .shopify-lp-wrapper .fv-sub { font-size: 14.5px !important; color: #334155 !important; margin-bottom: 16px !important; font-weight: 600 !important; line-height: 1.6 !important; } /* セクション共通 */ .shopify-lp-wrapper .section { padding: 28px 20px; border-top: 8px solid #f1f5f9; } .shopify-lp-wrapper .sec-title { font-size: 20px !important; font-weight: 800 !important; text-align: center; margin: 0 0 20px 0 !important; color: #0f172a !important; position: relative; line-height: 1.4 !important; } .shopify-lp-wrapper .sec-title::after { content: ''; display: block; width: 48px; height: 4px; background: #0284c7; margin: 10px auto 0; border-radius: 2px; } /* ターゲットの悩みボックス */ .shopify-lp-wrapper .pain-box { background: #fff1f2; border-left: 5px solid #e11d48; padding: 14px 16px; margin-bottom: 12px; font-size: 14.5px !important; font-weight: 600 !important; color: #1e293b !important; border-radius: 0 8px 8px 0; line-height: 1.6 !important; } .shopify-lp-wrapper .solution-lead { text-align: center; font-size: 16px !important; font-weight: 800 !important; color: #0284c7 !important; margin: 22px 0 14px 0; line-height: 1.5 !important; } /* 疲れない理由カード */ .shopify-lp-wrapper .reason-card { background: #ffffff; border: 1.5px solid #e2e8f0; border-radius: 12px; padding: 20px 18px; margin-bottom: 20px; box-shadow: 0 3px 10px rgba(0,0,0,0.03); } .shopify-lp-wrapper .reason-card:last-child { margin-bottom: 0; } .shopify-lp-wrapper .reason-num { font-size: 13px !important; color: #0284c7 !important; font-weight: 800 !important; letter-spacing: 1px; margin-bottom: 4px; } .shopify-lp-wrapper .reason-head { font-size: 17.5px !important; font-weight: 800 !important; margin: 0 0 10px 0 !important; color: #0f172a !important; line-height: 1.4 !important; } .shopify-lp-wrapper .reason-desc { font-size: 14px !important; color: #475569 !important; margin: 0 0 10px 0 !important; line-height: 1.7 !important; font-weight: 500 !important; } /* 機能グリッド */ .shopify-lp-wrapper .tag-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 18px 0; } .shopify-lp-wrapper .tag-item { background: #f8fafc; border: 1.5px solid #cbd5e1; padding: 12px 8px; border-radius: 8px; font-size: 13.5px !important; text-align: center; font-weight: 700 !important; color: #334155 !important; } /* 注意書きボックス */ .shopify-lp-wrapper .sp-caution-box { background-color: #fffbe3; border: 1px solid #fde047; border-radius: 8px; padding: 12px 14px; font-size: 12.5px; color: #713f12; line-height: 1.6; margin: 16px 0; } /* 関連商品セクション */ .shopify-lp-wrapper .sp-related-section { padding: 24px 20px; background-color: #f8fafc; text-align: center; font-weight: 700; font-size: 14.5px; color: #0284c7; border-top: 8px solid #f1f5f9; line-height: 1.8; } .shopify-lp-wrapper .sp-related-section a { display: block; margin: 8px 0 16px 0; transition: opacity 0.2s; } .shopify-lp-wrapper .sp-related-section a:hover { opacity: 0.85; } /* 区切り線 */ .shopify-lp-wrapper .sp-divider { border: none; border-top: 1px solid #e2e8f0; margin: 0; } /* スペック・情報エリア */ .shopify-lp-wrapper .sp-product-info-section { padding: 28px 20px; background: #ffffff; } .shopify-lp-wrapper .sp-info-item { margin-bottom: 20px; } .shopify-lp-wrapper .sp-info-item:last-child { margin-bottom: 0; } .shopify-lp-wrapper .sp-info-title { display: inline-block; background: #0f172a; color: #ffffff; font-size: 13px; font-weight: 700; padding: 4px 12px; border-radius: 4px; margin-bottom: 8px; } .shopify-lp-wrapper .sp-info-content { font-size: 13.5px; color: #334155; line-height: 1.7; padding-left: 2px; } /* ---------------------------------- PC・タブレット用調整 (768px以上) ---------------------------------- */ @media screen and (min-width: 768px) { .shopify-lp-wrapper .fv-section { padding: 40px 32px 32px 32px; } .shopify-lp-wrapper .fv-title-small { font-size: 20px !important; } .shopify-lp-wrapper .fv-title-large { font-size: 44px !important; /* PC時も拡大 */ } .shopify-lp-wrapper .fv-sub { font-size: 16px !important; } .shopify-lp-wrapper .section { padding: 36px 32px; } .shopify-lp-wrapper .sec-title { font-size: 24px !important; } .shopify-lp-wrapper .tag-grid { grid-template-columns: repeat(4, 1fr); } } 超軽量180g 衝撃吸収 素足が見えない 一日中履いても、 疲れ知らず! だから毎日履きたくなる 立ち仕事・長時間歩行のために生まれた衝撃吸収コンフォートシューズ こんな「足の悩み」ありませんか? ✔ 立ち仕事や長時間の歩行で、夕方になると足裏が痛い ✔ サンダルはラクだけど、素足は見せたくない・指が出るのが嫌 ✔ スニーカーは重くて蒸れるし、脱ぎ履きが面倒 👇 すべて「intuition-jp」が解決します! 1日中ずっと快適に歩ける「3つの理由」 REASON 01 片足わずか「約180g」の超軽量 REASON 02 蒸れずにフィットする通気性インナー REASON 03 独自素材「ccilucell」の衝撃吸収力 機能とスタイリッシュさを両立 👟 シーンで選べる3WAY 🧼 一足あればOK 👜 持ち運べる専用バッグ付 ✨ 豊富なカラー展開 【ご注意】インナーソックス裏面の滑り止めは、ご使用状況や摩擦・圧力により剥がれることがございます。その際の返品・交換はお受けいたしかねますので、あらかじめご了承ください。 気になるサイズ感について ▼ 【別売り】専用インナーソックスはこちら ▼ こちらも対応可能【別売り】専用インナーソックス ▼ 似ているモデル「AMAZON ACE-RP」はこちら 主な特徴 ・アッパー(サンダル)、インナー(室内履き)、セット(シューズ)の3通りで使える革新的な3WAYデザイン ・持ち運びに便利な専用シューズバッグ付き。ジム、旅行、アウトドアへの携行にも最適 ・独自開発のソールが足圧を分散し、腰や膝への負担を軽減する高い衝撃吸収力を発揮 ・通気性に優れたメッシュインナーでムレを防ぎ、水辺のアクティビティ能力も発揮します 機能・重量 ・機能:超軽量 / 衝撃吸収 / 抗菌・防臭 / 足圧分散 / 3WAY仕様 ・重量:約 180g(24.0cm片足目安) 素材・お手入れ ・素材:[ソール・アッパー] EVA(ccilucell) [インナー] ポリエステル [インソール裏] シリコン [中敷き] PU、ポリエステル ・お手入れ:本体は中性洗剤と水で丸洗い可能。砂や泥もその場でさっと流せるイージーケア設計です 注意事項 ・インナー裏の滑り止めは、摩擦や圧力により剥離する場合がございます。あらかじめご了承ください。 ・高温多湿、直射日光を避けて保管してください。変形・変色の恐れがあります。 ・実際の商品とモニター上の色合いが異なる場合がございます。モデル着用画像はサンプルのため一部実物と仕様が異なる場合がございます。