@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;
}

p {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}

/* ==========================================================================
   Base
============================================================================= */
html {
  font-size: 62.5%;
}

body {
  color: #5e5e5e;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}

input,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}


a {
  color: inherit;
  text-decoration: none;
  outline: none;
}


img {
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}




/*
   utility
=================================================================== */
.pc_only {
  display: none !important;
}
a {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.list-info:before {
  content: "";
  display: inline-block;
  padding-top: 8px;
  border-top: 4px transparent solid;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 11px;
}
.list-info:before {
  height: 7px;
  border-top-width: 3px;
  background-size: auto 8px;
}
.list-wiiu .list-info:before {
  width: 26px;
  border-top-color: #0096c8;
  background-image: url(../img/icon_contents_wiiu_sp.png);
}
.list-3ds .list-info:before {
  width: 65px;
  border-top-color: #ce181e;
  background-image: url(../img/icon_contents_3ds_sp.png);
}
.list-amiibo .list-info:before {
  width: 30px;
  border-top-color: #000000;
  background-image: url(../img/icon_contents_amiibo_sp.png);
}
.list-etc .list-info:before {
  width: 26px;
  border-top-color: #858585;
  background-image: url(../img/icon_contents_etc_sp.png);
}
.info-date {
  text-align: right;
  font-size: 9px;
  letter-spacing: 0.05em;
  color: #858585;
}



/*
   body
=================================================================== */
body {
  color: #4d4d4d;
}



/*
   Local Header
=================================================================== */
#header {
  position: relative;
}
.header_local {
  width: 100%;
  min-width: 320px;
  height: 55px;
  background-color: #fd4040;
}
.header_local_wrap {
  height: 100%;
}
.header_local_inner {
  display: table;
  width: 100%;
  height: 100%;
}
.header_local_title {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
.header_local_logo {
  display: table;
  font-size: 14px;
}
.header_local_logo a {
  color: #ffffff;
}
.header_local_logo_icon {
  display: table-cell;
  width: 35px;
  height: 100%;
  background: url(../img/icon_logo_sp.png) 0 center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
.header_local_logo_text {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 19px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.header_local_logo_icon img,
.header_local_logo_text span,
.header_local_caption {
  display: none;
}



/*
   lastUpdate info
=================================================================== */
.header_info_lastUpdate {
  position: absolute;
  top: 14px;
  right: 10px;
  overflow: hidden;
  text-align: right;
  font-size: 19px;
  line-height: 1;
  color: #ffffff;
}
.header_info_lastUpdate dt {
  font-size: 8px;
  letter-spacing: 0.07em;
}
.header_info_lastUpdate dd {
  padding-top: 4px;
  font-size: 12px;
  letter-spacing: 0.1em;
}



/*
   header_local_back
=================================================================== */
.header_local_back {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}
.header_local_back a {
  vertical-align: middle;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.header_local_back a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-bottom: -1px;
  background: url(../img/icon_arrow_back_sp.png) 0 0 no-repeat;
  background-size: 10px auto;
}



/*
   contents-container
=================================================================== */
.contents-container {
  background-color: #f2f2f2;
}

