.border-box{box-sizing:border-box}.flex{display:flex;flex-wrap:wrap}.flex-nowrap{display:flex;flex-wrap:nowrap}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.justify-content-evenly{justify-content:space-evenly}.align-items-center{align-items:center}.justify-content-end{justify-content:flex-end}.flex-col{position:relative;flex-basis:0;flex-grow:1;width:100%;max-width:100%}.flex-col-auto{position:relative;flex:0 0 auto;max-width:100%}.f20{font-size:20px}*{margin:0;padding:0;color:inherit;font:inherit;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{font-size:10px;margin:0 auto;min-width:100%;min-height:100%}img{border:none;width:auto;height:auto;max-width:100%;max-height:100%}.w750{width:90%;max-width:750px;margin:0 auto}.lottery-box{padding:16px 0 0 0;background-image:url(./../img/h5/bg.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;min-height:100vh}.lottery-box .title{text-align:center}.lottery-box .title img{width:60%}.lottery-box .btn{text-align:center;margin-top:2%;animation:size .6s ease-in-out alternate infinite}.lottery-box .btn a{position:relative;display:inline-block}.lottery-box .visual{display:block;margin-top:16px}@keyframes size{0%{transform:scale(.85)}100%{transform:scale(1)}}@keyframes scale{50%{transform:scale(.9)}}