@charset "utf-8";
/* CSS Document */

.p-mainvisual {
	width: 100%;
	max-width: 800px;
	margin:0 auto;
}

/*ムービー*/

.p-movie-wrap {
	width: 100%;
	max-width: 960px;
	margin:0 auto;
	position: relative;
}

.p-movie-wrap iframe {
	width: 100%;
	aspect-ratio:16 / 9;
}

/*コンテンツ*/

.p-head {
	margin:0 auto 48px;
}

/*作品概要*/

/*物語*/

/*登場人物*/

/*製品概要*/

.p-product-wrap {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	max-width: 960px;
	margin:0 auto 48px;
	justify-content: center;
	gap:24px;
}

.p-voice-bt {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	max-width: 960px;
	margin:0 auto;
	justify-content: center;
	gap:26px;
}

/*特典*/

.p-bonus-attention {
	border:1px solid #fff;
	background-color:#000;
	box-sizing: border-box;
	padding:12px;
	color:#fff;
	font-size: 1.4rem;
	text-align: left;
	margin:0 auto 24px;
	max-width: 720px;
	line-height: 1.5;
}

/*フッター*/