{"title":"フィトＮ （ゆるみ肌）","description":"\u003cstyle\u003e\n  .phyto-nature-section {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 40px 20px;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n}\n\n.section-title {\n  text-align: center;\n  margin-bottom: 15px;\n}\n\n.section-title h1 {\n  font-size: 36px;\n  color: #001A72;\n  font-weight: bold;\n  margin: 0 0 10px 0;\n}\n\n.section-title p {\n  font-size: 16px;\n  color: #5b6770;\n  margin: 0;\n}\n\n.main-image {\n  width: 100%;\n  height: auto;\n  display: block;\n  margin-bottom: 20px;\n}\n\n.info-boxes {\n  margin: 40px 0;\n}\n\n.info-box {\n  padding: 20px;\n  margin-bottom: 20px;\n  border-radius: 8px;\n}\n\n.info-box.blue-bg {\n  background-color: rgba(0, 26, 114, 0.65);\n  color: #fff;\n}\n\n.info-box.light-bg {\n  background-color: #f9f9f9;\n}\n\n.info-box h3 {\n  font-size: 18px;\n  color: #001A72;\n  font-weight: bold;\n  margin: 0 0 15px 0;\n}\n\n.info-box.blue-bg h3 {\n  color: #fff;\n}\n\n.info-box p {\n  font-size: 14px;\n  color: #5b6770;\n  line-height: 1.8;\n  margin: 0;\n}\n\n.info-box.blue-bg p {\n  color: #fff;\n}\n\n\/* 特徴セクション *\/\n.features-section {\n  margin: 60px 0;\n  padding: 60px 20px;\n  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);\n}\n\n.features-title {\n  text-align: center;\n  font-size: 28px;\n  color: #001A72;\n  margin-bottom: 50px;\n  font-weight: 400;\n  position: relative;\n}\n\n.features-title strong {\n  font-weight: 700;\n}\n\n.features-title::after {\n  content: '';\n  position: absolute;\n  bottom: -15px;\n  left: 50%;\n  transform: translateX(-50%);\n  width: 80px;\n  height: 3px;\n  background: linear-gradient(90deg, #001A72, #003399);\n  border-radius: 2px;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 20px;\n  max-width: 1000px;\n  margin: 0 auto;\n}\n\n.feature-card {\n  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);\n  padding: 30px 25px;\n  border-radius: 15px;\n  box-shadow: 0 8px 30px rgba(0,26,114,0.08);\n  transition: all 0.3s ease;\n  border: 1px solid rgba(0,26,114,0.05);\n  position: relative;\n  overflow: hidden;\n}\n\n.feature-card::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 4px;\n  background: linear-gradient(90deg, #001A72, #003399);\n  transform: scaleX(0);\n  transition: transform 0.3s ease;\n}\n\n.feature-card:hover::before {\n  transform: scaleX(1);\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 15px 45px rgba(0,26,114,0.12);\n}\n\n.feature-card h3 {\n  font-size: 18px;\n  color: #001A72;\n  margin-bottom: 12px;\n  font-weight: 700;\n}\n\n.feature-card p {\n  font-size: 14px;\n  color: #555;\n  line-height: 1.7;\n  margin: 0;\n}\n\n.products-title {\n  text-align: center;\n  margin: 60px 0 40px 0;\n}\n\n.products-title h2 {\n  font-size: 32px;\n  color: #001A72;\n  font-weight: bold;\n  margin: 0;\n}\n\n.products-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  margin-bottom: 40px;\n}\n\n.product-card {\n  border: 1px solid #ddd;\n  border-radius: 8px;\n  overflow: hidden;\n  background: #fff;\n}\n\n.product-tag {\n  background-color: #001A72;\n  color: #fff;\n  text-align: center;\n  padding: 10px;\n  font-size: 12px;\n  font-weight: bold;\n}\n\n.product-image {\n  background-color: #f5f5f5;\n  text-align: center;\n  padding: 20px;\n}\n\n.product-image img {\n  width: 100%;\n  max-width: 200px;\n  height: auto;\n  display: block;\n  margin: 0 auto;\n}\n\n.product-info {\n  padding: 20px;\n}\n\n.product-info h3 {\n  font-size: 18px;\n  color: #001A72;\n  font-weight: bold;\n  text-align: center;\n  margin: 0 0 15px 0;\n}\n\n.product-info p {\n  font-size: 13px;\n  color: #5b6770;\n  line-height: 1.7;\n  margin: 0 0 20px 0;\n}\n\n.product-button {\n  text-align: center;\n}\n\n.product-button a {\n  display: inline-block;\n  background-color: #001A72;\n  color: #fff;\n  text-decoration: none;\n  padding: 12px 40px;\n  border-radius: 4px;\n  font-size: 14px;\n  font-weight: bold;\n  transition: background-color 0.3s ease;\n}\n\n.product-button a:hover {\n  background-color: #00145a;\n}\n\n\/* タブレット対応 *\/\n@media screen and (max-width: 1024px) {\n  .products-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n\/* スマートフォン対応 *\/\n@media screen and (max-width: 768px) {\n  .phyto-nature-section {\n    padding: 30px 15px;\n  }\n  \n  .section-title h1 {\n    font-size: 28px;\n  }\n  \n  .section-title p {\n    font-size: 14px;\n  }\n  \n  .features-section {\n    padding: 40px 15px;\n  }\n  \n  .features-title {\n    font-size: 24px;\n    margin-bottom: 35px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n    gap: 15px;\n  }\n  \n  .feature-card {\n    padding: 25px 20px;\n  }\n  \n  .feature-card h3 {\n    font-size: 16px;\n  }\n  \n  .feature-card p {\n    font-size: 13px;\n  }\n  \n  .products-grid {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n  }\n  \n  .product-tag {\n    font-size: 11px;\n    padding: 8px;\n  }\n  \n  .product-info {\n    padding: 15px;\n  }\n  \n  .product-info h3 {\n    font-size: 16px;\n  }\n  \n  .product-info p {\n    font-size: 12px;\n    margin-bottom: 15px;\n  }\n  \n  .product-button a {\n    padding: 10px 30px;\n    font-size: 13px;\n  }\n  \n  .products-title h2 {\n    font-size: 26px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"phyto-nature-section\"\u003e\n\u003c!-- タイトルセクション --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0637\/2596\/1447\/files\/Phyto-Nature_series_260518.jpg?v=1779081804\" alt=\"フィトN\" class=\"main-image\" loading=\"lazy\"\u003e\n\u003cdiv class=\"info-boxes\"\u003e\n\u003cdiv class=\"info-box blue-bg\"\u003e\n\u003ch3\u003eフィトNとは\u003c\/h3\u003e\n\u003cp\u003eフィトNは、植物の力を活かしたダーマロジカのスキンケアラインです。厳選された植物由来成分が肌にうるおいを与え、すこやかな肌へと導きます。自然の恵みと先進のスキンケアテクノロジーを融合し、肌本来の美しさを引き出します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-box light-bg\"\u003e\n\u003ch3\u003e植物由来成分の働き\u003c\/h3\u003e\n\u003cp\u003e植物由来成分は、肌にやさしくうるおいを与え、キメを整える働きがあります。自然の力で肌をすこやかに保ち、バリア機能をサポートします。また、肌にハリと弾力を与え、明るい印象の肌へと導きます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- フィトNシリーズの特徴セクション --\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"features-title\"\u003eフィトN\u003cstrong\u003eシリーズ\u003c\/strong\u003eの特徴\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e希少で上質な成分\u003c\/h3\u003e\n\u003cp\u003e高度2900メートルの高地で育った植物エキスや厳選された天然由来成分を配合。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e肌本来のパワー\u003c\/h3\u003e\n\u003cp\u003eバイオミメティックペプチドが肌本来の力を目覚めさせ、いきいきとした肌へ。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003eエイジングケア*\u003c\/h3\u003e\n\u003cp\u003e気になる年齢サインにアプローチし、ハリのある肌印象へ導きます。\u003cbr\u003e* 年齢に応じたケア\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e未来を守る\u003c\/h3\u003e\n\u003cp\u003e環境ストレスから肌を守り、すこやかな肌を保つプロテクション機能。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 製品タイトル --\u003e \u003c!-- 製品グリッド --\u003e\n\u003cdiv class=\"products-grid\"\u003e\n\u003c!-- 製品1: フィトNファーミングセラム --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"product-tag\"\u003eハリ・弾力美容液\u003cbr\u003e年齢肌にアプローチ\u003c\/div\u003e\n\u003cdiv class=\"product-image\"\u003e\u003ca href=\"https:\/\/dermalogica.jp\/collections\/phyto-nature\/products\/phyto-nature-firming-serum\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0637\/2596\/1447\/files\/phyto-naturefirmingserum_thumnail_1.jpg\" alt=\"フィトNファーミングセラム\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003ch3\u003eフィトNファーミングセラム\u003c\/h3\u003e\n\u003cp\u003e植物由来成分配合のハリ・弾力美容液。肌にうるおいを与え、ハリと弾力を保ちます。キメを整え、すこやかな肌へ導きます。朝晩のスキンケアに。\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-button\"\u003e\u003ca href=\"https:\/\/dermalogica.jp\/collections\/phyto-nature\/products\/phyto-nature-firming-serum\"\u003e詳しく見る\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 製品2: フィトN OXGクリーム --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"product-tag\"\u003e酸素配合*¹クリーム\u003cbr\u003eうるおいとハリを\u003c\/div\u003e\n\u003cdiv class=\"product-image\"\u003e\u003ca href=\"https:\/\/dermalogica.jp\/collections\/phyto-nature\/products\/phyto-nature-oxygen-cream\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0637\/2596\/1447\/files\/phytonature-oxygen-cream-moisturizer-thumbnail.jpg\" alt=\"フィトN OXGクリーム\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003ch3\u003eフィトN OXGクリーム\u003c\/h3\u003e\n\u003cp\u003e酸素配合*の保湿クリーム。肌にうるおいを与え、ハリを保ちながら、すこやかな肌に整えます。植物由来成分とともに、明るい印象の肌へ。\u003cbr\u003e* 保湿成分\u003c\/p\u003e\n\u003cdiv class=\"product-button\"\u003e\u003ca href=\"https:\/\/dermalogica.jp\/collections\/phyto-nature\/products\/phyto-nature-oxygen-cream\"\u003e詳しく見る\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 製品3: フィトN eスクエアード --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"product-tag\"\u003e発酵×植物酵素美容液\u003cbr\u003e毎日使えるエイジングケア*\u003c\/div\u003e\n\u003cdiv class=\"product-image\"\u003e\u003ca href=\"https:\/\/dermalogica.jp\/products\/phyto-nature-e2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0637\/2596\/1447\/files\/phyto_nature_e_-thumnail.jpg\" alt=\"フィトN eスクエアード\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003ch3\u003eフィトN eスクエアード\u003c\/h3\u003e\n\u003cp\u003e植物由来酵素と発酵の力を融合させた、毎日使えるエイジングケア*美容液。発酵由来整肌成分とパンプキン発酵エキスが肌を整え、ハリとツヤに満ちた肌へ。\u003cbr\u003e* 年齢に応じたケア\u003c\/p\u003e\n\u003cdiv class=\"product-button\"\u003e\u003ca href=\"https:\/\/dermalogica.jp\/products\/phyto-nature-e2\"\u003e詳しく見る\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"phyto-nature-firming-serum","title":"フィトＮファーミング セラム","description":"\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e_\u003c\/span\u003e\u003c\/p\u003e","brand":"Dermalogica-ec","offers":[{"title":"40mL","offer_id":48454235029735,"sku":"111369","price":27500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0637\/2596\/1447\/files\/phyto-nature_firming_serum_1.jpg?v=1767678924"},{"product_id":"phyto_nature_oxygen_cream","title":"フィトＮ ＯＸＧクリーム","description":"\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003ca href=\"https:\/\/dermalogica.jp\/blogs\/landing-page\/phyto-nature-oxygen-cream\" target=\"_blank\" title=\"フィトN　OXGクリーム\" rel=\"noopener\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0637\/2596\/1447\/files\/phyto_nature_oxygen_cream_landingpage.jpg?v=1777271115\" alt=\"\"\u003e\u003c\/a\u003e_\u003c\/span\u003e\u003c\/p\u003e","brand":"Dermalogica-ec","offers":[{"title":"50mL","offer_id":48452564091111,"sku":"111466","price":23100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0637\/2596\/1447\/files\/phytonature-oxygen-cream-thumbnail.jpg?v=1766535638"},{"product_id":"phyto-nature-e2","title":"フィトN eスクエアード","description":"\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e_\u003c\/span\u003e\u003c\/p\u003e","brand":"Dermalogica-ec","offers":[{"title":"100mL","offer_id":51978729521383,"sku":"111518","price":28050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0637\/2596\/1447\/files\/phytonatureE2_1.jpg?v=1777271720"}],"url":"https:\/\/dermalogica.jp\/collections\/phyto-nature\/%e3%81%8a%e6%82%a9%e3%81%bf%e5%88%a5_%e3%81%8f%e3%81%99%e3%81%bf%e3%82%b1%e3%82%a2.oembed","provider":"ダーマロジカ公式オンラインショップ／スキンケア・化粧品","version":"1.0","type":"link"}