@charset "utf-8";
html{
    animation: fadein 3s forwards;
  }
  
  @keyframes fadein {
    0% {opacity: 0}
    100% {opacity: 1}
  }
body{
    font-family:'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    font-size: 16px;
}
a{
    text-decoration: none;
}
header h1{
    display: none;
 }

 header{
    width:1000px;
    height: 110px;
    margin: auto;
}

header ul{
    width:1000px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header ul li{
    width:100px;
    text-align: center;
    border-right: 1px solid ;
}
header ul li:last-child{
    border-right: none;
}
header ul li a{
    display: block;
}
header ul li{
    list-style: none;

}

header ul li a:hover{
    color:red;
    font-weight: bold;
    }
.gallery{
    color:red;
    font-weight: bold;
 }

 main{
    width: 1000px;
    height: 1720px;
    margin:  auto ;
    position: relative;
}

.art {
    height: 300px;
    position: absolute;
    left: 64px;
    top: 30px;
}

.jyake{
    height: 250px;  
    position: absolute;
    left: 357px; 
    top: 30px; 
}

.gura{
    height: 250px;  
    position: absolute;
    left: 686px; 
    top: 30px;
}

.chara2 {
    height: 300px;
    position: absolute;
    left: 64px; 
    top: 380px;
}

.uzu{
    position: absolute;
    height: 250px;
    left: 357px; 
    top: 380px;
}
.cup{
    height: 250px;
    position: absolute;
    left: 686px; 
    top: 380px;
}

.punk{
    height: 280px;
    position: absolute;
    left: -75px;
    top: 700px;
}

.toge{
    position: absolute;
    height: 270px;
    left: 360px; 
    top: 710px; 
}

.ska{
    height: 280px; 
    position: absolute;
    left: 676px;
    top: 700px;
}

.black{
    height: 285px; 
    position: absolute;
    left: -80px;
    top: 1030px; 
}

.not{
    height: 260px;
    position: absolute;
    left: 370px;
    top: 1040px;
}

.enishi{
    position: absolute;
    height: 270px;
    left: 710px; 
    top: 1030px;
}

.chai{
    height: 240px; 
    position: absolute;
    left: 25px;
    top: 1375px;
}


.shika{
    height: 230px; 
    position: absolute;
    left: 375px;
    top: 1380px;
}

.kyuu{
    height: 350px; 
    position: absolute;
    left: 665px;
    top: 1310px;
}

footer{
    width:1000px;
    height: 10px;
    text-align: center;
    margin: -40px auto;
}



/*ハンバーガー関連*/
body {
    margin: 0;
    padding: 0;
  }
  
  /*ハンバーガーアイコン*/
  .btn-burger {
      cursor: pointer;
      display: block;
      width: 56px;
      height: 60px;
      position: absolute;
      top: 5px;
      right: 10px;
  }
  
  /*ハンバーガーアイコンを作る三本線*/
  .icon, .icon:before, .icon:after {
      position: absolute;
      top: 13px;
      right: 0;
      left: 0;
      bottom: 0;
      height: 2px; /*線の太さ*/
      width: 30px; /*線の長さ*/
      background-color: #444;
      border-radius: 2px;
      display: block;
      content: '';
      cursor: pointer;
      margin: auto;
  }
  
  /*三本線の間隔*/
  .icon:before {
    top: -15px;
  }
  .icon:after {
    top: -29px;
  }
  
  /*チェックボックス非表示*/
  .nav-toggle {
      display: none;
  }
  
  /*アイコンをクリックしたら*/
  .nav-toggle:checked ~ .btn-burger .icon {
      background: transparent;
  }
  .nav-toggle:checked ~ .btn-burger .icon:before {
      transform: rotate(-45deg);
      top: 0;
  }
  .nav-toggle:checked ~ .btn-burger .icon:after {
      transform: rotate(45deg);
      top: 0;
  }
  
  .icon,
  .icon:before,
  .icon:after {
      transition: all .8s;
  }
  
  
  /*中身*/
  .nav {
      background-color: #fff;
      
  }
  .nav-list a {
      display: block;
      text-decoration: none;
      color: #000000;
      font-weight: bold;
      font-size: 14px;
  }
  
  .nav-list {
    text-align: center;
      list-style: none;
      display: none;
      margin: 0;
      padding-left: px;
     
  }
  
  .nav-list li {
      margin: 0;
      padding: 10px;
  }
  
  .nav-toggle:checked ~ .nav .nav-list {
      display: block;
  }
  
  /*メインイメージ*/
  .top {
      height: 200px;
      margin-bottom: 50px;
      background-color: #f0f8ff;
  }
  
  /* --------------------------------------------------
    幅768px以上のスタイル指定 ここから
  -------------------------------------------------- */
  @media screen and (min-width: 640px) {
  /* ハンバーガーボタン */
  .btn-burger {
      display: none;  /*768px以上では使用しない */
  }
}

/*ph関連*/
@media screen  and (max-width: 640px){

header{
    width: 100%; 
    height: 80px;
    text-align: center;
    margin: auto;
}
        
header ul{
    display: none;
}
        
header h1{
    display: block;
    font-size: 13px;
    font-weight:bold;
    padding-top: 20px;
    line-height: 1.8;
}
        
main{
    width:360px;
    height: 4440px;
    position: relative;
    margin: 0 auto;
}

.art {
   top:5px;
   height: 300px;
   left: 73.1px;
}   


.jyake{
    position: absolute;
    left: 30px;
    top: 320px;
    height: 300px;
} 
      
.gura{
    position: absolute;
    left: 30px;
    top: 635px;
    height: 300px;
} 

.uzu{
    position: absolute;
    left: 30px;
    top: 950px;
    height: 300px;
} 

.cup{
    position: absolute;
    left: 30px;
    top: 1265px;
    height: 300px;
} 

.chara2 {
    position: absolute;
    left: 30px;
    top: 1585px;
    height: 400px;
}   

.toge{
    position: absolute;
    left: 38px;
    top: 2000px;
    height: 290px;
}

.not{
    position: absolute;
    left: 48px;
    top: 2310px;
    height: 270px;
} 


.punk{
    position: absolute;
    width: 360px;
    left: 5px;
    top: 2585px;
    height: 230px;
} 

.black{
    position: absolute;
    width: 360px;
    left: 3px;
    top: 2795px;
    height: 230px;
}

.ska{
    position: absolute;
    left: 30px;
    top: 3010px;
    height: 300px;
}


.enishi{
    position: absolute;
    left: 55px;
    top: 3320px;
    height: 300px;
}

.chai{
    position: absolute;
    left: 35px;
    top: 3643px;
    height: 240px;
}


.shika{
    position: absolute;
    left: 60px;
    top: 3905px;
    height: 210px;
}

.kyuu{
    position: absolute;
    left: 25px;
    top: 4105px;
    height: 310px;
} 

footer{
    width: 360px;
    text-align: center;
    font-size: 12px;
}

}
