@charset "utf-8";
/* CSS Document */
/***********************************
	背景画像
***********************************/
body {
  background: url(https://whipbunny.itembox.design/item/images/bg0611.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  margin: 0;
  padding: 0;
}
.indexLogo {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translate(55%, 0);
  text-align: center;
  width: 500px;
}
.indexLogo img {
  width: 100%;
  filter: drop-shadow(1px 1px 5px rgba(255, 255, 255, 10));
}
@media screen and (max-width: 640px) {
  body::before {
    content: "";
    background: url(https://whipbunny.itembox.design/item/images/spbg0611.jpg) no-repeat top center;
    background-size: cover;
    background-position: 0 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    transform: translateZ(0);
  }
  .indexLogo {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
  }
}
/***********************************
	リンク
***********************************/
.indexLink {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  position: fixed;
}
.indexLink .indexLinkBtn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}