@media screen and (min-width: 1201px) {
				#live2dcanvas {
					border: 0 !important;
					width: 300px;
					height: 600px;
				}
			}
			@media screen and (max-width: 1200px) {
				#live2dcanvas {
					border: 0 !important;
					width: 200px;
					height: 400px;
				}
			}
			@media screen and (max-width: 901px) {
				#live2dcanvas {
					border: 0 !important;
					width: 150px;
					height: 300px;
				}
			}
			@media screen and (max-width: 600px) {
				#live2dcanvas {
					border: 0 !important;
					width: 100px;
					height: 200px;
				}
			}
			@media screen and (max-width: 300px) {
				#live2dcanvas {
					border: 0 !important;
					width: 50px;
					height: 100px;
				}
			}