{"product_id":"182669250","title":"【オーダー製作】アウストラ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #252120; \n      font-family: \"Zen Old Mincho\", \"Nunito\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #FFFFFF;\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 #464241;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #FFFFFF; \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 #B69F86; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #FFFFFF; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #FFFFFF; \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: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B69F8640 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 #464241;\n      border-radius: 0px;\n      background-color: #252120; \n      color: #FFFFFF;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #FFFFFF; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #252120; 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: #B69F86; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #464241; 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: #252120; color: #FFFFFF; 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: #B69F86; 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: #FFFFFF; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #FFFFFF; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #FFFFFF; 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: #B69F86; 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: #FFFFFF; margin-bottom: 12px; border-bottom: 1px solid #B69F86; 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 #464241; th, td { padding: 12px 8px; border: 1px solid #464241; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #FFFFFF; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #464241; background: #2F2B2A; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #FFFFFF; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練を纏うアウストラ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e「アウストラ」は、上質な素材のコントラストと優美なフォルムが、持つ人の\u003cstrong\u003e品格\u003c\/strong\u003eを引き上げます。ビジネスから特別な一日まで、あらゆるシーンで揺るぎない存在感を放ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/182669250.jpg?v=1740639649\" 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メインのアラスカ革は使い込むほどに深い色艶を増し、あなただけの歴史を紡ぎます。底芯構造が柔らかな美しさを保ちつつ、\u003cstrong\u003e自立する安定感\u003c\/strong\u003eで、日々の所作にゆとりをもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/182669250_o3.jpg?v=1740639649\" 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触れるたびに心が満たされるスエードの裏地は、優雅な空間を演出します。\u003cstrong\u003eマグネット開閉\u003c\/strong\u003eと内ポケットは、必要なものをスマートに取り出せるよう、細部まで計算された設計です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/182669250_o4.jpg?v=1740639649\" 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    \u003cdiv style=\"position: relative; padding-bottom: 56.25%;\"\u003e\u003ciframe style=\"position: absolute; top: 20px; left: 0; width: 100%; height: 100%;\" src=\"https:\/\/www.youtube.com\/embed\/U3mzrR9Tf1Q?si=VFEP2EMer8SxNymk\" 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\u003c\/div\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日常に華を添え、特別な存在感を演出する「Austra（アウストラ）」は、従来のショルダートートをさらに進化させたラグジュアリーバッグです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e底芯構造\u003c\/strong\u003eにより、柔らかな美しさを保ちつつ、持ち運び時の安定感が向上\u003c\/li\u003e\n          \u003cli\u003eワックス仕上げの「アラスカ」と、シボ感が特徴の「ヴァケッタ800」の組み合わせが\u003cstrong\u003e上質な素材感\u003c\/strong\u003eを引き立てる\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マグネット開閉により、荷物の出し入れがスムーズで\u003cstrong\u003eスマートな行動\u003c\/strong\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ショルダートートの柔らかなシルエットを保ちつつ、底芯構造により\u003cstrong\u003e鞄が自立し安定\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003eバッグの幅を広く設計し、\u003cstrong\u003e持ち物をゆとりを持って収納\u003c\/strong\u003eできる万能デザイン\u003c\/li\u003e\n          \u003cli\u003e「ヴァケッタ800」のシボ感と異なる色調が、シンプルながらも\u003cstrong\u003e華やかな存在感\u003c\/strong\u003eを演出\u003c\/li\u003e\n          \u003cli\u003eハンドルの平デザインと絶妙な取り付け角度が、持つ人の体に自然と寄り添い\u003cstrong\u003e唯一無二の持ち心地\u003c\/strong\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ショッピングや旅行、出張など、あらゆるシーンで\u003cstrong\u003e頼れる存在\u003c\/strong\u003eとして常に寄り添う\u003c\/li\u003e\n          \u003cli\u003e「アラスカ」のワックスが時を重ねるごとに馴染み、内から現れる色合いが\u003cstrong\u003eあなただけの物語を紡ぐ\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003eこのバッグが、あなたの成長と共に深まり、\u003cstrong\u003e唯一無二の存在\u003c\/strong\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=\"basic-list\"\u003e\n          \u003cli\u003e本体サイズ：横４０cm × 縦３６cm × 厚み１０cm\u003c\/li\u003e\n          \u003cli\u003eハンドル長さ：２７cm\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=\"basic-list\"\u003e\n          \u003cli\u003eメイン素材：アラスカ\u003c\/li\u003e\n          \u003cli\u003eアクセント素材：ヴァケッタ800\u003c\/li\u003e\n          \u003cli\u003e裏地：スエード\u003c\/li\u003e\n          \u003cli\u003e内ポケット：1箇所\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=\"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        \u003cp class=\"body-text\"\u003e原則として、上記のカラーでのオーダーとなります。その他の組み合わせをご希望の場合は、ご注文時にカート画面の備考欄よりお伝えください。\u003c\/p\u003e\n        \u003cp class=\"body-text text-danger\"\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        \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        \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/katsuyuki-t.shop-pro.jp\/?pid=181923432\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e詳細はこちら（北海道神宮でのご祈祷サービス）\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\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    \u003cp class=\"body-text\"\u003eご注文後、２営業日以内に職人より納期のご案内メールをお送りします。\u003c\/p\u003e\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      \u003cli\u003e受注は先着順となります。お早めにご注文ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"body-text\"\u003eご質問やカスタマイズのご希望がございましたら、お気軽にお問い合わせください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"leather works","offers":[{"title":"注文後に相談","offer_id":41974196731986,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ","offer_id":41974196764754,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ターコイズブルー","offer_id":41974196797522,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブルー","offer_id":41974196830290,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック","offer_id":41974196863058,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"イエロー","offer_id":41974196895826,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン","offer_id":41974196928594,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/182669250.jpg?v=1740639649","url":"https:\/\/leather-works.we-shop.jp\/products\/182669250","provider":"leather works","version":"1.0","type":"link"}