{"title":"HEKISUIEN Matcha | Japanese Ceremonial Matcha from Uji, Japan | MatchaJP","description":"\u003cstyle\u003e\n.mj-cp{\n  --green:#183326;\n  --green2:#365746;\n  --muted:#667168;\n  --line:#dfe6da;\n  --soft:#f7f9f5;\n  --white:#fff;\n  --text:#243029;\n\n  max-width:1200px;\n  margin:0 auto 48px;\n  padding:0 16px;\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif;\n  color:var(--text);\n}\n\n.mj-cp *{box-sizing:border-box;}\n.mj-svg{display:none;}\n\n\/* HERO *\/\n.mj-hero{\n  margin:24px 0 48px;\n  border-radius:28px;\n  overflow:hidden;\n  border:1px solid var(--line);\n  background:#fff;\n  box-shadow:0 8px 24px rgba(28,45,35,.05);\n}\n\n.mj-hero-photo{\n  width:100%;\n  height:360px;\n  background:#f6f8f4;\n  overflow:hidden;\n  line-height:0;\n}\n\n.mj-hero-photo img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n  object-position:center center;\n  display:block;\n}\n\n.mj-hero-text{\n  padding:42px 48px 44px;\n  text-align:center;\n}\n\n.mj-kicker{\n  font-size:12px;\n  letter-spacing:.16em;\n  font-weight:650;\n  color:var(--green2);\n  margin-bottom:12px;\n}\n\n.mj-hero h1{\n  margin:0 0 12px;\n  font-size:clamp(42px,7vw,74px);\n  line-height:1;\n  letter-spacing:.055em;\n  font-weight:500;\n  color:var(--green);\n}\n\n.mj-hero-sub{\n  font-size:21px;\n  line-height:1.35;\n  color:var(--green2);\n  margin-bottom:20px;\n  font-weight:400;\n}\n\n.mj-hero p{\n  margin:0 auto 30px;\n  max-width:620px;\n  font-size:15.5px;\n  line-height:1.85;\n  color:#39483d;\n}\n\n.mj-icons{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:0;\n  max-width:880px;\n  margin:0 auto;\n  border-top:1px solid var(--line);\n  padding-top:24px;\n}\n\n.mj-icon-item{\n  text-align:center;\n  font-size:12.5px;\n  line-height:1.35;\n  font-weight:600;\n  color:var(--green);\n  padding:0 16px;\n  border-right:1px solid var(--line);\n}\n\n.mj-icon-item:last-child{\n  border-right:none;\n}\n\n.mj-icon-circle{\n  width:56px;\n  height:56px;\n  margin:0 auto 9px;\n  border-radius:999px;\n  background:#fff;\n  border:1px solid rgba(54,87,70,.18);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n}\n\n.mj-icon{\n  width:28px;\n  height:28px;\n  stroke:var(--green2);\n  stroke-width:1.65;\n  fill:none;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n}\n\n\/* TITLE *\/\n.mj-title{\n  text-align:center;\n  margin:0 auto 32px;\n}\n\n.mj-title h2{\n  margin:0 0 10px;\n  font-size:clamp(28px,4vw,42px);\n  line-height:1.2;\n  font-weight:500;\n  color:var(--green);\n}\n\n.mj-title p{\n  margin:0 auto;\n  max-width:760px;\n  font-size:15.5px;\n  line-height:1.75;\n  color:var(--muted);\n}\n\n\/* PRODUCT CARDS *\/\n.mj-products{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:24px;\n}\n\n.mj-card{\n  background:#fff;\n  border:1px solid var(--line);\n  border-radius:24px;\n  overflow:hidden;\n  box-shadow:0 8px 24px rgba(28,45,35,.06);\n  transition:transform .2s ease, box-shadow .2s ease;\n}\n\n.mj-card:hover{\n  transform:translateY(-3px);\n  box-shadow:0 14px 30px rgba(28,45,35,.10);\n}\n\n.mj-band{\n  min-height:52px;\n  padding:10px 12px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  text-align:center;\n  color:#fff;\n  font-size:11.5px;\n  font-weight:650;\n  letter-spacing:.055em;\n  line-height:1.35;\n}\n\n.mj-chiyo .mj-band{background:#667f58;}\n.mj-kin .mj-band{background:#496d5a;}\n.mj-daigyoku .mj-band{background:#887a46;}\n\n.mj-card-body{\n  padding:22px 20px 20px;\n  text-align:center;\n  background:#fff;\n}\n\n.mj-img-link{\n  display:block;\n  text-decoration:none!important;\n  color:inherit!important;\n}\n\n.mj-card img{\n  width:100%;\n  max-width:218px;\n  height:auto;\n  object-fit:contain;\n  object-position:center;\n  display:block;\n  margin:0 auto 16px;\n  border-radius:14px;\n  transition:transform .22s ease;\n}\n\n.mj-card:hover img{\n  transform:scale(1.035);\n}\n\n.mj-card h3{\n  margin:0 0 4px;\n  font-size:22px;\n  line-height:1.2;\n  font-weight:500;\n  color:var(--green);\n}\n\n.mj-jp{\n  font-size:13px;\n  color:#777;\n  margin-bottom:13px;\n}\n\n.mj-summary{\n  margin:0 0 18px;\n  font-size:14px;\n  line-height:1.65;\n  color:#3f5d47;\n  font-weight:500;\n}\n\n.mj-points{\n  display:grid;\n  gap:10px;\n  margin:0 0 18px;\n  text-align:left;\n}\n\n.mj-point{\n  display:grid;\n  grid-template-columns:22px 1fr;\n  gap:9px;\n  align-items:start;\n  font-size:13.5px;\n  line-height:1.55;\n  color:#39483d;\n}\n\n.mj-check{\n  width:18px;\n  height:18px;\n  margin-top:2px;\n  border-radius:999px;\n  background:#f3f7ef;\n  border:1px solid #d2dfc8;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n}\n\n.mj-check svg{\n  width:10px;\n  height:10px;\n  stroke:var(--green2);\n  stroke-width:2.4;\n  fill:none;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n}\n\n.mj-point strong{\n  display:block;\n  font-size:13.5px;\n  font-weight:600;\n  color:var(--green);\n}\n\n.mj-use{\n  background:var(--soft);\n  border:1px solid #e5ecdf;\n  border-radius:16px;\n  padding:12px 10px;\n  font-size:12.5px;\n  line-height:1.55;\n  color:#435146;\n}\n\n.mj-price{\n  margin-top:12px;\n  font-size:12px;\n  font-weight:600;\n  color:#65725f;\n}\n\n\/* NOTE *\/\n.mj-note{\n  margin:34px 0 0;\n  padding:30px;\n  background:#fff;\n  border:1px solid var(--line);\n  border-radius:24px;\n  text-align:center;\n}\n\n.mj-note h3{\n  margin:0 0 18px;\n  font-size:27px;\n  font-weight:500;\n  color:var(--green);\n}\n\n.mj-note-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:18px;\n  max-width:780px;\n  margin:0 auto;\n}\n\n.mj-note-box{\n  background:var(--soft);\n  border:1px solid #e5ecdf;\n  border-radius:18px;\n  padding:20px 18px;\n}\n\n.mj-note-box p{\n  margin:0;\n  font-size:14.5px;\n  line-height:1.75;\n}\n\n\/* STORY *\/\n.mj-story{\n  margin:34px 0 0;\n  padding:32px;\n  background:#fff;\n  border:1px solid var(--line);\n  border-radius:24px;\n}\n\n.mj-story h2{\n  margin:0 0 14px;\n  font-size:27px;\n  font-weight:500;\n  color:var(--green);\n}\n\n.mj-story p{\n  margin:0 0 13px;\n  font-size:15px;\n  line-height:1.85;\n  color:#4a584d;\n}\n\n.mj-links{\n  display:flex;\n  flex-wrap:wrap;\n  gap:10px;\n  margin-top:20px;\n}\n\n.mj-links a{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  padding:10px 15px;\n  border-radius:999px;\n  background:var(--soft);\n  border:1px solid #e5ecdf;\n  color:var(--green)!important;\n  text-decoration:none!important;\n  font-size:13px;\n  font-weight:600;\n}\n\n\/* FAQ *\/\n.mj-faq{\n  margin:28px 0 0;\n}\n\n.mj-faq h2{\n  margin:0 0 14px;\n  font-size:27px;\n  font-weight:500;\n  color:var(--green);\n}\n\n.mj-faq details{\n  background:#fff;\n  border:1px solid var(--line);\n  border-radius:16px;\n  padding:15px 17px;\n  margin:10px 0 0;\n}\n\n.mj-faq summary{\n  cursor:pointer;\n  list-style:none;\n  font-size:14.5px;\n  font-weight:600;\n  color:var(--green);\n}\n\n.mj-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.mj-faq div{\n  margin-top:11px;\n  font-size:14px;\n  line-height:1.85;\n  color:#4a584d;\n}\n\n.mj-cole-footer{\n margin-top:24px;\n  padding:18px 16px;\n  border-radius:16px;\n  background:#fafaf8;\n  border:1px solid #e5e8e2;\n  color:#435146;\n  text-align:center;\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:900px){\n  .mj-products{\n    grid-template-columns:1fr;\n  }\n}\n\n@media(max-width:600px){\n  .mj-cp{\n    padding:0 12px;\n  }\n\n  .mj-hero{\n    margin:18px 0 30px;\n    border-radius:24px;\n  }\n\n  .mj-hero-photo{\n    height:190px;\n    min-height:0;\n  }\n\n  .mj-hero-text{\n    padding:20px 16px 22px;\n  }\n\n  .mj-kicker{\n    font-size:10.5px;\n    letter-spacing:.14em;\n    margin-bottom:8px;\n  }\n\n  .mj-hero h1{\n    font-size:35px;\n    margin:0 0 8px;\n    letter-spacing:.045em;\n  }\n\n  .mj-hero-sub{\n    font-size:15px;\n    line-height:1.35;\n    margin-bottom:10px;\n  }\n\n  .mj-hero p{\n    font-size:13px;\n    line-height:1.6;\n    margin-bottom:18px;\n  }\n\n  .mj-icons{\n    grid-template-columns:repeat(4,1fr);\n    gap:8px;\n    padding-top:16px;\n    max-width:100%;\n  }\n\n  .mj-icon-item{\n    border-right:none;\n    padding:0 2px;\n    font-size:10px;\n    line-height:1.25;\n    font-weight:600;\n  }\n\n  .mj-icon-circle{\n    width:42px;\n    height:42px;\n    margin:0 auto 6px;\n  }\n\n  .mj-icon{\n    width:20px;\n    height:20px;\n  }\n\n  .mj-products{\n    grid-template-columns:repeat(2,1fr);\n    gap:12px;\n  }\n\n  .mj-band{\n    min-height:44px;\n    padding:8px 6px;\n    font-size:10px;\n    letter-spacing:.04em;\n  }\n\n  .mj-card-body{\n    padding:12px 10px 14px;\n  }\n\n  .mj-card img{\n    max-width:128px;\n    margin-bottom:8px;\n  }\n\n  .mj-card h3{\n    font-size:15px;\n    line-height:1.25;\n  }\n\n  .mj-jp{\n    font-size:11px;\n    margin-bottom:8px;\n  }\n\n  .mj-summary{\n    font-size:12px;\n    line-height:1.45;\n    margin-bottom:10px;\n  }\n\n  .mj-points{\n    display:none;\n  }\n\n  .mj-use{\n    font-size:11px;\n    padding:8px 6px;\n  }\n\n  .mj-price{\n    font-size:11px;\n  }\n\n  .mj-note{\n    padding:22px 14px;\n  }\n\n  .mj-note h3,\n  .mj-story h2,\n  .mj-faq h2{\n    font-size:23px;\n  }\n\n  .mj-note-grid{\n    grid-template-columns:1fr;\n    gap:14px;\n  }\n\n  .mj-story{\n    padding:22px 16px;\n  }\n}\n  @media(max-width:600px){\n  .mj-cp .mj-hero-photo{\n    height:auto !important;\n    line-height:0 !important;\n    background:#fff !important;\n  }\n\n  .mj-cp .mj-hero-photo img{\n    width:100% !important;\n    height:auto !important;\n    display:block !important;\n    object-fit:cover !important;\n  }\n}\n\n  @media (max-width:600px){\n\n  .mj-story{\n    display:none;\n  }\n\n  .mj-faq{\n    display:none;\n  }\n      .mj-cole-footer{\n    display:none;\n  }\n\n}\n  @media (max-width:600px){\n\n  .mj-note{\n    margin:18px 0 0 !important;\n    padding:16px 12px !important;\n    border-radius:18px !important;\n  }\n\n  .mj-note h3{\n    margin:0 0 10px !important;\n    font-size:20px !important;\n    line-height:1.25 !important;\n  }\n\n  .mj-note-grid{\n    gap:8px !important;\n  }\n\n  .mj-note-box{\n    padding:12px 10px !important;\n    border-radius:14px !important;\n  }\n\n  .mj-note-box p{\n    margin:0 !important;\n    font-size:12px !important;\n    line-height:1.45 !important;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"mj-cp\"\u003e\n\u003csvg class=\"mj-svg\" aria-hidden=\"true\"\u003e\n    \u003csymbol id=\"mj-icon-leaf\" viewbox=\"0 0 24 24\"\u003e\n      \u003cpath d=\"M5 19c8 0 14-6 14-14-8 0-14 6-14 14Z\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M5 19c4-5 8-8 14-14\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M9 15H4\"\u003e\u003c\/path\u003e\n    \u003c\/symbol\u003e\n\n    \u003csymbol id=\"mj-icon-mill\" viewbox=\"0 0 24 24\"\u003e\n      \u003cpath d=\"M7 9h10\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M6 13h12\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M8 17h8\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M9 5h6l2 4H7l2-4Z\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M6 13c0 3 3 5 6 5s6-2 6-5\"\u003e\u003c\/path\u003e\n    \u003c\/symbol\u003e\n\n    \u003csymbol id=\"mj-icon-cup\" viewbox=\"0 0 24 24\"\u003e\n      \u003cpath d=\"M5 8h11v5a5 5 0 0 1-5 5H10a5 5 0 0 1-5-5V8Z\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M16 10h2a2 2 0 0 1 0 4h-2\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M7 21h8\"\u003e\u003c\/path\u003e\n    \u003c\/symbol\u003e\n\n    \u003csymbol id=\"mj-icon-kyoto\" viewbox=\"0 0 24 24\"\u003e\n      \u003cpath d=\"M4 19h16\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M6 19V9l6-4 6 4v10\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M9 19v-6h6v6\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M8 9h8\"\u003e\u003c\/path\u003e\n    \u003c\/symbol\u003e\n\n    \u003csymbol id=\"mj-icon-tea\" viewbox=\"0 0 24 24\"\u003e\n      \u003cpath d=\"M4 7h16\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M6 7v5a6 6 0 0 0 12 0V7\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M8 20h8\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M9 12c2-1 4-1 6 0\"\u003e\u003c\/path\u003e\n    \u003c\/symbol\u003e\n  \u003c\/svg\u003e\n\u003csection class=\"mj-hero\"\u003e\n\u003cdiv class=\"mj-hero-photo\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/about-image_pc.jpg?v=1761617722\" alt=\"Hekisuien Uji matcha producer\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mj-hero-text\"\u003e\n\u003cdiv class=\"mj-kicker\"\u003eUJI MATCHA · HEKISUIEN\u003c\/div\u003e\n\u003ch1\u003eHEKISUIEN\u003c\/h1\u003e\n\u003cdiv class=\"mj-hero-sub\"\u003eCeremonial Matcha from Uji, Kyoto\u003c\/div\u003e\n\u003cp\u003eHekisuien is a Uji-based matcha producer known for refined aroma, mature umami, and a subtle pleasant bitterness appreciated by experienced matcha drinkers.\u003c\/p\u003e\n\u003cdiv class=\"mj-icons\"\u003e\n\u003cdiv class=\"mj-icon-item\"\u003e\n\u003cdiv class=\"mj-icon-circle\"\u003e\u003csvg class=\"mj-icon\"\u003e\u003cuse href=\"#mj-icon-kyoto\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/div\u003e\nUji\u003cbr\u003eKyoto\u003c\/div\u003e\n\u003cdiv class=\"mj-icon-item\"\u003e\n\u003cdiv class=\"mj-icon-circle\"\u003e\u003csvg class=\"mj-icon\"\u003e\u003cuse href=\"#mj-icon-mill\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/div\u003e\nStone-Milled\u003cbr\u003eMatcha\u003c\/div\u003e\n\u003cdiv class=\"mj-icon-item\"\u003e\n\u003cdiv class=\"mj-icon-circle\"\u003e\u003csvg class=\"mj-icon\"\u003e\u003cuse href=\"#mj-icon-leaf\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/div\u003e\nMature\u003cbr\u003eUmami\u003c\/div\u003e\n\u003cdiv class=\"mj-icon-item\"\u003e\n\u003cdiv class=\"mj-icon-circle\"\u003e\u003csvg class=\"mj-icon\"\u003e\u003cuse href=\"#mj-icon-tea\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/div\u003e\nCeremonial\u003cbr\u003eUsucha\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"mj-title\"\u003e\n\u003ch2\u003eWhich Hekisuien Matcha Should You Choose?\u003c\/h2\u003e\n\u003cp\u003eChoose from three popular Hekisuien grades, from approachable daily usucha to the highest-grade option currently offered by MatchaJP.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-products\"\u003e\n\u003cdiv class=\"mj-card mj-chiyo\"\u003e\n\u003cdiv class=\"mj-band\"\u003eENTRY GRADE\u003cbr\u003eBEGINNER FRIENDLY\u003c\/div\u003e\n\u003cdiv class=\"mj-card-body\"\u003e\n\u003ca class=\"mj-img-link\" href=\"https:\/\/www.matchajp.net\/collections\/chiyo-no-sakae\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/brand_meiyo_chiyo_700.jpg?v=1782449273\" alt=\"CHIYO-NO-SAKAE Hekisuien Uji Matcha\"\u003e \u003c\/a\u003e\n\u003ch3\u003eCHIYO-NO-SAKAE\u003c\/h3\u003e\n\u003cdiv class=\"mj-jp\"\u003e千代の栄\u003c\/div\u003e\n\u003cdiv class=\"mj-summary\"\u003eSmooth and approachable. A great first Hekisuien matcha.\u003c\/div\u003e\n\u003cdiv class=\"mj-points\"\u003e\n\u003cdiv class=\"mj-point\"\u003e\n\u003cspan class=\"mj-check\"\u003e\u003csvg\u003e\u003cpath d=\"M3 6l3 3 6-7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eBeginner Friendly\u003c\/strong\u003eEasy to whisk and enjoy.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-point\"\u003e\n\u003cspan class=\"mj-check\"\u003e\u003csvg\u003e\u003cpath d=\"M3 6l3 3 6-7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eGentle Flavor\u003c\/strong\u003eLow bitterness and smooth finish.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-point\"\u003e\n\u003cspan class=\"mj-check\"\u003e\u003csvg\u003e\u003cpath d=\"M3 6l3 3 6-7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eDaily Usucha\u003c\/strong\u003eGood for casual tea time.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-use\"\u003eRecommended for\u003cbr\u003e\u003cstrong\u003eBeginner \/ Daily \/ Usucha\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-price\"\u003eEntry Price\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-card mj-kin\"\u003e\n\u003cdiv class=\"mj-band\"\u003eBALANCED\u003cbr\u003eDAILY CEREMONIAL\u003c\/div\u003e\n\u003cdiv class=\"mj-card-body\"\u003e\n\u003ca class=\"mj-img-link\" href=\"https:\/\/www.matchajp.net\/collections\/kin-no-uzu\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/brand_meiyo_kin_700.jpg?v=1782449660\" alt=\"KIN-NO-UZU Hekisuien Uji Matcha\"\u003e \u003c\/a\u003e\n\u003ch3\u003eKIN-NO-UZU\u003c\/h3\u003e\n\u003cdiv class=\"mj-jp\"\u003e金の渦\u003c\/div\u003e\n\u003cdiv class=\"mj-summary\"\u003eWell-balanced and refined. Ideal for regular usucha.\u003c\/div\u003e\n\u003cdiv class=\"mj-points\"\u003e\n\u003cdiv class=\"mj-point\"\u003e\n\u003cspan class=\"mj-check\"\u003e\u003csvg\u003e\u003cpath d=\"M3 6l3 3 6-7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eBalanced Umami\u003c\/strong\u003eA refined middle-grade choice.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-point\"\u003e\n\u003cspan class=\"mj-check\"\u003e\u003csvg\u003e\u003cpath d=\"M3 6l3 3 6-7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eElegant Aroma\u003c\/strong\u003eMore developed than entry level.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-point\"\u003e\n\u003cspan class=\"mj-check\"\u003e\u003csvg\u003e\u003cpath d=\"M3 6l3 3 6-7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eDaily Ceremony\u003c\/strong\u003eReliable for regular usucha.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-use\"\u003eRecommended for\u003cbr\u003e\u003cstrong\u003eUsucha \/ Daily Ceremony \/ Balanced\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-price\"\u003eMiddle Grade\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-card mj-daigyoku\"\u003e\n\u003cdiv class=\"mj-band\"\u003ePREMIUM\u003cbr\u003eTOP IN OUR SELECTION\u003c\/div\u003e\n\u003cdiv class=\"mj-card-body\"\u003e\n\u003ca class=\"mj-img-link\" href=\"https:\/\/www.matchajp.net\/collections\/daigyoku\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/brand_meiyo_daigyoku_700.jpg?v=1782450457\" alt=\"DAIGYOKU Hekisuien Uji Matcha\"\u003e \u003c\/a\u003e\n\u003ch3\u003eDAIGYOKU\u003c\/h3\u003e\n\u003cdiv class=\"mj-jp\"\u003e大極\u003c\/div\u003e\n\u003cdiv class=\"mj-summary\"\u003eRich umami, elegant aroma, and a smooth lingering finish.\u003c\/div\u003e\n\u003cdiv class=\"mj-points\"\u003e\n\u003cdiv class=\"mj-point\"\u003e\n\u003cspan class=\"mj-check\"\u003e\u003csvg\u003e\u003cpath d=\"M3 6l3 3 6-7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eTop in Our Selection\u003c\/strong\u003eThe highest-grade Hekisuien matcha we currently offer.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-point\"\u003e\n\u003cspan class=\"mj-check\"\u003e\u003csvg\u003e\u003cpath d=\"M3 6l3 3 6-7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eRich Umami\u003c\/strong\u003eDeep, smooth, and elegant.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-point\"\u003e\n\u003cspan class=\"mj-check\"\u003e\u003csvg\u003e\u003cpath d=\"M3 6l3 3 6-7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003ePremium Usucha\u003c\/strong\u003eBest for refined tea moments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-use\"\u003eRecommended for\u003cbr\u003e\u003cstrong\u003ePremium Usucha \/ Ceremony \/ Gift\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-price\"\u003ePremium Grade\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-note\"\u003e\n\u003ch3\u003eNot sure which one to choose?\u003c\/h3\u003e\n\u003cdiv class=\"mj-note-grid\"\u003e\n\u003cdiv class=\"mj-note-box\"\u003e\n\u003cp\u003eFor your first Hekisuien matcha, choose \u003cstrong\u003eCHIYO-NO-SAKAE\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-note-box\"\u003e\n\u003cp\u003eFor the premium option in our Hekisuien selection, choose \u003cstrong\u003eDAIGYOKU\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-story\"\u003e\n\u003ch2\u003eAbout Hekisuien Matcha\u003c\/h2\u003e\n\u003cp\u003eHekisuien is a matcha producer based in Uji, Kyoto, one of Japan’s most respected matcha-producing regions. The name Hekisuien reflects a deep green garden, matching the brand’s focus on vibrant and refined ceremonial matcha.\u003c\/p\u003e\n\u003cp\u003eAt MatchaJP, we carry three popular Hekisuien grades: Chiyo-no-Sakae for beginners, Kin-no-Uzu for balanced daily usucha, and Daigyoku as the premium option within our current Hekisuien collection.\u003c\/p\u003e\n\u003cdiv class=\"mj-links\"\u003e\n\u003ca href=\"\/en-th\/collections\/uji-matcha\"\u003eAll Uji Matcha\u003c\/a\u003e \u003ca href=\"\/en-th\/collections\/best-seller-for-ceremonial-matcha-in-stock\"\u003eCeremonial Matcha\u003c\/a\u003e \u003ca href=\"\/en-th\/pages\/how-to-choose-matcha\"\u003eHow to Choose Matcha\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the difference between Hekisuien grades?\u003c\/summary\u003e\n\u003cdiv\u003eChiyo-no-Sakae is the most approachable entry-level option. Kin-no-Uzu is the balanced middle grade. Daigyoku is the premium option within MatchaJP’s current Hekisuien selection, with deeper umami and a more refined aroma.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs Hekisuien matcha good for beginners?\u003c\/summary\u003e\n\u003cdiv\u003eYes. Chiyo-no-Sakae is especially beginner-friendly, while Kin-no-Uzu is also a smooth and reliable choice for regular usucha.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does Hekisuien compare to Yamamasa Koyamaen?\u003c\/summary\u003e\n\u003cdiv\u003eBoth Hekisuien and Yamamasa Koyamaen are highly respected matcha producers from Uji, Kyoto, but they offer different flavor styles.\u003cbr\u003e\u003cbr\u003eYamamasa Koyamaen is known for its rich, approachable umami, natural sweetness, and smooth finish, making it a favorite among a wide range of matcha drinkers.\u003cbr\u003e\u003cbr\u003eHekisuien is appreciated by many experienced matcha enthusiasts for its more mature umami, subtle pleasant bitterness, and refined, elegant character.\u003cbr\u003e\u003cbr\u003eNeither style is better—they simply offer different expressions of authentic Uji matcha.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mj-cole-footer\"\u003eHekisuien matcha is carefully selected from Uji, Kyoto and shipped directly from Japan.\u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"hekisuien-matcha-green-tea-powder-ceremonial-grade-daigyoku-30g-can","title":"Japanese Ceremonial Matcha Green Tea Powder Hekisuien | DAIGYOKU 30g Can (1.06 oz)","description":"\u003c!-- MatchaJP | HEKISUIEN Product Page Template v5 --\u003e\n\n\u003cstyle\u003e\n.mj-hk{\n  width:90%;\n  max-width:860px;\n  margin:36px auto;\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif;\n  color:#223022;\n  line-height:1.75;\n  text-align:left;\n}\n\n.mj-hk *{box-sizing:border-box;}\n\n.mj-hk h1,\n.mj-hk h2,\n.mj-hk h3,\n.mj-hk p{\n  margin:0;\n}\n\n.mj-hk p{\n  font-size:15px;\n  color:#4b554b;\n  font-weight:400;\n}\n\n.mj-hk strong{\n  font-weight:600;\n}\n\n\/* Hero *\/\n.mj-hk-hero{\n  padding:24px 0;\n  text-align:center!important;\n}\n\n.mj-hk-label{\n  display:inline-block;\n  margin-bottom:12px;\n  font-size:11px;\n  font-weight:600;\n  letter-spacing:.14em;\n  text-transform:uppercase;\n  color:#6c7f50;\n}\n\n.mj-hk h1{\n  max-width:760px;\n  margin:0 auto;\n  font-size:30px;\n  line-height:1.25;\n  font-weight:650;\n  color:#182318;\n  text-align:center!important;\n}\n\n.mj-hk-lead{\n  max-width:720px;\n  margin:14px auto 0;\n  font-size:15.5px;\n  text-align:center!important;\n}\n\n.mj-hk-tags{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center!important;\n  gap:8px;\n  margin-top:18px;\n}\n\n.mj-hk-tags span{\n  padding:7px 11px;\n  border-radius:999px;\n  background:#f3f6ed;\n  color:#425338;\n  font-size:12px;\n  font-weight:600;\n}\n\n\/* Images *\/\n.mj-hk img{\n  display:block;\n  width:auto;\n  max-width:100%;\n  height:auto;\n  margin:26px auto;\n  border-radius:18px;\n  float:none!important;\n}\n\n.mj-hk \u003e img{\n  max-width:520px;\n}\n\n.mj-hk-section img{\n  width:100%;\n  max-width:720px;\n}\n\n.mj-hk-card img{\n  width:100%;\n  max-width:none;\n  margin:0;\n  border-radius:0;\n}\n\n\/* Best for box *\/\n.mj-hk-box{\n  margin:26px 0 32px;\n  padding:18px;\n  border-radius:18px;\n  background:#fbfaf4;\n  border:1px solid rgba(80,100,55,.16);\n}\n\n.mj-hk-box strong{\n  display:block;\n  margin-bottom:5px;\n  color:#1d2b1d;\n  font-size:16px;\n}\n\n\/* Sections *\/\n.mj-hk-section{\n  padding:32px 0;\n  border-top:1px solid rgba(0,0,0,.08);\n}\n\n.mj-hk h2{\n  margin-bottom:14px;\n  font-size:22px;\n  line-height:1.35;\n  font-weight:650;\n  color:#1b261b;\n}\n\n.mj-hk-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:12px;\n  margin-top:18px;\n}\n\n.mj-hk-mini{\n  padding:14px;\n  border-radius:16px;\n  background:#f7f8f2;\n  font-size:14px;\n  font-weight:500;\n  color:#334033;\n}\n\n\/* Size buttons *\/\n.mj-hk-size{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:14px;\n  margin-top:20px;\n}\n\n.mj-hk-size a,\n.mj-hk-btn{\n  display:block;\n  text-align:center;\n  text-decoration:none;\n  border-radius:16px;\n  padding:15px 14px;\n  font-weight:650;\n}\n\n.mj-hk-btn{\n  margin:26px 0 8px;\n}\n\n.mj-hk-main{\n  background:#6f8350;\n  color:#fff!important;\n}\n\n.mj-hk-sub,\n.mj-hk-btn{\n  background:#fff;\n  color:#6f8350!important;\n  border:1.5px solid #6f8350;\n}\n\n.mj-hk-size span,\n.mj-hk-btn span{\n  display:block;\n  margin-top:4px;\n  font-size:12px;\n  font-weight:500;\n  opacity:.82;\n}\n\n\/* Two story cards *\/\n.mj-hk-two-col{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:24px;\n  align-items:start;\n}\n\n.mj-hk-story-card{\n  padding:0;\n}\n\n.mj-hk-story-card img{\n  width:100%;\n  max-width:none;\n  margin:18px 0;\n}\n\n\/* Other HEKISUIEN cards *\/\n.mj-hk-cards{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  margin:20px 0 30px;\n}\n\n.mj-hk-card{\n  overflow:hidden;\n  border-radius:18px;\n  border:1px solid rgba(0,0,0,.08);\n  background:#fff;\n  box-shadow:0 5px 18px rgba(0,0,0,.05);\n}\n\n.mj-hk-card a{\n  display:block;\n  color:inherit;\n  text-decoration:none;\n}\n\n.mj-hk-card-body{\n  padding:14px;\n}\n\n.mj-hk-card-title{\n  margin-bottom:6px;\n  font-size:15px;\n  font-weight:650;\n  color:#d66f72;\n  letter-spacing:.03em;\n}\n\n.mj-hk-card-text{\n  font-size:12.5px!important;\n  line-height:1.55;\n}\n\n\/* FAQ *\/\n.mj-hk-faq h2{\n  text-align:center;\n  margin-bottom:24px;\n}\n\n.mj-hk-faq-item{\n  background:#f7faf4;\n  border:1px solid #dfe8d7;\n  border-radius:16px;\n  padding:18px 20px;\n  margin-bottom:14px;\n}\n\n.mj-hk-faq-item h3{\n  margin:0 0 10px;\n  font-size:16px;\n  font-weight:650;\n  color:#51663c;\n  display:flex;\n  align-items:center;\n  gap:8px;\n}\n\n.mj-hk-faq-item h3:before{\n  content:\"Q\";\n  width:26px;\n  height:26px;\n  border-radius:50%;\n  background:#6f8350;\n  color:#fff;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:13px;\n  font-weight:700;\n  flex-shrink:0;\n}\n\n.mj-hk-faq-item p{\n  padding-left:34px;\n  color:#4f5a4d;\n}\n\n.mj-hk-note{\n  margin-top:18px;\n  padding:16px;\n  background:#fffdf7;\n  border-left:4px solid #c7b26b;\n  border-radius:10px;\n  font-size:13px!important;\n  color:#747b74!important;\n}\n\n\/* Mobile *\/\n@media screen and (max-width:749px){\n  .mj-hk{\n    width:92%;\n    margin:24px auto;\n  }\n\n  .mj-hk h1{\n    font-size:25px;\n  }\n\n  .mj-hk h2{\n    font-size:20px;\n  }\n\n  .mj-hk p{\n    font-size:13.5px;\n  }\n\n  .mj-hk \u003e img{\n    max-width:420px;\n  }\n\n  .mj-hk-grid,\n  .mj-hk-size{\n    grid-template-columns:1fr;\n  }\n\n  .mj-hk-section{\n    padding:26px 0;\n  }\n\n  .mj-hk-btn{\n    margin:24px 0 14px;\n  }\n\n  \/* Best for: small on mobile *\/\n  .mj-hk-box{\n    padding:10px 12px;\n    margin:14px 0 20px;\n    border-radius:14px;\n    font-size:11.5px;\n    line-height:1.55;\n    opacity:.72;\n  }\n\n  .mj-hk-box strong{\n    font-size:12px;\n    margin-bottom:1px;\n  }\n\n  \/* Story section: 1 column on mobile *\/\n  .mj-hk-two-col{\n    grid-template-columns:1fr;\n    gap:0;\n  }\n\n  \/* Other HEKISUIEN cards: 2 columns on mobile *\/\n  .mj-hk-cards{\n    grid-template-columns:repeat(2,1fr);\n    gap:12px;\n    margin:18px 0 26px;\n  }\n\n  .mj-hk-card{\n    border-radius:14px;\n  }\n\n  .mj-hk-card-body{\n    padding:10px;\n  }\n\n  .mj-hk-card-title{\n    font-size:12.5px;\n    margin-bottom:4px;\n  }\n\n  .mj-hk-card-text{\n    font-size:10.8px!important;\n    line-height:1.45;\n  }\n\n  .mj-hk-faq-item{\n    padding:16px;\n  }\n\n  .mj-hk-faq-item p{\n    padding-left:0;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"mj-hk\"\u003e\n\n\u003csection class=\"mj-hk-hero\"\u003e\n  \u003cspan class=\"mj-hk-label\"\u003eHEKISUIEN · Uji Kyoto Matcha\u003c\/span\u003e\n  \u003ch1\u003eHEKISUIEN Matcha “DAIGYOKU”\u003c\/h1\u003e\n  \u003cp class=\"mj-hk-lead\"\u003e\n    A refined Uji matcha with balanced umami, gentle bitterness, and a smooth finish.\n    Enjoy it as traditional usucha or as a rich, premium-style matcha latte.\n  \u003c\/p\u003e\n  \u003cdiv class=\"mj-hk-tags\"\u003e\n    \u003cspan\u003eUji, Kyoto\u003c\/span\u003e\n    \u003cspan\u003eStone-Milled\u003c\/span\u003e\n    \u003cspan\u003eAged Tencha\u003c\/span\u003e\n    \u003cspan\u003eUsucha-Friendly\u003c\/span\u003e\n    \u003cspan\u003eLatte-Friendly\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/matcha_powder_daigyoku_001.jpg?v=1773639931\" alt=\"HEKISUIEN Matcha DAIGYOKU\" loading=\"lazy\"\u003e\n\n\u003cdiv class=\"mj-hk-box\"\u003e\n  \u003cstrong\u003eBest for:\u003c\/strong\u003e\n  Traditional matcha, daily premium matcha, and a deeper matcha-forward latte.\n\u003c\/div\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eChoose Your Size\u003c\/h2\u003e\n  \u003cp\u003eDAIGYOKU is available in 30g and 150g. Choose 30g if you are trying it for the first time, or 150g if you drink matcha regularly and want better value per gram.\u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-size\"\u003e\n    \u003ca class=\"mj-hk-sub\" href=\"\/en-th\/products\/hekisuien-matcha-green-tea-powder-ceremonial-grade-daigyoku-30g-can\"\u003e\n      30g Can\n      \u003cspan\u003eBest for first-time buyers\u003c\/span\u003e\n    \u003c\/a\u003e\n    \u003ca class=\"mj-hk-main\" href=\"\/en-th\/products\/hekisuien-matcha-green-tea-powder-ceremonial-grade-daigyoku-150g-can\"\u003e\n      150g Can\n      \u003cspan\u003eBest value for daily drinkers\u003c\/span\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eWhy We Recommend DAIGYOKU\u003c\/h2\u003e\n  \u003cp\u003eDAIGYOKU is HEKISUIEN’s signature matcha, known for its classic Uji character: satisfying umami, gentle bitterness, and a smooth aroma.\u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-grid\"\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Balanced umami and bitterness\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Smooth Uji-style aroma\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Suitable for traditional usucha\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Rich enough for premium lattes\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eTasting Notes\u003c\/h2\u003e\n  \u003cp\u003e\n    \u003cstrong\u003eAroma:\u003c\/strong\u003e Classic Uji fragrance with layered depth\u003cbr\u003e\n    \u003cstrong\u003eTaste:\u003c\/strong\u003e Balanced umami with clean, gentle bitterness\u003cbr\u003e\n    \u003cstrong\u003eFinish:\u003c\/strong\u003e Smooth texture with lingering tea aroma\n  \u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eHow to Enjoy\u003c\/h2\u003e\n  \u003cp\u003e\u003cstrong\u003eUsucha:\u003c\/strong\u003e Sift 2g of matcha, add 60ml hot water around 80°C \/ 176°F, and whisk until frothy.\u003c\/p\u003e\n  \u003cbr\u003e\n  \u003cp\u003e\u003cstrong\u003eMatcha Latte:\u003c\/strong\u003e Mix 2g of matcha with 60ml hot water, then add around 150ml milk. Use less sweetener to enjoy the natural aroma of Uji matcha.\u003c\/p\u003e\n\n  \u003ca class=\"mj-hk-btn\" href=\"\/en-th\/pages\/recipe-guide-matchajp\"\u003e\n    View Matcha Latte \u0026amp; Recipe Guide\n    \u003cspan\u003eEasy recipes for home and café-style drinks\u003c\/span\u003e\n  \u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eAbout HEKISUIEN\u003c\/h2\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/about-image_pc.jpg?v=1761617722\" alt=\"HEKISUIEN Uji matcha factory\" loading=\"lazy\"\u003e\n  \u003cp\u003eFounded in the third year of the Keio era, HEKISUIEN is a long-established Uji matcha producer with over 150 years of history.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003cdiv class=\"mj-hk-two-col\"\u003e\n\n    \u003cdiv class=\"mj-hk-story-card\"\u003e\n      \u003ch2\u003e150 Years of Tradition: Aged Uji Matcha\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisui_image_g.jpg?v=1782711040\" alt=\"Aged Uji tencha leaves\" loading=\"lazy\"\u003e\n      \u003cp\u003e\n        HEKISUIEN allows carefully selected tencha to rest before grinding.\n        This aging process helps create a smoother, more rounded matcha taste.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-story-card\"\u003e\n      \u003ch2\u003eThe Art of Hekisuien Matcha Production\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-150g-can-6208080.png\" alt=\"Traditional stone mill grinding matcha\" loading=\"lazy\"\u003e\n      \u003cp\u003e\n        HEKISUIEN matcha is slowly stone-milled to preserve its delicate color,\n        aroma, and smooth texture.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eExplore Other HEKISUIEN Matcha\u003c\/h2\u003e\n  \u003cp\u003eCompare each profile and find the matcha that best suits your taste.\u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-cards\"\u003e\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/daigyoku\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-daigyoku-30g-can-2999862.jpg?v=1761111775\" alt=\"DAIGYOKU matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eDAIGYOKU\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eSignature blend with balanced umami and gentle bitterness.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/kin-no-uzu\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-30g-can-7052043.jpg?v=1761111776\" alt=\"KIN-NO-UZU matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eKIN-NO-UZU\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eVersatile all-rounder for usucha and premium lattes.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/chiyo-no-sakae\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-chiyo-no-sakae-30g-can-2186994.jpg?v=1761111776\" alt=\"CHIYO-NO-SAKAE matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eCHIYO-NO-SAKAE\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eBeginner-friendly ceremonial matcha with a crisp finish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ca class=\"mj-hk-btn\" href=\"\/en-th\/collections\/hekisuien\"\u003e\n    Back to HEKISUIEN Collection\n    \u003cspan\u003eExplore all matcha from HEKISUIEN\u003c\/span\u003e\n  \u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section mj-hk-faq\"\u003e\n  \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eIs DAIGYOKU suitable for usucha?\u003c\/h3\u003e\n    \u003cp\u003eYes. DAIGYOKU is suitable for traditional usucha and has a balanced Uji-style flavor.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eIs DAIGYOKU suitable for matcha lattes?\u003c\/h3\u003e\n    \u003cp\u003eYes. It creates a rich, premium-style latte with a stronger matcha aroma than standard latte-grade matcha.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eWhich size should I choose?\u003c\/h3\u003e\n    \u003cp\u003eChoose 30g for first-time use. Choose 150g if you drink matcha regularly or make lattes often.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eHow should I store matcha?\u003c\/h3\u003e\n    \u003cp\u003eKeep it cool, dry, and away from light. After opening, reseal tightly and refrigerate when possible.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-note\"\u003e\n    Matcha flavor and color may vary slightly depending on the harvest season and production lot. This is a natural characteristic of authentic Japanese matcha.\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"MatchaJP","offers":[{"title":"Default Title","offer_id":44772510335129,"sku":"daigyoku-30","price":23.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-daigyoku-30g-can-2999862.jpg?v=1761111775"},{"product_id":"hekisuien-matcha-green-tea-powder-ceremonial-grade-daigyoku-150g-can","title":"Japanese Ceremonial Matcha Green Tea Powder – DAIGYOKU | Hekisuien (Uji, Japan) 150g (5.29 oz)","description":"\u003c!-- MatchaJP | HEKISUIEN Product Page Template v5 --\u003e\n\n\u003cstyle\u003e\n.mj-hk{\n  width:90%;\n  max-width:860px;\n  margin:36px auto;\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif;\n  color:#223022;\n  line-height:1.75;\n  text-align:left;\n}\n\n.mj-hk *{box-sizing:border-box;}\n\n.mj-hk h1,\n.mj-hk h2,\n.mj-hk h3,\n.mj-hk p{\n  margin:0;\n}\n\n.mj-hk p{\n  font-size:15px;\n  color:#4b554b;\n  font-weight:400;\n}\n\n.mj-hk strong{\n  font-weight:600;\n}\n\n\/* Hero *\/\n.mj-hk-hero{\n  padding:24px 0;\n  text-align:center!important;\n}\n\n.mj-hk-label{\n  display:inline-block;\n  margin-bottom:12px;\n  font-size:11px;\n  font-weight:600;\n  letter-spacing:.14em;\n  text-transform:uppercase;\n  color:#6c7f50;\n}\n\n.mj-hk h1{\n  max-width:760px;\n  margin:0 auto;\n  font-size:30px;\n  line-height:1.25;\n  font-weight:650;\n  color:#182318;\n  text-align:center!important;\n}\n\n.mj-hk-lead{\n  max-width:720px;\n  margin:14px auto 0;\n  font-size:15.5px;\n  text-align:center!important;\n}\n\n.mj-hk-tags{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center!important;\n  gap:8px;\n  margin-top:18px;\n}\n\n.mj-hk-tags span{\n  padding:7px 11px;\n  border-radius:999px;\n  background:#f3f6ed;\n  color:#425338;\n  font-size:12px;\n  font-weight:600;\n}\n\n\/* Images *\/\n.mj-hk img{\n  display:block;\n  width:auto;\n  max-width:100%;\n  height:auto;\n  margin:26px auto;\n  border-radius:18px;\n  float:none!important;\n}\n\n.mj-hk \u003e img{\n  max-width:520px;\n}\n\n.mj-hk-section img{\n  width:100%;\n  max-width:720px;\n}\n\n.mj-hk-card img{\n  width:100%;\n  max-width:none;\n  margin:0;\n  border-radius:0;\n}\n\n\/* Best for box *\/\n.mj-hk-box{\n  margin:26px 0 32px;\n  padding:18px;\n  border-radius:18px;\n  background:#fbfaf4;\n  border:1px solid rgba(80,100,55,.16);\n}\n\n.mj-hk-box strong{\n  display:block;\n  margin-bottom:5px;\n  color:#1d2b1d;\n  font-size:16px;\n}\n\n\/* Sections *\/\n.mj-hk-section{\n  padding:32px 0;\n  border-top:1px solid rgba(0,0,0,.08);\n}\n\n.mj-hk h2{\n  margin-bottom:14px;\n  font-size:22px;\n  line-height:1.35;\n  font-weight:650;\n  color:#1b261b;\n}\n\n.mj-hk-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:12px;\n  margin-top:18px;\n}\n\n.mj-hk-mini{\n  padding:14px;\n  border-radius:16px;\n  background:#f7f8f2;\n  font-size:14px;\n  font-weight:500;\n  color:#334033;\n}\n\n\/* Size buttons *\/\n.mj-hk-size{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:14px;\n  margin-top:20px;\n}\n\n.mj-hk-size a,\n.mj-hk-btn{\n  display:block;\n  text-align:center;\n  text-decoration:none;\n  border-radius:16px;\n  padding:15px 14px;\n  font-weight:650;\n}\n\n.mj-hk-btn{\n  margin:26px 0 8px;\n}\n\n.mj-hk-main{\n  background:#6f8350;\n  color:#fff!important;\n}\n\n.mj-hk-sub,\n.mj-hk-btn{\n  background:#fff;\n  color:#6f8350!important;\n  border:1.5px solid #6f8350;\n}\n\n.mj-hk-size span,\n.mj-hk-btn span{\n  display:block;\n  margin-top:4px;\n  font-size:12px;\n  font-weight:500;\n  opacity:.82;\n}\n\n\/* Two story cards *\/\n.mj-hk-two-col{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:24px;\n  align-items:start;\n}\n\n.mj-hk-story-card{\n  padding:0;\n}\n\n.mj-hk-story-card img{\n  width:100%;\n  max-width:none;\n  margin:18px 0;\n}\n\n\/* Other HEKISUIEN cards *\/\n.mj-hk-cards{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  margin:20px 0 30px;\n}\n\n.mj-hk-card{\n  overflow:hidden;\n  border-radius:18px;\n  border:1px solid rgba(0,0,0,.08);\n  background:#fff;\n  box-shadow:0 5px 18px rgba(0,0,0,.05);\n}\n\n.mj-hk-card a{\n  display:block;\n  color:inherit;\n  text-decoration:none;\n}\n\n.mj-hk-card-body{\n  padding:14px;\n}\n\n.mj-hk-card-title{\n  margin-bottom:6px;\n  font-size:15px;\n  font-weight:650;\n  color:#d66f72;\n  letter-spacing:.03em;\n}\n\n.mj-hk-card-text{\n  font-size:12.5px!important;\n  line-height:1.55;\n}\n\n\/* FAQ *\/\n.mj-hk-faq h2{\n  text-align:center;\n  margin-bottom:24px;\n}\n\n.mj-hk-faq-item{\n  background:#f7faf4;\n  border:1px solid #dfe8d7;\n  border-radius:16px;\n  padding:18px 20px;\n  margin-bottom:14px;\n}\n\n.mj-hk-faq-item h3{\n  margin:0 0 10px;\n  font-size:16px;\n  font-weight:650;\n  color:#51663c;\n  display:flex;\n  align-items:center;\n  gap:8px;\n}\n\n.mj-hk-faq-item h3:before{\n  content:\"Q\";\n  width:26px;\n  height:26px;\n  border-radius:50%;\n  background:#6f8350;\n  color:#fff;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:13px;\n  font-weight:700;\n  flex-shrink:0;\n}\n\n.mj-hk-faq-item p{\n  padding-left:34px;\n  color:#4f5a4d;\n}\n\n.mj-hk-note{\n  margin-top:18px;\n  padding:16px;\n  background:#fffdf7;\n  border-left:4px solid #c7b26b;\n  border-radius:10px;\n  font-size:13px!important;\n  color:#747b74!important;\n}\n\n\/* Mobile *\/\n@media screen and (max-width:749px){\n  .mj-hk{\n    width:92%;\n    margin:24px auto;\n  }\n\n  .mj-hk h1{\n    font-size:25px;\n  }\n\n  .mj-hk h2{\n    font-size:20px;\n  }\n\n  .mj-hk p{\n    font-size:13.5px;\n  }\n\n  .mj-hk \u003e img{\n    max-width:420px;\n  }\n\n  .mj-hk-grid,\n  .mj-hk-size{\n    grid-template-columns:1fr;\n  }\n\n  .mj-hk-section{\n    padding:26px 0;\n  }\n\n  .mj-hk-btn{\n    margin:24px 0 14px;\n  }\n\n  \/* Best for: small on mobile *\/\n  .mj-hk-box{\n    padding:10px 12px;\n    margin:14px 0 20px;\n    border-radius:14px;\n    font-size:11.5px;\n    line-height:1.55;\n    opacity:.72;\n  }\n\n  .mj-hk-box strong{\n    font-size:12px;\n    margin-bottom:1px;\n  }\n\n  \/* Story section: 1 column on mobile *\/\n  .mj-hk-two-col{\n    grid-template-columns:1fr;\n    gap:0;\n  }\n\n  \/* Other HEKISUIEN cards: 2 columns on mobile *\/\n  .mj-hk-cards{\n    grid-template-columns:repeat(2,1fr);\n    gap:12px;\n    margin:18px 0 26px;\n  }\n\n  .mj-hk-card{\n    border-radius:14px;\n  }\n\n  .mj-hk-card-body{\n    padding:10px;\n  }\n\n  .mj-hk-card-title{\n    font-size:12.5px;\n    margin-bottom:4px;\n  }\n\n  .mj-hk-card-text{\n    font-size:10.8px!important;\n    line-height:1.45;\n  }\n\n  .mj-hk-faq-item{\n    padding:16px;\n  }\n\n  .mj-hk-faq-item p{\n    padding-left:0;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"mj-hk\"\u003e\n\n\u003csection class=\"mj-hk-hero\"\u003e\n  \u003cspan class=\"mj-hk-label\"\u003eHEKISUIEN · Uji Kyoto Matcha\u003c\/span\u003e\n  \u003ch1\u003eHEKISUIEN Matcha “DAIGYOKU”\u003c\/h1\u003e\n  \u003cp class=\"mj-hk-lead\"\u003e\n    A refined Uji matcha with balanced umami, gentle bitterness, and a smooth finish.\n    Enjoy it as traditional usucha or as a rich, premium-style matcha latte.\n  \u003c\/p\u003e\n  \u003cdiv class=\"mj-hk-tags\"\u003e\n    \u003cspan\u003eUji, Kyoto\u003c\/span\u003e\n    \u003cspan\u003eStone-Milled\u003c\/span\u003e\n    \u003cspan\u003eAged Tencha\u003c\/span\u003e\n    \u003cspan\u003eUsucha-Friendly\u003c\/span\u003e\n    \u003cspan\u003eLatte-Friendly\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/matcha_powder_daigyoku_001.jpg?v=1773639931\" alt=\"HEKISUIEN Matcha DAIGYOKU\" loading=\"lazy\"\u003e\n\n\u003cdiv class=\"mj-hk-box\"\u003e\n  \u003cstrong\u003eBest for:\u003c\/strong\u003e\n  Traditional matcha, daily premium matcha, and a deeper matcha-forward latte.\n\u003c\/div\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eChoose Your Size\u003c\/h2\u003e\n  \u003cp\u003eDAIGYOKU is available in 30g and 150g. Choose 30g if you are trying it for the first time, or 150g if you drink matcha regularly and want better value per gram.\u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-size\"\u003e\n    \u003ca class=\"mj-hk-sub\" href=\"\/en-th\/products\/hekisuien-matcha-green-tea-powder-ceremonial-grade-daigyoku-30g-can\"\u003e\n      30g Can\n      \u003cspan\u003eBest for first-time buyers\u003c\/span\u003e\n    \u003c\/a\u003e\n    \u003ca class=\"mj-hk-main\" href=\"\/en-th\/products\/hekisuien-matcha-green-tea-powder-ceremonial-grade-daigyoku-150g-can\"\u003e\n      150g Can\n      \u003cspan\u003eBest value for daily drinkers\u003c\/span\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eWhy We Recommend DAIGYOKU\u003c\/h2\u003e\n  \u003cp\u003eDAIGYOKU is HEKISUIEN’s signature matcha, known for its classic Uji character: satisfying umami, gentle bitterness, and a smooth aroma.\u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-grid\"\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Balanced umami and bitterness\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Smooth Uji-style aroma\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Suitable for traditional usucha\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Rich enough for premium lattes\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eTasting Notes\u003c\/h2\u003e\n  \u003cp\u003e\n    \u003cstrong\u003eAroma:\u003c\/strong\u003e Classic Uji fragrance with layered depth\u003cbr\u003e\n    \u003cstrong\u003eTaste:\u003c\/strong\u003e Balanced umami with clean, gentle bitterness\u003cbr\u003e\n    \u003cstrong\u003eFinish:\u003c\/strong\u003e Smooth texture with lingering tea aroma\n  \u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eHow to Enjoy\u003c\/h2\u003e\n  \u003cp\u003e\u003cstrong\u003eUsucha:\u003c\/strong\u003e Sift 2g of matcha, add 60ml hot water around 80°C \/ 176°F, and whisk until frothy.\u003c\/p\u003e\n  \u003cbr\u003e\n  \u003cp\u003e\u003cstrong\u003eMatcha Latte:\u003c\/strong\u003e Mix 2g of matcha with 60ml hot water, then add around 150ml milk. Use less sweetener to enjoy the natural aroma of Uji matcha.\u003c\/p\u003e\n\n  \u003ca class=\"mj-hk-btn\" href=\"\/en-th\/pages\/recipe-guide-matchajp\"\u003e\n    View Matcha Latte \u0026amp; Recipe Guide\n    \u003cspan\u003eEasy recipes for home and café-style drinks\u003c\/span\u003e\n  \u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eAbout HEKISUIEN\u003c\/h2\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/about-image_pc.jpg?v=1761617722\" alt=\"HEKISUIEN Uji matcha factory\" loading=\"lazy\"\u003e\n  \u003cp\u003eFounded in the third year of the Keio era, HEKISUIEN is a long-established Uji matcha producer with over 150 years of history.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003cdiv class=\"mj-hk-two-col\"\u003e\n\n    \u003cdiv class=\"mj-hk-story-card\"\u003e\n      \u003ch2\u003e150 Years of Tradition: Aged Uji Matcha\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisui_image_g.jpg?v=1782711040\" alt=\"Aged Uji tencha leaves\" loading=\"lazy\"\u003e\n      \u003cp\u003e\n        HEKISUIEN allows carefully selected tencha to rest before grinding.\n        This aging process helps create a smoother, more rounded matcha taste.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-story-card\"\u003e\n      \u003ch2\u003eThe Art of Hekisuien Matcha Production\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-150g-can-6208080.png\" alt=\"Traditional stone mill grinding matcha\" loading=\"lazy\"\u003e\n      \u003cp\u003e\n        HEKISUIEN matcha is slowly stone-milled to preserve its delicate color,\n        aroma, and smooth texture.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eExplore Other HEKISUIEN Matcha\u003c\/h2\u003e\n  \u003cp\u003eCompare each profile and find the matcha that best suits your taste.\u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-cards\"\u003e\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/daigyoku\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-daigyoku-30g-can-2999862.jpg?v=1761111775\" alt=\"DAIGYOKU matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eDAIGYOKU\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eSignature blend with balanced umami and gentle bitterness.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/kin-no-uzu\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-30g-can-7052043.jpg?v=1761111776\" alt=\"KIN-NO-UZU matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eKIN-NO-UZU\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eVersatile all-rounder for usucha and premium lattes.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/chiyo-no-sakae\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-chiyo-no-sakae-30g-can-2186994.jpg?v=1761111776\" alt=\"CHIYO-NO-SAKAE matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eCHIYO-NO-SAKAE\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eBeginner-friendly ceremonial matcha with a crisp finish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ca class=\"mj-hk-btn\" href=\"\/en-th\/collections\/hekisuien\"\u003e\n    Back to HEKISUIEN Collection\n    \u003cspan\u003eExplore all matcha from HEKISUIEN\u003c\/span\u003e\n  \u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section mj-hk-faq\"\u003e\n  \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eIs DAIGYOKU suitable for usucha?\u003c\/h3\u003e\n    \u003cp\u003eYes. DAIGYOKU is suitable for traditional usucha and has a balanced Uji-style flavor.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eIs DAIGYOKU suitable for matcha lattes?\u003c\/h3\u003e\n    \u003cp\u003eYes. It creates a rich, premium-style latte with a stronger matcha aroma than standard latte-grade matcha.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eWhich size should I choose?\u003c\/h3\u003e\n    \u003cp\u003eChoose 30g for first-time use. Choose 150g if you drink matcha regularly or make lattes often.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eHow should I store matcha?\u003c\/h3\u003e\n    \u003cp\u003eKeep it cool, dry, and away from light. After opening, reseal tightly and refrigerate when possible.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-note\"\u003e\n    Matcha flavor and color may vary slightly depending on the harvest season and production lot. This is a natural characteristic of authentic Japanese matcha.\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"MatchaJP","offers":[{"title":"Default Title","offer_id":44772953161881,"sku":null,"price":90.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/daigyoku-150.jpg?v=1774417764"},{"product_id":"hekisuien-matcha-green-tea-powder-ceremonial-grade-chiyo-no-sakae-30g-can","title":"Japanese Ceremonial Matcha Green Tea Powder Hekisuien | CHIYO-NO-SAKAE 30g Can (1.06 oz)","description":"\u003c!-- MatchaJP | HEKISUIEN Product Design System v1 - CHIYO-NO-SAKAE Common HTML --\u003e\n\n\u003cstyle\u003e\n.mj-hk{\n  width:90%;\n  max-width:860px;\n  margin:36px auto;\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif;\n  color:#223022;\n  line-height:1.75;\n  text-align:left;\n}\n.mj-hk *{box-sizing:border-box;}\n.mj-hk h1,.mj-hk h2,.mj-hk h3,.mj-hk p{margin:0;}\n.mj-hk p{font-size:15px;color:#4b554b;font-weight:400;}\n.mj-hk strong{font-weight:600;}\n\n.mj-hk-hero{padding:24px 0;text-align:center!important;}\n.mj-hk-label{\n  display:inline-block;\n  margin-bottom:12px;\n  font-size:11px;\n  font-weight:600;\n  letter-spacing:.14em;\n  text-transform:uppercase;\n  color:#6c7f50;\n}\n.mj-hk h1{\n  max-width:760px;\n  margin:0 auto;\n  font-size:30px;\n  line-height:1.25;\n  font-weight:650;\n  color:#182318;\n  text-align:center!important;\n}\n.mj-hk-lead{\n  max-width:720px;\n  margin:14px auto 0;\n  font-size:15.5px;\n  text-align:center!important;\n}\n.mj-hk-tags{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center!important;\n  gap:8px;\n  margin-top:18px;\n}\n.mj-hk-tags span{\n  padding:7px 11px;\n  border-radius:999px;\n  background:#f3f6ed;\n  color:#425338;\n  font-size:12px;\n  font-weight:600;\n}\n\n.mj-hk img{\n  display:block;\n  width:auto;\n  max-width:100%;\n  height:auto;\n  margin:26px auto;\n  border-radius:18px;\n  float:none!important;\n}\n.mj-hk-hero-image{\n  display:block!important;\n  width:100%!important;\n  max-width:520px!important;\n  height:auto!important;\n  margin:30px auto 10px!important;\n  border-radius:18px!important;\n  float:none!important;\n}\n.mj-hk-section img{width:100%;max-width:720px;}\n.mj-hk-card img{width:100%;max-width:none;margin:0;border-radius:0;}\n\n.mj-hk-box{\n  margin:26px 0 32px;\n  padding:18px;\n  border-radius:18px;\n  background:#fbfaf4;\n  border:1px solid rgba(80,100,55,.16);\n}\n.mj-hk-box strong{\n  display:block;\n  margin-bottom:5px;\n  color:#1d2b1d;\n  font-size:16px;\n}\n\n.mj-hk-section{\n  padding:32px 0;\n  border-top:1px solid rgba(0,0,0,.08);\n}\n.mj-hk h2{\n  margin-bottom:14px;\n  font-size:22px;\n  line-height:1.35;\n  font-weight:650;\n  color:#1b261b;\n}\n.mj-hk-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:12px;\n  margin-top:18px;\n}\n.mj-hk-mini{\n  padding:14px;\n  border-radius:16px;\n  background:#f7f8f2;\n  font-size:14px;\n  font-weight:500;\n  color:#334033;\n}\n\n.mj-hk-size{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:14px;\n  margin-top:20px;\n}\n.mj-hk-size a,.mj-hk-btn{\n  display:block;\n  text-align:center;\n  text-decoration:none;\n  border-radius:16px;\n  padding:15px 14px;\n  font-weight:650;\n}\n.mj-hk-size a{\n  background:#fff;\n  color:#6f8350!important;\n  border:1.5px solid #6f8350;\n}\n.mj-hk-btn{\n  margin:26px 0 8px;\n  background:#fff;\n  color:#6f8350!important;\n  border:1.5px solid #6f8350;\n}\n.mj-hk-size span,.mj-hk-btn span{\n  display:block;\n  margin-top:4px;\n  font-size:12px;\n  font-weight:500;\n  opacity:.82;\n}\n\n.mj-hk-two-col{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:24px;\n  align-items:start;\n}\n.mj-hk-story-card img{\n  width:100%;\n  max-width:none;\n  margin:18px 0;\n}\n\n.mj-hk-cards{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  margin:20px 0 30px;\n}\n.mj-hk-card{\n  overflow:hidden;\n  border-radius:18px;\n  border:1px solid rgba(0,0,0,.08);\n  background:#fff;\n  box-shadow:0 5px 18px rgba(0,0,0,.05);\n}\n.mj-hk-card a{display:block;color:inherit;text-decoration:none;}\n.mj-hk-card-body{padding:14px;}\n.mj-hk-card-title{\n  margin-bottom:6px;\n  font-size:15px;\n  font-weight:650;\n  color:#d66f72;\n}\n.mj-hk-card-text{font-size:12.5px!important;line-height:1.55;}\n\n.mj-hk-faq h2{text-align:center;margin-bottom:24px;}\n.mj-hk-faq-item{\n  background:#f7faf4;\n  border:1px solid #dfe8d7;\n  border-radius:16px;\n  padding:18px 20px;\n  margin-bottom:14px;\n}\n.mj-hk-faq-item h3{\n  margin:0 0 10px;\n  font-size:16px;\n  font-weight:650;\n  color:#51663c;\n  display:flex;\n  align-items:center;\n  gap:8px;\n}\n.mj-hk-faq-item h3:before{\n  content:\"Q\";\n  width:26px;\n  height:26px;\n  border-radius:50%;\n  background:#6f8350;\n  color:#fff;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:13px;\n  font-weight:700;\n  flex-shrink:0;\n}\n.mj-hk-faq-item p{padding-left:34px;color:#4f5a4d;}\n.mj-hk-note{\n  margin-top:18px;\n  padding:16px;\n  background:#fffdf7;\n  border-left:4px solid #c7b26b;\n  border-radius:10px;\n  font-size:13px!important;\n  color:#747b74!important;\n}\n\n@media screen and (max-width:749px){\n  .mj-hk{width:92%;margin:24px auto;}\n  .mj-hk h1{font-size:25px;}\n  .mj-hk h2{font-size:20px;}\n  .mj-hk p{font-size:13.5px;}\n  .mj-hk-hero-image{max-width:420px!important;}\n  .mj-hk-grid,.mj-hk-size{grid-template-columns:1fr;}\n  .mj-hk-section{padding:26px 0;}\n  .mj-hk-btn{margin:24px 0 14px;}\n\n  .mj-hk-box{\n    padding:10px 12px;\n    margin:14px 0 20px;\n    border-radius:14px;\n    font-size:11.5px;\n    line-height:1.55;\n    opacity:.72;\n  }\n  .mj-hk-box strong{font-size:12px;margin-bottom:1px;}\n\n  .mj-hk-two-col{grid-template-columns:1fr;gap:0;}\n\n  .mj-hk-cards{\n    grid-template-columns:repeat(2,1fr);\n    gap:12px;\n    margin:18px 0 26px;\n  }\n  .mj-hk-card{border-radius:14px;}\n  .mj-hk-card-body{padding:10px;}\n  .mj-hk-card-title{font-size:12.5px;margin-bottom:4px;}\n  .mj-hk-card-text{font-size:10.8px!important;line-height:1.45;}\n\n  .mj-hk-faq-item{padding:16px;}\n  .mj-hk-faq-item p{padding-left:0;}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"mj-hk\"\u003e\n\n\u003csection class=\"mj-hk-hero\"\u003e\n  \u003cspan class=\"mj-hk-label\"\u003eHEKISUIEN · Uji Kyoto Matcha\u003c\/span\u003e\n  \u003ch1\u003eHEKISUIEN Matcha “CHIYO-NO-SAKAE”\u003c\/h1\u003e\n  \u003cp class=\"mj-hk-lead\"\u003e\n    A smooth and approachable Uji matcha with gentle sweetness, light umami, and a clean finish.\n    Ideal for beginners discovering authentic Japanese matcha.\n  \u003c\/p\u003e\n  \u003cdiv class=\"mj-hk-tags\"\u003e\n    \u003cspan\u003eUji, Kyoto\u003c\/span\u003e\n    \u003cspan\u003eStone-Milled\u003c\/span\u003e\n    \u003cspan\u003eAged Tencha\u003c\/span\u003e\n    \u003cspan\u003eBeginner-Friendly\u003c\/span\u003e\n    \u003cspan\u003eDaily Usucha\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cimg class=\"mj-hk-hero-image\" src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/matcha_powder_chiyo_001.jpg\" alt=\"HEKISUIEN Matcha CHIYO-NO-SAKAE\" loading=\"lazy\"\u003e\n\n\u003cdiv class=\"mj-hk-box\"\u003e\n  \u003cstrong\u003eBest for:\u003c\/strong\u003e\n  First ceremonial matcha, daily usucha, beginners, and light matcha lattes.\n\u003c\/div\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eChoose Your Size\u003c\/h2\u003e\n  \u003cp\u003e\n    CHIYO-NO-SAKAE is available in 30g and 150g. Choose 30g if you are trying it for the first time,\n    or 150g if you drink matcha regularly and want better value per gram.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-size\"\u003e\n    \u003ca href=\"\/en-th\/products\/hekisuien-matcha-green-tea-powder-ceremonial-grade-chiyo-no-sakae-30g-can\"\u003e\n      30g Can\n      \u003cspan\u003eBest for first-time buyers\u003c\/span\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"\/en-th\/products\/hekisuien-matcha-green-tea-powder-ceremonial-grade-chiyo-no-sakae-150g-can\"\u003e\n      150g Can\n      \u003cspan\u003eBest value for daily drinkers\u003c\/span\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eWhy We Recommend CHIYO-NO-SAKAE\u003c\/h2\u003e\n  \u003cp\u003e\n    CHIYO-NO-SAKAE is HEKISUIEN’s most approachable ceremonial matcha.\n    It offers gentle sweetness, light umami, and mild bitterness, making it an excellent introduction to authentic Uji matcha.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-grid\"\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Smooth and easy to enjoy\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Gentle sweetness with light umami\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Ideal for first ceremonial matcha\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Clean finish for daily usucha\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eTasting Notes\u003c\/h2\u003e\n  \u003cp\u003e\n    \u003cstrong\u003eAroma:\u003c\/strong\u003e Soft Uji fragrance with a gentle tea aroma\u003cbr\u003e\n    \u003cstrong\u003eTaste:\u003c\/strong\u003e Gentle sweetness with light umami and mild bitterness\u003cbr\u003e\n    \u003cstrong\u003eFinish:\u003c\/strong\u003e Clean, refreshing, and easy to drink\n  \u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eHow to Enjoy\u003c\/h2\u003e\n  \u003cp\u003e\u003cstrong\u003eUsucha:\u003c\/strong\u003e Sift 2g of matcha, add 60ml hot water around 80°C \/ 176°F, and whisk until frothy.\u003c\/p\u003e\n  \u003cbr\u003e\n  \u003cp\u003e\u003cstrong\u003eMatcha Latte:\u003c\/strong\u003e Mix 2g of matcha with 60ml hot water, then add around 150ml milk. This creates a light, smooth, and approachable matcha latte.\u003c\/p\u003e\n\n  \u003ca class=\"mj-hk-btn\" href=\"\/en-th\/pages\/recipe-guide-matchajp\"\u003e\n    View Matcha Latte \u0026amp; Recipe Guide\n    \u003cspan\u003eEasy recipes for home and café-style drinks\u003c\/span\u003e\n  \u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eAbout HEKISUIEN\u003c\/h2\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/about-image_pc.jpg?v=1761617722\" alt=\"HEKISUIEN Uji matcha factory\" loading=\"lazy\"\u003e\n  \u003cp\u003e\n    Founded in the third year of the Keio era, HEKISUIEN is a long-established Uji matcha producer with over 150 years of history.\n  \u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003cdiv class=\"mj-hk-two-col\"\u003e\n\n    \u003cdiv class=\"mj-hk-story-card\"\u003e\n      \u003ch2\u003e150 Years of Tradition: Aged Uji Matcha\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisui_image_g.jpg?v=1782711040\" alt=\"Aged Uji tencha leaves\" loading=\"lazy\"\u003e\n      \u003cp\u003e\n        HEKISUIEN allows carefully selected tencha to rest before grinding.\n        This aging process helps create a smoother, more rounded matcha taste.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-story-card\"\u003e\n      \u003ch2\u003eThe Art of Hekisuien Matcha Production\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-150g-can-6208080.png\" alt=\"Traditional stone mill grinding matcha\" loading=\"lazy\"\u003e\n      \u003cp\u003e\n        HEKISUIEN matcha is slowly stone-milled to preserve its delicate color,\n        aroma, and smooth texture.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eExplore Other HEKISUIEN Matcha\u003c\/h2\u003e\n  \u003cp\u003eCompare each profile and find the matcha that best suits your taste.\u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-cards\"\u003e\n\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/daigyoku\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-daigyoku-30g-can-2999862.jpg?v=1761111775\" alt=\"DAIGYOKU matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eDAIGYOKU\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eSignature blend with balanced umami and gentle bitterness.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/kin-no-uzu\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-30g-can-7052043.jpg?v=1761111776\" alt=\"KIN-NO-UZU matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eKIN-NO-UZU\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eVersatile all-rounder for usucha and premium lattes.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/chiyo-no-sakae\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-chiyo-no-sakae-30g-can-2186994.jpg?v=1761111776\" alt=\"CHIYO-NO-SAKAE matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eCHIYO-NO-SAKAE\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eBeginner-friendly ceremonial matcha with a crisp finish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003ca class=\"mj-hk-btn\" href=\"\/en-th\/collections\/hekisuien\"\u003e\n    Back to HEKISUIEN Collection\n    \u003cspan\u003eExplore all matcha from HEKISUIEN\u003c\/span\u003e\n  \u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section mj-hk-faq\"\u003e\n  \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eIs CHIYO-NO-SAKAE suitable for beginners?\u003c\/h3\u003e\n    \u003cp\u003eYes. CHIYO-NO-SAKAE is one of the easiest Uji matcha to enjoy and is highly recommended for first-time matcha drinkers.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eIs CHIYO-NO-SAKAE suitable for usucha?\u003c\/h3\u003e\n    \u003cp\u003eYes. It is suitable for daily usucha and has a smooth, approachable flavor with a clean finish.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eCan I make matcha lattes?\u003c\/h3\u003e\n    \u003cp\u003eYes. Although designed primarily for usucha, it also creates a light, smooth, and balanced matcha latte.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eWhich size should I choose?\u003c\/h3\u003e\n    \u003cp\u003e30g is ideal if you are trying this matcha for the first time. 150g offers better value if you enjoy matcha regularly.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eHow should I store matcha?\u003c\/h3\u003e\n    \u003cp\u003eKeep it cool, dry, and away from light. After opening, reseal tightly and refrigerate when possible.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-note\"\u003e\n    Matcha flavor and color may vary slightly depending on the harvest season and production lot. This is a natural characteristic of authentic Japanese matcha.\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"MatchaJP","offers":[{"title":"Default Title","offer_id":44773103173785,"sku":"chiyo-no-sakae-30","price":13.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-chiyo-no-sakae-30g-can-2186994.jpg?v=1761111776"},{"product_id":"hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-30g-can","title":"Japanese Ceremonial Matcha Green Tea Powder Hekisuien | KIN-NO-UZU 30g Can (1.06 oz)","description":"\u003c!-- MatchaJP | HEKISUIEN Product Design System v1 - KIN-NO-UZU Common HTML --\u003e\n\n\u003cstyle\u003e\n.mj-hk{\n  width:90%;\n  max-width:860px;\n  margin:36px auto;\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif;\n  color:#223022;\n  line-height:1.75;\n  text-align:left;\n}\n.mj-hk *{box-sizing:border-box;}\n.mj-hk h1,.mj-hk h2,.mj-hk h3,.mj-hk p{margin:0;}\n.mj-hk p{font-size:15px;color:#4b554b;font-weight:400;}\n.mj-hk strong{font-weight:600;}\n\n.mj-hk-hero{padding:24px 0;text-align:center!important;}\n.mj-hk-label{\n  display:inline-block;\n  margin-bottom:12px;\n  font-size:11px;\n  font-weight:600;\n  letter-spacing:.14em;\n  text-transform:uppercase;\n  color:#6c7f50;\n}\n.mj-hk h1{\n  max-width:760px;\n  margin:0 auto;\n  font-size:30px;\n  line-height:1.25;\n  font-weight:650;\n  color:#182318;\n  text-align:center!important;\n}\n.mj-hk-lead{\n  max-width:720px;\n  margin:14px auto 0;\n  font-size:15.5px;\n  text-align:center!important;\n}\n.mj-hk-tags{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center!important;\n  gap:8px;\n  margin-top:18px;\n}\n.mj-hk-tags span{\n  padding:7px 11px;\n  border-radius:999px;\n  background:#f3f6ed;\n  color:#425338;\n  font-size:12px;\n  font-weight:600;\n}\n\n.mj-hk img{\n  display:block;\n  width:auto;\n  max-width:100%;\n  height:auto;\n  margin:26px auto;\n  border-radius:18px;\n  float:none!important;\n}\n.mj-hk-hero-image{\n  display:block!important;\n  width:100%!important;\n  max-width:520px!important;\n  height:auto!important;\n  margin:30px auto 10px!important;\n  border-radius:18px!important;\n  float:none!important;\n  clear:both!important;\n}\n.mj-hk-section img{width:100%;max-width:720px;}\n.mj-hk-card img{width:100%;max-width:none;margin:0;border-radius:0;}\n\n.mj-hk-box{\n  margin:26px 0 32px;\n  padding:18px;\n  border-radius:18px;\n  background:#fbfaf4;\n  border:1px solid rgba(80,100,55,.16);\n}\n.mj-hk-box strong{\n  display:block;\n  margin-bottom:5px;\n  color:#1d2b1d;\n  font-size:16px;\n}\n\n.mj-hk-section{\n  padding:32px 0;\n  border-top:1px solid rgba(0,0,0,.08);\n}\n.mj-hk h2{\n  margin-bottom:14px;\n  font-size:22px;\n  line-height:1.35;\n  font-weight:650;\n  color:#1b261b;\n}\n.mj-hk-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:12px;\n  margin-top:18px;\n}\n.mj-hk-mini{\n  padding:14px;\n  border-radius:16px;\n  background:#f7f8f2;\n  font-size:14px;\n  font-weight:500;\n  color:#334033;\n}\n\n.mj-hk-size{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:14px;\n  margin-top:20px;\n}\n.mj-hk-size a,.mj-hk-btn{\n  display:block;\n  text-align:center;\n  text-decoration:none;\n  border-radius:16px;\n  padding:15px 14px;\n  font-weight:650;\n}\n.mj-hk-size a{\n  background:#fff;\n  color:#6f8350!important;\n  border:1.5px solid #6f8350;\n}\n.mj-hk-size a:hover,\n.mj-hk-btn:hover{\n  background:#f7faf4;\n}\n.mj-hk-btn{\n  margin:26px 0 8px;\n  background:#fff;\n  color:#6f8350!important;\n  border:1.5px solid #6f8350;\n}\n.mj-hk-size span,.mj-hk-btn span{\n  display:block;\n  margin-top:4px;\n  font-size:12px;\n  font-weight:500;\n  opacity:.82;\n}\n\n.mj-hk-two-col{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:24px;\n  align-items:start;\n}\n.mj-hk-story-card img{\n  width:100%;\n  max-width:none;\n  margin:18px 0;\n}\n\n.mj-hk-cards{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  margin:20px 0 30px;\n}\n.mj-hk-card{\n  overflow:hidden;\n  border-radius:18px;\n  border:1px solid rgba(0,0,0,.08);\n  background:#fff;\n  box-shadow:0 5px 18px rgba(0,0,0,.05);\n}\n.mj-hk-card a{display:block;color:inherit;text-decoration:none;}\n.mj-hk-card-body{padding:14px;}\n.mj-hk-card-title{\n  margin-bottom:6px;\n  font-size:15px;\n  font-weight:650;\n  color:#d66f72;\n}\n.mj-hk-card-text{font-size:12.5px!important;line-height:1.55;}\n\n.mj-hk-faq h2{text-align:center;margin-bottom:24px;}\n.mj-hk-faq-item{\n  background:#f7faf4;\n  border:1px solid #dfe8d7;\n  border-radius:16px;\n  padding:18px 20px;\n  margin-bottom:14px;\n}\n.mj-hk-faq-item h3{\n  margin:0 0 10px;\n  font-size:16px;\n  font-weight:650;\n  color:#51663c;\n  display:flex;\n  align-items:center;\n  gap:8px;\n}\n.mj-hk-faq-item h3:before{\n  content:\"Q\";\n  width:26px;\n  height:26px;\n  border-radius:50%;\n  background:#6f8350;\n  color:#fff;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:13px;\n  font-weight:700;\n  flex-shrink:0;\n}\n.mj-hk-faq-item p{padding-left:34px;color:#4f5a4d;}\n.mj-hk-note{\n  margin-top:18px;\n  padding:16px;\n  background:#fffdf7;\n  border-left:4px solid #c7b26b;\n  border-radius:10px;\n  font-size:13px!important;\n  color:#747b74!important;\n}\n\n@media screen and (max-width:749px){\n  .mj-hk{width:92%;margin:24px auto;}\n  .mj-hk h1{font-size:25px;}\n  .mj-hk h2{font-size:20px;}\n  .mj-hk p{font-size:13.5px;}\n  .mj-hk-hero-image{max-width:420px!important;margin:22px auto 8px!important;}\n  .mj-hk-grid,.mj-hk-size{grid-template-columns:1fr;}\n  .mj-hk-section{padding:26px 0;}\n  .mj-hk-btn{margin:24px 0 14px;}\n\n  .mj-hk-box{\n    padding:10px 12px;\n    margin:14px 0 20px;\n    border-radius:14px;\n    font-size:11.5px;\n    line-height:1.55;\n    opacity:.72;\n  }\n  .mj-hk-box strong{font-size:12px;margin-bottom:1px;}\n\n  .mj-hk-two-col{grid-template-columns:1fr;gap:0;}\n\n  .mj-hk-cards{\n    grid-template-columns:repeat(2,1fr);\n    gap:12px;\n    margin:18px 0 26px;\n  }\n  .mj-hk-card{border-radius:14px;}\n  .mj-hk-card-body{padding:10px;}\n  .mj-hk-card-title{font-size:12.5px;margin-bottom:4px;}\n  .mj-hk-card-text{font-size:10.8px!important;line-height:1.45;}\n\n  .mj-hk-faq-item{padding:16px;}\n  .mj-hk-faq-item p{padding-left:0;}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"mj-hk\"\u003e\n\n\u003csection class=\"mj-hk-hero\"\u003e\n  \u003cspan class=\"mj-hk-label\"\u003eHEKISUIEN · Uji Kyoto Matcha\u003c\/span\u003e\n  \u003ch1\u003eHEKISUIEN Matcha “KIN-NO-UZU”\u003c\/h1\u003e\n  \u003cp class=\"mj-hk-lead\"\u003e\n    A versatile Uji matcha with smooth umami, clean bitterness, and a refined tea aroma.\n    Enjoy it as daily usucha or as a premium matcha latte.\n  \u003c\/p\u003e\n  \u003cdiv class=\"mj-hk-tags\"\u003e\n    \u003cspan\u003eUji, Kyoto\u003c\/span\u003e\n    \u003cspan\u003eStone-Milled\u003c\/span\u003e\n    \u003cspan\u003eAged Tencha\u003c\/span\u003e\n    \u003cspan\u003eDaily Usucha\u003c\/span\u003e\n    \u003cspan\u003eLatte-Friendly\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cimg class=\"mj-hk-hero-image\" src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/matcha_powder_kinuzu_001.jpg\" alt=\"HEKISUIEN Matcha KIN-NO-UZU\" loading=\"lazy\"\u003e\n\n\u003cdiv class=\"mj-hk-box\"\u003e\n  \u003cstrong\u003eBest for:\u003c\/strong\u003e\n  Daily usucha, first-time Uji matcha drinkers, and smooth premium-style lattes.\n\u003c\/div\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eChoose Your Size\u003c\/h2\u003e\n  \u003cp\u003e\n    KIN-NO-UZU is available in 30g and 150g. Choose 30g if you are trying it for the first time,\n    or 150g if you drink matcha regularly and want better value per gram.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-size\"\u003e\n    \u003ca href=\"\/en-th\/products\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-30g-can\"\u003e\n      30g Can\n      \u003cspan\u003eBest for first-time buyers\u003c\/span\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"\/en-th\/products\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-150g-can\"\u003e\n      150g Can\n      \u003cspan\u003eBest value for daily drinkers\u003c\/span\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eWhy We Recommend KIN-NO-UZU\u003c\/h2\u003e\n  \u003cp\u003e\n    KIN-NO-UZU is a well-balanced HEKISUIEN matcha with a smooth Uji character.\n    It is approachable enough for daily drinking, while still offering the depth and aroma expected from authentic stone-milled Japanese matcha.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-grid\"\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Smooth and approachable Uji flavor\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Clean bitterness with gentle umami\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Easy to enjoy as daily usucha\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Works well for premium lattes\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eTasting Notes\u003c\/h2\u003e\n  \u003cp\u003e\n    \u003cstrong\u003eAroma:\u003c\/strong\u003e Clean Uji fragrance with soft depth\u003cbr\u003e\n    \u003cstrong\u003eTaste:\u003c\/strong\u003e Gentle umami with balanced, refreshing bitterness\u003cbr\u003e\n    \u003cstrong\u003eFinish:\u003c\/strong\u003e Smooth, clean, and easy to drink daily\n  \u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eHow to Enjoy\u003c\/h2\u003e\n  \u003cp\u003e\u003cstrong\u003eUsucha:\u003c\/strong\u003e Sift 2g of matcha, add 60ml hot water around 80°C \/ 176°F, and whisk until frothy.\u003c\/p\u003e\n  \u003cbr\u003e\n  \u003cp\u003e\u003cstrong\u003eMatcha Latte:\u003c\/strong\u003e Mix 2g of matcha with 60ml hot water, then add around 150ml milk. Add a small amount of sweetener if you prefer a softer café-style taste.\u003c\/p\u003e\n\n  \u003ca class=\"mj-hk-btn\" href=\"\/en-th\/pages\/recipe-guide-matchajp\"\u003e\n    View Matcha Latte \u0026amp; Recipe Guide\n    \u003cspan\u003eEasy recipes for home and café-style drinks\u003c\/span\u003e\n  \u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eAbout HEKISUIEN\u003c\/h2\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/about-image_pc.jpg?v=1761617722\" alt=\"HEKISUIEN Uji matcha factory\" loading=\"lazy\"\u003e\n  \u003cp\u003e\n    Founded in the third year of the Keio era, HEKISUIEN is a long-established Uji matcha producer with over 150 years of history.\n  \u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003cdiv class=\"mj-hk-two-col\"\u003e\n\n    \u003cdiv class=\"mj-hk-story-card\"\u003e\n      \u003ch2\u003e150 Years of Tradition: Aged Uji Matcha\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisui_image_g.jpg?v=1782711040\" alt=\"Aged Uji tencha leaves\" loading=\"lazy\"\u003e\n      \u003cp\u003e\n        HEKISUIEN allows carefully selected tencha to rest before grinding.\n        This aging process helps create a smoother, more rounded matcha taste.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-story-card\"\u003e\n      \u003ch2\u003eThe Art of Hekisuien Matcha Production\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-150g-can-6208080.png\" alt=\"Traditional stone mill grinding matcha\" loading=\"lazy\"\u003e\n      \u003cp\u003e\n        HEKISUIEN matcha is slowly stone-milled to preserve its delicate color,\n        aroma, and smooth texture.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eExplore Other HEKISUIEN Matcha\u003c\/h2\u003e\n  \u003cp\u003eCompare each profile and find the matcha that best suits your taste.\u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-cards\"\u003e\n\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/daigyoku\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-daigyoku-30g-can-2999862.jpg?v=1761111775\" alt=\"DAIGYOKU matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eDAIGYOKU\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eSignature blend with balanced umami and gentle bitterness.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/kin-no-uzu\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-30g-can-7052043.jpg?v=1761111776\" alt=\"KIN-NO-UZU matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eKIN-NO-UZU\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eVersatile all-rounder for usucha and premium lattes.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/chiyo-no-sakae\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-chiyo-no-sakae-30g-can-2186994.jpg?v=1761111776\" alt=\"CHIYO-NO-SAKAE matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eCHIYO-NO-SAKAE\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eBeginner-friendly ceremonial matcha with a crisp finish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003ca class=\"mj-hk-btn\" href=\"\/en-th\/collections\/hekisuien\"\u003e\n    Back to HEKISUIEN Collection\n    \u003cspan\u003eExplore all matcha from HEKISUIEN\u003c\/span\u003e\n  \u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section mj-hk-faq\"\u003e\n  \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eIs KIN-NO-UZU suitable for usucha?\u003c\/h3\u003e\n    \u003cp\u003eYes. KIN-NO-UZU is suitable for usucha and has a smooth, approachable Uji-style flavor.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eIs KIN-NO-UZU suitable for matcha lattes?\u003c\/h3\u003e\n    \u003cp\u003eYes. It works well for premium-style lattes, especially if you want a smoother and more refined matcha taste.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eWhich size should I choose?\u003c\/h3\u003e\n    \u003cp\u003e30g is ideal if you are trying this matcha for the first time. 150g offers better value if you enjoy matcha regularly.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eHow should I store matcha?\u003c\/h3\u003e\n    \u003cp\u003eKeep it cool, dry, and away from light. After opening, reseal tightly and refrigerate when possible.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-note\"\u003e\n    Matcha flavor and color may vary slightly depending on the harvest season and production lot. This is a natural characteristic of authentic Japanese matcha.\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"MatchaJP","offers":[{"title":"Default Title","offer_id":44773119262873,"sku":"kin-30","price":16.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-30g-can-7052043.jpg?v=1761111776"},{"product_id":"hekisuien-matcha-green-tea-powder-ceremonial-grade-shien-30g-can","title":"Japanese Ceremonial Matcha Green Tea Powder Hekisuien | SHIEN 30g Can (1.06 oz)","description":"\u003cdiv id=\"container\"\u003e\n\u003cdiv id=\"main\"\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/shien-kari.jpg?v=1724324445\"\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/shien-600.jpg?v=1728029585\"\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/shien-600-3.jpg?v=1728029567\"\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/shien-s01_137e82cd-abff-431c-97cd-ce11f7e86254.jpg?v=1724324557\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisui-s01.jpg?v=1724316864\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg style=\"display: block; margin-left: auto; margin-right: auto;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/ishiusu_650.png?v=1733122575\"\u003e\u003c\/p\u003e\n\u003cp\u003e40 grams per hour per stone mill. This is the production volume of HEKISUIEN's stone-ground matcha. Considering the widespread use of grinders that can grind efficiently in a short time, this is far too inefficient in terms of efficiency and productivity.\u003cbr\u003eHowever, by sticking to traditional stone grinding, the color, taste, and flavor of the matcha are enhanced, and it also has a smooth texture.\u003cbr\u003eHeHEKISUIEN produces matcha slowly and carefully to preserve the flavor that has been passed down for generations.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eHEKISUIEN MATCHA MENU\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"\/en-th\/collections\/shien\" title=\"SHIEN MATCHA HEKISUIEN\"\u003eSHIEN\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"\/en-th\/collections\/tennko\"\u003eTENKO\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"\/en-th\/collections\/daigyoku\"\u003eDAIGYOKU\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"\/en-th\/collections\/kin-no-uzu\"\u003eKIN-NO-UZU\u003c\/a\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"\/en-th\/collections\/chiyo-no-sakae\"\u003eCHIYO-NO-SAKAE\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MatchaJP","offers":[{"title":"Default Title","offer_id":44773162418329,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/shien-kari.jpg?v=1769579471"},{"product_id":"hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-150g-can","title":"Japanese Ceremonial Matcha Green Tea Powder – KIN-NO-UZU | Hekisuien (Uji, Japan) 150g (5.29 oz)","description":"\u003c!-- MatchaJP | HEKISUIEN Product Design System v1 - KIN-NO-UZU Common HTML --\u003e\n\n\u003cstyle\u003e\n.mj-hk{\n  width:90%;\n  max-width:860px;\n  margin:36px auto;\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif;\n  color:#223022;\n  line-height:1.75;\n  text-align:left;\n}\n.mj-hk *{box-sizing:border-box;}\n.mj-hk h1,.mj-hk h2,.mj-hk h3,.mj-hk p{margin:0;}\n.mj-hk p{font-size:15px;color:#4b554b;font-weight:400;}\n.mj-hk strong{font-weight:600;}\n\n.mj-hk-hero{padding:24px 0;text-align:center!important;}\n.mj-hk-label{\n  display:inline-block;\n  margin-bottom:12px;\n  font-size:11px;\n  font-weight:600;\n  letter-spacing:.14em;\n  text-transform:uppercase;\n  color:#6c7f50;\n}\n.mj-hk h1{\n  max-width:760px;\n  margin:0 auto;\n  font-size:30px;\n  line-height:1.25;\n  font-weight:650;\n  color:#182318;\n  text-align:center!important;\n}\n.mj-hk-lead{\n  max-width:720px;\n  margin:14px auto 0;\n  font-size:15.5px;\n  text-align:center!important;\n}\n.mj-hk-tags{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center!important;\n  gap:8px;\n  margin-top:18px;\n}\n.mj-hk-tags span{\n  padding:7px 11px;\n  border-radius:999px;\n  background:#f3f6ed;\n  color:#425338;\n  font-size:12px;\n  font-weight:600;\n}\n\n.mj-hk img{\n  display:block;\n  width:auto;\n  max-width:100%;\n  height:auto;\n  margin:26px auto;\n  border-radius:18px;\n  float:none!important;\n}\n.mj-hk-hero-image{\n  display:block!important;\n  width:100%!important;\n  max-width:520px!important;\n  height:auto!important;\n  margin:30px auto 10px!important;\n  border-radius:18px!important;\n  float:none!important;\n  clear:both!important;\n}\n.mj-hk-section img{width:100%;max-width:720px;}\n.mj-hk-card img{width:100%;max-width:none;margin:0;border-radius:0;}\n\n.mj-hk-box{\n  margin:26px 0 32px;\n  padding:18px;\n  border-radius:18px;\n  background:#fbfaf4;\n  border:1px solid rgba(80,100,55,.16);\n}\n.mj-hk-box strong{\n  display:block;\n  margin-bottom:5px;\n  color:#1d2b1d;\n  font-size:16px;\n}\n\n.mj-hk-section{\n  padding:32px 0;\n  border-top:1px solid rgba(0,0,0,.08);\n}\n.mj-hk h2{\n  margin-bottom:14px;\n  font-size:22px;\n  line-height:1.35;\n  font-weight:650;\n  color:#1b261b;\n}\n.mj-hk-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:12px;\n  margin-top:18px;\n}\n.mj-hk-mini{\n  padding:14px;\n  border-radius:16px;\n  background:#f7f8f2;\n  font-size:14px;\n  font-weight:500;\n  color:#334033;\n}\n\n.mj-hk-size{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:14px;\n  margin-top:20px;\n}\n.mj-hk-size a,.mj-hk-btn{\n  display:block;\n  text-align:center;\n  text-decoration:none;\n  border-radius:16px;\n  padding:15px 14px;\n  font-weight:650;\n}\n.mj-hk-size a{\n  background:#fff;\n  color:#6f8350!important;\n  border:1.5px solid #6f8350;\n}\n.mj-hk-size a:hover,\n.mj-hk-btn:hover{\n  background:#f7faf4;\n}\n.mj-hk-btn{\n  margin:26px 0 8px;\n  background:#fff;\n  color:#6f8350!important;\n  border:1.5px solid #6f8350;\n}\n.mj-hk-size span,.mj-hk-btn span{\n  display:block;\n  margin-top:4px;\n  font-size:12px;\n  font-weight:500;\n  opacity:.82;\n}\n\n.mj-hk-two-col{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:24px;\n  align-items:start;\n}\n.mj-hk-story-card img{\n  width:100%;\n  max-width:none;\n  margin:18px 0;\n}\n\n.mj-hk-cards{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  margin:20px 0 30px;\n}\n.mj-hk-card{\n  overflow:hidden;\n  border-radius:18px;\n  border:1px solid rgba(0,0,0,.08);\n  background:#fff;\n  box-shadow:0 5px 18px rgba(0,0,0,.05);\n}\n.mj-hk-card a{display:block;color:inherit;text-decoration:none;}\n.mj-hk-card-body{padding:14px;}\n.mj-hk-card-title{\n  margin-bottom:6px;\n  font-size:15px;\n  font-weight:650;\n  color:#d66f72;\n}\n.mj-hk-card-text{font-size:12.5px!important;line-height:1.55;}\n\n.mj-hk-faq h2{text-align:center;margin-bottom:24px;}\n.mj-hk-faq-item{\n  background:#f7faf4;\n  border:1px solid #dfe8d7;\n  border-radius:16px;\n  padding:18px 20px;\n  margin-bottom:14px;\n}\n.mj-hk-faq-item h3{\n  margin:0 0 10px;\n  font-size:16px;\n  font-weight:650;\n  color:#51663c;\n  display:flex;\n  align-items:center;\n  gap:8px;\n}\n.mj-hk-faq-item h3:before{\n  content:\"Q\";\n  width:26px;\n  height:26px;\n  border-radius:50%;\n  background:#6f8350;\n  color:#fff;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:13px;\n  font-weight:700;\n  flex-shrink:0;\n}\n.mj-hk-faq-item p{padding-left:34px;color:#4f5a4d;}\n.mj-hk-note{\n  margin-top:18px;\n  padding:16px;\n  background:#fffdf7;\n  border-left:4px solid #c7b26b;\n  border-radius:10px;\n  font-size:13px!important;\n  color:#747b74!important;\n}\n\n@media screen and (max-width:749px){\n  .mj-hk{width:92%;margin:24px auto;}\n  .mj-hk h1{font-size:25px;}\n  .mj-hk h2{font-size:20px;}\n  .mj-hk p{font-size:13.5px;}\n  .mj-hk-hero-image{max-width:420px!important;margin:22px auto 8px!important;}\n  .mj-hk-grid,.mj-hk-size{grid-template-columns:1fr;}\n  .mj-hk-section{padding:26px 0;}\n  .mj-hk-btn{margin:24px 0 14px;}\n\n  .mj-hk-box{\n    padding:10px 12px;\n    margin:14px 0 20px;\n    border-radius:14px;\n    font-size:11.5px;\n    line-height:1.55;\n    opacity:.72;\n  }\n  .mj-hk-box strong{font-size:12px;margin-bottom:1px;}\n\n  .mj-hk-two-col{grid-template-columns:1fr;gap:0;}\n\n  .mj-hk-cards{\n    grid-template-columns:repeat(2,1fr);\n    gap:12px;\n    margin:18px 0 26px;\n  }\n  .mj-hk-card{border-radius:14px;}\n  .mj-hk-card-body{padding:10px;}\n  .mj-hk-card-title{font-size:12.5px;margin-bottom:4px;}\n  .mj-hk-card-text{font-size:10.8px!important;line-height:1.45;}\n\n  .mj-hk-faq-item{padding:16px;}\n  .mj-hk-faq-item p{padding-left:0;}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"mj-hk\"\u003e\n\n\u003csection class=\"mj-hk-hero\"\u003e\n  \u003cspan class=\"mj-hk-label\"\u003eHEKISUIEN · Uji Kyoto Matcha\u003c\/span\u003e\n  \u003ch1\u003eHEKISUIEN Matcha “KIN-NO-UZU”\u003c\/h1\u003e\n  \u003cp class=\"mj-hk-lead\"\u003e\n    A versatile Uji matcha with smooth umami, clean bitterness, and a refined tea aroma.\n    Enjoy it as daily usucha or as a premium matcha latte.\n  \u003c\/p\u003e\n  \u003cdiv class=\"mj-hk-tags\"\u003e\n    \u003cspan\u003eUji, Kyoto\u003c\/span\u003e\n    \u003cspan\u003eStone-Milled\u003c\/span\u003e\n    \u003cspan\u003eAged Tencha\u003c\/span\u003e\n    \u003cspan\u003eDaily Usucha\u003c\/span\u003e\n    \u003cspan\u003eLatte-Friendly\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cimg class=\"mj-hk-hero-image\" src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/matcha_powder_kinuzu_001.jpg\" alt=\"HEKISUIEN Matcha KIN-NO-UZU\" loading=\"lazy\"\u003e\n\n\u003cdiv class=\"mj-hk-box\"\u003e\n  \u003cstrong\u003eBest for:\u003c\/strong\u003e\n  Daily usucha, first-time Uji matcha drinkers, and smooth premium-style lattes.\n\u003c\/div\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eChoose Your Size\u003c\/h2\u003e\n  \u003cp\u003e\n    KIN-NO-UZU is available in 30g and 150g. Choose 30g if you are trying it for the first time,\n    or 150g if you drink matcha regularly and want better value per gram.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-size\"\u003e\n    \u003ca href=\"\/en-th\/products\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-30g-can\"\u003e\n      30g Can\n      \u003cspan\u003eBest for first-time buyers\u003c\/span\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"\/en-th\/products\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-150g-can\"\u003e\n      150g Can\n      \u003cspan\u003eBest value for daily drinkers\u003c\/span\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eWhy We Recommend KIN-NO-UZU\u003c\/h2\u003e\n  \u003cp\u003e\n    KIN-NO-UZU is a well-balanced HEKISUIEN matcha with a smooth Uji character.\n    It is approachable enough for daily drinking, while still offering the depth and aroma expected from authentic stone-milled Japanese matcha.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-grid\"\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Smooth and approachable Uji flavor\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Clean bitterness with gentle umami\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Easy to enjoy as daily usucha\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Works well for premium lattes\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eTasting Notes\u003c\/h2\u003e\n  \u003cp\u003e\n    \u003cstrong\u003eAroma:\u003c\/strong\u003e Clean Uji fragrance with soft depth\u003cbr\u003e\n    \u003cstrong\u003eTaste:\u003c\/strong\u003e Gentle umami with balanced, refreshing bitterness\u003cbr\u003e\n    \u003cstrong\u003eFinish:\u003c\/strong\u003e Smooth, clean, and easy to drink daily\n  \u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eHow to Enjoy\u003c\/h2\u003e\n  \u003cp\u003e\u003cstrong\u003eUsucha:\u003c\/strong\u003e Sift 2g of matcha, add 60ml hot water around 80°C \/ 176°F, and whisk until frothy.\u003c\/p\u003e\n  \u003cbr\u003e\n  \u003cp\u003e\u003cstrong\u003eMatcha Latte:\u003c\/strong\u003e Mix 2g of matcha with 60ml hot water, then add around 150ml milk. Add a small amount of sweetener if you prefer a softer café-style taste.\u003c\/p\u003e\n\n  \u003ca class=\"mj-hk-btn\" href=\"\/en-th\/pages\/recipe-guide-matchajp\"\u003e\n    View Matcha Latte \u0026amp; Recipe Guide\n    \u003cspan\u003eEasy recipes for home and café-style drinks\u003c\/span\u003e\n  \u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eAbout HEKISUIEN\u003c\/h2\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/about-image_pc.jpg?v=1761617722\" alt=\"HEKISUIEN Uji matcha factory\" loading=\"lazy\"\u003e\n  \u003cp\u003e\n    Founded in the third year of the Keio era, HEKISUIEN is a long-established Uji matcha producer with over 150 years of history.\n  \u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003cdiv class=\"mj-hk-two-col\"\u003e\n\n    \u003cdiv class=\"mj-hk-story-card\"\u003e\n      \u003ch2\u003e150 Years of Tradition: Aged Uji Matcha\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisui_image_g.jpg?v=1782711040\" alt=\"Aged Uji tencha leaves\" loading=\"lazy\"\u003e\n      \u003cp\u003e\n        HEKISUIEN allows carefully selected tencha to rest before grinding.\n        This aging process helps create a smoother, more rounded matcha taste.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-story-card\"\u003e\n      \u003ch2\u003eThe Art of Hekisuien Matcha Production\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-150g-can-6208080.png\" alt=\"Traditional stone mill grinding matcha\" loading=\"lazy\"\u003e\n      \u003cp\u003e\n        HEKISUIEN matcha is slowly stone-milled to preserve its delicate color,\n        aroma, and smooth texture.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eExplore Other HEKISUIEN Matcha\u003c\/h2\u003e\n  \u003cp\u003eCompare each profile and find the matcha that best suits your taste.\u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-cards\"\u003e\n\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/daigyoku\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-daigyoku-30g-can-2999862.jpg?v=1761111775\" alt=\"DAIGYOKU matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eDAIGYOKU\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eSignature blend with balanced umami and gentle bitterness.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/kin-no-uzu\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-30g-can-7052043.jpg?v=1761111776\" alt=\"KIN-NO-UZU matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eKIN-NO-UZU\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eVersatile all-rounder for usucha and premium lattes.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/chiyo-no-sakae\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-chiyo-no-sakae-30g-can-2186994.jpg?v=1761111776\" alt=\"CHIYO-NO-SAKAE matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eCHIYO-NO-SAKAE\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eBeginner-friendly ceremonial matcha with a crisp finish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003ca class=\"mj-hk-btn\" href=\"\/en-th\/collections\/hekisuien\"\u003e\n    Back to HEKISUIEN Collection\n    \u003cspan\u003eExplore all matcha from HEKISUIEN\u003c\/span\u003e\n  \u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section mj-hk-faq\"\u003e\n  \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eIs KIN-NO-UZU suitable for usucha?\u003c\/h3\u003e\n    \u003cp\u003eYes. KIN-NO-UZU is suitable for usucha and has a smooth, approachable Uji-style flavor.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eIs KIN-NO-UZU suitable for matcha lattes?\u003c\/h3\u003e\n    \u003cp\u003eYes. It works well for premium-style lattes, especially if you want a smoother and more refined matcha taste.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eWhich size should I choose?\u003c\/h3\u003e\n    \u003cp\u003e30g is ideal if you are trying this matcha for the first time. 150g offers better value if you enjoy matcha regularly.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eHow should I store matcha?\u003c\/h3\u003e\n    \u003cp\u003eKeep it cool, dry, and away from light. After opening, reseal tightly and refrigerate when possible.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-note\"\u003e\n    Matcha flavor and color may vary slightly depending on the harvest season and production lot. This is a natural characteristic of authentic Japanese matcha.\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"MatchaJP","offers":[{"title":"Default Title","offer_id":44773180276889,"sku":"kin-150","price":60.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/kin-no-uzu-150.jpg?v=1775692599"},{"product_id":"hekisuien-matcha-green-tea-powder-ceremonial-grade-chiyo-no-sakae-150g-can","title":"Japanese Ceremonial Matcha Green Tea Powder – CHIYO-NO-SAKAE | Hekisuien (Uji, Japan) 150g (5.29 oz)","description":"\u003c!-- MatchaJP | HEKISUIEN Product Design System v1 - CHIYO-NO-SAKAE Common HTML --\u003e\n\n\u003cstyle\u003e\n.mj-hk{\n  width:90%;\n  max-width:860px;\n  margin:36px auto;\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif;\n  color:#223022;\n  line-height:1.75;\n  text-align:left;\n}\n.mj-hk *{box-sizing:border-box;}\n.mj-hk h1,.mj-hk h2,.mj-hk h3,.mj-hk p{margin:0;}\n.mj-hk p{font-size:15px;color:#4b554b;font-weight:400;}\n.mj-hk strong{font-weight:600;}\n\n.mj-hk-hero{padding:24px 0;text-align:center!important;}\n.mj-hk-label{\n  display:inline-block;\n  margin-bottom:12px;\n  font-size:11px;\n  font-weight:600;\n  letter-spacing:.14em;\n  text-transform:uppercase;\n  color:#6c7f50;\n}\n.mj-hk h1{\n  max-width:760px;\n  margin:0 auto;\n  font-size:30px;\n  line-height:1.25;\n  font-weight:650;\n  color:#182318;\n  text-align:center!important;\n}\n.mj-hk-lead{\n  max-width:720px;\n  margin:14px auto 0;\n  font-size:15.5px;\n  text-align:center!important;\n}\n.mj-hk-tags{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center!important;\n  gap:8px;\n  margin-top:18px;\n}\n.mj-hk-tags span{\n  padding:7px 11px;\n  border-radius:999px;\n  background:#f3f6ed;\n  color:#425338;\n  font-size:12px;\n  font-weight:600;\n}\n\n.mj-hk img{\n  display:block;\n  width:auto;\n  max-width:100%;\n  height:auto;\n  margin:26px auto;\n  border-radius:18px;\n  float:none!important;\n}\n.mj-hk-hero-image{\n  display:block!important;\n  width:100%!important;\n  max-width:520px!important;\n  height:auto!important;\n  margin:30px auto 10px!important;\n  border-radius:18px!important;\n  float:none!important;\n}\n.mj-hk-section img{width:100%;max-width:720px;}\n.mj-hk-card img{width:100%;max-width:none;margin:0;border-radius:0;}\n\n.mj-hk-box{\n  margin:26px 0 32px;\n  padding:18px;\n  border-radius:18px;\n  background:#fbfaf4;\n  border:1px solid rgba(80,100,55,.16);\n}\n.mj-hk-box strong{\n  display:block;\n  margin-bottom:5px;\n  color:#1d2b1d;\n  font-size:16px;\n}\n\n.mj-hk-section{\n  padding:32px 0;\n  border-top:1px solid rgba(0,0,0,.08);\n}\n.mj-hk h2{\n  margin-bottom:14px;\n  font-size:22px;\n  line-height:1.35;\n  font-weight:650;\n  color:#1b261b;\n}\n.mj-hk-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:12px;\n  margin-top:18px;\n}\n.mj-hk-mini{\n  padding:14px;\n  border-radius:16px;\n  background:#f7f8f2;\n  font-size:14px;\n  font-weight:500;\n  color:#334033;\n}\n\n.mj-hk-size{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:14px;\n  margin-top:20px;\n}\n.mj-hk-size a,.mj-hk-btn{\n  display:block;\n  text-align:center;\n  text-decoration:none;\n  border-radius:16px;\n  padding:15px 14px;\n  font-weight:650;\n}\n.mj-hk-size a{\n  background:#fff;\n  color:#6f8350!important;\n  border:1.5px solid #6f8350;\n}\n.mj-hk-btn{\n  margin:26px 0 8px;\n  background:#fff;\n  color:#6f8350!important;\n  border:1.5px solid #6f8350;\n}\n.mj-hk-size span,.mj-hk-btn span{\n  display:block;\n  margin-top:4px;\n  font-size:12px;\n  font-weight:500;\n  opacity:.82;\n}\n\n.mj-hk-two-col{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:24px;\n  align-items:start;\n}\n.mj-hk-story-card img{\n  width:100%;\n  max-width:none;\n  margin:18px 0;\n}\n\n.mj-hk-cards{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  margin:20px 0 30px;\n}\n.mj-hk-card{\n  overflow:hidden;\n  border-radius:18px;\n  border:1px solid rgba(0,0,0,.08);\n  background:#fff;\n  box-shadow:0 5px 18px rgba(0,0,0,.05);\n}\n.mj-hk-card a{display:block;color:inherit;text-decoration:none;}\n.mj-hk-card-body{padding:14px;}\n.mj-hk-card-title{\n  margin-bottom:6px;\n  font-size:15px;\n  font-weight:650;\n  color:#d66f72;\n}\n.mj-hk-card-text{font-size:12.5px!important;line-height:1.55;}\n\n.mj-hk-faq h2{text-align:center;margin-bottom:24px;}\n.mj-hk-faq-item{\n  background:#f7faf4;\n  border:1px solid #dfe8d7;\n  border-radius:16px;\n  padding:18px 20px;\n  margin-bottom:14px;\n}\n.mj-hk-faq-item h3{\n  margin:0 0 10px;\n  font-size:16px;\n  font-weight:650;\n  color:#51663c;\n  display:flex;\n  align-items:center;\n  gap:8px;\n}\n.mj-hk-faq-item h3:before{\n  content:\"Q\";\n  width:26px;\n  height:26px;\n  border-radius:50%;\n  background:#6f8350;\n  color:#fff;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:13px;\n  font-weight:700;\n  flex-shrink:0;\n}\n.mj-hk-faq-item p{padding-left:34px;color:#4f5a4d;}\n.mj-hk-note{\n  margin-top:18px;\n  padding:16px;\n  background:#fffdf7;\n  border-left:4px solid #c7b26b;\n  border-radius:10px;\n  font-size:13px!important;\n  color:#747b74!important;\n}\n\n@media screen and (max-width:749px){\n  .mj-hk{width:92%;margin:24px auto;}\n  .mj-hk h1{font-size:25px;}\n  .mj-hk h2{font-size:20px;}\n  .mj-hk p{font-size:13.5px;}\n  .mj-hk-hero-image{max-width:420px!important;}\n  .mj-hk-grid,.mj-hk-size{grid-template-columns:1fr;}\n  .mj-hk-section{padding:26px 0;}\n  .mj-hk-btn{margin:24px 0 14px;}\n\n  .mj-hk-box{\n    padding:10px 12px;\n    margin:14px 0 20px;\n    border-radius:14px;\n    font-size:11.5px;\n    line-height:1.55;\n    opacity:.72;\n  }\n  .mj-hk-box strong{font-size:12px;margin-bottom:1px;}\n\n  .mj-hk-two-col{grid-template-columns:1fr;gap:0;}\n\n  .mj-hk-cards{\n    grid-template-columns:repeat(2,1fr);\n    gap:12px;\n    margin:18px 0 26px;\n  }\n  .mj-hk-card{border-radius:14px;}\n  .mj-hk-card-body{padding:10px;}\n  .mj-hk-card-title{font-size:12.5px;margin-bottom:4px;}\n  .mj-hk-card-text{font-size:10.8px!important;line-height:1.45;}\n\n  .mj-hk-faq-item{padding:16px;}\n  .mj-hk-faq-item p{padding-left:0;}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"mj-hk\"\u003e\n\n\u003csection class=\"mj-hk-hero\"\u003e\n  \u003cspan class=\"mj-hk-label\"\u003eHEKISUIEN · Uji Kyoto Matcha\u003c\/span\u003e\n  \u003ch1\u003eHEKISUIEN Matcha “CHIYO-NO-SAKAE”\u003c\/h1\u003e\n  \u003cp class=\"mj-hk-lead\"\u003e\n    A smooth and approachable Uji matcha with gentle sweetness, light umami, and a clean finish.\n    Ideal for beginners discovering authentic Japanese matcha.\n  \u003c\/p\u003e\n  \u003cdiv class=\"mj-hk-tags\"\u003e\n    \u003cspan\u003eUji, Kyoto\u003c\/span\u003e\n    \u003cspan\u003eStone-Milled\u003c\/span\u003e\n    \u003cspan\u003eAged Tencha\u003c\/span\u003e\n    \u003cspan\u003eBeginner-Friendly\u003c\/span\u003e\n    \u003cspan\u003eDaily Usucha\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cimg class=\"mj-hk-hero-image\" src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/matcha_powder_chiyo_001.jpg\" alt=\"HEKISUIEN Matcha CHIYO-NO-SAKAE\" loading=\"lazy\"\u003e\n\n\u003cdiv class=\"mj-hk-box\"\u003e\n  \u003cstrong\u003eBest for:\u003c\/strong\u003e\n  First ceremonial matcha, daily usucha, beginners, and light matcha lattes.\n\u003c\/div\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eChoose Your Size\u003c\/h2\u003e\n  \u003cp\u003e\n    CHIYO-NO-SAKAE is available in 30g and 150g. Choose 30g if you are trying it for the first time,\n    or 150g if you drink matcha regularly and want better value per gram.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-size\"\u003e\n    \u003ca href=\"\/en-th\/products\/hekisuien-matcha-green-tea-powder-ceremonial-grade-chiyo-no-sakae-30g-can\"\u003e\n      30g Can\n      \u003cspan\u003eBest for first-time buyers\u003c\/span\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"\/en-th\/products\/hekisuien-matcha-green-tea-powder-ceremonial-grade-chiyo-no-sakae-150g-can\"\u003e\n      150g Can\n      \u003cspan\u003eBest value for daily drinkers\u003c\/span\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eWhy We Recommend CHIYO-NO-SAKAE\u003c\/h2\u003e\n  \u003cp\u003e\n    CHIYO-NO-SAKAE is HEKISUIEN’s most approachable ceremonial matcha.\n    It offers gentle sweetness, light umami, and mild bitterness, making it an excellent introduction to authentic Uji matcha.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-grid\"\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Smooth and easy to enjoy\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Gentle sweetness with light umami\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Ideal for first ceremonial matcha\u003c\/div\u003e\n    \u003cdiv class=\"mj-hk-mini\"\u003e✓ Clean finish for daily usucha\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eTasting Notes\u003c\/h2\u003e\n  \u003cp\u003e\n    \u003cstrong\u003eAroma:\u003c\/strong\u003e Soft Uji fragrance with a gentle tea aroma\u003cbr\u003e\n    \u003cstrong\u003eTaste:\u003c\/strong\u003e Gentle sweetness with light umami and mild bitterness\u003cbr\u003e\n    \u003cstrong\u003eFinish:\u003c\/strong\u003e Clean, refreshing, and easy to drink\n  \u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eHow to Enjoy\u003c\/h2\u003e\n  \u003cp\u003e\u003cstrong\u003eUsucha:\u003c\/strong\u003e Sift 2g of matcha, add 60ml hot water around 80°C \/ 176°F, and whisk until frothy.\u003c\/p\u003e\n  \u003cbr\u003e\n  \u003cp\u003e\u003cstrong\u003eMatcha Latte:\u003c\/strong\u003e Mix 2g of matcha with 60ml hot water, then add around 150ml milk. This creates a light, smooth, and approachable matcha latte.\u003c\/p\u003e\n\n  \u003ca class=\"mj-hk-btn\" href=\"\/en-th\/pages\/recipe-guide-matchajp\"\u003e\n    View Matcha Latte \u0026amp; Recipe Guide\n    \u003cspan\u003eEasy recipes for home and café-style drinks\u003c\/span\u003e\n  \u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eAbout HEKISUIEN\u003c\/h2\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/about-image_pc.jpg?v=1761617722\" alt=\"HEKISUIEN Uji matcha factory\" loading=\"lazy\"\u003e\n  \u003cp\u003e\n    Founded in the third year of the Keio era, HEKISUIEN is a long-established Uji matcha producer with over 150 years of history.\n  \u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003cdiv class=\"mj-hk-two-col\"\u003e\n\n    \u003cdiv class=\"mj-hk-story-card\"\u003e\n      \u003ch2\u003e150 Years of Tradition: Aged Uji Matcha\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisui_image_g.jpg?v=1782711040\" alt=\"Aged Uji tencha leaves\" loading=\"lazy\"\u003e\n      \u003cp\u003e\n        HEKISUIEN allows carefully selected tencha to rest before grinding.\n        This aging process helps create a smoother, more rounded matcha taste.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-story-card\"\u003e\n      \u003ch2\u003eThe Art of Hekisuien Matcha Production\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-150g-can-6208080.png\" alt=\"Traditional stone mill grinding matcha\" loading=\"lazy\"\u003e\n      \u003cp\u003e\n        HEKISUIEN matcha is slowly stone-milled to preserve its delicate color,\n        aroma, and smooth texture.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section\"\u003e\n  \u003ch2\u003eExplore Other HEKISUIEN Matcha\u003c\/h2\u003e\n  \u003cp\u003eCompare each profile and find the matcha that best suits your taste.\u003c\/p\u003e\n\n  \u003cdiv class=\"mj-hk-cards\"\u003e\n\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/daigyoku\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-daigyoku-30g-can-2999862.jpg?v=1761111775\" alt=\"DAIGYOKU matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eDAIGYOKU\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eSignature blend with balanced umami and gentle bitterness.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/kin-no-uzu\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-kin-no-uzu-30g-can-7052043.jpg?v=1761111776\" alt=\"KIN-NO-UZU matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eKIN-NO-UZU\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eVersatile all-rounder for usucha and premium lattes.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mj-hk-card\"\u003e\n      \u003ca href=\"\/en-th\/collections\/chiyo-no-sakae\"\u003e\n        \u003cimg src=\"https:\/\/www.matchajp.net\/cdn\/shop\/files\/hekisuien-matcha-green-tea-powder-ceremonial-grade-chiyo-no-sakae-30g-can-2186994.jpg?v=1761111776\" alt=\"CHIYO-NO-SAKAE matcha\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"mj-hk-card-body\"\u003e\n          \u003cdiv class=\"mj-hk-card-title\"\u003eCHIYO-NO-SAKAE\u003c\/div\u003e\n          \u003cp class=\"mj-hk-card-text\"\u003eBeginner-friendly ceremonial matcha with a crisp finish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003ca class=\"mj-hk-btn\" href=\"\/en-th\/collections\/hekisuien\"\u003e\n    Back to HEKISUIEN Collection\n    \u003cspan\u003eExplore all matcha from HEKISUIEN\u003c\/span\u003e\n  \u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"mj-hk-section mj-hk-faq\"\u003e\n  \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eIs CHIYO-NO-SAKAE suitable for beginners?\u003c\/h3\u003e\n    \u003cp\u003eYes. CHIYO-NO-SAKAE is one of the easiest Uji matcha to enjoy and is highly recommended for first-time matcha drinkers.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eIs CHIYO-NO-SAKAE suitable for usucha?\u003c\/h3\u003e\n    \u003cp\u003eYes. It is suitable for daily usucha and has a smooth, approachable flavor with a clean finish.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eCan I make matcha lattes?\u003c\/h3\u003e\n    \u003cp\u003eYes. Although designed primarily for usucha, it also creates a light, smooth, and balanced matcha latte.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eWhich size should I choose?\u003c\/h3\u003e\n    \u003cp\u003e30g is ideal if you are trying this matcha for the first time. 150g offers better value if you enjoy matcha regularly.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-faq-item\"\u003e\n    \u003ch3\u003eHow should I store matcha?\u003c\/h3\u003e\n    \u003cp\u003eKeep it cool, dry, and away from light. After opening, reseal tightly and refrigerate when possible.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mj-hk-note\"\u003e\n    Matcha flavor and color may vary slightly depending on the harvest season and production lot. This is a natural characteristic of authentic Japanese matcha.\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"MatchaJP","offers":[{"title":"Default Title","offer_id":44773228904601,"sku":"chiyo-150","price":45.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/chiyo150.jpg?v=1775692578"},{"product_id":"hekisuien-matcha-green-tea-powder-ceremonial-grade-tenko-30g-can","title":"Japanese Ceremonial Matcha Green Tea Powder Hekisuien | TENKO 30g Can (1.06 oz)","description":"\u003cdiv id=\"container\"\u003e\n\u003cdiv id=\"main\"\u003e\n\u003cp\u003eTENKO is characterized by its deep flavor and strong umami taste. It is especially popular as a thick tea.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg style=\"display: block; margin-left: auto; margin-right: auto;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/hekisui-s01.jpg?v=1724316864\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/ishiusu_650.png?v=1733122575\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/p\u003e\n\u003cp\u003e40 grams per hour per stone mill. This is the production volume of HEKISUIEN's stone-ground matcha. Considering the widespread use of grinders that can grind efficiently in a short time, this is far too inefficient in terms of efficiency and productivity.\u003cbr\u003eHowever, by sticking to traditional stone grinding, the color, taste, and flavor of the matcha are enhanced, and it also has a smooth texture.\u003cbr\u003eHeHEKISUIEN produces matcha slowly and carefully to preserve the flavor that has been passed down for generations.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eHEKISUIEN MATCHA MENU\u003c\/p\u003e\n\u003cp\u003e\u003ca title=\"SHIEN MATCHA HEKISUIEN\" href=\"\/en-th\/collections\/shien\"\u003eSHIEN\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"\/en-th\/collections\/tennko\"\u003eTENKO\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"\/en-th\/collections\/daigyoku\"\u003eDAIGYOKU\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"\/en-th\/collections\/kin-no-uzu\"\u003eKIN-NO-UZU\u003c\/a\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"\/en-th\/collections\/chiyo-no-sakae\"\u003eCHIYO-NO-SAKAE\u003c\/a\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MatchaJP","offers":[{"title":"Default Title","offer_id":44921699270809,"sku":"tenko-30","price":44.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/files\/tenko-650.jpg?v=1769579467"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0085\/9681\/5931\/collections\/hekisuien-6548264.jpg?v=1761026795","url":"https:\/\/www.matchajp.net\/en-th\/collections\/hekisuien.oembed","provider":"MatchaJP","version":"1.0","type":"link"}