/*--------------------------------------------------
  reset
--------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight:normal;/* Yutaka added */
  vertical-align: baseline;
}

body {
  line-height:1;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}

img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
}
/*--------------------------------------------------
  body
--------------------------------------------------*/

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #595959;
  font-size : 13px;
  line-height : 1.4em;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #111;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.pc-no01 {
  display: none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  width: 100%;
}

.disnon {
  display: none;
}

/*--------------------------------------------------
  text
--------------------------------------------------*/
.f-family01 {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.bold {
  font-weight: bold;
}

/*--------------------------------------------------
  animation
--------------------------------------------------*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
    transform: translate3d(0, 12%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
    transform: translate3d(0, 12%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -6%, 0);
    transform: translate3d(0, -6%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -6%, 0);
    transform: translate3d(0, -6%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d-(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft02 {
  -webkit-animation-name: fadeInLeft02;
  animation-name: fadeInLeft02;
}




@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight02 {
  -webkit-animation-name: fadeInRight02;
  animation-name: fadeInRight02;
}


@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50% {
    opacity: 1;
  }
}



/*--------------------------------------------------
   header
--------------------------------------------------*/

#header {
	padding: 0 20px;
	height: 70px;
	background: #fff;
	position: relative;
	z-index: 999;
}

	#header .inner {
		margin: auto;
		display: table;
	}

		#header .h-logo {
			display: table-cell;
			vertical-align: middle;
			width: 254px;
			height: 70px;
		}

		#header .text01 {
			display: table-cell;
			vertical-align: middle;
			padding: 5px 0 0 20px;
			font-size: 14px;
			font-weight: bold;
			height: 65px;
		}





/*--------------------------------------------------
   main
--------------------------------------------------*/
#main {
	position: relative;
}

/*--------------------------------------------------
   mv
--------------------------------------------------*/

.mv {
	padding: 0 20px;
	min-width: 940px;
	height: 798px;
	position: relative;
	overflow: hidden;
}

	.mv::before {
		content:"";
		display: block;
		padding-top: 80%;
	}


	.mv .inner {
		position: absolute;
		width: 100%;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		background: url(../images/mv-bg01.gif) center center no-repeat;
		background-size: cover;
	}

		.mv .inner .mv-main {
			padding: 20px 0 0 0;
			margin: auto;
			max-width: 1128px;
			position: relative;
		}


		.mv .img01 {
			position: absolute;
			/*width: 24%;*/
			width: 100%;
			z-index: 888;
			top: 30px;
			left: -30px;
			margin: 0 auto;
		}

			.mv .img01 .img-inner {
				text-indent:100%;
				white-space:nowrap;
				overflow:hidden;
				position: relative;
			}

				.mv .img01 .img-inner::before {
					content:"";
					display: block;
					padding-top: 46.5%;
				}

					.mv .img01 .img-inner span {
						display: block;
						position: absolute;
						width: 100%;
						top: 0px;
						left: 0px;
						bottom: 0px;
						right: 0px;
						background: url(../images/mv-img01.png) center center no-repeat;
						/*background-size: cover;*/
						background-size: contain;
					}



  .mv .text01 {
		margin: auto;
		width: 50%;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
		position: relative;
  }

		.mv .text01::before {
			content:"";
			display: block;
			padding-top: 37.5%;
		}

			.mv .text01 span {
				display: block;
				position: absolute;
				width: 100%;
				top: 0px;
				left: 0px;
				bottom: 0px;
				right: 0px;
				background: url(../images/mv-text01.png) center center no-repeat;
				background-size: cover;
			}

	.mv .video {
		margin: 20px auto 0;
		width: 780px;
		border: #fff solid 10px;
    border-bottom: #fff solid 6px;
		background: #fff;
		position: relative;
	}





/*--------------------------------------------------
 fix-box
--------------------------------------------------*/
.fix-b-area {
	position: relative;
}

