body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #666;
  font: 16px/28px;
  font-family: "Source Sans Pro", sans-serif;
  background: #e2e2e0;
}

#logo {
  position: absolute;
  z-index: 100;
  left: 0%;
  top: 0%;
  color: #fff;
  text-align: left;
  width: 300px;
  height: 300px;
  margin: 20px 0 0 20px;
}

h1 {
  font-size: 50px;
  font-weight: 300;
  margin: 0px;
  padding: 0;
}

h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0px;
  padding: 0;
}

h3 {
  font-size: 45px;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
}

p {
  margin-bottom: 30px;
  font-weight: 300;
}

#link-scroll {
  border: 3px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  text-decoration: none;
}

#fold {
  position: relative;
  height: 10%;
}

#panel {
  z-index: 100;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  opacity: 0.6;
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  vertical-align: middle;
  color: white;
}

video#bgvid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

video {
  display: block;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 60vh;
}

.container img {
  margin-bottom: 80px;
}

.main {
  color: white;
  font-size: 24px;
  z-index: 100;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.in_logo {
  width: 280px;
}

.shop-link {
  z-index: 100;
  padding: 6px 16px;
  margin: auto;
  margin-bottom: 12px;
  width: 400px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  /* Unvisited link  */
  /* Visited link    */
  /* Mouse over link */
}

.shop-link a {
  color: #ffffff;
  text-decoration: none;
}

.shop-link a:visited {
  color: #ffffff;
}

.shop-link a:hover {
  color: #ffffff;
  text-decoration: none;
}

.shop-link a:active {
  color: #ffffff;
}

.shop-link .shop-logo {
  margin: 0px;
}

.shop-logo {
  margin: 0px;
  padding: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 350px;
  display: block;
  margin: 0 auto;
}

.shop-logo:hover {
  -webkit-transform: perspective(300px) rotateX(30deg);
          transform: perspective(300px) rotateX(30deg);
}

.shop-link {
  border-radius: 2px;
  width: 100%;
}

/*.shop-link:hover {
	background-color: #179db3;
}*/
.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

@media only screen and (max-width: 760px) {
  video#bgvid {
    display: none;
  }
  body {
    background-image: url("./cubes.png");
  }
  .main {
    font-size: 16px;
  }
  .overlay {
    display: none;
  }
  .shop-logo {
    width: 260px;
  }
  .shop-logo:hover {
    -webkit-transform: none;
            transform: none;
  }
  #panel {
    padding-top: 10px;
    padding-bottom: 34px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */