/* ============================================
   GREEN x EXPO 2027 カウントダウンバナー
   カラー: ロゴ準拠（グリーン/ブルー/シアン/ピンク/イエローグリーン）
   ============================================ */

/* --- 共通リセット --- */
.expo-countdown {
  width: 100%;
  z-index: 100;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
.expo-countdown *,
.expo-countdown *::before,
.expo-countdown *::after {
  box-sizing: border-box;
}
.expo-logo-img {
  height: 120px;
  width: auto;
  flex-shrink: 0;
  vertical-align: middle;
}
.expo-b-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.expo-b-mascot-label {
  display: block;
  font-size: 9px;
  font-weight: 500;
  color: #666;
  margin-top: 8px;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
.expo-b-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 4px;
}
.expo-b-copyright {
  font-size: 10px;
  color: #999;
  white-space: nowrap;
}
.expo-countdown a {
  text-decoration: none !important;
  color: inherit;
  display: block;
}
.expo-countdown a:hover {
  text-decoration: none !important;
}

/* --- ボタン共通 --- */
.expo-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.25s ease;
  line-height: 1;
  gap: 6px;
}
.expo-btn,
.expo-btn:link,
.expo-btn:visited,
.expo-btn:hover,
.expo-btn:active {
  color: #fff !important;
  text-decoration: none !important;
}
.expo-btn .expo-btn-icon {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s ease;
}
.expo-btn:hover .expo-btn-icon {
  transform: translateX(3px);
}

/* ============================================
   案A ボタン x 3パターン
   ============================================ */
/* A-1: 緑ベタ塗り角丸 */
.expo-btn--a1 {
  background: #006838;
  color: #fff !important;
  font-size: 13px;
  padding: 10px 24px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,104,56,0.3);
}
.expo-btn--a1:hover {
  background: #008848;
  box-shadow: 0 4px 14px rgba(0,104,56,0.4);
  transform: translateY(-1px);
  color: #fff !important;
}

