@charset "utf-8";
/*------------------------------------------------------------
	2026 追加スタイル（第1弾公開）
	- ABC帯 / FVタイルモノグラム / キッチンカー募集 / Coming Soon
------------------------------------------------------------*/

/* ===== ABCオレンジ帯 ===== */
.abcBand2026 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 1200;
	background: #eb5e00;
	display: flex;
	align-items: center;
	padding: 0 18px;
	box-shadow: 0 2px 8px rgba(0,0,0,.18);
}
.abcBand2026 img {
	height: 52px;
	width: auto;
	display: block;
}
/* 追従ヘッダー：下スクロールで隠れ、上スクロールで再表示 */
.abcBand2026,
#gHeader .menu,
#gHeader .igLink {
	transition: transform .35s ease;
	will-change: transform;
}
html.hdrHidden2026 .abcBand2026,
html.hdrHidden2026 #gHeader .menu,
html.hdrHidden2026 #gHeader .igLink {
	transform: translateY(-100px);
}
/* 既存fixedヘッダーを帯の下へ（z-indexは帯より上げ、内部のハンバーガーを帯上に表示） */
#gHeader { top: 84px; z-index: 1250; }

/* ヘッダーロゴ非表示（PC・SP） */
#gHeader h1 { display: none; }

/* ハンバーガーをABC帯内右側へ（エビシー メニューアイコン） */
#gHeader .menu {
	position: fixed !important;
	top: 4px !important;
	right: 14px !important;
	width: 52px;
	height: 52px;
	background: url(../img/2026/abcy_menu.svg) no-repeat center / contain !important;
	border-radius: 0 !important;
	z-index: 1300;
}
#gHeader .menu span { display: none !important; }

/* スカイライン背景をエビシー入り2026版に差し替え */
#gFooter::before { background-image: url(../img/2026/bg_img.svg) !important; }
#gNavi::after { background-image: url(../img/2026/bg_img.svg) !important; }

/* フッター最下部に赤帯（bg_icon02） */
#gFooter { padding-bottom: 10.4rem !important; }
#gFooter::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7rem;
	background: #b93f32 url(../img/common/bg_icon02.png) repeat-x left 1.3rem top 0.8rem / 27.4rem 5.1rem;
	pointer-events: none;
}

/* メニュー内レイアウト調整（出店者募集ブロックを縦積みに） */
#gNavi .subBox {
	display: block !important;
}
#gNavi .subBox .heading {
	margin-bottom: 2rem;
}
#gNavi .subBox ul.comBtn {
	margin-bottom: 2.4rem;
}
#gNavi .navUl li a { white-space: nowrap; }

/* Instagramアイコンも帯内（ハンバーガー左隣）・白に */
#gHeader .igLink {
	position: fixed !important;
	top: 16px !important;
	right: 78px !important;
	margin: 0 !important;
	z-index: 1300;
}
#gHeader .igLink a img {
	display: block;
	filter: brightness(0) invert(1);
}

/* ===== FV（タイルモノグラム＋KV） ===== */
.fv2026 {
	position: relative;
	height: 100vh;
	min-height: 560px;
	overflow: hidden;
	background: url(../img/2026/fv_back.jpg) center/cover;
}
/* ===== 昨年の様子スライダー（無限マーキー） ===== */
.slider2026 {
	overflow: hidden;
	padding: 4.5rem 0 5rem;
	background: url(../img/2026/fv_back.jpg) center / cover, #eee5cd;
}
.slider2026 .track {
	display: flex;
	width: max-content;
	animation: slide2026 70s linear infinite;
}
.slider2026 img {
	width: 230px;
	height: 230px;
	object-fit: cover;
	border-radius: 8px;
	display: block;
	margin-right: 14px;
	box-shadow: 0 4px 12px rgba(0,0,0,.12);
	background: #e5dcc8; /* 読み込み中のプレースホルダ */
}
@keyframes slide2026 { to { transform: translateX(-50%); } }
@media screen and (max-width: 767px) {
	.slider2026 { padding: 2.6rem 0 3rem; }
	.slider2026 img { width: 150px; height: 150px; margin-right: 10px; }
}
.fv2026 .fvKv {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 21rem; /* スカイライン(14.1rem)+赤帯(7rem)の上で中央配置 */
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	padding-top: 60px;
	z-index: 4;
}
.fv2026 .fvKv img {
	width: min(1120px, 94vw);
	height: auto;
	animation: kvin2026 1.1s cubic-bezier(.2,1.2,.4,1) .2s both;
}
@keyframes kvin2026 {
	0% { opacity: 0; transform: translateY(20px) scale(.96); }
	100% { opacity: 1; transform: none; }
}
/* FV下端のスカイライン（2026エビシー入り）＋赤帯（bg_icon02） */
.fv2026::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 7rem;
	width: 100%;
	height: 14.1rem;
	background: url(../img/2026/bg_img.svg) no-repeat center bottom / 192rem;
	z-index: 4;
	pointer-events: none;
}
.fv2026::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7rem;
	background: #b93f32 url(../img/common/bg_icon02.png) repeat-x left 1.3rem top 0.8rem / 27.4rem 5.1rem;
	z-index: 4;
	pointer-events: none;
}
.fv2026 .fvScroll {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	color: #4a3f30;
	font-size: 11px;
	letter-spacing: 3px;
	font-weight: 700;
	text-align: center;
	z-index: 5;
}
.fv2026 .fvScroll::after {
	content: "";
	display: block;
	width: 1px;
	height: 34px;
	background: #4a3f30;
	margin: 8px auto 0;
	animation: sline2026 1.8s ease-in-out infinite;
	transform-origin: top;
}
@keyframes sline2026 {
	0% { transform: scaleY(0); }
	45% { transform: scaleY(1); }
	100% { transform: scaleY(1); opacity: 0; }
}

