{"id":18010,"date":"2024-12-23T07:53:41","date_gmt":"2024-12-23T07:53:41","guid":{"rendered":"https:\/\/www.daxinglassbottles.com\/?p=18010"},"modified":"2026-07-10T07:43:30","modified_gmt":"2026-07-10T07:43:30","slug":"cologne-bottle-sizes","status":"publish","type":"post","link":"https:\/\/www.daxinglassbottles.com\/ja\/cologne-bottle-sizes\/","title":{"rendered":"\u9999\u6c34\u306e\u30dc\u30c8\u30eb\u30b5\u30a4\u30ba\uff1a\u6a19\u6e96\u30b5\u30a4\u30ba\u3001\u5bf8\u6cd5\u3001\u8ce2\u3044\u9078\u3073\u65b9\u306e\u5b8c\u5168\u30ac\u30a4\u30c9"},"content":{"rendered":"<style>\n  \/* ============================================================\n     CSS VARIABLES \u2014 LIGHT MODE (Scoped to the container)\n     ============================================================ *\/\n  .custom-cologne-guide {\n    --color-bg: transparent; \/* Changed from #fafaf9 to blend with your WP theme better, or change back if needed *\/\n    --color-text: #1a1a1a;\n    --color-text-secondary: #555555;\n    --color-text-muted: #999999;\n    --color-accent: #a7612e;\n    --color-accent-hover: #8b4f22;\n    --color-accent-bright: #c47a3d;\n    --color-navy: #2a3344;\n    --color-surface: #f5f5f5;\n    --color-surface-card: #f5f5f5;\n    --color-border: rgba(214, 214, 214, 0.49);\n    --color-hr: #e8e6e1;\n    --color-copper: #a7612e;\n    --color-copper-border: rgba(167, 97, 46, 0.7);\n\n    --font-display: 'Newsreader', Georgia, 'Times New Roman', serif;\n    --font-body: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n\n    --prose-width: 680px;\n    --bp-margin: 2.5em;\n    --bp-padding: 24px;\n    --section-gap: 4.5em;\n\n    --radius-sm: 4px;\n    --radius-md: 6px;\n\n    --color-accent-alpha: rgba(167, 97, 46, 0.04);\n    \n    font-family: var(--font-body);\n    font-size: 17px;\n    line-height: 1.7;\n    color: var(--color-text);\n    background: var(--color-bg);\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    transition: color 0.3s, background 0.3s;\n  }\n\n\n  \/* ============================================================\n     READING PROGRESS BAR\n     ============================================================ *\/\n  .custom-cologne-guide #reading-progress {\n    position: fixed;\n    top: 0;\n    left: 0;\n    height: 4px;\n    background: linear-gradient(90deg, var(--color-accent), var(--color-accent-bright));\n    width: 0%;\n    z-index: 9999;\n    transition: width 60ms linear;\n    will-change: width;\n  }\n\n  \/* ============================================================\n     ARTICLE CONTAINER\n     ============================================================ *\/\n  .custom-cologne-guide .article-container {\n    max-width: var(--prose-width);\n    margin: 0 auto;\n    padding: 1.5em 0 4em 0;\n  }\n\n  \/* ============================================================\n     HEADINGS\n     ============================================================ *\/\n  .custom-cologne-guide h1 {\n    font-family: var(--font-display);\n    font-weight: 700;\n    font-size: 2.4rem;\n    line-height: 1.15;\n    color: var(--color-text);\n    margin: 1.2em 0 0.6em 0;\n    letter-spacing: -0.01em;\n  }\n\n  .custom-cologne-guide h2 {\n    font-family: var(--font-display);\n    font-weight: 600;\n    font-size: 1.65rem;\n    line-height: 1.25;\n    color: var(--color-text);\n    margin: 0 0 0.7em 0;\n    position: relative;\n    scroll-margin-top: 1.5em;\n  }\n\n  .custom-cologne-guide h3 {\n    font-family: var(--font-display);\n    font-weight: 600;\n    font-size: 1.25rem;\n    line-height: 1.3;\n    color: var(--color-text);\n    margin: 1.6em 0 0.6em 0;\n  }\n\n  \/* ============================================================\n     H2 SECTION MARKERS (01\u201305)\n     ============================================================ *\/\n  .custom-cologne-guide .h2-marker {\n    display: none;\n  }\n\n  @media (min-width: 769px) {\n    .custom-cologne-guide h2 {\n      padding-left: 0;\n    }\n    .custom-cologne-guide .h2-marker {\n      display: block;\n      position: absolute;\n      left: -3.4rem;\n      top: 0.08em;\n      font-family: var(--font-display);\n      font-weight: 700;\n      font-size: 0.65em;\n      color: var(--color-accent);\n      opacity: 0.55;\n      line-height: 1;\n      pointer-events: none;\n      user-select: none;\n    }\n  }\n\n  \/* ============================================================\n     PROSE ELEMENTS\n     ============================================================ *\/\n  .custom-cologne-guide p {\n    margin-bottom: 1.2em;\n    color: var(--color-text);\n    box-sizing: border-box;\n  }\n\n  .custom-cologne-guide strong { font-weight: 700; }\n  .custom-cologne-guide em { font-style: italic; }\n\n  \/* ============================================================\n     LINKS\n     ============================================================ *\/\n  .custom-cologne-guide a {\n    color: var(--color-accent);\n    text-decoration: underline;\n    text-decoration-thickness: 1px;\n    text-underline-offset: 2px;\n    transition: color 0.2s;\n  }\n  .custom-cologne-guide a:hover {\n    color: var(--color-accent-hover);\n  }\n\n  \/* ============================================================\n     TABLES\n     ============================================================ *\/\n  .custom-cologne-guide .table-wrapper {\n    overflow-x: auto;\n    margin: 1.8em 0;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .custom-cologne-guide table {\n    width: 100%;\n    border-collapse: collapse;\n    font-family: var(--font-body);\n    font-size: 0.95rem;\n  }\n\n  .custom-cologne-guide th {\n    background: var(--color-navy);\n    color: #ffffff;\n    font-family: var(--font-body);\n    font-weight: 600;\n    font-size: 0.8rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    padding: 12px 16px;\n    text-align: left;\n    white-space: nowrap;\n  }\n\n  .custom-cologne-guide td {\n    padding: 10px 16px;\n    border-bottom: 1px solid var(--color-border);\n    vertical-align: middle;\n    font-size: 0.95rem;\n    color: var(--color-text);\n  }\n\n  .custom-cologne-guide tr:nth-child(even) td {\n    background: var(--color-accent-alpha);\n  }\n\n  \/* ============================================================\n     BLOCKQUOTES\n     ============================================================ *\/\n  .custom-cologne-guide blockquote {\n    border-left: 3px solid var(--color-accent);\n    padding: 0.5em 0 0.5em 1.2em;\n    margin: 1.5em 0;\n    font-style: italic;\n    font-weight: 400;\n    color: var(--color-text-secondary);\n    background: transparent;\n  }\n\n  \/* ============================================================\n     LISTS\n     ============================================================ *\/\n  .custom-cologne-guide ul, .custom-cologne-guide ol {\n    padding-left: 1.5em;\n    margin: 1em 0;\n  }\n\n  .custom-cologne-guide ul li {\n    list-style: disc;\n    margin-bottom: 0.4em;\n    line-height: 1.6;\n  }\n\n  .custom-cologne-guide ul li::marker {\n    color: var(--color-accent);\n  }\n\n  .custom-cologne-guide ol li {\n    list-style: decimal;\n    margin-bottom: 0.4em;\n    line-height: 1.6;\n  }\n\n  \/* ============================================================\n     HORIZONTAL RULES\n     ============================================================ *\/\n  .custom-cologne-guide hr {\n    border: none;\n    height: 1px;\n    background: var(--color-hr);\n    margin: 3em 0;\n    width: 100%;\n  }\n\n  \/* ============================================================\n     SECTION SPACING\n     ============================================================ *\/\n  .custom-cologne-guide .section-block {\n    margin-top: var(--section-gap);\n  }\n\n  \/* ============================================================\n     BP-1: STAT BANNER \u2014 Big Three dominance\n     ============================================================ *\/\n  .custom-cologne-guide .bp-1-stat-banner {\n    display: flex;\n    gap: 1.5em;\n    align-items: center;\n    background: var(--color-navy);\n    border-radius: var(--radius-md);\n    padding: 28px 32px;\n    margin: var(--bp-margin) 0;\n    opacity: 0;\n    transform: translateY(16px);\n    transition: opacity 300ms cubic-bezier(0.16, 1, 0.3, 1), transform 300ms cubic-bezier(0.16, 1, 0.3, 1);\n    box-sizing: border-box;\n  }\n  .custom-cologne-guide .bp-1-stat-banner.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .custom-cologne-guide .bp-1-icon {\n    flex-shrink: 0;\n    color: var(--color-accent);\n    width: 40px;\n    height: 40px;\n  }\n\n  .custom-cologne-guide .bp-1-stat-group {\n    display: flex;\n    gap: 2em;\n    flex: 1;\n    justify-content: space-around;\n  }\n\n  .custom-cologne-guide .bp-1-stat {\n    text-align: center;\n  }\n\n  .custom-cologne-guide .bp-1-stat-value {\n    font-family: var(--font-display);\n    font-weight: 700;\n    font-size: 2.4rem;\n    line-height: 1.1;\n    color: #ffffff;\n  }\n\n  .custom-cologne-guide .bp-1-stat-label {\n    font-family: var(--font-body);\n    font-weight: 600;\n    font-size: 0.75rem;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    color: var(--color-accent);\n    margin-top: 2px;\n  }\n\n  \/* ============================================================\n     BP-2: BOTTLE SIZE REFERENCE CARDS\n     ============================================================ *\/\n  .custom-cologne-guide .bp-2-size-ref {\n    display: flex;\n    gap: 0;\n    justify-content: space-between;\n    margin: var(--bp-margin) 0;\n    opacity: 0;\n    transform: translateY(16px);\n    transition: opacity 300ms cubic-bezier(0.16, 1, 0.3, 1), transform 300ms cubic-bezier(0.16, 1, 0.3, 1);\n  }\n  .custom-cologne-guide .bp-2-size-ref.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .custom-cologne-guide .bp-2-size-card {\n    flex: 1;\n    text-align: center;\n    padding: 20px 12px;\n    background: var(--color-surface-card);\n    border-bottom: 3px solid var(--color-accent);\n    border-radius: var(--radius-sm) var(--radius-sm) 0 0;\n    transition: transform 200ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 200ms cubic-bezier(0.16, 1, 0.3, 1);\n    box-sizing: border-box;\n  }\n\n  .custom-cologne-guide .bp-2-size-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);\n  }\n\n\n  .custom-cologne-guide .bp-2-size-visual {\n    display: flex;\n    align-items: flex-end;\n    justify-content: center;\n    min-height: 110px;\n  }\n\n  .custom-cologne-guide .bp-2-size-visual svg {\n    display: block;\n    stroke: var(--color-text-secondary);\n    stroke-width: 1.5;\n    fill: none;\n  }\n\n  .custom-cologne-guide .bp-2-size-label {\n    font-family: var(--font-body);\n    font-weight: 600;\n    font-size: 0.9rem;\n    margin-top: 12px;\n    color: var(--color-text);\n  }\n\n  .custom-cologne-guide .bp-2-size-dims {\n    font-family: var(--font-body);\n    font-weight: 400;\n    font-size: 0.75rem;\n    color: var(--color-text-secondary);\n    margin-top: 2px;\n  }\n\n  \/* ============================================================\n     BP-3: WEIGHT REFERENCE CARD\n     ============================================================ *\/\n  .custom-cologne-guide .bp-3-weight-ref {\n    display: flex;\n    gap: 1em;\n    align-items: center;\n    padding: 20px 24px;\n    background: var(--color-surface-card);\n    border-left: 3px solid var(--color-accent);\n    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;\n    margin: var(--bp-margin) 0;\n    opacity: 0;\n    transform: translateY(16px);\n    transition: opacity 300ms cubic-bezier(0.16, 1, 0.3, 1), transform 300ms cubic-bezier(0.16, 1, 0.3, 1);\n    box-sizing: border-box;\n  }\n  .custom-cologne-guide .bp-3-weight-ref.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n  .custom-cologne-guide .bp-3-weight-ref:hover {\n    background: var(--color-surface);\n  }\n\n  .custom-cologne-guide .bp-3-icon {\n    flex-shrink: 0;\n    color: var(--color-text-secondary);\n    width: 32px;\n    height: 32px;\n  }\n\n  .custom-cologne-guide .bp-3-content {\n    display: flex;\n    flex-direction: column;\n  }\n\n  .custom-cologne-guide .bp-3-title {\n    font-family: var(--font-body);\n    font-weight: 700;\n    font-size: 1.05rem;\n    color: var(--color-text);\n  }\n\n  .custom-cologne-guide .bp-3-comparison {\n    font-family: var(--font-body);\n    font-weight: 400;\n    font-size: 0.9rem;\n    color: var(--color-text-secondary);\n    margin-top: 2px;\n  }\n\n  \/* ============================================================\n     BP-4: COMMUNITY INSIGHT PULL QUOTE\n     ============================================================ *\/\n  .custom-cologne-guide .bp-4-pullquote {\n    position: relative;\n    text-align: center;\n    padding: 2.5em 2em;\n    margin: var(--bp-margin) 0;\n    opacity: 0;\n    transform: translateY(12px);\n    transition: opacity 300ms cubic-bezier(0.16, 1, 0.3, 1), transform 300ms cubic-bezier(0.16, 1, 0.3, 1);\n    box-sizing: border-box;\n  }\n  .custom-cologne-guide .bp-4-pullquote.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .custom-cologne-guide .bp-4-decoration {\n    position: absolute;\n    top: -0.15em;\n    left: 50%;\n    transform: translateX(-50%);\n    font-family: var(--font-display);\n    font-size: 5rem;\n    font-weight: 700;\n    color: var(--color-accent);\n    opacity: 0.15;\n    line-height: 1;\n    pointer-events: none;\n    user-select: none;\n  }\n\n  .custom-cologne-guide .bp-4-quote {\n    font-family: var(--font-display);\n    font-style: italic;\n    font-weight: 600;\n    font-size: 1.25rem;\n    line-height: 1.5;\n    color: var(--color-text);\n    position: relative;\n    z-index: 1;\n  }\n\n  .custom-cologne-guide .bp-4-attribution {\n    font-family: var(--font-body);\n    font-weight: 400;\n    font-size: 0.8rem;\n    color: var(--color-text-muted);\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    margin-top: 1em;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* ============================================================\n     BP-5: PURCHASE PHILOSOPHY CARD\n     ============================================================ *\/\n  .custom-cologne-guide .bp-5-insight {\n    display: flex;\n    gap: 1em;\n    align-items: flex-start;\n    padding: 24px;\n    border-left: 3px solid var(--color-accent);\n    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;\n    margin: var(--bp-margin) 0;\n    opacity: 0;\n    transform: translateY(16px);\n    transition: opacity 300ms cubic-bezier(0.16, 1, 0.3, 1), transform 300ms cubic-bezier(0.16, 1, 0.3, 1);\n    box-sizing: border-box;\n  }\n  .custom-cologne-guide .bp-5-insight.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .custom-cologne-guide .bp-5-icon {\n    flex-shrink: 0;\n    color: var(--color-accent);\n    width: 28px;\n    height: 28px;\n    margin-top: 2px;\n  }\n\n  .custom-cologne-guide .bp-5-content {\n    flex: 1;\n  }\n\n  .custom-cologne-guide .bp-5-rule {\n    font-family: var(--font-body);\n    font-weight: 700;\n    font-size: 1.15rem;\n    color: var(--color-text);\n    margin-bottom: 6px;\n  }\n\n  .custom-cologne-guide .bp-5-explanation {\n    font-family: var(--font-body);\n    font-weight: 400;\n    font-size: 0.9rem;\n    color: var(--color-text-secondary);\n  }\n\n  \/* ============================================================\n     BP-6: STOCK vs CUSTOM DECISION CARDS\n     ============================================================ *\/\n  .custom-cologne-guide .bp-6-decision-cards {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1em;\n    margin: var(--bp-margin) 0;\n    opacity: 0;\n    transform: translateY(16px);\n    transition: opacity 300ms cubic-bezier(0.16, 1, 0.3, 1), transform 300ms cubic-bezier(0.16, 1, 0.3, 1);\n  }\n  .custom-cologne-guide .bp-6-decision-cards.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .custom-cologne-guide .bp-6-card {\n    padding: 24px;\n    background: var(--color-surface-card);\n    border-radius: var(--radius-md);\n    transition: transform 200ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 200ms cubic-bezier(0.16, 1, 0.3, 1);\n    box-sizing: border-box;\n  }\n\n  .custom-cologne-guide .bp-6-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);\n  }\n\n  .custom-cologne-guide .bp-6-card-header {\n    display: flex;\n    gap: 0.6em;\n    align-items: center;\n    padding-bottom: 12px;\n    margin-bottom: 16px;\n  }\n\n  .custom-cologne-guide .bp-6-card--stock .bp-6-card-header {\n    border-bottom: 2px solid rgba(167, 97, 46, 0.3);\n  }\n\n  .custom-cologne-guide .bp-6-card--custom .bp-6-card-header {\n    border-bottom: 2px solid rgba(42, 51, 68, 0.3);\n  }\n\n  .custom-cologne-guide .bp-6-card-header-icon {\n    flex-shrink: 0;\n    width: 22px;\n    height: 22px;\n  }\n\n  .custom-cologne-guide .bp-6-card--stock .bp-6-card-header-icon {\n    color: var(--color-accent);\n  }\n\n  .custom-cologne-guide .bp-6-card--custom .bp-6-card-header-icon {\n    color: var(--color-navy);\n  }\n\n  .custom-cologne-guide .bp-6-card-title {\n    font-family: var(--font-body);\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: var(--color-text);\n  }\n\n  .custom-cologne-guide .bp-6-spec {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 6px 0;\n    font-size: 0.85rem;\n    border-bottom: 1px solid var(--color-border);\n  }\n\n  .custom-cologne-guide .bp-6-spec:last-child {\n    border-bottom: none;\n  }\n\n  .custom-cologne-guide .bp-6-spec-label {\n    font-weight: 400;\n    color: var(--color-text-secondary);\n  }\n\n  .custom-cologne-guide .bp-6-spec-value {\n    font-weight: 600;\n    color: var(--color-text);\n  }\n\n  \/* ============================================================\n     BP-7: PRE-PRODUCTION CHECKLIST\n     ============================================================ *\/\n  .custom-cologne-guide .bp-7-checklist {\n    padding: 24px 28px;\n    background: var(--color-surface-card);\n    border-left: 3px solid var(--color-copper-border);\n    border-radius: 0 var(--radius-md) var(--radius-md) 0;\n    margin: var(--bp-margin) 0;\n    opacity: 0;\n    transform: translateY(16px);\n    transition: opacity 300ms cubic-bezier(0.16, 1, 0.3, 1), transform 300ms cubic-bezier(0.16, 1, 0.3, 1);\n    box-sizing: border-box;\n  }\n  .custom-cologne-guide .bp-7-checklist.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .custom-cologne-guide .bp-7-header {\n    display: flex;\n    gap: 0.6em;\n    align-items: center;\n    margin-bottom: 1em;\n  }\n\n  .custom-cologne-guide .bp-7-icon {\n    flex-shrink: 0;\n    color: var(--color-copper);\n    width: 24px;\n    height: 24px;\n  }\n\n  .custom-cologne-guide .bp-7-title {\n    font-family: var(--font-body);\n    font-weight: 700;\n    font-size: 1rem;\n    color: var(--color-text);\n  }\n\n  .custom-cologne-guide .bp-7-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .custom-cologne-guide .bp-7-item {\n    display: flex;\n    gap: 0.6em;\n    align-items: baseline;\n    padding: 6px 0;\n    font-size: 0.9rem;\n    color: var(--color-text);\n  }\n\n  .custom-cologne-guide .bp-7-item-icon {\n    flex-shrink: 0;\n    width: 16px;\n    height: 16px;\n    color: var(--color-accent);\n    margin-top: 0.2em;\n  }\n\n  \/* ============================================================\n     RESPONSIVE \u2014 TABLET (768px and below)\n     ============================================================ *\/\n  @media (max-width: 768px) {\n    .custom-cologne-guide {\n      font-size: 16px;\n    }\n\n    .custom-cologne-guide h1 {\n      font-size: 1.8rem;\n      margin: 1em 0 0.5em 0;\n    }\n\n    .custom-cologne-guide h2 {\n      font-size: 1.35rem;\n    }\n\n    .custom-cologne-guide h3 {\n      font-size: 1.1rem;\n    }\n\n    .custom-cologne-guide .h2-marker {\n      display: none !important;\n    }\n\n    \/* BP-1 mobile *\/\n    .custom-cologne-guide .bp-1-stat-banner {\n      flex-direction: column;\n      gap: 1em;\n      padding: 24px 20px;\n    }\n\n    .custom-cologne-guide .bp-1-stat-group {\n      flex-direction: column;\n      gap: 1em;\n    }\n\n    .custom-cologne-guide .bp-1-stat-value {\n      font-size: 2rem;\n    }\n\n    \/* BP-2 mobile *\/\n    .custom-cologne-guide .bp-2-size-ref {\n      flex-direction: column;\n      gap: 1em;\n    }\n\n    .custom-cologne-guide .bp-2-size-card {\n      transform: none !important;\n    }\n\n    .custom-cologne-guide .bp-2-size-card:hover {\n      transform: translateY(-3px) !important;\n    }\n\n    .custom-cologne-guide .bp-2-size-visual {\n      min-height: 80px;\n    }\n\n    \/* BP-4 mobile *\/\n    .custom-cologne-guide .bp-4-pullquote {\n      padding: 1.8em 1em;\n    }\n\n    .custom-cologne-guide .bp-4-decoration {\n      display: none;\n    }\n\n    .custom-cologne-guide .bp-4-quote {\n      font-size: 1.1rem;\n    }\n\n    \/* BP-6 mobile *\/\n    .custom-cologne-guide .bp-6-decision-cards {\n      grid-template-columns: 1fr;\n    }\n\n    .custom-cologne-guide th {\n      white-space: normal;\n    }\n  }\n\n  \/* ============================================================\n     RESPONSIVE \u2014 480px and below\n     ============================================================ *\/\n  @media (max-width: 480px) {\n    .custom-cologne-guide {\n      font-size: 15px;\n    }\n\n    .custom-cologne-guide h1 {\n      font-size: 1.5rem;\n    }\n\n    .custom-cologne-guide h2 {\n      font-size: 1.2rem;\n    }\n\n    .custom-cologne-guide .article-container {\n      padding: 1em 0 3em 0;\n    }\n\n    .custom-cologne-guide .bp-3-weight-ref {\n      flex-direction: column;\n      text-align: center;\n      gap: 0.5em;\n    }\n  }\n\n  \/* ============================================================\n     RESPONSIVE \u2014 Wide desktop (1024px+)\n     ============================================================ *\/\n  @media (min-width: 1024px) {\n    .custom-cologne-guide .article-container {\n      padding: 2em 0 5em 0;\n    }\n\n    .custom-cologne-guide h1 {\n      font-size: 2.6rem;\n    }\n  }\n\n<\/style>\n\n<div class=\"custom-cologne-guide\">\n\n  <div id=\"reading-progress\" role=\"progressbar\" aria-label=\"Reading progress\"><\/div>\n\n  <article class=\"article-container\">\n\n    <h1>\u9999\u6c34\u306e\u30dc\u30c8\u30eb\u30b5\u30a4\u30ba\uff1a\u6a19\u6e96\u30b5\u30a4\u30ba\u3001\u5bf8\u6cd5\u3001\u8ce2\u3044\u9078\u3073\u65b9\u306e\u5b8c\u5168\u30ac\u30a4\u30c9<\/h1>\n\n    <p>\u3042\u306a\u305f\u306f\u30d5\u30ec\u30b0\u30e9\u30f3\u30b9\u58f2\u308a\u5834\u306e\u524d\u306b\u7acb\u3063\u3066\u3044\u308b\u2015\u2015\u3042\u308b\u3044\u306f\u5546\u54c1\u30da\u30fc\u30b8\u3092\u3058\u3063\u3068\u898b\u3064\u3081\u3066\u3044\u308b\u2015\u2015\u30021.7\u30aa\u30f3\u30b9\u306e\u30dc\u30c8\u30eb\u306f\u6065\u305a\u304b\u3057\u3044\u307b\u3069\u5c0f\u3055\u304f\u898b\u3048\u308b\u306e\u304b\u3001\u305d\u308c\u3068\u30823.4\u30aa\u30f3\u30b9\u306f\u4f7f\u3044\u5207\u308c\u306a\u3044\u307b\u3069\u5927\u5bb9\u91cf\u3059\u304e\u308b\u306e\u304b\u3001\u3068\u8ff7\u3063\u3066\u3044\u308b\u3002\u305d\u3093\u306a\u601d\u3044\u3092\u62b1\u3044\u3066\u3044\u308b\u306e\u306f\u3042\u306a\u305f\u3060\u3051\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u9999\u6c34\u306e\u30dc\u30c8\u30eb\u30b5\u30a4\u30ba\u306f\u3001\u9999\u6c34\u3092\u8cfc\u5165\u3059\u308b\u969b\u306b\u6700\u3082\u5206\u304b\u308a\u306b\u304f\u3044\u70b9\u306e\u4e00\u3064\u3067\u3059\u3002\u753b\u9762\u4e0a\u306e\u5bb9\u91cf\u306e\u6570\u5b57\u3060\u3051\u3067\u306f\u3001\u5b9f\u969b\u306b\u30dc\u30c8\u30eb\u304c\u3069\u306e\u3088\u3046\u306a\u898b\u305f\u76ee\u306a\u306e\u304b\u3001\u624b\u306b\u6301\u3063\u305f\u6642\u306e\u611f\u89e6\u304c\u3069\u306e\u3088\u3046\u306a\u3082\u306e\u306a\u306e\u304b\u3001\u307b\u3068\u3093\u3069\u5224\u65ad\u3067\u304d\u307e\u305b\u3093\u3002.<\/p>\n\n    <p>\u3053\u306e\u8a18\u4e8b\u3067\u306f\u3001\u30b3\u30ed\u30f3\u30dc\u30c8\u30eb\u306e\u6a19\u6e96\u7684\u306a\u30b5\u30a4\u30ba\u4e00\u89a7\u3001\u305d\u308c\u305e\u308c\u306e\u5916\u89b3\u3001\u5b9f\u969b\u306e\u30e9\u30a4\u30d5\u30b9\u30bf\u30a4\u30eb\u306b\u5408\u308f\u305b\u305f\u30b5\u30a4\u30ba\u306e\u9078\u3073\u65b9\u3001\u305d\u3057\u3066\u2015\u2015\u30d5\u30ec\u30b0\u30e9\u30f3\u30b9\u30d6\u30e9\u30f3\u30c9\u3092\u7acb\u3061\u4e0a\u3052\u308b\u65b9\u306b\u5411\u3051\u3066\u2015\u2015\u88fd\u9020\u306e\u89b3\u70b9\u304b\u3089\u88fd\u54c1\u30e9\u30a4\u30f3\u306e\u30b5\u30a4\u30ba\u69cb\u6210\u3092\u8003\u3048\u308b\u65b9\u6cd5\u306b\u3064\u3044\u3066\u89e3\u8aac\u3057\u307e\u3059\u3002.<\/p>\n\n<img\nsrc=\"https:\/\/www.daxinglassbottles.com\/wp-content\/uploads\/2024\/12\/cologne-bottle.webp\" style=\"width: 512px; height: 384px; max-width: 100%; object-fit: cover; border-radius: 12px; margin: 30px auto; display: block; box-shadow: 10px 10px 60px 0px rgba(210, 221, 224, 0.35); transition: all 0.3s ease; cursor: pointer;\"\nonmouseover=\"this.style.transform='translateY(-5px) scale(1.03)'; this.style.boxShadow='15px 25px 80px 0px rgba(210, 221, 224, 0.45)'\"\nonmouseout=\"this.style.transform='translateY(0) scale(1)'; this.style.boxShadow='10px 10px 60px 0px rgba(210, 221, 224, 0.35)'\">\n\n    <hr>\n\n    <h2 id=\"standard-sizes\">\n      <span class=\"h2-marker\">01<\/span>\n      \u30b3\u30ed\u30f3\u30dc\u30c8\u30eb\u306e\u6a19\u6e96\u30b5\u30a4\u30ba \u2014 \u30b5\u30a4\u30ba\u4e00\u89a7\u8868\uff08\u5b8c\u5168\u7248\uff09\n    <\/h2>\n\n    <p>\u500b\u3005\u306e\u30b5\u30a4\u30ba\u306b\u3064\u3044\u3066\u8a73\u3057\u304f\u8aac\u660e\u3059\u308b\u524d\u306b\u3001\u307e\u305a\u6c7a\u3081\u3066\u304a\u304f\u3079\u304d\u6570\u5b57\u304c2\u3064\u3042\u308a\u307e\u3059\uff1a <strong>1 \u6db2\u91cf\u30aa\u30f3\u30b9\uff08fl oz\uff09\u306f\u3001\u304a\u3088\u305d 30 \u30df\u30ea\u30ea\u30c3\u30c8\u30eb\uff08ml\uff09\u306b\u76f8\u5f53\u3057\u307e\u3059\u3002<\/strong>. \u3002\u3088\u308a\u6b63\u78ba\u306b\u306f\u30011 US fl oz = 29.57 ml\u3067\u3059\u304c\u3001\u9999\u6c34\u696d\u754c\u3067\u306f\u5b9f\u7528\u4e0a\u306e\u90fd\u5408\u304b\u308930 ml\u306b\u56db\u6368\u4e94\u5165\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u76ee\u306b\u3059\u308b\u3042\u3089\u3086\u308b\u30b5\u30a4\u30ba\u8868\u3001\u88fd\u54c1\u30e9\u30d9\u30eb\u3001\u4fa1\u683c\u6bd4\u8f03\u306f\u3001\u3059\u3079\u3066\u3053\u306e1\u3064\u306e\u63db\u7b97\u306b\u57fa\u3065\u3044\u3066\u3044\u307e\u3059\u3002.<\/p>\n\n    <p>\u7b2c\u4e8c\u306b\u3001\u3053\u308c\u3089\u306e\u5bb9\u91cf\u306f\u5e02\u5834\u306b\u304a\u3051\u308b\u6163\u7fd2\u3067\u3042\u308a\u3001\u6cd5\u7684\u57fa\u6e96\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u30b3\u30ed\u30f3\u74f6\u306e\u5bb9\u91cf\u304c50ml\u307e\u305f\u306f100ml\u3067\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u3068\u5b9a\u3081\u308b\u898f\u5236\u306f\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\u3053\u308c\u3089\u306e\u6570\u5024\u304c\u6a19\u6e96\u3068\u306a\u3063\u305f\u306e\u306f\u3001\u88fd\u9020\u52b9\u7387\u3001\u5c0f\u58f2\u5e97\u306e\u68da\u30b9\u30da\u30fc\u30b9\u306e\u7d4c\u6e08\u6027\u3001\u305d\u3057\u3066\u6d88\u8cbb\u8005\u306e\u5fc3\u7406\u306e\u30d0\u30e9\u30f3\u30b9\u304c\u53d6\u308c\u3066\u3044\u308b\u305f\u3081\u3067\u3042\u308a\u3001\u4f55\u5341\u5e74\u306b\u3082\u308f\u305f\u3063\u3066\u5b9a\u7740\u3057\u3066\u304d\u307e\u3057\u305f\u3002.<\/p>\n\n    <h3>\u30b5\u30f3\u30d7\u30eb\u30fb\u30c8\u30e9\u30d9\u30eb\u30b5\u30a4\u30ba\uff081 ml\uff5e15 ml\uff09<\/h3>\n\n    <p>\u6700\u3082\u5c0f\u3055\u306a\u30dc\u30c8\u30eb\u306b\u306f\u3001\u30d6\u30e9\u30f3\u30c9\u306b\u3068\u3063\u3066\u306f\u7121\u6599\u306e\u5ba3\u4f1d\u624b\u6bb5\u3068\u3057\u3066\u3001\u305d\u3057\u3066\u6d88\u8cbb\u8005\u306b\u3068\u3063\u3066\u306f\u6301\u3061\u904b\u3073\u306e\u3057\u3084\u3059\u3055\u3068\u3044\u3046\u30012\u3064\u306e\u307e\u3063\u305f\u304f\u7570\u306a\u308b\u76ee\u7684\u304c\u3042\u308a\u307e\u3059\u3002.<\/p>\n\n    <p><strong>1\uff5e2 ml\u306e\u30b5\u30f3\u30d7\u30eb\u30d0\u30a4\u30a2\u30eb<\/strong> \u3053\u308c\u3089\u306f\u696d\u754c\u306b\u304a\u3051\u308b\u300c\u6328\u62f6\u300d\u306e\u3088\u3046\u306a\u3082\u306e\u3067\u3059\u3002\u30d6\u30e9\u30f3\u30c9\u306f\u3001\u304a\u8a66\u3057\u30bb\u30c3\u30c8\u3084\u30c7\u30d1\u30fc\u30c8\u306e\u30ab\u30a6\u30f3\u30bf\u30fc\u3001\u30aa\u30f3\u30e9\u30a4\u30f3\u6ce8\u6587\u3092\u901a\u3058\u3066\u3053\u308c\u3089\u3092\u914d\u5e03\u3057\u3066\u3044\u307e\u3059\u30021ml\u306e\u30d0\u30a4\u30a2\u30eb\u3067\u7d0410\u56de\u30b9\u30d7\u30ec\u30fc\u3067\u304d\u30012\uff5e3\u56de\u5206\u3068\u3057\u3066\u5341\u5206\u306a\u91cf\u3067\u3059\u3002\u3053\u308c\u3089\u306f\u8cfc\u5165\u3059\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u305f\u3082\u306e\u3067\u306f\u306a\u304f\u3001\u808c\u306b\u9999\u308a\u3092\u99b4\u67d3\u307e\u305b\u3066\u3001\u30d5\u30eb\u30b5\u30a4\u30ba\u306e\u30dc\u30c8\u30eb\u3092\u8cfc\u5165\u3057\u3066\u3082\u3089\u3046\u305f\u3081\u306e\u3082\u306e\u3067\u3059\u3002.<\/p>\n\n    <p><strong>5 ml\u306e\u30df\u30cb\u30dc\u30c8\u30eb<\/strong> \u4e2d\u9593\u306e\u4f4d\u7f6e\u3065\u3051\u306b\u3042\u308a\u307e\u3059\u3002\u7d0450\uff5e75\u56de\u5206\u306e\u30b9\u30d7\u30ec\u30fc\u304c\u5165\u3063\u3066\u304a\u308a\u3001\u901a\u5e38\u306f\u30d5\u30eb\u30b5\u30a4\u30ba\u30dc\u30c8\u30eb\u306e\u30c7\u30b6\u30a4\u30f3\u3092\u30df\u30cb\u30c1\u30e5\u30a2\u5316\u3057\u305f\u3082\u306e\u304c\u4e3b\u6d41\u3067\u3059\u3002\u30b3\u30ec\u30af\u30bf\u30fc\u306f\u7cbe\u5de7\u306a\u4f5c\u308a\u304b\u3089\u3053\u308c\u3089\u3092\u611b\u7528\u3057\u3001\u5b9f\u7528\u7684\u306a\u30e6\u30fc\u30b6\u30fc\u306f\u30b0\u30ed\u30fc\u30d6\u30dc\u30c3\u30af\u30b9\u3084\u30b8\u30e0\u30d0\u30c3\u30b0\u306b\u5165\u308c\u3066\u6301\u3061\u6b69\u304f\u306e\u306b\u91cd\u5b9d\u3057\u3066\u3044\u307e\u3059\u3002.<\/p>\n\n    <p><strong>10\uff5e15 ml\u306e\u30c8\u30e9\u30d9\u30eb\u7528\u30b9\u30d7\u30ec\u30fc<\/strong> \u6a5f\u80fd\u6027\u3068\u30b3\u30b9\u30c8\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u304c\u878d\u5408\u3057\u305f\u88fd\u54c1\u3067\u3059\u300210ml\u306e\u30a2\u30c8\u30de\u30a4\u30b6\u30fc\u306a\u3089\u3001\u7d04100\uff5e150\u56de\u306e\u30b9\u30d7\u30ec\u30fc\u304c\u53ef\u80fd\u3067\u3001\u6bce\u65e5\u4f7f\u7528\u3057\u3066\u30823\uff5e4\u9031\u9593\u6301\u3061\u307e\u3059\u3002\u3053\u308c\u3089\u306fTSA\u306e\u898f\u5b9a\u306b\u6e96\u62e0\u3057\u3066\u304a\u308a\uff08\u6a5f\u5185\u6301\u3061\u8fbc\u307f\u5236\u9650\u306e3.4\u30aa\u30f3\u30b9\uff0f100ml\u3092\u5927\u5e45\u306b\u4e0b\u56de\u3063\u3066\u3044\u307e\u3059\uff09\u3001\u591a\u304f\u306e\u88fd\u54c1\u304c\u30af\u30ea\u30f3\u30d7\u30cd\u30c3\u30af\u3067\u306f\u306a\u304f\u30b9\u30af\u30ea\u30e5\u30fc\u30cd\u30c3\u30af\u5f0f\u3067\u8a70\u3081\u66ff\u3048\u304c\u53ef\u80fd\u3067\u3042\u308b\u305f\u3081\u3001\u65c5\u884c\u306b\u6700\u9069\u306a\u76f8\u68d2\u3068\u8a00\u3048\u307e\u3059\u3002Travalo\u3084\u3055\u307e\u3056\u307e\u306a\u30cb\u30c3\u30c1\u30d6\u30e9\u30f3\u30c9\u306f\u3001\u8a70\u3081\u66ff\u3048\u53ef\u80fd\u306a10ml\u30b5\u30a4\u30ba\u3092\u8ef8\u306b\u3001\u88fd\u54c1\u30e9\u30a4\u30f3\u5168\u4f53\u3092\u5c55\u958b\u3057\u3066\u3044\u307e\u3059\u3002.<\/p>\n\n    <h3>\u5c0f\u58f2\u7528\u30b5\u30a4\u30ba\u306e\u300c\u30d3\u30c3\u30b0\u30b9\u30ea\u30fc\u300d\uff0830ml\u300150ml\u3001100ml\uff09<\/h3>\n\n    <p>\u3053\u308c\u30893\u3064\u306e\u30b5\u30a4\u30ba\u306f\u3001\u5c0f\u58f2\u5e97\u3067\u8ca9\u58f2\u3055\u308c\u308b\u3059\u3079\u3066\u306e\u30b3\u30ed\u30f3\u30dc\u30c8\u30eb\u306e\u7d0495%\u3092\u5360\u3081\u3066\u3044\u307e\u3059\u3002\u30b3\u30ed\u30f3\u30dc\u30c8\u30eb\u306e\u30b5\u30a4\u30ba\u306b\u3064\u3044\u3066\u4ed6\u306b\u4f55\u3082\u77e5\u3089\u306a\u304f\u3066\u3082\u3001\u3053\u306e3\u3064\u3055\u3048\u7406\u89e3\u3057\u3066\u3044\u308c\u3070\u5341\u5206\u3067\u3059\u3002.<\/p>\n\n    <div class=\"table-wrapper\">\n      <table>\n        <thead>\n          <tr>\n            <th>\u30b5\u30a4\u30ba<\/th>\n            <th>\u6db2\u91cf\u30aa\u30f3\u30b9<\/th>\n            <th>\u304a\u304a\u3088\u305d\u306e\u5674\u5c04\u56de\u6570<\/th>\n            <th>\u30e9\u30b9\u30c8\uff08\u65e5\u5e38\u4f7f\u3044\uff09<\/th>\n            <th>\u6700\u9069<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>30 ml<\/td>\n            <td>1.0\u30aa\u30f3\u30b9<\/td>\n            <td>300\u2013450<\/td>\n            <td>2\uff5e3\u30f6\u6708<\/td>\n            <td>\u521d\u3081\u3066\u8cfc\u5165\u3059\u308b\u65b9\u3001\u30d0\u30e9\u30a8\u30c6\u30a3\u3092\u6c42\u3081\u308b\u65b9\u3001\u65c5\u884c<\/td>\n          <\/tr>\n          <tr>\n            <td>50 ml<\/td>\n            <td>1.5\u30aa\u30f3\u30b9<\/td>\n            <td>500\u2013750<\/td>\n            <td>4\uff5e6\u304b\u6708<\/td>\n            <td>\u6bce\u65e5\u306e\u300c\u30b9\u30a4\u30fc\u30c8\u30b9\u30dd\u30c3\u30c8\u300d\u2015\u2015\u4e16\u754c\u4e2d\u3067\u6700\u3082\u4eba\u6c17\u306e\u3042\u308b\u3082\u306e<\/td>\n          <\/tr>\n          <tr>\n            <td>100 ml<\/td>\n            <td>3.4\u30aa\u30f3\u30b9<\/td>\n            <td>1,000\u20131,500<\/td>\n            <td>8\uff5e12\u304b\u6708<\/td>\n            <td>\u30b7\u30b0\u30cd\u30c1\u30e3\u30fc\u30d5\u30ec\u30b0\u30e9\u30f3\u30b9\u611b\u7528\u8005\u306e\u65b9\u3078\u30011ml\u3042\u305f\u308a\u306e\u30b3\u30b9\u30c8\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u304c\u6700\u9ad8<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <div class=\"bp-1-stat-banner\">\n      <div class=\"bp-1-icon\" aria-hidden=\"true\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" width=\"40\" height=\"40\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M3 3v18h18\"\/>\n          <path d=\"M7 16v-3\"\/>\n          <path d=\"M12 16v-7\"\/>\n          <path d=\"M17 16V8\"\/>\n        <\/svg>\n      <\/div>\n      <div class=\"bp-1-stat-group\">\n        <div class=\"bp-1-stat\">\n          <div class=\"bp-1-stat-value\">95%<\/div>\n          <div class=\"bp-1-stat-label\">\u5c0f\u58f2\u58f2\u4e0a\u9ad8\u306b\u3064\u3044\u3066<\/div>\n        <\/div>\n        <div class=\"bp-1-stat\">\n          <div class=\"bp-1-stat-value\">3\u30b5\u30a4\u30ba<\/div>\n          <div class=\"bp-1-stat-label\">\u5e02\u5834\u3092\u5e2d\u5dfb\u3059\u308b<\/div>\n        <\/div>\n        <div class=\"bp-1-stat\">\n          <div class=\"bp-1-stat-value\">30\uff5e100\u30df\u30ea\u30ea\u30c3\u30c8\u30eb<\/div>\n          <div class=\"bp-1-stat-label\">\u30b9\u30bf\u30f3\u30c0\u30fc\u30c9\u30fb\u30ec\u30f3\u30b8<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <p><strong>30 ml (1.0 oz)<\/strong> \u30a8\u30f3\u30c8\u30ea\u30fc\u30ec\u30d9\u30eb\u306e\u30d5\u30eb\u30b5\u30a4\u30ba\u3067\u3059\u3002\u30c9\u30c3\u30d7\u30ad\u30c3\u30c8\u306b\u3059\u3063\u307d\u308a\u53ce\u307e\u308b\u307b\u3069\u30b3\u30f3\u30d1\u30af\u30c8\u3067\u3001\u8cfc\u5165\u6642\u306e\u8cbb\u7528\u3082\u6291\u3048\u3089\u308c\u3001\u9999\u308a\u3092\u521d\u3081\u3066\u8a66\u3059\u5834\u5408\u3084\u30015\u672c\u4ee5\u4e0a\u306e\u30dc\u30c8\u30eb\u3092\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3\u3067\u4f7f\u3044\u5206\u3051\u308b\u5834\u5408\u306b\u306f\u7406\u306b\u304b\u306a\u3063\u3066\u3044\u307e\u3059\u3002\u6b20\u70b9\u306f\u3001\u3053\u306e\u30b5\u30a4\u30ba\u3067\u306f\u4e00\u90e8\u306e\u30d6\u30e9\u30f3\u30c9\u304c\u30b7\u30f3\u30d7\u30eb\u306a\u30dc\u30c8\u30eb\u30c7\u30b6\u30a4\u30f3\u3092\u63a1\u7528\u3057\u3066\u3044\u308b\u3053\u3068\u3067\u3059\uff08\u30ad\u30e3\u30c3\u30d7\u304c\u8efd\u304b\u3063\u305f\u308a\u3001\u30ac\u30e9\u30b9\u306e\u88c5\u98fe\u304c\u63a7\u3048\u3081\u3060\u3063\u305f\u308a\uff09\u3002\u305d\u306e\u305f\u3081\u300130ml\u30b5\u30a4\u30ba\u306f\u898b\u305f\u76ee\u304c\u300c\u5ec9\u4fa1\u7248\u300d\u306e\u3088\u3046\u306b\u611f\u3058\u3089\u308c\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002.<\/p>\n\n    <p><strong>50 ml (1.7 oz)<\/strong> \u3053\u308c\u304c\u4e16\u754c\u7684\u306a\u6a19\u6e96\u3068\u306a\u3063\u3066\u3044\u308b\u306e\u306b\u306f\u7406\u7531\u304c\u3042\u308a\u307e\u3059\u3002\u68da\u306b\u7f6e\u3044\u3066\u3082\u5b58\u5728\u611f\u304c\u3042\u308b\u307b\u3069\u5341\u5206\u306a\u5927\u304d\u3055\u3067\u3042\u308a\u306a\u304c\u3089\u30011\u30b7\u30fc\u30ba\u30f3\u3067\u4f7f\u3044\u5207\u308c\u308b\u307b\u3069\u30b3\u30f3\u30d1\u30af\u30c8\u3067\u3059\u30022\uff5e3\u7a2e\u985e\u306e\u9999\u308a\u3092\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3\u3067\u697d\u3057\u3080\u4eba\u306b\u3068\u3063\u3066\u300150ml\u306f\u30b3\u30b9\u30c8\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3001\u643a\u5e2f\u6027\u3001\u305d\u3057\u3066\u4f7f\u3044\u5207\u308b\u3068\u3044\u3046\u30e2\u30c1\u30d9\u30fc\u30b7\u30e7\u30f3\u306e\u30d0\u30e9\u30f3\u30b9\u304c\u7d76\u5999\u3067\u3059\u3002Parfumo\u3084Reddit\u306er\/fragrance\u3068\u3044\u3063\u305f\u30d5\u30a9\u30fc\u30e9\u30e0\u3067\u306e\u30d5\u30ec\u30b0\u30e9\u30f3\u30b9\u30ec\u30d3\u30e5\u30fc\u3084\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u6295\u7968\u306e\u591a\u304f\u3067\u300150ml\u304c\u597d\u307e\u308c\u308b\u30b5\u30a4\u30ba\u3068\u3057\u3066\u6319\u3052\u3089\u308c\u3066\u3044\u307e\u3059\u3002\u305d\u306e\u7406\u7531\u3082\u4e00\u8cab\u3057\u3066\u3044\u307e\u3059\u3002\u300c2\u5e74\u524d\u306b\u98fd\u304d\u3066\u3057\u307e\u3063\u305f\u3001\u534a\u5206\u3082\u6b8b\u3063\u3066\u3044\u308b100ml\u306e\u30dc\u30c8\u30eb\u3092\u3058\u3063\u3068\u898b\u3064\u3081\u308b\u304f\u3089\u3044\u306a\u3089\u300150ml\u3092\u4f7f\u3044\u5207\u3063\u3066\u518d\u8cfc\u5165\u3057\u305f\u307b\u3046\u304c\u3044\u3044\u300d\u3068\u3044\u3046\u3082\u306e\u3067\u3059\u3002\u201c<\/p>\n\n    <p><strong>100 ml (3.4 oz)<\/strong> \u3053\u308c\u304c\u30d5\u30e9\u30c3\u30b0\u30b7\u30c3\u30d7\u30e2\u30c7\u30eb\u3067\u3059\u3002\u305d\u306e\u5802\u3005\u3068\u3057\u305f\u4f47\u307e\u3044\u2015\u2015\u80cc\u304c\u9ad8\u304f\u3001\u91cd\u539a\u3067\u3001\u5a01\u98a8\u5802\u3005\u3068\u3057\u3066\u3044\u308b\u2015\u2015\u3086\u3048\u306b\u3001\u9ad8\u7d1a\u30c7\u30d1\u30fc\u30c8\u306e\u30ab\u30a6\u30f3\u30bf\u30fc\u3092\u5e2d\u5dfb\u3057\u3066\u3044\u307e\u3059\u30021ml\u3042\u305f\u308a\u306e\u5358\u4fa1\u3092\u8a08\u7b97\u3059\u308b\u3068\u3001100ml\u30b5\u30a4\u30ba\u306e\u65b9\u304c\u5727\u5012\u7684\u306b\u5272\u5b89\u306b\u306a\u308a\u307e\u3059\uff08\u3053\u308c\u306b\u3064\u3044\u3066\u306f\u5f8c\u8ff0\u306e\u300c\u4fa1\u683c\u300d\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3067\u8a73\u3057\u304f\u8aac\u660e\u3057\u307e\u3059\uff09\u304c\u3001\u305d\u306e\u8a08\u7b97\u304c\u6210\u308a\u7acb\u3064\u306e\u306f\u3001\u5b9f\u969b\u306b\u305d\u306e\u3059\u3079\u3066\u3092\u4f7f\u3044\u5207\u3063\u305f\u5834\u5408\u306b\u9650\u3089\u308c\u307e\u3059\u3002\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u3067\u3088\u304f\u6319\u3052\u3089\u308c\u308b\u610f\u898b\u3068\u3057\u3066\u3001\u591a\u304f\u306e\u30d5\u30ec\u30b0\u30e9\u30f3\u30b9\u30b3\u30ec\u30af\u30bf\u30fc\u304c\u300c\u4eba\u751f\u3067100ml\u306e\u30dc\u30c8\u30eb\u30921\u672c\u4f7f\u3044\u5207\u3063\u305f\u3053\u3068\u304c\u306a\u3044\u300d\u3068\u8a8d\u3081\u3066\u3044\u308b\u3068\u3044\u3046\u4e8b\u5b9f\u304c\u3042\u308a\u307e\u3059\u3002.<\/p>\n\n    <h3>\u5927\u5bb9\u91cf\u30fb\u30b3\u30ec\u30af\u30bf\u30fc\u5411\u3051\u30b5\u30a4\u30ba\uff08125 ml\uff5e200 ml\u4ee5\u4e0a\uff09<\/h3>\n\n    <p>100ml\u3092\u8d85\u3048\u308b\u3068\u3001\u5b9f\u7528\u6027\u3088\u308a\u3082\u500b\u6027\u3092\u91cd\u8996\u3059\u308b\u9818\u57df\u306b\u5165\u308b\u3053\u3068\u306b\u306a\u308b\u3002. <strong>125 ml (4.2 oz)<\/strong> \u30dc\u30c8\u30eb\u306f\u3001\u4eba\u6c17\u306e\u3042\u308b\u9999\u308a\u306e\u9650\u5b9a\u7248\u3084\u30c7\u30e9\u30c3\u30af\u30b9\u7248\u3068\u3057\u3066\u767a\u58f2\u3055\u308c\u308b\u3053\u3068\u304c\u3088\u304f\u3042\u308a\u307e\u3059\u3002. <strong>150 ml (5.0 oz)<\/strong> \u30c8\u30e0\u30fb\u30d5\u30a9\u30fc\u30c9\u306e\u4ee3\u540d\u8a5e\u3068\u3082\u8a00\u3048\u308b\u5927\u5bb9\u91cf\u30b5\u30a4\u30ba\u3067\u3001\u30d6\u30e9\u30f3\u30c9\u611b\u597d\u5bb6\u5411\u3051\u306e\u30d7\u30ec\u30df\u30a2\u30e0\u306a\u9078\u629e\u80a2\u3068\u3057\u3066\u4f4d\u7f6e\u3065\u3051\u3089\u308c\u3066\u3044\u307e\u3059\u3002. <strong>200 ml (6.7\u20136.8 oz)<\/strong> 1\u672c\u306e\u30dc\u30c8\u30eb\u30672,000\u56de\u4ee5\u4e0a\u30b9\u30d7\u30ec\u30fc\u3067\u304d\u307e\u3059\u3002\u73fe\u5b9f\u7684\u306b\u8003\u3048\u3066\u3001\u6bce\u65e5\u4f7f\u7528\u3057\u3066\u3082\u6570\u5e74\u5206\u306f\u5341\u5206\u6301\u3061\u307e\u3059\u3002.<\/p>\n\n    <p>\u3053\u306e\u898f\u6a21\u306b\u306a\u308b\u3068\u3001\u30dc\u30c8\u30eb\u305d\u306e\u3082\u306e\u304c\u691c\u8a0e\u306b\u5024\u3059\u308b\u7269\u7406\u7684\u306a\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059\u3002200 ml\u306e\u30ac\u30e9\u30b9\u30dc\u30c8\u30eb\u306b\u6db2\u4f53\u3092\u6e80\u305f\u3059\u3068\u3001\u305d\u306e\u91cd\u91cf\u306f700\uff5e800\u30b0\u30e9\u30e0\u306b\u306a\u308a\u3001\u3053\u308c\u306f\u30ef\u30a4\u30f3\u30dc\u30c8\u30eb1\u672c\u5206\u306e\u91cd\u91cf\u3068\u307b\u307c\u540c\u3058\u3067\u3059\u3002\u5bb9\u91cf\u3092\u652f\u3048\u308b\u305f\u3081\u3001\u30ac\u30e9\u30b9\u306e\u58c1\u306f\u901a\u5e38\u3088\u308a\u539a\u3081\uff083\uff5e4 mm\uff09\u306b\u4f5c\u3089\u308c\u3066\u304a\u308a\u3001\u6d41\u91cf\u306e\u5927\u304d\u3044\u30b9\u30d7\u30ec\u30fc\u5668\u306b\u5bfe\u5fdc\u3059\u308b\u305f\u3081\u3001\u30cd\u30c3\u30af\u90e8\u306e\u5f62\u72b6\u304c\u6a19\u6e96\u306eFEA 15\uff0818 mm\u30af\u30ea\u30f3\u30d7\uff09\u304b\u3089FEA 18\uff0820 mm\u30af\u30ea\u30f3\u30d7\uff09\u306b\u5909\u66f4\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u308c\u3089\u306f\u30c9\u30ec\u30c3\u30b5\u30fc\u306b\u7f6e\u304f\u305f\u3081\u306e\u5099\u54c1\u3067\u3042\u308a\u3001\u6301\u3061\u904b\u3073\u7528\u306e\u30a2\u30a4\u30c6\u30e0\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002.<\/p>\n\n    <hr>\n\n    <h2 id=\"physical-dimensions\">\n      <span class=\"h2-marker\">02<\/span>\n      \u5404\u30b5\u30a4\u30ba\u306e\u5b9f\u969b\u306e\u5927\u304d\u3055\u306f\u3069\u308c\u304f\u3089\u3044\uff1f \u5b9f\u5bf8\u89e3\u8aac\n    <\/h2>\n\n    <p>\u5909\u63db\u8868\u3067\u306f\u89e3\u6c7a\u3067\u304d\u306a\u3044\u554f\u984c\u306f\u3001\u6b21\u306e\u901a\u308a\u3067\u3059\uff1a <strong>\u30df\u30ea\u30ea\u30c3\u30c8\u30eb\u5358\u4f4d\u306e\u5bb9\u91cf\u3060\u3051\u3067\u306f\u3001\u305d\u306e\u30dc\u30c8\u30eb\u304c\u5b9f\u969b\u306b\u3069\u306e\u3088\u3046\u306a\u898b\u305f\u76ee\u306a\u306e\u304b\u306f\u307b\u3068\u3093\u3069\u308f\u304b\u308a\u307e\u305b\u3093<\/strong>. \u540c\u3058100ml\u306e\u30dc\u30c8\u30eb\u3067\u3042\u3063\u3066\u3082\u3001\u30ac\u30e9\u30b9\u306e\u539a\u3055\u3001\u5e95\u90e8\u306e\u30c7\u30b6\u30a4\u30f3\u3001\u30ad\u30e3\u30c3\u30d7\u306e\u6750\u8cea\u3001\u5168\u4f53\u7684\u306a\u5f62\u72b6\u306b\u3088\u3063\u3066\u3001\u9ad8\u3055\u3001\u5e45\u3001\u91cd\u91cf\u304c\u307e\u3063\u305f\u304f\u7570\u306a\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u8a2d\u3051\u305f\u306e\u306f\u3001\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u4e0a\u306b\u306f\u30b5\u30a4\u30ba\u8868\u306f\u6ea2\u308c\u3066\u3044\u308b\u3082\u306e\u306e\u3001\u5b9f\u969b\u306e\u7269\u7406\u7684\u306a\u5bf8\u6cd5\u306b\u95a2\u3059\u308b\u60c5\u5831\u306f\u307b\u3068\u3093\u3069\u898b\u5f53\u305f\u3089\u306a\u3044\u304b\u3089\u3067\u3059\u3002.<\/p>\n\n<img\nsrc=\"https:\/\/www.daxinglassbottles.com\/wp-content\/uploads\/2024\/12\/cologne-perfume-bottle.webp\" style=\"width: 512px; height: 384px; max-width: 100%; object-fit: cover; border-radius: 12px; margin: 30px auto; display: block; box-shadow: 10px 10px 60px 0px rgba(210, 221, 224, 0.35); transition: all 0.3s ease; cursor: pointer;\"\nonmouseover=\"this.style.transform='translateY(-5px) scale(1.03)'; this.style.boxShadow='15px 25px 80px 0px rgba(210, 221, 224, 0.45)'\"\nonmouseout=\"this.style.transform='translateY(0) scale(1)'; this.style.boxShadow='10px 10px 60px 0px rgba(210, 221, 224, 0.35)'\">\n\n    <h3>\u30b3\u30f3\u30d1\u30af\u30c8\u30dc\u30c8\u30eb\uff0830ml\uff5e50ml\uff09 \u2014 \u624b\u306e\u3072\u3089\u306b\u3059\u3063\u307d\u308a\u53ce\u307e\u308b\u30b5\u30a4\u30ba<\/h3>\n\n    <p>\u5178\u578b\u7684\u306a <strong>30 ml\u306e\u30b3\u30ed\u30f3\u30dc\u30c8\u30eb<\/strong> \u9ad8\u3055\u306f75\uff5e95 mm\uff08\u30ad\u30e3\u30c3\u30d7\u3092\u9664\u304f\uff09\u3001\u76f4\u5f84\u306f30\uff5e38 mm\u3067\u3059\u3002\u7a7a\u306e\u30b0\u30e9\u30b9\u306e\u91cd\u3055\u306f80\uff5e150\u30b0\u30e9\u30e0\u3067\u3059\u3002\u5177\u4f53\u7684\u306a\u30a4\u30e1\u30fc\u30b8\u3068\u3057\u3066\u306f\u3001\u30ea\u30c3\u30d7\u30b9\u30c6\u30a3\u30c3\u30af\u306e\u30c1\u30e5\u30fc\u30d6\u3068\u307b\u307c\u540c\u3058\u9ad8\u3055\u3067\u3001\u76f4\u7acb\u3055\u305b\u305fAirPods\u306e\u30b1\u30fc\u30b9\u3088\u308a\u308f\u305a\u304b\u306b\u9ad8\u3044\u7a0b\u5ea6\u3067\u3059\u3002\u624b\u306e\u3072\u3089\u3092\u9589\u3058\u305f\u72b6\u614b\u3067\u3001\u5168\u4f53\u304c\u3059\u3063\u307d\u308a\u3068\u53ce\u307e\u308a\u307e\u3059\u3002.<\/p>\n\n    <p>A <strong>50 ml\u5165\u308a\u30dc\u30c8\u30eb<\/strong> \u5404\u5bf8\u6cd5\u304c\u308f\u305a\u304b\u306b\u5927\u304d\u304f\u306a\u3063\u3066\u3044\u307e\u3059\uff1a\u9ad8\u305590\uff5e110 mm\u3001\u76f4\u5f8435\uff5e45 mm\u3001\u7a7a\u306e\u72b6\u614b\u3067\u306e\u91cd\u91cf120\uff5e200\u30b0\u30e9\u30e0\u3002\u540c\u3058\u30d6\u30e9\u30f3\u30c9\u30e9\u30a4\u30f3\u306e30 ml\u306850 ml\u306e\u9ad8\u3055\u306e\u5dee\u306f\u3001\u591a\u304f\u306e\u5834\u5408\u308f\u305a\u304b10\uff5e15 mm\u3067\u3059\u3002\u4e26\u3079\u3066\u898b\u308c\u3070\u76ee\u7acb\u3061\u307e\u3059\u304c\u3001\u5287\u7684\u306a\u9055\u3044\u3068\u3044\u3046\u308f\u3051\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3088\u308a\u9855\u8457\u306b\u5909\u5316\u3059\u308b\u306e\u306f\u300c\u8996\u899a\u7684\u306a\u91cd\u307f\u300d\u3067\u3059\u300250ml\u306e\u30dc\u30c8\u30eb\u306f\u624b\u306b\u3057\u305f\u3068\u304d\u306b\u5bc6\u5ea6\u304c\u9ad8\u304f\u611f\u3058\u3089\u308c\u3001\u30e9\u30d9\u30eb\u306e\u9762\u7a4d\u3082\u5e83\u3044\u305f\u3081\u3001\u30c7\u30b6\u30a4\u30f3\u306b\u4f59\u88d5\u304c\u751f\u307e\u308c\u3066\u3044\u307e\u3059\u3002.<\/p>\n\n    <div class=\"bp-2-size-ref\">\n      <div class=\"bp-2-size-card\">\n        <div class=\"bp-2-size-visual\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 22 55\" height=\"55\" aria-hidden=\"true\">\n            <rect x=\"6\" y=\"0\" width=\"10\" height=\"7\" rx=\"1.5\" stroke=\"currentColor\" stroke-width=\"1.5\" fill=\"none\"\/>\n            <rect x=\"8\" y=\"7\" width=\"6\" height=\"7\" stroke=\"currentColor\" stroke-width=\"1.5\" fill=\"none\"\/>\n            <path d=\"M3,14 L2,48 Q2,52 6,52 L16,52 Q20,52 20,48 L19,14\" stroke=\"currentColor\" stroke-width=\"1.5\" fill=\"none\"\/>\n            <line x1=\"3\" y1=\"33\" x2=\"19\" y2=\"33\" stroke=\"#a7612e\" stroke-width=\"1.5\" opacity=\"0.5\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"bp-2-size-label\">30 ml<\/div>\n        <div class=\"bp-2-size-dims\">75\uff5e95mm \u00d7 30\uff5e38mm<\/div>\n      <\/div>\n      <div class=\"bp-2-size-card\">\n        <div class=\"bp-2-size-visual\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 26 72\" height=\"72\" aria-hidden=\"true\">\n            <rect x=\"8\" y=\"0\" width=\"10\" height=\"8\" rx=\"1.5\" stroke=\"currentColor\" stroke-width=\"1.5\" fill=\"none\"\/>\n            <rect x=\"10\" y=\"8\" width=\"6\" height=\"9\" stroke=\"currentColor\" stroke-width=\"1.5\" fill=\"none\"\/>\n            <path d=\"M4,17 L3,64 Q3,68 8,68 L18,68 Q23,68 23,64 L22,17\" stroke=\"currentColor\" stroke-width=\"1.5\" fill=\"none\"\/>\n            <line x1=\"4\" y1=\"42\" x2=\"22\" y2=\"42\" stroke=\"#a7612e\" stroke-width=\"1.5\" opacity=\"0.5\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"bp-2-size-label\">50 ml<\/div>\n        <div class=\"bp-2-size-dims\">90\uff5e110mm \u00d7 35\uff5e45mm<\/div>\n      <\/div>\n      <div class=\"bp-2-size-card\">\n        <div class=\"bp-2-size-visual\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 30 100\" height=\"100\" aria-hidden=\"true\">\n            <rect x=\"9\" y=\"0\" width=\"12\" height=\"10\" rx=\"1.5\" stroke=\"currentColor\" stroke-width=\"1.5\" fill=\"none\"\/>\n            <rect x=\"12\" y=\"10\" width=\"6\" height=\"11\" stroke=\"currentColor\" stroke-width=\"1.5\" fill=\"none\"\/>\n            <path d=\"M5,21 L4,90 Q4,95 10,95 L20,95 Q26,95 26,90 L25,21\" stroke=\"currentColor\" stroke-width=\"1.5\" fill=\"none\"\/>\n            <line x1=\"5\" y1=\"56\" x2=\"25\" y2=\"56\" stroke=\"#a7612e\" stroke-width=\"1.5\" opacity=\"0.5\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"bp-2-size-label\">100 ml<\/div>\n        <div class=\"bp-2-size-dims\">100\uff5e140mm \u00d7 45\uff5e55mm<\/div>\n      <\/div>\n    <\/div>\n\n    <p>\u77e5\u3063\u3066\u304a\u304f\u3079\u304d\u5909\u6570\u304c1\u3064\u3042\u308a\u307e\u3059\uff1a <strong>\u30ad\u30e3\u30c3\u30d7\u306e\u9ad8\u3055\u306f\u898b\u305f\u76ee\u3068\u306f\u7570\u306a\u308b<\/strong>. 50 ml\u306e\u30dc\u30c8\u30eb\u306e\u4e2d\u306b\u306f\u3001\u30ad\u30e3\u30c3\u30d7\u3092\u88c5\u7740\u3059\u308b\u3053\u3068\u3067\u5168\u4f53\u306e\u8996\u899a\u7684\u306a\u9ad8\u3055\u304c30\uff5e40%\u5897\u3048\u308b\u3082\u306e\u304c\u3042\u308a\u307e\u3059\u3002\u672c\u4f53\u9ad8\u305595 mm\u3001\u30ad\u30e3\u30c3\u30d7\u9ad8\u305540 mm\u306e\u30dc\u30c8\u30eb\u306f\u3001\u68da\u306b\u4e26\u3079\u308b\u3068135 mm\u306e\u7269\u306e\u3088\u3046\u306b\u898b\u3048\u307e\u3059\u304c\u3001\u30ad\u30e3\u30c3\u30d7\u3092\u5916\u305b\u3070\u3001\u624b\u306e\u3072\u3089\u306b\u53ce\u307e\u308b\u307b\u3069\u30b3\u30f3\u30d1\u30af\u30c8\u306a\u30ac\u30e9\u30b9\u74f6\u306b\u306a\u308a\u307e\u3059\u3002\u5404\u30d6\u30e9\u30f3\u30c9\u306f\u3001\u3053\u306e\u52b9\u679c\u3092\u610f\u56f3\u7684\u306b\u6d3b\u7528\u3057\u3001\u5c0f\u578b\u306e\u30dc\u30c8\u30eb\u3092\u3088\u308a\u91cd\u539a\u611f\u304c\u3042\u308b\u3088\u3046\u306b\u898b\u305b\u3066\u3044\u307e\u3059\u3002.<\/p>\n\n    <h3>\u30d5\u30eb\u30b5\u30a4\u30ba\u30dc\u30c8\u30eb\uff08100 ml\uff09 \u2014 \u5546\u54c1\u8aac\u660e<\/h3>\n\n    <p>A <strong>100 ml\u30dc\u30c8\u30eb<\/strong> \u901a\u5e38\u3001\u9ad8\u3055\uff08\u672c\u4f53\u306e\u307f\uff09\u306f100\uff5e140 mm\u3001\u5e45\u306f45\uff5e55 mm\u3001\u7a7a\u306e\u72b6\u614b\u3067\u306e\u91cd\u91cf\u306f180\uff5e350\u30b0\u30e9\u30e0\u3067\u3059\u3002\u9ad8\u7d1a\u30e2\u30c7\u30eb\u306b\u3088\u304f\u898b\u3089\u308c\u308b\u30b6\u30de\u30c3\u30af\uff08\u4e9c\u925b\u5408\u91d1\uff09\u88fd\u306e\u30ad\u30e3\u30c3\u30d7\u3092\u8ffd\u52a0\u3059\u308b\u3068\u3001\u3055\u3089\u306b80\uff5e180\u30b0\u30e9\u30e0\u306e\u91cd\u91cf\u306820\uff5e40 mm\u306e\u9ad8\u3055\u304c\u5897\u3048\u307e\u3059\u3002.<\/p>\n\n    <p>\u5177\u4f53\u7684\u306a\u76ee\u5b89\u3068\u3057\u3066\u3001100ml\u306e\u9999\u6c34\u74f6\u306b\u6db2\u4f53\u3092\u6e80\u305f\u3057\u305f\u72b6\u614b\u306e\u7dcf\u91cd\u91cf\u306f\u3001\u304a\u3088\u305d280\uff5e450\u30b0\u30e9\u30e0\u3067\u3059\u3002\u6a19\u6e96\u7684\u306a12\u30aa\u30f3\u30b9\u306e\u70ad\u9178\u98f2\u6599\u7f36\u306e\u91cd\u91cf\u306f\u3001\u304a\u3088\u305d370\u30b0\u30e9\u30e0\u3067\u3059\u3002\u30b3\u30fc\u30e9\u306e\u7f36\u3092\u624b\u306b\u53d6\u3063\u305f\u3053\u3068\u304c\u3042\u308b\u4eba\u306a\u3089\u3001\u6db2\u4f53\u3092\u6e80\u305f\u3057\u305f100ml\u306e\u9999\u6c34\u74f6\u3092\u624b\u306b\u3057\u305f\u6642\u306e\u611f\u89e6\u3092\u5927\u307e\u304b\u306b\u60f3\u50cf\u3067\u304d\u308b\u3067\u3057\u3087\u3046\u2015\u2015\u91cd\u539a\u3067\u305a\u3063\u3057\u308a\u3068\u3057\u3066\u304a\u308a\u3001\u3046\u3063\u304b\u308a\u30dd\u30b1\u30c3\u30c8\u306b\u653e\u308a\u8fbc\u3093\u3067\u3057\u307e\u3046\u3088\u3046\u306a\u3082\u306e\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002.<\/p>\n\n    <div class=\"bp-3-weight-ref\">\n      <div class=\"bp-3-icon\" aria-hidden=\"true\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" width=\"32\" height=\"32\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M12 3a3 3 0 0 0-3 3v6\"\/>\n          <path d=\"M15 8a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3\"\/>\n          <path d=\"M12 12v3\"\/>\n          <circle cx=\"12\" cy=\"17\" r=\"1\"\/>\n        <\/svg>\n      <\/div>\n      <div class=\"bp-3-content\">\n        <div class=\"bp-3-title\">100ml\u5165\u308a\u306e\u30dc\u30c8\u30eb1\u672c\u306e\u91cd\u3055\u306f\u7d04370g\u3067\u3059<\/div>\n        <div class=\"bp-3-comparison\">12\u30aa\u30f3\u30b9\u306e\u30bd\u30fc\u30c0\u7f36\u3068\u307b\u307c\u540c\u3058\u304f\u3089\u3044\u3067\u3059\u3002\u30b3\u30fc\u30e9\u3092\u624b\u306b\u53d6\u3063\u305f\u3053\u3068\u304c\u3042\u308b\u4eba\u306a\u3089\u3001\u305d\u306e\u91cd\u307f\u304c\u308f\u304b\u308b\u3067\u3057\u3087\u3046\u3002.<\/div>\n      <\/div>\n    <\/div>\n\n    <h3>\u306a\u305c\u540c\u3058\u4f53\u7a4d\u3067\u3082\u898b\u305f\u76ee\u304c\u307e\u3063\u305f\u304f\u9055\u3046\u306e\u304b<\/h3>\n\n    <p><a href=\"https:\/\/www.daxinglassbottles.com\/ja\/unique-perfume-bottle-design\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u30ac\u30e9\u30b9\u74f6\u306e\u30c7\u30b6\u30a4\u30f3<\/a> 2\u672c\u306e100 ml\u306e\u30dc\u30c8\u30eb\u3092\u3001\u307e\u308b\u3067\u307e\u3063\u305f\u304f\u5225\u306e\u7269\u4f53\u3067\u3042\u308b\u304b\u306e\u3088\u3046\u306b\u898b\u305b\u308b\u5909\u6570\u3092\u5c0e\u5165\u3057\u3066\u3044\u307e\u3059\uff1a<\/p>\n\n    <ul>\n      <li><strong>\u5e95\u304c\u539a\u3044\uff08\u5e95\u304c\u5206\u539a\u3044\uff09\uff1a<\/strong> \u5e95\u90e8\u306b5\uff5e8 mm\u306e\u30ac\u30e9\u30b9\u3092\u8ffd\u52a0\u3059\u308b\u2015\u2015\u3053\u308c\u306f\u9ad8\u7d1a\u54c1\u306b\u3088\u304f\u898b\u3089\u308c\u308b\u30c7\u30b6\u30a4\u30f3\u624b\u6cd5\u3067\u3042\u308b\u2015\u2015\u3068\u3001\u5185\u90e8\u306e\u7a7a\u6d1e\u306e\u9ad8\u3055\u304c\u4f4e\u304f\u306a\u308a\u3001100 ml\u306e\u5bb9\u91cf\u3092\u78ba\u4fdd\u3059\u308b\u305f\u3081\u306b\u306f\u3001\u30dc\u30c8\u30eb\u306e\u5e45\u3092\u5e83\u3052\u308b\u304b\u3001\u9ad8\u3055\u3092\u9ad8\u304f\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3002\u5e95\u304c\u539a\u3044\u30dc\u30c8\u30eb\u306f\u3001\u540c\u3058\u5bb9\u91cf\u306e\u5e95\u304c\u8584\u3044\u30dc\u30c8\u30eb\u306b\u6bd4\u3079\u3066\u300110\uff5e15 mm\u307b\u3069\u9ad8\u304f\u306a\u308b\u5834\u5408\u304c\u3042\u308b\u3002.<\/li>\n      <li><strong>\u5f62\u72b6\u306e\u5e7e\u4f55\u5b66\uff1a<\/strong> \u6b63\u65b9\u5f62\u3084\u9577\u65b9\u5f62\u306e100 ml\u30dc\u30c8\u30eb\u306f\u3001\u901a\u5e38\u3001\u5186\u7b52\u5f62\u306e\u30dc\u30c8\u30eb\u3088\u308a\u3082\u9ad8\u3055\u304c10\uff5e20%\u307b\u3069\u4f4e\u304f\u306a\u308a\u307e\u3059\u304c\u3001\u5e45\u306f15\uff5e25%\u307b\u3069\u5e83\u304f\u306a\u308a\u307e\u3059\u3002\u4e38\u578b\u306e\u30dc\u30c8\u30eb\u3067\u306f\u30b9\u30ea\u30e0\u3067\u80cc\u304c\u9ad8\u304f\u898b\u3048\u308b\u540c\u3058100 ml\u306e\u30dc\u30c8\u30eb\u3067\u3082\u3001\u6b63\u65b9\u5f62\u306e\u30dc\u30c8\u30eb\u3067\u306f\u305a\u3093\u3050\u308a\u3057\u3066\u5e45\u5e83\u306b\u898b\u3048\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002.<\/li>\n      <li><strong>\u30ad\u30e3\u30c3\u30d7\u306e\u8cea\u91cf\uff1a<\/strong> \u30d7\u30e9\u30b9\u30c1\u30c3\u30af\u88fd\u306e\u30ad\u30e3\u30c3\u30d7\u306e\u91cd\u3055\u306f15\uff5e40\u30b0\u30e9\u30e0\u3067\u3059\u3002\u30a2\u30af\u30ea\u30eb\u88fd\u306e\u30ad\u30e3\u30c3\u30d7\u306f30\uff5e70\u30b0\u30e9\u30e0\u3001\u30b6\u30de\u30c3\u30af\u88fd\u306e\u91d1\u5c5e\u30ad\u30e3\u30c3\u30d7\u306f80\uff5e180\u30b0\u30e9\u30e0\u3067\u3059\u3002\u30ad\u30e3\u30c3\u30d7\u306f\u6db2\u4f53\u306e\u5bb9\u91cf\u306b\u306f\u5f71\u97ff\u3057\u307e\u305b\u3093\u304c\u3001\u30dc\u30c8\u30eb\u306e\u9ad8\u7d1a\u611f\u3084\u91cd\u539a\u611f\u3092\u5287\u7684\u306b\u5909\u3048\u307e\u3059\u3002\u305d\u3057\u3066\u3001\u591a\u304f\u306e\u6d88\u8cbb\u8005\u306f\u7121\u610f\u8b58\u306e\u3046\u3061\u306b\u3001\u30ad\u30e3\u30c3\u30d7\u306e\u91cd\u3055\u3060\u3051\u3067\u9999\u6c34\u306e\u54c1\u8cea\u3092\u5224\u65ad\u3057\u3066\u3044\u308b\u306e\u3067\u3059\u3002.<\/li>\n    <\/ul>\n\n    <p>\u6559\u8a13\uff1a\u30aa\u30f3\u30e9\u30a4\u30f3\u3067\u8cfc\u5165\u3059\u308b\u969b\u306f\u3001\u5546\u54c1\u5199\u771f\u3060\u3051\u3067\u30dc\u30c8\u30eb\u3092\u5224\u65ad\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093\u3002\u5fc5\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 <a href=\"https:\/\/www.daxinglassbottles.com\/ja\/perfume-bottle-sizes-guide\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u5bf8\u6cd5\u4ed5\u69d8<\/a> \u5c0f\u58f2\u696d\u8005\u304c\u305d\u308c\u3089\u3092\u63d0\u4f9b\u3057\u3066\u3044\u308b\u5834\u5408\u3002\u63d0\u4f9b\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001\u30d6\u30e9\u30f3\u30c9\u3054\u3068\u306b\u5927\u304d\u306a\u3070\u3089\u3064\u304d\u304c\u3042\u308b\u3068\u60f3\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002.<\/p>\n\n    <hr>\n\n    <h2 id=\"choose-right-size\">\n      <span class=\"h2-marker\">03<\/span>\n      \u30e9\u30a4\u30d5\u30b9\u30bf\u30a4\u30eb\u306b\u5408\u3063\u305f\u30b5\u30a4\u30ba\u9078\u3073\u65b9\n    <\/h2>\n\n    <p>\u30b5\u30a4\u30ba\u3092\u77e5\u308b\u3053\u3068\u306f\u7b2c\u4e00\u6b69\u3067\u3059\u3002\u305d\u308c\u3092\u81ea\u5206\u306e\u5b9f\u969b\u306e\u30e9\u30a4\u30d5\u30b9\u30bf\u30a4\u30eb\u306b\u5408\u308f\u305b\u308b\u3068\u3044\u3046\u70b9\u3053\u305d\u3001\u591a\u304f\u306e\u30a2\u30c9\u30d0\u30a4\u30b9\u304c\u4e0d\u5341\u5206\u3067\u3042\u308b\u70b9\u3067\u3059\u3002\u9999\u6c34\u306e\u30cd\u30c3\u30c8\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u3067\u306f\u3001\u300c\u30b3\u30b9\u30c8\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u6700\u5927\u5316\u3059\u308b\u306b\u306f\u3001\u5e38\u306b\u6700\u5927\u306e\u30dc\u30c8\u30eb\u3092\u8cb7\u3046\u3079\u304d\u3060\u300d\u3068\u3088\u304f\u8a00\u308f\u308c\u307e\u3059\u3002\u3057\u304b\u3057\u3001\u9577\u5e74\u306b\u308f\u305f\u308a\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u7bc9\u304d\u4e0a\u3052\u3066\u304d\u305f\u672c\u7269\u306e\u9999\u6c34\u611b\u597d\u5bb6\u305f\u3061\u306f\u3001\u307e\u3063\u305f\u304f\u7570\u306a\u308b\u8a71\u3092\u8a9e\u3063\u3066\u3044\u307e\u3059\u3002.<\/p>\n\n    <h3>\u300c\u30c7\u30a4\u30ea\u30fc\u30fb\u30b7\u30b0\u30cd\u30c1\u30e3\u30fc\u300d\u3068\u300c\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3\u30fb\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u300d<\/h3>\n\n    <p><strong>\u3082\u3057\u3001\u6bce\u65e5\u540c\u3058\u9999\u308a\u3092\u8eab\u306b\u3064\u3051\u3066\u3001\u305d\u308c\u3092\u81ea\u5206\u306e\u30c8\u30ec\u30fc\u30c9\u30de\u30fc\u30af\u306b\u3059\u308b\u306a\u3089\uff1a<\/strong> 100ml\u30b5\u30a4\u30ba\u3092\u8cfc\u5165\u3057\u307e\u3057\u3087\u3046\u30021\u65e53\uff5e5\u56de\u30b9\u30d7\u30ec\u30fc\u3057\u30011ml\u3042\u305f\u308a\u7d0410\u56de\u30b9\u30d7\u30ec\u30fc\u3059\u308b\u3068\u3001100ml\u30dc\u30c8\u30eb\u306f8\uff5e12\u30f6\u6708\u6301\u3061\u307e\u3059\u30021ml\u3042\u305f\u308a\u306e\u30b3\u30b9\u30c8\u9762\u3067\u306e\u30e1\u30ea\u30c3\u30c8\u306f\u78ba\u5b9f\u3067\u3059\u3057\u3001\u5b9f\u969b\u306b\u3059\u3079\u3066\u4f7f\u3044\u5207\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u307e\u305f\u3001\u9ad8\u4fa1\u306a\u30ea\u30ad\u30c3\u30c9\u304c\u68da\u306e\u4e0a\u3067\u9178\u5316\u3057\u3066\u3044\u304f\u306e\u3092\u898b\u5b88\u308b\u3068\u3044\u3046\u300c\u30b3\u30ec\u30af\u30bf\u30fc\u306e\u5bbf\u547d\u300d\u306b\u60a9\u307e\u3055\u308c\u308b\u3053\u3068\u3082\u3042\u308a\u307e\u305b\u3093\u3002.<\/p>\n\n    <p><strong>5\u672c\u4ee5\u4e0a\u306e\u30dc\u30c8\u30eb\u3092\u9806\u756a\u306b\u4f7f\u3044\u56de\u3059\u5834\u5408\u306f\uff1a<\/strong> 30ml\u307e\u305f\u306f50ml\u3092\u304a\u8cb7\u3044\u6c42\u3081\u304f\u3060\u3055\u3044\u3002\u91cd\u8981\u306a\u8a08\u7b97\u306f\u6b21\u306e\u901a\u308a\u3067\u3059\u30025\u672c\u306e\u30dc\u30c8\u30eb\u3092\u6240\u6709\u3057\u3001\u305d\u308c\u305e\u308c\u3092\u5747\u7b49\u306b\u4f7f\u3063\u305f\u5834\u5408\u3001\u901a\u5e38\u306e\u4f7f\u7528\u983b\u5ea6\u3067\u3042\u308c\u3070100ml\u306e\u30dc\u30c8\u30eb\u3092\u4f7f\u3044\u5207\u308b\u306e\u306b2.5\uff5e4\u5e74\u304b\u304b\u308a\u307e\u3059\u3002\u307b\u3068\u3093\u3069\u306e\u9999\u6c34\u306f\u3001\u9069\u5207\u306a\u4fdd\u7ba1\u6761\u4ef6\uff08\u6dbc\u3057\u304f\u3001\u6697\u304f\u3001\u6e7f\u6c17\u306e\u306a\u3044\u5834\u6240\uff09\u3067\u4fdd\u7ba1\u3059\u308c\u3070\u3001\u63a8\u5968\u4fdd\u5b58\u671f\u9593\u306f3\uff5e5\u5e74\u3067\u3059\u3002\u6570\u5b66\u7684\u306b\u898b\u308c\u3070\u3001100ml\u30dc\u30c8\u30eb\u3092\u6700\u5f8c\u307e\u3067\u4f7f\u3044\u5207\u3063\u3066\u305d\u306e\u4fa1\u5024\u3092\u6700\u5927\u9650\u306b\u5f15\u304d\u51fa\u3059\u3088\u308a\u3082\u3001\u4f7f\u3044\u5207\u308b\u524d\u306b\u9999\u308a\u306e\u54c1\u8cea\u304c\u4f4e\u4e0b\u3057\u3066\u3057\u307e\u3046\u53ef\u80fd\u6027\u306e\u65b9\u304c\u9ad8\u3044\u3068\u8a00\u3048\u307e\u3059\u3002.<\/p>\n\n    <p>\u3053\u308c\u306f\u5358\u306a\u308b\u7406\u8ad6\u3067\u306f\u306a\u304f\u3001\u30d5\u30ec\u30b0\u30e9\u30f3\u30b9\u95a2\u9023\u306e\u30d5\u30a9\u30fc\u30e9\u30e0\u3067\u5e83\u304f\u898b\u3089\u308c\u308b\u4e00\u822c\u7684\u306a\u610f\u898b\u3067\u3059\u3002\u300c\u4eba\u751f\u3067100ml\u306e\u30dc\u30c8\u30eb\u30921\u672c\u4f7f\u3044\u5207\u3063\u305f\u3053\u3068\u304c\u306a\u3044\u300d\u3068\u3044\u3046\u58f0\u304c\u983b\u7e41\u306b\u805e\u304b\u308c\u307e\u3059\u3002\u76f4\u611f\u306b\u53cd\u3059\u308b\u4e8b\u5b9f\u3067\u3059\u304c\u3001 <strong>\u5b9f\u969b\u306b\u98f2\u307f\u304d\u308c\u308b\u5c0f\u3055\u306a\u30dc\u30c8\u30eb\u3092\u8cb7\u3046\u307b\u3046\u304c\u300140%\u3067\u9014\u4e2d\u3067\u653e\u7f6e\u3057\u3066\u3057\u307e\u3046\u3088\u3046\u306a\u5927\u304d\u306a\u30dc\u30c8\u30eb\u3092\u8cb7\u3046\u3088\u308a\u3082\u304a\u5f97\u3067\u3059\u3002.<\/strong><\/p>\n\n    <div class=\"bp-4-pullquote\">\n      <div class=\"bp-4-decoration\" aria-hidden=\"true\">&#8220;<\/div>\n      <div class=\"bp-4-quote\">I have never finished a 100 ml bottle in my life.<\/div>\n      <div class=\"bp-4-attribution\">Fragrance Community Consensus<\/div>\n    <\/div>\n\n    <p>Quick self-diagnosis: When was the last time you finished an entire bottle of cologne? If the answer is &#8220;never&#8221; or &#8220;I can&#8217;t remember,&#8221; buy smaller than your instinct tells you.<\/p>\n\n    <h3>Travel &amp; TSA Rules<\/h3>\n\n    <p>The TSA 3-1-1 rule limits carry-on liquids to <strong>3.4 fl oz (100 ml) per container<\/strong>, with all liquids fitting into a single 1-quart (roughly 1 liter) clear zip-top bag. This means:<\/p>\n\n    <ul>\n      <li><strong>30 ml and 50 ml bottles:<\/strong> Easily compliant. You can bring several in your liquids bag.<\/li>\n      <li><strong>100 ml bottles:<\/strong> Also compliant \u2014 100 ml equals 3.4 oz exactly, right at the limit. But a chunky 100 ml glass bottle takes up significant real estate in that tiny quart bag.<\/li>\n      <li><strong>125 ml and above:<\/strong> Must go in checked luggage. If checking, seal bottles in individual zip-top bags \u2014 cabin pressure changes can cause minor leakage even from crimp-sealed bottles.<\/li>\n    <\/ul>\n\n    <p>International flights generally follow the same 100 ml standard (ICAO guidelines), though a handful of airports are piloting relaxed limits with advanced screening technology. Don&#8217;t count on it. The safest travel strategy: decant your fragrance into a 10\u201315 ml refillable travel atomizer. It&#8217;s lighter, takes zero risk of breaking a full bottle, and leaves room in your liquids bag for everything else.<\/p>\n\n    <h3>Gifting \u2014 What Your Size Choice Communicates<\/h3>\n\n    <p>Cologne is one of the most personal gifts you can give, and the bottle size you choose carries an unspoken message:<\/p>\n\n    <ul>\n      <li><strong>10\u201330 ml:<\/strong> &#8220;I thought you might enjoy trying this.&#8221; Safe, thoughtful, low-pressure. Ideal for colleagues, acquaintances, or someone whose taste you&#8217;re unsure about.<\/li>\n      <li><strong>50 ml:<\/strong> &#8220;I know what you like.&#8221; The confident choice for a partner or close friend whose fragrance preferences you understand.<\/li>\n      <li><strong>100 ml:<\/strong> &#8220;This is <em>\u3042\u306a\u305f\u306e<\/em> scent now.&#8221; A statement gift for a spouse or significant other \u2014 but only if you&#8217;re certain they love the fragrance. Gifting 100 ml of a scent someone feels ambivalent about creates an awkward obligation.<\/li>\n    <\/ul>\n\n    <p>One practical tip: gift sets (a 50 ml or 100 ml bottle bundled with a matching body wash or travel mini) are often priced aggressively by brands as a customer acquisition strategy. They look generous but cost the giver less than buying the bottle alone \u2014 and the extras make the gift feel curated rather than last-minute.<\/p>\n\n    <hr>\n\n    <h2 id=\"cost-efficiency\">\n      <span class=\"h2-marker\">04<\/span>\n      Cost Efficiency \u2014 Getting the Best Value Per Milliliter\n    <\/h2>\n\n    <p>The pricing math of cologne bottles follows a pattern so consistent it borders on formula:<\/p>\n\n    <div class=\"table-wrapper\">\n      <table>\n        <thead>\n          <tr>\n            <th>\u30b5\u30a4\u30ba<\/th>\n            <th>Typical Designer Price Range<\/th>\n            <th>Approx. Cost per ml<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>30 ml (1.0 oz)<\/td>\n            <td>$55\u201375<\/td>\n            <td>$1.83\u20132.50\/ml<\/td>\n          <\/tr>\n          <tr>\n            <td>50 ml (1.7 oz)<\/td>\n            <td>$85\u2013110<\/td>\n            <td>$1.70\u20132.20\/ml<\/td>\n          <\/tr>\n          <tr>\n            <td>100 ml (3.4 oz)<\/td>\n            <td>$115\u2013155<\/td>\n            <td>$1.15\u20131.55\/ml<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <p>The pattern is clear: doubling the volume costs only 30\u201350% more. A 100 ml bottle delivers nearly twice the liquid of a 50 ml for roughly $30\u201345 extra. On paper, the 100 ml is the unambiguous winner.<\/p>\n\n    <p>But this is pricing psychology, not math. The price gap between 50 ml and 100 ml is deliberately engineered to make the larger bottle feel like the &#8220;obvious&#8221; choice \u2014 a classic anchor-and-upsell pattern. The $30 you &#8220;save&#8221; by buying the bigger bottle is only real savings if you would have otherwise finished the 50 ml and bought a second one. If you never reach the bottom of either bottle, you didn&#8217;t save $30 \u2014 you spent an extra $30 on cologne that will oxidize on your shelf.<\/p>\n\n    <div class=\"bp-5-insight\">\n      <div class=\"bp-5-icon\" aria-hidden=\"true\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" width=\"28\" height=\"28\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M9 18h6\"\/>\n          <path d=\"M10 22h4\"\/>\n          <path d=\"M15.09 14c.18-.98.65-1.74 1.41-2.5A4.65 4.65 0 0 0 18 8 6 6 0 0 0 6 8c0 1 .23 2.23 1.5 3.5A4.61 4.61 0 0 1 8.91 14\"\/>\n        <\/svg>\n      <\/div>\n      <div class=\"bp-5-content\">\n        <div class=\"bp-5-rule\">Buy the smallest size you&#8217;re confident you&#8217;ll finish.<\/div>\n        <div class=\"bp-5-explanation\">The higher cost-per-ml on a 30 ml is the price of not wasting money on unused product. If a 100 ml fits your usage, that&#8217;s the industry&#8217;s best deal.<\/div>\n      <\/div>\n    <\/div>\n\n    <p>Niche and independent fragrance houses sometimes play an even more aggressive version of this game, pricing their 100 ml bottles only $15\u201325 above the 50 ml. The message is unmistakable: &#8220;Why would you possibly buy the small one?&#8221; The answer, as we covered in the previous section, is: because you&#8217;ll actually use it.<\/p>\n\n    <p>The rule of thumb that aligns pricing logic with real-world behavior: <strong>buy the smallest size you&#8217;re confident you&#8217;ll finish.<\/strong> If that&#8217;s 30 ml, the higher cost-per-ml is the price of not wasting money on unused product. If that&#8217;s 100 ml because you wear one scent daily, congratulations \u2014 you&#8217;re getting the fragrance industry&#8217;s best deal.<\/p>\n\n    <hr>\n\n    <h2 id=\"fragrance-brands\">\n      <span class=\"h2-marker\">05<\/span>\n      For Fragrance Brands \u2014 Sizing Your Product Line\n    <\/h2>\n\n    <p>If you&#8217;re on the other side of the equation \u2014 building a fragrance brand rather than buying a single bottle \u2014 the sizing question shifts from &#8220;which one should I pick?&#8221; to &#8220;which ones should I offer, and in what order?&#8221;<\/p>\n\n    <p>The industry-standard launch pattern is remarkably consistent across both designer and indie brands: a <strong>three-tier portfolio<\/strong> anchored by a 50 ml hero size, supported by 1\u20132 ml discovery samples and an optional 30 ml entry point or 100 ml flagship. This isn&#8217;t groupthink \u2014 it&#8217;s a structure that has proven itself across decades of retail data. The 50 ml anchors your pricing, balances shelf presence with price accessibility, and gives your label artwork enough surface area to breathe. The samples get the scent on skin (still the single most effective conversion tool in fragrance). The 30 ml catches price-sensitive buyers and online blind-purchase hesitators.<\/p>\n\n    <p>One of the most consequential early decisions is whether to use stock bottles or invest in custom molds. Stock bottles carry no mold fee, have MOQs as low as 1,000\u20133,000 units, and can ship within weeks. Custom molds give you a completely unique bottle silhouette \u2014 your brand&#8217;s DNA in glass \u2014 but the math is different: mold fees range from $700 to $2,000+ depending on complexity, MOQs start at 10,000\u201350,000 units, and the mold fabrication alone adds roughly 25 days to your timeline before a single bottle is produced.<\/p>\n\n    <div class=\"bp-6-decision-cards\">\n      <div class=\"bp-6-card bp-6-card--stock\">\n        <div class=\"bp-6-card-header\">\n          <div class=\"bp-6-card-header-icon\" aria-hidden=\"true\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" width=\"22\" height=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n              <polyline points=\"22 4 12 14.01 9 11.01\"\/>\n            <\/svg>\n          <\/div>\n          <span class=\"bp-6-card-title\">\u30b9\u30c8\u30c3\u30af\u30dc\u30c8\u30eb<\/span>\n        <\/div>\n        <div class=\"bp-6-card-body\">\n          <div class=\"bp-6-spec\">\n            <span class=\"bp-6-spec-label\">\u6700\u5c0f\u6ce8\u6587\u6570\u91cf\uff08MOQ\uff09<\/span>\n            <span class=\"bp-6-spec-value\">1,000\u20133,000 units<\/span>\n          <\/div>\n          <div class=\"bp-6-spec\">\n            <span class=\"bp-6-spec-label\">Mold Fee<\/span>\n            <span class=\"bp-6-spec-value\">$0<\/span>\n          <\/div>\n          <div class=\"bp-6-spec\">\n            <span class=\"bp-6-spec-label\">Timeline<\/span>\n            <span class=\"bp-6-spec-value\">Weeks to ship<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"bp-6-card bp-6-card--custom\">\n        <div class=\"bp-6-card-header\">\n          <div class=\"bp-6-card-header-icon\" aria-hidden=\"true\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" width=\"22\" height=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <circle cx=\"12\" cy=\"12\" r=\"3\"\/>\n              <path d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 2.83-2.83l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z\"\/>\n            <\/svg>\n          <\/div>\n          <span class=\"bp-6-card-title\">\u7279\u6ce8\u91d1\u578b<\/span>\n        <\/div>\n        <div class=\"bp-6-card-body\">\n          <div class=\"bp-6-spec\">\n            <span class=\"bp-6-spec-label\">\u6700\u5c0f\u6ce8\u6587\u6570\u91cf\uff08MOQ\uff09<\/span>\n            <span class=\"bp-6-spec-value\">10,000\u201350,000 units<\/span>\n          <\/div>\n          <div class=\"bp-6-spec\">\n            <span class=\"bp-6-spec-label\">Mold Fee<\/span>\n            <span class=\"bp-6-spec-value\">$700\u2013$2,000+<\/span>\n          <\/div>\n          <div class=\"bp-6-spec\">\n            <span class=\"bp-6-spec-label\">Timeline<\/span>\n            <span class=\"bp-6-spec-value\">~25 days + production<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <p>A pragmatic middle path that many founders overlook: start with a premium stock bottle and upgrade it through decoration \u2014 hot foil stamping, matte spray coating, acid etching, custom-color glass, or a distinctive cap. The glass shape may not be exclusive, but the finished object reads as bespoke. One manufacturer worth knowing: <a href=\"https:\/\/www.daxinglassbottles.com\/ja\">\u5927\u65b0\u30ac\u30e9\u30b9\u74f6<\/a>, operating since 1987 out of a 20,000 m&sup2; factory in Xuzhou, China. They offer over 5,000 existing private molds, a 10-day mold tooling turnaround, and a 15\u201320 day concept-to-sample cycle \u2014 timelines that keep first-time founders from getting stuck in development limbo. Their MOQ starts at 1,000 units, and their in-house decorating capabilities (hot stamping, coating, acid etching, color matching) handle the most common customization requests without separate vendors.<\/p>\n\n    <p>Regardless of which supplier you work with, there&#8217;s one step you must not skip: <strong>fill real bottles with your actual fragrance formula and let them sit for 4\u20136 weeks before committing to production.<\/strong> This isn&#8217;t optional diligence \u2014 it&#8217;s insurance against discovering that your juice reacts with the cap liner, that the sprayer clogs after three weeks, or that the glass develops micro-crazing. A $50 test fill can save you from a $15,000 production mistake. Check neck finish compatibility (FEA 15 is standard for 30 ml+ bottles \u2014 verify your pumps match), cap thread fit, and whether the filled bottle remains stable on a slight incline (a heavy Zamac cap on a narrow-base bottle is a tipping hazard in shipping).<\/p>\n\n    <div class=\"bp-7-checklist\">\n      <div class=\"bp-7-header\">\n        <div class=\"bp-7-icon\" aria-hidden=\"true\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/>\n            <polyline points=\"9 12 11 14 15 10\"\/>\n          <\/svg>\n        <\/div>\n        <span class=\"bp-7-title\">Pre-Production Checklist<\/span>\n      <\/div>\n      <ul class=\"bp-7-list\">\n        <li class=\"bp-7-item\">\n          <span class=\"bp-7-item-icon\" aria-hidden=\"true\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n              <polyline points=\"9 12 11 14 15 10\"\/>\n            <\/svg>\n          <\/span>\n          <span>Neck finish compatibility (FEA 15 \/ FEA 18 \u2192 pump match)<\/span>\n        <\/li>\n        <li class=\"bp-7-item\">\n          <span class=\"bp-7-item-icon\" aria-hidden=\"true\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n              <polyline points=\"9 12 11 14 15 10\"\/>\n            <\/svg>\n          <\/span>\n          <span>Cap thread fit and torque test<\/span>\n        <\/li>\n        <li class=\"bp-7-item\">\n          <span class=\"bp-7-item-icon\" aria-hidden=\"true\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n              <polyline points=\"9 12 11 14 15 10\"\/>\n            <\/svg>\n          <\/span>\n          <span>4\u20136 week chemical compatibility fill test<\/span>\n        <\/li>\n        <li class=\"bp-7-item\">\n          <span class=\"bp-7-item-icon\" aria-hidden=\"true\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n              <polyline points=\"9 12 11 14 15 10\"\/>\n            <\/svg>\n          <\/span>\n          <span>Stability test: filled bottle on 5&deg; incline<\/span>\n        <\/li>\n      <\/ul>\n    <\/div>\n\n    <hr>\n\n    <h2 id=\"references\">\u53c2\u8003\u6587\u732e<\/h2>\n\n    <ol>\n      <li>Transportation Security Administration. &ldquo;Liquids Rule.&rdquo; <a href=\"https:\/\/www.tsa.gov\/travel\/security-screening\/liquids-rule\">https:\/\/www.tsa.gov\/travel\/security-screening\/liquids-rule<\/a><\/li>\n      <li>National Institute of Standards and Technology. &ldquo;SI Units \u2014 Volume.&rdquo; <a href=\"https:\/\/www.nist.gov\/pml\/owm\/metric-si\/si-units\">https:\/\/www.nist.gov\/pml\/owm\/metric-si\/si-units<\/a><\/li>\n<li>Daxin Glass Bottles. \u300c\u9999\u6c34\u30d3\u30b8\u30cd\u30b9\u306e\u59cb\u3081\u65b9\uff1a\u30b9\u30c6\u30c3\u30d7\u30d0\u30a4\u30b9\u30c6\u30c3\u30d7\u30ac\u30a4\u30c9\u3002\u300d\u201c <a href=\"https:\/\/www.daxinglassbottles.com\/ja\/how-to-start-a-perfume-business\/\">https:\/\/www.daxinglassbottles.com\/how-to-start-a-perfume-business\/<\/a><\/li>\n<li>Daxin Glass Bottles. &ldquo;Top 7 Perfume Bottle Manufacturers For Your Brand.&rdquo; <a href=\"https:\/\/www.daxinglassbottles.com\/ja\/top-perfume-bottle-manufacturers\/\">https:\/\/www.daxinglassbottles.com\/top-perfume-bottle-manufacturers\/<\/a><\/li>\n      <li>Daxin Glass Bottles. &ldquo;Cologne Bottles.&rdquo; <a href=\"https:\/\/www.daxinglassbottles.com\/ja\/cologne-bottles\/\">https:\/\/www.daxinglassbottles.com\/cologne-bottles\/<\/a><\/li>\n      <li>Daxin Glass Bottles. &ldquo;Custom Glass Bottles &amp; Jars.&rdquo; <a href=\"https:\/\/www.daxinglassbottles.com\/ja\/custom-glass-bottles-jars\/\">https:\/\/www.daxinglassbottles.com\/custom-glass-bottles-jars\/<\/a><\/li>\n      <li>Daxin Glass Bottles. <a href=\"https:\/\/www.daxinglassbottles.com\/ja\">https:\/\/www.daxinglassbottles.com\/<\/a><\/li>\n    <\/ol>\n\n  <\/article>\n<\/div>\n\n<script>\n  (function() {\n    'use strict';\n\n    \/* ------------------------------------------\n       READING PROGRESS BAR\n       ------------------------------------------ *\/\n    var progressBar = document.getElementById('reading-progress');\n    var ticking = false;\n\n    function updateProgress() {\n      var scrollTop = window.scrollY;\n      var docHeight = document.documentElement.scrollHeight - window.innerHeight;\n      if (docHeight <= 0) { return; }\n      var percent = Math.min((scrollTop \/ docHeight) * 100, 100);\n      progressBar.style.width = percent + '%';\n      ticking = false;\n    }\n\n    window.addEventListener('scroll', function() {\n      if (!ticking) {\n        window.requestAnimationFrame(updateProgress);\n        ticking = true;\n      }\n    });\n\n    \/* ------------------------------------------\n       INTERSECTION OBSERVER \u2014 fade-in BPs\n       ------------------------------------------ *\/\n    var bpElements = document.querySelectorAll(\n      '.bp-1-stat-banner, .bp-2-size-ref, .bp-3-weight-ref, ' +\n      '.bp-4-pullquote, .bp-5-insight, .bp-6-decision-cards, ' +\n      '.bp-7-checklist'\n    );\n\n    if ('IntersectionObserver' in window) {\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        rootMargin: '0px 0px -40px 0px',\n        threshold: 0.05\n      });\n\n      bpElements.forEach(function(el) {\n        observer.observe(el);\n      });\n    } else {\n      \/\/ Fallback: show all immediately\n      bpElements.forEach(function(el) {\n        el.classList.add('visible');\n      });\n    }\n  })();\n<\/script>","protected":false},"excerpt":{"rendered":"<p>Cologne Bottle Sizes: The Complete Guide to Standard Sizes, Dimensions, and Choosing Wisely You&#8217;re standing in front of a fragrance counter \u2014 or staring at a product page \u2014 wondering whether the 1.7 oz bottle looks embarrassingly small, or if the 3.4 oz is overkill you&#8217;ll never finish. You&#8217;re not alone. Cologne bottle sizes are one of the most confusing parts of buying fragrance. Volume numbers on a screen tell you almost nothing about what the bottle actually looks and feels like in your hand. Here&#8217;s what you&#8217;ll find ahead: every standard cologne bottle size, what each one physically looks like, how to match a size to your actual lifestyle, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":18017,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[460],"tags":[],"class_list":["post-18010","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mml-blog"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Cologne Bottle Sizes Guide: ml, Dimensions &amp; Sourcing<\/title>\n<meta name=\"description\" content=\"Master cologne bottle sizes with our guide to exact dimensions and ml conversions. Find the best value for daily use or learn how to source for your brand.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.daxinglassbottles.com\/ja\/cologne-bottle-sizes\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cologne Bottle Sizes Guide: ml, Dimensions &amp; Sourcing\" \/>\n<meta property=\"og:description\" content=\"Master cologne bottle sizes with our guide to exact dimensions and ml conversions. Find the best value for daily use or learn how to source for your brand.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.daxinglassbottles.com\/ja\/cologne-bottle-sizes\/\" \/>\n<meta property=\"og:site_name\" content=\"daxin\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-23T07:53:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-10T07:43:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.daxinglassbottles.com\/wp-content\/uploads\/2024\/12\/cologne-bottle-sizes.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"mmldigi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"mmldigi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"22\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/es\\\/cologne-bottle-sizes\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/es\\\/cologne-bottle-sizes\\\/\"},\"author\":{\"name\":\"mmldigi\",\"@id\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/#\\\/schema\\\/person\\\/ee371b757a0898371bbf3881f07a249d\"},\"headline\":\"Cologne Bottle Sizes: The Complete Guide to Standard Sizes, Dimensions, and Choosing Wisely\",\"datePublished\":\"2024-12-23T07:53:41+00:00\",\"dateModified\":\"2026-07-10T07:43:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/es\\\/cologne-bottle-sizes\\\/\"},\"wordCount\":2982,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/es\\\/cologne-bottle-sizes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/cologne-bottle-sizes.webp\",\"articleSection\":[\"MML Blog\"],\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.daxinglassbottles.com\\\/es\\\/cologne-bottle-sizes\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/es\\\/cologne-bottle-sizes\\\/\",\"url\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/es\\\/cologne-bottle-sizes\\\/\",\"name\":\"Cologne Bottle Sizes Guide: ml, Dimensions & Sourcing\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/es\\\/cologne-bottle-sizes\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/es\\\/cologne-bottle-sizes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/cologne-bottle-sizes.webp\",\"datePublished\":\"2024-12-23T07:53:41+00:00\",\"dateModified\":\"2026-07-10T07:43:30+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/#\\\/schema\\\/person\\\/ee371b757a0898371bbf3881f07a249d\"},\"description\":\"Master cologne bottle sizes with our guide to exact dimensions and ml conversions. Find the best value for daily use or learn how to source for your brand.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/es\\\/cologne-bottle-sizes\\\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.daxinglassbottles.com\\\/es\\\/cologne-bottle-sizes\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/es\\\/cologne-bottle-sizes\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/cologne-bottle-sizes.webp\",\"contentUrl\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/cologne-bottle-sizes.webp\",\"width\":1024,\"height\":768,\"caption\":\"cologne bottle sizes\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/es\\\/cologne-bottle-sizes\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cologne Bottle Sizes: The Complete Guide to Standard Sizes, Dimensions, and Choosing Wisely\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/#website\",\"url\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/\",\"name\":\"daxin\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/#\\\/schema\\\/person\\\/ee371b757a0898371bbf3881f07a249d\",\"name\":\"mmldigi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/72d60a1488c3b93cc159c73147f8b3c703939ca40206e05345f745fff80eaad3?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/72d60a1488c3b93cc159c73147f8b3c703939ca40206e05345f745fff80eaad3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/72d60a1488c3b93cc159c73147f8b3c703939ca40206e05345f745fff80eaad3?s=96&d=mm&r=g\",\"caption\":\"mmldigi\"},\"sameAs\":[\"https:\\\/\\\/www.daxinglassbottles.com\"],\"url\":\"https:\\\/\\\/www.daxinglassbottles.com\\\/ja\\\/author\\\/mmldigi\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u9999\u6c34\u306e\u30dc\u30c8\u30eb\u30b5\u30a4\u30ba\u30ac\u30a4\u30c9\uff1aml\u3001\u5bf8\u6cd5\u3001\u8abf\u9054\u5148","description":"\u6b63\u78ba\u306a\u5bf8\u6cd5\u3068ml\u63db\u7b97\u3092\u89e3\u8aac\u3057\u305f\u30ac\u30a4\u30c9\u3067\u3001\u30b3\u30ed\u30f3\u30dc\u30c8\u30eb\u306e\u30b5\u30a4\u30ba\u3092\u30de\u30b9\u30bf\u30fc\u3057\u307e\u3057\u3087\u3046\u3002\u65e5\u5e38\u4f7f\u3044\u306b\u6700\u9069\u306a\u5546\u54c1\u3092\u898b\u3064\u3051\u305f\u308a\u3001\u81ea\u793e\u30d6\u30e9\u30f3\u30c9\u5411\u3051\u306e\u8abf\u9054\u65b9\u6cd5\u3092\u5b66\u3093\u3060\u308a\u3067\u304d\u307e\u3059\u3002.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.daxinglassbottles.com\/ja\/cologne-bottle-sizes\/","og_locale":"ja_JP","og_type":"article","og_title":"Cologne Bottle Sizes Guide: ml, Dimensions & Sourcing","og_description":"Master cologne bottle sizes with our guide to exact dimensions and ml conversions. Find the best value for daily use or learn how to source for your brand.","og_url":"https:\/\/www.daxinglassbottles.com\/ja\/cologne-bottle-sizes\/","og_site_name":"daxin","article_published_time":"2024-12-23T07:53:41+00:00","article_modified_time":"2026-07-10T07:43:30+00:00","og_image":[{"width":1024,"height":768,"url":"https:\/\/www.daxinglassbottles.com\/wp-content\/uploads\/2024\/12\/cologne-bottle-sizes.webp","type":"image\/webp"}],"author":"mmldigi","twitter_card":"summary_large_image","twitter_misc":{"Written by":"mmldigi","Est. reading time":"22\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.daxinglassbottles.com\/es\/cologne-bottle-sizes\/#article","isPartOf":{"@id":"https:\/\/www.daxinglassbottles.com\/es\/cologne-bottle-sizes\/"},"author":{"name":"mmldigi","@id":"https:\/\/www.daxinglassbottles.com\/#\/schema\/person\/ee371b757a0898371bbf3881f07a249d"},"headline":"Cologne Bottle Sizes: The Complete Guide to Standard Sizes, Dimensions, and Choosing Wisely","datePublished":"2024-12-23T07:53:41+00:00","dateModified":"2026-07-10T07:43:30+00:00","mainEntityOfPage":{"@id":"https:\/\/www.daxinglassbottles.com\/es\/cologne-bottle-sizes\/"},"wordCount":2982,"commentCount":0,"image":{"@id":"https:\/\/www.daxinglassbottles.com\/es\/cologne-bottle-sizes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.daxinglassbottles.com\/wp-content\/uploads\/2024\/12\/cologne-bottle-sizes.webp","articleSection":["MML Blog"],"inLanguage":"ja","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.daxinglassbottles.com\/es\/cologne-bottle-sizes\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.daxinglassbottles.com\/es\/cologne-bottle-sizes\/","url":"https:\/\/www.daxinglassbottles.com\/es\/cologne-bottle-sizes\/","name":"\u9999\u6c34\u306e\u30dc\u30c8\u30eb\u30b5\u30a4\u30ba\u30ac\u30a4\u30c9\uff1aml\u3001\u5bf8\u6cd5\u3001\u8abf\u9054\u5148","isPartOf":{"@id":"https:\/\/www.daxinglassbottles.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.daxinglassbottles.com\/es\/cologne-bottle-sizes\/#primaryimage"},"image":{"@id":"https:\/\/www.daxinglassbottles.com\/es\/cologne-bottle-sizes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.daxinglassbottles.com\/wp-content\/uploads\/2024\/12\/cologne-bottle-sizes.webp","datePublished":"2024-12-23T07:53:41+00:00","dateModified":"2026-07-10T07:43:30+00:00","author":{"@id":"https:\/\/www.daxinglassbottles.com\/#\/schema\/person\/ee371b757a0898371bbf3881f07a249d"},"description":"\u6b63\u78ba\u306a\u5bf8\u6cd5\u3068ml\u63db\u7b97\u3092\u89e3\u8aac\u3057\u305f\u30ac\u30a4\u30c9\u3067\u3001\u30b3\u30ed\u30f3\u30dc\u30c8\u30eb\u306e\u30b5\u30a4\u30ba\u3092\u30de\u30b9\u30bf\u30fc\u3057\u307e\u3057\u3087\u3046\u3002\u65e5\u5e38\u4f7f\u3044\u306b\u6700\u9069\u306a\u5546\u54c1\u3092\u898b\u3064\u3051\u305f\u308a\u3001\u81ea\u793e\u30d6\u30e9\u30f3\u30c9\u5411\u3051\u306e\u8abf\u9054\u65b9\u6cd5\u3092\u5b66\u3093\u3060\u308a\u3067\u304d\u307e\u3059\u3002.","breadcrumb":{"@id":"https:\/\/www.daxinglassbottles.com\/es\/cologne-bottle-sizes\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.daxinglassbottles.com\/es\/cologne-bottle-sizes\/"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.daxinglassbottles.com\/es\/cologne-bottle-sizes\/#primaryimage","url":"https:\/\/www.daxinglassbottles.com\/wp-content\/uploads\/2024\/12\/cologne-bottle-sizes.webp","contentUrl":"https:\/\/www.daxinglassbottles.com\/wp-content\/uploads\/2024\/12\/cologne-bottle-sizes.webp","width":1024,"height":768,"caption":"cologne bottle sizes"},{"@type":"BreadcrumbList","@id":"https:\/\/www.daxinglassbottles.com\/es\/cologne-bottle-sizes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.daxinglassbottles.com\/"},{"@type":"ListItem","position":2,"name":"Cologne Bottle Sizes: The Complete Guide to Standard Sizes, Dimensions, and Choosing Wisely"}]},{"@type":"WebSite","@id":"https:\/\/www.daxinglassbottles.com\/#website","url":"https:\/\/www.daxinglassbottles.com\/","name":"daxin","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.daxinglassbottles.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Person","@id":"https:\/\/www.daxinglassbottles.com\/#\/schema\/person\/ee371b757a0898371bbf3881f07a249d","name":"mmldigi","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/secure.gravatar.com\/avatar\/72d60a1488c3b93cc159c73147f8b3c703939ca40206e05345f745fff80eaad3?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/72d60a1488c3b93cc159c73147f8b3c703939ca40206e05345f745fff80eaad3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/72d60a1488c3b93cc159c73147f8b3c703939ca40206e05345f745fff80eaad3?s=96&d=mm&r=g","caption":"mmldigi"},"sameAs":["https:\/\/www.daxinglassbottles.com"],"url":"https:\/\/www.daxinglassbottles.com\/ja\/author\/mmldigi\/"}]}},"_links":{"self":[{"href":"https:\/\/www.daxinglassbottles.com\/ja\/wp-json\/wp\/v2\/posts\/18010","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.daxinglassbottles.com\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.daxinglassbottles.com\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.daxinglassbottles.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.daxinglassbottles.com\/ja\/wp-json\/wp\/v2\/comments?post=18010"}],"version-history":[{"count":8,"href":"https:\/\/www.daxinglassbottles.com\/ja\/wp-json\/wp\/v2\/posts\/18010\/revisions"}],"predecessor-version":[{"id":34830,"href":"https:\/\/www.daxinglassbottles.com\/ja\/wp-json\/wp\/v2\/posts\/18010\/revisions\/34830"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.daxinglassbottles.com\/ja\/wp-json\/wp\/v2\/media\/18017"}],"wp:attachment":[{"href":"https:\/\/www.daxinglassbottles.com\/ja\/wp-json\/wp\/v2\/media?parent=18010"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.daxinglassbottles.com\/ja\/wp-json\/wp\/v2\/categories?post=18010"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.daxinglassbottles.com\/ja\/wp-json\/wp\/v2\/tags?post=18010"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}