/* 下部右側の領域 */
.bottom-right-pane {
  width: 543px;
  float: right;
}

/* style.css での定義を上書き */
.loc-index #container #infoField #contactArea {
  float: none;
}

/* style.css での定義を上書き */
.loc-index #container #infoField .count {
  position: relative;
  text-align: right;
  top: 0;
  margin: 20px 2px 0 0; /* 右側 2px は視覚的調整 */
  width: auto;
}

/* ここから下がカウントダウン用のスタイル */
.countdown {
  max-width: 543px;
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 24px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.countdown__head-phrase {
  font-size: 2.2rem;
  font-weight: 800;
  color: #1a2a40;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.2;
  display: block;
}

.countdown__head-image {
  margin-bottom: 20px;
  display: block;
}

.countdown__head-image>img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.countdown__counter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.countdown__digits {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.countdown__digits>div {
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  width: 55px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  color: #0f172a;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}

.countdown__counter-phrase {
  font-size: 1.6rem;
  color: #1a2a40;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}

.countdown__bottom-phrase {
  font-size: 1.4rem;
  font-weight: bold;
  color: #8b0000;
  padding: 8px 0;
}
