TOML

Types of Clothing - TOML

Types of clothing is a classification system that categorizes garments based on the body area they cover (upper body, lower body, full body) or their function (warmth, decoration, utility). Generally divided into major categories such as outerwear, tops, bottoms, dresses, innerwear, loungewear, and accessories, each with further detailed subcategories. Widely used in the fashion and retail industries as basic units for product management and merchandising.

fashion clothing apparel garment classification tops bottoms outerwear
[[items]]
code = "01"
slug = "outerwear"
name = "Outerwear"
description = "Garments worn as the outermost layer of clothing."
examples = "[\"コート\",\"ジャケット\",\"ブルゾン\",\"ダウンジャケット\",\"カーディガン\",\"パーカー\"]"

[[items]]
code = "02"
slug = "tops"
name = "Tops"
description = "A general term for garments worn on the upper body."
examples = "[\"Tシャツ\",\"シャツ\",\"ブラウス\",\"ニット\",\"セーター\",\"パーカー\",\"ポロシャツ\",\"タンクトップ\"]"

[[items]]
code = "03"
slug = "bottoms"
name = "Bottoms"
description = "A general term for garments worn on the lower body."
examples = "[\"パンツ\",\"スカート\",\"ショートパンツ\",\"レギンス\",\"ジーンズ\",\"チノパンツ\"]"

[[items]]
code = "04"
slug = "dresses"
name = "Dresses"
description = "One-piece garments that cover both upper and lower body."
examples = "[\"ワンピース\",\"シャツワンピース\",\"ニットワンピース\",\"ドレス\",\"サロペット\"]"

[[items]]
code = "05"
slug = "suits"
name = "Suits & Setups"
description = "Formal garments consisting of matching upper and lower pieces."
examples = "[\"ビジネススーツ\",\"カジュアルスーツ\",\"セットアップ\",\"パンツスーツ\",\"スカートスーツ\"]"

[[items]]
code = "06"
slug = "innerwear"
name = "Innerwear & Underwear"
description = "Garments worn beneath outer clothing."
examples = "[\"肌着\",\"キャミソール\",\"ブラジャー\",\"ショーツ\",\"タイツ\",\"スパッツ\"]"

[[items]]
code = "07"
slug = "activewear"
name = "Activewear"
description = "Garments designed for sports and physical activities."
examples = "[\"ヨガパンツ\",\"スポーツブラ\",\"ジャージ\",\"トレーニングウェア\",\"ランニングウェア\"]"

[[items]]
code = "08"
slug = "loungewear"
name = "Loungewear & Sleepwear"
description = "Garments worn indoors or during sleep."
examples = "[\"パジャマ\",\"ネグリジェ\",\"バスローブ\",\"ルームウェア\"]"

[[items]]
code = "09"
slug = "swimwear"
name = "Swimwear"
description = "Garments worn for swimming and water activities."
examples = "[\"ワンピース水着\",\"ビキニ\",\"トランクス\",\"ラッシュガード\"]"

[[items]]
code = "10"
slug = "accessories"
name = "Accessories"
description = "Decorative items and small articles that complement clothing."
examples = "[\"ストール\",\"マフラー\",\"帽子\",\"手袋\",\"ベルト\",\"ネクタイ\"]"