html {
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
-o-text-size-adjust: none;
}
body{
	font-family:sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
	background-color: black;
}
.container{
    width: 100%;
    height: 100%;
    background-image: url('../static/bg_mobile.jpg');
    background-repeat : no-repeat;
    background-size: cover;
    min-width: 700px;
    min-height: 1500px;
}
.main01{
    width: 100%;
    height: 40%;
    min-height: 500px;
}
.main02{
    width: 100%;
    height: 10%;
    max-height: 60px;
    min-height: 60px;
    margin-top: 200px;
	text-align: center;
}
form{
    margin: 0;
}
#stockinfo{
    font-size: 40px;
    width: 80%;
    height: 100px;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    margin-top: 20px;
    border: none;
    outline: none;
	border-radius: 10px;
}
.main03{
    width: 100%;
    height: 100px;
    text-align: center;
    margin-top: 130px;
}
#text01{
    width: 100%;
}
.main04{
    color: white;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    display: block;
    min-height: 100px;
	margin-top: 80px;
}
.sp04{
    display: block;
    margin-top: 2px;
}
#btn_start{
    height: 120px;
    cursor: pointer;
}
.footer{
    width: 100%;
    height: 140px;
    background-color: black;
    margin-top: 300px;
}
.footer a{
    color: white;
	text-decoration: none;
}
.foot{
    width: 80%;
    margin-left: 10%;
    height: 100%;
    color: white;
    font-size: 20px;
}
.foot_span1{
    display: block;
    padding-top: 10px;
}
.foot_span{
    display: block;
    margin-top: 5px;
}
.main05{
    flex: 1;
    position: relative;
    margin-top: 150px;
    margin-bottom: 50px;
	display: none;
}
.pr{
    position: relative;
    width: 80%;
    margin-left: 10%;
    height: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: black;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-weight: 600;
    font-size: 40px;
}
.ps{
    line-height: 80px;
}
.prcon{
    position: absolute;
    width: 100%;
    height: 80px;
    z-index: 10;
}

.prr01{
    position: absolute;
    height: 80px;
    background-color: #ffd101;
    width: 0;
}
.prr02{
    position: absolute;
    height: 80px;
    background-color: #ffd101;
    width: 0;
}
.prr03{
    position: absolute;
    height: 80px;
    background-color: #ffd101;
    width: 0;
}
.prr04{
    position: absolute;
    height: 80px;
    background-color: #ffd101;
    width: 0;
}
.prr05{
    position: absolute;
    height: 40px;
    background-color: #8e0000;
    width: 0;
}
.main06{
    color: white;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    display: block;
    min-height: 100px;
	display: none;
	margin-top: 230px;
}
.sp06{
    display: block;
    margin-top: 5px;
	padding: 2%;
}
.sp061{
    color: #fae100;
}
#text02{
    width: 100%;
}
.main08{
    width: 100%;
    height: 100px;
    text-align: center;
    margin-top: 80px;
    min-height: 100px;
	display: none;
}
@keyframes moveButton {
  0% {  transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}
#btn_get{
    height: 120px;
    cursor: pointer;
	border-radius: 10px;
	animation-name: moveButton;
    animation-duration: 1.5s;
    animation-iteration-count: infinite
}
#button_get{
    width: 40%;
    margin-left: 30%;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}
.button_get{
    width: 100%;
}