					/*フレーム*/
@keyframes faidout {
	0%{opacity:1;}
	100%{opacity:0;}
}

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

@keyframes hid{
	0%{ transform: scaleY(0);}
	100%{ transform: scaleY(1);}

}

@keyframes do{
	0%{
transform: translateX(0px) translateY(-500px);}
	100%{transform: translateY(0px);}
}
@keyframes slide{
	0%{transform: translateX(1000px);}
	100%{transform: translateX(0px);}
}


@keyframes c6{
	0%{border:0;}
	100%{background-color:#66CCCC;
	border:solid 1px #1F70B1;}


}
@keyframes act1{
	0%{ transform: scaleY(0);}
}
@keyframes act{
	0%{border:solid 1px #ffffff;
	height:100px;}
	100%{border:solid 1px #666666;
background-color:#ffffff;}

}
@keyframes act2{
	0%{transform: translateY(-80px);}
	100%{transform: translateY(0px);}

	}
@keyframes img{
	0%{margin-top:-120px;}
	100%{margin-bottom:0;}
}

@keyframes h2{
	0%{ 	border-radius: 50px;
	transform: scale(0);
	color:#666666;
	}
	100%{
	background-color:#1F70B1;
	color:#ffffff;
	}
}

@keyframes sun {
	0%{transform: translateY(200px);}
}

@keyframes niji {
  0%{ transform: rotate(0deg); }
  100%{ transform: rotate(90deg); }
}

@keyframes sunsun {
	0%{transform: scale(0);}
	100%{transform: scale(1);}
}
@keyframes button {
0%{transform: translateX(1000px)}
}

@keyframes body {
	0%{background-color:#000000;}
	100%{background-color:#ffffff;}
}


@keyframes kumo {
	0%{opacity:1;}
	50%{opacity:0;}
	100%{opacity:1;}
}


@keyframes typing {
	from { width: 0 }
}
/*---------------------------------------------------------------*/

#main{
	animation: body 5s ease 26s both;

}

#container{
	height:1300px;
	width:1000px;
	justify-content:center;margin:auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#header{
	animation:faidout 5s ease 26s both;
	height:40px;
	text-align:right;
	width:100%;
}
#skip{
	-webkit-animation:faidout 5s ease 26s both;
	z-index: 10;
	position: fixed;
	bottom:0px;
	right:0;
}
#skipskip{
	display:none;
}
#mobile_form{
	display:none;
}
#contents_1{
	animation:faidout 5s ease 14s both;
	color:#ffffff;
	position:absolute;
	right:  0px;
	top: 100px;
	width:1000px;
	height:300px;
}

#contents_2{
   	animation:faidout 5s ease 21s both;
	color:#ffffff;
	position:absolute;
	right:  0px;
	top: 100px;
	justify-content:center;margin: auto;
	width:1000px;
	height:300px;
}

#contents_3{
	animation:faidout 5s ease 26s both;
	color:#ffffff;
	position:absolute;
	right:  0px;
	top: 100px;
	text-align:center;
	width:1000px;
	height:300px;
}

#contents_4{
	animation:faidin 5s ease 26s, hid 1s 26s both;
	overflow:hidden;
	width:1000px;
	height:200px;
	position:absolute;
	right:  0px;
	top:0;
	background-color:#21ABCC;
	height:200px;
	border:solid 1px #333399;
}

#contents_5{
	animation:faidin 5s ease 53s both;
	position:absolute;
	right:210px;
	top: 420px;
	margin-left: auto;
	margin-right: auto;
	padding:80px;
	padding-top:30px;
	overflow:hidden;
	background-image:url("../images/top/top_back.jpg");
	width:420px;
	height:120px;
	border: solid 1px #627295;
	border-radius: 10px;
	line-height:1.5;
}


#contents_6{
	animation:faidin 1s ease 31s both,c6 5s ease 48s both,act2 5s ease 50s both,do 5s ease 52s both;
	position:absolute;
	right: 0px;
	top:700px;
	width:1000px;
	overflow:hidden;
	display: flex;
	flex-wrap:wrap;
	width:1000px;
	color:blue;
	border-top-left-radius:10px;
	border-top-right-radius:10px;

}
#contents_6 h2{
	animation:h2 4s ease 46s both;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border:solid 1px #1F70B1;
	text-align:center;
	width:1000px;
	font-size:20px;
	margin:0px;
}

#con_1{
	animation:slide 4s ease 34s both,act 5s ease 43s both;
}
#con_2{
	animation:slide 3s ease 35s both,act 5s ease 43s both;
}
#con_3{
	animation:slide 2s ease 36s both,act 5s ease 43s both;
}
#con_4{
	animation:slide 1s ease 37s both,act 5s ease 43s both;
}
#con_5{
	animation:slide 4s ease 38s both,act 5s ease 43s both;
}
#con_6{
	animation:slide 3s ease 39s both,act 5s ease 43s both;
}
#con_7{
	animation:slide 2s ease 40s both,act 5s ease 43s both;
}
#con_8{
	animation:slide 1s ease 41s both,act 5s ease 43s both;
}
.act{
	margin-right:21px;
	margin-left:21px;
	position: relative;
	border-radius:10px; 
	width:200px;
	height:230px;
	margin-top:20px;
	margin-bottom:20px;
	border:solid 1px #666666;

}

