html {
  box-sizing: border-box;
}


/* title
------------------------------*/
.title {
  width: 100%;
  height: 43px;
  line-height: 43px;
  padding-left: 14px;
  background-color: #fff;
}
.title h1 {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}


/* c-main
------------------------------*/
.c-main__txt{
  position: relative;
}


/* c-box
------------------------------*/
.c-box__nado{
  width: 100%;
}
.c-box__btn{
  display: block;
  width: 78.125%;
  margin: 0 auto;
}


/* c-boxTitle
------------------------------*/
.c-boxTitle{
  position: relative;
}
.c-boxTitle__bg{
  display: block;
  width: 100%;
}
.c-boxTitle__ttl{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}


/* c-boxCont
------------------------------*/
.c-boxCont{
  width: 100%;
  background-image: url('../img/page/box_bg.png');
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100%;
}


/* c-gameList
------------------------------*/
.c-gameList{
  width: 87.5%;
  margin: 0 auto;
}
.c-gameList:after{
  content: '';
  display: block;
  clear: both;
}
.c-gameList__item{
  width: 50%;
  float: left;
}
.c-gameList__item:nth-of-type(odd){
  clear: both;
}


/* c-gameList
------------------------------*/
.c-amiiboList{
  width: 87.5%;
  margin: 0 auto;
}
.c-amiiboList:after{
  content: '';
  display: block;
  clear: both;
}
.c-amiiboList__item{
  width: 50%;
  float: left;
}
.c-amiiboList__item:nth-of-type(odd){
  clear: both;
}


/* c-related
------------------------------*/
.c-related{
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.c-related__items{
  padding: 0 10px 20px;
  text-align: center;
  font-size: 0;
}
.c-related .item{
  width: 31.25%;
  display: inline-block;
  padding: 0 5px;
  box-sizing: border-box;
}





