/* フッターの全体スタイル */
.orphe-footer {
  background-color: #1c1c1c;
  color: #888;
  padding: 15px 20px;
  width: 100%;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1000;
  display: flex;
  justify-content: flex-start; /* 左詰め */
  align-items: center;
}

/* コンテンツのレイアウト */
.footer-content {
  text-align: left;
}

/* コピーライトとクッキーテキスト */
.footer-left {
  color: #888;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
}

.footer-left p {
  margin: 0;
}

.cookie-text {
  color: #666;
  font-size: 10px;
  margin-top: 4px;
  white-space: nowrap;
}
