@charset "utf-8";

/*共通部分ここから*/

body{
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color:#2a2a2a;
}

#Wrapper{
	width:700px;
	margin:auto;
}

#wrapper{
  width:1000px;
  margin:auto;
}

header{
	width:700px;
	height:140px;
}

footer{
	width: 800px;
	margin: auto;
	position: relative;
}


footer p{
	height: 50px;
	margin:10px auto;
	line-height: 50px;
	text-align:center;
}

.twitter{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius:10px;
	overflow: hidden;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}

img{
	vertical-align: bottom;
}

/*送信ボタン(main、entry)*/

.sub{
	border-style: none;
	background:#fe4b4b;
	color:#FFF;
	width:320px;
	height:50px;
	border-radius:10px;
	font-size:24px;
	font-weight:bold;
	margin:10px 0;
	padding:5px 10px;
}
.sub:hover{
	opacity:.6;
	cursor: pointer;
}

/*ボタン hover*/

.topBack:hover,
.back:hover,
.back1:hover,
.withdrawButton:hover,
.withdrawBack:hover,
.endingOncemore:hover,
.endingFnish:hover,
.sendingOncemore a:hover,
.sendingFnish a:hover{
	opacity:0.6;
}

/*アバター動き*/

#room {
	position: relative;
	width: 700px;
	height: 200px;
	margin: 0px;
}

#avator {
	position: absolute;
	bottom: 0;
	width: 150px;
	height: 150px;
	background: #000;
	overflow: hidden;
}


/*共通部分ここまで*/

/*indexここから*/

#top{
  width:800px;
  background:#FFF;
  margin:20px auto;
  border-radius:10px;
  overflow: hidden;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}

#topLeft{
  width:800px;
  margin: 10px;
  float:left;
  overflow: hidden;
}

#topLeftTop{
  width:800px;
  margin: auto;
  text-align:center;
}

#topLeftBottom{
  width:800px;
  margin: auto;
  text-align:center;
}

#topRight{
  width:800px;
  float:left;
  overflow: hidden;
  margin: 10px 100px;
}

#topRightTop{
  width:280px;
  height:235px;
  background:url(../images/index_top_right_01.png);
  margin:10px;
  float: left;
}

.nicknameTop{
  padding-top:65px;
}

#topRightTop form{
  width: 200px;
  margin: auto;
  color:#FFF;
}

.loginTbox{
  width:200px;
  margin-bottom: 5px;
}

.loginSub{
  margin-bottom: 10px;
}

.loginSub:hover{
  cursor: pointer;
}

.loginError{
  width:200px;
  margin-bottom: 5px;
  color: #fff;
  font-weight:bold;
}

#topRightBottom{
  width:280px;
  margin:10px 320px;
}

#topRightBottom:hover{
  opacity: .8;
}


#topRightBottom a{
  display: block;
  height: 99px;
}

#landingTitle{
  width:800px;
  margin: 0 auto 10px;
}

#landingTitle2{
  width:800px;
  margin: 0 auto 10px;
 
}

#landingText{
  width:780px;
  margin: 0 auto 20px;
  background:#FFF;
  padding:10px;
  border-radius:10px;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}

#landingPic{
  width:800px;
  margin: 0 auto 20px;
  border-radius:10px;
  overflow: hidden;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}

/*indexここまで*/

/*mainここから*/

/*mainここまで*/

/*entryここから*/

#newEntry{
	width: 700px;
	margin: 20px auto 0;
	padding: 30px;
    background: #FFF;
	border-radius:10px;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}

table{
	margin: 20px;
  	border: 1px #999 solid;
}

.item{
    width:150px;
	padding: 0px 19px;
    background: #CCE4F5;
	text-align: center;
  	border: 1px #999 solid;
  	vertical-align: middle;
}

.input{
	width:450px;
	padding:20px;
  	border: 1px #999 solid;
}

.input img{
    margin: 20px;	
}

.center{
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

/*entryここまで*/

/*checkここから*/

.back{
	box-sizing: border-box;
	float: left;
	border-style: none;
	background:#fe4b4b;
	color:#FFF;
	width:320px;
	height:50px;
	border-radius:10px;
	font-size:24px;
	font-weight:bold;
	margin:10px 10px 10px 0;
}
.back a{
	line-height: 50px;
	display: block;
	width: 320px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	vertical-align: bottom;
}
/*checkここまで*/

/*helpここから*/

h1{
	width: 450px;
	height: 100px;
	float:left;
	margin:10px 0 10px 10px;
}

#helpMain{
	width:700px;
	height:750px;
	/*height:770px;*/
	border-radius:10px;
	background:#fff;
	font-size:16px;
	color:#2a2a2a;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}

h2 img{
	display:block;
	margin:-5px 0 0 20px;
}

h2{
	text-indent:-9999px;
}

#helpMain p{
	margin:30px 60px;
}

