@charset "utf-8";
/* CSS Document */

body {
    font-size: 1rem;
    line-height: 1.8;
    font-family: 'Zen Maru Gothic', sans-serif;
    max-width: 100%;
}
p{line-height: 1.8;}

li{
    list-style: none;
}

.pcOnly {display: block;}
.spOnly {display: none;}

.pcMv {display: block;}
.spMv {display: none;}

.fv--inner {
    position: relative;
    width: 100%;
}
.fv--inner--main {
    position: absolute;
    top: calc(50% - 240px);
    left: calc(50% - 480px);
    max-width: 940px;
    z-index: 999;  
}
.fv--inner--main .mainLogo {
    max-width: 100%;
    margin-top: 3rem;
}

.fv--inner h1{
    font-size: 3.2em;
    width: 960px;
    text-align: center;
    color: #fff;
}
.fv--inner h1 img{
    width: 100%;
}
@media screen and (max-width: 1020px) {
    .fv--inner h1{
        width: 740px;
    }
    .fv--inner--main {
        left: calc(50% - 370px);
    }
}
/*@media screen and (max-width: 749px) {
    .fv--inner h1{
        width: 560px;
    }
    .fv--inner--main {
        left: calc(50% - 310px);
    }
}*/
/*@media screen and (max-width: 640px) {
    .fv--inner h1{
        width: 100%;
    }
    .fv--inner--main {
        left: calc(50% - 240px);
    }
}*/


/* ファーストビューのボタン */
.btn.top a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    padding: 1.4rem 4rem;
    border-radius: 5rem;
    font-weight: 700;
    font-size: 2.4em;
    line-height: 1.2;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn.top a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* 沼津ボタン */
.newFacility--btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    padding: 1.4rem 4rem;
    border-radius: 5rem;
    font-weight: 700;
    font-size: 2.4em;
    line-height: 1.2;
    background-color: #0066A1;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.newFacility--btn a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}



.sec_topWrap {
    display: flex;
    justify-content: space-between;
}
.sec_topWrap .sec_topimg{
    width: 50%;
    position: relative;
}

.sec_topimg.land {
    background: url("../images/img_mv_land.jpg") no-repeat center center / cover;
}
.sec_topimg.sea {
    background: url("../images/img_mv_sea.jpg") no-repeat center center / cover;
}

.sec_topWrap .sec_topimg .wrap{
    width: 100%;
    position: relative;
    bottom: 30px;
}
.sec_topWrap .sec_topimg .wrap .btn.top{
    position: absolute;
    left: calc(50% - 120px);
    top: 680px;
    margin: 0 auto;
    z-index: 998;
}
.sec_topWrap .sec_topimg.land .wrap .btn.top a{
    background-color: #005731;
}
.sec_topWrap .sec_topimg.sea .wrap .btn.top a{
    background-color: #6398AF;
}


.is-layer-dot {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 98;
}

.is-layer-dot::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
    background-image: radial-gradient(#333 30%, transparent 31%), radial-gradient(#333 30%, transparent 31%);
    background-size: 3px 3px;
    background-position: 0 0, 1px 1px;
    z-index: 99;
}

.sec_topimg:hover .is-layer-dot::after{
    opacity: 0;
    transition: .3s;
}

.sec_topimg:hover .is-layer-dot::after{
    opacity: 0;
    transition: .3s;
}

@media (max-width: 767px) {
.is-layer-dot {
    height: 660px;
    }
    
.is-layer-dot::after {
        height:660px;
    }
}

/*COMMON*/

.inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 3%;
}

h1 span{
    display: block;
}
h2 span{
    display: table;
    margin: 0 auto;
}

