/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/*@include layout-SP {
}
*/
@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("/font/RobotoCondensed-Regular.woff2") format("woff2"), url("/font/RobotoCondensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
canvas {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}

.start_btn {
  font-family: ccmonstermash, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  letter-spacing: 3px;
  left: 0;
  bottom: 60px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 25px;
  width: 150px;
  z-index: 3;
  text-align: center;
  font-size: 30px;
  background-color: rgba(255, 120, 0, 0.5);
  display: block;
  text-decoration: none;
  padding: 14px 40px;
  line-height: 0.9;
  color: #FFF;
  background-color: #121;
  border-radius: 35px;
  transition: all 300ms 0s ease-out;
}
@media screen and (min-width: 769px) {
  .start_btn:hover {
    color: #121;
    background-color: #EEE;
  }
}
@media screen and (max-width: 768px) {
  .start_btn {
    font-size: 4.5333333333vw;
    height: 4.2666666667vw;
    width: 24vw;
    padding: 2.6666666667vw 5.3333333333vw;
    border-radius: 4.6666666667vw;
    bottom: 8vw;
    letter-spacing: 0.4vw;
  }
}

.backbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 12px;
  background-color: #121;
  z-index: 100;
}
.backbtn svg {
  width: 40px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .backbtn {
    padding: 2.6666666667vw;
    width: 7.3333333333vw;
    height: 7.3333333333vw;
    right: 0vw;
    bottom: 0vw;
  }
  .backbtn svg {
    width: 5.3333333333vw;
  }
}

.touch {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation-name: anime1;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 5;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  .touch {
    width: 17.3333333333vw;
    height: 17.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .touch {
    animation-name: anime1s;
  }
}

.touch-wrap {
  opacity: 0;
  animation-name: anime2;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes anime1 {
  0% {
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(70px);
  }
  @media screen and (max-width: 768px) {
    0% {
      display: none;
      transform: translateX(-4vw);
    }
    100% {
      transform: translateX(4vw);
    }
  }
}
@keyframes anime1s {
  0% {
    transform: translateX(-5.2vw);
  }
  100% {
    transform: translateX(5.2vw);
  }
}
@keyframes anime2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ar-texts {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ar-texts {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}

.ar-text {
  margin-bottom: 7px;
  margin-top: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ar-text {
    margin-bottom: 1.0666666667vw;
  }
}

.ar-link {
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 1;
}