p span{
	color:#ec3030;
}

#helpMain p.esa{
	margin:40px 5px 5px 0px;
	float:right;
}

.back1{
    width: 160px;
    height: 40px;
    background: #4874e4;
    margin-left: 225px;
    text-align: center;
    line-height: 40px;
    color: white;
    border-radius: 10px;
    font-size: 25px;
}

.back1 a{
	display: block;
	width: 160px;
	height: 40px;
	border-radius:10px;
	color:#FFF;
	font-size:25px;
	font-weight:bold;
	line-height:40px;
	text-decoration: none;
}

.taikai a{
	text-decoration: none;
}

/*helpここまで*/

/*endingここから*/

.fence{
	position: relative;
    width: 700px;
	height: 500px;
    margin: 30px auto 0;
	padding: 25px;
    background: #FFF;
	border-radius:10px;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}

#room2{
	position: relative;
	width: 300px;
	height: 300px;
	margin: 25px 25px 0px;
    background-image: url(../images/beam.png);
}

#avator2{
	position: absolute;
	top: 325px;
	left: 100px;
	width: 150px;
	height: 150px;
	background: #000;
	overflow: hidden;
}

#result{
	position: absolute;
	top: 25px;
	right: 25px;
	width: 300px;
	height: 400px;
	margin: 0px 25px;
	background-image: url(../images/frame.png);
	background-repeat: no-repeat;
} 

#result p{
	margin: 15px 60px;
	font-size: 20px;
	text-align: center;
}

.down{
	text-decoration: underline;
}

#up{
    margin: 80px 0px 0px;	
}

#stamp{
	position: absolute;
	top: 80px;
	right: 480px;
	width: 150px;
	height: 150px;
    background-image:url(../images/stamp_s3.png);
	background-repeat: no-repeat;
	text-indent: -9999px;	
}

.endingOncemore a{
	position: absolute;
	top: 450px;
	right: 460px;
	width: 200px;
   	border-radius:10px;
	background:#f53cd0;
	color:#FFF;
	width:150px;
	height:30px;
	padding:5px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	text-decoration: none;
}

.endingFnish a{
	position: absolute;
	top: 450px;
	right: 140px;
	width: 200px;
  	border-radius:10px;
	background:#4874e4;
	color:#FFF;
	width:150px;
	height:30px;
	padding:5px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	text-decoration: none;
}

/*endingここまで*/

/*thanksここから*/

#thanks{
	margin:20px auto;
	height:435px;
	background:#FFF;
	border-radius:10px;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}
#thanks div p{
	font-size:40px;
	text-align:center;
	font-weight:bold;
	margin-top:35px;
	padding:30px 0 0px 0;
}
	
.topBack{
	margin-top:130px;
	border-radius:10px;
	background:#4874e4;
	color:#FFF;
	width:160px;
	height:30px;
	padding:5px;
	text-align:center;
	font-size:25px;
	font-weight:bold;
	line-height:30px;
	margin: 180px 0 0 260px;
}

.topBack a{
	border-radius:10px;
	background:#4874e4;
	color:#FFF;
	text-align:center;
	font-size:25px;
	font-weight:bold;
	line-height:30px;
	text-decoration: none;
}

#room1{
	position: relative;
	width: 700px;
	height: 200px;
	margin: 0px;
}

#avator1{
	position: absolute;
	bottom: -140px;
	width: 150px;
	height: 150px;
	background: #000;
	overflow: hidden;
}
/*thanksここまで*/

/*withdrawここから*/

#withdraw {
	width: 640px;
	height:375px;
	margin:20px auto;
	padding:30px;
	background:#FFF;
	border-radius:10px;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}

#withdraw p{
	font-size:40px;
	text-align:center;
	font-weight:bold;
}

.withdrawButton{
	float: right;
    width: 160px;
    height: 40px;
    background: #f53cd0;
    margin: 100px 100px 0 0;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
}

.withdrawButton a{
	display: block;
	width: 160px;
	height: 40px;
	color:#FFF;
	font-size:25px;
	font-weight:bold;
	line-height:40px;
    text-align: center;
	text-decoration: none;
}

.withdrawBack{
	float: left;
    width: 160px;
    height: 40px;
    background: #4874e4;
    margin: 100px 0 0 100px;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
}

.withdrawBack a{
	display: block;
	width: 160px;
	height: 40px;
	color:#FFF;
	font-size:25px;
	font-weight:bold;
	line-height:40px;
    text-align: center;
	text-decoration: none;
}
/*withdrawここまで*/

/*eat_changeここから*/

#eat {
	width: 600px;
	height: 550px;
	margin: 20px auto 20px;
	border-radius:10px;
	background: #fff;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}

