html[data-device="desktop"] .amiibo-btMore:hover {
  color: #009beb;
}
.amiibo-lineup__label--big {
  color: #009beb;
}
.amiibo-sortNav__item.js-active a,
.amiibo-sortNav__initialItem.js-active a {
  color: #009beb;
}
.amiibo-sortNav__item.js-active a:before,
.amiibo-sortNav__initialItem.js-active a:before {
  background-color: #009beb;
}
@media screen and (min-width: 760px), print {
  .amiibo-sortNav__item.js-active a:after,
  .amiibo-sortNav__initialItem.js-active a:after {
    border-top-color: #009beb !important;
  }
}
.amiibo-sortNav__item.js-active a,
.amiibo-sortNav__hardwareItem.js-active a {
  color: #009beb;
}
.amiibo-sortNav__item.js-active a:before,
.amiibo-sortNav__hardwareItem.js-active a:before {
  background-color: #009beb;
}
@media screen and (min-width: 760px), print {
  .amiibo-sortNav__item.js-active a:after,
  .amiibo-sortNav__hardwareItem.js-active a:after {
    border-top-color: #009beb !important;
  }
}
html[data-device="desktop"] .amiibo-sortNav__item a:hover {
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #009beb;
}
html[data-device="desktop"] .amiibo-softList__item > a:hover .amiibo-softList__name {
  color: #009beb;
}
html[data-device="desktop"] .amiibo-lineup__item > a:hover .amiibo-lineup__name {
  color: #009beb;
}
/* =========================================================
 article
========================================================= */
/* ---------------------------------------------------------
 触らない
--------------------------------------------------------- */
@media screen and (min-width: 760px), print {
  .local-article__movieSection {
    padding-bottom: 98px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-article__movieSection {
    border-top: 1px solid #e6e6e6;
    padding: 28px 0 56px;
  }
}
.local-article__movieWrap {
  position: relative;
}
.local-article__movieWrap:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.local-article__movieWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ---------------------------------------------------------
 自由に修正可
--------------------------------------------------------- */
/* 要素ごとのスタイル
--------------------------------------------------------- */
/* ベーシック - セクション */
@media screen and (min-width: 760px), print {
  .local-article__section:not(:last-child) {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-article__section:not(:last-child) {
    padding-bottom: 42px;
  }
}
.local-article__section--footer {
  border-top: solid 1px #e6e6e6;
}
@media screen and (min-width: 760px), print {
  .local-article__section--footer {
    margin-top: -15px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-article__section--footer {
    margin-top: -8px;
    padding-top: 20px;
  }
}
/* ベーシック - リード文 */
.local-article__lead span {
  display: inline-block;
  vertical-align: super;
}
@media screen and (min-width: 760px), print {
  .local-article__lead span {
    font-size: 10px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-article__lead span {
    font-size: 10px;
  }
}
.local-article__lead a {
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  text-decoration: underline;
}
html[data-device="desktop"] .local-article__lead a:hover {
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #b4b4b4;
}
/* ベーシック - 本文 */
.local-article__text a {
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  text-decoration: underline;
}
html[data-device="desktop"] .local-article__text a:hover {
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #b4b4b4;
}
/* ベーシック - リンク */
@media screen and (min-width: 760px), print {
  .local-article__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-article__link {
    font-size: 12px;
  }
}
/* ベーシック - キャプション */
ul.local-article__captions,
.local-article__caption {
  color: #8c8c8c;
}
@media screen and (min-width: 760px), print {
  ul.local-article__captions,
  .local-article__caption {
    font-size: 12px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
@media screen and (max-width: 759.98px) {
  ul.local-article__captions,
  .local-article__caption {
    font-size: 10px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
ul.local-article__captions a,
.local-article__caption a {
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  text-decoration: underline;
}
html[data-device="desktop"] ul.local-article__captions a:hover,
html[data-device="desktop"] .local-article__caption a:hover {
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #b4b4b4;
}
/* ベーシック - 箇条書き */
@media screen and (min-width: 760px), print {
  ul.local-article__list {
    font-size: 14px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
    padding-top: 28px;
  }
}
@media screen and (max-width: 759.98px) {
  ul.local-article__list {
    font-size: 12px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
ul.local-article__list li {
  position: relative;
  padding-left: 12px;
}
ul.local-article__list a {
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  text-decoration: underline;
}
html[data-device="desktop"] ul.local-article__list a:hover {
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #b4b4b4;
}
/* ベーシック - 定義リスト */
@media screen and (min-width: 760px), print {
  dl.local-article__dList {
    font-size: 14px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
@media screen and (max-width: 759.98px) {
  dl.local-article__dList {
    font-size: 12px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
dl.local-article__dList dt {
  position: relative;
  padding-left: 12px;
  font-weight: bold;
}
dl.local-article__dList dt:before {
  content: '';
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #8c8c8c;
}
@media screen and (min-width: 760px), print {
  dl.local-article__dList dt:before {
    top: 8.5px;
  }
}
@media screen and (max-width: 759.98px) {
  dl.local-article__dList dt:before {
    top: 6.5px;
  }
}
dl.local-article__dList dd {
  padding-left: 12px;
}
@media screen and (min-width: 760px), print {
  dl.local-article__dList dd:not(:last-child) {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 759.98px) {
  dl.local-article__dList dd:not(:last-child) {
    padding-bottom: 27px;
  }
}
dl.local-article__dList a {
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  text-decoration: underline;
}
html[data-device="desktop"] dl.local-article__dList a:hover {
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #b4b4b4;
}
/* ベーシック - 画像 */
.local-article__img {
  line-height: 0;
}
.local-article__img img {
  max-width: 100%;
}
.local-article__img a {
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
html[data-device="desktop"] .local-article__img a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* ベーシック - 動画（文章中に出てくるもの） */
.local-article__movie {
  position: relative;
}
.local-article__movie:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.local-article__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ベーシック（使用頻度低め） - よみこみ/読み書きのセクション */
@media screen and (min-width: 760px), print {
  .local-article__middleSection:not(:last-child) {
    padding-bottom: 78px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-article__middleSection:not(:last-child) {
    padding-bottom: 42px;
  }
}
/* ベーシック（使用頻度低め） - よみこみ/読み書きの見出し */
.local-article__middleHeadline {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.local-article__middleHeadline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 760px), print {
  .local-article__middleHeadline {
    padding-bottom: 42px;
    padding-left: 44px;
    line-height: 30px;
  }
  .local-article__middleHeadline:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-article__middleHeadline {
    padding-bottom: 28px;
    padding-left: 54px;
    line-height: 35px;
  }
  .local-article__middleHeadline:before {
    width: 35px;
    height: 35px;
  }
}
.local-article__middleHeadline--readonly:before {
  background-image: url("../../common/img/icon-readonly.gif");
}
.local-article__middleHeadline--readwrite:before {
  background-image: url("../../common/img/icon-readwrite.gif");
}
.local-article__middleHeadline--noIcon {
  margin-top: -6px;
  padding-left: 0;
}
.local-article__middleHeadline--noIcon:before {
  display: none;
}
@media screen and (min-width: 760px), print {
  .local-article__middleHeadline--noIcon {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-article__middleHeadline--noIcon {
    padding-bottom: 22px;
    line-height: 30px;
  }
}
/* ベーシック（使用頻度低め） - 「全てのamiiboに対応」表記 ※セクションの中に入れない */
.local-article__allLineup {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 760px), print {
  .local-article__allLineup {
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-article__allLineup {
    padding-bottom: 28px;
  }
}
/* 2column画像 */
.local-article__img_2column {
  letter-spacing: -0.5em;
}
.local-article__img_2column:after {
  content: "";
  display: block;
  clear: both;
}
.local-article__img_2column img {
  float: left;
  box-sizing: border-box;
  margin-right: 10px;
  width: calc((100% - 10px * (2 - 1)) / 2);
}
.local-article__img_2column img:not(:nth-child(-n+2)) {
  padding-top: 0px;
}
.local-article__img_2column img:nth-child(2n) {
  margin-right: 0;
}
.local-article__img_2column img:nth-child(2n + 1) {
  clear: left;
}
/* 枠 */
.local-article__box {
  border: solid 1px #e6e6e6;
  padding: 14px 14px 18px;
}
/* 要素間の隙間設定
--------------------------------------------------------- */
/* リード文の直後の（見た目のpadding - リード文下のline-heightによる余分な隙間） */
/* 全要素 */
.local-article__lead + * {
  padding-top: 15px;
}
/* 本文の直後の（見た目のpadding - 本文下のline-heightによる余分な隙間） */
/* 本文 */
/* リンク */
.local-article__text + .local-article__link {
  padding-top: 28px;
}
/* キャプション */
@media screen and (min-width: 760px), print {
  .local-article__text + ul.local-article__captions,
  .local-article__text + .local-article__caption {
    padding-top: 28px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-article__text + ul.local-article__captions,
  .local-article__text + .local-article__caption {
    padding-top: 14px;
  }
}
/* 箇条書き */
.local-article__text + ul.local-article__list {
  padding-top: 28px;
}
/* 定義リスト */
@media screen and (min-width: 760px), print {
  .local-article__text + dl.local-article__dList {
    padding-top: 42px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-article__text + dl.local-article__dList {
    padding-top: 28px;
  }
}
/* 画像 */
.local-article__text + .local-article__img {
  padding-top: 28px;
}
/* 動画 */
.local-article__text + .local-article__movie {
  margin-top: 28px;
}
/* 画像の直後の / 動画の直後の */
/* リード文 */
@media screen and (min-width: 760px), print {
  .local-article__img + .local-article__lead,
  .local-article__movie + .local-article__lead {
    padding-top: 42px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-article__img + .local-article__lead,
  .local-article__movie + .local-article__lead {
    padding-top: 28px;
  }
}
/* 本文 */
.local-article__img + .local-article__text,
.local-article__movie + .local-article__text {
  padding-top: 20px;
}
/* リンク */
.local-article__img + .local-article__link,
.local-article__movie + .local-article__link {
  padding-top: 28px;
}
/* キャプション */
@media screen and (min-width: 760px), print {
  .local-article__img + ul.local-article__captions,
  .local-article__movie + ul.local-article__captions,
  .local-article__img + .local-article__caption,
  .local-article__movie + .local-article__caption {
    padding-top: 28px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-article__img + ul.local-article__captions,
  .local-article__movie + ul.local-article__captions,
  .local-article__img + .local-article__caption,
  .local-article__movie + .local-article__caption {
    padding-top: 14px;
  }
}
/* 箇条書き */
.local-article__img + ul.local-article__list,
.local-article__movie + ul.local-article__list {
  padding-top: 28px;
}
/* 定義リスト */
.local-article__img + dl.local-article__dList,
.local-article__movie + dl.local-article__dList {
  padding-top: 28px;
}
.local-caption {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 760px), print {
  .local-caption {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 759.98px) {
  .local-caption {
    margin-left: 14px;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}
.local-caption .nc3-a-caption {
  display: inline-block;
  text-align: left;
}
.local-connectAll {
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .local-connectAll {
    max-width: 672px;
    box-sizing: border-box;
    margin: 0 auto 42px;
    padding: 24px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-connectAll {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 760px), print {
  .local-connectAll__text {
    font-size: 14px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
@media screen and (max-width: 759.98px) {
  .local-connectAll__text {
    font-size: 12px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
.local-connectAll__text span {
  display: inline-block;
}
.local-connectAll__text .local-connectAll__textEmp {
  font-weight: bold;
}
.local-connectAll__text .nc3-a-text {
  line-height: 1.4;
}
.local-connectAll__textEmp {
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 760px), print {
  .local-detail {
    position: relative;
    padding: 98px 0;
  }
  .local-detail:after {
    content: "";
    display: block;
    clear: both;
  }
  .local-detail:not(.local-detail--noborder):before {
    content: '';
    position: absolute;
    top: 98px;
    bottom: 196px;
    width: 1px;
    background-image: -webkit-linear-gradient(top, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to bottom, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 1px 4px;
  }
  .local-detail__info {
    float: left;
  }
  .local-detail__article {
    float: right;
  }
}
@media screen and (min-width: 1200px), print {
  .local-detail:before {
    left: calc(35% + 1px);
  }
  .local-detail__info {
    width: calc(35% - 56px);
  }
  .local-detail__article {
    width: calc(100% - 35% - 56px - 1px);
  }
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .local-detail:before {
    left: calc(35% + 1px);
  }
  .local-detail__info {
    width: calc(35% - 48px);
  }
  .local-detail__article {
    width: calc(100% - 35% - 48px - 1px);
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-detail:before {
    left: calc(35% + 1px);
  }
  .local-detail__info {
    width: calc(35% - 32px);
  }
  .local-detail__article {
    width: calc(100% - 35% - 32px - 1px);
  }
}
@media screen and (max-width: 759.98px) {
  .local-detail {
    padding: 28px 0 56px;
  }
  .local-detail__info {
    padding-bottom: 56px;
  }
}
.local-detail__backToList {
  clear: both;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .local-detail__backToList {
    padding-top: 70px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-detail__backToList {
    padding-top: 42px;
  }
  .local-detail__backToList a {
    height: 40px;
    line-height: 36px;
  }
  .local-detail__backToList a > i {
    top: 12px !important;
  }
}
/* =========================================================
 free1
========================================================= */
/* ---------------------------------------------------------
 触らない（他の要素との位置関係を制御しているため）
--------------------------------------------------------- */
@media screen and (min-width: 760px), print {
  .local-free1 {
    padding-top: 42px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-free1 {
    padding-top: 28px;
  }
}
/* ---------------------------------------------------------
 自由に修正可
--------------------------------------------------------- */
/* 要素ごとのスタイル
--------------------------------------------------------- */
/* =========================================================
 free2
========================================================= */
/* ---------------------------------------------------------
 触らない（他の要素との位置関係を制御しているため）
--------------------------------------------------------- */
@media screen and (min-width: 760px), print {
  .local-free2 {
    padding-top: 58px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-free2 {
    padding-top: 40px;
  }
}
/* ---------------------------------------------------------
 自由に修正可
--------------------------------------------------------- */
/* 要素ごとのスタイル
--------------------------------------------------------- */
.local-free2__emp {
  font-weight: bold;
}
.local-free2__emp--mori {
  color: #7e3900;
}
/* 要素間の隙間設定
--------------------------------------------------------- */
/* リード文の直後の（見た目のpadding - リード文下のline-heightによる余分な隙間） */
.local-free2__lead:not(:last-child) {
  margin-bottom: 0 !important;
}
/* line-height分のネガティブマージンを打ち消し（マージンの相殺を防ぐ） */
@media screen and (min-width: 980px), print {
  .local-free2__lead + .local-free2__list {
    padding-top: 20px;
  }
}
@media screen and (max-width: 979.98px) {
  .local-free2__lead + .local-free2__list {
    padding-top: 23px;
  }
}
/* リストの直後の（見た目のpadding - リスト下のline-heightによる余分な隙間） */
.local-free2__list:not(:last-child) {
  margin-bottom: 0 !important;
}
/* line-height分のネガティブマージンを打ち消し（マージンの相殺を防ぐ） */
@media screen and (min-width: 980px), print {
  .local-free2__list + .local-free2__caption {
    padding-top: 16px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-free2__list + .local-free2__caption {
    padding-top: 17px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-free2__list + .local-free2__caption {
    padding-top: 10px;
  }
}
/* =========================================================
 free3
========================================================= */
/* ---------------------------------------------------------
 触らない（他の要素との位置関係を制御しているため）
--------------------------------------------------------- */
@media screen and (min-width: 760px), print {
  .local-free3 {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-free3 {
    padding-bottom: 21px;
  }
}
/* ---------------------------------------------------------
 自由に修正可
--------------------------------------------------------- */
/* 要素ごとのスタイル
--------------------------------------------------------- */
/* どうぶつの森の無料アップデートに関して */
.local-free3__freeUpdateCaption {
  color: #8c8c8c;
  font-size: 12px;
  margin-top: -0.65em;
  margin-bottom: -0.35em;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-free3__freeUpdateCaption {
    font-size: 10px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
.local-free3__freeUpdateCaptionLink {
  font-size: 12px;
/* 【よみかき」と「よみこみ」について】との隙間を14pxにする */
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-free3__freeUpdateCaptionLink {
    font-size: 10px;
  }
}
/* 【よみかき」と「よみこみ」について】との隙間を14pxにする */
@media screen and (min-width: 760px), print {
  .local-free3__freeUpdateCaptionLink {
    margin-bottom: -14px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-free3__freeUpdateCaptionLink {
    margin-bottom: -7px;
  }
}
/* 要素間の隙間設定
--------------------------------------------------------- */
@media screen and (min-width: 760px), print {
  .local-free3__freeUpdateCaption + .local-free3__freeUpdateCaptionLink {
    padding-top: 28px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-free3__freeUpdateCaption + .local-free3__freeUpdateCaptionLink {
    padding-top: 21px;
  }
}
/* =========================================================
 free4
========================================================= */
/* ---------------------------------------------------------
 触らない（他の要素との位置関係を制御しているため）
--------------------------------------------------------- */
@media screen and (min-width: 760px), print {
  .local-free4 {
    padding: 28px 0 70px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-free4 {
    padding: 7px 0 56px;
  }
}
/* ---------------------------------------------------------
 自由に修正可
--------------------------------------------------------- */
/* 要素ごとのスタイル
--------------------------------------------------------- */
.local-free4__captionsForItemWrap {
  text-align: center;
}
.local-free4__captionsForItem {
  display: inline-block;
  color: #8c8c8c;
  text-align: left;
}
@media screen and (min-width: 760px), print {
  .local-free4__captionsForItem {
    font-size: 12px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
@media screen and (max-width: 759.98px) {
  .local-free4__captionsForItem {
    font-size: 10px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
.local-free4__captionsForItem li {
  position: relative;
  padding-left: 1.25em;
}
.local-free4__captionsForItem li:before {
  content: '※';
  position: absolute;
  top: auto;
  left: 0;
}
.local-free4__captionsForItem li:not(:last-child) {
  padding-bottom: 4px;
}
.local-free4__captionsForItemHeadline {
  display: block;
  font-weight: bold;
}
.local-free4__InfoboxForItem {
  border: 4px solid #e6e6e6;
}
@media screen and (min-width: 760px), print {
  .local-free4__InfoboxForItem {
    padding: 28px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-free4__InfoboxForItem {
    padding: 20px;
  }
}
@media screen and (min-width: 760px), print {
  .local-free4__InfoboxForItemText {
    text-align: center;
    font-size: 14px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
@media screen and (max-width: 759.98px) {
  .local-free4__InfoboxForItemText {
    font-size: 12px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
.local-info__thumbWrap {
  position: relative;
}
.local-info__thumb {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.local-info__thumb:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.local-info__connectLabel {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
  background: no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 760px), print {
  .local-info__connectLabel {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-info__connectLabel {
    width: 35px;
    height: 35px;
  }
}
.local-info__connectLabel--readonly {
  background-image: url("../../common/img/icon-readonly.gif");
}
.local-info__connectLabel--readwrite {
  background-image: url("../../common/img/icon-readwrite.gif");
}
@media screen and (min-width: 760px), print {
  .local-info__name {
    padding: 42px 0 28px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-info__name {
    padding: 28px 0 21px;
  }
}
.local-info__nameInner {
  text-align: center;
}
.local-info__dateInner {
  color: #8c8c8c;
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .local-info__dateInner {
    font-size: 12px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
@media screen and (max-width: 759.98px) {
  .local-info__dateInner {
    font-size: 10px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
.local-info__date--package .local-info__dateInner:before {
  content: '\767A\58F2\65E5\FF1A';
}
.local-info__date--download .local-info__dateInner:before {
  content: '\914D\4FE1\958B\59CB\65E5\FF1A';
}
@media screen and (min-width: 980px), print {
  .local-info__package {
    margin: 0 21px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-info__package {
    max-width: 291px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 760px), print {
  .local-info__package {
    padding-top: 56px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-info__package {
    padding-top: 42px;
  }
}
.local-info__package img {
  width: 100%;
}
.local-info__bts {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (min-width: 760px), print {
  .local-info__bts {
    padding: 28px 0 56px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-info__bts {
    padding: 28px 0 42px;
  }
}
@media screen and (min-width: 1200px), print {
  .local-info__bt {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 375px) and (max-width: 759.98px) {
  .local-info__bt {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 1200px), print {
  .local-info__bt + .local-info__bt {
    margin-left: 14px;
  }
}
@media screen and (min-width: 375px) and (max-width: 759.98px) {
  .local-info__bt + .local-info__bt {
    margin-left: 14px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .local-info__bt + .local-info__bt {
    padding-top: 8px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-info__bt + .local-info__bt {
    padding-top: 8px;
  }
}
@media screen and (max-width: 374.98px) {
  .local-info__bt + .local-info__bt {
    padding-top: 8px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-info__bt a {
    width: 100%;
  }
  .local-info__bt a > div {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 980px), print {
  .local-info__linkToConnect {
    font-size: 12px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-info__linkToConnect {
    font-size: 10px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-info__linkToConnect {
    font-size: 12px;
  }
}
@media screen and (min-width: 980px), print {
  .local-lineupArea {
    margin-top: -83px;
    padding-top: 83px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-lineupArea {
    margin-top: -93px;
    padding-top: 93px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-lineupArea {
    margin-top: -74px;
    padding-top: 74px;
  }
}
@media screen and (min-width: 760px), print {
  .local-table {
    margin-top: 70px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-table {
    margin-top: 40px;
    overflow: scroll;
  }
}
.local-table__table {
  border-top: solid 3px #e6e6e6;
  width: 100%;
}
.local-table__row {
  border-bottom: solid 1px #e6e6e6;
}
.local-table__row2 {
  border-bottom: double 3px #e6e6e6;
}
.local-table__cell {
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 760px), print {
  .local-table__cell {
    padding: 0 8px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-table__cell {
    padding: 0 4px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-table__cell:first-child {
    background: #fff;
    position: sticky;
    left: 0;
    min-width: 200px;
    z-index: 1;
  }
}
@media screen and (max-width: 759.98px) {
  .local-table__cell:not(:first-child) {
    min-width: 80px;
  }
}
.local-table__cell:not(:last-child) {
  border-right: solid 1px #e6e6e6;
}
.local-table__cell--head {
  font-weight: bold;
}
@media screen and (max-width: 759.98px) {
  .local-table__cell--head::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #e6e6e6;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 760px), print {
  .local-table__head .local-table__cell--head {
    font-size: 14px;
    line-height: 1.4;
    margin-top: -0.26em;
    margin-bottom: -0.14em;
    padding: 15px 10px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-table__head .local-table__cell--head {
    padding: 5px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-table__head .local-table__cell--head {
    font-size: 12px;
    line-height: 1.4;
    margin-top: -0.26em;
    margin-bottom: -0.14em;
    padding: 10px 4px;
  }
}
.local-table__head .local-table__cell--head sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.local-table__body .local-table__cell {
  width: calc(132.5 / 1440 * 100%);
}
@media screen and (max-width: 759.98px) {
  .local-table__body .local-table__cell {
    padding: 0;
  }
}
.local-table__body .local-table__cell--head {
  width: calc(380 / 1440 * 100%);
}
@media screen and (min-width: 760px), print {
  .local-table__body .local-table__cell--head {
    text-align: left;
  }
}
.local-table__cellInner {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 759.98px) {
  .local-table__cellInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.local-table__img {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin: 0 0 10px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 759.98px) {
  .local-table__img {
    margin: 0 auto 10px;
  }
}
.local-table__nameWrap {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 759.98px) {
  .local-table__nameWrap {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 760px), print {
  .local-table__nameWrap:only-child {
    margin: 20px 0;
  }
}
@media screen and (max-width: 759.98px) {
  .local-table__nameWrap:only-child {
    margin: 10px 0;
  }
}
@media screen and (min-width: 760px), print {
  .local-table__name {
    font-size: 16px;
    line-height: 1.4;
    margin-top: -0.26em;
    margin-bottom: -0.14em;
  }
}
@media screen and (max-width: 759.98px) {
  .local-table__name {
    font-size: 12px;
    line-height: 1.4;
    margin-top: -0.26em;
    margin-bottom: -0.14em;
  }
}
.local-table__series {
  color: #8c8c8c;
  font-weight: normal;
}
@media screen and (min-width: 760px), print {
  .local-table__series {
    font-size: 12px;
    line-height: 1.4;
    margin-top: -0.26em;
    margin-bottom: -0.14em;
    padding-top: 12px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-table__series {
    font-size: 10px;
    line-height: 1.4;
    margin-top: -0.26em;
    margin-bottom: -0.14em;
    padding-top: 8px;
  }
}
.local-table__val {
  display: inline-block;
  height: 15px;
}
.local-table__val--num {
  display: inline-block;
  width: 2em;
  height: 15px;
}
.local-table__val--true {
  width: 15px;
  border-radius: 50%;
  background: #3c3c3c;
}
.local-table__val--false:before,
.local-table__val--false:after {
  display: inline-block;
  content: "";
  height: 100%;
  width: 1px;
  background: #3c3c3c;
  -webkit-transform-origin: center calc(50% + 0.5px);
          transform-origin: center calc(50% + 0.5px);
}
.local-table__val--false:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.local-table__val--false:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.local-table__cap {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 760px), print {
  .local-table__cap {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 759.98px) {
  .local-table__cap {
    margin-left: 14px;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}
.local-table-cap .nc3-a-caption {
  display: inline-block;
  text-align: left;
}
.local-upcoming {
  position: relative;
  margin-top: -1px;
  background-color: #fff;
}
@media screen and (min-width: 760px), print {
  .local-upcoming__list {
    background-image: -webkit-linear-gradient(left, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 4px 1px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-upcoming__list {
    background-image: -webkit-linear-gradient(left, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 4px 1px;
  }
}
@media screen and (min-width: 760px), print {
  .local-upcoming__item {
    background-image: -webkit-linear-gradient(left, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
    padding: 19px 0 17px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-upcoming__item {
    background-image: -webkit-linear-gradient(left, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
    padding: 22px 0;
  }
}
.local-upcoming__link {
  display: block;
  padding-right: 26px;
  position: relative;
}
.local-upcoming__link:after {
  content: "";
  background-size: contain;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 760px), print {
  .local-upcoming__itemInner {
    padding: 18px 0;
  }
}
@media screen and (max-width: 759.98px) {
  .local-upcoming__itemInner {
    padding: 21px 0;
  }
}
.local-upcoming__label {
  float: left;
}
@media screen and (min-width: 760px), print {
  .local-upcoming__label {
    width: 124px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-upcoming__label {
    padding-right: 12px;
  }
}
.local-upcoming__labelBody {
  display: inline-block;
}
@media screen and (min-width: 760px), print {
  .local-upcoming__labelBody {
    min-width: 96px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-upcoming__labelBody {
    min-width: 105px;
  }
}
.local-upcoming__date {
  float: left;
  line-height: 20px;
}
@media screen and (min-width: 760px), print {
  .local-upcoming__date {
    width: 189px;
    -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
    transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  }
  .local-upcoming__link:hover .local-upcoming__date {
    color: #e60012;
    -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (max-width: 759.98px) {
  .local-upcoming__date {
    color: #8c8c8c;
    font-size: 12px;
  }
}
.local-upcoming__name {
  line-height: 20px;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
}
.local-upcoming__link:hover .local-upcoming__name {
  color: #e60012;
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 760px), print {
  .local-upcoming__name {
    margin-left: 313px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-upcoming__name {
    font-size: 12px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
    display: block;
    clear: both;
    padding-top: 10px;
  }
}
.local-upcoming__name a {
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.local-upcoming__name a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.local-upcoming__caption {
  position: relative;
  padding-left: 1.25em;
  color: #8c8c8c;
}
@media screen and (min-width: 760px), print {
  .local-upcoming__caption {
    padding-top: 28px;
    font-size: 12px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
@media screen and (max-width: 759.98px) {
  .local-upcoming__caption {
    padding-top: 21px;
    font-size: 10px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
.date {
  color: #3c3c3c;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: normal;
}
@media screen and (max-width: 979.98px) {
  .date {
    line-height: normal;
  }
}
@media screen and (max-width: 759.98px) {
  .local-toggleparent--sp {
    padding-top: 28px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.local-article__text {
  padding-bottom: 40px;
}
.nc3-a-heading--h4 a {
  color: #999;
  text-decoration: underline;
}
.nc3-a-heading--h4 a:hover {
  color: #009beb;
  text-decoration: none;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ncommon-headline02 {
  line-height: 1;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 760px), print {
  .ncommon-headline02 {
    padding: 42px 0;
    margin-top: 42px;
  }
}
@media screen and (max-width: 759.98px) {
  .ncommon-headline02 {
    padding: 28px 0;
    margin-top: 21px;
  }
}
.ncommon-headline02:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #e6e6e6;
}
@media screen and (max-width: 759.98px) {
  .ncommon-headline02:before {
    border-left-width: 28px;
    border-left-style: solid;
    border-color: #009beb;
  }
}
.ncommon-headline02__body {
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 760px), print {
  .ncommon-headline02__body {
    float: left;
  }
  .ncommon-headline02__body:before {
    content: '';
    position: absolute;
    top: -34.5px;
    right: 0;
    left: 0;
    height: 2px;
    background-color: #009beb;
  }
}
@media screen and (min-width: 760px), print {
  .ncommon-headline02__siblings {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 759.98px) {
  .ncommon-headline02__siblings {
    padding-top: 21px;
  }
}
.local-upcoming {
  position: relative;
  margin-top: -1px;
  background-color: #fff;
}
@media screen and (min-width: 760px), print {
  .local-upcoming__list {
    background-image: -webkit-linear-gradient(left, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 4px 1px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-upcoming__list {
    background-image: -webkit-linear-gradient(left, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 4px 1px;
  }
}
@media screen and (min-width: 760px), print {
  .local-upcoming__item {
    background-image: -webkit-linear-gradient(left, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
    padding: 19px 0 17px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-upcoming__item {
    background-image: -webkit-linear-gradient(left, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
    padding: 22px 0;
  }
}
.local-upcoming__link {
  display: block;
  padding-right: 26px;
  position: relative;
}
.local-upcoming__link:after {
  content: "";
  background: url("../../../../common/v2/img/ncommon/_common/icon/right-fill-red.svg") center no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 760px), print {
  .local-upcoming__itemInner {
    padding: 18px 0;
  }
}
@media screen and (max-width: 759.98px) {
  .local-upcoming__itemInner {
    padding: 21px 0;
  }
}
.local-upcoming__label {
  float: left;
}
@media screen and (min-width: 760px), print {
  .local-upcoming__label {
    width: 124px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-upcoming__label {
    padding-right: 12px;
  }
}
.local-upcoming__labelBody {
  display: block;
}
@media screen and (min-width: 760px), print {
  .local-upcoming__labelBody {
    width: 96px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-upcoming__labelBody {
    min-width: 105px;
  }
}
.local-upcoming__date {
  float: left;
  line-height: 20px;
}
@media screen and (min-width: 760px), print {
  .local-upcoming__date {
    width: 189px;
    -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
    transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  }
  .local-upcoming__link:hover .local-upcoming__date {
    color: #e60012;
    -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (max-width: 759.98px) {
  .local-upcoming__date {
    color: #8c8c8c;
    font-size: 12px;
  }
}
.local-upcoming__name {
  line-height: 20px;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
}
.local-upcoming__link:hover .local-upcoming__name {
  color: #e60012;
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 760px), print {
  .local-upcoming__name {
    margin-left: 313px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-upcoming__name {
    font-size: 12px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
    display: block;
    clear: both;
    padding-top: 10px;
  }
}
.local-upcoming__name a {
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.local-upcoming__name a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.local-upcoming__caption {
  position: relative;
  padding-left: 0;
  color: #8c8c8c;
}
@media screen and (min-width: 760px), print {
  .local-upcoming__caption {
    padding-top: 28px;
    font-size: 12px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
@media screen and (max-width: 759.98px) {
  .local-upcoming__caption {
    padding-top: 21px;
    font-size: 10px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
.ncommon-themeLabel:before {
  font-family: 'Roboto', sans-serif;
}
[data-theme='switch'] .ncommon-themeLabel:before {
  content: 'Nintendo Switch';
}
.local-upcoming__label .ncommon-themeLabel:before {
  display: block;
  height: 20px;
  padding: 0 4px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  margin: initial;
  -webkit-transform: initial;
          transform: initial;
}
[data-theme='switch'].local-upcoming__label .ncommon-themeLabel:before {
  background-color: #e60012;
}
.local-a-caption li {
  color: #000;
}
@media screen and (max-width: 979.98px) {
  .local-a-caption {
    margin-right: 14px;
    margin-left: 14px;
  }
}
.amiibo-section--mgb {
  margin-bottom: 100px;
}
@media screen and (max-width: 759.98px) {
  .amiibo-section--mgb {
    margin-bottom: 70px;
  }
}
