@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace,monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}

button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #222;
}

p {
  line-height: 1.4;
  word-break: break-all;
}

a:not([class]) {
  color: #3aa59e;
  text-decoration: none;
}

@media (any-hover: hover) {
  a:not([class]):hover {
    text-decoration: underline;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.landingPoikatsuComponent_affiliateList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .landingPoikatsuComponent_affiliateList {
    justify-content: flex-start;
    gap: 15px;
  }
}

.landingPoikatsuComponent_affiliateList__item {
  display: flex;
  flex-flow: column;
  gap: 5px;
  width: calc((100% - 30px * (5 - 1)) / 5);
}

@media (max-width: 767px) {
  .landingPoikatsuComponent_affiliateList__item {
    width: calc((100% - 15px * (3 - 1)) / 3);
  }
}

.landingPoikatsuComponent_affiliateList__imageBox {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 125px;
  aspect-ratio: 300 / 250;
}

@media (max-width: 767px) {
  .landingPoikatsuComponent_affiliateList__imageBox {
    min-height: 75px;
  }
}

.landingPoikatsuComponent_affiliateList__imageBox img {
  width: 100%;
  border: 1px solid transparent;
}

.landingPoikatsuComponent_affiliateList__imageBox img[data-is-border="true"] {
  border-color: #CDD3D6;
}

.landingPoikatsuComponent_affiliateList__point {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 2px;
  color: #E31610;
  font-size: 3.0rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .landingPoikatsuComponent_affiliateList__point {
    font-size: 2.2rem;
  }
}

.landingPoikatsuComponent_affiliateList__pointUnit {
  font-size: 1.4rem;
}

.landingPoikatsuComponent_appList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .landingPoikatsuComponent_appList {
    justify-content: flex-start;
    gap: 20px;
  }
}

.landingPoikatsuComponent_appList__item {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 5px;
  width: 60px;
}

@media (max-width: 767px) {
  .landingPoikatsuComponent_appList__item {
    width: calc((100% - 20px * (4 - 1)) / 4);
  }
}

.landingPoikatsuComponent_appList__imageBox {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  aspect-ratio: 60 / 60;
}

.landingPoikatsuComponent_appList__imageBox img {
  width: 100%;
}

.landingPoikatsuComponent_appList__point {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 2px;
  color: #E31610;
  font-size: 1.4rem;
}

.landingPoikatsuComponent_appList__pointUnit {
  font-size: 1.3rem;
}

.landingPoikatsuComponent_exchangeList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landingPoikatsuComponent_exchangeList__item {
  width: calc((100% - 10px * (3 - 1)) / 3);
}

.landingPoikatsuComponent_featureList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 767px) {
  .landingPoikatsuComponent_featureList {
    gap: 15px;
  }
}

.landingPoikatsuComponent_featureList__item {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
  width: calc((100% - 20px * (4 - 1)) / 4);
  padding: 40px 10px;
  text-align: center;
  border-radius: 20px;
  background-color: #EAF4EB;
}

@media (max-width: 767px) {
  .landingPoikatsuComponent_featureList__item {
    gap: 5px;
    width: calc((100% - 15px * (2 - 1)) / 2);
    padding: 20px 18px;
  }
}

.landingPoikatsuComponent_featureList__name {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .landingPoikatsuComponent_featureList__name {
    font-size: 1.4rem;
  }
}

.landingPoikatsuComponent_featureList__description {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .landingPoikatsuComponent_featureList__description {
    gap: 10px;
  }
}

.landingPoikatsuComponent_featureList__description img {
  width: 60px;
}

@media (max-width: 767px) {
  .landingPoikatsuComponent_featureList__description img {
    width: 40px;
  }
}

.landingPoikatsuComponent_featureList__description img[data-feature-id="history"] {
  width: 141px !important;
}

@media (max-width: 767px) {
  .landingPoikatsuComponent_featureList__description img[data-feature-id="history"] {
    position: relative;
    top: -10px;
    width: 122px !important;
  }
}

