@charset "UTF-8";
.sp_only {
  display: none;
}
/* MAIN
-------------------------------------------------------------------------- */
#page-container .main-container {
  width: 960px;
  margin: 0 auto 24px auto;
}
#page-container .main-container:before,
#page-container .main-container:after {
  content: " ";
  display: table;
}
#page-container .main-container:after {
  clear: both;
}
#page-container .main__ttl {
  padding-top: 39px;
  margin-bottom: 25px;
  float: left;
  width: 400px;
}
#page-container .main__ttl:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
  margin: 0 9px 0 0;
  background: transparent url(../../../common/css/img/icon_hlv1_blue.png) 0 0 no-repeat;
}
#page-container .main__ttl h2 {
  display: inline-block;
  width: 291px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: transparent url(img/ttl_list_hlv1.png) 0 0 no-repeat;
}
#page-container .main__backbtn {
  width: 232px;
  height: 26px;
  float: right;
  margin: 41px 6px 0 0;
}

/* SET BTN
-------------------------------------------------------------------------- */
#page-container .setbtn-container {
  width: 960px;
  margin: 0 auto 54px auto;
}
#page-container .setbtn__body {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 27px;
}
#page-container .setbtn__item {
  display: table-cell;
}
#page-container .setbtn__kartset,
#page-container .setbtn__sportspremium,
#page-container .setbtn__basicset {
  display: block;
  width: 100%;
  height: 154px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: #D6D6D6 1px solid;
  position: relative;
}
#page-container .setbtn__kartset {
  border-left: #D6D6D6 1px solid;
}
#page-container .setbtn__kartset .setbtn__img {
  position: absolute;
  left: 22px;
  top: 13px;
}
#page-container .setbtn__kartset .setbtn__ttl {
  position: absolute;
  left: 161px;
  top: 13px;
}
#page-container .setbtn__kartset .setbtn__text {
  position: absolute;
  left: 180px;
  top: 95px;
  font-size: 71.42857%;
  line-height: 15px;
  color: #5E5E5E;
}
#page-container .setbtn__sportspremium .setbtn__img {
  position: absolute;
  left: 22px;
  top: 13px;
}
#page-container .setbtn__sportspremium .setbtn__ttl {
  position: absolute;
  left: 161px;
  top: 13px;
}
#page-container .setbtn__sportspremium .setbtn__text {
  position: absolute;
  left: 185px;
  top: 100px;
  font-size: 71.42857%;
  line-height: 15px;
  color: #5E5E5E;
}
#page-container .setbtn__basicset .setbtn__img {
  position: absolute;
  left: 22px;
  top: 13px;
}
#page-container .setbtn__basicset .setbtn__ttl {
  position: absolute;
  left: 194px;
  top: 56px;
  font-size: 100%;
  line-height: 19px;
}
#page-container .setbtn__link {
  width: 398px;
  height: 26px;
  margin: 0 auto;
}
#page-container .c-btn__round {
  display: block;
  border-width: 2px;
  border-style: solid;
  border-radius: 15px;
  border-color: #0096c8;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1;
}
#page-container .c-btn__round:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 10px;
  background: transparent url(../../common/css/img/arrow_back.png) 0 0 no-repeat;
}
#page-container .c-btn__round span {
  font-size: 85.71429%;
  color: #0096c8;
  display: inline-block;
  padding: 6px 0 6px 0;
}

#page-container .list-ttl {
  width: 162px;
  float: left;
  padding: 289px 0 0 0;
}
#page-container .list-ttl__console,
#page-container .list-ttl__accessories,
#page-container .list-ttl__soft {
  margin: 5px 0 10px 0;
}
#page-container .list-ttl__consolebody {
  background: #0096C8;
  text-align: center;
  color: #FFF;
  height: 245px;
  width: 164px;
  vertical-align: middle;
  display: table-cell;
  border-radius: 8px;
}
#page-container .list-ttl__accessoriesbody {
  background: #0096C8;
  text-align: center;
  color: #FFF;
  height: 650px;
  width: 164px;
  vertical-align: middle;
  display: table-cell;
  border-radius: 8px;
}
#page-container .list-ttl__softbody {
  background: #0096C8;
  text-align: center;
  color: #FFF;
  height: 345px;
  width: 164px;
  vertical-align: middle;
  display: table-cell;
  border-radius: 8px;
}

