@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 .label.planet {
	background-color: #008537;
}
.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;
	letter-spacing: 0.1em;
}
.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 .picBox {
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
}
.story .picBox .box {
	width: 42.5rem;
}
.story .picNote {
	margin-top: 0.5rem;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2rem;
	letter-spacing: 0.1em;
}
.story .txtBox {
	margin-top: 4rem;
}
.story .picNote + .txtBox ,
.story .picBox + .txtBox {
	margin-top: 6rem;
}
.story .txtBox h2 {
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.story .txtBox .txt {
	margin-top: 2rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 3rem;
	letter-spacing: 0.1em;
}
.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%;
}
.story .column {
	margin-top: 5rem;
}
.story .column p {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 3rem;
	letter-spacing: 0.05em;
}
.story .column .columnLink a {
	letter-spacing: 0.1em;
	color: #0064ac;
	text-decoration: underline;
}
.story .link {
	margin-top: 4rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 3rem;
}
.story .link a {
	letter-spacing: 0.1em;
	color: #0064ac;
	text-decoration: underline;
}
.story a.linkTxt {
	color: #0064ac;
	text-decoration: underline;
}
.story .noteTxt {
	margin-top: 0.3rem;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2rem;
	letter-spacing: 0.1em;
}
.story .dash {
	position: relative;
}
.story .dash::before {
	content: "";
	position: absolute;
	background: #333;
	width: calc(100% - 2px);
	height: 0.2rem;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}

@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;
		letter-spacing: 0.02em;
	}
	.story .lead {
		margin-top: 4rem;
		font-size: 3rem;
		line-height: 4.5rem;
		letter-spacing: 0.05em;
	}
	.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 .picBox {
		margin-top: 5rem;
		display: block;
	}
	.story .picBox .box {
		width: 100%;
	}
	.story .picBox .box + .box {
		margin-top: 2rem;
	}
	.story .picNote {
		margin: 1rem 0 3rem;
		font-size: 2.2rem;
		line-height: 3rem;
		letter-spacing: 0.05em;
	}
	.story .txtBox {
		margin-top: 5rem;
	}
	.story .picNote + .txtBox ,
	.story .picBox + .txtBox {
		margin-top: 5rem;
	}
	.story .txtBox h2 {
		font-size: 3.3rem;
		line-height: 6rem;
		letter-spacing: 0.03em;
	}
	.story .txtBox .txt {
		margin-top: 1rem;
		font-size: 3rem;
		line-height: 4.5rem;
	}
	.story .videoArea {
		margin: 4.5rem auto 0;
		width: 100%;
	}
	.story .column {
		margin-top: 7rem;
	}
	.story .column p {
		font-size: 2.6rem;
		line-height: 4rem;
	}
	.story .link {
		margin-top: 5rem;
		font-size: 2.6rem;
		line-height: 4rem;
	}
	.story .noteTxt {
		margin-top: 0.5rem;
		font-size: 2.4rem;
		line-height: 3rem;
		letter-spacing: 0.05em;
	}
}