@charset "UTF-8";
/*　*/

@keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75%{
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.supportcommon-gheader__body {
  width: 100%;
  position: relative;
  background: #8c8c8c; }
  .supportcommon-gheader__body::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 0; }



.supportcommon-gheader__logo {
  position: absolute; }

.supportcommon-gheader__logo a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  display: block;
  line-height: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  background:#e60012 url(../img/gheader/logo-nintendo.svg) 50% 50% no-repeat;
  background-size: 101px auto; }

.supportcommon-gheader-nav__body::after {
  content: "";
  display: block;
  clear: both; }

.supportcommon-gheader-nav__item {
  float: left; }

.supportcommon-gheader-nav-btn {
  display: block; }

.supportcommon-gheader-nav-btn__body {
  text-align: center; }

.supportcommon-gheader-nav__item--netinfo .supportcommon-gheader-nav-btn__icon {
  position: relative;
  width: 32px;
  height: 24px; }
  .supportcommon-gheader-nav__item--netinfo .supportcommon-gheader-nav-btn__icon i {
    width: 32px;
    height: 24px; }
  .supportcommon-gheader-nav__item--netinfo .supportcommon-gheader-nav-btn__icon i::before {
    background: url("../img/gheader/netinfo-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 32px;
    height: 24px; }
  .supportcommon-gheader-nav__item--netinfo .supportcommon-gheader-nav-btn__icon i::after {
    background: url("../img/gheader/netinfo-support.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 32px;
    height: 24px; }
.supportcommon-gheader-nav__item--netinfo .supportcommon-gheader-nav-btn__alert-ico{
  display: none;
  position: absolute;
  right: -3px;
  top: -4px;
  width: 12px;
  height: 12px;
  animation: flash 2s linear infinite alternate;
}
.is-ok--gheader .supportcommon-gheader-nav__item--netinfo .supportcommon-gheader-nav-btn__alert-ico{
  display: none;
}
.is-error--gheader .supportcommon-gheader-nav__item--netinfo .supportcommon-gheader-nav-btn__alert-ico{
  display: block;
}

.supportcommon-gheader-nav__item--netinfo .supportcommon-gheader-nav-btn__alert-ico::before{
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  background: #e40b21;
  -webkit-border-radius: 7px;
          border-radius: 7px;
}
.supportcommon-gheader-nav__item--netinfo .supportcommon-gheader-nav-btn__alert-ico::after{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: url("../img/gheader/alert.svg") 50% 50% no-repeat;
  background-size: auto 6px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.supportcommon-gheader-nav__item--top .supportcommon-gheader-nav-btn__icon {
  width: 24px;
  height: 24px;
  margin-right: 5px; }
  .supportcommon-gheader-nav__item--top .supportcommon-gheader-nav-btn__icon i {
    width: 24px;
    height: 24px; }
  .supportcommon-gheader-nav__item--top .supportcommon-gheader-nav-btn__icon i::before {
    background: url("../img/gheader/top-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 24px;
    height: 24px; }
  .supportcommon-gheader-nav__item--top .supportcommon-gheader-nav-btn__icon i::after {
    background: url("../img/gheader/top-support.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 24px;
    height: 24px; }

.supportcommon-gheader-nav__item--switch .supportcommon-gheader-nav-btn__icon {
  width: 23px;
  height: 24px;
  margin-right: 5px; }
  .supportcommon-gheader-nav__item--switch .supportcommon-gheader-nav-btn__icon i {
    width: 23px;
    height: 24px; }
  .supportcommon-gheader-nav__item--switch .supportcommon-gheader-nav-btn__icon i::before {
    background: url("../img/gheader/hardware-switch-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 23px;
    height: 24px; }
  .supportcommon-gheader-nav__item--switch .supportcommon-gheader-nav-btn__icon i::after {
    background: url("../img/gheader/hardware-switch-support.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 23px;
    height: 24px; }

.supportcommon-gheader-nav__item--3ds .supportcommon-gheader-nav-btn__icon {
  width: 26px;
  height: 24px; }
  .supportcommon-gheader-nav__item--3ds .supportcommon-gheader-nav-btn__icon i {
    width: 26px;
    height: 24px; }
  .supportcommon-gheader-nav__item--3ds .supportcommon-gheader-nav-btn__icon i::before {
    background: url("../img/gheader/hardware-3ds-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 26px;
    height: 24px; }
  .supportcommon-gheader-nav__item--3ds .supportcommon-gheader-nav-btn__icon i::after {
    background: url("../img/gheader/hardware-3ds-support.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 26px;
    height: 24px; }

.supportcommon-gheader-nav__item--wiiu .supportcommon-gheader-nav-btn__icon {
  width: 32px;
  height: 24px; }
  .supportcommon-gheader-nav__item--wiiu .supportcommon-gheader-nav-btn__icon i {
    width: 32px;
    height: 24px; }
  .supportcommon-gheader-nav__item--wiiu .supportcommon-gheader-nav-btn__icon i::before {
    background: url("../img/gheader/hardware-wiiu-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 32px;
    height: 24px; }
  .supportcommon-gheader-nav__item--wiiu .supportcommon-gheader-nav-btn__icon i::after {
    background: url("../img/gheader/hardware-wiiu-support.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 32px;
    height: 24px; }

.supportcommon-gheader-nav__item--faq .supportcommon-gheader-nav-btn__icon {
  width: 24px;
  height: 24px; }
  .supportcommon-gheader-nav__item--faq .supportcommon-gheader-nav-btn__icon i {
    width: 24px;
    height: 24px; }
  .supportcommon-gheader-nav__item--faq .supportcommon-gheader-nav-btn__icon i::before {
    background: url("../img/gheader/faq-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 24px;
    height: 24px; }
  .supportcommon-gheader-nav__item--faq .supportcommon-gheader-nav-btn__icon i::after {
    background: url("../img/gheader/faq-support.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 24px;
    height: 24px; }

.supportcommon-gheader-nav__item--repair .supportcommon-gheader-nav-btn__icon {
  width: 31px;
  height: 24px; }
  .supportcommon-gheader-nav__item--repair .supportcommon-gheader-nav-btn__icon i {
    width: 31px;
    height: 24px; }
  .supportcommon-gheader-nav__item--repair .supportcommon-gheader-nav-btn__icon i::before {
    background: url("../img/gheader/repair-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 31px;
    height: 24px; }
  .supportcommon-gheader-nav__item--repair .supportcommon-gheader-nav-btn__icon i::after {
    background: url("../img/gheader/repair-support.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 31px;
    height: 24px; }

.supportcommon-gheader-nav__item--inquiry .supportcommon-gheader-nav-btn__icon {
  width: 31px;
  height: 24px; }
  .supportcommon-gheader-nav__item--inquiry .supportcommon-gheader-nav-btn__icon i {
    width: 31px;
    height: 24px; }
  .supportcommon-gheader-nav__item--inquiry .supportcommon-gheader-nav-btn__icon i::before {
    background: url("../img/gheader/inquiry-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 31px;
    height: 24px; }
  .supportcommon-gheader-nav__item--inquiry .supportcommon-gheader-nav-btn__icon i::after {
    background: url("../img/gheader/inquiry-support.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 31px;
    height: 24px; }

.supportcommon-gheader-nav__item--buy .supportcommon-gheader-nav-btn__icon {
  width: 31px;
  height: 24px; }
  .supportcommon-gheader-nav__item--buy .supportcommon-gheader-nav-btn__icon i {
    width: 31px;
    height: 24px; }
  .supportcommon-gheader-nav__item--buy .supportcommon-gheader-nav-btn__icon i::before {
    background: url("../img/gheader/buy-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 31px;
    height: 24px; }
  .supportcommon-gheader-nav__item--buy .supportcommon-gheader-nav-btn__icon i::after {
    background: url("../img/gheader/buy-support.svg") 50% 50% no-repeat;
    background-size: auto 24px;
    width: 31px;
    height: 24px; }

.no-touchevents .supportcommon-gheader-nav-btn {
  color: #3c3c3c;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear; }
  .no-touchevents .supportcommon-gheader-nav-btn .supportcommon-gheader-nav-btn__icon i::before {
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
  .no-touchevents .supportcommon-gheader-nav-btn .supportcommon-gheader-nav-btn__icon i::after {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
  .no-touchevents .supportcommon-gheader-nav-btn:hover {
    color: #e60012; }
    .no-touchevents .supportcommon-gheader-nav-btn:hover .supportcommon-gheader-nav-btn__icon i::before {
      opacity: 0; }
    .no-touchevents .supportcommon-gheader-nav-btn:hover .supportcommon-gheader-nav-btn__icon i::after {
      opacity: 1; }

.supportcommon-gheader-subnav-search__icon i {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative; }
  .supportcommon-gheader-subnav-search__icon i::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: url("../img/gheader/search-b3b3b3.svg") 50% 50% no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px; }
  .supportcommon-gheader-subnav-search__icon i::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url("../img/gheader/search-support.svg") 50% 50% no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    opacity: 0; }

.supportcommon-gheader-nav-btn__label {
  font-weight: bold; }

.supportcommon-gheader-subnav {
  position: absolute; }

.supportcommon-gheader-subnav-search__icon i {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative; }
  .supportcommon-gheader-subnav-search__icon i::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: url("../img/gheader/search-b3b3b3.svg") 50% 50% no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px; }
  .supportcommon-gheader-subnav-search__icon i::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url("../img/gheader/search-support.svg") 50% 50% no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    opacity: 0; }

.no-touchevents .supportcommon-gheader-subnav-search__body {
  color: #3c3c3c;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear; }
  .no-touchevents .supportcommon-gheader-subnav-search__body .supportcommon-gheader-subnav-search__icon i::before {
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
  .no-touchevents .supportcommon-gheader-subnav-search__body .supportcommon-gheader-subnav-search__icon i::after {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
  .no-touchevents .supportcommon-gheader-subnav-search__body:hover {
    color: #e60012; }
    .no-touchevents .supportcommon-gheader-subnav-search__body:hover .supportcommon-gheader-subnav-search__icon i::before {
      opacity: 0; }
    .no-touchevents .supportcommon-gheader-subnav-search__body:hover .supportcommon-gheader-subnav-search__icon i::after {
      opacity: 1; }

.supportcommon-gheader-subnav__body::after {
  content: "";
  display: block;
  clear: both; }

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

  body{
    /**/ } }

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

  body{
    /**/ }

  .supportcommon-gheader__body{
    height: 74px;
    background: #FFF; }

  .supportcommon-gheader__logo{
    width: 150px;
    background: #FFF;
    height: 74px;
    left: 0;
    top: 0; }

  .supportcommon-gheader-nav{
    width: calc(100% - 150px);
    height: 74px;
    margin-left: 150px;
    margin-right: 0; }



  .supportcommon-gheader-nav__item--faq{
    display: block;
    width: 20%; }

  .supportcommon-gheader-nav__item--repair{
    width: 20%; }

  .supportcommon-gheader-nav__item--inquiry{
    width: 20%; }

  .supportcommon-gheader-nav__item--buy{
    width: 20%; }

  .supportcommon-gheader-nav__item--top{
    width: 20%; }

  .supportcommon-gheader-nav__item--netinfo{
    width: 20%; }

  .supportcommon-gheader-nav-btn{
    height: 74px;
    border-left: #e6e6e6 1px solid; }

  .supportcommon-gheader-nav-btn__body{
    padding-top: 21px; }

  .supportcommon-gheader-nav__item--top .supportcommon-gheader-nav-btn__body,
  .supportcommon-gheader-nav__item--faq .supportcommon-gheader-nav-btn__body,
  .supportcommon-gheader-nav__item--repair .supportcommon-gheader-nav-btn__body,
  .supportcommon-gheader-nav__item--inquiry .supportcommon-gheader-nav-btn__body,
  .supportcommon-gheader-nav__item--buy .supportcommon-gheader-nav-btn__body{
    padding-top: 25px; }

  .supportcommon-gheader-nav-btn__icon{
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; }

  .supportcommon-gheader-nav-btn__icon i{
    width: 24px;
    height: 24px;
    position: relative; }

  .supportcommon-gheader-nav-btn__icon i::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }

  .supportcommon-gheader-nav-btn__icon i::after{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }

  .supportcommon-gheader-nav-btn__label{
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 16px;
    text-align: left; }

  .supportcommon-gheader-nav__item--faq .supportcommon-gheader-nav-btn__label br{
    display: none; }

  .supportcommon-gheader-subnav__search{
    width: 75px; }

  .supportcommon-gheader-subnav{}

  .supportcommon-gheader-subnav-search{
    border-left: #e6e6e6 1px solid;
    width: 74px;
    height: 74px; }

  .supportcommon-gheader-subnav-search__body{
    display: inline-block;
    width: 100%;
    height: 100%; }

  .supportcommon-gheader-subnav-search__icon{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto; }

  .supportcommon-gheader-subnav-search__label{
    text-align: center;
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    display: inline-block;
    font-weight: bold; }

  .supportcommon-gheader-subnav-inquiry,
  .supportcommon-gheader-subnav-faq{
    display: none; } }

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

  body{
    /**/ }

  .supportcommon-gheader__logo{
    width: 193px; }

  .supportcommon-gheader-nav{
    width: calc(100% - 193px);
    margin-left: 193px; }

  .supportcommon-gheader-nav__item--top,
  .supportcommon-gheader-nav__item--faq,
  .supportcommon-gheader-nav__item--repair,
  .supportcommon-gheader-nav__item--inquiry,
  .supportcommon-gheader-nav__item--netinfo{
    width: calc(100% / 5); }

  .supportcommon-gheader-nav__item--netinfo .supportcommon-gheader-nav-btn__label br{
    display: none; }

  .supportcommon-gheader-nav__item--netinfo .supportcommon-gheader-nav-btn__body{
    padding-top: 25px;
  }

  .supportcommon-gheader-nav__item--netinfo .supportcommon-gheader-nav-btn__icon{
    margin-right: 4px;
  }

  .supportcommon-gheader-nav__item--repair{
    width: 19.5%; }

  .supportcommon-gheader-nav__item--inquiry{
    width: 19.5%; }

  .supportcommon-gheader-nav__item--netinfo{
    width: 21%; }

  .supportcommon-gheader-nav-btn__label{
    font-size: 12px; } }

@media all and (max-width: 1199px){

  body{
    /**/ } }

@media all and (min-width: 980px) and (max-width: 1199px){

  body{
    /**/ } }

@media all and (max-width: 979px){

  body{
    /**/ }

  .supportcommon-gheader__logo a{
    background: url(../img/gheader/logo-nintendo.svg) 50% 50% no-repeat;
    background-size: contain; }

  .supportcommon-gheader-nav{
  }

  .supportcommon-gheader-nav__item--top{
    width: 20%; }

  .supportcommon-gheader-nav__item--faq{
    width: 20%; }

  .supportcommon-gheader-nav__item--repair{
    width: 20%; }

  .supportcommon-gheader-nav__item--inquiry{
    width: 20%; }

  .supportcommon-gheader-nav__item--netinfo{
    width: 20%; }

  .supportcommon-gheader-nav-btn{
    height: 52px; }


  .supportcommon-gheader-nav__item--top .supportcommon-gheader-nav-btn__icon{
    width: 20px;
    height: 20px; }

  .supportcommon-gheader-nav__item--top .supportcommon-gheader-nav-btn__icon i{
    width: 20px;
    height: 20px; }

  .supportcommon-gheader-nav__item--top .supportcommon-gheader-nav-btn__icon i::before{
    content: '';
    display: inline-block;
    background: url("../img/gheader/top-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 20px;
    width: 20px;
    height: 20px; }

  .supportcommon-gheader-nav__item--top .supportcommon-gheader-nav-btn__icon{
    width: 20px;
    height: 20px; }

  .supportcommon-gheader-nav__item--top .supportcommon-gheader-nav-btn__icon i{
    width: 20px;
    height: 20px; }

  .supportcommon-gheader-nav__item--top .supportcommon-gheader-nav-btn__icon i::before{
    content: '';
    display: inline-block;
    background: url("../img/gheader/top-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 20px;
    width: 20px;
    height: 20px; }

  .supportcommon-gheader-nav-btn__icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: 6px; }

  .supportcommon-gheader-nav-btn__icon i{
    width: 20px;
    height: 20px;
    position: relative; }

  .supportcommon-gheader-nav__item--switch .supportcommon-gheader-nav-btn__icon{
    width: 20px;
    height: 20px; }

  .supportcommon-gheader-nav__item--switch .supportcommon-gheader-nav-btn__icon i{
    width: 20px;
    height: 20px; }

  .supportcommon-gheader-nav__item--switch .supportcommon-gheader-nav-btn__icon i::before{
    content: '';
    display: inline-block;
    background: url("../img/gheader/hardware-switch-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 20px;
    width: 20px;
    height: 20px; }

  .supportcommon-gheader-nav__item--wiiu .supportcommon-gheader-nav-btn__icon{
    width: 27px;
    height: 20px; }

  .supportcommon-gheader-nav__item--wiiu .supportcommon-gheader-nav-btn__icon i{
    width: 27px;
    height: 20px; }

  .supportcommon-gheader-nav__item--wiiu .supportcommon-gheader-nav-btn__icon i::before{
    content: '';
    display: inline-block;
    background: url("../img/gheader/hardware-wiiu-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 20px;
    width: 27px;
    height: 20px; }

  .supportcommon-gheader-nav__item--faq .supportcommon-gheader-nav-btn__icon{
    width: 20px;
    height: 20px; }

  .supportcommon-gheader-nav__item--faq .supportcommon-gheader-nav-btn__icon i{
    width: 20px;
    height: 20px; }

  .supportcommon-gheader-nav__item--faq .supportcommon-gheader-nav-btn__icon i::before{
    content: '';
    display: inline-block;
    background: url("../img/gheader/faq-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 20px;
    width: 20px;
    height: 20px; }

  .supportcommon-gheader-nav__item--repair .supportcommon-gheader-nav-btn__icon{
    width: 25px;
    height: 20px; }

  .supportcommon-gheader-nav__item--repair .supportcommon-gheader-nav-btn__icon i{
    width: 25px;
    height: 20px; }

  .supportcommon-gheader-nav__item--repair .supportcommon-gheader-nav-btn__icon i::before{
    content: '';
    display: inline-block;
    background: url("../img/gheader/repair-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 20px;
    width: 25px;
    height: 20px; }

  .supportcommon-gheader-nav__item--netinfo .supportcommon-gheader-nav-btn__icon{
    width: 26px;
    height: 20px; }

  .supportcommon-gheader-nav__item--netinfo .supportcommon-gheader-nav-btn__icon i{
    width: 26px;
    height: 20px; }

  .supportcommon-gheader-nav__item--netinfo .supportcommon-gheader-nav-btn__icon i::before{
    content: '';
    display: inline-block;
    background: url("../img/gheader/netinfo-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 20px;
    width: 26px;
    height: 20px; }

  .supportcommon-gheader-nav__item--buy .supportcommon-gheader-nav-btn__icon{
    width: 25px;
    height: 20px; }

  .supportcommon-gheader-nav__item--buy .supportcommon-gheader-nav-btn__icon i{
    width: 25px;
    height: 20px; }

  .supportcommon-gheader-nav__item--buy .supportcommon-gheader-nav-btn__icon i::before{
    content: '';
    display: inline-block;
    background: url("../img/gheader/buy-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 20px;
    width: 25px;
    height: 20px; }

  .supportcommon-gheader-nav__item--inquiry .supportcommon-gheader-nav-btn__icon{
    width: 27px;
    height: 20px; }

  .supportcommon-gheader-nav__item--inquiry .supportcommon-gheader-nav-btn__icon i{
    width: 27px;
    height: 20px; }

  .supportcommon-gheader-nav__item--inquiry .supportcommon-gheader-nav-btn__icon i::before{
    content: '';
    display: inline-block;
    background: url("../img/gheader/inquiry-b3b3b3.svg") 50% 50% no-repeat;
    background-size: auto 20px;
    width: 27px;
    height: 20px; }

  .supportcommon-gheader-subnav{
    right: 14px;
    top: 20px; }

  .supportcommon-gheader-subnav-search{
    float: right;
    padding-right: 13px;
    border-right: #FFF 1px dotted; }

  .supportcommon-gheader-subnav-search__label{
    display: none; }

  .supportcommon-gheader-subnav-inquiry,
  .supportcommon-gheader-subnav-faq{
    float: right;
    padding-left: 13px; }

  .supportcommon-gheader-subnav-inquiry__icon,
  .supportcommon-gheader-subnav-faq__icon{
    width: 19px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px; }

  .supportcommon-gheader-subnav-inquiry__icon{
  }

  .supportcommon-gheader-subnav-faq__icon{
  }

  .supportcommon-gheader-subnav-inquiry__label,
  .supportcommon-gheader-subnav-faq__label{
    font-weight: bold;
    font-size: 8px;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    text-align: left; } }

@media all and (min-width: 760px) and (max-width: 979px){

  body{
    /**/ }

  .supportcommon-gheader__body{
    background-color: transparent;
    position: relative;
    height: 142px; }

    .supportcommon-gheader__body::before{
      content: "";
      display: block;
      width: 100%;
      height: 62px;
      background: #e60012;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
    }

  .supportcommon-gheader__logo{
    width: 100px;
    height: 28px;
    left: 40px;
    top: 17px; }

  .supportcommon-gheader__logo a{
    width: 100px;
    height: 28px; }

  .supportcommon-gheader-nav{
    padding-top: 78px; }

  .supportcommon-gheader-nav-btn{
    height: 63px; }

  .supportcommon-gheader-subnav-search__icon i{
    width: 22px;
    height: 22px; }

  .supportcommon-gheader-subnav-search__icon i::before{
    width: 22px;
    height: 22px;
    background: url("../img/gheader/search-white.svg") 50% 50% no-repeat;
    background-size: 22px; }

  .supportcommon-gheader-subnav-search__icon i::after{
    width: 22px;
    height: 22px;
    background-size: 22px; }

  .supportcommon-gheader-nav-btn__label{
    font-size: 10px;
    text-align: center;
    color: #8c8c8c;
    line-height: 12px; }

  .supportcommon-gheader-subnav{
    right: 14px;
    top: 22px; }

  .supportcommon-gheader-subnav-search{
    padding-right: 19px; }

  .supportcommon-gheader-subnav-search__icon{
    width: 22px;
    height: 22px; }

  .supportcommon-gheader-subnav-search__icon i{
    width: 22px;
    height: 22px; }

  .supportcommon-gheader-subnav-search__icon i::before{
    width: 22px;
    height: 22px;
    background: url("../img/gheader/search-white.svg") 50% 50% no-repeat;
    background-size: 22px; }

  .supportcommon-gheader-subnav-search__icon i::after{
    width: 22px;
    height: 22px;
    background-size: 22px; }

  .supportcommon-gheader-subnav-inquiry,
  .supportcommon-gheader-subnav-faq{
    margin-top: 2px;
    padding-left: 17px; } }

@media all and (max-width: 759px){

  body{
    /**/ }

  .supportcommon-gheader__body{
    background-color: transparent;
    position: relative;
    height: 114px; }


  .supportcommon-gheader__body::before{
    content: "";
    display: block;
    width: 100%;
    height: 45px;
    background: #e60012;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }

  .supportcommon-gheader__logo{
    width: 85px;
    height: 22px;
    left: 14px;
    top: 11px; }

  .supportcommon-gheader__logo a{
    width: 85px;
    height: 22px; }

  .supportcommon-gheader-nav{
    padding-top: 57px; }
  .supportcommon-gheader-subnav-search__icon i{
    width: 17px;
    height: 17px; }

  .supportcommon-gheader-subnav-search__icon i::before{
    width: 17px;
    height: 17px;
    background: url("../img/gheader/search-white.svg") 50% 50% no-repeat;
    background-size: 17px; }

  .supportcommon-gheader-subnav-search__icon i::after{
    width: 17px;
    height: 17px;
    background-size: 17px; }

  .supportcommon-gheader-nav-btn__label{
    font-size: 8px;
    text-align: center;
    color: #8c8c8c;
    line-height: 10px; }

  .supportcommon-gheader-subnav-search__icon{
    width: 17px;
    height: 17px; }

  .supportcommon-gheader-subnav-search__icon i{
    width: 17px;
    height: 17px; }

  .supportcommon-gheader-subnav-search__icon i::before{
    width: 17px;
    height: 17px;
    background: url("../img/gheader/search-white.svg") 50% 50% no-repeat;
    background-size: 17px; }

  .supportcommon-gheader-subnav-search__icon i::after{
    width: 17px;
    height: 17px;
    background-size: 17px; }
  .supportcommon-gheader-subnav {
    right: 14px;
    top: 14px;}}

@media all and (min-width: 375px) and (max-width: 759px){

  body{
    /**/ } }

@media all and (max-width: 374px){

  body{
    /**/ } }


.supportcommon-gfooter-menu{
  background: #f2f2f2;
}
.supportcommon-gfooter-aside{
  background: #e6e6e6;
}
.gfooter-faq-search {
  position:relative;
  padding-left:42px;
  border:1px solid #dedede;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  background-color:#FFF;
  -webkit-box-shadow:0 1px 5px rgba(0,0,0,0.1) inset;
  -moz-box-shadow:0 1px 5px rgba(0,0,0,0.1) inset;
  box-shadow:0 1px 5px rgba(0,0,0,0.1) inset;
}
.gfooter-faq-search__text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  outline: 0;
  resize: none;
  margin: 0;
  padding: 0;
  zoom: 1;
  border: none;
  font-size: inherit;
  font-family: inherit;
}
.gfooter-faq-search__bt {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  outline: 0;
  resize: none;
  margin: 0;
  padding: 0;
  zoom: 1;
  border: none;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  height: 34px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.16);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.16);
  box-shadow: 0 1px 3px rgba(0,0,0,0.16);
  background-color: #3c3c3c;
  color: #fff;
  -webkit-transition: border-color 150ms linear,background-color 150ms linear,color 150ms linear;
  -moz-transition: border-color 150ms linear,background-color 150ms linear,color 150ms linear;
  -o-transition: border-color 150ms linear,background-color 150ms linear,color 150ms linear;
  transition: border-color 150ms linear,background-color 150ms linear,color 150ms linear;
}
.gfooter-faq-search__text::-ms-expand{
  display:none
}
.gfooter-faq-search__text::-webkit-input-placeholder,
.gfooter-faq-search__text::-ms-input-placeholder,
.gfooter-faq-search__text::-moz-placeholder{
  color:#999
}
.supportcommon-gfooter-aside__copyright{
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #808080;
}
@media all and (min-width: 760px){
  .supportcommon-gfooter-menu__wrapper{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
  }

  .supportcommon-gfooter-menu__primary{
    position: relative;
    width: 100%;
    margin-bottom: 60px;
  }

  .supportcommon-gfooter-menu__item-lv1--setting{
    margin-bottom: 25px;
  }

  .supportcommon-gfooter-menu__item-lv1--usage{
    margin-bottom: 14px;
  }
  .supportcommon-gfooter-menu__line1{
    position: absolute;
    left: 50%;
    width: 1px;
    top: 0;
    bottom: 0;
    background: #d2d2d2;
  }
  .supportcommon-gfooter-menu__line2{
    position: absolute;
    left: 75%;
    width: 1px;
    top: 0;
    bottom: 0;
    background: #d2d2d2;
  }

  .supportcommon-gfooter-menu__primary::after{
    content: "";
    display: block;
    clear: both;
  }

  .supportcommon-gfooter-menu__col--usage{
    width: 48%;
    float: left;
  }

  .supportcommon-gfooter-menu__col--sub{
    width: 48%;
    float: right;
  }

  .supportcommon-gfooter-menu-usage__body::after{
    content: "";
    display: block;
    clear: both;
  }

  .supportcommon-gfooter-menu-usage__col1{
    float: left;
    width: 48%;
  }
  .supportcommon-gfooter-menu-usage__col2{
    float: right;
    width: 48%;
  }

  .supportcommon-gfooter-menu-sub__col1{
    width: 48%;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 5%;
  }

  .supportcommon-gfooter-menu-sub__col2{
    width: 48%;
    float: right;
  }

  .supportcommon-gfooter-menu__primary .supportcommon-gfooter-menu__item-lv2{
    margin-bottom: 7px;
  }

  .supportcommon-gfooter-menu__item-lv1 a{
    color: #666666;
  }

  .supportcommon-gfooter-menu__item-lv1 a span{
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    vertical-align: middle;
  }

.supportcommon-gfooter-menu__item-lv1--setting a span{
  vertical-align: middle;
}
  .supportcommon-gfooter-menu-lv1__ico{
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 15px;
    background: #e60012;
    margin-left: 5px;
    margin-right: 8px;
  }

  .supportcommon-gfooter-menu-lv1__arrow {
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    margin-left: 10px;
  }

  .supportcommon-gfooter-menu-lv1__arrow::before {
    content: '';
    display: block;
    bwidth: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #e60012;
  }

  .supportcommon-gfooter-menu__item-lv2--support-top{
    margin-bottom: 25px;
  }

  .supportcommon-gfooter-menu__item-lv2 a{
    color: #333;
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 21px;
    padding-left: 18px;
    text-align: left;
  }

  .supportcommon-gfooter-menu__item-lv2 a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
  }

  .supportcommon-gfooter-menu__item-lv2 a i::before {
    content: '';
    display: block;
    background: url(../img/arrow/right-stroke-8c8c8c.svg) 50% 50% no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
  }

  .supportcommon-gfooter-menu__item-lv3{
    display: inline-block;
    margin-right: 2.5%;
    margin-bottom: 10px;
  }
  .supportcommon-gfooter-menu__item-lv3 a{
    font-size: 11px;
    line-height: 14px;
    color: #808080;
    position: relative;
    display: inline-block;
    padding-left: 16px;
    text-align: left;
  }

  .supportcommon-gfooter-menu__item-lv3 a i {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 1px;
  }

  .supportcommon-gfooter-menu__item-lv3 a i::before {
    content: '';
    display: block;
    background: url(../img/arrow/right-stroke-8c8c8c.svg) 50% 50% no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
  }

  .supportcommon-gfooter-menu__item-lv1  br,
  .supportcommon-gfooter-menu__item-lv2  br,
  .supportcommon-gfooter-menu__item-lv3  br{
    display: none;
  }


  .supportcommon-gfooter-menu__form{
    padding-bottom: 36px;
    border-bottom: #d2d2d2 1px solid;
  }

  .gfooter-faq-search-form{
    text-align: center;
  }

  .gfooter-faq-search-form__title{
    display: inline-block;
    text-align: right;
    margin-right: 15px;
    vertical-align: middle;
  }
  .gfooter-faq-search-form__title span{
    font-size: 12px;
    line-height: 1.4;
  }
  .gfooter-faq-search-form__body{
    vertical-align: middle;
    display: inline-block;
    width: 550px;
  }

  .gfooter-faq-searchArea {
  }
  .gfooter-faq-search {
    position:relative;
    padding-left:42px;
  }

  .gfooter-faq-search::before{
    content: '';
    position: absolute;
    top: 11px;
    left: 14px;
    width: 18px;
    height: 18px;
    background: url(../img/faq/icon-search-b3b3b3.svg) no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .gfooter-faq-search__text {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .gfooter-faq-search__bt {
    width: 62px;
  }
  .gfooter-faq-search__bt:hover{
    background-color:#e60012;
    -webkit-transition:border-color 150ms cubic-bezier(.165,.84,.44,1),background-color 150ms cubic-bezier(.165,.84,.44,1),color 150ms cubic-bezier(.165,.84,.44,1);
    -moz-transition:border-color 150ms cubic-bezier(.165,.84,.44,1),background-color 150ms cubic-bezier(.165,.84,.44,1),color 150ms cubic-bezier(.165,.84,.44,1);
    -o-transition:border-color 150ms cubic-bezier(.165,.84,.44,1),background-color 150ms cubic-bezier(.165,.84,.44,1),color 150ms cubic-bezier(.165,.84,.44,1);
    transition:border-color 150ms cubic-bezier(.165,.84,.44,1),background-color 150ms cubic-bezier(.165,.84,.44,1),color 150ms cubic-bezier(.165,.84,.44,1)
  }

  .supportcommon-gfooter-menu__sub{
    padding: 20px 0 10px 0;
  }

  .supportcommon-gfooter-aside{
  }

  .supportcommon-gfooter-aside__body{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 20px 40px;
  }

  .supportcommon-gfooter-aside__copyright{
    font-size: 12px;
    text-align: right;
  }

  .supportcommon-gfooter-menu__item-lv1.supportcommon-gfooter-menu__item-lv1--usage a{
    pointer-events: none;
  }
  .no-touchevents .supportcommon-gfooter-menu__item-lv1 a,
  .no-touchevents .supportcommon-gfooter-menu__item-lv2 a,
  .no-touchevents .supportcommon-gfooter-menu__item-lv3 a  {
    color: #3c3c3c;
    -webkit-transition: color 150ms linear;
    transition: color 150ms linear;
  }
  .no-touchevents .supportcommon-gfooter-menu__item-lv1 a:hover,
  .no-touchevents .supportcommon-gfooter-menu__item-lv2 a:hover,
  .no-touchevents .supportcommon-gfooter-menu__item-lv3 a:hover {
    color: #e60012;
  }

  .supportcommon-gfooter-menu-usage__body{
    display: block!important;
  }

  .supportcommon-gfooter-menu-lv1__toggle{
    display: none;
  }
}

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


}

@media all and (max-width: 759px){
  .supportcommon-gfooter-topic-path__item:not(.supportcommon-gfooter-topic-path__item--top){
    display: none;
  }
  .supportcommon-gfooter-topic-path__item--top{
    text-align: center;
  }

  .supportcommon-gfooter-menu__wrapper{
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }

  .supportcommon-gfooter-menu-sub__col1 ul::after,
  .supportcommon-gfooter-menu-sub__col2 ul::after{
    content: "";
    display: block;
    clear: both;
  }

  .supportcommon-gfooter-menu__item-lv2:not(.supportcommon-gfooter-menu__item-lv2--support-top){
    width: calc((100% - 15px) / 2);
    float: left;
    margin-right: 15px;
  }
  .supportcommon-gfooter-menu__item-lv2:nth-child(2n){
    margin-right: 0;
  }
  .supportcommon-gfooter-menu__item-lv2:nth-child(2n + 1){
    clear: left;
  }


  .supportcommon-gfooter-menu__sub{
    padding-bottom: 20px;
  }

  .supportcommon-gfooter-menu-usage__col1::after,
  .supportcommon-gfooter-menu-usage__col2::after,
  .supportcommon-gfooter-menu-sub__col1 ul::after,
  .supportcommon-gfooter-menu-sub__col2 ul::after,
  .supportcommon-gfooter-menu__sub ul::after{
    content: "";
    display: block;
    clear: both;
  }
  .supportcommon-gfooter-menu-usage__body{
     border-bottom:#dcdcdc 1px solid;
  }
  .supportcommon-gfooter-menu-sub__col1{
    padding: 25px 0 0 0 ;
  }
  .supportcommon-gfooter-menu-sub__col2{
    padding: 25px 0 25px 0 ;
  }
  .supportcommon-gfooter-menu-sub__col1 ul,
  .supportcommon-gfooter-menu-sub__col2 ul{
    border-top:#dcdcdc 1px solid;
    border-bottom:#dcdcdc 1px solid;
  }


  .supportcommon-gfooter-menu__item-lv1 a{
    color: #666666;
    padding: 18px 0;
    display: block;
    border-bottom:#dcdcdc 1px solid;
    position: relative;
  }
  .supportcommon-gfooter-menu__item-lv1 a span{
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    vertical-align: middle;
  }
  .supportcommon-gfooter-menu-lv1__ico{
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 15px;
    background: #e60012;
    margin-right: 8px;
  }
  .supportcommon-gfooter-menu-lv1__arrow{
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .supportcommon-gfooter-menu-lv1__toggle{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 15px;
    height: 15px;
    background: #3c3c3c;
    color: #FFF;
    text-align: center;
  }
  .supportcommon-gfooter-menu-lv1__arrow::before {
    content: '';
    display: block;
    background: url(../img/arrow/right-stroke-8c8c8c.svg) 50% 50% no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
  }

  .supportcommon-gfooter-menu-lv1__toggle:before {
    content: "+";
    font-size: 16px;
    font-style: normal;
    width: 15px;
    line-height: 0.8em;
    font-weight: bold;
    display: inline-block;
    vertical-align: 0;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Verdana, sans-serif;
  }
  .is-accordion-active .supportcommon-gfooter-menu-lv1__toggle:before {
    content: "-";
  }

  .supportcommon-gfooter-menu__item-lv2{
    display: inline-block;
    height: 5em;
    position: relative;
    padding: 9px 15px 7px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
     border-bottom:#dcdcdc 1px solid;
  }

  .supportcommon-gfooter-menu__item-lv2.supportcommon-gfooter-menu__item-lv2--support-top{
    width: 100%;
  }

  .supportcommon-gfooter-menu-usage__col2 .supportcommon-gfooter-menu__item-lv2:nth-last-child(2){
    border-bottom:none;
  }
  .supportcommon-gfooter-menu-usage__col2 .supportcommon-gfooter-menu__item-lv2:last-child{
    border-bottom:none;
  }
  .supportcommon-gfooter-menu-sub__col1 ul .supportcommon-gfooter-menu__item-lv2:nth-last-child(2){
    border-bottom:none;
  }
  .supportcommon-gfooter-menu-sub__col1 ul .supportcommon-gfooter-menu__item-lv2:last-child{
    border-bottom:none;
  }
  .supportcommon-gfooter-menu-sub__col2 ul .supportcommon-gfooter-menu__item-lv2:last-child{
    border-bottom:none;
  }


  .supportcommon-gfooter-menu__item-lv2 a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  .supportcommon-gfooter-menu__item-lv2 a i::before {
    content: '';
    display: block;
    background: url(../img/arrow/right-stroke-8c8c8c.svg) 50% 50% no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
  }
  .supportcommon-gfooter-menu__item-lv2 a span{
    color: #3c3c3c;
    font-size: 11px;
    line-height: 1.35;
    display: inline-block;
    vertical-align: middle;
  }
  .supportcommon-gfooter-menu__item-lv2 a::after{
    content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }






  .supportcommon-gfooter-menu__item-lv3{
    width: calc((100% - 15px) / 2);
    float: left;
    margin-right: 15px;
  }
  .supportcommon-gfooter-menu__item-lv3:nth-child(2n){
    margin-right: 0;
  }
  .supportcommon-gfooter-menu__item-lv3:nth-child(2n + 1){
    clear: left;
  }

  .supportcommon-gfooter-menu__item-lv3 a{
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 7px 15px 7px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .supportcommon-gfooter-menu__item-lv3 a i {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    opacity: 0.7;
  }

  .supportcommon-gfooter-menu__item-lv3 a i::before {
    content: '';
    display: block;
    background: url(../img/arrow/right-stroke-8c8c8c.svg) 50% 50% no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
  }
  .supportcommon-gfooter-menu__item-lv3 a span{
    color: #8c8c8c;
    font-size: 11px;
    line-height: 1.35;
  }

  .gfooter-faq-search {
    position:relative;
    padding-left: 14px;
    padding-right: 74px;
  }
  .gfooter-faq-search__text {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .gfooter-faq-search__bt {
    width: 62px;
  }

  .supportcommon-gfooter-menu__seconday{
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;

    -webkit-box-direction: column;
    -moz-box-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }

  .supportcommon-gfooter-menu__sub{
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -webkit-flex-order:-1;
    -moz-flex-order:-1;
    -webkit-order:-1;
    -moz-order:-1;
    order:-1;
    min-height: 0%;
  }

  .gfooter-faq-search-form{
    padding-bottom: 25px;
  }
  .gfooter-faq-search-form__title{
    margin-bottom: 10px;
  }
  .gfooter-faq-search-form__title span{
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    color: #676767;
  }
  .gfooter-faq-search-form__title br{
    display: none;
  }

  .supportcommon-gfooter-aside__body{
    box-sizing: border-box;
    padding: 20px 10px;
  }
  .supportcommon-gfooter-aside__copyright{
    font-size: 12px;
    text-align: right;
  }
}


@media (max-width: 759px) {
  .supportcommon-gfooter-topic-path__item.supportcommon-gfooter-topic-path__item--top a span{
    display: none;
  }
  .supportcommon-gfooter-topic-path__item a span {
    font-size: 11px;
    line-height: 15px;
  }
 .supportcommon-gfooter-topic-path__item:not(.supportcommon-gfooter-topic-path__item--top)::before {
    width: 4px;
    height: 15px;
    margin: 0 5px;
  }
  .supportcommon-gfooter-topic-path__item--top{
    text-align: left;
  }
  .supportcommon-gfooter-topic-path__item--top a::before{
    content: "Nintendo";
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 15px;
  }

  .supportcommon-gfooter-topic-path__item:not(.supportcommon-gfooter-topic-path__item--top) {
    display: inline;
  }

  .supportcommon-gfooter-topic-path__item:nth-child(2){
    margin-top: 0;
  }

  .supportcommon-gfooter-topic-path{
    width: calc(100% - 40px);
    text-align: left;
    height: 20px;
    overflow: hidden;
    padding: 5px 0 0 0;
  }
  .supportcommon-gfooter-topic-path__body{
    height: 37px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .supportcommon-gfooter-topic-path__item{
    display: inline;
  }
}

/* SITE SEARCH */
.supportcommon-gheader-subnav {
    /* right: 0;
    top: 0; */
}

@media all and (min-width: 980px){
  .supportcommon-gheader-subnav {
    width: 300px;
  }
}

/* placeholder */
:placeholder-shown {
  color: #a0a0a0;
}
::-webkit-input-placeholder{
  color: #a0a0a0;
}
::-moz-placeholder{
  color: #a0a0a0;
  opacity: 1;
}
:-ms-input-placeholder{
  color: #a0a0a0;
}


.subnav-search__body{
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  padding-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1) inset;
}

.subnav-search__input{
  display: table-cell;
  vertical-align: middle;
}

.subnav-search__input > input{
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 0 0 0;
  background-color: transparent;
  outline: 0;
  resize: none;
  margin: 0;
  padding: 0 5px;
  zoom: 1;
  border: none;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
}

@media all and (min-width: 980px){
  .subnav-search{
    box-shadow: 0 0px 6px 0px rgba(0,0,0,0.15);
  }
  .subnav-search__body{
    position: relative;
    border: 1px solid #CCC;
    -webkit-box-shadow: 0 1px 4px 0px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 1px 4px 0px rgba(0,0,0,0.2) inset;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,0.2) inset;
  }
  .subnav-search__input{
    display: block;
    width: 228px;
    padding-left: 32px
  }
  .subnav-search__input > input{
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 2px 0 2px 0;
    width: 196px;
    box-sizing: border-box;
  }

  .subnav-search__body:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 9px;
    width: 18px;
    height: 18px;
    background: url(../img/faq/icon-search-b3b3b3.svg) no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
@media all and (min-width: 980px) and (max-width: 1439px){
  .subnav-search{
    box-shadow: 0 0px 4px 0px rgba(0,0,0,0.4);
  }
}


@media all and (-ms-high-contrast:none){
  .subnav-search__body:before {
    top: 11px;
  }
  .subnav-search__input > input{
    height: 34px;
    line-height: 34px;
    margin-top: 2px;
  }
}
@supports (-ms-ime-align:auto) {
  .subnav-search__input > input{
    height: 34px;
    line-height: 34px;
  }
}
@media (max-width: 760px){
  .subnav-search__input ::-webkit-input-placeholder{
    font-size: 12px;
    line-height: 24px;
  }
}


.subnav-search__btn{
  display: table-cell;
  width: 56px;
  vertical-align: middle;
  padding: 2px
}

@media all and (min-width: 980px){
  .subnav-search__btn{
    display: block;
    width: 68px;
    padding: 0;
    position: absolute;
    right: 2px;
    top: 2px;
  }
}

.subnav-search__submit{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  margin: 0;
  padding: 0;
  zoom: 1;
  border: none;
  cursor: pointer;
  border-radius: 0 0 0 0;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  width: 56px;
  height: 24px;
  line-height: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.16);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.16);
    box-shadow: 0 1px 3px rgba(0,0,0,0.16);
    background-color: #3c3c3c;
  color: #fff;
}

@media all and (min-width: 980px){
  .subnav-search__submit{
    font-size: 14px;
    width: 68px;
    height: 32px;
    line-height: 32px;
  }
  .no-touchevents .subnav-search__submit{
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
  }
  .no-touchevents .subnav-search__submit:hover {
    background-color: #e60012;
  }
}

@media all and (-ms-high-contrast:none){
  .subnav-search__submit{
    height: 34px;
    line-height: 34px;
    padding-top: 2px
  }
}

/* ============================

  menu fixed

============================ */
.page-header-container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
.is-gheader-fixed .page-header-container{
  position: fixed;
}
.is-gheader-abs .page-header-container{
  position: absolute;
  display: block!important;
}

html.is-menu-opened {
    overflow: hidden;
}

@media all and (min-width: 980px){
  .page-header-container--dummy{
    padding-top:180px;
  }
  .is-no-local-nav .page-header-container--dummy{
    padding-top: 74px;
  }
  .is-gheader-fixed .page-header-container{
    top: -180px;
    transform: translate3d(0,0,0);
    transition: transform .3s cubic-bezier(0.25, 0.460, 0.45, 0.94);
  }
  .is-gheader-fixed .is-scroll-up .page-header-container{
    position: fixed;
    transform: translate3d(0,180px,0);
  }

  .sp-sub-header-container{
    display: none;
  }
}
@media (min-width: 760px) and (max-width: 979px){
  .page-header-container--dummy{
    padding-top:187px;
  }
  .is-no-local-nav .page-header-container--dummy{
    padding-top:115px;
  }
  .is-gheader-fixed .page-header-container{
    top: -143px;
    transform: translate3d(0,0,0);
    transition: transform .2s cubic-bezier(0.25, 0.460, 0.45, 0.94);
  }
  .is-no-local-nav .supportcommon-gheader-nav,
  .is-gheader-fixed .supportcommon-gheader-nav{
    border-bottom: 1px solid #ccc;
  }
  .is-gheader-fixed .top-menu-wrap{
    display: none;
  }
  .is-gheader-fixed.is-local-menu-opened .page-header-container{
    transform: translate3d(0,143px,0);
  }
  .sp-sub-header-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 201;
    height: 62px;
  }
  .sp-sub-header-container .supportcommon-gheader__body{
    height: 62px;
  }
  .is-subheader-fixed .sp-sub-header-container{
    position: fixed;
    top: -62px;
    transform: translate3d(0,0,0);
    transition: transform .2s cubic-bezier(0.25, 0.460, 0.45, 0.94);
  }
  .is-gheader-fixed .is-scroll-up .sp-sub-header-container{
    transform: translate3d(0,62px,0);
  }
  .is-gheader-abs .is-scroll-up .sp-sub-header-container{
    transform: translate3d(0,-62px,0);
    transition: transform .2s cubic-bezier(0.25, 0.460, 0.45, 0.94);
  }
  .is-gheader-abs.is-subheader-abs .sp-sub-header-container{
    transform: translate3d(0,0,0);
    transition: transform .0s cubic-bezier(0.25, 0.460, 0.45, 0.94);
  }
  .is-gheader-fixed.is-local-menu-opened .sp-sub-header-container{
    transform: translate3d(0,62px,0)!important;
  }
}
@media all and (max-width: 759px){
  .page-header-container--dummy{
    padding-top:170px;
  }

  .is-no-local-nav .page-header-container--dummy{
    padding-top:115px;
  }
  .is-gheader-fixed .page-header-container{
    top: -116px;
    transform: translate3d(0,0,0);
    transition: transform .2s cubic-bezier(0.25, 0.460, 0.45, 0.94);
  }
  .is-no-local-nav .supportcommon-gheader-nav,
  .is-gheader-fixed .supportcommon-gheader-nav{
    border-bottom: 1px solid #ccc;
  }
  .is-gheader-fixed .top-menu-wrap{
    display: none;
  }
  .is-gheader-fixed.is-local-menu-opened .page-header-container{
    transform: translate3d(0,116px,0);
  }
  .sp-sub-header-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 201;
    height: 45px;
  }
  .sp-sub-header-container .supportcommon-gheader__body{
    height: 45px;
  }
  .is-subheader-fixed .sp-sub-header-container{
    position: fixed;
    top: -45px;
    transform: translate3d(0,0,0);
    transition: transform .2s cubic-bezier(0.25, 0.460, 0.45, 0.94);
  }
  .is-gheader-fixed .is-scroll-up .sp-sub-header-container{
    transform: translate3d(0,45px,0);
  }
  .is-gheader-abs .is-scroll-up .sp-sub-header-container{
    transform: translate3d(0,-45px,0);
    transition: transform .2s cubic-bezier(0.25, 0.460, 0.45, 0.94);
  }
  .is-gheader-abs.is-subheader-abs .sp-sub-header-container{
    transform: translate3d(0,0,0);
    transition: transform .0s cubic-bezier(0.25, 0.460, 0.45, 0.94);
  }
  .is-gheader-fixed.is-local-menu-opened .sp-sub-header-container{
    transform: translate3d(0,45px,0)!important;
  }
}

@media all and (min-width: 980px){
  .supportcommon-gheader-subnav {
    position: static;
  }
  .supportcommon-gheader__btn-search{
    display: none;
  }
  .supportcommon-gheader__btn-menu{
    display: none;
  }
  .supportcommon-gheader .supportcommon-gheader-subnav{
    display: none!important;
  }
  .is-local-menu-opened .supportcommon-search--pc{
    display: none;
  }
  .supportcommon-search--pc{
    width: 300px;
    margin: 16px 16px 0 auto;
  }
}
@media all and (max-width: 979px){
  .supportcommon-search--pc{
    display: none!important;
  }
  .page-header-container::before{
    content: "";
    display: block;
    width: 100%;
    height: 500px;
    background: #e60012;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(0,-500px,0);
    z-index:1000;
  }

  .supportcommon-gheader__body::before{
    z-index: 1;
  }
  .supportcommon-gheader__body::after {
    display: none;
  }
  .supportcommon-gheader__logo{
    z-index: 2;
  }


  .supportcommon-gheader__btn-search{
    z-index: 2;
    position: absolute;
    right: 60px;
    top: 0;
    width: 70px;
    height: 45px;
  }

  .supportcommon-gheader__btn-menu{
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 45px;
  }
  .supportcommon-gheader__btn-search a{
    display: block;
    width: 70px;
    height: 45px;
    position: relative;
  }
  .supportcommon-gheader__btn-menu a{
    display: block;
    width: 60px;
    height: 45px;
    position: relative;
  }
  .gheader-btn-search__ico,
  .gheader-btn-menu__ico{
      width: 24px;
      height: 24px;
      position: absolute;
      left: 0;
      right: 0;
      margin:0 auto;
      top: 4px;
    }

  .gheader-btn-search__ico::before{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    margin:auto;
    background: url(../img/gheader/search-white.svg) no-repeat;
    background-size: cover;
  }

  .gheader-btn-menu__ico::before{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    margin:auto;
    background: url(../img/gheader/menu-white.svg) no-repeat;
    background-size: cover;
  }


  .gheader-btn-search__ico::after,
  .gheader-btn-menu__ico::after{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    margin:auto;
    background: url(../img/gheader/close-white.svg) no-repeat;
    background-size: cover;

    display: none;
  }

  .is-gheader-search-open .gheader-btn-search__ico::after,
  .is-local-menu-opened .gheader-btn-menu__ico::after{
    display: block;
  }
  .is-local-menu-opened .gheader-btn-search__ico::before{
    display: none;
  }
  .is-local-menu-opened .gheader-btn-menu__ico::before{
    display: none;
  }
  .is-no-local-nav.is-gheader-abs .gheader-btn-menu__ico::before{
    display: block;
  }
  .is-no-local-nav.is-gheader-abs .gheader-btn-menu__ico::after{
    display: none;
  }
  .is-no-local-nav.is-gheader-abs .supportcommon-gheader__btn-menu{
    display: none;
  }
  .is-no-local-nav.is-gheader-abs .supportcommon-gheader-subnav {
    right: 10px;
  }


  .gheader-btn-search__label,
  .gheader-btn-menu__label{
    color: #FFF;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 8px;
    line-height: 1;
  }

  .supportcommon-gheader-subnav {
    right: 60px;
    top: 0;

    width: calc(100% - 180px);
    padding:0 0;
    top: 8px;
    z-index: 2;
  }

  .subnav-search{
    padding:0 0;
  }

  .supportcommon-gheader-nav{
    background-color: #fff;
    padding-bottom: 6px;
    transform: translate3d(0,0,0);
    -webkit-transition: transform 0.25s linear;
    transition: transform 0.25s linear;
  }

  .supportcommon-gheader-fixed .supportcommon-gheader-nav{
    transform: translate3d(0,-86px,0);
  }

  .supportcommon-gheader-top-hide .supportcommon-gheader-nav{
    -webkit-transition: transform 0.05s linear;
    transition: transform 0.05s linear;
    transform: translate3d(0,-86px,0);
  }

  .supportcommon-gheader-fixed .supportcommon-gheader-nav{
  }
  .is-gheader-menu-open .supportcommon-gheader-nav{
    transform: translate3d(0,0,0);
  }

  .subnav-search__btn{
    width: 30px;
  }
  .subnav-search__btn:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 18px;
    height: 18px;
    background: url(../img/faq/icon-search-b3b3b3.svg) no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .subnav-search__submit{
    width: 30px;
    opacity: 0;
  }

  .is-gheader-menu-open .supportcommon-gheader-nav{
    border-bottom: 1px solid #e6e6e6;
  }

}

@media all and (min-width: 760px) and (max-width: 979px){
  .supportcommon-gheader__btn-search,
  .supportcommon-gheader__btn-menu {
    top: 9px;
  }
  .supportcommon-gheader__btn-search{
    right: 90px;
  }
  .supportcommon-gheader__btn-menu{
    right: 20px;
  }
  .supportcommon-gheader-subnav {
    top: 17px;
    padding: 0 0;
    right: 100px;
    width: calc(100% - 485px);
  }
  .supportcommon-gheader-nav{
    padding-bottom: 1px;
  }
}