.fix-box {
	margin: auto;
	width:100%;
	min-width: 940px;
	z-index: 777;
	position: absolute;
	top: 120px;
}

	.fix-box .box-inner{
		margin: auto;
		max-width: 1128px;
	}

		.fix-box .img-area {
			margin: auto;
			/*width: 15.86%;*/
			width: 30.86%;
		}

			.fix-box span {
				display: block;
				position: relative;
			}

				.fix-box span::before {
					content:"";
					display: block;
					/*padding-top: 223.46%;*/
					padding-top: 108.46%;
				}

					.fix-box span em{
						display: block;
						position: absolute;
						width: 100%;
						top: 0px;
						left: 0px;
						bottom: 0px;
						right: 0px;
						text-indent:100%;
						white-space:nowrap;
						overflow:hidden;
						background: url(../images/sec-img01.png) center center no-repeat;
						/*background-size: cover;*/
						background-size: contain;
					}

.fixed01 {
  position: fixed;
  top: 80px;
}

.fix-no01 {
  position: absolute;
  bottom: -76px;
	top: inherit;
}

/*--------------------------------------------------
 sec01
--------------------------------------------------*/
.sec01 {
  padding: 0 20px;
	min-width: 940px;
  background: url(../images/bg01.jpg) center center ;
  background-size: cover;
	position: relative;
	overflow: hidden;
}

  .sec01 .inner {
		padding: 40px 0;
    margin: auto;

    max-width: 1128px;
  }

		.sec01 .ttl-wrap {
		}

			.sec01 .ttl-main {
				margin: auto;
				position: relative;
				width: 60%;
			}

				.sec01 .ttl-main::before {
					content:"";
					display: block;
					padding-top: 19.12%;
				}

					.sec01 .ttl-main span {
						display: block;
						position: absolute;
						width: 100%;
						top: 0px;
						left: 0px;
						bottom: 0px;
						right: 0px;
						background: url(../images/sec01-img01.png) center center no-repeat;
						background-size: cover;
						text-indent:100%;
						white-space:nowrap;
						overflow:hidden;
					}




		.sec01 .block {
		}

			.sec01 .block .img {
				position: relative;
			}

				.sec01 .block .img::before {
					content:"";
					display: block;
				}

					.sec01 .block .img01 span {
						display: block;
						position: absolute;
						width: 100%;
						top: 0px;
						left: 0px;
						bottom: 0px;
						right: 0px;
						text-indent:100%;
						white-space:nowrap;
						overflow:hidden;
					}

		.sec01 .block01 {
			margin: 20px 0 0 0;
			width: 46%;
		}

				.sec01 .block01 .img01::before {
					padding-top: 98%;
				}

					.sec01 .block01 .img01 span {
						background: url(../images/sec01-img02.png) center center no-repeat;
						background-size: cover;
					}

		.sec01 .block02 {
			margin: -240px 0 0 auto;
			width: 46%
		}


				.sec01 .block02 .img01::before {
					padding-top: 90%;
				}

					.sec01 .block02 .img01 span {
						background: url(../images/sec01-img03.png) center center no-repeat;
						background-size: cover;
					}

		.sec01 .block03 {
			margin: -220px 0 0 0;
			width: 45%;
		}

				.sec01 .block03 .img01::before {
					padding-top: 116%;
				}

					.sec01 .block03 .img01 span {
						background: url(../images/sec01-img04.png) center center no-repeat;
						background-size: cover;
					}

