@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: #000;
}
#wrapper {
  box-sizing: border-box;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background-color: #000;
	overflow: hidden;
}
.rela {
  position: relative;
  margin: 0 auto;
	
}
.f-container {
  max-width: 900px;
  width: 100%;
  position: absolute;
  top: 6%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
	right: 0.5%;
	
}
.f-container a {
  display: block;
  width: 43%;
  padding: 0% 8% 2% 5%;
	
   
}
.support {
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
 .support_btn {
    font-size: 1.5vw;
    margin: 0 auto;
    display: block;
    padding: 4px;
    margin-top: 3%;
     color: #040068;
  background-color: #fff;
    width: 60%;
	  border: 3px solid #1D2452;
  }
footer {
  color: #fff;
  background-color: #010329;
  padding: 10px;
}
.gender {
  position: absolute;
  top: 74%;
  display: flex;
  padding: 7%;
  padding-bottom: 8%;
}
.gender a {
  display: block;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
}
.select_box {
  padding-top: 10%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 74%;
  color: #000;
}
select_box .select{
	max-width: 100%;
    width: 100%;
    font-size: 40%;
}
.nextBox {
     position: absolute;
    top: 82%;
    padding: 3%;
    padding-bottom: 8%;
    width: 45%;
    left: 0;
    right: 0;
    margin: auto;
}
#kakutei {
	position: absolute;
	top:3%;
	width: 85%;
	padding-top: 62%;
	padding-bottom: 50%;
    left: 0.1%;
  right: 0;
  margin: auto;
	z-index:99;
}
#back{
	background-size: 100%, 0;
  background-repeat: repeat-y;
}
.select_box {
  padding-top: 0%;
  text-align: center;
}
.select_box input {
  width: 400px;
  padding: 3%;
}
select {
  font-size: 23px;
  padding: 2%;
}
#text {
	position: absolute;
	top: 35%;
	text-align: center;
	  left: 0;
  right: 0;
  margin: auto;
  padding-top: 10%;
  font-size: 18px;
	color: #fff;
}

#text_2{
	position: absolute;
	  left: 0;
  right: 0;
  margin: auto;
	top:87%;
	color: #000f;
	width: 50%;
	font-size: 14px;
}
#text_2 .p{
	padding-bottom: 10%;
}
.point{
  width: 100%;
}


.point1{
      animation: slideUp 1.7s 0.7s forwards;
    top: 0%;
    right: 0%;
    left: inherit;
    width: 100%;
	z-index: 99;
	
}
.point2{
  animation: slideUp 0.2s 0.3s forwards;
    top: -60%;
    right: 0%;
    left: inherit;
    width: 100%;
	z-index: 99;
	
}
.point3{
       animation: slideUp 1.6s 0.8s forwards;
    top: 0%;
    right: 0%;
    left: inherit;
    width: 100%;

}
.point4{
    animation: slideUp 1.6s 1.1s forwards;
    top: 10.5%;
    right: 4%;
    left: inherit;
    width: 21%;
}
@keyframes slideUp{
  0%{
    opacity: 0;
    bottom:-2% ;
  }
  60%{
    bottom: 5%;
  }
  80%{
    bottom: 1%;
  }
  100%{
    opacity: 1;
    bottom: 2%;
  }
}
@media screen and (max-width:425px) {
  .support {
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .support_btn {
    font-size: 3vw;
    margin: 0 auto;
    display: block;
    padding: 2px;
    margin-top: 3%;
     color: #040068;
  background-color: #fff;
    width: 60%;
	  border: 3px solid #1D2452;
  }
  footer {
    font-size: 3vw;
  }
  .select_box {
    padding-top: 0%;
    max-width: 100%;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .select_box input {
    padding: 2%;
  }
  .form_name {
    max-width: 100%;
    width: 60%;
    font-size: 4vw;
  }
  select {
    font-size: 18px;
  }
}

.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;
}
.btn{
	position: absolute;
	 left: 5%;
      transform: translateY(-110%);
	  width: 90%;
	  animation: bound 1.5s infinite;
}

.btn2{
	position: absolute;
	 left: 5%;
      transform: translateY(-67%);
	  width: 90%;
	  animation: bound2 2s infinite;
}

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

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

.point{
  position: absolute;
  bottom: -2%;
  left: 2%;
  width: calc(92% /3);
  
}
.point1{
      animation: slideUp 3.0s 0.0s forwards;
    top: 8%;
    right: 0%;
    left: inherit;
    width: 100%;
	z-index: 99;
}
.point2{
  animation: slideUp 0.2s 0.0s forwards;
    top: -20%;
    right: 0%;
    left: inherit;
    width: 100%;
	z-index: 99;
	
}
.point3{
       animation: slideUp 1.2s 0.0s forwards;
    top: 0%;
    right: 0%;
    left: inherit;
    width: 100%;
	
}
.point4{
    animation: slideUp 1.6s 0.0s forwards;
    top: 45.5%;
    right: 4%;
    left: inherit;
    width: 21%;
}

.circle {
	position: absolute;
  width: 70%;
  top: 17%;
  left:15.5%;
	z-index: 20;
opacity:0.6;
	
}

.circle2 {
	position: absolute;
  width: 70%;
  top: 32%;
  left:15%;
	z-index: 20;
opacity:0.3;
	
}
.card {
	position: absolute;
	width: 100%;
	top: -2%;
	opacity:1;
	
}

#box1{
  animation:21s linear infinite rotation1;
	
	
}
#box2{
  animation:20s linear infinite rotation1;
	
}

#box3{
  animation:21s linear infinite rotation2;
	
    
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

@keyframes rotation2{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(-360deg); }
}

@keyframes slideUp{
  0%{
    opacity: 0;
    bottom:-2% ;
  }
  60%{
    bottom: 5%;
  }
  80%{
    bottom: 1%;
  }
  100%{
    opacity: 1;
    bottom: 2%;
  }
}







.line{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50%;
}
.content_wrapper{
	position: relative;
}


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


.tarotm {
  position: absolute;
  width: 100%;
  top: -7%;
  left: -0.15%;
	z-index:99;
}

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

.tarot2 {
  position: absolute;
  width: 100%;
  top: -6%;
  left: 0%;
	
}