@charset "UTF-8";       /*-----Top -----*/

/*=========●共通及び smart.css=========*/



    
    
/*-----スライド -----*/

.slide {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  overflow: hidden;
  background-color: #000000;
}


@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: 90%;
  height: auto;
  opacity: 0;
  animation: slideshow 20s linear infinite;
}

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

.slide img:nth-child(3) {
  animation-delay: 10s;
}

.slide img:last-child {
  animation-delay: 15s;
}
    
    
/*-----スライド -end----*/









 
 
/*=========●タブレット.css=========*/

@media screen and (min-width: 600px) {

}
/*=========●Mac pc.css=========*/
@media screen and (min-width: 1025px) {

    





}