@charset "utf-8";
*{
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
body{
	background-repeat: repeat;
	background-color: black;
/*
	border-width: 5px 50px 100px;
	border-style: solid;
	border-color: black;
*/
	background-image: url(images/kamonb.gif);
}
div#oowaku{
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
div#kasa{
  position: absolute;
  margin-left: 1150px;
  margin-top: 650px;
  z-index: 5;
}

div#kisetu{
  width: 100px;
  height: 100px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 90px;
  font-family: "ＭＳ 明朝";
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-left: 990px;
  margin-top: 490px;
  text-align: center;
  z-index: 4;
}

div#namu{
	position: absolute;
	top: 200px;
	margin-left: 500px;
	width: 150px;
	height: 400px;
	background-image: url(images/namu.png);
	background-repeat: no-repeat;
	z-index: 5;
	opacity: 0.2;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	overflow: hidden;
}

div#namu:hover{
       transform: rotate(10deg); 
       opacity: 1;
}

div#namu a{
	width: 200px;
	height: 600px;
	display: block;
}


div#doco{
	position: absolute;
	margin-left: -100px;
	width: 200px;
	height: 600px;
	z-index: 2;
	background-repeat: no-repeat;
	background-image: url(images/logobig4.png);
}

div#doco:hover{
}
div#doco img{
	width: 200px;
	height: 600px;
-webkit-transition: all 1s;
 -moz-transition: all 1s;
 -ms-transition: all 1s;
 -o-transition: all 1s;
 transition: all 1s;
}

div#doco img:hover{
	width: 160px;
	height: 400px;
	margin-top: 200px;
	margin-left: 200px;
}

div#logo{
	position: absolute;
	margin-left: 1100px;
	width: 200px;
	height: 600px;
	color: white;
	z-index: 4;
	background-image: url(images/doco.png);
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.5);

-webkit-transition: all 2s;
 -moz-transition: all 2s;
 -ms-transition: all 2s;
 -o-transition: all 2s;
 transition: all 2s;

}

div#logo:hover{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}


#logoa{
  display: block;
/*
  border-top-left-radius: 100px 100px;
  border-top-right-radius: 100px 100px;
*/
  width: 200px;
  height: 580px;
  background-image : url(images/logobig4.png);
  background-repeat: no-repeat;
  z-index: 4;
}
div#logosm{
	position: absolute;
	margin-left: 800px;
	width: 100px;
	height: 300px;
	z-index: 3;
	top: 150px;
}

div#logol{
	top: 600px;
	margin-left: -100px;
	width: 200px;
	height: 310px;
	background-image: url(images/simacanon2.png);
	background-repeat: no-repeat;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
}
div#logor{
	top: 600px;
	margin-left: 1100px;
	width: 200px;
	height: 310px;
	background-image: url(images/simacanon2.png);
	background-repeat: no-repeat;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
}

div#menu11{
	position: fixed;
	color: white;
/*
	background-color: black;
*/
	text-decoration: none;
	top: 0px;
	left: 0px;
/*
	border-width: 5px;
	border-style: solid;
	border-color: white;
*/
	display: block;
	z-index: 5;
	height: 55px;
	overflow: hidden;

-webkit-transition: all 1.5s;
 -moz-transition: all 1.5s;
 -ms-transition: all 1.5s;
 -o-transition: all 1.5s;
 transition: all 1.5s;

}
div#menu11:hover{
	height: 500px;

}

div#menu11 h1{
  display: block;
  background-color: white;
  border-width: 5px;
  border-style: outset;
  border-color: white;
  color: black;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  font-size: 28px;
}
div#menu11 a{
	color: blue;
	text-decoration: none;
	display: block;
}
div#menu11 a:hover{
	color: white;

}
div#menu11 h1:hover{
	color: white;
	background-color: black;
}
div#menu11 a:visited{
	color: blue;
}

div#menu21{
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 4;
}

div#menu21 h2{
	font-size: 60px;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 40px 40px;
	border-top-right-radius: 40px 40px;
	border-bottom-right-radius: 40px 40px;
	border-bottom-left-radius: 40px 40px;
	font-family: "ＭＳ 明朝";
	border-width: 2px;
	border-style: solid;
	border-color: white;
}

div#menu21 h2:hover{
	color: white;
	background-color: black;
}

div#menu21 h2 a{
	text-decoration: none;
	color: white;
}

