{"product_id":"fg-da07_2","title":"[Auction starts June 20th at 8 PM JST, ¥1, ends June 25th at 11 PM JST] Daiwa 25 Saltiga 30000P Large Spinning Reel","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n:root {\n  --sg-bg: #06090c;\n  --sg-panel: #0b1014;\n  --sg-panel-dark: #000000;\n  --sg-turq: #00ced1;\n  --sg-turq-glow: rgba(0, 206, 209, 0.4);\n  --sg-line: rgba(0, 206, 209, 0.25);\n  --sg-line-soft: rgba(255, 255, 255, 0.08);\n  --sg-red: #d31111;\n  --sg-yellow: #eaff00; \/* オークション用強調カラー *\/\n  --sg-ink: #ffffff;\n  --sg-ink-muted: #94a3b8;\n  \n  --font-display: \"Anton\", \"Impact\", sans-serif;\n  --font-serif: \"Playfair Display\", Georgia, serif;\n  --font-mono: \"Roboto Mono\", monospace;\n  --font-jp: \"Noto Sans JP\", sans-serif;\n}\n\n\/* センターずれ防止・フルワイド化 *\/\n.sg-product-wrapper *,\n.sg-product-wrapper *::before,\n.sg-product-wrapper *::after {\n  box-sizing: border-box;\n}\n\n.sg-product-wrapper {\n  width: 100vw;\n  max-width: 100vw;\n  margin-left: calc(50% - 50vw);\n  margin-right: calc(50% - 50vw);\n  background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/2562\/4261\/files\/kabe5.jpg?v=1778480355');\n  background-size: cover;\n  background-position: center;\n  background-attachment: fixed;\n  color: var(--sg-ink);\n  font-family: var(--font-jp);\n  -webkit-font-smoothing: antialiased;\n  line-height: 1.8;\n  letter-spacing: 0.05em;\n  padding: 80px 0;\n  overflow-x: hidden;\n  position: relative;\n}\n\n\/* 背景を少しダークに引き締めて視認性を確保 *\/\n.sg-product-wrapper::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: rgba(5, 7, 10, 0.85);\n  z-index: 1;\n  pointer-events: none;\n}\n\n.sg-inner {\n  position: relative;\n  z-index: 2;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 40px;\n}\n\n\/* -------------------------------------\n   NOISE GLITCH VIDEO HERO\n-------------------------------------- *\/\n.sg-hero-viewport {\n  position: relative;\n  width: 100%;\n  height: 60vh;\n  min-height: 450px;\n  background: #000;\n  border: 1px solid var(--sg-line);\n  overflow: hidden;\n  margin-bottom: 60px;\n  box-shadow: 0 25px 60px rgba(0,0,0,0.8);\n}\n\n.sg-hero-video {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  filter: contrast(1.2) brightness(0.9) saturate(1.1);\n}\n\n\/* シネマティックスキャン・ノイズオーバーレイ *\/\n.sg-noise-overlay {\n  position: absolute;\n  inset: 0;\n  z-index: 3;\n  pointer-events: none;\n  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));\n  background-size: 100% 4px, 6px 100%;\n}\n\n\/* 走査線ノイズアニメーション *\/\n.sg-scanline {\n  position: absolute;\n  top: 0; left: 0; width: 100%; height: 100%;\n  background: linear-gradient(to bottom, transparent 0%, rgba(0, 206, 209, 0.08) 10%, transparent 20%);\n  z-index: 4;\n  animation: sgScanline 6s linear infinite;\n}\n\n.sg-hero-content {\n  position: absolute;\n  left: 40px; bottom: 40px;\n  z-index: 5;\n  max-width: 800px;\n}\n\n\/* オークション用特別バッジ *\/\n.sg-auction-badge {\n  display: inline-block;\n  background: var(--sg-red);\n  color: #fff;\n  font-family: var(--font-display);\n  font-size: 14px;\n  padding: 4px 15px;\n  letter-spacing: 0.2em;\n  transform: skewX(-12deg);\n  margin-bottom: 15px;\n  box-shadow: 0 0 15px rgba(211, 17, 17, 0.6);\n}\n.sg-auction-badge span {\n  display: inline-block;\n  transform: skewX(12deg);\n}\n\n.sg-kicker {\n  font-family: var(--font-mono);\n  font-size: 12px;\n  color: var(--sg-turq);\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  display: block;\n  margin-bottom: 10px;\n  text-shadow: 0 0 10px var(--sg-turq-glow);\n}\n\n.sg-main-title {\n  margin: 0;\n  font-family: var(--font-display);\n  font-size: clamp(2.5rem, 6vw, 4.8rem);\n  line-height: 0.9;\n  text-transform: uppercase;\n  letter-spacing: 0.02em;\n}\n\n.sg-main-title em {\n  font-family: var(--font-serif);\n  font-style: italic;\n  font-weight: 900;\n  color: var(--sg-red);\n}\n\n\/* -------------------------------------\n   INTRODUCTION \u0026 CORE VALUE\n-------------------------------------- *\/\n.sg-intro-grid {\n  display: grid;\n  grid-template-columns: 1.1fr 0.9fr;\n  gap: 50px;\n  align-items: center;\n  margin-bottom: 80px;\n}\n\n.sg-lead-text h2 {\n  font-size: clamp(1.5rem, 2.5vw, 2rem);\n  font-weight: 900;\n  line-height: 1.4;\n  margin: 0 0 25px 0;\n  border-left: 4px solid var(--sg-red);\n  padding-left: 20px;\n}\n\n.sg-lead-p {\n  font-size: 1.05rem;\n  color: var(--sg-ink-muted);\n  text-align: justify;\n  margin-bottom: 25px;\n}\n\n.sg-lead-p strong {\n  color: #ffffff;\n}\n\n\/* -------------------------------------\n   SPECIFICATION BLUEPRINT TABLE (SIMPLE BLACK)\n-------------------------------------- *\/\n.sg-blueprint-box {\n  background: var(--sg-panel-dark);\n  border: 1px solid var(--sg-line);\n  padding: 40px;\n  margin-bottom: 80px;\n  box-shadow: 0 30px 70px rgba(0,0,0,0.6);\n}\n\n.sg-blueprint-box h3 {\n  font-family: var(--font-mono);\n  font-size: 13px;\n  color: var(--sg-turq);\n  letter-spacing: 0.2em;\n  margin: 0 0 25px 0;\n  text-transform: uppercase;\n}\n\n.sg-table {\n  width: 100%;\n  border-collapse: collapse;\n}\n\n.sg-table tr {\n  border-bottom: 1px solid var(--sg-line-soft);\n}\n\n.sg-table th, .sg-table td {\n  padding: 16px 15px;\n  text-align: left;\n  font-size: 14px;\n  background: transparent !important;\n}\n\n.sg-table th {\n  font-family: var(--font-mono);\n  color: var(--sg-turq);\n  font-weight: normal;\n  width: 40%;\n}\n\n.sg-table td {\n  font-weight: bold;\n  color: #ffffff;\n}\n\n\/* -------------------------------------\n   AUCTION PRICE \u0026 INFO SECTION\n-------------------------------------- *\/\n.sg-auction-panel {\n  margin-top: 40px;\n  padding: 30px;\n  background: rgba(211, 17, 17, 0.05); \/* 赤みがかった背景でオークションを強調 *\/\n  border: 1px solid rgba(211, 17, 17, 0.4);\n  border-radius: 4px;\n  text-align: center;\n}\n\n.sg-auction-retail {\n  font-size: 14px;\n  color: var(--sg-ink-muted);\n  text-decoration: line-through;\n  margin-bottom: 15px;\n  letter-spacing: 0.1em;\n}\n\n.sg-auction-price {\n  font-family: var(--font-display);\n  font-size: clamp(3.5rem, 8vw, 5.5rem);\n  color: var(--sg-yellow);\n  line-height: 1;\n  text-shadow: 0 0 20px rgba(234, 255, 0, 0.3);\n  margin-bottom: 20px;\n  animation: sgPulse 2s infinite alternate;\n}\n.sg-auction-price small {\n  font-family: var(--font-jp);\n  font-size: clamp(1.2rem, 3vw, 1.8rem);\n  color: #fff;\n  margin-left: 10px;\n  text-shadow: none;\n}\n\n.sg-auction-schedule {\n  display: inline-flex;\n  justify-content: center;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 15px;\n  margin-bottom: 25px;\n  font-size: 16px;\n  font-weight: bold;\n  color: #fff;\n  background: rgba(0,0,0,0.6);\n  padding: 12px 20px;\n  border: 1px dashed var(--sg-turq);\n}\n.sg-auction-schedule span.date { color: var(--sg-turq); font-family: var(--font-display); font-size: 20px; letter-spacing: 0.05em;}\n.sg-auction-schedule span.div { color: var(--sg-red); }\n\n.sg-auction-notes {\n  text-align: left;\n  background: rgba(0,0,0,0.4);\n  padding: 20px;\n  font-size: 13px;\n  line-height: 1.8;\n  color: #ddd;\n  display: inline-block;\n  max-width: 800px;\n  margin: 0 auto;\n}\n.sg-auction-notes ul { margin: 0; padding-left: 20px; }\n.sg-auction-notes li { margin-bottom: 8px; }\n.sg-auction-notes li:last-child { margin-bottom: 0; }\n.sg-auction-notes strong { color: var(--sg-yellow); }\n\n\/* -------------------------------------\n   TECHNICAL SHOWCASE (2 COLUMNS)\n-------------------------------------- *\/\n.sg-tech-headline {\n  width: 100%;\n  margin-bottom: 40px;\n  border: 1px solid var(--sg-line-soft);\n}\n.sg-tech-headline img {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n.sg-showcase-row {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 50px;\n  align-items: center;\n  margin-bottom: 80px;\n}\n\n.sg-showcase-row.reverse {\n  direction: rtl;\n}\n.sg-showcase-row.reverse \u003e * {\n  direction: ltr;\n}\n\n.sg-showcase-media {\n  border: 1px solid var(--sg-line-soft);\n  box-shadow: 0 20px 50px rgba(0,0,0,0.5);\n  background: #000;\n  overflow: hidden;\n  min-width: 0; \/* はみ出し防止 *\/\n}\n\n.sg-showcase-media img {\n  width: 100%;\n  height: auto;\n  display: block;\n  transition: transform 0.6s ease;\n}\n\n.sg-showcase-media:hover img {\n  transform: scale(1.03);\n}\n\n.sg-showcase-info h4 {\n  font-size: 1.4rem;\n  font-weight: 900;\n  margin: 0 0 15px 0;\n  color: #ffffff;\n  letter-spacing: 0.05em;\n}\n\n.sg-showcase-info p {\n  font-size: 0.98rem;\n  color: var(--sg-ink-muted);\n  text-align: justify;\n  margin: 0;\n}\n\n\/* -------------------------------------\n   SLP PLUS AFTER SERVICE SECTION\n-------------------------------------- *\/\n.sg-slp-box {\n  background: var(--sg-panel-dark);\n  border: 1px solid var(--sg-line);\n  padding: 40px;\n  margin-bottom: 80px;\n  box-shadow: 0 30px 70px rgba(0,0,0,0.6);\n  position: relative;\n}\n\n.sg-slp-header {\n  border-bottom: 1px solid var(--sg-line-soft);\n  padding-bottom: 20px;\n  margin-bottom: 25px;\n}\n\n.sg-slp-header h4 {\n  font-family: var(--font-display);\n  font-size: 2.2rem;\n  color: #ffffff;\n  letter-spacing: 0.1em;\n  margin: 0 0 5px 0;\n}\n\n.sg-slp-header p {\n  font-size: 1rem;\n  font-weight: bold;\n  color: var(--sg-turq);\n  margin: 0;\n}\n\n.sg-slp-content h5 {\n  font-size: 1.1rem;\n  color: #ffffff;\n  margin: 0 0 15px 0;\n  border-left: 3px solid var(--sg-red);\n  padding-left: 15px;\n}\n\n.sg-slp-list {\n  list-style: none;\n  padding: 0;\n  margin: 0 0 20px 0;\n}\n\n.sg-slp-list li {\n  font-size: 0.95rem;\n  color: #ffffff;\n  margin-bottom: 8px;\n  font-weight: bold;\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n}\n\n.sg-slp-list li span {\n  color: var(--sg-turq);\n  font-family: var(--font-mono);\n}\n\n.sg-slp-notes {\n  font-size: 0.85rem;\n  color: var(--sg-ink-muted);\n  margin-bottom: 30px;\n  line-height: 1.6;\n}\n\n.sg-slp-notes p {\n  margin: 0 0 4px 0;\n}\n\n.sg-slp-desc {\n  font-size: 0.95rem;\n  color: #ffffff;\n  line-height: 1.8;\n  margin-bottom: 25px;\n  text-align: justify;\n}\n\n.sg-slp-desc strong {\n  color: var(--sg-turq);\n}\n\n.sg-slp-btn {\n  display: inline-block;\n  padding: 15px 35px;\n  background: transparent;\n  color: var(--sg-turq) !important;\n  border: 1px solid var(--sg-turq);\n  text-decoration: none;\n  font-weight: bold;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  transition: all 0.3s ease;\n  font-size: 0.9rem;\n}\n\n.sg-slp-btn:hover {\n  background: var(--sg-turq);\n  color: #000000 !important;\n}\n\n\/* -------------------------------------\n   ANIMATIONS \u0026 RESPONSIVE\n-------------------------------------- *\/\n@keyframes sgScanline {\n  0% { top: -100%; }\n  100% { top: 100%; }\n}\n@keyframes sgPulse {\n  0% { transform: scale(1); }\n  100% { transform: scale(1.02); }\n}\n\n@media (max-width: 980px) {\n  .sg-intro-grid, .sg-showcase-row, .sg-showcase-row.reverse {\n    grid-template-columns: 1fr;\n    gap: 30px;\n    direction: ltr;\n  }\n  .sg-hero-viewport {\n    height: 45vh;\n  }\n  .sg-hero-content {\n    left: 20px; bottom: 20px;\n  }\n  .sg-blueprint-box, .sg-slp-box {\n    padding: 25px 20px;\n  }\n  .sg-auction-schedule {\n    flex-direction: column;\n    gap: 5px;\n  }\n  .sg-auction-schedule span.div { display: none; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"sg-product-wrapper\"\u003e\n\n\u003cdiv class=\"sg-inner\"\u003e\n\n\n\u003cheader class=\"sg-hero-viewport\"\u003e\n\u003cdiv class=\"sg-noise-overlay\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"sg-scanline\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cvideo class=\"sg-hero-video\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n        \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9c4a641b2c8c43319b0fe3df59e28de0.mp4\" type=\"video\/mp4\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n\u003cdiv class=\"sg-hero-content\"\u003e\n\n\u003cdiv class=\"sg-auction-badge\"\u003e\u003cspan\u003eSPECIAL AUCTION\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cspan class=\"sg-kicker\"\u003eSALTIGA HEAVY SPEC \/\/ BREAK YOUR RECORD\u003c\/span\u003e\n\u003ch1 class=\"sg-main-title\"\u003e25 SALTIGA \u003cem\u003e30000-P\u003c\/em\u003e\n\n\u003c\/h1\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/header\u003e\n\n\u003csection class=\"sg-intro-grid\"\u003e\n\u003cdiv class=\"sg-lead-text\"\u003e\n\n\u003ch2\u003eThe ultimate answer for 300kg bluefin tuna.\u003cbr\u003eThe strongest monster spec in SALTIGA history.\u003c\/h2\u003e\n\n\u003cp class=\"sg-lead-p\"\u003eTo reliably and safely land giant fish beyond expectations. The 30000-class reel, the first of its kind from DAIWA, highly anticipated by big game anglers worldwide, was born as an \"infrastructure\" with a completely dedicated design, eliminating the reuse of existing sizes.\u003c\/p\u003e\n\n\u003cp class=\"sg-lead-p\"\u003eThe first hurdle presented to the development team was the astounding line capacity of PE12 400m and PE15 300m, allowing anglers to confidently battle giant fish. This signifies not merely an enlargement, but a complete and advanced armament of superb power, rigidity, and durability for casting with heavy lines.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sg-showcase-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/2562\/4261\/files\/pro.jpg?v=1781490404\" alt=\"DAIWA 25 SALTIGA 30000-P\"\u003e\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection class=\"sg-blueprint-box\"\u003e\n\u003ch3\u003eTactical Blueprint Spec\u003c\/h3\u003e\n\n\u003ctable class=\"sg-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eItem \/ Item Name\u003c\/th\u003e\n\n\u003ctd\u003e25 SALTIGA 30000-P\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eWeight \/ Standard Weight\u003c\/th\u003e\n\n\u003ctd\u003e1060 g\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eRetrieve \/ Line Retrieve Length\u003c\/th\u003e\n\n\u003ctd\u003e125 cm (per handle rotation)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eGear Ratio \/ Gear Ratio\u003c\/th\u003e\n\n\u003ctd\u003e4.4 (Power Gear Specification)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eLine Capacity \/ Standard Line Capacity PE\u003c\/th\u003e\n\n\u003ctd\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003ePE12 - 400m \/ PE15 - 300m\u003c\/span\u003e\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eMax Drag \/ Max Drag Power\u003c\/th\u003e\n\n\u003ctd\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003e30 kg (dedicated DRD 10-washer system)\u003c\/span\u003e\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eBearing \/ Bearings (Ball\/Roller)\u003c\/th\u003e\n\n\u003ctd\u003e14 \/ 1 (BB count: 14)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eHandle Length \/ Handle Knob Spec\u003c\/th\u003e\n\n\u003ctd\u003e95 mm \/ HG Egg Knob (high-rigidity machined aluminum)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eBody Material \/ Body Material\u003c\/th\u003e\n\n\u003ctd\u003eAL (high-strength aluminum Monocoque Body)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\n\u003cdiv class=\"sg-auction-panel\"\u003e\n\n  \u003cdiv class=\"sg-auction-retail\"\u003eManufacturer's suggested retail price: ¥220,000 (tax included)\u003c\/div\u003e\n\n  \u003cdiv class=\"sg-auction-price\"\u003eStarts at 1\u003csmall\u003eyen\u003c\/small\u003e\n\n\u003c\/div\u003e\n\n  \n  \u003cdiv class=\"sg-auction-schedule\"\u003e\n\n    \u003cdiv\u003eSTART: \u003cspan class=\"date\"\u003e6\/20 20:00\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n    \u003cspan class=\"div\"\u003e▶︎\u003c\/span\u003e\n    \u003cdiv\u003eEND: \u003cspan class=\"date\"\u003e6\/25 23:00\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"sg-auction-notes\"\u003e\n\n    \u003cul\u003e\n\n      \u003cli\u003eYou can bid by \u003cstrong\u003elogging in as a member\u003c\/strong\u003e.\u003c\/li\u003e\n\n      \u003cli\u003eThe product condition is \u003cstrong\u003e\"New and Unused\"\u003c\/strong\u003e.\u003c\/li\u003e\n\n      \u003cli\u003eSuccessful bidders will be notified by email.\u003c\/li\u003e\n\n      \u003cli\u003ePlease complete payment within \u003cstrong\u003e48 hours\u003c\/strong\u003e of receiving the email.\u003c\/li\u003e\n\n      \u003cli\u003ePlease check the product details and specifications before bidding.\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003cdiv class=\"sg-tech-headline\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/2562\/4261\/files\/tec_title.jpg?v=1781490404\" alt=\"SALTIGA 30000 Technology\"\u003e\u003c\/div\u003e\n\n\n\u003csection class=\"sg-showcase-row\"\u003e\n\u003cdiv class=\"sg-showcase-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/2562\/4261\/files\/spool.jpg?v=1781490403\" alt=\"30000 dedicated drag system\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"sg-showcase-info\"\u003e\n\n\u003ch4\u003e\"30000-specific design\" with no shared components.\u003cbr\u003eAbsolute balance for casting.\u003c\/h4\u003e\n\n\u003cp\u003eWe have not taken the \"stopgap\" approach of using a 25000-sized body and merely enlarging the spool. Our focus has been on practicality for tuna casting. We have thoroughly pursued weight balance as it relates to increased size, achieving both accurate, wobble-free full casting and smooth line release loops, comparable to the 20000 and 25000 sizes.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection class=\"sg-showcase-row reverse\"\u003e\n\u003cdiv class=\"sg-showcase-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/2562\/4261\/files\/spool_im.jpg\" alt=\"LC-ABS SW Spool\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"sg-showcase-info\"\u003e\n\n\u003ch4\u003eLC-ABS SW Long Spool\u003cbr\u003eMinimizes resistance when casting thick lines.\u003c\/h4\u003e\n\n\u003cp\u003eCompared to the 25000's 85mm diameter, the 30000's diameter is only slightly increased to 90mm. Instead, it features a long spool design with an additional 10mm in height. This dramatically reduces the loop size during release when using ultra-thick lines such as PE12 and PE15, minimizing interference with rod guides and casting resistance.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection class=\"sg-showcase-row\"\u003e\n\u003cdiv class=\"sg-showcase-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/2562\/4261\/files\/rotor_im.jpg?v=1781490403\" alt=\"POWERDRIVE ROTOR\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"sg-showcase-info\"\u003e\n\n\u003ch4\u003ePOWERDRIVE ROTOR\u003cbr\u003eLight reeling start, belying its ultra-large size.\u003c\/h4\u003e\n\n\u003cp\u003eOur unique rotor shape pursues a rational spherical form, pushing high rigidity and reduced inertia (low inertia) to the extreme. By limiting the expansion of the rotor width accompanying the spool enlargement to just 7mm, we have achieved an astonishingly light reeling start, despite being a 30000-size reel, while maintaining the rigidity to withstand unexpected external loads.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection class=\"sg-showcase-row reverse\"\u003e\n\u003cdiv class=\"sg-showcase-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/2562\/4261\/files\/body_im.jpg?v=1781490403\" alt=\"Dedicated aluminum monocoque body\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"sg-showcase-info\"\u003e\n\n\u003ch4\u003ePerfected dedicated aluminum monocoque body.\u003cbr\u003eWeight increase of the body itself suppressed to just 15g.\u003c\/h4\u003e\n\n\u003cp\u003eBased on the proven 25000-sized monocoque structure, this redesigned body is specifically optimized for the enlarged spool and rotor. Through thorough weight reduction, the weight increase of the body itself has been limited to just 15g, minimizing fatigue for the angler.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection class=\"sg-showcase-row\"\u003e\n\u003cdiv class=\"sg-showcase-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/2562\/4261\/files\/handle_im.jpg?v=1781491100\" alt=\"95mm aluminum machine-cut handle\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"sg-showcase-info\"\u003e\n\n\u003ch4\u003eExtended 95mm handle arm\u003cbr\u003eDramatically reduces physical strain during fights.\u003c\/h4\u003e\n\n\u003cp\u003eTo prevent a decrease in winding torque due to the enlarged spool diameter, the arm length has been extended to 95mm (ensuring power equivalent to the 25000-P). The high-rigidity machined aluminum arm and the high-grip egg knob, designed to fit the hand, alleviate angler fatigue during long battles with monster tuna.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection class=\"sg-showcase-row reverse\"\u003e\n\u003cdiv class=\"sg-showcase-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/2562\/4261\/files\/drag_im01.jpg?v=1781490404\" alt=\"10-piece DRD drag system\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"sg-showcase-info\"\u003e\n\n\u003ch4\u003eEquipped with an amazing 10 DRD washers\u003cbr\u003eOverwhelming toughness capable of withstanding over 50kg in practice.\u003c\/h4\u003e\n\n\u003cp\u003eWith the longer spool, the number of DRD drag washers has been increased by two, from the traditional 8 to 10. This completely overturns the conventional wisdom that \"large diameter spools don't provide effective drag.\" While the official rating is 30kg for safety reasons, coupled with the robust body rigidity, it boasts overwhelming durability, having completely pulverized multiple bluefin tuna over 100kg during testing.\u003cbr\u003e\u003cbr\u003e\u003cspan class=\"s1\"\u003e※\u003c\/span\u003eCarelessly applying excessive drag can be dangerous, as it places significant strain on the angler's physique, as well as on the rod, line, hardware, and hooks. Please tighten the drag cautiously and with safety in mind.\u003c\/p\u003e\n\n\u003ch4\u003eShop Owner's Review\u003cbr\u003eFamiliarity with the size is still needed\u003c\/h4\u003e\n\n\u003cp\u003eDue to the increased body size, it took some getting used to handling. However, I didn't feel it was larger or heavier than when I first used the Stella 30000. I think castability can also be resolved with practice and continued use. I plan to challenge myself this year with PE12 430m (full drag) and a spare spool with PE15 300m. There should definitely be an advantage from the overall increase in strength, including body rigidity, and the larger spool and rotor. While 30kg of drag is probably impossible to achieve, I intend to use it as a trusted partner until the very end. I haven't encountered an actual fish yet, so I hope to report on it later. 2026.06.15\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection class=\"sg-slp-box\"\u003e\n\u003cdiv class=\"sg-slp-header\"\u003e\n\n\u003ch4\u003eSLP PLUS\u003c\/h4\u003e\n\n\u003cp\u003eFlagship after-sales service program by Meister\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sg-slp-content\"\u003e\n\n\u003ch5\u003e【Service Details】\u003c\/h5\u003e\n\n\u003cul class=\"sg-slp-list\"\u003e\n\n\u003cli\u003e\n\n\u003cspan\u003e①\u003c\/span\u003eReel counseling by a dedicated Meister\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cspan\u003e②\u003c\/span\u003eAnnual free oil check service\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cspan\u003e③\u003c\/span\u003eFree replacement of consumable and faulty parts (including repairs and overhauls)\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cdiv class=\"sg-slp-notes\"\u003e\n\n\u003cp\u003e※Period: Until the end of March 2031.\u003c\/p\u003e\n\n\u003cp\u003e※A handling fee of 4,950 yen (tax included) will be charged. Thank you for your understanding.\u003c\/p\u003e\n\n\u003cp\u003e※The replacement criteria for consumable and faulty parts will be determined by SLP's Meister. Replaced parts will not be returned.\u003c\/p\u003e\n\n\u003cp\u003e※If additional costs are incurred beyond the 4,950 yen handling fee (e.g., for water-damaged items, scratches, deformation, or damage to exterior parts due to drops, or requests for replacement of non-worn parts, etc.), a prior estimate will be provided.\u003c\/p\u003e\n\n\u003cp\u003e※Please check the coupon details after issuance before use.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp class=\"sg-slp-desc\"\u003e\"25 SALTIGA\" offers a new special service. Repairs and overhauls will be accepted \u003cstrong\u003eany number of times during the period for a handling fee of 4,950 yen (tax included)\u003c\/strong\u003e. We actively provide support to all owners who purchase and register their reels, ensuring they can enjoy fishing longer and more comfortably.\u003c\/p\u003e\n\n\u003ch5\u003e【To use this program】\u003c\/h5\u003e\n\n\u003cp class=\"sg-slp-desc\"\u003eTo utilize this after-sales service program, you need to register your product in \"MyDAIWA\" and become a member of SLP PLUS.\u003cbr\u003e\u003cbr\u003eSLP PLUS is a membership service of DAIWA's after-sales service center, \"SLP.\" It offers enhanced convenience for existing SLP users and allows new users to fully experience the professional techniques cultivated by SLP. There are no enrollment or annual fees. Please use SLP PLUS to ensure your DAIWA fishing gear lasts longer and is well-maintained.\u003c\/p\u003e\n\n\u003ca href=\"https:\/\/slpplus.jp\/\" class=\"sg-slp-btn\" target=\"_blank\"\u003eTo SLP PLUS Official Website\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003cp style=\"text-align: center; margin-top: 80px; font-family: 'Roboto Mono', monospace; font-size: 14px; color: var(--sg-ink-muted); letter-spacing: 0.2em;\"\u003eBREAK YOUR RECORD \/\/ 2026 AMBERJACK\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"Amberjack","offers":[{"title":"Default Title","offer_id":46453752791237,"sku":"fg-da07","price":220000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0578\/2562\/4261\/files\/pro.jpg?v=1781490404","url":"https:\/\/amberjack.co.jp\/en\/products\/fg-da07_2","provider":"AMBERJACK : Offshore Fishing Select Shop","version":"1.0","type":"link"}