#live2d{position:fixed;left:0;bottom:0;z-index:9999;transition:all .3s ease-in-out}
#l2d-tools-panel{position:fixed;bottom:0;left:0;max-width:2em;display:inline-block;z-index:10000}
.l2d-tools{box-shadow:0 2px 3px rgba(0,0,0,0.3);cursor:pointer;font-size:1em;color:#000;border-top-right-radius:8px;border-bottom-right-radius:8px;transition:.2s;padding-top:.6em;padding-bottom:.6em;line-height:1.1em;height:auto;z-index:inherit;min-height:4em;text-align:center;margin-top:.3em}
.l2d-tools-r{writing-mode:vertical-rl;padding-left:.2em;padding-right:.2em;font-size:1em;width:2em;transform:translateX(-.6em)}
.l2d-tools-r:hover{transform:translateX(.02em)}
#l2d-hide{background:red;margin-bottom:0.1em}
#l2d-home{background:#ff0}
#l2d-change{background:#add8e6}
#l2d-photo{background:green}
#l2d-message{padding-right:1.6em;padding-left:1.2em;background:#ffffff;width:16em}
@media screen and (min-width:1025px){
#live2d{width:16em}
#l2d-message{transform:translateX(-15.2em)}
}
@media screen and (min-width:768px) and (max-width:1024px){
#live2d{width:13em}
#message{display:none}
}
@media screen and (max-width:768px){
#live2d{width:10em}
#message{display:none}
}
