.local-hero {
  position: relative;
  overflow: hidden;
  background-color: #0098cb;
}
.local-hero__inner {
  position: relative;
  margin: 0 auto;
}
.local-hero__inner:before {
  content: '';
  display: block;
  padding-bottom: 55.35714285714286%;
}
.local-hero__inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
@media screen and (min-width: 980px), print {
  .local-hero__inner {
    max-width: 1120px;
    background-image: url("../img/hero-pc.jpg");
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-hero__inner {
    background-image: url("../img/hero-tab.jpg");
  }
}
@media screen and (max-width: 759.98px) {
  .local-hero__inner:before {
    padding-bottom: 100%;
  }
  .local-hero__inner:after {
    background-image: url("../img/hero-sp.jpg");
  }
}
/* local-section */
.local-section {
  position: relative;
}
@media screen and (min-width: 760px), print {
  .local-section {
    padding: 98px 0;
  }
}
@media screen and (max-width: 759.98px) {
  .local-section {
    padding: 70px 0;
  }
}
@media screen and (max-width: 759.98px) {
  .local-section__inner {
    padding-right: 21px;
    padding-left: 21px;
  }
}
.local-section__title {
  font-weight: bold;
}
@media screen and (min-width: 760px), print {
  .local-section__title {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-section__title {
    padding-bottom: 20px;
  }
  .local-section__title span {
    display: inline-block;
  }
}
.local-section__title--center {
  text-align: center;
}
@media screen and (max-width: 759.98px) {
  .local-section__title--center {
    text-align: left;
  }
}
.local-section__textRow {
  margin-bottom: 60px;
}
@media screen and (max-width: 759.98px) {
  .local-section__textRow {
    margin-bottom: 30px;
  }
}
.local-section__text--center {
  text-align: center;
}
@media screen and (max-width: 759.98px) {
  .local-section__text--center {
    text-align: left;
  }
  .local-section__text--center br {
    display: none;
  }
}
.local-section__textImage {
  margin-top: -20px;
}
@media screen and (max-width: 979.98px) {
  .local-section__textImage {
    margin-top: 0;
    text-align: center;
  }
  .local-section__textImage img {
    width: 100%;
  }
}
.local-section__textCap {
  padding-top: 30px;
}
.local-section__textCap p {
  color: #8c8c8c;
  margin-left: 1em;
  text-indent: -1em;
}
.local-section__textCap--center {
  text-align: center;
}
@media screen and (max-width: 759.98px) {
  .local-section__textCap--center {
    text-align: left;
  }
}
.local-section__links {
  padding-top: 20px;
}
.local-section__links p {
  padding-top: 30px;
}
.local-section__links p a {
  line-height: 1;
  display: inline-block;
  position: relative;
  font-weight: bold;
  -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;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
  margin-top: -6.5px;
  margin-bottom: -3.5px;
}
.local-section__links p a:hover,
a:hover .local-section__links p a,
button:hover .local-section__links p a {
  color: #0096c8;
  -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);
}
.local-section__links p a i,
.local-section__links p a i:before,
.local-section__links p a i:after {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: inherit;
  -webkit-transition: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
}
.local-section__links p a:hover i,
a:hover .local-section__links p a i,
button:hover .local-section__links p a i,
.local-section__links p a:hover i:before,
a:hover .local-section__links p a i:before,
button:hover .local-section__links p a i:before,
.local-section__links p a:hover i:after,
a:hover .local-section__links p a i:after,
button:hover .local-section__links p a i:after {
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.local-section__links p a > i {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
}
.local-section__links p a > i:after {
  content: '';
  display: block;
  box-sizing: content-box;
  border-radius: 50%;
  left: -2px;
  top: -2px;
  border: 2px solid rgba(255,255,255,0);
}
.local-section__links p a > i > i,
.local-section__links p a > i > i > i:first-child {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
}
.local-section__links p a > i > i > i:first-child {
  opacity: 0;
}
.local-section__links p a > i > i {
  background-image: url($PATH_NCONNOM_IMG/ncommon/_common/icon/right-fill-wiiu.svg);
}
.local-section__links p a > i > i > i:first-child {
  background-image: url($PATH_NCONNOM_IMG/ncommon/_common/icon/right-stroke-wiiu.svg);
}
.local-section__links p a > i {
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 759.98px) {
  .local-section__links p {
    padding-top: 15px;
  }
  .local-section__links p a {
    line-height: 1;
    display: inline-block;
    position: relative;
    font-weight: bold;
    -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;
    padding-left: 19px;
    font-size: 12px;
    line-height: 20px;
    margin-top: -5.2px;
    margin-bottom: -2.8px;
  }
  .local-section__links p a:hover,
  a:hover .local-section__links p a,
  button:hover .local-section__links p a {
    color: #0096c8;
    -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);
  }
  .local-section__links p a i,
  .local-section__links p a i:before,
  .local-section__links p a i:after {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: inherit;
    -webkit-transition: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px auto;
  }
  .local-section__links p a:hover i,
  a:hover .local-section__links p a i,
  button:hover .local-section__links p a i,
  .local-section__links p a:hover i:before,
  a:hover .local-section__links p a i:before,
  button:hover .local-section__links p a i:before,
  .local-section__links p a:hover i:after,
  a:hover .local-section__links p a i:after,
  button:hover .local-section__links p a i:after {
    -webkit-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .local-section__links p a > i {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
  }
  .local-section__links p a > i:after {
    content: '';
    display: block;
    box-sizing: content-box;
    border-radius: 50%;
    left: -2px;
    top: -2px;
    border: 2px solid rgba(255,255,255,0);
  }
  .local-section__links p a > i > i,
  .local-section__links p a > i > i > i:first-child {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
  }
  .local-section__links p a > i > i > i:first-child {
    opacity: 0;
  }
  .local-section__links p a > i > i {
    background-image: url($PATH_NCONNOM_IMG/ncommon/_common/icon/right-fill-wiiu.svg);
  }
  .local-section__links p a > i > i > i:first-child {
    background-image: url($PATH_NCONNOM_IMG/ncommon/_common/icon/right-stroke-wiiu.svg);
  }
  .local-section__links p a > i {
    position: absolute;
    top: 4.8px;
    left: 0;
  }
  .local-section__links p a br {
    display: none;
  }
}
.local-section__links--center {
  text-align: center;
}
.local-section__linksItem--kerning {
  letter-spacing: 0.05em;
  padding-top: 0 !important;
}
.local-section__netLinks {
  padding-top: 25px;
}
.local-section__left {
  float: left;
}
@media screen and (max-width: 979.98px) {
  .local-section__left {
    float: none;
  }
}
.local-section__right {
  float: right;
}
@media screen and (max-width: 979.98px) {
  .local-section__right {
    float: none;
  }
}
.local-section__left--text {
  width: 38.92857142857143%;
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .local-section__left--text {
    width: 38.92857142857143%;
  }
}
@media screen and (max-width: 979.98px) {
  .local-section__left--text {
    width: auto;
  }
}
.local-section__left--textL {
  width: 58.92857142857143%;
}
@media screen and (max-width: 979.98px) {
  .local-section__left--textL {
    width: auto;
  }
}
.local-section__right--image {
  width: 50%;
}
.local-section__right--image img {
  width: 100%;
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .local-section__right--image {
    width: 50%;
  }
}
@media screen and (max-width: 979.98px) {
  .local-section__right--image {
    margin-top: 60px;
    width: auto;
    text-align: center;
  }
}
.local-section__right--smallImage {
  width: 35.714285714285715%;
  margin-top: 95px;
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .local-section__right--smallImage {
    width: 39.732142857142854%;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-section__right--smallImage {
    margin: 60px auto 0;
    width: 50%;
  }
}
@media screen and (max-width: 759.98px) {
  .local-section__right--smallImage {
    margin: 0;
    width: auto;
  }
}
.local-section__right--text {
  width: 38.92857142857143%;
}
@media screen and (max-width: 979.98px) {
  .local-section__right--text {
    width: auto;
  }
}
.local-section--border {
  border-bottom: 1px solid #e6e6e6;
}
.local-section__imageList {
  margin-top: 70px;
}
.local-section__imageList img {
  width: 100%;
}
@media screen and (max-width: 759.98px) {
  .local-section__imageCol:first-child {
    margin-bottom: 20px;
  }
}
.local-section--1 {
  background: url("../img/img01.jpg") no-repeat 90% 100%;
  background-size: 45%;
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .local-section--1 {
    background-position: 90% 100%;
    background-size: 50% auto;
  }
}
@media screen and (max-width: 979.98px) {
  .local-section--1 {
    padding-top: 60px;
    padding-bottom: 50%;
    background-position: 50% 100%;
    background-size: 60% auto;
  }
}
@media screen and (max-width: 759.98px) {
  .local-section--1 {
    background-size: 80% auto;
    padding-bottom: 65%;
  }
}
.local-section__inner--1 {
  padding-top: 50px;
}
@media screen and (max-width: 979.98px) {
  .local-section__inner--1 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.local-section--2 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../img/img02.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto 75.17857142857143%;
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .local-section--2 {
    background-size: 50% auto;
    background-position: center left;
  }
}
@media screen and (max-width: 979.98px) {
  .local-section--2 {
    padding-top: 60px;
    padding-bottom: 45%;
    background-position: 50% 100%;
    background-size: 60% auto;
  }
}
@media screen and (max-width: 759.98px) {
  .local-section--2 {
    background-size: 80% auto;
    padding-bottom: 60%;
  }
}
.local-section--middle .local-section__inner {
  display: table;
  width: 100%;
}
@media screen and (max-width: 979.98px) {
  .local-section--middle .local-section__inner {
    display: block;
    width: auto;
  }
}
.local-section--middle .local-section__left,
.local-section--middle .local-section__right {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 979.98px) {
  .local-section--middle .local-section__left,
  .local-section--middle .local-section__right {
    display: block;
  }
}
@media screen and (max-width: 979.98px) {
  .local-section--middle .local-section__right {
    padding-left: 0;
  }
}
@media screen and (max-width: 759.98px) {
  .local-section--middle .local-section__right {
    margin-top: 20px;
  }
}
/* local-section--amiibo */
.local-section--amiibo {
  padding: 0;
}
.local-section--amiiboInner {
  padding-top: 150px;
  padding-bottom: 150px;
  background: url("../img/img03.jpg") no-repeat;
  background-size: 75%;
  background-color: #fff;
}
@media screen and (min-width: 1200px), print {
  .local-section--amiiboInner {
    background-position: 118% bottom;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .local-section--amiiboInner {
    padding-top: 100px;
    background-position: 170% bottom;
    background-size: 95% auto;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-section--amiiboInner {
    padding: 60px 0 35%;
    background-position: -260% bottom;
    background-size: 95% auto;
  }
}
@media screen and (max-width: 979.98px) {
  .local-section--amiiboInner {
    padding-top: 60px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-section--amiiboInner {
    padding-right: 21px;
    padding-bottom: 40%;
    padding-left: 21px;
    background-position: -270% 100%;
    background-size: 95% auto;
  }
}
/* local-section__movieList */
.local-section__movieList {
  margin-top: 20px;
}
@media screen and (max-width: 759.98px) {
  .local-section__movieList {
    position: relative;
  }
}
.local-section__movieListItem {
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .local-section__movieListItem:first-of-type {
    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;
  }
}
@media screen and (max-width: 759.98px) {
  .local-section__movieListItem:first-of-type {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 759.98px) {
  .local-section__movieListItem:nth-of-type(2) {
    width: 50%;
    padding-top: 32% !important;
    margin: auto;
    margin-right: auto !important;
    float: inherit;
  }
}
@media screen and (min-width: 760px), print {
  .local-section__movieListItem:nth-of-type(3) {
    background-image: -webkit-linear-gradient(top, 3px, 3px 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to bottom, 3px, 3px 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 1px 4px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-section__movieListItem:nth-of-type(3) {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 !important;
  }
}
.local-section__movieListItemLink {
  line-height: 1;
  display: inline-block;
  position: relative;
  font-weight: bold;
  -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;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
  margin-top: -6.5px;
  margin-bottom: -3.5px;
}
.local-section__movieListItemLink:hover,
a:hover .local-section__movieListItemLink,
button:hover .local-section__movieListItemLink {
  color: #0096c8;
  -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);
}
.local-section__movieListItemLink i,
.local-section__movieListItemLink i:before,
.local-section__movieListItemLink i:after {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: inherit;
  -webkit-transition: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
}
.local-section__movieListItemLink:hover i,
a:hover .local-section__movieListItemLink i,
button:hover .local-section__movieListItemLink i,
.local-section__movieListItemLink:hover i:before,
a:hover .local-section__movieListItemLink i:before,
button:hover .local-section__movieListItemLink i:before,
.local-section__movieListItemLink:hover i:after,
a:hover .local-section__movieListItemLink i:after,
button:hover .local-section__movieListItemLink i:after {
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.local-section__movieListItemLink > i {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
}
.local-section__movieListItemLink > i:after {
  content: '';
  display: block;
  box-sizing: content-box;
  border-radius: 50%;
  left: -2px;
  top: -2px;
  border: 2px solid rgba(255,255,255,0);
}
.local-section__movieListItemLink > i > i,
.local-section__movieListItemLink > i > i > i:first-child {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
}
.local-section__movieListItemLink > i > i > i:first-child {
  opacity: 0;
}
.local-section__movieListItemLink > i > i {
  background-image: url($PATH_NCONNOM_IMG/ncommon/_common/icon/right-fill-wiiu.svg);
}
.local-section__movieListItemLink > i > i > i:first-child {
  background-image: url($PATH_NCONNOM_IMG/ncommon/_common/icon/right-stroke-wiiu.svg);
}
.local-section__movieListItemLink > i {
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 759.98px) {
  .local-section__movieListItemLink {
    line-height: 1;
    display: inline-block;
    position: relative;
    font-weight: bold;
    -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;
    padding-left: 19px;
    font-size: 12px;
    line-height: 20px;
    margin-top: -5.2px;
    margin-bottom: -2.8px;
  }
  .local-section__movieListItemLink:hover,
  a:hover .local-section__movieListItemLink,
  button:hover .local-section__movieListItemLink {
    color: #0096c8;
    -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);
  }
  .local-section__movieListItemLink i,
  .local-section__movieListItemLink i:before,
  .local-section__movieListItemLink i:after {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: inherit;
    -webkit-transition: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px auto;
  }
  .local-section__movieListItemLink:hover i,
  a:hover .local-section__movieListItemLink i,
  button:hover .local-section__movieListItemLink i,
  .local-section__movieListItemLink:hover i:before,
  a:hover .local-section__movieListItemLink i:before,
  button:hover .local-section__movieListItemLink i:before,
  .local-section__movieListItemLink:hover i:after,
  a:hover .local-section__movieListItemLink i:after,
  button:hover .local-section__movieListItemLink i:after {
    -webkit-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .local-section__movieListItemLink > i {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
  }
  .local-section__movieListItemLink > i:after {
    content: '';
    display: block;
    box-sizing: content-box;
    border-radius: 50%;
    left: -2px;
    top: -2px;
    border: 2px solid rgba(255,255,255,0);
  }
  .local-section__movieListItemLink > i > i,
  .local-section__movieListItemLink > i > i > i:first-child {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
  }
  .local-section__movieListItemLink > i > i > i:first-child {
    opacity: 0;
  }
  .local-section__movieListItemLink > i > i {
    background-image: url($PATH_NCONNOM_IMG/ncommon/_common/icon/right-fill-wiiu.svg);
  }
  .local-section__movieListItemLink > i > i > i:first-child {
    background-image: url($PATH_NCONNOM_IMG/ncommon/_common/icon/right-stroke-wiiu.svg);
  }
  .local-section__movieListItemLink > i {
    position: absolute;
    top: 4.8px;
    left: 0;
  }
}
.local-section__movieListThumb--1 {
  background-image: url("../img/movie01.gif");
}
@media screen and (max-width: 759.98px) {
  .local-section__movieListThumb--1 {
    background-size: 150%;
  }
  .local-section__movieListThumb--1:before {
    padding-bottom: 40%;
  }
}
.local-section__movieListThumb--2 {
  background-image: url("../img/movie02.gif");
}
@media screen and (max-width: 759.98px) {
  .local-section__movieListThumb--2 {
    background-size: 90%;
  }
  .local-section__movieListThumb--2:before {
    padding-bottom: 40%;
  }
}
.local-section__movieListThumb--3 {
  background-image: url("../img/movie03.gif");
}
@media screen and (max-width: 759.98px) {
  .local-section__movieListThumb--3 {
    background-size: 90%;
  }
  .local-section__movieListThumb--3:before {
    padding-bottom: 40%;
  }
}
/* suica */
.local-section--suica {
  padding-top: 130px;
  padding-bottom: 130px;
  background: url("../img/img04.jpg") no-repeat 0 80%;
  background-size: 48% auto;
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .local-section--suica {
    background-size: 50% auto;
  }
}
@media screen and (min-width: 980px), print {
  .local-section--suica {
    padding: 130px 0 240px;
    background-position: 15% 70%;
  }
  .local-section--suica .local-section__right--text {
    width: 38.92857142857143%;
  }
}
@media screen and (max-width: 979.98px) {
  .local-section--suica {
    padding-top: 60px;
    padding-bottom: 44%;
    background-position: 20% 100%;
    background-size: 80% auto;
  }
}
@media screen and (max-width: 759.98px) {
  .local-section--suica {
    padding-bottom: 50%;
    background-size: 100% auto;
  }
}
.local-section__textBr--noTabSp {
  display: none;
}
@media screen and (min-width: 980px), print {
  .local-section__textBr--noTabSp {
    display: block;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-section__textBr--noTab {
    display: none;
  }
}
.local-annotation {
  margin-top: 10px;
}
.nc3-a-caption .local-annotation {
  text-decoration: none;
}
.local-annotation .nc3-a-icon {
  padding-right: 7px;
}
.local-annotation span {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 759.98px) {
  .local-annotation span {
    font-size: 10px;
  }
}
.local-annotation.nc3-a-textLink span {
  color: #8c8c8c;
}
