* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
    box-sizing: border-box;
	outline: none;
}

img, a, a:hover {
	border: 0;
}

img {
  -ms-interpolation-mode: bicubic;
}

ul, li {
	list-style: none;
}

html {
	background: url(../img/bg.png) #fff;
	background-size: 84px;
	overflow: hidden;
}

body {
	background-image: none;
	font-size: 62.5%;
	font-weight: 400;
	color: #fff;
	overflow: hidden;
	line-height: 160%;
}
	
.nintendoLogo {
	width: 88px;
	height: auto;
	position: absolute;
	top: 16px;
	left: 16px;
	cursor: pointer;
	display: block;
	z-index: 99;
}

#container {
	overflow: hidden;
	z-index: 9;
}

.btn-disabled {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

#intro, #ftrBtnMore {
	display: none;
}

#ftrCopyright {
	position: fixed;
	left: 18px;
	bottom: 18px;
	display: none;
}

#ftrPrivacyPolicy {
	position: fixed;
	right: 18px;
	bottom: 18px;
	display: none;
	z-index: 11;
}

/* ---------------------

EU Cookie

--------------------- */

#attention {
	height: auto;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.75);
	z-index: 9999;
	text-align: left;
	font-size: 1.15em;
	line-height: 1.8;
	padding: 10px;
	overflow: hidden;
	text-align: center;
	display: none;
}

#attention p {
	margin-bottom: 8px;
}

#eu_cookie {
	clear: both;
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
}

#attention .cookiePolicy {
	width: 250px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background: #999;
	padding: 6px 20px;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 8px;
}

#attention .cookiePolicy:hover {
	background: #b1b1b1;
}

#attention .cookieOK {
	width: 100px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background: #ff6633;
	padding: 6px 20px;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 8px;
}

#attention .cookieOK:hover {
	background: #f1a606;
}

/* ---------------------

LOADING

--------------------- */

#loadWrap {
	background: url(../img/bgPrivacyPolicy.png) #fff;
	background-size: 84px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#loadWrap .icon {
	width: 65px;
	height: 65px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10000;
	margin: -32.5px 0 0 -32.5px;
}

#loadWrap .icon img {
	width: 100%;
	height: 100%;
}

/* ---------------------

LANGUAGE

--------------------- */

#languageTab {
	background: url('../img/btnSelectLanguage.png') no-repeat;
	background-size: 27px 107px;
	position: absolute;
	top: 100px;
	left: -4px;
	width: 38px;
	height: 132px;
	cursor: pointer;
	z-index: 99;
}

#languageWrap {
	width: 100vw;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	background-size: 84px;
	position: absolute;
	top: 0;
	left: 0;
	overflow-y: auto;
	z-index: 401;
}

#languageWrap ul {
	color: #fff;
	font-size: 1.5em;
	width: 100%;
	margin: 50px auto 0;
	list-style: none;
	text-align: center;
	padding-bottom: 100px;
}

#languageWrap ul a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 20px 0;
}

#languageBtnClose {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background-color: #fdd000;
	border-radius: 50%;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
	padding: 12px;
	position: absolute;
	top: -55px;
	bottom: inherit;
	left: inherit;
	right: 25px;
	margin-left: 0;
	z-index: 999;
}

/* ---------------------

TOP

--------------------- */

#top {
  	position: aboslute;
	width: 830px;
	background-image: url(../img/bgIllustTop.png), url(../img/bgIllustBtm.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, left bottom;
	background-size: 2465px 318px;
}

#top .wrap {
	width: 95vw;
  	position: absolute;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	text-align: center;
	margin-left: 2.5vw;
	left: 0;
}

#top .mario {
	background: none;
	width: 65%;
	height: auto;
	max-width: 240px;
	max-height: 460px;
	margin: 6vh auto 3.5%;
	background: none;
}

#top .mario img {
	width: 100%;
	height: auto;
	display: block;
}

#top .info {
	text-align: center;
	height: 46px;
	display: table-cell;
	vertical-align:  middle;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 23px;
	position: relative;
	min-width: 240px;
	margin: 0;
}

#top .info .date {
	font-size: 1.3em;
	font-weight: bold;
	text-shadow: none;
}

#top .info .os {
	font-size: 1.0em;
	font-weight: bold;
	text-shadow: none;
}

