@charset "UTF-8";

/* Reset */
* {
    margin: 0;
    padding: 0;
}

h5,
h6,
pre,
table,
code,
kbd,
samp,
acronym,
input,
textarea,
select {
    font-size: 100%;
}

a,
ins {
    color: var(--link);
    text-decoration: none;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }

a:hover,
button:hover,
input[type="submit"]:hover,
input[type="checkbox"]:hover,
label:hover,
.button:hover {
    opacity: .7;
    cursor: pointer;
}

address,
em,
cite,
dfn,
var {
    font-style: normal;
}

input,
textarea {
    font-family: sans-serif;
    font-weight: normal;
}

img {
    vertical-align: bottom;
}

a img {
    border: none;
}

:root {
    --main: #ff9333;
    scroll-behavior: smooth;
    scroll-padding-top: 1em;
}

* {
    box-sizing: border-box;
  }

/* Setting */
body {
    background: url(../../images/keirinheroes/lp_bg.jpg);
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

html {
    height: 100%;
    font-size: 14px;
    line-height: 18px;
}

.banner_pc{
    display: block;
}

.banner_sp{
    display: none;
}

.before_all {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: var(--white);
    box-shadow: 20px 15px 10px -5px #8585858f, -19px 15px 12px -3px #8585858f;
    overflow-x: visible;
}

/* lp-header */
.lp-header {
    width: 600px;
    margin: 0 auto;
    text-align: left;
    padding: 2px 10px 0;
}

/* main_fv */
.main_fv{
    width: 600px;
    height: 483px;
    position: relative;
}

.fv_01{
    width: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

.fv_02{
    width: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

.fv_03{
    width: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

.fv_04{
    width: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

.fv_05{
    width: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

.fv_logo{
    width: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

.fv-fade-in.load-in {
    opacity: 1;
    transform: translateY(40px) scale(1);
    opacity: 0;
    visibility: visible;
}

.fade-in-scale.scroll-in {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.lp-fv__cta {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
    margin: -30px auto 45px;
    padding-bottom: 0px;
    height: 300px;
}

.lp_cta {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
    margin: 40px auto 60px;
    padding-bottom: 0px;
    height: 300px;
}

.lp_line_inner{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 100%;
    gap: 0.6em;
}

.clp-cta__input-button {
    position: relative;
    overflow: hidden;
    animation: cta-button 1.5s infinite;
}

.clp-cta__input-button:before {
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, transparent, white);
    position: absolute;
    transform: skewx(15deg);
    animation: cta-button-gloss 1.5s infinite ease-out;
}

.lp-cta__attention {
    color: #292c32;
    text-align: center;
    font-size: 10px;
    line-height: 1.2em;
    font-weight: bold;
}

.lp-cta__attention a {
    color: #ff0000;
}

.lp-fv__cta-catch {
    display: block;
    width: 94%;
    margin: -70px auto 0;
}

/* result_cat */

.result_cat_inner{
    background-image: url(../../images/keirinheroes/result_back.jpg);
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

.result_box{
    padding: 40px 0 0;
}

.current-jisseki {
    box-sizing: border-box;
    width: 600px;
    display: block;
    margin: 0 auto;
    border: 15px solid #ffb947;
    padding: 28px 13px 20px;
    position: relative;
    background-color: #ffffff;
}

.current-jisseki::before {
    content: "";
    display: block;
    background-image: url(../../images/keirinheroes/hit.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -34px;
    right: -15px;
    width: 128px;
    height: 126px;
    z-index: 1;
}

.race_top{
    display: flex;
    align-items: baseline;
    letter-spacing: 0.1em;
}

.race-date{
    font-size: 1.6em;
}

.race-title{
    transform:translateY(-4px);
}

.race-name{
    font-size: 1.8em;
    margin-left: 5px;
    padding: 0 15px 2px;
    background-color: #000000;
    color: #ffffff;
}

.race_result{
    text-align: center;
    padding-top: 30px;
}

.price{
    font-size: 4em;
    color: #e71f19;
    font-weight: bold;
    font-style: italic;
}

.price_1{
    font-size: 3.4em;
    color: #e71f19;
    font-weight: bold;
    font-style: italic;
}

/* support_cat */

.support_02{
    position: relative;
}

.support_text_01{
    position: absolute;
    top: 0;
    left: 0;
}

.support_03{
    position: relative;
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.support_text_02{
    width: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

/* win_cat */
.win_02{
    position: relative;
}

.win_02_text_1{
    position: absolute;
    top: 0;
    left: 0;
}

.win_02_text_2{
    position: absolute;
    top: 0;
    left: 0;
}

.win_03{
    position: relative;
}

.win_03_text{
    position: absolute;
    top: 0;
    left: 0;
}

/* secret_cat */

.secret_01{
    position: relative;
}

.secret_01_arrow{
    position: absolute;
    top: 84%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    animation-name: fadedown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: auto;
}

.secret_02{
    position: relative;
}

.secret_02_arrow{
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    animation-name: fadedown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: auto;
}

.secret_03{
    position: relative;
}

.secret_03_arrow{
    position: absolute;
    top: -1%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    animation-name: fadedown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: auto;
}

@keyframes fadedown{
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 20px);
    }
}

@keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .blink {
    animation: blink 1s linear infinite;
  }

.directly{
    text-align: center;
    padding: 30px 0 15px;
}

.debut{
    position: relative;
}

.debut_text{
    position: absolute;
    top: 64%;
    left: 0;
}

.winner{
    position: relative;
    z-index: 100;
}

.lp_bottom{
    position: relative;
    margin-top: -100px;
}

.lp_bottom_inner{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.lp_cta_bottom {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
    margin: 120px auto 45px;
    height: 300px;
}

.lp_keirin{
    position: absolute;
    bottom: 0;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* Contact page */
.contact-page {
    padding: 36px 20px;
}

.contact-page p {
    margin-top: 10px;
}

.contact-page form {
    width: 100%;
    margin-top: 20px;
}

.contact-page form input,
.contact-page form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    height: 40px;
    margin-bottom: 10px;
    text-indent: 10px;
    outline: none;
}

.contact-page form textarea {
    min-height: 120px;
    padding: 10px;
    text-indent: 0;
}

.contact-page form button {
    background-color: #ff6b04;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
}

/* Static page */
.static-page {
    padding: 36px 20px;
    line-height: 1.8em;
    color: #333;
    border: 1px solid #f5f5f5;
}

.static-page dl > dd,
.static-page dl > ul {
    margin: 1em;
}

.static-page li {
    list-style: none;
}

.static-page table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.8;
}

.static-page table tr,
.static-page table td,
.static-page table th {
    border: solid 1px lightgray;
    text-align: left;
    padding: 4px;
}

/* lp-footer */

.lp-footer-photo {
    height: 360px;
}

.lp-footer-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-footer {
    background: var(--main);
    position: relative;
    padding: 40px 20px;
    font-weight: bold;
}

.lp-footer__menu {
    position: relative;
    z-index: 10;
    color: white;
    text-align: center;
    margin-bottom: 1em;
}

.lp-footer__menu-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    justify-content: center;
}

.lp-footer__attention {
    background: white;
    padding: 1em;
    color: var(--main);
    border-radius: 1em;
    font-size: 13px;
    margin-bottom: 6em;
    margin: 30px 0;
}

.lp-footer__attention ul {
    margin: 0 auto;
    width: fit-content;
}

.lp-footer__attention li {
    list-style: disc;
    list-style-position: inside;
}

.lp-footer__copy {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 13px;
    gap: .6em;
}

.lp-footer__copy img {
    height: 22px;
    width: auto;
}

/********* SP **********/

@media (max-width:600px) {

    .before_all {
        width: 100%;
        overflow-x: hidden;
    }

    .lp-header img {
        width: 100px;
    }

    .banner_pc{
        display: none;
    }

    .banner_sp{
        display: block;
    }

/* lp-header */
.lp-header {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}

/* main_fv */
.main_fv{
    width: 100%;
    height: 91vw;
    position: relative;
}

.main_fv img{
    width: 100%;
}

.fv_01{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fv_02{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fv_03{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fv_04{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fv_05{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fv_logo{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fv-fade-in.load-in {
    opacity: 1;
    transform: translateY(40px) scale(1);
    opacity: 0;
    visibility: visible;
}

.fade-in-scale.scroll-in {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.lp-fv__cta {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
    margin: -18vw auto 50px;
    padding-bottom: 0px;
    height: 48vw;
    text-align: center;
}

.flee-race-img{
    width: 98%;
    text-align: center;
}

.lp_cta {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
    margin: 30px auto 70px;
    padding-bottom: 0px;
    height: 47vw;
    text-align: center;
}

.lp_line_inner{
    position: absolute;
    top: 69%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 100%;
    gap: 0.4em;
    width: 100%;
    padding: 5px 0 0;
}

 .clp-cta__input-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.3s ease;
  }

  .clp-cta__input-button img {
    max-width: 100%;
    height: auto;
  }
    .clp-cta__input-button {
      width: 85%;
    }


.clp-cta__input-button {
    position: relative;
    overflow: hidden;
    animation: cta-button 1.5s infinite;
}

.clp-cta__input-button:before {
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, transparent, white);
    position: absolute;
    transform: skewx(15deg);
    animation: cta-button-gloss 1.5s infinite ease-out;
}

.lp-cta__attention {
    color: #292c32;
    text-align: center;
    font-size: 10px;
    line-height: 1.2em;
}

.lp-cta__attention a {
    color: #ff0000;
}

.lp-fv__cta-catch {
    display: block;
    width: 94%;
    margin: -70px auto 0;
}

/* result_cat */

.result_cat_inner{
    background-image: url(../../images/keirinheroes/result_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 28px;
}

.result_title{
    width: 100%;
}

.result_box{
    padding: 28px 0 0;
}

.current-jisseki {
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin: 0 auto;
    border: 15px solid #ffb947;
    padding: 10px;
    position: relative;
    background-color: #ffffff;
}

.current-jisseki::before {
    content: "";
    display: block;
    background-image: url(../../images/keirinheroes/images/hit.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -34px;
    right: -15px;
    width: 26vw;
    height: 26vw;
    z-index: 1;
}

.race_top{
    display: block;
    align-items: baseline;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.race-date{
    font-size: 5vw;
}

.race-title{
    transform:translateY(-4px);
}

.race-name{
    font-size: 6vw;
    margin-left: 0;
    padding: 0 15px 2px;
    background-color: #000000;
    color: #ffffff;
}

.race_result{
    text-align: center;
    padding-top: 10px;
}

.price{
    font-size: 10vw;
}

.price_1{
    font-size: 8vw;
 }

/* support_cat */

.support_cat img{
    width: 100%;
}

.support_03{
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.support_text_02{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* win_cat */

.win_cat img{
    width: 100%;
}


/* secret_cat */

.secret_cat img{
    width: 100%;
}

.secret_01{
    position: relative;
}

.secret_01_arrow{
    position: absolute;
    top: 84%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    animation-name: fadedown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: auto;
    width: 8%;
}

.secret_02{
    position: relative;
}

.secret_02_arrow{
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    animation-name: fadedown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: auto;
    width: 8%;
}

.secret_03{
    position: relative;
}

.secret_03_arrow{
    position: absolute;
    top: -1%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    animation-name: fadedown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: auto;
    width: 8%;
}

.secret_03_arrow img{
    width: 100%;
}

.directly img{
    width: 100%;
}

.blink {
    width: 50%;
    margin: 0 auto;
  }

  .debut{
    position: relative;
}

.debut img{
    width: 100%;
}

.debut_text{
    position: absolute;
    top: 64%;
    left: 0;
}

.winner{
    position: relative;
    z-index: 100;
}

.winner img{
    width: 100%;
}

.lp_bottom{
    position: relative;
    margin-top: -14vw;
}

.lp_bottom_bg{
    width: 100%;
}

.lp_bottom_inner{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
}

.lp_cta_bottom {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
    margin: 18vw auto 45px;
    height: 49vw;
    text-align: center;
}

/* lp-footer */

.lp-footer-photo {
    height: 360px;
}

.lp-footer-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-footer {
    background: var(--main);
    position: relative;
    padding: 40px 20px;
    font-weight: bold;
}

.lp-footer__menu {
    position: relative;
    z-index: 10;
    color: white;
    text-align: center;
    margin-bottom: 1em;
}

.lp-footer__menu-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    justify-content: center;
}

.lp-footer__attention {
    background: white;
    padding: 1em;
    color: var(--main);
    border-radius: 1em;
    font-size: 13px;
    margin-bottom: 6em;
    margin: 30px 0;
}

.lp-footer__attention ul {
    margin: 0 auto;
    width: fit-content;
}

.lp-footer__attention li {
    list-style: disc;
    list-style-position: inside;
}

.lp-footer__copy {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 13px;
    gap: .6em;
}

.lp-footer__copy img {
    height: 22px;
    width: auto;
}


}


/*********************************/
/*********************************/
/********** ANIMATIONS ***********/
/*********************************/
/*********************************/

/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
      overflow: hidden;
      display: inline-block;
  }

  .slide-in_inner {
    display: inline-block;

  }


  /*左右のアニメーション*/
  .leftAnime{
      opacity: 0;/*事前に透過0にして消しておく*/
  }

  .slideAnimeLeftRight {
    animation-name:slideTextX100;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
      opacity: 0;
  }

  @keyframes slideTextX100 {
    from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
          opacity: 0;
    }

    to {
    transform: translateX(0);/*要素を元の位置に移動*/
      opacity: 1;
    }
  }

  .slideAnimeRightLeft {
    animation-name:slideTextX-100;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
      opacity: 0;
  }


  @keyframes slideTextX-100 {
    from {
    transform: translateX(100%);/*要素を右の枠外に移動*/
      opacity: 0;
    }

    to {
    transform: translateX(0);/*要素を元の位置に移動*/
      opacity: 1;
    }
  }

  /*左右のアニメーション*/
  .rightAnime{
      opacity: 0;/*事前に透過0にして消しておく*/
  }

  .slideAnimeLeftRight {
    animation-name:slideTextX100;
    animation-duration:0.8s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
      opacity: 0;
  }

  @keyframes slideTextX100 {
    from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
          opacity: 0;
    }

    to {
    transform: translateX(0);/*要素を元の位置に移動*/
      opacity: 1;
    }
  }

  .slideAnimeRightLeft {
    animation-name:slideTextX-100;
    animation-duration:0.8s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
      opacity: 0;
  }


  @keyframes slideTextX-100 {
    from {
    transform: translateX(100%);/*要素を右の枠外に移動*/
      opacity: 0;
    }

    to {
    transform: translateX(0);/*要素を元の位置に移動*/
      opacity: 1;
    }
  }

  .fade-in-left, .fade-in-right, .fade-in-scale {
    opacity: 0;
    transition: all 0.8s ease-in-out;
    visibility: hidden;
    transition-delay: 0.4s;
}

.fade-in-left.scroll-in {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.fade-in-right.scroll-in {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.fade-in-scale.scroll-in {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.fade-in-left {
    transform: translateX(-100px);
}

.fade-in-right {
    transform: translateX(150px);
}

.fade-in-scale {
    transform: scale(0.8);
}

.fade-in-scale.scroll-in {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

/* keyframes */

@keyframes cta-button {

    0%,
    60%,
    80%,
    100% {
        transform: scale(1)
    }

    70%,
    90% {
        transform: scale(1.05)
    }
}

@keyframes cta-button-gloss {
    0% {
        left: -32%;
    }

    70%,
    100% {
        left: 120%;
    }
}


/* inview */
.inview-popup {
    transform: scale(0);
}

.inview-popup__active {
    animation: inview-popup 1s forwards ease;
    animation-delay: .2s;
}

.inview-fadeup {
    opacity: 0;
}

.inview-fadeup__active {
    animation: inview-fadeup 1s forwards ease;
    animation-delay: .2s;
}

.inview-ourcharm .lp-charm__item {
    transform: scale(0);
    opacity: 0;
}

.inview-ourcharm__active .lp-charm__item {
    animation: inview-ourcharm 0.4s forwards cubic-bezier(0.04, 0.67, 0.58, 1);
}

.inview-ourcharm__active .lp-charm__item:nth-child(1) {
    animation-delay: 0.0s;
}

.inview-ourcharm__active .lp-charm__item:nth-child(2) {
    animation-delay: 0.1s;
}

.inview-ourcharm__active .lp-charm__item:nth-child(3) {
    animation-delay: 0.2s;
}

.inview-ourcharm__active .lp-charm__item:nth-child(4) {
    animation-delay: 0.3s;
}

.inview-ourcharm__active .lp-charm__item:nth-child(5) {
    animation-delay: 0.4s;
}

.inview-ourcharm__active .lp-charm__item:nth-child(6) {
    animation-delay: 0.5s;
}

.inview-free-contents img {
    transform: scale(0);
    opacity: 0;
}

.inview-free-contents__active img {
    animation: inview-free-contents 0.4s forwards cubic-bezier(0.04, 0.67, 0.58, 1);
}

.inview-free-contents__active img:nth-caahild(1) {
    animation-delay: 0.0s;
}

.inview-free-contents__active img:nth-child(2) {
    animation-delay: 0.1s;
}

.inview-free-contents__active img:nth-child(3) {
    animation-delay: 0.2s;
}

.inview-free-contents__active img:nth-child(4) {
    animation-delay: 0.3s;
}

.inview-free-contents__active img:nth-child(5) {
    animation-delay: 0.4s;
}

.inview-free-contents__active img:nth-child(6) {
    animation-delay: 0.5s;
}


/* inview-keyframes */
@keyframes inview-popup {
    0% {
        transform: scale(0)
    }

    20% {
        transform: scale(1.15)
    }

    40% {
        transform: scale(0.9)
    }

    60% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(0.975)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes inview-fadeup {
    0% {
        opacity: 0;
        transform: translateY(3em);
    }

    100% {
        opacity: 1;
        transform: translateY(0em)
    }
}

@keyframes inview-ourcharm {
    0% {
        transform: scale(0) rotate(130deg);
        opacity: 0;
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

@keyframes inview-free-contents {
    0% {
        transform: scale(0);
         opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes inview-bounceIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(.3);
      -ms-transform: scale(.3);
      transform: scale(.3);
    }

    50% {
      opacity: 1;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
    }

    70% {
      -webkit-transform: scale(.9);
      -ms-transform: scale(.9);
      transform: scale(.9);
    }

    100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }

