@charset "utf-8";

/* ============================
   来場募集版 TOP CSS
   open_top26_visitor.css
   ============================ */

/* ============================
   サイト全体の見出し: LINE Seed JP
   ============================ */
.visitor_top h1,
.visitor_top h2,
.visitor_top h3,
.visitor_top h4,
.visitor_top .section_ttl,
.visitor_top .news_ttl_label,
.visitor_top #kv .sec-ttl,
#mainv_visitor .mv_card_area,
#mainv_visitor .mv_regist_btn span,
#mainv_visitor .status_txt,
#mainv_visitor .mv_card_date,
#mainv_visitor .mv_card_online {
  font-family: 'LINESeedJP', 'Noto Sans JP', sans-serif;
}

/* ============================
   来場募集版 TOP CSS (continued)
   open_top26_visitor.css
   ============================ */


/* ============================
   共通: リキッドグラスデザイン
   ============================ */
.glass_card {
  /* background: rgba(255, 255, 255, 0.18); */
  /* backdrop-filter: blur(16px); */
  -webkit-backdrop-filter: blur(16px);
  /* border: 1px solid rgba(255, 255, 255, 0.35); */
  /* border-radius: 12px; */
  /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08); */
}


/* ============================
   #mainv_visitor  MV
   ============================ */
#mainv_visitor {
  position: relative;
  width: 100%;
  min-height: 700px;
  overflow: hidden;
  background: #000;
}

/* 背景動画 */
#mainv_visitor .mv_video_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

/* 動画に色かぶせない → ::after 削除 */

#mainv_visitor .mv_video_bg video,
#mainv_visitor .mv_video_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

/* モチーフ装飾（背景として重ねる） */
#mainv_visitor .mv_motif {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

#mainv_visitor .mv_motif img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top right;
  /* opacity: 0.45; */
}

/* コンテンツ全体 */
#mainv_visitor .mv_content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* max-width: 1600px; */
  width: 100%;
  margin: 0 auto;
  padding: 60px 50px 60px;
  gap: 40px;
  min-height: 700px;
}

/* ============================
   左カラム: ロゴ＋ボタン
   ============================ */
#mainv_visitor .mv_left_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  /* width: 380px; */
  flex-shrink: 0;
  /* padding-top: 10px; */
}

#mainv_visitor .mv_logo_area {
  max-width: 600px;
  margin-top: -6vw;
  margin-bottom: -110px;
}

#mainv_visitor .mv_logo_area img {
  width: 200%;
  height: auto;
  /* 光彩なし・ドロップシャドウも控えめに */
  /* filter: drop-shadow(0 2px 8px rgba(0,0,0,0.12)); */
}

/* 事前来場登録ボタン */
#mainv_visitor .mv_regist_btn {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #c9ea04;
  width: 320px;
  height: 54px;
  line-height: 54px;
  z-index: 1;
  box-shadow: 0 0 11px rgba(255,255,255,0.82);
  overflow: hidden;
  text-decoration: none;
  border-radius: 10px;
}

#mainv_visitor .mv_regist_btn span {
  color: #000;
  display: block;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  width: 100%;
  padding-right: 2rem;
}

#mainv_visitor .mv_regist_btn em {
  position: absolute;
  height: 1.5px;
  background: #000;
  width: 42%;
  right: 17px;
  top: 50%;
  transform: scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}

#mainv_visitor .mv_regist_btn::before,
#mainv_visitor .mv_regist_btn::after {
  content: '';
  background: #f2ffa5;
  height: 50%;
  width: 0;
  position: absolute;
  transition: .3s cubic-bezier(.785, .135, .15, .86);
}

#mainv_visitor .mv_regist_btn::before { top: 0; left: 0; }
#mainv_visitor .mv_regist_btn::after  { bottom: 0; right: 0; }

#mainv_visitor .mv_regist_btn:hover::before,
#mainv_visitor .mv_regist_btn:hover::after { width: 100%; }

#mainv_visitor .mv_regist_btn:hover em { transform: scaleX(.3); }
#mainv_visitor .mv_regist_btn:hover { opacity: 1; }


/* ============================
   右カラム: テーマ画像＋カード縦積み
   ============================ */
#mainv_visitor .mv_right_col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
  width: 45%;
  max-width: 850px;
  align-self: flex-start;
}

#mainv_visitor .mv_theme_img {
  /* カードより少し広く（カードは100%だがテーマ画像は幅いっぱい＋はみ出し） */
  width: 100%;
  margin-bottom: 4px;
  margin-left: 0;
}

#mainv_visitor .mv_theme_img img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 2px 20px rgba(0,0,0,0.15));
}

/* カード縦積みコンテナ */
#mainv_visitor .mv_cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 80%;
  max-width: 520px;
  margin-left: auto;
  min-width: 430px;
}

/* カードリンク */
#mainv_visitor .mv_card_link {
  display: block;
  transition: transform 0.3s ease;
  text-decoration: none;
}

#mainv_visitor .mv_card_link:hover {
  transform: translateY(-3px);
  opacity: 1;
}

/* カード本体：横並びレイアウト */
#mainv_visitor .mv_card {
  display: flex;
  align-items: stretch;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.3s ease;
  
  /* 動画が透けるようにする */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-family: 'LINESeedJP', 'Montserrat', sans-serif;
}

#mainv_visitor .mv_card_link:hover .mv_card {
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.28);
}

/* カード背景色：薄いカラー半透明で動画を透かす */
#mainv_visitor .yokohama_card {
  background: rgb(214 244 255 / 55%);
  border: 1px solid rgba(180, 230, 255, 0.45);
}

#mainv_visitor .nagoya_card {
  background: rgb(255 230 240 / 55%);
  border: 1px solid rgba(255, 180, 220, 0.45);
}

/* 右上のイラスト画像 */
#mainv_visitor .mv_card_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

#mainv_visitor .mv_card_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top right;
}

/* カード本文エリア */
#mainv_visitor .mv_card_body {
  position: relative;
  z-index: 2;
  padding: 30px 30px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* エリア名（YOKOHAMA / NAGOYA） */
#mainv_visitor .mv_card_area {
  font-family: 'LINESeedJP', 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0 0px 10px rgb(255 255 255 / 85%);
  margin: 0;
}

#mainv_visitor .yokohama_card .mv_card_area {
  color: #0041ff;
  /* text-shadow: 0 1px 10px rgba(0,30,80,0.6); */
}

#mainv_visitor .nagoya_card .mv_card_area {
  color: #ff0000;
}

/* スケジュール情報 */
#mainv_visitor .mv_card_schedule {
  flex: 1;
}

#mainv_visitor .mv_card_date {
  /* font-family: 'LINESeedJP', 'Montserrat', sans-serif; */
  font-weight: 800;
  color: #000000;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 4px;
}


#mainv_visitor .mv_card_date .date_num {
  font-size: 2.3rem;
  font-weight: 700;
  font-family: 'LINESeedJP', 'Montserrat', sans-serif;
}

#mainv_visitor .mv_card_date .date_day {
  font-size: 0.65rem;
  font-weight: 700;
  vertical-align: middle;
}

#mainv_visitor .mv_card_venue {
  /* font-size: 0.72rem; */
  font-weight: 600;
  margin-bottom: 4px;
}


#mainv_visitor .mv_card_venue i {
  margin-right: 4px;
  color: #0041ff;
}
#mainv_visitor .nagoya_card .mv_card_venue i {
    color: #ff0000;
}

#mainv_visitor .mv_card_online {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #0041ff;
}

#mainv_visitor .nagoya_card .mv_card_online {
    color: #ff0000;
}

#mainv_visitor .mv_card_online .date_range {margin-left: 6px;font-size: 1.4rem;color: #000000;letter-spacing: 1.2px;}
#mainv_visitor .mv_card_online .date_day { font-size: 0.6rem; }


