
Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
NANA Vol.1-21 + 7.8(Premium fan book) Complete Manga Set in Japanese
USD 145.00
Condition: Good
Description
View NANA Vol.1-21 + 7.8(Premium fan book) Complete Manga Set in Japanese with current marketplace pricing, condition, product images and item details. Beautiful illustration collections. "Bringing Happiness Through Japanese Culture". Latest Japanese comics and graphic novels. Images: Images shown are representative examples. Obi bands are promotional materials and are not included with all books. :root { --primary-color: #8B4513; --secondary-color: #CD853F; --accent-color: #DEB887; --accent-red: #DC143C; --accent-blue: #4682B4; --text-dark: #2F4F4F; --text-light: #708090; --bg-warm: #FFF8DC; --bg-light: #FFFACD; --border-color: #D2691E; --shadow: 0 4px 12px rgba(139, 69, 19, 0.2); } * { box-sizing: border-box; } body { font-family: 'Georgia', serif; margin: 0; padding: 0; } h1, h2, h3 { font-family: 'Georgia', serif; margin: 0; color: var(--primary-color); } p, ul, li, ol, span { font-family: 'Arial', sans-serif; font-size: 15px; line-height: 1.6; color: var(--text-dark); } #main { max-width: 900px; margin: 2rem auto; background: linear-gradient(135deg, #FFFFFF, var(--bg-warm)); border: 3px solid var(--border-color); border-radius: 15px; box-shadow: var(--shadow); overflow: hidden; } .header-banner { background: linear-gradient(135deg, #2F4F4F, #4682B4); color: white; text-align: center; padding: 1.5rem 2rem; position: relative; } .header-banner:before { content: '=== JAPANESE BOOKSTORE ==='; position: absolute; top: 15px; left: 50%; transform: translateX(-50%); font-size: 12px; letter-spacing: 2px; opacity: 0.9; color: #F0F8FF; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); } .header-banner:after { content: '=== MANGA - ANIME - GAMES ==='; position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); font-size: 12px; letter-spacing: 2px; opacity: 0.9; color: #F0F8FF; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); } .store-name { font-size: 28px; font-weight: bold; margin: 0.5rem 0; text-shadow: 3px 3px 6px rgba(0,0,0,0.5); letter-spacing: 1px; color: #FFFFFF; } .store-tagline { font-size: 15px; font-style: italic; opacity: 1; margin-top: 0.3rem; color: #F0F8FF; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); } .category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 0.8rem; padding: 1.2rem; background: var(--bg-light); } .category-card { background: white; border: 2px solid var(--accent-color); border-radius: 10px; padding: 1rem 0.8rem; text-align: center; transition: all 0.3s ease; position: relative; } .category-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(139, 69, 19, 0.3); border-color: var(--primary-color); } .category-title { font-size: 16px; font-weight: bold; color: var(--primary-color); margin-bottom: 0.3rem; font-family: 'Georgia', serif; } .category-desc { font-size: 11px; color: var(--text-light); line-height: 1.3; } .section-wrapper { padding: 0 2rem 2rem 2rem; } .section-header { background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); color: white; margin: 2rem 0 1.5rem 0; padding: 1rem 2rem; border-radius: 8px; font-size: 20px; font-weight: bold; text-align: center; box-shadow: 0 3px 10px rgba(139, 69, 19, 0.3); } .content-box { background: white; border: 2px solid var(--accent-color); border-radius: 10px; margin-bottom: 1.5rem; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } .box-header { background: var(--accent-color); color: var(--primary-color); padding: 1rem 1.5rem; font-weight: bold; font-size: 16px; border-bottom: 2px solid var(--border-color); } .box-content { padding: 1.5rem; } .notice-panel { background: linear-gradient(135deg, #FFF3CD, #FFF8DC); border: 2px solid #F0AD4E; border-radius: 10px; padding: 1.5rem; margin: 1.5rem 0; position: relative; } .notice-panel:before { content: 'IMPORTANT NOTICE'; position: absolute; top: -12px; left: 20px; background: #F0AD4E; color: white; padding: 4px 12px; border-radius: 12px; font-size: 12px; font-weight: bold; } .notice-title { color: #8A6D3B; font-weight: bold; margin-bottom: 1rem; font-size: 16px; } .notice-text { color: #8A6D3B; font-size: 14px; line-height: 1.5; margin: 0.5rem 0; } .shipping-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; margin: 1.5rem 0; } .shipping-card { background: linear-gradient(135deg, white, var(--bg-warm)); border: 2px solid var(--accent-color); border-radius: 10px; padding: 1.5rem; text-align: center; transition: all 0.3s ease; position: relative; } .shipping-card:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(139, 69, 19, 0.2); } .shipping-card.recommended { border-color: var(--accent-red); background: linear-gradient(135deg, #FFF0F0, white); } .shipping-card.recommended:before { content: 'MOST POPULAR'; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: var(--accent-red); color: white; padding: 4px 12px; border-radius: 12px; font-size: 11px; font-weight: bold; } .shipping-title { font-size: 18px; font-weight: bold; color: var(--primary-color); margin-bottom: 0.5rem; } .shipping-time { font-size: 16px; color: var(--accent-red); font-weight: bold; margin: 0.5rem 0; } .shipping-features { font-size: 13px; color: var(--text-light); margin-top: 1rem; } .promo-banner { background: linear-gradient(135deg, var(--accent-blue), #5F9EA0); color: white; text-align: center; padding: 2rem; margin: 2rem 0; border-radius: 10px; position: relative; } .promo-banner:before { content: 'SPECIAL OFFER'; position: absolute; top: -8px; left: 20px; background: white; color: var(--accent-blue); padding: 4px 12px; border-radius: 12px; font-size: 12px; font-weight: bold; } .promo-text { font-size: 18px; font-weight: bold; margin: 0.5rem 0; } .promo-subtext { font-size: 14px; opacity: 0.9; } .info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2rem; } .info-list { background: var(--bg-light); border-radius: 8px; padding: 1rem; } .info-list h4 { color: var(--primary-color); margin-bottom: 0.5rem; font-size: 14px; font-weight: bold; } .info-list ul { margin: 0; padding-left: 1.2rem; list-style-type: none; } .info-list li { margin: 0.3rem 0; font-size: 13px; line-height: 1.4; position: relative; } .info-list li:before { content: '> '; color: var(--accent-red); font-weight: bold; position: absolute; left: -1rem; } .faq-section { margin-top: 2rem; } .faq-item { background: white; border: 1px solid var(--accent-color); border-radius: 8px; margin-bottom: 1rem; overflow: hidden; } .faq-question { background: var(--bg-light); padding: 1rem 1.5rem; font-weight: bold; color: var(--primary-color); font-size: 15px; border-bottom: 1px solid var(--accent-color); } .faq-answer { padding: 1rem 1.5rem; font-size: 14px; line-height: 1.5; } .highlight-box { background: linear-gradient(135deg, #E6F3FF, #F0F8FF); border: 2px solid var(--accent-blue); border-radius: 10px; padding: 1.5rem; margin: 1.5rem 0; position: relative; } .highlight-box:before { content: 'INTERNATIONAL BUYERS'; position: absolute; top: -12px; left: 20px; background: var(--accent-blue); color: white; padding: 4px 12px; border-radius: 12px; font-size: 12px; font-weight: bold; } .highlight-title { color: var(--primary-color); font-weight: bold; margin-bottom: 1rem; font-size: 16px; } @media screen and (max-width: 768px) { #main { margin: 1rem 0.5rem; } .header-banner { padding: 1.2rem 1rem; } .store-name { font-size: 22px; } .category-grid { grid-template-columns: repeat(2, 1fr); padding: 1rem; } .section-wrapper { padding: 0 1rem 1rem 1rem; } .shipping-options { grid-template-columns: 1fr; } .info-grid { grid-template-columns: 1fr; } .header-banner:before, .header-banner:after { display: none; } } japan_bookstore_happiness "Bringing Happiness Through Japanese Culture" MANGA Latest Japanese comics and graphic novels ART BOOKS Beautiful illustration collections GAME GUIDES Strategy books and gaming materials MUSIC CDs Anime soundtracks and J-pop albums VIDEOS DVDs, Blu-rays and anime collections BOOKS General literature and specialty titles PRODUCT INFORMATION Item Description Important Notice for Book Items Promotional bands (obi bands): Provided as promotional materials and may vary or be updated depending on stock arrival. Band content may differ between books, and some books may not include bands. For set items: Unless specifically noted, products may include a mix of different editions (new editions, original editions, reprints, etc.) and we cannot guarantee which specific edition will be shipped. Images: Images shown are representative examples. The actual item may vary slightly in appearance from photos displayed, though content and quality remain the same. Please contact us before purchasing if you have specific requirements regarding bands or editions. We're here to help make your purchase a happy experience! PAYMENT & SHIPPING Payment Methods We only accept eBay Managed Payments for secure transactions. Please complete payment within 5 days after purchase confirmation. Affordable Worldwide Shipping from Japan Carefully packaged and shipped directly from Japan ? Additional fees may apply for remote destinations Economy Shipping 2-5 weeks Limited tracking Standard delivery For selected items Standard Shipping 1-3 weeks Full tracking Reliable delivery For selected items Expedited Shipping 1-2 weeks Priority handling Full tracking For most items Shipping Summary All items shipped from Japan We select optimal shipping method FREE to most destinations Remote areas may have additional fees Easy cancellation if extra fees apply Return Policy Returns for unopened items only Contact within 14 days of delivery Return authorization required Original packaging required Important Customs Information Import duties and taxes: Not included in item price or shipping charges. These charges are the buyer's responsibility. Before purchasing: Please check with your country's customs office to determine additional costs. Collection: Charges are normally collected by the shipping company or at pickup - these are separate from our shipping charges. Valuation policy: We do not mark merchandise values below actual value or mark items as "gifts" - this violates US and international regulations. FREQUENTLY ASKED QUESTIONS Q: What language are the products written in? Most of our books are written in Japanese. Some bilingual products are also available. Please check the product description for details. If you're still unsure, please contact us. Q: Do you have the latest volumes or related products of this series? We love helping customers find their favorite series! We may be able to provide the latest manga volumes and related products that are not currently listed. Please feel free to contact us for inquiries - we're happy to help! Q: Can you guarantee which edition I will receive? For set items, we cannot guarantee specific editions unless explicitly stated in the listing. Please understand this policy. If you need a specific edition, we may be able to provide a separate quote in some cases, so please feel free to contact us. Q: Do books come with obi bands? Obi bands are promotional materials and are not included with all books. This is normal in the Japanese book market and doesn't affect the book's content or value. Q: How much customs duty will be charged? Customs duties vary by importing country and item value. For example, the US typically charges 0% on books, while EU countries may charge 0-7%. Please contact your local customs office or check your country's customs website for specific rates before purchasing. Q: Can I get detailed photos of the product? Due to our small team and large inventory, we're unable to provide individual detailed photos for each item. Condition: Good. Category: Collectibles › Comic Books & Memorabilia › Manga & Asian Comics › Single Volumes.
- Convention/Event
- Nor Con
- Unit of Sale
- Comic Book Lot
- Tradition
- Manga
- Certification Number
- 1-21+7.8
- Format
- Softcover
- Unit Type
- Unit
- Language
- Japanese
- Style
- Black & White
- Personalized
- No
- Features
- Set
- Unit Quantity
- 22
- Artist/Writer
- Ai Yazawa
- Character
- Nana Komatsu, Nana Osaki
- Signed
- No
- Series Title
- NANA
- Ex Libris
- No
- Universe
- NANA
- Publisher
- Shueisha
- Inscribed
- No
- Intended Audience
- General Audience
- Modified Item
- No
- Publication Year
- 2000
- Type
- Comic Book
- Issue Number
- Vol.1-21 + 7.8
- Genre
- Shojo
- Country of Origin
- Japan
- UPC
- NA
Product details in pictures
Additional views from the marketplace listing for NANA Vol.1-21 + 7.8(Premium fan book) Complete Manga Set in Japanese.












Similar visual styles
Image-search matches based on the main product image. These images are shown as visual style choices and are intentionally not linked.









