@-webkit-keyframes slide{
	0%{transform: translateX(100vw);}
	99.9%,to{transform: translateX(0);}
}
@-webkit-keyframes hid{
	0%{ transform: scaleY(0);}
	99.9%,to{ transform: scaleY(1);}
}
@-webkit-keyframes faid {
	0%,to{opacity:0;}
	5%{opacity:1;}
	85%{opacity:1;}
	99.9%{opacity:0;}
}
@-webkit-keyframes faidin {
	0%{opacity:0;}
	99.9%,to{opacity:1;}
}
@-webkit-keyframes faidout {
	0%{opacity:1;}
	99.9%,to{opacity:0;}
}
@-webkit-keyframes typing {
	from { width: 0 }
}

@-webkit-keyframes sun {
	0%{transform: translateY(20vw);}
}
@-webkit-keyframes niji {
  0%{ transform: rotate(0deg); }
  99.9%,to{ transform: rotate(90deg); }
}

@-webkit-keyframes sunsun {
	0%{transform: scale(0);}
	99.9%,to{transform: scale(1);}
}
@-webkit-keyframes body {
	0%{background-color:#000000;}
	99.9%,to{background-color:#ffffff;}
}
@-webkit-keyframes slidein{
	0%{transform: translateX(-100vw);}
	99.9%,to{transform: translateX(0vw);}
}
@-webkit-keyframes slideout{
	0%{transform: translateX(0vw);}
	99.9%,to{transform: translateX(-100vw);}
}
@-webkit-keyframes down{
	0%{transform: translateY(0vw);}
	99.9%,to{transform: translateY(80vw);}
}
@-webkit-keyframes up{
	0%{transform: translateY(0vw);}
	99.9%,to{transform: translateY(-80vw);}
}
@-webkit-keyframes contents_6{
	0%{
	position: absolute;
	top:20vw;
	}
	100%{
	position: absolute;
	top:95vw;
	}
}
@-webkit-keyframes h2{
	0%{text-align:center;}
	100%{
	text-shadow: 2px 2px 3px #333333;
	border-bottom:groove 0.7vw #ffffff;
	border-top:groove 1vw #b0c4de;
	}
}
@-webkit-keyframes act{
	0%{
	height:50vh;
	position: absolute;
	top:20vw;
	text-align:center;
	}
	100%{
	opacity:1;
	border-bottom:groove 0.7vw #ffffff;
	background-color:#87cefa;
	}
}
@-webkit-keyframes act_p{
	0%{
	width:100%;
	background:#ffffff;
	font-size:7vw;
	color:#333399;
	text-shadow:3px 3xp 3px #666666;
	font-weight:bold;
	}
	100%{
	font-weight:bold;
	color:#000080;
	text-shadow: 2px 2px 2px #ffffff;
	padding:3vw;
	width:50vw;
	margin:0px;
	}
}
@-webkit-keyframes act_img{
	0%{
	width:60vw;
	margin:top:0px;
	height:auto;
	}
	100%{
	padding:2vw;
	margin-left:5vw;
	width:30vw;
	border-radius: 3vw;
	border-bottom:solid 1px #000080;
	border-right:solid 1px #000080;
	background:#ffffff;
	}
}
@-webkit-keyframes span{
	0%{
	display:none;
	font-size:0px;
	}
	100%{
	padding-left:3vw;
	width:50vw;
	font-size:0.9em;
	float:left;
	color:#000080;
	display:block;
	}
}
/*-------------------------------------*/

 * {font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
font-size:16px;
}

#main{
	-webkit-animation: body 4s ease 26s both;
}

#header{
	-webkit-animation:faidout 3s ease 25s both;
	width:auto;
	height:auto;
	text-align:center;
}

#header img{
	width:80vw;
 }
#skip{
	-webkit-animation:faidout 5s ease 34s both;
	position: fixed;
	bottom:0px;
	right:10px;
	z-index:30;
	color:#ffff;
	float:right;
}

#skip input{
	width:40vw;
	height:auto;
}					/*④form*/
#mobile_form{
	-webkit-animation:faidin 5s ease 39s both;
	position: fixed;
	top:0px;
	right:0px;
	z-index:34;
}

#mobile_form input{
	width:20vw;
	height:auto;
}
#contents_1{
	-webkit-animation:faidout 5s ease 14s both;
 	position:absolute;
	top:20vw;
	color:#ffffff;
	width:100%;
}
#contents_1 p{
	font-size:5vw;
	margin:1em;
}
/*						タイピング*/

