@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);	


* {
    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: #5a3200;
	font-family: "Noto Sans JP", sans-serif;
	background:#fef6c6;
	background-size: 20px 20px;
}


.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;
}

.area{
	position: relative;
}

.t01{
	position: absolute;
	top:14%;
	width: 100%;
}

.t02{
	position: absolute;
	width: 30%;
	bottom:18%;
	left:2%;
}

.t03{
	position: absolute;
	width: 30%;
	bottom:18%;
	left:36%;
}

.t04{
	position: absolute;
	width: 30%;
	bottom:18%;
	right:2%;
}

.txt{
	margin: 4% auto;
}





.inpr{
	width:96%;
	margin: 0 2%;
	padding:3% 3%;
	font-size: clamp(1.2rem, 1.8vw, 2.0rem);
	border-radius: 10px;
	border:2px solid #ff7818;
}

.inpr2{
	margin:3% 2% 2%;
	width:96%;
}

.countdown {
	text-align: center;
	font-size: 4.5vmin;
	line-height: 5.5vmin;
	width: 96%;
	margin: 2%;
	font-weight: bold;
}

.timer{
	font-size: 8.0vmin;
	line-height: 9.0vmin;
	color: #ff4545;
	font-weight: bold;
	margin-bottom: 5%;
}


footer{
	font-size: 2.8vmin;
	line-height: 3.8vmin;
	text-align: center;
	padding: 3% 0;
	color: #fff;
	background: #ff4545;
}

@media screen and (min-width: 780px){

.countdown {
	font-size: 28px;
	line-height: 38px;
}

.timer{
	font-size: 60px;
	line-height: 70px;
}

footer{
	font-size: 20px;
	line-height: 30px;
}
}


