@charset "shift_jis";


#index #wrapper {
	background-image: none;
	overflow: hidden;
}

#index #header {
	background-image: none;
}


/* ========================================
	#mainvisual
======================================== */
#index #mainvisual {
	height: 877px;
	background-image: url(../images/bg_fence_top.png), url(../images/top_mianimg.png), url(../common/bg_body.png);
	background-repeat: repeat-x, no-repeat, repeat;
	background-position: center bottom, center top, center top;
}

#index #mainvisual .inner {
	position: relative;
	height: 819px;
}

#index #mainvisual .logo {
	position: absolute;
	top: 73px;
	left: 211px;
}

#index #mainvisual .about {
	position: absolute;
	top: 228px;
	left: 738px;
}

#index #mainvisual .about-btn {
	position: absolute;
	top: 33px;
	left: 0;
}

#about-balloon {
	height: 69px;
	position: absolute;
	left: 60px;
	top: 0;
	z-index:1;
	-webkit-animation: balloon 4s linear infinite;
	animation: balloon 4s linear infinite;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
@-webkit-keyframes balloon {
	0% {
		-webkit-transform: rotate(0deg);
	}
	25% {
		-webkit-transform: translate(3px, -5px) rotate(10deg);
	}
	50% {
		-webkit-transform: rotate(0deg);
	}
	75% {
		-webkit-transform: translate(-3px, 5px) rotate(-10deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@keyframes balloon {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: translate(3px, -5px) rotate(10deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: translate(-3px, 5px) rotate(-10deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
#index #mainvisual .update-info {
	position: absolute;
	top: 39px;
	left: 0;
}

/* topnavi */
#index #topnavi {
	position: absolute;
	top: 690px;
	left: -35px;
}

#index #topnavi01 {
	position: absolute;
	padding-top: 24px;
	padding-left: 35px;
}

#index #topnavi02,
#index #topnavi03,
#index #topnavi04,
#index #topnavi05 {
	position: absolute;
	padding-top: 118px;
}

#index #topnavi01 {
	left:0;
}

#index #topnavi02 {
	left: 238px;
}

#index #topnavi03 {
	left: 429px;
}
#index #topnavi04 {
	left: 620px;
}

#index #topnavi05 {
	left: 811px;
}

#index #topnavi01:hover {
	background: url(../images/navi_bg.png) 0 0 no-repeat;
}
#index #topnavi02:hover {
	background: url(../images/navi_bg.png) -238px 0 no-repeat;
}
#index #topnavi03:hover {
	background: url(../images/navi_bg.png) -429px 0 no-repeat;
}
#index #topnavi04:hover {
	background: url(../images/navi_bg.png) -620px 0 no-repeat;
}
#index #topnavi05:hover {
	background: url(../images/navi_bg.png) -811px 0 no-repeat;
}

#index #topnavi01 .update {
	display: block;
	position: absolute;
	top: 0;
	left: 147px;
}

#index #topnavi05 .update {
	display: block;
	position: absolute;
	top: 80px;
	left: -16px;
}


/* ========================================
	#main
======================================== */
#index #main {
	height: 1130px;
	padding-top: 40px;
	background: url(../images/bg_fence01.png) center top repeat-x;
}

/* ========================================
	#main-bnr
======================================== */
#main-bnr {
	height: 238px;
	position: relative;
	margin-bottom: 37px;
}

#main-bnr .new {
	position: absolute;
	top: -1px;
	left: 19px;
}

#main-bnr .main-bnr01 {
	position: absolute;
	top: 24px;
	left: 0;
}
#main-bnr .main-bnr01 .new {
	position: absolute;
	top: 12px;
	left: 19px;
}

/*#main-bnr .main-bnr02 {
	position: absolute;
	top: 115px;
	left: 0;
}*/
#main-bnr .main-bnr03 {
	position: absolute;
	top: 113px;
	left: 0;
}
#main-bnr .main-bnr03 .new {
	position: absolute;
	top: 5px;
	left: 19px;
}


#sub-link {
	position: absolute;
	top: 224px;
	left: 0;

}

#sub-link .link01 {
	position: absolute;
	top: 0;
	left: 78px;

}
#sub-link .link02 {
	position: absolute;
	top: 0;
	left: 303px;

}
#sub-link .link03 {
	position: absolute;
	top: 0;
	left: 534px;

}

#main-bnr .bnr1 {
	position: absolute;
	top: 26px;
	left: 476px;
}

#twitter-bnr {
	margin-bottom: 10px;
	text-align: center;
}

#sub-link2 {
	font-size: 0;
	text-align: center;
}

#sub-link2 li {
	display: inline-block;
	margin: 0 25px;
}


/* ========================================
	#twitter
======================================== */
#twitter {
	position: absolute;
	top: 5px;
	left: 476px;
	width: 484px;
	height: 425px;
	background: url(../images/twitter_bg.png) center top no-repeat;
}

