@charset "UTF-8";

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

	/index.html setting

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


#container {
	position: relative;
	width: 100%;
}
#content {
	width: 100%;
	min-width: 1110px;
	position: relative;
	margin: 0 auto 0 auto;
}
#content .mv {
	width: 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: 1110px;
	height: 100%;
	margin: 0 0 0 -555px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
}
#content .mv .contentWrap .cgLogo {
	position: absolute;
	left: 50px;
	top: 33px;
	width: 147px;
	height: 39px;
}
#content .mv .contentWrap img {
	width: 100%;
	height: auto;
}
#content .mv .contentWrap .pr {
	position: absolute;
	right: 0;
	top: 0;
	width: 133px;
	height: 84px;
}
#content .mv .contentWrap .btn {
	position: absolute;
	right: 32%;
	bottom: 32%;
	width: 173px;
	height: 118px;
	margin: 0 20px 20px 0;
}
#content .mv .contentWrap .btn img {
	padding: 50px 100px 50px 250px;
}
#content .mv .contentWrap .txtBox {
	text-align: center;
	padding: 70px 0 0 0;
}
#content .mv .contentWrap .txtBox .tit {
	width: 563px;
	height: 162px;
	margin: 0 auto 0 auto;
}
#content .mv .contentWrap .txtBox .tit img {
	width: 100%;
	height: auto;
}
#content .mv .contentWrap .txtBox .read {
	background: url(../img/top/mv_read.png) no-repeat center top;
	width: 597px;
	height: 53px;
	margin: -8px auto 0 auto;
}
	#content .mv .contentWrap .txtBox .read img {display: none;}
#content .menu {
	width: 100%;
	margin: 4px 0 4px 0;
	overflow: hidden;
}
	#content .menu div {
		position: relative;
		line-height: 0;
	}
	#content .menu div .txt img {
		position: absolute;
		left: 30px;
		bottom: 30px;
	}
	#content .menu .impression {
		width: 49.85555%;
		height: auto;
		float: left;
		cursor: pointer;
	}
	#content .menu .impression .pc img {
		width: 100%;
		height: auto;
	}
	#content .menu .gallery {
		width: 49.85555%;
		height: auto;
		float: right;
		cursor: pointer;
	}
	#content .menu .gallery .pc img {
		width: 100%;
		height: auto;
	}
	
@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: 4%;
	top: 15px;
}
#content .mv .contentWrap .pr {
	width: 70px;
	right: -10px;
	top: 0;
}
#content .mv .contentWrap .btn {
	width: 70px;
	height: auto;
	right: 15%;
	bottom: 0;
	margin: 0 5px 5px 0;
}
#content .mv .contentWrap .btn img {
	padding: 20% 20% 20% 50%;
}
#content .mv .contentWrap .txtBox {
	width: 100%;
	text-align: left;
	padding: 0 0 0 0;
}
#content .mv .contentWrap .txtBox .tit {
	width: 77%;
	height: auto;
	margin: 0 0 0 0;
	background: none;
}
#content .mv .contentWrap .txtBox .read {
	width: 90%;
	height: auto;
	margin: 0 0 0 3%;
	background: none;
}
#content .mv .contentWrap .txtBox .read img {display: block;}
#content .menu {
}
	#content .menu div {
	}
	#content .menu div .txt img {
		position: absolute;
		width: 90%;
		height: auto;
		left: 5%;
		bottom: 5%;
	}
	#content .menu .impression {
		width: 49.45555%;
	}
	#content .menu .impression .img {
	}
	#content .menu .gallery {
		width: 49.45555%;
	}
	#content .menu .gallery .img {
	}

}