.a{
	-webkit-animation: typing 5s steps(17);
	width:17em;
	overflow: hidden;
	white-space: nowrap;
	font-weight:bold;
}

.b{
	-webkit-animation: typing 3s steps(13) 5s both;
	width: 13em;
	overflow: hidden;
	white-space: nowrap;
	font-weight:bold;
}

.c{
	-webkit-animation: typing 5s steps(17) 9s both;
	width:17em;
	overflow: hidden;
	white-space: nowrap;
	font-weight:bold;
}
.img_1{
	text-align:center;
	width:100%;
 	position:absolute;
	top:50vw;
}
.img_a{
	-webkit-animation:faidin 5s ease 8s both;
	width:30vw;
	height:auto;
	margin:5vw;
}
.img_b{	
	-webkit-animation:faidin 10s ease 10s both;
	width:30vw;
	height:auto;
	margin:5vw;
}
					/*contents_2*/
#contents_2{
	-webkit-animation:faidout 5s ease 21s both;
 	position:absolute;
	top:20vw;
	width:100%;
	color:#ffffff;
	font-size:5vw;
}
#contents_2 p{
	font-size:5vw;
	margin:1em;
}

.d{
	-webkit-animation: typing 3s steps(13) 15s both;
	width:13em;
	overflow: hidden;
	white-space: nowrap;
	font-weight:bold;
}

.e{
	-webkit-animation: typing 3s steps(11) 18s both;
	width: 11em;
	overflow: hidden;
	white-space: nowrap;
	font-weight:bold;
}
		/*contents_2 img*/
.img_2{
	text-align:center;
	width:100%;
 	position:absolute;
	top:50vw;
}

.img_c{
	-webkit-animation:faidin 5s ease 16s both;
	width:30vw;
	height:auto;
	margin:5vw;
}

.img_d{
	-webkit-animation:faidin 8s ease 17s both;
	width:30vw;
	height:auto;
	margin:5vw;
}

#contents_3 p{
   	-webkit-animation:faidin 4s ease 22s both;
	text-align:center;
	font-size:8vw;
	color:#ffffff;
	font-weight:bold;
}
					/*contents_4*/
#contents_4{
	-webkit-animation:faidin 5s ease 25s both,hid 3s ease 26s both;
	overflow:hidden;
	position: fixed;
	top:0px;
	width:100vw;
	height:20vw;
	background-color:#21ABCC;
	border-top:solid 1px #333399;
	border-bottom:solid 1px #333399;
	z-index:28;
}
					/*アニメ*/
.sun{
	-webkit-animation:sun 5s ease 27s both;
	position:absolute;
	top:0;
	left:0;
	height:15vw;
	width:auto;

}
.n_1{
	-webkit-animation:niji 1s ease 27s both;
	max-width:15vw;
	height: auto;
	position:absolute;
	top:100%;
	right:0px;
	transform-origin: right top;

}
.n_2{
	-webkit-animation:niji 1s ease 28s both;
	max-width:15vw;
	height: auto;
	position:absolute;
	top:100%;
	right:0px;
	transform-origin: right top;
}
.n_3{
	-webkit-animation:niji 1s ease 29s both;
	max-width:15vw;
	height: auto;
	position:absolute;
	top:100%;
	right:0px;
	transform-origin: right top;
}
.n_4{
	-webkit-animation:niji 1s ease 30s both;
	max-width:15vw;
	height: auto;
	position:absolute;
	top:100%;
	right:0px;
	transform-origin: right top;
}
.n_5{
	-webkit-animation:niji 1s ease 31s both;
	max-width:15vw;
	height: auto;
	position:absolute;
	top:100%;
	right:0px;
	transform-origin: right top;
}
.n_6{
	-webkit-animation:niji 1s ease 32s both;
	max-width:15vw;
	height: auto;
	position:absolute;
	top:100%;
	right:0px;
	transform-origin: right top;
}
.kumo{
	-webkit-animation:faidin 10s ease 30s both;
	position:absolute;
	top:5vw;
	max-width:80vw;
	height: auto;
}
.day{
	-webkit-animation:faidin 10s ease 31s both;
	max-width:40%;
	height: auto;
	position:absolute;
	left:25%;
	top:10%;
}
.sunsun{
	-webkit-animation:sunsun 10s ease 28s both;
	max-width:50%;
	height: auto;
	position:absolute;
	left:25%;
	top:30%;
}

