@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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
  cursor: pointer;
}

picture,
figure {
  display: block;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "source-han-sans-japanese", sans-serif;
  overflow-x: hidden;
  word-break: break-all;
  color: #333;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
  .header {
    max-width: 46.875rem;
    margin: 0 auto;
    background: #fff;
  }
  .inner {
    width: 43.125rem;
    margin: 0 auto;
  }
  .main {
    max-width: 46.875rem;
    margin: 0 auto;
    background: #fff;
  }
  .footer {
    max-width: 46.875rem;
    margin: 0 auto;
    background: #fff;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 751px) {
  .header {
    max-width: 46.875rem;
    margin: 0 auto;
  }
  .main {
    overflow: hidden;
    max-width: 46.875rem;
    margin: 0 auto;
    background: #fff;
  }
  .inner {
    width: 43.125rem;
    margin: 0 auto;
  }
  .footer {
    max-width: 46.875rem;
    margin: 0 auto;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
font
============================================================================= */
.futura {
  font-family: "futura-pt", sans-serif;
}

/*==============================================================================
Header
============================================================================= */
.header--bg {
  position: relative;
}
.header--zero {
  width: 9.0625rem;
  position: absolute;
  top: 1.875rem;
  right: 10.625rem;
}
.header .scroll-animation {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.header .scroll-animation.animate {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*==============================================================================
Footer
============================================================================= */
.footer--bg {
  padding: 0 0 16.5625rem;
}
.footer--logo {
  width: 26.875rem;
  margin: 0 auto 2.875rem;
}
.footer--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 3.25rem;
}
.footer--wrap a {
  padding: 0 0.75rem;
  color: #333333;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  border-right: 1px solid #a7a7a7;
}
.footer--wrap a:last-child {
  border: none;
}
.footer--txt {
  color: #333333;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.06em;
}

.cv {
  width: 46.875rem;
  margin: 0 auto;
  display: none;
}
.cv--bg {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 1.875rem 0 1.5625rem;
  background: url("../images/cv-bg.webp") no-repeat top/cover;
}
.cv--btn {
  width: 41.25rem;
  margin: 0 auto;
}

.kv {
  position: relative;
}
.kv--bg {
  background: url(../images/kv-bg.webp) no-repeat center/cover;
  padding: 2rem 0 1.875rem 0;
}
.kv--logo {
  width: 18.3125rem;
  padding: 0 0 0 0.9375rem;
}
.kv--ttl01 {
  width: 43.125rem;
  margin: 1.625rem 0 0 0;
}
.kv--price {
  width: 20.9375rem;
  margin: -0.5rem 0 0 -0.9375rem;
}
.kv--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.125rem;
  margin: 3.75rem 0 0 0;
}
.kv--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.25rem;
  padding: 1.625rem 0 1.5625rem 1.875rem;
  background: url(../images/kv-bg02.webp) no-repeat center/cover;
}
.kv--item .icon01 {
  width: 3.9375rem;
}
.kv--item .icon02 {
  width: 2.6875rem;
}
.kv--item .txt {
  font-size: 1.625rem;
  letter-spacing: 0.18em;
  line-height: 1.2;
}
.kv--item .txt .bold {
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.cta--bg {
  background: url(../images/cta-bg.webp) no-repeat center/cover;
  padding: 2.0625rem 0 1.625rem 0;
  position: relative;
}
.cta-ttl01 {
  font-size: 2.125rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.cta-ttl01::before {
  content: "";
  position: absolute;
  background: url(../images/cta-line.webp) no-repeat center/cover;
  bottom: -0.625rem;
  right: 11.875rem;
  width: 2.0625rem;
  height: 3.125rem;
}
.cta-ttl01::after {
  content: "";
  position: absolute;
  background: url(../images/cta-line.webp) no-repeat center/cover;
  bottom: -0.625rem;
  left: 11.875rem;
  width: 2.0625rem;
  height: 3.125rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.cta--btn {
  width: 41.25rem;
  margin: 1.5625rem auto 0;
  -webkit-animation: purupuru 1.5s infinite;
          animation: purupuru 1.5s infinite;
}
.cta--achive {
  width: 41.5625rem;
  margin: 1.4375rem auto 0;
}
.cta--note {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0.8125rem 0 0 0.9375rem;
}

.online--bg {
  background: url(../images/online-bg.webp) no-repeat center/cover;
  padding: 5.3125rem 0 55.375rem 0;
}
.online--inner {
  position: relative;
}
.online--ttl01 {
  width: 42.5rem;
  margin: 0 auto;
}
.online--img01 {
  width: 15.3125rem;
  position: absolute;
  right: 16.875rem;
  top: 12.8125rem;
}
.online--img02 {
  width: 15.3125rem;
  position: absolute;
  right: 4.125rem;
  top: 25.4375rem;
}
.online--img03 {
  width: 15.3125rem;
  position: absolute;
  right: 0.9375rem;
  top: 43rem;
}
.online .scroll-animation {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.online .scroll-animation.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.medicine--bg {
  background: #ece6d9;
  padding: 6.1875rem 0 7rem 0;
}
.medicine--inner {
  position: relative;
}
.medicine--ttl01 {
  width: 32.25rem;
  margin: 0 auto;
}
.medicine--img01 {
  width: 35rem;
  margin: 4.25rem 0 0 6.875rem;
}
.medicine--table {
  width: 43.125rem;
}
.medicine--note {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  text-align: right;
  margin: 1.6875rem 0 0 0;
}
.medicine--ttl02 {
  width: 30.1875rem;
  margin: 2.8125rem 0 0 -1.125rem;
  position: relative;
  z-index: 10;
}
.medicine--human {
  width: 18.125rem;
  position: absolute;
  bottom: 32.8125rem;
  right: -0.625rem;
}
.medicine--price {
  width: 43.125rem;
  margin: 1.5rem 0 0 0;
}

.privacy--bg {
  background: url(../images/privacy-bg.webp) no-repeat center/cover;
  padding: 5.5625rem 0 6.75rem 0;
}
.privacy--inner {
  position: relative;
}
.privacy--ttl01 {
  width: 30.5rem;
  margin: 0 auto;
}
.privacy--img01 {
  width: 42.375rem;
  margin: 3.4375rem 0 0 auto;
}
.privacy--img02 {
  width: 18.125rem;
  position: absolute;
  top: 21.1875rem;
  left: 7.1875rem;
}
.privacy--txt01 {
  width: 38.4375rem;
  margin: -0.875rem 1.875rem 0 auto;
}

.everyday--bg {
  background: url(../images/everyday-bg.webp) no-repeat center/cover;
  padding: 1.75rem 0 0rem 0;
}
.everyday--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.everyday--txt01 {
  width: 20.625rem;
  margin: 0.8125rem 0 0 0;
}
.everyday--txt02 {
  width: 7.8125rem;
}
.everyday--txt03 {
  width: 42.5rem;
  margin: 0.5625rem 0 0 0;
}

.reason--bg {
  background: url(../images/reason-bg.webp) no-repeat center/cover;
  padding: 4.625rem 0 28rem 0;
}
.reason--ttl01 {
  width: 36.375rem;
  margin: 0 auto;
}
.reason--wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 0.9375rem;
  margin: 2.5rem 0 0 0;
}

.step--bg {
  background: #e1eae8;
  padding: 1.75rem 0 6.375rem 0;
}
.step--ttl01 {
  width: 40.3125rem;
  margin: 0 -0.75rem 0 0;
}
.step--item {
  margin: 1.875rem 0 0 0;
  position: relative;
}
.step--item .ttl {
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  font-weight: 900;
  position: absolute;
  top: 4.5rem;
  left: 11.5625rem;
}
.step--item .txt {
  font-size: 1.75rem;
  letter-spacing: 0.14em;
  line-height: 1.6;
  width: 29.25rem;
  position: absolute;
  top: 8rem;
  left: 11.5625rem;
}
.step--item:first-child {
  margin: 2.1875rem 0 0 0;
}
.step--wrap {
  background: #fff;
  margin: 4.875rem 0 0 0;
  position: relative;
  padding: 0 0 2.375rem;
}
.step--wrap .ttl {
  width: 38.4375rem;
  position: absolute;
  top: -3.25rem;
  left: 0;
  right: 0;
  margin: auto;
}
.step--wrap .txt {
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 1.67;
  padding: 7.5rem 0 0 2.5rem;
  width: 27.1875rem;
}
.step--wrap .txt .small {
  font-size: 1.125rem;
  vertical-align: super;
}
.step--wrap .img {
  width: 12.625rem;
  position: absolute;
  top: 7.75rem;
  right: 0;
}
.step--note {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.33;
  margin: 2rem 0 0 0;
}

.achievement--bg {
  background: url(../images/achievement-bg.webp) no-repeat center/cover;
  padding: 4.5rem 0 3.25rem 0;
}
.achievement--txt01 {
  width: 34.0625rem;
  margin: 0 auto;
}
.achievement--note {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0.8125rem 0 0 5.3125rem;
}

.subject--bg {
  background: url(../images/subject-bg.webp) no-repeat top center/cover;
  padding: 4.25rem 0 7rem 0;
}
.subject--ttl01 {
  width: 36.875rem;
  margin: 0 auto;
}
.subject--txt01 {
  width: 37.3125rem;
  margin: 33.75rem auto 0;
}

.satisfy {
  margin: -3.125rem 0 0;
}
.satisfy--bg {
  background: url(../images/satisfy-bg.webp) no-repeat top center/cover;
  padding: 5.9375rem 0 2.1875rem 0;
}
.satisfy--txt01 {
  width: 27.3125rem;
  margin: 0 0 0 3.625rem;
}
.satisfy--graph {
  width: 31.9375rem;
  margin: 0.625rem 0 0 -1.25rem;
}
.satisfy--note {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.33;
  color: #fff;
  margin: 0.625rem 0 0 0;
}

.voice {
  position: relative;
}
.voice-bg {
  padding: 4.25rem 0 7.8125rem;
  background: #ece6d9;
}
.voice-ttl {
  width: 21.875rem;
  margin: 0 auto 1.25rem;
}
.voice-slide {
  overflow: hidden;
}
.voice .swiper-wrapper {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.voice .js-voice-pagination {
  bottom: 3.9375rem;
  gap: 0 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.voice .swiper-pagination-bullet {
  width: 1.3125rem;
  height: 1.3125rem;
  background: none;
  border: 0.1875rem solid #90aea7;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.voice .swiper-pagination-bullet-active {
  background: #90aea7;
}

.media--bg {
  background: #178067;
  padding: 3.1875rem 0 0.375rem 0;
}
.media--img01 {
  width: 42.125rem;
}

.price {
  background: url(../images/price.webp) no-repeat top center/cover;
  padding: 6rem 0 6.6875rem 0;
}
.price-inner {
  width: 43.125rem;
  margin: 0 auto;
}
.price .tabs {
  width: 43rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.0625rem;
  margin: 0.9375rem auto 0;
}
.price .tab-button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  margin: 0 0 -0.375rem 0;
}
.price .tab-button.active {
  z-index: 100;
  margin: 0;
}
.price .tab-content {
  display: none;
}
.price .tab-content.active {
  display: block;
  margin: -0.75rem 0 0 0;
}
.price-item {
  margin: 5.5rem 0 0 0;
  position: relative;
}
.price-item-content {
  display: none;
  margin: 2.3125rem 0 0 0;
}
.price-item-content03 {
  width: 38.125rem;
  margin: 2.3125rem auto 0;
}
.price-item::before {
  content: "";
  position: absolute;
  top: 3.25rem;
  right: 3.3125rem;
  width: 0.25rem;
  height: 1.25rem;
  background: #178067;
}
.price-item::after {
  content: "";
  position: absolute;
  top: 3.75rem;
  right: 2.8125rem;
  width: 1.25rem;
  height: 0.25rem;
  background: #178067;
}
.price-item.open::before {
  display: none;
}
.price-item:first-child {
  margin: 5.3125rem 0 0 0;
}
.price-box01 {
  margin: 6.3125rem auto 0;
  width: 39.375rem;
  background: #fff;
  border-radius: 1.875rem;
  padding: 2.6875rem 2.1875rem 3rem 2.1875rem;
}
.price-box01 .img {
  width: 32.8125rem;
  margin: 0 auto;
}
.price-note {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.33;
  margin: 1.9375rem 0 0 0;
  width: 35rem;
}

.campaign--bg {
  background: url(../images/campaign-bg.webp) no-repeat top center/cover;
  padding: 4.25rem 0 3rem 0;
}
.campaign--inner {
  position: relative;
}
.campaign--ttl01 {
  width: 41.25rem;
  margin: 0 auto;
}
.campaign--txt01 {
  width: 19.5rem;
  margin: 5.4375rem 0 0 4.0625rem;
}
.campaign--zero {
  width: 14.375rem;
  position: absolute;
  top: 9.25rem;
  right: 4.0625rem;
}
.campaign--txt02 {
  width: 37.625rem;
  margin: 6.0625rem auto 0;
}
.campaign--img01 {
  width: 31.375rem;
  margin: 1.8125rem auto 0;
}
.campaign--note {
  margin: 1.5rem 0 0 0;
  font-size: 1rem;
  letter-spacing: 0.14em;
  line-height: 1.5;
  color: #fff;
}

.attention--bg01 {
  background: #ece6d9;
  padding: 8.125rem 0 0;
}
.attention--bg02 {
  background: #656b6a;
  padding: 7.5rem 0 5.625rem;
}
.attention--inner {
  position: relative;
}
.attention--icon01 {
  width: 10.625rem;
  position: absolute;
  top: -10.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
.attention--icon02 {
  width: 1.9375rem;
  position: absolute;
  top: 5.4375rem;
  right: 3.125rem;
}
.attention--icon03 {
  width: 2.5625rem;
  position: absolute;
  top: 17.3125rem;
  left: 1.125rem;
}
.attention--icon04 {
  width: 3.4375rem;
  position: absolute;
  top: 24.6875rem;
  right: 2.0625rem;
}
.attention--ttl01 {
  font-size: 3.75rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
.attention--txt01 {
  margin: 3.1875rem auto 0;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2.02;
  color: #fff;
  text-align: center;
}
.attention--txt01 span {
  display: inline-block;
  padding: 0 25.3125rem 0 0;
}
.attention--txt02 {
  width: 26.0625rem;
  position: absolute;
  top: 11.125rem;
  right: 2.375rem;
}
.attention--wrap {
  margin: 3.6875rem 0 0 0;
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem 4.375rem 2.5rem;
  position: relative;
}
.attention--wrap .img {
  width: 10.875rem;
  position: absolute;
  top: -6.625rem;
  left: -1.5rem;
}
.attention--wrap .ttl {
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 900;
  line-height: 1.58;
  padding: 0 0 1.5rem;
  border-bottom: 0.0625rem solid #333;
}
.attention--wrap .ttl .green {
  font-size: 2.5rem;
  color: #178067;
}
.attention--wrap .txt {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.65;
  text-align: center;
  margin: 2.125rem 0 0 0;
}
.attention--wrap .txt .green {
  color: #178067;
}
.attention--note {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.65;
  margin: 1rem 0 0 0;
}

.faq-bg {
  padding: 6.4375rem 0 3rem;
  background: #e1eae8;
}
.faq-inner {
  width: 43.125rem;
  margin: 0 auto;
}
.faq-ttl {
  width: 24.0625rem;
  margin: 0 auto 4.125rem;
}
.faq-item {
  position: relative;
  margin: 1.875rem 0 0 0;
  background: url(../images/faq-item-bg.webp) no-repeat top center/cover;
  padding: 0 0 0 6.6875rem;
  font-size: 1.875rem;
  letter-spacing: 0.04em;
  line-height: 1.33;
  height: 8.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-item::before {
  content: "";
  position: absolute;
  top: 3.25rem;
  right: 3.3125rem;
  width: 0.25rem;
  height: 1.25rem;
  background: #178067;
}
.faq-item::after {
  content: "";
  position: absolute;
  top: 3.75rem;
  right: 2.8125rem;
  width: 1.25rem;
  height: 0.25rem;
  background: #178067;
}
.faq-item.open::before {
  display: none;
}
.faq-item-answer {
  display: none;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 1.67;
  padding: 1.125rem 2.5rem 1.5625rem 2.1875rem;
}
.faq-item-answer .small01 {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
.faq-item-answer .small02 {
  font-size: 1.25rem;
  letter-spacing: 0;
  margin-left: -0.25rem;
}

.note-bg {
  background: #fff;
  padding: 5rem 0 6rem;
}
.note-ttl01 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
}
.note-txt01 {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 2.75rem 0 0 0;
}

@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
}
@keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
}