/* ============================
   ステータスバー（横4つ繋げた帯）
   ============================ */
#mainv_visitor .mv_card_status {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 5px;
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.25);
}

#mainv_visitor .status_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 4px 7px;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-right: 1px solid rgba(180, 190, 200, 0.3);
  transition: background 0.3s ease;
  position: relative;
}

#mainv_visitor .status_item:last-child,
#mainv_venue .status_item:last-child {
  border-right: none;
}

/* ステータスアイテム内リンク */
#mainv_visitor .status_item a,
#mainv_venue .status_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: inherit;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  pointer-events: none;
}

/* activeのみリンク有効 */
#mainv_visitor .status_item.active a,
#mainv_venue .status_item.active a {
  pointer-events: auto;
  cursor: pointer;
}

/* 大トップ用：a入れ子不可のためdata-href + JSで制御 */
#mainv_visitor .status_item.active {
  cursor: pointer;
}

#mainv_visitor .status_item:first-child,
#mainv_venue .status_item:first-child {
  border-radius: 11px 0 0 11px;
}

#mainv_visitor .status_item:last-child,
#mainv_venue .status_item:last-child {
  border-radius: 0 11px 11px 0;
}

/* 上の丸い点 */
#mainv_visitor .status_dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(99 99 99 / 30%);
  display: block;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  flex-shrink: 0;
}

/* テキスト */
#mainv_visitor .status_txt {
  font-family: 'LINESeedJP', 'Noto Sans JP', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: rgb(99 99 99 / 30%);
  transition: color 0.3s ease;
}

/* ACTIVE 状態 */
#mainv_visitor .status_item.active {
  background: rgba(255, 255, 255, 0.85);
}

#mainv_visitor .status_item.active .status_dot {
  background: #005cad;
  box-shadow: 0 0 6px rgba(0, 92, 173, 0.8);
  animation: dotPulse 2s ease-in-out infinite;
}

#mainv_visitor .status_item.active .status_txt {
  color: #000;
  font-weight: 900;
}

/* YOKOHAMA active（共通と同じbgのため削除、dot/txtのみ残す） */
#mainv_visitor .yokohama_card .status_item.active .status_dot {
  background: #005cad;
  box-shadow: 0 0 6px rgba(0, 92, 173, 0.8);
  animation: dotPulse 2s ease-in-out infinite;
}

#mainv_visitor .yokohama_card .status_item.active .status_txt {
  color: #003366;
}

/* NAGOYA active */
#mainv_visitor .nagoya_card .status_item.active {
  background: rgba(255, 255, 255, 0.22);
}

#mainv_visitor .nagoya_card .status_item.active .status_dot {
  background: #fff;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.9);
  animation: dotPulseWhite 2s ease-in-out infinite;
}

@keyframes dotPulseWhite {
  0%, 100% {
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
  }
  50% {
    box-shadow: 0 0 12px 6px rgba(255, 255, 255, 0.5), 0 0 20px 10px rgba(255, 255, 255, 0.15);
  }
}

#mainv_visitor .nagoya_card .status_item.active .status_txt {
  color: #fff;
  font-weight: 900;
}


/* ============================
   #top_news 来場募集版
   ============================ */
#open #top_news {
    background: #fff;
}
.visitor_news .c_wrap {
  padding: 0;
  max-width: 1400px;
}

@media screen and (max-width: 1000px) {
  .visitor_news #top_news .c_wrap,
  #top_news .c_wrap {
    padding: 10px!important;
  }
}

/* 2カラムレイアウト */
.visitor_news .news_2col {
  display: flex;
  align-items: stretch;
}

/* 左カラム：NEWS タイトル＋View ALL */
.visitor_news .news_left_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 180px;
  padding: 0;
  gap: 8px;
}

.visitor_news .news_heading {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
  color: #000;
}

.visitor_news .news_heading::before {
  display: none;
}

.visitor_news .news_viewall {
  font-size: 0.72rem;
  font-weight: 700;
  color: #666;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.visitor_news .news_viewall:hover {
  color: #005cad;
}

/* 右カラム：ニュースリスト */
.visitor_news .news_list {
  flex: 1;
  min-width: 0;
}

.visitor_news .news_list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  border-bottom: 1px solid #eee;
}

.visitor_news .news_list li:last-child {
  border-bottom: none;
}

.visitor_news .news_ttl {
  flex: 1;
  min-width: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
}

.visitor_news .news_ttl span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: calc(100% - 30px);
}

/* 矢印：青 */
.visitor_news .news_ttl::after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f101";
  color: #005cad;
  margin-left: auto;
  padding-left: 15px;
  flex-shrink: 0;
}


/* ============================
   #information 来場募集版
   ============================ */
.visitor_info {
  background-image: url(../images/top/2026_visitor/information/info_bg.webp) !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: cover !important;
}

/* 既存スタイルをすべてリセット */
.visitor_top .visitor_info .heading_ttl,
.visitor_top .visitor_info .heading_ttl::before,
.visitor_top .visitor_info .heading_ttl::after,
.visitor_top .visitor_info .txt_cont,
.visitor_top .visitor_info .txt_cont p {
  all: unset;
}

.visitor_top .visitor_info .heading_ttl::before,
.visitor_top .visitor_info .heading_ttl::after {
  display: none !important;
}

/* open_top26.css の heading_ttl text-shadow 打ち消し */
.visitor_top.open_top .visitor_info .heading_ttl {
  text-shadow: none !important;
}

#information .c_wrap {
  padding: 60px 20px 80px;
}

/* 見出し2カラム */
.visitor_info .info_header_2col {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}

/* 左：Information ＋ 開催のご案内 */
.visitor_info .info_header_left {
  flex-shrink: 0;
  line-height: 1.1;
}

.visitor_info .info_heading_en {
  display: block;
  font-family: 'LINESeedJP', 'Montserrat', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 1px;
  color: #000000;
  text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px;
  margin: 0 0 4px;
}

.visitor_info .info_heading_ja {
  display: block;
  font-family: 'LINESeedJP', 'Noto Sans JP', sans-serif;
  font-size: clamp(0.9rem, 1.5vw, 1.6rem);
  font-weight: 900;
  color: #000000;
  letter-spacing: 2px;
  text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px;
  margin-top: 15px;
}

/* 右：リード文 */
.visitor_info .info_header_right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
}

.visitor_info .info_header_right p {
  font-size: clamp(0.82rem, 1.2vw, 1.05rem);
  font-weight: 600;
  color: #000000;
  line-height: 1.8;
  text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px;
  margin: 0;
  text-align: right;
}

.visitor_info .information_list {
  position: relative;
}

.visitor_info .info_card {
  margin: 0;
  overflow: visible;
  border-radius: 0;
}

.visitor_info .info_card img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

/* open_top26.css の absolute 配置をリセット */
.visitor_top .information_linkbtn_cont .yokohama_btn,
.visitor_top .information_linkbtn_cont .nagoya_btn {
  position: static;
}

/* open_top.css の名古屋 a:before 疑似要素をキャンセル（カードリンクのみ） */
.visitor_top .information_list li.ng a.nagoya_link:before {
  display: none !important;
}

/* カード画像のはみ出し防止 */
.visitor_info .information_list li {
  overflow: visible;
}

.visitor_info #information .yokohama_link,
.visitor_info #information .nagoya_link,
.visitor_top #information .yokohama_link,
.visitor_top #information .nagoya_link {
  display: block;
  overflow: visible;
  border-radius: 0;
}

/* ENTERボタン：カード下端に重ねて絶対配置 */
.visitor_top .information_list li {
  position: relative;
  padding-bottom: 36px;
}

.visitor_top .info_btn_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  overflow: visible;
}

.visitor_top .info_btn_wrap .info_link_btn {
  position: absolute !important;
  left: 50% !important;
  bottom: -10px !important;
  transform: translate(-50%, -50%) !important;
}