/* A-2: オレンジ〜赤のグラデーション（暖色で目立つ） */
.expo-btn--a2 {
  background: linear-gradient(135deg, #E85298 0%, #F06050 100%);
  color: #fff !important;
  font-size: 13px;
  padding: 10px 24px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(232,82,152,0.35);
}
.expo-btn--a2:hover {
  background: linear-gradient(135deg, #F066A8 0%, #F47868 100%);
  box-shadow: 0 4px 14px rgba(232,82,152,0.45);
  transform: translateY(-1px);
  color: #fff !important;
}

/* A-3: ブルー塗り */
.expo-btn--a3 {
  background: #0068B7;
  color: #fff !important;
  font-size: 13px;
  padding: 10px 24px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,104,183,0.3);
}
.expo-btn--a3:hover {
  background: #0080D8;
  box-shadow: 0 4px 14px rgba(0,104,183,0.4);
  transform: translateY(-1px);
  color: #fff !important;
}

/* ============================================
   案B ボタン x 3パターン
   ============================================ */
/* B-1: 緑→青グラデーション、大きめ */
.expo-btn--b1 {
  background: linear-gradient(135deg, #006838 0%, #00A0E9 100%);
  color: #fff !important;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0,104,56,0.35);
}
.expo-btn--b1:hover {
  background: linear-gradient(135deg, #008848 0%, #22b8f0 100%);
  box-shadow: 0 5px 18px rgba(0,104,56,0.45);
  transform: translateY(-2px);
  color: #fff !important;
}

/* B-2: ピンク→オレンジ グラデーション（華やか） */
.expo-btn--b2 {
  background: linear-gradient(135deg, #E85298 0%, #F7931E 100%);
  color: #fff !important;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(232,82,152,0.35);
}
.expo-btn--b2:hover {
  background: linear-gradient(135deg, #F066A8 0%, #F9A838 100%);
  box-shadow: 0 5px 18px rgba(232,82,152,0.45);
  transform: translateY(-2px);
  color: #fff !important;
}

/* B-3: ゴールド→黄緑 グラデーション（園芸博覧会らしさ） */
.expo-btn--b3 {
  background: linear-gradient(135deg, #C0960C 0%, #8FC31F 100%);
  color: #fff !important;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(143,195,31,0.35);
}
.expo-btn--b3:hover {
  background: linear-gradient(135deg, #D4AA20 0%, #A0D428 100%);
  box-shadow: 0 5px 18px rgba(143,195,31,0.45);
  transform: translateY(-2px);
  color: #fff !important;
}

/* ============================================
   案C ボタン x 3パターン
   ============================================ */
/* C-1: 緑ピル型 */
.expo-btn--c1 {
  background: #006838;
  color: #fff !important;
  font-size: 13px;
  padding: 10px 24px;
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(0,104,56,0.3);
}
.expo-btn--c1:hover {
  background: #008848;
  box-shadow: 0 4px 14px rgba(0,104,56,0.4);
  transform: translateY(-1px);
  color: #fff !important;
}

/* C-2: シアン→ブルー ピル型 */
.expo-btn--c2 {
  background: linear-gradient(135deg, #00A0E9 0%, #0068B7 100%);
  color: #fff !important;
  font-size: 13px;
  padding: 10px 24px;
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(0,160,233,0.35);
}
.expo-btn--c2:hover {
  background: linear-gradient(135deg, #22b8f0 0%, #0080D8 100%);
  box-shadow: 0 4px 14px rgba(0,160,233,0.45);
  transform: translateY(-1px);
  color: #fff !important;
}

/* C-3: 赤〜ピンク ピル型 */
.expo-btn--c3 {
  background: linear-gradient(135deg, #E85298 0%, #D32F2F 100%);
  color: #fff !important;
  font-size: 13px;
  padding: 10px 24px;
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(232,82,152,0.35);
}
.expo-btn--c3:hover {
  background: linear-gradient(135deg, #F066A8 0%, #E04848 100%);
  box-shadow: 0 4px 14px rgba(232,82,152,0.45);
  transform: translateY(-1px);
  color: #fff !important;
}

/* ============================================
   案A: 白背景 + 左ロゴ + 緑アクセントライン
   横一列、下に緑のグラデーションボーダー
   ============================================ */
.expo-countdown--a {
  background: #fff;
  color: #333;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, #006838, #009944, #8FC31F, #00A0E9) 1;
  box-shadow: inset 0 1px 0 #e0e0e0;
}
.expo-countdown--a a:hover {
  background: #f8faf8;
}
.expo-countdown--a .expo-a-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 24px;
  gap: 20px;
}
.expo-countdown--a .expo-a-logo-area {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.expo-countdown--a .expo-a-title {
  font-size: 14px;
  font-weight: 900;
  color: #222;
  line-height: 1.3;
  text-align: justify;
  text-align-last: justify;
}
.expo-countdown--a .expo-a-sub {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  display: block;
  text-align: justify;
  text-align-last: justify;
}
.expo-countdown--a .expo-a-divider {
  width: 1px;
  height: 32px;
  background: #ddd;
  flex-shrink: 0;
}
.expo-countdown--a .expo-a-countdown {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.expo-countdown--a .expo-a-days-big {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  color: #E85298;
}
.expo-countdown--a .expo-a-days-label {
  font-size: 14px;
  font-weight: 600;
  color: #E85298;
  margin-left: 2px;
}
.expo-countdown--a .expo-a-time {
  font-size: 14px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #888;
  margin-left: 10px;
}
.expo-countdown--a .expo-a-date {
  font-size: 11px;
  font-weight: 500;
  color: #888;
  border-left: 1px solid #ddd;
  padding-left: 16px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .expo-logo-img {
    height: 50px;
  }
  .expo-countdown--a .expo-a-inner {
    padding: 8px 12px;
    gap: 10px;
  }
  .expo-countdown--a .expo-a-title {
    font-size: 11px;
  }
  .expo-countdown--a .expo-a-sub {
    display: none;
  }
  .expo-countdown--a .expo-a-divider {
    display: none;
  }
  .expo-countdown--a .expo-a-days-big {
    font-size: 26px;
  }
  .expo-countdown--a .expo-a-days-label {
    font-size: 12px;
  }
  .expo-countdown--a .expo-a-time {
    font-size: 11px;
  }
  .expo-countdown--a .expo-a-date {
    display: none;
  }
  .expo-btn--a1,
  .expo-btn--a2,
  .expo-btn--a3 {
    font-size: 11px;
    padding: 7px 14px;
  }
}


/* ============================================
   案B: 白背景 + 大数字フォーカス + 虹色ボーダー
   日数を超大きく見せてインパクト重視
   ============================================ */
.expo-countdown--b {
  background: #fff;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, #E85298, #00A0E9, #8FC31F, #006838) 1;
  box-shadow: inset 0 1px 0 #e0e0e0;
}
.expo-countdown--b a:hover {
  background: #f9fbf9;
}
.expo-countdown--b .expo-b-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 32px;
  gap: 28px;
}
.expo-countdown--b .expo-b-left {
  display: flex;
  align-items: center;
  gap: 18px;
}
.expo-countdown--b .expo-b-title {
  font-size: 18px;
  font-weight: 900;
  color: #222;
  line-height: 1.3;
  text-align: justify;
  text-align-last: justify;
}
.expo-countdown--b .expo-b-sub {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  display: block;
  text-align: justify;
  text-align-last: justify;
}
.expo-countdown--b .expo-b-center {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-shrink: 0;
}
.expo-countdown--b .expo-b-open-label {
  font-size: 16px;
  font-weight: 500;
  color: #888;
}
.expo-countdown--b .expo-b-big-num {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  background: linear-gradient(135deg, #E85298, #D4387C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.expo-countdown--b .expo-b-big-unit {
  font-size: 22px;
  font-weight: 600;
  color: #E85298;
}
.expo-countdown--b .expo-b-right {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.expo-countdown--b .expo-b-time-block {
  text-align: center;
  min-width: 44px;
}
.expo-countdown--b .expo-b-time-num {
  font-size: 24px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #333;
  line-height: 1;
}
.expo-countdown--b .expo-b-time-label {
  font-size: 9px;
  color: #999;
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
}
.expo-countdown--b .expo-b-time-sep {
  font-size: 20px;
  color: #ccc;
  margin-top: -6px;
}
.expo-countdown--b .expo-b-date {
  font-size: 13px;
  color: #888;
  flex-shrink: 0;
  border-left: 1px solid #e0e0e0;
  padding-left: 18px;
  margin-left: 6px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .expo-logo-img {
    height: 46px;
  }
  .expo-countdown--b .expo-b-inner {
    padding: 8px 8px;
    gap: 8px;
    justify-content: flex-start;
  }
  .expo-countdown--b .expo-b-left {
    gap: 4px;
    margin-left: 0;
  }
  .expo-b-logo-wrap {
    margin-left: 0;
    padding-left: 0;
  }
  .expo-countdown--b .expo-b-title { display: none; }
  .expo-countdown--b .expo-b-sub { display: none; }
  .expo-countdown--b .expo-b-open-label { font-size: 11px; }
  .expo-countdown--b .expo-b-big-num { font-size: 34px; }
  .expo-countdown--b .expo-b-big-unit { font-size: 12px; }
  .expo-countdown--b .expo-b-right { display: none; }
  .expo-countdown--b .expo-b-date { display: none; }
  .expo-countdown--b .expo-b-copyright {
    font-size: 8px;
  }
  .expo-b-mascot-label {
    font-size: 7px;
    margin-top: 4px;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
  }
  .expo-btn--b1,
  .expo-btn--b2,
  .expo-btn--b3 {
    font-size: 12px;
    padding: 9px 18px;
  }
}


/* ============================================
   案C: 白背景 + タイマーカード型
   タイマーを色付きカードで区切ってイベント感
   ============================================ */
.expo-countdown--c {
  background: #fff;
  color: #333;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, #0068B7, #00A0E9, #00B9A0, #8FC31F) 1;
  box-shadow: inset 0 1px 0 #e0e0e0;
  position: relative;
}
.expo-countdown--c a:hover {
  background: #f8fafa;
}
.expo-countdown--c .expo-c-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 24px;
  gap: 20px;
}
.expo-countdown--c .expo-c-left {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  flex-shrink: 0;
}
.expo-countdown--c .expo-c-title {
  font-size: 15px;
  font-weight: 900;
  color: #222;
  line-height: 1.2;
  text-align: justify;
  text-align-last: justify;
}
.expo-countdown--c .expo-c-sub {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  text-align: justify;
  text-align-last: justify;
}
.expo-countdown--c .expo-c-date {
  font-size: 11px;
  color: #888;
  margin-top: 1px;
}
.expo-countdown--c .expo-c-timer {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.expo-countdown--c .expo-c-card {
  background: linear-gradient(135deg, #E85298, #D4387C);
  border-radius: 8px;
  padding: 8px 10px;
  min-width: 54px;
  text-align: center;
  color: #fff;
}
.expo-countdown--c .expo-c-card-num {
  font-size: 28px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
.expo-countdown--c .expo-c-card-label {
  font-size: 9px;
  text-transform: uppercase;
  opacity: 0.85;
  display: block;
  margin-top: 2px;
  letter-spacing: 0.1em;
}
.expo-countdown--c .expo-c-sep {
  font-size: 20px;
  font-weight: 600;
  color: #ccc;
  margin-top: -8px;
}
.expo-countdown--c .expo-c-badge {
  background: #006838;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .expo-countdown--c .expo-c-inner {
    flex-direction: column;
    padding: 8px 12px;
    gap: 6px;
  }
  .expo-countdown--c .expo-c-left {
    justify-content: center;
  }
  .expo-countdown--c .expo-c-title { font-size: 12px; }
  .expo-countdown--c .expo-c-date { display: none; }
  .expo-countdown--c .expo-c-card {
    min-width: 42px;
    padding: 5px 6px;
  }
  .expo-countdown--c .expo-c-card-num { font-size: 20px; }
  .expo-countdown--c .expo-c-badge {
    font-size: 10px;
    padding: 4px 10px;
  }
  .expo-btn--c1,
  .expo-btn--c2,
  .expo-btn--c3 {
    font-size: 11px;
    padding: 7px 16px;
  }
}