#page-container .banner_sub{
  width: 960px;
  height: 152px;
  margin: -14px auto 60px auto;
}
#page-container .banner_sub a{
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
#page-container .banner_sub a:after{
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #FFF;
  -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 .banner_sub a:hover:after{
  opacity: 0.20;
  filter: alpha(opacity=20);
}
#page-container .banner_sub > div{
  float: left;
  width: 470px;
}
#page-container .banner_sub > div:first-child{
  margin-right: 20px;
}


/* set base
-------------------------------------------------------------------------- */
#page-container .list-container {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

#page-container .listtable__header{
  width: 956px;
  -webkit-border-radius: 8px 8px 0 0 ;
          border-radius: 8px 8px 0 0 ;
  border-top:#d6d6d6 2px solid;
  border-right:#d6d6d6 2px solid;
  border-left:#d6d6d6 2px solid;
}
.listtableheader{
  width: 909px;
  margin-left: 47px;
  table-layout: fixed;
}
.listtableheader__itemnone{
  border-right:#d6d6d6 2px solid;
  width: 229px;
}
.listtableheader__item,
.listtableheader__item--right{
  border-right:#d6d6d6 1px solid;
  font-size: 10px;
}
.listtableheader__item--right{
  border:none;
}

.listtableheader__title{
  padding-top: 3px;
  text-align: center;
  margin: 0 3px 15px 3px;
}
.item__splatoon2 .listtableheader__title span{
  width: 100%;
  background: #7d519c;
  display: inline-block;
}
.item__premium .listtableheader__title span{
  width: 100%;
  background: #0096c8;
  display: inline-block;
  -webkit-border-radius: 0 4px 0 0;
          border-radius: 0 4px 0 0;
}

.listtableheader__text{
  text-align: center;
  padding-bottom:10px;
}
.listtableheader__text .text_limited{
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
}
.listtableheader__text .text_price{
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  letter-spacing: 0.05em;
}
.listtableheader__text .text_price em{
  font-size: 16px;
}
.listtableheader__text .text_price span{
  text-align: center;
  font-size: 10px;
}
.text_pricenote,
.text_pricenote-coming-scheduled-end{
  text-align: center;
  padding: 8px 0;
}



.listtableheader__endtext {
  width: 170px;
  margin: 0 auto 10px auto;
  padding: 11px 10px 11px 10px;
  background-color: #e0e0e0;
  border-radius: 4px;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
}



.listtableheader__title img,
.listtableheader__img img,
.listtableheader__text img{
  vertical-align: bottom;
}
.listtableheader__img{
  text-align: center;
}

.item__mariomaker1{
  background-color: #fff7d9;
}
.item__mariomaker2{
  background-color: #fffbeb;
}

.item__splatoon{
  background-color: #f5f5f8;
}
.item__splatoon2{
  background-color: #f5f5f8;
}

#page-container .listtable__body{
  width: 956px;
  -webkit-border-radius: 0 0 8px 8px ;
          border-radius: 0 0 8px 8px ;
  border:#CCC 2px solid;
}

.softwaretable{
  background: #EEE;
  border-bottom: #d6d6d6 2px solid;
}
.hardwaretable{
  border-bottom: #d6d6d6 2px solid;
}
.accessoriestable{
  background: #EEE;
  -webkit-border-radius: 0 0 8px 8px ;
          border-radius: 0 0 8px 8px ;
}
.hardwaretable__header,
.accessoriestable__header,
.softwaretable__header,
.bonustable__header{
  display: table-cell;
  vertical-align: middle;
  width: 44px;
  text-align: center;
  border-top:#FFF 3px solid;
  border-left:#FFF 3px solid;
  border-bottom:#FFF 3px solid;
}
.accessoriestable__header{
   -webkit-border-radius: 0 0 0 7px ;
          border-radius: 0 0 0 7px ;
}


.hardwaretable__header > div,
.accessoriestable__header > div,
.softwaretable__header > div,
.bonustable__header > div{
  display: inline-block;
  padding:0 10px ;
  font-size: 15px;
  color: #0096c9;
}
.softwaretable__header span{
  font-size: 10px;
  display: block;
}
.softwaretable__header span br{
  display: none;
}
.hardwaretable__body,
.accessoriestable__body,
.softwaretable__body,
.bonustable__body{
  display: table-cell;
  width: 909px;
  background: #FFF;
}
.tablebody{
  table-layout: fixed;
  width: 909px;
}
.accessoriestable__body{
   -webkit-border-radius: 0 0 8px 0 ;
          border-radius: 0 0 8px 0 ;
}

