.m-al{position:fixed;top:0;left:0;width: 100%;height:100%;background-color: rgba(0, 0, 0, 0.6);z-index:11}
.u-btn01{ position:absolute;display: block; width:40px; height:40px; left: 50%; margin-left: -20px; line-height:40px;bottom:6%;border:none;background:url(close-ico.png) center no-repeat; background-size:100% ;}
#f-show {opacity: 0;transition: opacity 1.5s ease-in-out;}
.m-music{width:30px; height:30px; position: absolute; right:2%; top:2%;z-index: 99; overflow: hidden;}
.m-mico{display: none;width: 100%;}
.m-mico {animation: spin 2s infinite linear;}
@keyframes spin {0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }}
.m-mico-c{display: block;width: 100%;}