#navi{
	display:none;
}
.mobile{
	padding-right:10vw;
	float:right;
}
						/*contents_5*/
#contents_5{
	-webkit-animation:faidin 5s ease 53s both;
	position: absolute;
	top:22vw;
	width:95vw;
	margin:0%;
	background-color:#FFFFCC;
	border:1px solid #333399;
	border-radius: 5vw;
	font-size:5vw;
	line-height:1.5em;
}
#contents_5 span{
	padding:1em;
	display:block;
}
#contents_5 p{
	padding:1em;
	float:right;
}
#contents_6{
	-webkit-animation: contents_6 1s ease 53s both;
	width:100vw;
	margin-bottom:10vw;
}

#contents_6 h2{
	-webkit-animation: hid 5s ease 28s both,h2 1s ease 53s both;
	margin:0px;
	padding:3vw;
	background-color:#4169e1;
	color:#ffffff;
}

#contents_6 .act{
	overflow:hidden;
	width:100vw;
}
#contents_6 .act a{
	text-decoration: none;
	display: block;
	height:100%; 
	width: 100%;
}
#contents_6 .act span{
	-webkit-animation: span 1s ease 53s both;
}


#contents_6 #con_1 img{
	-webkit-animation:slide 2s linear 29s both,act_img 1s linear 53s both;
}
#contents_6 #con_1 p{
	-webkit-animation:faidin 2s ease 30s both,act_p 1s linear 53s both; 
}
#contents_6 #con_1{
	-webkit-animation:faid 3s ease 29s both,act 1s linear 53s both;
}

#contents_6 #con_2 img{
	-webkit-animation:slide 2s linear 32s both,act_img 1s linear 53s both;
}
#contents_6 #con_2 p{
	-webkit-animation:faidin 2s ease 33s both,act_p 1s linear 53s both; 
}
#contents_6 #con_2{
	-webkit-animation:faid 3s ease 32s both,act 1s linear 53s both;
}

#contents_6 #con_3 img{
	-webkit-animation:slide 2s linear 35s both,act_img 1s linear 53s both;
}
#contents_6 #con_3 p{
	-webkit-animation:faidin 2s ease 36s both,act_p 1s linear 53s both; 
}
#contents_6 #con_3{
	z-index:97;
	-webkit-animation:faidout 2s ease 37s both,act 1s linear 53s both;
}

#contents_6 #con_4 img{
	-webkit-animation:slide 2s linear 38s both,act_img 1s linear 53s both;
}
#contents_6 #con_4 p{
	-webkit-animation:faidin 2s ease 39s both,act_p 1s linear 53s both; 
}
#contents_6 #con_4{
	-webkit-animation:faid 3s ease 38s both,act 1s linear 53s both;
}

#contents_6 #con_5 img{
	-webkit-animation:slide 2s linear 41s both,act_img 1s linear 53s both;
}
#contents_6 #con_5 p{
	-webkit-animation:faidin 2s ease 42s both,act_p 1s linear 53s both; 
}
#contents_6 #con_5{
	z-index:95;
	-webkit-animation:faidout 2s ease 43s both,act 1s linear 53s both;
}

#contents_6 #con_6 img{
	-webkit-animation:slide 2s linear 44s both,act_img 1s linear 53s both;
}
#contents_6 #con_6 p{
	-webkit-animation:faidin 2s ease 45s both,act_p 1s linear 53s both; 
}
#contents_6 #con_6{
	-webkit-animation:faid 3s ease 44s both,act 1s linear 53s both;
}

#contents_6 #con_7 img{
	-webkit-animation:slide 2s linear 47s both,act_img 1s linear 53s both;
}
#contents_6 #con_7 p{
	-webkit-animation:faidin 2s ease 48s both,act_p 1s linear 53s both; 
}
#contents_6 #con_7{
	-webkit-animation:faid 3s ease 47s both,act 1s linear 53s both;
}

#contents_6 #con_8 img{
	-webkit-animation:slide 2s linear 50s both,act_img 1s linear 53s both;
}
#contents_6 #con_8 p{
	-webkit-animation:faidin 2s ease 51s both,act_p 1s linear 53s both; 
}
#contents_6 #con_8{
	-webkit-animation:faid 3s ease 50s both,act 1s linear 53s both;
}

