html,
body,
p,
span {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}
html div,
body div,
p div,
span div {
  box-sizing: border-box;
}

@font-face {
  font-family: "Harmony";
  font-weight: 400;
  font-style: normal;
  src: url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Medium.woff2") format("woff2"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Medium.woff") format("woff"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Medium.ttf") format("truetype"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Medium.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Harmony";
  font-weight: 500;
  font-style: normal;
  src: url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Bold.woff2") format("woff2"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Bold.woff") format("woff"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Bold.ttf") format("truetype"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Bold.eot") format("embedded-opentype");
  font-display: swap;
}
/* Light */
@font-face {
  font-family: "Harmony";
  font-weight: 300;
  font-style: normal;
  src: url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Light.woff2") format("woff2"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Light.woff") format("woff"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Light.eot?#iefix") format("embedded-opentype"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 200;
  font-style: normal;
  src: url("/template/cn/public/assest/font/Manrope/Manrope-Regular.woff2") format("woff2"), url("/template/cn/public/assest/font/Manrope/Manrope-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 300;
  font-style: normal;
  src: url("/template/cn/public/assest/font/Manrope/Manrope-Light.woff2") format("woff2"), url("/template/cn/public/assest/font/Manrope/Manrope-Light.woff") format("woff"), url("/template/cn/public/assest/font/Manrope/Manrope-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  font-style: normal;
  src: url("/template/cn/public/assest/font/Manrope/Manrope-Medium.woff2") format("woff2"), url("/template/cn/public/assest/font/Manrope/Manrope-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-style: normal;
  src: url("/template/cn/public/assest/font/Manrope/Manrope-Bold.woff2") format("woff2"), url("/template/cn/public/assest/font/Manrope/Manrope-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  font-style: normal;
  src: url("/template/cn/public/assest/font/Manrope/Manrope-ExtraBold.woff2") format("woff2"), url("/template/cn/public/assest/font/Manrope/Manrope-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
body.wiko .pocket-container {
  font-family: "Manrope", "Harmony";
  font-weight: 300;
}

body.fixed {
  overflow: hidden;
}

.pocket-container {
  --navHeight: 80px;
}
.pocket-container .showIe {
  display: none;
}
.pocket-container img,
.pocket-container video {
  display: block;
  width: 100%;
}
.pocket-container sup {
  font-size: 0.6em;
}
.pocket-container sup a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.pocket-container .h2 {
  font-size: 3.125vw;
  line-height: 1.25;
}
.pocket-container .h3 {
  font-size: 2.34375vw;
  line-height: 1.25;
}
.pocket-container .h5 {
  font-size: 2.083333vw;
  line-height: 1.25;
}
.pocket-container .h6 {
  font-size: 1.5625vw;
  line-height: 1.25;
}
.pocket-container p {
  font-size: 1.25vw;
  line-height: 1.6;
}
.pocket-container .pc {
  display: block;
}
.pocket-container .mob {
  display: none;
}
.pocket-container .gary {
  width: 100%;
  background: #f4f4f4;
  height: auto;
  color: black;
}
.pocket-container .set-bg {
  width: 100%;
  height: 5vw;
  background: black;
}
.pocket-container .black {
  width: 100%;
  background: black;
  height: auto;
  color: white;
}
.pocket-container .white {
  width: 100%;
  background: white;
  height: auto;
  color: black;
}
.pocket-container .header {
  position: sticky;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(to right, black 0%, pink 60%, black 100%);
  top: 0;
  z-index: 99;
}
.pocket-container .alert-video {
  width: 100%;
  height: calc(100vh - var(--navHeight));
  background: rgb(0, 0, 0);
  position: fixed;
  top: var(--navHeight);
  left: 0;
  z-index: 10;
  display: none;
  overflow: hidden;
}
.pocket-container .alert-video .video-wrap {
  width: 83.333333vw;
  height: 46.875vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pocket-container .alert-video .video-wrap video {
  margin: auto;
  transform: scale(0.95);
}
.pocket-container .alert-video .video-wrap .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1.1vw;
  right: 2vw;
  cursor: pointer;
}
.pocket-container .alert-video.active {
  display: block;
}
.pocket-container .pocket-section-kv {
  position: relative;
}
.pocket-container .pocket-section-kv .kv-img-wrap {
  width: 100%;
}
.pocket-container .pocket-section-kv .kv-right {
  width: 26.1vw;
  position: absolute;
  right: 11.11%;
  top: 50%;
  transform: translateY(-50%);
  color: black;
}
.pocket-container .pocket-section-kv .kv-right .kv-right-title .h6 {
  font-size: 2.353333vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  margin: 1.5625vw 0 1.822917vw;
}
.pocket-container .pocket-section-kv .kv-right .kv-right-title .h6 span {
  display: inline-block;
}
.pocket-container .pocket-section-kv .kv-right .kv-right-title p {
  font-size: 1.215vw;
  opacity: 1;
  white-space: nowrap;
  font-weight: 400;
}
.pocket-container .pocket-section-kv .kv-right .kv-right-title p span {
  display: inline-block;
  padding: 0 0.520833vw;
}
.pocket-container .pocket-section-kv .kv-bottom {
  position: absolute;
  width: 17.418vw;
  right: 1.5625vw;
  bottom: 1.5625vw;
}
.pocket-container .pocket-section-s1 {
  position: relative;
}
.pocket-container .pocket-section-s1 .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25vw;
  width: 45vw;
  padding-top: 4vw;
  color: #ffffff;
  text-align: center;
}
.pocket-container .pocket-section-s1 .content .DFH {
  width: 30vw;
  margin: auto;
}
.pocket-container .pocket-section-s1 .content .description {
  margin: 4vw 0;
}
.pocket-container .pocket-section-s1 .content .description p {
  font-size: 1.65vw;
}
.pocket-container .pocket-section-s1 .content .tips {
  opacity: 0.6;
  font-size: 0.95vw;
}
.pocket-container .pocket-section-s3 {
  margin-top: 5.125vw;
  position: relative;
}
.pocket-container .pocket-section-s3 .h1 {
  font-size: 3.825vw;
  line-height: 2.25;
  font-weight: 500;
  text-align: center;
}
.pocket-container .pocket-section-s3 .s3-video-wrap {
  margin: 0 5.125vw;
}
.pocket-container .pocket-section-s3 .s3-video-wrap .s3-video {
  border-radius: 2vw;
  overflow: hidden;
  transform: scale(0.9);
}
.pocket-container .pocket-section-s3 .open {
  position: absolute;
  width: 4.458333vw;
  height: 4.458333vw;
  right: 12vw;
  bottom: 6vw;
  cursor: pointer;
}
.pocket-container .pocket-section-s4 {
  position: relative;
  margin-top: 5.125vw;
}
.pocket-container .pocket-section-s4 .h1 {
  font-size: 3.825vw;
  line-height: 2.25;
  font-weight: 500;
  text-align: center;
}
.pocket-container .pocket-section-s4 .description {
  font-size: 1.125vw;
  text-align: center;
  width: 40vw;
  margin: auto;
  margin-bottom: 3.125vw;
}
.pocket-container .pocket-section-s5 {
  position: relative;
  margin: 5.125vw;
}
.pocket-container .pocket-section-s5 .h1 {
  font-size: 3.825vw;
  line-height: 2.25;
  font-weight: 500;
  text-align: center;
}
.pocket-container .pocket-section-s5 .s5Swiper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.pocket-container .pocket-section-s5 .s5Swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.pocket-container .pocket-section-s5 .s5Swiper .swiper-pagination {
  text-align: left;
  padding-left: 15vw;
}
.pocket-container .pocket-section-s5 .s5Swiper .swiper-pagination :nth-child(1) {
  background-image: url(../images/sec1/c1.svg);
}
.pocket-container .pocket-section-s5 .s5Swiper .swiper-pagination :nth-child(2) {
  background-image: url(../images/sec1/c2.svg);
}
.pocket-container .pocket-section-s5 .s5Swiper .swiper-pagination :nth-child(3) {
  background-image: url(../images/sec1/c3.svg);
}
.pocket-container .pocket-section-s5 .s5Swiper .swiper-pagination .swiper-pagination-bullet {
  width: 2.5625vw;
  height: 2.5625vw;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 1;
  transition: 0.25s all linear;
  margin: 0.5vw;
}
.pocket-container .pocket-section-s5 .s5Swiper .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1);
}
.pocket-container .pocket-section-s5 .swiper-button-next,
.pocket-container .pocket-section-s5 .swiper-button-prev {
  width: 2.604167vw;
  height: 2.604167vw;
  background-size: 100% 100%;
  outline: none;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 3vw;
  opacity: 0.5;
}
.pocket-container .pocket-section-s5 .swiper-button-next:after,
.pocket-container .pocket-section-s5 .swiper-button-prev:after {
  content: unset;
}
.pocket-container .pocket-section-s5 .swiper-button-prev {
  left: 3.770833vw;
  background-image: url(../images/sec1/s6-btn.svg);
  transform: rotate(180deg);
}
.pocket-container .pocket-section-s5 .swiper-button-next {
  right: 3.770833vw;
  background-image: url(../images/sec1/s6-btn.svg);
}
.pocket-container .pocket-section-s5 .s5-swiper-title-wrap {
  position: absolute;
  width: 30vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.pocket-container .pocket-section-s5 .s5-swiper-title-wrap .s5SwiperThumbs {
  width: 100%;
  overflow: hidden;
}
.pocket-container .pocket-section-s5 .s5-swiper-title-wrap .s5SwiperThumbs p {
  width: 100%;
  text-align: left;
  color: black;
  opacity: 1;
  text-align: center;
  font-size: 1.425vw;
  display: inline-flex;
  justify-content: center;
  margin-top: 2vw;
}
.pocket-container .pocket-section-s5 .s5-swiper-title-wrap .s5SwiperThumbs p img {
  width: 3vw;
}
.pocket-container .pocket-section-s5 .s5-swiper-title-wrap .s5SwiperThumbs p .title {
  font-weight: 500;
  margin-left: 1vw;
}
.pocket-container .pocket-section-s6 {
  position: relative;
  margin-top: 10.125vw;
}
.pocket-container .pocket-section-s6 .s6-1 .title .h1 {
  font-size: 3.825vw;
  line-height: 2.25;
  font-weight: 500;
  text-align: center;
}
.pocket-container .pocket-section-s6 .s6-1 .description {
  font-size: 1.125vw;
  text-align: center;
  margin-bottom: 4.125vw;
}
.pocket-container .pocket-section-s6 .s6-1 .content {
  width: 60vw;
  margin: auto;
}
.pocket-container .pocket-section-s6 .s6-2 {
  margin-top: 5.125vw;
}
.pocket-container .pocket-section-s6 .s6-2 .title .h1 {
  font-size: 3.825vw;
  line-height: 2.25;
  font-weight: 500;
  text-align: center;
}
.pocket-container .pocket-section-s6 .s6-2 .title .h2 {
  font-size: 2.125vw;
  line-height: 2.25;
  font-weight: 500;
  text-align: center;
}
.pocket-container .pocket-section-s6 .s6-2 .description {
  font-size: 1.125vw;
  text-align: center;
  margin-bottom: 4.125vw;
}
.pocket-container .pocket-section-s6 .s6-2 .content {
  width: 60vw;
  margin: auto;
}
.pocket-container .pocket-section-s6 .s6-3 {
  margin-top: 3.125vw;
}
.pocket-container .pocket-section-s6 .s6-3 .title .h2 {
  font-size: 2.125vw;
  line-height: 2.25;
  font-weight: 500;
  text-align: center;
}
.pocket-container .pocket-section-s6 .s6-3 .description {
  font-size: 1.125vw;
  text-align: center;
  margin-bottom: 3.125vw;
}
.pocket-container .pocket-section-s6 .s6-3 .content {
  width: 60vw;
  margin: auto;
}
.pocket-container .pocket-section-s6 .s6-4 {
  margin-top: 3.125vw;
}
.pocket-container .pocket-section-s6 .s6-4 .title .h2 {
  font-size: 2.125vw;
  line-height: 2.25;
  font-weight: 500;
  text-align: center;
}
.pocket-container .pocket-section-s6 .s6-4 .description {
  font-size: 1.125vw;
  text-align: center;
  margin-bottom: 3.125vw;
}
.pocket-container .pocket-section-s6 .s6-4 .content {
  width: 60vw;
  margin: auto;
}
.pocket-container .pocket-section-s6 .s6-5 {
  margin-top: 3.125vw;
}
.pocket-container .pocket-section-s6 .s6-5 .title .h2 {
  font-size: 2.125vw;
  line-height: 2.25;
  font-weight: 500;
  text-align: center;
}
.pocket-container .pocket-section-s6 .s6-5 .description {
  font-size: 1.125vw;
  text-align: center;
  margin-bottom: 3.125vw;
}
.pocket-container .pocket-section-s6 .s6-5 .content {
  width: 60vw;
  margin: auto;
}
.pocket-container .pocket-section-s7 {
  position: relative;
  margin-top: 5.125vw;
}
.pocket-container .pocket-section-s7 .h1 {
  font-size: 3.825vw;
  line-height: 2.25;
  font-weight: 500;
  text-align: center;
}
.pocket-container .pocket-section-s7 .description {
  font-size: 1.125vw;
  text-align: center;
  width: 40vw;
  margin: auto;
}
.pocket-container .pocket-section-s7 .content {
  width: 60vw;
  margin: auto;
}
.pocket-container .pocket-section-s8 {
  position: relative;
  margin-top: 5.125vw;
}
.pocket-container .pocket-section-s8 .h1 {
  font-size: 3.825vw;
  line-height: 2.25;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.125vw;
}
.pocket-container .section-footnote {
  width: 75vw;
  margin: 6vw auto 5vw auto;
}
.pocket-container .section-footnote ol {
  padding: 0;
  margin: 0;
}
.pocket-container .section-footnote li {
  font-size: 0.78125vw;
  line-height: 1.6;
  opacity: 0.8;
  list-style: decimal;
}
.pocket-container .section-footnote li.current {
  opacity: 1;
}
.pocket-container .section-footnote .footnote-last {
  margin-top: 2.604167vw;
  list-style: none;
  transform: translateX(-1.3vw);
  opacity: 0.6;
}
@media screen and (max-aspect-ratio: 51/50) {
  .pocket-container .h2 {
    font-size: 8vw;
  }
  .pocket-container .h3 {
    font-size: 4.666667vw;
  }
  .pocket-container .h5 {
    font-size: 4.666667vw;
  }
  .pocket-container .h6 {
    font-size: 4vw;
  }
  .pocket-container p {
    font-size: 4vw;
  }
  .pocket-container .pc {
    display: none;
  }
  .pocket-container .mob {
    display: block;
  }
  .pocket-container .alert-video {
    width: 100%;
    height: calc(100vh - var(--navHeight));
    background: rgb(0, 0, 0);
    position: fixed;
    top: var(--navHeight);
    left: 0;
    z-index: 10;
    display: none;
    overflow: hidden;
  }
  .pocket-container .alert-video .video-wrap {
    width: 83.333333vw;
    height: 46.875vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pocket-container .alert-video .video-wrap .close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .pocket-container .alert-video.active {
    display: block;
  }
  .pocket-container .pocket-section-kv {
    position: relative;
  }
  .pocket-container .pocket-section-kv .kv-img-wrap {
    width: 100%;
    height: 150vw;
  }
  .pocket-container .pocket-section-kv .kv-right {
    width: 68.5vw;
    position: absolute;
    right: 50%;
    top: 18vw;
    transform: translate(50%, 0);
    color: black;
  }
  .pocket-container .pocket-section-kv .kv-right .kv-right-title .h6 {
    font-size: 5.283333vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: normal;
    margin: 4vw 0;
  }
  .pocket-container .pocket-section-kv .kv-right .kv-right-title .h6 span {
    display: inline-block;
  }
  .pocket-container .pocket-section-kv .kv-right .kv-right-title p {
    font-size: 3.25vw;
    opacity: 1;
    white-space: nowrap;
  }
  .pocket-container .pocket-section-kv .kv-right .kv-right-title p span {
    padding: 0 1vw;
  }
  .pocket-container .pocket-section-kv .kv-bottom {
    position: absolute;
    width: 34.066667vw;
    right: auto;
    left: 2.666667vw;
    bottom: 2.666667vw;
  }
  .pocket-container .pocket-section-s1 .content {
    height: 85vw;
    width: 70vw;
    padding-top: 8vw;
  }
  .pocket-container .pocket-section-s1 .content .description {
    margin: 10vw 0;
  }
  .pocket-container .pocket-section-s1 .content .description p {
    font-size: 2.45vw;
  }
  .pocket-container .pocket-section-s1 .content .tips {
    opacity: 0.6;
    font-size: 2.05vw;
    transform: translateY(10vw);
    width: 60vw;
    margin: auto;
  }
  .pocket-container .pocket-section-s3 {
    margin-top: 12.125vw;
  }
  .pocket-container .pocket-section-s3 .h1 {
    font-size: 8.125vw;
    line-height: 3.25;
  }
  .pocket-container .pocket-section-s3 .s3-video-wrap {
    margin: 0 5.125vw;
  }
  .pocket-container .pocket-section-s3 .s3-video-wrap .s3-video {
    border-radius: 2vw;
    overflow: hidden;
    transform: scale(1);
  }
  .pocket-container .pocket-section-s4 {
    margin-top: 12.125vw;
  }
  .pocket-container .pocket-section-s4 .h1 {
    font-size: 8.125vw;
    line-height: 3.25;
  }
  .pocket-container .pocket-section-s4 .description {
    font-size: 3.125vw;
    width: 90vw;
    margin-bottom: 9.125vw;
  }
  .pocket-container .pocket-section-s5 {
    margin-top: 12.125vw;
  }
  .pocket-container .pocket-section-s5 .h1 {
    font-size: 8.125vw;
    line-height: 3.25;
  }
  .pocket-container .pocket-section-s5 .s5Swiper {
    width: 100%;
    height: auto;
  }
  .pocket-container .pocket-section-s5 .s5Swiper .swiper-pagination .swiper-pagination-bullet {
    width: 5.133333vw;
    height: 5.133333vw;
    margin: 1vw;
  }
  .pocket-container .pocket-section-s5 .swiper-button-next,
  .pocket-container .pocket-section-s5 .swiper-button-prev {
    width: 8.604167vw;
    height: 8.604167vw;
  }
  .pocket-container .pocket-section-s5 .swiper-button-next {
    right: 4.770833vw;
  }
  .pocket-container .pocket-section-s5 .swiper-button-prev {
    left: 4.770833vw;
  }
  .pocket-container .pocket-section-s5 .s5-swiper-title-wrap {
    position: relative;
    width: 90vw;
    margin-top: 5vw;
  }
  .pocket-container .pocket-section-s5 .s5-swiper-title-wrap .s5SwiperThumbs {
    width: 100%;
    overflow: hidden;
  }
  .pocket-container .pocket-section-s5 .s5-swiper-title-wrap .s5SwiperThumbs p {
    width: 100%;
    color: black;
    opacity: 1;
    display: flex;
    font-size: 3.825vw;
    align-items: center;
    justify-content: center;
  }
  .pocket-container .pocket-section-s5 .s5-swiper-title-wrap .s5SwiperThumbs p img {
    width: 8vw;
  }
  .pocket-container .pocket-section-s5 .s5-swiper-title-wrap .s5SwiperThumbs p .title {
    font-size: 3.825vw;
    font-weight: 400;
  }
  .pocket-container .pocket-section-s6 {
    margin-top: 12.125vw;
  }
  .pocket-container .pocket-section-s6 .s6-1 {
    margin: 0 5.125vw;
  }
  .pocket-container .pocket-section-s6 .s6-1 .title .h1 {
    font-size: 8.125vw;
    line-height: 3.25;
  }
  .pocket-container .pocket-section-s6 .s6-1 .description {
    font-size: 3.125vw;
    width: 90vw;
    margin: auto;
    margin-bottom: 9.125vw;
  }
  .pocket-container .pocket-section-s6 .s6-1 .content {
    width: auto;
  }
  .pocket-container .pocket-section-s6 .s6-1 .content img {
    margin-bottom: 2.25vw;
  }
  .pocket-container .pocket-section-s6 .s6-2 {
    margin: 5.125vw;
  }
  .pocket-container .pocket-section-s6 .s6-2 .title .h1 {
    font-size: 8.125vw;
    line-height: 3.25;
  }
  .pocket-container .pocket-section-s6 .s6-2 .title .h2 {
    font-size: 6.125vw;
    line-height: 2.25;
  }
  .pocket-container .pocket-section-s6 .s6-2 .description {
    font-size: 3.125vw;
    width: 90vw;
    margin: auto;
    margin-bottom: 9.125vw;
  }
  .pocket-container .pocket-section-s6 .s6-2 .content {
    width: auto;
  }
  .pocket-container .pocket-section-s6 .s6-2 .content img {
    margin-bottom: 2.25vw;
  }
  .pocket-container .pocket-section-s6 .s6-3 {
    margin: 5.125vw;
  }
  .pocket-container .pocket-section-s6 .s6-3 .title .h1 {
    font-size: 8.125vw;
    line-height: 3.25;
  }
  .pocket-container .pocket-section-s6 .s6-3 .title .h2 {
    font-size: 6.125vw;
    line-height: 2.25;
  }
  .pocket-container .pocket-section-s6 .s6-3 .description {
    font-size: 3.125vw;
    width: 90vw;
    margin: auto;
    margin-bottom: 9.125vw;
  }
  .pocket-container .pocket-section-s6 .s6-3 .content {
    width: auto;
  }
  .pocket-container .pocket-section-s6 .s6-3 .content img {
    margin-bottom: 2.25vw;
  }
  .pocket-container .pocket-section-s6 .s6-4 {
    margin: 5.125vw;
  }
  .pocket-container .pocket-section-s6 .s6-4 .title .h1 {
    font-size: 8.125vw;
    line-height: 3.25;
  }
  .pocket-container .pocket-section-s6 .s6-4 .title .h2 {
    font-size: 6.125vw;
    line-height: 2.25;
  }
  .pocket-container .pocket-section-s6 .s6-4 .description {
    font-size: 3.125vw;
    width: 90vw;
    margin: auto;
    margin-bottom: 9.125vw;
  }
  .pocket-container .pocket-section-s6 .s6-4 .content {
    width: auto;
  }
  .pocket-container .pocket-section-s6 .s6-4 .content img {
    margin-bottom: 2.25vw;
  }
  .pocket-container .pocket-section-s6 .s6-5 {
    margin: 5.125vw;
  }
  .pocket-container .pocket-section-s6 .s6-5 .title .h1 {
    font-size: 8.125vw;
    line-height: 3.25;
  }
  .pocket-container .pocket-section-s6 .s6-5 .title .h2 {
    font-size: 6.125vw;
    line-height: 2.25;
  }
  .pocket-container .pocket-section-s6 .s6-5 .description {
    font-size: 3.125vw;
    width: 90vw;
    margin: auto;
    margin-bottom: 9.125vw;
  }
  .pocket-container .pocket-section-s6 .s6-5 .content {
    width: auto;
  }
  .pocket-container .pocket-section-s6 .s6-5 .content img {
    margin-bottom: 2.25vw;
  }
  .pocket-container .pocket-section-s7 {
    margin-top: 12.125vw;
  }
  .pocket-container .pocket-section-s7 .s7 {
    margin: 5.125vw;
  }
  .pocket-container .pocket-section-s7 .s7 .h1 {
    font-size: 8.125vw;
    line-height: 3.25;
  }
  .pocket-container .pocket-section-s7 .s7 .description {
    font-size: 3.125vw;
    width: 90vw;
    margin-bottom: 3.125vw;
  }
  .pocket-container .pocket-section-s7 .s7 .content {
    width: auto;
  }
  .pocket-container .pocket-section-s8 {
    margin-top: 12.125vw;
  }
  .pocket-container .pocket-section-s8 .h1 {
    font-size: 8.125vw;
    line-height: 3.25;
  }
  .pocket-container .pocket-section-s8 .content p {
    margin: 10vw;
    font-size: 3.625vw;
  }
  .pocket-container .pocket-section-s8 .content p .title {
    font-weight: bold;
    font-size: 3.825vw;
  }
  .pocket-container .pocket-section-s8 .content p span {
    font-weight: 400;
    line-height: 2;
  }
  .pocket-container .section-footnote {
    width: 83.333333vw;
    margin: 15vw auto auto auto;
    padding-bottom: 20vw;
  }
  .pocket-container .section-footnote li {
    font-size: 2.525vw;
    line-height: 1.4;
    opacity: 0.6;
  }
  .pocket-container .section-footnote .footnote-last {
    margin-top: 4vw;
    list-style: none;
  }
}/*# sourceMappingURL=pocket.css.map */