.l-footer {
  zoom: 1;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 7%;
  padding-right: 7%;
}

.l-footer:before {
  content: "";
  display: block;
}

.l-footer:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 1023px) {
  .l-footer {
    padding-left: 0;
    padding-right: 0;
  }
}

/* @media only screen  and (max-width:767px) {
	.l-footer {
	  max-width: 480px
	}
  }
  
  @media only screen  and (max-width:599px) {
	.l-footer {
	  padding-left: 0;
	  padding-right: 0
	}
  }*/

.footer {
  margin-top: 80px;
  padding-bottom: 50px;
  border-top: 1px solid #eee;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.footer.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.footer-content {
  float: left;
  min-width: 780px;
  width: 82%;
}

.mo-ver .footer-qrcode {
  position: absolute;
  bottom: 60px;
  z-index: 99;
}

.footer-qrcode {
  float: right;
  padding-top: 7px;
  text-align: right;
}

.footer-qrcode img {
  vertical-align: top;
  background-color: #fff;
}

a.footer-item:focus,
a.footer-item:hover {
  color: #000;
}

.footer-links {
  padding: 15px 0 6px;
  border-bottom: 1px solid #eee;
}

.footer-links .footer-item {
  display: inline-block;
  margin-right: 1.1em;
  padding: 3px 0;
  vertical-align: top;
}

.footer-cert {
  padding: 8px 0 0;
}

.footer-cert .footer-item {
  position: relative;
  display: inline-block;
  margin-left: 0.2em;
  padding: 3px 0 3px 0.6em;
  vertical-align: middle;
}

.footer-cert .footer-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 12px;
  margin: auto;
  background: #e5e5e5;
}

.footer-cert .footer-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.footer-cert .footer-item:first-child:after {
  display: none;
}

.footer-sgs,
.footer-sgs img {
  vertical-align: middle;
}

.footer-sgs img {
  width: 20px;
}

.footer-sgs img + span {
  padding-left: 0.4em;
}

.footer-livechat,
.footer-weibo {
  vertical-align: top;
}

.footer-livechat .icon,
.footer-weibo .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-left: 3px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.footer-livechat .icon {
  background-image: url(/resource/img/a/icon_livechat.png);
}

.footer-weibo .icon {
  background-image: url(/resource/img/a/icon_weibo.png);
}

@media only screen and (max-width: 1023px) {
  .footer {
    margin-top: 56px;
    padding: 0;
    text-align: center;
  }

  .footer-content,
  .footer-qrcode {
    display: none;
  }

  .footer-mobile .bar {
    display: inline-block;
    height: 12px;
    border-left: 1px solid #d5d5d5;
  }

  .footer-mobile .link-loc {
    display: inline-block;
    width: 150px;
    margin-right: 0.5em;
    text-align: left;
  }

  .footer-mobile .link-loc .icon-location2 {
    color: #aaa;
    font-size: 24px;
    margin-left: 0.25em;
    vertical-align: middle;
  }

  .footer-mobile .link-lang {
    display: inline-block;
    width: 150px;
    margin-left: 0.5em;
    text-align: right;
  }

  .footer-mobile .link-lang .icon-arr-down,
  .footer-mobile .link-lang .icon-arr-up {
    font-size: 20px;
    color: #999;
    vertical-align: middle;
  }

  .footer-mobile .link-lang .icon-arr-up {
    display: none;
  }

  .footer-mobile .link-lang.toggle-on .icon-arr-up {
    display: inline-block;
  }

  .footer-mobile .link-lang.toggle-on .icon-arr-down {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .footer {
    margin-top: 32px;
  }

  .footer-mobile .link-lang,
  .footer-mobile .link-loc {
    width: 49%;
    margin: 0;
    font-size: 14px;
    text-align: center;
  }

  .footer-mobile .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 24px;
    margin-left: 10px;
    margin-top: -12px;
  }
}

.languages {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: #fff;
}

.languages.is-active {
  display: block;
}

.languages h2 {
  margin-bottom: 0.1em;
  padding: 0.6em 0;
  /* border-bottom: 1px solid #aaa; */
  color: #191919;
  font-size: 20px;
}

.languages .close-layer {
  position: absolute;
  top: 10px;
  right: 4px;
}

.languages .close-layer .icon-close {
  width: 30px;
  height: 30px;
}

.languages .select-language-list {
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  bottom: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  padding: 0 1.5em;
}

.languages .select-language-list > li {
  position: relative;
  border-bottom: 1px solid #ccc;
}

.languages .select-language-list > li > a {
  display: block;
  padding: 0.7em 0.5em;
}

.languages .select-language-list > li:after {
  position: absolute;
  content: "\e807";
  top: 50%;
  right: 5px;
  margin-top: -9px;
  color: #191919;
  font-size: 20px;
  font-family: fontello;
  line-height: 1;
}

