@charset "utf-8";


* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

address, em, cite, dfn, var {
  font-style: normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

p {
    margin-top: 0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
}

table th{
  vertical-align:top;
}

input, select {
    vertical-align:middle;
}

a{
	text-decoration:underline;
	color:#fff;
}

a {
    -webkit-tap-highlight-color:transparent;
}

a:hover{
	color: #333;
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

a img {
    border-style:none;
}

	
html,body {  
  -webkit-text-size-adjust: none;  
} 


body {
    margin:0;
	width:100%; 
    color: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background:#000;
}


#video-background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  z-index: -999;
  margin: 0 auto;
 
}

.center{
	text-align:center;
	margin:0 auto;
}

.right{
	text-align:right;
}

img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}

#main{
	margin: 0 auto;
	overflow:hidden;
	max-width: 750px;
	padding-bottom: 10%;
}

.area{
	position: relative;
}



.inpr{
	width:96%;
	margin: 0 2%;
	padding:3% 3%;
	font-size: clamp(1.2rem, 1.8vw, 2.0rem);
	border-radius: 10px;
	border:2px solid #999;
}

.inpr2{
	margin:3% 2% 5%;
	width:96%;
}

@keyframes vertical {
	0%,100% {
	-webkit-transform: scale(1.0)
        }
	50% {
	 -webkit-transform: scale(0.8)
	}	
}


.flow-box {
  display: none;
}

#flow {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
}

.countdown {
	text-align: center;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	position: absolute;	
	bottom: 14%;
	width: 80%;
	margin: 0 10%;
}

.timer{
	font-size: 8.0vmin;
	line-height: 9.0vmin;
	color: #ff0000;
}

.txt{
	color: #000;
	padding: 15px;
}

footer{
	text-align: center;
	padding: 3% 0;
}

@media screen and (min-width: 780px){

.countdown {
	font-size: 28px;
	line-height: 38px;
}

.timer{
	font-size: 60px;
	line-height: 70px;
}
}