/*--------------------------------------------------
 sec02
--------------------------------------------------*/
.sec02 {
  padding: 80px 20px 200px 20px;
	min-width: 940px;
  background: url(../images/bg02.jpg) center center ;
  background-size: cover;
}

  .sec02 .inner {
    margin: auto;
    max-width: 1128px;
  }

		.sec02 .text {
			position: relative;
			z-index: 888;
		}

			.sec02 .text-inner {
				margin: auto;
				position: relative;
			}

				.sec02 .text-inner::before {
					content:"";
					display: block;
				}

					.sec02 .text-inner span {
						display: block;
						position: absolute;
						width: 100%;
						top: 0px;
						left: 0px;
						bottom: 0px;
						right: 0px;
						text-indent:100%;
						white-space:nowrap;
						overflow:hidden;
					}

		.sec02 .text01 {
		}

			.sec02 .text01 .text-inner {
				width: 48.76%;
			}

				.sec02 .text01 .text-inner::before {
					padding-top: 12.73%;
				}

					.sec02 .text01 span {
						background: url(../images/sec02-img01.png) center center no-repeat;
						background-size: cover;
					}

		.sec02 .text02 {
			margin: 60px 0 0 0;
		}

			.sec02 .text02 .text-inner {
				width: 43.44%;
			}

				.sec02 .text02 .text-inner::before {
					padding-top: 14.29%;
				}

					.sec02 .text02 span {
						background: url(../images/sec02-img02.png) center center no-repeat;
						background-size: cover;
					}

		.sec02 .text03 {
			margin: 60px 0 0 0;
		}

			.sec02 .text03 .text-inner {
				width: 43.44%;
			}

				.sec02 .text03 .text-inner::before {
					padding-top: 24.49%;
				}

					.sec02 .text03 span {
						background: url(../images/sec02-img03.png) center center no-repeat;
						background-size: cover;
					}


/*--------------------------------------------------
 sec03
--------------------------------------------------*/
.sec03 {
  padding: 40px 20px 100px 20px;
	min-width: 940px;
  background: #ffc90e;
}

  .sec03 .inner {
    margin: auto;
    max-width: 1128px;
  }

		.sec03 .ttl-wrap {
		}

			.sec03 .ttl-main {
				margin: -180px auto 0;
				position: relative;
				width: 65.6%;
				z-index: 888;
			}

				.sec03 .ttl-main::before {
					content:"";
					display: block;
					padding-top: 30%;
				}

					.sec03 .ttl-main span {
						display: block;
						position: absolute;
						width: 100%;
						top: 0px;
						left: 0px;
						bottom: 0px;
						right: 0px;
						background: url(../images/sec03-img01.png) center center no-repeat;
						background-size: cover;
						text-indent:100%;
						white-space:nowrap;
						overflow:hidden;
					}




		.sec03 .block {
		}

			.sec03 .block .img {
				margin: auto;
				position: relative;
			}

				.sec03 .block .img::before {
					content:"";
					display: block;
				}

					.sec03 .block .img01 span {
						display: block;
						position: absolute;
						width: 100%;
						top: 0px;
						left: 0px;
						bottom: 0px;
						right: 0px;
						text-indent:100%;
						white-space:nowrap;
						overflow:hidden;
					}

		.sec03 .block01 {
			margin: 50px 0 0 0;
		}

			.sec03 .block01 .img01 {
				width: 88%;
			}

				.sec03 .block01 .img01::before {
					padding-top: 34.34%;
				}

					.sec03 .block01 .img01 span {
						background: url(../images/sec03-img02.png) center center no-repeat;
						background-size: cover;
					}


		.sec03 .block02 {
			margin: -40px 0 0 0;
		}

			.sec03 .block02 .img01 {
				width: 88%;
			}

				.sec03 .block02 .img01::before {
					padding-top: 42.42%;
				}

					.sec03 .block02 .img01 span {
						background: url(../images/sec03-img03.png) center center no-repeat;
						background-size: cover;
					}

		.sec03 .block03 {
			margin: -50px 0 0 0;
		}

			.sec03 .block03 .img01 {
				width: 88%;
			}

				.sec03 .block03 .img01::before {
					padding-top: 33.33%;
				}

					.sec03 .block03 .img01 span {
						background: url(../images/sec03-img04.png) center center no-repeat;
						background-size: cover;
					}


