#wrap {background: #3352a3; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; margin: 0;}
#wrap > * {color:#fff; text-align: center;}
#wrap .title {width: 22rem;}
#wrap .title img {width: 100%;}
#wrap .content {font-size:1.8rem; padding: 6rem 0; line-height: 1.5;}
#wrap a {font-size: 1.7rem; display: block; width: 55%; background: #fff; padding: 1.5rem 0; border-radius:3rem; position: relative; color: #333; font-weight: 900; border: 2px solid #333;}
#wrap a::after {content:''; display: block; width: 14px; height: 24px; background: url(../img/arrow_next.png) no-repeat center / 1rem; position: absolute; right: 1.2rem; top: 50%; transform: translateY(-50%);}