/* =========================================================
   かがわDXフェア2026 出展案内ページ（event.html）
   ========================================================= */
:root {
	--navy: #0f1d3a;
	--navy2: #172a52;
	--red: #e8231f;
	--orange: #f15a24;
	--yellow: #ffe100;
	--text: #1a2440;
	--hand: "Yomogi", "Hiragino Maru Gothic ProN", "Yu Gothic", cursive;
	--en: "Poppins", "Noto Sans JP", sans-serif;
}
* { box-sizing: border-box; }
body {
	margin: 0;
	background: #fff;
	color: var(--text);
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	font-weight: 500;
	line-height: 1.7;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.ev-wrap {
	max-width: 1180px;
	margin: 0 auto;
	padding-inline: 24px;
}
.sp { display: none; }
/* 画面には出さないが、検索エンジン・読み上げには伝える見出し */
.ev-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

/* ---------- パンくず ---------- */
.ev-breadcrumb {
	font-size: 13px;
	color: #5a6478;
}
.ev-breadcrumb .ev-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding-block: 4px 10px;
}
.ev-breadcrumb a { text-decoration: none; }
.ev-breadcrumb a:hover { color: var(--orange); text-decoration: underline; }

/* ---------- ヘッダー ---------- */
.ev-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	max-width: 1180px;
	margin: 0 auto;
	padding: 12px 24px;
}
.ev-header__logo img { width: 220px; }
.ev-header__btn {
	padding: 10px 22px;
	background: var(--orange);
	color: #fff;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	transition: opacity .2s;
}
.ev-header__btn:hover { opacity: .85; }

/* ---------- ヒーロー ---------- */
.ev-hero {
	position: relative;
	background:
		radial-gradient(rgba(255,255,255,.35) 1.5px, transparent 1.6px) 0 0 / 22px 22px,
		radial-gradient(ellipse 60% 45% at 85% 20%, rgba(255,255,255,.55), transparent 70%),
		linear-gradient(160deg, #2f7fd6 0%, #6fb2ee 35%, #cfe6fa 70%, #f4f9ff 100%);
	overflow: hidden;
}
.ev-hero__grid {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	align-items: end;
	gap: 0 24px;
	padding-top: 40px;
}
.ev-hero__text { padding-bottom: 90px; position: relative; z-index: 4; }

.ev-ribbon {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 24px -40px;
	padding: 12px 48px 12px 48px;
	background: var(--red);
	color: #fff;
	font-size: clamp(28px, 4.2vw, 50px);
	font-weight: 900;
	line-height: 1.1;
	transform: rotate(-4deg);
	clip-path: polygon(0 12%, 4% 0, 97% 4%, 100% 20%, 98% 70%, 100% 100%, 6% 94%, 0 80%, 2% 45%);
}
.ev-ribbon__icon { width: 1.3em; flex-shrink: 0; }

.ev-title {
	margin: 0 0 28px;
	color: var(--navy);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -.02em;
	transform: rotate(-4deg);
	transform-origin: left bottom;
}
.ev-title__l1 { display: block; font-size: clamp(36px, 5.4vw, 70px); white-space: nowrap; }
.ev-title__l1 em { font-style: normal; color: var(--red); font-family: var(--en); font-size: 1.2em; }
.ev-title__l2 { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.ev-title__year { font-family: var(--en); font-size: clamp(44px, 6.4vw, 84px); }
.ev-title__sub {
	font-size: clamp(26px, 3.8vw, 46px);
	background: linear-gradient(transparent 70%, var(--yellow) 70%);
	padding: 0 4px;
}

.ev-lead {
	margin: 0 0 14px;
	font-size: clamp(15px, 1.6vw, 19px);
	font-weight: 700;
	text-shadow: 0 0 6px #fff, 0 0 12px #fff;
}
.ev-lead small { font-size: .75em; }
.ev-red { color: var(--red); font-family: var(--en); font-size: 1.2em; }

.ev-hero__visual {
	position: relative;
	align-self: end;
	margin-right: -40px;
}
/* キャラクターの背後に光の輪 */
.ev-hero__visual::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 46%;
	width: 88%;
	aspect-ratio: 1;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255,255,255,.95) 0%, rgba(255,255,255,.6) 45%, rgba(255,255,255,0) 70%);
}
.ev-hero__chara {
	position: relative;
	width: 100%;
	filter: drop-shadow(0 12px 24px rgba(15,29,58,.25));
	/* 元画像の左右端（PC・マグ／しっぽ）が途切れているのでぼかす */
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 14%, #000 92%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0, #000 14%, #000 92%, transparent 100%);
}
.ev-bubble {
	position: absolute;
	top: 6%;
	left: -4%;
	margin: 0;
	padding: 14px 20px;
	background: #fff;
	border: 3px solid var(--navy);
	border-radius: 20px;
	color: var(--navy);
	font-family: var(--hand);
	font-size: clamp(16px, 1.7vw, 22px);
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	transform: rotate(-6deg);
	box-shadow: 4px 4px 0 var(--navy);
}
.ev-bubble::after {
	content: "";
	position: absolute;
	right: 22px;
	bottom: -16px;
	width: 22px;
	height: 16px;
	background: var(--navy);
	clip-path: polygon(0 0, 100% 0, 80% 100%);
}
.ev-date {
	position: absolute;
	top: 4%;
	right: 6%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: clamp(96px, 11vw, 132px);
	aspect-ratio: 1;
	margin: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, #ff8a00 0%, var(--red) 100%);
	border: 4px solid #fff;
	color: #fff;
	font-family: var(--en);
	line-height: 1.05;
	transform: rotate(8deg);
	box-shadow: 0 8px 18px rgba(232,35,31,.35);
}
.ev-date span { font-size: clamp(11px, 1.1vw, 14px); letter-spacing: .1em; }
.ev-date b { font-size: clamp(26px, 3vw, 36px); }
.ev-hero__wave {
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 3;
	width: 100%;
	height: 70px;
}

