/* Rebuild helper styles: keep static reproduction usable without the original CMS runtime. */
img[src=''] { visibility: hidden; }
.snapwidget-widget { min-height: 280px; }
#sb_instagram img { object-fit: cover; }
a[href^='https://lotus-dc.jp/'] { cursor: pointer; }

/* 404 page */
.error404_content {
  padding: 90px 20px 110px;
  text-align: center;
}

.error404_content .error_code {
  margin-bottom: 12px;
  color: #154e81;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(72px, 10vw, 128px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.error404_content h2 {
  margin-bottom: 28px;
  justify-content: center;
  text-align: center;
}

.error404_content .error_message {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 2;
}

.error404_content .btn01 {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .error404_content {
    padding: 60px 20px 80px;
  }

  .error404_content .error_message {
    font-size: 14px;
    line-height: 1.8;
  }
}
