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

.p-link {
	position: relative;
	background-size: cover;
	margin:0 auto;
	border:5px solid #fff;
	border-radius: 20px;
	overflow: hidden;
	width:1090px;
	box-shadow:0 0 20px rgba(0,0,0,0.5);
	background-color:#fff;
}

.p-link a img {
	transition: all 0.3s;
}

.p-link a:hover img {
	opacity: 0.6;
}

.p-gallery {
	position: relative;
	width:100%;
}

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

.p-gallery ul li {
	width:calc((100% - 32px) / 2);
	position: relative;
	box-sizing: border-box;
	border:3px solid #fff;
	overflow: hidden;
	border-radius: 15px;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
}

.p-gallery ul li video {
	width:100%;
}

.poison {
	background:url("../img/logo.png") left top no-repeat;
	width:300px;
	height:80px;
	margin:0 auto 32px;
}


.links {
	width:800px;
	margin:0 auto 48px;
	display: flex;
	justify-content: center;
	position: relative;
	gap:30px;
}

.links a {
	display: block;
	text-decoration: none;
	color:#FFFFFF;
	width:30%;
	box-sizing: border-box;
	padding:12px;
	font-size: 2.6rem;
	position: relative;
	opacity: 1;
	transition: all 0.3s;
	background-color:#4C1F0C;
}

.links a:hover {
	opacity: 1;
	background-color:#FFFFFF;
	color:#4C1F0C;
}

.links a::before, .links a::after, .links a span, .links a em {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
}

.links a::before {
	border-left: solid 2px #FFFFFF;
	border-top: solid 2px #FFFFFF;
	top: 5px;
	left: 5px;
}

.links a::after {
	border-right: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	bottom: 5px;
	right: 5px;
}

.links a span {
	border-right: solid 2px #FFFFFF;
	border-top: solid 2px #FFFFFF;
	top: 5px;
	right: 5px;
}

.links a em {
	border-left: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	bottom: 5px;
	left: 5px;
}

.return {
	width:200px;
	height:32px;
	margin:0 auto 32px;
}

.return a {
	display: block;
	background:url("../img/return.png") left top no-repeat;
	width:200px;
	height:32px;
	transition: all 0.3s;
}

.return a:hover {
	opacity: 0.5;
}

.copyright {
	line-height: 24px;
	font-size:1.5rem;
	color:rgba(3,14,57,1.00);
	text-align: center;
}

.fansite {
	background:url("../img/fansite.jpg") center top no-repeat;
	width:800px;
	height:300px;
	margin:0 auto 24px;
}