@charset "UTF-8";
/*******************************************************************************
 * version 1.0 release;
 * copyright 2019
 ******************************************************************************/
/* Chrome, Safari, AND NOW ALSO the Edge Browser and Firefox */
@-webkit-keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.btn--default {
  color: #FD0050;
  background: #fff;
  border-color: #FD0050;
}
.btn--default:not(:disabled):not(.btn--disabled):focus, .btn--default:not(:disabled):not(.btn--disabled):active {
  color: #DE0046;
  background: #eeeeee;
}
@media (min-width: 992px) {
  .btn--default:not(:disabled):not(.btn--disabled):hover {
    color: #DE0046;
    background: #eeeeee;
  }
}
.btn--default[disabled], .btn--default.disabled:hover, .btn--default[disabled]:hover, .btn--default.disabled:focus, .btn--default[disabled]:focus {
  cursor: not-allowed;
  background: #888;
  border-color: #888;
  color: #fff;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e0e0e0;
}
.loader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(hsla(0deg, 0%, 100%, 0)), color-stop(hsla(0deg, 0%, 100%, 0.3)), to(hsla(0deg, 0%, 100%, 0)));
  background: linear-gradient(90deg, hsla(0deg, 0%, 100%, 0), hsla(0deg, 0%, 100%, 0.3), hsla(0deg, 0%, 100%, 0));
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.owl-theme .carousel__dotbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px -5px 0;
}
@media (min-width: 1280px) {
  .owl-theme .carousel__dotbox {
    margin-top: 60px;
  }
}
.owl-theme .carousel__dotbox-item {
  margin: 0 5px;
  border: none;
  cursor: pointer;
  background: transparent;
  width: 7px;
}
.owl-theme .carousel__dotbox-item span {
  display: block;
  border: 1px solid #707070;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
.owl-theme .carousel__dotbox-item.active span {
  background: #FD0050;
  border-color: #FD0050;
}
.owl-theme .carousel__btnbox.disabled {
  display: none;
}
.owl-theme .carousel__btnbox button {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: calc(50% - 15px);
  border: none;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 1280px) {
  .owl-theme .carousel__btnbox button {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
  }
}
.owl-theme .carousel__btnbox .owl-prev {
  left: -15px;
}
@media (min-width: 1280px) {
  .owl-theme .carousel__btnbox .owl-prev {
    left: -25px;
  }
}
.owl-theme .carousel__btnbox .owl-prev [class^=icon-],
.owl-theme .carousel__btnbox .owl-prev [class*=" icon-"] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.owl-theme .carousel__btnbox .owl-next {
  right: -15px;
}
@media (min-width: 1280px) {
  .owl-theme .carousel__btnbox .owl-next {
    right: -25px;
  }
}
.owl-theme .carousel__btnbox .owl-next [class^=icon-],
.owl-theme .carousel__btnbox .owl-next [class*=" icon-"] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.owl-theme .carousel__btnbox [class^=icon-],
.owl-theme .carousel__btnbox [class*=" icon-"] {
  font-size: 16px;
  color: #FD0050;
}
@media (min-width: 1280px) {
  .owl-theme .carousel__btnbox [class^=icon-],
.owl-theme .carousel__btnbox [class*=" icon-"] {
    font-size: 30px;
  }
}

.hide-xs {
  display: none;
}
@media (min-width: 768px) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 992px) {
  .hide-lg {
    display: none;
  }
}

@media (min-width: 992px) {
  .block-lg {
    display: block;
  }
}

.text-highlight {
  color: #FD0050;
}

.text-free {
  color: #FDB42B;
}

img {
  width: 100%;
}

.main-warp {
  color: #333;
}
@media (min-width: 992px) {
  .main-warp {
    overflow: hidden;
  }
}

