MOYÖ モヨウ TOOTHBRUSH 全6色 | 歯ブラシ クリアハンドル 歯科医師監修 薄型ヘッド 日本製
.moyo-product-description * { margin: 0; padding: 0; box-sizing: border-box; } .moyo-product-description { font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hirag ino Sans", Meiryo, sans-serif; line-height: 1.8; color: #333; background-color: #fff; } .moyo-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .moyo-hero { text-align: center; padding: 80px 20px 60px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); position: relative; overflow: hidden; } .moyo-hero::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(100, 180, 200, 0.05) 0%, transparent 70%); animation: moyo-pulse 15s ease-in-out infinite; } @keyframes moyo-pulse { 0%, 100% { transform: scale(1); opacity: 0.5; } 50% { transform: scale(1.1); opacity: 0.8; } } .moyo-hero-content { position: relative; z-index: 1; } .moyo-hero h1 { font-size: 32px; font-weight: 500; margin-bottom: 25px; letter-spacing: 0.08em; background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .moyo-hero .moyo-subtitle { font-size: 17px; color: #666; line-height: 2; font-weight: 300; } .moyo-section { padding: 60px 0; border-top: 1px solid #e8e8e8; position: relative; } .moyo-section::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: linear-gradient(90deg, transparent, #64b4c8, transparent); } .moyo-section-title { font-size: 24px; font-weight: 500; margin-bottom: 35px; letter-spacing: 0.08em; text-align: center; position: relative; padding-bottom: 15px; } .moyo-section-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 2px; background: linear-gradient(90deg, #64b4c8, #3498db); } .moyo-section-content { font-size: 15px; line-height: 2.2; color: #555; } .moyo-section-content p { margin-bottom: 0; } .moyo-color-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 35px; margin-top: 45px; } .moyo-color-item { text-align: left; padding: 30px; border-radius: 12px; background: #ffffff; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); transition: all 0.3s ease; border: 1px solid #f0f0f0; } .moyo-color-item:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); border-color: #64b4c8; } .moyo-color-name { font-size: 17px; font-weight: 600; margin-bottom: 12px; color: #2c3e50; letter-spacing: 0.05em; } .moyo-color-description { font-size: 14px; color: #666; line-height: 1.9; } .moyo-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 35px; margin-top: 45px; } .moyo-feature-item { padding: 35px 30px; border-radius: 12px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); border: 1px solid #e8e8e8; transition: all 0.3s ease; position: relative; overflow: hidden; } .moyo-feature-item::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(180deg, #64b4c8, #3498db); opacity: 0; transition: opacity 0.3s ease; } .moyo-feature-item:hover { transform: translateX(5px); border-color: #64b4c8; box-shadow: 0 6px 25px rgba(100, 180, 200, 0.15); } .moyo-feature-item:hover::before { opacity: 1; } .moyo-feature-item h3 { font-size: 17px; font-weight: 600; margin-bottom: 15px; color: #2c3e50; } .moyo-feature-item p { font-size: 14px; color: #666; line-height: 1.9; } .moyo-benefits-list { margin-top: 40px; display: grid; gap: 25px; } .moyo-benefit-item { padding: 25px 30px; border-radius: 10px; background: #ffffff; border-left: 4px solid #64b4c8; box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; } .moyo-benefit-item:hover { box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); transform: translateX(5px); } .moyo-benefit-title { font-size: 17px; font-weight: 600; margin-bottom: 10px; color: #2c3e50; } .moyo-benefit-text { font-size: 14px; color: #666; line-height: 1.9; } .moyo-scene-list { list-style: none; margin-top: 30px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 15px; } .moyo-scene-list li { padding: 18px 20px 18px 45px; position: relative; font-size: 14px; color: #555; background: #f8f9fa; border-radius: 8px; transition: all 0.3s ease; } .moyo-scene-list li:before { content: "✓"; position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: #64b4c8; font-weight: bold; font-size: 16px; } .moyo-scene-list li:hover { background: #ffffff; box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); transform: translateX(5px); } .moyo-closing { text-align: center; padding: 80px 20px; background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%); margin-top: 60px; position: relative; overflow: hidden; } .moyo-closing::before { content: ''; position: absolute; top: -50%; right: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%); animation: moyo-rotate 20s linear infinite; } @keyframes moyo-rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .moyo-closing-content { position: relative; z-index: 1; } .moyo-closing h2 { font-size: 26px; font-weight: 500; margin-bottom: 30px; letter-spacing: 0.08em; color: #ffffff; } .moyo-closing p { font-size: 15px; line-height: 2.2; color: rgba(255, 255, 255, 0.95); max-width: 800px; margin: 0 auto; } .moyo-highlight-box { background: linear-gradient(135deg, #e8f4f8 0%, #f0f8ff 100%); border-left: 4px solid #64b4c8; padding: 25px 30px; border-radius: 10px; margin: 30px 0; } .moyo-highlight-box p { margin: 0; } .moyo-cta-button { display: inline-block; padding: 16px 40px; background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%) !important; color: #ffffff !important; text-decoration: none !important; border-radius: 50px; font-size: 15px; font-weight: 600; letter-spacing: 0.05em; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3); margin-top: 25px; border: none; line-height: 1; vertical-align: middle; } .moyo-cta-button:hover { transform: translateY(-3px); box-shadow: 0 6px 25px rgba(255, 107, 53, 0.5); background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%) !important; color: #ffffff !important; text-decoration: none !important; } .moyo-button-center { text-align: center; } .moyo-mt-25 { margin-top: 25px; } .moyo-mt-35 { margin-top: 35px; } @media (max-width: 768px) { .moyo-hero h1 { font-size: 24px; } .moyo-section-title { font-size: 22px; } .moyo-color-grid { grid-template-columns: 1fr; gap: 25px; } .moyo-features-grid { grid-template-columns: 1fr; gap: 25px; } .moyo-scene-list { grid-template-columns: 1fr; } } MOYÖ 歯ブラシ 全6色クリアハンドル 日本製 選べるデザイン 毎日の歯磨きを、ちょっと嬉しい時間に。透明感と機能性、選ぶ楽しさを一本に。 商品について 歯科医師が設計し、10年間歯科医院のみで使用されてきたMOYÖ(MOYO・モヨウ)の歯ブラシ。シンプルで洗練されたデザインに透明感のあるクリアハンドルを採用し、毎日使いたくなる特別な一本に生まれ変わりました。 デザインの美しさはもちろん、機能性にも徹底的にこだわりました。奥歯までしっかり届く薄型ヘッド設計、2種類の特殊植毛、歯茎への負担を軽減する柔らかなネック構造。見た目だけではない、本当に人の生活に寄り添った使い心地を実現しています。 マルチケース(歯ブラシケース)との組み合わせで、職場でも旅先でも、いつでもどこでも清潔な歯磨き習慣を。お気に入りのデザインを選んで、セットでお使いいただくのもおすすめです。 6色の選べるカラー NEZU(ネズ) シックで落ち着いたチャコールグレー。スタイリッシュで性別を問わず使いやすい定番色。 AI(アイ) 上品で知的な印象のネイビー。クールな佇まいが、大人のオーラルケアスタイルを演出。 MOMO(モモ) 優しく温かみのあるコーラルピンク。柔らかな印象で、毎朝の歯磨きを明るく彩ります。 BEIGE(ベージュ) ナチュラルで馴染みやすいウォームベージュ。シンプルながら、どんなシーンにもマッチする万能カラー。 WAKATAKE(ワカタケ) 深みのあるモダンなフォレストグリーン。落ち着いた色合いが、リフレッシュタイムを上質に。 OCEAN(オーシャン) 爽やかで清潔感のあるターコイズブルー。清涼感あふれるカラーで、毎日をフレッシュに。 7つの特長 歯科医師が設計した信頼性 10年間歯科医院のみで使用されてきた実績ある設計。専門家の知見を活かした、確かな品質です。 奥歯まで届く薄型ヘッド ヘッドの厚みを極限まで薄くすることで、奥歯の奥までしっかり届く設計。磨き残しを防ぎます。 東レ製PBT毛材を使用 一般的なナイロン毛よりも歯質摩耗性が高く、耐久性に優れたPBT(ポリブチレンテレフタレート)毛材を採用。長く使い続けられます。 高精度ラウンド加工 毛先太さ0.19~0.20mmの高精度ラウンド加工により、歯ぐきに優しく汚れに強い仕上がりを実現。 2種類の特殊植毛 「両テーパー毛」と「スパイラル毛」の2種類をご用意。お好みの磨き心地を選べます。 柔らかなネック構造 歯茎への負担を軽減する柔らかなネック構造で、優しく丁寧な歯磨きが可能です。 人間工学に基づいたフォルム 手になじむ磨きやすいフォルムで、毎日のブラッシングがより快適に。軽量約11gで持ち運びにも最適です。 マルチケースとのセット使いがおすすめ MOYO マルチケース(歯ブラシケース)との組み合わせで、オーラルケア習慣がさらに快適に。 同色コーディネート 歯ブラシとマルチケースを同じカラーで揃えれば、統一感のあるスタイリッシュな印象に。 職場でのランチ後に 濡れた歯ブラシをそのまま収納でき、今治タオル地が素早く吸水。デスクに置いても清潔です。 出張・旅行のお供に 歯ブラシ、歯間ブラシ、折りたたみコップなど、オーラルケアアイテムをまとめて携帯。 ジムやスポーツ施設で 洗濯機で丸洗いできるマルチケースなら、いつでも清潔に使えます。 マルチケースは全7色展開。お気に入りのカラーで揃えて、あなただけのオーラルケアセットを完成させましょう。 こんなシーンに オフィスでのランチ後の歯磨きに 出張や旅行の携帯用として ジムやスポーツ施設での使用に 学校や職場でのデイリーユースに 外出先での食後のオーラルケアに プレゼントやギフトにも最適 ギフトにもおすすめ 歯ブラシとマルチケースのセットは、プレゼントとしても喜ばれています。清潔感のあるデザインで、ちょっとしたお祝いや感謝の気持ちを伝えるギフトに最適です。 自分遣いはもちろん、大切な人へのギフトとしても。MOYOで始める、新しいオーラルケア習慣をぜひお試しください。 INOVE STYLE Essentials が選ぶ理由 透明感のあるクリアハンドルに、シンプルで洗練されたデザイン。歯科医師が設計した確かな機能性と、選ぶ楽しさを兼ね備えたMOYOの歯ブラシは、毎日の歯磨きを特別な時間に変えてくれます。 6色のカラーバリエーションから、あなたのライフスタイルや気分に合わせて選べるのも魅力。マルチケースと組み合わせれば、職場でも旅先でも、いつでもどこでも清潔で快適なオーラルケアが実現します。 自分を大事にできる暮らしの道具、MOYO。お気に入りの一本を見つけて、あなたのデイリーエッセンシャルに加えてみませんか。