#top .info .price {
	display: none;
}

#top .info .pricenote {
	display: none;
}

#top .movie {
	display: none;
}

#top .softinfo {
	display: none;
}

/* ---------------------

COPY

--------------------- */

#copy {
	display: block;
  	position: aboslute;
	width: 830px;
	background-image: url(../img/bgIllustTop.png), url(../img/bgIllustBtm.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, left bottom;
	background-size: 2465px 318px;
}

#copy .wrap {
	width: 90vw;
  	position: absolute;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	margin-left: 5vw;
}

#copy .wrap .text {
	width: 90%;
	max-width: 414px;
	height: auto;
	margin: 0 auto;
}

#copy .wrap .btn {
	width: 180px;
	height: auto;
	margin: 35px auto 0;
}

#copy .wrap .btn:hover {
  animation: btnBounce .2s;
  -webkit-animation: btnBounce .2s;
}

/* ---------------------

DETAIL

--------------------- */

#detail {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#marioBG {
	width: 160%;
	height: 160%;
	position: absolute;
	top: -30%;
	left: -30%;
	z-index: 102;
	background: url('../img/silhouette.svg') no-repeat 55% 50%;
	background-size: contain;
	transform: scale(0);
	overflow: hidden;
	opacity: .8;
}

.openMario {
	animation: openMario 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-animation: openMario 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.closeMario {
	animation: closeMario .6s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-animation: closeMario .6s cubic-bezier(0.19, 1, 0.22, 1);
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

@keyframes openMario {
  	0%{ transform: scale(0); opacity: 1; }
  100%{ transform: scale(1); opacity: 1; }
}
 
@-webkit-keyframes openMario {
  	0%{ transform: scale(0); opacity: 1; }
  100%{ transform: scale(1); opacity: 1; }
}

@keyframes closeMario {
  	0%{ transform: scale(1); opacity: 1; }
  100%{ transform: scale(0); opacity: 0; }
}
 
@-webkit-keyframes closeMario {
  	0%{ transform: scale(1); opacity: 1; }
  100%{ transform: scale(0); opacity: 0; }
}

#detailBG {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	background: url('../img/bgDetail.png');
	background-size: 84px;
	opacity: .9;
	transform: scaleX(0);
	transform-origin: left top;
}

.openDetailBG {
	animation: openDetailBG 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-animation: openDetailBG 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.closeDetailBG {
	animation: closeDetailBG 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-animation: closeDetailBG 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

@keyframes openDetailBG {
  	0%{ transform: scaleX(0); }
  100%{ transform: scaleX(1); }
}
 
@-webkit-keyframes openDetailBG {
  	0%{ transform: scaleX(0); }
  100%{ transform: scaleX(1); }
}

@keyframes closeDetailBG {
  	0%{ transform: scaleX(1); }
  100%{ transform: scaleX(0); }
}
 
@-webkit-keyframes closeDetailBG {
  	0%{ transform: scaleX(1); }
  100%{ transform: scaleX(0); }
}

#detailBG .wrap {
	width: 280px;
	max-width: 480px;
  	position: absolute;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#detailText {
  	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .92rem;
	line-height: 2em;
	z-index: 103;
	overflow: hidden;
	margin: 0;
}

#detailText .text {
	display: none;
}

#detailText .text p:first-child {
	margin-bottom: 2em;
}

#detailText .btnClose {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background-color: #fdd000;
	border-radius: 50%;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
	margin: 25px auto 0;
	padding: 12px;
	line-height: .01;
}

#detailText .btnClose:hover {
	animation: btnBounce .2s;
	-webkit-animation: btnBounce .2s;
}

/* ---------------------

SCREENSHOT

--------------------- */

#screenshot {
	display: block;
  	position: aboslute;
	width: 830px;
	background-image: url(../img/bgIllustTop.png), url(../img/bgIllustBtm.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, left bottom;
	background-size: 2465px 318px;
}

#screenshot .wrap {
  	position: absolute;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	margin: -4vw 0 0 0;
}

#screenshot .gallery, #detailText .gallery {
	display: inline-block;
	padding: 10px;
	max-height: 620px;
}

#detailText .gallery {
	display: inline-block;
	padding: 10px;
	max-height: 620px;
}

#screenshot .imageList, #detailText .imageList {
	overflow: hidden;
	position: relative;
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}