#footer{
	-webkit-animation:faidin 5s ease 28s both;
	width:100vw;
	z-index:40;
	background-color:#21ABCC;
	border-top:1px solid #333399;
	border-bottom:1px solid #333399;
	color:#ffffff;
	text-align:center;
	position: fixed;
	bottom:0px;
	font-size:4vw;
}

/*						スキップ画面*/

#mainskip{
	-webkit-animation: body 1s ease 0s both;
}
#headerskip{
	display:none;
}
#skipskip{
	display:none;
}
#mobile_formskip{
	-webkit-animation:faidin 1s ease 0s both;
	position: fixed;
	top:0px;
	right:0px;
	z-index:34;
}

#mobile_formskip input{
	width:20vw;
	height:auto;
}

#contents_1skip{
	display:none;
}
#contents_2skip{
	display:none;
}
#contents_3skip{
	display:none;
}
#contents_4skip{
	-webkit-animation:faidin 1s ease 0s both;
	overflow:hidden;
	position: fixed;
	top:0px;
	width:100vw;
	height:20vw;
	background-color:#21ABCC;
	border-top:solid 1px #333399;
	border-bottom:solid 1px #333399;
	z-index:28;
}
					/*アニメ*/
.sunskip{
	-webkit-animation:faidin 1s ease 0s both;
	position:absolute;
	top:0;
	left:0;
	height:15vw;
	width:auto;

}
.n_1skip{
	-webkit-animation:faidin 1s ease 0s both;
	max-width:15vw;
	height: auto;
	position:absolute;
	top:100%;
	right:0px;
	transform: rotate(90deg);
	transform-origin: right top;


}
.n_2skip{
	-webkit-animation:faidin 1s ease 0s both;
	max-width:15vw;
	height: auto;
	position:absolute;
	top:100%;
	right:0px;
	transform: rotate(90deg);
	transform-origin: right top;
}
.n_3skip{
	-webkit-animation:faidin 1s ease 0s both;
	max-width:15vw;
	height: auto;
	position:absolute;
	top:100%;
	right:0px;
	transform: rotate(90deg);
	transform-origin: right top;
}
.n_4skip{
	-webkit-animation:faidin 1s ease 0s both;
	max-width:15vw;
	height: auto;
	position:absolute;
	top:100%;
	right:0px;
	transform: rotate(90deg);
	transform-origin: right top;
}
.n_5skip{
	-webkit-animation:faidin 1s ease 0s both;
	max-width:15vw;
	height: auto;
	position:absolute;
	top:100%;
	right:0px;
	transform: rotate(90deg);
	transform-origin: right top;
}
.n_6skip{
	-webkit-animation:faidin 1s ease 0s both;
	max-width:15vw;
	height: auto;
	position:absolute;
	top:100%;
	right:0px;
	transform: rotate(90deg);
	transform-origin: right top;
}
.kumoskip{
	-webkit-animation:faidin 1s ease 0s both;
	position:absolute;
	top:5vw;
	max-width:80vw;
	height: auto;
}
.dayskip{
	-webkit-animation:faidin 1s ease 0s both;
	max-width:40%;
	height: auto;
	position:absolute;
	left:25%;
	top:10%;
}
.sunsunskip{
	-webkit-animation:faidin 1s ease 0s both;
	max-width:50%;
	height: auto;
	position:absolute;
	left:25%;
	top:30%;
}

#naviskip{
	display:none;
}

#contents_5skip{
	-webkit-animation:faidin 1s ease 0s both;
	position: absolute;
	top:22vw;
	width:95vw;
	margin:0%;
	background-color:#FFFFCC;
	border:1px solid #333399;
	border-radius: 5vw;
	font-size:5vw;
	line-height:1.5em;
}

#contents_5skip span{
	padding:1em;
	display:block;
}

#contents_5skip p{
	padding:1em;
	float:right;
}

#contents_6skip{
	-webkit-animation:faidin 0.5s both;
	position: absolute;
	top:95vw;
	width:100vw;
	margin-bottom:10px;
}

#contents_6skip h2{
	text-shadow: 2px 2px 3px #333333;
	margin-top:0px;
	margin-bottom:0px;
	padding:3vw;
	color:#ffffff;
	background-color:#4169e1;
	border-bottom:groove 0.7vw #ffffff;
	border-top:groove 1vw #b0c4de;
}