.tablebody th{
   border-right:#d6d6d6 2px solid;
   font-size: 11px;
   vertical-align: middle;
   width: 229px;
}
.tablebody td{
  vertical-align: middle;
  text-align: center;
  border-right:#d6d6d6 1px solid;
  line-height: 1;
}
.hardwaretable__body th,
.hardwaretable__body td{
  height: 99px;
}
.hardwaretable__body th div{
  display: table-cell;
  vertical-align: middle;
  width: 432px;
}
.hardwaretable__body th div p{
  text-align: center;
}
.hardwaretable__body th div p span{
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.07em;
  color: #0096c9;
  margin-left: -45px;
}
.accessoriestable__body th,
.accessoriestable__body td{
  height: 59px;
  background: url(../../../common/css/img/dot_h_01.png) left bottom repeat-x;
}
.softwaretable__body th,
.softwaretable__body td{
  height: 110px;
  /*background: url(../../../common/css/img/dot_h_01.png) left bottom repeat-x;*/
}

.bonustable__body th,
.bonustable__body td{
  height: 140px;
  /*background: url(../../../common/css/img/dot_h_01.png) left bottom repeat-x;*/
}
.tablebody td.tablebody__cell--right{
  border:none;
}


.tablebody th p{
  text-align: left;
  padding-left: 11px;
}

.softwaretable__body th p,
.bonustable__body th p{
  text-align: center;
  padding-left: 0;
}
.tablebody th p .spbr{
  display: none;
}

.tablebody .softbtn a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: transparent url(../../../common/css/img/arrow_link_00.png) 0 0 no-repeat;
  vertical-align: middle;
  margin: -6px 5px -4px 0;
}

.sethard_img{
  
}

.sethardblock{
  vertical-align: middle;
  padding: 5px 0 25px 0;
}

.sethard_img{
}
.sethard_info{
  width: 200px;
  margin: 0 auto 15px auto;
  padding: 5px 0 3px 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.setsoft_img{
  margin-bottom: 4px;
}
.setsoft_text{
  margin-bottom: 8px;
}
.setsoft_text br{
  display: none;
}
.setsoft_link{
  margin-bottom: 18px;
}
.sethard_info_txt{
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.sethard_info_note{
  font-size: 11px;
}
.sethard_info_note br{
  display: none;
}
.setsoft_text{
  font-size: 11px;
}
.setsoft_link{
  font-size: 11px;
}
.setsoft_link a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: transparent url(../../../common/css/img/arrow_link_00.png) 0 0 no-repeat;
  vertical-align: middle;
  margin: -6px 5px -4px 0;
}
.setbonus_img{
  margin-bottom: 8px;
}
.setbonus_text{
  font-size: 11px;
}
.setbonus_text br{
  display: none;
}

.is-available{
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background: #8C8C8C;
  display: inline-block;
  vertical-align: middle;
}
.is-disavailable{
  background: #8C8C8C;
  width: 16px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
}
.splatoon .is-available{
  background: #fe2a97;
}
.splatoon2 .is-available{
  background: #7d519c;
}
.mariomaker2 .is-available{
  background: #ff9600;
}
.mariokart .is-available{
  background: #000000;
}
.premium .is-available{
  background: #0096c8;
}
.cell__note{
  padding-top: 4px;
  font-size: 12px;
  vertical-align: middle;
}
.tablebody td.mariomaker1{
  background-color: #fff7d9;
}
.tablebody td.mariomaker2{
  background-color: #fffbeb;
}

.tablebody td.splatoon{
  background-color: #f5f5f8;
}
.tablebody td.splatoon2{
  background-color: #f5f5f8;
}

.nonbg{
  background-image: none!important;
}


.listtablenote{
  width: 960px;
  margin: 10px auto 50px auto;
}

.listtablenote li{
  font-size: 10px;
  margin-top: 5px;
}




#page-container .footer-container {
  width: 100%;
  border-bottom: #d6d6d6 1px solid;
  padding: 0 0 50px 0;
}
#page-container .footer-container__body {
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
  padding: 0 4px 4px 0;
}




/* HOVER
-------------------------------------------------------------------------- */
#page-container .c-btn__round span,
#page-container .c-btn__round:before{
  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 .c-btn__round:hover span,
#page-container .c-btn__round:hover:before{
  opacity: 0.75;
  filter: alpha(opacity=75);
}

#page-container .c-btn__round:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  border: 0 #0096c8 solid;
  border-radius: 15px;
  box-sizing: border-box;
  -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 .c-btn__round:hover:after {
  border-width: 4px;
}

#page-container .c-btn__round:after {
  width: 236px;
  height: 30px;
}