#detailText .imageList {
	border-radius: 14px;
}

#detailText .imageList:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2) inset;
}

#screenshot .imageList li, #detailText .imageList li {
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	overflow: hidden;
}

#screenshot .imageList .ssImage, #detailText .imageList .ssImage {
	height: auto;
}

#screenshot .imageList li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 22;
}

#screenshot .imageList li a img {
	width: 80px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
}

#screenshot .dotWrap, #detailText .dotWrap {
	clear: both;
	position: absolute;
	bottom: 34px;
}

#screenshot .dotWrap li, #detailText .dotWrap li {
	display: block;
	width: 6px;
	height: 6px;
	background-color: #ccc;
	border-radius: 50%;
	float: left;
	margin: 0 6px;
}

#screenshot .leftArrow, #screenshot .leftArrowBlank, #detailText .leftArrow, #detailText .leftArrowBlank {
	width: 66px;
	height: 61px;
	position: absolute;
	left: 25px;
	bottom: 19px;
	z-index: 23;
}

#screenshot .rightArrow, #screenshot .rightArrowBlank, #detailText .rightArrow, #detailText .rightArrowBlank {
	width: 66px;
	height: 61px;
	position: absolute;
	bottom: 19px;
	z-index: 23;
}

#screenshot .leftArrow, #screenshot .rightArrow, #detailText .leftArrow, #detailText .rightArrow {
	cursor: pointer;
}

#screenshot .leftArrow:hover, #screenshot .rightArrow:hover, #detailText .leftArrow:hover, #detailText .rightArrow:hover {
  animation: btnBounce .2s;
  -webkit-animation: btnBounce .2s;
}

/* ---------------------

PRODUCT

--------------------- */

#product {
	display: block;
  	position: aboslute;
	width: 100vw;
	height: 100%;
	max-width: 480px;
}

#product .wrap {
	width: 84vw;
  	position: absolute;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	text-align: center;
	margin: -2.2vw 0 0 8vw;
}

#product .icon {
	width: 100%;
	max-width: 280px;
	height: auto;
	margin: 0 auto 8px;
}

#product p {
	text-align: center;
}

#product .date {
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}

#product .date strong {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	margin-right: 4px;
}

#product .os {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 4px;
}

#product .price {
	font-size: 1.3em;
	font-weight: bold;
}

#product .pricenote {
	font-size: 1em;
}

#product .copyright {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 5px 0 15px;
}

#product .notify {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	width: 100%;
	padding: 10px 25px 12px;
	text-align: center;
	margin: 0 auto;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.6em;
	max-width: 480px;
}

#product .notify img {
	width: 210px;
	height: auto;
	margin: 8px auto 0;
}

#product .copyrightApple {
	margin: 14px 0;
	line-height: 1.4em;
}

#product .privacypolicy {
	margin-top: 15px;
}

#product .policy, #ftrPrivacyPolicy .policy {
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 14px;
	display: inline-block;
	padding-left: 15px;
}

#product .policy:hover, #ftrPrivacyPolicy .policy:hover {
	text-decoration: underline;
}

#product .policy::before, #ftrPrivacyPolicy .policy::before {
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
	width: 11px;
	height: 11px;
	background: url(../img/arrow.svg) no-repeat;
	background-size: 10px 10px;
}

/* ---------------------

PRIVACY POLICY

--------------------- */

#ppWrap {
	width: 100vw;
	height: 100%;
	background: url('../img/bgPrivacyPolicy.png');
	background-size: 84px;
	position: absolute;
	top: 0;
	left: 0;
	overflow-y: auto;
	z-index: 401;
}

#ppWrap .wrap {
	color: #000;
	width: 90%;
	max-width: 550px;
	height: 100%;
	margin: 55px auto;
}

#ppWrap .wrap h1 {
	color: #8c8c8c;
	text-align: center;
	font-size: 2.0em;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	background-color: #e6e6e6;
	padding: 12px;
	border-radius: 6px;
}

#ppWrap .wrap h3 {
	font-size: 1.6em;
	line-height: 2.0em;
	margin-bottom: 18px;
	text-align: center;
	border-top: 1px solid #999;
	padding-top: 30px;
}

