* {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
}

.wiko-content {
  color: #212121;
  font-family: "Manrope", "Harmony";
}
.wiko-content h3 {
  font-weight: normal;
}
.wiko-content a {
  color: inherit;
  text-decoration: none;
}
.wiko-content .pc-block {
  display: block;
}
.wiko-content .pc-line {
  display: inline;
}
.wiko-content .mob-block {
  display: none;
}
.wiko-content .mob-block.pc-block {
  display: block;
}
.wiko-content img {
  display: block;
}
.wiko-content sup {
  font-size: 0.6em;
  line-height: 1;
  cursor: pointer;
}
.wiko-content * {
  box-sizing: border-box;
}
.wiko-content .s1 {
  position: relative;
}
.wiko-content .s1 .kv-texts {
  position: absolute;
  top: 6.25vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 9;
}
.wiko-content .s1 .kv-texts .logo-svg {
  width: 27.1vw;
  margin: 0 auto 1.0625vw;
}
.wiko-content .s1 .kv-texts .ksp-title {
  display: block;
  width: 26.1vw;
  margin: 0 auto 1.0625vw;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-size: 1.8vw;
}
.wiko-content .s1 .kv-texts .ksp-wrap {
  font-size: 1.04167vw;
}
.wiko-content .s1 .kv-img img {
  width: 100%;
}
.wiko-content .space {
  height: 8.33333vw;
  background-color: #eff3f7;
}
.wiko-content .s2 {
  height: 48.4375vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  background-color: #eff3f7;
}
.wiko-content .s2 .s2-item {
  overflow: hidden;
  position: relative;
  border-radius: 1.5625vw;
  background: #f8f8f8;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dce0e4;
}
.wiko-content .s2 .s2-item .love-title-wrap {
  position: absolute;
  top: 2.23958vw;
}
.wiko-content .s2 .s2-item .love-title-wrap .love-title {
  font-weight: bold;
  font-size: 1.66667vw;
}
.wiko-content .s2 .s2-item .arrow-container {
  position: absolute;
  width: 2.39583vw;
  height: 2.39583vw;
  right: 0.77083vw;
  bottom: 0.77083vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.wiko-content .s2 .s2-item .arrow-container .arrow-wrap .normal {
  display: block;
  width: 1.9375vw;
  height: auto;
}
.wiko-content .s2 .s2-item .arrow-container .arrow-wrap .hov {
  display: none;
  width: 1.9375vw;
  height: auto;
}
.wiko-content .s2 .s2-item:hover {
  border: 1px solid #1f18c0;
}
.wiko-content .s2 .s2-item:hover .arrow-wrap .normal {
  display: none;
}
.wiko-content .s2 .s2-item:hover .arrow-wrap .hov {
  display: block;
}
@keyframes arrow-down {
  49% {
    transform: translate(0, 400%);
  }
  50% {
    transform: translate(0, -200%);
  }
}
.wiko-content .s2 .s2-item1 {
  width: 26.04167vw;
  height: 16.83333vw;
  margin-bottom: 1.5625vw;
}
.wiko-content .s2 .s2-item1 .love-img {
  position: absolute;
  bottom: 5.29167vw;
  left: 50%;
  transform: translateX(-50%);
}
.wiko-content .s2 .s2-item1 .love-img img {
  width: 16.22917vw;
}
.wiko-content .s2 .s2-item2 {
  width: 26.04167vw;
  height: 29.9375vw;
}
.wiko-content .s2 .s2-item2 .love-img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.wiko-content .s2 .s2-item2 .love-img img {
  width: 75%;
  float: right;
}
.wiko-content .s2 .s2-item3 {
  width: 26.04167vw;
  height: 30.08333vw;
  margin: 0 1.5625vw 1.5625vw;
}
.wiko-content .s2 .s2-item3 .love-img {
  position: absolute;
  bottom: 2.70833vw;
  left: 50%;
  transform: translateX(-50%);
}
.wiko-content .s2 .s2-item3 .love-img img {
  width: 19.625vw;
}
.wiko-content .s2 .s2-item4 {
  width: 26.04167vw;
  height: 16.79167vw;
  margin: 0 1.5625vw;
}
.wiko-content .s2 .s2-item4 .love-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.70833vw;
}
.wiko-content .s2 .s2-item4 .love-img img {
  width: 19.625vw;
}
.wiko-content .s2 .s2-item5 {
  width: 26.04167vw;
  height: 24.4375vw;
  margin-bottom: 1.5625vw;
}
.wiko-content .s2 .s2-item5 .love-img {
  width: 75%;
  position: absolute;
  bottom: 1.70833vw;
}
.wiko-content .s2 .s2-item5 .love-img img {
  width: 100%;
}
.wiko-content .s2 .s2-item6 {
  width: 26.04167vw;
  height: 22.4375vw;
}
.wiko-content .s2 .s2-item6 .love-img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.wiko-content .s2 .s2-item6 .love-img img {
  width: 85%;
  float: right;
}
.wiko-content .s3 {
  max-width: 100vw;
  margin: 0 10.417vw;
  padding-top: 8.33333vw;
}
.wiko-content .s3 .s3-texts {
  text-align: center;
  margin-bottom: 7.8125vw;
}
.wiko-content .s3 .s3-texts .title {
  font-size: 4.16667vw;
  margin-bottom: 1.5625vw;
  font-weight: bold;
}
.wiko-content .s3 .s3-texts .text {
  width: 50.23958vw;
  margin: 0 auto;
  font-size: 1.14583vw;
  line-height: 1.6;
}
.wiko-content .s3 .s3-img img {
  width: 100%;
  padding: 0 3vw;
}
.wiko-content .s4 .swiper-container {
  width: 89.58333vw;
  margin: 0 auto;
  position: relative;
}
.wiko-content .s4 .swiper-container .swiper-pagination {
  position: absolute;
  width: 9.0625vw;
  height: 2.5625vw;
  left: 78%;
  bottom: 3.667vw;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 2.667vw;
}
.wiko-content .s4 .swiper-container .swiper-pagination :nth-child(1) {
  background-image: linear-gradient(to bottom, #5194f9 0%, #0632a2 100%);
}
.wiko-content .s4 .swiper-container .swiper-pagination :nth-child(2) {
  background-image: linear-gradient(to bottom, #ffffff 0%, #e8edf1 100%);
}
.wiko-content .s4 .swiper-container .swiper-pagination :nth-child(3) {
  background-image: linear-gradient(to bottom, #656873 0%, #000000 100%);
}
.wiko-content .s4 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 2.5625vw;
  height: 2.5625vw;
  transform: scale(0.6);
  transform-origin: 50% 50%;
  opacity: 1;
  transition: 0.25s all linear;
  margin: 0 0.1vw;
}
.wiko-content .s4 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(0.8);
}
.wiko-content .s4 .s4-img img {
  width: 100%;
  height: 45.83333vw;
}
.wiko-content .s5 {
  position: relative;
}
.wiko-content .s5 .s5-wrap {
  margin: 5.20833vw auto 0;
}
.wiko-content .s5 .harmony-wrap {
  margin-top: 15vw;
}
.wiko-content .s5 .harmony-wrap img {
  width: 34.94635vw;
  margin: auto;
}
.wiko-content .s5 .harmony-wrap p {
  padding-top: 7vw;
  text-align: center;
  letter-spacing: 0.05vw;
  opacity: 0.7;
  width: 52vw;
  margin: auto;
}
.wiko-content .s5 .harmony-wrap p span {
  letter-spacing: 0vw;
}
.wiko-content .s5 .ani1 {
  display: none;
}
.wiko-content .s5 .ani2 {
  width: 100%;
  overflow: hidden;
  margin: 5.20833vw auto 0;
}
.wiko-content .s5 .ani2 .title {
  font-size: 4.16667vw;
  line-height: 1.25;
  margin-bottom: 1.5625vw;
  text-align: center;
  font-weight: bold;
}
.wiko-content .s5 .ani2 .card {
  width: 81.25vw;
  height: 41.66667vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.wiko-content .s5 .ani2 .card .icon-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.04167vw;
  z-index: 9;
  cursor: pointer;
}
.wiko-content .s5 .ani2 .card .s5-letf-icon {
  left: 1.5625vw;
  background-image: url(../img/s5-left-btn.png);
}
.wiko-content .s5 .ani2 .card .s5-right-icon {
  right: 1.5625vw;
  background-image: url(../img/s5-right-btn.png);
}
.wiko-content .s5 .ani2 .card .s5-letf-icon,
.wiko-content .s5 .ani2 .card .s5-right-icon {
  width: 2.604167vw;
  height: 2.604167vw;
  background-size: 100% 100%;
  outline: none;
  border-radius: 50%;
  overflow: hidden;
}
.wiko-content .s5 .ani2 .card .s5-letf-icon:after,
.wiko-content .s5 .ani2 .card .s5-right-icon:after {
  content: unset;
}
.wiko-content .s5 .ani2 .card .swiper-container {
  width: 65vw;
  height: 100%;
}
.wiko-content .s5 .ani2 .card .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.wiko-content .s5 .ani2 .card .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1.04167vw;
  height: 1.04167vw;
  background-color: #B0C9ED;
  margin-right: 1.04167vw;
  opacity: 0.3;
}
.wiko-content .s5 .ani2 .card .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.wiko-content .s5 .ani2 .card .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: #f3f6f9;
  border-radius: 1.5625vw;
}
.wiko-content .s5 .ani2 .card .wrap .text-box {
  text-align: center;
}
.wiko-content .s5 .ani2 .card .wrap .text-box .title {
  font-size: 2vw;
  margin: 5.09375vw 0 1.5625vw;
  font-weight: bold;
}
.wiko-content .s5 .ani2 .card .wrap .text-box .text {
  font-size: 1.04583vw;
  color: #000;
  line-height: 1.6;
  padding: 0 2vw;
  opacity: 0.7;
}
.wiko-content .s5 .ani2 .card .wrap .img-box {
  width: 49.28125vw;
  margin-top: 4.0625vw;
}
.wiko-content .s5 .ani2 .card .wrap .img-box img {
  width: 100%;
}
.wiko-content .s5 .ani2 .card .wrap .big-img {
  width: 72.28125vw;
}
.wiko-content .s5 .ani2 .card .wrap .small-img {
  width: 23.28125vw;
}
.wiko-content .s5 .ani2 .card .wrap .small-small-img {
  width: 10.28125vw;
}
.wiko-content .s5 .ani3 {
  width: 100%;
  overflow: hidden;
  margin-top: 10vw;
}
.wiko-content .s5 .ani3 .title {
  font-size: 4.16667vw;
  line-height: 1.25;
  margin-bottom: 1.5625vw;
  text-align: center;
  font-weight: bold;
}
.wiko-content .s5 .ani3 .content {
  width: 65vw;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: #f3f6f9;
  border-radius: 1.5625vw;
}
.wiko-content .s5 .ani3 .content .text-box {
  text-align: center;
}
.wiko-content .s5 .ani3 .content .text-box .title {
  font-size: 2vw;
  margin: 5.09375vw 0 1.5625vw;
  font-weight: bold;
}
.wiko-content .s5 .ani3 .content .text-box .text {
  font-size: 1.04583vw;
  color: #000;
  line-height: 1.6;
  padding: 0 2vw;
  opacity: 0.7;
  width: 52vw;
}
.wiko-content .s5 .ani3 .content .img-box {
  margin: 4.0625vw 0;
}
.wiko-content .s5 .ani3 .content .img-box img {
  width: 50vw;
}
.wiko-content .s5 .ani3 .card3-2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 65vw;
  height: 45vw;
  justify-content: space-between;
  margin: 5.20833vw auto auto;
}
.wiko-content .s5 .ani3 .card3-2 .content2-1,
.wiko-content .s5 .ani3 .card3-2 .content2-2 {
  width: 30vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: #f3f6f9;
  border-radius: 1.5625vw;
}
.wiko-content .s5 .ani3 .card3-2 .content2-1 .text-box,
.wiko-content .s5 .ani3 .card3-2 .content2-2 .text-box {
  text-align: center;
}
.wiko-content .s5 .ani3 .card3-2 .content2-1 .text-box .title,
.wiko-content .s5 .ani3 .card3-2 .content2-2 .text-box .title {
  font-size: 2vw;
  margin: 5.09375vw 0 1.5625vw;
  font-weight: bold;
}
.wiko-content .s5 .ani3 .card3-2 .content2-1 .text-box .text,
.wiko-content .s5 .ani3 .card3-2 .content2-2 .text-box .text {
  font-size: 1.04583vw;
  color: #000;
  line-height: 1.6;
  padding: 0 2vw;
  opacity: 0.7;
}
.wiko-content .s5 .ani3 .card3-2 .content2-1 .img-box,
.wiko-content .s5 .ani3 .card3-2 .content2-2 .img-box {
  position: absolute;
  margin: 15.0625vw 0;
}
.wiko-content .s5 .ani3 .card3-2 .content2-1 .img-box img,
.wiko-content .s5 .ani3 .card3-2 .content2-2 .img-box img {
  width: 25vw;
}
.wiko-content .s5 .ani3 .card3-3 {
  margin: 5.20833vw auto auto;
}
.wiko-content .s5 .ani3 .card3-3 .content .img-box {
  margin: 4.0625vw 0 0;
}
.wiko-content .s5 .ani3 .card3-3 .content .img-box img {
  width: 15vw;
}
.wiko-content .s10 {
  position: relative;
  height: 56.77083vw;
  width: 100%;
  overflow: hidden;
}
.wiko-content .s10 .center {
  width: 81.25vw;
  margin: 5.20833vw auto 0;
  height: 51.5625vw;
}
.wiko-content .s10 .center .text-box .title {
  font-size: 4.16667vw;
  line-height: 1.25;
  margin-bottom: 1.5625vw;
  text-align: center;
  font-weight: bold;
}
.wiko-content .s10 .center .text-box .describe {
  font-size: 1.14583vw;
  line-height: 1.6;
  margin-bottom: 3.125vw;
  text-align: center;
  opacity: 0.7;
}
.wiko-content .s10 .center .text-box .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.wiko-content .s10 .center .text-box .content .text {
  width: 50%;
}
.wiko-content .s10 .center .text-box .content .text .item {
  position: absolute;
  top: 25vw;
  left: 30vw;
}
.wiko-content .s10 .center .text-box .content .text .item .content-item {
  margin-bottom: 3vw;
}
.wiko-content .s10 .center .text-box .content .blue-font {
  background-image: linear-gradient(to bottom, #1f18c0 16%, #2f26ff 87%);
  color: transparent;
  -webkit-background-clip: text;
  font-weight: bold;
  font-size: 3.75vw;
  margin-bottom: 0.41667vw;
  line-height: 1;
  letter-spacing: -0.2vw;
}
.wiko-content .s10 .center .text-box .content .blue-font sub {
  font-size: 1.14583vw;
  line-height: 1.6;
  vertical-align: initial;
  margin-left: 0.20833vw;
  letter-spacing: 0;
}
.wiko-content .s10 .center .text-box .content p {
  font-size: 1.14583vw;
  color: #000;
  margin-bottom: 1.5625vw;
}
.wiko-content .s10 .center .img-box {
  width: 50%;
}
.wiko-content .s10 .center .img-box img {
  width: 25.72917vw;
}
.wiko-content .s11 {
  width: 100%;
  height: 54.8125vw;
  position: relative;
  overflow: hidden;
}
.wiko-content .s11 .content {
  display: flex;
  background-color: #f3f6f9;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.wiko-content .s11 .s11-title {
  margin: 5.625vw auto 0;
  font-size: 4.16667vw;
  line-height: 1.25;
  text-align: center;
  font-weight: bold;
}
.wiko-content .s11 .img-box-mobile {
  display: none;
}
.wiko-content .s11 .img-box-pc {
  display: block;
  margin: 5.417vw 8.417vw 0 8.417vw;
}
.wiko-content .s11 .img-box-pc img {
  width: 100%;
}
.wiko-content .s11 .img-box-pc .line {
  height: 1px;
  background-color: #949596;
  margin: 0.52083vw 0 0.3125vw;
}
.wiko-content .s11 .img-box-pc .lens-1 {
  position: absolute;
  right: 9.2vw;
  bottom: 26vw;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.wiko-content .s11 .img-box-pc .lens-1 .content {
  background-color: initial;
}
.wiko-content .s11 .img-box-pc .lens-1 .split {
  margin-right: 1vw;
}
.wiko-content .s11 .img-box-pc .lens-1 .line {
  width: 25.14583vw;
}
.wiko-content .s11 .img-box-pc .lens-2 {
  position: absolute;
  right: 10.1vw;
  bottom: 10vw;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.wiko-content .s11 .img-box-pc .lens-2 .content {
  background-color: initial;
}
.wiko-content .s11 .img-box-pc .lens-2 .split {
  margin-right: 1vw;
}
.wiko-content .s11 .img-box-pc .lens-2 .line {
  width: 25.14583vw;
}
.wiko-content .s11 .img-box-pc .lens-3 {
  position: absolute;
  left: 12.3vw;
  bottom: 21.3vw;
  display: flex;
  flex-direction: row;
}
.wiko-content .s11 .img-box-pc .lens-3 .content {
  background-color: initial;
}
.wiko-content .s11 .img-box-pc .lens-3 .line {
  height: 5.6vw;
  width: 5.1875vw;
  background-color: transparent;
  border-top: 1px solid #949596;
  border-right: 1px solid #949596;
  margin-top: 42%;
}
.wiko-content .s11 .img-box-pc .text {
  font-size: 1.2vw;
  line-height: 1.3333333333;
  font-weight: bold;
}
.wiko-content .s11 .img-box-pc .text .blue-font {
  color: #1f18c0;
}
.wiko-content .s11 .img-box-pc .pixel {
  font-size: 2.2vw;
  line-height: 1.3333333333;
  font-weight: bold;
}
.wiko-content .s12 {
  width: 100%;
  padding: 3.125vw 0 6.25vw;
}
.wiko-content .s12 .center {
  max-width: 100vw;
  margin: 0 10.417vw;
}
.wiko-content .s12 .center .pic-1 {
  padding-top: 7.29167vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.wiko-content .s12 .center .pic-1 .img-box img {
  width: 67.35417vw;
  border-radius: 1.5625vw;
}
.wiko-content .s12 .center .pic-1 .text-box .title {
  font-size: 3.2vw;
  margin-bottom: 1.04167vw;
  font-weight: bold;
}
.wiko-content .s12 .center .pic-1 .text-box .describe {
  font-size: 1.14583vw;
  line-height: 1.6;
  margin-bottom: 2.04167vw;
  opacity: 0.7;
}
.wiko-content .s12 .center .pic-2 {
  padding-top: 7.09167vw;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.wiko-content .s12 .center .pic-2 .img-box img {
  width: 67.35417vw;
  border-radius: 1.5625vw;
}
.wiko-content .s12 .center .pic-2 .text-box {
  width: 67.35417vw;
}
.wiko-content .s12 .center .pic-2 .text-box .title {
  font-size: 3.2vw;
  margin-bottom: 1.04167vw;
  font-weight: bold;
}
.wiko-content .s12 .center .pic-2 .text-box .describe {
  font-size: 1.14583vw;
  line-height: 1.6;
  margin-bottom: 2.04167vw;
  opacity: 0.7;
}
.wiko-content .s12 .center .pic-3 {
  padding-top: 7.29167vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.wiko-content .s12 .center .pic-3 .img-box img {
  width: 67.35417vw;
  border-radius: 1.5625vw;
}
.wiko-content .s12 .center .pic-3 .text-box .title {
  font-size: 3.2vw;
  margin-bottom: 1.04167vw;
  font-weight: bold;
}
.wiko-content .s12 .center .pic-3 .text-box .describe {
  font-size: 1.14583vw;
  line-height: 1.6;
  margin-bottom: 2.04167vw;
  opacity: 0.7;
}
.wiko-content .s12 .center .pic-4 {
  padding-top: 7.29167vw;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.wiko-content .s12 .center .pic-4 .left-pic {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 15vw;
}
.wiko-content .s12 .center .pic-4 .left-pic .text-box .title {
  font-size: 3.2vw;
  margin-bottom: 1.04167vw;
  font-weight: bold;
}
.wiko-content .s12 .center .pic-4 .left-pic .text-box .describe {
  font-size: 1.14583vw;
  line-height: 1.6;
  width: 35.3545vw;
  margin-bottom: 2.08333vw;
  opacity: 0.7;
}
.wiko-content .s12 .center .pic-4 .left-pic .img-box img {
  width: 35.3545vw;
  border-radius: 1.5625vw;
}
.wiko-content .s12 .center .pic-4 .right-pic {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.wiko-content .s12 .center .pic-4 .right-pic .text-box .title {
  font-size: 3.2vw;
  margin-bottom: 1.04167vw;
  font-weight: bold;
}
.wiko-content .s12 .center .pic-4 .right-pic .text-box .describe {
  font-size: 1.14583vw;
  line-height: 1.6;
  width: 35.3545vw;
  margin-bottom: 2.08333vw;
  opacity: 0.7;
}
.wiko-content .s12 .center .pic-4 .right-pic .img-box img {
  width: 35.3545vw;
  margin-bottom: 1.71875vw;
  border-radius: 1.5625vw;
}
.wiko-content .s12 .center .img-tips {
  position: absolute;
  right: 0vw;
  font-size: 0.729vw;
  color: #000;
  opacity: 0.5;
}
.wiko-content .s13 .content {
  width: 81.25vw;
  overflow: hidden;
  text-align: center;
  margin: 4.0625vw auto 0;
}
.wiko-content .s13 .s13-title-swiper {
  height: 5.20833vw;
  overflow: hidden;
  margin-top: 3.125vw;
  margin-bottom: 1.5625vw;
}
.wiko-content .s13 .title {
  font-size: 4.16667vw;
  line-height: 1.25;
  font-weight: bold;
}
.wiko-content .s13 .pc {
  display: block;
}
.wiko-content .s13 .mobile {
  display: none;
}
.wiko-content .s13 .s13-describe-swiper {
  overflow: hidden;
  margin-bottom: 2.08333vw;
}
.wiko-content .s13 .describe {
  font-size: 1.14583vw;
  width: 54.125vw;
  text-align: center;
  margin: 0 auto 3.125vw;
  line-height: 1.6;
  opacity: 0.7;
}
.wiko-content .s13 .s13-img-swiper {
  padding: 0 15vw;
  overflow: hidden;
}
.wiko-content .s13 .img-box {
  width: 100%;
}
.wiko-content .s13 .img-box1 {
  position: relative;
}
.wiko-content .s13 .img-box1 img {
  width: 33vw;
}
.wiko-content .s13 .img-box1 .img-des-box {
  width: 16.16615vw;
  height: 33vw;
  position: absolute;
  right: -5vw;
  top: 0;
}
.wiko-content .s13 .img-box1 .img-des-box .img-des-item {
  text-align: left;
  position: absolute;
}
.wiko-content .s13 .img-box1 .img-des-box .img-des-item .golden {
  font-size: 2.5vw;
  background-image: linear-gradient(to bottom, #1f18c0 16%, #2f26ff 87%);
  color: transparent;
  -webkit-background-clip: text;
  font-weight: bold;
}
.wiko-content .s13 .img-box1 .img-des-box .img-des-item .gray {
  font-size: 1.14583vw;
}
.wiko-content .s13 .img-box1 .img-des-box .img-des-item:nth-child(1) {
  top: 0;
}
.wiko-content .s13 .img-box1 .img-des-box .img-des-item:nth-child(2) {
  top: 9.5vw;
}
.wiko-content .s13 .img-box1 .img-des-box .img-des-item:nth-child(3) {
  top: 19vw;
}
.wiko-content .s13 .img-box1 .img-des-box .img-des-item:nth-child(4) {
  top: 28vw;
}
.wiko-content .s14 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wiko-content .s14 .center {
  width: 81.25vw;
  margin: 15.20833vw auto 0;
}
.wiko-content .s14 .center .text-box .title {
  font-size: 4.16667vw;
  line-height: 1.25;
  margin-bottom: 1.5625vw;
  text-align: center;
  font-weight: bold;
}
.wiko-content .s14 .center .text-box .describe {
  font-size: 1.14583vw;
  line-height: 1.6;
  margin-bottom: 3.125vw;
  text-align: center;
  opacity: 0.7;
}
.wiko-content .s14 .center .img-box img {
  width: 100%;
}
.wiko-content .s15 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wiko-content .s15 .center {
  width: 81.25vw;
  margin: 15.20833vw auto 0;
}
.wiko-content .s15 .center .text-box .title {
  font-size: 4.16667vw;
  line-height: 1.25;
  margin-bottom: 1.5625vw;
  text-align: center;
  font-weight: bold;
}
.wiko-content .s15 .center .text-box .describe {
  font-size: 1.14583vw;
  line-height: 1.6;
  margin-bottom: 3.125vw;
  text-align: center;
  opacity: 0.7;
}
.wiko-content .s15 .center .img-box img {
  width: 100%;
}
.wiko-content .footernote {
  padding: 12.34375vw 13.54167vw 10.41667vw;
  color: #898989;
  font-size: 0.9375vw;
  line-height: 1.6;
}
.wiko-content .footernote li {
  list-style: decimal;
  list-style-position: inside;
}
.wiko-content .footernote p {
  margin-top: 5vw;
}

@media (max-aspect-ratio: 51/50) {
  .wiko-content .pc-block {
    display: none;
  }
  .wiko-content .pc-line {
    display: none;
  }
  .wiko-content .mob-block {
    display: block;
  }
  .wiko-content .sup {
    font-size: 0.6em;
  }
  .wiko-content img {
    display: block;
  }
  .wiko-content .s1 {
    height: 145vw;
    position: relative;
  }
  .wiko-content .s1 .kv-texts {
    width: 100%;
    padding: 0 5.55556vw;
    top: 22.22222vw;
  }
  .wiko-content .s1 .kv-texts .logo-svg {
    width: 68.5vw;
    height: auto;
    margin: 0 auto 3.16667vw;
  }
  .wiko-content .s1 .kv-texts .ksp-title {
    width: 63.5vw;
    margin: 0 auto 2.0625vw;
    font-size: 3.5vw;
  }
  .wiko-content .s1 .kv-texts .ksp-wrap {
    font-size: 2.5vw;
    line-height: 2;
  }
  .wiko-content .s1 .kv-img {
    position: absolute;
  }
  .wiko-content .space {
    height: 6vw;
  }
  .wiko-content .s2 {
    margin: 0;
    padding: 1vw 5.55556vw;
    height: auto;
    position: relative;
  }
  .wiko-content .s2 .s2-item {
    border-radius: 2.77778vw;
    width: 100%;
    height: 54.16667vw;
    margin: 0 0 2.77778vw;
    background-color: #fff;
  }
  .wiko-content .s2 .s2-item .love-title-wrap {
    top: 7vw;
  }
  .wiko-content .s2 .s2-item .love-title-wrap .love-title {
    font-size: 5.61111vw;
  }
  .wiko-content .s2 .s2-item .arrow-container {
    width: 5.55556vw;
    height: 5.55556vw;
    right: 4.16667vw;
    bottom: 2.77778vw;
  }
  .wiko-content .s2 .s2-item .arrow-container .arrow-wrap .normal,
  .wiko-content .s2 .s2-item .arrow-container .arrow-wrap .hov {
    width: 5.9375vw;
  }
  .wiko-content .s2 .s2-item1 .love-img {
    position: absolute;
    bottom: 13.88889vw;
  }
  .wiko-content .s2 .s2-item1 .love-img img {
    width: 63.61111vw;
  }
  .wiko-content .s2 .s2-item2 {
    height: 75.80556vw;
  }
  .wiko-content .s2 .s2-item2 .love-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-right: 6vw;
  }
  .wiko-content .s2 .s2-item2 .love-img img {
    width: 100%;
  }
  .wiko-content .s2 .s2-item3 {
    height: 71.80556vw;
  }
  .wiko-content .s2 .s2-item3 .love-img {
    position: absolute;
    bottom: 4.91667vw;
  }
  .wiko-content .s2 .s2-item3 .love-img img {
    width: 100%;
  }
  .wiko-content .s2 .mob-s2-box {
    width: 100%;
  }
  .wiko-content .s2 .s2-item4 {
    height: 57.80556vw;
  }
  .wiko-content .s2 .s2-item4 .love-img {
    position: absolute;
    left: 0;
    transform: none;
    margin: 4.91667vw 8.91667vw;
  }
  .wiko-content .s2 .s2-item4 .love-img img {
    width: 100%;
  }
  .wiko-content .s2 .s2-item5 {
    height: 83.80556vw;
  }
  .wiko-content .s2 .s2-item5 .love-img {
    margin: 4.91667vw 8.91667vw;
  }
  .wiko-content .s2 .s2-item5 .love-img img {
    width: 100%;
  }
  .wiko-content .s2 .s2-item6 {
    height: 72.16667vw;
  }
  .wiko-content .s2 .s2-item6 .love-img {
    margin-left: 8.91667vw;
    width: auto;
  }
  .wiko-content .s2 .s2-item6 .love-img img {
    width: 100%;
  }
  .wiko-content .s3 {
    padding-top: 15.27778vw;
    margin: 0 5.417vw;
  }
  .wiko-content .s3 .s3-texts {
    text-align: center;
    margin-bottom: 8.33333vw;
  }
  .wiko-content .s3 .s3-texts .title {
    font-size: 9.88889vw;
    margin-bottom: 4.16667vw;
  }
  .wiko-content .s3 .s3-texts .text {
    width: 100%;
    padding: 0 2.55556vw;
    font-size: 3.61111vw;
    opacity: 0.7;
  }
  .wiko-content .s3 .s3-img img {
    width: 100%;
    height: auto;
  }
  .wiko-content .s4 {
    margin: 0 5.417vw;
  }
  .wiko-content .s4 .swiper-container {
    width: 100%;
    position: relative;
  }
  .wiko-content .s4 .swiper-container .swiper-pagination {
    width: 26.0625vw;
    height: 7.5625vw;
    left: 65%;
    border-radius: 7.5625vw;
  }
  .wiko-content .s4 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 7.5625vw;
    height: 7.5625vw;
  }
  .wiko-content .s4 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    transform: scale(0.8);
  }
  .wiko-content .s4 .s4-img img {
    height: 128vw;
  }
  .wiko-content .s5 {
    margin: 0 5.417vw;
    height: 100%;
  }
  .wiko-content .s5 .s5-wrap {
    height: 100%;
  }
  .wiko-content .s5 .s5-wrap .harmony-wrap {
    position: initial;
    transform: none;
    margin-top: 24vw;
    margin-bottom: 24vw;
  }
  .wiko-content .s5 .s5-wrap .harmony-wrap img {
    width: 70%;
    margin-bottom: 5vw;
  }
  .wiko-content .s5 .s5-wrap .harmony-wrap p {
    font-size: 3.2vw;
    margin-bottom: 3.2vw;
    padding: 0 5.417vw;
    width: 100%;
  }
  .wiko-content .s5 .s5-wrap .ani1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 5.20833vw;
  }
  .wiko-content .s5 .s5-wrap .ani1 .title {
    font-size: 9.88889vw;
    margin-bottom: 1.5625vw;
    margin-bottom: 4.16667vw;
    width: auto;
    line-height: 1.25;
    text-align: center;
    font-weight: bold;
  }
  .wiko-content .s5 .s5-wrap .ani1 .card {
    background-color: #f3f6f9;
    border-radius: 1.5625vw;
    margin-bottom: 4.91667vw;
    width: 100%;
    padding: 7.91667vw 7.91667vw 9.91667vw 7.91667vw;
  }
  .wiko-content .s5 .s5-wrap .ani1 .card .text-box {
    text-align: center;
  }
  .wiko-content .s5 .s5-wrap .ani1 .card .text-box .title {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 2.2vw;
  }
  .wiko-content .s5 .s5-wrap .ani1 .card .text-box .text {
    font-size: 3.2vw;
    margin-bottom: 8vw;
    opacity: 0.7;
  }
  .wiko-content .s5 .s5-wrap .ani1 .card .img-box img {
    width: 100%;
    margin: auto;
  }
  .wiko-content .s5 .s5-wrap .ani1 .card6 .img-box img {
    width: 50%;
  }
  .wiko-content .s5 .s5-wrap .ani2 {
    display: none;
  }
  .wiko-content .s5 .s5-wrap .ani3 .title {
    font-size: 9.88889vw;
    margin-bottom: 1.5625vw;
    margin-bottom: 4.16667vw;
    width: auto;
  }
  .wiko-content .s5 .s5-wrap .ani3 .content {
    width: 100%;
  }
  .wiko-content .s5 .s5-wrap .ani3 .content .text-box {
    text-align: center;
  }
  .wiko-content .s5 .s5-wrap .ani3 .content .text-box .title {
    font-size: 5vw;
    margin: 5.09375vw 0 2.2vw;
    font-weight: bold;
  }
  .wiko-content .s5 .s5-wrap .ani3 .content .text-box .text {
    font-size: 3.2vw;
    width: auto;
    margin-bottom: 8vw;
  }
  .wiko-content .s5 .s5-wrap .ani3 .content .img-box {
    margin: 5.417vw;
  }
  .wiko-content .s5 .s5-wrap .ani3 .content .img-box img {
    width: 100%;
  }
  .wiko-content .s5 .s5-wrap .ani3 .card3-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .wiko-content .s5 .s5-wrap .ani3 .card3-2 .content2-1,
  .wiko-content .s5 .s5-wrap .ani3 .card3-2 .content2-2 {
    width: 100%;
    margin-bottom: 5.09375vw;
  }
  .wiko-content .s5 .s5-wrap .ani3 .card3-2 .content2-1 .text-box,
  .wiko-content .s5 .s5-wrap .ani3 .card3-2 .content2-2 .text-box {
    text-align: center;
  }
  .wiko-content .s5 .s5-wrap .ani3 .card3-2 .content2-1 .text-box .title,
  .wiko-content .s5 .s5-wrap .ani3 .card3-2 .content2-2 .text-box .title {
    font-size: 5vw;
    margin: 5.09375vw 0 2.2vw;
    font-weight: bold;
  }
  .wiko-content .s5 .s5-wrap .ani3 .card3-2 .content2-1 .text-box .text,
  .wiko-content .s5 .s5-wrap .ani3 .card3-2 .content2-2 .text-box .text {
    font-size: 3.2vw;
    width: auto;
    margin-bottom: 8vw;
  }
  .wiko-content .s5 .s5-wrap .ani3 .card3-2 .content2-1 .img-box,
  .wiko-content .s5 .s5-wrap .ani3 .card3-2 .content2-2 .img-box {
    position: initial;
    margin: 5.417vw;
  }
  .wiko-content .s5 .s5-wrap .ani3 .card3-2 .content2-1 .img-box img,
  .wiko-content .s5 .s5-wrap .ani3 .card3-2 .content2-2 .img-box img {
    width: 60%;
    margin: auto;
  }
  .wiko-content .s5 .s5-wrap .ani3 .card3-3 .img-box {
    width: 25vw;
  }
  .wiko-content .s10 {
    position: relative;
    height: 124.05556vw;
    width: auto;
    overflow: hidden;
    margin: 0 5.417vw;
  }
  .wiko-content .s10 .center {
    width: 100%;
    display: block;
  }
  .wiko-content .s10 .center .text-box {
    margin-top: 0;
    margin-left: 0;
  }
  .wiko-content .s10 .center .text-box .title {
    font-size: 9.88889vw;
    line-height: 1.25;
    width: auto;
    margin-bottom: 4.16667vw;
  }
  .wiko-content .s10 .center .text-box .describe {
    font-size: 3.61111vw;
    line-height: 1.6;
    width: auto;
    margin-bottom: 4.16667vw;
  }
  .wiko-content .s10 .center .text-box .content {
    display: flex;
    align-items: flex-start;
  }
  .wiko-content .s10 .center .text-box .content .text {
    margin-top: 16vw;
  }
  .wiko-content .s10 .center .text-box .content .text .item {
    position: initial;
  }
  .wiko-content .s10 .center .text-box .content .text .item .content-item .blue-font {
    font-size: 9.66667vw;
    margin-bottom: 2.08333vw;
  }
  .wiko-content .s10 .center .text-box .content .text .item .content-item .blue-font sub {
    font-size: 0.5em;
    line-height: 1.5;
    vertical-align: initial;
    margin-left: 1.38889vw;
  }
  .wiko-content .s10 .center .text-box .content .text .item .content-item p {
    font-size: 3.77778vw;
    margin-bottom: 0;
    font-weight: bold;
  }
  .wiko-content .s10 .center .img-box {
    margin: 8.33333vw auto 0;
  }
  .wiko-content .s10 .center .img-box img {
    width: 38.88889vw;
    margin: 0 auto;
  }
  .wiko-content .s11 {
    width: auto;
    height: 140vw;
    position: relative;
    overflow: hidden;
    margin: 0 2.917vw;
  }
  .wiko-content .s11 .s11-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  .wiko-content .s11 .s11-title {
    font-size: 9.88889vw;
    line-height: 1.25;
    margin: 10.625vw 0;
  }
  .wiko-content .s11 .img-box-pc {
    display: none;
  }
  .wiko-content .s11 .img-box-mobile {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .wiko-content .s11 .img-box-mobile img {
    width: 100%;
  }
  .wiko-content .s11 .img-box-mobile .line {
    height: 0.13889vw;
    background-color: #949596;
    margin: 0;
  }
  .wiko-content .s11 .img-box-mobile .lens-1 {
    position: absolute;
    right: 11.33333vw;
    top: -21.66667vw;
  }
  .wiko-content .s11 .img-box-mobile .lens-1 .line {
    height: 25.69444vw;
    width: 1px;
    margin: 0 0 0 10vw;
  }
  .wiko-content .s11 .img-box-mobile .lens-1 .content {
    background-color: initial;
  }
  .wiko-content .s11 .img-box-mobile .lens-1 .content .text {
    font-size: 3.2vw;
    font-weight: bold;
  }
  .wiko-content .s11 .img-box-mobile .lens-1 .content .text .blue-font {
    color: #1f18c0;
  }
  .wiko-content .s11 .img-box-mobile .lens-1 .content .pixel {
    font-size: 5.77778vw;
    font-weight: bold;
  }
  .wiko-content .s11 .img-box-mobile .lens-2 {
    position: absolute;
    right: 13.33333vw;
    top: 48vw;
  }
  .wiko-content .s11 .img-box-mobile .lens-2 .line {
    width: 1px;
    height: 18vw;
    margin: 0 0 0 10vw;
  }
  .wiko-content .s11 .img-box-mobile .lens-2 .content {
    background-color: initial;
  }
  .wiko-content .s11 .img-box-mobile .lens-2 .content .text {
    font-size: 3.2vw;
    font-weight: bold;
  }
  .wiko-content .s11 .img-box-mobile .lens-2 .content .text .blue-font {
    color: #1f18c0;
  }
  .wiko-content .s11 .img-box-mobile .lens-2 .content .pixel {
    font-size: 5.77778vw;
    font-weight: bold;
  }
  .wiko-content .s11 .img-box-mobile .lens-3 {
    position: absolute;
    left: 4.33333vw;
    top: 3.41667vw;
  }
  .wiko-content .s11 .img-box-mobile .lens-3 .line {
    height: 14.69444vw;
    width: 1px;
    margin: 0 0 0 19.6vw;
  }
  .wiko-content .s11 .img-box-mobile .lens-3 .content {
    background-color: initial;
  }
  .wiko-content .s11 .img-box-mobile .lens-3 .content .text {
    font-size: 3.2vw;
    font-weight: bold;
  }
  .wiko-content .s11 .img-box-mobile .lens-3 .content .text .blue-font {
    color: #1f18c0;
  }
  .wiko-content .s11 .img-box-mobile .lens-3 .content .pixel {
    font-size: 5.77778vw;
    font-weight: bold;
  }
  .wiko-content .s12 {
    width: auto;
    margin: 0 2.917vw;
  }
  .wiko-content .s12 .center {
    width: 100%;
    margin: 0;
  }
  .wiko-content .s12 .center .pic-1,
  .wiko-content .s12 .center .pic-2,
  .wiko-content .s12 .center .pic-3 {
    display: block;
    align-items: center;
  }
  .wiko-content .s12 .center .pic-1 .img-box img,
  .wiko-content .s12 .center .pic-2 .img-box img,
  .wiko-content .s12 .center .pic-3 .img-box img {
    width: 100%;
    margin-bottom: 3.19444vw;
  }
  .wiko-content .s12 .center .pic-1 .text-box,
  .wiko-content .s12 .center .pic-2 .text-box,
  .wiko-content .s12 .center .pic-3 .text-box {
    margin: 0 2.917vw;
    width: auto;
  }
  .wiko-content .s12 .center .pic-1 .text-box .title,
  .wiko-content .s12 .center .pic-2 .text-box .title,
  .wiko-content .s12 .center .pic-3 .text-box .title {
    font-size: 7.66667vw;
    margin-bottom: 2.77778vw;
  }
  .wiko-content .s12 .center .pic-1 .text-box .describe,
  .wiko-content .s12 .center .pic-2 .text-box .describe,
  .wiko-content .s12 .center .pic-3 .text-box .describe {
    font-size: 3.61111vw;
  }
  .wiko-content .s12 .center .pic-4 {
    display: block;
    padding-top: 0;
  }
  .wiko-content .s12 .center .pic-4 .left-pic,
  .wiko-content .s12 .center .pic-4 .right-pic {
    display: block;
    margin-top: 0;
    padding-top: 7.29167vw;
  }
  .wiko-content .s12 .center .pic-4 .left-pic .text-box,
  .wiko-content .s12 .center .pic-4 .right-pic .text-box {
    margin: 0 2.917vw;
    width: auto;
  }
  .wiko-content .s12 .center .pic-4 .left-pic .text-box .title,
  .wiko-content .s12 .center .pic-4 .right-pic .text-box .title {
    font-size: 7.66667vw;
    margin-bottom: 2.77778vw;
  }
  .wiko-content .s12 .center .pic-4 .left-pic .text-box .describe,
  .wiko-content .s12 .center .pic-4 .right-pic .text-box .describe {
    width: auto;
    font-size: 3.61111vw;
  }
  .wiko-content .s12 .center .pic-4 .left-pic .img-box img,
  .wiko-content .s12 .center .pic-4 .right-pic .img-box img {
    width: 100%;
    margin-bottom: 3.19444vw;
  }
  .wiko-content .s12 .center .img-tips {
    right: initial;
    font-size: 2.2vw;
  }
  .wiko-content .s13 {
    margin: 0 5.417vw;
  }
  .wiko-content .s13 .content {
    width: auto;
    margin: 0;
    padding-top: 10.27778vw;
  }
  .wiko-content .s13 .content .s13-title-swiper {
    height: auto;
    margin: 0;
  }
  .wiko-content .s13 .content .s13-title-swiper .title {
    text-align: center;
    font-size: 9.88889vw;
    margin-bottom: 4.16667vw;
  }
  .wiko-content .s13 .content .s13-title-swiper .pc {
    display: none;
  }
  .wiko-content .s13 .content .s13-title-swiper .mobile {
    display: block;
  }
  .wiko-content .s13 .content .s13-describe-swiper {
    margin-bottom: 8.33333vw;
  }
  .wiko-content .s13 .content .s13-describe-swiper .describe {
    font-size: 3.61111vw;
    width: auto;
    text-align: center;
    margin: 0;
  }
  .wiko-content .s13 .content .img-box {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    background-image: initial;
  }
  .wiko-content .s13 .content .img-box .s13-img-swiper {
    padding: 0;
  }
  .wiko-content .s13 .content .img-box .s13-img-swiper .img-box1 img {
    width: 100%;
  }
  .wiko-content .s13 .content .img-box .s13-img-swiper .img-box1 .img-des-box {
    width: 100%;
    position: initial;
  }
  .wiko-content .s13 .content .img-box .s13-img-swiper .img-box1 .img-des-box .img-des-item {
    text-align: left;
    position: absolute;
  }
  .wiko-content .s13 .content .img-box .s13-img-swiper .img-box1 .img-des-box .img-des-item .golden {
    font-size: 5.77778vw;
    background-image: linear-gradient(to bottom, #1f18c0 16%, #2f26ff 87%);
    color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
  }
  .wiko-content .s13 .content .img-box .s13-img-swiper .img-box1 .img-des-box .img-des-item .gray {
    font-size: 3.61111vw;
  }
  .wiko-content .s13 .content .img-box .s13-img-swiper .img-box1 .img-des-box .img-des-item:nth-child(1) {
    top: auto;
    left: 5.417vw;
    margin-top: 5.417vw;
  }
  .wiko-content .s13 .content .img-box .s13-img-swiper .img-box1 .img-des-box .img-des-item:nth-child(2) {
    top: auto;
    left: 60%;
    margin-top: 5.417vw;
  }
  .wiko-content .s13 .content .img-box .s13-img-swiper .img-box1 .img-des-box .img-des-item:nth-child(3) {
    top: auto;
    left: 5.417vw;
    margin-top: 20.417vw;
  }
  .wiko-content .s13 .content .img-box .s13-img-swiper .img-box1 .img-des-box .img-des-item:nth-child(4) {
    top: auto;
    left: 60%;
    margin-top: 20.417vw;
  }
  .wiko-content .s14,
  .wiko-content .s15 {
    position: relative;
    width: auto;
    overflow: hidden;
    margin: 0 5.417vw;
  }
  .wiko-content .s14 .center,
  .wiko-content .s15 .center {
    width: auto;
    margin: 0;
    padding-top: 20.27778vw;
  }
  .wiko-content .s14 .center .text-box .title,
  .wiko-content .s15 .center .text-box .title {
    font-size: 9.88889vw;
    margin: 0 2.917vw 4.16667vw 2.917vw;
  }
  .wiko-content .s14 .center .text-box .describe,
  .wiko-content .s15 .center .text-box .describe {
    font-size: 3.61111vw;
    margin: 0 2.917vw 4.16667vw 2.917vw;
  }
  .wiko-content .s14 .center .img-box img,
  .wiko-content .s15 .center .img-box img {
    width: 100%;
  }
  .wiko-content .footernote {
    padding: 20.55556vw 8.334vw 10.55556vw;
    font-size: 2.5vw;
  }
  .wiko-content .footernote li {
    line-height: 1.6;
  }
}/*# sourceMappingURL=index.css.map */