div#menu21 h2 a:hover{
       transform: rotate(5deg);
}

div#menu21 h2 a:visited{
	color: white;
}




div#mainvisualout{
  z-index: 1;
}
div#mainvisual{
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 600px;
  background-repeat: no-repeat;
  z-index: 2;
}
div#mainvisualin{
  position: absolute;
  width: 1000px;
  height: 600px;
}
div#mainvisualinyy{
  width: 600px;
  height: 1000px;
  position: absolute;
  transform: rotate(90deg);
  margin-top: -200px;
  margin-left: 200px;
  z-index: 3;
}
div#content{
  height: 200px;
	background-repeat: repeat;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(images/doco2.png);
	overflow: hidden;
}
div#contentin{
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 200px;
  color: white;
  display: block;
  overflow: hidden;
  background-color: black;
	overflow: hidden;

}
p#msg1{
	font-size: 28pt;
	font-family: "ＭＳ 明朝";
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	width: 900px;
	height: 155px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	background-color: white;
	color: black;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	margin-left: auto;
	margin-right: auto;
}

p#msg1:hover{
	transform: skewX(-5deg);
	-moz-transform: skewX(-5deg);
	-webkit-transform: skewX(-5deg);
	background-color: black;
	color: white;
}

div#footer{
	background-repeat: repeat-x;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(images/heike.png);
	background-position: center center;
}
div#footerin{
  margin-left: auto;
  margin-right: auto;
  width: 986px;
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  background-color: black;
}
p#copy{
  color: white;
}


.kakudai{
  -webkit-animation:kakuda 8s 1 alternate forwards ;
  -moz-animation:kakuda 8s 1 alternate forwards ;
  animation:kakuda 8s 1 alternate forwards ;
}
@-webkit-keyframes kakuda{
  0% {
  opacity: 0.1;
  width: 100px;
  height: 300px;
  margin-left: -550px;
  margin-top: 150px;
}
50% {
  opacity: 1;
  width: 100px;
  height: 300px;
  margin-left: -550px;
  margin-top: 150px;
}
100% {
  width: 200px;
  height: 600px;
  margin-left: 0px;
  margin-top: 0px;
}
}
@-moz-keyframes kakuda{
  0% {
  opacity: 0.1;
  width: 100px;
  height: 300px;
  margin-left: -550px;
  margin-top: 150px;
}
50% {
  opacity: 1;
  width: 100px;
  height: 300px;
  margin-left: -550px;
  margin-top: 150px;
}
100% {
  width: 200px;
  height: 600px;
  margin-left: 0px;
  margin-top: 0px;
}
}
@keyframes kakuda{
  0% {
  opacity: 0.1;
  width: 100px;
  height: 300px;
  margin-left: -550px;
  margin-top: 150px;
}
50% {
  opacity: 1;
  width: 100px;
  height: 300px;
  margin-left: -550px;
  margin-top: 150px;
}
100% {
  width: 200px;
  height: 600px;
  margin-left: 0px;
  margin-top: 0px;
}
}


.kakudai2{
  -webkit-animation:kakuda2 8s 1 alternate forwards ;
  -moz-animation:kakuda2 8s 1 alternate forwards ;
  animation:kakuda2 8s 1 alternate forwards ;
}
@-webkit-keyframes kakuda2{
  0% {
  opacity: 1;
  width: 200px;
  height: 600px;
  margin-left: 0px;
  margin-top: 0px;
}
50% {
  opacity: 1;
  width: 200px;
  height: 600px;
  margin-left: 0px;
  margin-top: 0px;
}
100% {
  opacity: 0.1;
  width: 100px;
  height: 300px;
  margin-left: -550px;
  margin-top: 150px;
}
}
@-moz-keyframes kakuda2{
  0% {
  opacity: 1;
  width: 200px;
  height: 600px;
  margin-left: 0px;
  margin-top: 0px;
}
50% {
  opacity: 1;
  width: 200px;
  height: 600px;
  margin-left: 0px;
  margin-top: 0px;
}
100% {
  opacity: 0.1;
  width: 100px;
  height: 300px;
  margin-left: -550px;
  margin-top: 150px;
}
}
@keyframes kakuda2{
  0% {
  opacity: 1;
  width: 200px;
  height: 600px;
  margin-left: 0px;
  margin-top: 0px;
}
50% {
  opacity: 1;
  width: 200px;
  height: 600px;
  margin-left: 0px;
  margin-top: 0px;
}
100% {
  opacity: 0.1;
  width: 100px;
  height: 300px;
  margin-left: -550px;
  margin-top: 150px;
}
}