/* ============================
   #kv 来場募集版  - 下部ボタンエリア
   ============================ */

.visitor_top #kv {
    border-top: 0;
}

.visitor_top #kv .kv_release_box {
  display: none;
}

.visitor_top #kv .kv_detail_box {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 24px 30px;
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
  border-radius: 8px;
}

.visitor_top #kv .detail_label {
  font-size: clamp(0.95rem, 1.5vw, 1.25rem);
  font-weight: 900;
  margin-bottom: 14px;
}

.visitor_top #kv .detail_btn_cont {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.visitor_top #kv .detail_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 50px;
  font-weight: 900;
  font-size: 1.1rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}

.visitor_top #kv .yokohama_detail_btn {
  background: linear-gradient(45deg, #026db4, #06edee);
  color: #fff;
}

.visitor_top #kv .yokohama_detail_btn span {
  position: relative;
  z-index: 2;
  color: #fff;
  transition: color 0.3s ease;
}

.visitor_top #kv .yokohama_detail_btn em {
  position: absolute;
  height: 1px;
  background: #fff;
  width: 40%;
  right: 20px;
  top: 50%;
  transform: scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 2;
}

.visitor_top #kv .yokohama_detail_btn::before,
.visitor_top #kv .yokohama_detail_btn::after {
  content: '';
  background: #d3eef9;
  height: 50%;
  width: 0;
  position: absolute;
  transition: .3s cubic-bezier(.785, .135, .15, .86);
  z-index: 1;
}

.visitor_top #kv .yokohama_detail_btn::before {
  top: 0;
  left: 0;
}

.visitor_top #kv .yokohama_detail_btn::after {
  bottom: 0;
  right: 0;
}

.visitor_top #kv .yokohama_detail_btn:hover::before,
.visitor_top #kv .yokohama_detail_btn:hover::after {
  width: 100%;
}

.visitor_top #kv .yokohama_detail_btn:hover span {
  color: #001e39;
}

.visitor_top #kv .yokohama_detail_btn:hover em {
  background: #001e39;
  transform: scaleX(0.3);
}

.visitor_top #kv .yokohama_detail_btn:hover {
  opacity: 1;
}

/* NAGOYA close状態 */
.visitor_top #kv .nagoya_detail_btn {
  background: #aaa;
  color: #fff;
  pointer-events: none;
  flex-direction: column;
  gap: 2px;
  padding: 8px 20px;
  line-height: 1.2;
}

.visitor_top #kv .nagoya_detail_btn span {
  font-size: 1.1rem;
  font-weight: 900;
  color: #fff;
}

.visitor_top #kv .nagoya_detail_btn .close_date {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
}

.visitor_top #kv .nagoya_detail_btn.close {
  background: #999;
  opacity: 0.7;
}

/* NAGOYA open状態（close クラスを外した時） */
.visitor_top #kv .nagoya_detail_btn:not(.close) {
  background: linear-gradient(45deg, #e70a22, #ef4f9a);
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
}


/* ============================
   #archive 来場募集版
   ============================ */
.visitor_archive {
  background-image: url(../images/top/2026_visitor/archive/archive_bg.webp) !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: cover !important;
}

.visitor_archive .heading_ttl {
  display: none;
}

/* Archive 見出し：Informationと同じ2カラム形式 */
.visitor_archive .archive_header_2col {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.visitor_archive .archive_header_left {
  flex-shrink: 0;
  line-height: 1.1;
}

.visitor_archive .archive_heading_en {
  display: block;
  font-family: 'LINESeedJP', 'Montserrat', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 1px;
  color: #000000;
  text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px;
  margin: 0 0 4px;
}

.visitor_archive .archive_heading_ja {
  display: block;
  font-family: 'LINESeedJP', 'Noto Sans JP', sans-serif;
  font-size: clamp(0.9rem, 1.5vw, 1.6rem);
  font-weight: 900;
  color: #000000;
  text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px;
  margin-top: 15px;
}

.visitor_archive .archive_list {
    margin-top: 0;
    margin-bottom: 30px;
}


/* archive アイテムのリキッドグラス */
.visitor_archive .archive_cont .archive_list li,
.visitor_archive .archive_cont .archive_list ul li {
  background: rgb(255 255 255 / 57%) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.visitor_archive .archive_list dl dt,
.visitor_archive .archive_list dl dd {
  color: #000000;
  text-shadow: 0 1px 4px rgb(255 255 255 / 20%);
}

.visitor_archive .archive_list li dd a.txt_arrow_w span,
.visitor_archive .archive_list li dd a {
  color: #fff;
}

.visitor_archive .archive_list li dd a.txt_arrow_w::after {
  color: #c9ea04;
}

.visitor_archive .archive_cont {
  margin: 50px auto 0;
}


/* ============================
   レスポンシブ
   ============================ */

@media screen and (max-width: 1505px) {
  #mainv_visitor .mv_cards {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 1200px) {
  #mainv_visitor .mv_content {
    padding: 50px 30px 50px;
    gap: 30px;
  }

  #mainv_visitor .mv_logo_area {
    margin-bottom: -70px;
  }

  #mainv_visitor .mv_left_col {
    width: 400px;
  }

  #mainv_visitor .mv_right_col {
    /* width: 360px; */
  }
}

@media screen and (max-width: 1000px) {
  #mainv_visitor {
    min-height: auto;
  }

  /* 1000〜851px：左右カラムの横並びを維持（コピーは右上のまま） */
  #mainv_visitor .mv_content {
    flex-direction: row;
    align-items: flex-start;
    padding: clamp(20px, 3vw, 40px) clamp(16px, 3vw, 32px);
    gap: clamp(16px, 2.5vw, 30px);
    min-height: auto;
  }

  /* 左カラム：ロゴの下にボタン（縦並び） */
  #mainv_visitor .mv_left_col {
    width: clamp(180px, 28vw, 340px);
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(10px, 1.5vw, 20px);
    flex-wrap: nowrap;
    flex-shrink: 0;
  }

  #mainv_visitor .mv_logo_area {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  #mainv_visitor .mv_regist_btn {
    width: 100%;
    max-width: none;
    height: clamp(40px, 4.5vw, 54px);
    line-height: clamp(40px, 4.5vw, 54px);
  }

  #mainv_visitor .mv_regist_btn span {
    font-size: clamp(0.78rem, 1.3vw, 1.05rem);
  }

  /* 右カラム：残り幅 */
  #mainv_visitor .mv_right_col {
    flex: 1;
    width: auto;
    max-width: none;
  }

  /* カードフォントをvwでスケール */
  #mainv_visitor .mv_card_area {
    font-size: clamp(1rem, 2.2vw, 1.5rem);
  }

  #mainv_visitor .mv_card_date .date_num {
    font-size: 1.8rem;
  }

  #mainv_visitor .mv_card_date {
    font-size: 1.4rem;
  }

  #mainv_visitor .mv_card_venue {
    letter-spacing: 0;
  }

  #mainv_visitor .mv_card_online {
  font-size: 0.6rem;
  }

  #mainv_visitor .mv_card_body {
    padding: clamp(10px, 1.8vw, 18px) clamp(10px, 1.8vw, 22px);
  }

  #mainv_visitor .status_txt {
    font-size: 0.7rem;
  }

  #mainv_visitor .status_dot {
    width: clamp(6px, 0.9vw, 10px);
    height: clamp(6px, 0.9vw, 10px);
  }

  #mainv_visitor .mv_motif {
    width: 55%;
    opacity: 0.4;
  }

  .visitor_news .news_list li {
    gap: 6px;
    padding: 10px 12px;
    display: block;
  }

  .visitor_news .news_list li .news_ttl {
    margin-top: 4px;
  }

  .visitor_news .news_ttl span {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media screen and (max-width: 850px) {
  /* 850px以下：縦積みに切り替え、ロゴの右にボタン（横並び） */
  #mainv_visitor .mv_content {
    flex-direction: column;
    padding: clamp(16px, 3vw, 30px) clamp(14px, 3vw, 24px);
    gap: clamp(10px, 2vw, 20px);
  }

  #mainv_visitor .mv_left_col {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: clamp(12px, 2vw, 20px);
  }

  #mainv_visitor .mv_logo_area {
    width: clamp(160px, 26vw, 300px);
    margin-bottom: 0;
    margin-top: -3vw;
  }

  #mainv_visitor .mv_regist_btn {
    flex: 1;
    width: auto;
    max-width: clamp(200px, 38vw, 360px);
  }

  #mainv_visitor .mv_regist_btn span {
    font-size: clamp(0.88rem, 1.8vw, 1.1rem);
  }

  #mainv_visitor .mv_right_col {
    width: 100%;
    max-width: 100%;
  }

  #mainv_visitor .mv_theme_img {
    max-width: 500px;
    margin-left: auto;
  }

  #mainv_visitor .mv_cards {
    max-width: 400px;
    min-width: auto;
  }

  #mainv_visitor .mv_card_date {
    font-size: 1.4rem;
  }


  .visitor_archive .archive_list {
      margin-bottom: 0;
  }

}

