ｖ@charset "UTF-8";
/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
html,body {
	height: 100%;
}
#wrapper {
}



/*------------------------------------------------------------
	opening
------------------------------------------------------------*/
#opening {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	display: none;
}

.show-opening {
	overflow-y: scroll;
	overflow-x: hidden;
}

.show-opening body {
	position: relative;
	overflow: hidden;
	height: 100vh;
}

.show-opening #opening {
	display: block;
}


/*------------------------------------------------------------
	scene
------------------------------------------------------------*/
.scene {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}



/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
.no-js #loading {
	display: none;
}

.loading_bg_black {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #000000;
}

.loading_bg_cloth {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../img/opening/loading_bg_cloth.png) center bottom no-repeat;
	background-size: cover;
}



/*------------------------------------------------------------
	loading_section
------------------------------------------------------------*/
.loading_section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.loading_bg_light {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../img/opening/loading_bg_light.png) center center no-repeat;
	background-size: cover;
}
.loading_text {
	position: absolute;
	top: 50%;
	left: 50%;
    margin-top: -51px;
    margin-left: -185px;
}



/*------------------------------------------------------------
	movie_section
------------------------------------------------------------*/
.movie_section {
	position: absolute;
	top: 0;
	left: 50%;
	width: 973px;
	height: 748px;
	margin-left: -464px;
	background: url(../img/opening/movie_bg_panel.png) 0 0 no-repeat;
	margin-top: -748px;
}
.csstransitions .movie_section {
	margin-top: 0;
	transform: translate3d(0, -100%, 0);
	-webkit-transform: translate3d(0, -100%, 0);
}
.movie_title {
	position: absolute;
    top: 126px;
    left: 315px;
}
.movie_section .youtube_player {
	position: absolute;
    top: 187px;
    left: 63px;
    width: 800px;
    height: 450px;
    overflow: hidden;
    line-height: 0;
}
.movie_section .youtube_player iframe {
	width: 100%;
	height: 100%;
}
.movie_section .youtube_player:before,
.movie_section .youtube_player:after {
	content: "";
	position: absolute;
	top: 0;
	background-color: rgba(0,0,0,0.2);
}
.movie_section .youtube_player:before {
	left: 0;
	width: 2px;
	height: 100%;
}
.movie_section .youtube_player:after {
	left: 2px;
	width: 100%;
	height: 2px;
}
.movie_btn_skip {
    position: absolute;
    top: 645px;
    left: 741px;
}



/*------------------------------------------------------------
	introduction
------------------------------------------------------------*/
#introduction {
}

#introduction .video_wrap {
	position: relative;
}
#introduction .video_wrap video {
	position: absolute;
	top: 0;
	left: 0;
}

#introduction .video_wrap:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#introduction .skip {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
}


/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 960px;
	min-height: 768px;
	height: 100%;
}



/*------------------------------------------------------------
	sound_section
------------------------------------------------------------*/
.sound_section {
	position: absolute;
	top: 0;
	left: 0;
	width: 159px;
	height: 190px;
	z-index: 1000;
	background: url(../img/top/sound_bg.png) 0 0 no-repeat;
	transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
}
.sound_section.away {
	transform: translate3d(-160px, -140px, 0);
	-webkit-transform: translate3d(-160px, -140px, 0);
}
.sound_title {
	padding-top: 61px;
    padding-left: 15px;
    line-height: 0;
}
.sound_btn_body {
    padding-top: 3px;
    padding-left: 13px;
}
.sound_btn {
	float: left;
	width: 45px;
	height: 27px;
    margin-right: 1px;
}
.sound_btn a {
	display: block;
	height: 100%;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.sound_btn:first-child a {
	background-image: url(../img/top/sound_btn_on.png);
}
.sound_btn:last-child a {
	background-image: url(../img/top/sound_btn_off.png);
}
.sound_btn.active:first-child a {
	background-image: url(../img/top/sound_btn_on_active.png);
}
.sound_btn.active:last-child a {
	background-image: url(../img/top/sound_btn_off_active.png);
}

.tablet-mode .sound_title,
.tablet-mode .sound_btn_body {
	display: none;
}



/*------------------------------------------------------------
	h_wiiu_logo_section
------------------------------------------------------------*/
.h_wiiu_logo_section {
	position: absolute;
	top: 18px;
	right: 0;
	width: 202px;
	height: 148px;
	background: url(../img/top/h_wiiu_logo_bg.png) 0 0 no-repeat;
	transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
}
.h_wiiu_logo_section.away {
	transform: translate3d(210px, -120px, 0);
	-webkit-transform: translate3d(210px, -120px, 0);
	transition: none;
	-webkit-transition: none;
}
.h_wiiu_logo_img {
	padding-top: 40px;
    padding-left: 95px;
}



/*------------------------------------------------------------
	main_wrap
------------------------------------------------------------*/
#top .video_wrap {
	box-sizing: border-box;
	position: relative;
	top: 0;
	left: 0;
	padding-top: 40px;
	padding-bottom: 90px;
	z-index: -1;
	width: 100%;
	min-width: 960px;
	height: 100%;
	overflow: hidden;
	opacity: 0;
}

