@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

body .sp-item {
  display: none !important;
}

body .pc-item {
  display: block !important;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    height: 100%;
  }
  body .sp-item {
    display: block !important;
  }
  body .pc-item {
    display: none !important;
  }
  body .sp-item img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sp img {
    max-width: 90%;
  }
  .sp02 img {
    max-width: 100%;
  }
  .sp03 img {
    max-width: 70%;
  }
}
img {
  width: 100%;
  line-height: 0;
  padding: 0;
  margin: 0;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.content {
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px 2px #d6d6d6;
          box-shadow: 0 0 10px 2px #d6d6d6;
}
@media only screen and (min-width: 736px) {
  .content {
    width: 750px;
    margin: 0 auto;
  }
}

.txt-box {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 5%;
  border-radius: 20px;
}

.w-70 {
  width: 70%;
  margin: 0 auto !important;
}

.w-80 {
  width: 80%;
  margin: 0 auto;
}

.w-83 {
  width: 83%;
  margin: 0 auto;
}

.w-85 {
  width: 85%;
  margin: 0 auto;
}

.w-88 {
  width: 88%;
  margin: 0 auto;
}

.w-90 {
  width: 90%;
  margin: 0 auto;
}

.w-93 {
  width: 93%;
  margin: 0 auto;
}

.w-95 {
  width: 95%;
  margin: 0 auto;
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ----------------------------------------------------

    color setting

---------------------------------------------------- */
body {
  background: #fffef3;
}

.content {
  position: relative;
}
.content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/rexli_bg01.jpg) repeat left top/480px auto;
  z-index: -1;
}

.bg_green {
  background: #008989;
}

.bg_brown {
  background: #fccc7b;
}

.bg_white {
  background: #fff;
}

.bg_paper {
  background-image: linear-gradient(0deg, #fff calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 10px 10px;
  background-repeat: repeat;
  background-position: center center;
}

.bg_paper02 {
  background-image: linear-gradient(0deg, #fffef8 calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 10px 10px;
  background-repeat: repeat;
  background-position: center center;
}

.bg_green02 {
  position: relative;
}
.bg_green02::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/rexli_bg02.jpg) repeat left top/480px auto;
  z-index: -1;
}

.content {
  overflow: hidden;
  padding-bottom: 13%;
  padding-top: 2%;
}

.txt_img {
  margin: 5% 0;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 2.2rem;
  position: relative;
  margin-top: 2.4rem;
}

li {
  position: relative;
  margin-top: 1.5rem;
  padding-left: 3rem;
}
li::before {
  position: absolute;
  left: 1px;
  top: 0.5rem;
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
}

.head {
  padding-top: 2%;
}
.head_copy02 {
  position: relative;
  margin-top: 0.8rem;
}
.head_copy02::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_elements01.png);
  background-size: contain;
  position: absolute;
  width: 12%;
  z-index: 100;
  right: 1.4rem;
  top: -2.5rem;
  padding-top: 10.9367088608%;
}
.head_copy03 {
  margin: 1.5% 0 0 2%;
}
.head_copy03-img {
  width: 67%;
  margin-left: 0.8%;
  z-index: 200;
  position: relative;
}
.head_copy04 {
  margin-top: -12%;
  padding-top: 13%;
  z-index: 0;
  position: relative;
}
.head_copy05 {
  margin-top: -4%;
}
.head_copy05-img {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
.head_copy07 {
  position: relative;
  margin-top: 2%;
}
.head_copy07::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_top-img07.png);
  background-size: contain;
  position: absolute;
  width: 18%;
  z-index: 100;
  left: 7%;
  top: -9%;
  padding-top: 18%;
}
.head_img01 {
  position: relative;
}
.head_img01-img {
  width: 42%;
  margin-left: 3.7%;
  margin-top: -15%;
  z-index: 100;
  position: relative;
}
.head_img01::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_elements02.png);
  background-size: contain;
  position: absolute;
  width: 47.5%;
  z-index: 100;
  right: 3.5%;
  top: -36%;
  padding-top: 55.3880866426%;
}

.sec01 {
  margin-top: 13%;
  padding-bottom: 10%;
}
.sec01_lead {
  text-align: center;
}
.sec01_lead-img {
  display: inline-block;
  margin-top: -9%;
}
.sec01_txt {
  margin-top: 2%;
}
.sec01_txt li {
  color: #4d76bc;
}
.sec01_txt li::before {
  background: url(../images/rexli_icon01.png) left top/contain no-repeat;
}

