html {
	scroll-behavior: smooth;
	font-family: "Noto Sans JP", serif;
}

body {
	background-image: url("./img/2026_mainvisual.jpg");
	background-size: cover;
	background-position-y: -220px;
	background-attachment: fixed;
	background-color: rgba(255, 255, 255, 0.4);
	background-blend-mode: overlay;
}


* {
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration: none;
}

li {
	list-style-type: disc;
}

.list-style-none {
	list-style: none;
}


.main {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
}

.container {
	width: 100%;
	padding: 80px;
	background-color: rgb(239, 235, 230);

}

.content {
	font-family: "Noto Sans JP", sans-serif;
}

.content-head {
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	border-bottom: solid 3px rgb(0, 0, 0);
	margin: 40px 0;
}

.content-lead {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}

.content-text {
	margin-top: 32px;
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
}



/*　メインビジュアル　*/

.mv {
	position: relative;
}

.mv img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: 50% 50%;
}

.title {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	font-size: 40px;
	color: rgb(255, 255, 255);
	text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.5);
	z-index: 5;
}

.title-back {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	font-size: 40px;
	color: rgb(255, 255, 255);
	-webkit-text-stroke: 10px rgb(237, 107, 116);
	z-index: 4;
}

.logo {
	position: absolute;
	top: 350px;
	left: 50%;
	transform: translateX(-50%);
	width: 320px;
	z-index: 2;
}


.about {
	line-height: 40px;
	font-size: 16px;
	margin-top: 130px;

}

.about p {
	font-family: "Noto Sans JP", sans-serif;
}


/*　開催概要　*/

.poster {
	width: 40vw;
	margin: 0 auto;
}

.poster-img {
	background-color: rgb(0, 0, 0);
}

.poster-img img {
	width: 100%;
}

.poster-img img:hover {
	opacity: 0.5;
	transition: 0.5s;
}

#overview-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.overview-item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 12px;

}
.overview-stage{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.overview-date-list {
	width: 100%;
	font-size: 28px;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.stage-list {
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	text-align: center;

}
.stage-day{
	font-weight: 800;
}

/* 出演者募集 */

.performers {
	width: 100%;
}

.entry-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}



/*お問合せ*/

.contact-list {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.info-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.info-block h4 {
	position: relative;
	padding: 0.5em;
	padding-left: 1em;
	background-color: rgb(120, 200, 230);
	margin: auto;
	width: 100%;
}

.info-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 90%;
	margin: auto;
}

footer {
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	font-size: 12px;
	text-align: center;
	align-content: center;
	height: 32px;
}



/* ボタン */

.btn-white {
	width: 100%;
}

.btn-white a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 92px;
	border-radius: 2px;
	border: solid 3px rgb(237, 107, 116);
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	align-content: center;
	cursor: pointer;
	transition: all 0.3s;
	margin: auto;
}

.btn-white a:hover {
	color: rgb(255, 255, 255);
	background: rgb(237, 107, 116);
	transition: all 0.3s;
}

.btn-red a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 92px;
	border-radius: 2px;
	border: solid 3px rgb(237, 107, 116);
	background-color: rgb(237, 107, 116);
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	align-content: center;
	cursor: pointer;
	transition: all 0.3s;
	margin: auto;
}

.btn-red a:hover {
	color: rgb(0, 0, 0);
	border: solid 3px rgb(120, 200, 230);
	background: rgb(120, 200, 230);
	transition: all 0.3s;
}

.btn-blue {
	margin: 24px auto;
}

.btn-blue p {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 92px;
	border-radius: 2px;
	border: solid 3px rgb(120, 200, 230);

	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	align-content: center;
	transition: all 0.3s;
	margin: auto;
}

.arrow {
	width: 24px;

}

.arrow img {
	width: 100%;
}

.btn-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 4px;
}


h4:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 0.75em;
	border: 15px solid transparent;
	border-top: 15px solid rgb(255, 240, 230);
}


.time-table-list {
	display: flex;
	flex-direction: row;
	gap: 24px;

}

.time-table-img {
	background-color: rgb(0, 0, 0);
}

.time-table-img img {
	width: 100%;
	height: 100%;
}

.time-table-img img:hover {
	opacity: 0.5;
	transition: 0.5s;
}

.street-sunny-weather-event {
	font-size: 24px;
	font-weight: 800;
	text-align: center;
}




.sns-list {
	display: flex;
	flex-direction: row-reverse;
	gap: 24px;
	width: 100%;
}


.fb-icon {
	width: 40px;
}

.x-icon {
	background-color: black;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.sns-icon img {
	width: 100%;
}

.x-icon img {
	width: 70%;
}





@media screen and (max-width: 660px) {


	.container{
		padding: 20px;
	}

	.title {
		font-size: 28px;
	}
	.title-back{
		font-size: 28px;
	}
	.logo{
		width: 240px;
		top: 380px;
	}

	.about{
		line-height: 32px;
	}
	.poster{
		width: 60vw;
	}
	.overview-date-list{
		font-size: 24px;
		flex-direction: column;
		align-items: center;
		gap: 4px;
	}

	.stage-list{
		font-size: 16px;
	}


}

@media screen and (max-width: 470px) {
		.title {
		font-size: 24px;
	}
	.title-back{
		font-size: 24px;
	}
}