.section {
  padding: 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  .section {
    padding: 80px 0;
  }
}
@media (min-width: 1280px) {
  .section {
    padding: 130px 0;
  }
}
.section__inner {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .section__inner {
    padding: 0 5%;
  }
}
@media (min-width: 1440px) {
  .section__inner {
    padding: 0;
    max-width: 1000px;
  }
}
@media (min-width: 1560px) {
  .section__inner {
    max-width: 1340px;
  }
}
.section__heading {
  margin-bottom: 40px;
  border-bottom: 1px solid #707070;
  padding: 0 0 20px;
  text-align: center;
}
@media (min-width: 1280px) {
  .section__heading {
    margin-bottom: 40px;
  }
}
.section__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  .section__title {
    font-size: 40px;
  }
}
@media (min-width: 1560px) {
  .section__title {
    font-size: 48px;
  }
}
.section__subtitle {
  font-size: 36px;
  font-weight: bold;
  color: #FD0050;
  line-height: 1.2;
  margin: 5px 0 0;
}
@media (min-width: 1280px) {
  .section__subtitle {
    font-size: 60px;
    margin: 10px 0 0;
  }
}
@media (min-width: 1560px) {
  .section__subtitle {
    font-size: 80px;
  }
}
.section__desc {
  font-size: 16px;
  text-align: left;
  line-height: 1.56;
  margin: 0 0 30px;
}
@media (min-width: 1280px) {
  .section__desc {
    text-align: center;
    line-height: 1.58;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 60px;
  }
}

.btn {
  padding: 0 10px;
  font-size: 16px;
  height: 50px;
  border-radius: 50px;
  text-decoration: none;
  max-width: 180px;
  margin: 0 8px;
  border-width: 2px;
  border-style: solid;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .btn {
    max-width: 300px;
    font-size: 22px;
    height: 70px;
    margin: 0 15px;
  }
}
.btn-index--primary {
  background: #000;
  color: #fff;
  border-color: #000;
}
.btn-index--primary:not(:disabled):not(.btn--disabled):focus, .btn-index--primary:not(:disabled):not(.btn--disabled):active {
  background: black;
}
@media (min-width: 992px) {
  .btn-index--primary:not(:disabled):not(.btn--disabled):hover {
    background: black;
  }
}
.btn-index--default {
  background: #fff;
  color: #FD0050;
  border-color: #FD0050;
}
.btn-index--default:not(:disabled):not(.btn--disabled):focus, .btn-index--default:not(:disabled):not(.btn--disabled):active {
  background: black;
}
@media (min-width: 992px) {
  .btn-index--default:not(:disabled):not(.btn--disabled):hover {
    background: black;
  }
}

