﻿body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	widht:100%;
	min-width:1010px;
}
.av {
	position: relative;
	width: 1010px;
	min-width: 1010px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	z-index: 1;
}
.char {
	background-attachment: scroll, scroll, scroll;
	background-image: url(../images/chr3.png), url(../images/chr2.png), url(../images/chr1.png);
	background-repeat: no-repeat;
	background-position: 700px 200px, 240px 300px, 300px 20px;
	background-size: 495px 985px, 472px 1083px, 833px 1142px;
	position: absolute;
	overflow: visible;
	width: 1200px;
	min-width: 1010px;
	z-index: 1;
	padding-top: 2000px;
	margin-top: -2150px;
}
.main {
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	z-index: 2;
	position: relative;
	color: #333;
}
.top {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
	z-index: 2;
}
.white {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 1600px;
	background-image: url(../images/white.png);
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
}
.back {
	height: 40px;
	width: 960px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
}
.title {
	height: 580px;
	width: 1010px;
	z-index: 2;
}
.board {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/board.png);
	text-align: center;
	height: 76px;
	width: 1010px;
	z-index: 2;
}
.daki {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/daki.png);
	height: 1140px;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 30px;
	z-index: 2;
}
.final {
	width: 100%;
	min-width: 1240px;
	margin-right: auto;
	margin-left: auto;
}
.route {
	height: 50px;
	width: 100%;
	background-color: #CCC;
	background-image: url(../images/contents.png);
	background-repeat: no-repeat;
	background-position: center;
}
.site {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.site1 {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.site2 {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.form {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: center;
}
.footer {
	width: 100%;
	height: 100px;
	text-align: center;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000;
	background-color: #000;
}
.copyright {
	line-height: 5px;
	font-size: 12px;
	text-align: right;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	font-weight: bold;
}

.logo{
	-webkit-transform : rotate(0deg) ;
	-ms-transform : rotate(0deg) ;
	transform : rotate(0deg) ;
	opacity: 0.0;

	animation-name: anime0;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 11s;
	animation-fill-mode: forwards;

	text-align: center;
}

@keyframes anime0 {
0% {transform: scale(0,0); opacity: 0.0;}
100% {transform: scale(0.8,0.8); opacity: 1.0;}
}

.line{
	-webkit-transform : rotate(0deg) ;
	-ms-transform : rotate(0deg) ;
	transform : rotate(0deg) ;
	transform: scale(0,1);

	animation-name: anime1;
	animation-duration: 5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 11s;
	animation-fill-mode: forwards;

	position: absolute;
	top: 80%;
	left: 50%;

	transition-duration: 3s;
}

@keyframes anime1 {
0% {transform: scale(0,1);}
100% {transform: scale(240,1);}
}

.entry{
	-webkit-transform : rotate(0deg) ;
	-ms-transform : rotate(0deg) ;
	transform : rotate(0deg) ;
	opacity: 0.0;

	animation-name: anime2;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-delay: 11s;
	animation-fill-mode: forwards;

	position: absolute;
	top: 90%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);

	transition-duration: 3s;
}

@keyframes anime2 {
0% {opacity: 0.0;}
100% {opacity: 1.0;}
}

.pattern {
  width: 100%;
  height: 100%;
  background: url(ami.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
