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

/*アウトライン*/

.p-outline-wrap {
	display: flex;
	margin:0 auto;
	width:1040px;
	justify-content: center;
	gap:40px;
}

.p-outline-box {
	border-radius: 18px;
	overflow: hidden;
	width:500px;
	height:500px;
}

.p-anime-box {
	border-radius: 18px;
	overflow: hidden;
	width:800px;
	height:800px;
	margin:0 auto;
}

/*ラインナップ*/

.p-lineup-link {
	width:1040px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	position: relative;
	background-color:rgba(40,40,40,1.00);
	margin:0 auto;
	padding:12px;
	gap:10%;
}

.p-lineup-link a {
	display: block;
	color:#fff;
	width:40%;
	font-weight: bold;
	font-size: 2rem;
	box-sizing: border-box;
	padding:12px;
	transition: all 0.3s;
}

a.p-fanza {background-color:rgba(237,43,60,1);}
a.p-dlsite {background-color:rgba(4,42,182,1);}


.p-lineup-link a:hover {
	text-decoration: none;
}

a:hover.p-fanza {background-color:rgba(233,110,121,1.00);}
a:hover.p-dlsite {background-color:rgba(74,97,185,1.00);}

/*ウェブショップ*/

.p-webshop-box {
	border-radius: 18px;
	overflow: hidden;
	width:1000px;
	height:160px;
	margin:0 auto;
}

/*プロダクトインフォ*/

.p-info-wrap {
	width:1100px;
	display: flex;
	justify-content: space-between;
	margin:0 auto;
}

.p-info-group {
	width:540px;
	position: relative;
	color:#fff;
	font-size: 1.6rem;
}

.p-info-group h4 {
	background-color:#654397;
	width:100%;
	display: block;
	box-sizing: border-box;
	padding:8px 0;
	margin-bottom:32px;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	color:#000;
	font-size: 2.2rem;
}

.p-info-group dl {
	display: flex;
	justify-content: space-between;
	line-height: 1.5;
}

.p-info-group dl dt {
	width:130px;
	text-align: right;
	box-sizing: border-box;
	padding:8px 0;
	color:#654397;
}

.p-info-group dl dd {
	width:410px;
	text-align: left;
	box-sizing: border-box;
	padding:8px 0;
}

.p-info-group dl dd a {
	color:#654397;
	text-decoration: underline;
	font-weight: bold;
}

.p-info-group dl dd a:hover {
	color:#e50057;
	text-decoration: none;
}

/*ファンサイト*/

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

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

.p-links a {
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	display: block;
	text-decoration: none;
	color:#000;
	width:30%;
	box-sizing: border-box;
	padding:12px;
	font-size: 2.6rem;
	position: relative;
	opacity: 1;
	transition: all 0.3s;
	background-color:#654397;
	clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
}

.p-links a:hover {
	opacity: 1;
	background-color:#FFF;
	color:#000;
	text-decoration: none;
}

/*フッター*/

.p-foot-logo {
	width:300px;
	height:61px;
	margin:0 auto 16px;
}

.p-foot-logo a {
	background:url("../img/foot_logo.png") left top no-repeat;
	width:300px;
	height:61px;
	display: block;
	transition: all 0.3s;
}

.p-foot-logo a:hover {
	opacity: 0.6;
}

.p-copyright {
	color:#fff;
	font-size: 1.5rem;
}

/*通販*/

.p_official_wrap {
	position: relative;
	width:100%;
}

.p-official-head {
	background:url("../img/order/header.jpg") center top no-repeat;
	width:1200px;
	height:400px;
	margin:0 auto;
}

.p-official-bonus {
	background:url("../img/bonus/b_official.jpg") center top no-repeat;
	margin:0 auto;
}

.p-pillow01 {
	background:url("../img/order/pillow01.jpg") center top no-repeat;
	width:1100px;
	height:998px;
	margin:0 auto;
}

.p-pillow02 {
	background:url("../img/order/pillow02.jpg") center top no-repeat;
	width:1100px;
	height:998px;
	margin:0 auto;
}


.p-itembox {
	width:1100px;
	height:500px;
	margin:0 auto;
	position: relative;
	box-sizing: border-box;
}

#Item01 {background:url("../img/order/item01.jpg") center top no-repeat;}
#Item02 {background:url("../img/order/item02.jpg") center top no-repeat;}
#Item03 {background:url("../img/order/item03.jpg") center top no-repeat;}
#Item04 {background:url("../img/order/item04.jpg") center top no-repeat;}


.p-itembox a {
	display: block;
	width:480px;
	height:80px;
	position: absolute;
	right:20px;
	bottom:20px;
	background-color:#fff;
	opacity: 0;
	transition: all 0.3s;
}

.p-kanbaibox {
	display: block;
	width:480px;
	height:80px;
	position: absolute;
	right:20px;
	bottom:20px;
	background:url("../img/order/kanbai.jpg") left top no-repeat;
	transition: all 0.3s;
	z-index:50;
}

.p-itembox a:hover {
	opacity: 0.3;
}

/*ムービー*/

.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 32px;
}

.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;
}