@charset "UTF-8";
/* CSS Document */

:root{
	--bg-black: #050101;
	--bg-red: #180202;
	--deep-red: #430606;
	--battle-red: #b30808;
	--flame-orange: #ff5a00;
	--flame-gold: #ffd447;
	--hot-white: #fff6cf;
	--smoke: rgba(17, 2, 1, 0.72);
}

*{
	margin: 0;
	padding: 0;
	font-feature-settings: "palt";
	box-sizing: border-box;
}

html{
	background-color: #000;
	overflow-x: hidden;
}

body{
	color: #000;
	min-height: 100vh;
	overflow-x: hidden;
	position: relative;
}




img{
	border: 0;
	height: auto;
	max-width: 100%;
}

address{
	font-style: normal;
}

a{
	text-decoration: none;
}

.m0auto{ margin: 0 auto; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px!important; }
.mb30{ margin-bottom: 30px!important; }
.mb50{ margin-bottom: 50px!important; }
.mt10{ margin-top: 10px!important; }
.mt15{ margin-top: 15px!important; }
.mt30{ margin-top: 30px!important; }
.mt50{ margin-top: 50px!important; }

.mb1em{ margin-bottom: 1em!important; }
.mb2em{ margin-bottom: 2em!important; }
.mb3em{ margin-bottom: 3em!important; }
.mt1em{ margin-top: 1em!important; }
.mt2em{ margin-top: 2em!important; }
.mt3em{ margin-top: 3em!important; }