#eatRoom {
	position: relative;
	width: 600px;
	height: 450px;
	margin: 20px auto 20px;
	border-radius:10px;
	background: #fff;
}

#smoke{
	position: absolute;
	width: 600px;
	height: 450px;
	opacity: 0;
	-webkit-animation: smoke 4s ease 1s 1 normal;
	animation: smoke 4s ease 1s 1 normal;
}

@-webkit-keyframes smoke {
  0% {opacity: 0; -webkit-transform:scale(0,0) }
  25% {opacity: 1; -webkit-transform:scale(1,1)}
  75% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes smoke {
  0% {opacity: 0; transform:scale(0,0) }
  25% {opacity: 1; transform:scale(1,1)}
  75% {opacity: 1;}
  100% {opacity: 0;}
}

#eat #avatar {
	text-align: center;
	font-size: 20px;
	position: absolute;
	left: 150px;
	bottom: 50px;
	width: 300px;
	height: 300px;
	overflow: hidden;
}

#eat #avatar2 {
	text-align: center;
	font-size: 20px;
	position: absolute;
	left: 150px;
	bottom: 50px;
	width: 300px;
	height: 300px;
	overflow: hidden;
	background: #fff;
	-webkit-animation: visible 5s ease 0s 1 normal;
	animation: visible 5s ease 0s 1 normal;
}

@-webkit-keyframes visible {
  0% {opacity: 0;}
  60% {opacity: 0;}
  80% {opacity: 1;}
  100% {opacity: 1;}
}

@keyframes visible {
  0% {opacity: 0;}
  60% {opacity: 0;}
  80% {opacity: 1;}
  100% {opacity: 1;}
}

/*eat_changeここまで*/

/*ending_sここから*/

html{
	height: 100%;
}

#es {
	width: 100%;
	height: 100%;
	background-image:url(../images/eback.png);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: bottom;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color:#fff;
	overflow: hidden;
}

#es article{
	position: relative;
	width: 1000px;
	height: 100%;
	margin: auto;
}

#sresult{
	width: 300px;
	height: 400px;
	padding: 15px 0 0 0;
	margin: auto;
	box-sizing: border-box;
	background-image: url(../images/frame.png);
	background-repeat: no-repeat;
} 

#sresult p{
	margin: 15px 60px;
	font-size: 20px;
	text-align: center;
}

#seroom{
	position: absolute;
	bottom: 50px;
	left: 20px;
	width: 600px;
	height: 300px;
}

#button{
	width: 340px;
	height: 40px;
	margin-top: 20px;
	opacity: 0;
}


#es .sendingOncemore{
	float: left;
	width:160px;
	height:40px;
   	border-radius:10px;
	background:#fff;
}

#es .sendingOncemore a{
	width:160px;
	height:40px;
	display: block;
   	border-radius:10px;
	background:#f53cd0;
	color:#FFF;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:40px;
	text-decoration: none;
}


#es .sendingFnish{
	float: left;
	width:160px;
	height:40px;
	margin-left: 20px;
   	border-radius:10px;
	background:#fff;
}

#es .sendingFnish a{
	width:160px;
	height:40px;
	display: block;
   	border-radius:10px;
	background:#4874e4;
	color:#FFF;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:40px;
	text-decoration: none;
}

#hanabi1{
	position: absolute;
	top: 60px;
	left: 20px;
	opacity: 0;
	-webkit-animation: hanabi 2s ease 0s infinite normal;
	animation: hanabi 2s ease 0s infinite normal;
}

#hanabi2{
	position: absolute;
	top: 100px;
	left: 390px;
	opacity: 0;
	-webkit-animation: hanabi 1.9s ease 1s infinite normal;
	animation: hanabi 1.9s ease 1s infinite normal;
}

#hanabi3{
	position: absolute;
	top: 20px;
	right: 10px;
	opacity: 0;
	-webkit-animation: hanabi 2.1s ease .5s infinite normal;
	animation: hanabi 2.1s ease .5s infinite normal;
}

@-webkit-keyframes hanabi {
  0% {opacity: 0; -webkit-transform:scale(0,0);}
  50% {opacity: 1; -webkit-transform:scale(1,1);}
  100% {opacity: 0; -webkit-transform:scale(1,1);}
}

@keyframes hanabi {
  0% {opacity: 0; transform:scale(0,0);}
  50% {opacity: 1; transform:scale(1,1);}
  100% {opacity: 0; transform:scale(1,1);}
}

#seavator{
	position: absolute;
	bottom: 0;
	left: 425px;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-bottom: -200px;
}

#message{
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 50%;
	right: 50%;
	margin-left: -285px;
	margin-top: -49px;
	width: 570px;
	height: 98px;
	opacity: 0;
	-webkit-animation: message 4s ease 0s 1 normal;
	animation: message 4s ease 0s 1 normal;
}

