/*!css/style.scss*/ body{background-color:#fff;color:#000;border:0;margin:0;padding:0;} body,html{width:100%;height:100%} .main{width:100%;height:100%;} .main a{display:block} .pc{position:relative;background:url("/404-pc.jpg") no-repeat center center;background-size:cover;width:100%;height:100%;} .mobile{display: none;} @media screen and (max-width:1024px){.main a{display:none} .pc{display: none;} .mobile, .mobile a{display:flex;width: 100%;height: 100%;justify-content:center; align-items:center;} .mobile img{width:100%;height:auto;} }