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

#main h1{
	margin-bottom:5px;
}
#main p{
	text-align:center;
}
#main p img{
	max-width:240px;
	width:100%;
	height:auto;
}

#bg{
	position:absolute;
	z-index:0;
	overflow:hidden;
	height:100%;
	width:100%;
}
#bg_left{
	float:left;
	background-color:#FCFCFE;
	width:50%;
	height:100%;
}
#bg_right{
	float:left;
	background-color:#E4E1E3;
	width:50%;
	height:100%;
}
#bg_img{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	background-image:url(/mobilespace/images/brandstatement/bg.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}
#ms{
	overflow:hidden;
	position:absolute;
	top:-340px;
	left:0px;
	z-index:1;
	width:100%;
}
#ms .inner{
	width:100%;
	max-width:740px;
	margin:0 auto;
}
#ms #line{
	background-image:url(/mobilespace/images/brandstatement/img_line.png);
	max-width:580px;
	background-size:100% auto;
	background-repeat:repeat-y;
	margin-left:-120px;
	height: 50vh;
}
#ms .inner img{
	max-width:580px;
	width:100%;
	height:auto;
	margin-left:-120px;
}
#ms .inner img.sp{
	display:none;
}
.over{
	position: relative;
}
#msBottom{
	overflow:hidden;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:2;
	width:100%;
	padding-bottom: 60px;
}
#msBottom .inner{
	position: relative;
	width:100%;
	max-width:740px;
	margin:0 auto;
}
#msBottom .inner img{
	max-width:580px;
	width:100%;
	height:auto;
	margin-left:-120px;
}
#msBottom .null{
	overflow:hidden;
	position:absolute;
	bottom:0px;
	left:0px;
	height: 200px;
	width: 20px;
}
.section{
	text-align:right;
	padding-bottom:170px;
}
.section .box{
	display:inline-block;
}
.section .txt{
	margin-bottom:100px;
}
.section .txt:last-child{
	margin-bottom:0;
}
.section .txt p{
	text-align:left;
	opacity:0;
	font-size:153.9%;
	font-weight:100;
	line-height:1.8em;
}

@media screen and (max-width: 1190px) {
.section .txt p{
	font-size:18px;
}
}

@media screen and (max-width: 1000px) {
.section .txt p{
	font-size:14px;
}
}

@media screen and (max-width: 750px) {
#main p img{
	max-width:180px;
}

#ms{
	position:relative;
	top:0px !important;
	margin-bottom:40px;
}
#ms #line{
	display:none;
}
#ms .inner{
	max-width:580px;
	overflow:hidden;
}
#ms .inner img{
	margin-left:17%;
}
#ms .inner img.pc{
	display:none;
}
#ms .inner img.sp{
	display:inline;
}
#msBottom{
	display:none;
}
#bg_img{
	background-size:100% auto;
}
.section{
	text-align:right;
	padding:0 0 60px 0 !important;
}
.section .box{
	display:block;
}
.section .txt{
	margin-bottom:40px;
}
.section .txt p{
	font-size:13px;
}
.section .txt p br.sp{
	display:none;
}
}