#top .video_wrap > div {
	position: relative;
}

#top .video_wrap .youtube_player {
	position: absolute;
}
#top .video_wrap .youtube_player iframe {
	width: 100%;
	height: 100%;
}
#top .video_wrap .fallback {
	display: none;
}

.tablet-mode #top .video_wrap {
	padding-bottom: 120px;
}
.tablet-mode #top .video_wrap .youtube_player {
	display: none;
}
.tablet-mode #top .video_wrap .fallback {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.tablet-mode #top .video_wrap .fallback li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tablet-mode #top .video_wrap .fallback li img {
	width: 100%;
	height: auto;
}

.portrait #top .video_wrap {
	padding-bottom: 360px;
}


/*------------------------------------------------------------
	main_section
------------------------------------------------------------*/
.main_section {
	position: relative;
	width: 100%;
	height: 408px;
	margin-top: -185px;
}
.portrait .main_section {
	margin-top: 0;
	position: absolute;
	bottom: 0;
}


/*------------------------------------------------------------
	main_logo_img
------------------------------------------------------------*/
.main_logo_img {
    position: absolute;
    top: -160px;
    left: 50%;
    z-index: 1;
    margin-left: -218px;
}



/*------------------------------------------------------------
	gnav_section
------------------------------------------------------------*/
.gnav_section {
	position: relative;
	z-index: 1;
	width: 960px;
	margin: 0 auto;
}
.gnav_section .gnav_body {
	padding-left: 17px;
}
.gnav_section .gnav_item {
	float: left;
    margin-right: 7px;
}
.gnav_section .gnav_item:last-child {
	margin-right: 0;
}
.gnav_section .gnav_item a{
	position: relative;
	display: inline-block;
}
.gnav_section .gnav_item a.new:after {
  content: "";
  position: absolute;
  right: 0px;
  top: -12px;
  width: 70px;
  height: 43px;
  background: url(../img/top/ico_new_2.png) 0 0 no-repeat;
  display: block;
  z-index: 10;
}

.gnav_section .gnav_item a.update1026:after {
  content: "";
  position: absolute;
  right: -4px;
  top: -14px;
  width: 74px;
  height: 45px;
  background: url(../img/top/ico_update_1026.png) 0 0 no-repeat;
  display: block;
  z-index: 10;
}

/*------------------------------------------------------------
	gnav2_section
------------------------------------------------------------*/
.info_section .infonav_body {
	padding-left: 69px;
	width: 891px;
	margin: auto;
	position: relative;
	top: -15px;
}
.info_section .infonav_item {
	float: left;
}
.info_section .infonav_item:first-child {
	margin-right: 5px;
}
.info_section .infonav_item:last-child {
	margin-top: 11px
}


/*------------------------------------------------------------
	info_section
------------------------------------------------------------*/
.info_section {
	position: relative;
	z-index: 0;
	min-width: 960px;
    margin-top: -93px;
    padding-top: 98px;
	background: url(../img/common/info_bg.png) center top repeat-x;
}
.info_body {
	position: relative;
	width: 960px;
	height: 230px;
	margin: 0 auto;
}
.info_body p {
	position: absolute;
}
.info_img_package {
	top: 1px;
	left: 18px;
}
.btn_gudebook {
	top: 180px;
	left: 13px;
    cursor:pointer;
    transition: all  0.3s ease;
}
.btn_gudebook:hover {
	filter: brightness(180%);
}
.info_icon_dl {
	top: 43px;
	left: 155px;
}
.info_icon_cero {
	top: 123px;
	left: 173px;
}
.info_text_date {
	top: 3px;
	left: 163px;
}
.info_text_price {
	top: 52px;
	left: 250px;
}
.info_btn_standard {
    top: 129px;
    left: 248px;
}
.info_btn_movie {
	top: 15px;
	left: 505px;
}
.info_btn_kids {
	  top: -3px;
	  left: 738px;
}
.info_btn_movie a{
	display: inline-block;
	position: relative;
}
.update_0928 a:after{
	content: "";
	position: absolute;
	right: 2px;
	top: -7px;
	width: 70px;
	height: 43px;
	background: url(../img/top/ico_update_0928.png) 0 0 no-repeat;
	display: block;
	z-index: 10;
}

