@charset "utf-8";
/* CSS Document */

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

header > h1 {
	width: 372px;
	height: 0;
	padding: 510px 0 0 0;
	margin: -255px 0 0 -186px;
	background: url(../../img/common/header_h1.svg) no-repeat left top;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
}

header > a {
	width: 116px;
	height: 0;
	padding: 31px 0 0 0;
	background: url(../../img/index/header_emblem.svg) no-repeat left top;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 20px;
}

@media screen and (max-width: 700px) {
	
	header > h1 {
		width: 300px;
		padding: 410px 0 0 0;
		margin: -205px 0 0 -150px;
	}
	
	header > ul {
		right: 16px;
		top: 16px;
	}
	
	header > ul > li > a {
		padding:12px;
		border-radius: 26px;
	}
	
	header > ul > li > a > span {
		width: 22px;
		padding: 22px 0 0 0;
	}
	
	header > a {
		width: 160px;
		padding: 36px 0 0 0;
		left: 15px;
		top: 21px;
	}
	
	header > div {
		width: 130px;
		height: 43px;
		right: 128px;
	}
	
	header > div > a {
		width: 130px;
		height: 43px;
		line-height: 43px;
	}
	
	header > div > ul {
		width: 130px;
	}
	
	header > div > ul > li > a {
		height: 43px;
		line-height: 43px;
	}

}

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

section {
	width: 100%;
	background: url(../../img/index/section_bg.svg) center bottom no-repeat;
	background-size: 100%;
}

section > article {
	width: 1000px;
	padding: 118px 0 112px 460px;
	margin: 0 auto;
	background: url(../../img/index/section_article_bg.gif) left -88px no-repeat;
}

section > article > h2 {
	padding: 0 0 20px 0;
	font-size: 160%;
	letter-spacing: 0.15em;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
	
	section > article {
		width: 100%;
		padding: 460px 0 60px 0;
		border-bottom: #008cd6 dotted 1px;
		background-position: center -88px;
		box-sizing: border-box;
	}
	
	section > article > h2 {
		padding: 0 0 24px 0;
		font-size: 160%;
		letter-spacing: 0.02em;
		text-align: center;
	}
	
	section > article > p {
		text-align: justify;
		padding: 0 30px 0 30px;
	}
	
	section > article > p > br {
		display: none;
	}
	
}

section > ul {
	height: 100%;
	padding: 0 0 140px 0;
	margin: 0 auto;
	display: block;
}

section > ul > li {
	width: 180px;
	height: 180px;
	margin: 0 5px 10px 5px;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #addef8), color-stop(0.00, #d9e480));
	background: -webkit-linear-gradient(#d9e480, #addef8);
	background: -moz-linear-gradient(#d9e480, #addef8);
	background: -o-linear-gradient(#d9e480, #addef8);
	background: -ms-linear-gradient(#d9e480, #addef8);
	background: linear-gradient(#d9e480, #addef8);
	position: relative;
	overflow: hidden;
}

section > ul > li.wide {	width: 370px;	height: 370px;	}

section > ul > li > a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

section > ul > li > a > img {
	width: 100%;
	height: 100%;
	margin: -50% 0 0 -50%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
}

section > ul > li > a > span {
	width: 40px;
	height: 29px;
	display: block;
	position: absolute;
	left: 8px;
	top: 8px;
}

section > ul > li.wide > a > span {
	width: 80px;
	height: 58px;
	left: 10px;
	top: 10px;
}

section > ul > li > a > span > img {
	width: 100%;
	height: 100%;
	display: block;
}

section > ul > li > a > b {
	width: 86px;
	height: 0;
	padding: 60px 0 0 0;
	margin: -30px 0 0 -43px;
	background: url(../../img/index/cell_movie.svg) no-repeat left top;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
}

section > ul > li > a > div {
	width: 100%;
	height: 100%;
	/*
	background: rgba(0,0,0,0.7);
	*/
	background: rgba(0,140,214,0.85);
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	text-align: center;
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

section > ul > li > a > div > div {
	width: 100%;
	height: 100%;
	position: absolute;
}

section > ul > li > a > div > div > h3 {
	width: 100%;
	padding: 10px;
	font-size: 140%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
	line-height: 1.2em;
}

section > ul > li.wide > a > div > div > h3 {
	padding: 20px;
	font-size: 200%;
}

section > ul > li > a > div > div > h3 > b {
	display: block;
	padding: 0 0 5px 0;
}

section > ul > li > a > div > div > h3 > span {
	display: block;
	font-size: 50%;
	line-height: 1.0em;
	padding: 0 0 5px 0;
}

section > ul > li > div {
	height: 18px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

section > ul > li > div > div {
	width: 18px;
	height: 18px;
	margin: 0 0 0 10px;
	float: left;
}

section > ul > li > div > div > a {
	width: 18px;
	height: 0;
	padding: 18px 0 0 0;
	background: no-repeat left top;
	display: block;
	overflow: hidden;
}

section > ul > li > div > div.tw > a {	background-image: url(../../img/index/cell_sns_tw.svg);	}
section > ul > li > div > div.fb > a {	background-image: url(../../img/index/cell_sns_fb.svg);	}

@media screen and (max-width: 700px) {
	
	section > ul {
		padding: 60px 0 60px 0;
	}
	
}
