@charset "utf-8";

/*  ==========================================================
 モバイルファースト (全デバイス共通)
 ========================================================== */


body{
	width:100%;
	color:#FFF;
	background: #000;
	font-size: 16px;
}

div#wrapper{
	margin: 0px auto;
	text-align: left;
}

div#mainContents{
	background: #FFF;
	position: relative;
	color:#000;
}

div.topContents{
	background: #FFF;
	position: relative;
}

img {
	width:100%;
}

#footer {
	color: #FFF;
	text-align: center;
	padding: 3%;
}


/* -- header -- */

header {
	overflow: hidden;
	background: #FFF;
	padding: 3%;
}

header h1 {
	display: inline-flex;
	align-items: center;
}

header h1 a {
	width: 50%;
}



.titleArea {
	margin: 0%;
}

.pic_pc {
display: none;
}

.pic_sp {
display: block;
}

.titleArea h2.pc-logo {
	display: none;
}


/* -- cam01 -- */
.cam{
	background: #FFF;
	color: #000;
	padding-bottom: 6%;
}

.cam div.present{
	padding: 3% 3% 3%;
}

.cam div.present ul {
	overflow: hidden;
}

.cam div.present ul li {
	margin: 0px 0 3%;
}

.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 {
	margin: 3% 0 0;
	font-size: 80%;
}

p.entryBtn {
	margin: 3% 3% 0;
}


/* -- story -- */

#story {
	padding: 3% 3% 1.5%;
	background: #FFF;
	color: #000;
	border-top: 5px solid #00a7be;
}

.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: 15px 0px;
}

#story p{
	margin-bottom: 3%;
	line-height: 1.6;
}

#story .textArea{
}

.copyright{
	font-size: 80%;
}

#story .summary{
	text-align: left;
	margin-bottom: 20px;
	font-size: 16px;
}

#story .cast{
	font-size: 14px;
}

#story .cast span{
	font-size: 15px;
}


.officialBtn {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.officialBtn a {
	display: block;
	position: relative;
	z-index: 100;
	background: #00a7be;
	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;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

/*  ==========================================================
 画面の横幅が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;
	}

	/* -- topContents -- */

	div.topContents {
		padding: 22px 0 0px 0;
		overflow: hidden;
		border-top: 1px solid #666;
	}

	div.topContents p.poster {
		width: 500px;
		float: left;
		padding-left: 22px;
	}

	.titleArea {
		width: 560px;
		float: right;
		padding-right: 22px;
		margin: 0px;
	}

	.titleArea h2.pc-logo {
		display: block;
	}

	.pic_sp {
		display: none;
	}

	.pic_pc {
		display: block;
	}

	/* -- cam01 -- */

	.cam {
		overflow: hidden;
		padding-bottom: 30px;
	}

	.cam div.present {
		float: left;
		width: 530px;
		padding: 20px 0px 20px 22px !important;
	}

	.cam div.present ul {
		overflow: hidden;
	}

	.cam div.present ul li {
		margin: 0px 0px 20px 0px;
	}

	p.notice {
		text-align: left;
		font-size: 13px;
	}

	p.caution {
		clear: both;
		padding: 0;
		font-size: 13px;
		margin: 0 0px 50px;
	}

	.cam div.how_to_entry {
		float: right;
		width: 530px;
		padding: 20px 22px 0px 0px !important;
	}

	.cam div.how_to_entry h4,
	.cam div.how_to_entry ul li {
		margin-bottom: 20px;
	}

	p.entryBtn {
		clear: both;
		width: 600px;
		margin: 0px auto 20px;
	}
	 
	p.entryBtn a:hover {
	    opacity: .8;
	}


	/* -- story -- */
	#story h2.pc-sp {
		display: none;
	}

	#story {
		position: relative;
		overflow: hidden;
		padding: 22px 21px 50px;
	}

	#story h2 {
		width: 560px;
		margin-bottom: 0px;
	}

	.youtube {
		width: 560px;
		padding-top: 0;
	}

	.youtube iframe {
		position: relative;
		top: 0;
		right: 0;
		width: 560px !important;
		height: 315px !important;
	}

	#story .titleArea {
		width: 560px;
		float: left;
		margin: 0;
		padding-bottom: 30px;
	}

	#story .textArea{
		width: 500px;
		float: right;
		margin: 0;
		padding-bottom: 30px;
	}

	#story h3 {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	#story h4 {
		margin-bottom: 10px;
	}

	#story p{
		margin-bottom: 5px;
		line-height: 1.7;
	}

	#story .intro {
		line-height: 1.3;
	}

	#story .summary{
		font-size: 16px;
		margin: 20px 0px 15px;
	}

	#story .cast{
		font-size: 16px;
		margin-bottom: 15px;
		padding: 0;
	}

	#story .cast span{
		font-size: 18px;
	}

	#story .copyright{
		font-size: 11px;
	}

	.officialBtn {
		clear: both;
		width: 400px;
		margin: 0px auto;
	}

	.officialBtn a:hover {
	    opacity: .8;
	}

	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
}




