TANE全身シャンプーバー
.tane-page { max-width: 1040px; margin: 0 auto; color: #2f2f2f; font-family: "Helvetica Neue", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-s erif; line-height: 1.9; letter-spacing: 0.04em; } .tane-page * { box-sizing: border-box; } .tane-page img { max-width: 100%; height: auto; display: block; } .tane-page a { color: inherit; } .tane-page .section { padding: 56px 20px; } .tane-page .section + .section { border-top: 1px solid #eee8df; } .tane-page .hero { padding: 40px 20px 56px; text-align: center; } .tane-page .video-wrap { position: relative; width: 100%; max-width: 840px; margin: 0 auto 32px; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 18px; background: #f5f1eb; } .tane-page .video-wrap iframe { width: 100%; height: 100%; border: 0; } .tane-page .eyebrow { margin: 0 0 12px; font-size: 13px; color: #8a7f72; letter-spacing: 0.18em; font-weight: 700; } .tane-page h1, .tane-page h2, .tane-page h3 { color: #2b2b2b; line-height: 1.55; letter-spacing: 0.05em; margin: 0; } .tane-page h1 { font-size: clamp(30px, 4.8vw, 48px); margin-bottom: 18px; font-weight: 700; } .tane-page h2 { font-size: clamp(24px, 3.2vw, 34px); margin-bottom: 22px; text-align: center; } .tane-page h3 { font-size: 20px; margin-bottom: 14px; } .tane-page p { margin: 0 0 1em; } .tane-page .lead { max-width: 760px; margin: 0 auto 28px; font-size: 17px; } .tane-page .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 28px; } .tane-page .button { display: inline-flex; align-items: center; justify-content: center; min-width: 230px; padding: 14px 24px; border-radius: 999px; text-decoration: none; font-weight: 700; line-height: 1.5; transition: opacity 0.2s ease; } .tane-page .button:hover { opacity: 0.82; } .tane-page .button-primary { background: #2f2f2f; color: #fff; } .tane-page .button-secondary { background: #f4efe7; color: #3a332c; } .tane-page .summary-box { max-width: 900px; margin: 0 auto; background: #faf7f2; border: 1px solid #eadfce; border-radius: 22px; padding: 30px; } .tane-page .summary-box p:last-child { margin-bottom: 0; } .tane-page .grid-3, .tane-page .grid-2 { display: grid; gap: 18px; } .tane-page .grid-3 { grid-template-columns: repeat(3, 1fr); } .tane-page .grid-2 { grid-template-columns: repeat(2, 1fr); } .tane-page .card { background: #fff; border: 1px solid #eee6dc; border-radius: 20px; padding: 24px; box-shadow: 0 8px 24px rgba(87, 73, 55, 0.06); } .tane-page .card h3 { font-size: 18px; } .tane-page .card p:last-child, .tane-page .card ul:last-child { margin-bottom: 0; } .tane-page .icon-title { font-size: 15px; color: #8a7f72; font-weight: 700; margin-bottom: 8px; } .tane-page ul { padding-left: 1.2em; margin: 0 0 1em; } .tane-page li { margin-bottom: 0.45em; } .tane-page .check-list { list-style: none; padding-left: 0; } .tane-page .check-list li { position: relative; padding-left: 1.6em; } .tane-page .check-list li::before { content: "✓"; position: absolute; left: 0; color: #8a7f72; font-weight: 700; } .tane-page .media-box { background: #fff; border: 1px solid #eee6dc; border-radius: 22px; padding: 28px; } .tane-page .media-list { width: 100%; border-collapse: collapse; } .tane-page .media-list td { border-bottom: 1px solid #eee6dc; padding: 14px 0; vertical-align: top; } .tane-page .media-list tr:last-child td { border-bottom: none; } .tane-page .comparison-wrap { overflow-x: auto; border-radius: 18px; border: 1px solid #eee6dc; background: #fff; } .tane-page .comparison-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 14px; } .tane-page .comparison-table th, .tane-page .comparison-table td { padding: 16px 14px; border-bottom: 1px solid #eee6dc; vertical-align: top; text-align: left; } .tane-page .comparison-table th { background: #f7f1e8; font-weight: 700; } .tane-page .comparison-table tr:last-child td { border-bottom: none; } .tane-page .highlight { background: #faf7f2; font-weight: 700; } .tane-page .howto-steps { counter-reset: step; display: grid; gap: 16px; max-width: 900px; margin: 0 auto; } .tane-page .step { position: relative; background: #fff; border: 1px solid #eee6dc; border-radius: 18px; padding: 22px 22px 22px 70px; } .tane-page .step::before { counter-increment: step; content: counter(step); position: absolute; top: 22px; left: 22px; width: 32px; height: 32px; border-radius: 50%; background: #2f2f2f; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; } .tane-page .product-info { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid #eee6dc; border-radius: 18px; overflow: hidden; } .tane-page .product-info th, .tane-page .product-info td { padding: 16px; border-bottom: 1px solid #eee6dc; vertical-align: top; text-align: left; } .tane-page .product-info th { width: 28%; background: #f7f1e8; font-weight: 700; } .tane-page .product-info tr:last-child th, .tane-page .product-info tr:last-child td { border-bottom: none; } .tane-page .faq-item { border-bottom: 1px solid #eee6dc; padding: 22px 0; } .tane-page .faq-item:last-child { border-bottom: none; } .tane-page .faq-q { font-weight: 700; margin-bottom: 8px; font-size: 17px; } .tane-page .note { font-size: 13px; color: #756b60; } .tane-page .gift-box { background: #faf7f2; border-radius: 24px; padding: 28px; border: 1px solid #eadfce; } .tane-page .payment-list { font-size: 14px; background: #faf7f2; padding: 18px; border-radius: 14px; } @media (max-width: 768px) { .tane-page .section { padding: 42px 16px; } .tane-page .hero { padding: 28px 16px 42px; } .tane-page .grid-3, .tane-page .grid-2 { grid-template-columns: 1fr; } .tane-page .summary-box, .tane-page .card, .tane-page .media-box, .tane-page .gift-box { padding: 22px; } .tane-page .product-info th, .tane-page .product-info td { display: block; width: 100%; } .tane-page .button { width: 100%; min-width: 0; } } ALL-BODY SHAMPOO BAR / FRAGRANCE-FREE TANEは髪・顔・体を1つで洗えてリンス不要椿のちからを活かした無香料の全身用固形シャンプーです。石けんシャンプーとは異なる弱酸性設計で、家族で使いやすく、旅行・ジム・サウナにも持ち運びやすい、プラごみゼロの新しい全身ケアです。 TANEが合う人を見る よくある質問を見る TANEはこんな方におすすめです 01 / FAMILY 家族で使える無香料ケアを探している方 香りが苦手な方、子どもと一緒に使いたい方、介護シーンでも使いやすい全身ケアを探している方に。 02 / MINIMAL お風呂場のボトルを減らしたい方 シャンプー、コンディショナー、ボディソープ、洗顔料を分けず、髪・顔・体を1つで洗えます。 03 / TRAVEL 旅行・ジム・サウナに持っていきたい方 液体ではないため持ち運びやすく、荷物を減らしたい出張・旅行・ジム用にも便利です。 なぜTANEが選ばれているのか 髪・顔・体、これ1つ 毎日のお風呂に必要なケアを、TANE1つに。忙しい日も、旅行先でも、迷わず使えるシンプルさが魅力です。 石けんではない、弱酸性設計 一般的な石けんシャンプーとは異なり、TANEはココナッツ由来の洗浄成分をベースにした全身シャンプーバーです。 無香料で家族に使いやすい 香りで好みが分かれにくく、香水や柔軟剤の香りと混ざりにくい無香料タイプ。家族共有にも向いています。 ボトルレスで環境にもやさしい プラスチックボトルを使わず、浴室もすっきり。椿種を活用したアップサイクル原料も取り入れています 使い方 髪に直接なでつける バーを濡らし、濡れた髪に直接くるくる3回程度なでつけ、頭皮を揉むと泡がでます。 顔・体を泡でやさしく洗う 顔や体はこすりすぎず、泡立てネットや手のひらでたてた泡で包み込むように洗ってください。 しっかり洗い流す 髪や肌に泡が残らないよう、ぬるま湯で十分にすすいでください。 使用後は水切れよく保管する 長持ちさせるために、使用後は水気を切り、風通しのよい場所で保管してください。 メディア掲載・紹介実績 TBSラジオ「サステバ」小泉今日子さん達にご紹介いただきました。2025.11.1 第83回放送 3:30〜、2026.2.7 第97回放送 2:45〜 ソトコトラジオ番組内で取り上げていただきました。 KTS鹿児島テレビ 「チェック!かごしま」CHANTの全身シャンプーバーをご紹介いただきました。 TVCM放映 商品情報 商品名 TANE 全身シャンプーバー 用途 髪・顔・体用シャンプーバー 香り 無香料 全成分 ココイルイセチオン酸Na、コメヌカ油、海水、カオリン、硫酸Mg、ベタイン、グリセリン、ツバキ種子、ツバキ種子油、クエン酸、トコフェロール、酒粕エキス、BG 容量 1個 85g(約2ヶ月分) 原産国 日本 使用上の注意 お肌に異常が生じていないかよく注意して使用してください。お肌に合わない場合、傷・湿疹等の異常がある部位には使用しないでください。使用中または使用後に赤み・はれ・かゆみ・刺激等の異常があらわれた場合は使用を中止し、必要に応じて専門医等へご相談ください。目に入った場合は、すぐに洗い流してください。 保管方法 使用後は水気を切り、湿気の少ない場所で保管してください。高温多湿・直射日光を避け、乳幼児の手の届かない場所に保管してください。 よくある質問はこちら はじめての方やギフトには、TANEギフトボックスもおすすめ シャンプーバー生活に必要なものが一式入ったギフトセットです。大切な方への贈りものや、はじめてTANEを使う方にもおすすめです。 TANEギフトボックスを見る はじめてでも試しやすい返品保証 お肌に合うか不安ですよね? 初回購入の方は、使った後でも返品可能です。まずはご自身の肌や髪に合うか、お試しください。 返品保証について見る お支払い方法 Shop Pay / Google Pay / クレジットカード支払い(即時決済) / コンビニ決済 / 銀行振込 / ペイジー決済 / あと払い(ペイジー) / au PAY / PayPay / 楽天ペイ / 代金引換 詳しい方法はこちら:お支払いについて TANEを買う