 @charset "utf-8";
 /* CSS Document */

 /*スマホ*/
 @media screen and (min-width:250px) {
     body {
         min-height: 96vh;
     }

     .copy {
         position: absolute;
         right: 20px;
         bottom: 5px;
     }
 }