#ppWrap .wrap h4 {
	font-size: 1.5em;
	line-height: 2.0em;
	margin-bottom: 12px;
	text-align: center;
}

#ppWrap .wrap h5 {
	color: #666;
	font-size: 1.4em;
	line-height: 2.0em;
	margin-bottom: 12px;
}

#ppWrap .wrap p {
	text-align: left;
	font-size: 1.25em;
	line-height: 2.0;
	margin-bottom: 30px;
}

#ppWrap .wrap p:last-child {
	padding-bottom: 100px;
}

#ppWrap .wrap .indent {
	text-align: left;
	font-size: 1.25em;
	line-height: 2.0;
	margin-bottom: 30px;
	border: 1px solid #bebebe;
	padding: 12px 20px;
	border-radius: 8px;
}

#ppWrap .wrap ul {
	text-align: left;
	font-size: 1.25em;
	line-height: 2.0;
	margin-bottom: 30px;
}

#ppWrap .wrap li {
	list-style: disc;
	margin-left: 1.25em;
}

#ppBtnClose {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background-color: #fdd000;
	border-radius: 50%;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
	padding: 12px;
	position: absolute;
	top: -55px;
	bottom: inherit;
	left: inherit;
	right: 25px;
	margin-left: 0;
	z-index: 999;
}

#ppBtnClose:hover {
	animation: btnBounce .2s;
	-webkit-animation: btnBounce .2s;
}

/* ---------------------

BTN DONWLOAD

--------------------- */

#download {
	background: url(../img/donwloadBG.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -300px;
	right: 6px;
	z-index: 201;
	cursor: pointer;
}

#download img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 201;
}

/* ---------------------

SCROLL INFO

--------------------- */

#scrollInfo {
	display: block;
	background: url(../img/arrowIcon.svg) no-repeat 50% 50%;
	background-size: auto 100%;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 201;
	width: 72px;
	height: 52px;
	margin-top: -50px;
}

#scrollInfo img {
	position: absolute;
	top: 30px;
	right: 0;
	width: 20px;
	height: auto;
  	animation: scrollInfoAnime 3.5s ease-out infinite;
  	-webkit-animation: scrollInfoAnime 3.5s ease-out infinite;
}

@keyframes scrollInfoAnime {
	0%{ top: 36px; right: 0; opacity: 0; }
	10%{ top: 30px; right: 0; opacity: 1; }
	50%{ top: 30px; right: 44px; opacity: 1; }
	60%{ top: 36px; right: 44px; opacity: 0; }
	100%{ top: 36px; right: 0; opacity: 0; }
}
 
@-webkit-keyframes scrollInfoAnime {
	0%{ top: 36px; right: 0; opacity: 0; }
	10%{ top: 30px; right: 0; opacity: 1; }
	50%{ top: 30px; right: 44px; opacity: 1; }
	60%{ top: 36px; right: 44px; opacity: 0; }
	100%{ top: 36px; right: 0; opacity: 0; }
}

/* ---------------------

PAGER

--------------------- */

#pagerWrap {
	width: 180px;
	height: 54px;
	position:  absolute;
	bottom: 0;
	left: 50%;
	margin-left: -90px;
	z-index: 99;
	overflow: hidden;
}

#pager {
	width: 180px;
	height: 42px;
	background: url(../img/pager.png) no-repeat;
	background-size: 180px 42px;
	position:  absolute;
	bottom: -100px;
	left: 50%;
	margin-left: -90px;
	z-index: 99;
}

#pager img {
	width: 30px;
	height: 42px;
	position: absolute;
	top: -4px;
	left: 8px;
}

/* ---------------------

BTN ANIMATION

--------------------- */

@keyframes btnBounce {
	0%{ transform: translateY(0); }
	30%{ transform: translateY(-7px); }
	100%{ transform: translateY(0); }
}
 
@-webkit-keyframes btnBounce {
	0%{ transform: translateY(0); }
	30%{ transform: translateY(-7px); }
	100%{ transform: translateY(0); }
}

/* ---------------------

SmartPhone _S

--------------------- */