@media screen and (max-width: 768px) {
  /* Information ヘッダー：768px以下で縦積み */
  .visitor_info .info_header_2col {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
  }

  .visitor_info .info_heading_en {
    font-size: 2rem;
  }

  .visitor_info .info_header_right {
    display: block;
    width: 100%;
  }

  .visitor_info .info_header_right p {
      text-align: center;
  }

  .visitor_top #kv .detail_btn {
    min-width: 180px;
    height: 44px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 650px) {
  #mainv_visitor .mv_card {
    aspect-ratio: auto;
    min-height: 160px;
  }

  #mainv_visitor .mv_card_img {
    width: 30%;
  }

  .visitor_news .news_header {
    flex-wrap: wrap;
    gap: 8px;
  }

  .visitor_news .news_2col {
    flex-direction: column;
  }

  .visitor_news .news_left_col {
    width: 100%;
    flex-direction: row;
    align-items: center;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 14px 16px;
    gap: 12px;
  }

  .visitor_top #kv .detail_btn_cont {
    flex-direction: column;
    align-items: center;
  }

  .visitor_top #kv .detail_btn {
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 480px) {
  #mainv_visitor .mv_cards {
    width: 100%;
  }

  #mainv_visitor .mv_card_online {
    font-size: 0.6rem;
  }

    #mainv_visitor .mv_regist_btn span {
    font-size: clamp(0.7rem, 1.8vw, 1.1rem);
  }
}


/* ============================================================
   ============================================================
   会場トップ 共通CSS（横浜・名古屋共通）
   ============================================================
   ============================================================ */


/* ============================
   #mainv_venue  MV（会場トップ）
   ============================ */
#mainv_venue {
  position: relative;
  width: 100%;
  min-height: 700px;
  overflow: hidden;
  background: #000;
}

#mainv_venue .mv_venue_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#mainv_venue .mv_venue_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mainv_venue .mv_venue_bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

#mainv_venue .mv_venue_motif {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 800px;
  pointer-events: none;
  z-index: 1;
}

#mainv_venue .mv_venue_motif img {
  width: 100%;
  height: auto;
}

#mainv_venue .mv_venue_content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 700px;
  padding: 80px 50px 50px;
}

#mainv_venue .mv_venue_theme {
  max-width: 680px;
  margin-bottom: auto;
}

#mainv_venue .mv_venue_theme img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 2px 20px rgba(0,0,0,0.2));
}

/* 左下エリア：カード＋ボタン横並び */
#mainv_venue .mv_venue_bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 20px;
}

/* カード（大トップと同じスタイルを再利用） */
#mainv_venue .venue_card {
  display: flex;
  align-items: stretch;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-family: 'LINESeedJP', 'Montserrat', sans-serif;
  background: rgb(216 245 255 / 73%);
  border: 1px solid rgba(180, 230, 255, 0.45);
  max-width: 520px;
}

#mainv_venue .venue_card .mv_card_body {
  position: relative;
  z-index: 2;
  padding: 10px 16px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#mainv_venue .mv_card_logo {
  width: auto;
  display: block;
}

#mainv_venue .venue_card .mv_card_schedule {
  flex: 1;
  margin-top: -5px;
  margin-left: 20px;
}

#mainv_venue .venue_card .mv_card_date {
  font-weight: 800;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 4px;
}

#mainv_venue .venue_card .mv_card_date .date_num {
  font-size: 3rem;
}

#mainv_venue .venue_card .mv_card_date .date_day {
  font-size: 0.8rem;
}

#mainv_venue .venue_card .mv_card_venue {
  font-size: 1.3rem;
  margin-bottom: 6px;
}

#mainv_venue .venue_card .mv_card_online {
  font-size: 1.1rem;
}

#mainv_venue .venue_card .mv_card_online .date_range {
  font-size: 1.8rem;
}

#mainv_venue .venue_card .mv_card_date .date_num {
  font-size: 3rem;
  font-weight: 700;
}

#mainv_venue .venue_card .mv_card_date .date_day {
  font-size: 1rem;
  vertical-align: middle;
}

#mainv_venue .venue_card .mv_card_venue {
  font-weight: 600;
  margin-bottom: 4px;
}

#mainv_venue .venue_card .mv_card_venue i {
  margin-right: 4px;
  color: #0041ff;
}

#mainv_venue .venue_card .mv_card_online {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #0041ff;
  font-family: 'LINESeedJP', 'Montserrat', sans-serif;
}

#mainv_venue .venue_card .mv_card_online .date_range {
  margin-left: 6px;
  font-size: 1.9rem;
  color: #000;
  letter-spacing: 1.2px;
}

#mainv_venue .venue_card .mv_card_online .date_day {
  font-size: 0.6rem;
}

/* ステータスバー（大トップと同じ） */
#mainv_venue .mv_card_status {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 5px;
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.25);
}

#mainv_venue .status_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 4px 7px;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-right: 1px solid rgba(180, 190, 200, 0.3);
  transition: background 0.3s ease;
  position: relative;
}

#mainv_venue .status_item:last-child {
  border-right: none;
}

#mainv_venue .status_dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(99 99 99 / 30%);
  display: block;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  flex-shrink: 0;
}

#mainv_venue .status_txt {
  font-family: 'LINESeedJP', 'Noto Sans JP', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: rgb(99 99 99 / 30%);
  transition: color 0.3s ease;
}

#mainv_venue .status_item.active {
  background: rgba(255, 255, 255, 0.85);
}

#mainv_venue .status_item.active .status_dot {
  background: #005cad;
  box-shadow: 0 0 6px rgba(0, 92, 173, 0.8);
  animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
  0%, 100% {
    box-shadow: 0 0 4px rgba(0, 92, 173, 0.6);
  }
  50% {
    box-shadow: 0 0 12px 6px rgba(0, 92, 173, 0.5), 0 0 20px 10px rgba(0, 92, 173, 0.15);
  }
}

#mainv_venue .status_item.active .status_txt {
  color: #003366;
  /* font-weight: 900; */
  font-size: 0.75rem;
}

/* 事前来場登録ボタン */
#mainv_venue .mv_regist_btn {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #c9ea04;
  width: 320px;
  padding: 15px 0;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0 0 11px rgba(255,255,255,0.82);
  overflow: hidden;
  text-decoration: none;
  flex-shrink: 0;
  align-self: flex-end;
}

#mainv_venue .mv_regist_btn span {
  color: #000;
  display: block;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 700;
  font-family: 'LINESeedJP', 'Noto Sans JP', sans-serif;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  width: 100%;
  padding-right: 2rem;
}

