/*
	start COMMON CSS
*/

body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	line-height: 21px;
	background-color: #FFF;
	overflow: hidden !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

a {
	outline: none;
	color: #3c2b21;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	-ms-interpolation-mode: bicubic !important;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

ul {
	list-style: none;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mt65 {margin-top: 65px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt85 {margin-top: 85px;}
.mt130 {margin-top: 130px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml55 {margin-left: 55px;}
.ml60 {margin-left: 60px;}
.ml65 {margin-left: 65px;}
.ml70 {margin-left: 70px;}
.ml75 {margin-left: 75px;}
.ml80 {margin-left: 80px;}
.ml85 {margin-left: 85px;}
.ml90 {margin-left: 90px;}
.ml130 {margin-left: 130px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}
.mr45 {margin-right: 45px;}
.mr50 {margin-right: 50px;}
.mr55 {margin-right: 55px;}
.mr60 {margin-right: 60px;}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.note {
	font-size: 10px;
}

.red {
	color: #e70012;
}

#container{
	display: none;
}

#loader {
    width: 54px;
    height: 54px;
	margin: auto;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}

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

header {
	width: 1004px;
	margin: 0 auto;
	padding: 35px 35px 0 0;
	text-align: right;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
}

header img {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}

header img:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}





/*--------------------------------------------------------------------------*/
/* ---   footer   --- */
/*--------------------------------------------------------------------------*/

footer {
	width: 1004px;
	margin: 0 auto;
	padding: 20px 20px 10px 0;
	font-size: 10px !important;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
}

#section3 footer,
#section4 footer {
	text-align: right;
}

#section5 footer {
	text-align: center;
}

#section5 .stayfoot {
	top: 490px;
	bottom: auto;
}



/*--------------------------------------------------------------------------*/
/* ---   menu   --- */
/*--------------------------------------------------------------------------*/

a#menu {
	width: 25px;
	height: 79px;
	margin: auto 0;
	padding: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 50;
}

a#menu img {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}

a#menu:hover img {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

#col_menu,
#col_menu a {
	color: #FFF;
}

#col_menu {
	position: fixed;
}

.close-col_menu {
	width: 37px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
	position: fixed;
	top: 80px;
	left: 890px;
	right: 0;
	z-index: 50;
}

.close-col_menu img {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}

.close-col_menu:hover img {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.modal-content {
	width: 1024px;
	height: 500px;
	margin: auto;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.modal-content a {
	text-decoration: none;
}

.modal-content a:hover {
	text-decoration: underline;
}

.mds_menu {
	margin: 0 0 60px 0;
	padding: 0;
	text-align: center;
}

.box_menu_l,
.box_menu_c,
.box_menu_r {
	width: 22%;
	margin: 0 3% 0 0;
	padding: 0;
	float: left;
}

.box_menu_c {
	width: 50%;
	margin: 0 3% 0 0;
}

.box_menu_r {
	margin: 0;
}

.submds_menu {
	margin: 0 0 10px 0;
	padding: 0 0 3px 25px;
	background-image: url(../../img/en/list_menu.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	border-bottom: 1px solid #FFF;
}

ul.list_menu {
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.list_menu li {
	margin: 0 0 8px 10px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	box-sizing: border-box;
}

ul.submenu {
	width: 45%;
	margin: 8px 0 0 5%;
	padding: 0;
	float: left;
}

ul.submenu li {
	width: 100%;
	margin: 0 0 8px 0;
	padding: 0;
}

.box_menu_b {
	width: 1024px;
	margin: 0 auto 15px auto;
	padding: 8px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

ul.list_menu2 {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

ul.list_menu2 li {
	margin: 0 40px 0 0;
	padding: 0 0 0 25px;
	background-image: url(../../img/en/list_menu.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	float: left;
}

ul.list_menu2 li.right {
	width: 20%;
}

.btnarea_lang_top {
	margin: 10px 0 0 0;
	color: #867870;
	font-size: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.btnarea_lang_top a {
	color: #867870;
	margin: 0 7px 0 10px;
	text-decoration: none;
}

.btnarea_lang_top a:last-child {
	margin: 0 13px 0 7px;
}

.btnarea_lang_top a:hover {
	text-decoration: underline;
}

.btnarea_lang {
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btnarea_lang a {
	margin: 2px 7px 0 10px;
}

.btnarea_lang a:last-child {
	margin: 2px 0 0 7px;
}


/*--------------------------------------------------------------------------*/
/* ---   top   --- */
/*--------------------------------------------------------------------------*/

.section {
	width: 100%;
	margin: 0
}

.col_section0,
.col_section1,
.col_section2,
.col_section3,
.col_section4 {
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}



/* Section 1
* --------------------------------------- */

#section1 {
	background: #cfc7b3 !important;
	background: -moz-radial-gradient(center, ellipse cover, #fefefe 0%, #cfc7b3 100%) !important;
	background: -webkit-radial-gradient(center, ellipse cover, #fefefe 0%,#cfc7b3 100%) !important;
	background: radial-gradient(ellipse at center, #fefefe 0%,#cfc7b3 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cfc7b3',GradientType=1 ) !important;
}

.bg_top0 {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../../img/en/bg_top1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
	-moz-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

.lead_top0 {
	width: 478px;
	height: 172px;
	margin: auto;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: fade-in;
	-moz-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	animation-delay: 8s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

.lead_top1_2 {
	width: 414px;
	margin: 0 0 90px 0;
	padding: 0;
	display: block;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: fade-in;
	-moz-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	animation-delay: 8s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	float: left;
}

.lead_top01 {
	width: 414px;
	margin: 40px 0 0 16px;
	padding: 0;
	text-align: center;
	display: block;
	left: 40px;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: fade-in;
	-moz-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	animation-delay: 8s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	float: left;
}

.btn_topnext0 {
	margin: 0;
	padding: 0;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: fade-in;
	-moz-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	animation-delay: 8s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	bottom: 15%;
	left: 50%;
	z-index: 10;
}


.btn_topnext0 a {
	margin: 0;
	padding: 0;
	display: block;
	-webkit-animation: blink 1s ease-in-out infinite alternate;
	-moz-animation: blink 1s ease-in-out infinite alternate;
	animation: blink 1s ease-in-out infinite alternate;
}

.btn_topnext0 a.active {
	display: block;
}

	@-webkit-keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}
	}

	@-moz-keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}
	}

	@keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}
	}

.layer {
	display: block !important;
}

.sasa {
	width: 805px;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -300px;
	left: -60px;
	z-index: 10;
}

.sasa_s1 {
	margin: auto;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 520px;
	left: 0;
	right: 400px;
	z-index: 2;
	-webkit-animation: move-sasa_s1 5s ease;
	-moz-animation: move-sasa_s1 5s ease;
	-ms-animation: move-sasa_s1 5s ease;
	animation: move-sasa_s1 5s ease;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-sasa_s1 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 700px;
			right: 200px;
			-webkit-transform: rotate(-20deg);
			transform: rotate(-20deg);
			display: block;
			opacity: 0;
		}
		15% {
			opacity: 0.15;
		}
		33% {
			bottom: 600px;
			right: 480px;
			-webkit-transform: rotate(35deg);
			transform: rotate(35deg);
			opacity: 0.33;
		}
		50% {
			opacity: 0.5;
		}
		66% {
			bottom: 550px;
			right: 340px;
			-webkit-transform: rotate(-5deg);
			transform: rotate(-5deg);
			opacity: 0.66;
		}
		85% {
			opacity: 0.85;
		}
		100% {
			bottom: 520px;
			right: 400px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 1;
		}
	}

	@-ms-keyframes move-sasa_s1 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 700px;
			right: 200px;
			-webkit-transform: rotate(-20deg);
			transform: rotate(-20deg);
			display: block;
			opacity: 0;
		}
		15% {
			opacity: 0.15;
		}
		33% {
			bottom: 600px;
			right: 480px;
			-webkit-transform: rotate(35deg);
			transform: rotate(35deg);
			opacity: 0.33;
		}
		50% {
			opacity: 0.5;
		}
		66% {
			bottom: 550px;
			right: 340px;
			-webkit-transform: rotate(-5deg);
			transform: rotate(-5deg);
			opacity: 0.66;
		}
		85% {
			opacity: 0.85;
		}
		100% {
			bottom: 520px;
			right: 400px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 1;
		}
	}

	@-webkit-keyframes move-sasa_s1 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 700px;
			right: 200px;
			-webkit-transform: rotate(-20deg);
			transform: rotate(-20deg);
			display: block;
			opacity: 0;
		}
		15% {
			opacity: 0.15;
		}
		33% {
			bottom: 600px;
			right: 480px;
			-webkit-transform: rotate(35deg);
			transform: rotate(35deg);
			opacity: 0.33;
		}
		50% {
			opacity: 0.5;
		}
		66% {
			bottom: 550px;
			right: 340px;
			-webkit-transform: rotate(-5deg);
			transform: rotate(-5deg);
			opacity: 0.66;
		}
		85% {
			opacity: 0.85;
		}
		100% {
			bottom: 520px;
			right: 400px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 1;
		}
	}

	@-moz-keyframes move-sasa_s1 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 700px;
			right: 200px;
			-webkit-transform: rotate(-20deg);
			transform: rotate(-20deg);
			display: block;
			opacity: 0;
		}
		15% {
			opacity: 0.15;
		}
		33% {
			bottom: 600px;
			right: 480px;
			-webkit-transform: rotate(35deg);
			transform: rotate(35deg);
			opacity: 0.33;
		}
		50% {
			opacity: 0.5;
		}
		66% {
			bottom: 550px;
			right: 340px;
			-webkit-transform: rotate(-5deg);
			transform: rotate(-5deg);
			opacity: 0.66;
		}
		85% {
			opacity: 0.85;
		}
		100% {
			bottom: 520px;
			right: 400px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 1;
		}
	}

