.local-announcement {
  border-top: 1px solid #ededed;
}
@media screen and (min-width: 760px), print {
  .local-announcement {
    font-size: 0;
    letter-spacing: -0.5em;
    margin-top: -18px;
    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;
  }
}
@media screen and (min-width: 760px), print {
  .local-announcement__headline {
    text-align: center;
    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;
}
@media screen and (min-width: 760px), print {
  .local-announcement__headline span {
    text-align: center;
    width: 144px;
    display: block;
    padding-right: 44px;
    font-size: 16px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 759px) {
  .local-announcement__headline span {
    display: inline-block;
    line-height: 20px;
    padding-right: 0;
    margin-bottom: 21px;
    font-size: 15px;
  }
}
@media screen and (min-width: 760px), print {
  .local-announcement__textBody {
    font-size: 14px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
    float: right;
    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 {
    font-size: 12px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
  }
}
.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-02.svg");
  -webkit-background-size: cover;
     -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: 7px;
  left: 0;
}
@media screen and (max-width: 759px) {
  .local-announcement__text a:before {
    top: 7px;
  }
}
@media screen and (min-width: 760px), print {
  .local-announcement__text a {
    padding-left: 24px;
  }
}
@media screen and (max-width: 759px) {
  .local-announcement__text a {
    font-size: 13px;
    padding-left: 20px;
  }
}
.local-kv {
  overflow: hidden;
}
.local-kv a {
  text-decoration: none;
}
.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: 36.11111111111111%;
}
@media screen and (min-width: 980px), print {
  .local-kv__container {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
@media screen and (max-width: 979px) {
  .local-kv__container {
    border-bottom: 1px solid #fff;
    -webkit-transform: translateY(0) !important;
       -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
         -o-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
@media screen and (max-width: 759px) {
  .local-kv__container {
    position: relative;
  }
  .local-kv__container:before {
    content: '';
    display: block;
    padding-bottom: 90.66666666666666%;
  }
}
.local-kv__container > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html[data-device="desktop"] .local-kv__container [data-njs="video"] {
  background: none !important;
}
@media screen and (min-width: 980px), 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;
  -webkit-background-size: cover;
     -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 {
  visibility: visible !important;
  padding: 0;
  border-width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 104px;
  background: none;
}
html[data-device="touch"] .local-kv__switcher {
  padding-bottom: 94px;
}
.local-kv__switcher:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 104px;
  background-color: #e60012;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 25px 25px;
     -moz-background-size: 25px;
       -o-background-size: 25px;
          background-size: 25px;
  cursor: pointer;
}
.local-kv__switcher:hover:before {
  opacity: 0.9;
}
.local-kv__switcher--prev,
.local-kv__switcher--next {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 74px;
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
     -moz-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
       -o-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
          transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
}
.local-kv:hover .local-kv__switcher--prev,
.local-kv:hover .local-kv__switcher--next {
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms;
     -moz-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms;
       -o-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms;
          transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms;
}
.local-kv__switcher--prev {
  left: -40px;
}
html[data-device="touch"] .local-kv__switcher--prev {
  left: 0;
}
.local-kv__switcher--prev:before {
  background-image: url("../../common/v2/img/ncommon/_common/icon/left-stroke-white.svg");
}
.local-kv__switcher--next {
  right: -40px;
}
html[data-device="touch"] .local-kv__switcher--next {
  right: 0;
}
.local-kv__switcher--next:before {
  background-image: url("../../common/v2/img/ncommon/_common/icon/right-stroke-white.svg");
}
.local-kv:hover .local-kv__switcher--prev {
  left: 0;
}
.local-kv:hover .local-kv__switcher--prev:before {
  background-image: url("../../common/v2/img/ncommon/_common/icon/left-stroke-white.svg");
}
.local-kv:hover .local-kv__switcher--next {
  right: 0;
}
.local-kv:hover .local-kv__switcher--next:before {
  background-image: url("../../common/v2/img/ncommon/_common/icon/right-stroke-white.svg");
}
.local-kv__switcherContent {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
}
.local-kv__navItems {
  font-size: 0;
  letter-spacing: -0.5em;
  white-space: nowrap;
}
@media screen and (min-width: 760px), print {
  .local-kv__navItems {
    height: 74px;
  }
}
@media screen and (max-width: 759px) {
  .local-kv__navItems {
    height: 63px;
  }
}
[data-browser="game"] .local-kv__navItems {
  display: none !important;
}
.local-kv__navItem {
  cursor: pointer;
  display: inline-block;
  width: 20%;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4px;
  border-left: 2px solid #fff;
  background-color: #ededed;
  letter-spacing: normal;
  vertical-align: top;
  -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;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.local-kv__navItem:after {
  content: '';
  width: 1px;
  position: absolute;
  top: 20px;
  bottom: 15px;
  left: -1px;
  background-image: -webkit-linear-gradient(top, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-image: -moz- oldlinear-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;
  -webkit-background-size: 1px 4px;
     -moz-background-size: 1px 4px;
       -o-background-size: 1px 4px;
          background-size: 1px 4px;
}
@media screen and (max-width: 759px) {
  .local-kv__navItem:after {
    display: none;
  }
}
.local-kv__navItem:first-child {
  border-left: none;
}
.local-kv__navItem:first-child:after {
  content: none;
}
html[data-device="desktop"] .local-kv__navItem.js-active {
  -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;
}
html[data-device="desktop"] .local-kv__navItem:hover .local-kv__navTimer:after {
  background-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);
     -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-kv__navTimer {
  height: 4px;
}
.local-kv__navTimer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  -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-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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 980px), print {
  .local-kv__navBox {
    padding: 0 14px;
  }
}
.local-kv__navBox__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  white-space: normal;
}
@media screen and (min-width: 1200px), print {
  .local-kv__navBox__text {
    font-size: 12px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
    line-height: 1.4;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .local-kv__navBox__text {
    font-size: 10px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
    line-height: 1.4;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-kv__navBox__text {
    font-size: 12px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .local-kv__navBox__text {
    font-size: 10px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
    line-height: 1.4;
  }
}
@media screen and (min-width: 760px), print {
  .local-kv__navBox__pic {
    width: 42px;
    height: 42px;
  }
  .local-kv__navBox__text {
    padding-left: 12px;
  }
}
@media screen and (max-width: 759px) {
  .local-kv__navBox__pic {
    width: 35px;
    height: 35px;
  }
  .local-kv__navBox__text {
    padding-left: 10px;
  }
}
@media screen and (max-width: 979px) {
  .local-kv__navItem {
    width: 46%;
    -webkit-transition: border-color 150ms linear, background-color 150ms linear, margin-left 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -moz-transition: border-color 150ms linear, background-color 150ms linear, margin-left 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
         -o-transition: border-color 150ms linear, background-color 150ms linear, margin-left 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: border-color 150ms linear, background-color 150ms linear, margin-left 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .local-kv__navItem:not(:first-child) {
    margin-left: -32.5%;
  }
  .local-kv__navItem.js-active {
    -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), margin-left 400ms 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), margin-left 400ms 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), margin-left 400ms 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), margin-left 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .local-kv__navBox {
    padding: 0;
  }
  .local-kv__navBox__text {
    display: none;
  }
  .local-kv__navItem.js-active + .local-kv__navItem {
    margin-left: 0;
  }
  .local-kv__navItem.js-active .local-kv__navBox {
    padding: 0 12px;
  }
  .local-kv__navItem.js-active .local-kv__navBox__pic {
    margin-left: 0;
  }
  .local-kv__navItem.js-active .local-kv__navBox__text {
    display: block;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-kv__navBox__pic {
    margin-right: 0;
    margin-left: -webkit-calc((29.3% - 42px) / 2);
    margin-left: -moz-calc((29.3% - 42px) / 2);
    margin-left: calc((29.3% - 42px) / 2);
  }
}
@media screen and (min-width: 375px) and (max-width: 759px) {
  .local-kv__navBox__pic {
    margin-right: 0;
    margin-left: -webkit-calc((29.3% - 35px) / 2);
    margin-left: -moz-calc((29.3% - 35px) / 2);
    margin-left: calc((29.3% - 35px) / 2);
  }
  .local-kv__navBox__text {
    overflow: hidden;
  }
  .local-kv__navBox__textInner {
    width: 111.11111111111111%;
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left center;
       -moz-transform-origin: left center;
        -ms-transform-origin: left center;
         -o-transform-origin: left center;
            transform-origin: left center;
  }
}
@media screen and (max-width: 374px) {
  .local-kv__navItem {
    width: 20% !important;
    margin-left: 0 !important;
  }
  .local-kv__navItem .local-kv__navBox {
    padding: 0 !important;
  }
  .local-kv__navItem .local-kv__navBox__pic {
    margin: 0 auto !important;
  }
  .local-kv__navItem .local-kv__navBox__text {
    display: none !important;
  }
}
.local-kv__container {
  opacity: 0;
}
.local-kv__inner.js-domready .local-kv__container,
.local-kv__inner.js-rtInited .local-kv__container {
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}
.local-kv [data-effect="crossfade"] [data-njs="switcher__content"] {
  -webkit-transition: opacity 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0s linear 200ms;
     -moz-transition: opacity 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0s linear 200ms;
       -o-transition: opacity 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0s linear 200ms;
          transition: opacity 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0s linear 200ms;
}
.local-kv [data-effect="crossfade"] [data-njs="switcher__content"].js-active {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
     -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.local-new {
  margin-bottom: 42px;
  border-bottom: solid 1px #e6e6e6;
}
@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 {
  -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:not(:first-child) {
  background-image: -webkit-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-image: -moz- oldlinear-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;
  -webkit-background-size: 4px 1px;
     -moz-background-size: 4px 1px;
       -o-background-size: 4px 1px;
          background-size: 4px 1px;
}
.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 8px 17px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 759px) {
  .local-new__row {
    position: relative;
    padding: 22px 0;
  }
}
.local-new__link {
  position: absolute;
}
@media screen and (min-width: 760px), print {
  .local-new__link {
    display: none;
  }
}
@media screen and (max-width: 759px) {
  .local-new__link {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.local-new__label {
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 760px), print {
  .local-new__label {
    display: table-cell;
    width: 93px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    padding-right: 23px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 759px) {
  .local-new__label {
    height: 16px;
    display: inline-block;
    width: 78px;
    margin-right: 11px;
  }
}
.local-new__label:before {
  display: block;
  width: 93px;
  height: 20px;
  margin-top: 0;
  padding-top: 0.5px;
  color: #fff !important;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e60012;
}
[data-theme='switch_3ds'] .local-new__label:before {
  content: 'Swtich | 3DS';
}
[data-theme='switch'] .local-new__label:before {
  content: 'Nintendo Switch';
}
[data-theme='3ds'] .local-new__label:before {
  content: 'ニンテンドー3DS';
}
[data-theme='wiiu'] .local-new__label:before {
  content: 'Wii U';
}
[data-theme='amiibo'] .local-new__label:before {
  content: 'amiibo';
}
[data-theme='smartphone'] .local-new__label:before {
  content: 'スマートフォン';
}
[data-theme='other'] .local-new__label:before {
  content: 'その他';
}
[data-theme='wiiu'] .local-new__label:before {
  background-color: #0096c8;
}
[data-theme='3ds'] .local-new__label:before {
  background-color: #ce181e;
}
[data-theme='amiibo'] .local-new__label:before {
  background-color: #000;
}
[data-theme='switch_3ds'] .local-new__label:before {
  background-color: #e60012;
}
@media screen and (min-width: 760px), print {
  .local-new__label:before {
    width: 106%;
  }
}
@media screen and (max-width: 759px) {
  .local-new__label:before {
    width: 125%;
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
        -ms-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
}
[data-theme='other'] .local-new__label:before {
  background-color: #737373;
}
@media screen and (min-width: 760px), print {
  [data-theme='other'] .local-new__label:before {
    line-height: 20px;
    height: 20px;
  }
}
.local-new__date {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  vertical-align: top;
}
@media screen and (min-width: 760px), print {
  .local-new__date {
    line-height: 20px;
    display: table-cell;
    width: 70px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    padding-right: 16px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 759px) {
  .local-new__date {
    line-height: 16px;
    display: inline-block;
    color: #737373;
    font-size: 12px;
  }
}
.local-new__text {
  line-height: 1;
  display: inline-block;
  position: relative;
  font-weight: bold;
  -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;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: -5px;
  margin-top: -5px;
  padding-left: 0;
  position: relative;
}
.local-new__text:hover,
a:hover .local-new__text,
button:hover .local-new__text,
.ncommon-u-linkbox:hover .local-new__text {
  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);
     -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);
}
[data-bodytheme='wiiu'] .local-new__text:hover,
[data-bodytheme='wiiu'] a:hover .local-new__text,
[data-bodytheme='wiiu'] button:hover .local-new__text,
[data-bodytheme='wiiu'] .ncommon-u-linkbox:hover .local-new__text {
  color: #0096c8;
}
[data-bodytheme='3ds'] .local-new__text:hover,
[data-bodytheme='3ds'] a:hover .local-new__text,
[data-bodytheme='3ds'] button:hover .local-new__text,
[data-bodytheme='3ds'] .ncommon-u-linkbox:hover .local-new__text {
  color: #ce181e;
}
.local-new__text i,
.local-new__text i:before,
.local-new__text 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: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
     -moz-transition: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-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;
  -webkit-background-size: 14px auto;
     -moz-background-size: 14px auto;
       -o-background-size: 14px auto;
          background-size: 14px auto;
}
.local-new__text:hover i,
a:hover .local-new__text i,
button:hover .local-new__text i,
.ncommon-u-linkbox:hover .local-new__text i,
.local-new__text:hover i:before,
a:hover .local-new__text i:before,
button:hover .local-new__text i:before,
.ncommon-u-linkbox:hover .local-new__text i:before,
.local-new__text:hover i:after,
a:hover .local-new__text i:after,
button:hover .local-new__text i:after,
.ncommon-u-linkbox:hover .local-new__text 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__text > i {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
}
.local-new__text > 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__text > i > i,
.local-new__text > 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__text > i > i > i:first-child {
  opacity: 0;
}
.local-new__text > i > i {
  background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-red.svg);
}
[data-bodytheme='wiiu'] .local-new__text > i > i {
  background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-wiiu.svg);
}
[data-bodytheme='3ds'] .local-new__text > i > i {
  background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-3ds.svg);
}
.local-new__text > i > i > i:first-child {
  background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-red.svg);
}
[data-bodytheme='wiiu'] .local-new__text > i > i > i:first-child {
  background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-wiiu.svg);
}
[data-bodytheme='3ds'] .local-new__text > i > i > i:first-child {
  background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-3ds.svg);
}
.local-new__text > i {
  position: absolute;
  top: 6px;
  left: 0;
}
.local-new__text > i {
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 760px), print {
  .local-new__text > i {
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 759px) {
  .local-new__text > i {
    top: 11px;
    left: 0;
  }
}
.local-new__text > i > i {
  -webkit-background-size: 10px 10px;
     -moz-background-size: 10px 10px;
       -o-background-size: 10px 10px;
          background-size: 10px 10px;
}
@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 {
    display: block;
    padding-top: 4px;
    width: 100%;
  }
}
.local-new__text a {
  display: block;
  padding-left: 20px;
  font-weight: normal;
}
@media screen and (min-width: 760px), print {
  .local-new__text a {
    font-size: 14px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
    padding-right: 30px;
  }
}
@media screen and (max-width: 759px) {
  .local-new__text a {
    font-size: 12px;
  }
}
.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: 188px;
  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;
  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: 37px;
  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;
}
@media screen and (min-width: 760px), print {
  .local-new__bt a {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
}
@media screen and (max-width: 759px) {
  .local-new__bt a {
    -webkit-border-radius: 1.5px;
       -moz-border-radius: 1.5px;
            border-radius: 1.5px;
  }
}
.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: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
     -moz-transition: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-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;
  -webkit-background-size: 14px auto;
     -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%;
  background-color: #fff;
}
.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: 167px;
  }
  .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;
    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: 35px;
    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: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -moz-transition: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
         -o-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;
    -webkit-background-size: 12px auto;
       -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%;
    background-color: #fff;
  }
  .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) and (min-width: 760px) {
  .local-new__bt a {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .local-new__bt a {
    -webkit-border-radius: 1.5px;
       -moz-border-radius: 1.5px;
            border-radius: 1.5px;
  }
}
@media screen and (min-width: 980px), print {
  .local-section--software-link .ncommon-sfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.local-playNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 980px), print {
  .local-playNav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 24px;
  }
}
.local-playNav__item {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 3px;
  width: -webkit-calc((100% - 3px * (3 - 1)) / 3 - 0.1px);
  width: -moz-calc((100% - 3px * (3 - 1)) / 3 - 0.1px);
  width: calc((100% - 3px * (3 - 1)) / 3 - 0.1px);
  border-top: 4px solid #e6e6e6;
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.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(:last-child) {
  position: relative;
}
.local-playNav__item:not(:last-child):before {
  content: '';
  position: absolute;
  top: 14px;
  right: -2px;
  bottom: 10px;
  width: 1px;
  background-image: -webkit-linear-gradient(top, #b4bebe, #b4bebe 1px, transparent 1px, transparent 3px);
  background-image: -moz- oldlinear-gradient(top, #b4bebe, #b4bebe 1px, transparent 1px, transparent 3px);
  background-image: -o-linear-gradient(top, #b4bebe, #b4bebe 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to bottom, #b4bebe, #b4bebe 1px, transparent 1px, transparent 3px);
  background-repeat: repeat-y;
  background-position: right top;
  -webkit-background-size: 1px 4px;
     -moz-background-size: 1px 4px;
       -o-background-size: 1px 4px;
          background-size: 1px 4px;
}
@media screen and (max-width: 979px) {
  .local-playNav__item:not(:last-child):before {
    background-image: -webkit-linear-gradient(top, #b4bebe, #b4bebe 1px, transparent 1px, transparent 2px);
    background-image: -moz- oldlinear-gradient(top, #b4bebe, #b4bebe 1px, transparent 1px, transparent 2px);
    background-image: -o-linear-gradient(top, #b4bebe, #b4bebe 1px, transparent 1px, transparent 2px);
    background-image: linear-gradient(to bottom, #b4bebe, #b4bebe 1px, transparent 1px, transparent 2px);
    background-repeat: repeat-y;
    background-position: right top;
    -webkit-background-size: 1px 3px;
       -moz-background-size: 1px 3px;
         -o-background-size: 1px 3px;
            background-size: 1px 3px;
  }
}
@media screen and (max-width: 979px) {
  .local-playNav__item.local-playNav__item--switch {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .local-playNav__item.local-playNav__item--3ds {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .local-playNav__item.local-playNav__item--smartphone {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.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: 26px 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-playNav__item a {
    padding: 21px 0;
  }
}
@media screen and (max-width: 759px) {
  .local-playNav__item a {
    padding: 20px 0 16px;
  }
}
.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;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
@media screen and (min-width: 760px), print {
  .local-playNav__itemPic {
    padding-left: 16px;
  }
  .local-playNav__itemPic:before,
  .local-playNav__itemPic:after {
    background-position: right center;
  }
}
@media screen and (max-width: 759px) {
  .local-playNav__itemPic:before,
  .local-playNav__itemPic:after {
    background-position: center center;
  }
}
@media screen and (min-width: 760px), print {
  .local-playNav__itemPic {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    vertical-align: top;
  }
  .local-playNav__item--switch .local-playNav__itemPic {
    width: 45px;
    height: 49px;
  }
  .local-playNav__item--3ds .local-playNav__itemPic {
    width: 49px;
    height: 49px;
  }
  .local-playNav__item--smartphone .local-playNav__itemPic {
    width: 27px;
    height: 52px;
  }
}
@media screen and (min-width: 980px), print {
  .local-playNav__itemPic {
    margin-right: 14px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-playNav__itemPic {
    vertical-align: middle;
    margin-right: 10px;
  }
}
@media screen and (max-width: 759px) {
  .local-playNav__itemPic {
    width: 40px;
    height: 39px;
    margin: 0 auto 12px;
  }
}
.local-playNav__itemPic .ncommon-icon {
  position: absolute;
  top: -webkit-calc(55%);
  top: -moz-calc(55%);
  top: calc(55%);
  right: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.local-playNav__itemPic .ncommon-icon,
.local-playNav__itemPic .ncommon-icon i {
  background-color: #b4b4b4;
}
@media screen and (min-width: 980px), print {
  .local-playNav__itemPic .ncommon-icon {
    top: -webkit-calc(50%);
    top: -moz-calc(50%);
    top: calc(50%);
    left: -1em;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-playNav__itemPic .ncommon-icon {
    top: -webkit-calc(50%);
    top: -moz-calc(50%);
    top: calc(50%);
    left: -1em;
  }
}
@media screen and (max-width: 759px) {
  .local-playNav__itemPic .ncommon-icon {
    display: none;
  }
}
@media screen and (max-width: 759px) {
  html[data-browser="game"] .local-playNav__itemPic {
    height: 40px;
  }
  html[data-browser="game"] .local-playNav__itemPic:after {
    -webkit-background-size: auto 100%;
       -moz-background-size: auto 100%;
         -o-background-size: auto 100%;
            background-size: auto 100%;
  }
}
.local-playNav__itemText {
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 980px), print {
  .local-playNav__itemText {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    vertical-align: top;
    font-size: 14px;
    margin: 2px 0;
    text-align: left;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-playNav__itemText {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    vertical-align: top;
    vertical-align: middle;
    font-size: 12px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
    text-align: left;
  }
}
@media screen and (max-width: 759px) {
  .local-playNav__itemText {
    font-size: 10px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
  }
}
@media screen and (max-width: 759px) {
  .local-playNav__itemText--hard {
    display: block;
    padding-bottom: 6px;
    line-height: 1;
    font-size: 10px;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 759px) {
  .local-playNav__itemText--text {
    display: none;
  }
}
@media screen and (min-width: 760px), print {
  .local-playNav__itemText--link {
    display: none;
  }
}
@media screen and (max-width: 759px) {
  .local-playNav__itemText--link {
    display: block;
    position: relative;
    background-color: #e60012;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
    margin: 0 auto;
    padding-top: 5px;
    width: -webkit-calc(100% - 28px);
    width: -moz-calc(100% - 28px);
    width: calc(100% - 28px);
    height: 31px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.local-playNav__itemText--link > .ncommon-icon {
  background-color: #e60012 !important;
  margin-top: 1px;
  width: 7px;
  height: 7px;
}
.local-playNav__itemText--link > .ncommon-icon > i {
  background-color: transparent !important;
}
.local-playNav__itemText--link > .ncommon-icon > i > i {
  display: none;
}
@media screen and (max-width: 759px) {
  .local-playNav__itemText--link .text {
    display: inline-block;
    padding-left: 3px;
    color: #fff;
    letter-spacing: -0.04em;
    font-size: 10px;
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 759px) {
  .local-playNav__itemText--sp-none {
    display: none;
  }
}
.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;
}
html[data-device="desktop"] .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;
}
html[data-device="desktop"] .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);
}
html[data-device="desktop"] .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);
}
@media screen and (min-width: 980px), print {
  .local-btnNav {
    width: 212px;
  }
}
@media screen and (max-width: 979px) {
  .local-btnNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e6e6e6;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-btnNav {
    padding-top: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 980px), print {
  .local-btnNav li {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 979px) {
  .local-btnNav li {
    position: relative;
  }
  .local-btnNav li:nth-child(2n):before {
    content: '';
    position: absolute;
    top: 10px;
    left: -1px;
    bottom: 8px;
    width: 1px;
    background-image: -webkit-linear-gradient(top, #999, #999 1px, transparent 1px, transparent 2px);
    background-image: -moz- oldlinear-gradient(top, #999, #999 1px, transparent 1px, transparent 2px);
    background-image: -o-linear-gradient(top, #999, #999 1px, transparent 1px, transparent 2px);
    background-image: linear-gradient(to bottom, #999, #999 1px, transparent 1px, transparent 2px);
    background-repeat: repeat-y;
    background-position: right top;
    -webkit-background-size: 1px 3px;
       -moz-background-size: 1px 3px;
         -o-background-size: 1px 3px;
            background-size: 1px 3px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-btnNav li {
    width: 252px;
  }
}
@media screen and (max-width: 759px) {
  .local-btnNav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.local-btnNav a > i > i {
  background-image: url("../../common/v2/img/ncommon/_common/icon/right-fill-red.svg") !important;
}
@media screen and (min-width: 980px), print {
  .local-btnNav 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;
    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: 37px;
    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;
    background: none;
    border-color: #d3d3d3;
  }
  .local-btnNav a > i {
    margin-right: 0.5em;
    vertical-align: top;
  }
  .local-btnNav a i,
  .local-btnNav a i:before,
  .local-btnNav 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: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -moz-transition: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
         -o-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;
    -webkit-background-size: 14px auto;
       -moz-background-size: 14px auto;
         -o-background-size: 14px auto;
            background-size: 14px auto;
  }
  .local-btnNav a:hover i,
  a:hover .local-btnNav a i,
  button:hover .local-btnNav a i,
  .ncommon-u-linkbox:hover .local-btnNav a i,
  .local-btnNav a:hover i:before,
  a:hover .local-btnNav a i:before,
  button:hover .local-btnNav a i:before,
  .ncommon-u-linkbox:hover .local-btnNav a i:before,
  .local-btnNav a:hover i:after,
  a:hover .local-btnNav a i:after,
  button:hover .local-btnNav a i:after,
  .ncommon-u-linkbox:hover .local-btnNav 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-btnNav a > i {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
  }
  .local-btnNav 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-btnNav a > i {
    top: 12px !important;
  }
  .local-btnNav a > i > i,
  .local-btnNav 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-btnNav a > i > i > i:first-child {
    opacity: 0;
  }
  .local-btnNav a > i > i {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-red.svg);
  }
  [data-bodytheme='wiiu'] .local-btnNav a > i > i {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-wiiu.svg);
  }
  [data-bodytheme='3ds'] .local-btnNav a > i > i {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-3ds.svg);
  }
  .local-btnNav a > i > i > i:first-child {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-red.svg);
  }
  [data-bodytheme='wiiu'] .local-btnNav a > i > i > i:first-child {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-wiiu.svg);
  }
  [data-bodytheme='3ds'] .local-btnNav a > i > i > i:first-child {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-3ds.svg);
  }
  [data-bodytheme='wiiu'] .local-btnNav a {
    border-color: #0096c8;
  }
  [data-bodytheme='3ds'] .local-btnNav a {
    border-color: #ce181e;
  }
  [data-bodytheme='wiiu'] .local-btnNav a {
    background-color: #0096c8;
  }
  [data-bodytheme='3ds'] .local-btnNav a {
    background-color: #ce181e;
  }
  .local-btnNav a:hover > i > i > i:first-child,
  a:hover .local-btnNav a > i > i > i:first-child,
  button:hover .local-btnNav a > i > i > i:first-child,
  .ncommon-u-linkbox:hover .local-btnNav a > i > i > i:first-child {
    opacity: 1;
  }
  .local-btnNav a {
    color: #fff;
  }
  .local-btnNav a:hover,
  a:hover .local-btnNav a,
  button:hover .local-btnNav a,
  .ncommon-u-linkbox:hover .local-btnNav 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;
  }
  [data-bodytheme='wiiu'] .local-btnNav a:hover,
  [data-bodytheme='wiiu'] a:hover .local-btnNav a,
  [data-bodytheme='wiiu'] button:hover .local-btnNav a,
  [data-bodytheme='wiiu'] .ncommon-u-linkbox:hover .local-btnNav a {
    color: #0096c8;
  }
  [data-bodytheme='3ds'] .local-btnNav a:hover,
  [data-bodytheme='3ds'] a:hover .local-btnNav a,
  [data-bodytheme='3ds'] button:hover .local-btnNav a,
  [data-bodytheme='3ds'] .ncommon-u-linkbox:hover .local-btnNav a {
    color: #ce181e;
  }
  .local-btnNav a > i > i {
    -webkit-box-shadow: 0 0 0 1px #e60012 inset;
       -moz-box-shadow: 0 0 0 1px #e60012 inset;
            box-shadow: 0 0 0 1px #e60012 inset;
  }
}
@media screen and (max-width: 979px) {
  .local-btnNav 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;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 44px;
    border-width: 0px;
    font-size: 12px;
    line-height: 43px;
    border-color: transparent;
    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;
    border: none;
  }
  .local-btnNav a > i {
    margin-right: 0.5em;
    vertical-align: top;
  }
  .local-btnNav a i,
  .local-btnNav a i:before,
  .local-btnNav 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: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -moz-transition: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
         -o-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;
    -webkit-background-size: 12px auto;
       -moz-background-size: 12px auto;
         -o-background-size: 12px auto;
            background-size: 12px auto;
  }
  .local-btnNav a:hover i,
  a:hover .local-btnNav a i,
  button:hover .local-btnNav a i,
  .ncommon-u-linkbox:hover .local-btnNav a i,
  .local-btnNav a:hover i:before,
  a:hover .local-btnNav a i:before,
  button:hover .local-btnNav a i:before,
  .ncommon-u-linkbox:hover .local-btnNav a i:before,
  .local-btnNav a:hover i:after,
  a:hover .local-btnNav a i:after,
  button:hover .local-btnNav a i:after,
  .ncommon-u-linkbox:hover .local-btnNav 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-btnNav a > i {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
  }
  .local-btnNav 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-btnNav a > i {
    top: 16px !important;
  }
  .local-btnNav a > i > i,
  .local-btnNav 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-btnNav a > i > i > i:first-child {
    opacity: 0;
  }
  .local-btnNav a > i > i {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-red.svg);
  }
  [data-bodytheme='wiiu'] .local-btnNav a > i > i {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-wiiu.svg);
  }
  [data-bodytheme='3ds'] .local-btnNav a > i > i {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-3ds.svg);
  }
  .local-btnNav a > i > i > i:first-child {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-red.svg);
  }
  [data-bodytheme='wiiu'] .local-btnNav a > i > i > i:first-child {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-wiiu.svg);
  }
  [data-bodytheme='3ds'] .local-btnNav a > i > i > i:first-child {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-3ds.svg);
  }
  .local-btnNav a:hover > i > i > i:first-child,
  a:hover .local-btnNav a > i > i > i:first-child,
  button:hover .local-btnNav a > i > i > i:first-child,
  .ncommon-u-linkbox:hover .local-btnNav a > i > i > i:first-child {
    opacity: 1;
  }
  .local-btnNav a {
    color: #fff;
  }
  .local-btnNav a:hover,
  a:hover .local-btnNav a,
  button:hover .local-btnNav a,
  .ncommon-u-linkbox:hover .local-btnNav 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: transparent;
  }
}
@media screen and (max-width: 759px) {
  .local-btnNav a > i {
    margin-right: 11px;
  }
}
@media screen and (min-width: 980px), print {
  html[data-device="desktop"] .local-btnNav a:hover {
    border-color: currentColor;
  }
}
@media screen and (max-width: 979px) {
  html[data-device="desktop"] .local-btnNav a:hover {
    color: #e60012;
  }
}
@media screen and (min-width: 980px) and (min-width: 760px), print {
  .local-btnNav a {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
}
@media screen and (min-width: 980px) and (max-width: 759px) {
  .local-btnNav a {
    -webkit-border-radius: 1.5px;
       -moz-border-radius: 1.5px;
            border-radius: 1.5px;
  }
}
@media screen and (max-width: 979px) and (min-width: 760px) {
  .local-btnNav a {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
}
@media screen and (max-width: 979px) and (max-width: 759px) {
  .local-btnNav a {
    -webkit-border-radius: 1.5px;
       -moz-border-radius: 1.5px;
            border-radius: 1.5px;
  }
}
.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");
}
@media screen and (min-width: 760px), print {
  .local-playNav__item--switch a .ncommon-icon,
  .local-playNav__item--switch a .ncommon-icon i {
    background-color: #e60012;
  }
  .local-playNav__item--switch a .ncommon-icon i {
    -webkit-box-shadow: 0 0 0 1px #e60012 inset;
       -moz-box-shadow: 0 0 0 1px #e60012 inset;
            box-shadow: 0 0 0 1px #e60012 inset;
  }
  html[data-device="desktop"] .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");
}
@media screen and (min-width: 760px), print {
  .local-playNav__item--3ds a .ncommon-icon,
  .local-playNav__item--3ds a .ncommon-icon i {
    background-color: #ce181e;
  }
  .local-playNav__item--3ds a .ncommon-icon i {
    -webkit-box-shadow: 0 0 0 1px #ce181e inset;
       -moz-box-shadow: 0 0 0 1px #ce181e inset;
            box-shadow: 0 0 0 1px #ce181e inset;
  }
  html[data-device="desktop"] .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");
}
@media screen and (min-width: 760px), print {
  .local-playNav__item--smartphone a .ncommon-icon,
  .local-playNav__item--smartphone a .ncommon-icon i {
    background-color: #e60012;
  }
  .local-playNav__item--smartphone a .ncommon-icon i {
    -webkit-box-shadow: 0 0 0 1px #e60012 inset;
       -moz-box-shadow: 0 0 0 1px #e60012 inset;
            box-shadow: 0 0 0 1px #e60012 inset;
  }
  html[data-device="desktop"] .local-playNav__item--smartphone a:hover .local-playNav__itemText {
    color: #e60012;
  }
}
.local-schedule__item--more {
  padding-top: 100px;
  width: 215px;
  visibility: hidden;
}
@media screen and (max-width: 759px) {
  .local-schedule__item--more {
    padding-top: 68px;
    width: 200px;
    padding-left: 13px;
  }
}
.local-scroller__container.js-loaded .local-schedule__item--more {
  visibility: visible;
}
@media screen and (min-width: 980px), print {
  .local-scroller {
    padding-bottom: 69px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-scroller {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 759px) {
  .local-scroller {
    margin-top: 6px;
  }
}
.local-scroller [data-njs="scroller__headWrap"] {
  bottom: 0;
}
.local-scroller .ncommon-thumb {
  z-index: -999;
}
.local-scroller__clip {
  margin-left: 22px;
  margin-right: 80px;
}
@media screen and (min-width: 980px), print {
  .local-scroller__clip {
    margin: 0 auto;
    padding-left: 36px;
    max-width: 1156px;
    width: -webkit-calc(100% - 44px);
    width: -moz-calc(100% - 44px);
    width: calc(100% - 44px);
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-scroller__clip {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
@media screen and (max-width: 759px) {
  .local-scroller__clip {
    margin-left: 0px;
    margin-bottom: 9px;
  }
}
.local-scroller__item {
  width: 275px;
  padding: 48px 0 0 22px;
}
.local-scroller__item:nth-last-child(2):before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-image: -webkit-linear-gradient(top, #999, #999 1px, transparent 1px, transparent 3px);
  background-image: -moz- oldlinear-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;
  -webkit-background-size: 1px 4px;
     -moz-background-size: 1px 4px;
       -o-background-size: 1px 4px;
          background-size: 1px 4px;
  right: 0;
}
@media screen and (max-width: 759px) {
  .local-scroller__item {
    width: 205px;
    padding: 35px 0 0 22px;
  }
}
.local-scroller__item[data-last="1"] {
  padding-right: 22px;
}
.local-scroller__wrap {
  padding-bottom: 42px;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
@media screen and (max-width: 979px) {
  .local-scroller__wrap {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-scroller__wrap {
    margin-right: -110px;
  }
}
.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;
    -webkit-transform: translate3d(0, 0, 0) !important;
       -moz-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 759px) {
  .local-scroller__container {
    min-height: 374px;
    margin-left: 14px;
    margin-bottom: 15px;
  }
}
.local-scroller__container.js-loaded {
  min-height: 0 !important;
}
.local-scroller__itemHead {
  top: 0;
  bottom: 0;
  z-index: 0;
  margin-left: 22px;
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-scroller__itemHead {
    -webkit-transform: translate3d(0, 0, 0) !important;
       -moz-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}
@media screen and (max-width: 759px) {
  .local-scroller__itemHead:last-of-type {
    margin-left: 0;
  }
}
.local-scroller__itemHead:not(:last-of-type):before,
.local-scroller__itemHead:not(:last-of-type):after {
  z-index: 999;
  background-color: #e6e6e6;
  content: '';
  position: absolute;
  top: 0;
  display: block;
  left: -22px;
}
@media screen and (max-width: 979px) {
  .local-scroller__itemHead:not(:last-of-type):before,
  .local-scroller__itemHead:not(:last-of-type):after {
    content: none;
  }
}
.local-scroller__itemHead:not(:last-of-type):before {
  width: 1px;
  bottom: 2px;
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-scroller__itemHead:not(:last-of-type):before {
    bottom: 1px;
  }
}
@media screen and (min-width: 760px), print {
  .local-scroller__itemHead:not(:last-of-type):after {
    height: 25px;
    width: 5px;
  }
}
.local-scroller__itemHeadInner {
  font-size: 28px;
  color: #737373;
  line-height: 0.9;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  z-index: 999;
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-scroller__itemHeadInner {
    width: 319px !important;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
    top: 0;
    left: 22px !important;
    bottom: 0;
    position: -webkit-sticky;
    position: sticky;
  }
  .local-scroller__itemHeadInner:before,
  .local-scroller__itemHeadInner:after {
    z-index: 999;
    background-color: #e6e6e6;
    content: '';
    position: absolute;
    top: 0;
    display: block;
    left: -22px;
  }
  .local-scroller__itemHeadInner:before {
    width: 1px;
    bottom: 2px;
  }
  .local-scroller__itemHeadInner:after {
    height: 22px;
    width: 4px;
  }
}
@media screen and (max-width: 759px) {
  .local-scroller__itemHeadInner {
    font-size: 20px;
    margin-right: 22px;
    left: 36px !important;
  }
  .local-scroller__itemHeadInner:before {
    background-color: #e6e6e6;
    content: "";
    display: block;
    width: 4px;
    position: absolute;
    top: -2px;
    bottom: -1px;
    left: -19px;
  }
  [data-multi="1"] .local-scroller__itemHeadInner {
    width: 227px !important;
  }
}
[data-njs="scroller"][data-disable_sp="1"] [data-njs="scroller__itemHeadInner"].local-scroller__itemHeadInner {
  height: 100%;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 759px) {
  [data-njs="scroller"][data-disable_sp="1"] [data-njs="scroller__itemHeadInner"].local-scroller__itemHeadInner:before,
  [data-njs="scroller"][data-disable_sp="1"] [data-njs="scroller__itemHeadInner"].local-scroller__itemHeadInner:after {
    z-index: 999;
    background-color: #e6e6e6;
    content: '';
    position: absolute;
    top: 0;
    display: block;
    left: -22px;
  }
  [data-njs="scroller"][data-disable_sp="1"] [data-njs="scroller__itemHeadInner"].local-scroller__itemHeadInner:before {
    width: 1px;
    bottom: 2px;
  }
  [data-njs="scroller"][data-disable_sp="1"] [data-njs="scroller__itemHeadInner"].local-scroller__itemHeadInner:after {
    height: 22px;
    width: 4px;
  }
}
.local-scroller__date {
  display: inline-block;
  font-weight: 600;
}
.local-scroller__year {
  font-size: 12px;
  font-weight: bold;
}
.local-scroller__day {
  background-color: #737373;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  margin-left: 0.175em;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 759px) {
  .local-scroller__day {
    -webkit-background-size: 80% 80%;
       -moz-background-size: 80% 80%;
         -o-background-size: 80% 80%;
            background-size: 80% 80%;
    width: 19px;
    height: 19px;
    font-size: 10px;
    line-height: 19px;
    vertical-align: top;
    -webkit-transform: scale(0.8, 0.8);
       -moz-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
         -o-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
.local-scroller__day--mon {
  background-image: url("../img/icon-day-mon.svg");
}
.local-scroller__day--tue {
  background-image: url("../img/icon-day-tue.svg");
}
.local-scroller__day--wed {
  background-image: url("../img/icon-day-wed.svg");
}
.local-scroller__day--thu {
  background-image: url("../img/icon-day-thu.svg");
}
.local-scroller__day--fri {
  background-image: url("../img/icon-day-fri.svg");
}
.local-scroller__day--sat {
  background-image: url("../img/icon-day-sat.svg");
  background-color: #30a6d9;
}
.local-scroller__day--sun {
  background-image: url("../img/icon-day-sun.svg");
  background-color: #e60012;
}
.local-scroller__bar {
  display: inline-block;
  margin: 10px 14px 0;
}
@media screen and (max-width: 759px) {
  .local-scroller__bar {
    width: 200px;
    display: none;
  }
}
.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;
  }
}
html[data-browser='ie'] .local-scroller__barDisplay {
  letter-spacing: 1px;
}
.local-section {
  overflow-x: hidden;
}
@media screen and (min-width: 760px), print {
  #local-schedule .top-headline {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 759px) {
  #local-schedule .top-headline {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 760px), print {
  .local-section--topics .top-headline {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 759px) {
  .local-section--topics .top-headline {
    margin-bottom: 20px;
  }
}
.top-headline .ncommon-headline02 {
  border-bottom: none;
  padding-top: 0;
}
@media screen and (min-width: 760px), print {
  .top-headline .ncommon-headline02 {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 759px) {
  .top-headline .ncommon-headline02 {
    padding-bottom: 12px;
  }
}
.top-headline .ncommon-headline02:before {
  top: inherit;
  bottom: 0;
}
@media screen and (min-width: 760px), print {
  .top-headline .ncommon-headline02:before {
    height: 2px;
  }
}
@media screen and (max-width: 759px) {
  .top-headline .ncommon-headline02:before {
    border-color: transparent;
  }
}
.top-headline .ncommon-headline02:after {
  content: "";
  display: block;
  clear: both;
}
.top-headline .ncommon-headline02 .ncommon-headline02__body {
  float: left;
}
@media screen and (min-width: 760px), print {
  .top-headline .ncommon-headline02 .ncommon-headline02__body {
    font-size: 21px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
  }
}
@media screen and (max-width: 759px) {
  .top-headline .ncommon-headline02 .ncommon-headline02__body {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 1.5px 0;
  }
}
@media screen and (min-width: 760px), print {
  .local-section--new .top-headline .ncommon-headline02 .ncommon-headline02__body {
    width: 93px;
    text-align: center;
  }
}
@media screen and (max-width: 759px) {
  .local-section--new .top-headline .ncommon-headline02 .ncommon-headline02__body {
    padding-left: 1px;
    padding-right: 1px;
    letter-spacing: 0.01em;
  }
}
.top-headline .ncommon-headline02 .ncommon-headline02__body:before {
  top: inherit;
}
@media screen and (min-width: 760px), print {
  .top-headline .ncommon-headline02 .ncommon-headline02__body:before {
    bottom: -14px;
    height: 2px;
  }
}
@media screen and (max-width: 759px) {
  .top-headline .ncommon-headline02 .ncommon-headline02__body:before {
    content: '';
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 0;
    height: 2px;
    background-color: #e60012;
  }
}
.top-headline .ncommon-headline02 .ncommon-headline02__en {
  color: #b4b4b4;
  font-weight: bold;
  float: right;
}
@media screen and (min-width: 760px), print {
  .top-headline .ncommon-headline02 .ncommon-headline02__en {
    font-size: 12px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
    margin-top: -5px;
  }
}
@media screen and (max-width: 759px) {
  .top-headline .ncommon-headline02 .ncommon-headline02__en {
    font-size: 10px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
    margin-top: 2px;
  }
}
.local-section--topics {
  border-top: 1px solid #ededed;
  background-color: #fff;
  position: relative;
  z-index: 997;
}
.local-section--topics .ncommon-softUnit__name {
  padding: 0;
}
.local-section--topics .ncommon-softUnit__name:before {
  display: none;
}
.local-section--topics .ncommon-softUnit__dateAndPrice {
  padding-bottom: 0 !important;
}
.local-section--topics .ncommon-softUnit__type {
  padding-bottom: 7px !important;
}
.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;
}
.local-section--sfooter {
  padding-bottom: 0;
}
@media screen and (max-width: 759px) {
  .local-section--sfooter {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 760px), print {
  .local-section__headline {
    padding-top: 72px;
  }
}
@media screen and (max-width: 759px) {
  .local-section__headline {
    padding-top: 50px;
  }
}
.local-section__acticles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 760px), print {
  .local-section__acticles {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 759px) {
  .local-section__acticles {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 980px), print {
  .local-section__acticles .ncommon-grid__col {
    width: -webkit-calc((100% - 32px * 3) / 4 - 0.1px);
    width: -moz-calc((100% - 32px * 3) / 4 - 0.1px);
    width: calc((100% - 32px * 3) / 4 - 0.1px);
  }
  .local-section__acticles .ncommon-grid__col:nth-child(4n-1),
  .local-section__acticles .ncommon-grid__col:nth-child(4n-2),
  .local-section__acticles .ncommon-grid__col:nth-child(4n-3) {
    margin-right: 32px;
  }
  .local-section__acticles .ncommon-grid__col:nth-child(n + 5) {
    padding-top: 42px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-section__acticles .ncommon-grid__col {
    width: -webkit-calc((100% - 32px * 2) / 3 - 0.1px);
    width: -moz-calc((100% - 32px * 2) / 3 - 0.1px);
    width: calc((100% - 32px * 2) / 3 - 0.1px);
  }
  .local-section__acticles .ncommon-grid__col:nth-child(3n-1),
  .local-section__acticles .ncommon-grid__col:nth-child(3n-2) {
    margin-right: 32px;
  }
  .local-section__acticles .ncommon-grid__col:nth-child(n + 4) {
    padding-top: 42px;
  }
}
@media screen and (max-width: 759px) {
  .local-section__acticles .ncommon-grid__col {
    width: -webkit-calc((100% - 14px) / 2 - 0.1px);
    width: -moz-calc((100% - 14px) / 2 - 0.1px);
    width: calc((100% - 14px) / 2 - 0.1px);
  }
  .local-section__acticles .ncommon-grid__col:nth-child(n + 3) {
    padding-top: 28px;
  }
  .local-section__acticles .ncommon-grid__col:nth-child(2n-1) {
    margin-right: 14px;
  }
}
@media screen and (min-width: 760px), print {
  .local-section__acticles .ncommon-softUnit__main {
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 759px) {
  .local-section__acticles .ncommon-softUnit__main {
    margin-bottom: 44px;
  }
}
.local-section__acticles .ncommon-softUnit__sub {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@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-softUnit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.local-section__bt {
  margin: auto;
}
@media screen and (min-width: 760px), print {
  .local-section__bt {
    width: 207px;
  }
  .local-section__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;
    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: 37px;
    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__bt a > i {
    margin-right: 0.5em;
    vertical-align: top;
  }
  .local-section__bt a i,
  .local-section__bt a i:before,
  .local-section__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: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -moz-transition: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
         -o-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;
    -webkit-background-size: 14px auto;
       -moz-background-size: 14px auto;
         -o-background-size: 14px auto;
            background-size: 14px auto;
  }
  .local-section__bt a:hover i,
  a:hover .local-section__bt a i,
  button:hover .local-section__bt a i,
  .ncommon-u-linkbox:hover .local-section__bt a i,
  .local-section__bt a:hover i:before,
  a:hover .local-section__bt a i:before,
  button:hover .local-section__bt a i:before,
  .ncommon-u-linkbox:hover .local-section__bt a i:before,
  .local-section__bt a:hover i:after,
  a:hover .local-section__bt a i:after,
  button:hover .local-section__bt a i:after,
  .ncommon-u-linkbox:hover .local-section__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-section__bt a > i {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
  }
  .local-section__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-section__bt a > i {
    top: 12px !important;
  }
  .local-section__bt a > i > i,
  .local-section__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-section__bt a > i > i > i:first-child {
    opacity: 0;
  }
  .local-section__bt a > i > i {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-red.svg);
  }
  .local-section__bt a > i > i > i:first-child {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-red.svg);
  }
  .local-section__bt a:hover > i > i > i:first-child,
  a:hover .local-section__bt a > i > i > i:first-child,
  button:hover .local-section__bt a > i > i > i:first-child,
  .ncommon-u-linkbox:hover .local-section__bt a > i > i > i:first-child {
    opacity: 1;
  }
  .local-section__bt a {
    color: #fff;
  }
  .local-section__bt a:hover,
  a:hover .local-section__bt a,
  button:hover .local-section__bt a,
  .ncommon-u-linkbox:hover .local-section__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);
    background-color: transparent;
    color: #e60012;
  }
}
@media screen and (max-width: 759px) {
  .local-section__bt {
    width: 167px;
  }
  .local-section__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;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 40px;
    border-width: 0px;
    font-size: 10px;
    line-height: 39px;
    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__bt a > i {
    margin-right: 0.5em;
    vertical-align: top;
  }
  .local-section__bt a i,
  .local-section__bt a i:before,
  .local-section__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: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -moz-transition: all 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
         -o-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;
    -webkit-background-size: 10px auto;
       -moz-background-size: 10px auto;
         -o-background-size: 10px auto;
            background-size: 10px auto;
  }
  .local-section__bt a:hover i,
  a:hover .local-section__bt a i,
  button:hover .local-section__bt a i,
  .ncommon-u-linkbox:hover .local-section__bt a i,
  .local-section__bt a:hover i:before,
  a:hover .local-section__bt a i:before,
  button:hover .local-section__bt a i:before,
  .ncommon-u-linkbox:hover .local-section__bt a i:before,
  .local-section__bt a:hover i:after,
  a:hover .local-section__bt a i:after,
  button:hover .local-section__bt a i:after,
  .ncommon-u-linkbox:hover .local-section__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-section__bt a > i {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
  }
  .local-section__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-section__bt a > i {
    top: 15px !important;
  }
  .local-section__bt a > i > i,
  .local-section__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-section__bt a > i > i > i:first-child {
    opacity: 0;
  }
  .local-section__bt a > i > i {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-red.svg);
  }
  .local-section__bt a > i > i > i:first-child {
    background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-red.svg);
  }
  .local-section__bt a:hover > i > i > i:first-child,
  a:hover .local-section__bt a > i > i > i:first-child,
  button:hover .local-section__bt a > i > i > i:first-child,
  .ncommon-u-linkbox:hover .local-section__bt a > i > i > i:first-child {
    opacity: 1;
  }
  .local-section__bt a {
    color: #fff;
  }
  .local-section__bt a:hover,
  a:hover .local-section__bt a,
  button:hover .local-section__bt a,
  .ncommon-u-linkbox:hover .local-section__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);
    background-color: transparent;
    color: #e60012;
  }
}
@media screen and (min-width: 760px) and (min-width: 760px), print {
  .local-section__bt a {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
}
@media screen and (min-width: 760px) and (max-width: 759px) {
  .local-section__bt a {
    -webkit-border-radius: 1.5px;
       -moz-border-radius: 1.5px;
            border-radius: 1.5px;
  }
}
@media screen and (max-width: 759px) and (min-width: 760px) {
  .local-section__bt a {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .local-section__bt a {
    -webkit-border-radius: 1.5px;
       -moz-border-radius: 1.5px;
            border-radius: 1.5px;
  }
}
@media screen and (min-width: 760px), print {
  .local-softUnit {
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
  }
}
@media screen and (max-width: 759px) {
  .local-softUnit {
    padding-bottom: 10px;
    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;
  -webkit-background-size: 100% auto;
     -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;
  }
}
.local-softUnit .local-softUnit__type--soft .ncommon-softUnit__type {
  line-height: 1 !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}
.local-softUnit--soft {
  border-bottom: solid 1px #e6e6e6;
}
@media screen and (min-width: 980px), print {
  .local-softUnit--soft {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-softUnit--soft {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 759px) {
  .local-softUnit--soft {
    padding-bottom: 9px;
  }
}
.local-softUnit__heightbase--soft {
  height: 65px;
}
@media screen and (max-width: 759px) {
  .local-softUnit__heightbase--soft {
    height: 52px;
  }
}
.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;
  -webkit-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");
  z-index: 10;
}
.local-softUnit.is-normal-e3:after {
  background-image: url("../img/normal_e3.svg");
}
img {
  width: 100%;
}
/**
js実行まで要素を非表示
 */
#local-newtopics,
#local-schedule,
#local-whatsnew {
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#local-newtopics.js-visible,
#local-schedule.js-visible,
#local-whatsnew.js-visible {
  visibility: visible;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
@media screen and (max-width: 979px) {
  .topic-path-item span {
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    padding: 0 !important;
    display: block;
  }
  .topic-path-item span:before {
    display: none !important;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topic-path-item span {
    width: 96px;
    height: 25px !important;
  }
}
@media screen and (max-width: 759px) {
  .topic-path-item span {
    width: 81px;
    height: 22px;
    margin: 0 auto;
  }
}
.topic-path-item span svg {
  fill: #fff;
  display: block;
  position: static !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.topic-path-item > svg {
  display: none;
}
