@charset "utf-8";
*{padding: 0; margin: 0; box-sizing: border-box}

body{
  font-size: 16px;
  font-family: 'Comfortaa', cursive, 'Noto Sans JP', sans-serif;
  min-height: 100vh;
}

#wrap{
  width: 100%;
  min-height: 100vh;
  padding-top: 50px;
  background-size: cover;
  background-position: 50% 50%;
}

#info{
  width: 30vw;
  position: fixed;
  top: 10px;
  right: 5%;
}

#moonImg{
  width: 30vw;
  height: 30vw;
}

#moonImg img{
  width: 100%;
  height: auto;
  transform: rotate(-23deg);
}

#info #moonImg #moonAge{
  width: 30vw;
  height: 30vw;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 2px #000;
}

#info #moonImg #moonAge span{
  font-size: 12px;
}


#today{
  margin-right: 1em;
}

#today span{
}

#bottomItem{
  width: 96vw;
  position: fixed;
  bottom: 2vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#bottomItem #upper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  background-color: rgba(30, 30, 30, .7);
  color: #CDCDCD;
  padding: 2vw 2vw 0;
  border-radius: 10px 10px 0 0;
  border-bottom: solid 1px #CDCDCD;
}

#next{
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

#dekigoto{
  background-color: rgba(30, 30, 30, .7);
  color: #CDCDCD;
  padding: 2vw;
  border-radius: 0 0 10px 10px;
}

#dekigoto .title{
  display: block;
  padding: 2vw;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #CDCDCD;
  font-size: 14px;
  font-weight: 700;
}

#dekigoto ul{
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

#dekigoto ul li{
  font-size: 12px;
  line-height: 1.6;
  color: #CDCDCD;
  overflow: hidden;
  text-indent: -1em;
  margin-top: 2vw;
}

#dekigoto ul li a{
  color: #FFFEA4;
}

#now{
  width: 4em;
}