.actskip{
	width: 100%;
	margin-bottom:0px;
	color:#ffffff;
	border-bottom:groove 0.7vw #ffffff;
	background-color:#87cefa;
}
.actskip a{
	text-decoration: none;
	display: block;
	height:100%; 
	width: 100%;

}
.actskip p{
	font-weight:bold;
	color:#000080;
	text-shadow: 2px 2px 2px #ffffff;
	padding:3vw;
	width:50vw;
	margin:0px;
}
.actskip span{
	padding-left:3vw;
	display:block;
	width:50vw;
	font-size:0.9em;
	float:left;
	color:#000080;
}
.actskip img{
	padding:2vw;
	margin-left:5vw;
	width:30vw;
	border-radius: 3vw;
	border-bottom:solid 1px #000080;
	border-right:solid 1px #000080;
	background:#ffffff;

}

#footerskip{
	width:100vw;
	z-index:40;
	background-color:#21ABCC;
	border-top:1px solid #333399;
	border-bottom:1px solid #333399;
	color:#ffffff;
	text-align:center;
	position: fixed;
	bottom:0px;
	font-size:4vw;
}

/*					スライドイン*/
#naviskipin{
	-webkit-animation:faidin 1s linear 0s both;
	position: absolute;
	overflow:hidden;
	top:21vw;
	width:100%;
}
ul.in{
	-webkit-animation:slidein 1s linear 0s both;
	padding:0px;
	margin:0px;
	width:100%;
}

ul.in li{
	width:90vw;
	padding:0px;
	background-color:#87cefa;
	list-style-type: none;
	border-bottom:groove 0.7vw #ffffff;
	height:10vw;
	padding:3vw;
	padding-left:5vw;
	text-shadow: 1px 1px 1px #00008b;
}
ul.in li a{
	display: block;
	width: 100%;
	height: 100%;
	color:#4169e1;
	text-decoration: none;
 }

#contents_5skipin{
	-webkit-animation:faidout 1s ease 0s both,hid 1s ease 0s both;
display:none;

	position: absolute;
	top:22vw;
	height:70vw;
	width:97vw;
	margin:0%;
	background-color:#FFFFCC;
	border:1px solid #333399;
	border-radius: 5vw;
	font-size:5vw;
	line-height:1.5em;
}
#contents_5skipin span{
	padding:1em;
	display:block;
}

#contents_5skipin p{
	padding:1em;
	float:right;
}

#contents_6skipin{
	-webkit-animation:down 1s linear 0s both;
	position: absolute;
	overflow:hidden;
	top:118vw;
	width:100%;
	margin-bottom:10vw;
}
#contents_6skipin h2{
	text-shadow: 2px 2px 3px #333333;
	margin-top:0px;
	margin-bottom:0px;
	height:10vw;
	padding:3vw;
	color:#ffffff;
	background-color:#4169e1;
	border-bottom:groove 0.7vw #ffffff;
	border-top:groove 1vw #b0c4de;
}

/*					スライドアウト*/
#naviskipout{
	-webkit-animation:faidout 0.5s linear 1s both;
	position: absolute;
	overflow:hidden;
	top:21vw;
	width:100%;
}

ul.out{
	-webkit-animation:slideout 1s linear 0s both;
	padding:0px;
	margin:0px;
	width:100%;
}

ul.out li{
	width:90vw;
	padding:0px;
	background-color:#87cefa;
	list-style-type: none;
	border-bottom:groove 0.7vw #ffffff;
	height:10vw;
	padding:3vw;
	padding-left:5vw;
	text-shadow: 1px 2px 2px #000000;
}
ul.out li a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color:#ffffff;

 }

#contents_5skipout{
	-webkit-animation:faidin 1s ease 0.5s both;
	position: absolute;
	top:22vw;
	height:70vw;
	width:97vw;
	margin:0%;
	background-color:#FFFFCC;
	border:1px solid #333399;
	border-radius: 5vw;
	font-size:5vw;
	line-height:1.5em;

}
#contents_5skipout span{
	padding:1em;
	display:block;
}
#contents_5skipout p{
	padding:1em;
	float:right;
}

#contents_6skipout{
	-webkit-animation:up 1s ease 0.5s both;
	position: absolute;
	top:175vw;
	width:100vw;
	margin-bottom:10vw;
}

#contents_6skipout h2{
	text-shadow: 2px 2px 3px #333333;
	margin-top:0px;
	margin-bottom:0px;
	height:10vw;
	padding:3vw;
	color:#ffffff;
	background-color:#4169e1;
	border-bottom:groove 0.7vw #ffffff;
	border-top:groove 1vw #b0c4de;

}
