@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_header.jpg) no-repeat center top #F39AB8;
}
#contWrap{
	width: 960px;
	margin: 65px auto 0;
}
#intro{
	height: 403px;
	background: url(./images/pc_intro_bg.png) no-repeat;
	position: relative;
	margin-bottom: 110px;
}
#intro p{
	width: 715px;
	height: 280px;
	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 center center;
	width: 100%;
	height: 26px;
	margin: 0 auto 32px;
}
#co02 h2{
	background: url(./images/pc_sec02_h2.png) no-repeat center center;
	width: 100%;
	height: 26px;
	margin: 0 auto 32px;
}
#co03 h2{
	background: url(./images/pc_sec03_h2.png) no-repeat center center;
	width: 100%;
	height: 26px;
	margin: 0 auto 32px;
}
#co04 h2{
	background: url(./images/pc_sec04_h2.png) no-repeat center center;
	width: 100%;
	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;
}
.tableBox { 
	width: 100%;
	margin: 30px auto;
}
.tableBoxIn table {
	width: 100%;
	border: 1px solid #ee86a7;
}
.tableBoxIn th {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	background: #ee86a7;
	text-align: center;
	letter-spacing: 0.1em;
	border-right: 1px solid #fff;
}
.tableBoxIn th:last-child { border-right: none; }
.tableBoxIn td {
	font-size: 14px;
	min-height: 40px;
	line-height: 23px;
	padding: 8.5px 0;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #ee86a7;
	border-right: 1px solid #ee86a7;
}
.tableBoxIn th:nth-child(1), .tableBoxIn td:nth-child(1) {
	width: 320px;
}
.tableBoxIn th:nth-child(2), .tableBoxIn td:nth-child(2)  {
	width: 170px;
}
.tableBoxIn th:nth-child(3), .tableBoxIn td:nth-child(3) {
	width: 250px;
}
/*---------------------------------------
↓640px以下↓
-----------------------------------------*/
@media screen and (max-width:640px) { 
	.pc { display: none !important;}
	.sp { display: 	inline-block !important; }
	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_header.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 center center;
		width: 100%;
		height: 100px;
		margin: 0 auto 32px;
	}
	#co02 h2{
		background: url(./images/sp_sec02_h2.png) no-repeat center center;
		width: 100%;
		height: 100px;
		margin: 0 auto 32px;
	}
	#co03 h2{
		background: url(./images/sp_sec03_h2.png) no-repeat center center;
		width: 100%;
		height: 63px;
		margin: 0 auto 32px;
	}
	#co04 h2{
		background: url(./images/sp_sec04_h2.png) no-repeat center center;
		width: 100%;
		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;
	}
	#intro:before {
		bottom: -62px;
	}
	.tableBox {
		overflow: auto;
		margin: 10px auto 30px;
	}

	.tableBoxIn table {
		width: 950px;
		border: 2px solid #ee86a7;
	}
	.tableBoxIn th {
		height: 40px;
		font-size: 20px;
		line-height: 42px;
		border-right: 2px solid #fff;
	}
	.tableBoxIn th:last-child { border-right: none; }
	.tableBoxIn td {
		font-size: 20px;
		border-bottom: 2px solid #ee86a7;
   		border-right: 2px solid #ee86a7;
   		line-height: 32px;
   		text-align: left;
   		padding-left: 20px;
   		font-weight: 400;
	}
	.tableBoxIn th:nth-child(1), .tableBoxIn td:nth-child(1) {
		width: 370px;
	}
	.tableBoxIn th:nth-child(2), .tableBoxIn td:nth-child(2)  {
		width: 230px;
	}
	.tableBoxIn th:nth-child(3), .tableBoxIn td:nth-child(3) {
		width: 350px;
	}
	#t_arws {
		width: 560px;
		height: 70px;
		position: relative;
		margin-top: 30px;
	}
	.arw01, .arw02 {
		width: 70px;
		height: 70px;
		position: absolute;
		top: 0;
	}
	.arw01 { left: 0; }
	.arw02 { right: 0; }
	.arw01 a, .arw02 a {
		display: block;
		height: 70px;
	}
	.arw01 a { background: url(./images/t_arow.png) center center no-repeat; }
	.arw02 a { 
		background: url(./images/t_arow.png) center center no-repeat;
		transform: scale(-1, 1);
	}
	.comSec { margin-bottom: 35px; }

}

.btnLink {
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 40px;
}

.btnLink a:hover {
	opacity: 0.6;
}

.notice {
	text-align: center;
	padding-bottom: 20px;
}

@media screen and (min-width:641px) { 
	.sp { display: none !important; }

}
