{"title":"アウトドアファミリーゲーム","description":"","products":[{"product_id":"180179173","title":"【FUNPARK】木製クラシック輪投げ ウッデンリングトス","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf7; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Meiryo UI\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #444444;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e7963; \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-left: 6px solid #4d8f7b; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #444444; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #4d8f7b40 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 8px;\n      background-color: #fcfaf7; \n      color: #444444;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e7963; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fcfaf7; 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: #4d8f7b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; 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: #fcfaf7; color: #444444; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #4d8f7b; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e7963; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #4d8f7b; 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: #3e7963; margin-bottom: 12px; border-bottom: 1px solid #4d8f7b; 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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e7963; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #fcfaf7; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e7963; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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木のぬくもりを感じる輪投げは、シンプルながら奥深い「\u003cstrong\u003e学び遊び\u003c\/strong\u003e」の王様です。輪を投げるたび\u003cstrong\u003e集中力\u003c\/strong\u003eが高まり、得点計算で\u003cstrong\u003e論理的思考力\u003c\/strong\u003eも自然と養われるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0614\/7440\/6466\/files\/180179173.jpg?v=1751386001\" class=\"img-fluid d-block w-100 product-img\"\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キャンプや庭先で、お子様から大人まで、誰もが主役になれる輪投げ。距離やルールの工夫で難易度を調整し、体をコントロールする\u003cstrong\u003e巧緻性\u003c\/strong\u003eを育みながら、\u003cstrong\u003e家族の絆\u003c\/strong\u003eも深まります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0614\/7440\/6466\/files\/180179173_o1.jpg?v=1751386001\" class=\"img-fluid d-block w-100 product-img\"\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この輪投げは、遊びの前に「\u003cstrong\u003eものづくり\u003c\/strong\u003e」の楽しさも体験できます。自分で組み立てる過程は、\u003cstrong\u003e達成感と創造力\u003c\/strong\u003eを刺激する大切な時間。指先を使うことで\u003cstrong\u003e知的好奇心\u003c\/strong\u003eも伸びるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0614\/7440\/6466\/files\/180179173_o5.jpg?v=1751386002\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e自ら作り上げる喜びを体感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の魅力・学びのポイント\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e知育・体育・心育にいい！輪投げは「学び遊び」の王様です。\u003c\/p\u003e\n        \u003cdiv class=\"video-wrapper\"\u003e\n          \u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/sSa6dqGwqm4?si=Mt5yqW0ORSIyMUBS?amp;autoplay=0\u0026amp;loop=1\u0026amp;rel=0\u0026amp;playlist=sSa6dqGwqm4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"section-title\"\u003eシンプルで面白い！\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/w_ringtoss_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニラクロス\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eリングをターゲットの支柱に向かって投げるだけ。見事に命中したときの喜びは格別！子どもなら何度も何度も繰り返し遊びつづけるほどです。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e子どもにとってルールがわかりやすいことも重要です。「ただ投げるだけ」なので小さな子どもでも一緒に遊べるのがうれしいですね。\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003e集中して取り組む力が身につく\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/w_ringtoss_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"集中\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e集中力の鍛錬と、輪を上手に投げるための「工夫」をする心を身に着けられます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eさらに「先に115点になった方が勝ち！」というルールにすれば、自分の得点を足し算したり、対戦相手の点数との差を引き算で求めたりして計算する能力も鍛えられますよ♪\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003e自分の体をコントロールする力が身につく\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/w_ringtoss_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"集中\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e微妙な力のコントロールは、多くのスポーツ競技につながる巧緻性を養います。縦・横・回転という三次元の複雑な動きをマスターすれば、自分の体をうまくコントロールする力につながるでしょう。\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003eものづくりの楽しさを知れる\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/w_ringtoss_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"集中\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eこちらの商品は自分で組み立てるおもちゃです。子どもと一緒に組み立てることで、ものづくりの楽しさを実感してもらえるでしょう♪\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        \u003cp class=\"body-text\"\u003e輪投げ本体に書かれている数字を使って、得点を競う遊びが可能です。様々なアレンジで長くお楽しみいただけます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/w_ringtoss_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"難易度を自分で調整\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e【遊びのアレンジ例】\u003c\/p\u003e\n        \u003cul class=\"step-list\"\u003e\n          \u003cli\u003eリングをより多く支柱に入れられたほうが勝ち\u003c\/li\u003e\n          \u003cli\u003e先に利き手でない手で入れられたほうが勝ち\u003c\/li\u003e\n          \u003cli\u003e先に3つ以上リングを入れられたほうが勝ち\u003c\/li\u003e\n          \u003cli\u003e先に合計が115点になったほうが勝ち\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 class=\"body-text\"\u003eお子様と一緒に、ものづくりの楽しさを味わいながら組み立ててみましょう。\u003c\/p\u003e\n        \u003cul class=\"step-list\"\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/w_ringtoss_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"1\"\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e（1）木のパーツを組み合わせます。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/w_ringtoss_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"2\"\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e（2）赤いネジ付きハンドルを中心に取り付けます。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/w_ringtoss_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"3\"\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e（3）四隅に白いネジ付きハンドルを取り付けます。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/w_ringtoss_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"4\"\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e（4）完成です。\u003c\/p\u003e\n          \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 class=\"body-text\"\u003e商品の様々な表情や、使用イメージをギャラリーでご紹介します。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/w_ringtoss_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ウッデンリングトス\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/w_ringtoss_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ウッデンリングトス\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/w_ringtoss_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ウッデンリングトス\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/w_ringtoss_13.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ウッデンリングトス\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/w_ringtoss_14.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ウッデンリングトス\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/box.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ウッデンリングトス\"\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 class=\"body-text\"\u003e実際に商品をお使いいただいたお客様からのお声をご紹介します。\u003c\/p\u003e\n        \u003ch3 class=\"section-title\"\u003e大人の視点\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/product\/adult.svg\" class=\"img-fluid d-block w-100 product-img\" alt=\"大人の視線\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e子供と遊ぶには本当におススメです！子供は夢中になって遊びますよ！\u003c\/li\u003e\n          \u003cli\u003eお子様のいる家庭では良いと思います！体と頭の両方を使うので体育知育になる良いゲームだと思いますよ\u003c\/li\u003e\n          \u003cli\u003eキャンプにあると良いですね！距離のハンディキャップをつければ本当に年齢問わずガチで対戦できます！\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ch3 class=\"section-title\"\u003e子供の声\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/product\/child.svg\" class=\"img-fluid d-block w-100 product-img\" alt=\"子供の声\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eねらったところに輪が入った時はとってもうれしいです！\u003c\/li\u003e\n          \u003cli\u003eちょっとやったらできるようになって楽しい！\u003c\/li\u003e\n          \u003cli\u003eみんなで遊べるから楽しい！\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 class=\"body-text\"\u003e輪投げを製造・販売するブランド「FUNPARK」と「GREEN PRODUCTS」についてご紹介します。\u003c\/p\u003e\n        \u003ch3 class=\"section-title\"\u003eFUNPARK（ファンパーク）\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/logo.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"FUNPARK\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e「遊びをデザインする」「楽しいをデザインする」「休日をデザインする」\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eFUNPARK（ファンパーク）は、楽しい外遊びと素敵な休日を彩り、ワクワクして笑顔があふれるプロダクトを追求しています。\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003eGREEN PRODUCTS（グリーンプロダクツ）\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/gp_logo.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Green Products\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e子供が外で元気に遊べる未来を考える。Green という言葉の奥に、自然保護・環境保護などの意味があり、さらにその先に、そこで笑顔で暮らす、人々の素敵な世界がある。私たちは皆、素敵な世界に暮らし、そして誰かと人生を共有しています。\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        \u003cp class=\"body-text\"\u003e商品の詳細情報と含まれる内容物についてご案内します。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e品番：72001\u003c\/li\u003e\n          \u003cli\u003e品名：Wodden Ring Toss\u003c\/li\u003e\n          \u003cli\u003e内容物：本体（42x5x2cm）×2、ネジ付きハンドル（2x18cm）×5、リング（10cm）×5\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 class=\"body-text\"\u003e安全にご使用いただくための重要な警告事項です。必ずお読みください。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e保護者の方へ 必ずお読みください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e小さな部品があり飲み込むと危険です。3歳未満のお子様には絶対に与えないでください。\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      \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 class=\"body-text\"\u003eご購入前にご確認いただきたい注意事項です。\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          \u003cli\u003e周囲の安全を確認した上で使用してください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c!-- \/content-section (Specs) --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"FUNPARK","offers":[{"title":"Default Title","offer_id":42252590055490,"sku":null,"price":2970.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0614\/7440\/6466\/files\/180179173.jpg?v=1751386001"},{"product_id":"180179967","title":"【FUNPARK】クッブゲーム","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf7; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Meiryo UI\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #444444;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e7963; \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-left: 6px solid #4d8f7b; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #444444; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #4d8f7b40 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 8px;\n      background-color: #fcfaf7; \n      color: #444444;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e7963; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fcfaf7; 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: #4d8f7b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; 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: #fcfaf7; color: #444444; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #4d8f7b; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e7963; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #4d8f7b; 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: #3e7963; margin-bottom: 12px; border-bottom: 1px solid #4d8f7b; 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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e7963; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #fcfaf7; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e7963; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- ① 商品解説セクション (Main) --\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\/0614\/7440\/6466\/files\/180179967.jpg?v=1751385996\" class=\"img-fluid d-block w-100 product-img\" alt=\"アウトドアで楽しむ 木製戦略ゲーム クッブ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e家族の笑顔を育むアウトドア遊び\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eスウェーデン発祥の伝統的なガーデンゲームが、今、家族や仲間との特別な時間をデザインします。キング、バイキング、そして投げ棒。すべてのピースが天然木から作られており、自然の中で遊ぶ楽しさを一層引き立てるでしょう。世代を超えて誰もが夢中になる、\u003cstrong\u003e戦略と身体を使ったアクティブな対戦遊び\u003c\/strong\u003eを体験してください。GREEN PRODUCTSの理念が込められたこのゲームは、子供たちの未来を考え、環境保護にも配慮しています。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\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                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e複数の木片を木の棒を投げて倒していく、頭と体を使った対戦遊び\u003c\/li\u003e\n                    \u003cli\u003eボーリングやモルック、カーリングのように戦略性も楽しめる人気の競技\u003c\/li\u003e\n                    \u003cli\u003e欧米を中心に、子どもからお年寄りまで幅広い年齢層に親しまれています\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-video-wrapper\"\u003e\n                    \u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/0S2EcXZ8XRs?si=4eZ_m6bNvaajZOnF\u0026amp;autoplay=0\u0026amp;loop=1\u0026amp;rel=0\u0026amp;playlist=0S2EcXZ8XRs\" height=\"315\" width=\"560\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\u003c\/iframe\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\u003eFUNPARK（ファンパーク）は、楽しい外遊びと素敵な休日を彩り、ワクワクして笑顔があふれるプロダクトを追求しています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/logo.jpg\" alt=\"FUNPARK ロゴ\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\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                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eGREEN PRODUCTSについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e「子供が外で元気に遊べる未来を考える」\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/funpark\/gp_logo.jpg\" alt=\"Green Products ロゴ\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003eGreen という言葉の奥に、自然保護・環境保護などの意味があり、さらにその先に、そこで笑顔で暮らす、人々の素敵な世界がある。私たちは皆、素敵な世界に暮らし、そして誰かと人生を共有しています。\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品番：71000\u003c\/li\u003e\n                    \u003cli\u003e品名：Kubb Game\u003c\/li\u003e\n                    \u003cli\u003e内容物：\n                        \u003cul class=\"basic-list\"\u003e\n                            \u003cli\u003eウッドKing（25×4.8×4.8cm）×1\u003c\/li\u003e\n                            \u003cli\u003eウッドVikings（4.2×4.2×12cm）×10\u003c\/li\u003e\n                            \u003cli\u003eウッドThrowing batons（2.4×25cm）×6\u003c\/li\u003e\n                            \u003cli\u003eウッドCorner stack（20×1.3cm）×4\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \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                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e小さな部品があり飲み込むと危険です。3歳未満のお子様には絶対に与えないでください。\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            \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=\"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                    \u003cli\u003e周囲の安全を確認した上で使用してください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 商品コード情報 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品管理情報\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品コード: 180179967\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"FUNPARK","offers":[{"title":"Default Title","offer_id":42252590317634,"sku":null,"price":2530.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0614\/7440\/6466\/files\/180179967.jpg?v=1751385996"},{"product_id":"150645368","title":"☆ZIP！に紹介されました！☆アウトドアバドミントン Speed 4400 【Talbot-Torro 】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf7; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Meiryo UI\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #444444;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e7963; \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-left: 6px solid #4d8f7b; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #444444; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #4d8f7b40 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 8px;\n      background-color: #fcfaf7; \n      color: #444444;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e7963; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fcfaf7; 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: #4d8f7b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; 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: #fcfaf7; color: #444444; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #4d8f7b; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e7963; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #4d8f7b; 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: #3e7963; margin-bottom: 12px; border-bottom: 1px solid #4d8f7b; 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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e7963; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #fcfaf7; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e7963; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\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\/0614\/7440\/6466\/files\/150645368.jpg?v=1751385982\" 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澄み切った青空の下、風を気にせずシャトルを打ち合ってみませんか。驚くほど長く続くラリーが、大人も子供も夢中にさせ、忘れられない思い出を紡ぎます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0614\/7440\/6466\/files\/150645368_o2.jpg?v=1751385982\" 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付属の2種類のシャトルが、あなたのレベルアップをサポートします。まずはイエローで打ち合いの感覚を掴み、上達したらオレンジでさらにスピード感あるラリーに挑戦できます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0614\/7440\/6466\/files\/150645368_o6.jpg?v=1751385982\" class=\"img-fluid d-block w-100 product-img\" alt=\"2種類のシャトル\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eレベルで選べる奥深さ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細データからのメインコンテンツ抽出 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e風のある外でも楽しめる！アウトドアバドミントン\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eアウトドアバドミントンは、その名の通り、\u003cstrong\u003e外遊び専用のバドミントン！\u003c\/strong\u003e公園・河原・浜辺など、風が吹いている場所でも遊べる、今までになかった新しい遊びアイテムです♪\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/talbot\/8color_pc.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"アウトドアバドミントンのデザイン\"\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打ち比べてみるとどのくらい違うのか、動画内で検証してみました！遊んでいる様子はぜひ動画でご覧ください♪\u003c\/p\u003e\n    \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/oUb1ru4f69s?rel=0\" width=\"100%\" height=\"315\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/iframe\u003e\n    \u003cdiv class=\"table-scroll-view\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth\u003eアウトドアバドミントン\u003c\/th\u003e\n            \u003cth\u003e普通のバドミントン\u003c\/th\u003e\n          \u003c\/tr\u003e\n          \u003ctr\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\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\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\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\u003eラケットの強度\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    \u003cp class=\"body-text\"\u003eアウトドアバドミントンと普通のバドミントンは、こんなにはっきり違います！もはや別のスポーツのようで、今までにないおもしろい・白熱したラリーが楽しめます♪\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/product\/point1.svg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ポイントアイコン1\"\u003e\n    \u003ch3 class=\"section-title\"\u003eとにかく風に強いからラリーが続く！\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/talbot\/ob_16.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"風に強いバドミントン\"\u003e\n    \u003cp class=\"body-text\"\u003e公園でおなじみの遊びといえばバドミントンですが、風が少しでも吹いていると、ラリーが続かなくて実は意外におもしろさを感じません。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eそれに対して\u003cstrong\u003eアウトドアバドミントンは「木の枝が揺れる」くらい強い風が吹いていても、十分にコントロールできます♪\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e「風のせいでシャトルが戻ってきてしまう」「シャトルが風に流されてしまっておもしろくない」そんなバドミントンとは全く違います！\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/product\/point2.svg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ポイントアイコン2\"\u003e\n    \u003ch3 class=\"section-title\"\u003e軽い力でもよく飛ぶ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/talbot\/ob_14.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"シャトルの飛距離\"\u003e\n    \u003cp class=\"body-text\"\u003eバドミントンの経験がある方が必ずといっていいほど驚くのが、その飛距離です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e軽く当てただけでも4〜5mは軽く飛ぶ\u003c\/strong\u003eため、近い距離でラリーをするほうが難しいほど。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e思いっきりラケットを振り抜けば10m以上飛ぶので、大人同士なら離れた距離でのラリーがおすすめです♪\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/product\/point3.svg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ポイントアイコン3\"\u003e\n    \u003ch3 class=\"section-title\"\u003eラケットが頑丈で壊れにくい\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/talbot\/ob_15.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"アルミ製ラケット\"\u003e\n    \u003cp class=\"body-text\"\u003eラケットはアルミ製なので、多少手荒に扱っても\u003cstrong\u003e折れる心配はほとんどありません。\u003c\/strong\u003eおもちゃのバドミントンは遊んでいるうちに折れたり、持ち運びの最中にぶつけて折れたりすることがありますが、アウトドアバドミントンなら大丈夫！\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eラケット上部にはヘッドプロテクターが付いており、ガットが傷つき切れてしまう心配もありません。本格仕様なので長く遊んでいただけます♪\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/product\/point4.svg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ポイントアイコン4\"\u003e\n    \u003ch3 class=\"section-title\"\u003e初心者でも遊びやすい\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/talbot\/ob_17.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"初心者でも遊びやすい\"\u003e\n    \u003cp class=\"body-text\"\u003e初心者でも遊びやすい理由は、ラケットの形状にあります♪\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e【アウトドアバドミントンのラケットの特徴】\u003c\/strong\u003e\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 class=\"body-text\"\u003eラケットの設計にこだわっているから、子どもから大人まで遊びやすいと人気なんです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/product\/point5.svg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ポイントアイコン5\"\u003e\n    \u003ch3 class=\"section-title\"\u003e上達すればするほど楽しい\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/talbot\/ob_18.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"レベルアップが楽しい\"\u003e\n    \u003cp class=\"body-text\"\u003eこちらの商品には、2種類のシャトルが付いています。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eイエローの羽根は「スターター」で、初心者用のシャトルです。\u003c\/strong\u003e重量が軽いためスピード・距離ともに出にくい設計です。近い距離で打ち合えるので、初心者でもラリーが楽しめます♪\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eオレンジの羽根は「レーサー」です。上達したらこちらを試してみてください。\u003cstrong\u003e「スターター」より、距離もスピードもあるラリーが楽しめます！\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/product\/point6.svg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ポイントアイコン6\"\u003e\n    \u003ch3 class=\"section-title\"\u003e2種類のケースで持ち運びも楽々\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/talbot\/ob_19.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"シャトルケース\"\u003e\n    \u003cp class=\"body-text\"\u003eアウトドアバドミントンには専用のシャトルケースが付属しています。これがあるだけで、シャトルをなくす心配が減るだけでなく、実は遊びやすさも維持してくれるんです！\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e「おもちゃのバドミントンセットは全然コントロールできない」という声をよく聞きますが、その原因は多くの場合、変形したシャトルにあります。羽根が変形すると、空気抵抗を受けやすくなってしまい、真っすぐ飛ばないのが原因です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eシャトルケースに収納しておけば羽根の変形を防ぎ、直進性をキープしてくれるのでいつまでも快適に遊べます♪\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/talbot\/ob_20.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"便利なキャリーケース\"\u003e\n    \u003cp class=\"body-text\"\u003eキャリーケース先端には、シャトルケースを収納できるスペースがあるので、シャトルの紛失も防止します。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e背面には持ち運びに便利なショルダーストラップがついており、肩にかけての移動も楽々♪\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/talbot\/ob_21.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"便利なキャリーケース\"\u003e\n    \u003cp class=\"body-text\"\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    \u003cdiv class=\"customer-voice\"\u003e\n      \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/customer-86.jpg?cmsp_timestamp=20220624134329\" class=\"img-fluid d-block w-100 product-img\" alt=\"大人ダブルスを楽しむお客様\"\u003e\n      \u003cp class=\"body-text\"\u003e最初は、めっちゃ飛ぶ、力の入れ具合が難しいでも打ってて気持ちいい！！風関係なく飛ぶし風があっても楽しい、ラリーもめっちゃ続くのでいつの間にか軽く楽しくやってた試合がスマッシュの打ち合いで白熱の試合に！！！ラケットの芯をくったスマッシュを打った感覚がまじたまらん！ キャンプ場でバドミントンすると一度目の乾杯が消費され、お腹が空き二度目の乾杯が始まる? グルキャン時はダブルスでやるとラリーがたくさん続きいつの間にか白熱バトルが始まりいつの間にか無我夢中でやってしまう！！\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"customer-voice\"\u003e\n      \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/customer56-1.jpg?cmsp_timestamp=20220623094210\" class=\"img-fluid d-block w-100 product-img\" alt=\"子供たちが楽しむ様子\"\u003e\n      \u003cp class=\"body-text\"\u003e普段からバトミントン大好き家族なのですが、どうしても風の影響をうけてしまうのが悩みで気になってたアウトドアバドミントン。普通のバトミントンとは少し力の入れ方も違いますが、風があっても問題なし！！\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"customer-voice\"\u003e\n      \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/custimer-29.jpg?cmsp_timestamp=20220624095213\" class=\"img-fluid d-block w-100 product-img\" alt=\"キャンプギアと並べられたバドミントンセット\"\u003e\n      \u003cp class=\"body-text\"\u003eキャンプのお供に必ず連れて行きます。普通のバトミントンは、風があると羽根飛ばないけど、これは風があっても飛んでくれて、楽しめるので、風のあるキャンプでも活躍してくれた頼もしいやつ！通常のバトミントンより持ち手も短くて、比較的当たりやすいと思うので、子供との遊びに良いかなと。我が家では大好きなギアと一緒に並べて、キャンプ場では必須の虫除けと一緒に、３段ラックに鎮座されてます。子供との触れ合いもできて、運動にもなって、おすすめです！\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"customer-voice\"\u003e\n      \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/customer57-1.jpg?cmsp_timestamp=20220623094223\" class=\"img-fluid d-block w-100 product-img\" alt=\"姉妹が楽しむ様子\"\u003e\n      \u003cp class=\"body-text\"\u003eめっちゃ飛ぶ！！！今までは、風あるからできないね...ってなってたけど、むしろ試したくなる楽しさ！少しの力でも思ってる以上に飛ぶから、初心者は練習必要だけど、アウトドアでこれを使ったら今までのラケットは持てないっす！練習してうまくなるぞーーっ！！\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eギャラリー\u003c\/h3\u003e\n    \u003cdiv class=\"gallery-grid\"\u003e\n      \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/talbot\/ob_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ニューカラー\"\u003e\n      \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/%CC%BE%BE%CEyj%2Cmj%2C%CC%A4%C0%DF%C4%EA-2.jpg?cmsp_timestamp=20210709081812\" class=\"img-fluid d-block w-100 product-img\" alt=\"カレーカラー\"\u003e\n      \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/talbot\/ob_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"コヨーテカラー\"\u003e\n      \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/%CC%BE%BE%CE%CC%A4rnt%C0%DF%C4%EA-2.jpg?cmsp_timestamp=20210709081925\" class=\"img-fluid d-block w-100 product-img\" alt=\"シャトル\"\u003e\n      \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/%CC%BE%BE%CE%CC%A4%C0%DFr%A4%F3ht%A4%F3%C4%EA-2.jpg?cmsp_timestamp=20210709082157\" class=\"img-fluid d-block w-100 product-img\" alt=\"公園での遊び\"\u003e\n      \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/talbot\/ob_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ヴィンテージカラー\"\u003e\n      \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/talbot\/ob_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラックカラー\"\u003e\n      \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/%CC%BE%BE%CE%CC%A4rgnghmn%C0%DF%C4%EA-2.jpg?cmsp_timestamp=20210709082545\" class=\"img-fluid d-block w-100 product-img\" alt=\"カスタマイズ\"\u003e\n      \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/talbot\/ob_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラック\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eブランドについて\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/product\/talbot_logo.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"タルボット・トロのロゴ\"\u003e\n    \u003cp class=\"body-text\"\u003eデレク・タルボットは1970年代のイギリスのバドミントン選手のトップで、バドミントンがオリンピック競技になるのに大きく貢献しました。スポーツ界を引退後「タルボット」社を設立しました。一方「トロ」社は1980年にハンブルグで設立されました。1992年、両社は合併し現在の「タルボット-トロ」社が出来ました。「タルボット-トロ」は中欧の高品質なレジャー用バドミントン市場でトップブランドとして認知されています。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\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 class=\"body-text\"\u003e以下のセットでお届けします。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/talbot\/ob_22.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"セット内容の寸法図\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e専用ラケット：2本\u003c\/li\u003e\n          \u003cli\u003eシャトル（羽根）：合計3個（スターター1個、レーサー2個）\u003c\/li\u003e\n          \u003cli\u003eシャトルケース：1個（専用シャトルが3個入ります）\u003c\/li\u003e\n          \u003cli\u003eキャリーケース（ストラップ、フッキング用ループ付き）\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 class=\"body-text\"\u003eラケットの各部サイズと素材情報です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e全長：545mm\u003c\/li\u003e\n          \u003cli\u003e厚さ：17.3mm\u003c\/li\u003e\n          \u003cli\u003eフレーム重量：165g\u003c\/li\u003e\n          \u003cli\u003e張り上げ重量：172g（個体差あり）\u003c\/li\u003e\n          \u003cli\u003eストリングテンション：11kg\u003c\/li\u003e\n          \u003cli\u003e素材：強化軽量アルミニウム製\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 class=\"body-text\"\u003e初心者向けのイエローシャトルです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eカラー：イエロー\u003c\/li\u003e\n          \u003cli\u003e特徴：入門用。レーサー（シャトル）に比べてスピードが出にくく、飛距離も短くなっています。\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 class=\"body-text\"\u003e上級者向けのオレンジシャトルです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eカラー：オレンジ\u003c\/li\u003e\n          \u003cli\u003e特徴：通常用。スターター（シャトル）に比べてスピード・飛距離が出ます。\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 class=\"body-text\"\u003eアウトドアバドミントンの主な特徴をご紹介します。\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\u003e2種類のシャトルでレベルアップに対応\u003c\/li\u003e\n          \u003cli\u003e専用シャトルケースとキャリーケースで持ち運びも安心\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 class=\"body-text\"\u003e本商品の管理コードです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード: 150645368\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e3,980円以上で送料無料！\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e標準4営業日目より順次発送（土日祝除く）\u003cbr\u003e※ご注文状況により商品お届けまでにお時間を要する場合がございます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Talbot-Torro","offers":[{"title":"オレンジレッド","offer_id":42252634357826,"sku":"161TTO4400-OGR","price":5940.0,"currency_code":"JPY","in_stock":false},{"title":"ヴィンテージ","offer_id":42252634390594,"sku":"161TTO4400-VIN","price":5940.0,"currency_code":"JPY","in_stock":false},{"title":"コヨーテ","offer_id":42252634423362,"sku":"161TTO4400-COY","price":5940.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック","offer_id":42252634456130,"sku":"161TTO4400-BLK","price":5940.0,"currency_code":"JPY","in_stock":false},{"title":"オリーブ","offer_id":42252634488898,"sku":"490110","price":5940.0,"currency_code":"JPY","in_stock":false},{"title":"ターコイズ","offer_id":42252634521666,"sku":"490120","price":5940.0,"currency_code":"JPY","in_stock":false},{"title":"ウィート","offer_id":42252634554434,"sku":"490111","price":5940.0,"currency_code":"JPY","in_stock":false},{"title":"カレー","offer_id":42252634587202,"sku":"490121","price":5940.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0614\/7440\/6466\/files\/150645368.jpg?v=1751385982"},{"product_id":"163232358","title":"【tactic】モルック オリジナルモデル","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf7; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Meiryo UI\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #444444;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e7963; \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-left: 6px solid #4d8f7b; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #444444; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #4d8f7b40 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 8px;\n      background-color: #fcfaf7; \n      color: #444444;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e7963; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fcfaf7; 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: #4d8f7b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; 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: #fcfaf7; color: #444444; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #4d8f7b; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e7963; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #4d8f7b; 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: #3e7963; margin-bottom: 12px; border-bottom: 1px solid #4d8f7b; 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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e7963; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #fcfaf7; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e7963; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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天然木の豊かな香りが心地よい空間を演出します。置いておくだけでもインテリアになる、\u003cstrong\u003e一番人気のオリジナルモデル\u003c\/strong\u003e。\u003cstrong\u003e上質なデザイン\u003c\/strong\u003eが、日常に遊び心をプラスしてくれることでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0614\/7440\/6466\/files\/163232358.jpg?v=1751385805\" alt=\"天然木のモルックセット\" class=\"img-fluid d-block w-100 product-img\"\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\u003cstrong\u003eモルック棒とスキットル\u003c\/strong\u003e、たったこれだけの道具で奥深い頭脳戦が繰り広げられます。\u003cstrong\u003e簡単なルール\u003c\/strong\u003eだから、\u003cstrong\u003e老若男女問わず\u003c\/strong\u003eすぐに夢中になれるはず。\u003cstrong\u003e芝生の上で\u003c\/strong\u003e、爽快なプレイを始めませんか。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0614\/7440\/6466\/files\/163232358_o4.jpg?v=1751385805\" alt=\"モルックのプレイ風景\" class=\"img-fluid d-block w-100 product-img\"\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\u003cstrong\u003e一投一投に熱中し、戦略を練る楽しさ\u003c\/strong\u003eが醍醐味です。狙い通りにスキットルが倒れる瞬間は、\u003cstrong\u003e言葉にできないほどの爽快感\u003c\/strong\u003e。\u003cstrong\u003e家族や仲間と、心ゆくまで盛り上がる特別な時間\u003c\/strong\u003eをお届けします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0614\/7440\/6466\/files\/163232358_o9.jpg?v=1751385805\" alt=\"モルックを楽しむ家族\" class=\"img-fluid d-block w-100 product-img\"\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\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の概要\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e日本代表を目指せる！！今大人気のニュースポーツ、モルックは、お子様から大人まで、今一番熱いスポーツとして注目されています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/mol-1.jpg?cmsp_timestamp=20210909101812\" alt=\"モルック\" class=\"img-fluid d-block w-100 product-img\"\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 class=\"body-text\"\u003eモルックは、モルック棒とスキットルのたった2種類のシンプルな道具で構成されています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/molminie-1.jpg?cmsp_timestamp=20210909101732\" alt=\"モルックのパーツ構成\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eモルック棒：投げる棒\u003c\/li\u003e\n                    \u003cli\u003eスキットル：1～12の数字が刻印された木製ピン（12本）\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 class=\"body-text\"\u003eモルックのルールは非常にシンプルなので、誰でもすぐに白熱したゲームを楽しめます！\u003c\/p\u003e\n                \u003cul class=\"step-list\"\u003e\n                    \u003cli\u003e\n                        \u003cdiv class=\"spec-img-full\"\u003e\n                            \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/moln-1.jpg?cmsp_timestamp=20210727145914\" alt=\"スキットルの並べ方\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"body-text\"\u003eスキットルを写真のように並べます。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cdiv class=\"spec-img-full\"\u003e\n                            \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/morule-2.jpg?cmsp_timestamp=20210727150157\" alt=\"モルック棒の投げ方\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"body-text\"\u003eモルッカーリを3-4mくらいの位置に置き、内側からモルック棒を投げます。3回続けてスキットルに当てられなかった場合、失格となります。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cdiv class=\"spec-img-full\"\u003e\n                            \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/morule2-2.jpg?cmsp_timestamp=20210727150437\" alt=\"複数倒れた場合の点数\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"body-text\"\u003e倒れた本数が点数です。この場合は3点！\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cdiv class=\"spec-img-full\"\u003e\n                            \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/morule4-2.jpg?cmsp_timestamp=20210727151324\" alt=\"1本だけ倒れた場合の点数\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"body-text\"\u003e1本だけ倒れたときは、そのスキットルに刻印のある数字が得点です。この場合は7点！\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cdiv class=\"spec-img-full\"\u003e\n                            \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/morule42.jpg?cmsp_timestamp=20210727151917\" alt=\"重なって倒れた場合の点数\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"body-text\"\u003e重なって倒れたときは、上のスキットルは倒れたとみなされません。この場合は一本だけ倒れたことになるので11点！\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cdiv class=\"spec-img-full\"\u003e\n                            \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/morule3-2.jpg?cmsp_timestamp=20210727150711\" alt=\"スキットルの立て直し方\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"body-text\"\u003e弾かれて飛んだスキットルは、倒れた位置に立てます。すると、投げるごとに感覚が開いていきます。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cdiv class=\"spec-img-full\"\u003e\n                            \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/morule22.jpg?cmsp_timestamp=20210727152225\" alt=\"勝利の条件\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"body-text\"\u003e遠く離れたスキットルも狙いつつ、50点ぴったりを目指しましょう！50点を超えると、25点までスコアを戻して試合は続きます。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e相手が狙いたいと思っているスキットルを狙って妨害したりと、頭脳戦も楽しいモルック。みんなで始めてみませんか？\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                \u003cp class=\"body-text\"\u003eモルックは、世代や性別、身体能力に関わらず、誰もが一緒に楽しめる懐の深いスポーツです。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/product\/point1.svg\" alt=\"ポイント1\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eモルック棒を投げるだけのシンプルなゲームなので、お子様からおじいちゃんおばあちゃんまで楽しめるのが大きな魅力。障がいのある方にも、みんなと一緒に楽しめるスポーツとして人気を集めています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/mollo-1.jpg?cmsp_timestamp=20210909130836\" alt=\"老若男女が楽しむモルック\" class=\"img-fluid d-block w-100 product-img\"\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 class=\"body-text\"\u003e当店の一番人気モデルは、天然木の温もりと洗練されたデザインが特長です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/www.lbcweb.jp\/greensummit\/product\/point2.svg\" alt=\"ポイント2\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e木箱の香りに癒され、置いておくだけでも絵になるおしゃれなモデル。インテリアとしても楽しめる、こだわり抜いたデザインです。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/moloooo-1.jpg?cmsp_timestamp=20210909130441\" alt=\"モルックオリジナルモデル\" class=\"img-fluid d-block w-100 product-img\"\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 class=\"body-text\"\u003e製品や、モルッカーの皆さんから寄せられたお写真を紹介します。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/molmo-2.jpg?cmsp_timestamp=20210727154727\" alt=\"野原に立つモルック\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003eなんだか野原に立っている妖精のよう......写真を撮っても可愛いですね。\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/mol2-3.jpg?cmsp_timestamp=20210726171123\" alt=\"子供が持つモルック\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003eこんな小さなお子様でも軽々持てる♪※必ず保護者付き添いの元プレーしてください。\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/kizu-1.jpg?cmsp_timestamp=20210726171012\" alt=\"天然木の風合い\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003e天然木ならではの味があります。\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/molt-1.jpg?cmsp_timestamp=20210726171429\" alt=\"大人も熱中するモルック\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003e大人も本気になってしまう！奥が深いスポーツです。※使用しているのはノーマルモデル。\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01447\/667\/etc\/play-1.jpg?cmsp_timestamp=20210729145722\" alt=\"戦略を練るモルッカー\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003eしっかり戦略をたてます。頭脳戦が熱い！\u003c\/p\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 class=\"body-text\"\u003e本商品の管理番号です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: 163232358\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e製品には天然木が使用されている特性上、一点一点の色合いや状態には若干の誤差がございますので予めご了承ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"molkky（モルック）","offers":[{"title":"Default Title","offer_id":42252597723202,"sku":null,"price":8998.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0614\/7440\/6466\/files\/163232358.jpg?v=1751385805"}],"url":"https:\/\/nocca-by-green-summit.we-shop.jp\/collections\/%e3%82%a2%e3%82%a6%e3%83%88%e3%83%89%e3%82%a2%e3%83%95%e3%82%a1%e3%83%9f%e3%83%aa%e3%83%bc%e3%82%b2%e3%83%bc%e3%83%a0-1.oembed","provider":"LBC","version":"1.0","type":"link"}