.languages .select-language-list > li.is-current a {
  color: #000;
  font-weight: 700;
}

.languages .select-language-list > li.is-current:after {
  /* content: '\e818'; */
  /* margin-top: -9px; */
  /* color: #191919; */
}

/* ----- new */

@media only screen and (max-width: 767px) {
  .footer-content.footer-pc {
    /* display: none !important; */
  }

  .footer-mobile {
    position: relative;
    /* display: block; */
    background-color: #f8f7f5;
    border-top: 1px solid #eee;
    font-size: 14px;
    text-align: center;
  }

  .footer-mobile .footer-toggle {
    position: relative;
    box-sizing: border-box;
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0 30px;
    font-size: 1.173vw;
    border-bottom: 1px solid #eee;
  }
  .footer-mobile .footer-toggle-button {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 56px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .footer-mobile .footer-toggle-button::after {
    display: block;
    content: "";
    position: absolute;
    padding: 0 30px;
    right: 5.55vw;
    top: 0;
    width: 15px;
    height: 56px;
    background-image: url(/resource/img/a/ico_arr_footer_down.png);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s;
  }
  .footer-mobile .footer-toggle-button.is-open::after {
    transform: rotate(180deg);
  }

  .footer-mobile .footer-toggle-button.is-open + .footer-mobile-links {
    height: 100%;
  }

  .footer-mobile .footer-mobile-links {
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
  }

  .footer-mobile .inner-mobile-links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 16px 30px 32px;
  }
  .footer-mobile .footer-mobile-links .inner-links {
    width: calc(100% - 48px);
  }
  .footer-mobile .footer-mobile-links .inner-links + .inner-links {
    margin-top: 15px;
  }

  .footer-mobile .footer-mobile-links .inner-links + .inner-links .footer-item {
    color: #888;
  }
  .footer-mobile
    .footer-mobile-links
    .inner-links
    + .inner-links
    .footer-item::after {
    display: none;
  }
  .footer-mobile .footer-item {
    position: relative;
    color: #222;
    line-height: 2;
    padding-right: 15px;
    font-size: 1.173vw;
  }
  .footer-mobile .footer-item {
  }
  .footer-mobile .footer-item::after {
    display: block;
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1.173vw;
    background-color: #999;
  }
  .footer-mobile .footer-item:last-child:after {
    display: none;
  }

  .footer-mark a {
    width: 48px;
  }

  .footer-mobile .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 12px;
    margin-top: -6px;
    border-left: 1px solid #d5d5d5;
  }

  .footer-mobile .link-loc {
    display: inline-block;
    width: 150px;
    margin-right: 0.5em;
    text-align: left;
  }

  .footer-mobile .link-loc .icon-location2 {
    color: #aaa;
    font-size: 24px;
    margin-left: 0.25em;
    vertical-align: middle;
  }

  .footer-mark {
    position: static;
  }

  .footer-mobile .link-lang {
    display: inline-block;
    width: 150px;
    margin-left: 0.5em;
    text-align: right;
  }

  .footer-mobile .link-lang .icon-arr-down,
  .footer-mobile .link-lang .icon-arr-up {
    font-size: 20px;
    color: #999;
    vertical-align: middle;
  }

  .footer-mobile .link-lang .icon-arr-up {
    display: none;
  }

  .footer-mobile .link-lang.toggle-on .icon-arr-up {
    display: inline-block;
  }

  .footer-mobile .link-lang.toggle-on .icon-arr-down {
    display: none;
  }

  .footer-sns-wrap {
    position: static;
    width: 100%;
    justify-content: center;
    border-top: 1px solid #eee;
  }
}

@media only screen and (max-width: 767px) {
  .footer-mobile .footer-toggle {
    padding: 0 5.55vw;
    height: 15.555vw;
    font-size: 3.333vw;
  }
  .footer-mobile .footer-toggle-button {
    height: 15.555vw;
    padding: 0;
  }
  .footer-mobile .footer-toggle-button::after {
    padding: 0;
    width: 4.166vw;
    height: 15.555vw;
    background-size: 4.166vw auto;
  }

  .footer-mobile .footer-mobile-links .inner-links {
    width: 100%;
  }
  .footer-mobile .footer-mobile-links .inner-links + .inner-links {
    width: calc(100% - 13.333vw);
  }

  .footer-mobile .inner-mobile-links {
    padding: 4.444vw 5.55vw 8.888vw;
  }

  .footer-mark a {
    width: 13.333vw;
  }

  .footer-mobile .footer-item {
    padding-right: 4.444vw;
    font-size: 3.333vw;
  }

  .footer-mobile .footer-item::after {
    right: 2.222vw;
    height: 3.333vw;
  }

  .footer-mobile .footer-mobile-links .inner-links + .inner-links {
    margin-top: 4.166vw;
  }
}
@media only screen and (max-width: 599px) {
  .footer {
    margin-top: 32px;
  }

  .footer-mobile .link-lang,
  .footer-mobile .link-loc {
    width: 49%;
    margin: 0;
    font-size: 14px;
    text-align: center;
  }
}

