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 .ballon-container {
  font-family: "Manrope", "Harmony";
  font-weight: 300;
}

body.fixed {
  overflow: hidden;
}

.ballon-container {
  --navHeight: 80px;
}
.ballon-container .showIe {
  display: none;
}
.ballon-container img,
.ballon-container video {
  display: block;
  width: 100%;
}
.ballon-container sup {
  font-size: 0.6em;
}
.ballon-container sup a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.ballon-container .h2 {
  font-size: 3.125vw;
  line-height: 1.25;
}
.ballon-container .h3 {
  font-size: 2.34375vw;
  line-height: 1.25;
}
.ballon-container .h5 {
  font-size: 2.083333vw;
  line-height: 1.25;
}
.ballon-container .h6 {
  font-size: 1.5625vw;
  line-height: 1.25;
}
.ballon-container p {
  font-size: 1.25vw;
  opacity: 0.6;
  line-height: 1.6;
}
.ballon-container .hid-pc {
  display: none;
}
.ballon-container .gary {
  width: 100%;
  background: #f4f4f4;
  height: auto;
  color: black;
}
.ballon-container .set-bg {
  width: 100%;
  height: 5vw;
  background: black;
}
.ballon-container .black {
  width: 100%;
  background: black;
  height: auto;
  color: white;
}
.ballon-container .white {
  width: 100%;
  background: white;
  height: auto;
  color: black;
}
.ballon-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;
}
.ballon-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;
}
.ballon-container .alert-video .video-wrap {
  width: 83.333333vw;
  height: 46.875vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ballon-container .alert-video .video-wrap video {
  margin: auto;
  transform: scale(0.95);
}
.ballon-container .alert-video .video-wrap .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1.1vw;
  right: 2vw;
  cursor: pointer;
}
.ballon-container .alert-video.active {
  display: block;
}
.ballon-container .ballon-section-kv {
  position: relative;
}
.ballon-container .ballon-section-kv .kv-img-wrap {
  width: 100%;
  height: 50vw;
}
.ballon-container .ballon-section-kv .kv-right {
  width: 26.1vw;
  position: absolute;
  right: 11.11%;
  top: 50%;
  transform: translateY(-50%);
  color: black;
}
.ballon-container .ballon-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;
}
.ballon-container .ballon-section-kv .kv-right .kv-right-title .h6 span {
  display: inline-block;
}
.ballon-container .ballon-section-kv .kv-right .kv-right-title p {
  font-size: 1.215vw;
  opacity: 1;
  white-space: nowrap;
  font-weight: 400;
}
.ballon-container .ballon-section-kv .kv-right .kv-right-title p span {
  display: inline-block;
  padding: 0 0.520833vw;
}
.ballon-container .ballon-section-kv .kv-bottom {
  position: absolute;
  width: 17.418vw;
  right: 1.5625vw;
  bottom: 1.5625vw;
}
.ballon-container .ballon-section-s2 {
  width: 100%;
  height: auto;
  padding: 7.8125vw 0;
}
.ballon-container .ballon-section-s2 .s2-features {
  width: 67.447917vw;
  height: 44.976042vw;
  margin: 0 auto;
  position: relative;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item {
  position: absolute;
  cursor: pointer;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item .item-icon {
  position: absolute;
  width: 2.410417vw;
  height: 2.410417vw;
  bottom: 0.651042vw;
  right: 0.651042vw;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item .item-icon .item-icon-2 {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: 0.5s all linear;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item .item-title {
  position: absolute;
  z-index: 3;
  width: 80%;
  font-weight: 500;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item .item-title p {
  margin-top: 0.546875vw;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item .item-bgcor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s;
  z-index: 2;
  border: 2px solid #07868d;
  border-radius: 2vw;
  opacity: 0;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item:hover .item-bgcor {
  opacity: 1;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item:hover .item-icon .item-icon-1 {
  opacity: 0;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item:hover .item-icon .item-icon-2 {
  opacity: 1;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-1 {
  width: 22.079427vw;
  height: 22.288021vw;
  top: 0;
  left: 0;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-1 .item-title {
  text-align: center;
  left: 50%;
  top: 2.8125vw;
  transform: translateX(-50%);
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-2 {
  width: 22.078385vw;
  height: 22.288021vw;
  top: 0;
  left: 22.68099vw;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-2 .item-title {
  text-align: center;
  top: 2.8125vw;
  left: 50%;
  transform: translateX(-50%);
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-3 {
  width: 22.078385vw;
  height: 22.288021vw;
  top: 0;
  right: 0;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-3 .item-title {
  text-align: center;
  top: 2.8125vw;
  left: 50%;
  transform: translateX(-50%);
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-4 {
  width: 33.919922vw;
  height: 22.688021vw;
  top: 22.688021vw;
  bottom: 0;
  left: 0;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-4 .item-title {
  text-align: center;
  left: 50%;
  top: 3.125vw;
  transform: translateX(-50%);
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-5 {
  width: 32.519922vw;
  height: 22.688021vw;
  top: 22.688021vw;
  bottom: 0;
  right: 0;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-5 .item-title {
  text-align: center;
  left: 50%;
  top: 2.447917vw;
  transform: translateX(-50%);
}
.ballon-container .ballon-section-s3 {
  position: relative;
}
.ballon-container .ballon-section-s3 .s3-video-wrap {
  margin: 5.125vw 5.125vw 0 5.125vw;
}
.ballon-container .ballon-section-s3 .s3-video-wrap .s3-video {
  border-radius: 2vw;
  overflow: hidden;
  transform: scale(0.9);
}
.ballon-container .ballon-section-s3 .open {
  position: absolute;
  width: 4.458333vw;
  height: 4.458333vw;
  right: 12vw;
  bottom: 6vw;
  cursor: pointer;
}
.ballon-container .ballon-section-s4 {
  position: relative;
  height: 203vh;
}
.ballon-container .ballon-section-s4 .s4-title {
  display: block;
  text-align: center;
}
.ballon-container .ballon-section-s4 .s4-title .h1 {
  font-size: 3.825vw;
  line-height: 2.25;
  color: #21989e;
  font-weight: 500;
}
.ballon-container .ballon-section-s4 .sticky {
  width: 100%;
  height: calc(100vh - var(--navHeight));
  position: sticky;
  top: calc(20vh - var(--navHeight));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3vw;
}
.ballon-container .ballon-section-s4 .sticky .s4-title-mob {
  display: none;
}
.ballon-container .ballon-section-s4 .sticky .s4-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.ballon-container .ballon-section-s4 .sticky .s4-section-title {
  width: 23.666667vw;
  text-align: left;
  transition: opacity 0.1s;
}
.ballon-container .ballon-section-s4 .sticky .s4-section-title .s4-title1, .ballon-container .ballon-section-s4 .sticky .s4-section-title .s4-title2, .ballon-container .ballon-section-s4 .sticky .s4-section-title .s4-title3 {
  position: absolute;
  top: 50%;
  width: 25vw;
  transform: translateY(-50%);
}
.ballon-container .ballon-section-s4 .sticky .s4-section-title .s4-title1 {
  opacity: 1;
}
.ballon-container .ballon-section-s4 .sticky .s4-section-title .s4-title2, .ballon-container .ballon-section-s4 .sticky .s4-section-title .s4-title3 {
  opacity: 0;
}
.ballon-container .ballon-section-s4 .sticky .s4-section-title .h3 {
  margin-bottom: 2.604167vw;
  font-weight: 500;
}
.ballon-container .ballon-section-s4 .sticky .s4-section-title .h3 span {
  color: #07868d;
}
.ballon-container .ballon-section-s4 .sticky .s4-section-title p {
  font-size: 1.25vw;
  line-height: 1.6;
  opacity: 1;
}
.ballon-container .ballon-section-s4 .sticky .s4-section-img .circle-virual {
  width: 32.1625vw;
  height: 32.1625vw;
  border-radius: 50%;
  margin-left: 6.2vw;
  overflow: hidden;
  opacity: 1;
}
.ballon-container .ballon-section-s4 .sticky .s4-section-img .circle-mask {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  -webkit-clip-path: circle(16.1625vw at 22.2vw 16.1625vw);
          clip-path: circle(16.1625vw at 22.2vw 16.1625vw);
}
.ballon-container .ballon-section-s4 .sticky .s4-section-img .circle-mask img {
  position: absolute;
  top: -4vw;
  left: 0;
  width: 44vw;
  height: auto;
}
.ballon-container .ballon-section-s5 {
  width: 100%;
  position: relative;
}
.ballon-container .ballon-section-s5 .s5Swiper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.ballon-container .ballon-section-s5 .s5Swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.ballon-container .ballon-section-s5 .s5Swiper .swiper-pagination {
  text-align: left;
  padding-left: 15vw;
}
.ballon-container .ballon-section-s5 .s5Swiper .swiper-pagination :nth-child(1) {
  background-image: url(../images/sec1/c1.svg);
}
.ballon-container .ballon-section-s5 .s5Swiper .swiper-pagination :nth-child(2) {
  background-image: url(../images/sec1/c2.svg);
}
.ballon-container .ballon-section-s5 .s5Swiper .swiper-pagination :nth-child(3) {
  background-image: url(../images/sec1/c3.svg);
}
.ballon-container .ballon-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;
}
.ballon-container .ballon-section-s5 .s5Swiper .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1);
}
.ballon-container .ballon-section-s5 .s5-swiper-title-wrap {
  position: relative;
  width: auto;
  margin: 1.302083vw auto 0 17vw;
}
.ballon-container .ballon-section-s5 .s5-swiper-title-wrap .s5SwiperThumbs {
  width: 100%;
  overflow: hidden;
}
.ballon-container .ballon-section-s5 .s5-swiper-title-wrap .s5SwiperThumbs p {
  width: 100%;
  text-align: left;
  color: black;
  opacity: 1;
}
.ballon-container .ballon-section-s5 .s5-swiper-title-wrap .s5SwiperThumbs p .title {
  font-size: 2.5vw;
  font-weight: 500;
  margin-right: 3vw;
}
.ballon-container .ballon-section-s6 {
  position: relative;
  height: 200vh;
  margin-top: 7.8125vw;
}
.ballon-container .ballon-section-s6 .s6-title {
  display: block;
  text-align: center;
}
.ballon-container .ballon-section-s6 .s6-title .h1 {
  font-size: 3.825vw;
  line-height: 1.25;
  color: #21989e;
  font-weight: 500;
}
.ballon-container .ballon-section-s6 .sticky {
  width: 100%;
  height: calc(100vh - var(--navHeight));
  display: flex;
  justify-content: center;
  align-items: center;
  top: var(--navHeight);
  position: sticky;
  overflow: hidden;
}
.ballon-container .ballon-section-s6 .sticky .s6-title-mob {
  display: none;
}
.ballon-container .ballon-section-s6 .sticky .s6-ham-wrap {
  margin-top: 20vw;
  position: absolute;
  width: 48.979167vw;
  will-change: transform, opacity;
}
.ballon-container .ballon-section-s6 .sticky .s6-ham-wrap .status1 {
  width: 38.979167vw;
  height: 38.979167vw;
  margin: 0 auto 1.25vw;
  opacity: 1;
  z-index: 3;
}
.ballon-container .ballon-section-s6 .sticky .s6-ham-wrap .status2 {
  opacity: 0;
  position: absolute;
  top: 1.28vw;
  left: 18vw;
  width: 23.5vw;
}
.ballon-container .ballon-section-s6 .sticky .s6-ham-wrap p {
  opacity: 0;
  text-align: center;
}
.ballon-container .ballon-section-s6-1 {
  position: relative;
}
.ballon-container .ballon-section-s6-1 .s6-normal .s6-title {
  width: 100%;
  text-align: center;
}
.ballon-container .ballon-section-s6-1 .s6-normal .s6-title .h2 {
  font-size: 3.125vw;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 3.125vw;
}
.ballon-container .ballon-section-s6-1 .s6-normal .s6-part {
  margin: auto auto 3.125vw auto;
  width: 67.473958vw;
}
.ballon-container .ballon-section-s6-1 .s6-normal .s6-part .part1-1 {
  position: relative;
}
.ballon-container .ballon-section-s6-1 .s6-normal .s6-part .part1-1 .s6-part-content {
  position: absolute;
  top: 3vw;
  width: 100%;
}
.ballon-container .ballon-section-s6-1 .s6-normal .s6-part .part1-1 .s6-part-content .s6-part-title {
  width: 100%;
  text-align: center;
  font-size: 2.34375vw;
  font-weight: 500;
  line-height: 1.25;
}
.ballon-container .ballon-section-s6-1 .s6-normal .s6-part .part1-1 .s6-part-content .s6-part-des {
  text-align: center;
  margin: 2vw 8vw;
  line-height: 1.6;
  font-size: 1.05vw;
}
.ballon-container .ballon-section-s6-1 .s6-normal .s6-part s6-part-img img {
  margin: auto;
}
.ballon-container .ballon-section-s6-1 .s6-normal .part2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.ballon-container .ballon-section-s6-1 .s6-normal .part2 .part2-1 {
  position: relative;
  margin-left: 1vw;
  width: 50%;
}
.ballon-container .ballon-section-s6-1 .s6-normal .part2 .part2-1 .s6-part-content {
  position: absolute;
  top: 3vw;
  width: 100%;
}
.ballon-container .ballon-section-s6-1 .s6-normal .part2 .part2-1 .s6-part-content .s6-part-title {
  width: 100%;
  text-align: center;
  font-size: 2.34375vw;
  font-weight: 500;
  line-height: 1.25;
}
.ballon-container .ballon-section-s6-1 .s6-normal .part2 .part2-1 .s6-part-content .s6-part-des {
  text-align: center;
  margin: 2vw 3vw;
  line-height: 1.6;
  font-size: 1.05vw;
}
.ballon-container .ballon-section-s6-1 .s6-normal .part2 .part2-2 {
  position: relative;
  margin-right: 1vw;
  width: 50%;
}
.ballon-container .ballon-section-s6-1 .s6-normal .part2 .part2-2 .s6-part-content {
  position: absolute;
  top: 3vw;
  width: 100%;
}
.ballon-container .ballon-section-s6-1 .s6-normal .part2 .part2-2 .s6-part-content .s6-part-title {
  width: 100%;
  text-align: center;
  font-size: 2.34375vw;
  font-weight: 500;
  line-height: 1.25;
}
.ballon-container .ballon-section-s6-1 .s6-normal .part2 .part2-2 .s6-part-content .s6-part-des {
  text-align: center;
  margin: 2vw 3vw;
  line-height: 1.6;
  font-size: 1.05vw;
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap {
  width: 67.473958vw;
  height: auto;
  margin: 0 auto;
  z-index: 2;
  will-change: transform;
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6-swiper-wrap-title {
  width: 100%;
  text-align: center;
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6-swiper-wrap-title .h2 {
  font-size: 3.125vw;
  line-height: 2.25;
  font-weight: 500;
  margin-bottom: 3.125vw;
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .swiper-button-next,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .swiper-button-prev {
  width: 2.604167vw;
  height: 2.604167vw;
  background-size: 100% 100%;
  outline: none;
  border-radius: 50%;
  overflow: hidden;
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .swiper-button-next:after,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .swiper-button-prev:after {
  content: unset;
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .swiper-button-prev {
  left: -6.770833vw;
  background-image: url(../images/sec2/s6-btn.svg);
  transform: rotate(180deg);
  transition: background-image 0.5s;
  -webkit-transition: background-image 0.5s; /* Safari */
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .swiper-button-prev:hover {
  background-image: url(../images/sec2/s6-btn-hover.svg);
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .swiper-button-next {
  right: -6.770833vw;
  background-image: url(../images/sec2/s6-btn.svg);
  transition: background-image 0.5s;
  -webkit-transition: background-image 0.5s; /* Safari */
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .swiper-button-next:hover {
  background-image: url(../images/sec2/s6-btn-hover.svg);
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper {
  width: 67.473958vw;
  height: 41.666667vw;
  overflow: hidden;
  border-radius: 2vw;
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide {
  height: unset;
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide .flex-wrap-title {
  text-align: center;
  pointer-events: none;
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide .flex-wrap-title .h5 {
  font-weight: 500;
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide .flex-wrap-title p {
  font-size: 1.05vw;
  line-height: 1.6;
  opacity: 1;
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide.swiper-slide-next .flex-wrap-title {
  pointer-events: all;
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-pagination {
  bottom: -2vw;
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #07868d;
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-1,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-2,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-3,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-4,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-5,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-6,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-7,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-8 {
  position: relative;
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-1 .flex-wrap-title,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-2 .flex-wrap-title,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-3 .flex-wrap-title,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-4 .flex-wrap-title,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-5 .flex-wrap-title,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-6 .flex-wrap-title,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-7 .flex-wrap-title,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-8 .flex-wrap-title {
  position: absolute;
  width: 42.96875vw;
  top: 3.255208vw;
  left: 50%;
  transform: translateX(-50%);
}
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-1 .flex-wrap-title .h5,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-2 .flex-wrap-title .h5,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-3 .flex-wrap-title .h5,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-4 .flex-wrap-title .h5,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-5 .flex-wrap-title .h5,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-6 .flex-wrap-title .h5,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-7 .flex-wrap-title .h5,
.ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-8 .flex-wrap-title .h5 {
  text-align: center;
  margin-bottom: 1.5625vw;
}
.ballon-container .ballon-section-s7-7 {
  position: relative;
  height: 180vh;
  margin-top: 7.8125vw;
}
.ballon-container .ballon-section-s7-7 .sticky {
  width: 100%;
  height: calc(110vh - var(--navHeight));
  top: var(--navHeight);
  position: sticky;
  overflow: hidden;
}
.ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7 {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
.ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7 .h2 {
  width: 100%;
  text-align: center;
  font-size: 3.125vw;
  line-height: 1.25;
  font-weight: 500;
}
.ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7 .h2 .important {
  color: #21989e;
}
.ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7 .description {
  width: 100%;
  text-align: center;
  margin-top: 4vw;
  font-size: 1.25vw;
  line-height: 1.6;
}
.ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7 .s7-mid-wrap {
  width: 100%;
  position: relative;
}
.ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7 .s7-mid-wrap .s7-img-wrap {
  width: 61.276042vw;
  height: 26.6979169vw;
  margin: 8.208333vw auto 0;
  opacity: 1;
}
.ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7 .s7-mid-wrap .bg-01 {
  opacity: 1;
  z-index: 2;
  position: relative;
}
.ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7 .s7-mid-wrap .bg-02 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  margin: auto;
  z-index: 3;
}
.ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7 .s7-mid-wrap .bg-float {
  position: absolute;
  top: 5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 31vw;
  opacity: 0;
  z-index: 1;
}
.ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7.active .s7-mid-wrap .bg-01 {
  will-change: opacity, transform;
  transform: translateY(0);
  opacity: 0;
  transition: transform 0.3s linear, opacity 1s linear;
}
.ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7.active .s7-mid-wrap .bg-02 {
  will-change: opacity;
  opacity: 1;
  transition: 1s all cubic-bezier(1, -0.35, 1, 1);
}
.ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7.active .s7-mid-wrap .bg-float {
  will-change: opacity, transform;
  opacity: 1;
  transform: translate(-50%, -70%);
  transition: transform 0.6s linear, opacity 0.3s linear;
}
.ballon-container .ballon-section-s8-8 {
  position: relative;
  height: 200vh;
}
.ballon-container .ballon-section-s8-8 .sticky {
  width: 100%;
  height: calc(100vh - var(--navHeight));
  top: var(--navHeight);
  position: sticky;
  overflow: hidden;
}
.ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 {
  width: 100%;
  margin-top: 4vw;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}
.ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .h1 {
  font-size: 3.825vw;
  color: #21989e;
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
}
.ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin: 5vw 10vw;
}
.ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-title-wrap {
  width: 25.666667vw;
  margin-left: 3vw;
}
.ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-title-wrap .s8-title-01, .ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-title-wrap .s8-title-02 {
  width: 25.666667vw;
  position: absolute;
  top: 8vw;
}
.ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-title-wrap .s8-title-01 {
  opacity: 1;
}
.ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-title-wrap .s8-title-02 {
  opacity: 0;
}
.ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-title-wrap .s8-title {
  font-size: 2.34375vw;
  font-weight: 500;
  text-align: left;
  opacity: 1;
  margin-bottom: 2vw;
}
.ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-title-wrap .s8-title span {
  color: #21989e;
}
.ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-title-wrap .s8-descript {
  font-size: 1.25vw;
  line-height: 1.6;
  opacity: 1;
}
.ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-img-wrap .s8-img-virual {
  width: 32.1625vw;
  height: 32.1625vw;
  border-radius: 50%;
  margin-top: 1vw;
  overflow: hidden;
  opacity: 1;
}
.ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-img-wrap .s8-img-mask {
  position: absolute;
  -webkit-clip-path: circle(16.1625vw at 16.2vw 17.1625vw);
          clip-path: circle(16.1625vw at 16.2vw 17.1625vw);
  width: 100%;
  overflow: hidden;
  opacity: 0;
  top: 0;
}
.ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-img-wrap .s8-img-mask img {
  width: 44vw;
  margin: auto;
  transform: translateY(-29vw) translateX(-23.1vw);
}
.ballon-container .ballon-section-s9 {
  margin-top: 7.8125vw;
  width: 100%;
  position: relative;
  height: 200vh;
}
.ballon-container .ballon-section-s9 .h1 {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 3.825vw;
  line-height: 1.25;
  color: #21989e;
  margin-bottom: 6.125vw;
}
.ballon-container .ballon-section-s9 .sticky {
  width: 100%;
  height: 45vw;
  top: calc(15vh - var(--navHeight));
  position: sticky;
  overflow: hidden;
}
.ballon-container .ballon-section-s9 .sticky .h1-mob {
  display: none;
}
.ballon-container .ballon-section-s9 .sticky .s9header .s9-section-title {
  margin: 0 auto;
  text-align: center;
}
.ballon-container .ballon-section-s9 .sticky .s9header .s9-section-title .h2 {
  margin-bottom: 2.34375vw;
  text-align: center;
  font-weight: 500;
}
.ballon-container .ballon-section-s9 .sticky .s9header .s9-section-title .flowimg {
  width: 100%;
  -webkit-clip-path: circle(14.5625vw at 49.5625vw 19.5625vw);
          clip-path: circle(14.5625vw at 49.5625vw 19.5625vw);
}
.ballon-container .ballon-section-s9 .sticky .s9header .s9-section-title .flowimg img {
  margin: auto;
}
.ballon-container .ballon-section-s9 .sticky .s9Swiper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  opacity: 0;
}
.ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-slide .part1 {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-slide .part2 {
  position: absolute;
  text-align: center;
  color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
}
.ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-slide .title {
  font-size: 2.34375vw;
  font-weight: 500;
  margin: 2vw;
}
.ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-slide .description {
  margin-bottom: 3vw;
  line-height: 1.6;
  font-size: 1.25vw;
}
.ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-pagination {
  bottom: 7vw;
}
.ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-pagination :nth-child(1) {
  border-top: 2px solid #909090;
  color: #909090;
}
.ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-pagination :nth-child(2) {
  border-top: 2px solid #909090;
  color: #909090;
}
.ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8.5625vw;
  opacity: 0.7;
  border-radius: 0;
  padding-top: 3px;
  background: initial;
}
.ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1);
  opacity: 1;
  border-top: 2px solid #21989e;
  color: #21989e;
}
.ballon-container .ballon-section-s10 {
  margin-top: 7.8125vw;
  width: 100%;
  position: relative;
}
.ballon-container .ballon-section-s10 .s10-section-wrap {
  width: 79.21875vw;
  height: 50.875vw;
  position: relative;
  margin: 0 auto;
}
.ballon-container .ballon-section-s10 .s10-section-wrap .h2 {
  text-align: center;
  font-weight: 500;
}
.ballon-container .ballon-section-s10 .s10-section-wrap .description {
  text-align: center;
  margin: 4vw 15vw;
  font-size: 1.25vw;
  line-height: 1.6;
  opacity: 1;
}
.ballon-container .ballon-section-s10 .s10-section-wrap img {
  margin: auto;
  width: 40vw;
}
.ballon-container .ballon-section-s11 {
  position: relative;
  width: 100%;
  margin-top: 7.8125vw;
  height: 150vh;
}
.ballon-container .ballon-section-s11 .h1 {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 3.825vw;
  line-height: 1.25;
  color: #21989e;
  margin-bottom: 3.825vw;
}
.ballon-container .ballon-section-s11 .sticky {
  width: 100%;
  height: calc(100vh - var(--navHeight));
  display: flex;
  justify-content: center;
  align-items: flex-start;
  top: var(--navHeight);
  position: sticky;
  overflow: hidden;
}
.ballon-container .ballon-section-s11 .sticky .h1-mob {
  display: none;
}
.ballon-container .ballon-section-s11 .sticky .s11-img-wrap {
  width: 100%;
  -webkit-clip-path: circle(20vw at 50% 23vw);
  clip-path: circle(18vw at 50% 23vw);
  will-change: transform, clip-path;
}
.ballon-container .ballon-section-s11 .sticky .s11-img-wrap p {
  width: 100%;
  text-align: right;
  margin-top: 1.302083vw;
  position: absolute;
  bottom: 1.302083vw;
  right: 1.302083vw;
  opacity: 1;
  font-size: 12px;
  font-size: max(12px, 0.625vw);
}
.ballon-container .ballon-section-s11 .sticky .s11-1-wrap {
  z-index: 2;
  position: relative;
}
.ballon-container .ballon-section-s11 .sticky .s11-1-wrap .s11-1-title {
  position: absolute;
  top: 3vw;
  color: #ffffff;
  z-index: 2;
  text-align: center;
  width: 100%;
  opacity: 0;
}
.ballon-container .ballon-section-s11 .sticky .s11-1-wrap .s11-1-title .h2 {
  font-weight: 500;
  font-size: 3.125vw;
  line-height: 1.25;
}
.ballon-container .ballon-section-s11 .sticky .s11-1-wrap .s11-1-title .descript {
  width: 50vw;
  margin: 3vw auto;
  line-height: 1.6;
  font-size: 1.25vw;
}
.ballon-container .ballon-section-s11 .sticky .s11-1-wrap .s11-1-img {
  width: 100%;
  height: 43.958333vw;
  transform: translateY(-8vw);
  position: absolute;
  z-index: 1;
}
.ballon-container .ballon-section-s11 .sticky .s11-1-wrap .s11-1-img img {
  transform: translateY(-4vw);
}
.ballon-container .ballon-section-s11 .sticky .s11-1-wrap .s11-1-content {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  bottom: 0;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  opacity: 0;
}
.ballon-container .ballon-section-s11 .sticky .s11-1-wrap .s11-1-content .content {
  margin: auto 2vw;
}
.ballon-container .ballon-section-s11 .sticky .s11-1-wrap .s11-1-content .content .h2 {
  color: #59dee5;
  font-size: 2.125vw;
  font-weight: 500;
}
.ballon-container .ballon-section-s11 .sticky .s11-1-wrap .s11-1-content .content .descript {
  font-size: 0.95vw;
}
.ballon-container .ballon-section-s11-2 {
  position: relative;
  width: 100%;
  margin-top: 7.8125vw;
  text-align: center;
}
.ballon-container .ballon-section-s11-2 .h2 {
  font-weight: 500;
  font-size: 3.125vw;
  line-height: 1.25;
}
.ballon-container .ballon-section-s11-2 .description {
  margin: 4vw;
  line-height: 1.6;
  font-size: 1.25vw;
}
.ballon-container .ballon-section-s11-2 .s11-2-img {
  width: 60vw;
  margin: auto;
}
.ballon-container .ballon-section-s12-1 {
  position: relative;
  width: 100%;
  margin-top: 7.8125vw;
  height: 270vh;
}
.ballon-container .ballon-section-s12-1 .h1 {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 3.825vw;
  line-height: 1.25;
  color: #21989e;
  margin: 10vw auto;
}
.ballon-container .ballon-section-s12-1 .sticky {
  width: 100%;
  height: calc(100vh - var(--navHeight));
  display: flex;
  flex-direction: column;
  top: var(--navHeight);
  position: sticky;
  overflow: hidden;
}
.ballon-container .ballon-section-s12-1 .sticky .h1-mob {
  display: none;
}
.ballon-container .ballon-section-s12-1 .sticky .s12-1-wrap {
  z-index: 1;
  position: absolute;
  top: 0;
  -webkit-clip-path: circle(20vw at 50% 50%);
          clip-path: circle(20vw at 50% 50%);
  transform: translateY(-8px);
}
.ballon-container .ballon-section-s12-1 .sticky .s12-1-wrap .s12-1-title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40vw;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  color: #ffffff;
  opacity: 0;
  font-size: 1.25vw;
  line-height: 1.6;
}
.ballon-container .ballon-section-s12-1 .sticky .s12-1-wrap .s12-1-img {
  width: 100%;
}
.ballon-container .ballon-section-s12-1 .sticky .s12-2-wrap {
  width: 100%;
  text-align: center;
  z-index: 2;
  position: absolute;
  top: 0;
  opacity: 0;
}
.ballon-container .ballon-section-s12-1 .sticky .s12-2-wrap .s12-2-title {
  position: absolute;
  text-align: left;
  left: 15vw;
  bottom: 20vw;
  color: #ffffff;
  width: 28vw;
}
.ballon-container .ballon-section-s12-1 .sticky .s12-2-wrap .s12-2-title .h3 {
  font-weight: 500;
  font-size: 2.34375vw;
  line-height: 1.25;
}
.ballon-container .ballon-section-s12-1 .sticky .s12-2-wrap .s12-2-title .h3 .important {
  color: #21989e;
  font-size: 2.1vw;
}
.ballon-container .ballon-section-s12-1 .sticky .s12-2-wrap .s12-2-title .description {
  font-size: 1.25vw;
  line-height: 1.6;
  margin-top: 2vw;
}
.ballon-container .ballon-section-s12-1 .sticky .s12-3-wrap {
  width: 100%;
  text-align: center;
  z-index: 3;
  position: absolute;
  top: 0;
  opacity: 0;
}
.ballon-container .ballon-section-s12-1 .sticky .s12-3-wrap .s12-3-title {
  position: absolute;
  text-align: left;
  left: 15vw;
  bottom: 20vw;
  color: #ffffff;
  width: 28vw;
}
.ballon-container .ballon-section-s12-1 .sticky .s12-3-wrap .s12-3-title .h3 {
  font-weight: 500;
  font-size: 2.34375vw;
  line-height: 1.25;
}
.ballon-container .ballon-section-s12-1 .sticky .s12-3-wrap .s12-3-title .h3 .important {
  color: #21989e;
  font-size: 2.1vw;
}
.ballon-container .ballon-section-s12-1 .sticky .s12-3-wrap .s12-3-title .description {
  font-size: 1.25vw;
  line-height: 1.6;
  margin-top: 2vw;
}
.ballon-container .ballon-section-s13 {
  position: relative;
  width: 100%;
  margin-top: 7.8125vw;
}
.ballon-container .ballon-section-s13 .s13-1-wrap, .ballon-container .ballon-section-s13 .s13-3-wrap {
  display: flex;
  flex-direction: row-reverse;
  margin: 10vw 8vw;
  justify-content: flex-end;
  transform: translateY(5vw);
  will-change: transform;
}
.ballon-container .ballon-section-s13 .s13-1-wrap .s13-1-title, .ballon-container .ballon-section-s13 .s13-1-wrap .s13-3-title, .ballon-container .ballon-section-s13 .s13-3-wrap .s13-1-title, .ballon-container .ballon-section-s13 .s13-3-wrap .s13-3-title {
  text-align: left;
  margin-left: 4vw;
  color: black;
  width: 26vw;
  margin-top: 8vw;
}
.ballon-container .ballon-section-s13 .s13-1-wrap .s13-1-title .h3, .ballon-container .ballon-section-s13 .s13-1-wrap .s13-3-title .h3, .ballon-container .ballon-section-s13 .s13-3-wrap .s13-1-title .h3, .ballon-container .ballon-section-s13 .s13-3-wrap .s13-3-title .h3 {
  font-weight: 500;
  font-size: 2.34375vw;
  line-height: 1.25;
  margin-bottom: 3vw;
}
.ballon-container .ballon-section-s13 .s13-1-wrap .s13-1-title .h3 .important, .ballon-container .ballon-section-s13 .s13-1-wrap .s13-3-title .h3 .important, .ballon-container .ballon-section-s13 .s13-3-wrap .s13-1-title .h3 .important, .ballon-container .ballon-section-s13 .s13-3-wrap .s13-3-title .h3 .important {
  color: #21989e;
  font-size: 2.1vw;
}
.ballon-container .ballon-section-s13 .s13-1-wrap .s13-1-title .description, .ballon-container .ballon-section-s13 .s13-1-wrap .s13-3-title .description, .ballon-container .ballon-section-s13 .s13-3-wrap .s13-1-title .description, .ballon-container .ballon-section-s13 .s13-3-wrap .s13-3-title .description {
  font-size: 1.25vw;
  line-height: 1.6;
  opacity: 1;
}
.ballon-container .ballon-section-s13 .s13-1-wrap .s13-1-img, .ballon-container .ballon-section-s13 .s13-1-wrap .s13-2-img, .ballon-container .ballon-section-s13 .s13-1-wrap .s13-3-img, .ballon-container .ballon-section-s13 .s13-1-wrap .s13-4-img, .ballon-container .ballon-section-s13 .s13-3-wrap .s13-1-img, .ballon-container .ballon-section-s13 .s13-3-wrap .s13-2-img, .ballon-container .ballon-section-s13 .s13-3-wrap .s13-3-img, .ballon-container .ballon-section-s13 .s13-3-wrap .s13-4-img {
  width: 55%;
}
.ballon-container .ballon-section-s13 .s13-2-wrap, .ballon-container .ballon-section-s13 .s13-4-wrap {
  display: flex;
  flex-direction: row;
  margin: 10vw 8vw;
  justify-content: flex-end;
  transform: translateY(10vw);
  will-change: transform;
}
.ballon-container .ballon-section-s13 .s13-2-wrap .s13-2-title, .ballon-container .ballon-section-s13 .s13-2-wrap .s13-4-title, .ballon-container .ballon-section-s13 .s13-4-wrap .s13-2-title, .ballon-container .ballon-section-s13 .s13-4-wrap .s13-4-title {
  text-align: left;
  margin-right: 4vw;
  color: black;
  width: 26vw;
  margin-top: 8vw;
}
.ballon-container .ballon-section-s13 .s13-2-wrap .s13-2-title .h3, .ballon-container .ballon-section-s13 .s13-2-wrap .s13-4-title .h3, .ballon-container .ballon-section-s13 .s13-4-wrap .s13-2-title .h3, .ballon-container .ballon-section-s13 .s13-4-wrap .s13-4-title .h3 {
  font-weight: 500;
  font-size: 2.34375vw;
  line-height: 1.25;
  margin-bottom: 3vw;
}
.ballon-container .ballon-section-s13 .s13-2-wrap .s13-2-title .h3 .important, .ballon-container .ballon-section-s13 .s13-2-wrap .s13-4-title .h3 .important, .ballon-container .ballon-section-s13 .s13-4-wrap .s13-2-title .h3 .important, .ballon-container .ballon-section-s13 .s13-4-wrap .s13-4-title .h3 .important {
  color: #21989e;
  font-size: 2.1vw;
}
.ballon-container .ballon-section-s13 .s13-2-wrap .s13-2-title .description, .ballon-container .ballon-section-s13 .s13-2-wrap .s13-4-title .description, .ballon-container .ballon-section-s13 .s13-4-wrap .s13-2-title .description, .ballon-container .ballon-section-s13 .s13-4-wrap .s13-4-title .description {
  font-size: 1.25vw;
  line-height: 1.6;
  opacity: 1;
}
.ballon-container .ballon-section-s13 .s13-2-wrap .s13-1-img, .ballon-container .ballon-section-s13 .s13-2-wrap .s13-2-img, .ballon-container .ballon-section-s13 .s13-2-wrap .s13-3-img, .ballon-container .ballon-section-s13 .s13-2-wrap .s13-4-img, .ballon-container .ballon-section-s13 .s13-4-wrap .s13-1-img, .ballon-container .ballon-section-s13 .s13-4-wrap .s13-2-img, .ballon-container .ballon-section-s13 .s13-4-wrap .s13-3-img, .ballon-container .ballon-section-s13 .s13-4-wrap .s13-4-img {
  width: 55%;
}
.ballon-container .ballon-section-s13 .s13-4-wrap {
  margin: 10vw 8vw 0 8vw;
}
.ballon-container .ballon-section-s13 .active {
  transform: translateY(0);
  transition: 0.5s all linear;
}
.ballon-container .ballon-section-s13 .s13-tips {
  text-align: right;
  margin-top: 2vw;
  margin-right: 8vw;
}
.ballon-container .ballon-section-s13 .s13-tips p {
  font-size: 0.85vw;
}
.ballon-container .ballon-section .normal-title-wrap {
  margin: 0 auto;
  text-align: center;
}
.ballon-container .ballon-section .normal-title-wrap .normal-title-flex-wrap {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  opacity: 0;
}
.ballon-container .ballon-section .normal-title-wrap .normal-title-flex-wrap .percent-word {
  width: 5.208333vw;
  height: 5.208333vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0.78125vw;
}
.ballon-container .ballon-section .normal-title-wrap .normal-title-flex-wrap .percent-word p {
  white-space: nowrap;
  font-size: 1.875vw;
}
.ballon-container .ballon-section .normal-title-wrap .normal-title-flex-wrap .percent-word span {
  font-size: 0.9375vw;
  display: inline-block;
}
.ballon-container .ballon-section .normal-title-wrap .normal-title-flex-wrap p {
  margin: 0;
  opacity: 1;
}
.ballon-container .section-footnote {
  width: 58.333333vw;
  margin: 10vw auto auto auto;
  padding-bottom: 5.208333vw;
}
.ballon-container .section-footnote ol {
  padding: 0;
  margin: 0;
}
.ballon-container .section-footnote li {
  font-size: 0.78125vw;
  line-height: 1.6;
  opacity: 0.8;
  list-style: decimal;
}
.ballon-container .section-footnote li.current {
  opacity: 1;
}
.ballon-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) {
  .ballon-container .h2 {
    font-size: 8vw;
  }
  .ballon-container .h3 {
    font-size: 4.666667vw;
  }
  .ballon-container .h5 {
    font-size: 4.666667vw;
  }
  .ballon-container .h6 {
    font-size: 4vw;
  }
  .ballon-container p {
    font-size: 4vw;
  }
  .ballon-container .hid-mob {
    display: none;
  }
  .ballon-container .hid-pc {
    display: inline-block;
  }
  .ballon-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;
  }
  .ballon-container .alert-video .video-wrap {
    width: 83.333333vw;
    height: 46.875vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ballon-container .alert-video .video-wrap .close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .ballon-container .alert-video.active {
    display: block;
  }
  .ballon-container .ballon-section-kv {
    position: relative;
  }
  .ballon-container .ballon-section-kv .kv-img-wrap {
    width: 100%;
    height: 150vw;
  }
  .ballon-container .ballon-section-kv .kv-right {
    width: 68.5vw;
    position: absolute;
    right: 50%;
    top: 18vw;
    transform: translate(50%, 0);
    color: black;
  }
  .ballon-container .ballon-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;
  }
  .ballon-container .ballon-section-kv .kv-right .kv-right-title .h6 span {
    display: inline-block;
  }
  .ballon-container .ballon-section-kv .kv-right .kv-right-title p {
    font-size: 3.25vw;
    opacity: 1;
    white-space: nowrap;
  }
  .ballon-container .ballon-section-kv .kv-right .kv-right-title p span {
    padding: 0 1vw;
  }
  .ballon-container .ballon-section-kv .kv-bottom {
    position: absolute;
    width: 34.066667vw;
    right: auto;
    left: 2.666667vw;
    bottom: 2.666667vw;
  }
  .ballon-container .ballon-section-s2 {
    padding: 15vw 0;
  }
  .ballon-container .ballon-section-s2 .s2-features {
    width: 86.666667vw;
    height: 234.56vw;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item .item-icon {
    width: 5.933333vw;
    height: 5.933333vw;
    bottom: 1.2vw;
    right: 1.2vw;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item .item-title p {
    margin-top: 0.333333vw;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item .item-bgcor {
    border-radius: 6vw;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item-1 {
    width: 42vw;
    height: 55.86vw;
    top: 0;
    left: 0;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item-1 .item-title {
    top: 5.333333vw;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item-2 {
    width: 42vw;
    height: 55.86vw;
    top: 0;
    left: auto;
    right: 0;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item-2 .item-title {
    top: 5.333333vw;
    right: 4vw;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item-3 {
    width: auto;
    height: 54.86vw;
    top: 59.5vw;
    right: 0;
    left: 0;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item-3 .item-title {
    top: 5.333333vw;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item-4 {
    width: auto;
    height: 56.86vw;
    top: 117.56vw;
    left: 0;
    right: 0;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item-4 .item-title {
    top: 5.666667vw;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item-5 {
    width: auto;
    height: 56.86vw;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item-5 .item-title {
    top: 4.8vw;
  }
  .ballon-container .ballon-section-s3 .s3-video-wrap {
    margin: 0 5.125vw;
  }
  .ballon-container .ballon-section-s3 .s3-video-wrap .s3-video {
    border-radius: 2vw;
    overflow: hidden;
    transform: scale(1);
  }
  .ballon-container .ballon-section-s4 {
    margin-bottom: 0;
  }
  .ballon-container .ballon-section-s4 .s4-title {
    display: none;
  }
  .ballon-container .ballon-section-s4 .sticky {
    height: 177vw;
    align-items: center;
  }
  .ballon-container .ballon-section-s4 .sticky .s4-title-mob {
    display: block;
  }
  .ballon-container .ballon-section-s4 .sticky .s4-title-mob .h1 {
    font-size: 8.625vw;
    line-height: 2.25;
    color: #21989e;
    font-weight: 500;
    margin-bottom: 8.625vw;
  }
  .ballon-container .ballon-section-s4 .sticky .s4-content {
    flex-direction: column;
    align-items: center;
  }
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-title {
    width: 86.666667vw;
    position: absolute;
    top: 15vw;
  }
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-title .s4-title1,
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-title .s4-title2,
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-title .s4-title3 {
    width: 86.666667vw;
    text-align: center;
  }
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-title .s4-title1 .h3,
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-title .s4-title2 .h3,
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-title .s4-title3 .h3 {
    font-size: 7.125vw;
    margin-bottom: 5vw;
  }
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-title .s4-title1 .h3 span,
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-title .s4-title2 .h3 span,
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-title .s4-title3 .h3 span {
    margin-right: 0.5vw;
  }
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-title .s4-title1 p,
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-title .s4-title2 p,
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-title .s4-title3 p {
    font-size: 3.825vw;
    opacity: 1;
  }
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-img {
    width: 86.666667vw;
    position: absolute;
    top: 43vw;
  }
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-img .circle-virual {
    width: 100%;
    height: 100%;
    margin-left: initial;
  }
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-img .circle-mask {
    width: 100%;
    height: 100%;
    margin-left: initial;
    top: 0;
    -webkit-clip-path: circle(50% at 43.2vw 43.2vw);
            clip-path: circle(50% at 43.2vw 43.2vw);
  }
  .ballon-container .ballon-section-s4 .sticky .s4-content .s4-section-img .circle-mask img {
    top: initial;
    left: initial;
    width: 114vw;
    transform: translate(-14vw, -9vw);
  }
  .ballon-container .ballon-section-s5 .s5Swiper {
    width: 100%;
    height: auto;
  }
  .ballon-container .ballon-section-s5 .s5Swiper .swiper-pagination .swiper-pagination-bullet {
    width: 5.133333vw;
    height: 5.133333vw;
    margin: 1vw;
  }
  .ballon-container .ballon-section-s5 .s5-swiper-title-wrap {
    position: relative;
    width: 90vw;
    margin: 7.466667vw auto 0;
  }
  .ballon-container .ballon-section-s5 .s5-swiper-title-wrap .s5SwiperThumbs {
    width: 100%;
    overflow: hidden;
  }
  .ballon-container .ballon-section-s5 .s5-swiper-title-wrap .s5SwiperThumbs p {
    width: 100%;
    text-align: left;
    color: black;
    opacity: 1;
    display: flex;
    font-size: 3.825vw;
  }
  .ballon-container .ballon-section-s5 .s5-swiper-title-wrap .s5SwiperThumbs p span {
    opacity: 0.5;
  }
  .ballon-container .ballon-section-s5 .s5-swiper-title-wrap .s5SwiperThumbs p .title {
    opacity: 1;
    width: 30vw;
    font-size: 3.825vw;
  }
  .ballon-container .ballon-section-s6 {
    position: relative;
    height: 200vh;
  }
  .ballon-container .ballon-section-s6 .s6-title {
    display: none;
  }
  .ballon-container .ballon-section-s6 .sticky {
    padding-top: 20vw;
    height: 150vw;
    top: var(--navHeight);
    align-items: flex-start;
  }
  .ballon-container .ballon-section-s6 .sticky .s6-title-mob {
    display: block;
  }
  .ballon-container .ballon-section-s6 .sticky .s6-title-mob .h1 {
    font-size: 8.625vw;
    line-height: 2.25;
    color: #21989e;
    font-weight: 500;
    margin-bottom: 8.625vw;
  }
  .ballon-container .ballon-section-s6 .sticky .s6-ham-wrap {
    width: 86.666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 45vw;
  }
  .ballon-container .ballon-section-s6 .sticky .s6-ham-wrap .status1 {
    width: 100%;
    height: 100%;
  }
  .ballon-container .ballon-section-s6 .sticky .s6-ham-wrap .status2 {
    top: 3.28vw;
    left: 30vw;
    width: 50.5vw;
  }
  .ballon-container .ballon-section-s6 .sticky .s6-ham-wrap img {
    width: 58.8vw;
    height: 16vw;
    margin: 0 auto 20vw;
  }
  .ballon-container .ballon-section-s6 .s6-swiper-wrap {
    width: 86.666667vw;
  }
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .swiper-button-next,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .swiper-button-prev {
    width: 6.666667vw;
    height: 6.666667vw;
  }
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .swiper-button-prev {
    display: none;
  }
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .swiper-button-next {
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: 6vw;
  }
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper {
    width: 100%;
    height: 133.333333vw;
    overflow: hidden;
  }
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide {
    height: unset;
  }
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-1,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-2,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-3,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-4,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-5,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-6,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-7,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-8 {
    position: relative;
  }
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-1 .flex-wrap-title,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-2 .flex-wrap-title,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-3 .flex-wrap-title,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-4 .flex-wrap-title,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-5 .flex-wrap-title,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-6 .flex-wrap-title,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-7 .flex-wrap-title,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-8 .flex-wrap-title {
    width: 73.333333vw;
    top: 8.666667vw;
  }
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-1 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-2 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-3 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-4 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-5 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-6 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-7 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-8 .flex-wrap-title .h5 {
    margin-bottom: 4vw;
    font-size: 6.666667vw;
  }
  .ballon-container .ballon-section-s6-1 {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ballon-container .ballon-section-s6-1 .s6-normal {
    width: 86.666667vw;
  }
  .ballon-container .ballon-section-s6-1 .s6-normal .s6-title .h2 {
    font-size: 7.125vw;
    margin-bottom: 7.125vw;
  }
  .ballon-container .ballon-section-s6-1 .s6-normal .s6-part {
    width: 100%;
  }
  .ballon-container .ballon-section-s6-1 .s6-normal .s6-part .part1-1 .s6-part-content {
    top: 7vw;
  }
  .ballon-container .ballon-section-s6-1 .s6-normal .s6-part .part1-1 .s6-part-content .s6-part-title {
    font-size: 5.525vw;
  }
  .ballon-container .ballon-section-s6-1 .s6-normal .s6-part .part1-1 .s6-part-content .s6-part-des {
    font-size: 3.125vw;
    line-height: 1.45;
    margin: 3vw;
  }
  .ballon-container .ballon-section-s6-1 .s6-normal .part2 {
    flex-direction: column;
  }
  .ballon-container .ballon-section-s6-1 .s6-normal .part2 .part2-2,
  .ballon-container .ballon-section-s6-1 .s6-normal .part2 .part2-1 {
    width: 100%;
    margin-right: initial;
    margin-left: initial;
    margin-bottom: 10vw;
  }
  .ballon-container .ballon-section-s6-1 .s6-normal .part2 .part2-2 .s6-part-content,
  .ballon-container .ballon-section-s6-1 .s6-normal .part2 .part2-1 .s6-part-content {
    top: 7vw;
  }
  .ballon-container .ballon-section-s6-1 .s6-normal .part2 .part2-2 .s6-part-content .s6-part-title,
  .ballon-container .ballon-section-s6-1 .s6-normal .part2 .part2-1 .s6-part-content .s6-part-title {
    font-size: 5.525vw;
  }
  .ballon-container .ballon-section-s6-1 .s6-normal .part2 .part2-2 .s6-part-content .s6-part-des,
  .ballon-container .ballon-section-s6-1 .s6-normal .part2 .part2-1 .s6-part-content .s6-part-des {
    font-size: 3.125vw;
    line-height: 1.45;
    margin: 3vw;
  }
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap {
    width: 86.666667vw;
  }
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6-swiper-wrap-title .h2 {
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper {
    width: 100%;
    height: 102vw;
  }
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-pagination {
    bottom: -6vw;
  }
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-1,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-2,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-3,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-4,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-5,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-6,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-7,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-8 {
    position: relative;
  }
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-1 .flex-wrap-title,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-2 .flex-wrap-title,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-3 .flex-wrap-title,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-4 .flex-wrap-title,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-5 .flex-wrap-title,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-6 .flex-wrap-title,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-7 .flex-wrap-title,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-8 .flex-wrap-title {
    width: 100%;
    top: 8.666667vw;
  }
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-1 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-2 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-3 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-4 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-5 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-6 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-7 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-8 .flex-wrap-title .h5 {
    margin-bottom: 4vw;
    font-size: 5.525vw;
  }
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-1 .flex-wrap-title p,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-2 .flex-wrap-title p,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-3 .flex-wrap-title p,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-4 .flex-wrap-title p,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-5 .flex-wrap-title p,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-6 .flex-wrap-title p,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-7 .flex-wrap-title p,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6Swiper .swiper-slide-8 .flex-wrap-title p {
    font-size: 3.125vw;
    line-height: 1.45;
    margin: auto 2vw;
  }
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6-swiper-button-prev,
  .ballon-container .ballon-section-s6-1 .s6-swiper-wrap .s6-swiper-button-next {
    display: none;
  }
  .ballon-container .ballon-section-s7-7 .sticky {
    padding-top: 20vw;
    height: 120vw;
  }
  .ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7 .h2 {
    width: 100%;
    font-size: 7.125vw;
    text-align: center;
  }
  .ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7 .description {
    width: 86.666667vw;
    font-size: 3.825vw;
    margin: 5vw auto;
  }
  .ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7 .s7-mid-wrap {
    margin-top: 22vw;
  }
  .ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7 .s7-mid-wrap .s7-img-wrap {
    width: 86.666667vw;
    height: auto;
  }
  .ballon-container .ballon-section-s7-7 .sticky .ballon-section-s7 .s7-mid-wrap .bg-float {
    width: 60vw;
  }
  .ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 {
    margin-top: 10vw;
    position: relative;
  }
  .ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .h1 {
    text-align: center;
    font-size: 8.625vw;
    font-weight: 500;
    margin-bottom: 8.625vw;
    line-height: 2.25;
  }
  .ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap {
    flex-direction: column;
    width: 86.666667vw;
    margin: auto;
  }
  .ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-title-wrap {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-title-wrap .s8-title-01,
  .ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-title-wrap .s8-title-02 {
    width: 100%;
    top: 10vw;
  }
  .ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-title-wrap .s8-title-01 .s8-title,
  .ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-title-wrap .s8-title-02 .s8-title {
    font-size: 7.125vw;
    text-align: center;
  }
  .ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-title-wrap .s8-title-01 .s8-descript,
  .ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-title-wrap .s8-title-02 .s8-descript {
    font-size: 3.825vw;
  }
  .ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-img-wrap {
    transform: translateY(50%);
  }
  .ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-img-wrap .s8-img-virual {
    width: 100%;
    height: 100%;
  }
  .ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-img-wrap .s8-img-mask {
    -webkit-clip-path: circle(43.3333335vw);
            clip-path: circle(43.3333335vw);
    transform: translateY(-86.8vw);
  }
  .ballon-container .ballon-section-s8-8 .sticky .ballon-section-s8 .s8-wrap .s8-img-wrap .s8-img-mask img {
    width: 121vw;
    transform: translateX(-16.4vw) translateY(4.3vw);
  }
  .ballon-container .ballon-section-s9 .h1 {
    display: none;
  }
  .ballon-container .ballon-section-s9 .sticky {
    height: calc(90vh - var(--navHeight));
    top: var(--navHeight);
  }
  .ballon-container .ballon-section-s9 .sticky .h1-mob {
    display: block;
    font-size: 8.625vw;
    font-weight: 500;
    line-height: 1.25;
    color: #21989e;
    margin-bottom: 12.125vw;
    text-align: center;
    padding-top: 20vw;
  }
  .ballon-container .ballon-section-s9 .sticky .s9header .s9-section-title {
    width: 86.666667vw;
  }
  .ballon-container .ballon-section-s9 .sticky .s9header .s9-section-title .h2 {
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s9 .sticky .s9header .s9-section-title .flowimg {
    width: 86.666667vw;
    height: 86.666667vw;
    -webkit-clip-path: circle(43.3333335vw at 50% 50%);
            clip-path: circle(43.3333335vw at 50% 50%);
  }
  .ballon-container .ballon-section-s9 .sticky .s9header .s9-section-title .flowimg img {
    width: 350%;
    transform: translateX(-100vw) translateY(-12vw);
  }
  .ballon-container .ballon-section-s9 .sticky .s9Swiper {
    top: 21vw;
  }
  .ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-slide .part1,
  .ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-slide .part2 {
    top: 13vw;
    width: 86.666667vw;
  }
  .ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-slide .part1 .title,
  .ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-slide .part2 .title {
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-slide .part1 .description,
  .ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-slide .part2 .description {
    font-size: 3.825vw;
  }
  .ballon-container .ballon-section-s9 .sticky .s9Swiper .swiper-pagination .swiper-pagination-bullet {
    width: 28.56vw;
    font-size: 3.125vw;
  }
  .ballon-container .ballon-section-s10 {
    width: 100%;
    margin: 0;
    height: 115vw;
  }
  .ballon-container .ballon-section-s10 .s10-section-wrap {
    width: 86.666667vw;
    position: relative;
    margin: 0 auto;
  }
  .ballon-container .ballon-section-s10 .s10-section-wrap .h2 {
    font-size: 7.125vw;
    margin: 7.125vw 0;
  }
  .ballon-container .ballon-section-s10 .s10-section-wrap .description {
    margin: 4vw auto;
    font-size: 3.825vw;
  }
  .ballon-container .ballon-section-s10 .s10-section-wrap img {
    width: 86.666667vw;
  }
  .ballon-container .ballon-section-s10 .s10-section-wrap .h3 {
    position: absolute;
    top: 18.933333vw;
    white-space: nowrap;
    font-size: 8vw;
  }
  .ballon-container .ballon-section-s11 {
    height: 115vh;
  }
  .ballon-container .ballon-section-s11 .h1 {
    display: none;
  }
  .ballon-container .ballon-section-s11 .sticky {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding-top: 20vw;
    height: 172vw;
  }
  .ballon-container .ballon-section-s11 .sticky .h1-mob {
    display: block;
    font-size: 8.625vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.25;
    color: #21989e;
  }
  .ballon-container .ballon-section-s11 .sticky .s11-img-wrap {
    -webkit-clip-path: circle(43.3333335vw at 50% 70vw);
            clip-path: circle(43.3333335vw at 50% 70vw);
  }
  .ballon-container .ballon-section-s11 .sticky .s11-1-wrap .s11-1-title {
    top: 6vw;
  }
  .ballon-container .ballon-section-s11 .sticky .s11-1-wrap .s11-1-title .h2 {
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s11 .sticky .s11-1-wrap .s11-1-title .descript {
    font-size: 3.825vw;
    width: 86.666667vw;
    margin: 4vw auto;
  }
  .ballon-container .ballon-section-s11 .sticky .s11-1-wrap .s11-1-content .content .h2 {
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s11 .sticky .s11-1-wrap .s11-1-content .content .descript {
    font-size: 3.825vw;
  }
  .ballon-container .ballon-section-s11 .sticky .s11-1-wrap .s11-1-img {
    transform: translateY(-11vw);
    height: 140.95vw;
  }
  .ballon-container .ballon-section-s11 .sticky .s11-1-wrap .s11-1-img img {
    transform: translateY(-4vw);
  }
  .ballon-container .ballon-section-s11-2 {
    height: 77vw;
    margin-top: 14.8125vw;
  }
  .ballon-container .ballon-section-s11-2 .h2 {
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s11-2 .description {
    font-size: 3.825vw;
  }
  .ballon-container .ballon-section-s11-2 .s11-2-img {
    width: 86.666667vw;
    margin: 5vw auto;
  }
  .ballon-container .ballon-section-s12-1 {
    height: auto;
  }
  .ballon-container .ballon-section-s12-1 .h1 {
    font-size: 8.625vw;
    margin: 21vw auto;
    font-weight: 500;
  }
  .ballon-container .ballon-section-s12-1 .sticky {
    height: auto;
  }
  .ballon-container .ballon-section-s12-1 .sticky .s12-1-wrap {
    margin-bottom: 2vw;
    -webkit-clip-path: initial;
            clip-path: initial;
    transform: initial;
    position: relative;
  }
  .ballon-container .ballon-section-s12-1 .sticky .s12-1-wrap .s12-1-title {
    width: 86.666667vw;
    font-size: 3.825vw;
    opacity: 1;
  }
  .ballon-container .ballon-section-s12-1 .sticky .s12-2-wrap {
    margin-bottom: 2vw;
    position: relative;
    opacity: 1;
  }
  .ballon-container .ballon-section-s12-1 .sticky .s12-2-wrap .s12-2-title {
    top: 50%;
    left: 5vw;
    bottom: auto;
    width: 67vw;
  }
  .ballon-container .ballon-section-s12-1 .sticky .s12-2-wrap .s12-2-title .h3 {
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s12-1 .sticky .s12-2-wrap .s12-2-title .h3 .important {
    font-size: 6.125vw;
  }
  .ballon-container .ballon-section-s12-1 .sticky .s12-2-wrap .s12-2-title .description {
    font-size: 3.825vw;
  }
  .ballon-container .ballon-section-s12-1 .sticky .s12-3-wrap {
    margin-bottom: 2vw;
    position: relative;
    opacity: 1;
  }
  .ballon-container .ballon-section-s12-1 .sticky .s12-3-wrap .s12-3-title {
    top: 50%;
    left: 5vw;
    bottom: auto;
    width: 67vw;
  }
  .ballon-container .ballon-section-s12-1 .sticky .s12-3-wrap .s12-3-title .h3 {
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s12-1 .sticky .s12-3-wrap .s12-3-title .h3 .important {
    font-size: 6.125vw;
  }
  .ballon-container .ballon-section-s12-1 .sticky .s12-3-wrap .s12-3-title .description {
    font-size: 3.825vw;
  }
  .ballon-container .ballon-section-s13 {
    position: relative;
    z-index: 5;
    min-height: calc(100vh - var(--navHeight));
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 20vw;
  }
  .ballon-container .ballon-section-s13 .s13-1-wrap {
    width: 86.666667vw;
    margin: auto;
    flex-direction: column;
    margin-bottom: 16vw;
  }
  .ballon-container .ballon-section-s13 .s13-1-wrap .s13-1-title {
    width: 100%;
    margin: auto;
  }
  .ballon-container .ballon-section-s13 .s13-1-wrap .s13-1-title .h3 {
    font-size: 7.125vw;
    margin: auto;
  }
  .ballon-container .ballon-section-s13 .s13-1-wrap .s13-1-title .h3 .important {
    font-size: 6.125vw;
  }
  .ballon-container .ballon-section-s13 .s13-1-wrap .s13-1-title .description {
    margin: 5vw auto;
    font-size: 3.825vw;
  }
  .ballon-container .ballon-section-s13 .s13-1-wrap .s13-1-img {
    width: auto;
  }
  .ballon-container .ballon-section-s13 .s13-2-wrap {
    width: 86.666667vw;
    margin: auto;
    flex-direction: column;
    margin-bottom: 16vw;
  }
  .ballon-container .ballon-section-s13 .s13-2-wrap .s13-2-title {
    width: 100%;
    margin: auto;
  }
  .ballon-container .ballon-section-s13 .s13-2-wrap .s13-2-title .h3 {
    font-size: 7.125vw;
    margin: auto;
  }
  .ballon-container .ballon-section-s13 .s13-2-wrap .s13-2-title .h3 .important {
    font-size: 6.125vw;
  }
  .ballon-container .ballon-section-s13 .s13-2-wrap .s13-2-title .description {
    margin: 5vw auto;
    font-size: 3.825vw;
  }
  .ballon-container .ballon-section-s13 .s13-2-wrap .s13-2-img {
    width: auto;
  }
  .ballon-container .ballon-section-s13 .s13-3-wrap {
    width: 86.666667vw;
    margin: auto;
    flex-direction: column;
    margin-bottom: 16vw;
  }
  .ballon-container .ballon-section-s13 .s13-3-wrap .s13-3-title {
    width: 100%;
    margin: auto;
  }
  .ballon-container .ballon-section-s13 .s13-3-wrap .s13-3-title .h3 {
    font-size: 7.125vw;
    margin: auto;
  }
  .ballon-container .ballon-section-s13 .s13-3-wrap .s13-3-title .h3 .important {
    font-size: 6.125vw;
  }
  .ballon-container .ballon-section-s13 .s13-3-wrap .s13-3-title .description {
    margin: 5vw auto;
    font-size: 3.825vw;
  }
  .ballon-container .ballon-section-s13 .s13-3-wrap .s13-3-img {
    width: auto;
  }
  .ballon-container .ballon-section-s13 .s13-4-wrap {
    width: 86.666667vw;
    margin: auto;
    flex-direction: column;
  }
  .ballon-container .ballon-section-s13 .s13-4-wrap .s13-4-title {
    width: 100%;
    margin: auto;
  }
  .ballon-container .ballon-section-s13 .s13-4-wrap .s13-4-title .h3 {
    font-size: 7.125vw;
    margin: auto;
  }
  .ballon-container .ballon-section-s13 .s13-4-wrap .s13-4-title .h3 .important {
    font-size: 6.125vw;
  }
  .ballon-container .ballon-section-s13 .s13-4-wrap .s13-4-title .description {
    margin: 5vw auto;
    font-size: 3.825vw;
  }
  .ballon-container .ballon-section-s13 .s13-4-wrap .s13-4-img {
    width: auto;
  }
  .ballon-container .ballon-section-s13 .s13-tips {
    text-align: left;
    margin-top: 2vw;
    margin-left: 8vw;
  }
  .ballon-container .ballon-section-s13 .s13-tips p {
    font-size: 1.6vw;
  }
  @keyframes s17line {
    0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.3;
      border-radius: 0.520833vw;
    }
    100% {
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 0;
      border-radius: 4.166667vw;
    }
  }
  .ballon-container .section-footnote {
    width: 73.333333vw;
    margin: 15vw auto auto auto;
    padding-bottom: 20vw;
  }
  .ballon-container .section-footnote li {
    font-size: 1.6vw;
    line-height: 1.6;
    opacity: 0.6;
  }
  .ballon-container .section-footnote .footnote-last {
    margin-top: 4vw;
    list-style: none;
    transform: translateX(-2.6vw);
  }
}
@media (max-width: 900px) {
  .ballon-container .ballon-section-s4 {
    height: 203vh;
  }
  .ballon-container .ballon-section-s6 {
    height: 200vh;
  }
}
@media (min-width: 901px) and (max-width: 1399px) {
  .ballon-container .ballon-section-s4 {
    height: 150vh;
  }
  .ballon-container .ballon-section-s6 {
    height: 200vh;
  }
  .ballon-container .ballon-section-s8-8 {
    height: 215vh;
  }
}
@media (min-width: 1400px) and (max-width: 1899px) {
  .ballon-container .ballon-section-s7-7 {
    height: 210vh;
  }
}
@media (min-width: 2400px) {
  .ballon-container .ballon-section-s4 {
    height: 380vh;
  }
  .ballon-container .ballon-section-s6 {
    height: 200vh;
  }
}
@media (max-width: 900px) and (max-aspect-ratio: 51/50) {
  .ballon-container .ballon-section-s4 {
    height: 150vh;
  }
  .ballon-container .ballon-section-s7-7 {
    height: 100vh;
  }
}
@media (min-width: 901px) and (max-width: 1399px) and (max-aspect-ratio: 51/50) {
  .ballon-container .ballon-section-s4 {
    height: 160vh;
  }
  .ballon-container .ballon-section-s6 {
    height: 200vh;
  }
  .ballon-container .ballon-section-s7-7 {
    height: 110vh;
  }
  .ballon-container .ballon-section-s8-8 {
    height: 215vh;
  }
}
.ballon-container .ballon-container.no-sticky .ballon-section {
  height: auto !important;
  overflow: hidden;
}
.ballon-container .ballon-container.no-sticky .ballon-section .showIe {
  display: block;
}
.ballon-container .ballon-container.no-sticky .ballon-section .sticky {
  position: relative;
  height: auto;
  top: 0;
}
.ballon-container .ballon-container.no-sticky .alert-video {
  width: 100%;
  height: calc(100vh - 80px);
  position: fixed;
  top: 80px;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s4 {
  margin: 5.208333vw 0 7.8125vw;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s4 .sticky {
  display: block;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s4 .sticky .showIe {
  width: 100%;
  margin: 0 auto;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s6 {
  padding: 7.8125vw 0;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .sticky {
  display: block;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .sticky .s6-ham-wrap {
  display: none;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap {
  width: 58.333333vw;
  margin: 0 auto;
  z-index: 2;
  transform: translateY(0);
  will-change: transform;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper {
  width: 100%;
  height: 39.0625vw;
  overflow: hidden;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide {
  height: unset;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide.swiper-slide-active .flex-wrap-title {
  pointer-events: all;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide.swiper-slide-next .flex-wrap-title {
  pointer-events: none;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-ie,
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-1,
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-2,
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-3,
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-4,
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-5 {
  position: relative;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-ie .flex-wrap-title,
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-1 .flex-wrap-title,
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-2 .flex-wrap-title,
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-3 .flex-wrap-title,
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-4 .flex-wrap-title,
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-5 .flex-wrap-title {
  position: absolute;
  width: 41.927083vw;
  top: 3.255208vw;
  left: 50%;
  transform: translateX(-50%);
}
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-ie .flex-wrap-title .h5,
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-1 .flex-wrap-title .h5,
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-2 .flex-wrap-title .h5,
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-3 .flex-wrap-title .h5,
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-4 .flex-wrap-title .h5,
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-5 .flex-wrap-title .h5 {
  text-align: center;
  margin-bottom: 1.5625vw;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-ie {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-ie .s6-ham-wrap-ie {
  width: 41.979167vw;
  display: flex;
  flex-wrap: wrap;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-ie .s6-ham-wrap-ie img {
  width: 27.005208vw;
  height: 7.34375vw;
  margin: 0 auto 6.25vw;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s6 .s6-swiper-wrap .s6Swiper .swiper-slide-ie .s6-ham-wrap-ie p {
  width: 100%;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s11 .sticky {
  display: block;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s11 .sticky .s11-c-wrap {
  width: 39.0625vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s11 .sticky .s11-c-wrap .s11-c-img {
  width: 13.020833vw;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s11 .sticky .s11-c-wrap .s11-c-title-wrap {
  position: relative;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s11 .sticky .s11-c-wrap .s11-c-title-wrap .s11-c-title p {
  margin-top: 1.875vw;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s11 .sticky .s11-img-wrap {
  width: 79.166667vw;
  margin: 0 auto 7.8125vw;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s11 .sticky .s11-img-wrap p {
  width: 100%;
  text-align: right;
  margin-top: 1.302083vw;
  position: absolute;
  bottom: 1.302083vw;
  right: 1.302083vw;
  opacity: 1;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s11 .sticky .s11-img-wrap .s11-c-wrap-ie {
  width: 39.0625vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 7.8125vw;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s11 .sticky .s11-img-wrap .s11-c-wrap-ie .s11-c-img {
  width: 13.020833vw;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s11 .sticky .s11-img-wrap .s11-c-wrap-ie .s11-c-title-wrap {
  position: relative;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s11 .sticky .s11-img-wrap .s11-c-wrap-ie .s11-c-title-wrap .s11-c-title p {
  margin-top: 1.875vw;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s11 .sticky .s11-1-wrap {
  z-index: 2;
  position: relative;
  transform: translate(0, 0);
}
.ballon-container .ballon-container.no-sticky .ballon-section-s11 .sticky .s11-1-wrap .s11-1-img {
  width: 100%;
  height: 43.958333vw;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s11 .sticky .s11-img-wrap-a {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
.ballon-container .ballon-container.no-sticky .ballon-section-s11 .sticky .s11-4-wrap {
  margin-bottom: 5.208333vw;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s12 {
  background: black;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s12 .sticky {
  display: block;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s12 .sticky .s12-section-clip-wrap {
  width: 46.875vw;
  height: 46.875vw;
  margin: 0 auto;
  position: relative;
  margin-bottom: 5.208333vw;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s12 .sticky .s12-section-clip-wrap .s12-section-clip-mid {
  border-radius: 50%;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s12 .sticky .s12-section-clip-wrap .h3 {
  opacity: 1;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s12 .sticky .s12-mid-wrap {
  background: #F4F4F4;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  z-index: 3;
  justify-content: center;
  transform: translateX(0);
  padding: 5.208333vw 0;
  left: 0;
  top: 0;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s12 .sticky .s12-mid-wrap .s12-mid-wrap-flex p {
  margin: 1.25vw 0 2.083333vw;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s12 .sticky .s12-mid-wrap .s12-mid-wrap-flex .s12-mid-img {
  width: 14.322917vw;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s12 .sticky .s12-mid-wrap .s12-mid-wrap-flex-1 {
  width: 28.463542vw;
  margin-right: 6.927083vw;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s12 .sticky .s12-mid-wrap .s12-mid-wrap-flex-2 {
  width: 19.609375vw;
  margin-top: 9.114583vw;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s13 {
  width: 100%;
  padding-bottom: 2.8125vw;
  background: #f4f4f4;
}
.ballon-container .ballon-container.no-sticky .ballon-section-s13 .s13-bottom-all .s13-bottom .s13-click-btn-slide.active p {
  font-size: 1.302083vw;
  opacity: 1;
  color: #1c00c4;
  background-image: none;
}/*# sourceMappingURL=ballon.css.map */