.act p{
	animation:act1 5s ease 46s both;
	border:solid 1px #1F70B1;
	text-align:center;
	font-size:20px;
	width:100%;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	background-color:#1F70B1;
	margin-top:0;
	color:#ffffff;
}
.act span{
	animation:faidin 5s ease 46s both,act1 5s ease 46s both;
	font-size:16px;
	padding:10px;
	padding-top:0;
	height:60px;
	display:block;
}
.act a{
	display: block;
	position: absolute;
	text-decoration: none;  
	height:100%; 
	width: 100%; 
}
.act img{
	animation:img 5s ease 44s both;
	display: block;
	margin-left:auto;
	margin-right:auto;
}



/*								1～6	*/
					/*タイピングテキスト*/
.a{
 	animation: typing 5s steps(17);
	width:17em;
	overflow: hidden;
	font-size:26px;white-space: nowrap;
	font-weight:bold;
}

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

.c{
	animation: typing 5s steps(17) 9s both;
	width:17em;
	overflow: hidden;
	font-size:26px;white-space: nowrap;
	font-weight:bold;
}

.d{
	animation: typing 3s steps(13) 15s both;
	width:13em;
	overflow: hidden;
	font-size:26px;white-space: nowrap;
	font-weight:bold;
	margin-left:10px;
}

.e{
	animation: typing 3s steps(11) 18s both;
	width: 11em;
	overflow: hidden;
	font-size:26px;white-space: nowrap;
	font-weight:bold;
	margin-left:10px;
}
						/*写真ボックス*/
.img_1{	width:500px;
	float:left;
}

.img_2{	width:500px;
	float:right;
}

						/*写真*/
.img_a{	
	animation:faidin 5s ease 8s both;
	margin-top:50px;
	margin-left:100px;
}

.img_b{
	display:block;
	animation:faidin 10s ease 10s both;
	margin-top:10px;
	margin-left:250px;
}

.img_c{
	display:block;
	animation:faidin 5s ease 16s both;
	margin-top:20px;
	margin-left:200px;
}
.img_d{	
	animation:faidin 10s ease 17s both;
	margin-top:20px;
	margin-left:0;
}

#contents_3 p{
	margin-top:100px;
	font-size:40px;white-space: nowrap;
	font-weight:bold;
   	animation:faidin 5s ease 22s both;
	font-size:30px;
}

					/*アニメ*/
.sun{
	animation:sun 5s ease 27s both;

}

.n_1{
	position:absolute;
	right:0px;
	top:200px;
	animation:niji 1s ease 27s both;
	transform-origin: right top;

}

.n_2{
	position:absolute;
	right:0px;
	top:200px;
	animation:niji 1s ease 28s both;
	transform-origin: right top;

}
.n_3{
	position:absolute;
	right:0px;
	top:200px;
	animation:niji 1s ease 29s both;
	transform-origin: right top;

}
.n_4{
	position:absolute;
	animation:niji 1s ease 30s both;
	transform-origin: right top;
	right:0px;
	top:200px;
}
.n_5{
	position:absolute;
	right:0px;
	top:200px;
	animation:niji 1s ease 31s both;
	transform-origin: right top;
}
.n_6{
	position:absolute;
	right:0px;
	top:200px;
	animation:niji 1s ease 32s both;
	transform-origin: right top;

}
.kumo{
	position:absolute;
	left:180px;
	top:20px;
	animation:faidin 10s ease 32s both;
}

.day{
	position:absolute;
	left:200px;
	top:20px;
	animation:faidin 10s ease 33s both;
}
.sunsun{
	position:absolute;
	left:250px;
	top:80px;
	animation:sunsun 10s ease 34s both;
}
						/*ナビ*/
#navi{
	animation:hid 5s ease 52s both;
	position:absolute;
	top:220px;

}
.name{
	animation:faidin 5s ease 55s both;
	font-size:14px;
	margin-top:8px;
}

ul{ padding-left:30px;
	padding-right:30px;
	display: flex;
	flex-wrap: wrap;
	width:1000px;
	list-style: none;
	margin:0px;
}
li{
	margin-left:20px;
	margin-right:20px;
	width:200px;
	height:50px;
	padding:0px;
	padding-top:10px;
}


li a{
	width:200px;
	display: inline-block;
	text-decoration: none;
	color:#666666;
}