.sasa_s2 {
	margin: auto;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 200px;
	left: 0;
	right: 1200px;
	z-index: 2;
	-webkit-animation: move-sasa_s2 3s ease;
	-moz-animation: move-sasa_s2 3s ease;
	-ms-animation: move-sasa_s2 3s ease;
	animation: move-sasa_s2 3s ease;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-sasa_s2 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 500px;
			left: -100px;
			-webkit-transform: rotate(25deg);
			transform: rotate(25deg);
			display: block;
			opacity: 0;
		}
		15% {
			opacity: 0.25;
		}
		33% {
			opacity: 0.50;
		}
		50% {
			opacity: 0.75;
		}
		75% {
			opacity: 1;
		}
		100% {
			bottom: 200px;
			left: 0px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 1;
		}
	}

	@-ms-keyframes move-sasa_s2 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 500px;
			left: -100px;
			-webkit-transform: rotate(25deg);
			transform: rotate(25deg);
			display: block;
			opacity: 0;
		}
		15% {
			opacity: 0.25;
		}
		33% {
			opacity: 0.50;
		}
		50% {
			opacity: 0.75;
		}
		75% {
			opacity: 1;
		}
		100% {
			bottom: 200px;
			left: 0px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 1;
		}
	}

	@-webkit-keyframes move-sasa_s2 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 500px;
			left: -100px;
			-webkit-transform: rotate(25deg);
			transform: rotate(25deg);
			display: block;
			opacity: 0;
		}
		15% {
			opacity: 0.25;
		}
		33% {
			opacity: 0.50;
		}
		50% {
			opacity: 0.75;
		}
		75% {
			opacity: 1;
		}
		100% {
			bottom: 200px;
			left: 0px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 1;
		}
	}

	@-moz-keyframes move-sasa_s2 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 500px;
			left: -100px;
			-webkit-transform: rotate(25deg);
			transform: rotate(25deg);
			display: block;
			opacity: 0;
		}
		15% {
			opacity: 0.25;
		}
		33% {
			opacity: 0.50;
		}
		50% {
			opacity: 0.75;
		}
		75% {
			opacity: 1;
		}
		100% {
			bottom: 200px;
			left: 0px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 1;
		}
	}