#mainv_venue .mv_regist_btn em {
  position: absolute;
  height: 1.5px;
  background: #000;
  width: 32%;
  right: 17px;
  top: 50%;
  transform: scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}

#mainv_venue .mv_regist_btn::before,
#mainv_venue .mv_regist_btn::after {
  content: '';
  background: #f2ffa5;
  height: 50%;
  width: 0;
  position: absolute;
  transition: .3s cubic-bezier(.785, .135, .15, .86);
}

#mainv_venue .mv_regist_btn::before { top: 0; left: 0; }
#mainv_venue .mv_regist_btn::after  { bottom: 0; right: 0; }

#mainv_venue .mv_regist_btn:hover::before,
#mainv_venue .mv_regist_btn:hover::after { width: 100%; }
#mainv_venue .mv_regist_btn:hover em { transform: scaleX(.3); }
#mainv_venue .mv_regist_btn:hover { opacity: 1; }


/* ============================
   NEWS（MV下・1件帯）- 会場トップ用
   ============================ */
.venue_news {
  position: relative;
  overflow: hidden;
  background-image: url(../images/yokohama/top/2026_visitor/news/news_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* border-bottom: 1px solid #b0d5e8; */
}

.venue_news::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.venue_news .c_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  max-width: 1400px;
  gap: 1px;
}

.venue_news .heading_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
  color: #000;
  flex-shrink: 0;
  white-space: nowrap;
}

.venue_news .heading_ttl::before,
.venue_news .heading_ttl::after {
  display: none !important;
}

.venue_news .news_list {
  flex: 1;
  min-width: 0;
}

.venue_news .news_list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  /* padding: 14px 0; */
  border-bottom: none;
}

.venue_news .news_ttl {
  flex: 1;
  min-width: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
}

.venue_news .news_ttl span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: calc(100% - 30px);
}

.venue_news .news_ttl::after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f101";
  color: #005cad;
  margin-left: auto;
  padding-left: 15px;
  flex-shrink: 0;
}

.venue_news .news_viewall {
  font-size: 0.72rem;
  font-weight: 700;
  color: #666;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
  flex-shrink: 0;
  white-space: nowrap;
}

.venue_news .news_viewall:hover {
  color: #005cad;
}

.venue_news .news_btn {
  display: none;
}


/* ============================
   Content（各種コンテンツ）- 会場トップ
   ============================ */
.venue_content {
  background-image: url(../images/yokohama/top/2026_visitor/content/content_bg.webp) !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

#content.venue_content {
  /* padding: 60px 0 80px; */
  overflow: visible !important;
}

#content.venue_content .c_wrap {
  /* padding-top: 0; */
  /* padding-bottom: 0; */
}

/* ヘッダー2カラム */
.venue_content .content_header_2col {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}

.venue_content .content_header_left {
  flex-shrink: 0;
  line-height: 1.1;
}

.venue_content .content_heading_en {
  display: block;
  font-family: 'LINESeedJP', 'Montserrat', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
  margin: 0 0 4px;
}

.venue_content .content_heading_ja {
  display: block;
  font-family: 'LINESeedJP', 'Noto Sans JP', sans-serif;
  font-size: clamp(0.9rem, 1.5vw, 1.6rem);
  font-weight: 900;
  color: #000;
  letter-spacing: 2px;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
  margin-top: 15px;
}

.venue_content .content_header_right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
}

.venue_content .content_header_right p {
  font-size: 1.05rem;
  font-weight: 600;
  color: #000;
  line-height: 1.8;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
  margin: 0;
  text-align: right;
}

/* 既存の heading_ttl / txt_cont を非表示 */
.venue_content .txt_cont {
  display: none;
}

/* 会場MAPバナー */
.venue_map_banner {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 12px 30px 12px 0;
  padding-left: 400px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  max-width: 835px;
  margin: 30px auto 40px;
  position: relative;
  overflow: visible;
}

.venue_map_img {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 450px;
  z-index: 2;
}

.venue_map_img img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.15));
}

.venue_map_txt {
  flex: 1;
}

