@charset "UTF-8";@media screen and (max-width:430px){.is-pc{display:none}}@media screen and (min-width:429px){.is-sp{display:none}}body{position:relative;margin:0 auto;width:100%;height:100%}@media screen and (max-width:430px){body{font-size:16px;max-width:428px}}@media screen and (min-width:429px){body{font-size:18px;max-width:600px}}main .container:nth-child(n+2){margin-top:-15px}.button{position:fixed;bottom:0;width:100%;animation:pulse 2s infinite ease-in-out}@media screen and (max-width:430px){.button{max-width:428px}}@media screen and (min-width:429px){.button{max-width:600px}}img{display:block;width:100%;height:100%}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(.95)}}