@charset "UTF-8";

/*-----------------------------------------------------------

	/index.html setting

-----------------------------------------------------------*/


#container {
	position: relative;
	width: 100%;
	background: #FFFFFF;
}
#content {
	width: 100%;
	min-width: 1050px;
	position: relative;
	margin: 0 auto 0 auto;
}
#content .mv {
	width: 100%;
	height: 100%;
	position: relative;
}
#content .mv .img {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	line-height: 0;
}
#content .mv .img img {
	width: 100%;
	height: auto;
}
#content .mv .contentWrap {
	width: 1050px;
	height: 100%;
	margin: 0 0 0 -525px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
}
#content .mv .contentWrap .cgLogo {
	position: absolute;
	left: 20px;
	top: 33px;
	width: 147px;
	height: 39px;
}
#content .mv .contentWrap img {
	width: 100%;
	height: auto;
}
#content .mv .contentWrap .pr {
	position: absolute;
	right: -30px;
	top: 0;
	width: 133px;
	height: 84px;
}

#content .mv .contentWrap .btn {
	position: absolute;
	right: 0;
	top: 60%;
	width: 23%;
	height: auto;
	margin: -96px 20px 20px 0;
}
#content .mv .contentWrap .btn img {
	padding: 30px 30px 30px 30px;
}
#content .mv .contentWrap .txtBox {
	text-align: center;
	padding: 25px 0 0 0;
}
#content .mv .contentWrap .txtBox .tit {
	width: 534px;
	height: 125px;
	margin: 0 auto 0 auto;
}
#content .mv .contentWrap .txtBox .tit img {
	width: 100%;
	height: auto;
}
#content .mv .contentWrap .txtBox .txt {
	width: 933px;
	height: 104px;
	margin: 5px auto 0 auto;
	
}
#content .mv .contentWrap .txtBox .txt img {
	width: 100%;
	height: auto;
}

/*追記*/
#content .mv .shareBox {
		right: 100px;
		top: 0;
		margin: 27px 10px 0 0;
		position: absolute;
	}
		#content .mv .shareBox div {
			float: left;
			width: 38px;
			height: 38px;
			margin: 0 2px 0 0;
		}
			#content .mv .shareBox div img {
				display: none;
			}
			#content .mv .shareBox div.fb {
				background: url(../common/img/share_btn_fb_w.png) no-repeat center center;
				background-size: 100% auto;
			}
			#content .mv .shareBox div.tw {
				background: url(../common/img/share_btn_tw_w.png) no-repeat center center;
				background-size: 100% auto;
			}
			#content .mv .shareBox div.line {
				display: none;
			}
/*ここまで*/
#content .sptxt {
	display: none;
}
#content .menu {
	width: 100%;
	margin: 4px 0 4px 0;
	overflow: hidden;
}
	#content .menu .arrow {
		width: 53px;
		position: absolute;
		top: 50%;
		right: -30px;
		margin: -46px 0 0 0;
		z-index: 100;
		cursor: auto;
	}
	#content .menu div {
		position: relative;
		line-height: 0;
	}
	#content .menu div .on {
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0; top: 0;
		z-index: 1;
	}
	#content .menu div .on p {display: none;}
	#content .menu .btn:hover p {
		display: block;
	}
	#content .menu div .txt img {
		position: absolute;
		left: 3%;
		bottom: 0;
		z-index: 2;
	}
	#content .menu .chapter1 {
		width: 33.11111%;
		height: auto;
		float: left;
		cursor: pointer;
	}
	#content .menu .chapter2 {
		width: 33.11111%;
		height: auto;
		float: left;
		cursor: pointer;
		margin: 0 0 0 0.33333%;
	}
	#content .menu .special {
		width: 33.11111%;
		height: auto;
		float: right;
		cursor: pointer;
	}
	
	#content .menu .gallery {
		width: 100%;
		height: 160px;
		margin: 4px 0 0 0;
		float: right;
		cursor: pointer;
		background: #000000 url(../img/top/gallery_img.jpg) no-repeat right top;
		background-size: auto 100%;
		position: relative;
	}
	#content .menu .gallery:hover {
		background: #000000 url(../img/top/gallery_img_on.jpg) no-repeat right top;
	}
		#content .menu .gallery .txt {
			width: 970px;
			height: 160px;
			line-height: 0;
			text-align: left;
			padding: 0 0 0 0;
			margin: 0 0 0 70px;
			position: relative;
		}
		#content .menu .gallery .pc {
			position: static;
		}
		#content .menu .gallery .txt img {
			bottom: auto;
			left: 0;
			top: 50%;
			margin: -15px 0 0 0;
		}
		
	