.venue_map_place {
  font-family: 'LINESeedJP', 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0066b3;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.venue_map_hall {
  font-family: 'LINESeedJP', 'Noto Sans JP', sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 900;
  color: #000;
  margin-bottom: 16px;
}

.venue_map_btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  background: linear-gradient(45deg, #026db4, #06edee);
  color: #fff;
  padding: 12px 60px 12px 24px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.venue_map_btn span {
  position: relative;
  z-index: 2;
  color: #fff;
  transition: color 0.3s ease;
}

.venue_map_btn em {
  position: absolute;
  height: 1px;
  background: #fff;
  width: 35%;
  right: 16px;
  top: 50%;
  transform: scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 2;
}

.venue_map_btn::before,
.venue_map_btn::after {
  content: '';
  background: #d3eef9;
  height: 50%;
  width: 0;
  position: absolute;
  transition: .3s cubic-bezier(.785, .135, .15, .86);
  z-index: 1;
}

.venue_map_btn::before { top: 0; left: 0; }
.venue_map_btn::after  { bottom: 0; right: 0; }

.venue_map_btn:hover::before,
.venue_map_btn:hover::after { width: 100%; }
.venue_map_btn:hover span { color: #001e39; }
.venue_map_btn:hover em { background: #001e39; transform: scaleX(0.3); }
.venue_map_btn:hover { opacity: 1; }

/* コンテンツカード - リキッドグラス */
.venue_card_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.venue_card_item {
  list-style: none;
}

.venue_card_item a {
  display: block;
  background: rgba(210, 240, 255, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: visible;
  text-decoration: none;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px 20px 3px;
  position: relative;
}

.venue_card_item a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  opacity: 1;
}

/* アイコンタグ：右上に絶対配置・栞型 */
.venue_icon_cont {
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 3;
  display: flex;
  gap: 4px;
  margin: 0;
}

.venue_icon {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 8px 7px 14px;
  color: #a3a3a3;
  background: rgb(200 200 200);
  /* 下が尖った栞型 */
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  line-height: 1.2;
  min-width: 44px;
}

.venue_icon i {
  font-size: 0.85rem;
  margin-bottom: 2px;
}

.venue_icon.active.venue_icon_yh {
  color: #fff;
  background: #0066b3;
}

.venue_icon.active.venue_icon_online {
  color: #fff;
  background: #3ea599;
}

.venue_card_item .content_card_img {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 16 / 10;
  position: relative;
  z-index: 1;
}

.venue_card_item .content_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.venue_card_item a:hover .content_card_img img {
  transform: scale(1.08);
}

.venue_card_foot {
  padding: 12px 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.venue_card_name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 0;
  line-height: 1.4;
  flex: 1;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

.venue_card_arrow {
  color: #0066b3;
  font-size: 0.9rem;
  flex-shrink: 0;
}

/* 先行予約バッジ */
.venue_card_badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e8380d;
  color: #fff;
  font-family: 'LINESeedJP', 'Noto Sans JP', sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 10px 8px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(232, 56, 13, 0.4);
}

.venue_card_name_sm {
  font-size: 1.1rem;
}


/* ============================
   Information（出展社一覧・来場のご案内）
   ============================ */
#venue_info {
  /* padding: 60px 0; */
  background-image: url(../images/yokohama/top/2026_visitor/info/info_bg.webp) !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

#venue_info .c_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info_card_block {
  display: flex;
  align-items: stretch;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 30px;
  gap: 30px;
}

.info_card_block .info_card_img {
  flex-shrink: 0;
  width: 38%;
  overflow: hidden;
  border-radius: 20px;
}

.info_card_block .info_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.info_card_block .info_card_body {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info_card_ttl {
  margin: 0 0 20px;
  line-height: 1.2;
}

.info_card_en {
  display: inline-block;
  font-family: 'LINESeedJP', 'Montserrat', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
  line-height: 1;
}

.info_card_ja {
  display: inline-block;
  font-family: 'LINESeedJP', 'Noto Sans JP', sans-serif;
  font-size: 0.85rem;
  /* font-weight: 900; */
  color: #0066b3;
  margin-left: 17px;
  vertical-align: bottom;
}

.info_card_desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 24px;
}

.info_card_links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}

.info_slide_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #91cfeb;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 0;
}

.info_slide_link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(45deg, #026db4, #06a8ee);
  transition: width 0.35s cubic-bezier(.785, .135, .15, .86);
  z-index: -1;
}

.info_slide_link:hover::before {
  width: 100%;
}

.info_slide_link:hover {
  color: #fff;
  opacity: 1;
}

.info_slide_link:hover i {
  color: #fff;
}

.info_slide_link i {
  color: #0066b3;
  font-size: 0.75rem;
  transition: color 0.3s ease;
}


/* ============================
   NEWS（2件表示）- 会場トップ
   ============================ */
.venue_news_full {
  /* padding: 40px 0; */
  background-image: url(../images/yokohama/top/2026_visitor/news/news_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.venue_news_full .c_wrap {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1400px;
}

.venue_news_full .col_l {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: auto;
}

.venue_news_full .heading_ttl {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
  color: #000;
}

.venue_news_full .heading_ttl::before,
.venue_news_full .heading_ttl::after {
  display: none !important;
}

.venue_news_full .news_btn {
  display: inline-flex;
  align-items: center;
  background: #c9ea04;
  color: #000;
  padding: 10px 50px 10px 20px;
  border-radius: 5px;
  font-size: 0.85rem;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  min-width: max-content;
}

.venue_news_full .news_btn span {
  position: relative;
  z-index: 1;
}

.venue_news_full .news_btn em {
  position: absolute;
  height: 1.5px;
  background: #000;
  width: 42%;
  right: 14px;
  top: 50%;
  transform: scaleX(0.35);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}

.venue_news_full .news_list {
  flex: 1;
  min-width: 0;
}

.venue_news_full .news_list li {
  padding: 14px 0;
  border-bottom: 2px solid #b1cce5;
}

.venue_news_full .news_list li:last-child {
  border-bottom: none;
}

/* 横浜・名古屋 TOP の NEWS ブロックのみ padding-left（大TOPは除外） */
#yokohama #top_news .news_list,
#yokohama #latest_news .news_list,
#nagoya #top_news .news_list,
#nagoya #latest_news .news_list {
  padding-left: 10px;
}

.venue_news_full .news_list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #000;
}

.venue_news_full .news_date {
  font-size: 0.85rem;
  font-weight: 600;
  flex-shrink: 0;
}

.venue_news_full .news_txt {
  flex: 1;
  min-width: 0;
}

.venue_news_full .news_txt h3 {
  font-size: 0.92rem;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* ============================
   Outline（開催概要）- 会場トップ
   ============================ */
.venue_outline {
  background-image: url(../images/yokohama/top/2026_visitor/outline/outline_bg.webp) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  /* padding: 60px 0 80px; */
}

.venue_outline .outline_header {
  margin-bottom: 40px;
  line-height: 1.1;
}

.venue_outline .outline_heading_en {
  display: block;
  font-family: 'LINESeedJP', 'Montserrat', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
  margin: 0 0 4px;
}

.venue_outline .outline_heading_ja {
  display: block;
  font-family: 'LINESeedJP', 'Noto Sans JP', sans-serif;
  font-size: clamp(0.9rem, 1.5vw, 1.6rem);
  font-weight: 900;
  color: #000;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
  margin-top: 15px;
}

/* 既存 heading_ttl を非表示 */
.venue_outline .heading_ttl {
  display: none;
}

.venue_outline .outline_body {
  border-radius: 16px;
  padding: 50px 60px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.venue_outline .border_list > div {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}

.venue_outline .border_list > div:last-child {
  border-bottom: none;
}

.venue_outline .border_list dt {
  width: 220px;
  flex-shrink: 0;
  text-align: right;
  padding-right: 30px;
  padding-left: 0;
  position: relative;
  margin-top: 10px;
}

.venue_outline .border_list dt::after {
  content: '';
  position: absolute;
  right: 0;
  left: auto;
  top: 5px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #0066b3;
  border-radius: 50%;
}

.venue_outline .dt_en {
  display: block;
  font-family: 'LINESeedJP', 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #0066b3;
  text-transform: uppercase;
  margin-bottom: 2px;
  text-align: right;
  line-height: 1;
}

.venue_outline .dt_ja {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #000;
  text-align: right;
}

.venue_outline .border_list dd {
  flex: 1;
  padding-left: 30px;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #333;
}


/* ============================
   会場トップ レスポンシブ
   ============================ */
@media screen and (max-width: 1200px) {
  #mainv_venue .mv_venue_content {
    /* padding: 30px 30px 40px; */
  }

  #mainv_venue .mv_regist_btn {
    width: 300px;
  }
}

@media screen and (max-width: 1000px) {
  #mainv_venue {
    min-height: auto;
  }
  #mainv_venue .mv_venue_theme {
    max-width: 550px;
  }
  .visitor_top .c_wrap {
    padding: 50px 30px!important;
  }

  #mainv_venue .mv_regist_btn span {
      font-size: 1.1rem;
  }

  #mainv_venue .mv_venue_content {
    min-height: auto;
    padding: 30px 24px 30px;
  }

  #mainv_venue .venue_card {
    max-width: 100%;
    width: 50%;
  }

  #mainv_venue .venue_card .mv_card_date {
    font-size: 0.85rem;
  }

  #mainv_venue .venue_card .mv_card_date .date_num {
    font-size: 2.5rem;
  }

  #mainv_venue .venue_card .mv_card_date .date_day {
    font-size: 0.6rem;
  }


  #mainv_venue .venue_card .mv_card_online {
    font-size: 0.75rem;
  }

  #mainv_venue .venue_card .mv_card_online .date_range {
    font-size: 1.3rem;
  }

  #mainv_venue .mv_venue_motif {
    top: -42px;
    max-width: 600px;
  }

  #mainv_venue .mv_regist_btn {
    /* align-self: stretch; */
    /* width: 100%; */
    /* max-width: 400px; */
  }

  .venue_card_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .venue_content .content_header_2col {
    flex-direction: column;
    gap: 16px;
  }

  .info_card_block {
    flex-direction: column;
  }

  .info_card_block .info_card_img {
    width: 100%;
    height: 250px;
    max-height: 250px;
  }

  .info_card_block .info_card_img img {
    height: 250px;
    object-position: center;
  }

  .info_card_block.info_card_reverse {
    flex-direction: column-reverse;
  }

  .info_card_block .info_card_body {
    padding: 0;
  }

  .info_card_links {
    grid-template-columns: 1fr;
  }

  .venue_outline .border_list dt {
    width: 160px;
    padding-right: 20px;
    padding-left: 0;
  }

  .venue_outline .border_list dd {
    padding-left: 20px;
  }

  .venue_outline .outline_body {
    padding: 30px;
  }


  .venue_content .content_header_right p {
    text-align: left;
  }
}

@media screen and (max-width: 850px) {
  .venue_outline .border_list > div {
    flex-direction: column;
    gap: 8px;
  }

  .venue_outline .border_list dt {
    width: 100%;
    text-align: left;
    padding-right: 0;
    padding-left: 20px;
  }

  .venue_outline .dt_en,
  .venue_outline .dt_ja {
    text-align: left;
  }

  .venue_outline .border_list dt::after {
    left: 0;
    right: auto;
  }

  .venue_outline .border_list dd {
    padding-left: 20px;
  }

  #yokohama #top_news .news_list,
  #yokohama #latest_news .news_list,
  #nagoya #top_news .news_list,
  #nagoya #latest_news .news_list {
    padding-left: 0;
  }

  #mainv_venue .venue_card {
    width: 52%;
  }

}

