@charset "utf-8";
/* CSS Document */

/*----- 2024年分追記 -----*/

/*アンカーリンクの調整*/
#largest, #tohoku, #niigata, #izu, #kansai {
  padding-top: 100px;
  margin-top: -100px;
}
.naviArea {
	position: relative;
	z-index: 99;
}
.naviArea li a {
	position: relative;
}
.ttl_content {
	line-height: 1.71;
	color: #fff;
	display: flex;
}
.ttl_content h3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.ttl_content .area_hanabi p {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: normal;
	white-space: nowrap;
}
.ttl_content .area_hanabi p:first-child {
	margin-right: 4px;
}
.ttl_content .area_hanabi p:nth-child(2) {
	margin-right: 10px;
}
.ttl_content > .area_hanabi {
	padding-right: 0;
}
.ttl_content .name_hanabi {
	/* display: flex;
	align-items: center; */
	line-height: 1.71;
	font-size: 2.3rem;
}
.btn_hanabi a::before {
	transform: rotate(45deg);
}
.swichi_mv:not([title=""]):after {
	margin: -45px 1px 0;
}
 /* .ttl_line {
	width: 100%;
	border-top: 1px solid #fff;
	flex: 1;
	margin-left: 10px;
} */
 .ttl_line {
	/* position: relative; */
	width: 100%;
	border-top: 1px solid #fff;
	flex: 1;
	margin-left: 10px;
	/* position: relative; */
	/* margin-top: 50%; */
	/* top: 1.8%; */
	/* transform: translateY(17px); */

}
 /* .ttl_line::after {
	width: 100%;
	border-top: 1px solid #fff;
	flex: 1;
	margin-left: 10px;
} */

@media screen and (max-width: 767px) {
	.sp_mt0 {
		margin-top: 0 !important;
	}
	.ttl_content .name_hanabi {
		/* display: flex;
		align-items: center; */
		line-height: 1.71;
		font-size: 2.0rem;
		white-space: nowrap;
	}
	.aomori_nebuta .swichi_mv:not([title=""]):after {
		margin: -43px 1px 0;
		font-size: 13px;
	}
	.ttl_content > .area_hanabi {
		width: 100%;
	}
}
/* ----------PCのみ---------- */
@media screen and (min-width: 768px) {
	.br_sp {
		display: none;
	}
	.cmp-text.tx_lead,
	.cmp-text.hanabi_lead {
		text-align: center;
	}
}