@charset "utf-8";

/* ==========================================================================
	HARDWARE TAB NAV ,FOOTER NAV
========================================================================== */

/* MODULES
-------------------------------------------------------------------------- */
.sp_only {
	display: none;
}

/* TEXT LINK
-------------------------------------------------------------------------- */
#page-container .link-text-container {
  width: 960px;
  margin: 0 auto 9px auto;
  padding-top: 12px;
  font-family: sans-serif;
  overflow: hidden;
}
#page-container .link-text__body {
  float: right;
  line-height: 15px;
  height: 16px;
}
#page-container .link-text__top {
  display: none;
}
#page-container .link-text__parts {
  display: inline-block;
  margin: 0 7px 0 0;
}
#page-container .link-text__spec {
  display: inline-block;
  border-left: #d6d6d6 1px solid;
  margin: 0 6px 0 0;
  padding: 0 0 0 11px;
}
#page-container .link-text__parts a:before,
#page-container .link-text__spec a:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 10px;
  vertical-align: middle;
  margin: 0 0 0 0;
  background: transparent url(../../../../common/css/img/arrow_wiiu_00.png) 0 0 no-repeat;
}
#page-container .link-text__parts a span,
#page-container .link-text__spec a span {
  display: inline-block;
  height: 15px;
  border-bottom: 1px solid transparent;
  vertical-align: top;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  line-height: 15px;
  font-size: 10px;
  vertical-align: top;
  border-bottom: 1px solid #FFF;
}
#page-container .link-text__parts a:hover span,
#page-container .link-text__spec a:hover span {
  border-bottom: 1px solid #0096c8;
  background-position: 0 100%;
}
#page-container .link-text__parts a span {
  width: 86px;
  background: url(img/tab_textlink-parts.png) 0 0 no-repeat;
}
#page-container .link-text__spec a span {
  width: 85px;
  background: url(img/tab_textlink-spec.png) 0 0 no-repeat;
}

#page-container .link-text__parts a.is_current span,
#page-container .link-text__spec a.is_current span {
  background-position: 0 100%;
}

/* TAB
-------------------------------------------------------------------------- */
#page-container .tab-container {
  width: 100%;
  border-bottom: #d6d6d6 1px solid;
}
#page-container .tab__body {
  display: table;
  table-layout: fixed;
  width: 960px;
  margin: 0 auto -1px auto;
}
#page-container .tab__item,
#page-container .tab__item--active {
  display: table-cell;
  vertical-align: top;
}
#page-container .tab__item a,
#page-container .tab__item--active a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 65px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F6F6F6;
  border-top: #d6d6d6 1px solid;
  border-right: #d6d6d6 1px solid;
  position: relative;
}
#page-container .tab__item a:before,
#page-container .tab__item--active a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #FFF;
}
#page-container .tab__item .item__text,
#page-container .tab__item--active .item__text {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  line-height: 14px;
  height: 14px;
  font-size: 0.001%;
  position: absolute;
  top: 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#page-container .tab__item .item__label,
#page-container .tab__item--active .item__label {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  line-height: 6px;
  height: 6px;
  font-size: 0.001%;
  position: absolute;
  top: 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#page-container .tab__item {
  margin-bottom: -1px;
}
#page-container .tab__item a {
  border-bottom: #d6d6d6 1px solid;
}
#page-container .tab__item a:before {
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#page-container .tab__item a:hover:before {
  height: 63px;
}
#page-container .tab__item a:hover .item__text {
  background-position: 0 100%;
}
#page-container .tab__hardware-top a {
  border-left: #d6d6d6 1px solid;
  border-top-left-radius: 12px;
}
#page-container .tab__hardware-top .item__text {
  width: 128px;
  left: 33px;
  background: url(img/tab_hardware-top.png);
}
#page-container .tab__hardware-top .item__label {
  width: 19px;
  left: 87px;
  background: url(img/tab_hardware-top_en.png);
}
#page-container .tab__lineup .item__text {
  width: 104px;
  left: 44px;
  background: url(img/tab_lineup.png);
}
#page-container .tab__lineup .item__label {
  width: 33px;
  left: 79px;
  background: url(img/tab_lineup_en.png);
}
#page-container .tab__features .item__text {
  width: 68px;
  left: 62px;
  background: url(img/tab_features.png);
}
#page-container .tab__features .item__label {
  width: 41px;
  left: 75px;
  background: url(img/tab_features_en.png);
}
#page-container .tab__built-in .item__text {
  width: 116px;
  left: 38px;
  background: url(img/tab_built-in.png);
}
#page-container .tab__built-in .item__label {
  width: 95px;
  left: 47px;
  background: url(img/tab_built-in_en.png);
}
#page-container .tab__accessories a {
  border-top-right-radius: 12px;
}
#page-container .tab__accessories .item__text {
  width: 56px;
  left: 63px;
  background: url(img/tab_accessories.png);
}
#page-container .tab__accessories .item__label {
  width: 65px;
  left: 58px;
  background: url(img/tab_accessories_en.png);
}
#page-container .tab__item--active a {
  background: #FFF;
  border-bottom: #FFF 1px solid;
  border-top: 0;
}
#page-container .tab__item--active a:before {
  top: 0;
  bottom: auto;
  height: 4px;
  background: #0096c8;
}
#page-container .tab__item--active .item__text {
  background-position: 0 100%;
}