.up{
  -webkit-animation:upp 4s 1 alternate forwards ;
  -moz-animation:upp 4s 1 alternate forwards ;
  animation:upp 4s 1 alternate forwards ;
}
@-webkit-keyframes upp{
  0% {
  margin-top: 200px;
}
100% {
  margin-top: 5px;
}
}
@-moz-keyframes upp{
  0% {
  margin-top: 200px;
}
100% {
  margin-top: 5px;
}
}
@keyframes upp{
  0% {
  margin-top: 200px;
}
100% {
  margin-top: 5px;
}
}
.idou{
  -webkit-animation:id0 8s 1 alternate forwards 9s ;
  -moz-animation:ido 8s 1 alternate forwards 9s ;
  animation:ido 8s 1 alternate forwards 9s ;
}
@-webkit-keyframes ido{
  0% {
  width: 100px;
  height: 100px;
  margin-left: 990px;
  margin-top: 490px;
}
100% {
  width: 200px;
  height: 200px;
  margin-left: 100px;
  margin-top: 0px;
  transform: rotate(360deg);
  font-size: 190px;
}
}
@-moz-keyframes ido{
  0% {
  width: 100px;
  height: 100px;
  margin-left: 990px;
  margin-top: 490px;
}
100% {
  width: 200px;
  height: 200px;
  margin-left: 100px;
  margin-top: 0px;
  transform: rotate(360deg);
  font-size: 190px;
}
}
@keyframes ido{
  0% {
  width: 100px;
  height: 100px;
  margin-left: 990px;
  margin-top: 490px;
}
100% {
  width: 200px;
  height: 200px;
  margin-left: 100px;
  margin-top: 0px;
  transform: rotate(360deg);
  font-size: 190px;
}
}
.jyouge{
  -webkit-animation:jyou 20s infinite alternate ;
  -moz-animation:jyou 20s infinite alternate ;
  animation:jyou 20s infinite alternate ;
}
@-webkit-keyframes jyou{
  0% {
  margin-left: -50px;
  margin-top: 650px;
}
50% {
  margin-left: 400px;
  margin-top: 50px;
  transform: rotate(-390deg);
}
100% {
  margin-left: 1150px;
  margin-top: 650px;
  transform: rotate(-60deg);
}
}
@-moz-keyframes jyou{
  0% {
  margin-left: -50px;
  margin-top: 650px;
}
50% {
  margin-left: 400px;
  margin-top: 50px;
  transform: rotate(-390deg);
}
100% {
  margin-left: 1150px;
  margin-top: 650px;
  transform: rotate(-60deg);
}
}
@keyframes jyou{
  0% {
  margin-left: -50px;
  margin-top: 650px;
}
50% {
  margin-left: 400px;
  margin-top: 50px;
  transform: rotate(-390deg);
}
100% {
  margin-left: 1150px;
  margin-top: 650px;
  transform: rotate(-60deg);
}
}


.sayuu{
 -webkit-animation:sayu 5s infinite alternate ;
 -moz-animation:sayu 5s infinite alternate ;
 animation:sayu 5s infinite alternate ;
 }
 @-webkit-keyframes sayu{
 0% {
	left: 0px;
 }
 100% {
	left: 100px;
  transform: rotate(-10deg);
 }
 }
 @-moz-keyframes sayu{
 0% {
	left: 0px;
 }
 100% {
	left: 100px;
  transform: rotate(-10deg);
 }
 }
 @keyframes sayu{
 0% {
	left: 0px;
 }
 100% {
	left: 100px;
  transform: rotate(-10deg);
 }
 }

.kaiten{
 -webkit-animation:kaite 11s 2 normal forwards ;
 -moz-animation:kaite 11s 2 normal forwards ;
 animation:kaite 11s 2 normal forwards ;
 }
 @-webkit-keyframes kaite{
 0% {
transform: rotate(-1440deg); 
 }
 100% {
transform: rotate(1440deg); 
 }
 }
 @-moz-keyframes kaite{
 0% {
transform: rotate(-1440deg); 
 }
 100% {
transform: rotate(1440deg); 
 }
 }
 @keyframes kaite{
 0% {
transform: rotate(-1440deg); 
 }
 100% {
transform: rotate(1440deg); 
 }
 }



