.top{
  background:rgb(190, 190, 190);
}

.links{
  background:rgb(190,190,190);
}

.mygo {
  background-color:rgb(122, 204, 255);
}


.mygomembername{
  margin-left: 1%;
}
.mygomembersentence{
  margin-left:51%;
  font-size:25px;
  float:auto;
}
.anoncolor{
  background-color:rgb(255, 136, 153);
}
.soyocolor{
  background-color:rgb(255, 187, 19);
}
.tomoricolor{
  background-color:rgb(119, 187, 221);
}
.takicolor{
  background-color:rgb(119, 119, 170);
}
.ranacolor{
  background-color:rgb(119, 221, 119);
}

.scroll{
  margin-left: 20%;
}

.right{
  margin: 5%;
  width: 40%;
  float: right;
}

.left{
  margin: 5%;
  width: 40%;
  float: left;
}

.topintroright{
  margin-top: 7%;
  margin-left: 50%;
  font-size: 20px;
  float: auto;
  background-color: rgb(200, 200, 200);
}
.introright{
    margin-top: 5%;
    margin-left: 50%;
    font-size: 20px;
    float: auto;
    background-color: rgb(200, 200, 200);
}

.introleft{
    margin-top: 5%;
    margin-right: 50%;
    font-size: 20px;
    float: auto;
    background-color: rgb(200, 200, 200);
}

.animgl1{
  animation: slideInleftimg1 1s cubic-bezier(0.25, 1, 0.5, 1);
  animation-timeline: scroll();
}
@keyframes slideInleftimg1 {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  7%{
    transform: translateX(0);
    opacity: 1;
  }
}
.animgr2{
  animation: slideInrightimg2 1s cubic-bezier(0.25, 1, 0.5, 1);
  animation-timeline: scroll();
}
@keyframes slideInrightimg2 {
  11% {
    transform: translateX(180px);
    opacity: 0;
  }
  19%{
    transform: translateX(0);
    opacity: 1;
  }
}
.animgl3{
  animation: slideInleftimg3 1s cubic-bezier(0.25, 1, 0.5, 1);
  animation-timeline: scroll();
}
@keyframes slideInleftimg3 {
  23% {
    transform: translateX(-180px);
    opacity: 0;
  }
  30%{
    transform: translateX(0);
    opacity: 1;
  }
}
.animgr4{
  animation: slideInrightimg4 1s cubic-bezier(0.25, 1, 0.5, 1);
  animation-timeline: scroll();
}
@keyframes slideInrightimg4 {
  34% {
    transform: translateX(180px);
    opacity: 0;
  }
  41%{
    transform: translateX(0);
    opacity: 1;
  }
}
.animgl5{
  animation: slideInleftimg5 1s cubic-bezier(0.25, 1, 0.5, 1);
  animation-timeline: scroll();
}
@keyframes slideInleftimg5 {
  50% {
    transform: translateX(-180px);
    opacity: 0;
  }
  57%{
    transform: translateX(0);
    opacity: 1;
  }
}
.animgr6{
  animation: slideInrightimg6 1s cubic-bezier(0.25, 1, 0.5, 1);
  animation-timeline: scroll();
}
@keyframes slideInrightimg6 {
  63% {
    transform: translateX(180px);
    opacity: 0;
  }
  70%{
    transform: translateX(0);
    opacity: 1;
  }
}

  .anitror1{
    animation: slideInright1 1s cubic-bezier(0.25, 1, 0.5, 1);
    animation-timeline: scroll();
  }
  @keyframes slideInright1 {
    0% {
      transform: translateX(180px);
      opacity: 0;
    }
    7%{
      transform: translateX(0);
      opacity: 1;
    }
  }
.anitrol2{
  animation: slideInleft2 1s cubic-bezier(0.25, 1, 0.5, 1);
  animation-timeline: scroll();
}
@keyframes slideInleft2 {
  11% {
    transform: translateX(-180px);
    opacity: 0;
  }
  19%{
    transform: translateX(0);
    opacity: 1;
  }
}
.anitror3{
  animation: slideInright3 1s cubic-bezier(0.25, 1, 0.5, 1);
  animation-timeline: scroll();
}
@keyframes slideInright3 {
  23% {
    transform: translateX(180px);
    opacity: 0;
  }
  30%{
    transform: translateX(0);
    opacity: 1;
  }
}
.anitrol4{
  animation: slideInleft4 1s cubic-bezier(0.25, 1, 0.5, 1);
  animation-timeline: scroll();
}
@keyframes slideInleft4 {
  34% {
    transform: translateX(-180px);
    opacity: 0;
  }
  41%{
    transform: translateX(0);
    opacity: 1;
  }
}
.anitror5{
  animation: slideInright5 1s cubic-bezier(0.25, 1, 0.5, 1);
  animation-timeline: scroll();
}
@keyframes slideInright5 {
  50% {
    transform: translateX(180px);
    opacity: 0;
  }
  57%{
    transform: translateX(0);
    opacity: 1;
  }
}
.anitrol6{
  animation: slideInleft6 1s cubic-bezier(0.25, 1, 0.5, 1);
  animation-timeline: scroll();
}
@keyframes slideInleft6 {
  63% {
    transform: translateX(-180px);
    opacity: 0;
  }
  70%{
    transform: translateX(0);
    opacity: 1;
  }
}