@media screen and (max-width: 768px) {
  #mainv_venue .mv_venue_motif {
    /* width: 50%; */
    /* opacity: 1; */
  }

  #mainv_venue .mv_venue_theme {
    max-width: 400px;
  }

  #mainv_venue .mv_card_logo {
    /* height: 50px; */
  }

  #mainv_venue .venue_card .mv_card_schedule {
    margin-left: 5px;
  }

  #mainv_venue .venue_card .mv_card_date .date_num {
    font-size: 1.6rem;
  }
  #mainv_venue .venue_card .mv_card_venue {
    font-size: 0.85rem;
  }

  #mainv_venue .status_txt {
    font-size: 0.6rem;
  }

  #mainv_venue .status_item.active .status_txt {
    font-size: 0.65rem;
  }

  #mainv_venue .mv_regist_btn {
    width: 230px;
  }

  #mainv_venue .mv_regist_btn span {
    font-size: .9rem;
  }

  .venue_news .c_wrap {
    flex-wrap: wrap;
    padding: 14px 16px;
  }

  .venue_news .news_list li {
    padding: 8px 0;
  }

  .venue_map_banner {
    flex-direction: column;
    padding: 0 20px 20px;
    padding-left: 20px;
    gap: 0;
    text-align: center;
  }

  .venue_map_img {
    position: static;
    transform: none;
    width: auto;
    max-width: 400px;
    margin: 0 auto -30px;
  }

  .venue_news_full .c_wrap {
    flex-direction: column;
    gap: 20px;
  }

  .venue_news_full .col_l {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .venue_card_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  /* 背景fixed はiOSで非対応のためscrollにフォールバック */
  .venue_content,
  .venue_outline,
  #venue_info {
    background-attachment: scroll !important;
  }
}

@media screen and (max-width: 640px) {
  #mainv_venue .mv_venue_bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  #mainv_venue .venue_card {
    width: 450px;
    }
}

@media screen and (max-width: 600px) {
  /* 背景absolute + コンテンツrelativeを維持。高さで背景を見せる */
  #mainv_venue {
    min-height: auto;
  }

  #mainv_venue .mv_venue_bg {
    object-position: center top;
  }

  #mainv_venue .mv_venue_bg img {
    object-position: center top;
  }

  /* コンテンツ：背景の上に重ねる（PC構造を維持） */
  #mainv_venue .mv_venue_content {
    position: relative;
    z-index: 2;
    padding: 20px 16px 24px;
    min-height: auto;
    justify-content: flex-end;
  }

  /* テーマ画像：SP背景に含まれるため非表示 */
  #mainv_venue .mv_venue_theme {
    /* display: none; */
    width: 70%;
    margin-top: 3vw;
  }

  /* モチーフ装飾：非表示 */
  #mainv_venue .mv_venue_motif {
    /* display: none; */
    top: -10px;
    width: 67%;
    opacity: 0.7;
  }

  /* 背景画像を見せるためのスペーサー */
  #mainv_venue .mv_venue_bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    margin-top: 45vw;
  }

  /* カード：全幅 */
  #mainv_venue .venue_card {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
  }

  #mainv_venue .venue_card .mv_card_body {
    padding: 14px 16px 14px;
  }

  /* ロゴ：縦横比を保つ */
  #mainv_venue .mv_card_logo {
    height: auto !important;
    width: auto;
    /* max-width: 200px; */
    display: block;
  }

  #mainv_venue .venue_card .mv_card_schedule {
    margin-left: 4px;
    margin-top: 0;
  }

  #mainv_venue .venue_card .mv_card_date {
    font-size: 0.85rem;
    margin-bottom: 2px;
  }

  #mainv_venue .venue_card .mv_card_date .date_num {
    font-size: 2.4rem;
  }

  #mainv_venue .venue_card .mv_card_date .date_day {
    font-size: 0.65rem;
  }

  #mainv_venue .venue_card .mv_card_venue {
    font-size: 1rem;
    margin-bottom: 4px;
  }

  #mainv_venue .venue_card .mv_card_online {
    font-size: 0.8rem;
  }

  #mainv_venue .venue_card .mv_card_online .date_range {
    font-size: 1.3rem;
  }

  #mainv_venue .status_txt {
    font-size: 0.6rem;
  }

  #mainv_venue .status_item.active .status_txt {
    font-size: 0.65rem;
  }

  #mainv_venue .status_dot {
    width: 7px;
    height: 7px;
  }

  #mainv_venue .status_item {
    padding: 6px 2px 5px;
    gap: 3px;
  }

  /* 登録ボタン：全幅 */
  #mainv_venue .mv_regist_btn {
    width: 100%;
    align-self: stretch;
    padding: 16px 0;
    border-radius: 8px;
  }

  #mainv_venue .mv_regist_btn span {
    font-size: 1.2rem;
  }
}


@media screen and (max-width: 480px) {
  #mainv_venue .mv_venue_content {
    padding: 20px 16px 24px;
  }

  /* MV下News 480px以下（venue_newsのみ、latest_news・大トップには影響しない） */
  .venue_news:not(.venue_news_full) .c_wrap {
    flex-wrap: wrap;
    align-items: center;
  }

  .venue_news:not(.venue_news_full) .heading_ttl {
    flex: 1;
    order: 1;
  }

  .venue_news:not(.venue_news_full) .news_viewall {
    flex-shrink: 0;
    order: 2;
  }

  .venue_news:not(.venue_news_full) .news_list {
    width: 100%;
    flex-basis: 100%;
    order: 3;
  }

  .venue_news:not(.venue_news_full) .news_list li {
    padding: 0;
  }

  .venue_news:not(.venue_news_full) .news_ttl {
    flex-basis: 100%;
    width: 100%;
  }

  #mainv_venue .mv_venue_theme {
    max-width: 280px;
  }

  #mainv_venue .mv_card_logo {
    height: 36px;
  }

  #mainv_venue .venue_card .mv_card_body {
    padding: 16px 16px 12px;
  }

  #mainv_venue .venue_card .mv_card_date .date_num {
    font-size: 8vw;
  }

  #mainv_venue .venue_card .mv_card_venue {
    /* font-size: 0.65rem; */
  }

  #mainv_venue .venue_card .mv_card_online {
    /* font-size: 0.6rem; */
  }

  #mainv_venue .venue_card .mv_card_online .date_range {
    font-size: 1rem;
  }

  #mainv_venue .status_txt {
    font-size: 0.5rem;
  }

  #mainv_venue .status_dot {
    width: 7px;
    height: 7px;
  }

  #mainv_venue .status_item {
    padding: 5px 2px;
    gap: 3px;
  }

  #mainv_venue .mv_regist_btn span {
    /* font-size: 0.9rem; */
  }

  .venue_card_list {
    grid-template-columns: 1fr;
  }

  .venue_content .content_heading_en {
    font-size: 2rem;
  }

  .info_card_en {
    font-size: 1.4rem;
  }

  .venue_outline .outline_heading_en {
    font-size: 2rem;
  }

  .venue_outline .outline_body {
    padding: 20px 16px;
  }

  .venue_outline .dt_en {
    font-size: 0.6rem;
  }

  .venue_outline .dt_ja {
    font-size: 0.95rem;
  }

  .venue_content .content_header_right p {
      font-size: 0.9rem;
  }

  .venue_card_name {
      font-size: 1rem;
  }

  .venue_card_foot {
      padding: 10px 0;
  }

  .venue_map_banner {
      margin: 0 0 15px ;
  }

  .venue_content .content_header_2col {
      margin-bottom: 20px;
  }

  .visitor_top .c_wrap {
      padding: 40px 20px !important;
  }

  .info_card_desc {
      font-size: 0.8rem;
      margin-bottom: 20px;
  }

  .info_card_block .info_card_img {
    height: 200px;
  }

  .info_card_block .info_card_img img {
    height: auto;
  }

  #yokohama #latest_news .c_wrap.col, #nagoya #latest_news .c_wrap.col {
      gap: 0;
  }
  .venue_card_badge {
      font-size: 0.6rem;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　英語ページのCSS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.en #mainv_visitor .mv_cards {
  width: 100%;
  max-width: none;
}
.en .venue_card_badge {
    font-size: 0.65rem;
}
@media screen and (max-width: 1200px) {
  .en #mainv_visitor .status_txt {
    font-size: 0.7rem;
    font-weight: 600;
  }
}

