@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
img {
  vertical-align: bottom;
  border: none;
  width: 100%;
}
table {
  border-collapse: collapse;
}
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"] {
  -webkit-appearance: none;
}
body {
  margin: 0 auto;
  text-align: center;
  font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    background-color: #fff;
}
#wrapper {
  box-sizing: border-box;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
	overflow: hidden;
}
.rela {
  position: relative;
  margin: 0 auto;
	
}
footer {
  color: #fff;
  background-color: #565555;
  padding: 10px;
}


@media screen and (max-width:425px) {
  footer {
    font-size: 3vw;
  }
}

.anim-box {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}


@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.btn_wrap {
	position: relative;
}

.btn2 {
	position: absolute;
	 left: 2%;
      transform: translateY(-125%);
	  width: 95%;
	z-index:98;
}

.btn3{
	position: absolute;
	 left: 0%;
      transform: translateY(103%);
	  width: 100%;
    animation: bound2 2s infinite;
}

@keyframes bound{
  0%{
    bottom: 15px;
  }
  50%{
    bottom: 15px;
  }
  65%{
    bottom: 20px;
  }
  75%{
    bottom: 15px;
  }
  90%{
    bottom: 20px;
  }
  100%{
    bottom: 15px;
  }
}

@keyframes bound2{
  0%{
    bottom: 15px;
  }
  50%{
    bottom: 15px;
  }
  65%{
    bottom: 20px;
  }
  75%{
    bottom: 15px;
  }
  90%{
    bottom: 20px;
  }
  100%{
    bottom: 15px;
  }
}
	    
.content_wrapper{
	position: relative;
}


.move {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
	
}

.time {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
	z-index:99;
}


 .timer {
	  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 17%;
	z-index:99;
	 
    font-size: 8vw;
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20vh;
	 
  }


  /* 画面幅が非常に大きくなった時に上限も設定 */
 @media (min-width: 900px) {
   .timer {
      font-size: 70px;
    }
	
	  
  }

  @media (min-width: 1200px) {
   .timer {
      font-size: 70px;
    }
	
	  
  }
@media (min-width: 570px) {
   .btn3{
	position: absolute;
	 left: 0%;
      transform: translateY(102%);
	  width: 100%;
    animation: bound2 2s infinite;
}
	  
  }