.sasa_s5 {
	margin: auto;
	padding: 0;
	position: absolute;
	top: 200px;
	bottom: 0;
	left: 1100px;
	right: 0;
	z-index: 2;
	-webkit-animation: move-sasa_s5 1.5s ease;
	-moz-animation: move-sasa_s5 1.5s ease;
	-ms-animation: move-sasa_s5 1.5s ease;
	animation: move-sasa_s5 1.5s ease;
	-webkit-animation-delay: 2.2s;
	-moz-animation-delay: 2.2s;
	-ms-animation-delay: 2.2s;
	animation-delay: 2.2s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-sasa_s5 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 100px;
			left: 1200px;
			-webkit-transform: rotate(-25deg);
			transform: rotate(-25deg);
			display: block;
			opacity: 0;
		}
		15% {
			opacity: 0.15;
		}
		33% {
			opacity: 0.33;
		}
		50% {
			opacity: 0.5;
		}
		75% {
			bottom: 0;
			left: 1100px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 0.75;
		}
		90% {
			opacity: 0.9;
		}
		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes move-sasa_s5 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 100px;
			left: 1200px;
			-webkit-transform: rotate(-25deg);
			transform: rotate(-25deg);
			display: block;
			opacity: 0;
		}
		15% {
			opacity: 0.15;
		}
		33% {
			opacity: 0.33;
		}
		50% {
			opacity: 0.5;
		}
		75% {
			bottom: 0;
			left: 1100px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 0.75;
		}
		90% {
			opacity: 0.9;
		}
		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes move-sasa_s5 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 100px;
			left: 1200px;
			-webkit-transform: rotate(-25deg);
			transform: rotate(-25deg);
			display: block;
			opacity: 0;
		}
		15% {
			opacity: 0.15;
		}
		33% {
			opacity: 0.33;
		}
		50% {
			opacity: 0.5;
		}
		75% {
			bottom: 0;
			left: 1100px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 0.75;
		}
		90% {
			opacity: 0.9;
		}
		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes move-sasa_s5 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 100px;
			left: 1200px;
			-webkit-transform: rotate(-25deg);
			transform: rotate(-25deg);
			display: block;
			opacity: 0;
		}
		15% {
			opacity: 0.15;
		}
		33% {
			opacity: 0.33;
		}
		50% {
			opacity: 0.5;
		}
		75% {
			bottom: 0;
			left: 1100px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 0.75;
		}
		90% {
			opacity: 0.9;
		}
		100% {
			opacity: 1;
		}
	}

.sasa_s3 {
	margin: auto;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 450px;
	left: 400px;
	right: 0;
	z-index: 2;
	-webkit-animation: move-sasa_s3 7s ease;
	-moz-animation: move-sasa_s3 7s ease;
	-ms-animation: move-sasa_s3 7s ease;
	animation: move-sasa_s3 7s ease;
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	-ms-animation-delay: 1.8s;
	animation-delay: 1.8s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-sasa_s3 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			top: -250px;
			right: 250px;
			-webkit-transform: rotate(-30deg);
			transform: rotate(-30deg);
			display: block;
			opacity: 0;
		}
		22% {
			top: -150px;
			right: -110px;
			-webkit-transform: rotate(-100deg);
			transform: rotate(-100deg);
			opacity: 0.22;
		}
		44% {
			top: -80px;
			right: 70px;
			-webkit-transform: rotate(-40deg);
			transform: rotate(-40deg);
			opacity: 0.44;
		}
		66% {
			top: 0;
			right: 0;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 0.66;
		}
		75% {
			opacity: 0.75;
		}
		90% {
			opacity: 0.9;
		}
		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes move-sasa_s3 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			top: -250px;
			right: 250px;
			-webkit-transform: rotate(-30deg);
			transform: rotate(-30deg);
			display: block;
			opacity: 0;
		}
		22% {
			top: -150px;
			right: -110px;
			-webkit-transform: rotate(-100deg);
			transform: rotate(-100deg);
			opacity: 0.22;
		}
		44% {
			top: -80px;
			right: 70px;
			-webkit-transform: rotate(-40deg);
			transform: rotate(-40deg);
			opacity: 0.44;
		}
		66% {
			top: 0;
			right: 0;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 0.66;
		}
		75% {
			opacity: 0.75;
		}
		90% {
			opacity: 0.9;
		}
		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes move-sasa_s3 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			top: -250px;
			right: 250px;
			-webkit-transform: rotate(-30deg);
			transform: rotate(-30deg);
			display: block;
			opacity: 0;
		}
		22% {
			top: -150px;
			right: -110px;
			-webkit-transform: rotate(-100deg);
			transform: rotate(-100deg);
			opacity: 0.22;
		}
		44% {
			top: -80px;
			right: 70px;
			-webkit-transform: rotate(-40deg);
			transform: rotate(-40deg);
			opacity: 0.44;
		}
		66% {
			top: 0;
			right: 0;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 0.66;
		}
		75% {
			opacity: 0.75;
		}
		90% {
			opacity: 0.9;
		}
		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes move-sasa_s3 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			top: -250px;
			right: 250px;
			-webkit-transform: rotate(-30deg);
			transform: rotate(-30deg);
			display: block;
			opacity: 0;
		}
		22% {
			top: -150px;
			right: -110px;
			-webkit-transform: rotate(-100deg);
			transform: rotate(-100deg);
			opacity: 0.22;
		}
		44% {
			top: -80px;
			right: 70px;
			-webkit-transform: rotate(-40deg);
			transform: rotate(-40deg);
			opacity: 0.44;
		}
		66% {
			top: 0;
			right: 0;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 0.66;
		}
		75% {
			opacity: 0.75;
		}
		90% {
			opacity: 0.9;
		}
		100% {
			opacity: 1;
		}
	}

