@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../vendor/fonts/NotoSansTC-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../vendor/fonts/NotoSansTC-Bold.ttf") format("truetype");
}
@-webkit-keyframes ani-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ani-kv-light {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani-kv-light {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ani-kv-light-2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-kv-light-2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani-kv-airplane-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ani-kv-airplane-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ani-kv-airplane-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ani-kv-airplane-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ani-s2-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ani-s2-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ani-s4-arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes ani-s4-arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #383737;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  overflow-x: hidden;
  padding-top: 80px;
}
@media (max-width: 991px) {
  body {
    padding-top: 56px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 46px;
  }
}

select, button, textarea, input {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
}

a {
  color: #ffffff;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

a:active {
  outline: none;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.container {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1500px;
  }
}

.pop__container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pop__close {
  width: 46px;
  height: 46px;
  background: url("../images/pop/pop-close.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .pop__close:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.pop--chart .pop__close {
  background: url("../images/pop/pop-close-blue.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: -20px;
  right: -12px;
}
@media (max-width: 480px) {
  .pop--chart .pop__close {
    top: -30px;
  }
}
.pop--chart .pop__wrap {
  width: 1100px;
  background: url("../images/pop/pop-chart-bg_03.png"), url("../images/pop/pop-chart-bg_01.png"), url("../images/pop/pop-chart-bg_02.png");
  background-position: center bottom, center top, center top;
  background-size: 100% auto, 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat, repeat-y;
  position: relative;
}
@media (max-width: 1199px) {
  .pop--chart .pop__wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pop--chart .pop__chart {
  margin-left: -36px;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  margin-bottom: -12px;
}
@media (max-width: 1199px) {
  .pop--chart .pop__chart {
    padding-right: 4%;
  }
}
@media (max-width: 767px) {
  .pop--chart .pop__chart {
    padding-left: 4vw;
  }
}
@media (max-width: 480px) {
  .pop--chart .pop__chart {
    padding-left: 6vw;
    padding-right: 5vw;
  }
}
@media (max-width: 374px) {
  .pop--chart .pop__chart {
    padding-left: 8vw;
  }
}
.pop--chart .source {
  padding: 15px 57px 30px 66px;
}
@media (max-width: 991px) {
  .pop--chart .source {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .pop--chart .source {
    padding-left: 5vw;
    padding-right: 4vw;
    padding-bottom: 5vw;
  }
}

.pop--info {
  padding-top: 114px;
  padding-bottom: 190px;
}
@media (max-width: 991px) {
  .pop--info {
    padding-top: 149px;
  }
}
@media (max-width: 767px) {
  .pop--info {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .pop--info {
    padding-bottom: 80px;
  }
}
.pop--info .pop__close {
  top: -100px;
  right: -20px;
}
@media (max-width: 767px) {
  .pop--info .pop__close {
    top: -90px;
    right: 0;
  }
}
@media (max-width: 480px) {
  .pop--info .pop__close {
    top: -80px;
  }
}
.pop--info .pop__wrap {
  width: 1246px;
  background: url("../images/pop/pop-wrap-bg_02.png"), url("../images/pop/pop-wrap-bg_03.png");
  background-position: center top, center top;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, repeat-y;
  position: relative;
  min-height: 525px;
}
@media (max-width: 1399px) {
  .pop--info .pop__wrap {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .pop--info .pop__wrap {
    min-height: none;
  }
}
.pop--info .pop__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 149px;
  background: url("../images/pop/pop-wrap-bg_01.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -149px;
  left: 0;
}
@media (max-width: 767px) {
  .pop--info .pop__wrap::before {
    height: 80px;
    top: -80px;
  }
}
.pop--info .pop__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 131px;
  background: url("../images/pop/pop-wrap-bg_04.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -131px;
  left: 0;
}
@media (max-width: 767px) {
  .pop--info .pop__wrap::after {
    height: 80px;
    bottom: -80px;
  }
}
.pop--info .pop__content {
  padding: 0 75px;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .pop--info .pop__content {
    margin-top: 0;
    padding: 15px 40px 0;
  }
}
@media (max-width: 480px) {
  .pop--info .pop__content {
    padding: 15px 25px 0;
  }
}
.pop--info .pop__text {
  font-size: 1.125em;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
  text-align: justify;
}
@media (max-width: 767px) {
  .pop--info .pop__text {
    font-size: 1em;
  }
}
.pop--info .pop__text .sm {
  display: block;
  font-weight: 400;
  font-size: 0.8889em;
  margin-bottom: -45px;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
}
@media (max-width: 991px) {
  .pop--info .pop__text .sm {
    margin-bottom: -15px;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@media (max-width: 480px) {
  .pop--info .pop__text .sm {
    margin-top: 30px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.pop--purchase {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
@media (max-width: 991px) {
  .pop--purchase {
    padding-top: 149px;
  }
}
@media (max-width: 767px) {
  .pop--purchase {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .pop--purchase {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.pop--purchase::before {
  content: "";
  display: block;
  width: 1202px;
  height: 780px;
  background: url("../images/pop/pop-purchase-bg-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: -70px;
}
@media (max-width: 1199px) {
  .pop--purchase::before {
    width: 100%;
    height: 100%;
    top: 3%;
    left: -8%;
  }
}
@media (max-width: 767px) {
  .pop--purchase::before {
    top: 8%;
    left: -5%;
  }
}
@media (max-width: 480px) {
  .pop--purchase::before {
    top: 10%;
  }
}
.pop--purchase .pop__close {
  top: -100px;
  right: -20px;
}
@media (max-width: 767px) {
  .pop--purchase .pop__close {
    top: -90px;
    right: 0;
  }
}
@media (max-width: 480px) {
  .pop--purchase .pop__close {
    top: -80px;
  }
}
.pop--purchase .pop__wrap {
  width: 1066px;
  background: url("../images/pop/pop-purchase-bg_02.png"), url("../images/pop/pop-purchase-bg_03.png");
  background-position: center top, center top;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, repeat-y;
  position: relative;
  min-height: 420px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .pop--purchase .pop__wrap {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .pop--purchase .pop__wrap {
    min-height: none;
  }
}
.pop--purchase .pop__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 82px;
  background: url("../images/pop/pop-purchase-bg_01.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -82px;
  left: 0;
}
@media (max-width: 767px) {
  .pop--purchase .pop__wrap::before {
    height: 80px;
    top: -80px;
  }
}
.pop--purchase .pop__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 132px;
  background: url("../images/pop/pop-purchase-bg_04.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -132px;
  left: 0;
}
@media (max-width: 767px) {
  .pop--purchase .pop__wrap::after {
    height: 80px;
    bottom: -80px;
  }
}
.pop--purchase .pop__content {
  padding: 0 115px;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .pop--purchase .pop__content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .pop--purchase .pop__content {
    margin-top: 0;
    padding: 15px 40px 0;
  }
}
@media (max-width: 480px) {
  .pop--purchase .pop__content {
    padding: 15px 25px 0;
  }
}
.pop--purchase .pop__title {
  width: 745px;
  height: 55px;
  background: url("../images/pop/pop-purchase-title.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .pop--purchase .pop__title {
    width: 600px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  .pop--purchase .pop__title {
    width: 500px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .pop--purchase .pop__title {
    width: 300px;
    height: 84px;
    background: url("../images/pop/pop-purchase-title-sm.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .pop--purchase .pop__title {
    width: 70vw;
    height: 20vw;
  }
}
.pop--purchase .pop__body-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .pop--purchase .pop__body-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .pop--purchase .pop__body-content {
    margin-top: 15px;
  }
}
.pop--purchase .pop__body-text {
  font-size: 1.5em;
  color: #222222;
  line-height: 1.625;
  width: calc(100% - 370px);
  padding-right: 45px;
  text-align: justify;
}
@media (max-width: 1199px) {
  .pop--purchase .pop__body-text {
    font-size: 1.25em;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .pop--purchase .pop__body-text {
    width: 100%;
    font-size: 1.125em;
    text-align: left;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .pop--purchase .pop__body-text {
    font-size: 1em;
  }
}
.pop--purchase .pop__body-btn {
  width: 370px;
  height: 100px;
  font-size: 1.25em;
  font-weight: 700;
  color: #ffdc99;
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, right top, from(#e7002d), to(#ff1953));
  background: linear-gradient(to right, #e7002d 0%, #ff1953 100%);
  padding: 0 44px;
  border-radius: 10em;
  position: relative;
  cursor: pointer;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .pop--purchase .pop__body-btn {
    width: 300px;
    height: 80px;
    font-size: 1em;
    padding: 0 30px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .pop--purchase .pop__body-btn {
    width: 240px;
    height: 80px;
    font-size: 0.875em;
  }
}
.pop--purchase .pop__body-btn .highlight {
  font-size: 1.6em;
  color: #ffffff;
}
.pop--purchase .pop__body-btn::before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background: url("../images/pop/pop-purchase-btn-arrow.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 28px);
  right: 20px;
}
@media (max-width: 767px) {
  .pop--purchase .pop__body-btn::before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 15px;
  }
}
.pop--purchase .pop__body-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 10px);
  border: 2px solid #ffffff;
  opacity: 0.2;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 10em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (hover: hover) {
  .pop--purchase .pop__body-btn:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.pop--purchase .pop__body-block {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 100px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 100px rgba(0, 0, 0, 0.15);
  margin-top: 40px;
}
@media (max-width: 767px) {
  .pop--purchase .pop__body-block {
    margin-top: 30px;
  }
}
.pop--purchase .pop__subtitle {
  font-size: 1.875em;
  font-weight: 700;
  color: #56769a;
  text-align: center;
  background: #ffffff;
  padding: 12px;
}
@media (max-width: 991px) {
  .pop--purchase .pop__subtitle {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .pop--purchase .pop__subtitle {
    font-size: 1.25em;
  }
}
.pop--purchase .pop__table {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 90px 30px 70px;
}
@media (max-width: 1199px) {
  .pop--purchase .pop__table {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .pop--purchase .pop__table {
    padding: 30px 15px;
  }
}
@media (max-width: 480px) {
  .pop--purchase .pop__table {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.pop--purchase .pop__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .pop--purchase .pop__row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.pop--purchase .pop__row:first-child {
  margin-top: 0;
}
.pop--purchase .pop__col {
  width: 30%;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  color: #4c4c4c;
  text-shadow: 0 2px #ffffff;
  text-align: center;
  position: relative;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .pop--purchase .pop__col {
    font-size: 1.25em;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .pop--purchase .pop__col {
    font-size: 1.125em;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .pop--purchase .pop__col {
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.pop--purchase .pop__col::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  z-index: 1;
  width: 1px;
  height: 24px;
  background: #4c4c4c;
  -webkit-box-shadow: 0 2px #ffffff;
          box-shadow: 0 2px #ffffff;
}
@media (min-width: 768px) {
  .pop--purchase .pop__col:nth-child(3n-2) {
    padding-left: 0;
    width: 40%;
  }
  .pop--purchase .pop__col:nth-child(3n-2)::before {
    display: none;
  }
  .pop--purchase .pop__col:nth-child(1) {
    margin-top: 0;
  }
  .pop--purchase .pop__col:nth-child(2) {
    margin-top: 0;
  }
  .pop--purchase .pop__col:nth-child(3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .pop--purchase .pop__col:nth-child(odd) {
    padding-left: 0;
  }
  .pop--purchase .pop__col:nth-child(odd)::before {
    display: none;
  }
  .pop--purchase .pop__col:nth-child(even) {
    padding-right: 0;
  }
  .pop--purchase .pop__col:nth-child(1) {
    margin-top: 0;
  }
  .pop--purchase .pop__col:nth-child(2) {
    margin-top: 0;
  }
}

.lity--bg {
  background: url("../images/pop/pop-bg.png");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}

.navbar {
  background: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  padding: 7px 60px;
}
@media (max-width: 1599px) {
  .navbar {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1399px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding: 8px 15px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.29);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.29);
  }
}
@media (max-width: 480px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.navbar--active {
  background: rgba(255, 255, 255, 0.9);
}
.navbar__logo {
  position: relative;
  display: block;
  width: 150px;
  z-index: 11;
}
@media (max-width: 991px) {
  .navbar__logo {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .navbar__logo {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .navbar__logo {
    width: 77px;
  }
}
.navbar__logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.navbar__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 991px) {
  .navbar__links {
    display: none;
  }
}
.navbar__link {
  display: block;
  position: relative;
  width: 306px;
  height: 66px;
  background: url("../images/common/navbar-link-bg-1.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 1.375em;
  font-weight: 700;
  font-style: italic;
  line-height: 62px;
  color: #ff3b3b;
  text-align: center;
  margin-left: -40px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
@media (max-width: 1599px) {
  .navbar__link {
    width: 290px;
  }
}
@media (max-width: 1399px) {
  .navbar__link {
    font-size: 1.25em;
    width: 240px;
    height: 56px;
    line-height: 52px;
    margin-left: -30px;
  }
}
@media (max-width: 1199px) {
  .navbar__link {
    font-size: 1.125em;
    width: 200px;
    height: 50px;
    line-height: 50px;
    line-height: 46px;
  }
}
.navbar__link:first-child {
  margin-left: 0;
}
.navbar__link:hover, .navbar__link--active {
  color: #ffffff;
  background: url("../images/common/navbar-link-bg-2.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.navbar__social {
  margin-left: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1599px) {
  .navbar__social {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .navbar__social {
    margin-left: 5px;
  }
}
.navbar__social-item {
  margin-left: 10px;
  width: 54px;
  border-radius: 10em;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1199px) {
  .navbar__social-item {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .navbar__social-item {
    width: 30px;
    margin-left: 5px;
  }
}
.navbar__social-item:first-child {
  margin-left: 0;
}
.navbar__social-item:hover {
  opacity: 0.8;
}
.navbar__social-item img {
  display: block;
}
.navbar__social-item--fb {
  -webkit-box-shadow: 0 5px 10px rgba(52, 112, 210, 0.3);
          box-shadow: 0 5px 10px rgba(52, 112, 210, 0.3);
}
.navbar__social-item--line {
  -webkit-box-shadow: 0 5px 10px rgba(39, 195, 18, 0.3);
          box-shadow: 0 5px 10px rgba(39, 195, 18, 0.3);
}

.footer {
  background: #f5f5f5;
  line-height: 1.75;
  padding-top: 40px;
}
.footer__text {
  font-size: 1.125em;
  font-weight: 700;
  color: #333333;
}
@media (max-width: 1199px) {
  .footer__text {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .footer__text {
    font-size: 1em;
  }
}
.footer__block {
  text-align: center;
  font-size: 0.875em;
  font-weight: 400;
  color: #f5f5f5;
  letter-spacing: 0.2em;
  margin-top: 40px;
  background: #575757;
  padding: 13px 15px;
}
@media (max-width: 991px) {
  .footer__block {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .footer__block {
    padding-bottom: 75px;
  }
}
.footer__block a {
  color: #f5f5f5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__block a:hover {
  opacity: 0.8;
}
.footer__item {
  display: inline;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .footer__item {
    display: block;
    margin-left: 0;
  }
}
.footer__item::before {
  content: "｜";
  margin-right: 15px;
}
@media (max-width: 767px) {
  .footer__item::before {
    display: none;
  }
}
.footer__item:first-child {
  margin-left: 0;
}
.footer__item:first-child::before {
  display: none;
  margin-right: 0;
}

.kv {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .kv {
    background: #525252;
  }
}
.kv--active .kv__title, .kv--active .kv__wrap::before, .kv--active .kv__airplane::before, .kv--active .kv__airplane::after {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv__wrap {
  background: url("../images/kv/kv-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 880px;
  padding-top: 13px;
  position: relative;
}
@media (max-width: 1699px) {
  .kv__wrap {
    background-position: center center;
  }
}
@media (max-width: 1699px) {
  .kv__wrap {
    height: 50vw;
  }
}
@media (max-width: 767px) {
  .kv__wrap {
    background: url("../images/kv/kv-bg-sm.jpg");
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 104vw;
  }
}
.kv__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-light.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: screen;
  opacity: 0;
  -webkit-animation: ani-kv-light-2 0.8s ease;
          animation: ani-kv-light-2 0.8s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 767px) {
  .kv__wrap::before {
    background: url("../images/kv/kv-light-sm.png");
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.kv__airplane {
  pointer-events: none;
}
.kv__airplane::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-airplane-1.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: ani-kv-airplane-1 1.6s ease infinite;
          animation: ani-kv-airplane-1 1.6s ease infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 767px) {
  .kv__airplane::before {
    background: url("../images/kv/kv-airplane-sm-1.png");
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.kv__airplane::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-airplane-2.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: ani-kv-airplane-2 1.6s ease infinite;
          animation: ani-kv-airplane-2 1.6s ease infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 767px) {
  .kv__airplane::after {
    background: url("../images/kv/kv-airplane-sm-2.png");
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.kv__title {
  -webkit-animation: zoomIn 0.8s ease;
          animation: zoomIn 0.8s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv__title-item {
  width: 1190px;
  height: 248px;
  display: block;
  background: url("../images/kv/kv-title-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1699px) {
  .kv__title-item {
    width: 70vw;
    height: 16vw;
  }
}
@media (max-width: 767px) {
  .kv__title-item {
    background: url("../images/kv/kv-title-sm-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 35vw;
  }
}
.kv__title-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-title-2.png");
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0;
  -webkit-animation: ani-kv-light 1.6s ease infinite;
          animation: ani-kv-light 1.6s ease infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 767px) {
  .kv__title-item::before {
    background: url("../images/kv/kv-title-sm-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.kv__notice {
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 59, 121, 0)), color-stop(20%, #1d3b79), color-stop(80%, #1d3b79), to(rgba(29, 59, 121, 0)));
  background: linear-gradient(to right, rgba(29, 59, 121, 0) 0%, #1d3b79 20%, #1d3b79 80%, rgba(29, 59, 121, 0) 100%);
  padding: 20px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
@media (max-width: 1199px) {
  .kv__notice {
    position: relative;
    left: auto;
    bottom: auto;
    background: #1d3b79;
  }
}
.kv__notice-item {
  font-size: 1.125em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .kv__notice-item {
    font-size: 1em;
  }
}
.kv__notice-item--sm {
  font-size: 0.66667em;
  color: #b4cbff;
  letter-spacing: -0.05em;
}

@media (max-width: 767px) {
  .s1 {
    background: url("../images/s1/s1-bg-sm.jpg");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .s1 {
    padding-top: 34px;
  }
}
.s1 .source {
  margin-top: 30px;
}
@media (min-width: 1600px) {
  .s1 .source {
    width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s1 .source {
    margin: 0;
  }
}
.s1__title {
  background: url("../images/s1/s1-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 616px;
  height: 134px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s1__title {
    width: 500px;
    height: 110px;
  }
}
@media (max-width: 991px) {
  .s1__title {
    width: 400px;
    height: 88px;
  }
}
@media (max-width: 480px) {
  .s1__title {
    width: 277px;
    height: 60px;
  }
}
.s1__text {
  font-size: 1.375em;
  color: #000000;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .s1__text {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .s1__text {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .s1__text {
    font-size: 0.875em;
  }
}
.s1__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .s1__wrap {
    margin-top: 30px;
  }
}
@media (max-width: 1399px) {
  .s1__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .s1__wrap {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    margin-top: 10px;
  }
}
.s1__img {
  width: calc(100% - 486px);
}
@media (max-width: 1199px) {
  .s1__img {
    width: calc(100% - 390px);
  }
}
@media (max-width: 767px) {
  .s1__img {
    width: 100%;
  }
}
.s1__block {
  width: 486px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .s1__block {
    width: 390px;
  }
}
@media (max-width: 767px) {
  .s1__block {
    width: calc(100% + 6px);
    margin-left: -3px;
    margin-right: -3px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.s1__item {
  display: block;
  width: 188px;
  height: 214px;
  aspect-ratio: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f21c4e), color-stop(40%, #ed3232), to(#ed3232));
  background: linear-gradient(to bottom, #f21c4e 0%, #ed3232 40%, #ed3232 100%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  padding: 3px;
  margin: 3px;
}
@media (max-width: 1199px) {
  .s1__item {
    width: 150px;
    height: 171px;
  }
}
@media (max-width: 767px) {
  .s1__item {
    width: 216px;
    height: 58px;
    width: 28.1617vw;
    height: 7.5619295958vw;
    clip-path: none;
  }
  .s1__item:nth-child(1) {
    background: url("../images/s1/s1-item-1-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(2) {
    background: url("../images/s1/s1-item-2-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(3) {
    background: url("../images/s1/s1-item-3-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(4) {
    background: url("../images/s1/s1-item-4-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(5) {
    background: url("../images/s1/s1-item-5-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(6) {
    background: url("../images/s1/s1-item-6-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(1) {
    margin-top: 0;
  }
  .s1__item:nth-child(2) {
    margin-top: 0;
  }
  .s1__item:nth-child(3) {
    margin-top: 0;
  }
  .s1__item:nth-child(4) {
    margin-bottom: 0;
  }
  .s1__item:nth-child(5) {
    margin-bottom: 0;
  }
  .s1__item:nth-child(6) {
    margin-bottom: 0;
  }
}
.s1__item-box {
  width: 182px;
  height: 208px;
  aspect-ratio: 1;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  padding-top: 20px;
  text-align: center;
  position: relative;
}
@media (max-width: 1199px) {
  .s1__item-box {
    width: 144px;
    height: 165px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .s1__item-box {
    display: none;
  }
}
.s1__item-box::before {
  content: "";
  display: block;
  background: url("../images/s1/s1-item-arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 3px;
  left: calc(50% - 22px);
  width: 42px;
  height: 34px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .s1__item-box::before {
    width: 30px;
    height: 26px;
    left: calc(50% - 16px);
  }
}
@media (min-width: 768px) {
  .s1__item:nth-child(3) {
    margin-left: 100px;
    margin-top: -52px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .s1__item:nth-child(3) {
    margin-left: 81px;
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .s1__item:nth-child(4) {
    margin-top: -52px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .s1__item:nth-child(4) {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .s1__item:nth-child(5) {
    margin-top: -52px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .s1__item:nth-child(5) {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .s1__item:nth-child(6) {
    margin-top: -52px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .s1__item:nth-child(6) {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .s1__item:nth-child(1) .s1__item-icon {
    background: url("../images/s1/s1-item-icon-1-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(1):hover .s1__item-icon {
    background: url("../images/s1/s1-item-icon-1-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(2) .s1__item-icon {
    background: url("../images/s1/s1-item-icon-2-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(2):hover .s1__item-icon {
    background: url("../images/s1/s1-item-icon-2-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(3) .s1__item-icon {
    background: url("../images/s1/s1-item-icon-3-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(3):hover .s1__item-icon {
    background: url("../images/s1/s1-item-icon-3-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(4) .s1__item-icon {
    background: url("../images/s1/s1-item-icon-4-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(4):hover .s1__item-icon {
    background: url("../images/s1/s1-item-icon-4-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(5) .s1__item-icon {
    background: url("../images/s1/s1-item-icon-5-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(5):hover .s1__item-icon {
    background: url("../images/s1/s1-item-icon-5-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(6) .s1__item-icon {
    background: url("../images/s1/s1-item-icon-6-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s1__item:nth-child(6):hover .s1__item-icon {
    background: url("../images/s1/s1-item-icon-6-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.s1__item-icon {
  width: 116px;
  height: 118px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .s1__item-icon {
    width: 86px;
    height: 88px;
  }
}
.s1__item-title {
  font-size: 1.875em;
  font-weight: 700;
  color: #ffffff;
  margin-top: -10px;
}
@media (max-width: 1199px) {
  .s1__item-title {
    font-size: 1.5em;
    margin-top: -5px;
  }
}
@media (hover: hover) {
  .s1__item:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#73f4e8), color-stop(50%, #f5fefe), to(#899fed));
    background: linear-gradient(to bottom, #73f4e8 0%, #f5fefe 50%, #899fed 100%);
  }
  .s1__item:hover .s1__item-box {
    background: -webkit-gradient(linear, left top, left bottom, from(#3680e6), color-stop(50%, #6f7cf3), to(#4655e2));
    background: linear-gradient(to bottom, #3680e6 0%, #6f7cf3 50%, #4655e2 100%);
  }
  .s1__item:hover .s1__item-box::before {
    opacity: 0;
  }
}

.s2 {
  overflow: hidden;
}
@media (max-width: 1599px) {
  .s2 {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .s2 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .s2 {
    background: url("../images/s2/s2-bg-sm.jpg");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .s2 {
    padding-bottom: 40px;
  }
}
.s2 .source {
  margin-top: 60px;
}
@media (min-width: 1600px) {
  .s2 .source {
    width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s2 .source {
    margin-top: 25px;
  }
}
.s2__title {
  background: url("../images/s2/s2-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1044px;
  height: 460px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s2__title {
    width: 800px;
    height: 350px;
  }
}
@media (max-width: 991px) {
  .s2__title {
    width: 700px;
    height: 330px;
  }
}
@media (max-width: 767px) {
  .s2__title {
    margin-left: -10vw;
    margin-right: -10vw;
    width: 120vw;
    height: 60vw;
  }
}
.s2__block {
  background: url("../images/s2/s2-block-bg.png");
  background-position: center top 90px;
  background-size: auto;
  background-repeat: no-repeat;
  padding-left: 110px;
  padding-right: 110px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: -60px;
}
@media (max-width: 1599px) {
  .s2__block {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1399px) {
  .s2__block {
    background-size: 880px auto;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .s2__block {
    background-size: 780px auto;
    background-position: center top 70px;
  }
}
@media (max-width: 991px) {
  .s2__block {
    background-size: 600px auto;
    background-position: center top 60px;
  }
}
@media (max-width: 767px) {
  .s2__block {
    background: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
.s2__item {
  display: block;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .s2__item {
    width: 50%;
  }
}
.s2__item:nth-child(1) .s2__item-img::before {
  background: url("../images/s2/s2-item-arrow-1.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s2__item:nth-child(2) .s2__item-img::before {
  background: url("../images/s2/s2-item-arrow-2.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s2__item:nth-child(3) .s2__item-img::before {
  background: url("../images/s2/s2-item-arrow-3.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s2__item:nth-child(4) .s2__item-img::before {
  background: url("../images/s2/s2-item-arrow-4.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s2__item:nth-child(1) {
  margin-top: -90px;
}
@media (max-width: 1399px) {
  .s2__item:nth-child(1) {
    margin-top: -70px;
  }
}
@media (max-width: 991px) {
  .s2__item:nth-child(1) {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .s2__item:nth-child(1) {
    margin-top: 0;
  }
}
.s2__item:nth-child(1) .s2__item-img {
  text-align: left;
}
@media (max-width: 767px) {
  .s2__item:nth-child(1) .s2__item-img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.s2__item:nth-child(1) .s2__item-img::before {
  left: 40%;
}
.s2__item:nth-child(1) .s2__item-img::after {
  left: -42px;
}
@media (max-width: 1199px) {
  .s2__item:nth-child(1) .s2__item-img::after {
    left: calc(50% - 100px);
  }
}
@media (max-width: 480px) {
  .s2__item:nth-child(1) .s2__item-img::after {
    left: calc(50% - 70px);
  }
}
.s2__item:nth-child(1) .s2__item-title {
  color: #f43540;
}
.s2__item:nth-child(1) .s2__item-box {
  width: 166px;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 991px) {
  .s2__item:nth-child(1) .s2__item-box {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .s2__item:nth-child(1) .s2__item-box {
    width: 100%;
    margin-left: auto;
  }
}
.s2__item:nth-child(2) {
  margin-top: 15px;
}
@media (max-width: 1399px) {
  .s2__item:nth-child(2) {
    margin-top: 0;
  }
}
.s2__item:nth-child(2) .s2__item-title {
  color: #d046be;
}
.s2__item:nth-child(3) {
  margin-top: 15px;
}
@media (max-width: 1399px) {
  .s2__item:nth-child(3) {
    margin-top: 0;
  }
}
.s2__item:nth-child(3) .s2__item-title {
  color: #244cd5;
}
.s2__item:nth-child(4) {
  margin-top: -90px;
}
@media (max-width: 1399px) {
  .s2__item:nth-child(4) {
    margin-top: -70px;
  }
}
@media (max-width: 991px) {
  .s2__item:nth-child(4) {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .s2__item:nth-child(4) {
    margin-top: 0;
  }
}
.s2__item:nth-child(4) .s2__item-img {
  text-align: right;
}
@media (max-width: 767px) {
  .s2__item:nth-child(4) .s2__item-img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.s2__item:nth-child(4) .s2__item-img::before {
  left: 42%;
}
.s2__item:nth-child(4) .s2__item-img::after {
  left: -42px;
}
@media (max-width: 1199px) {
  .s2__item:nth-child(4) .s2__item-img::after {
    left: calc(50% - 100px);
  }
}
@media (max-width: 480px) {
  .s2__item:nth-child(4) .s2__item-img::after {
    left: calc(50% - 70px);
  }
}
.s2__item:nth-child(4) .s2__item-title {
  color: #1081f9;
}
.s2__item:nth-child(4) .s2__item-box {
  width: 166px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 991px) {
  .s2__item:nth-child(4) .s2__item-box {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .s2__item:nth-child(4) .s2__item-box {
    width: 100%;
    margin-left: auto;
  }
}
.s2__item-img {
  position: relative;
}
@media (max-width: 1399px) {
  .s2__item-img {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .s2__item-img {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .s2__item-img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .s2__item-img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s2__item-img {
    width: 114px;
  }
}
.s2__item-img img {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.s2__item-img::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  left: calc(50% - 19px);
  bottom: 95px;
  -webkit-animation: ani-s2-arrow 1.2s ease infinite;
          animation: ani-s2-arrow 1.2s ease infinite;
  z-index: 1;
}
@media (max-width: 1199px) {
  .s2__item-img::before {
    width: 28px;
    height: 28px;
    bottom: 80px;
    left: calc(50% - 14px);
  }
}
@media (max-width: 991px) {
  .s2__item-img::before {
    bottom: 70px;
  }
}
@media (max-width: 480px) {
  .s2__item-img::before {
    width: 19px;
    height: 19px;
    left: calc(50% - 9px);
    bottom: 50px;
  }
}
.s2__item-img::after {
  content: "";
  display: block;
  width: 130px;
  height: 158px;
  position: absolute;
  left: calc(50% - 152px);
  bottom: 0;
  background: url("../images/s2/s2-item-hand.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1199px) {
  .s2__item-img::after {
    width: 90px;
    height: 100px;
    bottom: 30px;
    left: calc(50% - 100px);
  }
}
@media (max-width: 767px) {
  .s2__item-img::after {
    opacity: 1;
    left: calc(50% - 100px);
  }
}
@media (max-width: 480px) {
  .s2__item-img::after {
    width: 54px;
    height: 66px;
    left: calc(50% - 70px);
    bottom: 10px;
  }
}
.s2__item-title {
  font-size: 2.5em;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .s2__item-title {
    font-size: 2.125em;
  }
}
@media (max-width: 1199px) {
  .s2__item-title {
    font-size: 1.875em;
  }
}
@media (max-width: 991px) {
  .s2__item-title {
    font-size: 1.5em;
  }
}
@media (max-width: 480px) {
  .s2__item-title {
    font-size: 1.25em;
    margin-top: -10px;
  }
}
.s2__item-text {
  font-size: 1.25em;
  color: #000000;
  margin-top: 5px;
}
@media (max-width: 1399px) {
  .s2__item-text {
    font-size: 1.125em;
  }
}
@media (max-width: 1199px) {
  .s2__item-text {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .s2__item-text {
    font-size: 0.875em;
  }
}
@media (hover: hover) {
  .s2__item:hover .s2__item-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .s2__item:hover .s2__item-img::after {
    opacity: 1;
  }
}

.s3 {
  overflow: hidden;
  background: url("../images/s3/s3-bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  min-height: 960px;
}
@media (min-width: 1921px) {
  .s3 {
    background-size: 100% auto;
  }
}
@media (max-width: 1599px) {
  .s3 {
    background-size: 1880px auto;
    min-height: 940px;
  }
}
@media (max-width: 1399px) {
  .s3 {
    background-size: 1500px auto;
    min-height: 750px;
  }
}
@media (max-width: 1199px) {
  .s3 {
    background: url("../images/s3/s3-bg-md.jpg"), #0c50e1;
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    min-height: auto;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .s3 {
    background: url("../images/s3/s3-bg-sm.jpg"), #0c50e1;
    background-size: 100% auto;
    background-position: left top;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .s3 {
    padding-top: 20px;
    background-size: 100% auto;
  }
}
.s3 .source {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .s3 .container {
    width: 900px;
    position: relative;
  }
  .s3 .container::before {
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/s3/s3-bg-radius-1.jpg");
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .s3 .container::after {
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/s3/s3-bg-radius-2.jpg");
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 991px) {
  .s3 .container {
    width: 730px;
  }
}
@media (max-width: 767px) {
  .s3 .container {
    width: 100%;
  }
}
.s3__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 1199px) {
  .s3__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.s3__head {
  width: 520px;
  padding-top: 376px;
}
@media (max-width: 1599px) {
  .s3__head {
    width: 420px;
  }
}
@media (max-width: 1399px) {
  .s3__head {
    width: 370px;
    padding-top: 300px;
  }
}
@media (max-width: 1199px) {
  .s3__head {
    width: 100%;
    padding-top: 0;
  }
}
.s3__body {
  width: calc(100% - 520px);
  padding-top: 45px;
}
@media (max-width: 1599px) {
  .s3__body {
    width: calc(100% - 420px);
  }
}
@media (max-width: 1399px) {
  .s3__body {
    width: calc(100% - 370px);
  }
}
@media (max-width: 1199px) {
  .s3__body {
    width: 100%;
    background: #ffffff;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    padding: 0 15px 30px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .s3__body {
    margin-top: 50px;
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .s3__body {
    margin-top: 35px;
    padding-bottom: 0;
  }
}
.s3__title {
  background: url("../images/s3/s3-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 468px;
  height: 192px;
  margin-left: -34px;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1599px) {
  .s3__title {
    width: 400px;
    height: 160px;
    margin-left: 0;
  }
}
@media (max-width: 1399px) {
  .s3__title {
    width: 340px;
    height: 140px;
  }
}
@media (max-width: 1199px) {
  .s3__title {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .s3__title {
    width: 300px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .s3__title {
    margin-left: auto;
    margin-right: 10px;
    width: 260px;
    height: 110px;
  }
}
@media (max-width: 480px) {
  .s3__title {
    width: 220px;
    height: 90px;
  }
}
.s3__tab-head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 60px);
  margin-right: -60px;
  padding-left: 10px;
}
@media (max-width: 1599px) {
  .s3__tab-head {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .s3__tab-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    width: 100%;
  }
}
.s3__tab-headitem {
  cursor: pointer;
  width: 262px;
  height: 144px;
  margin-left: -70px;
  text-indent: -9999px;
}
@media (max-width: 1599px) {
  .s3__tab-headitem {
    width: 240px;
    height: 130px;
    margin-left: -66px;
  }
}
@media (max-width: 1399px) {
  .s3__tab-headitem {
    width: 180px;
    height: 90px;
    margin-left: -45px;
  }
}
@media (max-width: 1199px) {
  .s3__tab-headitem {
    width: 200px;
    height: 100px;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin-bottom: -45px;
  }
}
@media (max-width: 991px) {
  .s3__tab-headitem {
    width: 170px;
    height: 85px;
  }
}
@media (max-width: 767px) {
  .s3__tab-headitem {
    display: none;
    width: 200px;
    height: 100px;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    margin-bottom: -50px;
  }
}
@media (max-width: 480px) {
  .s3__tab-headitem {
    width: 150px;
    height: 70px;
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
    margin-bottom: -35px;
  }
}
.s3__tab-headitem--1 {
  background: url("../images/s3/s3-tab-headitem-1-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s3__tab-headitem--1.s3__tab-headitem--active {
  background: url("../images/s3/s3-tab-headitem-1-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: -40px;
}
@media (max-width: 1599px) {
  .s3__tab-headitem--1.s3__tab-headitem--active {
    margin-left: -34px;
  }
}
@media (max-width: 1399px) {
  .s3__tab-headitem--1.s3__tab-headitem--active {
    margin-left: -24px;
  }
}
@media (max-width: 767px) {
  .s3__tab-headitem--1.s3__tab-headitem--active {
    display: block;
  }
}
@media (hover: hover) {
  .s3__tab-headitem--1:hover {
    background: url("../images/s3/s3-tab-headitem-1-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: -40px;
  }
}
@media (hover: hover) and (max-width: 1599px) {
  .s3__tab-headitem--1:hover {
    margin-left: -34px;
  }
}
@media (hover: hover) and (max-width: 1399px) {
  .s3__tab-headitem--1:hover {
    margin-left: -24px;
  }
}
.s3__tab-headitem--2 {
  background: url("../images/s3/s3-tab-headitem-2-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s3__tab-headitem--2.s3__tab-headitem--active {
  background: url("../images/s3/s3-tab-headitem-2-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: -40px;
}
@media (max-width: 1599px) {
  .s3__tab-headitem--2.s3__tab-headitem--active {
    margin-left: -34px;
  }
}
@media (max-width: 1399px) {
  .s3__tab-headitem--2.s3__tab-headitem--active {
    margin-left: -24px;
  }
}
@media (max-width: 767px) {
  .s3__tab-headitem--2.s3__tab-headitem--active {
    display: block;
  }
}
@media (hover: hover) {
  .s3__tab-headitem--2:hover {
    background: url("../images/s3/s3-tab-headitem-2-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: -40px;
  }
}
@media (hover: hover) and (max-width: 1599px) {
  .s3__tab-headitem--2:hover {
    margin-left: -34px;
  }
}
@media (hover: hover) and (max-width: 1399px) {
  .s3__tab-headitem--2:hover {
    margin-left: -24px;
  }
}
.s3__tab-headitem--3 {
  background: url("../images/s3/s3-tab-headitem-3-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s3__tab-headitem--3.s3__tab-headitem--active {
  background: url("../images/s3/s3-tab-headitem-3-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: -40px;
}
@media (max-width: 1599px) {
  .s3__tab-headitem--3.s3__tab-headitem--active {
    margin-left: -34px;
  }
}
@media (max-width: 1399px) {
  .s3__tab-headitem--3.s3__tab-headitem--active {
    margin-left: -24px;
  }
}
@media (max-width: 767px) {
  .s3__tab-headitem--3.s3__tab-headitem--active {
    display: block;
  }
}
@media (hover: hover) {
  .s3__tab-headitem--3:hover {
    background: url("../images/s3/s3-tab-headitem-3-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: -40px;
  }
}
@media (hover: hover) and (max-width: 1599px) {
  .s3__tab-headitem--3:hover {
    margin-left: -34px;
  }
}
@media (hover: hover) and (max-width: 1399px) {
  .s3__tab-headitem--3:hover {
    margin-left: -24px;
  }
}
.s3__tab-headitem--4 {
  background: url("../images/s3/s3-tab-headitem-4-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s3__tab-headitem--4.s3__tab-headitem--active {
  background: url("../images/s3/s3-tab-headitem-4-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: -40px;
}
@media (max-width: 1599px) {
  .s3__tab-headitem--4.s3__tab-headitem--active {
    margin-left: -34px;
  }
}
@media (max-width: 1399px) {
  .s3__tab-headitem--4.s3__tab-headitem--active {
    margin-left: -24px;
  }
}
@media (max-width: 767px) {
  .s3__tab-headitem--4.s3__tab-headitem--active {
    display: block;
  }
}
@media (hover: hover) {
  .s3__tab-headitem--4:hover {
    background: url("../images/s3/s3-tab-headitem-4-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: -40px;
  }
}
@media (hover: hover) and (max-width: 1599px) {
  .s3__tab-headitem--4:hover {
    margin-left: -34px;
  }
}
@media (hover: hover) and (max-width: 1399px) {
  .s3__tab-headitem--4:hover {
    margin-left: -24px;
  }
}
.s3__tab-headitem--5 {
  background: url("../images/s3/s3-tab-headitem-5-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s3__tab-headitem--5.s3__tab-headitem--active {
  background: url("../images/s3/s3-tab-headitem-5-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: -40px;
}
@media (max-width: 1599px) {
  .s3__tab-headitem--5.s3__tab-headitem--active {
    margin-left: -34px;
  }
}
@media (max-width: 1399px) {
  .s3__tab-headitem--5.s3__tab-headitem--active {
    margin-left: -24px;
  }
}
@media (max-width: 767px) {
  .s3__tab-headitem--5.s3__tab-headitem--active {
    display: block;
  }
}
@media (hover: hover) {
  .s3__tab-headitem--5:hover {
    background: url("../images/s3/s3-tab-headitem-5-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: -40px;
  }
}
@media (hover: hover) and (max-width: 1599px) {
  .s3__tab-headitem--5:hover {
    margin-left: -34px;
  }
}
@media (hover: hover) and (max-width: 1399px) {
  .s3__tab-headitem--5:hover {
    margin-left: -24px;
  }
}
.s3__tab-bodyitem {
  display: none;
  padding-top: 70px;
  padding-left: 50px;
}
@media (max-width: 1599px) {
  .s3__tab-bodyitem {
    padding-left: 70px;
  }
}
@media (max-width: 1399px) {
  .s3__tab-bodyitem {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .s3__tab-bodyitem {
    padding-top: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .s3__tab-bodyitem {
    display: block;
  }
}
.s3__chart {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .s3__chart {
    width: 100%;
    text-align: center;
  }
}

.videos {
  padding-top: 150px;
  padding-bottom: 60px;
  background: url("../images/videos/videos-bg.jpg");
  background-position: center top 330px;
  background-size: auto;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .videos {
    background-size: 100% auto;
  }
}
@media (max-width: 1199px) {
  .videos {
    background-position: center bottom;
    background-size: 1700px auto;
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .videos {
    background-size: 1280px auto;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .videos {
    background-position: left bottom;
    background-size: 190vw auto;
  }
}
@media (max-width: 575px) {
  .videos {
    background-size: 200vw auto;
  }
}
@media (max-width: 480px) {
  .videos {
    background-size: 210vw auto;
  }
}
@media (max-width: 374px) {
  .videos {
    background-size: 220vw auto;
  }
}
@media (max-width: 767px) {
  .videos--notitle {
    background-position: left bottom;
    background-size: 174vw auto;
  }
  .videos--notitle .videos__body {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .videos--notitle {
    background-size: 178vw auto;
  }
}
@media (max-width: 480px) {
  .videos--notitle {
    background-size: 187vw auto;
  }
}
@media (max-width: 374px) {
  .videos--notitle {
    background-size: 194vw auto;
  }
}
@media (max-width: 1199px) {
  .videos .container {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .videos .container {
    width: 730px;
  }
}
@media (max-width: 767px) {
  .videos .container {
    width: 100%;
  }
}
.videos__title {
  width: 710px;
  height: 128px;
  background: url("../images/videos/videos-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .videos__title {
    width: 500px;
    height: 88px;
  }
}
@media (max-width: 991px) {
  .videos__title {
    width: 400px;
    height: 68px;
  }
}
@media (max-width: 480px) {
  .videos__title {
    width: 280px;
    height: 50px;
  }
}
.videos__subtitle {
  width: 348px;
  height: 55px;
  background: url("../images/videos/videos-subtitle.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1199px) {
  .videos__subtitle {
    width: 300px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  .videos__subtitle {
    width: 240px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .videos__subtitle {
    margin-right: auto;
  }
}
.videos__wrap {
  width: 1066px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1199px) {
  .videos__wrap {
    width: 100%;
  }
}
.videos__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 153px;
  background: url("../images/videos/videos-bg-2.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -50px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .videos__wrap::before {
    bottom: -40px;
  }
}
@media (max-width: 991px) {
  .videos__wrap::before {
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .videos__wrap::before {
    background-size: 100% 100%;
    bottom: -4vw;
    height: 10vw;
  }
}
.videos__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .videos__content {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .videos__content {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
}
.videos__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .videos__head {
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.videos__head-item {
  width: 110px;
  height: 24px;
  border: 1px solid #ed3232;
  font-size: 1.125em;
  font-weight: 700;
  color: #ed3232;
  text-align: right;
  padding-right: 4px;
  margin-left: 4px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .videos__head-item {
    width: 75px;
  }
}
@media (max-width: 767px) {
  .videos__head-item {
    width: calc(20% - 4px);
    font-size: 1em;
  }
}
.videos__head-item:first-child {
  margin-left: 0;
}
@media (hover: hover) {
  .videos__head-item:hover {
    color: #ffffff;
    background: #ed3232;
  }
}
.videos__head-item--active {
  color: #ffffff;
  background: #ed3232;
}
.videos__body {
  width: 100%;
  margin-top: 5px;
  height: 600px;
  background: #1f1f1f;
  position: relative;
}
@media (max-width: 1199px) {
  .videos__body {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .videos__body {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .videos__body {
    height: 60vw;
  }
}
.videos__body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.s4 {
  overflow: hidden;
  background: url("../images/download/download-bg_01.png"), url("../images/s4/s4-bg_01.jpg"), url("../images/s4/s4-bg_02.jpg");
  background-position: center bottom, center top, center top;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, no-repeat, repeat-y;
  padding-top: 40px;
  padding-bottom: 96px;
}
@media (min-width: 1921px) {
  .s4 {
    background-size: 100% auto, 100% auto, 100% auto;
  }
}
@media (max-width: 767px) {
  .s4 {
    padding-bottom: 60px;
  }
}
.s4 .source {
  color: #ffffff;
  margin-top: 20px;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 767px) {
  .s4 .source {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
.s4__block {
  width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .s4__block {
    width: 100%;
  }
}
.s4__item {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .s4__item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .s4__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1399px) {
  .s4__item-title {
    width: 380px;
  }
}
@media (max-width: 1199px) {
  .s4__item-title {
    width: 340px;
  }
}
@media (max-width: 991px) {
  .s4__item-title {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .s4__item-title {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s4__item-title {
    width: 80%;
  }
}
@media (max-width: 374px) {
  .s4__item-title {
    width: 100%;
  }
}
.s4__chart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .s4__chart {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .s4__chart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.s4__chart--colspan .s4__chart-item {
  width: 100%;
}
@media (max-width: 1399px) {
  .s4__chart-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .s4__chart-item {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }
  .s4__chart-item:first-child {
    margin-top: 0;
  }
}
.s4__chart-btn {
  display: block;
  width: 542px;
  height: 64px;
  position: relative;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .s4__chart-btn {
    width: 440px;
    height: 53px;
  }
}
@media (max-width: 991px) {
  .s4__chart-btn {
    width: 380px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .s4__chart-btn {
    width: 300px;
    height: 38px;
  }
}
@media (max-width: 374px) {
  .s4__chart-btn {
    width: 100%;
    height: 9vw;
  }
}
.s4__chart-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/s4/s4-chart-2-btn-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: ani-s4-arrow 0.8s ease infinite;
          animation: ani-s4-arrow 0.8s ease infinite;
}
.s4 .slick-next, .s4 .slick-prev {
  bottom: 33%;
}
@media (max-width: 767px) {
  .s4 .slick-next, .s4 .slick-prev {
    bottom: 50%;
  }
}
.s4 .slick-next:after, .s4 .slick-prev:before {
  width: 98px;
  height: 120px;
}
@media (max-width: 1199px) {
  .s4 .slick-next:after, .s4 .slick-prev:before {
    width: 60px;
    height: 104px;
  }
}
@media (max-width: 767px) {
  .s4 .slick-next:after, .s4 .slick-prev:before {
    width: 49px;
    height: 60px;
  }
}
.s4 .slick-prev {
  left: -65px;
}
@media (max-width: 1599px) {
  .s4 .slick-prev {
    left: -50px;
  }
}
@media (max-width: 1199px) {
  .s4 .slick-prev {
    left: -20px;
  }
}
.s4 .slick-prev::before {
  background-image: url(../vendor/fonts/prev.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .s4 .slick-prev:hover::before {
    background-image: url(../vendor/fonts/prev-hover.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.s4 .slick-next {
  right: -65px;
}
@media (max-width: 1599px) {
  .s4 .slick-next {
    right: -50px;
  }
}
@media (max-width: 1199px) {
  .s4 .slick-next {
    right: -20px;
  }
}
.s4 .slick-next::after {
  background-image: url(../vendor/fonts/next.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .s4 .slick-next:hover::after {
    background-image: url(../vendor/fonts/next-hover.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.download {
  background: url("../images/download/download-bg_02.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  .download {
    background-size: 100% auto;
  }
}
.download__title {
  background: url("../images/download/download-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 412px;
  height: 108px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  margin-bottom: -45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .download__title {
    width: 360px;
    height: 92px;
    margin-bottom: -42px;
  }
}
@media (max-width: 991px) {
  .download__title {
    width: 280px;
    height: 80px;
    margin-bottom: -40px;
  }
}
@media (max-width: 767px) {
  .download__title {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    margin-bottom: -27px;
  }
}
@media (max-width: 480px) {
  .download__title {
    width: 210px;
    height: 62px;
  }
}
.download__wrap {
  background: url("../images/download/download-block-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1024px;
  height: 332px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .download__wrap {
    width: 960px;
    height: 310px;
  }
}
@media (max-width: 991px) {
  .download__wrap {
    width: 700px;
    height: 226px;
  }
}
@media (max-width: 767px) {
  .download__wrap {
    background: none;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#f20028), to(#ffffff));
    background: linear-gradient(to bottom, #f20028 0%, #ffffff 100%);
    width: 400px;
    height: auto;
  }
  .download__wrap::before {
    content: "";
    display: block;
    background: url("../images/download/download-block-bg-sm-2.png");
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 39px;
    position: absolute;
    left: 0;
    top: -38px;
  }
  .download__wrap::after {
    content: "";
    display: block;
    background: url("../images/download/download-block-bg-sm.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .download__wrap {
    width: 100%;
  }
}
.download__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 110px;
}
@media (max-width: 1199px) {
  .download__block {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .download__block {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .download__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
  }
}
.download__item {
  display: block;
  width: 400px;
  height: 112px;
  margin-left: 8px;
  margin-right: 8px;
}
@media (max-width: 1199px) {
  .download__item {
    width: 340px;
    height: 96px;
  }
}
@media (max-width: 991px) {
  .download__item {
    width: 280px;
    height: 78px;
  }
}
@media (max-width: 767px) {
  .download__item {
    margin-top: 15px;
  }
  .download__item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 374px) {
  .download__item {
    width: 220px;
    height: 60px;
  }
}
.download__item:nth-child(1) {
  background: url("../images/download/download-item-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.download__item:nth-child(2) {
  background: url("../images/download/download-item-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .download__item:hover {
    -webkit-animation: ani-kv-airplane-1 0.8s ease infinite;
            animation: ani-kv-airplane-1 0.8s ease infinite;
  }
}

.show--md {
  display: none;
}
@media (max-width: 1199px) {
  .show--md {
    display: block;
  }
}

.show--tb {
  display: none;
}
@media (max-width: 991px) {
  .show--tb {
    display: block;
  }
}

.show--sm {
  display: none;
}
@media (max-width: 767px) {
  .show--sm {
    display: block;
  }
}

@media (max-width: 1199px) {
  .hide--md {
    display: none;
  }
}

@media (max-width: 991px) {
  .hide--tb {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide--sm {
    display: none;
  }
}

.red {
  color: #e71a0f;
}

.mt-0 {
  margin-top: 0;
}

.offset--y {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
@media (max-width: 991px) {
  .offset--y {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
@media (max-width: 767px) {
  .offset--y {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.offset--y3 {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.offset--y5 {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media (max-width: 1199px) {
  .offset--y5 {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@media (max-width: 767px) {
  .offset--y5 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.offset--y4 {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
@media (max-width: 1199px) {
  .offset--y4 {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
@media (max-width: 991px) {
  .offset--y4 {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.fixednav {
  display: none;
}
@media (max-width: 991px) {
  .fixednav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: bottom;
    transition-property: bottom;
    background: #2275de;
    background: #e71a0f;
  }
}
.fixednav__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixednav__item {
  width: 25%;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .fixednav__item {
    font-size: 1.125em;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .fixednav__item {
    font-size: 4vw;
    padding: 3vw 2vw;
  }
}
.fixednav__item::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.3), 0 0 8px rgba(255, 255, 255, 0.3) inset;
          box-shadow: 0 0 8px rgba(255, 255, 255, 0.3), 0 0 8px rgba(255, 255, 255, 0.3) inset;
}
@media (max-width: 480px) {
  .fixednav__item::after {
    width: calc(100% - 3.2vw);
    height: calc(100% - 4vw);
    top: 2vw;
    left: 1.2vw;
  }
}
.fixednav__item:first-child::before {
  display: none;
}
.fixednav__item--active {
  color: #ffffff;
  background: #2275de;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}
.fixednav__item--active::after {
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5) inset;
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5) inset;
}

.source {
  font-size: 1em;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  text-align: justify;
}
@media (max-width: 767px) {
  .source {
    font-size: 0.875em;
  }
}
.source--blue {
  color: #b5f5ff;
}
.source--red {
  color: #d20f21;
}

.fixedbtn {
  position: fixed;
  right: 0;
  bottom: 300px;
  z-index: 999;
  width: 72px;
}
@media (min-width: 768px) and (max-height: 750px) {
  .fixedbtn {
    bottom: 30px;
  }
}
@media (max-width: 1399px) {
  .fixedbtn {
    bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .fixedbtn {
    width: 60px;
  }
}
@media (max-width: 991px) {
  .fixedbtn {
    bottom: 80px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .fixedbtn {
    width: 40px;
  }
}
.fixedbtn__item {
  display: block;
  width: 100%;
  height: 183px;
  position: relative;
}
@media (max-width: 1199px) {
  .fixedbtn__item {
    height: 153px;
  }
}
@media (max-width: 991px) {
  .fixedbtn__item {
    height: 127px;
  }
}
@media (max-width: 767px) {
  .fixedbtn__item {
    height: 102px;
  }
}
.fixedbtn__item::before {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 10px;
}
.fixedbtn__item:first-child::before {
  display: none;
}
.fixedbtn__item--1 {
  background: url("../images/common/fixedbtn-item-1_01.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.fixedbtn__item--1:hover {
  background: url("../images/common/fixedbtn-item-2_01.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.fixedbtn__item--2 {
  background: url("../images/common/fixedbtn-item-1_02.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.fixedbtn__item--2:hover {
  background: url("../images/common/fixedbtn-item-2_02.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.wrap {
  background: url("../images/common/wrap-bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 124px;
  padding-bottom: 78px;
}
@media (min-width: 1921px) {
  .wrap {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .wrap {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
}

.delay--loading {
  opacity: 0;
}
.delay--loading--active {
  opacity: 1;
}