
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 3.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}    
}

body{
   font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    width: 1400px;
    margin: 0 auto;
}

.header-image{
  width: 100%;
  height: 100px;
  margin;100px;
  padding:5px;
}


.swiper-wrapper{
    margin-top: 100px;
    z-index: 1;
   text-align:center;
  width: 1400px;
  height: 683px;
}

.Comment{
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  margin: 0 auto;
  margin-top: -20px;
  background-color:#e2e2e2;
  width:1024px;
  height: auto;
  color:#515151;
  line-height: 250%;
  text-align: center;
}

.Comment a{
  color: rgb(168, 168, 168);
}



h1{
  padding-top:30px;
}



.squre{
    text-align: center;
    width: 1100;
    margin: 0 auto;
    padding-top: 50px;
}


article{
  width:300px;
  height: 300px;
  text-align: center;
  float: left;
  padding: 30px;
  margin-top: 50px;
}


.squre-image{
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}


footer{
  font-family: 'Assistant', sans-serif;
  width:1400px;
  height: 300px;
  color:#515151;
  margin: 0 auto;
}

.icon{
  width: 64px;
  height: 64px;
  float: left;
  margin: 200px;
}

.copyright{
  clear: both;
  text-align: center;
  margin-bottom: 100px;
}

h2{
  margin-top:-3px;
}

h2:hover{opacity: 0.6;}


/*メディアクエリ*/
@media screen and (max-width:500px) {
  body {
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
  }

  
  #nav-drawer{
    z-index: 99;
  }
 
  img{
    width: 100%;
    object-fit: cover;
  }
  
  .swiper-container, .swiper-wrapper{
    width: 100%;
    height: 60%;
    max-height: 270px;
    z-index: 10;
    margin: 0;
  }
  
.swiper-button-prev,
  .swiper-button-next {
    top:50%;
    transform: scale(0.5,0.5);
  }
  
  
  
  .comment {
    width: 100%;
    height: auto;
  }

  .text {
    margin: 0 auto;
    width: 90%;
  }

  .squre {
    width: 100%;
  }

  article {
    height: 300px;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  footer {
    max-width: 100%;
    clear: both;
    width: 100%;
  }

  .icon-image {
    width: 100%;
    margin: 0 auto;
  }

  .icon {
    width: 11%;
    height: auto;
    margin: 11%;
  }
  

  .copyright {
    text-align: center;
    width: 100%;
  }
}