section.stage {
	background-color: #777;
	> div {
		overflow: hidden;
		max-width: 1920px;
		margin-inline: auto;
		aspect-ratio: 1920/500;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		> picture {
			z-index: 0;
			grid-row: 1/2;
			grid-column: 1/2;
			aspect-ratio: 1920/500;
			> img {
				max-width: 100%;
			}
		}
		> div {
			grid-row: 1/2;
			grid-column: 1/2;
			justify-self: center;
			align-self: center;
			aspect-ratio: 1920/500;
			max-height: 500px;
			display: grid;
			grid-template-columns: 100%;
			grid-template-rows: repeat(3, calc(100vw * 500 / 1920 / 3));
			> div {
				> svg {
					width: min(100vw,1920px);
					height: calc(min(100vw,1920px) * 500 / 1920 / 2);
					opacity: 0.3;
				}
			}
		}
		> h1 {
			z-index: 1;
			grid-column: 1/2;
			grid-row: 1/2;
			justify-self: center;
			align-self: center;
			font-size: 2rem;
			line-height: 1.2;
			color: #fff;
			@media (width < 700px) {
				margin-top: 60px;
				font-size: 1.5rem;
			}
		}
	}
}
section.information {
	padding: 30px 5% 0 5%;
	> div {
		max-width: 1000px;
		margin: 0 auto;
		text-align: center;
		> a {
			display: inline-block;
			font-size: 1rem;
			line-height: 1.2;
			color: #f82;
			background-color: #ffd;
			padding: 5px;
			border-radius: 3%;
			&:hover {
				opacity: 0.7;
			}
		}
	}
}
section.plan {
	padding: 60px 5% 0px 5%;
	> div {
		max-width: 1000px;
		margin-inline: auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
		row-gap: 50px;
		@media (width < 1110px) {
			grid-template-columns: 1fr;
		}
		> article {
			border-radius: 10px;
			grid-row: span 5;
			row-gap: 10px;
			display: grid;
			grid-template-rows: subgrid;
			@media (width < 800px) {
				grid-template-rows: unset;
			}
			&:nth-of-type(1) {
				border: solid 1px #0dc;
				> h2 {
					background-color: #0dc;
				}
			}
			&:nth-of-type(2) {
				border: solid 1px #f94;
				background-color: #ffd;
				> h2 {
					background-color: #f94;
				}
			}
			> h2 {
				border-radius: 10px 10px 0 0;
				font-size: 1.6rem;
				line-height: 1.2;
				color: #fff;
				font-weight: 700;
				text-align: center;
				background-color: #0dc;
				padding: 10px;
				display: flex;
				justify-content: center;
				align-items: center;
			}
			> p {
				font-size: 0.9rem;
				line-height: 1.5;
				color: #222;
				text-align: center;
				padding: 10px;
			}
			> div {
				> h3 {
					display: flex;
					justify-content: center;
					align-items: baseline;
					column-gap: 5px;
					> small {
						font-size: 2rem;
						line-height: 1;
						color: #d00;
						font-weight: 700;
					}
					> div {
						font-size: 6rem;
						line-height: 1;
						color: #d00;
						font-weight: 700;
					}
				}
				> h4 {
					font-size: 2rem;
					line-height: 1;
					color: #000;
					display: flex;
					justify-content: center;
					align-items: center;
					column-gap: 5px;
					> small {
						font-size: 1.2rem;
					}
				}
				> h5 {
					margin-top: 10px;
					font-size: 1rem;
					line-height: 1;
					color: #000;
					display: flex;
					justify-content: center;
					align-items: center;
					column-gap: 5px;
					> small {
						font-size: 1.2rem;
					}
				}
			}
			> a {
				display: block;
				margin: 10px 10px 0px 10px;
				padding: 10px 10px;
				background-color: #fd0;
				font-size: 1.5rem;
				line-height: 1.2;
				color: #000;
				text-align: center;
				text-decoration: none;
				border-radius: 5px;
				background-image: url(../common/image/icon_chevron_right_fff.svg);
				background-repeat: no-repeat;
				background-position: 95% 50%;
				&:hover {
					opacity: 0.7;
				}
			}
			> ul {
				padding: 10px 10px 20px 10px;
				> li {
					margin-top: 5px;
					font-size: 0.9rem;
					line-height: 1.5;
					color: #222;
					padding-left: 0.7em;
					text-indent: -0.7em;
				}
			}
		}
	}
}
section.note {
	padding: 50px 5%;
	> div {
		background-color: #f1ffff;
		max-width: 1000px;
		margin-inline: auto;
		padding: 20px;
		> p {
			font-size: 1rem;
			line-height: 1.8;
			color: #222;
		}
		> details {
			display: block;
			margin-top: 20px;
			> summary {
				font-size: 1rem;
				line-height: 1;
				color: #d22;
				cursor: pointer;
			}
			> div {
				margin-top: 5px;
				background-color: #fff;
				padding: 10px;
				font-size: 1rem;
				line-height: 1.8;
				color: #222;
				> p {
				}
				> ul {
					list-style: inside;
					> li {
					}
				}
			}
		}
	}
}
section.campaign {
	background-color: #ffd;
	padding: 60px 5%;
	> div {
		max-width: 1000px;
		margin-inline: auto;
		> h2 {
			font-size: 2.0rem;
			line-height: 1.3;
			color: #f82;
			font-weight: 700;
			text-align: center;
		}
		> p {
			margin-top: 20px;
			font-size: 1.0rem;
			line-height: 1.5;
			color: #f82;
			text-align: center;
		}
		> h3 {
			margin-top: 50px;
			font-size: 1.2rem;
			line-height: 1.3;
			color: #f82;
		}
		> ol {
			margin-top: 10px;
			list-style: decimal;
			margin-left: 1rem;
			> li {
				margin-top: 8px;
				color: #111;
				> a {
					color: #000;
					&:hover {
						opacity: 0.7;
					}
				}
			}
		}
	}
}