#messageInner {
	text-align: center;
	font-size: 20px;
	width: 570px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	opacity: 0;
}

@-webkit-keyframes message {
  0% {-webkit-transform:scale(0,0);}
  15% {-webkit-transform:scale(2,2);}
  25% {-webkit-transform:scale(1.7,1.7);}
  75% {-webkit-transform:scale(1.7,1.7);}
  100% {-webkit-transform:scale(1,1);}
}

@keyframes message {
  0% {transform:scale(0,0);}
  15% {transform:scale(2,2);}
  25% {transform:scale(1.7,1.7);}
  75% {transform:scale(1.7,1.7);}
  100% {transform:scale(1,1);}
}

#es #side{
	position: absolute;
	bottom: 50px;
	right: 10px;
	width: 340px;
	height: 460px;
	opacity: 0;
	-webkit-animation: side 1s ease 3s 1 normal;
	animation: side 1s ease 3s 1 normal;
}

@-webkit-keyframes side {
  0% {-webkit-transform:scale(0,0);}
  75% {-webkit-transform:scale(1.2,1.2);}
  100% {-webkit-transform:scale(1,1);}
}

@keyframes side {
  0% {transform:scale(0,0);}
  75% {transform:scale(1.2,1.2);}
  100% {transform:scale(1,1);}
}

.kami {
  position: absolute;
  top: -50px;
  width: 10px;
  height: 10px;
  opacity: 0.8;
  -webkit-animation: fall 4s linear 0s 1 normal;
  animation: fall 4s linear 0s 1 normal;
}

.kami2 {
  position: absolute;
  top: -50px;
  width: 13px;
  height: 13px;
  opacity: 0.8;
  -webkit-animation: fall2 6s linear 0s 1 normal;
  animation: fall2 6s linear 0s 1 normal;
}

@-webkit-keyframes fall {
  0% {
    -webkit-transform: translateX(0) skew(30deg);
    top: 0%;
  }
  12.5% {
    -webkit-transform: translateX(-50px) skew(0deg);
    top: 12.5%;
  }
  37.5% {
    -webkit-transform: translateX(50px) skew(-30deg);
    top: 37.5%;
  }
  50% {
    -webkit-transform: translateX(0) skew(30deg);
    top: 50%;
  }
  62.5% {
    -webkit-transform: translateX(-50px) skew(0deg);
    top: 62.5%;
  }
  87.5% {
    -webkit-transform: translateX(50px) skew(-30deg);
    top: 87.5%;
  }
  100% {
    -webkit-transform: translateX(0) skew(30deg);
    top: 100%;
  }
}

@keyframes fall {
  0% {
    transform: translateX(0) skew(30deg);
    top: 0%;
  }
  12.5% {
    transform: translateX(-50px) skew(0deg);
    top: 12.5%;
  }
  37.5% {
    transform: translateX(50px) skew(-30deg);
    top: 37.5%;
  }
  50% {
    transform: translateX(0) skew(30deg);
    top: 50%;
  }
  62.5% {
    transform: translateX(-50px) skew(0deg);
    top: 62.5%;
  }
  87.5% {
    transform: translateX(50px) skew(-30deg);
    top: 87.5%;
  }
  100% {
    transform: translateX(0) skew(30deg);
    top: 100%;
  }
}

@-webkit-keyframes fall2 {
  0% {
    -webkit-transform: translateX(0) skew(30deg);
    top: 0%;
  }
  12.5% {
    -webkit-transform: translateX(60px) skew(-30deg);
    top: 12.5%;
  }
  37.5% {
    -webkit-transform: translateX(-60px) skew(0deg);
    top: 37.5%;
  }
  50% {
    -webkit-transform: translateX(0) skew(30deg);
    top: 50%;
  }
  62.5% {
    -webkit-transform: translateX(60px) skew(-30deg);
    top: 62.5%;
  }
  87.5% {
    -webkit-transform: translateX(-60px) skew(0deg);
    top: 87.5%;
  }
  100% {
    -webkit-transform: translateX(0) skew(30deg);
    top: 100%;
  }
}

@keyframes fall2 {
  0% {
    transform: translateX(0) skew(30deg);
    top: 0%;
  }
  12.5% {
    transform: translateX(60px) skew(-30deg);
    top: 12.5%;
  }
  37.5% {
    transform: translateX(-60px) skew(0deg);
    top: 37.5%;
  }
  50% {
    transform: translateX(0) skew(30deg);
    top: 50%;
  }
  62.5% {
    transform: translateX(60px) skew(-30deg);
    top: 62.5%;
  }
  87.5% {
    transform: translateX(-60px) skew(0deg);
    top: 87.5%;
  }
  100% {
    transform: translateX(0) skew(30deg);
    top: 100%;
  }
}
/*ending_sここまで*/

