@font-face {
  font-family: "ncommonJp";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "ncommonJp";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
img {
  width: 100%;
}
.local-kv {
  overflow: hidden;
}
.local-kv a {
  text-decoration: none;
}
@media screen and (max-width: 759px) {
  .local-kv {
    margin-top: 2px;
  }
}
.local-kv:hover .local-kv__switcher {
  opacity: 1;
  -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 200ms;
     -moz-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 200ms;
       -o-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 200ms;
          transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 200ms;
}
.local-kv:hover .local-kv__switcher i {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.local-kv__inner {
  position: relative;
}
.local-kv__container {
  position: relative;
  position: relative;
  height: auto !important;
}
.local-kv__container:before {
  content: '';
  display: block;
  padding-bottom: 42.638888888888886%;
}
@media screen and (max-width: 759px) {
  .local-kv__container {
    position: relative;
  }
  .local-kv__container:before {
    content: '';
    display: block;
    padding-bottom: 100%;
  }
}
.local-kv__container > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 760px), print {
  [data-browser="game"] .local-kv__container {
    position: relative;
  }
  [data-browser="game"] .local-kv__container:before {
    content: '';
    display: block;
    padding-bottom: 33.33333333333333%;
  }
  [data-browser="game"] .local-kv__container [data-njs="switcher__content"] * {
    pointer-events: auto;
  }
  [data-browser="game"] .local-kv__container > div {
    opacity: 1 !important;
    visibility: visible !important;
    width: 33.333%;
    height: 100%;
  }
  [data-browser="game"] .local-kv__container > div:nth-child(2) {
    left: 33.333%;
  }
  [data-browser="game"] .local-kv__container > div:nth-child(3) {
    left: 66.666%;
  }
  [data-browser="game"] .local-kv__container > div:nth-child(4),
  [data-browser="game"] .local-kv__container > div:nth-child(5) {
    display: none;
  }
  [data-browser="game"] .local-kv__container > div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
  }
}
.local-kv__videoContent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
}
.local-kv__videoBanner {
  width: 34.02777777777778%;
  padding-top: 9.722222222222223%;
  padding-bottom: 2.777777777777778%;
  margin: auto;
}
@media screen and (max-width: 759px) {
  .local-kv__videoBanner {
    width: 65.33333333333333%;
    padding-top: 20.666666666666668%;
    padding-bottom: 5.333333333333334%;
  }
}
.local-kv__videoBt {
  margin: auto;
}
@media screen and (min-width: 760px), print {
  .local-kv__videoBt {
    width: 160px;
  }
  .local-kv__videoBt img:last-child {
    display: none;
  }
}
@media screen and (max-width: 759px) {
  .local-kv__videoBt {
    width: 130px;
  }
  .local-kv__videoBt img:first-child {
    display: none;
  }
}
.local-kv__switcher {
  width: 126px;
  position: absolute;
  top: 0;
}
.local-kv__switcher i,
.local-kv__switcher i:before,
.local-kv__switcher i:after {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: inherit;
  -webkit-transition: $transition_df;
     -moz-transition: $transition_df;
       -o-transition: $transition_df;
          transition: $transition_df;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: 64px auto;
    -o-background-size: 64px auto;
       background-size: 64px auto;
}
.local-kv__switcher:hover i,
a:hover .local-kv__switcher i,
button:hover .local-kv__switcher i,
.ncommon-u-linkbox:hover .local-kv__switcher i,
.local-kv__switcher:hover i:before,
a:hover .local-kv__switcher i:before,
button:hover .local-kv__switcher i:before,
.ncommon-u-linkbox:hover .local-kv__switcher i:before,
.local-kv__switcher:hover i:after,
a:hover .local-kv__switcher i:after,
button:hover .local-kv__switcher i:after,
.ncommon-u-linkbox:hover .local-kv__switcher i:after {
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
     -moz-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-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-kv__switcher > i {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.local-kv__switcher > i:after {
  content: '';
  display: block;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  left: -3px;
  top: -3px;
  border: 3px solid rgba(255,255,255,0);
}
.local-kv__switcher > i > i > i:first-child,
.local-kv__switcher > i > i {
  background-color: transparent;
}
.local-kv__switcher > i:after {
  border-color: #fff;
}
.local-kv__switcher > i > i > i:first-child {
  -webkit-box-sizing: content-box !important;
     -moz-box-sizing: content-box !important;
          box-sizing: content-box !important;
  padding: 1px;
  left: -1px;
  top: -1px;
}
@media screen and (min-width: 980px), print {
  .local-kv__switcher {
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 800ms;
       -moz-transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 800ms;
         -o-transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 800ms;
            transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 800ms;
  }
  .local-kv__switcher > i {
    position: absolute;
    top: -webkit-calc(50% - 35px);
    top: -moz-calc(50% - 35px);
    top: calc(50% - 35px);
    background-color: rgba(0,0,0,0.4);
  }
  .local-kv__switcher > i:after {
    border-color: #fff;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-kv__switcher {
    bottom: 88px;
  }
  .local-kv__switcher i,
  .local-kv__switcher i:before,
  .local-kv__switcher i:after {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: inherit;
    -webkit-transition: $transition_df;
       -moz-transition: $transition_df;
         -o-transition: $transition_df;
            transition: $transition_df;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 48px auto;
      -o-background-size: 48px auto;
         background-size: 48px auto;
  }
  .local-kv__switcher:hover i,
  a:hover .local-kv__switcher i,
  button:hover .local-kv__switcher i,
  .ncommon-u-linkbox:hover .local-kv__switcher i,
  .local-kv__switcher:hover i:before,
  a:hover .local-kv__switcher i:before,
  button:hover .local-kv__switcher i:before,
  .ncommon-u-linkbox:hover .local-kv__switcher i:before,
  .local-kv__switcher:hover i:after,
  a:hover .local-kv__switcher i:after,
  button:hover .local-kv__switcher i:after,
  .ncommon-u-linkbox:hover .local-kv__switcher i:after {
    -webkit-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -moz-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
         -o-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-kv__switcher > i {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .local-kv__switcher > i:after {
    content: '';
    display: block;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    left: -4px;
    top: -4px;
    border: 4px solid rgba(255,255,255,0);
  }
  .local-kv__switcher > i {
    position: absolute;
    top: -webkit-calc(50% - 28px);
    top: -moz-calc(50% - 28px);
    top: calc(50% - 28px);
    background-color: rgba(0,0,0,0.4);
  }
  .local-kv__switcher > i:after {
    border-color: #fff;
    border-width: 3px;
    left: -3px;
    top: -3px;
  }
}
@media screen and (max-width: 759px) {
  .local-kv__switcher {
    display: none;
  }
}
.local-kv__switcher:hover > i {
  opacity: 0.7;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}
[data-device="touch"] .local-kv__switcher {
  opacity: 1;
}
.local-kv__switcher--prev {
  left: 0;
}
.local-kv__switcher--prev > i {
  margin-left: 28px;
}
.local-kv__switcher--prev:hover > i > i > i:nth-child(1) {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.local-kv__switcher--next {
  right: 0;
}
.local-kv__switcher--next > i {
  margin-left: 28px;
}
.local-kv__switcher--next:hover > i > i > i:nth-child(1) {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.local-kv__switcher--prev > i > i {
  background-image: url("../../common/v2/img/ncommon/_common/icon/left-stroke-thin-white.svg") !important;
}
.local-kv__switcher--next > i > i {
  background-image: url("../../common/v2/img/ncommon/_common/icon/right-stroke-thin-white.svg") !important;
}
[data-browser="game"] .local-kv__switcher--prev,
[data-browser="game"] .local-kv__switcher--next {
  display: none;
}
.local-kv__switcherContent {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
}
[data-device="desktop"] .local-kv__navItems {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
[data-device="desktop"] .local-kv__navItems:hover .local-kv__navInner {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms;
     -moz-transition: -moz-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms;
       -o-transition: -o-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms;
          transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms;
}
[data-device="desktop"] .local-kv__navItems:hover .local-kv__navTimer:after {
  opacity: 0;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
[data-device="desktop"] .local-kv__navInner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 88px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 84px, 0);
     -moz-transform: translate3d(0, 84px, 0);
          transform: translate3d(0, 84px, 0);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
     -moz-transition: -moz-transform 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
       -o-transition: -o-transform 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
          transition: transform 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
}
.local-kv__navItems {
  zoom: 1;
  height: 88px;
}
.local-kv__navItems:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 979px) {
  .local-kv__navItems {
    margin-top: -2px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 759px) {
  .local-kv__navItems {
    height: auto;
  }
}
[data-browser="game"] .local-kv__navItems {
  display: none !important;
}
.local-kv__navInner {
  zoom: 1;
}
.local-kv__navInner:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-kv__navInner {
    width: 1280px;
  }
}
@media screen and (max-width: 759px) {
  .local-kv__navInner {
    width: 1120px;
  }
}
.local-kv__navItem {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0px;
  width: -webkit-calc((100% - 0px * (5 - 1)) / 5);
  width: -moz-calc((100% - 0px * (5 - 1)) / 5);
  width: calc((100% - 0px * (5 - 1)) / 5);
  background-color: #ededed;
  border-right: 2px solid #fff;
  cursor: pointer;
}
.local-kv__navItem:not(:nth-child(-n+5)) {
  padding-top: 0px;
}
.local-kv__navItem:last-child {
  border: none;
}
.local-kv__navItem:last-child:after {
  content: none;
}
.local-kv__navItem:hover .local-kv__navBox__text {
  color: #e60012;
}
.local-kv__navItem:after {
  content: '';
  width: 1px;
  position: absolute;
  top: 20px;
  bottom: 15px;
  right: -1px;
  background-image: -webkit-linear-gradient(top, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-image: -moz-linear-gradient(top, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-image: -o-linear-gradient(top, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to bottom, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-repeat: repeat-y;
  background-position: right top;
  -moz-background-size: 1px 4px;
    -o-background-size: 1px 4px;
       background-size: 1px 4px;
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-kv__navItem {
    width: 256px;
  }
}
@media screen and (max-width: 759px) {
  .local-kv__navItem {
    width: 224px;
  }
  .local-kv__navItem:after {
    top: 17px;
    bottom: 13px;
  }
}
.local-kv__navTimer {
  height: 4px;
}
.local-kv__navTimer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #ccc;
  -webkit-transition: opacity 500ms linear;
     -moz-transition: opacity 500ms linear;
       -o-transition: opacity 500ms linear;
          transition: opacity 500ms linear;
  -webkit-transition-delay: 800ms;
     -moz-transition-delay: 800ms;
       -o-transition-delay: 800ms;
          transition-delay: 800ms;
}
.local-kv__navBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 4px;
  padding: 14px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 759px) {
  .local-kv__navBox {
    max-height: 63px;
  }
}
.local-kv__navBox__pic {
  width: 56px;
  height: 56px;
  margin-right: 12px;
}
@media screen and (max-width: 759px) {
  .local-kv__navBox__pic {
    width: 35px;
    height: 35px;
    margin-right: 14px;
  }
}
.local-kv__navBox__text {
  font-weight: bold;
}
@media screen and (min-width: 760px), print {
  .local-kv__navBox__text {
    margin-top: -3px;
    margin-bottom: -3px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 759px) {
  .local-kv__navBox__text {
    margin-top: -2px;
    margin-bottom: -2px;
    font-size: 10px;
    line-height: 14px;
  }
}
.local-section {
  border-top: 1px solid #ededed;
}
.local-section--topics {
  padding-bottom: 98px;
}
@media screen and (max-width: 759px) {
  .local-section--topics {
    padding-bottom: 49px;
  }
}
.local-section--new {
  padding-bottom: 98px;
}
@media screen and (max-width: 759px) {
  .local-section--new {
    padding-bottom: 49px;
  }
}
.local-section--announcement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 760px), print {
  .local-section__headline {
    padding-top: 56px;
  }
}
.local-section__acticles {
  padding-bottom: 56px;
}
@media screen and (max-width: 759px) {
  .local-section__acticles {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 980px), print {
  .local-section__acticles {
    min-height: 735px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-section__acticles {
    min-height: 983px;
  }
}
@media screen and (max-width: 759px) {
  .local-section__acticles {
    min-height: 1058px;
  }
}
.local-section__acticles.js-loaded {
  min-height: 0 !important;
}
.local-section__btTopics {
  width: 188px;
  margin: auto;
}
.local-section__btTopics a {
  display: block;
  outline: none;
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border-style: solid;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 42px;
  border-width: 2px;
  font-size: 14px;
  line-height: 38px;
  border-color: #e60012;
  background-color: #e60012;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
     -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -o-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-section__btTopics a > i {
  margin-right: 0.5em;
  vertical-align: top;
}
.local-section__btTopics a i,
.local-section__btTopics a i:before,
.local-section__btTopics a i:after {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: inherit;
  -webkit-transition: $transition_df;
     -moz-transition: $transition_df;
       -o-transition: $transition_df;
          transition: $transition_df;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: 14px auto;
    -o-background-size: 14px auto;
       background-size: 14px auto;
}
.local-section__btTopics a:hover i,
a:hover .local-section__btTopics a i,
button:hover .local-section__btTopics a i,
.ncommon-u-linkbox:hover .local-section__btTopics a i,
.local-section__btTopics a:hover i:before,
a:hover .local-section__btTopics a i:before,
button:hover .local-section__btTopics a i:before,
.ncommon-u-linkbox:hover .local-section__btTopics a i:before,
.local-section__btTopics a:hover i:after,
a:hover .local-section__btTopics a i:after,
button:hover .local-section__btTopics a i:after,
.ncommon-u-linkbox:hover .local-section__btTopics a i:after {
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
     -moz-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-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__btTopics a > i {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.local-section__btTopics a > i:after {
  content: '';
  display: block;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  left: -2px;
  top: -2px;
  border: 2px solid rgba(255,255,255,0);
}
.local-section__btTopics a > i {
  top: 12px !important;
}
.local-section__btTopics a > i > i,
.local-section__btTopics a > i > i > i:first-child {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.local-section__btTopics a > i > i > i:first-child {
  opacity: 0;
}
.local-section__btTopics a > i > i {
  background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-red.svg);
}
.local-section__btTopics a > i > i > i:first-child {
  background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-red.svg);
}
.local-section__btTopics a:hover > i > i > i:first-child,
a:hover .local-section__btTopics a > i > i > i:first-child,
button:hover .local-section__btTopics a > i > i > i:first-child,
.ncommon-u-linkbox:hover .local-section__btTopics a > i > i > i:first-child {
  opacity: 1;
}
.local-section__btTopics a {
  color: #fff;
}
.local-section__btTopics a:hover,
a:hover .local-section__btTopics a,
button:hover .local-section__btTopics a,
.ncommon-u-linkbox:hover .local-section__btTopics a {
  -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);
     -moz-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);
       -o-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);
  background-color: transparent;
  color: #e60012;
}
@media screen and (max-width: 759px) {
  .local-section__btTopics {
    width: 167px;
  }
  .local-section__btTopics a {
    display: block;
    outline: none;
    cursor: pointer;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    border-style: solid;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 40px;
    border-width: 2px;
    font-size: 12px;
    line-height: 36px;
    border-color: #e60012;
    background-color: #e60012;
    -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
         -o-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-section__btTopics a > i {
    margin-right: 0.5em;
    vertical-align: top;
  }
  .local-section__btTopics a i,
  .local-section__btTopics a i:before,
  .local-section__btTopics a i:after {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: inherit;
    -webkit-transition: $transition_df;
       -moz-transition: $transition_df;
         -o-transition: $transition_df;
            transition: $transition_df;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 12px auto;
      -o-background-size: 12px auto;
         background-size: 12px auto;
  }
  .local-section__btTopics a:hover i,
  a:hover .local-section__btTopics a i,
  button:hover .local-section__btTopics a i,
  .ncommon-u-linkbox:hover .local-section__btTopics a i,
  .local-section__btTopics a:hover i:before,
  a:hover .local-section__btTopics a i:before,
  button:hover .local-section__btTopics a i:before,
  .ncommon-u-linkbox:hover .local-section__btTopics a i:before,
  .local-section__btTopics a:hover i:after,
  a:hover .local-section__btTopics a i:after,
  button:hover .local-section__btTopics a i:after,
  .ncommon-u-linkbox:hover .local-section__btTopics a i:after {
    -webkit-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -moz-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
         -o-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__btTopics a > i {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .local-section__btTopics a > i:after {
    content: '';
    display: block;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    left: -2px;
    top: -2px;
    border: 2px solid rgba(255,255,255,0);
  }
  .local-section__btTopics a > i {
    top: 12px !important;
  }
  .local-section__btTopics a > i > i,
  .local-section__btTopics a > i > i > i:first-child {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
  }
  .local-section__btTopics a > i > i > i:first-child {
    opacity: 0;
  }
  .local-section__btTopics a > i > i {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-red.svg);
  }
  .local-section__btTopics a > i > i > i:first-child {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-red.svg);
  }
  .local-section__btTopics a:hover > i > i > i:first-child,
  a:hover .local-section__btTopics a > i > i > i:first-child,
  button:hover .local-section__btTopics a > i > i > i:first-child,
  .ncommon-u-linkbox:hover .local-section__btTopics a > i > i > i:first-child {
    opacity: 1;
  }
  .local-section__btTopics a {
    color: #fff;
  }
  .local-section__btTopics a:hover,
  a:hover .local-section__btTopics a,
  button:hover .local-section__btTopics a,
  .ncommon-u-linkbox:hover .local-section__btTopics a {
    -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);
       -moz-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);
         -o-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);
    background-color: transparent;
    color: #e60012;
  }
}
@media screen and (min-width: 760px), print {
  .local-softUnit {
    padding-bottom: 24px;
    border-bottom: 1px solid #ededed;
  }
}
@media screen and (max-width: 759px) {
  .local-softUnit {
    padding-bottom: 22px;
    border-bottom: 1px solid #ededed;
  }
}
.local-softUnit.is-new:after {
  content: '';
  display: block;
  height: 56px;
  width: 56px;
  background-position: top left;
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
       background-size: 100% auto;
  background-image: url("../img/new.svg");
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 759px) {
  .local-softUnit.is-new:after {
    -webkit-transform: scale(0.666666666666667);
       -moz-transform: scale(0.666666666666667);
        -ms-transform: scale(0.666666666666667);
         -o-transform: scale(0.666666666666667);
            transform: scale(0.666666666666667);
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
         -o-transform-origin: left top;
            transform-origin: left top;
  }
}
/*--- ADD E3 2017 ---*/
.local-softUnit.is-new-e3:after,
.local-softUnit.is-normal-e3:after {
  content: '';
  display: block;
  height: 56px;
  width: 56px;
  background-position: top left;
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-image: url("../img/new.svg");
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 759px) {
  .local-softUnit.is-new-e3:after,
  .local-softUnit.is-normal-e3:after {
    -webkit-transform: scale(0.666666666666667);
    -moz-transform: scale(0.666666666666667);
    -ms-transform: scale(0.666666666666667);
    -o-transform: scale(0.666666666666667);
    transform: scale(0.666666666666667);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }
}
.local-softUnit.is-new-e3:after {
  background-image: url("../img/new_e3.svg");
}
.local-softUnit.is-normal-e3:after {
  background-image: url("../img/normal_e3.svg");
}
.local-scroller {
  padding-bottom: 111px;
}
@media screen and (max-width: 759px) {
  .local-scroller {
    padding-bottom: 77px;
  }
}
.local-scroller__clip {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 759px) {
  .local-scroller__clip {
    margin-left: 14px;
    margin-right: 14px;
  }
}
.local-scroller__item {
  width: 275px;
  margin-right: 20px;
  padding-top: 48px;
}
@media screen and (max-width: 759px) {
  .local-scroller__item {
    width: 292px;
    margin-right: 14px;
  }
}
.local-scroller__wrap {
  padding-bottom: 42px;
}
@media screen and (max-width: 759px) {
  .local-scroller__wrap {
    padding-bottom: 35px;
  }
}
.local-scroller__container {
  margin-right: -80px;
}
@media screen and (min-width: 980px), print {
  .local-scroller__container {
    min-height: 374px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-scroller__container {
    min-height: 374px;
  }
}
@media screen and (max-width: 759px) {
  .local-scroller__container {
    min-height: 374px;
  }
}
.local-scroller__container.js-loaded {
  min-height: 0 !important;
}
.local-scroller__itemHead {
  padding-left: 14px;
  font-size: 34px;
  color: #737373;
  line-height: 0.9;
  border-left: 2px solid #ccc;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.local-scroller__year {
  font-size: 12px;
  font-weight: bold;
}
.local-scroller__day {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
  text-align: center;
  background-color: #737373;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  bottom: 5px;
  right: -7px;
}
.local-scroller__day--sat {
  background-color: #30a6d9;
}
.local-scroller__day--sun {
  background-color: #e60012;
}
.local-scroller__bar {
  display: inline-block;
  margin: 10px 14px 0;
}
@media screen and (max-width: 759px) {
  .local-scroller__bar {
    width: 200px;
  }
}
.local-scroller__bar:after {
  left: -10px;
  right: -10px;
  bottom: -40px;
}
[data-section="1"] .local-scroller__barSlide,
[data-section="3"] .local-scroller__barSlide {
  background-color: #f57900;
}
.local-scroller__barKnob {
  margin: 17px auto 0;
  margin-left: -webkit-calc((100% - 72px) / 2);
  margin-left: -moz-calc((100% - 72px) / 2);
  margin-left: calc((100% - 72px) / 2);
  margin-right: -webkit-calc((100% - 72px) / 2);
  margin-right: -moz-calc((100% - 72px) / 2);
  margin-right: calc((100% - 72px) / 2);
  padding: 0;
  cursor: pointer !important;
}
@media screen and (max-width: 759px) {
  .local-scroller__barKnob {
    margin-left: -webkit-calc((100% - 67px) / 2);
    margin-left: -moz-calc((100% - 67px) / 2);
    margin-left: calc((100% - 67px) / 2);
    margin-right: -webkit-calc((100% - 67px) / 2);
    margin-right: -moz-calc((100% - 67px) / 2);
    margin-right: calc((100% - 67px) / 2);
  }
}
[data-section="1"] .local-scroller__barKnob.js-active,
[data-section="3"] .local-scroller__barKnob.js-active {
  background-color: #f57900;
}
.local-scroller__barKnob.js-active span:first-child {
  top: -4px;
  bottom: auto;
}
[data-section="1"] .local-scroller__barKnob.js-active span:first-child,
[data-section="3"] .local-scroller__barKnob.js-active span:first-child {
  background-color: #f57900;
}
[data-section="1"] .local-scroller__barKnob.js-active span:first-child:after,
[data-section="3"] .local-scroller__barKnob.js-active span:first-child:after {
  background-color: rgba(0,0,0,0.15);
}
.local-scroller__barKnob.js-active span:last-child {
  top: -8px;
  bottom: auto;
  border-bottom: 4px solid;
  border-top: none;
  border-color: #e60012;
}
.local-scroller__barKnob.js-active span:last-child:after {
  top: 0;
  bottom: auto;
  border-bottom: 4px solid rgba(0,0,0,0.25);
  border-top: none;
}
[data-section="1"] .local-scroller__barKnob.js-active span:last-child,
[data-section="3"] .local-scroller__barKnob.js-active span:last-child {
  border-color: #f57900;
}
[data-section="1"] .local-scroller__barKnob.js-active span:last-child:after,
[data-section="3"] .local-scroller__barKnob.js-active span:last-child:after {
  border-bottom: 4px solid rgba(0,0,0,0.15);
}
.local-scroller__barDisplay {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
}
.local-scroller__more {
  display: block;
  position: relative;
  position: relative;
}
.local-scroller__more:before {
  content: '';
  display: block;
  padding-bottom: 72.55813953488372%;
}
.local-scroller__more__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.local-scroller__more__content > i {
  display: block;
  margin: auto;
}
.local-scroller__more__content > i > i {
  background-image: url("../../common/v2/img/ncommon/_common/icon/right-stroke-middle-white.svg");
}
.local-scroller__more__text {
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding-top: 8px;
  line-height: 20px;
}
.local-scroller__more__text span {
  display: block;
  color: #737373;
  font-size: 12px;
}
@media screen and (max-width: 759px) {
  .local-scroller__more__text span {
    font-size: 10px;
  }
}
.local-schedule__item--more {
  padding-top: 48px;
  width: 215px;
  bottom: 0;
  visibility: hidden;
}
@media screen and (max-width: 759px) {
  .local-schedule__item--more {
    width: 210px;
  }
}
.local-schedule__item--more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-image: -webkit-linear-gradient(top, #999, #999 1px, transparent 1px, transparent 3px);
  background-image: -moz-linear-gradient(top, #999, #999 1px, transparent 1px, transparent 3px);
  background-image: -o-linear-gradient(top, #999, #999 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to bottom, #999, #999 1px, transparent 1px, transparent 3px);
  background-repeat: repeat-y;
  background-position: right top;
  -moz-background-size: 1px 4px;
    -o-background-size: 1px 4px;
       background-size: 1px 4px;
}
.local-scroller__container.js-loaded .local-schedule__item--more {
  visibility: visible;
}
.local-playNav {
  zoom: 1;
}
.local-playNav:after {
  content: "";
  display: block;
  clear: both;
}
.local-playNav__item {
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .local-playNav__item {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 2px;
    width: -webkit-calc((100% - 2px * (3 - 1)) / 3 - 0.1px);
    width: -moz-calc((100% - 2px * (3 - 1)) / 3 - 0.1px);
    width: calc((100% - 2px * (3 - 1)) / 3 - 0.1px);
    border-top: 4px solid #e6e6e6;
  }
  .local-playNav__item:not(:nth-child(-n+3)) {
    padding-top: 0px;
  }
  .local-playNav__item:nth-child(3n) {
    margin-right: 0;
  }
  .local-playNav__item:nth-child(3n + 1) {
    clear: left;
  }
  .local-playNav__item:not(:first-child) {
    position: relative;
  }
  .local-playNav__item:not(:first-child):before {
    content: '';
    position: absolute;
    top: 40px;
    left: -1px;
    bottom: 47px;
    width: 1px;
    background-image: -webkit-linear-gradient(top, #999, #999 1px, transparent 1px, transparent 3px);
    background-image: -moz-linear-gradient(top, #999, #999 1px, transparent 1px, transparent 3px);
    background-image: -o-linear-gradient(top, #999, #999 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to bottom, #999, #999 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-y;
    background-position: right top;
    -moz-background-size: 1px 4px;
      -o-background-size: 1px 4px;
         background-size: 1px 4px;
  }
}
@media screen and (max-width: 759px) {
  .local-playNav__item {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 2px;
    width: -webkit-calc((100% - 2px * (3 - 1)) / 3 - 0.1px);
    width: -moz-calc((100% - 2px * (3 - 1)) / 3 - 0.1px);
    width: calc((100% - 2px * (3 - 1)) / 3 - 0.1px);
    border-top: 4px solid #e6e6e6;
  }
  .local-playNav__item:not(:nth-child(-n+3)) {
    padding-top: 0px;
  }
  .local-playNav__item:nth-child(3n) {
    margin-right: 0;
  }
  .local-playNav__item:nth-child(3n + 1) {
    clear: left;
  }
}
.local-playNav__item a {
  display: block;
}
@media screen and (min-width: 980px), print {
  .local-playNav__item a {
    font-size: 0;
    letter-spacing: -0.5em;
    padding: 34px 0 43px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-playNav__item a {
    padding: 28px 0;
  }
}
@media screen and (max-width: 759px) {
  .local-playNav__item a {
    padding: 35px 0;
  }
}
.local-playNav__itemPic {
  position: relative;
}
.local-playNav__itemPic:before,
.local-playNav__itemPic:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
}
@media screen and (min-width: 980px), print {
  .local-playNav__itemPic:before,
  .local-playNav__itemPic:after {
    background-position: right center;
  }
}
@media screen and (max-width: 979px) {
  .local-playNav__itemPic:before,
  .local-playNav__itemPic:after {
    background-position: center center;
  }
}
@media screen and (min-width: 980px), print {
  .local-playNav__itemPic {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    vertical-align: top;
    margin-right: 14px;
  }
  .local-playNav__item--switch .local-playNav__itemPic {
    width: 46px;
    height: 52px;
  }
  .local-playNav__item--3ds .local-playNav__itemPic {
    width: 54px;
    height: 52px;
  }
  .local-playNav__item--smartphone .local-playNav__itemPic {
    width: 27px;
    height: 52px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-playNav__itemPic {
    width: 65px;
    height: 52px;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 759px) {
  .local-playNav__itemPic {
    width: 40px;
    height: 39px;
    margin: 0 auto 14px;
  }
}
.local-playNav__itemText {
  font-weight: bold;
}
@media screen and (min-width: 980px), print {
  .local-playNav__itemText {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    vertical-align: top;
    line-height: 24px;
    text-align: left;
  }
  .local-playNav__item--switch .local-playNav__itemText {
    padding-top: 2px;
  }
  .local-playNav__item--3ds .local-playNav__itemText {
    padding-top: 2px;
  }
  .local-playNav__item--smartphone .local-playNav__itemText {
    padding-top: 2px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-playNav__itemText {
    margin-top: -4px;
    margin-bottom: -4px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 759px) {
  .local-playNav__itemText {
    margin-top: -3px;
    margin-bottom: -3px;
    font-size: 10px;
    line-height: 16px;
  }
}
.local-playNav__itemPic:before {
  visibility: hidden;
  -webkit-transition: visibility 0s linear 150ms;
     -moz-transition: visibility 0s linear 150ms;
       -o-transition: visibility 0s linear 150ms;
          transition: visibility 0s linear 150ms;
}
.local-playNav__itemPic:after {
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
     -moz-transition: opacity 150ms linear;
       -o-transition: opacity 150ms linear;
          transition: opacity 150ms linear;
}
.local-playNav__itemText {
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
     -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -o-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-playNav__item a:hover .local-playNav__itemPic:before {
  visibility: visible;
  -webkit-transition: visibility 0s;
     -moz-transition: visibility 0s;
       -o-transition: visibility 0s;
          transition: visibility 0s;
}
.local-playNav__item a:hover .local-playNav__itemPic:after {
  opacity: 0;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-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-playNav__item a:hover .local-playNav__itemText {
  -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);
     -moz-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);
       -o-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-playNav__item--switch .local-playNav__itemPic:before {
  background-image: url("../../common/v2/img/ncommon/_common/img-hardware-switch-theme.svg");
}
.local-playNav__item--switch .local-playNav__itemPic:after {
  background-image: url("../../common/v2/img/ncommon/_common/img-hardware-switch-gray.svg");
}
.local-playNav__item--switch a:hover .local-playNav__itemText {
  color: #e60012;
}
.local-playNav__item--3ds .local-playNav__itemPic:before {
  background-image: url("../../common/v2/img/ncommon/_common/img-hardware-3ds-theme.svg");
}
.local-playNav__item--3ds .local-playNav__itemPic:after {
  background-image: url("../../common/v2/img/ncommon/_common/img-hardware-3ds-gray.svg");
}
.local-playNav__item--3ds a:hover .local-playNav__itemText {
  color: #ce181e;
}
.local-playNav__item--smartphone .local-playNav__itemPic:before {
  background-image: url("../../common/v2/img/ncommon/_common/img-hardware-smartphone-theme.svg");
}
.local-playNav__item--smartphone .local-playNav__itemPic:after {
  background-image: url("../../common/v2/img/ncommon/_common/img-hardware-smartphone-gray.svg");
}
.local-playNav__item--smartphone a:hover .local-playNav__itemText {
  color: #e60012;
}
.local-new {
  margin-bottom: 42px;
  background-image: -webkit-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-image: -moz-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-image: -o-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-repeat: repeat-x;
  background-position: left bottom;
  -moz-background-size: 4px 1px;
    -o-background-size: 4px 1px;
       background-size: 4px 1px;
}
@media screen and (max-width: 759px) {
  .local-new {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 980px), print {
  .local-new {
    min-height: 168px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-new {
    min-height: 168px;
  }
}
@media screen and (max-width: 759px) {
  .local-new {
    min-height: 270px;
  }
}
.local-new.js-loaded {
  min-height: 0 !important;
}
.local-new__row {
  background-image: -webkit-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-image: -moz-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-image: -o-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-repeat: repeat-x;
  background-position: left top;
  -moz-background-size: 4px 1px;
    -o-background-size: 4px 1px;
       background-size: 4px 1px;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
     -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -o-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-new__row: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);
     -moz-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);
       -o-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: #e60012;
}
@media screen and (min-width: 760px), print {
  .local-new__row {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 19px 0 17px;
  }
}
@media screen and (max-width: 759px) {
  .local-new__row {
    padding: 22px 0;
  }
}
.local-new__label {
  vertical-align: top;
}
@media screen and (min-width: 760px), print {
  .local-new__label {
    display: table-cell;
    width: 96px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    padding-right: 28px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 759px) {
  .local-new__label {
    display: inline-block;
    min-width: 105px;
    margin-right: 12px;
  }
}
[data-theme='amiibo'] .local-new__label:before {
  background-color: #000;
}
[data-theme='other'] .local-new__label:before {
  background-color: #737373;
}
.local-new__date {
  line-height: 20px;
  vertical-align: top;
}
@media screen and (min-width: 760px), print {
  .local-new__date {
    display: table-cell;
    width: 70px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    padding-right: 28px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 759px) {
  .local-new__date {
    display: inline-block;
    color: #737373;
    font-size: 12px;
  }
}
@media screen and (min-width: 760px), print {
  .local-new__text {
    display: table-cell;
    padding-top: 3px;
    vertical-align: top;
  }
}
@media screen and (max-width: 759px) {
  .local-new__text {
    padding-top: 14px;
  }
}
.local-new__text a {
  display: block;
}
@media screen and (min-width: 760px), print {
  .local-new__text a {
    margin-top: -5px;
    margin-bottom: -5px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 759px) {
  .local-new__text a {
    margin-top: -4px;
    margin-bottom: -4px;
    font-size: 12px;
    line-height: 20px;
  }
}
.local-new__text a.is-external:after {
  content: '';
  background-image: url("../../common/v2/img/ncommon/_common/icon-blank.svg");
  background-repeat: no-repeat;
  background-position: left;
  display: inline-block;
  width: 9px;
  height: 8px;
  margin-left: 7px;
  vertical-align: middle;
}
.local-new__bt {
  width: 130px;
  margin: auto;
}
.local-new__bt a {
  display: block;
  outline: none;
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border-style: solid;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 42px;
  border-width: 2px;
  font-size: 14px;
  line-height: 38px;
  border-color: #e6e6e6;
  background-color: transparent;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
     -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -o-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-new__bt a > i {
  margin-right: 0.5em;
  vertical-align: top;
}
.local-new__bt a i,
.local-new__bt a i:before,
.local-new__bt a i:after {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: inherit;
  -webkit-transition: $transition_df;
     -moz-transition: $transition_df;
       -o-transition: $transition_df;
          transition: $transition_df;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: 14px auto;
    -o-background-size: 14px auto;
       background-size: 14px auto;
}
.local-new__bt a:hover i,
a:hover .local-new__bt a i,
button:hover .local-new__bt a i,
.ncommon-u-linkbox:hover .local-new__bt a i,
.local-new__bt a:hover i:before,
a:hover .local-new__bt a i:before,
button:hover .local-new__bt a i:before,
.ncommon-u-linkbox:hover .local-new__bt a i:before,
.local-new__bt a:hover i:after,
a:hover .local-new__bt a i:after,
button:hover .local-new__bt a i:after,
.ncommon-u-linkbox:hover .local-new__bt a i:after {
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
     -moz-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-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-new__bt a > i {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.local-new__bt a > i:after {
  content: '';
  display: block;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  left: -2px;
  top: -2px;
  border: 2px solid rgba(255,255,255,0);
}
.local-new__bt a > i {
  top: 12px !important;
}
.local-new__bt a > i > i,
.local-new__bt a > i > i > i:first-child {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.local-new__bt a > i > i > i:first-child {
  opacity: 0;
}
.local-new__bt a > i > i {
  background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-red.svg);
}
.local-new__bt a > i > i > i:first-child {
  background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-red.svg);
}
.local-new__bt a {
  color: #3c3c3c;
}
.local-new__bt a:hover,
a:hover .local-new__bt a,
button:hover .local-new__bt a,
.ncommon-u-linkbox:hover .local-new__bt a {
  -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);
     -moz-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);
       -o-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: #e60012;
  border-color: #e60012;
}
@media screen and (max-width: 759px) {
  .local-new__bt {
    width: 118px;
  }
  .local-new__bt a {
    display: block;
    outline: none;
    cursor: pointer;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    border-style: solid;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 40px;
    border-width: 2px;
    font-size: 12px;
    line-height: 36px;
    border-color: #e6e6e6;
    background-color: transparent;
    -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
         -o-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-new__bt a > i {
    margin-right: 0.5em;
    vertical-align: top;
  }
  .local-new__bt a i,
  .local-new__bt a i:before,
  .local-new__bt a i:after {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: inherit;
    -webkit-transition: $transition_df;
       -moz-transition: $transition_df;
         -o-transition: $transition_df;
            transition: $transition_df;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 12px auto;
      -o-background-size: 12px auto;
         background-size: 12px auto;
  }
  .local-new__bt a:hover i,
  a:hover .local-new__bt a i,
  button:hover .local-new__bt a i,
  .ncommon-u-linkbox:hover .local-new__bt a i,
  .local-new__bt a:hover i:before,
  a:hover .local-new__bt a i:before,
  button:hover .local-new__bt a i:before,
  .ncommon-u-linkbox:hover .local-new__bt a i:before,
  .local-new__bt a:hover i:after,
  a:hover .local-new__bt a i:after,
  button:hover .local-new__bt a i:after,
  .ncommon-u-linkbox:hover .local-new__bt a i:after {
    -webkit-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -moz-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
         -o-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-new__bt a > i {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .local-new__bt a > i:after {
    content: '';
    display: block;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    left: -2px;
    top: -2px;
    border: 2px solid rgba(255,255,255,0);
  }
  .local-new__bt a > i {
    top: 12px !important;
  }
  .local-new__bt a > i > i,
  .local-new__bt a > i > i > i:first-child {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
  }
  .local-new__bt a > i > i > i:first-child {
    opacity: 0;
  }
  .local-new__bt a > i > i {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-red.svg);
  }
  .local-new__bt a > i > i > i:first-child {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-red.svg);
  }
  .local-new__bt a {
    color: #3c3c3c;
  }
  .local-new__bt a:hover,
  a:hover .local-new__bt a,
  button:hover .local-new__bt a,
  .ncommon-u-linkbox:hover .local-new__bt a {
    -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);
       -moz-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);
         -o-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: #e60012;
    border-color: #e60012;
  }
}
.local-announcement {
  border-top: 1px solid #ededed;
}
@media screen and (min-width: 760px), print {
  .local-announcement {
    font-size: 0;
    letter-spacing: -0.5em;
    padding: 22px 0;
    text-align: center;
  }
}
@media screen and (max-width: 759px) {
  .local-announcement {
    padding: 21px 0;
  }
}
.local-announcement__inner {
  zoom: 1;
  position: relative;
}
.local-announcement__inner:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 760px), print {
  .local-announcement__inner {
    display: inline-block;
  }
}
@media screen and (max-width: 759px) {
  .local-announcement__inner {
    display: block;
  }
}
.local-announcement__headline {
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .local-announcement__headline {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.local-announcement__headline span {
  position: relative;
  color: #737373;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .local-announcement__headline span {
    width: 144px;
    display: block;
    padding-right: 44px;
    font-size: 16px;
  }
}
@media screen and (max-width: 759px) {
  .local-announcement__headline span {
    display: inline-block;
    line-height: 20px;
    padding-right: 0;
    margin-bottom: 25px;
    font-size: 14px;
  }
  .local-announcement__headline span:before {
    background-color: #e6e6e6;
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    display: block;
    top: -21px;
    left: 0;
  }
}
@media screen and (min-width: 760px), print {
  .local-announcement__textBody {
    float: right;
    margin-top: -5px;
    margin-bottom: -5px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-left: 188px;
    padding: 10px 0 10px 44px;
    border-left: solid 2px #e6e6e6;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-announcement__textBody {
    width: -webkit-calc(100% - 190px);
    width: -moz-calc(100% - 190px);
    width: calc(100% - 190px);
  }
}
@media screen and (max-width: 759px) {
  .local-announcement__textBody {
    margin-top: -4px;
    margin-bottom: -4px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 6px;
  }
}
.local-announcement__text {
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
     -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -o-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
          transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  letter-spacing: 0;
}
.local-announcement__text + .local-announcement__text {
  margin-top: 10px;
}
.local-announcement__text:hover {
  color: #e60012;
}
.local-announcement__text a {
  position: relative;
  display: inline-block;
}
.local-announcement__text a:before {
  background-image: url("../../common/v2/img/ncommon/_common/icon/right-fill-other.svg");
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
}
@media screen and (min-width: 760px), print {
  .local-announcement__text a {
    padding-left: 24px;
  }
}
@media screen and (max-width: 759px) {
  .local-announcement__text a {
    padding-left: 20px;
  }
}
html[data-browser='ie'] .local-scroller__barDisplay {
  letter-spacing: 1px;
}