@media screen and (max-width:640px){
#content {
	min-width: 100%;
}
#content .mv {
	width: 100%;
}
#content .mv .img {
	margin: 40px 0 0 0;
}
#content .mv .img img {
}
#content .mv .contentWrap {
	width: 100%;
	margin: 0 0 0 0;
	left: 0;
}
#content .mv .contentWrap .logoBox {
	height: 45px;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	margin: -40px 0 0 0;
}

#content .mv .contentWrap .cgLogo {
	width: 75px;
	left: 5%;
	top: 15px;
}
#content .mv .contentWrap .pr {
	width: 70px;
	right: 0;
	top: 0;
}
#content .mv .contentWrap .btn {
	width: 22%;
	height: auto;
	right: 5%;
	top: 50%;
	margin: -10px 5px 5px 0;
}
#content .mv .contentWrap .btn img {
	padding: 10% 10% 5% 10%;
}
#content .mv .contentWrap .txtBox {
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0 0 0 0;
}
#content .mv .contentWrap .txtBox .tit {
	width: 60%;
	height: auto;
	margin: 5% auto 0 auto;
}
#content .mv .contentWrap .txtBox .txt {
	display: none;
}
#content .sptxt {
	background: #000000;
	padding: 6% 7% 4% 7%;
	display: block;
}

#content .menu {
	margin: 2px 0 2px 0;
}
	#content .menu a {
		z-index: 3;
	}
	#content .menu div {
	}
	#content .menu div .txt img {
		position: absolute;
		width: 100%;
		height: auto;
		left: 0;
		bottom: 0;
	}
	
	#content .menu div .on {
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0; top: 0;
		z-index: 1;
		display: block;
	}
	#content .menu div .on p {display: none;}
	#content .menu .btn:hover p {
		display: none;
	}
	
	#content .menu .chapter1 {
		width: 49.66666%;
	}
	#content .menu .chapter2 {
		width: 49.66666%;
		float: right;
	}
	#content .menu .special {
		width: 49.66666%;
		float: left;
		margin: 2px 0 0 0;
	}
	#content .menu .gallery {
		width: 49.66666%;
		height: auto;
		float: right;
		margin: 2px 0 0 0;
	}
		#content .menu .gallery .txt {
			width: 100%;
			height: auto;
			margin: 0 0 0 0;
			position: absolute;
			top: 0;
			left: 0;
		}
		#content .menu .gallery .pc {
			position: static;
		}
		#content .menu .gallery .txt img {
			bottom: auto;
			left: 0;
			top: 50%;
			margin: 0 0 0 0;
		}
/*追記*/
#content .mv .shareBox {
		right: 73px;
		margin: 10px 0 0 0;
		position: absolute;
	}
		#content .mv .shareBox div {
			float: left;
			width: 26px;
			height: auto;
			margin: 0 0 0 0;
		}
		#content .mv .shareBox div img {
			width: 100%;
			height: auto;
		}
			#content .mv .shareBox div img {
				display: block;
			}
			#content .mv .shareBox div.fb {
				background: none;
			}
			#content .mv .shareBox div.tw {
				background: none;
			}
			#content .mv .shareBox div.line {
				display: block;
			}
/*ここまで*/

}