@charset "utf-8";

/*  ==========================================================
 モバイルファースト (全デバイス共通)
 ========================================================== */

body{
	width:100%;
	color:#FFF;
	background: #000;
	font-size: 16px;
}

div#wrapper{
	margin: 0px auto;
	text-align: left;
}

div#mainContents{
	background: #ece1ff;
	position: relative;
	color:#333;
	padding: 0 0 20px;
}

img {
	width:100%;
	vertical-align: bottom;
	display: block;
}

#footer {
	color: #FFF;
	text-align: center;
	padding: 3%;
}


/* -- header -- */

header {
	overflow: hidden;
	background: #FFF;
	padding: 3%;
}

header h1 a {
	width:48%;
	display: block;
	float: left;
}

header h1 a.cpxLogo {
	margin-left: 1.5%;
}

#mainContents .main_poster {
	margin: 0 0 5%;
}

/* -- cam -- */
.cam{
	position: relative;
	margin: 0 3% 30px;
}

.screen_list {
	position:absolute;
	top: 13.5%;
	left: 4%;
	right: 4%;
}

.screen_list p {
	margin-bottom: 3%;
	margin-left: 3%;
	margin-right: 3%;
}

p.entryBtn {
	position: absolute;
	bottom: 3%;
	left: 3%;
	margin: 0 auto;
	width: 94%;
}


p.ticket_Btn {
	margin: 0 3% 5%;
}

/* -- story -- */
.storyArea {
	background: #f7f4ff url(../images/story_bg_sp.jpg) no-repeat left top;
	background-size: cover;
	padding: 3% 0;
}

#story {
	margin: 0 3% 20px;
	color: #222;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#story p{
	line-height: 1.3;
}

#story p.poster{
	display: none;
}

#story h3 {
}

#story .cast{
}

#story .pic{
	margin-bottom: 10px;
}


.copyright{
	margin-bottom: 3%;
	font-size: 80%;
}

.officialBtn {
	width: 80%;
	overflow: hidden;
	margin: 0 auto;;
	padding: 0;
}

.officialBtn a {
	display: block;
	position: relative;
	z-index: 100;
}

.c_number {
	width: 12%;
	position: absolute;
	left: -8px;
	top: -8px;
	z-index: 10;
}

/*
.officialBtn a {
	display: block;
	position: relative;
	z-index: 100;
	background: #d8a113;
	color: #2c0d15;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.officialBtn a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 50px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #2c0d15;
}

*/

/*  ==========================================================
 画面の横幅が768px以上
 ========================================================== */

@media screen and (min-width: 768px) {

	div#wrapper{
		width: 1124px;
		line-height: 1.4;
	}

	#footer {
		padding: 20px;
	}

	/* -- header -- */

	header {
		padding: 15px 22px;
	}

	header h1 a {
			width: 280px;
	}

	header h1 a.cpxLogo {
		margin-left: 12px;
	}

	div#mainContents{
	}

	#mainContents .main_poster {
		margin: 0 0 50px;
	}


	/* -- cam01 -- */
	.cam {
		width: 1020px;
		margin: 0 auto 50px;
		position: relative;
		border: 28px solid #FFF;
		border-radius: 20px;
		background: #FFF;
	}

	.screen_list {
		top: 194px;
		left: 77px;
		right: auto;
	}

	.screen_list p {
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
	}

	p.entryBtn {
		position: static;
		margin: 0 auto;
		width: 560px;
	}

	p.ticket_Btn {
		width: 600px;
		padding-bottom: 50px;
		margin: 0 auto;
	}

	 
	p.entryBtn a:hover,
	p.screenBtn a:hover,
	p.ticket_Btn a:hover {
	    opacity: .8;
	}


	/* -- story -- */
	.storyArea {
		background: #f7f4ff url(../images/story_bg.jpg) no-repeat left top;
		padding: 0;
	}

	#story {
		width: 1020px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		padding: 28px 0;
	}

	#story p.poster {
		display: block;
		width: 440px;
		float: left;
	}

	#story .titleArea {
		width: 560px;
		float: right;
		margin: 0px;
	}

	.youtube {
		width: 560px;
		padding-top: 0;
	}

	.youtube iframe {
		position: relative;
		top: 154px;
		right: 0;
		width: 560px !important;
		height: 315px !important;
	}

	#story p{
		line-height: 1.7;
	}

	#story h3 {
		clear: both;
	}

	#story .summary{
		font-size: 16px;
	}

	#story .cast{
		font-size: 14px;
		margin-bottom: 0px;
	}

	#story .copyright{
		font-size: 14px;
		margin-bottom: 20px;
		text-align: right;
	}

	.officialBtn {
		clear: both;
		width: 400px;
		margin: 0px auto;
	}

	.officialBtn a:hover {
	    opacity: .8;
	}

	.c_number {
		position: absolute;
		left: -38px;
		top: -45px;
		z-index: 10;
		width: auto;
	}
	.clubspice {
		padding-bottom: 28px;
	}

	.x-campaign {
		padding-bottom: 28px;
	}

	.kuji {
		padding-bottom: 28px;
	}
	.logo_sp {
		display: none;
	}

}




