{"product_id":"kracie-ichikami-hair-keep-serum-stick-super-hard","title":"Ichikami Hair Keep Beauty Liquid Stick Super Hard","description":"\u003cstyle\u003e\n\/* ===== RESET \u0026 SCOPE ===== *\/\n.pd-wrap,\n.pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #a0304a;\n  --acc-dark: #7a1f33;\n  --acc-light: #fce8ed;\n  --acc-mid: #d4849a;\n  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;\n  color: #333;\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 0 12px;\n  line-height: 1.7;\n}\n\n\/* ===== 見出しリセット ===== *\/\n.pd-wrap h1,\n.pd-wrap h2,\n.pd-wrap h3,\n.pd-wrap h4,\n.pd-wrap h5,\n.pd-wrap h6 {\n  margin: 0;\n  padding: 0;\n  line-height: 1.3;\n  font-family: inherit;\n}\n\n\/* ===== HERO ===== *\/\n.pd-wrap .pd-hero {\n  position: relative;\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  border-radius: 16px;\n  padding: 48px 36px 44px;\n  margin-bottom: 28px;\n  overflow: hidden;\n  text-align: center;\n}\n\n.pd-wrap .pd-hero::before {\n  content: '';\n  position: absolute;\n  top: -60px;\n  right: -60px;\n  width: 260px;\n  height: 260px;\n  background: rgba(255,255,255,0.07);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.pd-wrap .pd-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -80px;\n  left: -40px;\n  width: 200px;\n  height: 200px;\n  background: rgba(255,255,255,0.05);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.pd-wrap .pd-hero .hero-badges {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 18px;\n}\n\n.pd-wrap .pd-hero .hero-badge {\n  background: rgba(255,255,255,0.2);\n  color: #fff;\n  border: 1px solid rgba(255,255,255,0.45);\n  border-radius: 50px;\n  font-size: 12px;\n  font-weight: 700;\n  padding: 4px 14px;\n  letter-spacing: 0.06em;\n}\n\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(22px, 4vw, 34px) !important;\n  font-weight: 800 !important;\n  letter-spacing: 0.04em;\n  margin-bottom: 12px !important;\n  text-shadow: 0 0 28px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.4);\n  position: relative;\n  z-index: 1;\n}\n\n.pd-wrap .pd-hero .hero-tagline {\n  color: rgba(255,255,255,0.93);\n  font-size: clamp(13px, 2vw, 16px);\n  margin-bottom: 22px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n  position: relative;\n  z-index: 1;\n}\n\n.pd-wrap .pd-hero .hero-tags {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 8px;\n  position: relative;\n  z-index: 1;\n}\n\n.pd-wrap .pd-hero .hero-tag {\n  background: rgba(255,255,255,0.18);\n  color: #fff;\n  border: 1px solid rgba(255,255,255,0.4);\n  border-radius: 50px;\n  font-size: 12px;\n  padding: 5px 14px;\n}\n\n\/* ===== カード共通 ===== *\/\n.pd-wrap .pd-card {\n  background: #fff;\n  border-radius: 14px;\n  padding: 30px 28px;\n  margin-bottom: 22px;\n  box-shadow: 0 2px 14px rgba(0,0,0,0.07);\n}\n\n\/* ===== セクションタイトル ===== *\/\n.pd-wrap .section-title {\n  position: relative;\n  font-size: clamp(16px, 2.5vw, 20px);\n  font-weight: 800;\n  color: var(--acc);\n  padding-left: 16px;\n  margin-bottom: 20px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid var(--acc-light);\n}\n\n.pd-wrap .section-title::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 2px;\n  bottom: 2px;\n  width: 5px;\n  background: #f5c518;\n  border-radius: 4px;\n}\n\n\/* ===== 商品概要 ===== *\/\n.pd-wrap .overview-text {\n  font-size: 15px;\n  line-height: 1.85;\n  color: #444;\n}\n\n\/* ===== 特長グリッド ===== *\/\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin-top: 4px;\n}\n\n@media (max-width: 480px) {\n  .pd-wrap .action-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.pd-wrap .feat-card {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  border-radius: 12px;\n  padding: 20px 18px;\n}\n\n.pd-wrap .feat-card .feat-num {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 28px;\n  height: 28px;\n  background: var(--acc);\n  color: #fff;\n  font-size: 13px;\n  font-weight: 700;\n  border-radius: 50%;\n  margin-bottom: 10px;\n}\n\n.pd-wrap .feat-card .feat-title {\n  font-size: 14px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 8px;\n}\n\n.pd-wrap .feat-card .feat-pill {\n  display: inline-block;\n  background: var(--acc);\n  color: #fff;\n  font-size: 11px;\n  border-radius: 50px;\n  padding: 2px 10px;\n  margin-bottom: 8px;\n}\n\n.pd-wrap .feat-card .feat-desc {\n  font-size: 13px;\n  color: #444;\n  line-height: 1.7;\n}\n\n\/* ===== 成分テーブル ===== *\/\n.pd-wrap .table-wrap {\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  margin-top: 4px;\n}\n\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13.5px;\n  min-width: 500px;\n}\n\n.pd-wrap .ing-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 10px 14px !important;\n  text-align: left;\n}\n\n.pd-wrap .ing-table tbody tr td {\n  padding: 10px 14px !important;\n  vertical-align: middle !important;\n  color: #333 !important;\n  background-color: #fff;\n  border-bottom: 1px solid #fce4e9;\n}\n\n.pd-wrap .ing-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n\n.pd-wrap .ing-table .cat-pill {\n  display: inline-block;\n  background: var(--acc-light);\n  color: var(--acc-dark);\n  border: 1px solid var(--acc-mid);\n  border-radius: 50px;\n  font-size: 11px;\n  padding: 2px 10px;\n  font-weight: 600;\n}\n\n.pd-wrap .ing-note {\n  font-size: 12px;\n  color: #666;\n  margin-top: 10px;\n  line-height: 1.7;\n}\n\n\/* ===== 使用目的タグ ===== *\/\n.pd-wrap .efficacy-list {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 6px;\n}\n\n.pd-wrap .efficacy-tag {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  color: var(--acc);\n  border-radius: 6px;\n  padding: 6px 14px;\n  font-size: 13.5px;\n  font-weight: 600;\n}\n\n\/* ===== 用法テーブル ===== *\/\n.pd-wrap .usage-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13.5px;\n  margin-top: 4px;\n}\n\n.pd-wrap .usage-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 10px 14px !important;\n  text-align: left;\n}\n\n.pd-wrap .usage-table tbody tr td {\n  padding: 10px 14px !important;\n  color: #333 !important;\n  background-color: #fff;\n  border-bottom: 1px solid #fce4e9;\n  vertical-align: middle !important;\n}\n\n.pd-wrap .usage-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n\n.pd-wrap .usage-note {\n  background: #fff5f7;\n  border-left: 4px solid var(--acc);\n  padding: 14px 18px;\n  border-radius: 0 8px 8px 0;\n  font-size: 13px;\n  color: #444;\n  margin-top: 16px;\n  line-height: 1.75;\n}\n\n\/* ===== Q\u0026A ===== *\/\n.pd-wrap .qa-item {\n  border-bottom: 1px solid var(--acc-light);\n  padding: 16px 0;\n}\n\n.pd-wrap .qa-item:last-child {\n  border-bottom: none;\n}\n\n.pd-wrap .qa-q {\n  font-weight: 700;\n  color: var(--acc-dark);\n  font-size: 14.5px;\n  margin-bottom: 8px;\n  display: flex;\n  gap: 10px;\n  align-items: flex-start;\n}\n\n.pd-wrap .qa-q::before {\n  content: 'Q';\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-width: 24px;\n  height: 24px;\n  background: var(--acc);\n  color: #fff;\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 800;\n  margin-top: 1px;\n  flex-shrink: 0;\n}\n\n.pd-wrap .qa-a {\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.75;\n  display: flex;\n  gap: 10px;\n  align-items: flex-start;\n}\n\n.pd-wrap .qa-a::before {\n  content: 'A';\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-width: 24px;\n  height: 24px;\n  background: var(--acc-mid);\n  color: #fff;\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 800;\n  margin-top: 1px;\n  flex-shrink: 0;\n}\n\n.pd-wrap .qa-a span {\n  flex: 1;\n}\n\n\/* ===== ブランドストーリー ===== *\/\n.pd-wrap .brand-text {\n  font-size: 14.5px;\n  line-height: 1.9;\n  color: #444;\n}\n\n.pd-wrap .brand-text p + p {\n  margin-top: 14px;\n}\n\n\/* ===== 使用上の注意 ===== *\/\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  border-radius: 0 12px 12px 0;\n  padding: 22px 24px;\n  margin-bottom: 22px;\n}\n\n.pd-wrap .caution-box .caution-title {\n  font-size: 16px;\n  font-weight: 800;\n  color: #b45309;\n  margin-bottom: 14px;\n}\n\n.pd-wrap .caution-box ul {\n  margin: 0;\n  padding-left: 20px;\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.8;\n}\n\n.pd-wrap .caution-box ul li {\n  margin-bottom: 6px;\n}\n\n\/* ===== 保管上の注意 ===== *\/\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  border-radius: 0 12px 12px 0;\n  padding: 22px 24px;\n  margin-bottom: 22px;\n}\n\n.pd-wrap .storage-box .storage-title {\n  font-size: 16px;\n  font-weight: 800;\n  color: #2e4a80;\n  margin-bottom: 14px;\n}\n\n.pd-wrap .storage-box ul {\n  margin: 0;\n  padding-left: 20px;\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.8;\n}\n\n.pd-wrap .storage-box ul li {\n  margin-bottom: 6px;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n\n  \u003c!-- ① HERO --\u003e\n  \u003cdiv class=\"pd-hero\"\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"hero-badge\"\u003eCosmetic\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eHair styling agent\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e13g, Non-silicone\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eIchikami Hair Keep\u003cbr\u003eSerum Stick Super Hard\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eWith the power of Japanese herbs, firmly holds flyaways and updos. Repairs and prevents damage while styling.\u003c\/p\u003e\n    \u003cdiv class=\"hero-tags\"\u003e\n      \u003cspan class=\"hero-tag\"\u003e🌿 Contains Pure Japanese Herb Premium Oil\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e💪 Super hard hold\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e☀️ UV protection\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e💧 Humidity control\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② 商品概要 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e📋 Product overview\u003c\/p\u003e\n    \u003cp class=\"overview-text\"\u003e\n      “Ichikami Hair Keep Serum Stick Super Hard” was created for those who want to “firmly hold styles,” “perfectly control flyaways,” and “keep updos all day.” It is a hair care styling item that repairs hair damage while styling. Just a quick swipe on flyaways controls them perfectly and holds firmly. It uniquely adopts the “Split End Care Serum Formula” to prevent the next flyaway occurrence.\n    \u003c\/p\u003e\n    \u003cp class=\"overview-text\" style=\"margin-top:12px;\"\u003e\n      Does not turn white or sticky, easy to wash out with shampoo, and works well for bangs, updos, and flyaway control in a wide range of situations. Comes in a convenient Stick-type compact container, perfect for hair touch-ups on the go. The fresh and delicate scent of mountain cherry blossoms in full bloom gently colors your styling time.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ③ 特長グリッド --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e⭐ 4 features\u003c\/p\u003e\n    \u003cdiv class=\"action-grid\"\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e1\u003c\/div\u003e\n        \u003cp class=\"feat-title\"\u003eSuper hard strong hold\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003eRice Bran Wax + Safflower Oil\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eStyling and hold ingredients “Rice Bran Wax + Safflower Oil.” Firmly controls flyaways while holding updos securely for a long time. Also features humidity control to prevent style collapse on humid days.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e2\u003c\/div\u003e\n        \u003cp class=\"feat-title\"\u003eSplit End Care Serum Formula for damage repair and prevention\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003ePure Japanese Herb Premium Oil\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eUses Ichikami’s unique “Split End Care Serum Formula.” Repair and prevention ingredients “Pure Japanese Herb Premium Oil” (Rice Bran Oil, Rice Germ Oil, Camellia Oil, Perilla Oil) repair hair damage that causes style collapse and prevent future split ends and flyaways.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e3\u003c\/div\u003e\n        \u003cp class=\"feat-title\"\u003eUV protection \u0026 no whitening or stickiness\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003eEthylhexyl Methoxycinnamate\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eContains UV protection ingredient (Ethylhexyl Methoxycinnamate) to care for hair damage caused by daytime UV rays. Provides a comfortable finish that does not turn white or sticky after application. Non-silicone formula.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e4\u003c\/div\u003e\n        \u003cp class=\"feat-title\"\u003eContains 10 types of oils and emollient ingredients\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003eCastor Oil, Beeswax, Camellia Seed Oil\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eFormulated with 10 types of oils and emollient ingredients including Castor Oil and Beeswax. A rich formula that smooths hair and adds shine and manageability, leaving dry hair moist and smooth.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ④ 主な配合成分テーブル --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e🌿 Main ingredients\u003c\/p\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eIngredient name\u003c\/th\u003e\n            \u003cth\u003eCategory\u003c\/th\u003e\n            \u003cth\u003eFunction\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eRice Bran Wax\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eStyling and hold ingredient\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eWax ingredient derived from rice bran. Firmly holds style while managing hair\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSafflower Oil\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eStyling and moisturizing ingredients\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eOil derived from safflower. Controls hair disorder while adding manageability and shine\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eRice Bran Oil\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003ePure Japanese Herb Premium Oil (repair and prevention)\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eCarefully selected Japanese herb-derived oil. Repairs hair damage and prevents split ends and flyaways\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eRice Germ Oil\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003ePure Japanese Herb Premium Oil (repair and prevention)\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eCarefully selected ingredient derived from rice washing water. Provides moisture and repair effects to hair\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCamellia Seed Oil\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003ePure Japanese Herb Premium Oil (repair and prevention)\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eTraditional Japanese herb-derived oil. Gives smooth shine and manageability\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePerilla Oil\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003ePure Japanese Herb Premium Oil (repair and prevention)\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eOmega-3 oil derived from Japanese herbs. Provides moisture and repair effects to hair\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCastor Oil\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eEmollient and base ingredient\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eRich base ingredient that smooths hair and adds shine and manageability\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eBeeswax\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eStyling and hold ingredient\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eNatural wax ingredient. Acts as a base in the Stick to provide style fixation\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMicrocrystalline Wax\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eStyling and hold ingredient\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eWax with fine crystalline structure that provides long-lasting style hold\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eEthylhexyl Methoxycinnamate\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eUV protection ingredient\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eAbsorbs ultraviolet rays (UV-B) and cares for hair damage caused by daytime UV exposure\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eAscorbyl Dipalmitate\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eAntioxidant ingredient\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eVitamin C derivative. Prevents oxidation of hair and ingredients, preserving quality\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"ing-note\"\u003e\n      *Full ingredients: Castor Oil, Beeswax, Hexa (Hydroxystearic Acid\/Stearic Acid\/Rosin Acid) Dipentaerythrityl, Rice Bran Wax, Rice Bran Oil, Microcrystalline Wax, Safflower Oil, Rice Germ Oil, Perilla Oil, Camellia Seed Oil, Ethylhexyl Methoxycinnamate, Ascorbyl Dipalmitate, BHT, Fragrance\u003cbr\u003e\n      *“Pure Japanese Herb Premium Oil”: Rice bran oil, rice germ oil (carefully selected ingredients derived from rice washing water), camellia seed oil, perilla oil\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑤ 使用目的・こんな方におすすめ --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e✅ Recommended for these needs and expected effects\u003c\/p\u003e\n    \u003cdiv class=\"efficacy-list\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eWant to perfectly control flyaways\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eWant to firmly hold updos\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eWant to fix bangs that get messy\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eWant to prevent style collapse due to humidity\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eWant to repair and prevent hair damage\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eWant to protect hair from UV damage\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eWant a styling agent that doesn’t turn white or feel sticky\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eWant to use a non-silicone styling agent\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eFor touch-ups on the go or while out\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:12.5px; color:#888; margin-top:14px;\"\u003e*This product is a cosmetic (styling agent). It is not a medicine or a Quasi-drug.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑥ 使用方法 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e📖 Usage Instructions \u0026 Scenes\u003c\/p\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"usage-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eScenes\u003c\/th\u003e\n            \u003cth\u003eHow to Use\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e💫 When you want to control flyaways\u003c\/td\u003e\n            \u003ctd\u003eQuickly apply the Stick directly to flyaways (lifted broken hairs). Lightly press with fingers or a comb to blend and fix firmly.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e💆 For updos and hair arrangements\u003c\/td\u003e\n            \u003ctd\u003eAfter styling, apply the Stick directly to areas prone to collapse or stray hairs to keep them in place. The compact Stick shape makes it easy to apply to small areas.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e💄 For bang touch-ups\u003c\/td\u003e\n            \u003ctd\u003eApply the Stick once to messy bangs and lightly shape with your fingers to restore a natural flow and hold.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e👜 For hair touch-ups on the go\u003c\/td\u003e\n            \u003ctd\u003eCompact 13g size fits easily in pouches or bags, making it convenient to carry. Great for touch-ups on humid days.\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-note\"\u003e\n      💡 \u003cstrong\u003eUsage Tips:\u003c\/strong\u003e After applying the Stick directly to your hair, blend it with your fingers for a natural hold. Using too much may cause stickiness, so adjust from a small amount. The formula is easy to wash out with shampoo.\u003cbr\u003e\u003cbr\u003e\n      ⚠️ Avoid direct use on the scalp; use mainly on the surface of the hair.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑦ Q\u0026A（公式サイトより） --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e❓ Frequently Asked Questions (Official)\u003c\/p\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eI got styling product in my eyes; is it okay?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eIf the liquid gets into your eyes, rinse immediately with water or lukewarm water. If symptoms persist, consult a doctor.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eIs Ichikami shampoo silicone-free? What about this styling product?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eIchikami shampoo has been silicone-free since its launch. This Hair Keep Beauty Liquid Stick is also designed to be silicone-free. Under the concept of \"preventive beautiful hair,\" it pursues a healthier and more natural finish.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eIchikami has multiple styling lines; who is this Stick suitable for?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eThe Hair Keep Beauty Liquid Stick (Super Hard) is recommended for those who want to firmly hold, tightly control, and keep their hairstyle all day. For those who want a more natural hold or to naturally control flyaways, please choose the \"Natural Keep\" type.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eMy child drank the styling product; is it okay?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eIf ingested, give water or milk to dilute and observe for a while. If concerned, bring the ingested product (all ingredients are listed) and consult a doctor.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ⑧ ブランドストーリー --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e🌱 Brand Story\u003c\/p\u003e\n    \u003cdiv class=\"brand-text\"\u003e\n      \u003cp\u003e\"Ichikami\" is a hair care brand created by Kracie in 2006 with the desire to offer Japanese shampoos for Japanese people. At that time, the shampoo market was dominated by foreign brands, but Kracie's research team focused on the traditional Heian period hair washing method called \"yusuru\" (washing with rice washing water). Through literature research and museum visits, they scientifically proved that traditional Japanese herbs like rice bran, camellia, and perilla protect hair beauty. The formula centered on the \"Japanese Herb Premium Extract\" born from this research is the brand's origin. The brand name \"Ichikami\" is named after \"Ichihatsu, Nifigure,\" a Heian period symbol of beauty.\u003c\/p\u003e\n      \u003cp\u003eRight after its debut, there was a period of intense competition with rivals, but unwavering trust in the product's quality and steady sample distribution created word of mouth, eventually spreading the boom nationwide. In 2015, the series surpassed 10 billion yen in annual sales. The concept of \"preventive beautiful hair\" that repairs and prevents damage with the power of Japanese herbs expanded from shampoo to out-of-bath treatments and styling products, and continues to evolve today. The Hair Keep Beauty Liquid Stick was born as a \"hair cosmetic\" that extends this concept to styling.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑨ 使用上の注意 --\u003e\n  \u003cdiv class=\"caution-box\"\u003e\n    \u003cp class=\"caution-title\"\u003e⚠️ Usage Precautions\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eUse with care, paying close attention to any abnormalities on your skin.\u003c\/li\u003e\n      \u003cli\u003eDo not use if it does not suit your scalp or if you have wounds, eczema, or other abnormalities.\u003c\/li\u003e\n      \u003cli\u003eIf redness, swelling, itching, irritation, discoloration (such as white spots), or darkening occurs during use, stop using and consult a dermatologist. Continuing to use it may worsen symptoms.\u003c\/li\u003e\n      \u003cli\u003eBe careful not to get it in your eyes. If it does get into your eyes, rinse immediately with water or lukewarm water.\u003c\/li\u003e\n      \u003cli\u003eAvoid direct use on the scalp. This product is mainly intended for use on the surface of the hair.\u003c\/li\u003e\n      \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑩ 保管上の注意 --\u003e\n  \u003cdiv class=\"storage-box\"\u003e\n    \u003cp class=\"storage-title\"\u003e📦 Storage Precautions\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eStore away from high temperatures and direct sunlight.\u003c\/li\u003e\n      \u003cli\u003eThe Stick may deform or melt if exposed to high temperatures, so avoid leaving it in cars or places with high temperatures.\u003c\/li\u003e\n      \u003cli\u003ePlease close the cap tightly after use.\u003c\/li\u003e\n      \u003cli\u003ePlease use as soon as possible after opening.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"Kracie","offers":[{"title":"1 pieces","offer_id":52269960200508,"sku":"4901417627483","price":857.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901417627483.jpg?v=1759888157","url":"https:\/\/mamigo.jp\/en-ph\/products\/kracie-ichikami-hair-keep-serum-stick-super-hard","provider":"MamiGo","version":"1.0","type":"link"}