/* -------- new */

.mo-ver {
  display: none;
}

.pc-ver {
  display: block;
}

.footer-content {
  width: 100%;
}

.footer-content .footer-links {
  position: relative;
}

.footer-content .footer-links .footer-item {
  position: relative;
}

.footer-content .footer-links .footer-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.7em;
  width: 1px;
  height: 12px;
  margin: auto;
  background: #e5e5e5;
}

.footer-content .footer-links .footer-item:last-of-type:after {
  content: unset;
  display: none;
}

.footer-content .footer-links .ico-link-list {
  position: absolute;
  top: 6px;
  right: 0;
}

.footer-content .footer-links .ico-link-list:after {
  display: block;
  content: "";
  clear: both;
}

.footer-content .footer-links .ico-link-list li {
  float: left;
  margin-right: 15px;
  width: 30px;
}

.footer-content .footer-links .ico-link-list .popup-btn-qr {
  padding: 0 0;
  width: 100%;
}

/* .footer-content .footer-links .ico-link-list .link-red {padding-top:7px;width:45px;} */
.footer-content .footer-links .ico-link-list li img {
  vertical-align: middle;
}

.footer-content .footer-links .footer-qrcode {
  position: absolute;
  left: -40%;
  top: -165px;
  width: 126px;
}

.footer-content .addr-item {
  margin-right: 10px;
}

.footer-qrcode {
  display: none;
}

.footer-qrcode.active {
  display: block !important;
}

.footer-links {
  padding: 15px 0 6px;
  border-bottom: 1px solid #eee;
}

.footer-links .footer-item {
  display: inline-block;
  margin-right: 1.1em;
  padding: 3px 0;
  vertical-align: top;
}

.footer-cert {
  padding: 8px 0 0;
}

a.footer-item:focus,
a.footer-item:hover {
}
.sidenav .nav-misc {
  padding: 0;
}
.sidenav .nav-misc .misc-a-membership {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 10px 20px 5px;
  box-sizing: border-box;
  display: block;
}

@media only screen and (max-width: 1023px) {
  .mo-ver {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .mo-ver li {
    width: 56px;
  }

  .pc-ver {
    display: none;
  }

  .l-wrap {
    display: block;
  }

  .is-open-sidenav .l-wrap {
    display: none;
  }

  .is-open-sidenav .footer {
    display: none;
  }

  .footer {
    border-top: 0;
  }

  .footer .l-footer {
    border-top: 1px solid #eee;
  }

  .footer .footer-mobile {
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
  }

  .footer .footer-content {
    display: block;
    text-align: left;
  }

  .sidenav .nav-misc .ico-link-list.mo-ver {
    display: inline-block;
  }

  .sidenav .nav-misc .ico-link-list:after {
    display: block;
    content: "";
    clear: both;
  }

  .sidenav .nav-misc .ico-link-list li {
    float: left;
    margin-right: 20px;
    width: 30px;
    text-align: center;
  }

  .sidenav .nav-misc .ico-link-list li.link-red {
    padding-top: 5px;
    margin-right: 0;
    width: 72px;
  }

  .sidenav .nav-misc .ico-link-list .popup-btn-qr {
    padding: 0 0;
  }

  .sidenav .nav-misc .footer-qrcode {
    position: absolute;
    left: 10px;
    bottom: -45%;
    width: 33.3%;
  }
  .footer-links {
    border: none;
  }
}
.l-wrap.footer-top-info {
  margin: 60px auto 20px;
  font-size: 12px;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .l-wrap.footer-top-info {
    padding: 0 5.55vw;
    box-sizing: border-box;
  }

  .footer .footer-mobile {
    box-sizing: border-box;
  }

  .footer .footer-content {
    width: 100%;
    min-width: auto;
  }

  .footer .footer-content .copyright {
    display: block;
  }

  .footer .footer-content.footer-mob .copyright {
    display: none;
  }

  .footer .footer-content .footer-links {
    padding: 15px 0;
  }

  .footer-content .addr-item {
    display: block;
    margin-right: 0px;
  }

  .footer .footer-info {
    padding: 0 0;
    /* margin-top: 20px; */
  }

  .footer .footer-cert {
    padding: 15px 0 0;
  }

  .footer .footer-cert .footer-item {
    padding: 3px 0;
    margin-left: 0;
  }

  .footer .footer-cert .footer-item:after {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .footer .footer-mobile .bar {
    top: 35%;
    height: 30%;
    margin-top: 0;
    margin-left: 0;
  }
}

.l-wrap.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