@media (min-width: 1280px) {
  .banner {
    margin-top: 75px;
  }
}
.banner__inner {
  padding: 0;
}
@media (min-width: 992px) {
  .banner__inner {
    padding: 0 5%;
  }
}
@media (min-width: 1440px) {
  .banner__inner {
    padding: 0;
  }
}
.banner__imgbox {
  margin: 0 0 25px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (min-width: 1280px) {
  .banner__imgbox {
    margin: 0;
    border: none;
    border: 1px solid #707070;
  }
}
.banner__infobox {
  text-align: center;
  margin-bottom: 25px;
  padding: 0 15px;
}
@media (min-width: 1280px) {
  .banner__infobox {
    display: none;
  }
}
.banner__title {
  color: #FD0050;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin: 0 0 15px;
}
.banner__desc {
  font-size: 16px;
  line-height: 1.625;
}
.banner__owl {
  margin: 0 0 25px;
}
@media (min-width: 1280px) {
  .banner__owl {
    margin: 0 0 45px;
  }
}
.banner .owl-theme .carousel__dotbox {
  margin-top: 10px;
}
@media (min-width: 1280px) {
  .banner .owl-theme .carousel__dotbox {
    margin-top: 15px;
  }
}
.banner .owl-theme .carousel__btnbox button {
  top: calc(30% - 15px);
}
@media (min-width: 1280px) {
  .banner .owl-theme .carousel__btnbox button {
    top: calc(45% - 25px);
  }
}
.banner .owl-theme .carousel__btnbox .owl-prev {
  left: 10px;
}
@media (min-width: 1280px) {
  .banner .owl-theme .carousel__btnbox .owl-prev {
    left: 15px;
  }
}
.banner .owl-theme .carousel__btnbox .owl-next {
  right: 10px;
}
@media (min-width: 1280px) {
  .banner .owl-theme .carousel__btnbox .owl-next {
    right: 15px;
  }
}

.plan {
  border: 1px solid #707070;
  background: #fff;
  padding: 10px 25px 10px 87px;
  position: fixed;
  width: 100%;
  max-width: 394px;
  left: 50%;
  bottom: 1px;
  z-index: 9999;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .plan {
    max-width: 660px;
    padding: 15px 60px 10px 165px;
  }
}
@media (min-width: 1280px) {
  .plan {
    max-width: 850px;
    bottom: 30px;
  }
}
.plan__btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #888;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .plan__btn-close {
    width: 16px;
    height: 16px;
  }
}
.plan__btn-close:not(:disabled):not(.btn--disabled):focus, .plan__btn-close:not(:disabled):not(.btn--disabled):active {
  color: #888;
}
@media (min-width: 992px) {
  .plan__btn-close:not(:disabled):not(.btn--disabled):hover {
    color: #888;
  }
}
.plan__btn-close-icon {
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.plan__btn-close:hover .plan__btn-close-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.plan__imgbox {
  max-width: 83px;
  position: absolute;
  left: 10px;
  bottom: 0;
}
@media (min-width: 768px) {
  .plan__imgbox {
    max-width: 125px;
    left: 25px;
  }
}
.plan__infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan__desc {
  font-weight: bold;
  line-height: 1.2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 88px);
          flex: 0 0 calc(100% - 88px);
  color: #211c15;
}
@media (min-width: 768px) {
  .plan__desc {
    line-height: 1.54;
    font-size: 22px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 158px);
            flex: 0 0 calc(100% - 158px);
  }
}
.plan__num {
  font-size: 24px;
  vertical-align: text-top;
  line-height: 1;
  margin: 0 0 0 5px;
}
@media (min-width: 768px) {
  .plan__num {
    font-size: 40px;
  }
}
.plan__btnbox {
  margin: 0 0 0 6px;
}
@media (min-width: 768px) {
  .plan__btnbox {
    margin-left: 10px;
  }
}
.plan__btn {
  padding: 5px;
  font-size: 14px;
  height: initial;
  border-radius: 10px;
  max-width: initial;
  margin: 0;
  border: none;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .plan__btn {
    padding: 10px 20px;
    line-height: 1.25;
    font-size: 16px;
    font-weight: normal;
    border-radius: 6px;
  }
}

.movie-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
}

.movie-box iframe,
.movie-box object,
.movie-box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

