@charset "UTF-8";

main {
	padding-top: 0px;
	padding-bottom: 0;
}

@media screen and (max-width: 960px) {
	main {
		padding-top: 20px;
	}
}

@media screen and (max-width: 560px) {
	main {
		padding-top: 0px;
	}

	.inner {
		padding: 0 10px;
	}
}

.sec01 {
	position: relative;
	background: #000000;
}

.sec01 .photo img {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.sec01 .copy {
	position: absolute;
	left: 50%;
	bottom: 60px;
	color: #ffffff;
	line-height: 1.6;
	text-align: center;
	text-shadow: 0 0 8px #000000;
	transform: translateX(-50%);
}

.sec01 .font02 {
	font-size: 130%;
}

.sec01 .font02 span {
	color: var(--accent);
}

.sec01 .copy p+p {
	margin-top: 2px;
}

.sec01 .copy p:last-child {
	color: #ffffff;
}

.sec01 .copy p:last-child::first-line {
	color: #ffffff;
}

.sec01 .buttons {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 0px;
	justify-content: center;
	transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
	.sec01 {
		padding-bottom: 30px;
	}

	.sec01 .copy {
		width: 100%;
		bottom: 50px;
		font-size: 14px;
	}
}

@media screen and (max-width: 960px) {
	.sec01 .copy {
		bottom: 40px;
		font-size: 12px;
	}
}

@media screen and (max-width: 560px) {
	.sec01 {
		padding-top: 66px;
		padding-bottom: 10px;
	}

	.sec01 .copy {
		position: static;
		width: calc(100% - 20px);
		font-size: 4vw;
		margin: 0 auto;
		transform: none;
	}

	.sec01 .buttons {
		position: static;
		width: calc(100% - 20px);
		flex-direction: column;
		margin: 20px auto 0;
		transform: none;
	}
}

/* sec02 */
.sec02 {
	padding: 22px 0 0;
	background: #000000;
}

.sec02 .row {
	justify-content: space-between;
}

.sec02 .row .image img {
	height: 355px;
}

.sec02 .row~.image {
	margin-top: 20px;
}

@media screen and (max-width: 1024px) {
	.sec02 .row .image img {
		height: 29vw;
	}
}

@media screen and (max-width: 960px) {
	.sec02 .row .image img {
		height: 32.5vw;
	}
}

@media screen and (max-width: 560px) {
	.sec02 {
		padding-top: 4vw;
	}

	.sec02 .row {
		flex-direction: column;
		gap: 10px;
	}

	.sec02 .row .image img {
		height: auto;
	}

	.sec02 .row~.image {
		margin-top: 10px;
	}

}

.sec03 {
	padding: 24px 0 22px;
	background: #000000;
}

.sec03 .inner {
	padding: 18px 24px 24px;
	border: 1px solid var(--border);
}

.ttl {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.ttl01 {
	position: absolute;
	top: 20px;
	left: 0;
}

.sec03 .ttl {
	margin-bottom: 22px;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}

.sec03 .list {
	display: flex;
	flex-wrap: wrap;
	gap: 28px 26px;
}

.sec03 .card {
	width: calc((100% - 52px) / 3);
	background: #060606;
	border: 1px solid #3b3b3b;
}

.sec03 .card a {
	display: block;
	height: 100%;
}

.sec03 .card img {
	width: 100%;
}

.sec03 .card .txt {
	padding: 12px 14px 16px;
}

.sec03 .card time {
	display: block;
	margin-bottom: 4px;
	color: #bdbdbd;
	font-size: 1.2rem;
	line-height: 1.3;
}

.sec03 .card h3 {
	font-size: 1.6rem;
	line-height: 1.45;
}

.sec03 .card p {
	margin-top: 10px;
	color: #d8d8d8;
	font-size: 1.3rem;
	line-height: 1.55;
}

@media screen and (max-width: 1024px) {
	.sec03 .inner {
		max-width: 860px;
	}

	.ttl01 {
		top: 10px;
	}
}

@media screen and (max-width: 960px) {
	.sec03 .inner {
		max-width: calc(100% - 40px);
	}

	.sec03 .list {
		gap: 22px;
	}

	.sec03 .card {
		width: calc((100% - 22px) / 2);
	}

	.ttl01 {
		top: 6px;
	}
}

@media screen and (max-width: 560px) {
	.sec03 {
		padding: 16px 0;
	}

	.sec03 .inner {
		max-width: calc(100% - 20px);
		padding: 16px 12px;
	}

	.ttl01 {
		top: 1.5%;
		font-size: 4.5vw;
	}

	.sec03 .ttl {
		margin-bottom: 16px;
		font-size: 5.3vw;
	}

	.sec03 .list {
		display: block;
	}

	.sec03 .card {
		width: 100%;
	}

	.sec03 .card+.card {
		margin-top: 16px;
	}

	.sec03 .card .txt {
		padding: 12px 14px 16px;
	}

	.sec03 .card time {
		font-size: 3vw;
	}

	.sec03 .card h3 {
		font-size: 4vw;
	}

	.sec03 .card p {
		font-size: 3.4vw;
	}
}

.sec04 {
	padding: 0 0 22px;
	background: #000000;
}

.sec04 .inner {
	position: relative;
}

.sec04 img {
	width: 100%;
}

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

@media screen and (max-width: 560px) {
	.sec04 {
		padding-bottom: 4vw;
	}
}

.sec05 .inner {
	position: relative;
}

.sec05 img {
	width: 100%;
}

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

@media screen and (max-width: 560px) {
	.sec05 {
		padding-bottom: 5vw;
	}
}