* {
  padding: 0;
  margin: 0;
}

.wiko {
  overflow-x: hidden;
}

.sub-header {
  min-height: 3.125vw;
}

.sub-header .shell-logo {
  font-size: 0.9375vw;
  font-weight: bold;
}

.wiko-p60-content .pc-block {
  display: block;
}

.wiko-p60-content .mob-block {
  display: none;
}

.wiko-p60-content img {
  display: block;
}

.wiko-p60-content .s1 {
  position: relative;
}

.wiko-p60-content .s1 .kv-img {
  width: 100%;
}

.wiko-p60-content .s1 .s1-svg {
  position: absolute;
  right: 2.08333vw;
  bottom: 2.29167vw;
  height: 3.95833vw;
  width: auto;
}

.wiko-p60-content .s2 {
  position: relative;
}

.wiko-p60-content .s2 img {
  width: 100%;
}

.wiko-p60-content .s2 .s2-text-box {
  width: 53.69792vw;
  height: 26.66667vw;
  background-color: rgba(255, 255, 255, 0.96);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wiko-p60-content .s2 .s2-text-box .title {
  margin: 5.88542vw auto 6.04167vw;
  font-size: 2.5vw;
  line-height: 1.667;
  text-align: center;
}

.wiko-p60-content .s2 .s2-text-box .text {
  width: 37.45833vw;
  margin: 0 auto;
  font-size: 1.14583vw;
  text-align: center;
}

.wiko-p60-content .s3 {
  padding: 0 4.16667vw 6.25vw;
  position: relative;
}

.wiko-p60-content .s3 video {
  width: 100%;
  display: block;
}

.wiko-p60-content .s3 .play-btn {
  display: none;
  position: absolute;
  width: auto;
  height: 1.5625vw;
  right: 8.33333vw;
  bottom: 4.16667vw;
  cursor: pointer;
}

.wiko-p60-content .s4 {
  padding: 6.25vw 4.16667vw;
}

.wiko-p60-content .s4 .center {
  width: 100%;
  height: 42.86458vw;
  overflow: hidden;
  background-color: #000;
  position: relative;
}

.wiko-p60-content .s4 .center .s4-svg {
  width: 33.59375vw;
  margin: 11.875vw auto 0;
}

.wiko-p60-content .s4 .center .texts {
  font-size: 1.14583vw;
  line-height: 1.6;
  width: 24.47917vw;
  margin: 6.61458vw auto 0;
  color: #fff;
  text-align: center;
}

.wiko-p60-content .s4 .center .describe {
  position: absolute;
  bottom: 2.08333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.72917vw;
  color: #fff;
}

.wiko-p60-content .s5 {
  padding: 1.71875vw 4.16667vw 0;
}

.wiko-p60-content .s5 .title {
  text-align: center;
  font-size: 2.5vw;
  line-height: 1.6;
}

.wiko-p60-content .s5 .describe {
  width: 600px;
  font-size: 1.14583vw;
  line-height: 1.6;
  text-align: center;
  margin: 1.35417vw auto 4.6875vw;
}

.wiko-p60-content .s5 img {
  width: 100%;
}

.wiko-p60-content .s6 {
  position: relative;
  width: 100%;
  height: 62.44792vw;
  overflow: hidden;
  padding-top: 8.33333vw;
}

.wiko-p60-content .s6 .texts-box {
  position: absolute;
  top: 16.97917vw;
  left: 53.07292vw;
  z-index: 9;
}

.wiko-p60-content .s6 .texts-box .title {
  font-size: 2.5vw;
  line-height: 1.333;
  margin-bottom: 1.04167vw;
}

.wiko-p60-content .s6 .texts-box .describe {
  font-size: 1.14583vw;
  color: #6a6a6a;
}

.wiko-p60-content .s6 img {
  position: absolute;
  height: 62.44792vw;
  width: auto;
  left: -16.40625vw;
}

.wiko-p60-content .s7 {
  padding: 7.65625vw 0 7.1875vw;
  position: relative;
}

.wiko-p60-content .s7 .title {
  font-size: 2.5vw;
  margin-bottom: 1.35417vw;
  line-height: 1.333;
  text-align: center;
}

.wiko-p60-content .s7 .describe {
  font-size: 1.14583vw;
  margin-bottom: 4.16667vw;
  line-height: 1.6;
  text-align: center;
  color: #6a6a6a;
}

.wiko-p60-content .s7 .img-box {
  position: relative;
}

.wiko-p60-content .s7 .img-box img {
  width: 15.67708vw;
  margin: 0 auto;
}

.wiko-p60-content .s7 .texts {
  width: 57.29167vw;
  height: 21.5625vw;
  position: absolute;
  left: 21.30208vw;
  top: 5.72917vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wiko-p60-content .s7 .texts .column {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wiko-p60-content .s7 .texts .column .item .num {
  font-size: 3.95833vw;
}

.wiko-p60-content .s7 .texts .column .item .num sub {
  font-size: 0.55em;
  vertical-align: initial;
}

.wiko-p60-content .s7 .texts .column .item .gray {
  color: #6a6a6a;
  font-size: 1.14583vw;
  line-height: 1.36;
}

.wiko-p60-content .s8 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5.10417vw 0 4.6875vw 9.375vw;
  background-color: #F5F5F5;
}

.wiko-p60-content .s8 .text {
  font-size: 0.72917vw;
  color: #AAA;
  line-height: 1.36;
}

@media screen and (max-width: 768px) {
  .sub-header {
    min-height: auto;
  }
  .sub-header .shell-logo {
    font-size: 3.88889vw;
    width: 66.66667vw;
    font-weight: normal;
  }
}

@media (max-aspect-ratio: 51 / 50) {
  .wiko-p60-content .pc-block {
    display: none;
  }
  .wiko-p60-content .mob-block {
    display: block;
  }
  .wiko-p60-content .s1 .s1-svg {
    right: 4.86667vw;
    bottom: 5.52vw;
    height: 8.90667vw;
  }
  .wiko-p60-content .s2 .s2-text-box {
    width: 78.66667vw;
    height: 106.66667vw;
  }
  .wiko-p60-content .s2 .s2-text-box .title {
    margin: 14.66667vw 9.86667vw 20.8vw;
    font-size: 8.53333vw;
    line-height: 1.25;
    text-align: left;
  }
  .wiko-p60-content .s2 .s2-text-box .text {
    font-size: 3.73333vw;
    width: 59.06667vw;
    line-height: 6vw;
    text-align: left;
  }
  .wiko-p60-content .s3-mob .item {
    position: relative;
  }
  .wiko-p60-content .s3-mob .item img {
    width: 100%;
  }
  .wiko-p60-content .s3-mob .item .texts {
    position: absolute;
  }
  .wiko-p60-content .s3-mob .item .texts .red {
    color: #B43530;
  }
  .wiko-p60-content .s3-mob .item .texts .gray {
    color: #4B4F61;
  }
  .wiko-p60-content .s3-mob .item .texts .title {
    font-size: 6.4vw;
    line-height: 1.33;
  }
  .wiko-p60-content .s3-mob .item .texts .text {
    font-size: 3.73333vw;
    line-height: 1.6;
    color: #6a6a6a;
  }
  .wiko-p60-content .s3-mob .item .right {
    right: 6.66667vw;
    bottom: 42vw;
  }
  .wiko-p60-content .s3-mob .item .left {
    left: 6.66667vw;
    bottom: 42vw;
  }
  .wiko-p60-content .s4 {
    padding: 0;
  }
  .wiko-p60-content .s4 .center {
    width: 100%;
    height: 169.33333vw;
  }
  .wiko-p60-content .s4 .center .s4-svg {
    width: 53.66667vw;
    margin: 24vw auto 0;
  }
  .wiko-p60-content .s4 .center .texts {
    font-size: 3.73333vw;
    line-height: 1.6;
    width: 80vw;
    margin: 23.46667vw auto 0;
    color: #fff;
    text-align: center;
  }
  .wiko-p60-content .s4 .center .describe {
    position: absolute;
    bottom: 5.33333vw;
    left: 5.86667vw;
    font-size: 2.93333vw;
    color: #fff;
    width: 90.27778vw;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .wiko-p60-content .s5 {
    padding: 14.66667vw 0 0;
  }
  .wiko-p60-content .s5 .title {
    text-align: center;
    font-size: 8.53333vw;
    line-height: 1.25;
  }
  .wiko-p60-content .s5 .describe {
    width: 74.93333vw;
    font-size: 3.73333vw;
    line-height: 1.6;
    text-align: center;
    margin: 3.46667vw auto 10.66667vw;
  }
  .wiko-p60-content .s5 img {
    width: 100%;
  }
  .wiko-p60-content .s6 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 14.66667vw;
  }
  .wiko-p60-content .s6 .texts-box {
    position: static;
    margin-left: 10.66667vw;
    margin-bottom: 5.33333vw;
  }
  .wiko-p60-content .s6 .texts-box .title {
    font-size: 8.53333vw;
    margin-bottom: 3.46667vw;
  }
  .wiko-p60-content .s6 .texts-box .describe {
    font-size: 3.73333vw;
    line-height: 6vw;
  }
  .wiko-p60-content .s6 img {
    position: static;
    width: 100%;
    height: auto;
  }
  .wiko-p60-content .s7 {
    padding: 14.66667vw 0;
  }
  .wiko-p60-content .s7 .title {
    font-size: 8.53333vw;
    margin-bottom: 3.46667vw;
  }
  .wiko-p60-content .s7 .describe {
    font-size: 2.93333vw;
    margin-bottom: 10.66667vw;
    line-height: 1.6;
  }
  .wiko-p60-content .s7 .img-box {
    position: relative;
  }
  .wiko-p60-content .s7 .img-box img {
    width: 40.13333vw;
    margin: 0 auto;
  }
  .wiko-p60-content .s7 .texts {
    width: 77.2vw;
    height: auto;
    position: static;
    margin: 2.4vw auto 0 11.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wiko-p60-content .s7 .texts .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wiko-p60-content .s7 .texts .column .item {
    width: auto;
  }
  .wiko-p60-content .s7 .texts .column .item .num {
    font-size: 10.26667vw;
    line-height: 1.3246753246753247;
  }
  .wiko-p60-content .s7 .texts .column .item .num sub {
    font-size: 0.55em;
    vertical-align: initial;
  }
  .wiko-p60-content .s7 .texts .column .item .gray {
    font-size: 3.2vw;
    line-height: 1.625;
  }
  .wiko-p60-content .s8 {
    width: 100%;
    padding: 15.46667vw 9.86667vw 15.86667vw 8vw;
  }
  .wiko-p60-content .s8 .text {
    font-size: 2.93333vw;
    line-height: 1.6;
  }
}
/*# sourceMappingURL=index.css.map */