@charset "utf-8";

/*****共通部分*********/
body {
  font-family: "Arial", "游ゴシック Medium", "游ゴシック", "Yu Gothic";
  margin: 0 auto;
}


/*****トップ****/
.home-top  {
  text-align: center;
  height: 54%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


/*一文字ずつ変える*/

.color-mix span:nth-child(odd) {
  color: #1e90ff;
  font-size: 80px;
}
.color-mix span:nth-child(even) {
  color: #cd5c5c;
  font-size: 80px;
}


/*index.picのアニメーション*/
.updown {
  animation: updown 1s infinite ease-in-out alternate;
}

.roll {
  animation: roll 1.3s infinite ease-in-out alternate;
}

@keyframes updown {
  0% {transform: translateY(-5px);}
  100% {transform: translateY(5px);}
}

@@keyframes roll {
  0% {transform: rotate(-5deg);}
  100% {transform: rotate(5deg);}
}

.home-top img {
  height: 90px;
}

.text p {
  text-align: center;
  font-size: 20px;
  color: #000;
}

/*******find.html********/
.find-a {
  animation: SlideIn 3s;/*アニメーション*/
  text-align: center;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@keyframes SlideIn {
0% {
opacity: 0;
transform: translateY(64px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}

input.belong {
  width: 2em;
  height: 1.5em;
}

span {
  font-size: 30px;
  display: inline-block;
}


/******アイドルページ********/

.all {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.box {
  margin-bottom: 70px;
  margin-left: 70px;
  margin-right: 70px;
  border: 2px solid #E5E5E5;
  background-color: #fff;
}

.fhoto-gs {
    width: 80%;
}

h2 {
  font-size: 30px;
  text-align: center;
}

.name {
  font-size: 40px;
  text-align: center;
  background-color: #E5E5E5;
  margin: 0;
  padding: 10px;
  border: 2px solid #E5E5E5;
}

.fhoto-ggss {
  text-align: center;
}


p {
  font-size: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.fan {
  text-align: center;
  margin-bottom: 0;
  margin-left: 75px;
  margin-right: 75px;
}

.member {
  text-align: center;
  margin-bottom: 0;
  margin-left: 75px;
  margin-right: 75px;
  border-bottom: 2px solid
}

div .center {
  text-align: center;
  margin-top: 35px;
}


/*****フッター*****/
.footer {
  border-top:1px solid #696969;
}

a {
  text-decoration: none;
  font-size: 20px;
}

.copyright {
  font-size: 15px;
  text-align: center;
  color: #000;
}

.page-top {
  padding: 30px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;

}