@media (max-height: 568px) {

	#top {
		position: aboslute;
		width: 650px;
		background-image: url(../img/bgIllustTop.png), url(../img/bgIllustBtm.png);
		background-repeat: no-repeat, no-repeat;
		background-position: 0 -10px, 0 calc( 100vh - 248px );
		background-size: 2000px 258px;
	}

	#copy {
		display: block;
		position: aboslute;
		width: 650px;
		background-image: url(../img/bgIllustTop.png), url(../img/bgIllustBtm.png);
		background-repeat: no-repeat, no-repeat;
		background-position: 0 -10px, 0 calc( 100vh - 248px );
		background-size: 2000px 258px;
	}

	#screenshot {
		display: block;
		position: aboslute;
		width: 650px;
		background-image: url(../img/bgIllustTop.png), url(../img/bgIllustBtm.png);
		background-repeat: no-repeat, no-repeat;
		background-position: 0 -10px, 0 calc( 100vh - 248px );
		background-size: 2000px 258px;
	}

	#top .mario {
		width: 60%;
		margin: 6vh auto 3%;
	}

	#detailText {
		font-size: .8rem;
	}
	
	#pagerWrap, #pager {
		display: none;
	}

	#screenshot .wrap {
		margin: 0;
	}

	#product .wrap {
		width: 90vw;
		margin: 0 0 0 5vw;
	}

	#product .icon {
		width: 75%;
	}

	#product .date {
		font-size: 1.3em;
		font-weight: bold;
		text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
	}

	#product .date strong {
		font-size: 1.8em;
	}

	#product .os {
		font-size: 1.1em;
	}

	#product .price {
		font-size: 1.1em;
	}

	#product .notify {
		padding: 10px 25px;
		font-size: 1.2em;
	}

	#product .notify img {
		width: 150px;
	}

	#product .copyrightApple {
		line-height: 1.4em;
	}

	#product .policy {
		font-size: 1.0em;
	}
	
	#scrollInfo {
		transform: scale(.9);
		right: 0;
	}
	
}

/* ---------------------

SmartPhone _L

--------------------- */

@media (min-width: 414px) {

	#top .mario {
		width: 65%;
		max-width: 325px;
		max-height: 620px;
	}
	
}


/* ---------------------

LANDSCAPE

--------------------- */
@media only screen and (max-width:736px) and (orientation:landscape) {
	

	
}

@media (min-width: 569px) and (max-width: 767px) {
	body {
		background-image: url(../img/bgIllustTop.png), url(../img/bgIllustBtmPC.png);
		background-repeat: no-repeat, no-repeat;
		background-position: -600px top, -700px bottom;
		background-size: 2400px 310px;
	}
	
	#scrollInfo {
		transform: scale(1.2);
		right: 25px;
	}

	#top .mario {
		margin: 6vh auto 2%;
	}
	
	#top, #copy, #screenshot {
		background: none;
	}

	#detailText {
		font-size: 1.2rem;
		line-height: 2em;
	}
}

/* Tablet 768以上 */
@media (min-width: 768px) and (max-width: 959px) {
	body {
		background-image: url(../img/bgIllustTop.png), url(../img/bgIllustBtmPC.png);
		background-repeat: no-repeat, no-repeat;
		background-position: -600px top, -700px bottom;
		background-size: 2400px 310px;
	}
	
	#top, #copy, #screenshot {
		background: none;
	}

	#top .mario {
		width: 52%;
		max-width: 400px;
		max-height: 762px;
	}

	#top .info {
		height: 66px;
		border-radius: 33px;
	}

	#top .info .date {
		font-size: 1.8em;
	}

	#top .info .os {
		font-size: 1.4em;
	}
	
	#languageTab {
		background-size: 36px 143px;
		width: 42px;
		height: 143px;
	}
	
	#download {
		margin-top: 25px;
		transform: scale(1.2);
		right: 25px;
	}
	
	#scrollInfo {
		transform: scale(1.2);
		right: 25px;
	}
	
	#copy .wrap .text {
		max-width: 600px;
	}

	#copy .wrap .btn {
		width: 240px;
	}

	#detailText {
		font-size: 1.4rem;
		line-height: 2em;
	}

	#screenshot .gallery {
		margin-top: 20px;
		max-height: 800px;
	}

	#product {
		width: 520px;
		max-width: 520px;
	}

	#product .icon {
		max-width: 520px;
	}

	#product .date {
		font-size: 1.7em;
	}

	#product .date strong {
		font-size: 2.4em;
	}

	#product .os {
		font-size: 1.5em;
	}

	#product .notify {
		max-width: 520px;
		font-size: 1.5em;
	}
	
	#product .notify img {
		width: 340px;
		height: auto;
		margin: 8px auto 0;
	}
}

