@charset "utf-8";

/*  ==========================================================
 モバイルファースト (全デバイス共通)
 ========================================================== */

body{
	width:100%;
	color:#FFF;
	background: #000;
	font-size: 16px;
}

div#wrapper{
	margin: 0px auto;
	text-align: left;
}

div#mainContents{
	background: #f7d8d0;
	position: relative;
	color:#000;
}

div.topContents{
	background: #f7d8d0;
	position: relative;
}

img {
	width:100%;
}

#footer {
	color: #FFF;
	text-align: center;
	padding: 3%;
}


/* -- header -- */

header {
	overflow: hidden;
	background: #FFF;
	padding: 3%;
}

header h1 a {
	width:35%;
	display: block;
	float: left;
}

header h1 a.cpxLogo {
	margin-left: 1.5%;
}

.titleArea {
	margin: 0%;
}


/* -- cam01 -- */
.cam{
	background: #f7d8d0;
	color: #000;
	padding-bottom: 6%;
}

.cam div.present{
	padding: 3% 3% 3%;
}

.cam div.present ul {
	overflow: hidden;
}

.cam div.present ul li {
	float: left;
	width: 48.5%;
	margin: 0px 3% 3% 0px;
}

.cam div.present ul li:nth-child(2),
.cam div.present ul li:nth-child(4) {
	margin-right: 0px;
}

.cam div.present ul li:nth-child(5) {
	width: 100%;
	margin-right: 0px;
	clear: both;
}

.cam div.how_to_entry {
	padding: 0 3%;
}

.cam div.how_to_entry h4,
.cam div.how_to_entry ul li {
	margin-bottom: 3%;
}

p.notice {
	font-size: 80%;
	text-align: left;
}

p.caution {
	padding: 3%;
	font-size: 80%;
}

p.entryBtn {
	margin: 3% 3% 0;
}


/* -- story -- */

#story {
	padding: 0% 3% 1.5%;
	background: #FFF;
	color: #000;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#story h3 {
	margin: 3% auto;
}

#story p{
	margin-bottom: 3%;
	line-height: 1.6;
}

#story p.pic02 {
	margin-bottom:0px;
}


#story .textArea{
	margin-top: 0%;
}

.copyright{
	font-size: 80%;
}

#story .summary span{
	font-weight: bold;
}

#story .cast span{
	font-size: 80%;
}

.officialBtn {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.officialBtn a {
	display: block;
	position: relative;
	z-index: 100;
	background: #112a6d;
	color: #FFF;
	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%;
	left: 50px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;  /*top right bottom を透明化 */ 
	border-left: 5px solid #FFF;
}



/*  ==========================================================
 画面の横幅が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;
	}


	/* -- topContents -- */

	div.topContents {
		padding: 0px 0 0px 0;
		overflow: hidden;
	}

	div.topContents p.poster {
	}

	/* -- cam01 -- */

	.cam {
		overflow: hidden;
		padding-bottom: 30px;
	}

	.cam div.present {
		width: 1080px;
		padding: 20px 22px !important;
	}

	.cam div.present ul {
		overflow: hidden;
	}

	.cam div.present ul li {
		width: 346px;
		margin: 0px 21px 20px 0px;
		float: left;
	}

	.cam div.present ul li:nth-child(2) {
		margin: 0px 21px 20px 0px;
	}

	.cam div.present ul li:nth-child(3) {
		width: 346px;
		margin: 0px 0px 20px 0px;
	}

	.cam div.present ul li:nth-child(4) {
		width: 530px;
		margin: 0px 20px 20px 0px;
	}

	.cam div.present ul li:nth-child(5) {
		width: 530px;
		margin: 0px 0px 20px 0px;
		clear: none;
	}

	p.notice {
		text-align: right;
		font-size: 13px;
	}

	.cam div.how_to_entry {
		clear: both;
		width: 1080px;
		padding: 20px 22px 0px !important;
		overflow: hidden;
	}

	.cam div.how_to_entry h4,
	.cam div.how_to_entry ul li {
		float: left;
		margin-bottom: 20px;
	}

	.cam div.how_to_entry ul li:nth-child(2n) {
		margin-left: 20px;
	}

	p.caution {
		clear: both;
		padding: 0px 22px 50px 22px;
		font-size: 13px;
	}

	p.entryBtn {
		clear: both;
		width: 600px;
		margin: 0px auto 20px;
	}
	 
	p.entryBtn a:hover {
	    opacity: .8;
	}



	/* -- story -- */

	#story {
		position: relative;
		overflow: hidden;
		padding: 22px 22px 50px;
	}

	#story h2 {
		width: 500px;
		padding-left: 580px;
	}

	.youtube {
		width: 560px;
		position: absolute;
		left: 22px;
		top: 22px;
		padding-top: 0;
	}

	.youtube iframe {
		position: relative;
		top: 0;
		right: 0;
		width: 560px !important;
		height: 315px !important;
	}

	#story .textArea{
		width: 500px;
		float: right;
		padding-top: 10px;
		margin: 0;
		padding-bottom: 30px;
	}

	#story .picArea {
		width: 560px;
		padding-top: 120px;
		float: left;
	}

	#story h3 {
		margin-top: 15px;
		margin-bottom: 30px;
	}

	#story p{
		margin-bottom: 10px;
		line-height: 1.7;
	}

	#story .intro {
		line-height: 1.3;
	}

	#story .summary{
		font-size: 18px;
		margin: 0px 0px 5px;
	}

	#story .cast{
		font-size: 16px;
        margin-top: 20px;
		margin-bottom: 30px;
	}

	#story .copyright{
	}

	.officialBtn {
		clear: both;
		width: 500px;
		margin: 0px auto;
	}

	.officialBtn a:hover {
	    opacity: .8;
	}

}




