@charset "utf-8";


/* =========================================================
   Page-wide canvas — ベースは黒。bg.webp は青テクスチャを使う
   セクションのみに適用（READ / TICKET / ABOUT）
   ========================================================= */
body.eirsday2026
{
	background-color: #000000;
}

body.eirsday2026 .l-content__body
{
	background-color: #000000;
	margin-bottom: 0;
}

.content-main
{
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	color: #ffffff;
}

/* =========================================================
   KV — bg_kv.webp（ステージ写真）にロゴ + 日時スタック
   ========================================================= */
.sec-kv
{
	background-image: linear-gradient(to bottom, rgba(0,15,80,0.0) 50%, rgba(0,15,80,0.40) 100%), url("../img/eirsday2026/bg_kv.webp");
	background-position: center top, center top;
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;

	height: 100vh;
	min-height: 600px;

	margin-left: calc(var(--ark-padding--container) * -1);
	margin-right: calc(var(--ark-padding--container) * -1);
	padding: 30px var(--ark-padding--container) 40px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.sec-kv .-logo
{
	margin-top: auto;
	margin-bottom: 30px;
	width: 90%;
	max-width: 420px;
	text-align: center;
}

.sec-kv .-logo img
{
	width: 100%;
	height: auto;
}

.sec-kv .-info
{
	width: 100%;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #ffffff;
	text-shadow: 0 0 12px rgba(0,0,0,0.55);
}

.sec-kv .-info .-date
{
	font-size: 1.6rem;
	line-height: 1.2;
	margin-bottom: 6px;
}

.sec-kv .-info .-place
{
	font-size: 1.05rem;
	line-height: 1.5;
	margin-bottom: 4px;
}

.sec-kv .-info .-time
{
	font-size: 1.05rem;
	line-height: 1.5;
}

@media only screen and (min-width: 768px)
{
	.sec-kv
	{
		min-height: 720px;
		padding: 40px var(--ark-padding--container) 60px;
	}
	.sec-kv .-logo
	{
		max-width: 560px;
	}
	.sec-kv .-info .-date
	{
		font-size: 2.1rem;
	}
	.sec-kv .-info .-place,
	.sec-kv .-info .-time
	{
		font-size: 1.2rem;
	}
}

/* =========================================================
   共通：セクション余白
   ========================================================= */
.sec-read,
.sec-schedule,
.sec-ticket,
.sec-map,
.sec-about,
.sec-attention
{
	margin-left: calc(var(--ark-padding--container) * -1);
	margin-right: calc(var(--ark-padding--container) * -1);
	padding: 60px var(--ark-padding--container);
	color: #ffffff;
}

/* 青テクスチャ背景（bg.webp）— READ / ABOUT のみ */
.sec-read,
.sec-about
{
	background-image: url("../img/eirsday2026/bg.webp");
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}

/* 黒背景 — SCHEDULE / TICKET / MAP / 注意事項 */
.sec-schedule,
.sec-ticket,
.sec-map,
.sec-attention
{
	background-color: #000000;
}

/* =========================================================
   READ（イントロ） — リード文のみ
   ========================================================= */
.sec-read
{
	padding-top: 50px;
	padding-bottom: 50px;
}

.sec-read p
{
	font-size: 1.0rem;
	line-height: 2.1;
	margin-bottom: 1.2em;
	font-weight: 500;
}

.sec-read p:last-child
{
	margin-bottom: 0;
}

@media only screen and (min-width: 768px)
{
	.sec-read p
	{
		font-size: 1.05rem;
	}
}

/* =========================================================
   セクションタイトル共通（白文字PNG画像）
   ========================================================= */
.-sectitle
{
	margin-bottom: 28px;
	line-height: 1;
}

.-sectitle img
{
	height: 40px;
	width: auto;
	display: block;
}

/* =========================================================
   SCHEDULE — 大きな日付タイポ
   ========================================================= */
.sec-schedule .-txt_date
{
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 14px;
	line-height: 1.2;
}

.sec-schedule .-txt_date span
{
	font-size: 0.55em;
	margin: 0 0.05em;
}

.sec-schedule .-txt_time
{
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 18px;
	letter-spacing: 0.06em;
}

.sec-schedule .-txt_place
{
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 6px;
}

.sec-schedule .-txt_addr
{
	font-size: 0.85rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

@media only screen and (min-width: 768px)
{
	.sec-schedule .-txt_date
	{
		font-size: 2.4rem;
	}
	.sec-schedule .-txt_place
	{
		font-size: 1.6rem;
	}
}

/* =========================================================
   TICKET — フラットなテキストリスト（カード化しない）
   ========================================================= */
.sec-ticket .-list
{
	margin-bottom: 28px;
}

.sec-ticket .-row
{
	padding: 14px 0;
}

.sec-ticket .-row:first-child
{
	padding-top: 4px;
}

.sec-ticket .-name
{
	font-size: 1.05rem;
	font-weight: 700;
	margin-bottom: 6px;
	letter-spacing: 0.04em;
}

.sec-ticket .-name::before
{
	content: "■";
	margin-right: 0.4em;
	color: #ffffff;
}

.sec-ticket .-bonus
{
	font-size: 0.78rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 8px;
	opacity: 0.9;
	padding-left: 1.4em;
}

.sec-ticket .-price
{
	font-size: 1.45rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding-left: 1.4em;
}

.sec-ticket .-price span
{
	font-size: 0.55em;
	font-weight: 500;
	margin-left: 0.2em;
}

.sec-ticket .-remarks
{
	font-size: 0.82rem;
	line-height: 1.9;
	margin-bottom: 32px;
	letter-spacing: 0.04em;
}

.sec-ticket .-remarks p
{
	margin: 0;
}

/* TICKET 受付ブロック — 濃い青のカード */
.sec-ticket .-rank
{
	background-color: #222cbc;
	border-radius: 6px;
	padding: 18px 16px;
	margin-bottom: 14px;
}

.sec-ticket .-rank h3
{
	font-size: 1.05rem;
	font-weight: 700;
	margin-bottom: 12px;
	letter-spacing: 0.04em;
}

.sec-ticket .-rank h3::before
{
	content: "■";
	margin-right: 0.4em;
}

.sec-ticket .-rank .-date
{
	font-size: 0.85rem;
	line-height: 1.9;
	letter-spacing: 0.04em;
	padding-left: 1.4em;
}

.sec-ticket .-rank .-note
{
	font-size: 0.78rem;
	line-height: 1.7;
	margin-top: 8px;
	padding-left: 1.4em;
	opacity: 0.9;
}

.sec-ticket .-btn_wrap
{
	margin: 24px 0 0;
}

.sec-ticket .-btn
{
	display: block;
	width: 100%;
	padding: 16px 20px;
	border-radius: 6px;
	background: #ffffff;
	color: #001a8c;
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 4px 0 rgba(0,0,0,0.25);
	transition: 0.15s;
	position: relative;
}

.sec-ticket .-btn::after
{
	content: "";
	position: absolute;
	top: 50%;
	right: 1.6rem;
	width: 8px;
	height: 8px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}

.sec-ticket .-btn:hover
{
	transform: translateY(2px);
	box-shadow: 0 2px 0 rgba(0,0,0,0.25);
}

.sec-ticket .-btn_pending
{
	font-size: 0.82rem;
	color: rgba(255,255,255,0.85);
	border: 1px dashed rgba(255,255,255,0.5);
	border-radius: 4px;
	padding: 12px 16px;
	text-align: center;
	margin: 0;
}

/* =========================================================
   MAP — 会場座席図
   ========================================================= */
.sec-map .-sectitle
{
	margin-bottom: 24px;
}

.sec-map .-image img
{
	width: 100%;
	height: auto;
	display: block;
}

/* =========================================================
   ABOUT — 〜藍いスポーツ大会〜とは？
   ========================================================= */
.sec-about .-sectitle
{
	margin-bottom: 32px;
}

.sec-about .-sectitle img
{
	height: auto;
	max-height: 56px;
	width: auto;
	max-width: 100%;
	display: block;
}

.sec-about .-block
{
	margin-bottom: 30px;
}

.sec-about .-block:last-child
{
	margin-bottom: 0;
}

.sec-about .-block h3
{
	font-size: 1.05rem;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.04em;
}

.sec-about .-block h3::before
{
	content: "■";
	margin-right: 0.4em;
}

.sec-about .-block p
{
	font-size: 0.92rem;
	line-height: 1.95;
	margin-bottom: 0.6em;
	padding-left: 1.4em;
}

.sec-about .-block p:last-child
{
	margin-bottom: 0;
}

.sec-about .-block ul
{
	list-style: none;
	padding-left: 1.4em;
	margin-bottom: 0.6em;
}

.sec-about .-block ul li
{
	font-size: 0.92rem;
	line-height: 1.85;
	margin-bottom: 4px;
	position: relative;
	padding-left: 1em;
}

.sec-about .-block ul li::before
{
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.sec-about .-block .-emphasis
{
	font-weight: 700;
	margin-top: 12px;
}

.sec-about .-block .-note
{
	font-size: 0.8rem;
	line-height: 1.7;
	opacity: 0.9;
}

/* =========================================================
   ATTENTION — 注意事項
   ========================================================= */
.sec-attention h2
{
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 22px;
	letter-spacing: 0.06em;
}

.sec-attention ul
{
	list-style: none;
	padding-left: 0;
	margin-bottom: 22px;
}

.sec-attention ul li
{
	font-size: 0.82rem;
	line-height: 1.95;
	margin-bottom: 10px;
	padding-left: 1em;
	position: relative;
}

.sec-attention ul li::before
{
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.sec-attention p
{
	font-size: 0.82rem;
	line-height: 1.95;
	margin-bottom: 0.6em;
}

/* =========================================================
   CONTACT — お問い合わせ（暗いブロック）
   ========================================================= */
.sec-contact
{
	background-color: #4a4a4a;
	color: #ffffff;
	margin-left: calc(var(--ark-padding--container) * -1);
	margin-right: calc(var(--ark-padding--container) * -1);
	padding: 40px var(--ark-padding--container);
	text-align: left;
}

.sec-contact h2
{
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 8px;
	letter-spacing: 0.06em;
}

.sec-contact p
{
	font-size: 0.95rem;
	margin-bottom: 14px;
}

.sec-contact a
{
	color: #ffffff;
	font-size: 0.85rem;
	text-decoration: underline;
	transition: opacity 0.15s;
}

.sec-contact a:hover
{
	opacity: 0.7;
}

/* =========================================================
   PCコンテナ幅調整
   ========================================================= */
@media only screen and (min-width: 768px)
{
	body.eirsday2026 .l-content
	{
		max-width: 100%;
	}
	body.eirsday2026 .l-content__body
	{
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
}

/* =========================================================
   フッター調整
   ========================================================= */
.w-footer.-widget2
{
	display: none;
}