.sec02 {
  padding-top: 4%;
  padding-bottom: 4%;
}
.sec02_ttl {
  padding-top: 10%;
  position: relative;
  margin-bottom: 2%;
}
.sec02_ttl::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_img03.png);
  background-size: contain;
  position: absolute;
  width: 50%;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 10.0152905199%;
  top: -22%;
}
.sec02_txt {
  text-align: center;
  background: transparent;
}
.sec02_img {
  padding-bottom: 5%;
}

.sec03_lead {
  background: #fff;
  position: relative;
}
.sec03_lead::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_img05.png);
  background-size: contain;
  position: absolute;
  width: 40%;
  z-index: 100;
  left: 3%;
  padding-top: 17.3875802998%;
  left: 5%;
  top: -30%;
}
.sec03_lead-img {
  padding-top: 2%;
  -webkit-transform: translateY(22%);
          transform: translateY(22%);
}
.sec03_txt {
  margin-top: 2%;
}
.sec03 .bg_green {
  padding-top: 20%;
  margin-top: -18%;
  padding-bottom: 5%;
}

.sec04_img01-img {
  width: 28%;
  margin: 0 auto;
  margin-top: -4%;
}
.sec04_lead-img {
  margin-top: 5%;
}
.sec04 .merit_item {
  margin-top: 7%;
}
.sec04 .merit_item-num {
  width: 40%;
  margin: 0 auto;
}
.sec04 .merit_item-content {
  background: #fff;
  padding: 10% 3%;
  border: 2px solid #038989;
  border-radius: 13px;
  margin-top: -5%;
}
.sec04 .merit_item-ttl {
  position: relative;
  margin-bottom: 10%;
}
.sec04 .merit_item-ttl::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #038989;
  position: absolute;
  bottom: -18%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec04 .merit_item-img {
  margin-top: 8%;
}
.sec04 .merit_item03 .merit_item-ttl {
  width: 93%;
  margin: 0 auto;
  margin-bottom: 10%;
}
.sec04 .merit_item03 .merit_item-ttl::after {
  bottom: -65%;
}

.sec05 {
  margin-top: 18%;
}
.sec05_lead {
  text-align: center;
}
.sec05_lead-img {
  display: inline-block;
  margin-top: -11%;
}
.sec05 .jisseki_item-ttl {
  width: 73%;
  margin: 0 auto;
  margin-top: 5%;
  position: relative;
}
.sec05 .jisseki_item-ttl::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_img22.png);
  background-size: contain;
  position: absolute;
  width: 25%;
  z-index: 100;
  left: -14%;
  bottom: -20%;
  padding-top: 27.3605150215%;
}
.sec05 .jisseki_item-ttl::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_img23.png);
  background-size: contain;
  position: absolute;
  width: 25%;
  z-index: 100;
  right: -14%;
  bottom: -20%;
  padding-top: 27.3605150215%;
}
.sec05 .jisseki_item .txt-box {
  margin-top: 3%;
  width: 92%;
}
.sec05 .jisseki_item .txt-box li {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1rem;
  text-indent: -1em;
}
.sec05 .jisseki_separation {
  margin: 6% 0;
}

.sec06 {
  position: relative;
  background: #fff;
}
.sec06::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_img69.png);
  background-size: contain;
  position: absolute;
  width: 22%;
  z-index: 0;
  left: 5%;
  top: 3%;
  padding-top: 15.9742120344%;
}
.sec06::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_img32.png);
  background-size: contain;
  position: absolute;
  width: 58%;
  z-index: 0;
  right: -6%;
  top: -21%;
  padding-top: 59.5703971119%;
}
.sec06-img02 {
  margin-top: 3%;
  position: relative;
  z-index: 100;
}

.sec07 {
  padding-top: 8%;
  background: #fff;
  padding-bottom: 10%;
}
.sec07_list {
  background: #fff;
  width: 88%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  border: 2px solid #008989;
  margin-top: 3%;
  position: relative;
}
@media screen and (min-width: 999px) {
  .sec07_list {
    width: 75%;
    margin: 0 auto;
  }
}
.sec07_list::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_img35.png);
  background-size: contain;
  position: absolute;
  width: 36%;
  z-index: 100;
  right: -5%;
  bottom: -5%;
  padding-top: 48.5581395349%;
}
.sec07_list li {
  color: #008989;
}
.sec07_list li::before {
  background: url(../images/rexli_icon02.png) left top/contain no-repeat;
}