.new a:after{
	content: "";
	position: absolute;
	right: 2px;
	top: -7px;
	width: 70px;
	height: 43px;
	background: url(../img/top/ico_new.png) 0 0 no-repeat;
	display: block;
	z-index: 10;
}

.no-touchevents .info_btn_standard a {
  display: block;
  height: 100%;
  background: url(../img/top/info_btn_standard_ov.png) 0 0 no-repeat;
}
.no-touchevents .info_btn_standard a:hover img {
	opacity: 0;
}

/*------------------------------------------------------------
	f_section
------------------------------------------------------------*/
.f_section {
	position: relative;
	z-index: 1;
	min-width: 960px;
    margin-top: -13px;
	background: url(../img/common/f_bg.png) center top repeat-x;
}
.f_section .f_body {
	position: relative;
	width: 960px;
	height: 63px;
	margin: 0 auto;
}
.f_section .f_body p,
.f_section .f_body ul {
	position: absolute;
}
.f_section .f_text_copyright {
    top: 24px;
    left: 10px;
}
.f_section .f_btn_body {
	top: 31px;
    right: 90px;
}
.f_section .f_btn_body li {
	float: left;
	line-height: 11px;
}
.f_section .f_btn_nintendo {
	margin-right: 16px;
	padding-right: 16px;
	border-right: 2px solid #ffffff;
}
.f_section .f_sns_body {
	top: 24px;
    right: 10px;
}
.f_section .f_sns_body li {
	float: left;
	line-height: 0;
	background: #FFF;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
.f_section .f_btn_tw {
	margin-right: 10px;
}

.no-touchevents .f_section .f_btn_body a,
.no-touchevents .f_section .f_sns_body a {
	opacity: 1;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}
.no-touchevents .f_section .f_btn_body a:hover,
.no-touchevents .f_section .f_sns_body a:hover {
	opacity: 0.75;
}

/*------------------------------------------------------------
	modal
------------------------------------------------------------*/
.modal {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	min-height: 1157px;
}
.modal_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tablet-mode .modal_bg {
	background: url(../img/common/modal_bg.png) top left repeat;
}
.modal_bg div {
	position: relative;
	width: 100%;
	height: 75px;
	background-color: #bdeeff;
	background-repeat: repeat-x;
	background-position: top left;
}
.modal_bg .tape1 {
	background-image: url(../img/common/modal_bg_tape1.png);
}
.modal_bg .tape2 {
	background-image: url(../img/common/modal_bg_tape2.png);
}
.modal_bg .tape3 {
	background-image: url(../img/common/modal_bg_tape3.png);
}
.modal_bg .tape4 {
	background-image: url(../img/common/modal_bg_tape4.png);
}
.modal_bg .tape5 {
	background-image: url(../img/common/modal_bg_tape5.png);
}
.modal_movie_panel {
	position: absolute;
	top: 0;
	left: 50%;
	width: 991px;
	height: 960px;
	margin-left: -495px;
	background: url(../img/common/modal_bg_movie.png) 0 0 no-repeat;
	margin-top: -960px;
}
.csstransitions .modal_movie_panel {
	margin-top: 0;
	transform: translate3d(0,-100%,0);
	-webkit-transform: translate3d(0,-100%,0);
}
.tablet-mode .modal_movie_panel {
	margin-top: 0;
	transform: none;
	-webkit-transform: none;
}
.modal_movie_title {
	position: absolute;
    top: 254px;
    left: 324px;
}
.modal_movie_player {
	position: absolute;
	top: 314px;
    left: 72px;
    width: 800px;
    height: 450px;
    overflow: hidden;
    line-height: 0;
}
.modal_movie_player:before,
.modal_movie_player:after {
	content: "";
	position: absolute;
	top: 0;
	background-color: rgba(0,0,0,0.2);
}
.modal_movie_player:before {
	left: 0;
	width: 2px;
	height: 100%;
}
.modal_movie_player:after {
	left: 2px;
	width: 100%;
	height: 2px;
}
.modal_movie_player .youtube_player,
.modal_movie_player .youtube_player iframe {
	width: 100%;
	height: 100%;
}
.modal_btn_close {
    position: absolute;
    top: 851px;
    left: 50%;
    margin-left: -125px;
}



/*------------------------------------------------------------
	hover
------------------------------------------------------------*/
.no-touchevents .info_btn_standard a {
    display: block;
    height: 100%;
}
.no-touchevents .info_btn_standard a:hover img {
	opacity: 0;
}
