@charset "UTF-8";

/* ========================================
	Tooper
======================================== */
#topper img {
	width: 100%;
	height: auto;
}

#top-gnavi li {
	position: relative;
	float: left;
	width: 50%;
}
#top-gnavi li:nth-child(5),
#top-gnavi li:nth-child(6) {
	width: 100%;
}

#top-gnavi li .new {
	position: absolute;
	width: 50%;
	top: -20%;
	right: 0;
}
#top-gnavi li .new-1line {
	position: absolute;
	width: 25%;
	top: -10%;
	right: 15%;
}

#top-gnavi li .icon-fes {
	position: absolute;
	top: -15%;
	right: 0;
}

#top-gnavi li img {
	width: 100%;
}

#bnrarea li img {
	width: 100%;
}
#bnrarea li {
	position: relative;
}
#bnrarea li.koushien {
	margin: -10px 0 10px;
}
#bnrarea .new {
	position: absolute;
	width: 25%;
	top: -17%;
	left: 0;
}
#bnrarea .new2 {
	position: absolute;
	width: 20%;
	top: -12%;
	left: 23%;
}
#bnrarea .update-txt {
	position: absolute;
	width: 71.875%;
	bottom: 34.5%;
	left: 14.625%;
	color: #f5ff00;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


/* ========================================
	main
======================================== */
section,
.inner {
	text-align: center;
}

#battle,
#transform,
#fashion,
#hero {
	position: relative;
}
.inner {
	position: absolute;
	top: 0;
	width: 100%;
}

.bg img {
	width: 100%;
}
.img {
	width: 75%;
	margin: 0 auto;
}
.btn {
	width: 65.625%;
	margin: 0 auto;
}

/*--- spec ---*/
#spec {
	position: relative;
	margin: 0 auto;
	width: 260px;
	height: 166px;
}

.spec-package {
	position: absolute;
	top: 26px;
	left: 0;
}

.spec-ico {
	position: absolute;
	top: 26px;
	left: 63px;
}

.spec-cero {
	position: absolute;
	top: 66px;
	left: 63px;
}

.spec-img1 {
	position: absolute;
	top: 20px;
	left: 104px;
}

.spec-img2 {
	position: absolute;
	top: 39px;
	left: 105px;
}

.spec-amiibo {
	position: absolute;
	top: 120px;
	left: 0;
}

.spec-network {
	position: absolute;
	top: 120px;
	left: 26px;
}

.spec-btn-pack {
	position: absolute;
	top: 90px;
	left: 110px;
}

.spec-detail {
	position: absolute;
	top: 96px;
	left: 0;
}

.spec-guide {
	position: absolute;
	top: 113px;
	left: 156px;
}

.spec-yoyaku a {
	color: #AADC00;
	text-decoration: underline;
}


/*--- twitter ---*/
#twitter {
	position: relative;
	width: 100%;
	min-width: 320px;
	overflow: hidden;
}

#twitter img {
	width: 100%;
}

#twitter-inner {
	background: url(../images/twitter_bg.png) no-repeat center top;
	background-size: 100% auto;
}

#twitter .txt {
	width: 84.375%;
	margin: 0 auto;
}

#widget-wrap {
	width: 250px;
	height: 206px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/tweet_bg.png) no-repeat center top;
}

.twitterWidget {
	background-size: 100% auto;
}

/* ========================================
	Footer
======================================== */
.copyright {
	padding: 5px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}

