.hide-text {
  display: block;
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
}
.content {
  position: relative;
}
.header {
  z-index: 991;
}
.information-headline--fox {
  font-weight: bold;
}
.faq--fox .information-headline--fox {
  font-weight: normal;
}
.key-points {
  font-size: 0.6em;
}
@media screen and (max-width: 960px) {
  .key-points {
    font-size: 12px;
  }
}
.key-points li {
  display: inline-block;
  padding: 0.6em 1.3em;
  border-radius: 30px 30px 0 30px;
  line-height: 15px;
}
.general--fox .key-points li {
  background-color: #333;
  color: #FFF;
}
.newservice--fox .key-points li {
  background-color: #eee;
  color: #333;
  opacity: 0;
  transition: opacity 0.3s;
}
.newservice--fox .key-points li.point-1 {
  transition-delay: 1.5s;
}
.newservice--fox .key-points li.point-2 {
  transition-delay: 1s;
}
.newservice--fox .key-points li.point-3 {
  transition-delay: 0.5s;
}
.newservice--fox .key-points li.point-4 {
  transition-delay: 0s;
}
.active.newservice--fox .key-points li {
  opacity: 1;
}
.active.newservice--fox .key-points li.point-1 {
  transition-delay: 0s;
}
.active.newservice--fox .key-points li.point-2 {
  transition-delay: 0.5s;
}
.active.newservice--fox .key-points li.point-3 {
  transition-delay: 1s;
}
.active.newservice--fox .key-points li.point-4 {
  transition-delay: 1.5s;
}
.key-points li.right {
  border-radius: 30px 30px 30px 0;
}
.information-headline--fox {
  font-size: 1.8rem;
}
@media screen and (min-width: 1920px) and (orientation: landscape) {
  .information-headline--fox {
    font-size: 60px;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .information-headline--fox {
    font-size: 2.25rem;
  }
}
.general--fox {
  min-height: 500px;
  height: 100vh;
  box-sizing: border-box;
  background: transparent;
  position: relative;
  overflow: hidden;
  padding-top: 160px;
}
.general--fox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/bg-fox-kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .general--fox:before {
    background-image: url(../images/bg-fox-kv-m.jpg);
  }
}
.fox-kv-product {
  display: block;
  width: 100%;
  position: absolute;
  top: 68%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  height: 48.61111111%;
  max-height: 525px;
  background-image: url(../images/bg-fox-kv-product.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .fox-kv-product {
    height: 0;
    padding-bottom: 59.25925926%;
  }
}
.fox-headline {
  position: absolute;
  z-index: 1;
  text-align: left;
  color: #333;
  top: 16.57407407%;
  left: 50%;
  margin-top: -1.5em;
  margin-left: -28%;
  font-size: 2.25rem;
  transform: translateY(160px);
  line-height: 1.375;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .fox-headline {
    top: 15%;
  }
}
@media screen and (max-width: 960px) {
  .fox-headline {
    margin-left: -40%;
    top: 8%;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .fox-headline {
    font-size: 4.5rem;
  }
}

.fox-headline:after {
  content: '';
  background: url(../images/logo-product-mini.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 130px;
  height: 36px;
  margin-top: -15px;
  margin-left: 5px;
  display: block;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .fox-headline:after {
    width: 8.3333rem;
    height: 2.5rem;
    margin-top: -6%;
    margin-left: 1.5%;
  }
}
.fox-headline strong {
  color: #e10000;
  font-weight: inherit;
}
.fox-headline span {
  font-size: 0.75em;
  display: block;
  line-height: 1.43333333;
  position: relative;
  top: -0.3em;
}
.fox-fixed-btns:after,
.app-download-pdf-btns:after {
  content: "";
  display: block;
  width: 1px;
  height: 94%;
  background-color: rgba(255, 255, 255, 0.45);
  position: absolute;
  left: 50%;
  top: 3%;
}
.fox-fixed-btns {
  position: fixed;
  z-index: 990;
  bottom: 3.7037037%;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  /*.fox-title-btn-online:visited,
    .fox-title-btn-online:active {
        background: #ff7c7a;
    }
    .fox-title-btn-store:hover,
    .fox-title-btn-online:hover{
        background: @highLightBtnHover;
    }*/
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .fox-fixed-btns {
    font-size: 1.75rem;
    width: 80%;
  }
}
.fox-fixed-btns:before {
  display: none;
}
.fox-fixed-btns:hover {
  background: transparent;
}
.fox-fixed-btns.freeze {
  position: absolute;
  bottom: 50px;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .fox-fixed-btns.freeze {
    position: fixed;
    bottom: 23.7037037%;
  }
}
.fox-fixed-btns .fox-title-btn {
  display: block;
  width: 50%;
  padding: 0.5em 0;
  color: #fff;
  text-align: center;
  outline: 0;
  background: #ff4e48;
}
.fox-fixed-btns .fox-title-btn:before {
  content: '';
  width: 0;
  height: 100%;
  margin-right: -4px;
  display: inline-block;
  vertical-align: middle;
}
.fox-fixed-btns .fox-title-btn-store {
  border-radius: 30px 0 0 30px;
}
.fox-fixed-btns .fox-title-btn-online {
  border-radius: 0 30px 30px 0;
}
/*.fox-fixed-btns .fox-title-btn-store:hover,
.fox-fixed-btns .fox-title-btn-online:hover {
  background: #ffbdbb;
}*/
.fox-fixed-btns .fox-title-btn-store:hover,
.fox-fixed-btns .fox-title-btn-online:hover {
  background: #ff7c7a;
}
.fox-fixed-btns .fox-title-btn-icon {
  display: inline-block;
  vertical-align: middle;
}
.fox-fixed-btns .fox-title-btn-icon.icon-location {
  fill: #fff;
  width: 23px;
  height: 35px;
  margin-left: 0.75em;
  margin-right: 0.75em;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .fox-fixed-btns .fox-title-btn-icon.icon-location {
    width: 1.29375rem;
    height: 1.96875rem;
  }
}
.fox-fixed-btns .fox-title-btn-icon.icon-cart {
  fill: #fff;
  width: 38px;
  height: 33px;
  margin-left: 0em;
  margin-right: 0.5em;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .fox-fixed-btns .fox-title-btn-icon.icon-cart {
    width: 2.1375rem;
    height: 1.85625rem;
  }
}
.service--fox {
  background-image: url(../images/bg-fox-service.jpg);
  background-size: contain;
  background-position: center top;
  overflow: hidden;
  position: relative;
}
.service--fox:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  background-image: url(../images/bg-fox-service-top.jpg);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  min-width: 1600px;
  z-index: 0;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .service--fox {
    background-image: url(../images/bg-fox-service-m.jpg);
    background-size: 100% auto;
  }
  .service--fox:before {
    display: none;
  }
}
.service--fox #service-function {
  position: relative;
  top: -100px;
}
.service--fox .general-headline {
  background: url(../images/bg-fox-service-title.png) no-repeat center;
  background-size: contain;
  width: 8.54166667%;
  z-index: 2;
  position: relative;
  padding-bottom: 23.28125%;
  margin: 6% auto 0;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1920px) {
  .service--fox .general-headline {
    width: 164px;
    padding-bottom: 447px;
  }
}
@media screen and (max-width: 960px) {
  .service--fox .general-headline {
    background-image: url(../images/bg-fox-service-title-m.png);
    width: 22.5%;
    padding-bottom: 113.75%;
    margin-top: -5%;
  }
}
.active.service--fox .general-headline {
  opacity: 1;
}
.service--fox .general-content {
  background: none;
  margin-top: 7%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .service--fox .general-content {
    margin-top: 10%;
  }
  .service--fox .general-content .general-preface {
    font-weight: bold;
  }
}
.service--fox:after {
  display: none;
}
.service--fox .btn:focus,
.service--fox .btn:hover,
.service--fox .btn.js-active {
  background-color: #ffbdbb;
  background-image: none;
}
.service--fox .btn:after {
  content: '>';
}
.service--fox .general-description-title:after {
  display: none;
}
@media screen and (max-width: 960px) {
  .service--fox .general-description-box {
    margin-left: 3%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .service--fox .general-description-box {
    width: 45%;
  }
}
.service--fox .general-description-box:first-child {
  margin-left: 3%;
  margin-right: 0;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .service--fox .general-description-box:first-child {
    margin-left: 6%;
    margin-right: 6%;
  }
}
.service--fox .general-description-box:last-child {
  margin-right: 3%;
  margin-left: 5%;
}
@media screen and (max-width: 1170px) and (orientation: landscape) {
  .service--fox .general-description-box:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .service--fox .general-description-box:last-child {
    margin-left: 6%;
    margin-right: 6%;
  }
}
.service--fox .general-description-text-eql-app-icon {
  width: 35px;
}
.service--fox .general-description-text-eql {
  background-size: 25% auto;
  padding-top: 3%;
  padding-right: 27%;
  padding-left: 0;
  background-position: right top;
}
.service--fox .general-description {
  background-color: #f7f7f7;
  border-radius: 18px;
  margin: 0 auto 10% auto;
  width: 800px;
  min-height: 0;
  padding: 50px 0 0 0;
  box-sizing: border-box;
  /*@media screen and (max-width: 1170px) and (min-width: 961px) {
            margin-bottom: 15%;
        }*/
}
@media screen and (max-width: 960px) {
  .service--fox .general-description {
    width: 95%;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .service--fox .general-description {
    margin-top: 10em;
  }
}
@media screen and (max-width: 960px) {
  .service--fox .general-description-text {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 960px) {
  .service--fox .general-description-box:last-child .general-description-text:last-child {
    margin-bottom: 0;
  }
}
.service--fox .general-function {
  clear: both;
}
.service--fox .general-function-list {
  width: auto;
  min-width: 80px;
  cursor: pointer;
}
@media screen and (max-width: 1170px) and (min-width: 961px) {
  .service--fox .general-function-list {
    margin-right: 1em;
    margin-left: 1em;
  }
}
@media screen and (max-width: 960px) {
  .service--fox .general-function-list {
    width: auto;
    min-width: 20%;
  }
}
.service--fox .general-function-list:hover .general-function-name {
  color: #e15d3d;
}
.service--fox .general-function-list:hover .general-function-name:after {
  transform: scaleX(1);
}
@media screen and (max-width: 960px) {
  .service--fox .general-function-list:hover .general-function-name:after {
    transform: scaleX(0);
  }
}
.service--fox .general-function-list.on .general-function-name {
  color: #e15d3d;
}
.service--fox .general-function-list.on .general-function-name:after {
  opacity: 0;
}
.service--fox .general-function-list .general-function-name {
  display: inline-block;
  position: relative;
}
.service--fox .general-function-list .general-function-name .name-icon {
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  vertical-align: -0.05em;
}
.service--fox .general-function-list .general-function-name:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -2px;
  transform: scaleX(0);
  transition: all 0.3s;
  border-bottom: 2px solid #999;
}
.general-spec {
  display: block;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .general-spec {
    width: 95%;
    margin-bottom: 10vw;
  }
}
.general-spec-container {
  display: table;
  width: 790px;
  margin: 0 auto;
  border-spacing: 0 10px;
  border-collapse: separate;
  font-size: 0.6rem;
}
@media screen and (max-width: 960px) {
  .general-spec-container {
    width: 95%;
    display: block;
  }
}
.general-spec-row {
  display: table-row;
}
@media screen and (max-width: 960px) {
  .general-spec-row {
    width: 100%;
    display: block;
  }
}
.general-spec-box {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: -5px;
  width: 50%;
  max-width: 50%;
}
.general-spec-box .general-spec-inner {
  display: block;
  background-color: #f7f7f7;
  padding: 20px 30px 80px 30px;
  border-radius: 18px 18px 18px 0;
  position: relative;
}
.general-spec-box:nth-child(2n) {
  left: 5px;
}
@media screen and (max-width: 960px) {
  .general-spec-box {
    width: 100%;
    max-width: 100%;
    display: block;
    left: 0;
    margin-bottom: 5vw;
  }
  .general-spec-box .general-spec-inner {
    display: block;
    padding: 5vw 6vw;
    border-radius: 18px 18px 18px 0;
    position: relative;
  }
  .general-spec-box:nth-child(2n) {
    left: 0;
  }
}
.general-spec-title {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .general-spec-title {
    font-size: 1.5rem;
  }
}
.general-spec-title .circle {
  display: inline-block;
  background-color: #e15d3d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: white;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
  text-align: center;
}
.general-spec-title .circle + .circle {
  margin-left: -0.2em;
}
@media screen and (max-width: 960px) {
  .general-spec-title .circle {
    width: 2.3rem;
    height: 2.3rem;
    margin-right: 0.5em;
  }
  .general-spec-title .circle + .circle {
    margin-left: -0.3em;
  }
}
.general-spec-title .circle-text {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 0.9em;
  font-weight: normal;
  transform: translate(-50%, -50%);
}
.general-spec-title .circle-text--closer {
  font-size: 0.875em;
  letter-spacing: 0.05em;
  transform: translate(-50%, -50%) scale(0.5, 1);
  width: 3em;
  height: 25px;
  line-height: 25px;
  transform-origin: center center;
}
@media screen and (max-width: 960px) {
  .general-spec-title .circle-text--closer {
    font-size: 0.9em;
    height: 2.3rem;
    line-height: 2.3rem;
  }
}
.general-spec-content {
  margin-top: 5px;
}
@media screen and (max-width: 960px) {
  .general-spec-content {
    margin-top: 0.5em;
  }
}
.general-spec-content p {
  font-size: 14px;
  color: #333333;
  line-height: 1.42857143;
}
@media screen and (max-width: 960px) {
  .general-spec-content p {
    font-size: 1.2rem;
  }
}
.general-spec-bubbleline {
  display: block;
  position: absolute;
  bottom: 20px;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 960px) {
  .general-spec-bubbleline {
    bottom: 0;
    position: relative;
    margin-top: 1em;
    line-height: 3rem;
    letter-spacing: 0.5em;
  }
}
.general-spec-bubbleline .general-spec-bubble {
  display: inline-block;
  line-height: 36px;
  color: white;
  padding: 0 0.8em;
  font-size: 14px;
  background-color: #e15d3d;
  border-radius: 18px 18px 18px 0;
  letter-spacing: normal;
}
@media screen and (max-width: 960px) {
  .general-spec-bubbleline .general-spec-bubble {
    font-size: 1.2rem;
    line-height: 2;
    border-radius: 1em 1em 1em 0;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 960px) {
  .general-spec-bubbleline .general-spec-bubble + .general-spec-bubble {
    margin-left: 0;
  }
}
.fox-service-product {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  position: absolute;
  transition: transform 1.5s;
}
.fox-service-product.fox {
  background-image: url(../images/bg-fox-service-fox.png);
  width: 35.36458333%;
  padding-bottom: 32.08333333%;
  left: 10%;
  margin-top: 5%;
}
@media screen and (min-width: 1920px) {
  .fox-service-product.fox {
    width: 679px;
    padding-bottom: 616px;
  }
}
@media screen and (max-width: 960px) {
  .fox-service-product.fox {
    left: -3%;
    margin-top: 48%;
  }
}
.general-content .fox-service-product.fox {
  left: -7%;
  margin-top: auto;
  bottom: 10%;
}
@media screen and (max-width: 1600px) {
  .general-content .fox-service-product.fox {
    width: 28.29166667%;
    padding-bottom: 25.66666667%;
  }
}
@media screen and (max-width: 1170px) {
  .general-content .fox-service-product.fox {
    bottom: 0;
    left: -9%;
  }
}
@media screen and (max-width: 960px) {
  .general-content .fox-service-product.fox {
    position: relative;
    margin-left: -3%;
  }
}
@media screen and (max-width: 960px) {
  .fox-service-product.fox,
  .general-content .fox-service-product.fox {
    width: 72.14375%;
    padding-bottom: 65.45%;
  }
}
.fox-service-product.talk {
  background-image: url(../images/bg-fox-service-talk.png);
  width: 38.64583333%;
  padding-bottom: 32.96875%;
  right: 7%;
  margin-top: 8%;
}
@media screen and (min-width: 1920px) {
  .fox-service-product.talk {
    width: 742px;
    padding-bottom: 633px;
  }
}
@media screen and (max-width: 960px) {
  .fox-service-product.talk {
    width: 78.8375%;
    padding-bottom: 67.25625%;
    right: -12%;
    margin-top: 51%;
  }
}
.general-content .fox-service-product.talk {
  right: -10%;
  margin-top: auto;
  bottom: 7%;
}
@media screen and (max-width: 1600px) {
  .general-content .fox-service-product.talk {
    width: 30.91666667%;
    padding-bottom: 26.375%;
  }
}
@media screen and (max-width: 1170px) {
  .general-content .fox-service-product.talk {
    bottom: 0;
    right: -14%;
  }
}
@media screen and (max-width: 960px) {
  .general-content .fox-service-product.talk {
    float: right;
    position: relative;
    bottom: auto;
    right: -22%;
    margin-top: -63%;
  }
}
@media screen and (max-width: 960px) {
  .fox-service-product.talk,
  .general-content .fox-service-product.talk {
    width: 78.8375%;
    padding-bottom: 67.25625%;
  }
}
.product-leave.service--fox > .fox-service-product.fox {
  transform: translateX(-150%);
}
@media screen and (max-width: 960px) {
  .product-leave.service--fox > .fox-service-product.fox {
    transform: translateX(-110%);
  }
}
.product-leave.service--fox > .fox-service-product.talk {
  transform: translateX(150%);
}
@media screen and (max-width: 960px) {
  .product-leave.service--fox > .fox-service-product.talk {
    transform: translateX(110%);
  }
}
.general-content .fox-service-product.fox {
  transform: translateX(-150%);
}
@media screen and (max-width: 960px) {
}
.general-content .fox-service-product.talk {
  transform: translateX(150%);
}
@media screen and (max-width: 960px) {
}
.product-enter .general-content .fox-service-product.fox {
  transform: translateX(0);
}
.product-enter .general-content .fox-service-product.talk {
  transform: translateX(0);
}
.service-text-box-trigger {
  position: absolute;
  margin-top: 8%;
}
.service-product-leave-trigger {
  position: absolute;
  margin-top: -6%;
}
@media screen and (max-width: 960px) {
  .service-product-leave-trigger {
    margin-top: -30%;
  }
}
.service-product-enter-trigger {
  position: absolute;
}
@media screen and (max-width: 960px) {
  .service-product-enter-trigger {
    margin-top: -100%;
  }
}
.fox-text-box {
  color: #FFF;
  position: relative;
}
.fox-text-box .inner {
  padding: 65px;
  box-sizing: border-box;
  border-radius: 18px;
}
.fox-text-box .fox-text-headline {
  text-align: left;
}
.fox-text-box h1.fox-text-headline {
  line-height: 1.25em;
  margin-bottom: 0;
  margin-top: -0.25em;
}
.fox-text-box h2.fox-text-headline {
  font-size: 0.7em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.fox-text-box .fox-text-desc-group .fox-text-desc {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .fox-text-box .inner {
    padding: 20px 30px 40px;
  }
  .fox-text-box h1.fox-text-headline {
    line-height: 1.5em;
    margin-bottom: 0.75em;
    margin-top: 0.75em;
    font-size: 9.375vw;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
  .fox-text-box h2.fox-text-headline {
    font-size: 1.25em;
    font-size: 4.6875vw;
    margin-top: 0.5em;
    margin-bottom: 0.1em;
  }
  .fox-text-box .general-description-text {
    font-size: 4.0625vw;
  }
}
.product--fox {
  overflow: hidden;
  position: relative;
  background-image: url(../images/bg-fox-product.jpg);
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .product--fox {
    background-position: 25% top;
  }
}
.product--fox:before,
.product--fox:after {
  position: absolute;
  content: '';
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.product--fox:before {
  top: 0;
  right: 0;
  background-image: url(../images/bg-fox-product-talk.png);
  width: 28.48958333vw;
  padding-bottom: 42.8125vw;
}
@media screen and (min-width: 1920px) and (orientation: landscape) {
  .product--fox:before {
    width: 547px;
    padding-bottom: 822px;
  }
}
@media screen and (max-width: 960px) {
  .product--fox:before {
    padding-bottom: 37.76041667vw;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .product--fox:before {
    width: 47.0078125%;
    padding-bottom: 62.3046875%;
  }
}
.product--fox:after {
  bottom: 0;
  left: 0;
  background-image: url(../images/bg-fox-product-fox.png);
  width: 46.875vw;
  padding-bottom: 20.83333333vw;
}
@media screen and (min-width: 1920px) and (orientation: landscape) {
  .product--fox:after {
    width: 900px;
    padding-bottom: 400px;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .product--fox:after {
    width: 77.34375%;
    padding-bottom: 34.375%;
  }
}
.product-text-box {
  width: 650px;
  margin: 18% auto 22%;
}
.product-text-box .inner {
  opacity: 0;
  transition: opacity 0.3s;
  background-color: #8ab6d1;
}
.active.product--fox .product-text-box .inner {
  opacity: 1;
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .product-text-box {
    margin: 22% auto 25%;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .product-text-box {
    margin: 25% auto 50%;
  }
  .product-text-box .product-headline .space {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .product-text-box {
    width: 95%;
  }
}
.product-text-box:before,
.product-text-box:after {
  position: absolute;
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.product-text-box:before {
  background-image: url(../images/bg-fox-product-tubes.png);
  width: 8.28125vw;
  padding-bottom: 8.69791667vw;
  left: -5.20833333vw;
  bottom: -2.60416667vw;
}
@media screen and (min-width: 1920px) and (orientation: landscape) {
  .product-text-box:before {
    width: 159px;
    padding-bottom: 167px;
    left: -100px;
    bottom: -50px;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .product-text-box:before {
    width: 19.875%;
    padding-bottom: 20.875%;
    left: -8%;
    bottom: -12%;
  }
}
.product-text-box:after {
  background-image: url(../images/bg-fox-product-tent.png);
  width: 15.625vw;
  padding-bottom: 13.90625vw;
  right: -8.59375vw;
  bottom: -5.46875vw;
}
@media screen and (min-width: 1920px) and (orientation: landscape) {
  .product-text-box:after {
    width: 300px;
    padding-bottom: 267px;
    right: -165px;
    bottom: -105px;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .product-text-box:after {
    width: 37.5%;
    padding-bottom: 33.375%;
    right: -11%;
    bottom: -16%;
  }
}
.product-text-box-trigger {
  position: relative;
  top: -65px;
}
.portable--fox {
  position: relative;
  background-image: url(../images/bg-fox-portable.jpg);
  background-position: center bottom;
  background-size: cover;
  overflow: hidden;
  height: 60vw;
  min-height: 900px;
  box-sizing: border-box;
  padding-top: 10.7%;
}
.portable--fox .information-headline {
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .portable--fox {
    padding-top: 0;
    background-image: url(../images/bg-fox-portable-m.jpg);
    height: auto;
    min-height: 192.65625vw;
    z-index: 10;
    overflow: visible;
    background-size: auto 288.984375vw;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 1px;
  }
}
.portable-text-box {
  position: absolute;
  width: 550px;
  left: 17%;
}
@media screen and (max-width: 1600px) {
  .portable-text-box {
    left: 5%;
  }
}
@media screen and (max-width: 960px) {
  .portable-text-box {
    margin: auto;
    width: 95%;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
}
.portable-text-box .inner {
  background-color: #f59678;
  transition: opacity 0.75s;
}
.cur-fox .portable-text-box .inner,
.cur-talk .portable-text-box .inner {
  opacity: 0;
}
@media screen and (max-width: 350px) {
  .cur-fox .portable-text-box .inner,
  .cur-talk .portable-text-box .inner {
    position: absolute;
    transition: opacity 0.75s;
  }
}
.portable-bg-box {
  position: absolute;
  width: 100%;
  height: 84.25925926%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .portable-bg-box {
    position: relative;
    height: 0;
    padding-bottom: 78.125%;
  }
}
.portable-bg-box .portable-bg {
  position: absolute;
  bottom: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.portable-bg-box .else {
  background-image: url(../images/bg-fox-portable-else.png);
  width: 29.33333333%;
  padding-bottom: 16.41666667%;
  z-index: 2;
  left: 7.5%;
}
@media screen and (min-width: 1920px) and (orientation: landscape) {
  .portable-bg-box .else {
    width: 704px;
    padding-bottom: 394px;
  }
}
@media screen and (max-width: 1600px) {
  .portable-bg-box .else {
    left: 4%;
    width: 23.46666667%;
    padding-bottom: 13.13333333%;
  }
}
@media screen and (max-width: 640px) {
  .portable-bg-box .else {
    background-image: url(../images/bg-fox-portable-else-m.png);
    left: -5%;
    width: 44%;
    padding-bottom: 24.625%;
  }
}
.portable-bg-box .talk,
.portable-bg-box .fox {
  transition: opacity 0.3s;
}
.portable-bg-box .talk {
  left: 52%;
  background-image: url(../images/bg-fox-portable-talk.png);
  width: 44.11458333%;
  padding-bottom: 29.63541667%;
  z-index: 1;
}
.cur-fox .portable-bg-box .talk {
  opacity: 0;
}
@media screen and (min-width: 1920px) and (orientation: landscape) {
  .portable-bg-box .talk {
    width: 847px;
    padding-bottom: 569px;
  }
}
@media screen and (max-width: 640px) {
  .portable-bg-box .talk {
    left: 31%;
    width: 79.40625%;
    padding-bottom: 53.34375%;
  }
}
.portable-bg-box .fox {
  left: 47%;
  background-image: url(../images/bg-fox-portable-fox.png);
  width: 49.47916667%;
  padding-bottom: 33.17708333%;
  z-index: 1;
  opacity: 0;
}
.cur-fox .portable-bg-box .fox {
  opacity: 1;
}
@media screen and (min-width: 1920px) and (orientation: landscape) {
  .portable-bg-box .fox {
    width: 950px;
    padding-bottom: 637px;
  }
}
@media screen and (max-width: 640px) {
  .portable-bg-box .fox {
    left: 21%;
    width: 89.0625%;
    padding-bottom: 59.71875%;
  }
}
.portable-bg-box .more-link {
  position: absolute;
  background-image: url(../images/bg-fox-portable-more.png);
  background-position: center;
  background-size: contain;
  width: 83px;
  height: 172px;
  bottom: 15px;
  left: 85%;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .portable-bg-box .more-link {
    bottom: 2px;
    width: 41.5px;
    height: 86px;
  }
}
.portable-bg-box .price-link {
  background-color: #FFF;
  position: absolute;
  display: inline-block;
  padding: 0.6em 2.2em 0.6em 1.3em;
  border-radius: 30px 30px 30px 30px;
  line-height: 15px;
  font-size: 0.6em;
  color: #333;
  text-decoration: none;
  z-index: 2;
  bottom: 25vw;
  left: 52.8%;
  transition: 0.3s;
}
.cur-talk .portable-bg-box .price-link,
.cur-fox .portable-bg-box .price-link {
  visibility: hidden;
  opacity: 0;
}
.portable-bg-box .price-link .icon {
  background-color: #e2e2e2;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-0.25em, -50%);
}
.portable-bg-box .price-link .icon:before,
.portable-bg-box .price-link .icon:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 1px;
  background-color: #AAA;
  top: 50%;
  left: 50%;
}
.portable-bg-box .price-link .icon:before {
  transform: translate(-50%, -50%);
}
.portable-bg-box .price-link .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 960px) {
  .portable-bg-box .price-link {
    bottom: 54%;
    left: 19%;
    font-size: 12px;
  }
}
#price {
  position: absolute;
  top: 0;
}
.price--fox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.price--fox .inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #efefef;
  color: #333;
  padding: 50px 20px;
  visibility: hidden;
  opacity: 0;
}
.cur-fox .price--fox .inner.fox,
.cur-talk .price--fox .inner.talk {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .price--fox .inner {
    padding: 15px 10px 5px;
  }
  .cur-fox .price--fox .inner.fox,
  .cur-talk .price--fox .inner.talk {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 15px 10px 5px;
  }
}
@media screen and (max-width: 350px) {
  .price--fox {
    padding: 15px 10px 5px;
    box-sizing: border-box;
    position: absolute;
    height: 391px;
    margin-bottom: 10%;
  }
  .cur-fox .price--fox,
  .cur-talk .price--fox {
    position: relative;
  }
}
.price--fox table {
  border-spacing: 25px 0;
  border-collapse: separate;
}
@media screen and (max-width: 960px) {
  .price--fox table {
    margin-top: -5px;
    border-spacing: 15px 0;
  }
}
.price--fox tbody {
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .price--fox tbody {
    font-size: 14px;
  }
}
.price--fox tbody th,
.price--fox tbody td {
  border-bottom: 1px solid #CCC;
  padding: 0.75em 0;
}
@media screen and (max-width: 960px) {
  .price--fox tbody th,
  .price--fox tbody td {
    padding: 0.6em 0;
  }
}
.price--fox tbody tr:last-child th,
.price--fox tbody tr:last-child td {
  border-bottom: none;
}
.price--fox tbody th {
  width: 145px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .price--fox tbody th {
    width: 100px;
  }
}
.price--fox tbody td {
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .price--fox tbody td {
    white-space: normal;
  }
}
@media screen and (max-width: 960px) {
  .price--fox thead,
  .price--fox tfoot {
    font-size: 18px;
  }
}
.price--fox thead td {
  padding: 0.5em 0;
  border-bottom: 1px solid #CCC;
}
.price--fox tfoot td {
  padding: 0.75em 0 0;
  text-align: right;
  border-top: 1px solid #CCC;
  position: relative;
}
@media screen and (max-width: 960px) {
  .price--fox tfoot td {
    padding-top: 1em;
    padding-bottom: 0.75em;
  }
}
.price--fox tfoot .dollar {
  font-size: 0.5em;
  vertical-align: middle;
  padding-left: 0.25em;
}
.price--fox .close-link {
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  z-index: 2;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 960px) {
  .price--fox .close-link {
    width: 30px;
    height: 30px;
  }
}
.cur-fox .price--fox .close-link,
.cur-talk .price--fox .close-link {
  visibility: visible;
  opacity: 1;
}
.price--fox .close-link:before,
.price--fox .close-link:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 1px;
  background-color: #AAA;
  top: 50%;
  left: 50%;
}
.price--fox .close-link:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.price--fox .close-link:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.price-switch-btns {
  background: url(../images/bg-price-btns.png) no-repeat center bottom;
  background-size: 100% auto;
  overflow: hidden;
  position: absolute;
  width: 110px;
  height: 50px;
  top: 0.75em;
  transform: translateY(-25%);
}
.price-switch-btns a {
  position: absolute;
  padding: 50px 50px 0 0;
  width: 0;
  height: 0;
}
.price-switch-btns .talk-link {
  left: 0;
}
.price-switch-btns .fox-link {
  right: 0;
}
.inner.talk .price-switch-btns {
  background-position: center top;
}
.newservice--fox {
  overflow: hidden;
  position: relative;
  background-image: url(../images/bg-fox-newservice.jpg);
  background-position: center bottom;
  background-size: cover;
  color: #FFF;
  padding-top: 10rem;
  padding-bottom: 6%;
  z-index: 1;
}
.newservice--fox .newservice-headline,
.newservice--fox .newservice-desc {
  position: relative;
  left: 20%;
}
.newservice--fox .newservice-headline {
  text-align: left;
  line-height: 1.25em;
}
.newservice--fox .newservice-headline .space {
  display: block;
}
.newservice--fox .newservice-desc {
  width: 40%;
  max-width: 500px;
  margin-top: 0.5em;
}
.newservice--fox .key-points {
  position: absolute;
  width: 22%;
  left: 42%;
  top: 25%;
  z-index: 1;
}
.newservice--fox .key-points li {
  position: absolute;
}
.newservice--fox .key-points .point-1 {
  left: 25%;
  top: 0;
}
.newservice--fox .key-points .point-2 {
  left: 0;
  top: 3em;
}
.newservice--fox .key-points .point-3 {
  right: 0;
  top: 3.75em;
}
.newservice--fox .key-points .point-4 {
  left: 32%;
  top: 6.5em;
}
@media screen and (max-width: 1170px) {
  .newservice--fox .key-points {
    left: 44%;
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  .newservice--fox .key-points {
    width: 50%;
    top: 32%;
    left: 3.33%;
  }
  .newservice--fox .key-points .point-2 {
    top: 4em;
  }
  .newservice--fox .key-points .point-3 {
    top: 4.75em;
  }
  .newservice--fox .key-points .point-4 {
    top: 8em;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .newservice--fox .key-points {
    width: 75%;
  }
}
@media screen and (max-width: 960px) {
  .newservice--fox {
    background-image: url(../images/bg-fox-newservice-m.jpg);
    background-position: center top;
    padding-top: 5rem;
  }
  .newservice--fox .newservice-headline,
  .newservice--fox .newservice-desc {
    left: 0;
    width: 100%;
    max-width: none;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .newservice--fox .newservice-headline {
    line-height: 1em;
    font-size: 8.75vw;
  }
  .newservice--fox .newservice-headline .space {
    display: inline;
  }
}
.newservice--fox:after {
  content: '';
  display: block;
  background-image: url(../images/bg-fox-newservice-product.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 57.86458333%;
  padding-bottom: 65.15625%;
  position: relative;
  margin: -20% auto -20% 50%;
}
@media screen and (max-width: 960px) {
  .newservice--fox:after {
    right: -50%;
    width: 86.796875%;
    padding-bottom: 97.734375%;
    margin: 0;
  }
}
.charge--fox {
  background-image: url(../images/bg-fox-charge.jpg);
  background-position: center bottom;
  background-size: cover;
  padding: 15% 0 12%;
  position: relative;
  overflow: hidden;
}
.charge--fox .text-box {
  background-color: #f3f3f3;
  color: #333;
  width: 650px;
  padding: 2% 9% 2%;
}
@media screen and (max-width: 1600px) {
  .charge--fox .text-box {
    padding: 2% 4% 2%;
  }
}
@media screen and (max-width: 1400px) {
  .charge--fox .text-box {
    padding: 2% 2% 2%;
  }
}
@media screen and (max-width: 960px) {
  .charge--fox .text-box {
    width: 95%;
    box-sizing: border-box;
  }
}
.charge--fox .text-box .space,
.charge--fox .text-box .inner-title .special {
  display: block;
}
@media screen and (max-width: 960px) {
  .charge--fox .text-box .space,
  .charge--fox .text-box .inner-title .special {
    display: inline;
  }
}
.charge--fox .text-box .inner-text-box {
  align-items: center;
  box-sizing: border-box;
  background-color: #fcfcfc;
  padding: 4% 10%;
}
@media screen and (max-width: 1600px) {
  .charge--fox .text-box .inner-text-box {
    padding: 4% 4%;
  }
}
@media screen and (max-width: 960px) {
  .charge--fox .text-box .inner-text-box {
    display: block;
    padding: 4% 6%;
  }
}
.charge--fox .text-box,
.charge--fox .inner-text-box {
  margin: auto;
  border-radius: 18px;
}
.charge--fox .inner-title {
  margin: 0 !important;
  width: 40%;
  line-height: 2em;
  text-align: center;
}
.charge--fox .inner-title .special {
  font-size: 1.6em;
}
@media screen and (max-width: 960px) {
  .charge--fox .inner-title {
    width: 100%;
    font-size: 1.75em !important;
  }
  .charge--fox .inner-title .special {
    font-size: 1em;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .charge--fox .inner-title {
    text-align: left;
  }
}
.charge--fox .inner-desc {
  font-size: 0.5em;
  line-height: 1.75em;
  padding-left: 2em;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .charge--fox .inner-desc {
    padding-left: 1.25em;
    font-size: 12px;
  }
}
.charge--fox .inner-desc li {
  list-style: decimal;
}
.charge--fox .title {
  text-align: center;
}
.charge--fox .title .special {
  font-weight: bold;
  font-size: 2em;
  vertical-align: -0.15em;
  padding: 0 0.1em;
}
@media screen and (max-width: 960px) {
  .charge--fox .title {
    font-size: 1.75em !important;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .charge--fox .title {
    text-align: left;
  }
}
.charge--fox .special {
  color: #ff4d48;
}
@media screen and (max-width: 960px) {
  .charge--fox .cases {
    display: block;
  }
}
.charge--fox .cases .case {
  width: 33.33%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .charge--fox .cases .case {
    width: 100%;
  }
}
.charge--fox .cases .case:after {
  content: '';
  position: absolute;
  background: #FFF;
  height: 60%;
  width: 1px;
  top: 20%;
  left: -12%;
}
@media screen and (max-width: 960px) {
  .charge--fox .cases .case:after {
    display: none;
  }
}
.charge--fox .cases .case:first-child:after {
  display: none;
}
.charge--fox:before,
.charge--fox:after {
  position: absolute;
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transition: transform 1.2s;
}
.charge--fox:before {
  background-image: url(../images/bg-fox-charge-talk.png);
  width: 27.86458333vw;
  padding-bottom: 53.125vw;
  top: 7%;
  left: 3.5%;
  transform: translateX(-150%);
}
@media screen and (min-width: 1920px) and (orientation: landscape) {
  .charge--fox:before {
    width: 535px;
    padding-bottom: 1020px;
  }
}
@media screen and (max-width: 1600px) {
  .charge--fox:before {
    left: 1%;
  }
}
@media screen and (max-width: 1400px) {
  .charge--fox:before {
    width: 22.29166667%;
    padding-bottom: 42.5%;
    top: 25%;
  }
}
@media screen and (max-width: 960px) {
  .charge--fox:before {
    top: auto;
    bottom: 7%;
    left: -5%;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .charge--fox:before {
    width: 45.9765625%;
    padding-bottom: 87.65625%;
    bottom: 3%;
    left: -12%;
  }
}
.charge--fox:after {
  background-image: url(../images/bg-fox-charge-fox.png);
  width: 27.65625vw;
  padding-bottom: 49.11458333vw;
  top: 5%;
  right: 3.5%;
  transform: translateX(150%);
}
@media screen and (min-width: 1920px) and (orientation: landscape) {
  .charge--fox:after {
    width: 531px;
    padding-bottom: 943px;
  }
}
@media screen and (max-width: 1600px) {
  .charge--fox:after {
    right: 1%;
  }
}
@media screen and (max-width: 1400px) {
  .charge--fox:after {
    width: 22.125%;
    padding-bottom: 39.29166667%;
    top: 23%;
  }
}
@media screen and (max-width: 960px) {
  .charge--fox:after {
    position: relative;
    display: inline-block;
    float: right;
    right: -5%;
    margin-top: -18%;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .charge--fox:after {
    width: 45.6328125%;
    padding-bottom: 81.0390625%;
    right: -10%;
    margin-top: -35%;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .charge--fox {
    background-image: url(../images/bg-fox-charge-m.jpg);
  }
}
@media screen and (max-width: 960px) {
  .charge--fox .title,
  .charge--fox .cases {
    padding: 0 5%;
  }
  .charge--fox .title {
    margin-top: 0.5em;
  }
  .charge--fox .fox-text-desc {
    margin-bottom: 1em;
  }
}
.active.charge--fox:after,
.active.charge--fox:before {
  transform: translateX(0);
}
.charge-headline {
  margin-bottom: 0.25em;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .charge-headline {
    text-align: left;
    line-height: 1.3;
  }
  .charge-headline .space {
    display: block;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  h1.charge-headline {
    margin-left: 8%;
  }
}
.charge-link-box {
  text-align: center;
}
.charge-link {
  text-decoration: none;
  color: #FFF;
  background-color: #333;
  display: inline-block;
  margin: 0 auto 4%;
  padding: 0.3em 2.2em;
  border-radius: 30px;
  font-size: 0.8em;
}
.charge-link:focus,
.charge-link:hover {
  background-color: #999;
}
@media screen and (max-width: 960px) {
  .charge-link {
    font-size: 1.25em;
  }
}
.fox-charge-product-enter-trigger {
  position: absolute;
}
@media screen and (max-width: 960px) {
  .fox-charge-product-enter-trigger {
    margin-top: 90%;
  }
}
#charge-table-box {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  color: #333;
  transition: opacity 0.3s;
}
.active#charge-table-box {
  opacity: 1;
  visibility: visible;
}
#charge-table-box table {
  width: 100%;
  border-collapse: collapse;
}
#charge-table-box table th,
#charge-table-box table td {
  text-align: center;
  border: 1px solid #FFF;
  padding: 1em;
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  #charge-table-box table th,
  #charge-table-box table td {
    padding: 0.5em;
  }
}
@media screen and (max-width: 960px) {
  #charge-table-box table th,
  #charge-table-box table td {
    font-size: 12px;
    padding: 0.5em 0;
  }
}
#charge-table-box table thead th {
  background-color: #282828;
  color: #FFF;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  #charge-table-box table thead th {
    font-size: 14px;
    white-space: nowrap;
  }
}
#charge-table-box table tfoot th,
#charge-table-box table tfoot td {
  background-color: #ffacaa;
  color: #FFF;
  line-height: 1.5em;
}
@media screen and (max-width: 960px) {
  #charge-table-box table tfoot th,
  #charge-table-box table tfoot td {
    line-height: 1em;
  }
}
#charge-table-box table tfoot th .num,
#charge-table-box table tfoot td .num {
  font-size: 28px;
}
@media screen and (max-width: 960px) {
  #charge-table-box table tfoot th .num,
  #charge-table-box table tfoot td .num {
    font-size: 14px;
  }
}
#charge-table-box table tbody td,
#charge-table-box table tbody th {
  background-color: #f8f8f8;
}
#charge-table-box table tbody tr:nth-child(odd) th,
#charge-table-box table tbody tr:nth-child(odd) td {
  background-color: #EEE;
}
#charge-table-box .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1100px;
  background-color: #FFF;
  border-radius: 10px;
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #charge-table-box .inner {
    background-color: #f3f3f3;
    border-radius: 0;
    padding: 10px 0;
  }
  #charge-table-box .inner .content {
    height: 100%;
    max-height: calc(100vh - 200px);
    overflow: auto;
  }
}
#charge-table-box .tips {
  font-size: 0.3em;
  padding: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  #charge-table-box .tips {
    font-size: 12px;
  }
}
#charge-table-box .close-link {
  overflow: hidden;
  z-index: 2;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  margin-top: -50px;
  right: -35px;
}
@media screen and (max-width: 1024px) {
  #charge-table-box .close-link {
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
#charge-table-box .close-link:before,
#charge-table-box .close-link:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 1px;
  background-color: #AAA;
  top: 50%;
  left: 50%;
}
#charge-table-box .close-link:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#charge-table-box .close-link:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.app--fox {
  background-image: url(../images/bg-fox-app.jpg);
  background-position: center bottom;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 6%;
  overflow: hidden;
}
.app--fox .btn:focus,
.app--fox .btn:hover,
.app--fox .btn.js-active {
  background-color: #999;
  background-image: none;
}
.app--fox .app-headline {
  left: -18%;
  color: #FFF;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .app--fox .app-headline {
    left: 0;
    width: 70%;
    margin-top: 0.5em;
  }
}
.app--fox .app-download {
  position: static;
  margin-top: 12%;
  margin-right: auto;
  margin-left: 53.25%;
}
@media screen and (max-width: 960px) {
  .app--fox .app-download {
    width: 100%;
    margin-left: 0;
  }
}
.app--fox .fox-app-product,
.app--fox:after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.app--fox .fox-app-product {
  background-image: url(../images/bg-fox-app-product.png);
  width: 30.88541667%;
  max-height: 593px;
  padding-bottom: 30.88541667%;
  margin-left: 15%;
  float: left;
}
@media screen and (max-width: 960px) {
  .app--fox .fox-app-product {
    margin-bottom: -1em;
    margin-left: 5%;
    width: 69.4921875%;
    padding-bottom: 69.4921875%;
  }
}
.app--fox:after {
  z-index: 1;
  height: 0;
  opacity: 1;
  background-image: url(../images/bg-fox-app-light.png);
  width: 23%;
  min-width: 340px;
  max-height: 540px;
  margin-left: -28px;
  padding-bottom: 44.79166667%;
  position: absolute;
  top: -19vw;
  left: 53.5%;
  transform: translateY(-100%);
  transition: transform 1.5s;
}
@media screen and (max-width: 960px) {
  .app--fox:after {
    width: 26.6484375%;
    padding-bottom: 60.46875%;
    min-width: 0;
    margin-left: 0;
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .app--fox:after {
    top: 0;
  }
}
.active.app--fox:after {
  transform: translateY(0);
}
.app-download-pdf-btns {
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 1920px) and (orientation: landscape) {
  .app-download-pdf-btns {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .app-download-pdf-btns {
    width: 90%;
    margin: 6% auto 6%;
  }
}
.app-download-pdf {
  min-width: 240px;
  margin-bottom: 0;
}
.app-download-pdf:last-child {
  border-radius: 0 30px 30px 0;
}
.app-download-pdf:first-child {
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 960px) {
  .app-download-pdf {
    width: 50%;
    min-width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .app-download-link-qrcode {
    display: none;
  }
  .app-download-link {
    width: 30%;
    margin-bottom: 0;
    margin-left: 3.33%;
  }
  .app-download-store {
    width: 63.33%;
    margin-right: 3.33%;
    margin-bottom: 0;
    align-items: center;
  }
  .app-download-store-google,
  .app-download-store-apple {
    width: 45%;
    padding-top: 14.14204903%;
    margin-bottom: 0;
    margin-right: 5%;
    min-width: 0;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .app-download-store-google,
  .app-download-store-apple {
    margin-top: 10%;
  }
}
.faq--fox:after {
  background-color: #fff1e6;
  background-image: none;
}
.faq--fox .btn,
.faq--fox .btn:visited {
  background-color: #ffbdbb;
}
.faq--fox .btn:focus,
.faq--fox .btn:hover,
.faq--fox .btn.js-active {
  background-color: #ff4e48;
  background-image: none;
}
.faq--fox .faq-list-answer {
  margin-left: 0;
}
.next-btn {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 7%;
  left: 50%;
  margin-left: -20px;
}
.icon-next {
  width: 40px;
  height: 40px;
}
.fox-fixed-menu {
  position: fixed;
  right: 3.5%;
  top: 50%;
  transform: translateY(-42%);
  z-index: 100;
  text-align: right;
}
.fox-fixed-menu li {
  line-height: 1em;
}
.fox-fixed-menu a {
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  text-shadow: 0px 0px 2px #000000;
}
.fox-fixed-menu a:after {
  display: inline-block;
  content: '';
  background-color: #FFF;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-right: 3px;
  transition: opacity 0.3s;
  opacity: 0.75;
  box-shadow: 0px 0px 2px 0px #000000;
}
.fox-fixed-menu a span {
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
}
.fox-fixed-menu a:hover span,
.fox-fixed-menu a:focus span,
.fox-fixed-menu .active a span {
  opacity: 1;
  visibility: visible;
}
.fox-fixed-menu a:hover:after,
.fox-fixed-menu a:focus:after,
.fox-fixed-menu .active a:after {
  opacity: 1;
  width: 16px;
  height: 16px;
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .fox-fixed-menu {
    display: none;
  }
}
.general-function-list--abc,
.general-function-list--google {
  width: auto;
}
.menuTopBar-link--red {
  color: #e71a0f !important;
}
@media screen and (orientation: portrait) {
  .general-function-lists--search .general-function-list {
    width: 25%;
  }
}





.function-icons{
  width: 96%;
  margin:0 auto;
  max-width: 1280px;
}
.function-icons img{
  width: 100%;
}
.function-icons-m{
  display: none;
}

@media screen and (max-width: 768px) {
  .function-icons{
    display: none;
  }
  .function-icons-m{
    display:block;
  }
  .function-icons-m img{
    width: 100%;
  }
  .charge-link2{
    display:block;
    width:200px;
  }
  .charge-link-box{
    padding-bottom: 20px;
  }
}


.mod-smartcontrol{
  margin-bottom: 15px;
  text-decoration: none;
  color: #FF6E6A;
}


