@charset "UTF-8";

body{background-color: rgb(58,60,60);
    
    width: 100vw;
    
    
}
.logo {
    margin-top: 1.5vh;
    width: 100vw;
}



.slide {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
  text-align: center;
}

@keyframes slideshow{
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }

}

.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation :slideshow 24s linear infinite;
}

.slide img:nth-child(2){
  animation-delay: 8s;
}

.slide img:last-child{
  animation-delay: 16s;
}


#copyright {
    border-top: solid #fff;
    clear: both;
    width: 100vw;
    text-align: center;
    font-size: 17px;
    font-family: 'notosan';
}


/*メニュー部分*/
.girlsrule{
    list-style: none;
     width: 95vw;
    
    padding-left: 7%;

}


.girlsrule li{
    float: left;
    border-right: 2px dashed #ffffff;    
    }

.girlsrule li:last-child{
    border-right: none;
    font-family: 'honoka'
}



.girlsrule li a{
    display: block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    
}



.girlsrule li a strong{font-size: 24px;
    text-align: center;
    font-family: 'honoka';
    
}

#wrapper{
    width:100vw; }

.kando{text-align: center;}