li a:hover{
	border-radius:10px; 
	box-shadow: 5px 5px 10px #19338F;
	background-color:#0A50A1;
	color:#ffff00;
}
.title{	margin:0;
	background: radial-gradient(#3399CC, #0A50A1);
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size:18px;
	padding:0.3em 0.3em;
	text-decoration: none;
	color: #FFff00;
	text-align:center;

}

.mobile{
	display:none;
}
#footer{
	animation:faidin 1s ease 27s both;
	border-top:solid 1px #333399;
	width: 100%;
	background-color: #21ABCC;
	color: #ffffff;
	text-align: center;
	padding: 20px 0;
	position:absolute;
}
					/*スキップ画面*/
#contents_1skip{
	display:none;
}
#contents_2skip{
	display:none;
}
#contents_3skip{
	display:none;
}
#contents_4skip{
	animation:faidin 1s ease 0s both;
	display:block
	overflow:hidden;
	width:1000px;
	height:200px;
	position:absolute;
	right:  0px;
	top:0;
	background-color:#21ABCC;
	height:200px;
	border:solid 1px #333399;
}
.sunskip{
	animation:faidin 1s ease 0s both;
	position:absolute;
	left:0px;
	top:0px;
}
.n_1skip{
	animation:faidin 1s ease 0s both;
	position:absolute;
	right:0px;
	top:200px;
	transform-origin: right top;
	transform: rotate(90deg);
}
.n_2skip{
	animation:faidin 1s ease 0s both;
	position:absolute;
	right:0px;
	top:200px;
	transform-origin: right top;
	transform: rotate(90deg);
}
.n_3skip{
	animation:faidin 1s ease 0s both;
	position:absolute;
	right:0px;
	top:200px;
	transform-origin: right top;
	transform: rotate(90deg);
}
.n_4skip{
	animation:faidin 1s ease 0s both;
	position:absolute;
	right:0px;
	top:200px;
	transform-origin: right top;
	transform: rotate(90deg);
}
.n_5skip{
	animation:faidin 1s ease 0s both;
	position:absolute;
	right:0px;
	top:200px;
	transform-origin: right top;
	transform: rotate(90deg);
}
.n_6skip{
	animation:faidin 1s ease 0s both;
	position:absolute;
	right:0px;
	top:200px;
	transform-origin: right top;
	transform: rotate(90deg);
}
.kumoskip{
	animation:faidin 1s ease 0s both;
	position:absolute;
	left:180px;
	top:20px;
}
.dayskip{
	animation:faidin 1s ease 0s both;
	position:absolute;
	left:200px;
	top:20px;
}
.sunsunskip{
	animation:faidin 1s ease 0s both;
	position:absolute;
	left:250px;
	top:80px;
}
#naviskip{
	animation:faidin 1s ease 0s both;
	position:absolute;
	top:220px;
}

.nameskip{
	font-size:14px;
	margin-top:8px;
}

#contents_5skip{
	position:absolute;
	right:210px;
	top: 420px;
	margin-left: auto;
	margin-right: auto;
	padding:80px;
	padding-top:30px;
	overflow:hidden;
	background-image:url("../images/top/top_back.jpg");
	width:420px;
	height:120px;
	border: solid 1px #627295;
	border-radius: 10px;
	line-height:1.5;

}
#contents_6skip{
	animation:faidin 1s ease 0s both;
	position:absolute;
	right: 0px;
	top:700px;
	border-radius:10px;
	border:solid 1px #1F70B1;
	padding-top:0px;
	background-color:#CCFFFF;
	flex-wrap: wrap;
	width:1000px;
	color:blue;
	display: flex;
/*
	flex-direction: row;
	justify-content: space-evenly;*/
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
#contents_6skip h2{
	background-color:#1F70B1;
	color:#ffffff;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border:solid 1px #1F70B1;
	text-align:center;
	width:1000px;
	font-size:20px;
	margin:0px;
	
}

.actskip p{
	border:solid 1px #1F70B1;
	text-align:center;
	font-size:20px;
	width:100%;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	background-color:#1F70B1;
	margin-top:0;
	color:#ffffff;
}
.actskip{
	margin-right:18px;
	margin-left:18px;
	background-color:#ffffff;
	position: relative;
	border-radius:10px; 
	width:200px;
	height:230px;
	margin-top:20px;
	margin-bottom:20px;
	border:solid 1px #666666;

}

.actskip span{
	font-size:16px;
	padding:10px;
	padding-top:0;
	height:60px;
	display:block;
}
.actskip a{
	display: block;
	position: absolute;
	text-decoration: none;  
	height:100%; 
	width: 100%; 
}
.actskip img{
	display: block;
	margin-left:auto;
	margin-right:auto;
}

#headerskip{
	display:none;
}
#footerskip{
	border-top:solid 1px #333399;
	width: 100%;
	background-color: #21ABCC;
	color: #ffffff;
	text-align: center;
	padding: 20px 0;

}
