@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;
}

video {
	width: 100%;
 	display: block;
}

.area{
	position: relative;
}

html {
    -webkit-text-size-adjust: 100%;
}



body {
    margin:0;
	width:100%; 
	font-family:Noto Sans JP, sans-serif;
	background: #000;
	color: #fff;
}


.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: 768px;
}

.ab01{
	position: absolute;
	width: 100%;
	bottom: 6.5%;
}

.ab02{
	position: absolute;
	width: 100%;
	bottom: 6.1%;
}

.btn{
	padding: 0 6%;
	text-align: center;
	width: 100%
}


.dokidoki { animation: dokidoki 1.5s infinite;}
@keyframes dokidoki {
    0% {transform: scale(1.05);}
    5% {transform: scale(1);}
    50%{-webkit-transform: scale(1.05);}
    55%{transform: scale(1);}
    90%{-webkit-transform: scale(1.05);}
    95%{transform: scale(1);}
    100%{-webkit-transform: scale(1.05);}
}

footer{
	text-align: center;
	padding: 5%;
	font-size: 14px;

}