.sasa_s4 {
	margin: auto;
	padding: 0;
	position: absolute;
	top: 50px;
	bottom: 0;
	left: 500px;
	right: 0;
	z-index: 2;
	-webkit-animation: move-sasa_s4 3s ease-out;
	-moz-animation: move-sasa_s4 3s ease-out;
	-ms-animation: move-sasa_s4 3s ease-out;
	animation: move-sasa_s4 3s ease-out;
	-webkit-animation-delay: 3.2s;
	-moz-animation-delay: 3.2s;
	-ms-animation-delay: 3.2s;
	animation-delay: 3.2s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-sasa_s4 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 350px;
			right: 400px;
			-webkit-transform: rotate(-80deg);
			transform: rotate(-80deg);
			display: block;
			opacity: 0;
		}
		22% {
			opacity: 0.22;
		}
		44% {
			opacity: 0.44;
		}
		66% {
			bottom: 0px;
			right: 0px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 0.66;
		}
		75% {
			opacity: 0.75;
		}
		90% {
			opacity: 0.9;
		}
		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes move-sasa_s4 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 350px;
			right: 400px;
			-webkit-transform: rotate(-80deg);
			transform: rotate(-80deg);
			display: block;
			opacity: 0;
		}
		22% {
			opacity: 0.22;
		}
		44% {
			opacity: 0.44;
		}
		66% {
			bottom: 0px;
			right: 0px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 0.66;
		}
		75% {
			opacity: 0.75;
		}
		90% {
			opacity: 0.9;
		}
		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes move-sasa_s4 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 350px;
			right: 400px;
			-webkit-transform: rotate(-80deg);
			transform: rotate(-80deg);
			display: block;
			opacity: 0;
		}
		22% {
			opacity: 0.22;
		}
		44% {
			opacity: 0.44;
		}
		66% {
			bottom: 0px;
			right: 0px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 0.66;
		}
		75% {
			opacity: 0.75;
		}
		90% {
			opacity: 0.9;
		}
		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes move-sasa_s4 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 350px;
			right: 400px;
			-webkit-transform: rotate(-80deg);
			transform: rotate(-80deg);
			display: block;
			opacity: 0;
		}
		22% {
			opacity: 0.22;
		}
		44% {
			opacity: 0.44;
		}
		66% {
			bottom: 0px;
			right: 0px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 0.66;
		}
		75% {
			opacity: 0.75;
		}
		90% {
			opacity: 0.9;
		}
		100% {
			opacity: 1;
		}
	}

