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

.p-ova {
	display: block;
	z-index: 50;
	margin:0 auto 60px;
}

.p-return {
	display: block;
	z-index: 50;
}

.p-bonus {
	width:1100px;
	margin:0 auto 60px;
}

.p-bonus ul {
	display: flex;
	justify-content: center;
	gap:36px;
}

.p-bonus ul li {
	display: block;
	width:300px;
	background:#fff;
}

.p-bonus ul li a img {
	transition: all 0.3s;
}

.p-bonus ul li a:hover img {
	opacity: 0.6;
}

.p-gallery-wrap {
	width:1100px;
	margin:0 auto 120px;
}

.p-gallery-wrap ul {
	display: flex;
	justify-content: flex-start;
	gap:10px;
	flex-wrap: wrap;
}

.p-gallery-wrap ul li {
	position: relative;
	width:calc((100% - 40px) / 5);
	background-color:#fff;
	box-sizing: border-box;
	border:2px solid #114ec8;
}

/*ムービー*/

.p_movie_body {
	width:1024px;
	height:850px;
	margin:0 auto 60px;
	position: relative;
	background:url("../img/movie_body.jpg") center top no-repeat;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.p_movie_box {
	width:100%;
	max-width:1100px;
	aspect-ratio:16 / 9;
	margin:0 auto ;
}

.p_movie_box video {
	width:100%;
	max-width:1100px;
	aspect-ratio:16 / 9;
}

.p_movie_link {
	width:100%;
	max-width:1100px;
	margin:0 auto 0;
	background-color:rgba(255,255,255,0.3);
	backdrop-filter:blur(5px);
	padding:24px;
}

.p_movie_link dl {
	line-height: 48px;
	color:#fff;
	display: flex;
	justify-content: space-between;
	border-bottom:1px dotted #fff;
}

.p_movie_link dl a {
	color:#fff;
	text-decoration: none;
}

.p_movie_link dl a:hover {
	text-decoration: underline;
}

.p_movie_link dl dt {
	width:450px;
	display: block;
	text-align: center;
	font-size:1.8rem;
}

.p_movie_link dl dd {
	width:350px;
	display: block;
	text-align: center;
	font-size:1.8rem;
}

.p-movie-thum {
	width:100%;
	max-width:1100px;
	margin:0 auto 0;
}

.p-movie-thum ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap:10px;
}

.p-movie-thum ul li {
	width:calc((100% - 30px) / 4);
	position: relative;
}

.p-movie-thum ul li video {
	width:100%;
	aspect-ratio:16 / 9;
}