{"product_id":"june-miniset","title":"初夏の軽やかミニセット","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e初夏の軽やかブレンドセット｜Prism Tea\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026amp;family=Noto+Serif+JP:wght@300;400;500\u0026amp;display=swap\"\u003e\n\u003cstyle\u003e\n  :root {\n    --sky:     #7bb8c8;\n    --sky-lt:  #b8dae6;\n    --sky-xlt: #dff0f5;\n    --mist:    #e8f4f7;\n    --mint:    #8ec4a8;\n    --mint-lt: #c2dfd0;\n    --gold:    #d4a24c;\n    --gold-lt: #eddbb0;\n    --cream:   #f5f0ea;\n    --warm-wh: #faf8f5;\n    --deep:    #2c3a40;\n    --stone:   #6a7e85;\n    --stone-lt:#a8bcbf;\n\n    \/* per-card accent *\/\n    --c3: #e8b84b;   \/* No.3 golden yellow *\/\n    --c5: #7bb8c8;   \/* No.5 sky blue      *\/\n    --c7: #9b8ec4;   \/* No.7 violet        *\/\n  }\n\n  *, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }\n\n  body {\n    font-family: 'Noto Serif JP', serif;\n    background: var(--warm-wh);\n    color: var(--deep);\n    line-height: 1.9;\n    overflow-x: hidden;\n  }\n\n  \/* ─── ANIMATED RAIN \/ MIST BACKGROUND ─── *\/\n  .rain-wrap {\n    position: fixed;\n    inset: 0;\n    pointer-events: none;\n    z-index: 0;\n    overflow: hidden;\n  }\n  .rain-drop {\n    position: absolute;\n    top: -20px;\n    width: 1px;\n    background: linear-gradient(to bottom, transparent, rgba(123,184,200,0.22));\n    animation: fall linear infinite;\n    border-radius: 2px;\n  }\n  @keyframes fall {\n    to { transform: translateY(110vh); }\n  }\n\n  \/* ─── LAYOUT ─── *\/\n  .page {\n    position: relative;\n    z-index: 1;\n    max-width: 720px;\n    margin: 0 auto;\n    padding: 0 22px 72px;\n  }\n\n  \/* ─── HERO ─── *\/\n  .hero {\n    text-align: center;\n    padding: 60px 0 44px;\n    position: relative;\n  }\n\n  \/* big illustrated circle *\/\n  .hero-illustration {\n    width: 140px;\n    height: 140px;\n    margin: 0 auto 28px;\n    position: relative;\n  }\n  .hero-illustration svg {\n    width: 100%;\n    height: 100%;\n    overflow: visible;\n  }\n\n  .eyebrow {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 13px;\n    letter-spacing: 0.28em;\n    color: var(--sky);\n    margin-bottom: 16px;\n  }\n\n  h1 {\n    font-size: clamp(20px, 5vw, 28px);\n    font-weight: 400;\n    line-height: 1.65;\n    letter-spacing: 0.07em;\n    color: var(--deep);\n    margin-bottom: 10px;\n  }\n  .h1-sub {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 15px;\n    font-style: italic;\n    color: var(--sky);\n    letter-spacing: 0.18em;\n    margin-bottom: 24px;\n    display: block;\n  }\n\n  .subcopy {\n    font-size: 14px;\n    color: var(--stone);\n    line-height: 2.1;\n    max-width: 420px;\n    margin: 0 auto;\n  }\n\n  \/* ─── FLOATING LEAVES ─── *\/\n  .leaves-row {\n    display: flex;\n    justify-content: center;\n    gap: 20px;\n    margin: 30px 0 0;\n    opacity: 0.55;\n  }\n  .leaf-svg {\n    animation: sway 4s ease-in-out infinite;\n  }\n  .leaf-svg:nth-child(2) { animation-delay: 1.3s; }\n  .leaf-svg:nth-child(3) { animation-delay: 2.6s; }\n  @keyframes sway {\n    0%,100% { transform: rotate(-4deg) translateY(0); }\n    50%      { transform: rotate(4deg) translateY(-4px); }\n  }\n\n  \/* ─── WAVE DIVIDER ─── *\/\n  .wave-div {\n    width: 100%;\n    overflow: hidden;\n    line-height: 0;\n    margin: 32px 0;\n    opacity: 0.35;\n  }\n  .wave-div svg { display: block; width: 100%; height: 24px; }\n\n  \/* ─── ORNAMENT ─── *\/\n  .ornament {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin: 36px 0;\n    color: var(--sky-lt);\n  }\n  .ornament::before, .ornament::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(to right, transparent, var(--sky-lt));\n  }\n  .ornament::after { background: linear-gradient(to left, transparent, var(--sky-lt)); }\n\n  \/* ─── INTRO ─── *\/\n  .intro {\n    font-size: 14.5px;\n    color: var(--stone);\n    line-height: 2.2;\n    text-align: center;\n    margin-bottom: 4px;\n  }\n  .intro p + p { margin-top: 18px; }\n  .intro .hl { color: var(--deep); font-weight: 500; }\n\n  \/* ─── FOR WHO ─── *\/\n  .for-who {\n    background: var(--mist);\n    border-radius: 3px;\n    padding: 32px 28px;\n    margin: 36px 0;\n    border-left: 2px solid var(--sky);\n    position: relative;\n    overflow: hidden;\n  }\n  .for-who::after {\n    content: '';\n    position: absolute;\n    right: -30px; bottom: -30px;\n    width: 120px; height: 120px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(123,184,200,0.15), transparent 70%);\n  }\n  .section-label {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 12px;\n    letter-spacing: 0.3em;\n    color: var(--sky);\n    margin-bottom: 18px;\n    text-transform: uppercase;\n  }\n  .check-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 11px;\n  }\n  .check-list li {\n    font-size: 14px;\n    color: var(--stone);\n    padding-left: 22px;\n    position: relative;\n    line-height: 1.8;\n  }\n  .check-list li::before {\n    content: '✦';\n    position: absolute;\n    left: 0;\n    color: var(--sky);\n    font-size: 9px;\n    top: 7px;\n  }\n\n  \/* ─── PRODUCTS ─── *\/\n  .products-section { margin: 36px 0; }\n  .products-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 19px;\n    font-weight: 400;\n    letter-spacing: 0.18em;\n    text-align: center;\n    color: var(--deep);\n    margin-bottom: 28px;\n  }\n\n  .product-card {\n    border-radius: 4px;\n    padding: 32px 28px 28px;\n    margin-bottom: 22px;\n    position: relative;\n    background: #fff;\n    border: 1px solid transparent;\n    box-shadow: 0 2px 18px rgba(100,140,160,0.07);\n    overflow: hidden;\n    transition: box-shadow 0.3s;\n  }\n  .product-card:hover {\n    box-shadow: 0 4px 28px rgba(100,140,160,0.14);\n  }\n\n  \/* color stripe top *\/\n  .product-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n  }\n  .card-no3::before { background: linear-gradient(to right, var(--c3), #f0d06a); }\n  .card-no5::before { background: linear-gradient(to right, var(--c5), #a8d4e0); }\n  .card-no7::before { background: linear-gradient(to right, var(--c7), #c0b4e0); }\n\n  \/* corner illustration *\/\n  .card-illo {\n    position: absolute;\n    top: 14px; right: 20px;\n    opacity: 0.22;\n  }\n\n  .card-number {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 11px;\n    letter-spacing: 0.35em;\n    color: var(--stone-lt);\n    margin-bottom: 6px;\n  }\n  .card-name-en {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 28px;\n    font-weight: 300;\n    letter-spacing: 0.08em;\n    color: var(--deep);\n    margin-bottom: 2px;\n    line-height: 1.2;\n  }\n  .card-name-ja {\n    font-size: 12px;\n    color: var(--stone-lt);\n    letter-spacing: 0.2em;\n    margin-bottom: 14px;\n  }\n  .card-chakra {\n    display: inline-block;\n    font-size: 11px;\n    letter-spacing: 0.15em;\n    padding: 4px 13px;\n    border-radius: 20px;\n    margin-bottom: 18px;\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n  }\n  .card-no3 .card-chakra { color: #a07820; background: #fdf5e0; }\n  .card-no5 .card-chakra { color: #3a7a90; background: var(--sky-xlt); }\n  .card-no7 .card-chakra { color: #5c4a90; background: #efe9fa; }\n\n  .card-desc {\n    font-size: 14px;\n    color: var(--stone);\n    line-height: 2.1;\n    margin-bottom: 6px;\n  }\n  .card-desc .memo {\n    display: block;\n    margin-top: 10px;\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 13.5px;\n    color: var(--stone-lt);\n    letter-spacing: 0.05em;\n  }\n  .card-ingredients {\n    font-size: 12px;\n    color: var(--stone-lt);\n    line-height: 2;\n    margin-top: 16px;\n    padding-top: 14px;\n    border-top: 1px solid var(--mist);\n  }\n  .ingredients-label {\n    font-size: 11px;\n    letter-spacing: 0.15em;\n    margin-right: 6px;\n  }\n  .card-no3 .ingredients-label { color: var(--c3); }\n  .card-no5 .ingredients-label { color: var(--c5); }\n  .card-no7 .ingredients-label { color: var(--c7); }\n\n  .card-link {\n    display: inline-block;\n    margin-top: 14px;\n    font-size: 12px;\n    letter-spacing: 0.1em;\n    text-decoration: none;\n    border-bottom: 1px solid;\n    padding-bottom: 1px;\n    transition: opacity 0.2s;\n  }\n  .card-link:hover { opacity: 0.65; }\n  .card-no3 .card-link { color: #b08020; border-color: #e0c070; }\n  .card-no5 .card-link { color: #3a7a90; border-color: var(--sky-lt); }\n  .card-no7 .card-link { color: #5c4a90; border-color: #c0b4e0; }\n\n  .organic-note {\n    text-align: center;\n    font-size: 12px;\n    color: var(--stone-lt);\n    letter-spacing: 0.1em;\n    padding: 14px 0 6px;\n  }\n\n  \/* ─── CONCEPT ─── *\/\n  .concept {\n    text-align: center;\n    padding: 44px 28px;\n    background: var(--mist);\n    border-radius: 4px;\n    margin: 36px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .concept::before {\n    content: '\"';\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 90px;\n    color: rgba(123,184,200,0.22);\n    position: absolute;\n    top: 8px; left: 18px;\n    line-height: 1;\n    pointer-events: none;\n  }\n  .concept-illo {\n    display: block;\n    margin: 0 auto 20px;\n    opacity: 0.6;\n  }\n  .concept-text {\n    font-size: 14.5px;\n    color: var(--stone);\n    line-height: 2.3;\n    position: relative;\n    z-index: 1;\n  }\n  .concept-text strong {\n    display: block;\n    font-size: 15.5px;\n    color: var(--deep);\n    font-weight: 500;\n    margin-bottom: 14px;\n  }\n  .concept-text .accent {\n    display: block;\n    margin-top: 14px;\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 15px;\n    color: var(--sky);\n    letter-spacing: 0.08em;\n  }\n\n  \/* ─── HOW TO ─── *\/\n  .how-to {\n    margin: 36px 0;\n    padding: 32px 28px;\n    border-top: 1px solid var(--sky-lt);\n    border-bottom: 1px solid var(--sky-lt);\n    text-align: center;\n  }\n  .how-to .haiku {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 15px;\n    color: var(--sky);\n    letter-spacing: 0.1em;\n    line-height: 2.2;\n    margin-bottom: 16px;\n  }\n  .how-to p {\n    font-size: 14px;\n    color: var(--stone);\n    line-height: 2.1;\n  }\n\n  \/* ─── CLOSING ─── *\/\n  .closing {\n    text-align: center;\n    padding: 32px 0 0;\n  }\n  .closing-line {\n    width: 1px;\n    height: 40px;\n    background: linear-gradient(to bottom, var(--sky), transparent);\n    margin: 0 auto 26px;\n  }\n  .closing p {\n    font-size: 14.5px;\n    color: var(--stone);\n    line-height: 2.3;\n  }\n  .closing .tag {\n    display: inline-block;\n    margin-top: 24px;\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 13px;\n    letter-spacing: 0.22em;\n    color: var(--sky);\n  }\n\n  \/* ─── PACKAGING ─── *\/\n  .packaging {\n    margin: 36px 0 0;\n    padding: 32px 28px;\n    background: var(--cream);\n    border-radius: 4px;\n    font-size: 14px;\n    color: var(--stone);\n    line-height: 2.1;\n    text-align: center;\n  }\n  .packaging p + p { margin-top: 14px; }\n  .packaging-bio { font-size: 12px; color: var(--stone-lt); }\n  .packaging a { color: var(--sky); }\n\n  \/* ─── FADE-IN ─── *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(18px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  .fade-in { animation: fadeUp 0.7s ease both; }\n  .fd2 { animation-delay: 0.12s; }\n  .fd3 { animation-delay: 0.24s; }\n  .fd4 { animation-delay: 0.36s; }\n\u003c\/style\u003e\n\n\n\n\u003c!-- rain animation --\u003e\n\u003cdiv class=\"rain-wrap\" id=\"rain\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero fade-in\"\u003e\n    \u003cdiv class=\"hero-illustration\"\u003e\n      \u003c!-- hydrangea \/ misty circle illustration --\u003e\n      \u003csvg viewbox=\"0 0 140 140\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cdefs\u003e\n          \u003cradialgradient id=\"bgCircle\" cx=\"50%\" cy=\"50%\" r=\"50%\"\u003e\n            \u003cstop offset=\"0%\" stop-color=\"#dff0f5\"\u003e\u003c\/stop\u003e\n            \u003cstop offset=\"100%\" stop-color=\"#c0dce6\" stop-opacity=\"0.3\"\u003e\u003c\/stop\u003e\n          \u003c\/radialgradient\u003e\n        \u003c\/defs\u003e\n        \u003c!-- soft circle --\u003e\n        \u003ccircle cx=\"70\" cy=\"70\" r=\"64\" fill=\"url(#bgCircle)\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n        \u003c!-- hydrangea petals --\u003e\n        \u003cg transform=\"translate(70,70)\" opacity=\"0.85\"\u003e\n          \u003c!-- center cluster --\u003e\n          \u003cg transform=\"translate(-8,-8)\"\u003e\n            \u003cellipse cx=\"8\" cy=\"0\" rx=\"7\" ry=\"5\" fill=\"#b8d9e8\" transform=\"rotate(0)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"8\" cy=\"0\" rx=\"7\" ry=\"5\" fill=\"#9ecad9\" transform=\"rotate(60)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"8\" cy=\"0\" rx=\"7\" ry=\"5\" fill=\"#7bb8c8\" transform=\"rotate(120)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"8\" cy=\"0\" rx=\"7\" ry=\"5\" fill=\"#aed2e2\" transform=\"rotate(180)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"8\" cy=\"0\" rx=\"7\" ry=\"5\" fill=\"#9ecad9\" transform=\"rotate(240)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"8\" cy=\"0\" rx=\"7\" ry=\"5\" fill=\"#c5dfe9\" transform=\"rotate(300)\"\u003e\u003c\/ellipse\u003e\n            \u003ccircle cx=\"0\" cy=\"0\" r=\"3.5\" fill=\"#5a9cb0\"\u003e\u003c\/circle\u003e\n          \u003c\/g\u003e\n          \u003c!-- outer petals --\u003e\n          \u003cg transform=\"translate(22,-18)\"\u003e\n            \u003cellipse cx=\"5\" cy=\"0\" rx=\"5\" ry=\"4\" fill=\"#c8e4f0\" transform=\"rotate(30)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"5\" cy=\"0\" rx=\"5\" ry=\"4\" fill=\"#b0d0e0\" transform=\"rotate(90)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"5\" cy=\"0\" rx=\"5\" ry=\"4\" fill=\"#8ec8da\" transform=\"rotate(150)\"\u003e\u003c\/ellipse\u003e\n            \u003ccircle cx=\"0\" cy=\"0\" r=\"2.5\" fill=\"#70aab8\"\u003e\u003c\/circle\u003e\n          \u003c\/g\u003e\n          \u003cg transform=\"translate(-26,16)\"\u003e\n            \u003cellipse cx=\"5\" cy=\"0\" rx=\"5\" ry=\"4\" fill=\"#b8dcea\" transform=\"rotate(-20)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"5\" cy=\"0\" rx=\"5\" ry=\"4\" fill=\"#a0ccd8\" transform=\"rotate(40)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"5\" cy=\"0\" rx=\"5\" ry=\"4\" fill=\"#78b8c8\" transform=\"rotate(100)\"\u003e\u003c\/ellipse\u003e\n            \u003ccircle cx=\"0\" cy=\"0\" r=\"2.5\" fill=\"#60a0b0\"\u003e\u003c\/circle\u003e\n          \u003c\/g\u003e\n          \u003cg transform=\"translate(10,28)\"\u003e\n            \u003cellipse cx=\"5\" cy=\"0\" rx=\"5\" ry=\"4\" fill=\"#d0e8f4\" transform=\"rotate(10)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"5\" cy=\"0\" rx=\"5\" ry=\"4\" fill=\"#b8d8e8\" transform=\"rotate(70)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"5\" cy=\"0\" rx=\"5\" ry=\"4\" fill=\"#8ec4d4\" transform=\"rotate(130)\"\u003e\u003c\/ellipse\u003e\n            \u003ccircle cx=\"0\" cy=\"0\" r=\"2.5\" fill=\"#68a8b8\"\u003e\u003c\/circle\u003e\n          \u003c\/g\u003e\n          \u003c!-- leaves --\u003e\n          \u003cpath d=\"M-32,28 Q-44,14 -28,4 Q-20,22 -32,28Z\" fill=\"#8ec4a8\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M28,20 Q44,10 34,-4 Q24,14 28,20Z\" fill=\"#7ab898\" opacity=\"0.6\"\u003e\u003c\/path\u003e\n        \u003c\/g\u003e\n        \u003c!-- rain drops falling --\u003e\n        \u003cline x1=\"28\" y1=\"18\" x2=\"24\" y2=\"32\" stroke=\"#b0d4e0\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"106\" y1=\"30\" x2=\"102\" y2=\"44\" stroke=\"#b0d4e0\" stroke-width=\"1\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"48\" y1=\"110\" x2=\"44\" y2=\"124\" stroke=\"#b0d4e0\" stroke-width=\"1\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"118\" y1=\"90\" x2=\"114\" y2=\"104\" stroke=\"#b0d4e0\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n        \u003c!-- sparkles --\u003e\n        \u003ctext x=\"102\" y=\"58\" font-size=\"8\" fill=\"#c9e8f0\" opacity=\"0.8\"\u003e✦\u003c\/text\u003e\n        \u003ctext x=\"18\" y=\"72\" font-size=\"6\" fill=\"#b8dce8\" opacity=\"0.7\"\u003e✦\u003c\/text\u003e\n        \u003ctext x=\"78\" y=\"122\" font-size=\"7\" fill=\"#b0d8e4\" opacity=\"0.6\"\u003e✦\u003c\/text\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"eyebrow\"\u003eChakra Blend Set · June Edition\u003c\/p\u003e\n    \u003ch1\u003e初夏の軽やかブレンドセット\u003c\/h1\u003e\n    \u003cspan class=\"h1-sub\"\u003eBreathe · Flow · Release\u003c\/span\u003e\n    \u003cp class=\"subcopy\"\u003e湿気や気圧の変化で、\u003cbr\u003e心も身体も\"重さ\"を感じやすい6月に。\u003cbr\u003e内側に爽やかな風を通す3種セルフケアセット。\u003c\/p\u003e\n\n    \u003c!-- floating leaf accents --\u003e\n    \u003cdiv class=\"leaves-row\"\u003e\n      \u003c!-- leaf 1 --\u003e\n      \u003csvg class=\"leaf-svg\" width=\"22\" height=\"30\" viewbox=\"0 0 22 30\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M11,2 Q20,10 18,22 Q11,28 4,22 Q2,10 11,2Z\" fill=\"#8ec4a8\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"11\" y1=\"4\" x2=\"11\" y2=\"26\" stroke=\"#6aaa88\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n      \u003c!-- leaf 2 --\u003e\n      \u003csvg class=\"leaf-svg\" width=\"18\" height=\"26\" viewbox=\"0 0 18 26\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M9,1 Q17,8 15,19 Q9,24 3,19 Q1,8 9,1Z\" fill=\"#b8dcea\" opacity=\"0.65\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"9\" y1=\"3\" x2=\"9\" y2=\"22\" stroke=\"#90c0d0\" stroke-width=\"0.7\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n      \u003c!-- leaf 3 --\u003e\n      \u003csvg class=\"leaf-svg\" width=\"20\" height=\"28\" viewbox=\"0 0 20 28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M10,2 Q18,9 16,20 Q10,26 4,20 Q2,9 10,2Z\" fill=\"#c0b8e0\" opacity=\"0.6\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"10\" y1=\"4\" x2=\"10\" y2=\"24\" stroke=\"#9888c8\" stroke-width=\"0.7\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WAVE DIVIDER --\u003e\n  \u003cdiv class=\"wave-div\"\u003e\n    \u003csvg viewbox=\"0 0 720 24\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpath d=\"M0,12 Q90,0 180,12 Q270,24 360,12 Q450,0 540,12 Q630,24 720,12\" fill=\"none\" stroke=\"#7bb8c8\" stroke-width=\"1.5\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"intro fade-in fd2\"\u003e\n    \u003cp\u003e少しずつ夏の気配も混ざりはじめ、\u003cbr\u003e湿気や暑さによる重だるさを感じやすい6月。\u003c\/p\u003e\n    \u003cp\u003e気圧や湿度の変化によって、\u003cbr\u003eなんとなく身体が重い、気持ちが晴れない、\u003cbr\u003e呼吸が浅く感じることも。\u003c\/p\u003e\n    \u003cp\u003e知らないうちに抱え込んだ疲れや感情に\u003cspan class=\"hl\"\u003e爽やかな風を通し、\u003cbr\u003e内側に軽やかさを取り戻す\u003c\/span\u003eための\u003cbr\u003e3種ブレンドセットをミニサイズでご用意しました。\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"hl\"\u003eミニサイズなので、3種をお気軽にお楽しみいただけます。\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FOR WHO --\u003e\n  \u003cdiv class=\"for-who fade-in fd3\"\u003e\n    \u003cp class=\"section-label\"\u003eこんな方におすすめ\u003c\/p\u003e\n    \u003cul class=\"check-list\"\u003e\n      \u003cli\u003e湿気や気圧の変化で重だるさを感じやすい\u003c\/li\u003e\n      \u003cli\u003e気持ちがすっきりしない日が続いている\u003c\/li\u003e\n      \u003cli\u003e呼吸が浅く、余裕がなくなりやすい\u003c\/li\u003e\n      \u003cli\u003e心と身体を軽やかに整えたい\u003c\/li\u003e\n      \u003cli\u003e季節の変わり目を心地よく過ごしたい\u003c\/li\u003e\n      \u003cli\u003e自分を整える時間を持ちたい\u003c\/li\u003e\n      \u003cli\u003ePrism Teaをお試しいただきたい方へのギフトにも\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCTS --\u003e\n  \u003cdiv class=\"products-section fade-in fd4\"\u003e\n    \u003cp class=\"products-title\"\u003e— セット内容 —\u003c\/p\u003e\n\n    \u003c!-- No.3 Kira --\u003e\n    \u003cdiv class=\"product-card card-no3\"\u003e\n      \u003cdiv class=\"card-illo\"\u003e\n        \u003csvg width=\"70\" height=\"70\" viewbox=\"0 0 70 70\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003c!-- sun rays --\u003e\n          \u003ccircle cx=\"35\" cy=\"35\" r=\"14\" fill=\"#f0d060\" opacity=\"0.9\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"35\" cy=\"35\" r=\"10\" fill=\"#f8e880\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"35\" y1=\"8\" x2=\"35\" y2=\"16\" stroke=\"#e8c840\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"35\" y1=\"54\" x2=\"35\" y2=\"62\" stroke=\"#e8c840\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"8\" y1=\"35\" x2=\"16\" y2=\"35\" stroke=\"#e8c840\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"54\" y1=\"35\" x2=\"62\" y2=\"35\" stroke=\"#e8c840\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"18\" y1=\"18\" x2=\"23\" y2=\"23\" stroke=\"#e8c840\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"47\" y1=\"47\" x2=\"52\" y2=\"52\" stroke=\"#e8c840\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"18\" x2=\"47\" y2=\"23\" stroke=\"#e8c840\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"18\" y1=\"52\" x2=\"23\" y2=\"47\" stroke=\"#e8c840\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003c!-- orange peel curl --\u003e\n          \u003cpath d=\"M26,54 Q32,60 40,56 Q36,50 28,52Z\" fill=\"#f0a840\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n          \u003c!-- peppermint leaf --\u003e\n          \u003cpath d=\"M44,16 Q52,12 54,20 Q50,26 44,16Z\" fill=\"#8ec4a8\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"card-number\"\u003eNo.3\u003c\/p\u003e\n      \u003cp class=\"card-name-en\"\u003eKira\u003c\/p\u003e\n      \u003cp class=\"card-name-ja\"\u003e輝きの光｜10g（約5〜6回分）\u003c\/p\u003e\n      \u003cspan class=\"card-chakra\"\u003e第3チャクラ｜活力・巡り・軽やかさ・内なる太陽・行動\u003c\/span\u003e\n      \u003cp class=\"card-desc\"\u003e\n        湿気や重さで沈みがちな心と身体に、\u003cbr\u003eやさしい活力と明るさを届けるブレンド。\n        \u003cspan class=\"memo\"\u003e曇り空の奥にある光のように、\u003cbr\u003e内側に眠っていた太陽の光を思い出させてくれます。\u003c\/span\u003e\n      \u003c\/p\u003e\n      \u003cp class=\"card-ingredients\"\u003e\n        \u003cspan class=\"ingredients-label\"\u003e原材料\u003c\/span\u003e\n        ハニーブッシュ（南アフリカ）、ローズヒップ、オレンジピール、ジャーマンカモミール、カレンデュラ、ローズマリー、ペパーミント、ジンジャー\n      \u003c\/p\u003e\n      \u003ca href=\"https:\/\/www.prismtea.jp\/products\/no3-kira\" class=\"card-link\" target=\"_blank\"\u003e▶︎ 詳細はこちら\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- No.5 Neiro --\u003e\n    \u003cdiv class=\"product-card card-no5\"\u003e\n      \u003cdiv class=\"card-illo\"\u003e\n        \u003csvg width=\"70\" height=\"70\" viewbox=\"0 0 70 70\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003c!-- elder flower \/ breath motif --\u003e\n          \u003ccircle cx=\"35\" cy=\"35\" r=\"16\" fill=\"none\" stroke=\"#a0ccd8\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"35\" cy=\"35\" r=\"10\" fill=\"none\" stroke=\"#7bb8c8\" stroke-width=\"0.8\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n          \u003c!-- elderflower petals --\u003e\n          \u003cellipse cx=\"35\" cy=\"20\" rx=\"5\" ry=\"8\" fill=\"#d8eef6\" transform=\"rotate(0 35 35)\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"35\" cy=\"20\" rx=\"5\" ry=\"8\" fill=\"#c8e4f0\" transform=\"rotate(72 35 35)\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"35\" cy=\"20\" rx=\"5\" ry=\"8\" fill=\"#d0e8f4\" transform=\"rotate(144 35 35)\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"35\" cy=\"20\" rx=\"5\" ry=\"8\" fill=\"#b8dcea\" transform=\"rotate(216 35 35)\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"35\" cy=\"20\" rx=\"5\" ry=\"8\" fill=\"#c8e4f2\" transform=\"rotate(288 35 35)\"\u003e\u003c\/ellipse\u003e\n          \u003ccircle cx=\"35\" cy=\"35\" r=\"5\" fill=\"#7bb8c8\"\u003e\u003c\/circle\u003e\n          \u003c!-- mint leaf --\u003e\n          \u003cpath d=\"M50,18 Q60,10 62,20 Q56,26 50,18Z\" fill=\"#8ec4a8\" opacity=\"0.65\"\u003e\u003c\/path\u003e\n          \u003cline x1=\"50\" y1=\"18\" x2=\"62\" y2=\"20\" stroke=\"#6aaa88\" stroke-width=\"0.7\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c!-- breath wind line --\u003e\n          \u003cpath d=\"M14,50 Q22,44 30,50 Q38,56 46,50\" fill=\"none\" stroke=\"#a0ccd8\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"card-number\"\u003eNo.5\u003c\/p\u003e\n      \u003cp class=\"card-name-en\"\u003eNeiro\u003c\/p\u003e\n      \u003cp class=\"card-name-ja\"\u003e響きの光｜15g（約10回分）\u003c\/p\u003e\n      \u003cspan class=\"card-chakra\"\u003e第5チャクラ｜呼吸・浄化・表現・解放\u003c\/span\u003e\n      \u003cp class=\"card-desc\"\u003e\n        内側に溜め込んだ感情や言葉をやさしくゆるめ、\u003cbr\u003e呼吸とともに滞りを流していくブレンド。\n        \u003cspan class=\"memo\"\u003e重たくなった気持ちに風を通し、\u003cbr\u003e軽やかな巡りを思い出させてくれます。\u003c\/span\u003e\n      \u003c\/p\u003e\n      \u003cp class=\"card-ingredients\"\u003e\n        \u003cspan class=\"ingredients-label\"\u003e原材料\u003c\/span\u003e\n        リンデン（ブルガリア）、エルダーフラワー、月桃、マロウ、ペパーミント\n      \u003c\/p\u003e\n      \u003ca href=\"https:\/\/www.prismtea.jp\/products\/no5-neiro\" class=\"card-link\" target=\"_blank\"\u003e▶︎ 詳細はこちら\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- No.7 Meguri --\u003e\n    \u003cdiv class=\"product-card card-no7\"\u003e\n      \u003cdiv class=\"card-illo\"\u003e\n        \u003csvg width=\"70\" height=\"70\" viewbox=\"0 0 70 70\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003c!-- crown motif (7th chakra) --\u003e\n          \u003ccircle cx=\"35\" cy=\"38\" r=\"16\" fill=\"#ece8f8\" opacity=\"0.8\"\u003e\u003c\/circle\u003e\n          \u003c!-- jasmine flowers --\u003e\n          \u003cg transform=\"translate(35,26)\"\u003e\n            \u003cellipse cx=\"0\" cy=\"-8\" rx=\"4\" ry=\"6\" fill=\"#f0ecf8\" transform=\"rotate(0)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"0\" cy=\"-8\" rx=\"4\" ry=\"6\" fill=\"#e0d8f0\" transform=\"rotate(51.4)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"0\" cy=\"-8\" rx=\"4\" ry=\"6\" fill=\"#d8d0ec\" transform=\"rotate(102.8)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"0\" cy=\"-8\" rx=\"4\" ry=\"6\" fill=\"#e4daf2\" transform=\"rotate(154.2)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"0\" cy=\"-8\" rx=\"4\" ry=\"6\" fill=\"#d4cce8\" transform=\"rotate(205.6)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"0\" cy=\"-8\" rx=\"4\" ry=\"6\" fill=\"#dcd4ee\" transform=\"rotate(257)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"0\" cy=\"-8\" rx=\"4\" ry=\"6\" fill=\"#e8e0f4\" transform=\"rotate(308.4)\"\u003e\u003c\/ellipse\u003e\n            \u003ccircle cx=\"0\" cy=\"0\" r=\"4\" fill=\"#9b8ec4\"\u003e\u003c\/circle\u003e\n          \u003c\/g\u003e\n          \u003c!-- goji berry --\u003e\n          \u003cellipse cx=\"18\" cy=\"52\" rx=\"5\" ry=\"4\" fill=\"#e07060\" opacity=\"0.7\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"28\" cy=\"56\" rx=\"4\" ry=\"3.5\" fill=\"#d86050\" opacity=\"0.65\"\u003e\u003c\/ellipse\u003e\n          \u003c!-- birch leaf --\u003e\n          \u003cpath d=\"M46,16 Q56,8 58,18 Q52,24 46,16Z\" fill=\"#c0e8c0\" opacity=\"0.6\"\u003e\u003c\/path\u003e\n          \u003c!-- passion flower tendril --\u003e\n          \u003cpath d=\"M50,52 Q54,44 58,48\" fill=\"none\" stroke=\"#b0a0d8\" stroke-width=\"1\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"card-number\"\u003eNo.7\u003c\/p\u003e\n      \u003cp class=\"card-name-en\"\u003eMeguri\u003c\/p\u003e\n      \u003cp class=\"card-name-ja\"\u003e祝福の光｜15g（約7回分）\u003c\/p\u003e\n      \u003cspan class=\"card-chakra\"\u003e第7チャクラ｜静けさ・余白・調和・俯瞰\u003c\/span\u003e\n      \u003cp class=\"card-desc\"\u003e\n        考えごとや感情のノイズを静かに鎮め、\u003cbr\u003e内側に余白をつくるブレンド。\n        \u003cspan class=\"memo\"\u003e雨の日の深呼吸のように、\u003cbr\u003e思考をゆるめながら静かな軽さへと導きます。\u003c\/span\u003e\n      \u003c\/p\u003e\n      \u003cp class=\"card-ingredients\"\u003e\n        \u003cspan class=\"ingredients-label\"\u003e原材料\u003c\/span\u003e\n        くこの実（中国）、リンデン、ローズヒップ、ホワイトバーチ、エルダーフラワー、パッションフラワー、ジャスミン\n      \u003c\/p\u003e\n      \u003ca href=\"https:\/\/www.prismtea.jp\/products\/no7-meguri\" class=\"card-link\" target=\"_blank\"\u003e▶︎ 詳細はこちら\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"organic-note\"\u003e※ 全て有機認証・自然栽培ハーブのみ使用\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CONCEPT --\u003e\n  \u003cdiv class=\"concept\"\u003e\n    \u003c!-- misty rain SVG accent --\u003e\n    \u003csvg class=\"concept-illo\" width=\"60\" height=\"40\" viewbox=\"0 0 60 40\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003c!-- cloud --\u003e\n      \u003cellipse cx=\"30\" cy=\"18\" rx=\"22\" ry=\"12\" fill=\"#c8e4f0\" opacity=\"0.6\"\u003e\u003c\/ellipse\u003e\n      \u003cellipse cx=\"18\" cy=\"22\" rx=\"14\" ry=\"10\" fill=\"#d8eef8\" opacity=\"0.5\"\u003e\u003c\/ellipse\u003e\n      \u003cellipse cx=\"42\" cy=\"22\" rx=\"14\" ry=\"10\" fill=\"#c0dce8\" opacity=\"0.5\"\u003e\u003c\/ellipse\u003e\n      \u003c!-- rain --\u003e\n      \u003cline x1=\"18\" y1=\"30\" x2=\"15\" y2=\"40\" stroke=\"#7bb8c8\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"28\" y1=\"30\" x2=\"25\" y2=\"40\" stroke=\"#90c4d0\" stroke-width=\"1\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"38\" y1=\"30\" x2=\"35\" y2=\"40\" stroke=\"#7bb8c8\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"48\" y1=\"30\" x2=\"45\" y2=\"40\" stroke=\"#a0c8d8\" stroke-width=\"1\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n    \u003c\/svg\u003e\n    \u003cp class=\"concept-text\"\u003e\n      \u003cstrong\u003eこのセットのコンセプト\u003c\/strong\u003e\n      梅雨の季節は、\u003cbr\u003e湿気や気圧の変化によって、\u003cbr\u003e心も身体も\"滞り\"を感じやすい時期。\u003cbr\u003e\u003cbr\u003e\n      無理に元気を出そうとするのではなく、\u003cbr\u003eまずは内側に風を通し、余分な重さをゆるめていくこと。\u003cbr\u003e\u003cbr\u003e\n      このセットは、\u003cbr\u003e\u003cstrong style=\"font-size:15px; margin:0;\"\u003e呼吸・巡り・軽やかさをテーマに、\u003cbr\u003e初夏を心地よく過ごすためのセルフケアセットです。\u003c\/strong\u003e\n      \u003cspan class=\"accent\"\u003eBreathe · Flow · Find your lightness\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOW TO --\u003e\n  \u003cdiv class=\"how-to\"\u003e\n    \u003cp class=\"section-label\" style=\"text-align:center; margin-bottom:14px;\"\u003e飲み方のおすすめ\u003c\/p\u003e\n    \u003cp class=\"haiku\"\u003e\n      雨の日の静かな時間に。\u003cbr\u003e\n      朝の深呼吸とともに。\u003cbr\u003e\n      気持ちを切り替えたいときに。\n    \u003c\/p\u003e\n    \u003cp\u003eその日の自分に合わせて、\u003cbr\u003e今必要だと感じる一杯をお楽しみください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CLOSING --\u003e\n  \u003cdiv class=\"closing\"\u003e\n    \u003cdiv class=\"closing-line\"\u003e\u003c\/div\u003e\n    \u003cp\u003e湿気や暑さによる重だるさをやさしく整え、\u003cbr\u003e内側に軽やかな巡りを取り戻すための\u003cbr\u003e3種セルフケアセットです。\u003c\/p\u003e\n    \u003cspan class=\"tag\"\u003eLet the rain wash it away · 3 Chakra Blends\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PACKAGING --\u003e\n  \u003cdiv class=\"packaging\"\u003e\n    \u003cp class=\"section-label\" style=\"text-align:center; margin-bottom:14px;\"\u003eパッケージについて\u003c\/p\u003e\n    \u003cp\u003e全て、透明のフィルム袋に入れてのお届けとなります。\u003cbr\u003eよろしければお手持ちのPrism Teaの缶などに移し替えていただけますと、ご利用いただきやすいと思います。\u003cbr\u003e缶は別途ご購入可能です。▶︎\u003ca href=\"https:\/\/www.prismtea.jp\/products\/tin\" target=\"_blank\"\u003eこちらから\u003c\/a\u003e\u003c\/p\u003e\n    \u003cp class=\"packaging-bio\"\u003eなお、袋は自然界で水と二酸化炭素に分解される、植物由来の生分解性素材（バイオマス90%以上）を使った、食品にも使用可能なフィルムパッケージを使用しています。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- \/page --\u003e\n\n\u003cscript\u003e\n  \/\/ gentle rain drops\n  const wrap = document.getElementById('rain');\n  const count = 28;\n  for (let i = 0; i \u003c count; i++) {\n    const d = document.createElement('div');\n    d.className = 'rain-drop';\n    const left = Math.random() * 100;\n    const height = 40 + Math.random() * 80;\n    const dur = 2.4 + Math.random() * 3.6;\n    const delay = -Math.random() * 6;\n    d.style.cssText = `left:${left}%; height:${height}px; animation-duration:${dur}s; animation-delay:${delay}s;`;\n    wrap.appendChild(d);\n  }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Prism Tea | 有機認証＆自然栽培ハーブティー通販","offers":[{"title":"Default Title","offer_id":51617427718442,"sku":null,"price":4650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0930\/1419\/6522\/files\/6_1.png?v=1780401211","url":"https:\/\/www.prismtea.jp\/products\/june-miniset","provider":"ハーブティー専門店 |  Prism Tea有機認証＆自然栽培","version":"1.0","type":"link"}