.sasa_l1 {
	margin: auto;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 1000px;
	z-index: 2;
	-webkit-animation: move-sasa_l1 5s ease;
	-moz-animation: move-sasa_l1 5s ease;
	-ms-animation: move-sasa_l1 5s ease;
	animation: move-sasa_l1 5s ease;
	-webkit-animation-delay: 2.8s;
	-moz-animation-delay: 2.8s;
	-ms-animation-delay: 2.8s;
	animation-delay: 2.8s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-sasa_l1 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 150px;
			left: 120px;
			display: block;
			opacity: 0;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		10% {
			opacity: 0.1;
		}
		25% {
			bottom: 100px;
			left: -20px;
			opacity: 0.25;
			-webkit-transform: rotate(20deg);
			transform: rotate(20deg);
		}
		40% {
			opacity: 0.4;
		}
		50% {
			bottom: 40px;
			left: 30px;
			opacity: 0.50;
			-webkit-transform: rotate(5deg);
			transform: rotate(5deg);
		}
		65% {
			opacity: 0.65;
		}
		75% {
			bottom: 0;
			left: 0;
			opacity: 0.75;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		90% {
			opacity: 0.9;
		}
		100% {
			bottom: 0;
			left: 0;
			opacity: 1;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
	}

	@-ms-keyframes move-sasa_l1 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 150px;
			left: 120px;
			display: block;
			opacity: 0;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		10% {
			opacity: 0.1;
		}
		25% {
			bottom: 100px;
			left: -20px;
			opacity: 0.25;
			-webkit-transform: rotate(20deg);
			transform: rotate(20deg);
		}
		40% {
			opacity: 0.4;
		}
		50% {
			bottom: 40px;
			left: 30px;
			opacity: 0.50;
			-webkit-transform: rotate(5deg);
			transform: rotate(5deg);
		}
		65% {
			opacity: 0.65;
		}
		75% {
			bottom: 0;
			left: 0;
			opacity: 0.75;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		90% {
			opacity: 0.9;
		}
		100% {
			bottom: 0;
			left: 0;
			opacity: 1;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
	}

	@-webkit-keyframes move-sasa_l1 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 150px;
			left: 120px;
			display: block;
			opacity: 0;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		10% {
			opacity: 0.1;
		}
		25% {
			bottom: 100px;
			left: -20px;
			opacity: 0.25;
			-webkit-transform: rotate(20deg);
			transform: rotate(20deg);
		}
		40% {
			opacity: 0.4;
		}
		50% {
			bottom: 40px;
			left: 30px;
			opacity: 0.50;
			-webkit-transform: rotate(5deg);
			transform: rotate(5deg);
		}
		65% {
			opacity: 0.65;
		}
		75% {
			bottom: 0;
			left: 0;
			opacity: 0.75;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		90% {
			opacity: 0.9;
		}
		100% {
			bottom: 0;
			left: 0;
			opacity: 1;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
	}

	@-moz-keyframes move-sasa_l1 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			bottom: 150px;
			left: 120px;
			display: block;
			opacity: 0;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		10% {
			opacity: 0.1;
		}
		25% {
			bottom: 100px;
			left: -20px;
			opacity: 0.25;
			-webkit-transform: rotate(20deg);
			transform: rotate(20deg);
		}
		40% {
			opacity: 0.4;
		}
		50% {
			bottom: 40px;
			left: 30px;
			opacity: 0.50;
			-webkit-transform: rotate(5deg);
			transform: rotate(5deg);
		}
		65% {
			opacity: 0.65;
		}
		75% {
			bottom: 0;
			left: 0;
			opacity: 0.75;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		90% {
			opacity: 0.9;
		}
		100% {
			bottom: 0;
			left: 0;
			opacity: 1;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
	}

.sasa_l2 {
	margin: auto;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 100px;
	right: 0;
	z-index: 2;
	-webkit-animation: move-sasa_l2 2s ease;
	-moz-animation: move-sasa_l2 2s ease;
	-ms-animation: move-sasa_l2 2s ease;
	animation: move-sasa_l2 2s ease;
	-webkit-animation-delay: 2.8s;
	-moz-animation-delay: 2.8s;
	-ms-animation-delay: 2.8s;
	animation-delay: 2.8s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-sasa_l2 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			top: -100px;
			right: 100px;
			-webkit-transform: rotate(-30deg);
			transform: rotate(-30deg);
			display: block;
			opacity: 0;
		}
		22% {
			opacity: 0.22;
		}
		44% {
			opacity: 0.44;
		}
		66% {
			top: 0px;
			right: 0px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 0.66;
		}
		75% {
			opacity: 0.75;
		}
		90% {
			opacity: 0.9;
		}
		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes move-sasa_l2 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			top: -100px;
			right: 100px;
			-webkit-transform: rotate(-30deg);
			transform: rotate(-30deg);
			display: block;
			opacity: 0;
		}
		22% {
			opacity: 0.22;
		}
		44% {
			opacity: 0.44;
		}
		66% {
			top: 0px;
			right: 0px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 0.66;
		}
		75% {
			opacity: 0.75;
		}
		90% {
			opacity: 0.9;
		}
		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes move-sasa_l2 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			top: -100px;
			right: 100px;
			-webkit-transform: rotate(-30deg);
			transform: rotate(-30deg);
			display: block;
			opacity: 0;
		}
		22% {
			opacity: 0.22;
		}
		44% {
			opacity: 0.44;
		}
		66% {
			top: 0px;
			right: 0px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 0.66;
		}
		75% {
			opacity: 0.75;
		}
		90% {
			opacity: 0.9;
		}
		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes move-sasa_l2 {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			top: -100px;
			right: 100px;
			-webkit-transform: rotate(-30deg);
			transform: rotate(-30deg);
			display: block;
			opacity: 0;
		}
		22% {
			opacity: 0.22;
		}
		44% {
			opacity: 0.44;
		}
		66% {
			top: 0px;
			right: 0px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 0.66;
		}
		75% {
			opacity: 0.75;
		}
		90% {
			opacity: 0.9;
		}
		100% {
			opacity: 1;
		}
	}

.box_ishi {
	width: 368px;
	height: 230px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 70% !important;
	left: 80% !important;
	z-index: 2;
}

.ishi {
	width: 368px;
	height: 230px;
	margin: 0;
	padding: 0;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: fade-in;
	-moz-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-delay: 6.5s;
	-moz-animation-delay: 6.5s;
	animation-delay: 6.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

    @keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-moz-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-webkit-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }



/* Section 2
* --------------------------------------- */

#section2 {
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #d8c9c1 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#d8c9c1 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #ffffff 0%,#d8c9c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8c9c1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
	-moz-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

.bg_top1 {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../../img/en/bg_top2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
}

.active .bg_top1 {
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: fade-in;
	-moz-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

.lead_top1 {
	width: 499px;
	height: 296px;
	margin: auto;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 120px;
	left: 570px;
	right: 0;
	z-index: 10;
}

.active .lead_top1 {
	-webkit-animation-duration: 1.3s;
	-moz-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-name: fade-in;
	-moz-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

a.btn_topnext1 {
	width: 36px;
	margin: 0;
	padding: 0;
	display: block;
	-webkit-animation: blink 1s ease-in-out infinite alternate;
	-moz-animation: blink 1s ease-in-out infinite alternate;
	animation: blink 1s ease-in-out infinite alternate;
}

.lead_top2_1 {
	width: 266px;
	margin: 0 auto;
	padding: 0;
	display: block;
}

.lead_top2_2 {
	width: 280px;
	margin: 60px auto 0 auto;
	padding: 0;
	display: block;
}

.lead_top2_3 {
	width: 493px;
	margin: 25px auto 0 auto;
	padding: 0;
	display: block;
}

.bg_top2_2 {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: -58px;
	left: -650px;
	right: 0;
	z-index: 2;
}

.active .bg_top2_2 {
	-webkit-animation: fade-in 1s, move-fusuma 1.3s ease-out;
	-moz-animation: fade-in 1s, move-fusuma 1.3s ease-out;
	-ms-animation: fade-in 1s, move-fusuma 1.3s ease-out;
	animation: fade-in 1s, move-fusuma 1.3s ease-out;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-fusuma {
		0% {top: -100px;}
		100% {top: -209px;}
	}

	@-ms-keyframes move-fusuma {
		0% {top: -100px;}
		100% {top: -209px;}
	}

	@-webkit-keyframes move-fusuma {
		0% {top: -100px;}
		100% {top: -209px;}
	}

	@-moz-keyframes move-fusuma {
		0% {top: -100px;}
		100% {top: -209px;}
	}

.zabuton1 {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	bottom: 60px;
	left: 130px;
	right: 0;
	z-index: 2;
}

.zabuton2 {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	bottom: 60px;
	left: 780px;
	right: 0;
	z-index: 2;
}

.active .zabuton1 {
	-webkit-animation: fade-in 1s, move-zabuton 1s ease-out;
	-moz-animation: fade-in 1s, move-zabuton 1s ease-out;
	-ms-animation: fade-in 1s, move-zabuton 1s ease-out;
	animation: fade-in 1s, move-zabuton 1s ease-out;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

.active .zabuton2 {
	-webkit-animation: fade-in 1s, move-zabuton 1s ease-out;
	-moz-animation: fade-in 1s, move-zabuton 1s ease-out;
	-ms-animation: fade-in 1s, move-zabuton 1s ease-out;
	animation: fade-in 1s, move-zabuton 1s ease-out;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-zabuton {
		0% {bottom: 30px;}
		100% {bottom: 60px;}
	}

	@-ms-keyframes move-zabuton {
		0% {bottom: 30px;}
		100% {bottom: 60px;}
	}

	@-webkit-keyframes move-zabuton {
		0% {bottom: 30px;}
		100% {bottom: 60px;}
	}

	@-moz-keyframes move-zabuton {
		0% {bottom: 30px;}
		100% {bottom: 60px;}
	}



/* Section 3
* --------------------------------------- */

#section3 {
	background: #ffffff;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
	-moz-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

.bg_top2 {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../../img/en/bg_top3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
}

.active .bg_top1 {
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: fade-in;
	-moz-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

.lead_top2 {
	width: 473px;
	height: 343px;
	margin: auto;
	padding: 0;
	position: absolute;
	top: -10%;
	bottom: 0;
	left: 365px;
	right: 0;
	z-index: 10;
}

.active .lead_top2 {
	-webkit-animation-duration: 1.3s;
	-moz-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-name: fade-in;
	-moz-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	animation-delay: 1.3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

.lead_top3_1 {
	width: 258px;
	margin: 0 auto;
	padding: 0;
	display: block;
}

.lead_top3_2 {
	width: 473px;
	margin: 53px auto 0 auto;
	padding: 0;
	display: block;
}

.lead_top3_3 {
	width: 382px;
	margin: 30px auto 0 auto;
	padding: 0;
	display: block;
}

a.btn_topnext2 {
	width: 36px;
	margin: 0
	padding: 0;
	display: block;
	-webkit-animation: blink 1s ease-in-out infinite alternate;
	-moz-animation: blink 1s ease-in-out infinite alternate;
	animation: blink 1s ease-in-out infinite alternate;
}

.flower1 {
	margin: auto;
	padding: 0;
	position: absolute;
	top: 15%;
	bottom: 0;
	left: 0;
	right: 50%;
	z-index: 2;
}

.active .flower1 {
	-webkit-animation: fade-in 1s, move-flower1 0.7s ease-out;
	-moz-animation: fade-in 1s, move-flower1 0.7s ease-out;
	-ms-animation: fade-in 1s, move-flower1 0.7s ease-out;
	animation: fade-in 1s, move-flower1 0.7s ease-out;
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-flower1 {
		0% {bottom: 0;}
		100% {bottom: 30px;}
	}

	@-ms-keyframes move-flower1 {
		0% {bottom: 0;}
		100% {bottom: 30px;}
	}

	@-webkit-keyframes move-flower1 {
		0% {bottom: 0;}
		100% {bottom: 30px;}
	}

	@-moz-keyframes move-flower1 {
		0% {bottom: 0;}
		100% {bottom: 30px;}
	}

@media print,screen and ( min-width: 701px ) {
	.col_leaves {
		width: 692px;
		height: 341px;
		margin: auto;
		padding: 0;
		position: absolute;
		top: 60%;
		bottom: 0;
		left: -55%;
		right: 0;
	}

	.leaves {
		margin: auto;
		padding: 0;
		position: absolute;
		top: 55%;
		bottom: 0;
		left: -5%;
		right: 0;
		z-index: 10;
	}
}

.active .leaves {
	-webkit-animation: fade-in 1s, move-leaves 0.7s ease-out;
	-moz-animation: fade-in 1s, move-leaves 0.7s ease-out;
	-ms-animation: fade-in 1s, move-leaves 0.7s ease-out;
	animation: fade-in 1s, move-leaves 0.7s ease-out;
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-leaves {
		0% {top: 65%;}
		100% {top: 55%;}
	}

	@-ms-keyframes move-leaves {
		0% {top: 65%;}
		100% {top: 55%;}
	}

	@-webkit-keyframes move-leaves {
		0% {top: 65%;}
		100% {top: 55%;}
	}

	@-moz-keyframes move-leaves {
		0% {top: 65%;}
		100% {top: 55%;}
	}

@media print,screen and ( min-width: 701px ) {
	.flower2 {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 17%;
		left: 30%;
		z-index: 2;
	}
}

.active .flower2 {
	-webkit-animation: fade-in 1s, move-flower2 0.7s ease-out;
	-moz-animation: fade-in 1s, move-flower2 0.7s ease-out;
	-ms-animation: fade-in 1s, move-flower2 0.7s ease-out;
	animation: fade-in 1s, move-flower2 0.7s ease-out;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-flower2 {
		0% {top: 22%;}
		100% {top: 17%;}
	}

	@-ms-keyframes move-flower2 {
		0% {top: 22%;}
		100% {top: 17%;}
	}

	@-webkit-keyframes move-flower2 {
		0% {top: 22%;}
		100% {top: 17%;}
	}

	@-moz-keyframes move-flower2 {
		0% {top: 22%;}
		100% {top: 17%;}
	}

@media print,screen and ( min-width: 701px ) {
	.flower3 {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 37%;
		left: 48%;
		z-index: 2;
	}
}

.active .flower3 {
	-webkit-animation: fade-in 1s, move-flower3 0.7s ease-out;
	-moz-animation: fade-in 1s, move-flower3 0.7s ease-out;
	-ms-animation: fade-in 1s, move-flower3 0.7s ease-out;
	animation: fade-in 1s, move-flower3 0.7s ease-out;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	animation-delay: 0.9s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-flower3 {
		0% {top: 42%;}
		100% {top: 37%;}
	}

	@-ms-keyframes move-flower3 {
		0% {top: 42%;}
		100% {top: 37%;}
	}

	@-webkit-keyframes move-flower3 {
		0% {top: 42%;}
		100% {top: 37%;}
	}

	@-moz-keyframes move-flower3 {
		0% {top: 42%;}
		100% {top: 37%;}
	}

@media print,screen and ( min-width: 701px ) {
	.flower4 {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 24%;
		left: 59%;
		z-index: 2;
	}
}

.active .flower4 {
	-webkit-animation: fade-in 1s, move-flower4 0.7s ease-out;
	-moz-animation: fade-in 1s, move-flower4 0.7s ease-out;
	-ms-animation: fade-in 1s, move-flower4 0.7s ease-out;
	animation: fade-in 1s, move-flower4 0.7s ease-out;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-flower4 {
		0% {top: 29%;}
		100% {top: 24%;}
	}

	@-ms-keyframes move-flower4 {
		0% {top: 29%;}
		100% {top: 24%;}
	}

	@-webkit-keyframes move-flower4 {
		0% {top: 29%;}
		100% {top: 24%;}
	}

	@-moz-keyframes move-flower4 {
		0% {top: 29%;}
		100% {top: 24%;}
	}

@media print,screen and ( min-width: 701px ) {
	.flower5 {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 34%;
		left: 62%;
		z-index: 3;
	}
}

.active .flower5 {
	-webkit-animation: fade-in 1s, move-flower5 0.7s ease-out;
	-moz-animation: fade-in 1s, move-flower5 0.7s ease-out;
	-ms-animation: fade-in 1s, move-flower5 0.7s ease-out;
	animation: fade-in 1s, move-flower5 0.7s ease-out;
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-ms-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-flower5 {
		0% {top: 39%;}
		100% {top: 34%;}
	}

	@-ms-keyframes move-flower5 {
		0% {top: 39%;}
		100% {top: 34%;}
	}

	@-webkit-keyframes move-flower5 {
		0% {top: 39%;}
		100% {top: 34%;}
	}

	@-moz-keyframes move-flower5 {
		0% {top: 39%;}
		100% {top: 34%;}
	}

.ripple1 {
	margin: auto;
	padding: 0;
	position: absolute;
	top: 62%;
	bottom: 0;
	left: 15%;
	right: 0;
	z-index: 1;
}

.active .ripple1 {
	-webkit-animation: fade-in 1s;
	-moz-animation: fade-in 1s;
	-ms-animation: fade-in 1s;
	animation: fade-in 1s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

.ripple2 {
	margin: auto;
	padding: 0;
	position: absolute;
	top: 67%;
	bottom: 0;
	left: 67%;
	right: 0;
	z-index: 2;
}

.active .ripple2 {
	-webkit-animation: fade-in 1s;
	-moz-animation: fade-in 1s;
	-ms-animation: fade-in 1s;
	animation: fade-in 1s;
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-ms-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}



/* Section 4
* --------------------------------------- */

#section4 {
	background: #ffffff;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
	-moz-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

.bg_top3 {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../../img/en/bg_top4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
}

.light {
	margin: auto;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 10%;
	left: 20%;
	right: 0;
	z-index: 0;
}

.take {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: -50%;
	right: 0;
	z-index: 2;
}

.bolt3 {
	margin: auto;
	padding: 0;
	position: absolute;
	top: 105%;
	bottom: 0;
	left: -67%;
	right: 0;
	z-index: 2;
}

.active .light {
	-webkit-animation: fade-in 2s;
	-moz-animation: fade-in 2s;
	-ms-animation: fade-in 2s;
	animation: fade-in 2s;
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-ms-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

.active .take {
	-webkit-animation: fade-in 1s, move-take 0.7s ease-out;
	-moz-animation: fade-in 1s, move-take 0.7s ease-out;
	-ms-animation: fade-in 1s, move-take 0.7s ease-out;
	animation: fade-in 1s, move-take 0.7s ease-out;
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

.active .bolt3 {
	-webkit-animation: fade-in 1s, move-take 0.9s ease-out;
	-moz-animation: fade-in 1s, move-take 0.9s ease-out;
	-ms-animation: fade-in 1s, move-take 0.9s ease-out;
	animation: fade-in 1s, move-take 0.9s ease-out;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-take {
		0% {bottom: -100px;}
		100% {bottom: 0;}
	}

	@-ms-keyframes move-take {
		0% {bottom: -100px;}
		100% {bottom: 0;}
	}

	@-webkit-keyframes move-take {
		0% {bottom: -100px;}
		100% {bottom: 0;}
	}

	@-moz-keyframes move-take {
		0% {bottom: -100px;}
		100% {bottom: 0;}
	}

.lead_top3 {
	width: 482px;
	height: 384px;
	margin: auto;
	padding: 0;
	position: absolute;
	top: -5%;
	bottom: 0;
	left: 210px;
	right: 0;
	z-index: 10;
}

.active .lead_top3 {
	-webkit-animation-duration: 1.3s;
	-moz-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-name: fade-in;
	-moz-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

.lead_top4_1 {
	width: 133px;
	margin: 0 auto;
	padding: 0;
	display: block;
}

.lead_top4_2 {
	width: 482px;
	margin: 65px auto 0 auto;
	padding: 0;
	display: block;
}

.lead_top4_3 {
	width: 431px;
	margin: 32px auto 0 auto;
	padding: 0;
	display: block;
}

a.btn_topnext3 {
	width: 36px;
	margin: 0;
	padding: 0;
	display: block;
	-webkit-animation: blink 1s ease-in-out infinite alternate;
	-moz-animation: blink 1s ease-in-out infinite alternate;
	animation: blink 1s ease-in-out infinite alternate;
}



/* Section 5
* --------------------------------------- */

#section5 {
	background: #cfc7b3 !important;
	background: -moz-radial-gradient(center, ellipse cover, #fefefe 0%, #cfc7b3 100%) !important;
	background: -webkit-radial-gradient(center, ellipse cover, #fefefe 0%,#cfc7b3 100%) !important;
	background: radial-gradient(ellipse at center, #fefefe 0%,#cfc7b3 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cfc7b3',GradientType=1 ) !important;
}

.bg_top4 {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../../img/en/bg_top1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
	-moz-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

.bg_top5 {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../../img/en/bg_top5.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	z-index: 15;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
	-moz-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

.top5_sasa {
	width: 805px;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -300px;
	left: -60px;
	z-index: 10;
}

.box_section4 {
	width: 100%;
	height: 580px;
	margin: auto;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.imgmds_top5_0 {
	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
}

.active .imgmds_top5_0 {
	-webkit-animation: fade-in 1s, move-imgmds_top5_0 1s ease-out;
	-moz-animation: fade-in 1s, move-imgmds_top5_0 1s ease-out;
	-ms-animation: fade-in 1s, move-imgmds_top5_0 1s ease-out;
	animation: fade-in 1s, move-imgmds_top5_0 1s ease-out;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-imgmds_top5_0 {
		0% {top: 60px;}
		100% {top: 10px;}
	}

	@-ms-keyframes move-imgmds_top5_0 {
		0% {bottom: -50px;}
		100% {bottom: 0;}
	}

	@-webkit-keyframes move-imgmds_top5_0 {
		0% {bottom: -50px;}
		100% {bottom: 0;}
	}

	@-moz-keyframes move-imgmds_top5_0 {
		0% {bottom: -50px;}
		100% {bottom: 0;}
	}

.lead_top5_1 {
	width: 34%;
	height: 400px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	float: left;
}

.lead_top5_2 {
	width: 32%;
	height: 400px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	float: left;
}

.lead_top5_3 {
	width: 34%;
	height: 400px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	float: left;
}

.mds_top5_1 {
	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
}

.active .mds_top5_1 {
	-webkit-animation: fade-in 1s, move-mds_top5_1 1s ease-out;
	-moz-animation: fade-in 1s, move-mds_top5_1 1s ease-out;
	-ms-animation: fade-in 1s, move-mds_top5_1 1s ease-out;
	animation: fade-in 1s, move-mds_top5_1 1s ease-out;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-mds_top5_1 {
		0% {top: 70px;}
		100% {top: 20px;}
	}

	@-ms-keyframes move-mds_top5_1 {
		0% {top: 50px;}
		100% {top: 0;}
	}

	@-webkit-keyframes move-mds_top5_1 {
		0% {top: 50px;}
		100% {top: 0;}
	}

	@-moz-keyframes move-mds_top5_1 {
		0% {top: 50px;}
		100% {top: 0;}
	}

.lead_top5_12 {
	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	top: 320px;
	right: 0;
	left: 0;
	z-index: 2;
}

.active .lead_top5_12 {
	-webkit-animation: fade-in 1s, move-lead_top5_12 1s ease-out;
	-moz-animation: fade-in 1s, move-lead_top5_12 1s ease-out;
	-ms-animation: fade-in 1s, move-lead_top5_12 1s ease-out;
	animation: fade-in 1s, move-lead_top5_12 1s ease-out;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-lead_top5_12 {
		0% {top: 360px;}
		100% {top: 320px;}
	}

	@-ms-keyframes move-lead_top5_12 {
		0% {top: 360px;}
		100% {top: 320px;}
	}

	@-webkit-keyframes move-lead_top5_12 {
		0% {top: 360px;}
		100% {top: 320px;}
	}

	@-moz-keyframes move-lead_top5_12 {
		0% {top: 360px;}
		100% {top: 320px;}
	}

.mds_top5_2 {
	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
}

.active .mds_top5_2 {
	-webkit-animation: fade-in 1s, move-mds_top5_1 1s ease-out;
	-moz-animation: fade-in 1s, move-mds_top5_1 1s ease-out;
	-ms-animation: fade-in 1s, move-mds_top5_1 1s ease-out;
	animation: fade-in 1s, move-mds_top5_1 1s ease-out;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

.lead_top5_22 {
	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	top: 320px;
	right: 0;
	left: 0;
	z-index: 2;
}

.active .lead_top5_22 {
	-webkit-animation: fade-in 1s, move-lead_top5_12 1s ease-out;
	-moz-animation: fade-in 1s, move-lead_top5_12 1s ease-out;
	-ms-animation: fade-in 1s, move-lead_top5_12 1s ease-out;
	animation: fade-in 1s, move-lead_top5_12 1s ease-out;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

.mds_top5_3 {
	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
}

.active .mds_top5_3 {
	-webkit-animation: fade-in 1s, move-mds_top5_1 1s ease-out;
	-moz-animation: fade-in 1s, move-mds_top5_1 1s ease-out;
	-ms-animation: fade-in 1s, move-mds_top5_1 1s ease-out;
	animation: fade-in 1s, move-mds_top5_1 1s ease-out;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

.lead_top5_33 {
	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	top: 320px;
	right: 0;
	left: 0;
	z-index: 2;
}

.active .lead_top5_33 {
	-webkit-animation: fade-in 1s, move-lead_top5_12 1s ease-out;
	-moz-animation: fade-in 1s, move-lead_top5_12 1s ease-out;
	-ms-animation: fade-in 1s, move-lead_top5_12 1s ease-out;
	animation: fade-in 1s, move-lead_top5_12 1s ease-out;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

.btn_topmenu1,
.btn_topmenu2,
.btn_topmenu3 {
	margin: 0 auto;
	padding: 0;
	display: block;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	position: absolute;
	top: 420px;
	right: 0;
	left: 0;
	z-index: 2;
}

.btn_topmenu1:hover,
.btn_topmenu2:hover,
.btn_topmenu3:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.active .btn_topmenu1 {
	-webkit-animation: fade-in 1s, move-btn_topmenu 1s ease-out;
	-moz-animation: fade-in 1s, move-btn_topmenu 1s ease-out;
	-ms-animation: fade-in 1s, move-btn_topmenu 1s ease-out;
	animation: fade-in 1s, move-btn_topmenu 1s ease-out;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

.active .btn_topmenu2 {
	-webkit-animation: fade-in 1s, move-btn_topmenu 1s ease-out;
	-moz-animation: fade-in 1s, move-btn_topmenu 1s ease-out;
	-ms-animation: fade-in 1s, move-btn_topmenu 1s ease-out;
	animation: fade-in 1s, move-btn_topmenu 1s ease-out;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

.active .btn_topmenu3 {
	-webkit-animation: fade-in 1s, move-btn_topmenu 1s ease-out;
	-moz-animation: fade-in 1s, move-btn_topmenu 1s ease-out;
	-ms-animation: fade-in 1s, move-btn_topmenu 1s ease-out;
	animation: fade-in 1s, move-btn_topmenu 1s ease-out;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@keyframes move-btn_topmenu {
		0% {top: 420px;}
		100% {top: 380px;}
	}

	@-ms-keyframes move-btn_topmenu {
		0% {top: 420px;}
		100% {top: 380px;}
	}

	@-webkit-keyframes move-btn_topmenu {
		0% {top: 420px;}
		100% {top: 380px;}
	}

	@-moz-keyframes move-btn_topmenu {
		0% {top: 420px;}
		100% {top: 380px;}
	}

.btmnavi {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
}

.btmnavi ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.active .btmnavi {
	-webkit-animation: fade-in 1s;
	-moz-animation: fade-in 1s;
	-ms-animation: fade-in 1s;
	animation: fade-in 1s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

.btmnavi ul li {
	margin: 0 15px;
	padding: 80px 0 0 0;
}

.btmnavi ul li a {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}

.btmnavi ul li a:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}





/* Common styles
* --------------------------------------- */
#fullpage img{
    -webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.section{
	text-align:center;
	overflow:hidden;
}
.wrap{
	width: 1180px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.box{
	text-align: left;
	color: #808080;
	font-size: 1.2em;
	line-height: 1.6em;
}








	/* Overwriting fullPage.js tooltip color
	* --------------------------------------- */
	.fp-tooltip{
		color: #AAA;
	}
	#fp-nav span, .fp-slidesNav span{
		border-color: #AAA;
	}
	#fp-nav li .active span, .fp-slidesNav .active span{
		background: #AAA;
	}
