html, body {
  height: 100%;
  margin: 0;
}

body {
  background: #f4f1eb;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100dvh; /* ← これでスマホでも中央固定 */
}

.uc-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.logo   { width:164px; margin-bottom:32px; }
.under  { width:204px; margin-bottom:40px; }
.buttons { display:flex; justify-content:center; gap:24px; margin-bottom:28px; }
.buttons img { width:148px; }
.address { width:395px; max-width:90%; margin-bottom:20px; }
.copy    { width:184px; max-width:90%; }