body {
  background-color: #000000;
}

/* navbar 背景色部分 */
.overlay.open {
  background-color: #000000;
}

.contact_title {
  position: absolute;
  left: 6.5%;
}


#email_address{
  width: 229px;
  z-index: 1;
  position: absolute;
  bottom: 12%;
}

#contact_wolf{
  width: 229px;
  z-index: 2;
  position: absolute;
  bottom: 12%;
}

.contact_sns{
  width: 31.11px;
  height: 31.11px;
}



#email_address {
  animation: rotate-anime 8s linear infinite;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(-360deg);}
} 