#tweet {
    position: absolute;
    top: 86px;
    left: 34px;
}

.twitterWidget {
	width: 415px;
	height: 266px;
}

.followBtn {
	position: absolute;
	width: 415px;
	top: 280px;
	z-index: 4;
	text-align: right;	
}
.tweet-ttl {
	position: absolute;
	top: 47px;
	left: 34px;
}

.tweet-nojs {
	position: absolute;
	top: 115px;
	left: 105px;
}

/* ========================================
	#start
======================================== */
#start {
	height: 660px;
	background: url(../images/start_bg.png) center top no-repeat;
	position: relative;
}

.start-ttl {
	padding: 34px 0 24px 0;
	text-align: center;
}

.start-txt {
	position: absolute;
	top: 585px;
	left: 149px;
}

/* start-block1 */
#start-block1 {
	position: absolute;
	height: 450px;
	top: 106px;
	left: 45px;
	background: url(../images/start_block1_bg.png) center bottom no-repeat;
	text-align: center;
}
.start-block1-ttl {
	padding-bottom: 23px;
}
.start-block1-copy {
	padding-bottom: 17px;
}

/* start-block2 */
#start-block2 {
	position: absolute;
	height: 450px;
	top: 106px;
	right: 45px;
	background: url(../images/start_block2_bg.png) center bottom no-repeat;
	text-align: center;
}
.start-block2-ttl {
	padding-bottom: 21px;
}
#start-block2 .spec {
	position: absolute;
	top: 165px;
	left: 28px;
	height: 123px;
}

#start-block2 .spec .spec-package {
	position: absolute;
	top: 0;
	left: 0;
}

#start-block2 .spec .spec-release {
	position: absolute;
	top: 2px;
	left: 143px;
}

#start-block2 .spec .spec-price {
	position: absolute;
	top: 47px;
	left: 143px;
}

#start-block2 .spec .spec-icon {
	position: absolute;
	top: 128px;
	left: 5px;
}

#start-block2 .spec .spec-amiibo {
	position: absolute;
	top: 128px;
	left: 52px;
}

#start-block2 .spec .spec-cero {
	position: absolute;
	top: 128px;
	left: 96px;
}

#start-block2 .spec .spec-format {
	position: absolute;
	top: 93px;
	left: 143px;
}

#start-block2 .start_block2_img {
	position: absolute;
	top: 343px;
	left: 27px;
}

#start-block2 .spec-detail {
	position: absolute;
	top: 128px;
	left: 143px;
}


/* ========================================
	#header
======================================== */
#index #header-logo {
    max-width: 1260px;
}

#index #header-logo .n3ds {
	position: absolute;
	top: 3px;
	right: 30px;
}

/* ========================================
	#footer
======================================== */
#index #footer {
	background: url(../common/bg_footer.png) 0 0 repeat;
}

#index #footer .foot-nav01 {
	padding: 20px 0;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	/*line-height: 1.5;*/
}

#index #footer .foot-3ds {
	margin: 0 auto;
	padding: 0 0 16px 0;
	width: 950px;
	height: 62px;
	background: url(../images/bg_foot_3ds.png) 0 0 no-repeat;
	position: relative;
}

#index #footer .foot-3ds-txt  {
	position: absolute;
	top: 15px;
	left: 17px;
}

#index #footer .foot-3ds-txt .btn  {
	position: absolute;
	top: 2px;
	left: 482px;
}

#index #footer .foot-3ds-btn  {
	position: absolute;
	top: 15px;
	right: 15px;
}

#index #footer .copyright {
	padding: 48px 13px 0 0;
	text-align: right;
}

#index #footer .foot-nav02 {
	height: 85px;
}
#index #footer .foot-nav02 ul#hard {
	position: absolute;
	margin: 0;
	top: 13px;
	right: 8px;
	font-size:0;
}

#index #footer .foot-nav02 #hard li {
	display:inline-block;
	padding: 0;
}

/* ========================================
  sns
======================================== */
#index #footer .foot-nav02 #sns {
	position: absolute;
	margin: 0;
	top: 10px;
	left: 0;
	font-size:0;
}


#index #footer .foot-nav02 #sns > li {
	display:inline-block;
	padding: 0 16px 0 0;
}

/* ----------------------------
   eshop バナー
---------------------------- */
.bnr-eshop-sale{
	width: 100%;
	background: url(../images/bnr_eshop_bg.png);
	position: relative;
	z-index: 10;
}
.bnr-eshop-sale::before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #FFF;
	left: 0;
	bottom: 0;
	position: absolute;
}
.bnr-eshop-sale a{
	display: block;
	max-width: 960px;
	margin: 0 auto;
	width: 70%;
}
.bnr-eshop-sale a img{
	max-width: 960px;
	width: 100%;
	height: auto;
}
.no-touchevents .bnr-eshop-sale a{
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.no-touchevents .bnr-eshop-sale a:hover{
	opacity: 0.85;
}
