@charset "UTF-8";
/*----------
	トップページ
----------*/
.p-top-section {
	padding-block: 60px 80px;
	position: relative;
	overflow: hidden;
}
.p-top-section::before {
	content: "";
	display: block;
	width: 92px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.1;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
	background-color: var(--color-prim);
}
.p-top-section--bg {
	background-color: var(--color-bg);
}
.p-top-section--bg::before {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}
.p-top-section .l-section {
	position: relative;
	z-index: 1;
}
@media (min-width: 768px), print {
	.p-top-section::before {
		width: 236px;
		height: 460px;
	}
}

.p-top-mv {
	margin-bottom: 30px;
}
@media (min-width: 768px), print {
	.p-top-mv {
		margin-bottom: 40px;
	}
}

.p-top-theme {
	gap: 20px;
}
.p-top-theme__item {
	background: var(--color-bg);
	padding: 30px 20px;
	border-radius: 10px;
}
.p-top-theme__item-title {
	font-size: 1.8rem;
	font-weight: bold;
}
@media (min-width: 768px), print {
	.p-top-theme {
		gap: 26px;
	}
	.p-top-theme__item {
		padding: 40px;
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 3;
		grid-row-gap: 0;
	}
	.p-top-theme__item-title {
		font-size: 2.2rem;
	}
}

.p-top-news {
	max-width: 1000px;
	margin: 0 auto;
}
.p-top-news .c-deflist__item {
	background-color: transparent;
}

.p-top-news {
	max-width: 1000px;
	margin: 0 auto;
}

.p-top-movie {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.6;
}
@media (min-width: 768px), print {
	.p-top-movie {
		font-size: 2.4rem;
	}
}
/*# sourceMappingURL=top.css.map */
