@font-face {
  font-family: "ncommonJp";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "ncommonJp";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
.local-error__section {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.local-error__img {
  background-image: url("../img/mario-img.gif");
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  margin: 0 auto;
  width: 60.18px;
  position: relative;
}
.local-error__img:before {
  content: '';
  display: block;
  padding-bottom: 132.96703296703296%;
}
.local-error__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  padding: 42px 0 12px;
}
@media screen and (max-width: 759px) {
  .local-error__title {
    font-size: 18px;
  }
}
.local-error__errorCode .local-error__title:before {
  background-color: #f2f2f2;
  content: 'エラーコード';
  display: block;
  font-size: 10px;
  margin: 0 auto 3px;
  line-height: 2em;
  height: 20px;
  width: 100px;
}
.local-error__text {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: -0.03em;
  padding-bottom: 36px;
}
@media screen and (max-width: 759px) {
  .local-error__text {
    text-align: left;
    font-size: 12px;
    display: inline-block;
  }
}
.local-error__btn {
  display: block;
  outline: none;
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border-style: solid;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 44px;
  border-width: 2px;
  font-size: 14px;
  line-height: 40px;
  border-color: #e60012;
  background-color: #e60012;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
     -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -o-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
          transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  margin: 0 auto 28px;
  width: 200px;
}
.local-error__btn > i {
  margin-right: 0.5em;
  vertical-align: top;
}
.local-error__btn i,
.local-error__btn i:before,
.local-error__btn i:after {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: inherit;
  -webkit-transition: $transition_df;
     -moz-transition: $transition_df;
       -o-transition: $transition_df;
          transition: $transition_df;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: 14px auto;
    -o-background-size: 14px auto;
       background-size: 14px auto;
}
.local-error__btn:hover i,
a:hover .local-error__btn i,
button:hover .local-error__btn i,
.ncommon-u-linkbox:hover .local-error__btn i,
.local-error__btn:hover i:before,
a:hover .local-error__btn i:before,
button:hover .local-error__btn i:before,
.ncommon-u-linkbox:hover .local-error__btn i:before,
.local-error__btn:hover i:after,
a:hover .local-error__btn i:after,
button:hover .local-error__btn i:after,
.ncommon-u-linkbox:hover .local-error__btn 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-error__btn > i {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.local-error__btn > 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-error__btn > i {
  top: 13px !important;
}
.local-error__btn > i > i,
.local-error__btn > 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-error__btn > i > i > i:first-child {
  opacity: 0;
}
.local-error__btn > i > i {
  background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-red.svg);
}
.local-error__btn > i > i > i:first-child {
  background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-red.svg);
}
.local-error__btn:hover > i > i > i:first-child,
a:hover .local-error__btn > i > i > i:first-child,
button:hover .local-error__btn > i > i > i:first-child,
.ncommon-u-linkbox:hover .local-error__btn > i > i > i:first-child {
  opacity: 1;
}
.local-error__btn {
  color: #fff;
}
.local-error__btn:hover,
a:hover .local-error__btn,
button:hover .local-error__btn,
.ncommon-u-linkbox:hover .local-error__btn {
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: transparent;
  color: #e60012;
}
.local-error__errorCode .local-error__btn {
  width: 240px;
}
.local-error__link {
  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;
  margin-top: -5px;
  margin-bottom: -5px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 22px;
}
.local-error__link:hover,
a:hover .local-error__link,
button:hover .local-error__link,
.ncommon-u-linkbox:hover .local-error__link {
  color: #e60012;
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.local-error__link i,
.local-error__link i:before,
.local-error__link i:after {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: inherit;
  -webkit-transition: $transition_df;
     -moz-transition: $transition_df;
       -o-transition: $transition_df;
          transition: $transition_df;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: 14px auto;
    -o-background-size: 14px auto;
       background-size: 14px auto;
}
.local-error__link:hover i,
a:hover .local-error__link i,
button:hover .local-error__link i,
.ncommon-u-linkbox:hover .local-error__link i,
.local-error__link:hover i:before,
a:hover .local-error__link i:before,
button:hover .local-error__link i:before,
.ncommon-u-linkbox:hover .local-error__link i:before,
.local-error__link:hover i:after,
a:hover .local-error__link i:after,
button:hover .local-error__link i:after,
.ncommon-u-linkbox:hover .local-error__link 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-error__link > i {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.local-error__link > 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-error__link > i > i,
.local-error__link > 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-error__link > i > i > i:first-child {
  opacity: 0;
}
.local-error__link > i > i {
  background-image: url(../../common/v2/img/ncommon/_common/icon/right-fill-red.svg);
}
.local-error__link > i > i > i:first-child {
  background-image: url(../../common/v2/img/ncommon/_common/icon/right-stroke-red.svg);
}
.local-error__link > i {
  position: absolute;
  top: 5px;
  left: 0;
}
