.elementor-423 .elementor-element.elementor-element-5d3f663{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-eb4d235 */@charset "UTF-8";

/* =========================================================
   アシタノクラス｜HP準備中（Mobile First）
   ========================================================= */

.coming-soon {
  min-height: 100dvh; /* モバイルのアドレスバー対策 */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 6vw, 64px);
  background: linear-gradient(
    180deg,
    #f9fbfd 0%,
    #ffffff 70%
  );
  text-align: center;
}

.coming-soon__inner {
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
}

/* ===== タイトル ===== */
.coming-soon__title {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(1.25rem, 5vw, 1.9rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #1f2937;
  margin-bottom: clamp(14px, 4vw, 24px);
  word-break: keep-all;
}

/* ===== 本文 ===== */
.coming-soon__text {
  font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif;
  font-size: clamp(0.95rem, 4vw, 1.05rem);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #4b5563;
}

/* ===== スマホ最適化 ===== */
@media (max-width: 600px) {
  .coming-soon {
    padding-top: 20vh; /* 上に詰まりすぎない */
    padding-bottom: 20vh;
  }

  .coming-soon__text br {
    display: none; /* スマホでは自動改行に任せる */
  }
}/* End custom CSS */