@charset "utf-8";
/* CSS Document */

/*******************

 LP style

********************/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
blockquote:empty {
  display: none;
}

/* content
--------------------------------------------------*/
.lpbox , #lpfooter {
  font-size: clamp(9px,calc(18 / 1500 * 100vw),18px);
  font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color:#2b2b2b;
  line-height:1.5em;
}
.lpbox a , #lpfooter a{
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.lpbox a:hover, #lpfooter a:hover{
  text-decoration: underline;
}
.lpbox span, #lpfooter span {
  font-size: inherit;
  font-weight: inherit;
}
.lpbox img ,
#lpfooter img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
.lpbox img.img-t ,
#lpfooter img.img-t {
  vertical-align: top;
}
/* cart css reset */

.lpbox header ,
.lpbox h1 ,
.lpbox h2 ,
.lpbox h3 ,
.lpbox p ,
.lpbox dl ,
.lpbox dt ,
.lpbox dd ,
.lpbox div ,
.lpbox section ,
.lpbox span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter footer ,
#lpfooter div,
#lpfooter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter ul,
#lpfooter li {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.lpbox .box {
  display: block;
  position: relative;
}
.lpbox .ovf__box {
  display: block;
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
}


/*----------------------------------------*/
.lpbox #fv {
  background: #cfebff;
}
.lpbox .fv__text {
  display: block;
  position: absolute;
  top: calc(230 / 778 * 100%);
  left: calc(569 / 1500 * 100%);
  width: calc(673 / 1500 * 100%);
}
.lpbox .k933 {
  display: block;
  margin: clamp(25px,calc(50 / 1500 * 100vw),50px) auto;
  width: calc(870 / 1500 * 100%);
  max-width: 870px;
}

.lpbox .trouble {
  display: block;
  width: calc(1000 / 1500 * 100%);
  max-width: 1000px;
  margin: 0 auto;
}
.lpbox .first .ovf__box {
  max-width: 1400px;
}
.lpbox .first__title {
  display: block;
  position: absolute;
  top: calc(153 / 490 * 100%);
  left: calc(370 / 1400 * 100%);
  width: calc(663 / 1400 * 100%);
}
.lpbox .graph {
  overflow: hidden;
}
.lpbox .graph div {
  transition: all .8s ease;
  transform: translate3d(0,0,0) scale(1);
  opacity: 1;
}
.lpbox .graph .graph__bar--01 {
  position: absolute;
  bottom: 0;
  left: calc(435 / 1400 * 100%);
  width: calc(70 / 1400 * 100%);
}
.lpbox .graph .graph__bar--02 {
  position: absolute;
  bottom: 0;
  left: calc(525 / 1400 * 100%);
  width: calc(70 / 1400 * 100%);
  transition-delay: 0.1s;
}
.lpbox .graph .graph__bar--03 {
  position: absolute;
  bottom: 0;
  left: calc(675 / 1400 * 100%);
  width: calc(70 / 1400 * 100%);
  transition-delay: 0.3s;
}
.lpbox .graph .graph__bar--04 {
  position: absolute;
  bottom: 0;
  left: calc(765 / 1400 * 100%);
  width: calc(70 / 1400 * 100%);
  transition-delay: 0.4s;
}
.lpbox .graph .graph__dotline {
  position: absolute;
  top: calc(199 / 460 * 100%);
  left: calc(704 / 1400 * 100%);
  width: calc(94 / 1400 * 100%);
  height: 2px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition-delay: 0.7s;
  transition-duration: 0.4s;
}
.lpbox .graph .graph__ar {
  position: absolute;
  top: calc(200 / 460 * 100%);
  left: calc(786 / 1400 * 100%);
  width: calc(28 / 1400 * 100%);
  transition-delay: 1s;
  transition-duration: 0.5s;
}
.lpbox .graph .graph__bal {
  position: absolute;
  top: calc(136 / 460 * 100%);
  right: calc(320 / 1400 * 100%);
  width: calc(240 / 1400 * 100%);
  transition-delay: 1s;
  transition-duration: 1s;
}