@media (min-width: 960px) {	
	#intro .mario {
		margin-right: -120px;
	}
}

@media (min-width: 1280px) {	
	#intro .mario {
		margin-right: 0;
	}
}

@media (min-width: 960px) {
	body {
		background-image: url(../img/bgIllustTopPC.png), url(../img/bgIllustBtmPC.png);
		background-repeat: no-repeat, no-repeat;
		background-position: -300px 0px, -320px calc( 100vh - 258px );
		background-size: 2000px 258px;
	}
	
	#container {
		z-index: 9;
	}

	#intro {
		display: block;
		width: 100%;
		height: 100%;
		background-size: 84px;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
	}

	#intro div {
		height: 0;
		position: absolute;
		top: 50vh;
		left: 8%;
		margin-top: -14vh;
		overflow: hidden;
	}
	
	.A_introText {
		animation: introTextAnimation 3.5s ease-in-out .4s;
		-webkit-animation: introTextAnimation 3.5s ease-in-out .4s;
		animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
	}

	@keyframes introTextAnimation {
		0%{ top: 50vh; height: 0; }
	   30%{ top: 50vh; height: 40vw; }
	   90%{ top: 50vh; height: 40vw; }
	  100%{ top: 130vh; height: 40vw; }
	}

	@-webkit-keyframes introTextAnimation {
		0%{ top: 50vh; height: 0; }
	   30%{ top: 50vh; height: 40vw; }
	   90%{ top: 50vh; height: 40vw; }
	  100%{ top: 130vh; height: 40vw; }
	}

	#intro div img {
		width: auto;
		height: 24vh;
	}
	
	#intro .mario {
		width: auto;
		height: 104vh;
		min-height: 700px;
		position: absolute;
		top: 50%;
		margin-top: -52vh;
	}

	.A_introAnimation {
		right: 120vw;
		animation: introAnimation .4s ease-out 2s;
		-webkit-animation: introAnimation .4s ease-out 2s;
		animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
	}

	.F_introAnimation {
		right: -2vw;
	}

	@keyframes introAnimation {
		0%{ right: 120vw; }
	  100%{ right: -2vw; }
	}

	@-webkit-keyframes introAnimation {
		0%{ right: 120vw; }
	  100%{ right: -2vw; }
	}
	
	#copy, #screenshot, #product, #scrollInfo {
		display: none;
	}	
	
	#languageTab {
		background-size: 36px 143px;
		top: 50%;
		width: 42px;
		height: 143px;
		margin-top: -80px;
	}

	#languageWrap {
		overflow: hidden;
	}

	#languageWrap ul {
		width: 100vw;
		height: 100%;
		padding: 0;
		margin: 10vh 0 0 0;
		position: absolute;
	}
	
	#languageBtnClose, #ppBtnClose {
		top: -55px;
		bottom: inherit;
		left: inherit;
		right: 25px;
		margin-left: 0;
	}

	#languageBtnClose:hover {
		animation: btnBounce .2s;
		-webkit-animation: btnBounce .2s;
	}

	#languageWrap ul a {
		line-height: calc( 80vh /12 );
		width: 100%;
		padding: 0;
	}

	#languageWrap ul a:hover {
		color: #fff;
		background-color: #c80002;
	}
	
	#top {
		background: none;
		width: 100vw;
		position: relative;
	}
	
	.nintendoLogo {
		width: 110px;
		top: 24px;
		left: 24px;
	}
	
	#is-ie .nintendoLogo {
		width: 110px;
		top: 0px;
		left: 24px;
		margin-top: -24px;
	}
	
	#top .wrap {
		width: 576px;
		left: 10%;
	}
	
	.A_introContentsAnimation {
		margin: -1100px 0 0 0;
		animation: introContentsAnimation .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 3.5s;
		-webkit-animation: introContentsAnimation .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 3.5s;
		animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;		
	}
	
	.F_introContentsAnimation {
		width: 576px;
		left: 10%;
		margin: -270px 0 0 0;
	}

	@keyframes introContentsAnimation {
		0%{ margin-top: -1100px; }
	  100%{ margin-top: -270px; }
	}

	@-webkit-keyframes introContentsAnimation {
		0%{ margin-top: -1100px; }
	  100%{ margin-top: -270px; }
	}
	
	#top .leftContents {
		width: 420px;
		position: absolute;
		left: 0;
	}

	#top .mario {
		background: url('../img/icon.png') no-repeat;
		background-size: contain;
		width: 300px;
		height: 135px;
		max-width: 300px;
		max-height: 135px;
		margin: 0;
	}

	#top .mario img {
		display: none;
	}

	#top .info {
		background: none;
		width: 300px;
		height: auto;
		margin: 16px 0;
		font-size: 1.2em;
		line-height: 1.8em;
		font-weight: bold;
		text-shadow: none;
		display: block;
	}

	#top .info strong {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 1.6em;
		font-weight: bold;
		margin-right: 4px;
	}

	#top .info .os, #top .info .price {
		font-size: 1.2em;
		line-height: 1.8em;
		font-weight: bold;
		display: block;
	}

	#top .info .pricenote {
		font-size: .9em;
		line-height: 1.5em;
		font-weight: normal;
		display: block;
		margin-top: 5px;
	}
	
	#top .softinfo {
		width: 300px;
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 8px;
		text-align: center;
		padding: 15px 0 6px;
		display: block;
	}
	
	#top .softinfo p {
		font-size: 1.2em;
		list-style: 1.6em;
	}
	
	#top .softinfo img {
		width: 180px;
		height: auto;
		margin: 6px auto;
	}
	
	#top .softinfo img:hover {
		animation: btnBounce .2s;
		-webkit-animation: btnBounce .2s;
	}
	
	#top .movie {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 243px;
		height: 490px;
		background: url('../img/iphone.png') no-repeat;
		background-size: 243px 490px;
	}
	
	#top .movie img {
		margin: 56px 0 0 0px;
	}
	
	#top .movie iframe {
		width: 209px;
		height: 374px;
		margin: 56px 0 0 0px;
	}
	
	#top .movie .btnPlay {
		width: 60px;
		height: 60px;
		position: absolute;
		top: 160px;
		left: 90px;
	}
	
	#detailText {
		text-align: left;
		width: 764px;
		height: 580px;
		top: 50%;
		left: 50%;
		margin: -280px 0 0 -2500px;
		overflow: visible;
	}

	.openDetail {
		animation: openDetail 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) .6s;
		-webkit-animation: openDetail 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) .6s;
		animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
	}

	.closeDetail {
		animation: closeDetail .6s cubic-bezier(0.19, 1, 0.22, 1);
		-webkit-animation: closeDetail .6s cubic-bezier(0.19, 1, 0.22, 1);
		animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
	}

	@keyframes openDetail {
		0%{ margin-left: -2500px; }
	  100%{ margin-left: -382px; }
	}

	@-webkit-keyframes openDetail {
		0%{ margin-left: -2500px; }
	  100%{ margin-left: -382px; }
	}

	@keyframes closeDetail {
		0%{ margin-left: -382px; }
	  100%{ margin-left: -2500px; }
	}

	@-webkit-keyframes closeDetail {
		0%{ margin-left: -382px; }
	  100%{ margin-left: -2500px; }
	}
	
	#detailText .text {
		float: right;
		width: 392px;
		margin-left: 50px;
		display: block;
	}
	
	#detailText .text p br {
		display: none;
	}
	
	#detailText .gallery {
		height: 580px;
		float: left;
	}
	
	#detailText .imageList {
		width: 302px;
		height: 532px;
	}
	
	#detailText .imageList .ssImage {
		width: 302px;
	}
	
	#detailText .dotWrap {
		left: 126px;
		bottom: 16px;
	}

	#screenshot .leftArrow, #screenshot .leftArrowBlank, #detailText .leftArrow, #detailText .leftArrowBlank {
		bottom: 0;
	}
	
	#detailText .rightArrow, #detailText .rightArrowBlank {
		bottom: 0;
		left: 239px;
	}
	
	#detailText .gallery li:first-child {
		display: none;
	}

	#detailText .btnClose {
		position: fixed;
		top: -55px;
		right: 25px;
		margin: 0;
		z-index: 1999;
	}
	
	#ftrBtnMore {
		display: block;
		position: fixed;
		left: 50%;
		margin-left: -110px;
		z-index: 99;
	}
	
	.A_ftrBtnMoreIntro {
		bottom: -100px;
		animation: ftrBtnMoreIntro .5s cubic-bezier(0.19, 1, 0.22, 1) 4s;
  		-webkit-animation: ftrBtnMoreIntro .5s cubic-bezier(0.19, 1, 0.22, 1) 4s;
		animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
	}
	
	.F_ftrBtnMoreIntro {
		bottom: 42px;
	}

	@keyframes ftrBtnMoreIntro {
		0%{ bottom: -100px; }
		100%{ bottom: 42px; }
	}
 
	@-webkit-keyframes ftrBtnMoreIntro {
		0%{ bottom: -100px; }
		100%{ bottom: 42px; }
	}

	#ftrBtnMore .btn {
		width: 240px;
		height: auto;
		animation: ftrBtnMoreAnime 1.8s ease-in-out infinite;
  		-webkit-animation: ftrBtnMoreAnime 1.8s ease-in-out infinite;
	}

	#ftrBtnMore .btn:hover {
		animation: btnBounce .2s;
		-webkit-animation: btnBounce .2s;
	}

	@keyframes ftrBtnMoreAnime {
		0%{ transform: scale(1); }
		15%{ transform: scale(1.02); }
		30%{ transform: scale(1); }
		45%{ transform: scale(1.04); }
		100%{ transform: scale(1); }
	}
 
	@-webkit-keyframes ftrBtnMoreAnime {
		0%{ transform: scale(1); }
		15%{ transform: scale(1.02); }
		30%{ transform: scale(1); }
		45%{ transform: scale(1.04); }
		100%{ transform: scale(1); }
	}
	
	#ftrCopyright {
		display: block;
		color: #fff;
		font-weight: bold;
		font-size: 1.0em;
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	}
	
	#ftrPrivacyPolicy {
		display: block;
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	}
	
	#ftrPrivacyPolicy .policy::before {
		filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.8));
		-webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.8));
	}

}

