{"title":"marimekko","description":"","products":[{"product_id":"1963","title":"【50％OFF】【ラスト1点】marimekko 7分袖ワンピース TIIA2016SS 43142","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f0f8f5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", serif, \"Noto Sans JP\", \"Meiryo\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #5e5e5e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5c737f; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5e5e5e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 0 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #c7000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f0f8f5; \n      color: #5e5e5e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5c737f; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f0f8f5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #c70000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f0f8f5; color: #5e5e5e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #c70000; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5c737f; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #c70000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5c737f; margin-bottom: 12px; border-bottom: 1px solid #c70000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5c737f; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #e6e6e6; border: 1px solid #dddddd; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5c737f; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003emarimekkoの洗練ボーダーワンピ\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/000000001963_d6nNw0U_ea36d767-6093-488c-9de6-3df66423df57.jpg?v=1771305877\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eゆったり美シルエット\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e自然体でいられる\u003cstrong\u003e快適な着心地\u003c\/strong\u003eが魅力です。\u003cstrong\u003e計算された丈感\u003c\/strong\u003eは、大人の女性が求める上品さを演出。両サイドのポケットはデザインのアクセントにもなり、日常に\u003cstrong\u003e便利な機能性\u003c\/strong\u003eをプラスします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e上質コットン、鮮烈フィンランドカラー\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/11_000000001963_e51ed7a2-1a74-4047-bdc7-bc9edfaf66a4.jpg?v=1771305877\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e豊かな色彩と素材感\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e肌に優しく触れる\u003cstrong\u003eコットン100%素材\u003c\/strong\u003e。明るいオレンジのボーダーが\u003cstrong\u003e顔周りを華やかに彩ります\u003c\/strong\u003e。丁寧にトリミングされたクルーネックは\u003cstrong\u003e型崩れしにくく\u003c\/strong\u003e、永く愛用できる品質がここにあります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e着回し自在！大人の七分袖スタイル\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/3_000000001963_ae30bc66-88ea-4129-8291-9a24b9ed70c6.jpg?v=1771305877\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e軽やかな大人の装い\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e7分袖は、季節の変わり目から真夏まで活躍する\u003cstrong\u003e万能さ\u003c\/strong\u003e。デニムやリラクシングパンツとの相性も抜群で、合わせる小物次第で様々な表情を見せます。動きやすいのに\u003cstrong\u003e上品さも兼ね備え\u003c\/strong\u003e、休日のお出かけにも最適です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴・ブランドについて\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003emarimekkoからシーズン長く使えるボーダーのワンピースのご紹介です。ボーダーマリメッコのシリーズの中でもご好評いただいているワンピース。JARILLAよりも着丈が長いので、より大人な印象に。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e襟ぐりはクルーネックで、パイピングでしっかりトリミングされており、型崩れしにくいデザインです。\u003c\/li\u003e\n\u003cli\u003eわずかにデコルテが見える深さで、インナーが出てくる心配がなくお召しいただけます。\u003c\/li\u003e\n\u003cli\u003e袖ぐりはセットインで、小柄な方も安心してお召しいただけるサイズ感です。\u003c\/li\u003e\n\u003cli\u003e7分袖は、季節の変わり目から真夏まで何かと使いやすい袖丈です。\u003c\/li\u003e\n\u003cli\u003e身幅はすっきりとしたジャストに近いサイズで、オーバーサイズが苦手な方におすすめです。\u003c\/li\u003e\n\u003cli\u003e前身頃に付いているポケットがデザインのアクセントになっています。\u003c\/li\u003e\n\u003cli\u003e鮮やかなオレンジのボーダーは、白やベージュのボトムス、カジュアルなデニムとも相性が良く、おしゃれに着こなせます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003emarimekko \/ マリメッコ\u003c\/strong\u003e\u003cbr\u003eアルミ＆ヴィリオ・ラティア夫妻によって、1951年に創業された『marimekko』。インテリアファブリックやウェアのグラフィカルプリント（ナチュラル素材を使用した完成度の高さと美しさの調和）が世界的に有名なフィンランドを代表するメーカーです。大らかな風土から生まれたマリメッコ製品は、さりげなくモダンでナチュラルなテイストに加え機能的で着る人、使う人の心を豊かなものにしてくれます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 綿 100%\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"table-scroll-view\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ccaption\u003e(cm)\u003c\/caption\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e着丈\u003c\/td\u003e\n\u003ctd\u003e袖丈\u003c\/td\u003e\n\u003ctd\u003e裄丈\u003c\/td\u003e\n\u003ctd\u003e肩幅\u003c\/td\u003e\n\u003ctd\u003e天幅\u003c\/td\u003e\n\u003ctd\u003eバスト\u003c\/td\u003e\n\u003ctd\u003eアーム\u003c\/td\u003e\n\u003ctd\u003e袖幅\u003c\/td\u003e\n\u003ctd\u003e袖口幅\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95\u003c\/td\u003e\n\u003ctd\u003e44\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e15\u003c\/td\u003e\n\u003ctd\u003e89\u003c\/td\u003e\n\u003ctd\u003e21\u003c\/td\u003e\n\u003ctd\u003e16\u003c\/td\u003e\n\u003ctd\u003e11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"care-icons\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/imgi_1_washing_01.jpg?v=1771293374\" alt=\"洗濯表示\" width=\"50\" height=\"50\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/imgi_1_white_03.jpg?v=1771218364\" alt=\"洗濯表示\" width=\"50\" height=\"50\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/imgi_1_dry_02.jpg?v=1771293374\" alt=\"洗濯表示\" width=\"50\" height=\"50\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/imgi_1_iron_01.jpg?v=1771293374\" alt=\"洗濯表示\" width=\"50\" height=\"50\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/imgi_1_clean_01.jpg?v=1771293375\" alt=\"洗濯表示\" width=\"50\" height=\"50\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e商品番号: 3121080033249\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"marimekko","offers":[{"title":"ORANGE \/ FREE","offer_id":52005355651365,"sku":"2131210805661","price":9350.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/000000001963_d6nNw0U_ea36d767-6093-488c-9de6-3df66423df57.jpg?v=1771305877"},{"product_id":"1956","title":"【30％OFF】【ラスト1点】marimekkoフレンチスリーブワンピースMATIKKA 42306","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f0f8f5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", serif, \"Noto Sans JP\", \"Meiryo\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #5e5e5e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5c737f; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5e5e5e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 0 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #c7000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f0f8f5; \n      color: #5e5e5e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5c737f; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f0f8f5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #c70000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f0f8f5; color: #5e5e5e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #c70000; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5c737f; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #c70000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5c737f; margin-bottom: 12px; border-bottom: 1px solid #c70000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5c737f; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #e6e6e6; border: 1px solid #dddddd; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5c737f; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e着心地軽やかフレンチスリーブ\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e綿100%の優しい肌触りが、まるで素肌が呼吸するような軽やかさを提供します。\u003cstrong\u003e大胆なVネックとフレンチスリーブ\u003c\/strong\u003eが、こなれた抜け感を演出し、大人のカジュアルスタイルを格上げします。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/000000001956_5zhSYbn_be2d13f4-531a-4284-9b60-ceb4dd16bc29.jpg?v=1771305879\" class=\"img-fluid d-block w-100 product-img\" alt=\"フレンチスリーブワンピースの全体像\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e大人の余裕を醸し出す一着\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e個性を纏うマリメッコボーダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e左右で表情を変えるボーダーデザインが、一枚で着こなしをクラスアップ。フィンランドの自然から生まれたマリメッコの美意識が息づく、タイムレスな魅力が詰まっています。飽きずに永く愛用いただけます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/12_000000001956_fe525da2-e614-443b-a071-fd1d3505dd6f.jpg?v=1771305879\" class=\"img-fluid d-block w-100 product-img\" alt=\"ワンピースのボーダーデザイン詳細\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e計算されたボーダーの美\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eすっきり魅せる大人のシルエット\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e広がりすぎないスマートなシルエットは、体型を拾いすぎずにすっきりと着こなせます。袖ぐりの切り替えがないフレンチスリーブは、風通しが良く、忙しい日もさっと快適に脱ぎ着が可能です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/4_000000001956_4db0bd79-7673-43f6-8775-0e522c2e2ac7.jpg?v=1771305879\" class=\"img-fluid d-block w-100 product-img\" alt=\"ワンピースを着用した全体のシルエット\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e様々なシーンで活躍\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003emarimekkoからこの夏活躍すること間違いなしのワンピースのご紹介です。あえて左右ずらして合わせたボーダーがアクセント。襟ぐりは深いVネックで胸元が大きく開いているので、お気に入りのインナーと合わせてコーディネートを楽しんでみてはいかがでしょうか。シーズンが落ち着いたらハイネックのロンTと合わせていただくのも素敵です。\u003c\/p\u003e\n\u003cul class=\"point-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\u003c\/ul\u003e\n\u003cp\u003emarimekko \/ マリメッコ\u003c\/p\u003e\n\u003cp\u003eアルミ\u0026amp;ヴィリオ・ラティア夫妻によって、1951年に創業された『marimekko』。インテリアファブリックやウェアのグラフィカルプリント（ナチュラル素材を使用した完成度の高さと美しさの調和）が世界的に有名なフィンランドを代表するメーカーです。大らかな風土から生まれたマリメッコ製品は、さりげなくモダンでナチュラルなテイストに加え機能的で着る人、使う人の心を豊かなものにしてくれます。\u003c\/p\u003e\n\u003cp\u003e商品コード: 3121080032297\u003c\/p\u003e\n\u003cp\u003e【その他着用商品】\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eD.M.Gリラクシングパンツ\u003c\/li\u003e\n\u003cli\u003e商品コード: 3131990035585\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e綿 100%\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"table-scroll-view\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ccaption\u003e(cm)\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003e着丈\u003c\/th\u003e\n\u003cth\u003e袖丈\u003c\/th\u003e\n\u003cth\u003e裄丈\u003c\/th\u003e\n\u003cth\u003e肩幅\u003c\/th\u003e\n\u003cth\u003e天幅\u003c\/th\u003e\n\u003cth\u003eバスト\u003c\/th\u003e\n\u003cth\u003eアーム\u003c\/th\u003e\n\u003cth\u003e袖幅\u003c\/th\u003e\n\u003cth\u003e袖口幅\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e87\u003c\/td\u003e\n\u003ctd\u003eー\u003c\/td\u003e\n\u003ctd\u003e31.5\u003c\/td\u003e\n\u003ctd\u003eー\u003c\/td\u003e\n\u003ctd\u003e25\u003c\/td\u003e\n\u003ctd\u003e102\u003c\/td\u003e\n\u003ctd\u003e18\u003c\/td\u003e\n\u003ctd\u003eー\u003c\/td\u003e\n\u003ctd\u003eー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e洗濯表示\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"care-icons\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/imgi_1_washing_01.jpg?v=1771293374\" alt=\"洗濯表示（家庭洗濯）\" width=\"50\" height=\"50\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/imgi_1_white_03.jpg?v=1771218364\" alt=\"洗濯表示（漂白）\" width=\"50\" height=\"50\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/imgi_1_dry_02.jpg?v=1771293374\" alt=\"洗濯表示（乾燥）\" width=\"50\" height=\"50\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/imgi_1_iron_01.jpg?v=1771293374\" alt=\"洗濯表示（アイロン）\" width=\"50\" height=\"50\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/imgi_1_clean_01.jpg?v=1771293375\" alt=\"洗濯表示（クリーニング）\" width=\"50\" height=\"50\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"marimekko","offers":[{"title":"BLACK \/ FREE","offer_id":52005355684133,"sku":"2131210803766","price":13090.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/000000001956_5zhSYbn_be2d13f4-531a-4284-9b60-ceb4dd16bc29.jpg?v=1771305879"},{"product_id":"1949","title":"【50%OFF】marimekko半袖ワンピースKESKIYO 42308","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f0f8f5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", serif, \"Noto Sans JP\", \"Meiryo\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #5e5e5e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5c737f; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5e5e5e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 0 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #c7000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f0f8f5; \n      color: #5e5e5e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5c737f; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f0f8f5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #c70000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f0f8f5; color: #5e5e5e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #c70000; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5c737f; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #c70000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5c737f; margin-bottom: 12px; border-bottom: 1px solid #c70000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5c737f; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #e6e6e6; border: 1px solid #dddddd; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5c737f; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e涼しげボーダーで日常に彩りを\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e深めのクルーネック\u003c\/strong\u003eがデコルテを美しく見せ、わずかに\u003cstrong\u003eドロップした袖\u003c\/strong\u003eが気になる二の腕をさりげなくカバーします。\u003cstrong\u003eウエストのシェイプ\u003c\/strong\u003eで体型もすっきり。\u003cstrong\u003e綿100%\u003c\/strong\u003eで\u003cstrong\u003e肌触りも心地よく\u003c\/strong\u003e、デイリーに活躍する一着です。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/000000001949_dRVgJVi_fe059c75-449e-4843-bb18-c5fceeb5c9e1.jpg?v=1771306223\" class=\"img-fluid d-block w-100 product-img\" alt=\"洗練された大人のリラックススタイル\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e洗練された大人のリラックススタイル\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e旅先でも活躍する軽やかワンピ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e柔らかな綿素材\u003c\/strong\u003eが身体に心地よくフィットし、\u003cstrong\u003e動きやすさをサポート\u003c\/strong\u003e。太ももにかけて広がりながらも\u003cstrong\u003eコクーンシルエット\u003c\/strong\u003eのように落ち着く丈感は、\u003cstrong\u003e体型を拾いすぎず安心感\u003c\/strong\u003eがあります。\u003cstrong\u003e旅行などアクティブなシーンにも最適\u003c\/strong\u003eです。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/16_000000001949_9731cba9-5db8-44da-a45e-f6c73b874479.jpg?v=1771306223\" class=\"img-fluid d-block w-100 product-img\" alt=\"気軽に楽しめる着回し力\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e気軽に楽しめる着回し力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003emarimekkoが織りなす北欧の美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      フィンランドの大らかな風土から生まれたマリメッコらしい\u003cstrong\u003eグラフィカルなボーダーデザイン\u003c\/strong\u003eが魅力。\u003cstrong\u003e品質の高い綿100%素材\u003c\/strong\u003eは\u003cstrong\u003e長く愛用でき\u003c\/strong\u003e、シンプルながらも着る人の心を豊かにする、\u003cstrong\u003e機能的かつ上質な一枚\u003c\/strong\u003eです。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/7_000000001949_cefd32bb-5e33-4c33-9faa-662b2eda241c.jpg?v=1771306223\" class=\"img-fluid d-block w-100 product-img\" alt=\"こだわりのデザインと上質さ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこだわりのデザインと上質さ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003emarimekkoからボーダーのワンピースのご紹介です。柔らかく肌触りの良い綿素材を使用しています。\u003c\/p\u003e\n      \u003cul class=\"benefit-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      \u003c\/ul\u003e\n      \u003cp\u003eD.M.Gのリラクシングパンツはもちろん、レースのペチパンツと合わせるなどお気に入りの組み合わせで楽しんでください。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003ccaption\u003e\n            \u003cdiv class=\"body-text text-end\"\u003e(cm)\u003c\/div\u003e\n          \u003c\/caption\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e着丈\u003c\/td\u003e\n              \u003ctd\u003e袖丈\u003c\/td\u003e\n              \u003ctd\u003e裄丈\u003c\/td\u003e\n              \u003ctd\u003e肩幅\u003c\/td\u003e\n              \u003ctd\u003e天幅\u003c\/td\u003e\n              \u003ctd\u003eバスト\u003c\/td\u003e\n              \u003ctd\u003eアーム\u003c\/td\u003e\n              \u003ctd\u003e袖幅\u003c\/td\u003e\n              \u003ctd\u003e袖口幅\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e94.5\u003c\/td\u003e\n              \u003ctd\u003e23.5\u003c\/td\u003e\n              \u003ctd\u003e41\u003c\/td\u003e\n              \u003ctd\u003e36\u003c\/td\u003e\n              \u003ctd\u003e19\u003c\/td\u003e\n              \u003ctd\u003e93\u003c\/td\u003e\n              \u003ctd\u003e22.5\u003c\/td\u003e\n              \u003ctd\u003e16.5\u003c\/td\u003e\n              \u003ctd\u003e15.5\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e素材: 綿 100%\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e取り扱い注意事項\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e洗濯表示\u003c\/p\u003e\n      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/imgi_1_washing_01.jpg?v=1771293374\" alt=\"洗濯機弱、液温30度を限度\" width=\"50\" height=\"50\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/imgi_1_white_03.jpg?v=1771218364\" alt=\"塩素系及び酸素系漂白剤の使用禁止\" width=\"50\" height=\"50\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/imgi_1_dry_02.jpg?v=1771293374\" alt=\"タンブル乾燥禁止\" width=\"50\" height=\"50\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/imgi_1_iron_01.jpg?v=1771293374\" alt=\"アイロン底面温度110度を限度としてスチームなしでアイロン仕上げ可\" width=\"50\" height=\"50\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/imgi_1_clean_01.jpg?v=1771293375\" alt=\"パークロロエチレン及び石油系溶剤によるドライクリーニング可\" width=\"50\" height=\"50\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eブランドについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003emarimekko \/ マリメッコ\u003c\/p\u003e\n      \u003cp\u003eアルミ\u0026amp;ヴィリオ・ラティア夫妻によって、1951年に創業された『marimekko』。インテリアファブリックやウェアのグラフィカルプリント（ナチュラル素材を使用した完成度の高さと美しさの調和）が世界的に有名なフィンランドを代表するメーカーです。大らかな風土から生まれたマリメッコ製品は、さりげなくモダンでナチュラルなテイストに加え機能的で着る人、使う人の心を豊かなものにしてくれます。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品情報・関連商品\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード: 3121080032419\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003eその他着用商品:\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eD.M.Gリラクシングパンツ (商品コード: 3131990035585)\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"marimekko","offers":[{"title":"GRAY \/ FREE","offer_id":52005376983333,"sku":"2131210803964","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"RED \/ FREE","offer_id":52012140560677,"sku":"2131210803971","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0918\/2960\/0549\/files\/000000001949_dRVgJVi_fe059c75-449e-4843-bb18-c5fceeb5c9e1.jpg?v=1771306223"}],"url":"https:\/\/shower-party.we-shop.jp\/collections\/marimekko.oembed","provider":"シャワーパーティー","version":"1.0","type":"link"}