@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:480px;
	position:absolute;
	/*left:0;*/
	bottom:40px;

	/*y.t*/
	left: 50%;
	z-index: 200;
}
#mainarea .subbnr.lside li{
	float:left;
	margin-right:19px;
}
#mainarea .subbnr.lside li.l01 {
	margin-bottom: 10px;
	width: 100%;
}
#mainarea .subbnr.rside li{
	float:right;
	margin-left:19px;
}
#mainarea .subbnr.rside li.r01 {
	width: 100%;
	margin-right: 107px;
	text-align: right;
	margin-bottom: 15px;
}

/*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:600px;
}
.section .textarea{
	position:relative;
	z-index:100;
	padding-top:125px;
}
#section01.section .textarea{
	padding-top:220px;
}
.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:594px;
	height:683px;
	background:url(./../images/bg_front1.png) no-repeat;
	top:-36px;
	right:-76px;
}
#section01 .bg-back{
	width:793px;
	height:667px;
	background:url(./../images/bg_back1.png) no-repeat;
	top:11px;
	right:-87px;
}

/* section02 */
#section02 .textarea{
	margin-left:560px;
}
#section02 .bg-front{
	width:591px;
	height:724px;
	background:url(./../images/bg_front2.png) no-repeat;
	top:-73px;
	left:-129px;
}
#section02 .bg-back{
	width:428px;
	height:713px;
	background:url(./../images/bg_back2.png) no-repeat;
	top:-161px;
	left:70px;
}

/* section03 */
#section03 .textarea{
	padding-top:85px;
}
#section03 .bg-front{
	width:491px;
	height:631px;
	background:url(./../images/bg_front3.png) no-repeat;
	top:-88px;
	right:-54px;
}
#section03 .bg-back{
	width:466px;
	height:381px;
	background:url(./../images/bg_back3.png) no-repeat;
	top:251px;
	right:44px;
}

/* section04 */
#section04{
/*	height:700px;*/
}
#section04 .textarea{
	margin-left:560px;
	padding-top:92px;
}
#section04 .bg-front{
	width:510px;
	height:945px;
	background:url(./../images/bg_front4.png) no-repeat;
	top:-191px;
	left:-129px;
}
#section04 .bg-back{
	width:503px;
	height:459px;
	background:url(./../images/bg_back4.png) no-repeat;
	top: 87px;
	left: 0;
}

/* section05 */
#section05{
	height: 800px;
}
#section05 .textarea{
	padding-top:160px;
}
#section05 .bg-front{
	width:487px;
	height:437px;
	background:url(./../images/bg_front5.png) no-repeat;
	top:0;
	right:-54px;
}
#section05 .bg-back{
	width:490px;
	height:475px;
	background:url(./../images/bg_back5.png) no-repeat;
	top:245px;
	right:-34px;
}

/* section06 */
#section06{
	height:800px;
}
#section06 .textarea{
	margin-left:560px;
	padding-top:225px;
}
#section06 .bg-front{
	width:606px;
	height:530px;
	background:url(./../images/bg_front6.png) no-repeat;
	top:-7px;
	left:-134px;
}
#section06 .bg-back{
	width:460px;
	height:496px;
	background:url(./../images/bg_back6.png) no-repeat;
	top:204px;
	left:40px;
}


/* 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:50%;
	text-align:center;
}
.mobile .subbnr li.cm{
	width:100%;
}
.mobile .subbnr li a{
	display: block;
	margin-bottom: 16px;
}
.mobile .subbnr li:nth-child(2n+1) a{
	margin-right: 8px;
}
.mobile .subbnr li:nth-child(2n) a{
	margin-left: 8px;
}
.mobile .subbnr li.cm a{
	margin-left: 0;
	margin-right: 0;
}

.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;
}
