{"id":3568,"date":"2025-04-15T10:39:54","date_gmt":"2025-04-15T10:39:54","guid":{"rendered":"https:\/\/www.radiustheme.com\/demo\/wordpress\/themes\/blusho\/?page_id=3568"},"modified":"2025-12-24T09:26:14","modified_gmt":"2025-12-24T09:26:14","slug":"tsa%e6%89%bf%e8%aa%8d%e3%83%9c%e3%83%88%e3%83%ab%e3%82%b5%e3%82%a4%e3%82%ba","status":"publish","type":"page","link":"https:\/\/goldensoarpackage.com\/ja\/tsa%e6%89%bf%e8%aa%8d%e3%83%9c%e3%83%88%e3%83%ab%e3%82%b5%e3%82%a4%e3%82%ba\/","title":{"rendered":"TSA\u8a8d\u53ef\u30dc\u30c8\u30eb\u30b5\u30a4\u30ba"},"content":{"rendered":"<div id=\"gs-tsa-guide\">\n    <style>\n        \/* =========================================\n           1. SCOPED CSS FRAMEWORK (Strict Light Mode)\n           ========================================= *\/\n        #gs-tsa-guide {\n            \/* Palette: Aero, Safe, Clean *\/\n            --tsa-blue: #0078d7;        \/* Airport Sign Blue *\/\n            --tsa-sky: #e1f5fe;         \/* Sky Blue Background *\/\n            --tsa-dark: #2c3e50;        \/* Navy Text *\/\n            --tsa-grey: #636e72;        \/* Subtext *\/\n            --tsa-white: #ffffff;\n            --tsa-border: #dfe6e9;\n            --tsa-alert: #d35400;       \/* Safety Orange *\/\n            \n            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n            color: var(--tsa-grey);\n            line-height: 1.8;\n            width: 100%;\n            background-color: var(--tsa-white);\n            margin: 0;\n            padding: 0;\n        }\n\n        #gs-tsa-guide * { box-sizing: border-box; }\n\n        #gs-tsa-guide h1, \n        #gs-tsa-guide h2, \n        #gs-tsa-guide h3, \n        #gs-tsa-guide h4 {\n            color: var(--tsa-dark);\n            margin-top: 0;\n            font-weight: 700;\n            letter-spacing: -0.02em;\n            line-height: 1.3;\n        }\n\n        #gs-tsa-guide p { margin-bottom: 24px; font-size: 1.05rem; }\n\n        #gs-tsa-guide a { \n            text-decoration: none; \n            color: var(--tsa-blue); \n            font-weight: 600; \n            border-bottom: 2px solid rgba(0, 120, 215, 0.2);\n            transition: 0.2s;\n        }\n        #gs-tsa-guide a:hover { background-color: rgba(0, 120, 215, 0.05); border-bottom-color: var(--tsa-blue); }\n\n        #gs-tsa-guide img { \n            display: block; \n            max-width: 100%; \n            height: auto; \n            border-radius: 12px;\n        }\n\n        \/* =========================================\n           2. LAYOUT ENGINE (Spacious)\n           ========================================= *\/\n        .gs-section {\n            width: 100%;\n            padding: 100px 0;\n            position: relative;\n            border-bottom: 1px solid var(--tsa-border);\n            background-color: var(--tsa-white);\n        }\n\n        .gs-section:nth-child(even) { background-color: var(--tsa-sky); }\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        \/* Split Grid *\/\n        .gs-tsa-split {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 80px;\n            align-items: center;\n        }\n        .gs-tsa-split.reverse { direction: rtl; }\n        .gs-tsa-split.reverse .gs-content-box { direction: ltr; }\n\n        \/* =========================================\n           3. ATOMIC COMPONENTS\n           ========================================= *\/\n        \n        \/* BREADCRUMB *\/\n        .gs-breadcrumb {\n            background: var(--tsa-white);\n            padding: 20px 0;\n            border-bottom: 1px solid var(--tsa-border);\n        }\n        .bc-wrap { display: flex; gap: 10px; font-size: 0.9rem; color: #b2bec3; }\n        .bc-current { color: var(--tsa-blue); font-weight: 700; }\n\n        \/* HERO: AIRPORT CONTEXT *\/\n        .gs-hero-aero {\n            text-align: center;\n            padding: 120px 0;\n            background-image: linear-gradient(180deg, #f0f9ff 0%, #ffffff 100%);\n        }\n        .gs-hero-aero h1 { font-size: 3.5rem; margin-bottom: 25px; color: var(--tsa-blue); }\n        .gs-hero-aero p { font-size: 1.25rem; max-width: 800px; margin: 0 auto 40px; }\n        .gs-badge-311 {\n            display: inline-block; background: var(--tsa-dark); color: white;\n            padding: 10px 20px; border-radius: 50px; font-weight: 700; margin-bottom: 30px;\n        }\n\n        \/* 3-1-1 RULE VISUALIZER *\/\n        .gs-rule-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 40px;\n            margin-top: 60px;\n        }\n        .gs-rule-card {\n            background: white; padding: 40px; border-radius: 16px;\n            text-align: center; border: 1px solid var(--tsa-border);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.05);\n        }\n        .gs-rule-num { font-size: 4rem; font-weight: 800; color: var(--tsa-blue); line-height: 1; margin-bottom: 10px; }\n        .gs-rule-title { font-size: 1.2rem; font-weight: 700; color: var(--tsa-dark); margin-bottom: 10px; }\n\n        \/* VOLUME COMPARISON TABLE *\/\n        .gs-vol-table {\n            width: 100%; border-collapse: collapse; margin: 40px 0; background: white;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        .gs-vol-table th { background: var(--tsa-blue); color: white; padding: 20px; text-align: left; }\n        .gs-vol-table td { padding: 20px; border-bottom: 1px solid var(--tsa-border); }\n        .gs-vol-table tr:hover { background-color: #f0f9ff; }\n\n        \/* LEAK PROOF TECH *\/\n        .gs-tech-box {\n            background: #fff; padding: 40px; border-radius: 12px;\n            border-left: 5px solid var(--tsa-alert);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n        }\n\n        \/* TRAVEL KIT CONFIGURATOR (Visual) *\/\n        .gs-kit-row {\n            display: flex; gap: 20px; overflow-x: auto; padding-bottom: 20px;\n        }\n        .gs-kit-item {\n            min-width: 200px; background: white; border-radius: 8px; padding: 20px;\n            border: 1px solid var(--tsa-border); text-align: center;\n        }\n        .gs-kit-item img { margin-bottom: 15px; width: 100px; height: auto; margin-left: auto; margin-right: auto; }\n\n        \/* FAQ *\/\n        .gs-faq-container { max-width: 900px; margin: 0 auto; }\n        .gs-faq-item { border: 1px solid var(--tsa-border); margin-bottom: 15px; background: white; border-radius: 8px; }\n        .gs-faq-q { padding: 25px; cursor: pointer; font-weight: 700; display: flex; justify-content: space-between; background: white; color: var(--tsa-dark); }\n        .gs-faq-a { padding: 25px; display: none; border-top: 1px solid var(--tsa-border); background: #fdfdfd; }\n        .gs-faq-item.active .gs-faq-a { display: block; }\n\n        \/* CTA *\/\n        .gs-cta-sky {\n            text-align: center; padding: 100px 0; background: var(--tsa-blue); color: white;\n        }\n        .gs-btn-white {\n            display: inline-block; padding: 15px 45px; background: white; color: var(--tsa-blue) !important;\n            font-weight: 700; border-radius: 50px; transition: 0.3s; margin-top: 30px;\n        }\n        .gs-btn-white:hover { transform: scale(1.05); }\n\n        @media (max-width: 900px) {\n            .gs-tsa-split { grid-template-columns: 1fr; gap: 40px; }\n            .gs-rule-grid { grid-template-columns: 1fr; }\n            .gs-hero-aero 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\">TSA Bottle Guide<\/span>\n            <\/nav>\n        <\/div>\n    <\/div>\n\n    <header class=\"gs-hero-aero\">\n        <div class=\"gs-container\">\n            <span class=\"gs-badge-311\">Global Aviation Standards<\/span>\n            <h1>Carry-On Compliance Engineered<\/h1>\n            <p>Navigating the &#8220;3-1-1 Rule&#8221; for liquids. We manufacture TSA-approved 100ml (3.4oz) bottles that pass security screening worldwide, featuring leak-proof technology for cabin pressure changes.<\/p>\n        <\/div>\n    <\/header>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div style=\"text-align:center; max-width:800px; margin:0 auto 50px;\">\n                <h2>Understanding the &#8220;3-1-1&#8221; Standard<\/h2>\n                <p>The Transportation Security Administration (TSA) enforces strict limits on liquids in carry-on bags. Your packaging must comply to avoid confiscation.<\/p>\n            <\/div>\n\n            <div class=\"gs-rule-grid\">\n                <div class=\"gs-rule-card\">\n                    <div class=\"gs-rule-num\">3.4<\/div>\n                    <div class=\"gs-rule-title\">Ounces (100ml)<\/div>\n                    <p>Maximum volume per container. Bottles must be marked clearly with volume.<\/p>\n                <\/div>\n                <div class=\"gs-rule-card\">\n                    <div class=\"gs-rule-num\">1<\/div>\n                    <div class=\"gs-rule-title\">Quart Bag<\/div>\n                    <p>All containers must fit comfortably inside a single clear, quart-sized bag.<\/p>\n                <\/div>\n                <div class=\"gs-rule-card\">\n                    <div class=\"gs-rule-num\">1<\/div>\n                    <div class=\"gs-rule-title\">Per Passenger<\/div>\n                    <p>Each traveler is limited to one bag of liquids.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div class=\"gs-tsa-split\">\n                <div class=\"gs-content-box\">\n                    <h2>Optimizing for the &#8220;Quart Bag&#8221;<\/h2>\n                    <p>Since travelers must fit everything into one small bag, <strong>Volume Density<\/strong> is key. Round bottles waste space. Our &#8220;Travel Square&#8221; and &#8220;Flat Oval&#8221; designs allow users to pack 20% more product into the same quart bag compared to cylindrical bottles.<\/p>\n                    \n                    <table class=\"gs-vol-table\">\n                        <thead>\n                            <tr>\n                                <th>Volume<\/th>\n                                <th>US Standard<\/th>\n                                <th>Duration (Est.)<\/th>\n                                <th>Ideal For<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td>30\u30df\u30ea\u30ea\u30c3\u30c8\u30eb<\/td>\n                                <td>1.0 oz<\/td>\n                                <td>Weekend Trip<\/td>\n                                <td>Serums, Oils<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>60\u30df\u30ea\u30ea\u30c3\u30c8\u30eb<\/td>\n                                <td>2.0 oz<\/td>\n                                <td>1 Week<\/td>\n                                <td>Face Wash, Lotion<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>89ml<\/td>\n                                <td>3.0 oz<\/td>\n                                <td>2 Weeks<\/td>\n                                <td>Shampoo, Body Wash<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>100\u30df\u30ea\u30ea\u30c3\u30c8\u30eb<\/td>\n                                <td>3.4 oz<\/td>\n                                <td>Max Limit<\/td>\n                                <td>Sunscreen, Conditioner<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n                <div class=\"gs-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/custom-travel-bottle-banner.jpg\" alt=\"Travel Size Bottle Collection\" style=\"box-shadow: 0 20px 50px rgba(0,0,0,0.1);\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div class=\"gs-tsa-split reverse\">\n                <div class=\"gs-content-box\">\n                    <h2>Physics at 30,000 Feet<\/h2>\n                    <p>At cruising altitude, cabin pressure drops. The air inside a bottle expands. In a rigid bottle with a standard flip-top, this expanding air forces the liquid out\u2014causing the dreaded &#8220;suitcase explosion.&#8221;<\/p>\n                    \n                    <div class=\"gs-tech-box\">\n                        <h3>Our Engineering Solution:<\/h3>\n                        <ul>\n                            <li><strong>Flexible Body:<\/strong> <a href=\"https:\/\/goldensoarpackage.com\/ja\/%e3%82%b7%e3%83%aa%e3%82%b3%e3%83%bc%e3%83%b3%e6%9d%90%e6%96%99\/\">\u30b7\u30ea\u30b3\u30fc\u30f3<\/a> and Soft PE bottles expand slightly to accommodate pressure changes.<\/li>\n                            <li><strong>Valve Technology:<\/strong> We install a cross-slit silicone valve in the cap. It acts as a check-valve, remaining sealed even if pressure builds up. Liquid only flows when the user physically squeezes the bottle.<\/li>\n                            <li><strong>Triple-Seal Cap:<\/strong> The collar features three interlocking ridges to prevent &#8220;neck leakage.&#8221;<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                <div class=\"gs-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/4-oz-Squeeze-Bottles.jpg\" alt=\"Leak Proof Travel Bottle Design\" style=\"box-shadow: 0 20px 50px rgba(0,0,0,0.1);\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <h2 style=\"text-align:center; margin-bottom:50px;\">Build Your Brand&#8217;s Travel Kit<\/h2>\n            <p style=\"text-align:center; max-width:600px; margin:0 auto 50px;\">We offer turnkey solutions including the clear PVC\/EVA zipper bag required by TSA.<\/p>\n            \n            <div class=\"gs-kit-row\">\n                <div class=\"gs-kit-item\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/Lotion-Bottle-with-Pump.jpg\" alt=\"Lotion Pump Bottle\">\n                    <h4>Pump Bottle<\/h4>\n                    <p>For Creams<\/p>\n                <\/div>\n                <div class=\"gs-kit-item\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/aluminum-spray-bottles.jpg\" alt=\"Spray Bottle\">\n                    <h4>Fine Mist<\/h4>\n                    <p>For Toners<\/p>\n                <\/div>\n                <div class=\"gs-kit-item\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/toothpaste-bottle-1.jpg\" alt=\"Squeeze Tube\">\n                    <h4>Squeeze Tube<\/h4>\n                    <p>For Gels<\/p>\n                <\/div>\n                <div class=\"gs-kit-item\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/DSC01501.jpg\" alt=\"Foaming Bottle\">\n                    <h4>Foamer<\/h4>\n                    <p>For Face Wash<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container gs-faq-container\">\n            <h2 style=\"text-align:center; margin-bottom:50px;\">Travel Compliance FAQ<\/h2>\n            \n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Are 100ml bottles strictly allowed everywhere?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    Yes. 100ml (3.4oz) is the global standard set by ICAO (International Civil Aviation Organization). However, the bottle must be <strong>labeled<\/strong> with the volume. An unmarked bottle, even if small, may be confiscated. We ensure volume markers are molded or printed on all our travel SKUs.\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Do silicone bottles work for all liquids?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    Silicone is excellent for thick fluids like shampoo. However, it is not recommended for low-viscosity fluids containing high alcohol (like hair serums or toners) or silicone-based oils, as they may seep or swell the material. For these, we recommend our <a href=\"https:\/\/goldensoarpackage.com\/ja\/%e3%83%9a%e3%83%83%e3%83%88%e6%9d%90%e6%96%99\/\">PET Travel Bottles<\/a>.\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Can I customize the zipper bag?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    Yes. We can customize the EVA or PVC clear bag with your logo silk-screened. We can also customize the zipper pull color to match your brand identity.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-cta-sky\">\n        <div class=\"gs-container\">\n            <h2>Ready for Takeoff?<\/h2>\n            <p style=\"margin-bottom:30px; opacity:0.9;\">Launch your branded travel kit with certified leak-proof packaging. Request a sample kit today.<\/p>\n            <a href=\"#contact-footer\" class=\"gs-btn-white\">Get Travel Samples<\/a>\n            <div style=\"margin-top:30px;\">\n                <a href=\"https:\/\/goldensoarpackage.com\/ja\/support-center\/\" style=\"color:rgba(255,255,255,0.8); font-size:0.9rem; border:none;\">&larr; Back to Support Center<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Home \/ Support Center \/ TSA Bottle Guide Global Aviation Standards Carry-On Compliance Engineered Navigating the &#8220;3-1-1 Rule&#8221; for liquids. We manufacture TSA-approved 100ml (3.4oz) bottles that pass security screening worldwide, featuring leak-proof technology for cabin pressure changes. Understanding the &#8220;3-1-1&#8221; Standard The Transportation Security Administration (TSA) enforces strict limits on liquids in carry-on bags. Your packaging must comply to avoid confiscation. 3.4 Ounces (100ml) Maximum volume per container. Bottles must be marked clearly with volume. 1 Quart Bag All containers must fit comfortably inside a single clear, quart-sized bag. 1 Per Passenger Each traveler is limited to one bag of liquids. Optimizing for the &#8220;Quart Bag&#8221; Since travelers must &#8230; <a title=\"TSA\u8a8d\u53ef\u30dc\u30c8\u30eb\u30b5\u30a4\u30ba\" class=\"read-more\" href=\"https:\/\/goldensoarpackage.com\/ja\/tsa%e6%89%bf%e8%aa%8d%e3%83%9c%e3%83%88%e3%83%ab%e3%82%b5%e3%82%a4%e3%82%ba\/\" aria-label=\"TSA-Approved Bottle Size \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-3568","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/goldensoarpackage.com\/ja\/wp-json\/wp\/v2\/pages\/3568","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=3568"}],"version-history":[{"count":267,"href":"https:\/\/goldensoarpackage.com\/ja\/wp-json\/wp\/v2\/pages\/3568\/revisions"}],"predecessor-version":[{"id":9872,"href":"https:\/\/goldensoarpackage.com\/ja\/wp-json\/wp\/v2\/pages\/3568\/revisions\/9872"}],"wp:attachment":[{"href":"https:\/\/goldensoarpackage.com\/ja\/wp-json\/wp\/v2\/media?parent=3568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}