@charset "utf-8";

*{
    padding: 0;
    margin: 0;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeOut 1.5s 2.5s forwards;
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  .loading__logo {
    opacity: 0;
    animation: logo_fade 2s 0.5s forwards;
    width: 175px;
  }
  
  @keyframes logo_fade {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
  
    60% {
      opacity: 1;
      transform: translateY(0);
    }
  
    100% {
      opacity: 0;
    }
  }
  
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 0%;
    background:black;
  }
  

  
  
  /*------------------------------
  
    ここから下がハンバーガーメニュー
    に関するCSS
  
  ------------------------------*/
  /* チェックボックスは非表示に */
.drawer-hidden {
    display: none;
  }
  
  /* ハンバーガーアイコンの設置スペース */
  .drawer-open {
    display: flex;
    height: 40px;
    width: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;/* 重なり順を一番上に */
    cursor: pointer;
  }
/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background: rgb(255, 255, 255);
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}
/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
    bottom: 8px;
  }
  
  /* 三本線のうち一番下の棒の位置調整 */
  .drawer-open span:after {
    top: 8px;
  }
  
  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0);
  }
  
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer-check:checked ~ .drawer-open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #drawer-check:checked ~ .drawer-open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
    
  /* メニューのデザイン*/
  .drawer-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/* メニューを画面の外に飛ばす */
    z-index: 99;
    background: hsl(256, 56%, 59%);
    transition: .5s;
  }

  .drawer-item1 {
    position: absolute;
    top: 210px;
    left: 40%;
  }
  a {
    color: aliceblue;
  }

  .drawer-item2 {
    position: absolute;
    top: 260px; ;
    left: 38%;
  }

  .drawer-item3 {
    position: absolute;
    top: 310px;
    left: 38%;
  }
  
  /* メニュー黒ポチを消す */
.drawer-list {
    list-style: none;
  }
  /* アイコンがクリックされたらメニューを表示 */
  #drawer-check:checked ~ .drawer-content {
    left: 0;/* メニューを画面に入れる */
  }  

#top{
    height: 640px;
margin: 0px;

}
h2{
    margin: 0px;
    color: black;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    left: 5%;
    top: 25%;

}
#maindesu{
    margin: 0%;
    background-image: url(maindesu.png);
    background-size: cover;
    padding: 0;
    top: 300px;
}
.midasi{
    margin: 0px;
    color: aliceblue;
    font-size: 20px;
    position: absolute;
    left: 15%;
    top: 680px;
}

body{
    margin: 0px;
    height: 0px;
    background-color: black;
}


.syouhinnsyoukai{

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  
}

.setimei{
    text-align: center;
    height: 1900px;
    margin: 0;
}




.nakamidesu {
    top: 900px;
    background-image: url(haikeigazou2.png); 
    margin: 0px;
    padding: 0px;
    position: relative
    

    

}



.syannpu-{
    text-align: center;
    position: absolute;
    margin: 0px;
    color: aliceblue;
    font-size: 15px;
    line-height: 70px;
    left: 15px;
    top: 1200px;
}

.tori-tomennto {
    text-align: center;
    position: absolute;
    margin: 0px;
    color: aliceblue;
    font-size: 15px;
    line-height: 70px;
    top: 1700px;

}

.neeyan {
    text-align: center;
    left: 20px;
    position: absolute;
    margin: 0px;
    color: aliceblue;
    font-size: 15px;
    line-height: 70px;
    top: 2200px;  
}

.neguse {
    text-align: center;
    position: absolute;
    margin: 0px;
    color: aliceblue;
    font-size: 15px;
    line-height: 70px;
    top: 2600px;

}


.sonota{
    margin: 0px;
    position: absolute;
    font-size: 13px;
    color: #ffffff;
    left: 4%;
    top: 100px;
}

#futadayo {
    
    position: absolute;
    margin: 0%;
    bottom: 0%;
}

.aikontatidayo {
position: absolute;  
margin: 0%;  
top: 30px;
}

.kopi-raita{
    margin: 0px;
    position: absolute;
    font-size: 10px;
    color: #ffffff;
    left: 20%;
    top: 180px;
}




.futa {
    background-image: url(futa.png);
    margin: 0%;
    position: absolute;
    top: 3500px;
}







  
    




