@charset "utf-8";

main img {
	width: 100%;
	border: 0;
	vertical-align: bottom;
}

main .inner,
nav .inner {
	margin: 0 auto;
	width: 320px;
	position: relative;
}


/* ========================================
	area1
======================================== */
#area1 {
	background-image: url(../amiibo/images/area1_bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.area1-btn {
	padding: 0 12.1875%;
}

/* ========================================
	area2
======================================== */
#area2 {
	position: relative;
}
.area2-ttl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

/*.area2-txt {
	width: 100%;
	position: relative;
}*/


/* ========================================
	area3
======================================== */
.area3-img li {
	width: 50%;
	float: left;	
}

.area3-txt {
	width: 100%;
	position: relative;
}

