@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;
}

/* ==========================================================================
   Base
============================================================================= */
body {
  color: #5e5e5e;
  min-width: 960px;
  font-size: 87.5%;
  font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Roboto,"Droid Sans",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  line-height: 1.6;
}

input,
textarea {
  font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Roboto,"Droid Sans",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  line-height: 1.6;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


/*
   utility
=================================================================== */
.sp_only {
  display: none !important;
}
a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
.list-info:before {
  content: "";
  display: inline-block;
  padding-top: 10px;
  border-top: 4px transparent solid;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  height: 11px;
}
.list-wiiu .list-info:before {
  width: 34px;
  border-top-color: #0096c8;
  background-image: url(../img/icon_contents_wiiu.png);
}
.list-3ds .list-info:before {
  width: 90px;
  border-top-color: #ce181e;
  background-image: url(../img/icon_contents_3ds.png);
}
.list-amiibo .list-info:before {
  width: 48px;
  border-top-color: #000000;
  background-image: url(../img/icon_contents_amiibo.png);
}
.list-etc .list-info:before {
  width: 33px;
  border-top-color: #858585;
  background-image: url(../img/icon_contents_etc.png);
}
.info-date {
  text-align: right;
  font-size: 71.42857%;
  letter-spacing: 0.05em;
  color: #858585;
}



/*
   body
=================================================================== */
body {
  color: #4d4d4d;
}



/*
   Local Header
=================================================================== */
#header {
  padding-bottom: 113px;
}
.header_local {
  position: absolute;
  width: 100%;
  min-width: 960px;
  height: 77px;
  padding: 18px 0;
  color: #ffffff;
  background-color: #fd4040;
}
.header_local a {
  color: #ffffff;
}
.header_local-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header_local_wrap {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.header_local_inner {
  height: 100%;
  margin: 0 18px 0 35px;
  font-size: 92.85714%;
}
.header_local_title {
  float: left;
  padding-top: 7px;
}
.header_local_logo {
  display: inline-block;
}
.header_local_logo img {
  vertical-align: top;
}
.header_local_logo:hover,
.header_local_logo:visited,
.header_local_logo:active {
  color: #434A53;
  text-decoration: none;
}
.header_local_logo_icon {
  float: left;
  width: 69px;
  height: 48px;
  padding: 8px 0 0;
}
.header_local_logo_text {
  float: left;
  width: 134px;
  height: 50px;
  overflow: hidden;
  margin: 7px 0 0 28px;
  background: url(../img/text_ttl.png) 0 0 no-repeat;
  font-size: 0;
  text-indent: -9999px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .header_local_logo_icon {
    background: url(../img/icon_logo_2x.png) 0 8px no-repeat;
    background-size: 69px auto;
  }
  .header_local_logo_text {
    background: url(../img/text_ttl_2x.png) 0 0 no-repeat;
    background-size: 134px auto;
  }
  .header_local_logo_icon img,
  .header_local_logo_text img {
    display: none;
  }
}
.header_local_caption {
  display: table;
  float: left;
  height: 100%;
  margin-left: 27px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.header_local_caption_text {
  display: table-cell;
  width: 340px;
  height: 100%;
  padding-top: 1px;
  padding-left: 28px;
  border-left: 2px solid #ffffff;
  vertical-align: middle;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1300px) {
  .header_local_caption_text {
    width: auto;
  }
}



/*
   lastUpdate info
=================================================================== */
.header_info_lastUpdate {
  display: table;
  float: right;
  height: 100%;
  line-height: 1;
  color: #ffffff;
}
.header_info_lastUpdate dt {
  margin-top: 14px;
  margin-bottom: 6px;
  padding-right: 4px;
  vertical-align: middle;
  text-align: right;
  font-size: 84.61538%;
  letter-spacing: 0.05em;
}
.header_info_lastUpdate dd {
  vertical-align: middle;
  font-size: 223.07692%;
}
@media screen and (min-width: 1024px) {
  .header_info_lastUpdate dt {
      display: table-cell;
      height: 100%;
      margin-bottom: 0;
      padding-right: 8px;
  }
  .header_info_lastUpdate dt:after {
    content: "：";
  }
  .header_info_lastUpdate dd {
      display: table-cell;
      height: 100%;
  }
}



/*
   header_local_back
=================================================================== */
.header_local_back {
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -7px;
}
.header_local_back a {
  vertical-align: middle;
  font-size: 85.71429%;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.header_local_back a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  margin-bottom: -2px;
  background: url(../img/icon_arrow_back.png) 0 0 no-repeat;
}



/*
   contents-container
=================================================================== */
.contents-container {
  background-color: #f2f2f2;
}


