@media (min-width: 1280px) {
  .solutionlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 -90px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.solutionlist__item {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 1280px) {
  .solutionlist__item {
    max-width: initial;
    margin: 0 90px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 280px;
            flex: 0 1 280px;
  }
}
@media (min-width: 1280px) {
  .solutionlist__item:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 390px;
            flex: 0 1 390px;
    margin-bottom: -10px;
  }
}
.solutionlist__item:not(:last-child) {
  margin-bottom: 100px;
}
@media (min-width: 1280px) {
  .solutionlist__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.solutionlist__item:nth-child(1):after, .solutionlist__item:nth-child(3):after {
  content: "";
  display: block;
  border: 1.5px dashed #D7000F;
  width: 1px;
  height: 60px;
  position: absolute;
  left: calc(50% - 1px);
}
@media (min-width: 1280px) {
  .solutionlist__item:nth-child(1):after, .solutionlist__item:nth-child(3):after {
    height: 137px;
  }
}
.solutionlist__item:nth-child(1):after {
  bottom: -82px;
}
@media (min-width: 1280px) {
  .solutionlist__item:nth-child(1):after {
    left: initial;
    bottom: initial;
    top: calc(50% - 150px);
    right: -90px;
    -webkit-transform: rotate(-66deg);
            transform: rotate(-66deg);
  }
}
.solutionlist__item:nth-child(3):after {
  top: -82px;
}
@media (min-width: 1280px) {
  .solutionlist__item:nth-child(3):after {
    top: calc(50% - 150px);
    left: -90px;
    -webkit-transform: rotate(66deg);
            transform: rotate(66deg);
  }
}
.solutionlist__imgbox {
  width: 220px;
  margin: 0 auto 10px;
}
@media (min-width: 1280px) {
  .solutionlist__imgbox {
    width: 280px;
  }
}
.solutionlist__item:nth-child(2) .solutionlist__imgbox {
  width: 300px;
}
@media (min-width: 1280px) {
  .solutionlist__item:nth-child(2) .solutionlist__imgbox {
    width: 390px;
  }
}
.solutionlist__title {
  font-size: 24px;
  font-weight: 700;
  color: #D7000F;
  margin: 0 0 10px;
  text-align: center;
  line-height: 160%; /* 38.4px */
}
@media (min-width: 1280px) {
  .solutionlist__title {
    font-size: 36px;
    line-height: 140%;
  }
}
.solutionlist__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 166.667%; /* 166.667% */
}
@media (min-width: 1280px) {
  .solutionlist__desc {
    font-size: 20px;
    line-height: 150%;
  }
}

.section-function {
  padding-bottom: 90px;
}
@media (min-width: 1280px) {
  .section-function {
    padding-bottom: 200px;
  }
}
@media (min-width: 1280px) {
  .section-function:after {
    background: #D7000F;
  }
}
@media (min-width: 1280px) {
  .section-function__owl {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .section-function__owl {
    max-width: 1280px;
  }
}
@media (min-width: 1280px) {
  .section-function .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
}
@media (min-width: 1280px) {
  .section-function .owl-carousel .owl-item {
    opacity: 0.4;
  }
}
@media (min-width: 1280px) {
  .section-function .owl-carousel .owl-item.active {
    opacity: 1;
  }
}

.functionlist {
  margin: 0;
}
.functionlist__item {
  background: #fff;
  padding: 15px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .functionlist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .functionlist__item {
    padding: 25px 40px 25px;
    border-radius: 60px;
  }
}
.functionlist__imgbox {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .functionlist__imgbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.7804878049%;
            flex: 0 0 48.7804878049%;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .functionlist__imgbox {
    border-radius: 60px;
  }
}
@media (min-width: 768px) {
  .functionlist__infobox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43.9024390244%;
            flex: 0 0 43.9024390244%;
  }
}
.functionlist__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.functionlist__title {
  font-size: 30px;
  font-weight: bold;
  color: #D7000F;
  line-height: 1;
}
@media (min-width: 1280px) {
  .functionlist__title {
    font-size: 50px;
    margin: 0 0 20px;
  }
}
.functionlist__subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}
@media (min-width: 1280px) {
  .functionlist__subtitle {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 125%;
    font-weight: 700;
  }
}
.functionlist__desc {
  font-size: 18px;
  line-height: 1.4444;
  min-height: 105px;
  display: none;
}
@media (min-width: 1280px) {
  .functionlist__desc {
    font-size: 20px;
    line-height: 1.5;
    display: block;
  }
}
.functionlist__btnbox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.functionlist__btn {
  padding: 14px 30px;
  font-size: 18px;
  height: 54px;
}
.functionlist__btn-icon {
  font-weight: bold;
  font-size: 18px;
}

.section-ready {
  background: #111 url("../images/ad_ads/bg_ad_plan_mobile.jpg") center top no-repeat;
  background-size: cover;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 1.5%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 1.5%, 100% 100%, 0 100%);
  padding-top: 80px;
  margin-bottom: -1px;
}
@media (min-width: 1280px) {
  .section-ready {
    background-image: url("../images/ad_ads/bg_ad_plan.jpg");
    -webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
    padding-top: 140px;
  }
}
.section-ready .section__title {
  color: #fff;
}
.section-ready .section__desc {
  text-align: left;
}
@media (min-width: 1280px) {
  .section-ready .section__desc {
    text-align: center;
  }
}

