.local-end {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #f8f8f8;
}
@media screen and (min-width: 760px), print {
  .local-end {
    padding: 70px 56px 0;
  }
}
@media screen and (max-width: 759px) {
  .local-end {
    padding: 35px 14px 0;
  }
}
.local-end__headline {
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
}
@media screen and (min-width: 760px), print {
  .local-end__headline {
    margin-bottom: 42px;
    font-size: 18px;
  }
}
@media screen and (max-width: 759px) {
  .local-end__headline {
    margin-bottom: 28px;
  }
}
.local-end__inner {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 760px), print {
  .local-end__inner {
    padding: 0 0 70px !important;
  }
}
@media screen and (max-width: 759px) {
  .local-end__inner {
    padding: 0 0 35px !important;
  }
}
.local-end__thumb {
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
     -moz-transition: opacity 150ms linear;
       -o-transition: opacity 150ms linear;
          transition: opacity 150ms linear;
}
.local-end__thumb:after {
  display: none;
}
a:hover .local-end__thumb {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.local-end__thumb--pokemon {
  position: relative;
}
.local-end__thumb--pokemon:before {
  content: '';
  display: block;
  padding-bottom: 86.8421052631579%;
}
.local-end__link {
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .local-end__link {
    padding-top: 28px;
  }
  .local-end__link > span {
    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;
  }
  .local-end__link > span:hover,
  a:hover .local-end__link > span,
  button:hover .local-end__link > span,
  .ncommon-u-linkbox:hover .local-end__link > span {
    color: #ce181e;
    -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-end__link > span i,
  .local-end__link > span i:before,
  .local-end__link > span 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-end__link > span:hover i,
  a:hover .local-end__link > span i,
  button:hover .local-end__link > span i,
  .ncommon-u-linkbox:hover .local-end__link > span i,
  .local-end__link > span:hover i:before,
  a:hover .local-end__link > span i:before,
  button:hover .local-end__link > span i:before,
  .ncommon-u-linkbox:hover .local-end__link > span i:before,
  .local-end__link > span:hover i:after,
  a:hover .local-end__link > span i:after,
  button:hover .local-end__link > span i:after,
  .ncommon-u-linkbox:hover .local-end__link > span 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-end__link > span > 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-end__link > span > 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-end__link > span > i > i,
  .local-end__link > span > 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-end__link > span > i > i > i:first-child {
    opacity: 0;
  }
  .local-end__link > span > i > i {
    background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-fill-3ds.svg);
  }
  .local-end__link > span > i > i > i:first-child {
    background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-stroke-3ds.svg);
  }
  .local-end__link > span > i {
    position: absolute;
    top: 6px;
    left: 0;
  }
}
@media screen and (max-width: 759px) {
  .local-end__link {
    padding-top: 21px;
  }
  .local-end__link > span {
    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: 16px;
    font-size: 10px;
    line-height: 18px;
    margin-bottom: -4px;
    margin-top: -4px;
  }
  .local-end__link > span:hover,
  a:hover .local-end__link > span,
  button:hover .local-end__link > span,
  .ncommon-u-linkbox:hover .local-end__link > span {
    color: #ce181e;
    -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-end__link > span i,
  .local-end__link > span i:before,
  .local-end__link > span 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-end__link > span:hover i,
  a:hover .local-end__link > span i,
  button:hover .local-end__link > span i,
  .ncommon-u-linkbox:hover .local-end__link > span i,
  .local-end__link > span:hover i:before,
  a:hover .local-end__link > span i:before,
  button:hover .local-end__link > span i:before,
  .ncommon-u-linkbox:hover .local-end__link > span i:before,
  .local-end__link > span:hover i:after,
  a:hover .local-end__link > span i:after,
  button:hover .local-end__link > span i:after,
  .ncommon-u-linkbox:hover .local-end__link > span 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-end__link > span > 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-end__link > span > 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-end__link > span > i > i,
  .local-end__link > span > 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-end__link > span > i > i > i:first-child {
    opacity: 0;
  }
  .local-end__link > span > i > i {
    background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-fill-3ds.svg);
  }
  .local-end__link > span > i > i > i:first-child {
    background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-stroke-3ds.svg);
  }
  .local-end__link > span > i {
    position: absolute;
    top: 4.8px;
    left: 0;
  }
}
.local-modal {
  background-color: #fff;
  width: 100%;
}
.local-modal__header {
  border-bottom: 4px solid;
  border-color: #ce181e;
  zoom: 1;
  height: 108px;
  padding: 0 40px;
}
.local-modal__header:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 759px) {
  .local-modal__header {
    height: 70px;
    padding: 0 20px;
  }
}
.local-modal__logo {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-position: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  float: left;
}
.local-modal__logo:before {
  content: '';
  display: block;
}
.local-modal__logo--2ds {
  background-image: url("../../../../common/v2/img/ncommon/_common/logo/2ds.svg");
  width: 232px;
  height: 26px;
}
@media screen and (max-width: 759px) {
  .local-modal__logo--2ds {
    width: 132px;
  }
}
.local-modal__logo--n3ds {
  background-image: url("../../../../common/v2/img/ncommon/_common/logo/new3ds.svg");
  width: 238px;
  height: 54px;
}
@media screen and (max-width: 759px) {
  .local-modal__logo--n3ds {
    width: 136px;
  }
}
.local-modal__logo--n3dsll {
  background-image: url("../../../../common/v2/img/ncommon/_common/logo/new3dsll.svg");
  width: 270px;
  height: 52px;
}
@media screen and (max-width: 759px) {
  .local-modal__logo--n3dsll {
    width: 154px;
  }
}
.local-modal__logo--3ds {
  background-image: url("../../../../common/v2/img/ncommon/_common/logo/3ds.svg");
  width: 232px;
  height: 26px;
}
@media screen and (max-width: 759px) {
  .local-modal__logo--3ds {
    width: 132px;
  }
}
.local-modal__logo--3dsll {
  background-image: url("../../../../common/v2/img/ncommon/_common/logo/3dsll.svg");
  width: 261px;
  height: 26px;
}
@media screen and (max-width: 759px) {
  .local-modal__logo--3dsll {
    width: 152px;
  }
}
.local-modal__title {
  border: 1px solid;
  border-color: #ce181e;
  color: #ce181e;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: -10px;
  text-align: center;
  width: 96px;
}
@media screen and (max-width: 759px) {
  .local-modal__title {
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
  .local-modal__title {
    width: 84px;
  }
}
.local-modal__body {
  padding: 41px 40px 37px;
}
@media screen and (max-width: 759px) {
  .local-modal__body {
    padding: 20px 20px 35px;
  }
}
.local-modal__grid {
  zoom: 1;
}
.local-modal__grid:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 760px), print {
  .local-modal__thumb {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 14px;
    width: -webkit-calc((100% - 14px * (3 - 1)) / 3 - 0.1px);
    width: -moz-calc((100% - 14px * (3 - 1)) / 3 - 0.1px);
    width: calc((100% - 14px * (3 - 1)) / 3 - 0.1px);
  }
  .local-modal__thumb:not(:nth-child(-n+3)) {
    padding-top: 63px;
  }
  .local-modal__thumb:nth-child(3n) {
    margin-right: 0;
  }
  .local-modal__thumb:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 759px) {
  .local-modal__thumb {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 7px;
    width: -webkit-calc((100% - 7px * (2 - 1)) / 2 - 0.1px);
    width: -moz-calc((100% - 7px * (2 - 1)) / 2 - 0.1px);
    width: calc((100% - 7px * (2 - 1)) / 2 - 0.1px);
  }
  .local-modal__thumb:not(:nth-child(-n+2)) {
    padding-top: 28px;
  }
  .local-modal__thumb:nth-child(2n) {
    margin-right: 0;
  }
  .local-modal__thumb:nth-child(2n + 1) {
    clear: left;
  }
}
.local-modal__thumbImage {
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
  background-position: center;
}
.local-modal__thumbImage:before {
  content: '';
  display: block;
  padding-bottom: 56.14%;
}
.local-modal__thumbText {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.714285714285714;
  text-align: center;
}
.local-modal__thumbText span {
  font-size: 10px;
  margin-left: 7px;
}
@media screen and (max-width: 759px) {
  .local-modal__thumbText {
    -webkit-font-feature-settings: "palt";
       -moz-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.local-modal__footer {
  padding: 0 30px;
}
@media screen and (max-width: 759px) {
  .local-modal__footer {
    padding: 0 14px;
  }
}
.local-modal__annotationBox {
  border: 2px solid #e6e6e6;
  padding: 26px 32px;
  margin-bottom: 28px;
}
@media screen and (max-width: 374px) {
  .local-modal__annotationBox {
    padding: 14px;
  }
}
.local-modal__annotationTitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.428571428571429;
  padding-bottom: 3px;
}
.local-modal__annotationText {
  font-size: 12px;
  line-height: 1.666666666666667;
}
.local-modal__annotationText .local-modal__annotationTextLink {
  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: 19px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: -4px;
  margin-top: -4px;
  font-weight: normal;
  text-decoration: underline;
  padding-left: 0;
}
.local-modal__annotationText .local-modal__annotationTextLink:hover,
a:hover .local-modal__annotationText .local-modal__annotationTextLink,
button:hover .local-modal__annotationText .local-modal__annotationTextLink,
.ncommon-u-linkbox:hover .local-modal__annotationText .local-modal__annotationTextLink {
  color: #ce181e;
  -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-modal__annotationText .local-modal__annotationTextLink i,
.local-modal__annotationText .local-modal__annotationTextLink i:before,
.local-modal__annotationText .local-modal__annotationTextLink 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-modal__annotationText .local-modal__annotationTextLink:hover i,
a:hover .local-modal__annotationText .local-modal__annotationTextLink i,
button:hover .local-modal__annotationText .local-modal__annotationTextLink i,
.ncommon-u-linkbox:hover .local-modal__annotationText .local-modal__annotationTextLink i,
.local-modal__annotationText .local-modal__annotationTextLink:hover i:before,
a:hover .local-modal__annotationText .local-modal__annotationTextLink i:before,
button:hover .local-modal__annotationText .local-modal__annotationTextLink i:before,
.ncommon-u-linkbox:hover .local-modal__annotationText .local-modal__annotationTextLink i:before,
.local-modal__annotationText .local-modal__annotationTextLink:hover i:after,
a:hover .local-modal__annotationText .local-modal__annotationTextLink i:after,
button:hover .local-modal__annotationText .local-modal__annotationTextLink i:after,
.ncommon-u-linkbox:hover .local-modal__annotationText .local-modal__annotationTextLink 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-modal__annotationText .local-modal__annotationTextLink > 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-modal__annotationText .local-modal__annotationTextLink > 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-modal__annotationText .local-modal__annotationTextLink > i > i,
.local-modal__annotationText .local-modal__annotationTextLink > 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-modal__annotationText .local-modal__annotationTextLink > i > i > i:first-child {
  opacity: 0;
}
.local-modal__annotationText .local-modal__annotationTextLink > i > i {
  background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-fill-3ds.svg);
}
.local-modal__annotationText .local-modal__annotationTextLink > i > i > i:first-child {
  background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-stroke-3ds.svg);
}
.local-modal__annotationText .local-modal__annotationTextLink > i {
  position: absolute;
  top: 4.8px;
  left: 0;
}
.local-modal__annotationText .local-modal__annotationTextLink:hover {
  color: #a6a6a6 !important;
}
.local-modal__others {
  background-color: #f7f7f7;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: bold;
  line-height: 5;
  text-align: center;
}
.local-modal__others span {
  color: #737373;
}
@media screen and (max-width: 759px) {
  .local-modal__others {
    font-size: 12px;
    line-height: 5.833333333333333;
  }
}
@media screen and (max-width: 374px) {
  .local-modal__others {
    padding: 14px;
    line-height: 2;
  }
}
.local-modal__annotationBottom {
  padding: 28px 0 42px;
}
.local-modal__annotationBottomText {
  position: relative;
  color: #737373;
  font-size: 12px;
  margin-bottom: -0.4em;
  margin-top: -0.4em;
}
.local-modal__annotationBottomText:before {
  position: absolute;
  top: auto;
  left: 0;
}
li.local-modal__annotationBottomText {
  padding-left: 2em;
  counter-increment: cnt;
}
li.local-modal__annotationBottomText:before {
  content: "※" counter(cnt);
}
p.local-modal__annotationBottomText {
  padding-left: 1.25em;
}
p.local-modal__annotationBottomText:before {
  content: "※";
}
.local-modal__annotationBottomTextLink {
  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: 19px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: -4px;
  margin-top: -4px;
  font-weight: normal;
  text-decoration: underline;
  padding-left: 0;
}
.local-modal__annotationBottomTextLink:hover,
a:hover .local-modal__annotationBottomTextLink,
button:hover .local-modal__annotationBottomTextLink,
.ncommon-u-linkbox:hover .local-modal__annotationBottomTextLink {
  color: #ce181e;
  -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-modal__annotationBottomTextLink i,
.local-modal__annotationBottomTextLink i:before,
.local-modal__annotationBottomTextLink 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-modal__annotationBottomTextLink:hover i,
a:hover .local-modal__annotationBottomTextLink i,
button:hover .local-modal__annotationBottomTextLink i,
.ncommon-u-linkbox:hover .local-modal__annotationBottomTextLink i,
.local-modal__annotationBottomTextLink:hover i:before,
a:hover .local-modal__annotationBottomTextLink i:before,
button:hover .local-modal__annotationBottomTextLink i:before,
.ncommon-u-linkbox:hover .local-modal__annotationBottomTextLink i:before,
.local-modal__annotationBottomTextLink:hover i:after,
a:hover .local-modal__annotationBottomTextLink i:after,
button:hover .local-modal__annotationBottomTextLink i:after,
.ncommon-u-linkbox:hover .local-modal__annotationBottomTextLink 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-modal__annotationBottomTextLink > 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-modal__annotationBottomTextLink > 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-modal__annotationBottomTextLink > i > i,
.local-modal__annotationBottomTextLink > 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-modal__annotationBottomTextLink > i > i > i:first-child {
  opacity: 0;
}
.local-modal__annotationBottomTextLink > i > i {
  background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-fill-3ds.svg);
}
.local-modal__annotationBottomTextLink > i > i > i:first-child {
  background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-stroke-3ds.svg);
}
.local-modal__annotationBottomTextLink > i {
  position: absolute;
  top: 4.8px;
  left: 0;
}
.local-modal__annotationBottomTextLink:hover {
  color: #a6a6a6 !important;
}
@media screen and (min-width: 980px), print {
  .local-section__anchorTransition {
    margin-top: -83px;
    padding-top: 83px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-section__anchorTransition {
    margin-top: -93px;
    padding-top: 93px;
  }
}
@media screen and (max-width: 759px) {
  .local-section__anchorTransition {
    margin-top: -74px;
    padding-top: 74px;
  }
}
.local-section__anchorGrid {
  zoom: 1;
  padding: 27px 0;
}
.local-section__anchorGrid:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 980px), print {
  .local-section__anchorGrid {
    width: 59.285714285714285%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 759px) {
  .local-section__anchorGrid {
    padding: 21px 0;
  }
}
.local-section__anchorCol {
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .local-section__anchorCol {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 20px;
    width: -webkit-calc((100% - 20px * (3 - 1)) / 3 - 0.1px);
    width: -moz-calc((100% - 20px * (3 - 1)) / 3 - 0.1px);
    width: calc((100% - 20px * (3 - 1)) / 3 - 0.1px);
  }
  .local-section__anchorCol:not(:nth-child(-n+3)) {
    padding-top: 0px;
  }
  .local-section__anchorCol:nth-child(3n) {
    margin-right: 0;
  }
  .local-section__anchorCol:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 759px) {
  .local-section__anchorCol {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 4px;
    width: -webkit-calc((100% - 4px * (3 - 1)) / 3 - 0.1px);
    width: -moz-calc((100% - 4px * (3 - 1)) / 3 - 0.1px);
    width: calc((100% - 4px * (3 - 1)) / 3 - 0.1px);
  }
  .local-section__anchorCol:not(:nth-child(-n+3)) {
    padding-top: 0px;
  }
  .local-section__anchorCol:nth-child(3n) {
    margin-right: 0;
  }
  .local-section__anchorCol:nth-child(3n + 1) {
    clear: left;
  }
}
.local-section__anchorLogo {
  background-position: center;
  background-repeat: no-repeat;
  height: 28px;
  margin: 0 auto 5px;
}
.local-section__anchorLogo:before {
  content: '';
  display: block;
}
@media screen and (max-width: 759px) {
  .local-section__anchorLogo {
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }
}
.local-section__anchorLogo--2ds {
  background-image: url("../../../../common/v2/img/ncommon/_common/logo/2ds.svg");
}
@media screen and (min-width: 760px), print {
  .local-section__anchorLogo--2ds {
    -webkit-background-size: auto 14px;
       -moz-background-size: auto 14px;
         -o-background-size: auto 14px;
            background-size: auto 14px;
  }
}
@media screen and (max-width: 759px) {
  .local-section__anchorLogo--2ds {
    position: relative;
    width: 77.87610619469027%;
  }
  .local-section__anchorLogo--2ds:before {
    content: '';
    display: block;
    padding-bottom: 11.818181818181818%;
  }
}
.local-section__anchorLogo--n3dsll {
  background-image: url("../../../../common/v2/img/ncommon/_common/logo/new3dsll.svg");
}
@media screen and (min-width: 760px), print {
  .local-section__anchorLogo--n3dsll {
    -webkit-background-size: auto 28px;
       -moz-background-size: auto 28px;
         -o-background-size: auto 28px;
            background-size: auto 28px;
  }
}
@media screen and (max-width: 759px) {
  .local-section__anchorLogo--n3dsll {
    position: relative;
    width: 92.92035398230088%;
  }
  .local-section__anchorLogo--n3dsll:before {
    content: '';
    display: block;
    padding-bottom: 19.879969992498122%;
  }
}
.local-section__anchorLogo--n3ds {
  background-image: url("../../../../common/v2/img/ncommon/_common/logo/new3ds.svg");
}
@media screen and (min-width: 760px), print {
  .local-section__anchorLogo--n3ds {
    -webkit-background-size: auto 28px;
       -moz-background-size: auto 28px;
         -o-background-size: auto 28px;
            background-size: auto 28px;
  }
}
@media screen and (max-width: 759px) {
  .local-section__anchorLogo--n3ds {
    position: relative;
    width: 82.30088495575221%;
  }
  .local-section__anchorLogo--n3ds:before {
    content: '';
    display: block;
    padding-bottom: 22.43861134631668%;
  }
}
.local-section__anchorImg {
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 11px;
}
@media screen and (min-width: 760px), print {
  .local-section__anchorImg {
    position: relative;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }
  .local-section__anchorImg:before {
    content: '';
    display: block;
    padding-bottom: 45.78313253012048%;
  }
}
@media screen and (min-width: 980px), print {
  .local-section__anchorImg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(255,255,255,0.3);
    opacity: 0;
    -webkit-transition: opacity 150ms linear;
       -moz-transition: opacity 150ms linear;
         -o-transition: opacity 150ms linear;
            transition: opacity 150ms linear;
  }
  .local-section__anchorLinkArea:hover .local-section__anchorImg:after {
    opacity: 1;
    -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);
  }
}
@media screen and (max-width: 759px) {
  .local-section__anchorImg {
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 81px;
  }
}
.local-section__anchorImg--2ds {
  background-image: url("../img/anchor-img-2ds.png");
}
.local-section__anchorImg--n3dsll {
  background-image: url("../img/anchor-img-n3dsll.png");
}
.local-section__anchorImg--n3ds {
  background-image: url("../img/anchor-img-n3ds.png");
}
@media screen and (min-width: 760px), print {
  .local-section__anchorLink {
    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: 19px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: -4px;
    margin-top: -4px;
  }
  .local-section__anchorLink:hover,
  a:hover .local-section__anchorLink,
  button:hover .local-section__anchorLink,
  .ncommon-u-linkbox:hover .local-section__anchorLink {
    color: #ce181e;
    -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-section__anchorLink i,
  .local-section__anchorLink i:before,
  .local-section__anchorLink 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-section__anchorLink:hover i,
  a:hover .local-section__anchorLink i,
  button:hover .local-section__anchorLink i,
  .ncommon-u-linkbox:hover .local-section__anchorLink i,
  .local-section__anchorLink:hover i:before,
  a:hover .local-section__anchorLink i:before,
  button:hover .local-section__anchorLink i:before,
  .ncommon-u-linkbox:hover .local-section__anchorLink i:before,
  .local-section__anchorLink:hover i:after,
  a:hover .local-section__anchorLink i:after,
  button:hover .local-section__anchorLink i:after,
  .ncommon-u-linkbox:hover .local-section__anchorLink 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__anchorLink > 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-section__anchorLink > 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__anchorLink > i > i,
  .local-section__anchorLink > 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__anchorLink > i > i > i:first-child {
    opacity: 0;
  }
  .local-section__anchorLink > i > i {
    background-image: url(../../../../common/v2/img/ncommon/_common/icon/down-fill-3ds.svg);
  }
  .local-section__anchorLink > i > i > i:first-child {
    background-image: url(../../../../common/v2/img/ncommon/_common/icon/down-stroke-3ds.svg);
  }
  .local-section__anchorLink > i {
    position: absolute;
    top: 4.8px;
    left: 0;
  }
}
@media screen and (max-width: 759px) {
  .local-section__anchorLink {
    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: 16px;
    font-size: 10px;
    line-height: 18px;
    margin-bottom: -4px;
    margin-top: -4px;
  }
  .local-section__anchorLink:hover,
  a:hover .local-section__anchorLink,
  button:hover .local-section__anchorLink,
  .ncommon-u-linkbox:hover .local-section__anchorLink {
    color: #ce181e;
    -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-section__anchorLink i,
  .local-section__anchorLink i:before,
  .local-section__anchorLink 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__anchorLink:hover i,
  a:hover .local-section__anchorLink i,
  button:hover .local-section__anchorLink i,
  .ncommon-u-linkbox:hover .local-section__anchorLink i,
  .local-section__anchorLink:hover i:before,
  a:hover .local-section__anchorLink i:before,
  button:hover .local-section__anchorLink i:before,
  .ncommon-u-linkbox:hover .local-section__anchorLink i:before,
  .local-section__anchorLink:hover i:after,
  a:hover .local-section__anchorLink i:after,
  button:hover .local-section__anchorLink i:after,
  .ncommon-u-linkbox:hover .local-section__anchorLink 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__anchorLink > 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__anchorLink > 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__anchorLink > i > i,
  .local-section__anchorLink > 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__anchorLink > i > i > i:first-child {
    opacity: 0;
  }
  .local-section__anchorLink > i > i {
    background-image: url(../../../../common/v2/img/ncommon/_common/icon/down-fill-3ds.svg);
  }
  .local-section__anchorLink > i > i > i:first-child {
    background-image: url(../../../../common/v2/img/ncommon/_common/icon/down-stroke-3ds.svg);
  }
  .local-section__anchorLink > i {
    position: absolute;
    top: 4.8px;
    left: 0;
  }
}
.local-title {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .local-title {
    padding: 68px 0;
    font-size: 36px;
  }
}
.local-section-Bnr {
  padding-bottom: 0px;
}
.local-section {
  padding-bottom: 100px;
}
.local-section__header {
  border-top: 5px solid;
  border-color: #ce181e;
  padding: 70px 0;
}
@media screen and (max-width: 759px) {
  .local-section__header {
    padding: 42px 0;
  }
}
.local-section__headerContent {
  zoom: 1;
  position: relative;
}
.local-section__headerContent:after {
  content: "";
  display: block;
  clear: both;
}
.local-section__headingS {
  font-size: 18px;
  margin-bottom: -0.4em;
  margin-top: -0.4em;
  color: #3c3c3c;
  padding-bottom: 28px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 759px) {
  .local-section__headingS {
    text-align: center;
    padding-bottom: 21px;
  }
}
.local-section__headingLogo {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  margin: 0 auto;
}
.local-section__headingLogo:before {
  content: '';
  display: block;
}
.local-section__headingLogo--1 {
  background-image: url("../../../../common/v2/img/ncommon/_common/logo/2ds.svg");
  width: 340px;
  position: relative;
}
.local-section__headingLogo--1:before {
  content: '';
  display: block;
  padding-bottom: 11.818181818181818%;
}
@media screen and (max-width: 759px) {
  .local-section__headingLogo--1 {
    width: 226px;
  }
}
.local-section__headingLogo--2 {
  background-image: url("../../../../common/v2/img/ncommon/_common/logo/new3dsll.svg");
  width: 404px;
  position: relative;
}
.local-section__headingLogo--2:before {
  content: '';
  display: block;
  padding-bottom: 19.879969992498122%;
}
@media screen and (max-width: 759px) {
  .local-section__headingLogo--2 {
    width: 269px;
  }
}
.local-section__headingLogo--3 {
  background-image: url("../../../../common/v2/img/ncommon/_common/logo/new3ds.svg");
  width: 336px;
  position: relative;
}
.local-section__headingLogo--3:before {
  content: '';
  display: block;
  padding-bottom: 22.43861134631668%;
}
@media screen and (max-width: 759px) {
  .local-section__headingLogo--3 {
    width: 244px;
  }
}
.local-section__headingLogo--4 {
  background-image: url("../../../../common/v2/img/ncommon/_common/logo/3ds.svg");
  width: 346px;
  position: relative;
}
.local-section__headingLogo--4:before {
  content: '';
  display: block;
  padding-bottom: 11.818181818181818%;
}
@media screen and (max-width: 759px) {
  .local-section__headingLogo--4 {
    width: 230px;
  }
}
.local-section__headingLogo--5 {
  background-image: url("../../../../common/v2/img/ncommon/_common/logo/3dsll.svg");
  width: 331px;
  position: relative;
}
.local-section__headingLogo--5:before {
  content: '';
  display: block;
  padding-bottom: 10.381077529566362%;
}
@media screen and (max-width: 759px) {
  .local-section__headingLogo--5 {
    width: 262px;
  }
}
.local-section__headingBtnArea {
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .local-section__headingBtnArea {
    margin-top: 28px;
  }
}
@media screen and (max-width: 759px) {
  .local-section__headingBtnArea {
    margin-top: 21px;
  }
}
.local-section__headingBtn {
  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: 25px;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: -7px;
  margin-top: -7px;
}
.local-section__headingBtn:hover,
a:hover .local-section__headingBtn,
button:hover .local-section__headingBtn,
.ncommon-u-linkbox:hover .local-section__headingBtn {
  color: #ce181e;
  -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-section__headingBtn i,
.local-section__headingBtn i:before,
.local-section__headingBtn 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: 18px auto;
     -moz-background-size: 18px auto;
       -o-background-size: 18px auto;
          background-size: 18px auto;
}
.local-section__headingBtn:hover i,
a:hover .local-section__headingBtn i,
button:hover .local-section__headingBtn i,
.ncommon-u-linkbox:hover .local-section__headingBtn i,
.local-section__headingBtn:hover i:before,
a:hover .local-section__headingBtn i:before,
button:hover .local-section__headingBtn i:before,
.ncommon-u-linkbox:hover .local-section__headingBtn i:before,
.local-section__headingBtn:hover i:after,
a:hover .local-section__headingBtn i:after,
button:hover .local-section__headingBtn i:after,
.ncommon-u-linkbox:hover .local-section__headingBtn 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__headingBtn > i {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
}
.local-section__headingBtn > 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__headingBtn > i > i,
.local-section__headingBtn > 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__headingBtn > i > i > i:first-child {
  opacity: 0;
}
.local-section__headingBtn > i > i {
  background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-fill-3ds.svg);
}
.local-section__headingBtn > i > i > i:first-child {
  background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-stroke-3ds.svg);
}
.local-section__headingBtn > i {
  position: absolute;
  top: 8.4px;
  left: 0;
}
.local-section__mainVisual {
  display: none;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 70px;
}
.local-section__mainVisual:before {
  content: '';
  display: block;
  padding-bottom: 37.916666666666664%;
}
@media screen and (min-width: 980px), print {
  .local-section__mainVisual {
    display: block;
  }
}
.local-section__mainVisual--tab {
  display: none;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 70px;
}
.local-section__mainVisual--tab:before {
  content: '';
  display: block;
  padding-bottom: 56.315789473684205%;
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-section__mainVisual--tab {
    display: block;
  }
}
.local-section__mainVisual--sp {
  display: none;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 66px;
}
.local-section__mainVisual--sp:before {
  content: '';
  display: block;
  padding-bottom: 75.06666666666668%;
}
@media screen and (max-width: 759px) {
  .local-section__mainVisual--sp {
    display: block;
  }
}
.local-section__sliderItem {
  width: 100%;
}
.local-section__sliderVisual {
  display: none;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  margin-bottom: 28px;
  position: relative;
}
.local-section__sliderVisual:before {
  content: '';
  display: block;
  padding-bottom: 27%;
}
@media screen and (min-width: 980px), print {
  .local-section__sliderVisual {
    display: block;
  }
}
.local-section__sliderVisual--tab {
  display: none;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  margin-bottom: 28px;
  position: relative;
}
.local-section__sliderVisual--tab:before {
  content: '';
  display: block;
  padding-bottom: 28.999999999999996%;
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .local-section__sliderVisual--tab {
    display: block;
  }
}
.local-section__sliderVisual--sp {
  display: none;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  margin-bottom: 28px;
  position: relative;
}
.local-section__sliderVisual--sp:before {
  content: '';
  display: block;
  padding-bottom: 75.06666666666668%;
}
@media screen and (max-width: 759px) {
  .local-section__sliderVisual--sp {
    display: block;
  }
}
.local-section__sliderBtnArea {
  padding-bottom: 70px;
}
@media screen and (max-width: 759px) {
  .local-section__sliderBtnArea .local-section__sliderPrevBtn {
    position: relative;
    left: -15px;
  }
}
@media screen and (max-width: 759px) {
  .local-section__sliderBtnArea .local-section__sliderBts {
    position: relative;
    top: 10px;
  }
}
@media screen and (max-width: 759px) {
  .local-section__sliderBtnArea .local-section__sliderNextBtn {
    position: relative;
    right: -15px;
  }
}
.local-section__contentHeader {
  text-align: center;
  padding-top: 70px;
  position: relative;
  border-top: 1px solid #e6e6e6;
}
.local-section__headline {
  position: relative;
}
@media screen and (max-width: 759px) {
  .local-section__headline:first-of-type {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 760px), print {
  .local-section__siblings {
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
@media screen and (max-width: 759px) {
  .local-section__siblings {
    position: absolute;
    zoom: 1;
    width: 100%;
    top: 79px;
  }
  .local-section__siblings:after {
    content: "";
    display: block;
    clear: both;
  }
}
.local-section__contentEmpty {
  height: 130px;
  padding-top: 70px;
  position: relative;
  border-top: 1px solid #e6e6e6;
}
.local-section__contentHeading {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 759px) {
  .local-section__contentHeading {
    font-size: 14px;
  }
}
.local-section__priceArea {
  padding-top: 20px;
}
@media screen and (min-width: 760px), print {
  .local-section__price {
    display: inline-block;
    background-image: -webkit-linear-gradient(top, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
    background-image: -moz- oldlinear-gradient(top, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
    background-image: -o-linear-gradient(top, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
    background-image: linear-gradient(to bottom, #b2b2b2, #b2b2b2 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;
    margin: 6px 7px 0 0;
    padding-right: 14px;
    font-size: 14px;
    line-height: 16px;
    vertical-align: top;
  }
}
@media screen and (max-width: 759px) {
  .local-section__price {
    font-size: 12px;
    float: left;
    width: 50%;
    line-height: 2;
  }
}
.local-section__price br.pnly-sp {
  display: none;
}
@media screen and (max-width: 759px) {
  .local-section__price br.pnly-sp {
    display: block;
  }
}
.local-section__priceInner {
  font-weight: bold;
}
@media screen and (min-width: 760px), print {
  .local-section__priceInner {
    vertical-align: top;
  }
}
@media screen and (max-width: 759px) {
  .local-section__priceInner {
    display: block;
  }
}
@media screen and (min-width: 760px), print {
  .local-section__priceNum {
    font-size: 16px;
    vertical-align: top;
  }
}
@media screen and (max-width: 759px) {
  .local-section__priceNum {
    font-size: 14px;
  }
}
.local-section__linkArea {
  padding-top: 28px;
  text-align: right;
}
.local-section__setContentLink {
  width: 137px !important;
}
@media screen and (min-width: 760px), print {
  .local-section__setContentLink {
    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: 28px;
    border-width: 2px;
    font-size: 12px;
    line-height: 23px;
    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;
    display: inline-block;
    vertical-align: top;
  }
  .local-section__setContentLink > i {
    margin-right: 0.5em;
    vertical-align: top;
  }
  .local-section__setContentLink i,
  .local-section__setContentLink i:before,
  .local-section__setContentLink 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-section__setContentLink:hover i,
  a:hover .local-section__setContentLink i,
  button:hover .local-section__setContentLink i,
  .ncommon-u-linkbox:hover .local-section__setContentLink i,
  .local-section__setContentLink:hover i:before,
  a:hover .local-section__setContentLink i:before,
  button:hover .local-section__setContentLink i:before,
  .ncommon-u-linkbox:hover .local-section__setContentLink i:before,
  .local-section__setContentLink:hover i:after,
  a:hover .local-section__setContentLink i:after,
  button:hover .local-section__setContentLink i:after,
  .ncommon-u-linkbox:hover .local-section__setContentLink 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__setContentLink > 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-section__setContentLink > 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__setContentLink > i {
    top: 6px !important;
  }
  .local-section__setContentLink > i > i,
  .local-section__setContentLink > 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__setContentLink > i > i > i:first-child {
    opacity: 0;
  }
  .local-section__setContentLink > i > i {
    background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-fill-3ds.svg);
  }
  .local-section__setContentLink > i > i > i:first-child {
    background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-stroke-3ds.svg);
  }
  .local-section__setContentLink {
    color: #3c3c3c;
  }
  .local-section__setContentLink:hover,
  a:hover .local-section__setContentLink,
  button:hover .local-section__setContentLink,
  .ncommon-u-linkbox:hover .local-section__setContentLink {
    -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: #ce181e;
    border-color: #ce181e;
  }
}
@media screen and (max-width: 759px) {
  .local-section__setContentLink {
    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: 28px;
    border-width: 2px;
    font-size: 12px;
    line-height: 23px;
    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;
    margin: 12px 0;
    float: right;
  }
  .local-section__setContentLink > i {
    margin-right: 0.5em;
    vertical-align: top;
  }
  .local-section__setContentLink i,
  .local-section__setContentLink i:before,
  .local-section__setContentLink 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-section__setContentLink:hover i,
  a:hover .local-section__setContentLink i,
  button:hover .local-section__setContentLink i,
  .ncommon-u-linkbox:hover .local-section__setContentLink i,
  .local-section__setContentLink:hover i:before,
  a:hover .local-section__setContentLink i:before,
  button:hover .local-section__setContentLink i:before,
  .ncommon-u-linkbox:hover .local-section__setContentLink i:before,
  .local-section__setContentLink:hover i:after,
  a:hover .local-section__setContentLink i:after,
  button:hover .local-section__setContentLink i:after,
  .ncommon-u-linkbox:hover .local-section__setContentLink 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__setContentLink > 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-section__setContentLink > 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__setContentLink > i {
    top: 6px !important;
  }
  .local-section__setContentLink > i > i,
  .local-section__setContentLink > 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__setContentLink > i > i > i:first-child {
    opacity: 0;
  }
  .local-section__setContentLink > i > i {
    background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-fill-3ds.svg);
  }
  .local-section__setContentLink > i > i > i:first-child {
    background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-stroke-3ds.svg);
  }
  .local-section__setContentLink {
    color: #3c3c3c;
  }
  .local-section__setContentLink:hover,
  a:hover .local-section__setContentLink,
  button:hover .local-section__setContentLink,
  .ncommon-u-linkbox:hover .local-section__setContentLink {
    -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: #ce181e;
    border-color: #ce181e;
  }
}
@media screen and (min-width: 760px) and (min-width: 760px), print {
  .local-section__setContentLink {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
}
@media screen and (min-width: 760px) and (max-width: 759px) {
  .local-section__setContentLink {
    -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__setContentLink {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .local-section__setContentLink {
    -webkit-border-radius: 1.5px;
       -moz-border-radius: 1.5px;
            border-radius: 1.5px;
  }
}
.local-section__moreLink {
  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;
  margin-left: 28px;
}
.local-section__moreLink:hover,
a:hover .local-section__moreLink,
button:hover .local-section__moreLink,
.ncommon-u-linkbox:hover .local-section__moreLink {
  color: #ce181e;
  -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-section__moreLink i,
.local-section__moreLink i:before,
.local-section__moreLink 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__moreLink:hover i,
a:hover .local-section__moreLink i,
button:hover .local-section__moreLink i,
.ncommon-u-linkbox:hover .local-section__moreLink i,
.local-section__moreLink:hover i:before,
a:hover .local-section__moreLink i:before,
button:hover .local-section__moreLink i:before,
.ncommon-u-linkbox:hover .local-section__moreLink i:before,
.local-section__moreLink:hover i:after,
a:hover .local-section__moreLink i:after,
button:hover .local-section__moreLink i:after,
.ncommon-u-linkbox:hover .local-section__moreLink 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__moreLink > 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__moreLink > 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__moreLink > i > i,
.local-section__moreLink > 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__moreLink > i > i > i:first-child {
  opacity: 0;
}
.local-section__moreLink > i > i {
  background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-fill-3ds.svg);
}
.local-section__moreLink > i > i > i:first-child {
  background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-stroke-3ds.svg);
}
.local-section__moreLink > i {
  position: absolute;
  top: 6px;
  left: 0;
}
.local-section__grid {
  margin-bottom: 70px;
  padding: 57px 0 0;
  zoom: 1;
}
.local-section__grid:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 760px), print {
  .local-section__col {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 44px;
    width: -webkit-calc((100% - 44px * (3 - 1)) / 3 - 0.1px);
    width: -moz-calc((100% - 44px * (3 - 1)) / 3 - 0.1px);
    width: calc((100% - 44px * (3 - 1)) / 3 - 0.1px);
  }
  .local-section__col:not(:nth-child(-n+3)) {
    padding-top: 42px;
  }
  .local-section__col:nth-child(3n) {
    margin-right: 0;
  }
  .local-section__col:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 759px) {
  .local-section__col {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0px;
    width: -webkit-calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
    width: -moz-calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
    width: calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
  }
  .local-section__col:not(:nth-child(-n+2)) {
    padding-top: 28px;
  }
  .local-section__col:nth-child(2n) {
    margin-right: 0;
  }
  .local-section__col:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 760px), print {
  .local-section__col--s {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 20px;
    width: -webkit-calc((100% - 20px * (5 - 1)) / 5 - 0.1px);
    width: -moz-calc((100% - 20px * (5 - 1)) / 5 - 0.1px);
    width: calc((100% - 20px * (5 - 1)) / 5 - 0.1px);
  }
  .local-section__col--s:not(:nth-child(-n+5)) {
    padding-top: 42px;
  }
  .local-section__col--s:nth-child(5n) {
    margin-right: 0;
  }
  .local-section__col--s:nth-child(5n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 759px) {
  .local-section__col--s {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0px;
    width: -webkit-calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
    width: -moz-calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
    width: calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
  }
  .local-section__col--s:not(:nth-child(-n+2)) {
    padding-top: 42px;
  }
  .local-section__col--s:nth-child(2n) {
    margin-right: 0;
  }
  .local-section__col--s:nth-child(2n + 1) {
    clear: left;
  }
}
.local-section__thumb {
  position: relative;
}
.local-section__thumb.is-new:after {
  content: 'NEW';
  position: absolute;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border-style: solid;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border-color: #e60012;
  background-color: #e60012;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 14px;
  width: 49px;
  line-height: 49px;
}
@media screen and (min-width: 760px), print {
  .local-section__thumb.is-new:after {
    top: -14px;
    border-width: 4px;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }
}
@media screen and (max-width: 759px) {
  .local-section__thumb.is-new:after {
    top: -15px;
    left: -7px;
    width: 30px;
    line-height: 30px;
    border-width: 2px;
    font-size: 10px;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
  }
}
@media screen and (max-width: 759px) {
  .local-section__thumb.is-new:after {
    left: 0;
  }
}
.local-section__thumbText01 {
  padding-top: 28px;
}
.local-section__thumbText01--t0 {
  padding-top: 0;
}
.local-section__thumbText02 {
  padding-top: 14px;
}
.local-section__thumbLink {
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .local-section__thumbLink {
    padding-top: 28px;
  }
  .local-section__thumbLink > span {
    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;
  }
  .local-section__thumbLink > span:hover,
  a:hover .local-section__thumbLink > span,
  button:hover .local-section__thumbLink > span,
  .ncommon-u-linkbox:hover .local-section__thumbLink > span {
    color: #ce181e;
    -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-section__thumbLink > span i,
  .local-section__thumbLink > span i:before,
  .local-section__thumbLink > span 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__thumbLink > span:hover i,
  a:hover .local-section__thumbLink > span i,
  button:hover .local-section__thumbLink > span i,
  .ncommon-u-linkbox:hover .local-section__thumbLink > span i,
  .local-section__thumbLink > span:hover i:before,
  a:hover .local-section__thumbLink > span i:before,
  button:hover .local-section__thumbLink > span i:before,
  .ncommon-u-linkbox:hover .local-section__thumbLink > span i:before,
  .local-section__thumbLink > span:hover i:after,
  a:hover .local-section__thumbLink > span i:after,
  button:hover .local-section__thumbLink > span i:after,
  .ncommon-u-linkbox:hover .local-section__thumbLink > span 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__thumbLink > span > 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__thumbLink > span > 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__thumbLink > span > i > i,
  .local-section__thumbLink > span > 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__thumbLink > span > i > i > i:first-child {
    opacity: 0;
  }
  .local-section__thumbLink > span > i > i {
    background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-fill-3ds.svg);
  }
  .local-section__thumbLink > span > i > i > i:first-child {
    background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-stroke-3ds.svg);
  }
  .local-section__thumbLink > span > i {
    position: absolute;
    top: 6px;
    left: 0;
  }
}
@media screen and (max-width: 759px) {
  .local-section__thumbLink {
    padding-top: 21px;
  }
  .local-section__thumbLink > span {
    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: 19px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: -4px;
    margin-top: -4px;
  }
  .local-section__thumbLink > span:hover,
  a:hover .local-section__thumbLink > span,
  button:hover .local-section__thumbLink > span,
  .ncommon-u-linkbox:hover .local-section__thumbLink > span {
    color: #ce181e;
    -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-section__thumbLink > span i,
  .local-section__thumbLink > span i:before,
  .local-section__thumbLink > span 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-section__thumbLink > span:hover i,
  a:hover .local-section__thumbLink > span i,
  button:hover .local-section__thumbLink > span i,
  .ncommon-u-linkbox:hover .local-section__thumbLink > span i,
  .local-section__thumbLink > span:hover i:before,
  a:hover .local-section__thumbLink > span i:before,
  button:hover .local-section__thumbLink > span i:before,
  .ncommon-u-linkbox:hover .local-section__thumbLink > span i:before,
  .local-section__thumbLink > span:hover i:after,
  a:hover .local-section__thumbLink > span i:after,
  button:hover .local-section__thumbLink > span i:after,
  .ncommon-u-linkbox:hover .local-section__thumbLink > span 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__thumbLink > span > 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-section__thumbLink > span > 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__thumbLink > span > i > i,
  .local-section__thumbLink > span > 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__thumbLink > span > i > i > i:first-child {
    opacity: 0;
  }
  .local-section__thumbLink > span > i > i {
    background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-fill-3ds.svg);
  }
  .local-section__thumbLink > span > i > i > i:first-child {
    background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-stroke-3ds.svg);
  }
  .local-section__thumbLink > span > i {
    position: absolute;
    top: 4.8px;
    left: 0;
  }
}
.local-section__thumbName {
  font-size: 14px;
  margin-bottom: -0.4em;
  margin-top: -0.4em;
  font-weight: bold;
  text-align: center;
  -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 (max-width: 759px) {
  .local-section__thumbName {
    letter-spacing: -0.08em;
    font-size: 12px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
  }
}
a:hover .local-section__thumbName {
  color: #ce181e;
  -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-section__thumbDate {
  color: #737373;
  font-size: 12px;
  margin-bottom: -0.4em;
  margin-top: -0.4em;
  text-align: center;
}
.local-section__thumbDate span {
  font-weight: bold;
}
@media screen and (max-width: 759px) {
  .local-section__thumbDate {
    font-size: 10px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
  }
}
.local-section__limited {
  color: #ce181e;
}
.local-section__moreBtn {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  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: 70px;
  border-width: 0px;
  font-size: 14px;
  line-height: 69px;
  border-color: #f8f8f8;
  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-section__moreBtn {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
}
@media screen and (max-width: 759px) {
  .local-section__moreBtn {
    -webkit-border-radius: 1.5px;
       -moz-border-radius: 1.5px;
            border-radius: 1.5px;
  }
}
.local-section__moreBtn > i {
  margin-right: 0.5em;
  vertical-align: top;
}
.local-section__moreBtn i,
.local-section__moreBtn i:before,
.local-section__moreBtn 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__moreBtn:hover i,
a:hover .local-section__moreBtn i,
button:hover .local-section__moreBtn i,
.ncommon-u-linkbox:hover .local-section__moreBtn i,
.local-section__moreBtn:hover i:before,
a:hover .local-section__moreBtn i:before,
button:hover .local-section__moreBtn i:before,
.ncommon-u-linkbox:hover .local-section__moreBtn i:before,
.local-section__moreBtn:hover i:after,
a:hover .local-section__moreBtn i:after,
button:hover .local-section__moreBtn i:after,
.ncommon-u-linkbox:hover .local-section__moreBtn 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__moreBtn > 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__moreBtn > 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__moreBtn > i {
  top: 28px !important;
}
.local-section__moreBtn > i > i,
.local-section__moreBtn > 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__moreBtn > i > i > i:first-child {
  opacity: 0;
}
.local-section__moreBtn > i > i {
  background-image: url(../../../../common/v2/img/ncommon/_common/icon/plus-fill-3ds.svg);
}
.local-section__moreBtn > i > i > i:first-child {
  background-image: url(../../../../common/v2/img/ncommon/_common/icon/plus-stroke-3ds.svg);
}
.local-section__moreBtn {
  color: #3c3c3c;
}
.local-section__moreBtn:hover,
a:hover .local-section__moreBtn,
button:hover .local-section__moreBtn,
.ncommon-u-linkbox:hover .local-section__moreBtn {
  -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: #ce181e;
  border-color: #ce181e;
}
@media screen and (max-width: 759px) {
  .local-section__moreBtn {
    height: 56px;
    font-size: 12px;
    line-height: 56px;
  }
  .local-section__moreBtn i,
  .local-section__moreBtn i:before,
  .local-section__moreBtn 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-section__moreBtn:hover i,
  a:hover .local-section__moreBtn i,
  button:hover .local-section__moreBtn i,
  .ncommon-u-linkbox:hover .local-section__moreBtn i,
  .local-section__moreBtn:hover i:before,
  a:hover .local-section__moreBtn i:before,
  button:hover .local-section__moreBtn i:before,
  .ncommon-u-linkbox:hover .local-section__moreBtn i:before,
  .local-section__moreBtn:hover i:after,
  a:hover .local-section__moreBtn i:after,
  button:hover .local-section__moreBtn i:after,
  .ncommon-u-linkbox:hover .local-section__moreBtn 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__moreBtn > 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-section__moreBtn > 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__moreBtn > i {
    top: 22px !important;
  }
}
.local-section__moreBtn span:before {
  content: "生産終了の製品";
}
.local-section__moreBtn.js-active {
  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: 70px;
  border-width: 0px;
  font-size: 14px;
  line-height: 69px;
  border-color: #f8f8f8;
  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-section__moreBtn.js-active {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
}
@media screen and (max-width: 759px) {
  .local-section__moreBtn.js-active {
    -webkit-border-radius: 1.5px;
       -moz-border-radius: 1.5px;
            border-radius: 1.5px;
  }
}
.local-section__moreBtn.js-active > i {
  margin-right: 0.5em;
  vertical-align: top;
}
.local-section__moreBtn.js-active i,
.local-section__moreBtn.js-active i:before,
.local-section__moreBtn.js-active 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__moreBtn.js-active:hover i,
a:hover .local-section__moreBtn.js-active i,
button:hover .local-section__moreBtn.js-active i,
.ncommon-u-linkbox:hover .local-section__moreBtn.js-active i,
.local-section__moreBtn.js-active:hover i:before,
a:hover .local-section__moreBtn.js-active i:before,
button:hover .local-section__moreBtn.js-active i:before,
.ncommon-u-linkbox:hover .local-section__moreBtn.js-active i:before,
.local-section__moreBtn.js-active:hover i:after,
a:hover .local-section__moreBtn.js-active i:after,
button:hover .local-section__moreBtn.js-active i:after,
.ncommon-u-linkbox:hover .local-section__moreBtn.js-active 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__moreBtn.js-active > 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__moreBtn.js-active > 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__moreBtn.js-active > i {
  top: 28px !important;
}
.local-section__moreBtn.js-active > i > i,
.local-section__moreBtn.js-active > 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__moreBtn.js-active > i > i > i:first-child {
  opacity: 0;
}
.local-section__moreBtn.js-active > i > i {
  background-image: url(../../../../common/v2/img/ncommon/_common/icon/close2-fill-3ds.svg);
}
.local-section__moreBtn.js-active > i > i > i:first-child {
  background-image: url(../../../../common/v2/img/ncommon/_common/icon/close2-stroke-3ds.svg);
}
.local-section__moreBtn.js-active {
  color: #3c3c3c;
}
.local-section__moreBtn.js-active:hover,
a:hover .local-section__moreBtn.js-active,
button:hover .local-section__moreBtn.js-active,
.ncommon-u-linkbox:hover .local-section__moreBtn.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: #ce181e;
  border-color: #ce181e;
}
.local-section__moreBtn.js-active span:before {
  content: "閉じる" !important;
}
.local-section__space {
  font-size: 14px;
  text-align: center;
  height: 238px;
  line-height: 17;
  position: relative;
}
.local-section__endHeaderContent {
  zoom: 1;
}
.local-section__endHeaderContent:after {
  content: "";
  display: block;
  clear: both;
}
.local-section__endHeaderLogos {
  display: block;
  float: left;
}
@media screen and (min-width: 1200px), print {
  .local-section__endHeaderLogos {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 759px) {
  .local-section__endHeaderLogos {
    float: none;
    text-align: center;
  }
}
.local-section__endHeadingLogo {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  display: inline-block;
}
.local-section__endHeadingLogo:before {
  content: '';
  display: block;
}
@media screen and (max-width: 759px) {
  .local-section__endHeadingLogo {
    display: block;
    margin: 0 auto 42px;
  }
}
.local-section__endHeadingText {
  display: inline-block;
  font-weight: bold;
  margin-left: 26px;
  color: #737373;
}
@media screen and (max-width: 759px) {
  .local-section__endHeadingText {
    display: block;
    margin-left: 0;
    margin-bottom: 14px;
  }
}
.local-section__endHeaderLinks {
  zoom: 1;
  padding-top: 28px;
}
.local-section__endHeaderLinks:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 760px), print {
  .local-section__endHeaderLinks {
    float: right;
    width: 450px;
  }
}
@media screen and (min-width: 1200px), print {
  .local-section__endHeaderLinks {
    float: none;
    display: inline-block;
    margin-left: 10.982142857142858%;
  }
}
@media screen and (max-width: 759px) {
  .local-section__endHeaderLinks {
    text-align: center;
  }
}
@media screen and (min-width: 760px), print {
  .local-section__endHeaderLinkCol {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 28px;
    width: -webkit-calc((100% - 28px * (4 - 1)) / 4 - 0.1px);
    width: -moz-calc((100% - 28px * (4 - 1)) / 4 - 0.1px);
    width: calc((100% - 28px * (4 - 1)) / 4 - 0.1px);
  }
  .local-section__endHeaderLinkCol:not(:nth-child(-n+4)) {
    padding-top: 0px;
  }
  .local-section__endHeaderLinkCol:nth-child(4n) {
    margin-right: 0;
  }
  .local-section__endHeaderLinkCol:nth-child(4n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 759px) {
  .local-section__endHeaderLinkCol {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 28px;
    width: -webkit-calc((100% - 28px * (2 - 1)) / 2 - 0.1px);
    width: -moz-calc((100% - 28px * (2 - 1)) / 2 - 0.1px);
    width: calc((100% - 28px * (2 - 1)) / 2 - 0.1px);
  }
  .local-section__endHeaderLinkCol:not(:nth-child(-n+2)) {
    padding-top: 14px;
  }
  .local-section__endHeaderLinkCol:nth-child(2n) {
    margin-right: 0;
  }
  .local-section__endHeaderLinkCol:nth-child(2n + 1) {
    clear: left;
  }
}
.local-section__endHeaderLink {
  margin-left: 0;
}