.horserace{
  background-color:rgb(139, 235, 138);
}

.topMygo {
  text-align:center;
  margin:30px;
}

.bodySentences{
  color:black;
  margin-top:10%;
  margin-left: 3%;
  margin-right: 3%;
  font-size:25px;
}

.topMygo img{
  padding-top: 8%;
  width:30%;
  min-width:200px;
  max-width:300px;
  margin:0 auto;
}

.mygoyoutube{
  margin-left: 5%;
}
.youtube{
  margin-top: 5%;
}

.mainpicture img{
  width:100%;
}

.anon img{
  width:26.875%;
  float:right;
}
.rana img{
  width:16.25%;
  float:right;
}
.tomori img{
  width:15.625%;
  float:right;
}
.taki img{
  width:17.5%;
  float:right;
}
.soyo img{
  width:23.75%;
  float:right;
}

nav a {
  color: inherit;
  text-decoration: inherit;
  line-height: 15vh;
  font-size: 1.5vw;
}
nav {
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  height: 15vh;
  overflow: hidden;
  display: inline-block;
  min-width: 1000px;
  z-index: 2147483647;
}
nav ul {
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 140vw;
}
nav li {
  margin: 0;
  float: left;
  height: 15vh;
  padding-bottom: 2px;
  margin-bottom: 2px;
  line-height: 100px;
  width: 17vw;
  text-align: center;
  color: gray;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: 800;
}
.homesbar{
  margin: 0;
  float: left;
  height: 15vh;
  padding-bottom: 2px;
  margin-bottom: 2px;
  line-height: 100px;
  width: 20vw;
  text-align: center;
  color: gray;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: 800;
}
.homelink:hover {
  color:rgb(0, 0, 0);
}
.horsebar:hover {
  color:rgb(139, 235, 138);
}
.mygobar:hover {
  color:rgb(44, 211, 248);
}

.topMygo:hover {
  animation: mygologoshine 0.5s linear;
}
@keyframes mygologoshine {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.tomori:hover {
  animation: membershine 0.5s linear;
}
.anon:hover {
  animation: membershine 0.5s linear;
}
.rana:hover {
  animation: membershine 0.5s linear;
}
.soyo:hover {
  animation: membershine 0.5s linear;
}
.taki:hover {
  animation: membershine 0.5s linear;
}
@keyframes membershine {
  0% {
    opacity: 0.9;
  }
  10% {
    opacity: 1;
  }
}

.mygomemberimage{
  width:50%;
  float:left;
}

.totalLinks{
  padding:8%;
  font-family:"Modern";
  font-size:150%;
}

.schedule{
  padding-top:10%;
}

table{
  background-color:black;
  empty-cells: hide;
}

.scheduleborder{
  background-color:aquamarine;
}

.schedulestripe{
  background-color:yellowgreen;
}

.white{
  background-color:white;
}

.tothetop{
  font-size:20px;
  width:0vw;
}

.underlinks{
  padding-top:15%;
}

.number{
  margin-top:3%;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 180%;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.gray{
  background-color: rgb(207, 207, 207);
}
.pink{
  background-color: rgb(255, 77, 216);
}
.orange{
  background-color: orange;
}
.green{
  background-color: rgb(0, 255, 0);
}
.yellow{
  background-color: yellow;
}
.blue{
  background-color: rgb(36, 73, 255);
}
.red{
  background-color: rgb(255, 67, 67);
}
.gold{
  background-color: gold;
}
.silver{
  background-color: silver;
}
.bronze{
  background-color: rgb(195, 130, 92);
}

.tyuumokuba{
  color:black;
  margin-left: 3%;
  margin-right: 3%;
  font-size:25px;
}
.shoubuhuku{
  margin-left: 30%;
  width: 20%;
}