.caselist {
  margin: -24px 0;
}
@media (min-width: 1280px) {
  .caselist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -20px;
  }
}
.caselist__item {
  background: #D7000F;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding: 0 0 15px;
  margin: 24px 0;
}
@media (min-width: 1280px) {
  .caselist__item {
    margin: 0 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.3333% - 40px);
            flex: 0 1 calc(33.3333% - 40px);
  }
}
.caselist__tag {
  width: 70px;
  height: 70px;
  background: url("../images/ad_ads/tag_all.svg") center top no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-indent: -99999px;
  overflow: hidden;
}
.caselist__heading {
  color: #fff;
  background: #D7000F;
  padding: 20px;
  text-align: center;
}
@media (min-width: 1280px) {
  .caselist__heading {
    padding: 34px 20px 24px;
  }
}
.caselist__title {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 1280px) {
  .caselist__title {
    font-size: 36px;
  }
}
.caselist__subtitle {
  font-size: 18px;
  font-weight: normal;
}
@media (min-width: 1280px) {
  .caselist__subtitle {
    font-size: 22px;
  }
}
.caselist__infobox {
  background: #fff;
  padding: 15px 20px;
}
@media (min-width: 1280px) {
  .caselist__infobox {
    padding: 25px 30px;
  }
}
.pointlist {
  color: #888;
  margin: 0;
}
.pointlist__item {
  padding: 15px 0 10px 40px;
}
@media (min-width: 1280px) {
  .pointlist__item {
    padding: 20px 0 20px 44px;
  }
}
.pointlist__item:not(:last-child) {
  border-bottom: 1px dashed #ddd;
}
.pointlist__title {
  font-size: 18px;
  font-weight: bold;
  color: #555;
  position: relative;
  margin: 0 0 5px;
}
.pointlist__title:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #F0F0F0;
  position: absolute;
  left: -30px;
  top: 3px;
  z-index: 0;
}
.pointlist__title:after {
  content: "\e90c";
  font-family: "icomoon";
  position: absolute;
  font-size: 24px;
  color: #D7000F;
  left: -29px;
  top: -8px;
  z-index: 1;
  display: none;
}
.pointlist__item--check .pointlist__title:after {
  display: inline-block;
}
.pointlist .listtext__item {
  margin-bottom: 5px;
}

.section-upgrade {
  padding: 35px 0;
}
@media (min-width: 1280px) {
  .section-upgrade {
    padding: 50px 0;
  }
}
@media (min-width: 1280px) {
  .section-data {
    padding-bottom: 100px;
  }
}
.section-data .section__thirdtitle {
  text-align: left;
}
@media (min-width: 1280px) {
  .section-data .section__thirdtitle {
    text-align: center;
  }
}
.section-data .section__desc {
  margin-top: 5px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  font-weight: normal;
}
@media (min-width: 1280px) {
  .section-data .section__desc {
    font-size: 20px;
    text-align: center;
    margin-top: 35px;
  }
}