/* ===== 初回ローディング（キッチンカー募集告知） ===== */
#loading2026 {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: url(../img/2026/fv_back.jpg) center / cover, #eee5cd;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .6s ease, visibility .6s ease;
}
#loading2026.done { opacity: 0; visibility: hidden; }
#loading2026 .ldBand {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #eb5e00;
	display: flex;
	align-items: center;
	padding: 0 18px;
}
#loading2026 .ldBand img { height: 52px; width: auto; }
#loading2026 .ldInner {
	text-align: center;
	padding: 70px 20px 20px;
}
#loading2026 .ldLogo {
	width: min(360px, 70vw);
	height: auto;
	display: block;
	margin: 0 auto 18px;
	animation: ld-drop .8s cubic-bezier(.2,1.3,.4,1) both;
}
#loading2026 .ldChar {
	width: min(180px, 38vw);
	height: auto;
	display: block;
	margin: 0 auto 14px;
	transform-origin: bottom center;
	animation: ld-pop .7s cubic-bezier(.2,1.4,.4,1) .3s both, ld-bob 2s ease-in-out 1.2s infinite;
}
#loading2026 .ldCatch {
	font-size: clamp(24px, 4.6vw, 44px);
	font-weight: 900;
	letter-spacing: .06em;
	color: #b23a37;
	margin-bottom: 10px;
	animation: ld-pop .6s cubic-bezier(.2,1.4,.4,1) .55s both;
}
#loading2026 .ldNote {
	font-size: clamp(12px, 1.6vw, 15px);
	font-weight: 700;
	color: #4a3f30;
	margin-bottom: 26px;
	animation: ld-pop .6s ease .7s both;
}
#loading2026 .ldBar {
	width: 200px;
	height: 6px;
	margin: 0 auto;
	background: rgba(41,106,64,.18);
	border-radius: 4px;
	overflow: hidden;
}
#loading2026 .ldBar i {
	display: block;
	height: 100%;
	width: 0;
	background: #eb5e00;
	border-radius: 4px;
	animation: ld-fill 2.4s ease-in-out forwards;
}
@keyframes ld-pop { 0% { opacity: 0; transform: scale(.7); } 100% { opacity: 1; transform: scale(1); } }
@keyframes ld-drop { 0% { opacity: 0; transform: translateY(-22px); } 100% { opacity: 1; transform: none; } }
@keyframes ld-bob { 0%,100% { transform: rotate(-2deg); } 50% { transform: translateY(-8px) rotate(2deg); } }
@keyframes ld-fill { to { width: 100%; } }
@media screen and (max-width: 767px) {
	#loading2026 .ldBand { height: 48px; }
	#loading2026 .ldBand img { height: 42px; }
}

/* ===== キッチンカー出店募集 ===== */
.recruit2026 {
	padding: 7rem 2rem 6rem;
	background: #b93f32 url(../img/common/bg_icon02.png) repeat-x left 1.3rem top 0.8rem / 27.4rem 5.1rem;
}
.recruit2026 .inner {
	max-width: 100rem;
	margin: 0 auto;
	text-align: center;
}
.recruit2026 .catch {
	color: #f1e6cd;
	font-size: 3.6rem;
	font-weight: 900;
	letter-spacing: .08em;
	margin-bottom: 1rem;
}
.recruit2026 .note {
	color: #f1e6cd;
	font-size: 1.5rem;
	margin-bottom: 2.6rem;
}
.recruit2026 .comBtn a {
	margin: 0 auto;
	background-color: #296a40;
}
@media screen and (max-width: 767px) {
	.abcBand2026 { height: 48px; }
	.abcBand2026 img { height: 42px; }
	#gHeader { top: 60px; }
	#gHeader .menu {
		top: 3px !important;
		right: 10px !important;
		width: 42px;
		height: 42px;
	}
	#gHeader .igLink {
		top: 10px !important;
		right: 60px !important;
	}
	#gHeader .igLink a img { width: 26px; }
	/* SPのナビ・フッター スカイラインも2026版に */
	#gNavi { background-image: url(../img/2026/bg_img.svg) !important; }
	#gFooter::before { background-image: url(../img/2026/bg_img.svg) !important; }
	.recruit2026 .catch { font-size: 2.4rem; }
	.fv2026::after {
		height: 22.133vw;
		background-size: 100%;
		bottom: 5rem;
	}
	.fv2026::before { height: 5rem; }
	/* SP：FV高さを縮めてKV上下の余白を圧縮し、スライダーがファーストビューに入るように */
	.fv2026 { height: 62vh; min-height: 400px; }
	.fv2026 .fvKv { bottom: calc(22.133vw + 5rem); padding-top: 48px; }
	/* SP：KVを少し大きく（画面から軽くはみ出しOK） */
	.fv2026 .fvKv img { width: 112vw; max-width: none; }
	#gFooter { padding-bottom: 8.4rem !important; }
	#gFooter::after { height: 5rem; }
}