/* ---------- 製品紹介 ---------- */
.ev-product { padding: 20px 0 60px; }
.ev-product__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 32px;
}
.ev-brand {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 20px;
}
.ev-brand img { width: 88px; }
.ev-brand__name {
	color: var(--navy);
	font-family: var(--en);
	font-weight: 800;
	font-size: clamp(44px, 5.6vw, 72px);
	line-height: 1;
}
.ev-brand__name small {
	display: block;
	margin-top: 6px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: .34em;
	text-align: right;
}
.ev-brush {
	display: inline-block;
	margin: 0 0 24px -30px;
	padding: 16px 44px 18px 50px;
	background: linear-gradient(100deg, #d9121b 0%, #f0301c 60%, #ff7a1a 100%);
	color: #fff;
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 900;
	line-height: 1.3;
	transform: rotate(-3deg);
	clip-path: polygon(0 8%, 5% 0, 96% 6%, 100% 30%, 97% 88%, 90% 100%, 4% 92%, 1% 60%);
}
.ev-brush em { font-style: normal; color: var(--yellow); }
.ev-desc {
	margin: 0;
	font-size: clamp(15px, 1.6vw, 19px);
	font-weight: 700;
	line-height: 1.9;
}
.ev-desc strong { color: var(--red); font-size: 1.15em; }

.ev-product__visual { position: relative; padding-top: 60px; }
.ev-product__visual > img {
	-webkit-mask-image: linear-gradient(180deg, transparent 0, #000 7%);
	mask-image: linear-gradient(180deg, transparent 0, #000 7%);
}
.ev-burst {
	position: absolute;
	top: -30px;
	right: -10px;
	display: grid;
	place-items: center;
	width: 190px;
	aspect-ratio: 1;
	margin: 0;
	background: var(--yellow);
	color: var(--navy);
	font-weight: 900;
	font-size: 22px;
	line-height: 1.25;
	text-align: center;
	transform: rotate(-8deg);
	clip-path: polygon(50% 0%, 56.6% 8.5%, 65.5% 2.4%, 69.1% 12.6%, 79.4% 9.5%, 79.7% 20.3%, 90.5% 20.6%, 87.4% 30.9%, 97.6% 34.5%, 91.5% 43.4%, 100% 50%, 91.5% 56.6%, 97.6% 65.5%, 87.4% 69.1%, 90.5% 79.4%, 79.7% 79.7%, 79.4% 90.5%, 69.1% 87.4%, 65.5% 97.6%, 56.6% 91.5%, 50% 100%, 43.4% 91.5%, 34.5% 97.6%, 30.9% 87.4%, 20.6% 90.5%, 20.3% 79.7%, 9.5% 79.4%, 12.6% 69.1%, 2.4% 65.5%, 8.5% 56.6%, 0% 50%, 8.5% 43.4%, 2.4% 34.5%, 12.6% 30.9%, 9.5% 20.6%, 20.3% 20.3%, 20.6% 9.5%, 30.9% 12.6%, 34.5% 2.4%, 43.4% 8.5%);
}
.ev-burst b { font-family: var(--en); font-size: 1.5em; line-height: 1; }

/* ---------- 機能アイコン帯 ---------- */
.ev-band {
	background: var(--navy);
	padding: 36px 0;
}
.ev-band__grid {
	display: grid;
	grid-template-columns: 1fr 380px;
	align-items: center;
	gap: 32px;
}
.ev-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ev-icons li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 88px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--c);
	color: #fff;
	font-weight: 900;
	font-size: 18px;
	line-height: 1;
	box-shadow: inset 0 -4px 0 rgba(0,0,0,.15);
}
.ev-icons svg { width: 38px; height: 38px; fill: #fff; }
.ev-icons svg .ln { fill: none; stroke: var(--c); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ev-icons li:nth-child(2) svg .ln { stroke: #fff; stroke-width: 2.2; }

.ev-check {
	padding: 22px 26px;
	background: var(--navy2);
	border: 2px solid rgba(255,255,255,.18);
	border-radius: 14px;
	color: #fff;
}
.ev-check__head {
	margin: 0 0 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	color: var(--yellow);
	font-weight: 900;
	font-size: 19px;
}
.ev-check ul { margin: 0; padding: 0; list-style: none; }
.ev-check li {
	position: relative;
	margin: 6px 0;
	padding-left: 36px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
}
.ev-check li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .1em;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	background: var(--yellow) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7' fill='none' stroke='%230f1d3a' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 80% no-repeat;
}
.ev-check__foot { margin: 12px 0 0; font-weight: 700; font-size: 18px; text-align: center; }
.ev-check__foot em { font-style: normal; color: var(--yellow); }

/* ---------- 開催概要 ---------- */
.ev-info {
	padding: 50px 0 60px;
	background: linear-gradient(180deg, #fff 0%, #fff 55%, #e3f0fc 100%);
}
.ev-cta-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 40px;
	margin-bottom: 36px;
}
.ev-cta {
	margin: 0;
	color: var(--red);
	font-family: var(--hand);
	font-size: clamp(22px, 2.4vw, 30px);
	font-weight: 700;
	line-height: 1.2;
	transform: rotate(-5deg);
	-webkit-text-stroke: .6px var(--red);
}
.ev-cta br:not(:first-of-type) { display: none; }
.ev-cta b { font-size: 1.25em; }

.ev-info__grid {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 24px;
}
.ev-card {
	display: grid;
	grid-template-columns: auto auto;
	margin: 0;
	padding: 26px 28px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 6px 22px rgba(15,29,58,.12);
}
.ev-card__item { padding: 0 20px; }
.ev-card__item + .ev-card__item { border-left: 2px solid var(--navy); }
.ev-card__item:first-child { padding-left: 0; }
.ev-card dt {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
	font-weight: 900;
	font-size: 18px;
}
.ev-card dt svg { width: 30px; height: 30px; fill: var(--navy); color: var(--navy); }
.ev-card dd { margin: 0; font-weight: 900; line-height: 1.25; }
.ev-card__y, .ev-card__t { display: block; font-size: 24px; font-family: var(--en), sans-serif; }
.ev-card__y { font-family: inherit; }
.ev-card__d { display: block; font-size: clamp(30px, 3.2vw, 40px); white-space: nowrap; }
.ev-card__d small { font-size: .6em; }
.ev-card__t { margin-top: 4px; font-weight: 700; }
.ev-card__v { display: block; font-size: clamp(22px, 2.2vw, 28px); white-space: nowrap; }
.ev-card__a {
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.ev-card__a:hover { color: var(--orange); }

.ev-booth {
	display: flex;
	align-items: center;
	gap: 16px;
	width: fit-content;
	margin: 0;
	padding: 10px 40px;
	background: var(--red);
	color: #fff;
	font-weight: 900;
	line-height: 1;
	transform: rotate(-4deg);
	clip-path: polygon(3% 6%, 96% 0, 100% 40%, 97% 96%, 6% 100%, 0 55%);
}
.ev-booth span { font-size: 26px; }
.ev-booth b { font-family: var(--en); font-size: 72px; }

.ev-building { position: relative; max-width: 520px; width: 100%; justify-self: center; }
.ev-building__hand {
	margin: 0 0 6px;
	font-family: var(--hand);
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
.ev-building img {
	border-radius: 12px;
	-webkit-mask-image: linear-gradient(180deg, #000 80%, transparent 100%);
	mask-image: linear-gradient(180deg, #000 80%, transparent 100%);
}

.ev-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 44px;
}
.ev-btn {
	display: inline-block;
	padding: 16px 32px;
	border: 2px solid var(--navy);
	border-radius: 12px;
	background: #fff;
	color: var(--navy);
	font-weight: 900;
	font-size: 18px;
	text-decoration: none;
	transition: transform .2s, box-shadow .2s;
}
.ev-btn--primary {
	border-color: var(--orange);
	background: linear-gradient(135deg, #ff8a00 0%, #f15a24 100%);
	color: #fff;
	box-shadow: 0 6px 16px rgba(241,90,36,.35);
}
.ev-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(15,29,58,.18); }

/* ---------- フッター ---------- */
.ev-footer {
	background: var(--navy);
	color: #fff;
	padding: 22px 0;
}
.ev-footer__grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.ev-footer p { margin: 0; }
.ev-footer img { width: 44px; }
.ev-footer__co {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-right: 28px;
	border-right: 1px solid rgba(255,255,255,.5);
	font-weight: 900;
	font-size: 20px;
	white-space: nowrap;
}
.ev-footer__co b { font-size: 1.6em; }
.ev-footer__msg { flex: 1; font-size: 15px; font-weight: 700; }
.ev-footer__brand {
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}
.ev-footer__brand span { font-family: var(--en); font-weight: 800; font-size: 30px; line-height: 1.1; }
.ev-footer__brand small { display: block; font-family: "Noto Sans JP", sans-serif; font-size: 11px; font-weight: 500; }

/* =========================================================
   タブレット以下
   ========================================================= */
@media screen and (max-width: 1024px) {
	.ev-band__grid { grid-template-columns: 1fr; }
	.ev-icons { justify-content: center; }
	.ev-check { max-width: 480px; margin: 0 auto; width: 100%; }
	.ev-info__grid { grid-template-columns: 1fr; gap: 36px; }
	.ev-card { justify-self: center; }
	.ev-footer__grid { flex-wrap: wrap; justify-content: center; text-align: center; }
	.ev-footer__co { border-right: 0; padding-right: 0; }
	.ev-footer__msg { flex-basis: 100%; order: 3; }
}

/* =========================================================
   スマートフォン
   ========================================================= */
@media screen and (max-width: 767px) {
	.pc { display: none; }
	.sp { display: inline; }
	.ev-wrap { padding-inline: 16px; }
	.ev-header { padding: 10px 16px; }
	.ev-header__logo img { width: 150px; }
	.ev-header__btn { padding: 8px 14px; font-size: 13px; }

	.ev-hero__grid { grid-template-columns: 1fr; padding-top: 20px; }
	.ev-hero__text { padding-bottom: 0; }
	.ev-ribbon { margin-left: -24px; padding: 10px 28px 10px 32px; }
	.ev-title { margin-bottom: 20px; }
	.ev-hero__visual { max-width: 400px; width: 100%; margin: 0 auto; }
	.ev-title__l1 { font-size: clamp(34px, 10vw, 48px); }
	.ev-hero__text { padding-bottom: 10px; }
	.ev-hero__visual { margin: 0 -16px 0 auto; max-width: 440px; }
	.ev-bubble { left: 0; top: 2%; padding: 10px 14px; }
	.ev-date { right: 4%; top: 2%; }
	.ev-hero__wave { height: 40px; }

	.ev-product__grid { grid-template-columns: 1fr; }
	.ev-brand img { width: 64px; }
	.ev-brush { margin-left: -20px; padding: 12px 26px 14px 30px; }
	.ev-product__visual { padding-top: 70px; }
	.ev-burst { width: 140px; font-size: 16px; top: -10px; right: 0; }

	.ev-icons { gap: 8px; }
	.ev-icons li { width: calc((100% - 24px) / 4); font-size: 15px; }
	.ev-icons svg { width: 30px; height: 30px; }
	.ev-check { padding: 18px 18px; }
	.ev-check li { font-size: 17px; }
	.ev-check__foot { font-size: 16px; }

	.ev-cta br:not(:first-of-type) { display: inline; }
	.ev-cta { font-size: 22px; }
	.ev-cta-row { flex-direction: column; margin-bottom: 28px; }
	.ev-info__grid { grid-template-columns: 1fr; }
	.ev-card { grid-template-columns: 1fr; padding: 22px 20px; }
	.ev-card__item, .ev-card__item:first-child { padding: 0; }
	.ev-card__item + .ev-card__item { border-left: 0; border-top: 2px solid var(--navy); margin-top: 16px; padding-top: 16px; }
	.ev-card { justify-self: stretch; }
	.ev-booth { padding: 10px 30px; }
	.ev-booth span { font-size: 22px; }
	.ev-booth b { font-size: 60px; }
	.ev-btn { width: 100%; text-align: center; font-size: 16px; }

	.ev-footer__brand span { font-size: 24px; }
	.ev-footer__msg { font-size: 13px; }
}

/* =========================================================
   アニメーション
   ========================================================= */
@keyframes evFloat {
	0%, 100% { transform: translateY(0); }
	50%      { transform: translateY(-14px); }
}
@keyframes evPopIn {
	0%   { opacity: 0; transform: scale(.7) rotate(var(--rot, 0deg)); }
	70%  { opacity: 1; transform: scale(1.08) rotate(var(--rot, 0deg)); }
	100% { opacity: 1; transform: scale(1) rotate(var(--rot, 0deg)); }
}
@keyframes evSlideIn {
	0%   { opacity: 0; transform: translateX(-40px) rotate(var(--rot, 0deg)); }
	100% { opacity: 1; transform: translateX(0) rotate(var(--rot, 0deg)); }
}
@keyframes evWiggle {
	0%, 100% { transform: rotate(-6deg) translateY(0); }
	50%      { transform: rotate(-2deg) translateY(-5px); }
}
@keyframes evBadge {
	0%, 100% { transform: rotate(8deg) scale(1); }
	50%      { transform: rotate(4deg) scale(1.07); }
}
@keyframes evTwinkle {
	0%, 100% { opacity: 0; transform: scale(.4) rotate(0deg); }
	50%      { opacity: 1; transform: scale(1) rotate(180deg); }
}
@keyframes evFlicker {
	0%, 100% { transform: scale(1) rotate(0deg); }
	25%      { transform: scale(1.12) rotate(-3deg); }
	60%      { transform: scale(.96) rotate(2deg); }
}
@keyframes evSway {
	0%, 100% { transform: rotate(-8deg) scale(1); }
	50%      { transform: rotate(-4deg) scale(1.05); }
}
@keyframes evBoothPop {
	0%, 100% { transform: rotate(-4deg) scale(1); }
	50%      { transform: rotate(-2deg) scale(1.04); }
}
@keyframes evBounce {
	0%, 100% { transform: translateY(0); }
	50%      { transform: translateY(-8px); }
}

/* --- ヒーローの登場 --- */
.ev-ribbon {
	--rot: -4deg;
	animation: evPopIn .7s .1s cubic-bezier(.34, 1.56, .64, 1) backwards;
}
.ev-title {
	--rot: -4deg;
	animation: evSlideIn .7s .3s cubic-bezier(.2, .8, .2, 1) backwards;
}
.ev-lead { animation: evSlideIn .7s .5s ease-out backwards; }
.ev-lead + .ev-lead { animation-delay: .62s; }

/* --- キャラクターがふわふわ浮く --- */
.ev-hero__chara { animation: evFloat 4.5s ease-in-out infinite; }
.ev-hero__visual::before { animation: evFloat 6s ease-in-out infinite; }

/* --- 吹き出しと日付バッジ --- */
.ev-bubble {
	--rot: -6deg;
	animation: evPopIn .6s .8s cubic-bezier(.34, 1.56, .64, 1) backwards,
	           evWiggle 3.4s 1.4s ease-in-out infinite;
}
.ev-date {
	--rot: 8deg;
	animation: evPopIn .6s 1s cubic-bezier(.34, 1.56, .64, 1) backwards,
	           evBadge 2.4s 1.6s ease-in-out infinite;
}

/* --- 空を舞うキラキラ --- */
.ev-sparkles { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.ev-sparkles span {
	position: absolute;
	width: 18px;
	height: 18px;
	background: #fff;
	clip-path: polygon(50% 0%, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0% 50%, 39% 39%);
	opacity: 0;
	animation: evTwinkle 3s ease-in-out infinite;
}
.ev-sparkles span:nth-child(1) { top: 12%; left: 8%;  animation-delay: 0s; }
.ev-sparkles span:nth-child(2) { top: 30%; left: 46%; width: 12px; height: 12px; animation-delay: .7s; }
.ev-sparkles span:nth-child(3) { top: 8%;  left: 62%; width: 22px; height: 22px; animation-delay: 1.4s; }
.ev-sparkles span:nth-child(4) { top: 56%; left: 4%;  width: 14px; height: 14px; animation-delay: 2.1s; }
.ev-sparkles span:nth-child(5) { top: 70%; left: 52%; width: 12px; height: 12px; animation-delay: 1.1s; }
.ev-sparkles span:nth-child(6) { top: 20%; left: 92%; width: 16px; height: 16px; animation-delay: 2.5s; }
.ev-sparkles span:nth-child(7) { top: 48%; left: 78%; width: 10px; height: 10px; animation-delay: 1.8s; }
.ev-sparkles span:nth-child(8) { top: 78%; left: 88%; width: 14px; height: 14px; animation-delay: .4s; }

/* --- 炎ロゴがゆらぐ --- */
.ev-brand img, .ev-footer img {
	transform-origin: bottom center;
	animation: evFlicker 2.6s ease-in-out infinite;
}
.ev-footer__brand img { animation-delay: .5s; }

/* --- 黄色のトゲ枠・ブース番号 --- */
.ev-burst { animation: evSway 3s ease-in-out infinite; }
.ev-booth { animation: evBoothPop 2.6s ease-in-out infinite; }

/* --- アイコンにマウスを乗せると跳ねる --- */
.ev-icons li {
	cursor: default;
	transition: transform .25s cubic-bezier(.34, 1.56, .64, 1), box-shadow .25s;
}
.ev-icons li:hover {
	transform: translateY(-8px) scale(1.08) rotate(-4deg);
	box-shadow: inset 0 -4px 0 rgba(0,0,0,.15), 0 10px 18px rgba(0,0,0,.35);
}
.ev-icons li:hover svg { animation: evBounce .6s ease-in-out infinite; }

/* --- チェック項目・建物写真 --- */
.ev-check li { transition: transform .2s; }
.ev-check li:hover { transform: translateX(6px); }
.ev-building img { transition: transform .4s ease; }
.ev-building:hover img { transform: scale(1.03); }

/* --- スクロールで表示 --- */
.ev-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .7s cubic-bezier(.2, .8, .2, 1), transform .7s cubic-bezier(.2, .8, .2, 1);
}
.ev-reveal.is-visible { opacity: 1; transform: none; }
/* 傾きを持つ要素は transform を触らず、透明度だけで表示する */
.ev-reveal--fade {
	opacity: 0;
	transition: opacity .7s ease;
}
.ev-reveal--fade.is-visible { opacity: 1; }

@media (prefers-reduced-motion: reduce) {
	.ev-btn, .ev-header__btn { transition: none; }
	.ev-ribbon, .ev-title, .ev-lead, .ev-hero__chara, .ev-hero__visual::before,
	.ev-bubble, .ev-date, .ev-sparkles span, .ev-brand img, .ev-footer img,
	.ev-burst, .ev-booth, .ev-icons li:hover svg {
		animation: none !important;
	}
	.ev-sparkles span { opacity: .8; }
	.ev-reveal { opacity: 1; transform: none; transition: none; }
	.ev-reveal--fade { opacity: 1; transition: none; }
}