.datalist {
  text-align: center;
}
@media (min-width: 768px) {
  .datalist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1280px) {
  .datalist {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.datalist__item:not(:last-child) {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .datalist__item:not(:last-child) {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .datalist__item:last-child {
    padding-right: 35px;
  }
}
@media (min-width: 768px) {
  .datalist__item:last-child {
    padding-right: 45px;
  }
}
.datalist__value {
  margin-bottom: 5px;
  color: #D7000F;
  font-weight: bold;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.datalist__num {
  font-size: 56px;
  font-family: Rubik;
  line-height: 1;
}
@media (min-width: 768px) {
  .datalist__num {
    font-size: 43px;
  }
}
@media (min-width: 1280px) {
  .datalist__num {
    font-size: 80px;
  }
}
.datalist__unit {
  font-size: 24px;
}
@media (min-width: 1280px) {
  .datalist__unit {
    font-size: 30px;
  }
}
.datalist__plus {
  font-size: 47px;
  font-family: Rubik;
  line-height: 1;
  position: absolute;
  right: -35px;
  top: 8px;
}
@media (min-width: 768px) {
  .datalist__plus {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .datalist__plus {
    font-size: 60px;
    right: -45px;
    top: 23px;
  }
}
.datalist__title {
  font-size: 20px;
  font-weight: normal;
}
@media (min-width: 1280px) {
  .datalist__title {
    font-size: 26px;
  }
}

.section-feature {
  padding: 0;
  margin: 0 -20px;
}
@media (min-width: 1280px) {
  .section-feature {
    padding: 0 40px 40px;
  }
}
@media (min-width: 1440px) {
  .section-feature {
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .table-compare {
    max-width: 1320px;
    margin: 0 auto;
  }
}
.table-compare__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .table-compare__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .table-compare__row {
    font-size: 16px;
  }
}
@media (min-width: 1560px) {
  .table-compare__row {
    font-size: 20px;
  }
}
.table-compare__head .table-compare__row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table-compare__row:last-child {
  border-bottom: none;
}
@media (min-width: 1280px) {
  .table-compare__head .table-compare__row:nth-child(odd) {
    background: transparent;
  }
}
.table-compare__body {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .table-compare__body {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
.table-compare__head-tips {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 1280px) {
  .table-compare__head-tips {
    font-size: 24px;
    margin-top: 5px;
  }
}
.table-compare__cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  position: relative;
  text-align: center;
  padding: 20px 15px;
  font-size: 18px;
  background: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1280px) {
  .table-compare__cell {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 27.38%;
            flex: 0 1 27.38%;
  }
}
@media (min-width: 1440px) {
  .table-compare__cell {
    font-size: 20px;
  }
}
.table-compare__head .table-compare__cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 2px);
          flex: 0 0 calc(33.33% - 2px);
  color: #fff;
  background: #111;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  line-height: 1.18;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .table-compare__head .table-compare__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(27.38% - 2px);
            flex: 0 0 calc(27.38% - 2px);
    padding: 18px 0;
    font-size: 24px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1440px) {
  .table-compare__head .table-compare__cell {
    font-size: 20px;
  }
}
@media (min-width: 1140px) {
  .table-compare__head .table-compare__cell {
    font-size: 30px;
  }
}
.table-compare__head .table-compare__cell:nth-child(3):before, .table-compare__head .table-compare__cell:nth-child(4):before {
  display: none;
}
@media (min-width: 1280px) {
  .table-compare__body .table-compare__cell {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 1280px) {
  .table-compare__body .table-compare__row:nth-child(even) .table-compare__cell {
    background: #FAFAFA;
  }
}
@media (min-width: 1280px) {
  .table-compare__body .table-compare__row:nth-child(even) .table-compare__cell:first-child {
    background: #8D8D8D;
  }
}
@media (min-width: 1280px) {
  .table-compare__body .table-compare__row:last-child .table-compare__cell:last-child {
    border-bottom-right-radius: 30px;
  }
}
.table-compare__cell .tag-win {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media (min-width: 1280px) {
  .table-compare__cell .tag-win {
    bottom: initial;
    top: 0;
    right: 5px;
  }
}
.table-compare__cell:first-child {
  color: #fff;
  font-size: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-weight: 400;
  padding: 15px;
  line-height: 1;
  background: #8D8D8D;
}
@media (min-width: 1280px) {
  .table-compare__cell:first-child {
    -ms-flex-preferred-size: 17.769%;
        flex-basis: 17.769%;
    border-bottom: 1px solid #fff;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .table-compare__cell:first-child {
    font-size: 22px;
    line-height: 1.36;
  }
}
.table-compare__head .table-compare__cell:first-child {
  display: none;
}
@media (min-width: 1280px) {
  .table-compare__head .table-compare__cell:first-child {
    display: block;
    background: transparent;
    border-bottom: none;
  }
}
@media (min-width: 1280px) {
  .table-compare__body .table-compare__row:first-child .table-compare__cell:first-child {
    border-top-left-radius: 30px;
  }
}
.table-compare__cell:nth-child(3):before, .table-compare__cell:nth-child(4):before {
  content: "";
  width: 1px;
  display: block;
  background: #ccc;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
}
@media (min-width: 1280px) {
  .table-compare__cell:nth-child(3):before, .table-compare__cell:nth-child(4):before {
    display: none;
  }
}
.table-compare__cell-value {
  position: relative;
}
@media (min-width: 1280px) {
  .table-compare__cell-value {
    padding: 35px 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.table-compare__img {
  width: 40px;
}
@media (min-width: 1280px) {
  .table-compare__img {
    width: 60px;
  }
}
.table-compare__tag {
  width: 22px;
  position: absolute;
  top: -4px;
  left: calc(50% - 12px);
}
@media (min-width: 1280px) {
  .table-compare__tag {
    width: 47px;
    left: calc(50% - 24px);
    top: -9px;
  }
}
.table-compare__icon-good {
  width: 22px;
  margin: -5px 0 0 4px;
}
@media (min-width: 1280px) {
  .table-compare__icon-good {
    width: 35px;
  }
}
.table-compare__tips {
  font-size: 0.875em;
  margin-bottom: 20px;
}
.table + .table-compare__tips {
  margin-top: -10px;
}

.section-feature2 {
  padding: 0;
  margin: 0 -20px;
}
@media (min-width: 1280px) {
  .brandlist__wrap {
    margin: 0 -28px;
  }
}
.brandlist__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .brandlist__group {
    margin: -7px 0;
  }
}
.brandlist__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 14px);
          flex: 0 1 calc(50% - 14px);
  margin: 0 7px;
}
@media (min-width: 768px) {
  .brandlist__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.333% - 14px);
            flex: 0 1 calc(33.333% - 14px);
  }
}
@media (min-width: 1280px) {
  .brandlist__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.333% - 56px);
            flex: 0 1 calc(33.333% - 56px);
    margin: 7px 28px;
  }
}
@media (min-width: 1280px) {
  .section-contact {
    background: #D7000F;
  }
}