.sec08-img {
  width: 15%;
  margin: 0 auto;
  -webkit-transform: translateY(-39%);
          transform: translateY(-39%);
}
.sec08-ttl {
  width: 95%;
  margin: 0 auto;
  margin-top: 2%;
}
.sec08 .case {
  padding-bottom: 10%;
}
.sec08 .case_item {
  background: #fff;
  width: 93%;
  margin: 0 auto;
  padding: 0 20px;
  border-radius: 20px;
  margin-top: 8%;
  padding-bottom: 8%;
}
.sec08 .case_item-num {
  width: 70%;
  margin: 0 auto;
}
.sec08 .case_item-ttl {
  margin: 7% 0 10% 0;
  position: relative;
}
.sec08 .case_item-ttl::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #038989;
  position: absolute;
  bottom: -35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec08 .case_item-img {
  width: 65%;
  margin: 0 auto;
  margin-top: 5%;
}
.sec08 .case_item01 .case_item-ttl::after {
  bottom: -20%;
}
.sec08 .case_item02 .case_item-ttl::after {
  bottom: -20%;
}
.sec08 .case_item03 .case_item-ttl {
  width: 88%;
  margin: 0 auto;
  margin: 7% auto 10%;
}
.sec08 .case_item05 .case_item-ttl {
  width: 93%;
  margin: 0 auto;
  margin: 7% auto 10%;
}
.sec08 .case_item06 .case_item-ttl {
  width: 78%;
  margin: 0 auto;
  margin: 7% auto 10%;
}
.sec08 .case_item06 .case_item-ttl::after {
  bottom: -20%;
}
.sec08 .case_item07 .case_item-ttl {
  width: 63%;
  margin: 0 auto;
  margin: 7% auto 10%;
}
.sec08 .case_item07 .case_item-ttl::after {
  bottom: -28%;
}
.sec08 .case_item08 .case_item-ttl {
  width: 70%;
  margin: 0 auto;
  margin: 7% auto 10%;
}
.sec08 .case_item08 .case_item-ttl::after {
  bottom: -25%;
}
.sec08 .case_item09 .case_item-ttl {
  width: 98%;
  margin: 0 auto;
  margin: 7% auto 10%;
}
.sec08 .case_item09 .case_item-ttl::after {
  bottom: -20%;
}
.sec08 .case_item10 .case_item-ttl {
  width: 85%;
  margin: 0 auto;
  margin: 7% auto 10%;
}
.sec08 .case_item10 .case_item-ttl::after {
  bottom: -25%;
}
.sec08 .case_item11 .case_item-ttl {
  margin: 0 auto;
  margin: 7% auto 10%;
}
.sec08 .case_item11 .case_item-ttl::after {
  bottom: -25%;
}
.sec08 .case_item12 .case_item-ttl {
  margin: 0 auto;
  margin: 7% auto 10%;
  width: 88%;
}
.sec08 .case_item12 .case_item-ttl::after {
  bottom: -25%;
}
.sec08 .seminar {
  margin-top: 8%;
  text-align: center;
  border-top: 2px solid #008989;
  border-bottom: 2px solid #008989;
}
.sec08 .seminar_clip-img {
  width: 50%;
  display: inline-block;
  -webkit-transform: translateY(-19%);
          transform: translateY(-19%);
}
.sec08 .seminar_contents {
  padding: 7% 0;
  text-align: left;
}
.sec08 .seminar ol {
  padding: 10px 15px;
  counter-reset: count 0;
}
.sec08 .seminar li {
  padding-left: 1.7em;
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 10px;
  margin-left: 1.7rem;
}
.sec08 .seminar li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  font-size: 2.2rem;
  top: -0.5rem;
}
.sec08 .seminar li:after {
  border-bottom: 1px dotted #3d4b59;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
}
.sec08-img02 {
  position: relative;
  margin-top: 10%;
}
.sec08-img02::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_top-img07.png);
  background-size: contain;
  position: absolute;
  width: 20%;
  z-index: 100;
  left: 3.7%;
  top: -12%;
  padding-top: 20%;
}
.sec08 .bg_white {
  padding: 3% 0 8% 0;
}