@media screen and (max-width: 1000px) {
  .en #mainv_visitor .status_txt {
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 850px) {
    .en #mainv_visitor .mv_regist_btn span {
        font-size: clamp(0.65rem, 1.5vw, 0.9rem);
    }

    .en #mainv_visitor .mv_cards {
      width: 90%;
    }

    .en #mainv_visitor .status_txt {
      font-size: 0.8rem;
    }
}

@media screen and (max-width: 480px) {

    .en #mainv_visitor .mv_cards {
      width: 100%;
    }

    .en #mainv_visitor .mv_regist_btn span {
        font-size: clamp(0.55rem, 2.33vw, 0.7rem);
    }

    .en #mainv_visitor .status_txt {
      font-size: 0.6rem;
    }
}

/* ============================================================
   名古屋 visitor TOP 固有スタイル
   （旧 open_top26_visitor_nagoya.css より統合 2026/03/25）
   すべて #nagoya 配下のみ適用。横浜・大TOPには影響しない。
   ============================================================ */

/* 英語名古屋TOPの開催概要：会場名サブテキストのフォントサイズ */
.en#nagoya .venue_sub_name {
  font-size: 1.1rem;
}

/* ----- 名古屋ページ全体のフォント（必要に応じて差し替え） ----- */
#nagoya .visitor_top h1,
#nagoya .visitor_top h2,
#nagoya .visitor_top h3,
#nagoya .visitor_top h4,
#nagoya .visitor_top .section_ttl,
#nagoya .visitor_top .news_ttl_label,
#nagoya .visitor_top #kv .sec-ttl,
#nagoya #mainv_venue .mv_card_area,
#nagoya #mainv_venue .mv_regist_btn span,
#nagoya #mainv_venue .status_txt,
#nagoya #mainv_venue .mv_card_date,
#nagoya #mainv_venue .mv_card_online {
  font-family: 'LINESeedJP', 'Noto Sans JP', sans-serif;
}

/* ----- セクション背景（横浜パス → 名古屋 2026_visitor） ----- */
#nagoya .venue_news {
  background-image: url(../images/nagoya/top/2026_visitor/news/news_bg.webp);
}

#nagoya .venue_content {
  background-image: url(../images/nagoya/top/2026_visitor/content/content_bg.webp) !important;
}

#nagoya #venue_info {
  background-image: url(../images/nagoya/top/2026_visitor/info/info_bg.webp) !important;
}

/* News（2件）: 背景画像は使わず単色 */
#nagoya #latest_news,
#nagoya #top_news {
  background-image: url(../images/nagoya/top/news_bg_ng.webp);
}

#nagoya .venue_outline {
  background-image: url(../images/nagoya/top/2026_visitor/outline/outline_bg.webp) !important;
}

/* ----- MV カード（#mainv_venue + .nagoya_card） ----- */
#nagoya #mainv_venue .venue_card.nagoya_card {
  background: rgb(255 230 240 / 55%);
  border: 1px solid rgba(255, 180, 220, 0.45);
}

#nagoya #mainv_venue .venue_card.nagoya_card .mv_card_venue i {
  color: #c41230;
}

#nagoya #mainv_venue .venue_card.nagoya_card .mv_card_online {
  color: #c41230;
}

/* MV ステータス：active ドットのパルス（横浜の青 dotPulse ではなく名古屋色） */
@keyframes dotPulseNagoya {
  0%, 100% {
    box-shadow: 0 0 4px rgba(255, 156, 0, 0.65);
  }
  50% {
    box-shadow:
      0 0 12px 6px rgba(255, 156, 0, 0.5),
      0 0 20px 10px rgba(237, 204, 60, 0.22);
  }
}

/* MV ステータス：.active 付きの行のみ名古屋仕様（それ以外は横浜と同じグレー） */
#nagoya #mainv_venue .mv_card_status .status_item.active .status_dot {
  background: #ff9c00;
  box-shadow: 0 0 4px rgba(255, 156, 0, 0.65);
  animation: dotPulseNagoya 2s ease-in-out infinite;
}

#nagoya #mainv_venue .mv_card_status .status_item.active .status_txt {
  color: #ff9c00;
  font-weight: 900;
}

/* 来場登録・各種講演（.status_regist.active）のみ：黄緑背景＋ #edcc3c の枠 */
#nagoya #mainv_venue .mv_card_status .status_item.status_regist.active {
  background: #e5e761 !important;
  border: 1px solid #edcc3c;
  box-sizing: border-box;
}

/* ----- コンテンツカード：名古屋会場アイコン ----- */
#nagoya .venue_icon.active.venue_icon_ng {
  color: #fff;
  background: #c41230;
}

/* ----- アクセント（横浜ブルー → 名古屋系） ----- */
#nagoya .venue_news .news_ttl::after {
  color: #c41230;
}

#nagoya .venue_news .news_viewall:hover {
  color: #c41230;
}

#nagoya .info_card_ja {
  color: #c41230;
}

#nagoya .info_slide_link {
  border-bottom-color: #ef6b8d;
}

#nagoya .info_slide_link::before {
  background: linear-gradient(to right, #e60012 0%, #f058aa 100%);
}

/* 会場MAPバナー内ボタン（横浜の青グラデ → 名古屋グラデ） */
#nagoya .venue_map_btn {
  background: linear-gradient(to right, #e60012 0%, #f058aa 100%);
}

#nagoya .venue_map_btn::before,
#nagoya .venue_map_btn::after {
  background: #ffd0d8;
}

#nagoya .venue_map_btn:hover span {
  color: #3d0810;
}

#nagoya .venue_map_btn:hover em {
  background: #3d0810;
}

#nagoya .info_slide_link i {
  color: #c41230;
}

#nagoya .info_slide_link:hover i {
  color: #fff;
}

#nagoya .venue_card_arrow {
  color: #c41230;
}

#nagoya .venue_news_full .news_list li {
  border-bottom-color: rgba(196, 18, 48, 0.25);
}

/* ----- 開催概要（Outline）: 英字ラベル・装飾ドット ----- */
#nagoya .venue_outline .dt_en {
  color: #a50c26;
}

#nagoya .venue_outline .border_list dt::after {
  background: #a50c26;
}

#nagoya.area_page #outline dl.border_list dd .bold_txt {
  color: #c41230;
}

/* ----- Coming Soon ブロック（.info_card_block.glass_card と同系のリキッドグラス） ----- */
#nagoya .venue_card_comingsoon {
  display: block;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

#nagoya .venue_card_comingsoon .venue_icon_cont {
  padding: 8px 10px 0;
}

#nagoya .venue_card_comingsoon .content_card_placeholder {
  aspect-ratio: 16 / 10;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

#nagoya .venue_card_comingsoon .venue_card_foot {
  padding: 12px 10px 14px;
}

#nagoya .venue_card_comingsoon .comingsoon_txt {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #000000;
  margin: 0 0 4px 0;
  padding-bottom: 10px;
}

#nagoya .venue_card_comingsoon .comingsoon_date {
  color: #333333;
  margin: 0;
}

#nagoya .venue_card_comingsoon.comingsoon_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  margin-top: 20px;
}

#nagoya .venue_card_comingsoon.comingsoon_block .comingsoon_txt {
  margin-bottom: 8px;
}