.landingPoikatsuComponent_featureList__descriptionText {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .landingPoikatsuComponent_featureList__descriptionText {
    min-height: 48px;
  }
}

.landingPoikatsuComponent_socialList {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.landingPoikatsuComponent_socialList__item {
  width: 50px;
  height: 50px;
}

.componentCampaignInfo {
  padding: 60px 0;
  background: #CCFFD4;
}

@media (max-width: 767px) {
  .componentCampaignInfo {
    padding: 30px 15px;
  }
}

.componentCampaignInfo__mv {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .componentCampaignInfo__mv {
    padding: 0;
  }
}

.componentCampaignInfo__main {
  display: flex;
  flex-flow: column;
  gap: 30px;
  padding: 50px 70px;
  border-radius: 20px;
  border: 3px solid #005A13;
  background: #07EF2D;
}

@media (max-width: 767px) {
  .componentCampaignInfo__main {
    padding: 20px;
  }
}

.componentCampaignInfo__head {
  display: flex;
  flex-flow: column;
}

@media (max-width: 767px) {
  .componentCampaignInfo__head {
    gap: 5px;
  }
}

.componentCampaignInfo__heading {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .componentCampaignInfo__heading {
    font-size: 2.2rem;
  }
}

.componentCampaignInfo__description {
  font-size: 2.0rem;
  line-height: 1.4;
  text-align: center;
  word-break: auto-phrase;
}

@media (max-width: 767px) {
  .componentCampaignInfo__description {
    font-size: 1.4rem;
  }
}

.componentCampaignInfo__body {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.componentCampaignInfo__missionBox.isBeginner {
  --mission-color: #FF4D73;
  --mission-pale-color: #FFF2F4;
}

.componentCampaignInfo__missionBox.isAdvanced {
  --mission-color: #2073D1;
  --mission-pale-color: #E6F0FC;
}

.componentCampaignInfo__missionHeading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  background: var(--mission-color);
}

@media (max-width: 767px) {
  .componentCampaignInfo__missionHeading {
    min-height: 44px;
    font-size: 1.6rem;
  }
}

.componentCampaignInfo__missionBoxBody {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
  padding: 20px 12.5px;
  border-radius: 0 0 20px 20px;
  border: 3px solid var(--mission-color);
  background: #FFF;
}

.componentCampaignInfo__missionCatch.isBeginner {
  max-width: 618px;
}

.componentCampaignInfo__missionCatch.isAdvanced {
  max-width: 728px;
}

.componentCampaignInfo__missionListWrapper {
  display: flex;
  flex-flow: column;
  gap: 10px;
  width: 100%;
}

.componentCampaignInfo__missionListHeading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .componentCampaignInfo__missionListHeading {
    font-size: 1.6rem;
  }
}

.componentCampaignInfo__missionList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 767px) {
  .componentCampaignInfo__missionList {
    flex-flow: column;
  }
}

.componentCampaignInfo__missionListItem {
  padding: 8px;
  font-size: 1.6rem;
  border-radius: 10px;
  color: var(--mission-color);
  line-height: 1.5;
  border: 1px solid var(--mission-color);
  background: var(--mission-pale-color);
}

@media (max-width: 767px) {
  .componentCampaignInfo__missionListItem {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }
}

.componentCampaignInfo__attention {
  text-align: center;
  font-size: 1.4rem;
  color: #222;
  word-break: auto-phrase;
}

.componentCampaignInfo__attention a {
  color: inherit;
  text-decoration: underline;
}

@media (hover) {
  .componentCampaignInfo__attention a:hover {
    text-decoration: none;
  }
}

