{"id":9879,"date":"2025-12-24T09:41:10","date_gmt":"2025-12-24T09:41:10","guid":{"rendered":"https:\/\/goldensoarpackage.com\/?page_id=9879"},"modified":"2025-12-24T09:46:47","modified_gmt":"2025-12-24T09:46:47","slug":"free-samples","status":"publish","type":"page","link":"https:\/\/goldensoarpackage.com\/ja\/free-samples\/","title":{"rendered":"\u7121\u6599\u30b5\u30f3\u30d7\u30eb"},"content":{"rendered":"<div id=\"gs-validation-lab\">\n    <style>\n        \/* =========================================\n           1. SCOPED CSS FRAMEWORK (Strict Light Mode)\n           ========================================= *\/\n        #gs-validation-lab {\n            \/* Palette: Clinical, Precision, Trust *\/\n            --val-primary: #0ea5e9;     \/* Sky Blue (Science) *\/\n            --val-secondary: #64748b;   \/* Lab Instrument Grey *\/\n            --val-accent: #f59e0b;      \/* Alert\/Action *\/\n            --val-dark: #0f172a;        \/* Ink Black *\/\n            --val-light: #f8fafc;       \/* Snow White Background *\/\n            --val-white: #ffffff;\n            --val-border: #e2e8f0;      \/* Subtle Borders *\/\n            \n            font-family: 'Inter', 'Segoe UI', sans-serif;\n            color: var(--val-secondary);\n            line-height: 1.8;\n            width: 100%;\n            background-color: var(--val-white);\n            margin: 0;\n            padding: 0;\n        }\n\n        #gs-validation-lab * { box-sizing: border-box; }\n\n        #gs-validation-lab h1, \n        #gs-validation-lab h2, \n        #gs-validation-lab h3, \n        #gs-validation-lab h4 {\n            color: var(--val-dark);\n            margin-top: 0;\n            font-weight: 700;\n            letter-spacing: -0.02em;\n            line-height: 1.25;\n        }\n\n        #gs-validation-lab p { margin-bottom: 24px; font-size: 1.05rem; text-align: justify; }\n\n        #gs-validation-lab a { \n            text-decoration: none; \n            color: var(--val-primary); \n            font-weight: 600; \n            border-bottom: 1px solid rgba(14, 165, 233, 0.3);\n            transition: 0.2s;\n        }\n        #gs-validation-lab a:hover { background-color: rgba(14, 165, 233, 0.05); border-bottom-color: var(--val-primary); }\n\n        #gs-validation-lab img { \n            display: block; \n            max-width: 100%; \n            height: auto; \n            border-radius: 8px;\n            box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);\n            border: 1px solid var(--val-border);\n        }\n\n        \/* =========================================\n           2. LAYOUT ENGINE (Lab Style)\n           ========================================= *\/\n        .gs-section {\n            width: 100%;\n            padding: 100px 0;\n            position: relative;\n            background-color: var(--val-white);\n            border-bottom: 1px solid var(--val-border);\n        }\n        \n        .gs-section:nth-child(even) { background-color: var(--val-light); }\n\n        .gs-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 24px;\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* Technical Grid *\/\n        .gs-tech-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 80px;\n            align-items: start;\n        }\n        .gs-tech-grid.reverse { direction: rtl; }\n        .gs-tech-grid.reverse .gs-content-block { direction: ltr; }\n\n        \/* =========================================\n           3. ATOMIC COMPONENTS\n           ========================================= *\/\n        \n        \/* BREADCRUMB *\/\n        .gs-breadcrumb {\n            background: var(--val-white);\n            padding: 30px 0;\n            border-bottom: 1px solid var(--val-border);\n        }\n        .bc-wrap { display: flex; gap: 10px; font-size: 0.9rem; color: #94a3b8; }\n        .bc-current { color: var(--val-primary); font-weight: 700; }\n\n        \/* HERO: THE LAB *\/\n        .gs-hero-lab {\n            padding: 120px 0;\n            background: radial-gradient(circle at top left, #f0f9ff, #ffffff);\n            text-align: center;\n        }\n        .gs-hero-lab h1 { font-size: 3.5rem; margin-bottom: 25px; color: var(--val-dark); }\n        .gs-hero-lab p { font-size: 1.25rem; max-width: 800px; margin: 0 auto 40px; color: var(--val-secondary); }\n        .gs-hero-btn {\n            display: inline-block; padding: 15px 40px; background: var(--val-primary); color: white !important;\n            border-radius: 4px; font-weight: 700; transition: 0.3s; border: none;\n            box-shadow: 0 4px 15px rgba(14, 165, 233, 0.3);\n        }\n        .gs-hero-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(14, 165, 233, 0.4); }\n\n        \/* CHECKLIST CARD (CSS Only) *\/\n        .gs-checklist-box {\n            background: white; padding: 40px; border: 1px solid var(--val-border);\n            border-left: 4px solid var(--val-primary);\n            border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.02);\n        }\n        .gs-check-item {\n            display: flex; gap: 15px; margin-bottom: 20px; align-items: start;\n        }\n        .gs-check-icon {\n            min-width: 24px; height: 24px; border-radius: 50%; background: var(--val-light);\n            color: var(--val-primary); display: flex; align-items: center; justify-content: center;\n            font-weight: 700; font-size: 0.8rem; border: 1px solid var(--val-border);\n        }\n\n        \/* DATA TABLE (Tolerance) *\/\n        .gs-data-table {\n            width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 0.95rem; background: white;\n        }\n        .gs-data-table th { background: var(--val-dark); color: white; padding: 15px; text-align: left; }\n        .gs-data-table td { padding: 15px; border-bottom: 1px solid var(--val-border); }\n        .gs-data-table tr:hover { background-color: var(--val-light); }\n\n        \/* MATERIAL CARDS (Horizontal) *\/\n        .gs-mat-list {\n            display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 40px;\n        }\n        .gs-mat-item {\n            background: white; border: 1px solid var(--val-border); border-radius: 8px; overflow: hidden;\n            display: flex; align-items: center;\n        }\n        .gs-mat-thumb { width: 120px; height: 120px; flex-shrink: 0; }\n        .gs-mat-thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; border: none; }\n        .gs-mat-info { padding: 20px; }\n        .gs-mat-info h4 { margin-bottom: 5px; font-size: 1.1rem; }\n        .gs-mat-info span { font-size: 0.85rem; color: #94a3b8; text-transform: uppercase; letter-spacing: 1px; }\n\n        \/* VIDEO GRID (Contextual) *\/\n        .gs-vid-row {\n            display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px;\n        }\n        .gs-vid-card {\n            position: relative; border-radius: 8px; overflow: hidden; cursor: pointer;\n            box-shadow: 0 10px 20px rgba(0,0,0,0.05); transition: 0.3s;\n        }\n        .gs-vid-card:hover { transform: translateY(-5px); }\n        .gs-vid-overlay {\n            position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n            background: rgba(0,0,0,0.2); display: flex; align-items: center; justify-content: center;\n            transition: 0.3s;\n        }\n        .gs-vid-card:hover .gs-vid-overlay { background: rgba(0,0,0,0.4); }\n        .gs-play-icon { font-size: 3rem; color: white; opacity: 0.9; }\n\n        \/* FAQ STYLE *\/\n        .gs-faq-wrap { max-width: 800px; margin: 0 auto; }\n        .gs-faq-block { border-bottom: 1px solid var(--val-border); padding: 25px 0; }\n        .gs-faq-head { font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; color: var(--val-dark); }\n        .gs-faq-body { margin-top: 15px; display: none; color: var(--val-secondary); }\n        \n        \/* CTA *\/\n        .gs-cta-clean {\n            text-align: center; padding: 100px 0; background: var(--val-light); border-top: 1px solid var(--val-border);\n        }\n\n        @media (max-width: 900px) {\n            .gs-tech-grid { grid-template-columns: 1fr; gap: 40px; }\n            .gs-mat-list { grid-template-columns: 1fr; }\n            .gs-vid-row { grid-template-columns: 1fr; }\n            .gs-hero-lab h1 { font-size: 2.5rem; }\n        }\n    <\/style>\n\n    <div class=\"gs-breadcrumb\">\n        <div class=\"gs-container\">\n            <nav class=\"bc-wrap\">\n                <a href=\"\/ja\/\">\u30db\u30fc\u30e0<\/a> \/ \n                <a href=\"https:\/\/goldensoarpackage.com\/ja\/support-center\/\">Support Center<\/a> \/ \n                <span class=\"bc-current\">Prototype Validation Lab<\/span>\n            <\/nav>\n        <\/div>\n    <\/div>\n\n    <header class=\"gs-hero-lab\">\n        <div class=\"gs-container\">\n            <span style=\"color:var(--val-primary); font-weight:700; letter-spacing:2px; text-transform:uppercase; font-size:0.9rem;\">From Concept to Reality<\/span>\n            <h1>The Packaging Validation Lab<\/h1>\n            <p>A sample is not just a freebie; it is an engineering tool. We provide comprehensive prototype kits to help you validate compatibility, functionality, and consumer experience before mass production.<\/p>\n            <a href=\"#request-anchor\" class=\"gs-hero-btn\">Request Validation Kit<\/a>\n        <\/div>\n    <\/header>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div class=\"gs-tech-grid\">\n                <div class=\"gs-content-block\">\n                    <h2>How to Audit Your Sample<\/h2>\n                    <p>Receiving a sample is only the first step. To ensure your product launch succeeds, we recommend performing the &#8220;Golden Soar 5-Step Stress Test&#8221; immediately upon receipt. This protocol mimics real-world supply chain conditions.<\/p>\n                    \n                    <div class=\"gs-checklist-box\">\n                        <div class=\"gs-check-item\">\n                            <span class=\"gs-check-icon\">1<\/span>\n                            <div>\n                                <strong>Vacuum Leak Test<\/strong>\n                                <p style=\"margin:0; font-size:0.9rem;\">Place filled bottles in a vacuum chamber at -0.06MPa for 5 minutes. Check for leakage. This simulates air travel.<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"gs-check-item\">\n                            <span class=\"gs-check-icon\">2<\/span>\n                            <div>\n                                <strong>Drop Test<\/strong>\n                                <p style=\"margin:0; font-size:0.9rem;\">Drop the filled sample from 1.2 meters onto concrete (3 angles: base, side, cap). Check for cracks.<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"gs-check-item\">\n                            <span class=\"gs-check-icon\">3<\/span>\n                            <div>\n                                <strong>Compatibility Oven Test<\/strong>\n                                <p style=\"margin:0; font-size:0.9rem;\">Store filled samples at 45\u00b0C for 4 weeks. Check for &#8220;panelling&#8221; (sucking in) or material degradation.<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"gs-check-item\">\n                            <span class=\"gs-check-icon\">4<\/span>\n                            <div>\n                                <strong>Pump Priming<\/strong>\n                                <p style=\"margin:0; font-size:0.9rem;\">Count how many pumps it takes to dispense product. Standard is 3-5 strokes.<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"gs-check-item\">\n                            <span class=\"gs-check-icon\">5<\/span>\n                            <div>\n                                <strong>Torque Check<\/strong>\n                                <p style=\"margin:0; font-size:0.9rem;\">Verify application torque and removal torque to prevent &#8220;back-off&#8221; during shipping.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"gs-visual-block\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/pe-materials.jpg.webp\" alt=\"PE Bottle Stress Testing Sample\">\n                    <p style=\"text-align:center; font-size:0.85rem; color:#94a3b8; margin-top:10px;\">Figure 1: PE Soft Touch bottles undergoing compression testing.<\/p>\n                    \n                    <div style=\"margin-top:40px;\">\n                        <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/pp-material-custom.jpg.webp\" alt=\"Custom PP Jar Samples\">\n                        <p style=\"text-align:center; font-size:0.85rem; color:#94a3b8; margin-top:10px;\">Figure 2: PP Jars ready for thermal stability testing.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <h2>Sample vs. Mass Production: The Specs<\/h2>\n            <p>What you see in the sample is what you get in the container. We adhere to strict ISO tolerances. Use this table to benchmark the samples you receive against your specifications.<\/p>\n            \n            <table class=\"gs-data-table\">\n                <thead>\n                    <tr>\n                        <th>Parameter<\/th>\n                        <th>Standard Tolerance<\/th>\n                        <th>Testing Method<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td><strong>Weight (Grammage)<\/strong><\/td>\n                        <td>\u00b1 1.0g<\/td>\n                        <td>Precision Scale<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Overflow Capacity (OFC)<\/strong><\/td>\n                        <td>\u00b1 2.0ml<\/td>\n                        <td>Water Weight Calculation<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Dimension (H\/W)<\/strong><\/td>\n                        <td>\u00b1 0.5mm<\/td>\n                        <td>Digital Caliper<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Neck Inner Diameter<\/strong><\/td>\n                        <td>\u00b1 0.2mm<\/td>\n                        <td>Plug Gauge<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Color Match (Delta E)<\/strong><\/td>\n                        <td>&lt; 2.0<\/td>\n                        <td>Spectrophotometer<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div class=\"gs-tech-grid reverse\">\n                <div class=\"gs-content-block\">\n                    <h2>Curated Sample Kits<\/h2>\n                    <p>We don&#8217;t send random items. Based on your project inquiry, our engineers curate a specific &#8220;Validation Kit&#8221;. Here are common components:<\/p>\n                    \n                    <div class=\"gs-mat-list\">\n                        <div class=\"gs-mat-item\">\n                            <div class=\"gs-mat-thumb\">\n                                <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/Pet-material-1.jpg.webp\" alt=\"PET Bottle Sample\">\n                            <\/div>\n                            <div class=\"gs-mat-info\">\n                                <h4>Virgin PET<\/h4>\n                                <span>For Clarity<\/span>\n                            <\/div>\n                        <\/div>\n                        <div class=\"gs-mat-item\">\n                            <div class=\"gs-mat-thumb\">\n                                <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/Aluminum-materials.jpg.webp\" alt=\"Aluminum Bottle Sample\">\n                            <\/div>\n                            <div class=\"gs-mat-info\">\n                                <h4>\u30a2\u30eb\u30df\u30cb\u30a6\u30e0<\/h4>\n                                <span>For Barrier<\/span>\n                            <\/div>\n                        <\/div>\n                        <div class=\"gs-mat-item\">\n                            <div class=\"gs-mat-thumb\">\n                                <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/Tinplate-material-1.jpg.webp\" alt=\"Tinplate Can Sample\">\n                            <\/div>\n                            <div class=\"gs-mat-info\">\n                                <h4>\u30d6\u30ea\u30ad<\/h4>\n                                <span>For Industrial<\/span>\n                            <\/div>\n                        <\/div>\n                        <div class=\"gs-mat-item\">\n                            <div class=\"gs-mat-thumb\">\n                                <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/Silicone-materials-1.jpg.webp\" alt=\"Silicone Tube Sample\">\n                            <\/div>\n                            <div class=\"gs-mat-info\">\n                                <h4>\u30b7\u30ea\u30b3\u30fc\u30f3<\/h4>\n                                <span>For Squeeze<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"gs-visual-block\">\n                    <h3>See How It&#8217;s Made<\/h3>\n                    <p>Your sample comes from these exact production lines. Transparency is part of our prototyping promise.<\/p>\n                    \n                    <div class=\"gs-vid-row\" style=\"grid-template-columns: 1fr; gap: 20px; margin-top: 30px;\">\n                        <div class=\"gs-vid-card\" onclick=\"window.open('https:\/\/youtu.be\/_VBgxv6vhHE')\">\n                            <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/pp-material-custom-1.jpg.webp\" alt=\"Production Line Video Cover\">\n                            <div class=\"gs-vid-overlay\"><span class=\"gs-play-icon\">\u25b6<\/span><\/div>\n                        <\/div>\n                    <\/div>\n                    <p style=\"text-align:center; font-size:0.85rem; color:#94a3b8; margin-top:10px;\">Video: High-speed automated assembly line.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container gs-faq-wrap\">\n            <h2 style=\"text-align:center; margin-bottom:50px;\">Validation FAQ<\/h2>\n            \n            <div class=\"gs-faq-block\">\n                <div class=\"gs-faq-head\" onclick=\"this.nextElementSibling.style.display = (this.nextElementSibling.style.display === 'block') ? 'none' : 'block';\">\n                    Do you offer 3D printed prototypes?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-body\">\n                    Yes. If you are designing a custom mold, we can provide SLA (Stereolithography) 3D printed prototypes within 72 hours. This allows you to check ergonomics and size impression before cutting steel molds.\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-block\">\n                <div class=\"gs-faq-head\" onclick=\"this.nextElementSibling.style.display = (this.nextElementSibling.style.display === 'block') ? 'none' : 'block';\">\n                    Can I get samples with my logo?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-body\">\n                    For logo validation, we offer &#8220;Pre-Production Samples&#8221; (PPS). This involves making actual print plates or silk screens. There is a setup fee (usually $100-$300), which is fully refundable against the mass production order.\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-block\">\n                <div class=\"gs-faq-head\" onclick=\"this.nextElementSibling.style.display = (this.nextElementSibling.style.display === 'block') ? 'none' : 'block';\">\n                    How many samples can I request?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-body\">\n                    Our standard validation kit includes 2-5 units per SKU. This provides enough units for you to perform destructive testing (drop test) and non-destructive testing (marketing photos) simultaneously.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"request-anchor\" class=\"gs-cta-clean\">\n        <div class=\"gs-container\">\n            <h2>Ready to Validate?<\/h2>\n            <p style=\"color:#64748b; margin-bottom:30px;\">Request your engineering validation kit today. We ship globally via FedEx\/DHL.<\/p>\n            \n                <a href=\"#contact-footer\" class=\"gs-hero-btn\" style=\"width:100%; text-align:center;\">Submit Request<\/a>\n            <\/div>\n            \n            <div style=\"margin-top:30px;\">\n                <a href=\"https:\/\/goldensoarpackage.com\/ja\/support-center\/\" style=\"color:#94a3b8; border:none; font-size:0.9rem;\">&larr; Back to Support Center<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Home \/ Support Center \/ Prototype Validation Lab From Concept to Reality The Packaging Validation Lab A sample is not just a freebie; it is an engineering tool. We provide comprehensive prototype kits to help you validate compatibility, functionality, and consumer experience before mass production. Request Validation Kit How to Audit Your Sample Receiving a sample is only the first step. To ensure your product launch succeeds, we recommend performing the &#8220;Golden Soar 5-Step Stress Test&#8221; immediately upon receipt. This protocol mimics real-world supply chain conditions. 1 Vacuum Leak Test Place filled bottles in a vacuum chamber at -0.06MPa for 5 minutes. Check for leakage. This simulates air travel. 2 &#8230; <a title=\"\u7121\u6599\u30b5\u30f3\u30d7\u30eb\" class=\"read-more\" href=\"https:\/\/goldensoarpackage.com\/ja\/free-samples\/\" aria-label=\"Free Samples \u306b\u3064\u3044\u3066\u3055\u3089\u306b\u8aad\u3080\">\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-9879","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/goldensoarpackage.com\/ja\/wp-json\/wp\/v2\/pages\/9879","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/goldensoarpackage.com\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/goldensoarpackage.com\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/ja\/wp-json\/wp\/v2\/comments?post=9879"}],"version-history":[{"count":5,"href":"https:\/\/goldensoarpackage.com\/ja\/wp-json\/wp\/v2\/pages\/9879\/revisions"}],"predecessor-version":[{"id":9886,"href":"https:\/\/goldensoarpackage.com\/ja\/wp-json\/wp\/v2\/pages\/9879\/revisions\/9886"}],"wp:attachment":[{"href":"https:\/\/goldensoarpackage.com\/ja\/wp-json\/wp\/v2\/media?parent=9879"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}