@charset "UTF-8";

/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Roboto,"Droid Sans",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
input,
textarea {
  font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Roboto,"Droid Sans",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  line-height: 1.6;
}
a {
  outline: none;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}
a img, img {
  border-style:none;
}
img{
  vertical-align: bottom;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body {
  min-width: 960px;
  background: #fff;
}
.main-container {
  line-height: 0;
  width: 100%;
  position: relative;
}

.c-btn{
  position: relative;
  display: block;
}
.c-btn .c-btn__hover{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.c-btn .c-btn__label{
  position: absolute;
  left: 0;
  top: 0;
}
.no-touchevents .c-btn .c-btn__hover{
  opacity: 0;
   -webkit-transition: opacity .4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity .4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .c-btn:hover .c-btn__hover{
  opacity: 1;
}

/* ==========================================================================
   utility
   ======================================================================= */
.none {
  display: none;
}
.hidden {
  visibility: hidden;
}
.no-js .hidden {
  visibility: visible;
}
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

/* 画像置換 */
.u-ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  display: block;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.switch-logo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

s{
  width: 100%;
}
.pageheader__body{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.pageheader__body::before{
  content: "";
  display: block;
  padding-top: 17.1875%;
}

.main-container--page{
  padding-top: 25px;
}

.pageheader__logo{
  position: absolute;
  left: 5px;
  top: 10px;
}

.main-container--page .switch-logo img{
  -webkit-backface-visibility: hidden;
}

@media all and (min-width: 1280px){
  .main-container--page{
    padding-top: 0;
  }
}





/*------------------------------------------------------------
  footer
------------------------------------------------------------*/
.footer {
  width: 100%;
  position: relative;
  margin: 50px 0 0;
  background: #000;
}
.footer__body{
  max-width: 1280px;
  margin: 0 auto;
}
.footer__body:after{
  clear: both;
}

.footer p{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
}
.footer__btn-support{
  margin-left: 6px;
  margin-right: 0;
}
.footer__btn-nintendo {
    margin-top: 23px;
    margin-left: 30px;
    margin-right: 7px;
}
.footer__btn-hardware {
    margin-top: 22px;
    margin-left: 29px;
    margin-right: 7px;
}
.footer__btn-software {
    margin: 21px 0 0 39px;
}
.footer__btn-support a{
  display: block;
  background: #114d3c;
}
.no-touchevents .footer__btn-support a {
  background-color: #114d3c;
  -webkit-transition: background-color .4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color .4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .footer__btn-support a:hover {
  background-color: #219978;
}

.no-touchevents .footer__btn-nintendo a,
.no-touchevents .footer__btn-hardware a,
.no-touchevents .footer__btn-software a,
.no-touchevents .footer__btn-tw a,
.no-touchevents .footer__btn-fb a {
  opacity: 1;
  -webkit-transition: opacity .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .footer__btn-nintendo a:hover,
.no-touchevents .footer__btn-hardware a:hover,
.no-touchevents .footer__btn-software a:hover,
.no-touchevents .footer__btn-tw a:hover,
.no-touchevents .footer__btn-fb a:hover {
  opacity: .7;

}


.footer__btn-fb{
  margin-right: 10px;
}
.footer__btn-tw{
  margin-right: 10px;
}
.footer__copyright{
  margin-right: 5px;
}

.footer__btn-nintendo {
  position: relative;
}

.footer__btn-nintendo:after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  position: absolute;
  top: 0;
  right: -20px;
  border-right: 1px solid #fff;
}

.top .footer__btn-nintendo:after {
  right: -24px;
}

.footer__btn-hardware {
   position: relative;
}

.footer__btn-hardware:after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  position: absolute;
  top: 0;
  right: -20px;
  border-right: 1px solid #fff;
}

.top .footer__btn-hardware:after {
  right: -26px;
}


@media all and (min-width: 1280px){

}
