{"product_id":"c200","title":"名入れ マグカップ 前入り プレゼント 真空断熱 保温 保冷 ステンレス 名彫刻 刻印 コーヒー カップ コップ おしゃれ ビールグラス 父の日 母の日 還暦祝い 退職 誕生日 男性 女性 幼稚園 ギフト 200ml C200","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: \"Shippori Mincho\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1C1C1C;\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 #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1C1C1C; \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: 5px solid #1C1C1C; border-bottom: 1px solid #DDDDDD; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1C1C1C; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666565; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px 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%, #A6907140 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 #DDDDDD;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #1C1C1C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1C1C1C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; 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: #A69071; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #FFFFFF; color: #1C1C1C; 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: #A69071; 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: #666565; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1C1C1C; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666565; 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: #A69071; 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: #1C1C1C; margin-bottom: 12px; border-bottom: 1px solid #A69071; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1C1C1C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F9F9F9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1C1C1C; 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  \u003c!-- 商品解説セクション (Main) --\u003e\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を。お名前や記念日を刻むことで、贈る方の想いが伝わるパーソナルなアイテムが完成します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0601\/3655\/4581\/files\/65_200mag_rnnn.jpg?v=1769672240\" 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が、淹れたての温かさも、冷たい飲み物の清涼感も長時間キープ。快適な飲み心地が、日々のひとときを豊かに彩ります。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0601\/3655\/4581\/files\/65_200mag_p1new_9962ff17-bb34-48b3-9990-f04650496c98.jpg?v=1769672240\" 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      15年以上の経験を持つ職人が、\u003cstrong\u003eサンドブラスト\u003c\/strong\u003eで一点ずつ心を込めて彫刻しています。手に取るたび、その確かな技術と温もりが伝わる逸品です。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0601\/3655\/4581\/files\/imgrc0123445693_00c5c5c9-18e6-421d-b066-646e5cca5088.jpg?v=1769672240\" 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  \u003c!-- スペック・詳細セクション (Specs) --\u003e\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\u003e15年以上の経験を持つ職人による\u003cstrong\u003eサンドブラスト彫刻\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eハンドメイド\u003c\/strong\u003eで一つずつ丁寧に仕上げる温もり\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e真空断熱構造\u003c\/strong\u003eで温かさ・冷たさを長時間キープ\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/image.rakuten.co.jp\/choukokudo2nd\/cabinet\/kyotu\/6_dannetu.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:\/\/image.rakuten.co.jp\/choukokudo2nd\/cabinet\/kyotu\/12_siage.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\u003eお好みに合わせて選べる多彩な書体とワンポイントデザインをご用意しています。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/image.rakuten.co.jp\/choukokudo2nd\/cabinet\/kyotu\/7_mihon_yoko.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:\/\/image.rakuten.co.jp\/choukokudo2nd\/cabinet\/kyotu\/8_syotai_kanban.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:\/\/image.rakuten.co.jp\/choukokudo2nd\/cabinet\/kyotu\/imgrc0123445748.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:\/\/image.rakuten.co.jp\/choukokudo2nd\/cabinet\/kyotu\/10_onepoint_yoko.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:\/\/image.rakuten.co.jp\/choukokudo2nd\/cabinet\/kyotu\/16_hiduke.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日付書体見本\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e名入れイメージは以下のツールでもご確認いただけます。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003ca href=\"https:\/\/link.rakuten.co.jp\/0\/120\/143\/\" target=\"_blank\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/choukokudo2nd\/cabinet\/kyotu\/15_tool_c_rakuten.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れイメージ確認ツールへのリンク\"\u003e\n        \u003c\/a\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\u003e商品の基本情報です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e容量: 200ml\u003c\/li\u003e\n        \u003cli\u003e素材: ステンレス\u003c\/li\u003e\n        \u003cli\u003e商品コード: C200\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/image.rakuten.co.jp\/choukokudo2nd\/cabinet\/cho\/65_200mag_p1new.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\u003e大切な方への贈り物として、幅広いシーンで喜ばれるパーソナルギフトです。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e長寿のお祝いに\u003c\/strong\u003e\n          \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e還暦（60歳）、古希（70歳）、喜寿（77歳）、傘寿（80歳）、米寿（88歳）、卒寿（90歳）、白寿（99歳）、百寿（100歳）、茶寿（108歳）\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eお祝い・御祝・贈答品に\u003c\/strong\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\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e各種記念日に\u003c\/strong\u003e\n          \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e誕生日プレゼント、結婚記念日（金婚式、銀婚式）、初節句、七五三、入社式、成人式\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e感謝の気持ちを込めて\u003c\/strong\u003e\n          \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e恩師、先生、監督、コーチへの感謝の品として\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eイベントや景品に\u003c\/strong\u003e\n          \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e歓迎会、送別会、同窓会、コンペ、パーティのサプライズプレゼント、景品、賞品として\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/image.rakuten.co.jp\/choukokudo2nd\/cabinet\/kyotu\/imgrc0123445693.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\u003e当店の商品は全て\u003cstrong\u003eラッピング無料\u003c\/strong\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      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/image.rakuten.co.jp\/choukokudo2nd\/cabinet\/kyotu\/14_rap.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:\/\/image.rakuten.co.jp\/choukokudo2nd\/cabinet\/kyotu\/20_tokkyu_gift.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\u003eご注文からお届けまでの目安は以下の画像をご参照ください。大量注文の場合は、事前にお問い合わせください。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/image.rakuten.co.jp\/choukokudo2nd\/cabinet\/kyotu\/19_meyasu.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"納期目安表\"\u003e\n      \u003c\/div\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e数量が多い場合の納期は事前にご相談ください。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注文に関する注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003eご注文前に「\u003cstrong\u003e迷惑メール設定\u003c\/strong\u003e」をOFFにしてください。当店からのメールが受け取れない場合、納期遅延やその他トラブルについて当店では責任を負いかねます。\u003c\/li\u003e\n      \u003cli\u003e当商品はオーダーメイド名入れ彫刻の特性上、制作に入ってからの\u003cstrong\u003eご注文内容の変更は出来かねます\u003c\/strong\u003e。\u003c\/li\u003e\n      \u003cli\u003e商品発送後のイメージ違い等、\u003cstrong\u003eお客様都合でのご返品・交換は承りかねます\u003c\/strong\u003e。ご注文前に名入れイメージ確認ツールをご利用ください。\u003c\/li\u003e\n      \u003cli\u003e商品画像はイメージサンプルです。お使いのモニター環境により、色合い等に差異が生じる場合がございます。\u003c\/li\u003e\n      \u003cli\u003e食洗器対応商品には一番目画像に「食洗器対応」と記載しております。記載のない商品は\u003cstrong\u003e食洗器には対応しておりません\u003c\/strong\u003e。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社ケイシップ","offers":[{"title":"Default Title","offer_id":42105363595349,"sku":null,"price":2480.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0601\/3655\/4581\/files\/65_200mag_rnnn.jpg?v=1769672240","url":"https:\/\/ikkoku-ichie.we-shop.jp\/products\/c200","provider":"一刻一詠（いっこくいちえ）","version":"1.0","type":"link"}