/*--------------------------------------------------
 sec04
--------------------------------------------------*/
.sec04 {
  padding: 80px 20px 160px 20px;
	min-width: 940px;
  background: #9ed03c url(../images/bg03.gif) center center no-repeat;
  background-size: 1128px auto;
	overflow: hidden;
}

  .sec04 .inner {
    margin: auto;
    max-width: 1128px;
  }

		.sec04 .text {
		}

			.sec04 .text-inner {
				margin: auto;
				position: relative;
			}

				.sec04 .text-inner::before {
					content:"";
					display: block;
				}

					.sec04 .text-inner span {
						display: block;
						position: absolute;
						width: 100%;
						top: 0px;
						left: 0px;
						bottom: 0px;
						right: 0px;
						text-indent:100%;
						white-space:nowrap;
						overflow:hidden;
					}

		.sec04 .text01 {
		}

			.sec04 .text01 .text-inner {
				width: 44.33%;
			}

				.sec04 .text01 .text-inner::before {
					padding-top: 6%;
				}

					.sec04 .text01 span {
						background: url(../images/sec04-img01.png) center center no-repeat;
						background-size: cover;
					}

		.sec04 .text02 {
			margin: 15px 0 0 0;
		}

			.sec04 .text02 .text-inner {
				width: 44.33%;
			}

				.sec04 .text02 .text-inner::before {
					padding-top: 6%;
				}

					.sec04 .text02 span {
						background: url(../images/sec04-img02.png) center center no-repeat;
						background-size: cover;
					}

		.sec04 .text03 {
			margin: 30px 0 0 0;
		}

			.sec04 .text03 .text-inner {
				width: 59.4%;
			}

				.sec04 .text03 .text-inner::before {
					padding-top: 5.97%;
				}

					.sec04 .text03 span {
						background: url(../images/sec04-img03.png) center center no-repeat;
						background-size: cover;
					}

		.sec04 .text04 {
			margin: 70px 0 0 0;
		}

			.sec04 .text04 .text-inner {
				width: 74.47%;
			}

				.sec04 .text04 .text-inner::before {
					padding-top: 7.12%;
				}

					.sec04 .text04 span {
						background: url(../images/sec04-img04.png) center center no-repeat;
						background-size: cover;
					}

	.sec04 .img-area {
		position: relative;
	}

		.sec04 .img {
		}

			.sec04 .img-inner {
				margin: auto;
				position: relative;
			}

				.sec04 .img-inner::before {
					content:"";
					display: block;
				}

					.sec04 .img-inner span {
						display: block;
						position: absolute;
						width: 100%;
						top: 0px;
						left: 0px;
						bottom: 0px;
						right: 0px;
						text-indent:100%;
						white-space:nowrap;
						overflow:hidden;
					}

		.sec04 .img01 {
			margin: 10px 0 0 0;
		}

			.sec04 .img01 .img-inner {
				width: 79.79%;
			}

				.sec04 .img01 .img-inner::before {
					padding-top: 44.44%;
				}

					.sec04 .img01 span {
						background: url(../images/sec04-img06.png) center center no-repeat;
						background-size: cover;
					}

		.sec04 .img02 {
			margin: -160px 0 0 0;
			z-index: 888;
		}

			.sec04 .img02 .img-inner {
				margin: 0 auto;
				/*width: 54%;*/
				width: 96%;
			}

				.sec04 .img02 .img-inner::before {
					/*padding-top: 67.21%;*/
					padding-top: 45.21%;
				}

					.sec04 .img02 span {
						background: url(../images/sec04-img05.png) center center no-repeat;
						/*background-size: cover;*/
						background-size: contain;
					}

/*--------------------------------------------------
  footer
--------------------------------------------------*/
#footer {
	width: 100%;
	background: #fff;
	position: fixed;
	bottom: 0;
	z-index: 999;
}

	#footer .inner {
		padding: 0 20px;
	}

		#footer .f-main {
			margin: auto;
			display: table;
			width: 940px;
			height: 100px;
		}

			#footer .f-btn {
				display: table-cell;
				width: 40%;
				vertical-align: middle;
			}

				#footer .f-btn a {
					display: block;
					line-height: 54px;
					text-align: center;
					color: #fff;
					font-size: 16px;
					font-weight: bold;
					background: #7ecef4;
					border-radius: 6px;
				}




			#footer .f-logo {
				display: table-cell;
				width: 20%;
				vertical-align: middle;
			}

				#footer .f-logo a {
					margin: auto;
					display: block;
					width: 54%;
				}

					#footer .f-logo a img{
						width: auto;
					}





