@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=M+PLUS+1p:wght@400;500;700;800;900&display=swap");

/* =========================================================
   Reset / Base
   ========================================================= */

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

html{
	background: #fff;
}

body{
	background: #fff;
	color: #111;
	min-height: 100vh;
	overflow-x: hidden;
	position: relative;
	font-family:
		"M PLUS 1p",
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
}

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

a{
	color: inherit;
	text-decoration: none;
}


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

.red{
	color:#FF0000;
}


/* =========================================================
   Main Wrapper
   ========================================================= */

.body1{
	background: transparent;
	width: calc(100% - 2em);
	max-width: 750px;
	margin: 0 auto;
	padding-top: 190px;
	padding-bottom: 28px;
	position: relative;
	z-index: 1;
}


/* =========================================================
   Ember Effects OFF
   ========================================================= */

.ember-effects,
.ember-particle{
	display: none !important;
}


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

.title{
	margin: 0 0 0.5em;
}

.title img{
	display: block;
	width: 100%;
	margin-bottom: 0.3em;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}


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

.event-description{
	margin: 0 0 0.8em;
	padding: 14px 8px 6px;
	text-align: center;
}

.event-description h2{
	color: #111;
	display: inline-block;
	font-family: "M PLUS 1p", sans-serif;
	font-size: clamp(1.5rem, 5.5vw, 3.3rem);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 1.18;
	margin-bottom: 18px;
	position: relative;
	text-shadow: none;
	z-index: 0;
}

.event-description h2::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.2em;
	width: calc(100% + 0.7em);
	height: 0.6em;
	background: rgba(255, 170, 0, 0.9);
	z-index: -1;
	transform: translateX(-50%) scaleX(0);
	transform-origin: left center;
}

.event-description h2.marker-visible::after{
	animation: markerSlide 0.7s ease-out forwards;
}

.event-description p{
	color: #111;
	font-family: "M PLUS 1p", sans-serif;
	font-size: clamp(1rem, 3vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1.6;
	text-shadow: none;
}

.event-description p:last-child{
	margin-bottom: 0;
}


/* =========================================================
   Kokuchi Card
   ========================================================= */

.kokuchiSingle{
	align-items: center;
	background: #ffe300;
	border: solid 5px #000;
	border-bottom: solid 12px #000;
	border-radius: 13px;
	display: flex;
	justify-content: space-between;
	margin-top: 1em;
	padding: 0.7em 0.7em 0.4em;
	font-family:
		"M PLUS 1p",
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
	font-weight: 900;
}

.kokuchiParts1{
	width: 60%;
}

.kokuchiParts2{
	width: 35%;
}

.kokuchiParts2 img{
	display: block;
	width: 100%;
	border: 1px solid gray;
}


/* =========================================================
   Kokuchi Date / Left Side
   ========================================================= */

.hizuke{
	color:#FF0000;
	font-family: "Anton", sans-serif;
	font-size: 3em;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: -0.1em;

}

.hizuke span{
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400;
	font-style: normal;

}

.youbi{
	color:#FF0000;
	font-family: "Dela Gothic One", sans-serif;
	font-size: 0.7em;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.03em;

}

.hallName{
	background: linear-gradient(0deg, #320000 0%, #f00000 22%, #ff0000 100%);
	border-radius: 5px;
	color: #fff;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 0.9em;
	font-weight: 900;
	line-height: 1.35;
	margin: 0.5em 0;
	padding: 0.5em;
}

.konosyuzai{
	color: #111;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 0.5em;
	font-weight: 900;
	line-height: 1.4;
}



.embeddedWrap{
	display: flex;
	justify-content: center;
	background: white;
	border: 1px solid red;
	border-radius: 10px;
}


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

.mb2em{margin-bottom: 2em!important;}


/* =========================================================
   Decharepo Banner
   ========================================================= */

.decharepoAnnai{
	margin: 0 auto 2em;
	max-width: 500px;
}

.decharepoAnnai img{
	display: block;
	width: 100%;
	margin-top: 2em;
	border: none;
}


/* =========================================================
   Page Top / Copyright
   ========================================================= */

.page-top{
	background: #fff;
	border: 1px solid #8b8b8b;
	border-radius: 10px;
	color: #111;
	display: block;
	font-size: 1.35em;
	font-weight: 900;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}

.copyright{
	color: #777;
	font-size: 0.5em;
	margin: 20px 0;
	text-align: center;
}


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

.title,
.event-description h2,
.event-description p,
.kokuchiSingle,
.page-top{
	animation: storyReveal 1.15s 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;
}
.kokuchiSingle:nth-of-type(1){
	animation-delay: 0.66s;
}
.kokuchiSingle:nth-of-type(2){
	animation-delay: 0.78s;
}
.page-top{
	animation-delay: 1s;
}

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

@keyframes storyReveal{
	0%{
		filter: blur(12px);
		opacity: 0;
		transform: translateY(16px);
	}
	100%{
		filter: blur(0);
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes markerSlide{
	0%{
		transform: translateX(-50%) scaleX(0);
	}
	100%{
		transform: translateX(-50%) scaleX(1);
	}
}


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

@media (min-width: 600px){
	.kokuchiSingle{
		font-size: 1.5em;
	}
}

@media (max-width: 813px){
	.body1{
		width: calc(100% - 2em);
		max-width: 900px;
		margin: 0 auto;
		padding-top: 120px;
	}
}

@media (max-width: 480px){
	.body1{
		width: calc(100% - 1.2em);
		padding-top: 110px;
	}

	.event-description{
		padding-inline: 0;
	}

	.kokuchiSingle{
		border-width: 4px;
		border-bottom-width: 10px;
		gap: 0.6em;
		padding: 0.6em;
	}

	.kokuchiParts1{
		width: 62%;
	}

	.kokuchiParts2{
		width: 34%;
	}

	.hizuke{
		font-size: 2.35em;
	}

	.hallName{
		font-size: 0.78em;
		padding: 0.45em;
	}

	.konosyuzai{
		font-size: 0.45em;
	}
}


/* =========================================================
   Reduced Motion
   ========================================================= */

@media (prefers-reduced-motion: reduce){
	.title,
	.event-description h2,
	.event-description p,
	.kokuchiSingle,
	.page-top{
		animation: none;
		filter: none;
		opacity: 1;
		transform: none;
	}

	.fadeInUp{
		opacity: 1;
		transform: none;
		transition: none;
	}

	.event-description h2::after,
	.event-description h2.marker-visible::after{
		animation: none;
		transform: translateX(-50%) scaleX(1);
	}
}