
body {
  position: relative;
  margin: 0;
  width: 100%; 
  height: 100%;
  background-color: rgb(0, 0, 0);
  overflow-x: hidden;
  overflow-y: auto; 
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.header {  
    margin-left: auto;
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 0;    
    padding: 10px;
    width: auto;
    }
    
    .logo{
      display: inline-block;
      margin-bottom: 10px;
      width:210px;
      background-image: linear-gradient(rgba(255, 255, 255, 0) 50%, rgb(0, 0, 0) 50%);
      background-position: 0 0;
      background-size: auto 200%;
      filter: drop-shadow(-5px 10px 10px #ffffff);
      pointer-events: none; 
    } 
    
.wrapper {
  /*  display: grid;
  margin: 0;
  min-height: 100vh;
  grid-template-rows: 100px 100px 1fr 100px;
  grid-template-columns: 100px 1fr 100px;
  grid-template-areas:
  ". . . . ."
  ". b b b b"
  ". . . . ."
  "c c c c c"; 
  */
  padding-top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 10%;
  margin-bottom: 30%;

  @media screen and (max-width: 768px) {
    margin-bottom: 50%;
}
  @media screen and (max-width: 480px) {
    margin-bottom: 80%;
}

}

.main {
  visibility: ;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 100%;
  

}

.stat-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue" , "Helvetica" , "Arial" ,"ヒラギノ角ゴシック";
  overflow-y: scroll;
  z-index: 10;
  animation: fadeIn 2s forwards;
  
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);

  }
  100% {
    opacity: 1;
    transform: translateY(0);

  }
}

.stat-main {
  position: relative;
  width: 30%;
  height: auto;

  @media screen and (max-width: 1024px) {
    width: 70%;
    
}

}

.p1 p {
  letter-spacing: -3px;
  font-family: "Helvetica Neue" , "Helvetica" , "Arial" ,"ヒラギノ角ゴシック";
  color: rgb(185, 185, 185);
  font-size: 3rem;
  padding-bottom: 2rem;

  @media screen and (max-width: 480px) {
    font-size: 2rem;
    line-height: 1.5rem;
    letter-spacing: -1.8px;

}

}


  


.p2 p {
  font-weight: 200;
  text-align: left;
  letter-spacing: -0px;
  position: relative;
  width: auto;
  height: auto;
  font-family: "Helvetica Neue" , "Helvetica" , "Arial" ,"ヒラギノ角ゴシック";
  color: rgb(0, 0, 0);
  font-size: 0.95rem;
  line-height: px;
  text-align: justify;

  @media screen and (max-width: 480px) {
    font-size: 0.6rem;
    line-height: 1.2rem;
}

span.h1 {
  font-size: 1rem;
  font-weight: 400;
  color: rgb(255, 28, 28);
  
  @media screen and (max-width: 480px) {
    font-size: 0.7rem;
}
}

a {
  text-decoration: none;
  color: rgb(185, 185, 185);
  padding: .05em;
}

a:hover {
  color: rgb(255, 28, 28);
}

  
}


.map {
  position: relative;
  display: flex;
  justify-content: center;
}
.map img {
  width: 100%;
  height: auto;
  pointer-events: none; 

}



.load-image {
  position: fixed; 
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  bottom: 0;
  animation: fadeOut 3.5s forwards; 
}
.gradient {
  position: fixed; 
  width: 100%;
  height: 40%;
  background: linear-gradient(to top,rgb(255, 255, 255),90%, rgba(255, 255, 255, 0));
  bottom: 0;
  z-index: 10;
  visibility: ;

  @media screen and (max-width: 480px) {
    height: 35%;
}

  
}



.footer-wrapper{
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 12;
}
.link{
  padding: 10px 10px 0px 10px;
  width: 100px;

  .nav {
    font-family: "Helvetica Neue" , "Helvetica" , "Arial" ,"ヒラギノ角ゴシック";
    letter-spacing: -3.2px;
    color: rgb(185, 185, 185);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 50%,  rgb(255, 28, 28) 50%);
    background-position: 0 0;
    background-size: auto 200%;
    text-decoration: none;
    transition: color 0.2s;
    transition: transform 0.2s;

    display: inline-block;

    @media screen and (max-width: 480px) {
      letter-spacing: -2px;

  }
    }
  }

  .nav:hover{
    color: rgb(255, 28, 28);
    text-decoration: none;
    transform: translateX(10px);

  }
    .nav:active{
        background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgb(183, 183, 183) 50%);        
      }  
        li {
          font-size:4rem;
          list-style: none;
          line-height: 3rem;
          padding-top:10px;
          padding-bottom:0;
          width: 100px;
          @media screen and (max-width: 480px) {
            font-size: 2.8rem;
            line-height: 2rem;
            letter-spacing: -2px;

        }
          }


    
.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  width: auto;
  padding: 10px 10px 10px 10px ;  
    /* border-top: solid 1px#000000; */
    background: #38000000;
    white-space: nowrap;
}
.f1{
  align-items: flex-end;
  
}

p {
  font-family: "Helvetica Neue" , "Helvetica" , "Arial" ,"ヒラギノ角ゴシック";
  color: #000000;
  font-size: 0.8rem;
  margin: 0;
  @media screen and (max-width: 480px) {
    font-size: 0.5rem;
}
}
