@charset "utf-8";

/* Init tags
================================================*/
/*--- reset */
* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

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, select {
    vertical-align:middle;
}

a {
	text-decoration:none;
	color: #fff;
}

a {
    -webkit-tap-highlight-color:transparent;
}

a:hover{
	text-decoration:underline;
}
a img {
    border-style:none;
}

html,body {  

} 


body {
	width:100%; 
	height: auto;
	margin: 0 auto;
	font-family:"メイリオ",meiryo,Arial,san-serif;
	color:#333;
	min-width: 320px;
	max-width: 640px;
	font-size:18px;
	line-height:24px;
    
    background: #000;

}

#container {
	overflow:hidden;
	text-align:left;
}



.center{
	text-align:center;
	margin:0 auto;
}

.left{
	text-align:left;
}

.b{
	font-weight:bold;
}

.red{
	color:#e50000;
}

.pink{
	color:#e83994;
}

.wine{
	color:#a91040;
}

.b{
	font-weight:bold;
}



.mt20{
	margin-top:20px;
}

.mtb10{
	margin:10px 0;
}

.mb4{
	margin-bottom:4px;
}

.mb10{
	margin-bottom:10px;
}



img{
	height: auto;
	max-width: 100%;
  vertical-align: bottom;
}

.img90{
	width: 90%;
	margin:0 auto;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}

.bb{
	position: relative;
}





.box {
    position: relative;
}
.box .btn-wrap {
    position: absolute;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
    top: 0; 
}
.box .btn {
    display: block;
    background: rgb(255,228,0);
    background: -webkit-linear-gradient(left,  rgba(255,228,0,1) 0%,rgba(252,215,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,228,0,1) 0%,rgba(252,215,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    text-align:center;
    box-shadow: 0 13px 18px 0 rgba(0,0,0,0.6);
    color: #4e2b16;
    font-weight: bold;
    font-size: 24px;
    line-height: 84px;
    border-radius: 100px;
}
.btn:hover {
    text-decoration: none;
}





#footer{
	color: #fff;
	background-color:#000;
}
#footer p{
	font-size: 90%;
	padding:5% 0 5% 0;
	text-align: center;
}

@media screen and (min-width:640px) {
   .box .btn {
        font-size: 42px;
        line-height: 148px;
    }
}