.btn a{
    position: relative;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.btn:not(.top):not(.newFacility--btn)::before{
    content: '';
  position: absolute;
    bottom:2rem;
    right:15%;
    width: 12%;
    height: 1px;
  background:#fff;
    transition: all .3s;
    z-index: 10;
}
.btn:not(.top):not(.newFacility--btn)::after{
    content: '';
    position: absolute;
    right: 15%;
    width: 12px;
    height: 1px;
    background: #fff;
    transform: rotate(35deg);
    transition: all .3s;
    top: 27px;
    z-index: 10;
}
.btn:not(.top):not(.newFacility--btn):hover::before{
    right:-1%;
}
.btn:not(.top):not(.newFacility--btn):hover::after{
    right:-1%;
}


.secTtl {
    font-size: 3.2em;
    font-weight: 900;
    text-align: center;
    color: #2C3E50;
    margin-bottom: 5rem;
}
.secTtl span {
      display: table;
      margin: 0 auto 1rem;
}


.blockContents{
    padding: 4rem 0;
}
.blockContents.fv{
    padding: 0;
}

.blockFooter{
}

.blockFooter .upperArea{
  background: linear-gradient(45deg, #2C3E50 50%, transparent 52%), linear-gradient(315deg, #2C3E50 50%, transparent 52%);
  background-size: 20px 20px;
  height: 20px;
}

.blockFooter .footer--inner {
    background-color: #2C3E50;
}

.blockFooter .footer--inner ul {
    /*max-width: 1060px;*/
    max-width: 540px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5rem 0;
}
.blockFooter .footer--inner ul >* {
    width: 42%;
    text-align: center;
}
.blockFooter .footer--inner li a {
    display: inline-block;
}

.blockFooter .footer--inner li a::hover img {
    transform: scale(1.05);
    transition: .3s;
}

.blockFooter .copyright {
    text-align: center;
    display: block;
    font-size: 1em;
    padding: 1rem 0;
    font-size: .75em;
    font-weight: 700;
}

/*----- /footer -----*/


/*BLOCK*/

/* New Facility Section */
.blockContents.newFacility {
    padding: 4rem 0;
}

.newFacility .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 3%;
}

.newFacility--wrapper {
    position: relative;
    width: 100%;
}

.newFacilityImage {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.newFacility--btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.newFacility--btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    padding: 1rem 3rem;
    border-radius: 5rem;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.2;
    background-color: #0066A1;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.newFacility--btn a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}


@media (max-width: 767px) {
    .blockContents.newFacility {
        padding: 2rem 0;
    }
    
    .newFacility--btn a {
        font-size: 1.6em;
        padding: 0.8rem 2.5rem;
    }
}
/* End of New Facility Section */

.inner h2 {
    text-align: center;
}

.blockContents.facility{
    position: relative;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
}


.facility--contentsBox {
    background-color: rgba(255,255,255,0.92);
    position: relative;
    max-width: 1280px;
    z-index: 2;
    display: flex;
    align-items: center;
    margin: 150px auto 0;

}
.facility--contentsBox.rev {
    flex-direction: row-reverse;
    margin-top: 40px;
}
.facility--contentsBox .textBlock {
    padding: 3%;
    text-align: center;
    width: 54%;
}
.facility--contentsBox .textBlock ul{
    margin-top: 1rem;
}

.ttl--sdgs {
    font-size: 1.6em;
    font-weight: 900;
}

.facility--contentsBox .btn {
    color: #fff;
    border-radius: 4rem;
    display: inline-block;
    position: relative;
    padding: 1rem 3rem;
    margin-top: 2rem;
}

.facility--contentsBox.sea
.ttl--sdgs {
    color: #6398AF;
}
.facility--contentsBox.sea .btn {
    background-color: #6398AF;
}

.facility--contentsBox.land
.ttl--sdgs {
    color: #005731;
}
.facility--contentsBox.land .btn {
    background-color: #005731;
}


.facility--contentsBox .textBlock .logo{
    display: inline-block;
    max-width: 420px;
}
.facility--contentsBox .textBlock h3{
    font-size: 1.4em;
    margin-bottom: 1rem;
    line-height: 1.8;
}
.facility--contentsBox .textBlock p{
    line-height: 2rem;
}
.facility--contentsBox .textBlock .leadLeft {
    text-align: left;
}


.facility--contentsBox .picBlock{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 46%;
}
.facility--contentsBox .picBlock li {
    width: 100%;
}
.facility--contentsBox .picBlock li:nth-child(n+2) {
    width: 50%;
}
.facility--contentsBox .picBlock li img{
    width: 100%;
}

.facility--bgWrap{
    height: 840px;
    overflow: hidden;
}
.facility--bg {
    position:relative;
    /*overflow:hidden;*/
    margin:0 auto;
/*  width:1920px;
    height:1920px;*/
    width:1260px;
    height:1260px;
    background-color:#fff;
}

    .facility--bg::before,
    .facility--bg::after {
        position:absolute;
        left:-50%;
        width:200%;
        height:200%;
        content:"";
        background-color:#005731;
        animation:wave linear 28s infinite;
    }

    .facility--bg::before {
        top:-150%;
        border-radius:50% 50% / 50% 70%;
    }

    .facility--bg::after {
        top:-156%;
        border-radius:30% 70% / 30% 50%;
        background-color: #6398AF;
        animation-delay:0.4s;
    }

    .facility--bg.upper::before {
        /*top:50%;*/
        top: -4%;
        border-radius:70% 50% / 50% 70%;
    }

    .facility--bg.upper::after {
        top:0;
        border-radius: 30% 70% / 50% 50%;
        background-color: #6398AF;
        animation-delay:0.4s;
    }
@keyframes wave {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


.blockContents.message {
    
}
.message--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.message--inner .textBlock{
    max-width: 68%;
}
.message--inner .textBlock p{
    background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%,100% 2.4em;
    font-size: 1.2em;
  line-height: 2.4em;
  padding: 0 1em 0.2em 1em;
}


.message--inner figure{
    max-width: 28%;
}

.blockContents.campaign {
    padding: 0 0 5rem;
}


.campaignBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.campaignBox >* {
    width: 50%;
}
.campaignBox .figureBox {
    position: relative;
}
.campaignBox .figureBox img{
    min-height: 280px;
    width: 100%;
}
.campaignBox .figureBox p{
    position: absolute;
    padding: 0.6rem 2rem;
    color: #fff;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
}
.campaignBox .figureBox p::before{
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
}
.campaignBox .campaignTextBox {
    padding: 3%;
    position: relative;
}

.campaignBox .campaignTextBox h3{
    font-size: 2.3em;
    margin-bottom: 1rem;
    line-height: 1.6;
}
.campaignBox .campaignTextBox p{
    font-size: 1em;
    margin-bottom: 2rem;
}
.campaignBox .note {
    font-size: .85em;
    margin-bottom: 1rem;
}
.campaignBox .btn {
    position: absolute;
    right: 3%;
    bottom: 0;
}
.campaignBox .btn a{
    padding: 1rem 4rem;
    background-color: #6C6C6C;
    color: #fff;
    text-decoration: none;
}
.campaignBox .btn::before{
    bottom: 28px;
}
.campaignBox .btn::after{
    top: 27px;
}


/*ACCESS*/

.access ul {
    margin:1rem auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 560px;
}
.access ul li {
    font-weight: 700;
    width: 50%;
    text-align: center;
}
.access ul li:last-child {
    width: 100%;
}

.access ul li:nth-last-child(1){
    margin-left: 2rem;
}
.access ul li span {
    position: relative;
    padding: 0.2em;
    color: #fff;
}
.access ul li span::before {
    content: '';
    position: absolute;
    background-color: #1C6BFD;
    border-radius: 100%;
    width: 1.4rem;
    height: 1.4rem;
    display: inline-block;
    z-index: -1;
    left: -0.2rem;
    top: 0.3rem;
}

/*.access iframe {
 pointer-events: none;
}*/


@media screen and (max-width: 749px) {
    
    .pcMv{display: none;}
    .spMv{display: block;}
    
    
    .spMv .sec_topWrap {
        display: inline-block;
        width: 100%;
    }
    .spMv .sec_topWrap li{
        height: 100vh;
        position: relative;
    }
    .spMv .slider-item li.slide01{
        background: url("../images/img_mv_land.jpg") no-repeat center center;
    }
    .spMv .slider-item li.slide02{
        background: url("../images/img_mv_sea.jpg") no-repeat center center;
    }
    
    .fv--inner--main{
        top: 200px;
        width: 100%;
        position: absolute;
        left: inherit;
        z-index: 1;
    }
    .fv--inner h1 {
        width: 100%;
    }
    .fv--inner--main .mainLogo {
        max-width: 86%;
        margin: 2rem auto 0;
    }
    
    .spMv .btn.top {
        bottom: 40px;
        position: absolute;
        left: calc(50% - 140px);
    }
    .spMv .sec_topimg.land .btn.top a{
    background-color: #005731;
    }
    .spMv .sec_topimg.sea .btn.top a{
        background-color: #6398AF;
    }
    
}


@media screen and (max-width: 640px) {

.pcOnly {display: none;}
.spOnly {display: block;}
    
    .fv--inner h1 {
        font-size: 2.1em;
        padding: 6% 0;
        background-color: rgba(0,0,0,0.3);
        background-image: radial-gradient(#333 30%, transparent 31%), radial-gradient(#333 30%, transparent 31%);
        background-size: 3px 3px; 
    }
    
    .btn::after {
        top: 27px;
    }
    
    .blockContents {
        padding: 2rem 0;
    }
    .secTtl {
        font-size: 2em;
        margin-bottom: 3rem;
    }
    .secTtl span {
        width: 24vw;
    }

    .blockFooter .footer--inner ul {
        padding: 1rem 6% 2rem;
    }
    .blockFooter .footer--inner ul > *{
        width: 54%;
        margin: 3rem auto 0;
    }
    
    .message--inner {
        display: contents;
    }
    .message--inner .textBlock {
        max-width: 100%;
    }
    .message--inner .textBlock p{
        font-size: 1em;
    }
    
    
    .message--inner figure {
        max-width: 62%;
        margin: 2rem auto 0;
    }
    
    .facility--bgWrap {
        height: auto;
    }
    .facility--bg {
        width: 100%;
        height: 100%;
    }
    .facility--contentsBox {
        display: inline-block;
    }
    .facility--contentsBox > *{
        width: 92%;
        margin: 0 auto;
    }
    
    .facility--contentsBox.rev {
        flex-direction: row;
        margin-top: 20px;
    }
    .facility--contentsBox .textBlock {
        width: 100%;
    }
    .facility--contentsBox .textBlock p{
        margin-bottom: 1rem;
    }
    .facility--contentsBox .textBlock h3 {
        font-size: 1.2em;
    }
    .facility--contentsBox .picBlock {
        width: 100%;
    }
    
    .blockContents.campaign{
        padding: 4rem 0;
    }
    
    .campaignBox {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
    .campaignBox > * {
        width: inherit;
    }
    
    .campaignBox .campaignTextBox {
        text-align: center;
    }
    .campaignBox .campaignTextBox h3 {
        font-size: 1.8em;
    }
    .campaignBox .campaignTextBox p {
        margin-bottom: 1rem;
        text-align: left;
    }
    .campaignBox .btn {
        position: relative;
        margin: 1rem auto 0;
        text-align: center;
        right: 0;
        display: inline-block;
    }
    .campaignBox .btn::after {
        top: 28px;
    }
    .campaignBox .figureBox p{
        font-size: .85em;
    }

    
    .mapBox {
        max-width: 92%;
        margin: 0 auto;
    }
    .access ul {
        padding: 0 6%;
        display: inline-block;
    }
    .access ul li:nth-last-child(1) {
        margin-left: 0;
    }
    
    .access ul li {
        width: 100%;
        text-align: left;
    }
}


/*animations*/


/* FadeIn Animation */
.effect-fade {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.effect-fade:nth-of-type(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.effect-fade:nth-of-type(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.effect-fade:nth-of-type(4) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.effect-fade:nth-of-type(5) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.effect-fade:nth-of-type(6) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.fadeT {
  -webkit-transform: translate(0, -80px);
          transform: translate(0, -80px);
}

.fadeB {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}

.fadeL {
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}

.fadeR {
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.animeElm {
  visibility: hidden;
  opacity: 0;
}
.animeElm.is-animestart {
  visibility: visible;
  opacity: 1;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-12-20 18:19:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes fluffy1 {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  5% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  10% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  20% {
    -webkit-transform: translateY(calc(-50% - 10px));
            transform: translateY(calc(-50% - 10px));
  }
  25% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  30% {
    -webkit-transform: translateY(calc(-50% - 10px));
            transform: translateY(calc(-50% - 10px));
  }
  50% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes gnvhome {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  10% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translateX(-50%) rotate(-10deg);
            transform: translateX(-50%) rotate(-10deg);
  }
  45% {
    -webkit-transform: translateX(-50%) rotate(10deg);
            transform: translateX(-50%) rotate(10deg);
  }
  60% {
    -webkit-transform: translateX(-50%) rotate(-10deg);
            transform: translateX(-50%) rotate(-10deg);
  }
  75% {
    -webkit-transform: translateX(-50%) rotate(10deg);
            transform: translateX(-50%) rotate(10deg);
  }
  90% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes gnvgrow {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
  70% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@keyframes gnvbird {
  0% {
    -webkit-transform: translateX(-20%) rotate(-20deg);
            transform: translateX(-20%) rotate(-20deg);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateX(-60%) rotate(5deg);
            transform: translateX(-60%) rotate(5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-60%) rotate(5deg);
            transform: translateX(-60%) rotate(5deg);
  }
}
