.topheaderimg {
    animation: SlideIn 1.6s;
  }
  
  .top-contents{
    padding-top: 40px;
  }
  
  @keyframes SlideIn {
    0% {
      opacity: 0;
      transform: translateX(64px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @media screen and (max-width: 640px) {



    .header{
    height: 60px;
    }
    
    #custom_header{
      padding-top: 30px;
     }
    
    
    .top-contents{
      padding-top: 0px;
    }
    
    
    
    .en{
    font-style: light;
    font-family: "ヒラギノ明朝 ProN";
    }
    
    .h1 a {
    font-size: 14px;
    float: left;
    
    
    }
    
    .new-img{
    margin-top:20px;
    width: 70px;
    height: 30px;
    
    }
    
    
    
    
    }
  
  
    
  .h1 a {
  font-family: "凸版文久見出しゴシック";
  }
  
  
  
  .header {
    position: fixed;
    width: 100%;
    z-index: 10000;
  }
  
  
  
  .new-img{
  width: 70px;
  height: 30px;
  
  }
  
  
.e-sports{
     display:block;
    margin-top:70px;
    margin-bottom: 60px;
  }
  

  
    
  #inner-header{
    animation: SlideIn 1.6s;
    opacity:0.9;
  }  
@keyframes SlideIn {
    0% {
      opacity: 0;
      transform: translateY(64px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  #top_carousel{
    margin-top:0px;
  }
  
  #menu-item-1558 {
  
   margin-bottom: 10px;
   background-image: url("http://5054c80d167943bb.lolipop.jp/akebi03/wp-content/uploads/2020/08/icons8-外部リンク-50.png");
   background-repeat: no-repeat;
   background-size:contain;
   background-position:0px 30px 0px 0px ;
  }
  
  #menu-item-1558 a: hover{
    color: grey;
  }
  
  
  
  