@-webkit-keyframes change {
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes change {
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
.section-easy .section__title {
  background: url("../images/page/index4/title_easy_search.png") center center no-repeat;
  background-size: cover;
  aspect-ratio: 568/176;
  width: 260px;
  text-indent: -99999999px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .section-easy .section__title {
    width: 478px;
  }
}
@media (min-width: 1560px) {
  .section-easy .section__title {
    width: 568px;
  }
}
.section-easy .section__inner {
  position: static;
}
.section-easy .owl-theme .carousel__btnbox button {
  top: -190%;
}
@media (min-width: 768px) {
  .section-easy .owl-theme .carousel__btnbox button {
    top: -410%;
  }
}
.section-easy .owl-theme .carousel__dotbox {
  margin: 0;
}
@media (min-width: 1280px) {
  .video-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1280px) {
  .video-wrap__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}
@media (min-width: 1560px) {
  .video-wrap__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
  }
}
.video-wrap__container {
  background: #FD0050;
  border: 4px solid #FD0050;
  border-radius: 16px;
}
@media (min-width: 1280px) {
  .video-wrap__container {
    width: 912px;
    border-width: 10px;
    border-radius: 25px;
  }
}
@media (min-width: 1440px) {
  .video-wrap__container {
    width: 760px;
  }
}
@media (min-width: 1560px) {
  .video-wrap__container {
    width: 1000px;
  }
}
.video-wrap__inner {
  padding: 5px;
  border-radius: 16px;
  background: #F3F3F3;
}

.videolist__item {
  overflow: hidden;
}
.videolist__item-inner {
  text-align: center;
  color: #fff;
}
.videolist__movie {
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .videolist__movie {
    border-radius: 25px;
  }
}
.videolist__title {
  padding: 15px 0;
  font-size: 22px;
  line-height: 1;
}
@media (min-width: 1280px) {
  .videolist__title {
    display: none;
  }
}

.video-nav {
  display: none;
}
@media (min-width: 1280px) {
  .video-nav {
    display: block;
  }
}
.video-nav__item {
  margin: 15px 0;
  padding: 0 18.5294117647% 0 0;
  position: relative;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media (min-width: 1280px) {
  .video-nav__item--current {
    background: #FD0050;
  }
}
@media (min-width: 1280px) {
  .video-nav__item:before, .video-nav__item:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    display: none;
  }
}
@media (min-width: 1560px) {
  .video-nav__item:before, .video-nav__item:after {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1280px) {
  .video-nav__item--current:before, .video-nav__item--current:after {
    display: block;
  }
}
@media (min-width: 1280px) {
  .video-nav__item:before {
    top: -40px;
    background: url("../images/page/index4/deco_nav_before.svg") center center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1560px) {
  .video-nav__item:before {
    top: -80px;
  }
}
@media (min-width: 1280px) {
  .video-nav__item:after {
    bottom: -40px;
    background: url("../images/page/index4/deco_nav_after.svg") center center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1560px) {
  .video-nav__item:after {
    bottom: -80px;
  }
}
.video-nav__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1;
  border: 1px solid #333;
  border-radius: 50px;
  position: relative;
  padding: 23px 23px;
  width: 230px;
  font-weight: bold;
}
@media (min-width: 1560px) {
  .video-nav__link {
    font-size: 22px;
    width: 280px;
  }
}
.video-nav__item--current .video-nav__link {
  border: none;
  background: #FD0050;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.video-nav__link:hover {
  border-color: #FD0050;
}

.section-effect .section__title {
  background: url("../images/page/index4/title_easy_effect.png") center center no-repeat;
  background-size: cover;
  aspect-ratio: 627/157;
  width: 300px;
  text-indent: -99999999px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-effect .section__title {
    width: 507px;
  }
}
@media (min-width: 1560px) {
  .section-effect .section__title {
    width: 627px;
  }
}
.section-effect .section__inner {
  position: static;
}
.section-effect .owl-theme .carousel__btnbox button {
  top: -190%;
}
@media (min-width: 768px) {
  .section-effect .owl-theme .carousel__btnbox button {
    top: -410%;
  }
}
.section-effect .owl-theme .carousel__dotbox {
  margin: 0;
}
@media (min-width: 992px) {
  .intro__wrap::before {
    display: none;
  }
}
.intro__inner {
  padding-bottom: 55px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .intro__inner {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .intro__inner::before {
    content: "";
    display: block;
    position: absolute;
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;
    top: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#FFD0DF+0,#FFE8F0+99 */
    background: #FFD0DF; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFD0DF), to(#FFE8F0));
    background: linear-gradient(to bottom, #FFD0DF, #FFE8F0); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFD0DF", endColorstr="#FFE8F0",GradientType=1 ); /* IE6-9 */
    left: 70px;
    right: -30px;
    z-index: 0;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .intro__inner::before {
    right: -50px;
  }
}
@media (min-width: 1440px) {
  .intro__inner::before {
    right: -50px;
  }
}
@media (min-width: 768px) {
  .intro__inner::after {
    content: "";
    display: block;
    height: 100%;
    border: 1px solid #FA1154;
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;
    position: absolute;
    top: -15px;
    left: 10px;
    right: -100%;
    z-index: 1;
    pointer-events: none;
  }
}
.intro__imgbox {
  display: none;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .intro__imgbox {
    margin: 0;
    overflow: hidden;
    display: block;
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;
    position: relative;
    left: 0;
    top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.intro__img-outer {
  position: relative;
}
.intro__img-outer, .intro__img-outer .loader {
  width: 100%;
  max-height: 552px;
  aspect-ratio: 749/552;
}
.intro__infobox {
  text-align: center;
}
@media (min-width: 768px) {
  .intro__infobox {
    position: relative;
    padding-right: 30px;
    padding-left: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .intro__infobox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 2%;
    padding-left: 35px;
  }
}
@media (min-width: 1440px) {
  .intro__infobox {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 55%;
            flex: 0 1 55%;
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .intro__infobox {
    padding-right: 20%;
  }
}
.intro__title {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
@media (min-width: 1280px) {
  .intro__title {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .intro__title {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  .intro__title {
    font-size: 48px;
  }
}
.intro__desc {
  font-size: 18px;
}
@media (min-width: 1440px) {
  .intro__desc {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .intro__desc {
    font-size: 24px;
  }
}
.intro__btnbox {
  text-align: center;
}
.intro__btn {
  background: #000;
  color: #fff;
  font-size: 18px;
  border-radius: 15px;
  width: 100%;
  max-width: 200px;
  height: 50px;
  margin: 30px auto 0;
}
.intro__btn:not(:disabled):not(.btn--disabled):focus, .intro__btn:not(:disabled):not(.btn--disabled):active {
  background: #FD0050;
  color: #fff;
}
@media (min-width: 992px) {
  .intro__btn:not(:disabled):not(.btn--disabled):hover {
    background: #FD0050;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .intro__btn {
    margin-top: 25px;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .intro__btn {
    margin-top: 40px;
  }
}

.section-service {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#FFD0DF+0,#FFE8F0+99 */
  background: #FFD0DF; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD0DF), to(#FFE8F0));
  background: linear-gradient(to bottom, #FFD0DF, #FFE8F0); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFD0DF", endColorstr="#FFE8F0",GradientType=1 ); /* IE6-9 */
  margin: 0 0 80px;
}
@media (min-width: 992px) {
  .section-service {
    margin-bottom: 90px;
    background: transparent;
    padding: 90px 0;
  }
}
@media (min-width: 1440px) {
  .section-service {
    margin-top: 40px;
    margin-bottom: 170px;
    padding: 110px 7.4% 110px 4.1%;
  }
}
@media (min-width: 1920px) {
  .section-service {
    padding: 110px 10.4% 110px 15.1%;
  }
}
@media (min-width: 992px) {
  .section-service::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#FFD0DF+0,#FFE8F0+99 */
    background: #FFD0DF; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#FFD0DF), to(#FFE8F0));
    background: linear-gradient(to right, #FFD0DF, #FFE8F0); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFD0DF", endColorstr="#FFE8F0",GradientType=1 ); /* IE6-9 */
    content: "";
    display: block;
    position: absolute;
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 5%;
    z-index: 0;
    pointer-events: none;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .section-service::before {
    left: 100px;
  }
}
@media (min-width: 1440px) {
  .section-service::after {
    pointer-events: none;
    aspect-ratio: 1370/875;
    width: 90%;
    content: "";
    display: block;
    position: absolute;
    top: -10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../images/page/index3/bg_service.svg?t=20220725v1") center center no-repeat;
  }
}
@media (min-width: 1920px) {
  .section-service::after {
    width: 70%;
  }
}
@media (min-width: 1440px) {
  .section-service .section__inner {
    max-width: initial;
  }
}
.section-feature {
  background: rgba(85, 85, 85, 0.05);
}
.featurelist {
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .featurelist {
    margin: 0;
  }
}
.featurelist__item {
  padding: 30px 0;
  border-bottom: 1px solid #707070;
  text-align: center;
  max-width: 380px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .featurelist__item {
    max-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .featurelist__infobox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    max-width: 570px;
  }
}
@media (min-width: 768px) {
  .featurelist__item:nth-child(even) .featurelist__infobox {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.featurelist__title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 10px;
  color: #555555;
}
@media (min-width: 1280px) {
  .featurelist__title {
    font-size: 36px;
    margin: 0 0 20px;
  }
}
.featurelist__desc {
  line-height: 1.56;
}
@media (min-width: 1280px) {
  .featurelist__desc {
    font-size: 20px;
  }
}
.featurelist__imgbox {
  overflow: hidden;
  margin: 0 auto 20px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .featurelist__imgbox {
    margin: 0;
    max-width: initial;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}

.datalist {
  margin: -10px 0 50px;
}
@media (min-width: 768px) {
  .datalist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px 40px;
  }
}
@media (min-width: 1280px) {
  .datalist {
    margin: 0 -15px 40px;
  }
}
.datalist__item {
  padding: 30px;
  text-align: center;
  margin: 10px 0;
  border: 2px solid #FD0050;
  border-radius: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .datalist__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333% - 20px);
            flex: 0 0 calc(33.3333% - 20px);
    margin: 0 10px;
    padding: 50px 0;
  }
}
@media (min-width: 1280px) {
  .datalist__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333% - 30px);
            flex: 0 0 calc(33.3333% - 30px);
    margin: 0 15px;
    padding: 70px 0;
  }
}
.datalist__item:before {
  content: "";
  background: url("../images/page/index4/point.svg") center center no-repeat;
  background-size: cover;
  aspect-ratio: 27/7;
  width: 27px;
  position: absolute;
  top: 24px;
  left: 24px;
}
.datalist__num {
  font-size: 50px;
  color: #FD0050;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1;
}
@media (min-width: 768px) {
  .datalist__num {
    font-size: 42px;
  }
}
@media (min-width: 1280px) {
  .datalist__num {
    font-size: 50px;
    margin: 0 0 20px;
  }
}
.datalist__num:after {
  content: "+";
  display: inline;
}
.datalist__title {
  font-weight: bold;
}
@media (min-width: 1280px) {
  .datalist__title {
    font-size: 24px;
  }
}

@-webkit-keyframes counter1 {
  from {
    --num: 0;
  }
  to {
    --num: 100;
  }
}

@keyframes counter1 {
  from {
    --num: 0;
  }
  to {
    --num: 100;
  }
}
@media (min-width: 1280px) {
  .section-feedback {
    padding-bottom: 0;
  }
}

.feedback-box {
  background: #FD0050;
  padding: 25px 30px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.18);
  position: relative;
  margin: 0 0 40px;
}
@media (min-width: 1280px) {
  .feedback-box {
    border-radius: 25px;
    padding: 75px 160px;
    margin: 0 0 60px;
  }
}
.feedback-box:before, .feedback-box:after {
  content: "";
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
.feedback-box:before {
  aspect-ratio: 55/51;
  background-image: url("../images/page/index4/deco_feedback1.png");
  width: 55px;
  top: -15px;
  left: 20px;
}
@media (min-width: 1280px) {
  .feedback-box:before {
    width: 170px;
    top: calc(50% - 80px);
    left: 105px;
  }
}
.feedback-box:after {
  aspect-ratio: 48/52;
  width: 48px;
  background-image: url("../images/page/index4/deco_feedback2.png");
  bottom: -15px;
  right: 20px;
}
@media (min-width: 1280px) {
  .feedback-box:after {
    width: 160px;
    bottom: initial;
    top: calc(50% - 80px);
    right: 105px;
  }
}
.feedback-box .owl-theme .carousel__btnbox .owl-prev {
  left: -45px;
}
@media (min-width: 1280px) {
  .feedback-box .owl-theme .carousel__btnbox .owl-prev {
    left: -185px;
  }
}
.feedback-box .owl-theme .carousel__btnbox .owl-next {
  right: -45px;
}
@media (min-width: 1280px) {
  .feedback-box .owl-theme .carousel__btnbox .owl-next {
    right: -185px;
  }
}
.feedback-box .owl-theme .carousel__dotbox-item span {
  border-color: transparent;
  background: #fff;
}
.feedback-box .owl-theme .carousel__dotbox-item.active span {
  background: #FD0050;
  border-color: #fff;
}

.feedbacklist {
  color: #fff;
  text-align: center;
}
.feedbacklist.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedbacklist.owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feedbacklist__title {
  font-weight: normal;
  margin: 0 0 15px;
}
@media (min-width: 1280px) {
  .feedbacklist__title {
    font-size: 20px;
  }
}
.feedbacklist__desc {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
}
@media (min-width: 1280px) {
  .feedbacklist__desc {
    font-size: 30px;
    line-height: 1.3333;
  }
}
@media (min-width: 1560px) {
  .feedbacklist__desc {
    font-size: 48px;
  }
}

.logolist {
  position: relative;
}
.logolist .carousel:before,
.logolist .carousel:after {
  content: "";
  display: block;
  width: 28.9855072464%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}
@media (min-width: 1280px) {
  .logolist .carousel:before,
.logolist .carousel:after {
    width: 34.1666666667%;
  }
}
.logolist .carousel:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.logolist .carousel:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.section-article {
  margin: 0 0 100px;
}
@media (min-width: 1280px) {
  .section-article {
    margin: 0 0 250px;
  }
}

.articlelist {
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .articlelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px;
  }
}
@media (min-width: 1280px) {
  .articlelist {
    margin: 55px -15px 0;
  }
}
.articlelist__item {
  background: #FAFAFA;
  border: 1.2px solid #eeeeee;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .articlelist__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
  }
}
@media (min-width: 1280px) {
  .articlelist__item {
    border-width: 2px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333% - 30px);
            flex: 0 0 calc(33.3333% - 30px);
  }
}
@media (min-width: 1280px) {
  .articlelist__item:hover {
    border: 1px solid #FD0050;
    outline: 2px solid #FD0050;
  }
}
.articlelist__imgbox {
  position: relative;
  overflow: hidden;
  aspect-ratio: 180/160;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
@media (min-width: 768px) {
  .articlelist__imgbox {
    aspect-ratio: 428/275;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.articlelist__imgbox:after {
  content: "";
  display: block;
  background: rgba(51, 51, 51, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.articlelist__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  z-index: 0;
  width: initial;
  height: 100%;
  max-width: initial;
  margin: auto;
  -webkit-transform: scale(1) translateX(-50%);
          transform: scale(1) translateX(-50%);
  -webkit-transition: -webkit-transform 0.55s;
  transition: -webkit-transform 0.55s;
  transition: transform 0.55s;
  transition: transform 0.55s, -webkit-transform 0.55s;
}
@media (min-width: 992px) {
  .articlelist__item:hover .articlelist__img {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
}
.articlelist__iconbox {
  width: 50px;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  z-index: 2;
}
@media (min-width: 768px) {
  .articlelist__iconbox {
    width: 70px;
    top: 24%;
  }
}
@media (min-width: 768px) {
  .articlelist__iconbox {
    top: 20%;
  }
}
.articlelist__infobox {
  padding: 30px 18px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 180px);
          flex: 0 0 calc(100% - 180px);
}
@media (min-width: 1280px) {
  .articlelist__infobox {
    padding: 25px 35px;
  }
}
.articlelist__title {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.35;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .articlelist__title {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 18px;
    top: 42%;
    z-index: 3;
    min-height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1280px) {
  .articlelist__title {
    padding: 0 15px;
    font-size: 25px;
    top: 26%;
    min-height: 71px;
  }
}
@media (min-width: 1560px) {
  .articlelist__title {
    padding: 0 15px;
    font-size: 30px;
    top: 34%;
    min-height: 84px;
  }
}
.articlelist__desc {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.68em;
  line-height: 1.56;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .articlelist__desc {
    font-weight: bold;
  }
}
@media (min-width: 1280px) {
  .articlelist__desc {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.articlelist__btn-text {
  color: #FD0050;
  font-size: 14px;
  text-decoration: underline;
  text-align: right;
  display: block;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .articlelist__btn-text {
    font-size: 24px;
  }
}
.articlelist__item:hover .articlelist__btn-text {
  text-decoration: none;
}
.articlelist__linkcover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.section-deco {
  background: rgba(85, 85, 85, 0.05);
  height: 125px;
  position: relative;
}
@media (min-width: 1280px) {
  .section-deco {
    height: 360px;
  }
}
.section-deco__imgbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 367px;
}
@media (min-width: 1280px) {
  .section-deco__imgbox {
    max-width: 851px;
  }
}
@media (min-width: 1560px) {
  .section-deco__imgbox {
    max-width: 1001px;
  }
}

.section-contact {
  padding: 80px 0 70px;
  background: url("../images/page/index4/bg_contact.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media (min-width: 1280px) {
  .section-contact {
    padding: 175px 0 170px;
  }
}
.section-contact__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media (min-width: 1280px) {
  .section-contact__title {
    font-size: 48px;
    line-height: 1.333;
  }
}
.section-contact__desc {
  line-height: 1.56;
  margin: 0 0 25px;
}
@media (min-width: 1280px) {
  .section-contact__desc {
    font-size: 24px;
    margin: 0 0 60px;
  }
}
.js-animate--fadein, .js-animate--pop {
  opacity: 0;
}
.js-animate--fadein-up {
  opacity: 0;
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
.js-animate--fadein-down {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.js-animate--fadein-left {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}
.js-animate--fadein-right {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
}
.js-animate--active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.animate-dur1500 {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.animate-delay100 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.animate-delay150 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.animate-delay200 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.animate-delay250 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.animate-delay300 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.animate-delay350 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.animate-delay400 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.animate-delay450 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.animate-delay500 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.animate-delay550 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.animate-delay600 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.animate-delay650 {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.animate-delay700 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.animate-delay750 {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.animate-delay800 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.animate-delay850 {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.animate-delay900 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.animate-delay950 {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.animate-delay1000 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.animate-delay1050 {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.animate-delay1100 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.animate-delay1150 {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
.animate-delay1200 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.animate-delay1250 {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.animate-delay1300 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.animate-delay1350 {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.animate-delay1400 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.animate-delay1450 {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}
.animate-delay1500 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

@media (min-width: 768px) {
  .animate-delay100-md {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .animate-delay150-md {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .animate-delay200-md {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .animate-delay250-md {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .animate-delay300-md {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .animate-delay350-md {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .animate-delay400-md {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .animate-delay450-md {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .animate-delay500-md {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .animate-delay550-md {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
  }
  .animate-delay600-md {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .animate-delay650-md {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
  }
  .animate-delay700-md {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .animate-delay750-md {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .animate-delay800-md {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .animate-delay850-md {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
  }
  .animate-delay900-md {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .animate-delay950-md {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
  }
  .animate-delay1000-md {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .animate-delay1050-md {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s;
  }
  .animate-delay1100-md {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .animate-delay1150-md {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s;
  }
  .animate-delay1200-md {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .animate-delay1250-md {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
  }
  .animate-delay1300-md {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .animate-delay1350-md {
    -webkit-transition-delay: 1.35s;
    transition-delay: 1.35s;
  }
  .animate-delay1400-md {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .animate-delay1450-md {
    -webkit-transition-delay: 1.45s;
    transition-delay: 1.45s;
  }
  .animate-delay1500-md {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
}
@media (min-width: 992px) {
  .animate-delay100-lg {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .animate-delay150-lg {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .animate-delay200-lg {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .animate-delay250-lg {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .animate-delay300-lg {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .animate-delay350-lg {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .animate-delay400-lg {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .animate-delay450-lg {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .animate-delay500-lg {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .animate-delay550-lg {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
  }
  .animate-delay600-lg {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .animate-delay650-lg {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
  }
  .animate-delay700-lg {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .animate-delay750-lg {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .animate-delay800-lg {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .animate-delay850-lg {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
  }
  .animate-delay900-lg {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .animate-delay950-lg {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
  }
  .animate-delay1000-lg {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .animate-delay1050-lg {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s;
  }
  .animate-delay1100-lg {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .animate-delay1150-lg {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s;
  }
  .animate-delay1200-lg {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .animate-delay1250-lg {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
  }
  .animate-delay1300-lg {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .animate-delay1350-lg {
    -webkit-transition-delay: 1.35s;
    transition-delay: 1.35s;
  }
  .animate-delay1400-lg {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .animate-delay1450-lg {
    -webkit-transition-delay: 1.45s;
    transition-delay: 1.45s;
  }
  .animate-delay1500-lg {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ani-duration-3s {
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  /* Safari 和 Chrome */
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}