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-mob {
  display: inline-block;
}
.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%);
  scroll-snap-type: y mandatory;
}
.ballon-container .alert-video .video-wrap video {
  scroll-snap-align: start;
  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%;
}
.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 p {
  font-size: 0.95vw;
  opacity: 1;
  white-space: nowrap;
  font-weight: 400;
  margin: 1.5625vw 0 1.822917vw;
}
.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: 5.8125vw 0;
  background-color: #f2f4f7;
}
.ballon-container .ballon-section-s2 .s2-features {
  width: 67.447917vw;
  height: 40.087917vw;
  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-img img {
  border-radius: 2vw;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item .item-icon {
  position: absolute;
  width: 4.410417vw;
  height: 4.410417vw;
  bottom: 0vw;
  right: 0vw;
}
.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-img {
  overflow: hidden;
  border-radius: 2vw;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item .item-img img {
  transition: all 1s cubic-bezier(0, 0, 0.5, 1);
}
.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: 1.5px solid #98bde2;
  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:hover .item-img img {
  transform: scale(1.1);
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-1 {
  width: 22.079427vw;
  top: 0;
  left: 0;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-1 .item-title {
  text-align: center;
  left: 50%;
  top: 2.0125vw;
  transform: translateX(-50%);
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-2 {
  width: 22.078385vw;
  top: 0;
  left: 22.68099vw;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-2 .item-title {
  text-align: center;
  top: 2.0125vw;
  left: 50%;
  transform: translateX(-50%);
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-3 {
  width: 22.078385vw;
  top: 0;
  right: 0;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-3 .item-title {
  text-align: center;
  top: 2.0125vw;
  left: 50%;
  transform: translateX(-50%);
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-4 {
  width: 22.078385vw;
  top: 20.688021vw;
  bottom: 0;
  left: 0;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-4 .item-title {
  text-align: center;
  left: 50%;
  top: 2.0125vw;
  transform: translateX(-50%);
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-5 {
  width: 22.078385vw;
  top: 20.688021vw;
  bottom: 0;
  left: 22.68099vw;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-5 .item-title {
  text-align: center;
  left: 50%;
  top: 2.0125vw;
  transform: translateX(-50%);
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-6 {
  width: 22.078385vw;
  top: 20.688021vw;
  bottom: 0;
  right: 0;
}
.ballon-container .ballon-section-s2 .s2-features .s2-features-item-6 .item-title {
  text-align: center;
  left: 50%;
  top: 2.0125vw;
  transform: translateX(-50%);
}
.ballon-container .ballon-section-s3 {
  position: relative;
}
.ballon-container .ballon-section-s3 .s3-video-wrap .s3-video {
  overflow: hidden;
}
.ballon-container .ballon-section-s3 .s3-video-wrap .s3-overlay {
  opacity: 0;
}
.ballon-container .ballon-section-s3 .s3-video-wrap .s3-overlay .s3-content {
  font-size: 3.825vw;
  font-weight: 400;
  transition: all 0.5s ease;
  position: absolute;
  color: #0f0f0f;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}
.ballon-container .ballon-section-s3 .s3-video-wrap .s3-overlay .lay1 {
  opacity: 1;
  will-change: opacity;
}
.ballon-container .ballon-section-s3 .s3-video-wrap .s3-overlay .lay2 {
  opacity: 0;
  will-change: opacity;
}
.ballon-container .ballon-section-s3 .s3-video-wrap .s3-overlay .lay3 {
  opacity: 0;
  will-change: opacity;
}
.ballon-container .ballon-section-s3 .s3-video-wrap .open {
  position: absolute;
  width: 5.458333vw;
  font-size: 0.9vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10vw;
  cursor: pointer;
  color: #000;
  text-align: center;
}
.ballon-container .ballon-section-s3 .s3-video-wrap .open span {
  border-bottom: 1px solid;
}
.ballon-container .ballon-section-s5 {
  width: 100%;
  position: relative;
}
.ballon-container .ballon-section-s5 .s5-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  width: 100%;
  padding: 3.125vw 3.125vw 0 3.125vw;
}
.ballon-container .ballon-section-s5 .s5-content .s5Swiper {
  width: 60.8vw;
  overflow: hidden;
}
.ballon-container .ballon-section-s5 .s5-content .s5Swiper .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 2vw;
}
.ballon-container .ballon-section-s5 .s5-content .s5Swiper .swiper-pagination {
  position: absolute;
  padding-right: 4.125vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.ballon-container .ballon-section-s5 .s5-content .s5Swiper .swiper-pagination :nth-child(1) {
  background: url(../images/sec1/c1.svg);
}
.ballon-container .ballon-section-s5 .s5-content .s5Swiper .swiper-pagination :nth-child(2) {
  background: url(../images/sec1/c2.svg);
}
.ballon-container .ballon-section-s5 .s5-content .s5Swiper .swiper-pagination :nth-child(3) {
  background: url(../images/sec1/c3.svg);
}
.ballon-container .ballon-section-s5 .s5-content .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 .s5-content .s5Swiper .swiper-pagination :nth-child(1).swiper-pagination-bullet-active {
  background: url(../images/sec1/c1-click.svg);
  transform: scale(1.325);
}
.ballon-container .ballon-section-s5 .s5-content .s5Swiper .swiper-pagination :nth-child(2).swiper-pagination-bullet-active {
  background: url(../images/sec1/c2-click.svg);
  transform: scale(1.325);
}
.ballon-container .ballon-section-s5 .s5-content .s5Swiper .swiper-pagination :nth-child(3).swiper-pagination-bullet-active {
  background: url(../images/sec1/c3-click.svg);
  transform: scale(1.325);
}
.ballon-container .ballon-section-s5 .s5-content .s5-swiper-title-wrap {
  width: 29.2vw;
  margin-right: 3.75vw;
}
.ballon-container .ballon-section-s5 .s5-content .s5-swiper-title-wrap .s5SwiperThumbs {
  width: 100%;
  overflow: hidden;
}
.ballon-container .ballon-section-s5 .s5-content .s5-swiper-title-wrap .s5SwiperThumbs .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 2vw;
}
.ballon-container .ballon-section-s5 .s5-content .s5-swiper-title-wrap .s5SwiperThumbs .swiper-slide p {
  width: 100%;
  text-align: center;
  color: black;
  opacity: 1;
  position: absolute;
  bottom: 3vw;
}
.ballon-container .ballon-section-s5 .s5-content .s5-swiper-title-wrap .s5SwiperThumbs .swiper-slide p .title {
  font-size: 1.8vw;
  font-weight: 500;
  display: block;
  margin-bottom: 1vw;
}
.ballon-container .ballon-section-s5 .s5-content .s5-swiper-title-wrap .s5SwiperThumbs :nth-child(4) p {
  color: #ffffff;
}
.ballon-container .ballon-section-s6 {
  position: relative;
  height: 300vh;
}
.ballon-container .ballon-section-s6 .features1 {
  position: relative;
  top: 100vh;
}
.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-ham-wrap {
  transition: 0.5s all linear;
  position: absolute;
  width: 48.979167vw;
  padding-top: 5vw;
  will-change: transform, opacity;
}
.ballon-container .ballon-section-s6 .sticky .s6-ham-wrap .status1 {
  width: 38.979167vw;
  height: 38.979167vw;
  margin: 1.25vw auto;
  opacity: 1;
  z-index: 3;
}
.ballon-container .ballon-section-s6 .sticky .s6-ham-wrap .status2 {
  opacity: 0;
  position: absolute;
  top: 7.2vw;
  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 .sticky .s6-title-1 {
  display: block;
  text-align: center;
  opacity: 0;
}
.ballon-container .ballon-section-s6 .sticky .s6-title-1 .h1 {
  font-size: 3.825vw;
  line-height: 1.25;
  font-weight: 500;
}
.ballon-container .ballon-section-s6-1 {
  position: relative;
  height: 117vw;
  will-change: transform;
  transition: 0.5s all linear;
}
.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;
  border-radius: 2vw;
}
.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-3 {
  position: relative;
  will-change: transform;
  margin-bottom: 5.125vw;
}
.ballon-container .ballon-section-s6-3 .s6-title-3 {
  display: block;
  text-align: center;
  margin-bottom: 5.125vw;
}
.ballon-container .ballon-section-s6-3 .s6-title-3 .h1 {
  font-size: 3.825vw;
  line-height: 1.25;
  font-weight: 500;
}
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap {
  width: 67.473958vw;
  height: auto;
  margin: 0 auto;
  z-index: 2;
  will-change: transform;
}
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6-swiper-wrap-title {
  width: 100%;
  text-align: center;
}
.ballon-container .ballon-section-s6-3 .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-3 .s6-swiper-wrap .swiper-button-next,
.ballon-container .ballon-section-s6-3 .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-3 .s6-swiper-wrap .swiper-button-next:after,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .swiper-button-prev:after {
  content: unset;
}
.ballon-container .ballon-section-s6-3 .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-3 .s6-swiper-wrap .swiper-button-prev:hover {
  background-image: url(../images/sec2/s6-btn-hover.svg);
}
.ballon-container .ballon-section-s6-3 .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-3 .s6-swiper-wrap .swiper-button-next:hover {
  background-image: url(../images/sec2/s6-btn-hover.svg);
}
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper {
  width: 67.473958vw;
  height: 41.666667vw;
  overflow: hidden;
  border-radius: 2vw;
}
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide {
  height: unset;
}
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide .flex-wrap-title {
  text-align: center;
  pointer-events: none;
}
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide .flex-wrap-title .h5 {
  font-weight: 500;
}
.ballon-container .ballon-section-s6-3 .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-3 .s6-swiper-wrap .s6Swiper .swiper-slide.swiper-slide-next .flex-wrap-title {
  pointer-events: all;
}
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-pagination {
  bottom: -2vw;
}
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #9fbcdf;
}
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-1,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-2,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-3,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-4,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-5,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-6,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-7,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-8 {
  position: relative;
}
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-1 .flex-wrap-title,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-2 .flex-wrap-title,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-3 .flex-wrap-title,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-4 .flex-wrap-title,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-5 .flex-wrap-title,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-6 .flex-wrap-title,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-7 .flex-wrap-title,
.ballon-container .ballon-section-s6-3 .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-3 .s6-swiper-wrap .s6Swiper .swiper-slide-1 .flex-wrap-title .h5,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-2 .flex-wrap-title .h5,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-3 .flex-wrap-title .h5,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-4 .flex-wrap-title .h5,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-5 .flex-wrap-title .h5,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-6 .flex-wrap-title .h5,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-7 .flex-wrap-title .h5,
.ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-8 .flex-wrap-title .h5 {
  text-align: center;
  margin-bottom: 1.5625vw;
}
.ballon-container .ballon-section-s6-3 .s6-tips {
  width: 67.473958vw;
  margin: 5vw auto auto auto;
  text-align: right;
  font-size: 0.78125vw;
  opacity: 0.6;
}
.ballon-container .ballon-section-s7 {
  position: relative;
  height: 200vh;
  transition: 0.5s all linear;
}
.ballon-container .ballon-section-s7 .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-s7 .sticky .h1 {
  position: absolute;
  top: 8vw;
  z-index: 1;
  font-size: 3.125vw;
  font-weight: 500;
}
.ballon-container .ballon-section-s7 .sticky .s7-wrap {
  position: absolute;
  z-index: 1;
  left: 15.125vw;
  top: 16vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 19vw;
  width: 19vw;
}
.ballon-container .ballon-section-s7 .sticky .s7-wrap .s7-title-wrap {
  font-size: 1.65vw;
  font-weight: 500;
  color: #98bde2;
  margin-bottom: 0.5vw;
}
.ballon-container .ballon-section-s7 .sticky .s7-wrap .s7-descript-wrap {
  font-size: 1.05vw;
}
.ballon-container .ballon-section-s7 .sticky .s7-wrap .s7-1 {
  opacity: 1;
  will-change: opacity;
  transition: 0.5s all linear;
}
.ballon-container .ballon-section-s7 .sticky .s7-wrap .s7-2 {
  opacity: 0.5;
  will-change: opacity;
  transition: 0.5s all linear;
}
.ballon-container .ballon-section-s7 .sticky .s7-bg {
  width: 100%;
}
.ballon-container .ballon-section-s7 .sticky .s7-bg .s7-1 {
  opacity: 1;
  position: absolute;
  top: 0;
  will-change: opacity;
  transition: 0.5s all linear;
}
.ballon-container .ballon-section-s7 .sticky .s7-bg .s7-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  will-change: opacity;
  transition: 0.5s all linear;
}
.ballon-container .ballon-section-s8 {
  position: relative;
  margin-top: 5.125vw;
  transition: 0.5s all linear;
}
.ballon-container .ballon-section-s8 .h1 {
  text-align: center;
  font-size: 3.125vw;
  font-weight: 500;
}
.ballon-container .ballon-section-s8 .s8-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 40vw;
  margin: 3vw auto;
  text-align: center;
  will-change: transition;
}
.ballon-container .ballon-section-s8 .s8-wrap .s8-title-wrap {
  font-size: 2.15vw;
  font-weight: 500;
  color: #98bde2;
  margin-bottom: 0.5vw;
}
.ballon-container .ballon-section-s8 .s8-wrap .s8-descript-wrap {
  font-size: 1.05vw;
  color: #000000;
}
.ballon-container .ballon-section-s8 .s8-bg {
  width: 50vw;
  margin: auto;
}
.ballon-container .ballon-section-s9 {
  position: relative;
  margin-top: 5.125vw;
  transition: 0.5s all linear;
}
.ballon-container .ballon-section-s9 .h1 {
  text-align: center;
  font-size: 3.125vw;
  font-weight: 500;
}
.ballon-container .ballon-section-s9 .s9-wrap {
  width: 50vw;
  text-align: center;
  margin: 3vw auto;
}
.ballon-container .ballon-section-s9 .s9-wrap .s9-descript-wrap {
  font-size: 1.05vw;
  color: #000000;
}
.ballon-container .ballon-section-s9 .s9-bg {
  width: 50vw;
  margin: auto;
}
.ballon-container .ballon-section-s10 {
  position: relative;
  margin-top: 5.125vw;
  transition: 0.5s all linear;
}
.ballon-container .ballon-section-s10 .h1 {
  text-align: center;
  font-size: 3.125vw;
  font-weight: 500;
}
.ballon-container .ballon-section-s10 .s10-wrap {
  width: 50vw;
  text-align: center;
  margin: 3vw auto;
}
.ballon-container .ballon-section-s10 .s10-wrap .s10-descript-wrap {
  font-size: 1.05vw;
  color: #000000;
}
.ballon-container .ballon-section-s10 .s10-bg {
  width: 88vw;
  margin: auto;
}
.ballon-container .ballon-section-s10 .s10-wave {
  position: absolute;
  bottom: 0.825vw;
  width: 85vw;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  transform: translateX(-50%) rotate3d(1, 1, 1, 30deg) skew(36deg, 337deg);
}
.ballon-container .ballon-section-s11 {
  position: relative;
  margin-top: 5.125vw;
  transition: 0.5s all linear;
}
.ballon-container .ballon-section-s11 .s11 {
  position: relative;
  height: 85vh;
}
.ballon-container .ballon-section-s11 .s11 .s11-head {
  position: absolute;
  top: 4.3vw;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.ballon-container .ballon-section-s11 .s11 .s11-head .h1 {
  text-align: center;
  font-size: 3.125vw;
  font-weight: 500;
  color: #ffffff;
}
.ballon-container .ballon-section-s11 .s11 .s11-head .s11-wrap {
  width: 41vw;
  text-align: center;
  margin: 2vw auto;
}
.ballon-container .ballon-section-s11 .s11 .s11-head .s11-wrap .s11-descript-wrap {
  font-size: 1.05vw;
  color: #ffffff;
}
.ballon-container .ballon-section-s11 .s11 .s11-bg {
  width: 100%;
  position: absolute;
  top: 0;
}
.ballon-container .ballon-section-s11 .s11 .s11-content {
  position: absolute;
  z-index: 1;
  top: 37vw;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.ballon-container .ballon-section-s11 .s11 .s11-content .content {
  margin: auto 4vw;
}
.ballon-container .ballon-section-s11 .s11 .s11-content .content .h2 {
  color: #ffffff;
  font-size: 2.125vw;
  font-weight: 500;
}
.ballon-container .ballon-section-s11 .s11 .s11-content .content .descript {
  font-size: 0.95vw;
  color: #ffffff;
}
.ballon-container .ballon-section-s12 {
  position: relative;
  will-change: transform;
  margin-top: 5.125vw;
  margin-bottom: 5.125vw;
  transition: 0.5s all linear;
}
.ballon-container .ballon-section-s12 .s12-title {
  margin-bottom: 5.125vw;
}
.ballon-container .ballon-section-s12 .s12-title .h2 {
  font-weight: 500;
  font-size: 3.125vw;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 2vw;
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 2;
  will-change: transform;
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .swiper-button-next,
.ballon-container .ballon-section-s12 .s12-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-s12 .s12-swiper-wrap .swiper-button-next:after,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .swiper-button-prev:after {
  content: unset;
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .swiper-button-prev {
  left: 27.770833vw;
  top: 14vw;
  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-s12 .s12-swiper-wrap .swiper-button-prev:hover {
  background-image: url(../images/sec2/s6-btn-hover.svg);
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .swiper-button-next {
  right: 27.770833vw;
  top: 14vw;
  background-image: url(../images/sec2/s6-btn.svg);
  transition: background-image 0.5s;
  -webkit-transition: background-image 0.5s; /* Safari */
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .swiper-button-next:hover {
  background-image: url(../images/sec2/s6-btn-hover.svg);
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper {
  width: 100%;
  height: 37.666667vw;
  overflow: hidden;
  border-radius: 2vw;
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide {
  height: unset;
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide .flex-wrap-title {
  text-align: center;
  pointer-events: none;
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide .flex-wrap-title .h5 {
  font-weight: 500;
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide .flex-wrap-title p {
  font-size: 1.05vw;
  line-height: 1.6;
  opacity: 1;
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide.swiper-slide-next .flex-wrap-title {
  pointer-events: all;
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-1,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-2,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-3,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-4 {
  position: relative;
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-1 img,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-2 img,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-3 img,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-4 img {
  border-radius: 1vw;
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-1 .swiper-content,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-2 .swiper-content,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-3 .swiper-content,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-4 .swiper-content {
  opacity: 0;
  margin-top: 1vw;
  will-change: opacity;
  transition: 0.5s all linear;
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-1 .swiper-content .swiper-title,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-2 .swiper-content .swiper-title,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-3 .swiper-content .swiper-title,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-4 .swiper-content .swiper-title {
  font-size: 1.25vw;
  font-weight: 500;
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-1 .swiper-content .swiper-description,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-2 .swiper-content .swiper-description,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-3 .swiper-content .swiper-description,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-4 .swiper-content .swiper-description {
  font-size: 0.85vw;
  line-height: 3.5;
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-1 .swiper-content .swiper-tips,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-2 .swiper-content .swiper-tips,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-3 .swiper-content .swiper-tips,
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-4 .swiper-content .swiper-tips {
  font-size: 0.65vw;
  opacity: 0.5;
  line-height: 5.5;
}
.ballon-container .ballon-section-s12 .s12-swiper-wrap .s12Swiper .swiper-slide-active .swiper-content {
  opacity: 1;
}
.ballon-container .ballon-section-s11-2 {
  position: relative;
  width: 100%;
  margin-top: 11.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: 3vw auto 0 auto;
  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 .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: 80.5vw;
    position: absolute;
    right: 50%;
    top: 7vw;
    transform: translate(50%, 0);
    color: black;
  }
  .ballon-container .ballon-section-kv .kv-right img {
    width: 72%;
    margin: auto;
  }
  .ballon-container .ballon-section-kv .kv-right .kv-right-title p {
    font-size: 2.95vw;
    opacity: 1;
    white-space: nowrap;
    margin-top: 5vw;
  }
  .ballon-container .ballon-section-kv .kv-right .kv-right-title p span {
    padding: 0 1vw;
  }
  .ballon-container .ballon-section-s2 {
    padding: 15vw 0;
  }
  .ballon-container .ballon-section-s2 .s2-features {
    width: 87vw;
    height: 133.5vw;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item .item-icon {
    width: 14.933333vw;
    height: 14.933333vw;
    bottom: -1vw;
    right: -1vw;
  }
  .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: 5vw;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item .item-img {
    border-radius: 5vw;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item .item-img img {
    border-radius: 5vw;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item-1 {
    width: 42vw;
    height: 42vw;
    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: 42vw;
    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: 42vw;
    height: 42vw;
    top: 45.5vw;
    left: 0;
    right: auto;
  }
  .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: 42vw;
    height: 42vw;
    top: 45.5vw;
    right: 0;
    left: auto;
    bottom: auto;
  }
  .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: 42vw;
    height: 42vw;
    bottom: 0;
    top: auto;
    left: 0;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item-5 .item-title {
    top: 4.8vw;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item-6 {
    width: 42vw;
    height: 42vw;
    bottom: 0;
    top: auto;
  }
  .ballon-container .ballon-section-s2 .s2-features .s2-features-item-6 .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);
    margin: 5vw auto;
  }
  .ballon-container .ballon-section-s3 .s3-video-wrap .open {
    width: 24vw;
    font-size: 3.125vw;
  }
  .ballon-container .ballon-section-s5 .s5-content {
    padding: 0 5.125vw;
    flex-direction: column;
    align-items: center;
  }
  .ballon-container .ballon-section-s5 .s5-content .s5Swiper {
    width: 100%;
    height: auto;
  }
  .ballon-container .ballon-section-s5 .s5-content .s5Swiper .swiper-pagination {
    padding-right: initial;
    top: auto;
    transform: translateY(-23vw);
    flex-direction: row;
  }
  .ballon-container .ballon-section-s5 .s5-content .s5Swiper .swiper-pagination .swiper-pagination-bullet {
    width: 5.133333vw;
    height: 5.133333vw;
    margin: 1vw;
  }
  .ballon-container .ballon-section-s5 .s5-content .s5-swiper-title-wrap {
    position: relative;
    width: 90vw;
    margin: 3.125vw auto 0;
  }
  .ballon-container .ballon-section-s5 .s5-content .s5-swiper-title-wrap .s5SwiperThumbs {
    width: 100%;
    overflow: hidden;
  }
  .ballon-container .ballon-section-s5 .s5-content .s5-swiper-title-wrap .s5SwiperThumbs .swiper-slide img {
    display: none;
  }
  .ballon-container .ballon-section-s5 .s5-content .s5-swiper-title-wrap .s5SwiperThumbs .swiper-slide p {
    position: relative;
    width: 100%;
    color: black;
    opacity: 1;
    display: flex;
    font-size: 3.825vw;
    flex-direction: column;
    align-items: center;
    bottom: auto;
  }
  .ballon-container .ballon-section-s5 .s5-content .s5-swiper-title-wrap .s5SwiperThumbs .swiper-slide p span {
    opacity: 0.5;
  }
  .ballon-container .ballon-section-s5 .s5-content .s5-swiper-title-wrap .s5SwiperThumbs .swiper-slide p .title {
    opacity: 1;
    font-size: 7.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: 100vh;
    top: var(--navHeight);
    align-items: flex-start;
  }
  .ballon-container .ballon-section-s6 .sticky .s6-title-1 {
    margin-top: 33vw;
  }
  .ballon-container .ballon-section-s6 .sticky .s6-title-1 .h1 {
    font-size: 8.825vw;
  }
  .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: 30vw;
  }
  .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: 10.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-1 {
    position: relative;
    height: 425vw;
    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-3 .s6-title-3 {
    margin-bottom: 10.125vw;
  }
  .ballon-container .ballon-section-s6-3 .s6-title-3 .h1 {
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap {
    width: auto;
    margin: 0 5.125vw;
  }
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6-swiper-wrap-title .h2 {
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper {
    width: 100%;
    height: 130vw;
  }
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-pagination {
    bottom: -6vw;
  }
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-1,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-2,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-3,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-4,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-5,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-6,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-7 {
    position: relative;
  }
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-1 .flex-wrap-title,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-2 .flex-wrap-title,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-3 .flex-wrap-title,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-4 .flex-wrap-title,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-5 .flex-wrap-title,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-6 .flex-wrap-title,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-7 .flex-wrap-title {
    width: 100%;
    top: 11.255208vw;
  }
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-1 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-2 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-3 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-4 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-5 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-6 .flex-wrap-title .h5,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-7 .flex-wrap-title .h5 {
    font-size: 5.666667vw;
  }
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-1 .flex-wrap-title p,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-2 .flex-wrap-title p,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-3 .flex-wrap-title p,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-4 .flex-wrap-title p,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-5 .flex-wrap-title p,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-6 .flex-wrap-title p,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6Swiper .swiper-slide-7 .flex-wrap-title p {
    font-size: 4.05vw;
    line-height: 1.45;
    text-align: center;
  }
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6-swiper-button-prev,
  .ballon-container .ballon-section-s6-3 .s6-swiper-wrap .s6-swiper-button-next {
    display: none;
  }
  .ballon-container .ballon-section-s6-3 .s6-tips {
    width: auto;
    margin: 10.125vw 5.125vw 0 5.125vw;
    font-size: 2.525vw;
    text-align: left;
  }
  .ballon-container .ballon-section-s7 .sticky {
    top: calc(var(--navHeight) * 1.1);
  }
  .ballon-container .ballon-section-s7 .sticky .h1 {
    top: 18.125vw;
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s7 .sticky .s7-wrap {
    top: 110vw;
    width: 80%;
    text-align: center;
    left: auto;
  }
  .ballon-container .ballon-section-s7 .sticky .s7-wrap .s7-1 {
    opacity: 1;
    position: absolute;
    top: 0;
  }
  .ballon-container .ballon-section-s7 .sticky .s7-wrap .s7-1 .s7-title-wrap {
    font-size: 6.125vw;
    color: #62472f;
  }
  .ballon-container .ballon-section-s7 .sticky .s7-wrap .s7-1 .s7-descript-wrap {
    font-size: 4.125vw;
  }
  .ballon-container .ballon-section-s7 .sticky .s7-wrap .s7-2 {
    opacity: 0;
    position: absolute;
    top: 0;
  }
  .ballon-container .ballon-section-s7 .sticky .s7-wrap .s7-2 .s7-title-wrap {
    font-size: 6.125vw;
    color: #6ed95e;
  }
  .ballon-container .ballon-section-s7 .sticky .s7-wrap .s7-2 .s7-descript-wrap {
    font-size: 4.125vw;
  }
  .ballon-container .ballon-section-s8 {
    height: 100vw;
  }
  .ballon-container .ballon-section-s8 .h1 {
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s8 .s8-wrap {
    width: 89.75vw;
    margin: 5.125vw;
    justify-content: space-around;
  }
  .ballon-container .ballon-section-s8 .s8-wrap .s8-title-wrap {
    font-size: 5.125vw;
  }
  .ballon-container .ballon-section-s8 .s8-wrap .s8-descript-wrap {
    font-size: 3.125vw;
  }
  .ballon-container .ballon-section-s8 .s8-bg {
    width: 100%;
  }
  .ballon-container .ballon-section-s8 .s8-bg .s8-img {
    margin: 0 5.125vw;
  }
  .ballon-container .ballon-section-s9 {
    margin-top: 10.125vw;
  }
  .ballon-container .ballon-section-s9 .h1 {
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s9 .s9-wrap {
    width: 85vw;
    margin: 10vw auto;
  }
  .ballon-container .ballon-section-s9 .s9-wrap .s9-descript-wrap {
    font-size: 3.125vw;
  }
  .ballon-container .ballon-section-s9 .s9-bg {
    width: 89.75vw;
  }
  .ballon-container .ballon-section-s9 .s9-bg .s9-img {
    margin: 0 5.125vw;
  }
  .ballon-container .ballon-section-s10 {
    margin-top: 10.125vw;
  }
  .ballon-container .ballon-section-s10 .h1 {
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s10 .s10-wrap {
    margin: 10vw auto;
    width: 100%;
  }
  .ballon-container .ballon-section-s10 .s10-wrap .s10-descript-wrap {
    font-size: 3.125vw;
  }
  .ballon-container .ballon-section-s10 .s10-bg {
    width: 100%;
  }
  .ballon-container .ballon-section-s10 .s10-bg .s10-img {
    margin: 15vw auto;
  }
  .ballon-container .ballon-section-s11 .s11 {
    height: 160vw;
  }
  .ballon-container .ballon-section-s11 .s11 .s11-head {
    top: 13vw;
  }
  .ballon-container .ballon-section-s11 .s11 .s11-head .h1 {
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s11 .s11 .s11-head .s11-wrap {
    width: 75vw;
  }
  .ballon-container .ballon-section-s11 .s11 .s11-head .s11-wrap .s11-descript-wrap {
    font-size: 3.125vw;
  }
  .ballon-container .ballon-section-s11 .s11 .s11-content {
    flex-direction: column;
    bottom: auto;
    top: 95vw;
  }
  .ballon-container .ballon-section-s11 .s11 .s11-content .content {
    margin: 3vw auto;
  }
  .ballon-container .ballon-section-s11 .s11 .s11-content .content .h2 {
    font-size: 6.125vw;
  }
  .ballon-container .ballon-section-s11 .s11 .s11-content .content .descript {
    font-size: 3.125vw;
  }
  .ballon-container .ballon-section-s11-2 {
    margin-top: 5.125vw;
  }
  .ballon-container .ballon-section-s11-2 .s11-2-title {
    width: 80vw;
    margin: auto;
  }
  .ballon-container .ballon-section-s11-2 .s11-2-title .h2 {
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s11-2 .s11-2-title .description {
    font-size: 3.125vw;
  }
  .ballon-container .ballon-section-s11-2 .s11-2-img {
    width: 86.666667vw;
    margin: 15vw auto;
  }
  .ballon-container .ballon-section-s12 {
    margin-top: 5.125vw;
  }
  .ballon-container .ballon-section-s12 .s12-title {
    margin-bottom: 10.25vw;
  }
  .ballon-container .ballon-section-s12 .s12-title .h2 {
    font-size: 7.125vw;
  }
  .ballon-container .ballon-section-s12 .s12-mob-wrap .mob-slide {
    margin: 5.125vw;
  }
  .ballon-container .ballon-section-s12 .s12-mob-wrap .mob-slide img {
    border-radius: 5vw;
  }
  .ballon-container .ballon-section-s12 .s12-mob-wrap .mob-slide .swiper-content {
    padding-left: 5.125vw;
  }
  .ballon-container .ballon-section-s12 .s12-mob-wrap .mob-slide .swiper-content .swiper-title {
    font-size: 5.125vw;
    font-weight: 500;
    margin-top: 5vw;
    line-height: 2;
  }
  .ballon-container .ballon-section-s12 .s12-mob-wrap .mob-slide .swiper-content .swiper-description {
    font-size: 3.525vw;
  }
  .ballon-container .ballon-section-s12 .s12-mob-wrap .mob-slide .swiper-content .swiper-tips {
    font-size: 2.125vw;
    opacity: 0.7;
    margin-top: 10vw;
    margin-bottom: 5.125vw;
  }
  @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 {
    margin: 15vw 10vw;
    width: 80vw;
  }
  .ballon-container .section-footnote li {
    font-size: 2.525vw;
    line-height: 1.8;
    opacity: 0.7;
  }
  .ballon-container .section-footnote .footnote-last {
    margin-top: 4vw;
    list-style: none;
    transform: translateX(-2.6vw);
  }
}
.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-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;
}/*# sourceMappingURL=ballon.css.map */