.lpbox .graph.animhide .graph__bar--01 {
  transform: translate3d(0,100%,0);
  opacity: 0;
}
.lpbox .graph.animhide .graph__bar--02 {
  transform: translate3d(0,100%,0);
  opacity: 0;
}
.lpbox .graph.animhide .graph__bar--03 {
  transform: translate3d(0,100%,0);
  opacity: 0;
}
.lpbox .graph.animhide .graph__bar--04 {
  transform: translate3d(0,100%,0);
  opacity: 0;
}
.lpbox .graph.animhide .graph__dotline {
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  opacity: 0;
}
.lpbox .graph.animhide .graph__ar {
  transform: translate3d(0,0,0) scaleY(0);
  opacity: 0;
}
.lpbox .graph.animhide .graph__bal {
  transform: translate3d(0,20%,0);
  opacity: 0;
}

.lpbox .try {
  display: block;
  position: absolute;
  top: 0;
  left: calc(266 / 1400 * 100%);
  width: calc(870 / 1400 * 100%);
}
/*----------------------------------------*/
.lpbox .cta {
  position: relative;
}
.lpbox .cta .dot {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  width: clamp(3px,calc(6 / 1500 * 100vw),6px);
  display: block;
  transform: translate3d(-50%,-50%,0);
}
.lpbox .cta--trial {
  background: url(../img/webp/cta_trial_bg.webp) repeat top  center;
}
.lpbox .cta--teiki {
  background: url(../img/webp/cta_teiki_bg.webp) repeat top  center;
}
.lpbox .cta__item {
  max-width: 1300px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.lpbox .cta__btn {
  box-sizing: border-box;
  padding: 0 calc((1300 - 736 ) / 1300 * 100% * 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/*---------------------------*/
.lpbox .point__bg {
  background: #cceaff;
}
.lpbox .point__box {
  display: block;
  margin: 0 auto;
  width: calc(1200 / 1500 * 100%);
  max-width: 1200px;
}
.lpbox .point--06 {
  display: block;
  margin: clamp(40px,calc(80 / 1500 * 100vw),80px) auto;
  width: calc(1000 / 1500 * 100%);
  max-width: 1000px;
}
.lpbox .reason {
  background: #004099;
}
.lpbox .reason__box {
  max-width: 1200px;
  width: calc(1200 / 1500 * 100%);
  margin: 0 auto;
}

.lpbox .kassei {
  display: block;
  position: absolute;
  --top:20;
  --left:20;
  top: calc(var(--top) / 470 * 100%);
  left: calc(var(--left) / 1200 * 100%);
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.lpbox .kassei--01 {
  width: calc(55 / 1200 * 100%);
  --top:209;
  --left:336;
}
.lpbox .kassei--02 {
  width: calc(39 / 1200 * 100%);
  --top:272;
  --left:333;
  animation-delay: 0.4s;
}
.lpbox .kassei--03 {
  width: calc(25 / 1200 * 100%);
  --top:204;
  --left:418;
  animation-delay: 0.4s;
}
.lpbox .kassei--04 {
  width: calc(25 / 1200 * 100%);
  --top:260;
  --left:450;
}

.lpbox .h2 {
  display: block;
  position: absolute;
  --top:20;
  --right:20;
  top: calc(var(--top) / 470 * 100%);
  right: calc(var(--right) / 1200 * 100%);
  width: calc(27 / 1200 * 100%);
  -webkit-animation-name: fuwafuwa;
  -moz-animation-name: fuwafuwa;
  -o-animation-name: fuwafuwa;
  animation-name: fuwafuwa;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.lpbox .h2--01 {
  --top: 195;
  --right: 420;
}
.lpbox .h2--02 {
  --top: 199;
  --right: 348;
  animation-delay: 0.4s;
}
.lpbox .h2--03 {
  --top: 233;
  --right: 395;
  animation-delay: 0.2s;
}
.lpbox .h2--04 {
  --top: 249;
  --right: 344;
}
.lpbox .h2--05 {
  --top: 271;
  --right: 406;
  animation-delay: 0.4s;
}

.lpbox .kirakira {
  display: block;
  position: absolute;
  --top:20;
  --right:20;
  top: calc(var(--top) / 470 * 100%);
  right: calc(var(--right) / 1200 * 100%);
  width: calc(36 / 1200 * 100%);
  -webkit-animation-name: kirakira;
  -moz-animation-name: kirakira;
  -o-animation-name: kirakira;
  animation-name: kirakira;
  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.lpbox .kirakira--01 {
  --top: 69;
  --right: 436;
}
.lpbox .kirakira--02 {
  --top: 96;
  --right: 313;
  width: calc(27 / 1200 * 100%);
  animation-delay: 0.8s;
}
.lpbox .kirakira--03 {
  --top: 231;
  --right: 459;
  width: calc(30 / 1200 * 100%);
  animation-delay: 0.8s;
}
.lpbox .kirakira--04 {
  --top: 204;
  --right: 276;
}
.lpbox .reason__anim {
  margin-top: -1px;
  margin-bottom: -1px;
}
.lpbox .voice {
  background: #cbedff;
}
.lpbox .voice__box {
  box-sizing: border-box;
  width: calc(1300 / 1500 * 100%);
  max-width: 1300px;
  margin: 0 auto;
}
/*---------------------------*/
.lpbox .qa {
  background: #e5f3ff;
  box-sizing: border-box;
  padding-bottom: clamp(45px,calc(90 / 1500 * 100vw),90px);
}
.lpbox .qa__ttl {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #00a3ff;
}
.lpbox .qa__ttl:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #004099;
  position: absolute;
  top: 0;
  left: 0;
}
.lpbox .qa__ttl h2 {
  display: block;
  z-index: 3;
  position: relative;
  margin: 0 auto;
}
.lpbox .qa__item {
  display: block;
  box-sizing: border-box;
  padding: calc(10 / 1500 * 100%);
  width: calc(840 / 1500 * 100%);
  max-width: 840px;
  border: clamp(2px,calc(3 / 1500 * 100vw),3px) solid #004099;  
  margin: clamp(15px,calc(30 / 1500 * 100vw),30px) auto;
}
.lpbox .qa__item:first-of-type {
  margin-top: clamp(20px,calc(40 / 1500 * 100vw),40px);
}
.lpbox .qa__q {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  width: 100%;
  margin: clamp(10px,calc(20 / 1500 * 100vw),20px) auto;
  cursor: pointer;
  position: relative;
}
.lpbox .qa__q:before {
  content: "";
  display: block;
  background: url(../img/webp/qa_tc_q.webp) no-repeat 50% 50%;
  -webkit-background-size: clamp(11px,calc(22 / 1500 * 100vw),22px) auto;
  background-size: clamp(11px,calc(22 / 1500 * 100vw),22px) auto;
  width: clamp(30px,calc(60 / 1500 * 100vw),60px);
  height: auto;
  border-right: clamp(1px,calc(2 / 1500 * 100vw),2px) solid #004099;
  margin: 0;
}
.lpbox .qa__q:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(20 / 690 * 100%);
  transform: translate3d(0,-50%,0);
  z-index: 2;
  border-radius: clamp(20px,calc(40 / 1500 * 100vw),40px);
  background: #004099;
  height: clamp(20px,calc(40 / 1500 * 100vw),40px);
  width: clamp(20px,calc(40 / 1500 * 100vw),40px);
}
.lpbox .qa__q span {
  display: block;
  margin: 0;
  box-sizing: border-box;
  padding-left: clamp(15px,calc(30 / 1500 * 100vw),30px);
  padding-right: clamp(30px,calc(60 / 1500 * 100vw),60px);
  width: calc(100% - clamp(30px,calc(60 / 1500 * 100vw),60px));
  color: #004099;
  font-size: clamp(15px,calc(30 / 1500 * 100vw),30px);
  line-height: calc(48 / 30 * 1em);
  z-index: 4;
  position: relative;
}
.lpbox .qa__q span:before {
  content: "";
  display: block;
  background: #fff;
  height: clamp(1px,calc(2 / 1500 * 100vw),2px);
  width: clamp(10px,calc(20 / 1500 * 100vw),20px);
  z-index: 3;
  position: absolute;
  top: 50%;
  right: calc(38 / 840 * 100%);
  transition: all .5s ease;
  transform: rotate(0deg);
  opacity: 1;
}
.lpbox .qa__q span:after {
  content: "";
  display: block;
  background: #fff;
  height: clamp(1px,calc(2 / 1500 * 100vw),2px);
  width: clamp(10px,calc(20 / 1500 * 100vw),20px);
  z-index: 3;
  position: absolute;
  top: 50%;
  right: calc(38 / 840 * 100%);
  transition: all .5s ease;
  transform: rotate(90deg);
  opacity: 1;
}
.lpbox .qa__q.qa--open span:before {
  content: "";
  transform: rotate(-270deg);
  opacity: 0;
}
.lpbox .qa__q.qa--open span:after {
  content: "";
  transform: rotate(0deg);
  opacity: 1;
}



.lpbox .qa__a__text {
  box-sizing: border-box;
  padding: 0 0 clamp(10px,calc(20 / 1500 * 100vw),20px) ;
  max-width: 770px;
}
.lpbox .qa__a__text p {
  background: #fff;
  box-sizing: border-box;
  padding: clamp(10px,calc(20 / 1500 * 100vw),20px) clamp(15px,calc(30 / 1500 * 100vw),30px);
  font-size: clamp(10px,calc(20 / 1500 * 100vw),20px);
  line-height: calc(36 / 20 * 1em);
  font-weight: 500;
  text-align: justify;
}

.lpbox .qa__a__text a {
  color: #004099;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}

/*---------------------------*/
.lpbox #fixbtn {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.lpbox #fixbtn.fixbtn--visible {
  bottom: 0;
}
.lpbox #fixbtn .fixbtn__box {
  position: relative;
  bottom: 0;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}
.lpbox #fixbtn .fixbtn__item {
  display: block;
  box-sizing: border-box;
  padding-left: calc(15 / 1500 * 100%);
  padding-right: calc(6 / 1500 * 100%);
  margin: 0 0 0 auto;
  width: clamp(118px,calc(236 / 1500 * 100vw),236px);
}

/*---------------------------*/


.lpbox .product {
  margin: clamp(40px,calc(80 / 1500 * 100vw),80px) auto;
  position: relative;
}
.lpbox .product__title {
  text-align: center;
  margin: clamp(10px,calc(20 / 1500 * 100vw),20px) auto;
  font-size: clamp(12px,calc(24 / 1500 * 100vw),24px);
  font-weight: 700;
  line-height: calc(50 / 24 * 1em);
}
.lpbox .product__box {
  border: 1px solid #1f1f1f;
  box-sizing: border-box;
  position: relative;
  width: calc(900 / 1500 * 100%);
  max-width: 900px;
  z-index: 2;
  margin: 0 auto 0;
  display: table;
}
.lpbox .product__box dl {
  display: table-row;
  width: 100%;
}
.lpbox .product__box dt {
  background-color: #e2e2e2;
  font-size: clamp(8px,calc(16 / 1500 * 100vw),16px);
  letter-spacing: 0.06em;
  line-height: calc(50 / 26 * 1em);
  padding: 0;
  position: relative;
  text-align: center;
  display: table-cell;
  width: calc(270 / 900 * 100%); 
  vertical-align: middle;
}
.lpbox .product__box dl + dl dt ,
.lpbox .product__box dl + dl dd {
  border-top: 1px solid #1f1f1f;
}
.lpbox .product__box dd {
  padding: clamp(5px,calc(10 / 1500 * 100vw),10px) clamp(10px,calc(20 / 1500 * 100vw),20px);
  position: relative;
  box-sizing: border-box;
  text-align: justify;
  font-size: clamp(7px,calc(14 / 1500 * 100vw),14px);
  line-height: calc(26 / 14 * 1em);
  letter-spacing: 0.06em;
  display: table-cell;
  width: calc(630 / 900 * 100%); 
}
.lpbox .product__box dd.txt--left {
  text-align: justify;
}
/*-------------------------------------------
 form
-----------------------------------------------*/
#form__area {
  box-sizing: border-box;
  width: 100%;
  margin: 1em auto;
  padding: 0;
}


/*-------------------------------------------
 footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: center;
  margin: clamp(30px,calc(60 / 1500 * 100vw),60px) auto clamp(10px,calc(20 / 1500 * 100vw),20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
#lpfooter .footer__link li{
  font-size: clamp(10px,calc(20 / 1500 * 100vw),20px);
  margin: 0;
  box-sizing: border-box;
  padding: 0 1em;
}
#lpfooter .footer__link li + li {
  border-left: clamp(1px,calc(2 / 1500 * 100vw),2px) solid;
}
#lpfooter #copy {
  box-sizing: border-box;
  padding: clamp(10px,calc(20 / 1500 * 100vw),20px) 0;
  width: calc(1000 / 1500 * 100%);
  max-width: 1000px;
  color: #004099;
  border-top: clamp(1px,calc(2 / 1500 * 100vw),2px) solid #004099;
  text-align: center;
  font-size: clamp(8px,calc(16 / 1500 * 100vw),16px);
}

/*-------------------------------------------
 animation
-----------------------------------------------*/
.lpbox .fadein {
  display: block;
  opacity: 1;
  -webkit-transform:translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.lpbox .animhide .fadein {
  display: block;
  opacity: 0;
  -webkit-transform:translate3d(0,50%,0);
  -ms-transform: translate3d(0,50%,0);
  -o-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
  -webkit-filter: blur(0.5em);
  -o-filter: blur(0.5em);
  filter: blur(0.5em);
}

/* bounce */
.lpbox .bounce {
  display: block;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
        0%   {
          -webkit-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -ms-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -o-transform: scale(1,1)      translate3d(0 , 0 , 0);
          transform: scale(1,1)      translate3d(0 , 0 , 0);
  }
        10%  {
          -webkit-transform: scale(1.05,.95)   translate3d(0 , 0 , 0);
          -ms-transform: scale(1.05,.95)   translate3d(0 , 0 , 0);
          -o-transform: scale(1.05,.95)   translate3d(0 , 0 , 0);
          transform: scale(1.05,.95)   translate3d(0 , 0 , 0);
  }
        30%  {
          -webkit-transform: scale(.95,1.05)   translate3d(0 , -8% , 0);
          -ms-transform: scale(.95,1.05)   translate3d(0 , -8% , 0);
          -o-transform: scale(.95,1.05)   translate3d(0 , -8% , 0);
          transform: scale(.95,1.05)   translate3d(0 , -8% , 0);
  }
        50%  {
          -webkit-transform: scale(1.02,.97) translate3d(0 , 0 , 0);
          -ms-transform: scale(1.02,.97) translate3d(0 , 0 , 0);
          -o-transform: scale(1.02,.97) translate3d(0 , 0 , 0);
          transform: scale(1.02,.97) translate3d(0 , 0 , 0);
  }
        57%  {
          -webkit-transform: scale(1,1)      translate3d(0 , -2% , 0);
          -ms-transform: scale(1,1)      translate3d(0 , -2% , 0);
          -o-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);
          -ms-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -o-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);
          -ms-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -o-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);
          -ms-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -o-transform: scale(1,1)      translate3d(0 , 0 , 0);
          transform: scale(1,1)      translate3d(0 , 0 , 0);
  }
        10%  {
          -webkit-transform: scale(1.05,.95)   translate3d(0 , 0 , 0);
          -ms-transform: scale(1.05,.95)   translate3d(0 , 0 , 0);
          -o-transform: scale(1.05,.95)   translate3d(0 , 0 , 0);
          transform: scale(1.05,.95)   translate3d(0 , 0 , 0);
  }
        30%  {
          -webkit-transform: scale(.95,1.05)   translate3d(0 , -8% , 0);
          -ms-transform: scale(.95,1.05)   translate3d(0 , -8% , 0);
          -o-transform: scale(.95,1.05)   translate3d(0 , -8% , 0);
          transform: scale(.95,1.05)   translate3d(0 , -8% , 0);
  }
        50%  {
          -webkit-transform: scale(1.02,.97) translate3d(0 , 0 , 0);
          -ms-transform: scale(1.02,.97) translate3d(0 , 0 , 0);
          -o-transform: scale(1.02,.97) translate3d(0 , 0 , 0);
          transform: scale(1.02,.97) translate3d(0 , 0 , 0);
  }
        57%  {
          -webkit-transform: scale(1,1)      translate3d(0 , -2% , 0);
          -ms-transform: scale(1,1)      translate3d(0 , -2% , 0);
          -o-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);
          -ms-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -o-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);
          -ms-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -o-transform: scale(1,1)      translate3d(0 , 0 , 0);
          transform: scale(1,1)      translate3d(0 , 0 , 0);
  }
}

@keyframes fuwafuwa {
0% {
  transform: scale(1) translate3d(0 , 0 , 0);
  }
50% {
  transform: scale(1.02) translate3d(0 , -20% , 0);
  }
100% {
  transform: scale(1) translate3d(0 , 0 , 0);
  }
}

@keyframes kirakira {
  from, 0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  5% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  95% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