@media (min-width: 1280px) {
	body {
		background-image: url(../img/bgIllustTopPC.png), url(../img/bgIllustBtmPC.png);
		background-repeat: no-repeat, no-repeat;
		background-position: -300px 0px, -320px calc( 100vh - 340px );
		background-size: 2800px 361px;
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#is-wiiu-Browser #top #languageTab,
#is-wiiu-Browser #screenshot,
#is-wiiu-Browser #copy,
#is-wiiu-Browser #product,
#is-wiiu-Browser #loadWrap,
#is-wiiu-Browser #intro,
#is-wiiu-Browser #download,
#is-wiiu-Browser #scrollInfo,
#is-wiiu-Browser #detail,
#is-wiiu-Browser #pagerWrap,
#is-wiiu-Browser #languageWrap,
#is-wiiu-Browser #languageBtnClose,
#is-wiiu-Browser #ppWrap,
#is-wiiu-Browser #ppBtnClose,
#is-wiiu-Browser #ftrBtnMore,
#is-wiiu-Browser #ftrPrivacyPolicy {
	display: none !important;
}

#is-wiiu-Browser {
	height: 1150px;
	max-height: 950px;
}

#is-wiiu-Browser #container {
	height: 800px !important;
}

#is-wiiu-Browser #top {
	margin-top: 500px !important;
}

#is-wiiu-Browser #top .mario {
	margin-top: 550px !important;
}

#is-3ds-Browser #top #languageTab,
#is-3ds-Browser #screenshot,
#is-3ds-Browser #copy,
#is-3ds-Browser #product,
#is-3ds-Browser #loadWrap,
#is-3ds-Browser #intro,
#is-3ds-Browser #download,
#is-3ds-Browser #scrollInfo,
#is-3ds-Browser #detail,
#is-3ds-Browser #pagerWrap,
#is-3ds-Browser #languageWrap,
#is-3ds-Browser #languageBtnClose,
#is-3ds-Browser #ppWrap,
#is-3ds-Browser #ppBtnClose,
#is-3ds-Browser #ftrBtnMore,
#is-3ds-Browser #ftrPrivacyPolicy {
	display: none !important;
}

#is-3ds-Browser, #is-3ds-Browser #top {
	background: none;
}