/* HARDWARER FOOTER NAV
-------------------------------------------------------------------------- */
#page-container .footernav-container {
  width: 960px;
  margin: 0 auto;
  padding: 51px 0 21px 0;
  overflow: hidden;
}
#page-container .footernav__btn,
#page-container .footernav__btn--active,
#page-container .footernav__btn-s,
#page-container .footernav__btn-s--active {
  width: 233px;
  float: left;
  margin: 0 0 10px 10px;
  border-radius: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#page-container .footernav__btn,
#page-container .footernav__btn-s {
  border: #0096c8 3px solid;
}
#page-container .footernav__btn--active,
#page-container .footernav__btn-s--active {
  border: #d5d5d5 3px solid;
}
#page-container .footernav__btn,
#page-container .footernav__btn--active {
  height: 180px;
}
#page-container .footernav__btn-s,
#page-container .footernav__btn-s--active {
  height: 85px;
}
#page-container .footerbtn__body {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#page-container .footerbtn__img {
  position: absolute;
  left: -3px;
  top: -3px;
}
#page-container .footerbtn__text {
  width: 100%;
  height: 21px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #0096C8;
  color: #FFF;
  text-align: center;
  line-height: 21px;
  font-size: 71.42857%;
}
#page-container .footerbtn__text:before {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  background: transparent url(../../../../wiiu/common/css/img/arrow_link_01.png) 0 0 no-repeat;
}
#page-container .footernav__btn--active .footerbtn__text,
#page-container .footernav__btn-s--active .footerbtn__text {
  background: #d5d5d5;
}
#page-container .footernav__btn--active .footerbtn__text:before,
#page-container .footernav__btn-s--active .footerbtn__text:before {
  background: transparent url(../../../../wiiu/common/css/img/arrow_hard_01.png) 0 0 no-repeat;
}
#page-container .footernav__top {
  width: 216px;
  height: 180px;
  float: left;
  margin: 0 10px 10px 4px;
  background: transparent url(../../../../wiiu/common/css/img/dot_v_01.png) 100% 0 repeat-y;
}
#page-container .footertopbtn__body {
  display: block;
  width: 192px;
  height: 171px;
  position: relative;
}
#page-container .footertopbtn__img {
  position: absolute;
  left: 0;
  top: 0;
}
#page-container .footertopbtn__text {
  position: absolute;
  left: 0;
  top: 141px;
  width: 192px;
  height: 30px;
}
#page-container .footertopbtn__text .btn__round {
  border-radius: 15px;
  position: relative;
  width: 100%;
  height: 100%;
  background: #0096C8;
  overflow: hidden;
  text-align: center;
  line-height: 1;
}
#page-container .footertopbtn__text .btn__round:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 13px;
  background: transparent url(../../../../wiiu/common/css/img/arrow_link_01.png) 0 0 no-repeat;
}
#page-container .footertopbtn__text .btn__round span {
  font-size: percent(12);
  color: #FFF;
  display: inline-block;
  padding: 8px 0 8px 10px;
}

/* TAB
-------------------------------------------------------------------------- */

/* HOVER
-------------------------------------------------------------------------- */
#page-container .footerbtn__body:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 12px 12px 0 0;
  background-color: #F6F6F6;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#page-container .footerbtn__body:hover:after {
    height: 157px;
}
#page-container .footernav__btn-s .footerbtn__body:hover:after,
#page-container .footernav__btn-s--active .footerbtn__body:hover:after {
    height: 62px;
}

#page-container .footertopbtn__body{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#page-container .footertopbtn__body:hover{
  opacity: 0.75;
  filter: alpha(opacity=75);
}
