@charset "UTF-8";

/*----------------------------
	story
------------------------------*/
.story {
	padding-bottom: 5.5rem;
}
.story .inner {
	max-width: 86rem;
	margin: 0 auto;
}
.story .df {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.story .label {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 800;
	color: #fff;
	padding: 0.3rem 2rem;
	border-radius: 3rem;
}
.story .label.social {
	background-color: #d33d00;
}
.story .day {
	font-size: 1.2rem;
	font-weight: 700;
}
.story h1 {
	margin-top: 1rem;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 5.6rem;
	letter-spacing: 0.05em;
}
.story .lead {
	margin-top: 2.5rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 3rem;
}
.story .about {
	margin-top: 3rem;
	background-color: #e5eff4;
	border-radius: 1rem;
	padding: 2.5rem 2.5rem 2rem;
}
.story .about .aboutTtl {
	font-size: 2.3rem;
	font-weight: 700;
}
.story .about .aboutTxt {
	margin-top: 2rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 3rem;
}
.story .pic {
	margin-top: 4rem;
}
.story .txtBox {
	margin-top: 4rem;
}
.story .txtBox h2 {
	font-size: 2.3rem;
	font-weight: 700;
}
.story .txtBox .txt {
	margin-top: 2rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 3rem;
}
.story .videoArea {
	margin: 3.5rem auto 0;
	width: 67.9rem;
}
.story .video {
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
}
.story .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.story {
		padding-bottom: 12rem;
	}
	.story .inner {
		max-width: 100%;
		padding: 0 3rem;
	}
	.story .df {
		margin-top: 2.5rem;
	}
	.story .label {
		font-size: 2rem;
		padding: 0.5rem 3rem;
	}
	.story .day {
		font-size: 1.8rem;
	}
	.story h1 {
		margin-top: 1.5rem;
		font-size: 4.5rem;
		line-height: 6.5rem;
	}
	.story .lead {
		margin-top: 4rem;
		font-size: 3rem;
		line-height: 4.5rem;
	}
	.story .about {
		margin-top: 5rem;
		border-radius: 1rem;
		padding: 3rem 3rem 4rem;
	}
	.story .about .aboutTtl {
		font-size: 3.3rem;
	}
	.story .about .aboutTxt {
		margin-top: 2rem;
		font-size: 3rem;
		line-height: 4.5rem;
	}
	.story .pic {
		margin-top: 5rem;
	}
	.story .txtBox {
		margin-top: 5rem;
	}
	.story .txtBox h2 {
		font-size: 3.3rem;
		line-height: 6rem;
	}
	.story .txtBox .txt {
		margin-top: 1rem;
		font-size: 3rem;
		line-height: 4.5rem;
	}
	.story .videoArea {
		margin: 4.5rem auto 0;
		width: 100%;
	}
}