.red{ color: red; }
.yelllow{ color: yellow; }
.white{ color: white; }
.blue{ color: blue; }
.green{ color: green; }
.DechauOrange{ color: #FF4200; }

.clear{
	clear: both;
}

.copyright{
	clear: both;
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 0.5em;
	margin: 20px 0;
	text-align: center;
	width: 100%;
}

.embeddedWrap{
	display: flex;
	justify-content: center;
	background: rgba(10, 0, 0, 0.86);
	border: 1px solid var(--flame-orange);
	border-radius: 10px;
	box-shadow: 0 0 28px rgba(255, 72, 0, 0.35);
}

.embedded1{
	width: 100%;
	max-width: 812px;
	height: 600px;
	border-radius: 10px;
}

.body1{
	font-family:
		"M PLUS 1p",
		"Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
	margin: 0 auto;
	max-width: 1120px;
	min-height: 100vh;
	overflow: hidden;
	padding: 190px clamp(8px, 2.2vw, 22px) 28px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.body1::before,
.body1::after{
	content: none;
	display: none;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.body1::before{
	background-position:
		20px 80px,
		110px 180px,
		0 0,
		0 0;
	background-size:
		170px 220px,
		260px 320px,
		auto,
		auto;
	filter: blur(0.2px);
	height: 100%;
	left: 50%;
	opacity: 0.45;
	top: 0;
	transform: translateX(-50%);
	width: min(100vw, 1240px);
	animation: emberRise 24s linear infinite;
}

.body1::after{
	filter: blur(18px);
	height: 34rem;
	left: 50%;
	opacity: 0.6;
	top: 138px;
	transform: translateX(-50%);
	width: min(1120px, 100%);
}


/* =========================================================
   Title
   ========================================================= */

.title{
	border-radius: 0 0 8px 8px;
	margin: 0 auto 26px;
	max-width: 960px;
	overflow: hidden;
	position: relative;
}

.title img{
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}


/* =========================================================
   Event Description
   ========================================================= */

.event-description{
	background:#000;
	border: 1px solid rgba(255,255,255,0.86);
	border-radius: 18px;
	margin: 0 auto 30px;
	max-width: 960px;
	padding: 24px 16px 20px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.event-description h2{
	color: #fff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "M PLUS 1p", serif;
	font-size: clamp(34px, 9vw, 58px);
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.12;
	margin-bottom: 18px;
	-webkit-text-stroke: 0.5px rgba(83, 0, 0, 0.9);
	animation: textIgnite 3.6s ease-in-out infinite alternate;
}

.event-description p{
	color: #fff;
	font-size: clamp(20px, 5.2vw, 30px);
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.58;
	margin: 0 auto 0.42em;
	max-width: 900px;
	-webkit-text-stroke: 0.35px rgba(72, 0, 0, 0.92);
}




/* =========================================================
   Main Schedule Date
   ========================================================= */

.schedule-main-date{
	align-items: flex-end;
	color: #fff;
	display: flex;
	font-weight: 900;
	justify-content: center;
	line-height: 0.82;
	margin: 3em auto;
	max-width: 1050px;
	text-align: center;
	white-space: nowrap;
}

.schedule-main-date .date-main{
	font-size: clamp(7em, 18vw, 12em);
}

.schedule-main-date .date-week{
	font-size: clamp(2em, 8vw, 4em);
}


/* =========================================================
   Schedule Heading
   ========================================================= */

.schedule-heading{
    align-items: center;
    background: #000;
    border: 2px solid gray;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: clamp(24px, 6vw, 34px);
    font-weight: 900;
    justify-content: center;
    line-height: 1.25;
    margin: 0 auto 20px;
    max-width: 1050px;
    overflow: hidden;
    padding: 14px 16px;
    position: relative;
    text-align: center;
}


.schedule-heading span{
	position: relative;
	z-index: 1;
}

.schedule-icon{
	align-items: center;
	background: rgba(255, 255, 255, 0.18);
	border: 2px solid rgba(255, 255, 255, 0.72);
	border-radius: 6px;
	display: inline-flex;
	font-size: 0.86em;
	height: 1.65em;
	justify-content: center;
	line-height: 1;
	width: 1.65em;
}


/* =========================================================
   Schedule Grid
   PC最大3列 / 最後の行も中央揃え
   ========================================================= */

.schedule-list{
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
	margin: 0 auto 26px;
	max-width: 1050px;
	width: 100%;
}


/* =========================================================
   Schedule Card
   中身レイアウトはそのまま、外側だけ可変
   ========================================================= */

.schedule-card{
	border:solid 2px gray;

	--card-border: rgba(0, 0, 0, 0.96);
	background:black;
	border-radius: 12px;
	color: #fff;
	display: grid;
	gap: 14px;
	grid-template-areas:
		"main";
	grid-template-columns: 1fr;
	margin: 0;
	flex: 1 1 470px;
	max-width: 500px;
	min-width: 280px;
	overflow: hidden;
	padding: 18px;
	position: relative;
	width: 100%;

}

.schedule-card::before,

.schedule-card::after{

	content: "";
	pointer-events: none;
	position: absolute;

}

.schedule-card::before{
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, transparent 42%);
	inset: 0;
	mix-blend-mode: normal;
	opacity: 1;
}

.schedule-card::after{

	content: none;
	display: none;

}

.schedule-card > *{

	position: relative;
	z-index: 1;

}


/* =========================================================
   Date
   ========================================================= */

.schedule-top{
	display: none;
}

.schedule-date {
  align-items: flex-end;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #ffd43b;
  display: flex;
  flex: 0 0 auto;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
  line-height: 0.82;
  margin: 0 auto;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  text-align: center;
  text-shadow: none;
  white-space: nowrap;
  animation: none;
  filter: none;
}

.date-main{
	background: none;
	color: #fff100;
	display: inline-block;
	font-family:
		Impact,
		"Arial Black",
		"M PLUS 1p",
		"Helvetica Neue",
		Arial,
		sans-serif;
	font-size: clamp(66px, 18vw, 82px);
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 0.84;
	flex-shrink: 0;
	filter: none;
	transform: none;
	text-shadow:
		0 2px 0 #8a2500,
		0 0 6px rgba(255, 110, 0, 0.45);
}

.date-week{
	background: none;
	color: #fff100;
	display: inline-block;
	font-family:
		"M PLUS 1p",
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
	font-size: clamp(30px, 8vw, 38px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.84;
	margin-left: 0.02em;
	padding-bottom: 0.16em;
	flex-shrink: 0;
	filter: none;
	transform: none;
	text-shadow:
		0 2px 0 #8a2500,
		0 0 5px rgba(255, 110, 0, 0.4);
}


/* =========================================================
   Hall Layout
   縦並び
   ========================================================= */

.hall-layout{
	align-items: stretch;
	display: grid;
	gap: 12px;
	grid-area: main;
	grid-template-columns: 1fr;
	padding: 0;
}


/* =========================================================
   Hall Photo
   店舗写真
   ========================================================= */

.hall-photo{
	height: auto;
	margin: 0;
	min-height: 0;
	min-width: 0;
}

.hall-photo img{
	aspect-ratio: 16 / 9;
	border: 2px solid rgba(255,255,255,0.86);
	border-radius: 8px;
	display: block;
	filter: saturate(1.08) contrast(1.04);
	height: auto;
	min-height: 0;
	object-fit: cover;
	width: 100%;
}


/* =========================================================
   Hall Detail
   ========================================================= */

.hall-detail{
	display: grid;
	gap: 12px;
	min-width: 0;
}

.hall-name{
	color: #fff;
	font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: clamp(1.2rem, 5vw, 2rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.22;
	margin: 0;
	overflow-wrap: anywhere;
	text-align: center;
	word-break: keep-all;
	animation: textHeat 4.6s ease-in-out infinite alternate;
}


/* =========================================================
   Performer
   演者情報
   ========================================================= */

.performer-info{
    align-items: center;
    border: 1px solid rgba(0,0,0,0.86);
    border-radius: 10px;
    display: flex;
    gap: 14px;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    min-width: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
    background-color: #ff4200;
}

.performer-info .performer-photo{
	flex: 0 0 auto;
	justify-content: center;
	margin: 0;
}

.cast-list{
	align-items: center;
	background: transparent;
	display: flex;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	gap: 0;
	justify-content: center;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	overflow: visible;
	padding: 0;
}

.cast-list::before{
	content: none;
	display: none;
}

.cast-img{
    aspect-ratio: 1 / 1;
    border: 2px solid rgba(0,0,0,0.86);
    border-radius: 50%;
    display: block;
    flex: 0 0 62px;
    flex-shrink: 0;
    height: 62px;
    opacity: 0;
    object-fit: cover;
    transform: translateY(20px) scale(0.95);
    transition: none;
    width: 62px;
}

.performer-copy{
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	min-width: 0;
	text-align: center;
	width: auto;
}

.performer-label{
    align-items: center;
    background: #000;
    border: 1px solid rgba(0,0,0,0.86);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    line-height: 1.15;
    margin: 0 0 4px;
    padding: 0.45em 1.2em 0.32em;
    text-align: center;
    width: max-content;
}

.performer-name{
	color: #000;
	display: block;
	font-size: clamp(22px, 6vw, 25px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	max-width: 10em;
	overflow-wrap: anywhere;
	text-align: center;
	width: auto;
	word-break: keep-all;
}

.performer-name span,
.performer-name strong{
	display: inline-block;
	text-align: center;
}



/* =========================================================
   Other Parts
   注釈・ページTOP・コピーライト
   ========================================================= */

.notice-text{
    background: transparent;
    border-top: none;
    color:#fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    margin: 28px auto 14px;
    max-width: 860px;
    padding: 14px 8px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.notice-text p{
	color: rgba(255,255,255,0.86);
	margin: 0 0 0.35em;
	text-align: center;
}

.notice-text p:last-child{
	margin-bottom: 0;
}

.page-top{
    background: #fff;
    border: 1px solid rgba(0,0,0,0.92);
    border-radius: 10px;
    color: #000;
    display: block;
    font-size: clamp(18px, 5vw, 22px);
    font-weight: 900;
    margin: 34px auto 0;
    max-width: 1050px;
    padding: 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 2;
}

.page-top:hover{
	filter: brightness(1.08);
}

.copyright{
	clear: both;
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 0.5em;
	margin: 42px auto 20px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}

/* =========================================================
   Flex Utility
   ========================================================= */

.flexContainer{
	display: flex;
	justify-content: center;
}

.flexItem{
	margin: 0 4%;
}


/* =========================================================
   Image Utility
   ========================================================= */

img.yohaku1{
	margin: 20px 0 0;
}

img.yohaku2{
	margin: 20px 0;
}


/* =========================================================
   Animation
   ========================================================= */

.title,
.event-description h2,
.event-description p,
.schedule-heading,
.schedule-card,
.page-top{
	animation: burnReveal 1.05s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.title{ animation-delay: 0.05s; }
.event-description h2{ animation-delay: 0.22s; }
.event-description p:nth-of-type(1){ animation-delay: 0.34s; }
.event-description p:nth-of-type(2){ animation-delay: 0.44s; }
.event-description p:nth-of-type(3){ animation-delay: 0.54s; }
.schedule-heading{ animation-delay: 0.68s; }
.schedule-card{ animation-delay: 0.78s; }
.page-top{ animation-delay: 1.18s; }

.event-description h2{
	animation:
		burnReveal 1.05s cubic-bezier(0.16, 1, 0.3, 1) 0.22s both,
		textIgnite 3.6s ease-in-out 1.45s infinite alternate;
}

.fadeInUp{
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1.2s ease, transform 1.2s ease;
}

.performer-info.is-visible .cast-img{
	animation: castFloatIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.performer-info.is-visible .cast-img:nth-child(2){
	animation-delay: 0.12s;
}

.performer-info.is-visible .cast-img:nth-child(3){
	animation-delay: 0.24s;
}

.performer-info.is-visible .cast-img:nth-child(4){
	animation-delay: 0.36s;
}

@keyframes emberRise{
	0%{
		background-position:
			20px 80px,
			110px 180px,
			0 0,
			0 0;
	}
	100%{
		background-position:
			44px -190px,
			82px -150px,
			0 0,
			0 0;
	}
}

@keyframes frontSparks{
	0%{
		background-position:
			18px 110px,
			86px 180px,
			154px 68px;
	}
	100%{
		background-position:
			58px -170px,
			122px -130px,
			198px -230px;
	}
}

@keyframes flameFlicker{
	0%{
		opacity: 0.58;
		transform: scaleX(1) scaleY(0.96);
	}
	45%{
		opacity: 0.82;
		transform: scaleX(1.04) scaleY(1.04);
	}
	100%{
		opacity: 0.68;
		transform: scaleX(0.98) scaleY(1.1);
	}
}

@keyframes burnReveal{
	0%{
		opacity: 0;
		transform: translateY(22px) scale(0.98);
	}
	58%{
		opacity: 1;
		transform: translateY(-2px) scale(1.01);
	}
	100%{
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes castFloatIn{
	0%{
		opacity: 0;
		transform: translateY(20px) scale(0.95);
	}
	60%{
		filter: brightness(1.18);
		opacity: 1;
		transform: translateY(-2px) scale(1.03);
	}
	100%{
		filter: brightness(1);
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes textIgnite{
	0%,
	100%{
		filter: brightness(1);
		text-shadow:
			0 2px 0 #6c0000,
			0 0 9px rgba(255, 224, 109, 0.76),
			0 0 22px rgba(255, 64, 0, 0.88),
			0 0 48px rgba(179, 8, 8, 0.7),
			0 5px 14px #000;
	}
	48%{
		filter: brightness(1.12);
		text-shadow:
			0 2px 0 #6c0000,
			0 0 14px rgba(255, 245, 170, 0.96),
			0 0 32px rgba(255, 88, 0, 1),
			0 0 62px rgba(218, 3, 3, 0.86),
			0 5px 14px #000;
	}
}

@keyframes textHeat{
	0%{
		filter: brightness(1);
	}
	100%{
		filter: brightness(1.08);
	}
}

@keyframes heatPulse{
	0%,
	100%{
		box-shadow:
			inset 0 0 18px rgba(255, 82, 0, 0.24),
			0 0 18px rgba(255, 77, 0, 0.44);
	}
	50%{
		box-shadow:
			inset 0 0 24px rgba(255, 202, 69, 0.32),
			0 0 28px rgba(255, 77, 0, 0.7);
	}
}

@keyframes flashSweep{
	0%,
	42%{
		left: -32%;
	}
	58%{
		left: 112%;
	}
	100%{
		left: 112%;
	}
}


/* =========================================================
   Responsive
   ========================================================= */

/* ヘッダー分の余白調整 */
@media (min-width: 813px){
	body::before{
		top: 164px;
	}
}

@media (max-width: 813px){
	.body1{
		padding-top: 120px;
	}

	.body1::after{
		top: 94px;
	}
}

/* スマホ：1列で横幅を広く使う */
@media (max-width: 700px){
	body{
		/*background-attachment: scroll;*/
	}

	.body1{
		max-width: none;
		margin: 0 auto;
		padding-left: 8px;
		padding-right: 8px;
		width: 100%;
	}

	.title{
		margin-bottom: 16px;
	}

	.event-description{
		border-radius: 14px;
		margin-bottom: 26px;
		padding: 20px 10px 16px;
	}

	.event-description p{
		font-size: clamp(18px, 5.4vw, 24px);
		line-height: 1.52;
	}

	.schedule-list{
		gap: 18px;
		max-width: none;
		width: 100%;
	}

	.schedule-card{
		flex: 1 1 100%;
		max-width: none;
		min-width: 0;
		padding: 16px;
		width: 100%;
	}
}

/* かなり狭いスマホ */
@media (max-width: 360px){
	.body1{
		padding-left: 6px;
		padding-right: 6px;
	}

	.schedule-card{
		border-radius: 10px;
		padding: 14px;
	}

	.schedule-date{
		min-width: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	.date-main{
		font-size: 62px;
	}

	.date-week{
		font-size: 29px;
	}

	.hall-name{
		font-size: 18px;
	}

	.cast-img{
		flex-basis: 56px;
		height: 56px;
		width: 56px;
	}

	.performer-info{
		gap: 8px;
		padding: 9px;
	}

	.performer-label{
		font-size: 13px;
	}

	.performer-name{
		font-size: 21px;
	}
}

@media (prefers-reduced-motion: reduce){
	*,
	*::before,
	*::after{
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}

	body::before,
	body::after{
		animation: none !important;
	}

	.title,
	.event-description h2,
	.event-description p,
	.schedule-heading,
	.schedule-card,
	.performer-info .cast-img,
	.page-top{
		opacity: 1;
		transform: none;
	}
}
