html{background-color:#fff}body{color:#282828;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100vh;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif}#content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}#content .info{width:180px;margin:50px auto 0;-webkit-animation:showImage 1s ease;animation:showImage 1s ease}#content .info li{font-size:11px;font-weight:400;line-height:.8}#content .info li:nth-child(n+2){margin-top:12px}#content .info li:last-child a{text-decoration:underline}#content .info li img{width:165px}#content .info li a{color:#282828;text-decoration:none}@-webkit-keyframes showImage{0%{opacity:0}100%{opacity:1}}@keyframes showImage{0%{opacity:0}100%{opacity:1}}.logo{-webkit-filter:brightness(0);filter:brightness(0);width:180px;height:180px;-webkit-animation:showImage 1s ease;animation:showImage 1s ease}@media screen and (max-width: 960px){body{height:100vh;height:100svh}#content .info{margin:60px auto 0;font-size:10px}#content .info li:not(:first-child){margin-top:10px}}