diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 4c40eea95..166233a82 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -2346,3 +2346,4 @@ room:
     poster-v: "ポスター(縦長)"
     sofa: "ソファ"
     spiral: "螺旋階段"
+    bin: "ゴミ箱"
diff --git a/src/client/app/common/scripts/room/furnitures.json5 b/src/client/app/common/scripts/room/furnitures.json5
index 9fe7811f6..fec179165 100644
--- a/src/client/app/common/scripts/room/furnitures.json5
+++ b/src/client/app/common/scripts/room/furnitures.json5
@@ -341,4 +341,14 @@
 			Step: 'color'
 		}
 	},
+	{
+		id: "bin",
+		place: "floor",
+		props: {
+			color: 'color'
+		},
+		color: {
+			Bin: 'color'
+		}
+	},
 ]
diff --git a/src/client/assets/room/furnitures/trash-can/trash-can.blend b/src/client/assets/room/furnitures/bin/bin.blend
similarity index 51%
rename from src/client/assets/room/furnitures/trash-can/trash-can.blend
rename to src/client/assets/room/furnitures/bin/bin.blend
index 760255fd1..3b38b7ed1 100644
Binary files a/src/client/assets/room/furnitures/trash-can/trash-can.blend and b/src/client/assets/room/furnitures/bin/bin.blend differ
diff --git a/src/client/assets/room/furnitures/trash-can/trash-can.glb b/src/client/assets/room/furnitures/bin/bin.glb
similarity index 92%
rename from src/client/assets/room/furnitures/trash-can/trash-can.glb
rename to src/client/assets/room/furnitures/bin/bin.glb
index ba7e91b93..595e846d2 100644
Binary files a/src/client/assets/room/furnitures/trash-can/trash-can.glb and b/src/client/assets/room/furnitures/bin/bin.glb differ