.sec09 {
  margin-top: 10%;
}
.sec09_ttl-img01 {
  width: 36%;
  margin: 0 auto;
}
.sec09_ttl-img01-img {
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}
.sec09_ttl-img02-img {
  width: 70%;
  margin: 0 auto;
  margin-top: -22%;
  position: relative;
  z-index: 200;
}
.sec09 .qa-item {
  background: #fff;
  width: 95%;
  margin: 0 auto;
  margin-top: 5%;
  padding: 20px 10px;
}
.sec09 .qa-item-q {
  position: relative;
  padding-left: 3.3rem;
  color: #008989;
  margin-bottom: 2rem;
}
.sec09 .qa-item-q::before {
  position: absolute;
  left: 3px;
  top: 6px;
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/Q.png) no-repeat;
  background-size: contain;
}
.sec09 .qa-item-q::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #008989;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec09 .qa-item-a {
  position: relative;
  padding-left: 3.3rem;
  color: #4f5757;
}
.sec09 .qa-item-a::before {
  position: absolute;
  left: 3px;
  top: 6px;
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/A.png) no-repeat;
  background-size: contain;
}
.sec09 .qa-txt {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 3% 1% 5% 1%;
}

.sec10-img {
  margin-top: 6%;
}

html {
  font-size: 62.5%; /* -> 10px */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #262424;
  line-height: 1.8;
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (min-width: 999px) {
  body {
    font-size: 2rem;
  }
}

/* ----------------------------------------------------

    text

---------------------------------------------------- */
.red {
  color: #ff6262;
}

.green {
  color: #008989;
}

.gray {
  color: #666666;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

.al {
  text-align: left !important;
}

.fz-sm {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 999px) {
  .fz-sm {
    font-size: 2rem;
  }
}

.mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, #ffff99));
  background: linear-gradient(transparent 55%, #ffff99 0%);
  display: inline;
  padding: 0 !important;
  font-weight: bold;
}

.mark02 {
  background: #008989;
  display: inline;
  padding: 2px;
  color: #fff;
}

.underline {
  text-decoration: underline;
}

.cta-button01 {
  width: 94%;
  margin: 0 auto;
  margin-top: 3.8%;
}
.cta-button01 img {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.cta-button01-txt {
  text-align: center;
  margin-top: 2%;
}

.cta-button02-lead {
  width: 64%;
  margin: 0 auto;
  margin-top: 6%;
}

.cta-button02 {
  width: 94%;
  margin: 0 auto;
  margin-top: 3.8%;
}
.cta-button02 img {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.cta-button03-lead {
  width: 64%;
  margin: 0 auto;
  margin-top: 6%;
}

.cta-button03 {
  width: 94%;
  margin: 0 auto;
  margin-top: 3.8%;
}
.cta-button03 img {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.cta-button04 {
  width: 94%;
  margin: 0 auto;
  margin-top: 3.8%;
}
.cta-button04 img {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.cta-button05 {
  width: 92%;
  margin: 0 auto;
  margin-top: 6.5%;
}
.cta-button05 img {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.cta-button06 {
  width: 92%;
  margin: 0 auto;
  margin-top: 8.5%;
}
.cta-button06 img {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.cta-button06-txt {
  text-align: center;
  margin-top: 2%;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
  10% {
    -webkit-transform: scale(1.05, 0.95) translate3d(0, 0, 0);
            transform: scale(1.05, 0.95) translate3d(0, 0, 0);
  }
  30% {
    -webkit-transform: scale(0.95, 1.05) translate3d(0, -8%, 0);
            transform: scale(0.95, 1.05) translate3d(0, -8%, 0);
  }
  50% {
    -webkit-transform: scale(1.02, 0.97) translate3d(0, 0, 0);
            transform: scale(1.02, 0.97) translate3d(0, 0, 0);
  }
  57% {
    -webkit-transform: scale(1, 1) translate3d(0, -2%, 0);
            transform: scale(1, 1) translate3d(0, -2%, 0);
  }
  64% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
  10% {
    -webkit-transform: scale(1.05, 0.95) translate3d(0, 0, 0);
            transform: scale(1.05, 0.95) translate3d(0, 0, 0);
  }
  30% {
    -webkit-transform: scale(0.95, 1.05) translate3d(0, -8%, 0);
            transform: scale(0.95, 1.05) translate3d(0, -8%, 0);
  }
  50% {
    -webkit-transform: scale(1.02, 0.97) translate3d(0, 0, 0);
            transform: scale(1.02, 0.97) translate3d(0, 0, 0);
  }
  57% {
    -webkit-transform: scale(1, 1) translate3d(0, -2%, 0);
            transform: scale(1, 1) translate3d(0, -2%, 0);
  }
  64% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
}