.componentRegisterButton {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.componentRegisterButton__button {
  max-width: 705px;
}

@media (hover) {
  .componentRegisterButton__button {
    transition-property: filter;
    transition-duration: 0.2s;
  }
  .componentRegisterButton__button:hover {
    filter: brightness(1.06);
  }
}

.componentRegisterButton__button[data-button-type="changeTextAndAnimation"] {
  animation: poyopoyo 2s ease-out infinite;
}

.landing__main {
  position: relative;
}

.header {
  padding-bottom: 50px;
  background-color: #F51631;
}

@media (max-width: 767px) {
  .header {
    padding-bottom: 30px;
  }
}

.header__lead {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

@media (max-width: 767px) {
  .header__lead {
    padding: 0 15px;
  }
}

.header__leadText {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .header__leadText {
    font-size: 1.4rem;
  }
}

.step {
  padding-top: 50px;
  background-color: #FFF582;
}

@media (max-width: 767px) {
  .step {
    padding: 40px 15px 0 15px;
  }
}

.step__heading {
  margin-bottom: 50px;
  text-align: center;
}

.step__heading img {
  width: 100%;
  max-width: 639px;
}

.step__body {
  display: flex;
  flex-flow: column;
  gap: 100px;
}

@media (max-width: 767px) {
  .step__body {
    gap: 45px;
  }
}

.step__button {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .step__button {
    padding: 30px 0;
  }
}

.registerStep {
  display: flex;
  gap: 30px;
}

@media (max-width: 767px) {
  .registerStep {
    flex-flow: column;
    gap: 20px;
    padding: 0 12.5px;
  }
}

.registerStep__item {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
}

.registerStep__itemHeading {
  width: 100%;
}

.registerStep__itemBody {
  display: flex;
}

@media (min-width: 768px) {
  .registerStep__itemBody {
    flex-flow: column;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .registerStep__itemBody {
    align-items: center;
    gap: 30px;
  }
}

.registerStep__itemIcon {
  width: 60px;
}

.registerStep__itemText {
  flex: 1;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .registerStep__itemText {
    font-size: 1.4rem;
  }
}

.registerSns {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
}

.registerSns__description {
  font-size: 1.6rem;
  text-align: center;
}

@media (max-width: 767px) {
  .registerSns__description {
    font-size: 1.4rem;
  }
}

.action__body {
  display: flex;
  flex-flow: column;
  gap: 50px;
  width: 100%;
  max-width: 900px;
}

@media (max-width: 767px) {
  .action__body {
    gap: 20px;
  }
}

.action__section {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.paykatsu {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 20px 50px;
  border-radius: 10px;
  background-color: #FFEEEF;
}

@media (max-width: 767px) {
  .paykatsu {
    gap: 20px;
    padding: 10px 8px;
  }
}

.paykatsu__header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.paykatsu__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 2.0rem;
  color: #fff;
  line-height: 1.5;
  border-radius: 20px;
  background-color: #F51631;
}

@media (max-width: 767px) {
  .paykatsu__heading {
    font-size: 1.4rem;
  }
}

.paykatsu__description {
  font-size: 1.8rem;
  text-align: center;
}

@media (max-width: 767px) {
  .paykatsu__description {
    font-size: 1.4rem;
  }
}

.bonus__body {
  display: flex;
  flex-flow: column;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto;
}

.exchange {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: -20px;
}

.exchange__arrow {
  max-width: 73px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .exchange__arrow {
    max-width: 40px;
    margin-bottom: 10px;
  }
}

.exchange__heading {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 786px;
}

.exchange__body {
  display: flex;
  flex-flow: column;
  gap: 20px;
  max-width: 740px;
  padding: 20px 50px;
  border-radius: 20px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .exchange__body {
    padding: 20px;
  }
}

.exchange__more {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .exchange__more {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.feature {
  padding: 50px 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .feature {
    padding: 30px 15px;
  }
}

.feature__inner {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

@media (max-width: 767px) {
  .feature__inner {
    gap: 20px;
  }
}

.feature__head {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .feature__head {
    gap: 5px;
  }
}

.feature__heading {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0DBC22;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .feature__heading {
    font-size: 2.4rem;
  }
}

.feature__description {
  font-size: 2.0rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .feature__description {
    font-size: 1.4rem;
  }
}

.feature__lead {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.feature__leadText {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .feature__leadText {
    font-size: 1.4rem;
  }
}

.brand {
  padding: 0 0 50px 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .brand {
    padding: 0 15px 30px 15px;
  }
}

.brand__inner {
  display: flex;
  flex-flow: column;
  gap: 5px;
  color: #939393;
}

.brand__heading {
  font-size: 1.3rem;
  line-height: 1.7;
}

.brand__text {
  font-size: 1.0rem;
  line-height: 1.7;
}

.footer {
  padding: 40px 0;
  background-color: #F7F7F7;
}

@media (max-width: 767px) {
  .footer {
    padding: 20px;
  }
}

.footer__inner {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .footer__inner {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .footer__inner {
    flex-flow: column;
    gap: 20px;
  }
}

.footer__main {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 767px) {
  .footer__main {
    flex-flow: column;
    gap: 10px;
  }
}

.footer__logo {
  width: 100px;
}

@media (max-width: 767px) {
  .footer__logo {
    width: 60px;
  }
}

.footer__body {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

@media (max-width: 767px) {
  .footer__body {
    align-items: center;
  }
}

.footer__links {
  display: flex;
  gap: 30px;
}

@media (max-width: 767px) {
  .footer__links {
    gap: 10px;
  }
}

.footer__links a {
  color: #939393;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .footer__links a {
    font-size: 1.2rem;
  }
}

.footer__copyright {
  font-size: 1.0rem;
  color: #939393;
}

.footer__stickers {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.footer__pmark {
  flex-shrink: 0;
  width: 70px;
  background-color: #fff;
}

.footer__isms {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 120px;
}

.footer__isms span {
  font-size: 1.0rem;
  line-height: 1.7;
}

.stepBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
  gap: 30px;
  width: 100%;
  border-radius: 20px;
  border: 3px solid #F51631;
  background-color: #FFF;
}

@media (max-width: 767px) {
  .stepBox {
    padding: 35px 20px 20px 20px;
    gap: 20px;
  }
}

.stepBox__head {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 5px;
}

.stepBox__stepNumber {
  position: absolute;
  left: calc(50% - 250px / 2);
  top: calc(-3px - 40px / 2);
}

@media (max-width: 767px) {
  .stepBox__stepNumber {
    top: calc(-3px - 30px / 2);
  }
}

.stepBox__heading {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .stepBox__heading {
    font-size: 2.2rem;
  }
}

.stepBox__description {
  font-size: 2.0rem;
  text-align: center;
}

@media (max-width: 767px) {
  .stepBox__description {
    font-size: 1.4rem;
  }
}

.stepBox__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.stepHeading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 40px;
  padding: 8px 82px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  background-color: #F51631;
}

@media (max-width: 767px) {
  .stepHeading {
    height: 30px;
    font-size: 1.4rem;
  }
}

.attention {
  display: flex;
  flex-flow: column;
}

.attention.isCentering {
  align-items: center;
}

.attention__item {
  position: relative;
  padding-left: 1.4rem;
  font-size: 1.4rem;
  color: #939393;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .attention__item {
    font-size: 1.2rem;
  }
}

.attention__item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '※';
  width: 1em;
}

.subHeading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  border-radius: 20px;
  background-color: #FFEC1B;
}

@media (max-width: 767px) {
  .subHeading {
    min-height: 30px;
    font-size: 1.4rem;
  }
}

.skyscraper {
  position: absolute;
  top: 50px;
  height: 100%;
}

@media (max-width: 1060px) {
  .skyscraper {
    display: none;
  }
}

.skyscraper.isLeft {
  left: calc(50% - (1040px / 2) -  160px - 10px);
}

.skyscraper.isRight {
  right: calc(50% - (1040px / 2) -  160px - 10px);
}

.skyscraper__inner {
  position: sticky;
  top: 10px;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.8);
  }
}
