@charset "utf-8";

body{
  width: 960px;
  margin:  auto;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  background-color: floralwhite;
  font-size: 18px;
}

.content{
  background-color: white;
}


.btn{
  position: absolute;
  float: right;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  background: #668ad8;
  color: #FFF;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  box-shadow: 0px 0px 0px 4px #668ad8;
  border: dashed 1px floralwhite;
  transition: .4s;
  margin: 14px 10px;
  top: 10px;
  z-index: 123456;
  right: 30px;
}

.btn a{
  text-decoration: none;
  font-size: 17px;
  transition: .3s;
  color: #ffd478;
}

.btn:hover{
  background: #87befd;
  border: dashed 1px white;
  box-shadow: 0px 0px 0px 8px #87befd;
}

.btn:hover a{
  color: floralwhite;
}
.indeximg{
  position: relative;
  margin: 0;
  padding: 0;
}
.backimg{
  z-index: 19999;
  width: 960px;
  margin: 0;
  padding: 0;
}

.font{
  position: absolute;
  width: 70%;
  top: 10%;
  left: 50%;
  -webkit-transform:translateY(50%)translateX(-50%);
  
  transform: translateY(50%)translateX(-50%);
  margin: 0;
  padding: 0;
  z-index: 1234567;
  animation: fadeIn 3s ease 0s 1 normal
}

.index{
  position: relative;
}

.sun{
  position: absolute;
  width: 200px;
  top: 5%;
  left: 26%;
  -webkit-transform:translateY(90%)translateX(-50%);
  
  transform: translateY(90%)translateX(-50%);
  z-index: 134;
  animation: afadeIn 3s ease 0s 1 normal
}

.crowd{
  position: absolute;
  width: 180px;
  top: 26.5%;
  left: 67%;
  -webkit-transform:translateY(90%)translateX(-50%);
  
  transform: translateY(90%)translateX(-50%);
  z-index: 134;
  transform: rotate(5deg);
  animation: afadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn{
  0%{opacity: 0}
  100%{opacity: 1}
}

@keyframes afadeIn{
  0%{
    display: none;
    opacity: 0;
  }
  30%{
    display: block;
    opacity: 0;
  }
  100%{
    display: block;
    opacity: 1;
  }
}

.content{
  color: black;
  text-align: center;
  padding-bottom: 50px;
  background-color: white;
  padding:  20px;
}

h1{
  display: block;
  width: 980px;
  text-align: center;
}

.kn, .th, .zi{
  font-size: 45px;
  display: inline-block;
  margin-top: 20px;
}

.kn{
  animation: fadeIn 1s ease 3s 1 backwards;
}

.th{
  animation: fadeIn 1s backwards 4s;
}

.zi{
  animation: fadeIn 1s backwards 5s;
}
.linkmenu {
    width: 400px;
    padding: 40px 0.5em 3px 0.5em;
    margin: 5px 260px 40px 260px;
    color: #663d00;
    background: #99c2ff;
    text-align: center;
    position: relative;
  height: 20px
}

.name{
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 60px;
  color: floralwhite;
}

.linkmenu:hover{
  background: #99c2ff;
  box-shadow: 0px 0px 0px 10px #cce0ff;
  border: solid 2px floralwhite;
  color: #ff9633;
  transition: all .5s;
}

.name:hover{
  color: floralwhite;
  transition: .3s;
  letter-spacing: 4px;
  transition: all 1s;
}
.pagemenu{
  margin: 5px;
  padding: 0 30px 30px 30px;
}

.back{
  float: left;
}

.next{
  float: right;
}

.back,.next{
  text-decoration: none;
  padding: 5px 10px;
  border: 1px dashed #cccccc;
  color: #ff9900;
  background-color: floralwhite;
}

footer{
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #cccccc;
  background-color: #331f00;
}

.footerMenu li{
  list-style: none;
  width: 120px;
  padding: 5px;
}

.footerMenu a{
  color: ghostwhite;
  font-size: 15px;
}

footer ul{
  width: 960px;
  margin:0 auto;
  padding: 15px 5px;
  display: flex;
  -webkit-flex-direction:row;
  flex-direction: row;
  justify-content: space-around;
}
.footerMenu a:hover{
  color: crimson;
}

.webcontest,.yobou{
  display: inline-block;
}
.banner{
  height:  65px;
  margin: 5px 20px;
}
footer small{
  color: azure;
  font-size: 10px;
}