@charset "utf-8";
@import url(../../_external/fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* { outline: none; }
::selection { background: #f095b2; }
::-moz-selection {
 background: #f095b2;
}
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
	font-weight: 200;
	line-height: 30px;
	color: #000;
	background: #fff;
}
a { color: #000; }
a:hover { text-decoration: none; }

/*-==============================================-*/

header{
	height: 400px;
	min-width: 960px;
	background: url(./images/pc_top_img.jpg) no-repeat center top #fb95c6;
}
#contWrap{
	width: 960px;
	margin: 65px auto 0;
}
#intro{
	height: 367px;
	background: url(./images/pc_intro_bg.png) no-repeat;
	position: relative;
	margin-bottom: 110px;
}
#intro p{
	width: 715px;
	height: 249px;
	background: url(./images/pc_intro.png) no-repeat;
	position: absolute;
	margin: auto;
	top:0;
	right: 0;
	bottom:0;
	left:0;
}
#intro:before{
	content: "";
	position: absolute;
	background: url(./images/pc_arrow.png) no-repeat;
	width: 74px;
	height: 77px;
	margin: auto;
	left:0;
	bottom: -77px;
	right: 0;
}
.comSec{
	margin-bottom: 56px;
}
#co01 h2{
	background: url(./images/pc_sec01_h2.png) no-repeat;
	width: 960px;
	height: 26px;
	margin: 0 auto 32px;
}
#co02 h2{
	background: url(./images/pc_sec02_h2.png) no-repeat;
	width: 825px;
	height: 26px;
	margin: 0 auto 32px;
}
#co03 h2{
	background: url(./images/pc_sec03_h2.png) no-repeat;
	width: 602px;
	height: 26px;
	margin: 0 auto 32px;
}
#co04 h2{
	background: url(./images/pc_sec04_h2.png) no-repeat;
	width: 623px;
	height: 26px;
	margin: 0 auto 32px;
}
.detailBox{
	background: #e7e7e7;
	border-radius: 60px;
	padding: 64px 110px;
}
#co01 .detailBox li span{
	display: block;
}

#co02 .detailBox li span{
	display: block;
	margin-left: 42px;
}
footer p{
	text-align: center;
	margin-bottom: 50px;
	min-width: 960px;
}

#movie {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
}

#movie .title {
	text-align: center;
	font-size: 20px;
	color: #f995c5;
	font-weight: bold;
	padding-bottom: 20px;
}

/*---------------------------------------
↓640px以下↓
-----------------------------------------*/
@media screen and (max-width:640px) { 
	body {
		font-size: 20px;
		font-weight: 200;
		line-height: 40px;
	}
	#allWrap{
		width: 640px;
		margin: 0 auto;
	}
	header{
		min-width: auto;
		height: 456px;
		background: url(./images/sp_top_img.png) no-repeat center top;
		position: relative;
		z-index: 2;
	}
	#contWrap{
		width: 640px;
		margin: 0 auto;
	}
	#intro{
		height: 498px;
		background: url(./images/sp_intro_bg.jpg) no-repeat;
		position: relative;
		margin-bottom: 110px;
		margin-top: -57px;
		z-index: 1;
	}
	#intro p{
		width: 565px;
		height: 344px;
		background: url(./images/sp_intro.png) no-repeat;
		position: absolute;
		margin: auto;
		top:40px;
		right: 0;
		bottom:0;
		left:0;
	}
	#co01 h2{
		background: url(./images/sp_sec01_h2.png) no-repeat;
		width: 576px;
		height: 100px;
		margin: 0 auto 32px;
	}
	#co02 h2{
		background: url(./images/sp_sec02_h2.png) no-repeat;
		width: 451px;
		height: 100px;
		margin: 0 auto 32px;
	}
	#co03 h2{
		background: url(./images/sp_sec03_h2.png) no-repeat;
		width: 500px;
		height: 63px;
		margin: 0 auto 32px;
	}
	#co04 h2{
		background: url(./images/sp_sec04_h2.png) no-repeat;
		width: 374px;
		height: 100px;
		margin: 0 auto 32px;
	}
	.detailBox{
		background: #e7e7e7;
		border-radius: 0;
		padding: 40px;
	}
	#co02 .detailBox li span{
		display: inline;
		margin-left: 0;
	}
	footer p{
		min-width: auto;
	}
	#movie {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 40px;
}

#movie .title {
	text-align: center;
	font-size: 20px;
	color: #f995c5;
	font-weight: bold;
	padding-bottom: 20px;
}

}

.btnLink {
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 40px;
}

.btnLink a:hover {
	opacity: 0.6;
}

.notice {
	text-align: center;
	padding-bottom: 20px;
}


