@charset "utf-8";

/* common
----------------------------------------------------- */
#sparea{
	display:none;
}

#contents{
	overflow: hidden;
	min-width: 960px;
}

#header{
	position: relative;
	min-width: 960px;
	z-index: 9999;
	background: #fff;
}


/* main
----------------------------------------------------- */

#mainarea{
	/*background:url(./../images/main_bg.jpg) no-repeat 50% 0;*/
	/*height:582px;*/
	/*overflow:hidden;*/
	/*margin-top:-12px;*/

	/*y.t*/
}
#mainarea.is-v{
}
#mainarea .content-inner{
	position:relative;
	height:100%;

	/*y.t*/
	width: 100%;
	min-width: 960px;
}
#mainarea h1{
	width: 100%;
	height:100%;
	/*margin-left:-143px;*/

	/*y.t*/
	min-width: 960px;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	vertical-align: bottom;
	line-height: 0;
	border-bottom: 2px solid #006b32;
	z-index: 200;
}

#mainarea h1 img{
	position: absolute;
	left: 50%;
	width: auto;
	height: 100%;
	min-height: 400px;
	bottom: 0;
	margin-left: -800px;
}

#mainarea.is-v h1 img{
/*	width: 100%;
	height: auto;*/
}

#mainarea .subbnr{
	width:960px;
	position:absolute;
	/*left:0;*/
	bottom:40px;

	/*y.t*/
	left: 50%;
	margin-left: -481px;
	z-index: 200;
}
#mainarea .subbnr li.lside{
	float:left;
	margin-right:19px;
}
#mainarea .subbnr li.rside{
	float:right;
	margin-left:19px;
}

/*y.t*/
#mainarea .bg-mainarea{
	position: absolute;
	width: 100%;
	left: 50%;
	margin-left: -50%;
	z-index: 100;
	text-align: center;
	overflow: hidden;
}

#mainarea .bg-mainarea img{
	width: 100%;
	height: auto;
}

#mainarea .scrbtn{
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -24px;
	z-index: 300;
}

/* contents
----------------------------------------------------- */

.section{
	position:relative;
	height:500px;
}
.section .textarea{
	position:relative;
	z-index:100;
	padding-top:125px;
}
.section h2{
	margin-bottom:20px;
}
.section .btn-more{
	margin-top:28px;
}
.section .btn-more + .btn-more{
	margin-top:9px;
}
.section .img{
	margin-top:28px;
}
.section .img ul{
	overflow:hidden;
}
.section .img li{
	float:left;
	margin-left:13px;
}
.section .img li:first-child{
	margin-left:0;
}
.section .bg-front,
.section .bg-back{
	position:absolute;
}
.section .bg-front{
	z-index:11;
}
.section .bg-back{
	z-index:10;
}


/* section01 */
#section01 .bg-front{
	width:500px;
	height:406px;
	background:url(./../images_mxcp/bg_front1.png) no-repeat;
	top:50px;
	right:-76px;
}
#section01 .bg-back{
	width:505px;
	height:409px;
	background:url(./../images_mxcp/bg_back1.png) no-repeat;
	top:110px;
	right:127px;
}

/* section02 */
#section02 .textarea{
	margin-left:560px;
}
#section02 .bg-front{
	width:460px;
	height:471px;
	background:url(./../images_mxcp/bg_front2.png) no-repeat;
	top:123px;
	left:40px;
}
#section02 .bg-back{
	width:491px;
	height:342px;
	background:url(./../images_mxcp/bg_back2.png) no-repeat;
	top:261px;
	left:-170px;
}

/* section03 */
#section03 .textarea{
	padding-top:185px;
}
#section03 .bg-front{
	width:665px;
	height:778px;
	background:url(./../images_mxcp/bg_front3.png) no-repeat;
	top:-58px;
	right:-54px;
}
#section03 .bg-back{
	width:460px;
	height:458px;
	background:url(./../images_mxcp/bg_back3.png) no-repeat;
	top:101px;
	right:-44px;
}

/* section04 */
#section04{	
	padding-top:285px;
}
#section04 .textarea{
	margin-left:560px;
	padding-top:70px;
}
#section04 .bg-front{
	width:402px;
	height:700px;
	background:url(./../images_mxcp/bg_front4.png) no-repeat;
	top:200px;
	left:-69px;
}
#section04 .bg-back{
	width:200px;
	height:701px;
	background:url(./../images_mxcp/bg_back4.png) no-repeat;
	top: 287px;
	left: 250px;
}

/* section05 */
#section05{
	height:700px;
}
#section05 .textarea{
	padding-top:60px;
}
#section05 .bg-front{
	width:491px;
	height:282px;
	background:url(./../images_mxcp/bg_front5.png) no-repeat;
	top:-50px;
	right:54px;
}
#section05 .bg-back{
	width:844px;
	height:300px;
	background:url(./../images_mxcp/bg_back5.png) no-repeat;
	top:175px;
	right:-134px;
}




/* mobile
----------------------------------------------------- */
.mobile #header{
	min-width:inherit;
}
.mobile #sparea{
	display:inherit;
	max-width:640px;
	margin:0 auto;
}
.mobile #pcarea{
	display:none;
}
.mobile img{
	width:auto;
	height:auto;
	max-width:100%;
}

.mobile #sp-global-navi{
	position:relative;
	background:#006b32;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  margin-bottom:2px;
}
.mobile .sp-navi-logo{
	position:absolute;
	top:0;
	left:14px;
	z-index:100;
	height: 100%;
	background: #fff;
}
.mobile .sp-navi-logo img{
	width:auto;
	height:35px;
}

#btn-slm{
	text-align: right;
	height: 35px;
}

#btn-slm img{
	width: auto;
	height: 35px;
}

.mobile #slm{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	z-index:99;
}
.mobile #slm li{
	border-top:solid 1px #fff;
}

.mobile .sp-section{
	position:relative;
}
.mobile .sp-section h1{
	padding-top: 10px;
}
.mobile .sp-btn-more{
	position:absolute;
	left:0;
	bottom:0;
	padding:0 5%;
	width:90%;
	z-index:10;
}

.mobile .sp-btn-more li{
	display:inline-block;
	width:48.7%;
}
.mobile .sp-btn-more li:first-child{
	margin-right:1%;
}

.mobile .sp-btn-more li img{
	width:100%;
}

.mobile .subbnr{
/*	position:absolute;
	left:0;
	bottom:10px;*/
	width:100%;
	padding:16px 5%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #006b32;
	border-bottom: 2px solid #006b32;
}

.mobile .subbnr li{
	float:left;
	width:48%;
	text-align:center;
}
.mobile .subbnr li:first-child{
	margin-right:4%;
}

.mobile .sec05-img{
	position:absolute;
	top:46%;
	left:15px;
}
.mobile .sec05-img li{
	float:left;
	margin-right:10px;
}
.mobile .sec05-img li:last-child{
	margin-right:0;
}
.mobile .sec05-img img{
	width:138px;
	height:auto;
}
.mobile .sec06-img{
	position:absolute;
	top:42%;
	right:10px;
}
.mobile .sec06-img img{
	width:137px;
	height:auto;
}


/*default header footer*/
.mobile div#fh03 div.inner-fh03,
.mobile div#ff02 div.u01,
.mobile div#ff02 div.u02 div.inner-u02{
	width:auto !important;
}
