@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@400;600&display=swap";
/* レスポンシブ設定 */
.red {
  background: #aa3b08;
  color: #fff; }

.flex {
  display: flex;
  display: -webkit-flex; }

.is_hidden {
  visibility: hidden;
  opacity: 0; }

@media screen and (min-width: 681px) {
  .sp {
    display: none; }

  body {
    font-size: 18px; } }
@media screen and (max-width: 680px) {
  .pc {
    display: none; }

  body {
    font-size: 15px;
    overflow-x: hidden;
    width: 100%; } }
a,
.lhover,
.btn1_2,
.snslink {
  display: inline-block;
  transition: all 0.3s ease 0s; }

html {
  width: 100%;
  overflow-x: hidden; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.7;
  font-weight: 400;
  position: relative; }

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

h1, h2, h3, h4, h5, dl, dt, dd,
figure,
figcaption {
  margin: 0; }

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #aa3b08; }

h2 {
  text-align: center; }

.border {
  overflow: hidden;
  width: 100%;
  height: 30px; }
  .border .inner {
    width: 2000px;
    position: relative;
    white-space: nowrap; }
    .border .inner svg {
      position: absolute;
      top: 0; }
      @media screen and (min-width: 681px) {
        .border .inner svg {
          left: -17%;
          width: 2000px; } }
      @media screen and (max-width: 680px) {
        .border .inner svg {
          left: -14.5%;
          width: 1200px; } }

#top {
  background: url("../img/topbg.jpg") no-repeat 0 bottom;
  background-size: 100% auto;
  padding-bottom: 30%;
  position: relative;
  width: 100%; }
  #top h1 {
    position: absolute; }
  #top p {
    margin: 0; }
    #top p img {
      position: absolute; }
  #top picture {
    position: absolute; }
  #top .link {
    position: fixed;
    bottom: 5%;
    right: 30px;
    z-index: 100; }
    #top .link a .mainbtn1 {
      fill: #fff; }
    #top .link a .mainbtn2 {
      fill: #ffefcc; }
    #top .link a .mainbtn3 {
      fill: #aa3b08; }
    #top .link a .mainbtn4 {
      fill: #d4b987; }
    #top .link a:hover {
      -webkit-animation: rotate-vert-center 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
      animation: rotate-vert-center 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both; }
      #top .link a:hover .mainbtn1 {
        fill: #d4b987; }
      #top .link a:hover .mainbtn2 {
        fill: #aa3b08; }
      #top .link a:hover .mainbtn3 {
        fill: #fff; }
@-webkit-keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }
@keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }
  @media screen and (min-width: 681px) {
    #top {
      padding-top: 21px; }
      #top .link.infixed {
        bottom: 152px; }
      #top h1 {
        top: 42px;
        right: 36px; }
      #top .toplayer1 {
        top: 271px;
        left: 61.9444444444%; }
      #top .toplayer2_1 {
        top: 249px;
        left: 84.8148148148%; }
      #top .toplayer2_2 {
        top: 335px;
        left: 1.7592592593%; }
      #top .toplayer2_3 {
        top: 429px;
        left: 17.962962963%; }
      #top .toplayer2_4 {
        top: 22px;
        left: 16.1111111111%; }
      #top .toptxt {
        top: 136px;
        left: 4.1666666667%; }
      #top .toplayer3_1 {
        top: 73px;
        left: 75.3703703704%; }
      #top .toplayer3_2 {
        top: 358px;
        left: 91.0185185185%; }
      #top .toplayer3_3 {
        top: 482px;
        left: 72.2222222222%; }
      #top .toplayer3_4 {
        top: 462px;
        left: 8.2407407407%; }
      #top .toplayer3_5 {
        top: 235px;
        left: 80.0925925926%; }
      #top .toplayer3_6 {
        top: -14px;
        left: 11.6666666667%; }
      #top .toplayer3_7 {
        top: 292px;
        left: 18.0555555556%; } }

#info {
  background: #aa3b08;
  color: #fff;
  position: relative;
  background-image: url("../img/bg1.png"), url("../img/bg2.png");
  background-position: 10% 0 , 85% center;
  background-repeat: no-repeat; }
  #info .in {
    max-width: 26em;
    margin: auto;
    padding: 69px 0;
    line-height: 2; }
    #info .in p {
      margin: 0 0 40px; }
      @media screen and (max-width: 680px) {
        #info .in p {
          margin: 0 0 1.5rem !important; } }
  @media screen and (max-width: 680px) {
    #info {
      background-image: url("../img/sp/bg1.png");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: 100% auto; }
      #info .in {
        padding: 1.5rem 9%; } }
  #info .info_1,
  #info .info_2 {
    position: absolute; }
  #info .info_1 {
    top: 458px;
    left: 8.3333333333%; }
  #info .info_2 {
    top: 173px;
    left: 75.0925925926%; }

#footer {
  transition-duration: .6s;
  width: 100%;
  background: url("../img/bg.png"); }
  @media screen and (min-width: 681px) {
    #footer {
      padding: 20px; } }
  @media screen and (max-width: 680px) {
    #footer {
      padding: 1rem 19%; }
      #footer svg.txt {
        width: 60%; }
      #footer li:nth-child(2) {
        margin: 1rem 0 !important; }
        #footer li:nth-child(2) svg.txt {
          width: 57%; }
      #footer li:nth-child(3) svg.txt {
        width: 58%; } }
  #footer ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center; }
    @media screen and (max-width: 680px) {
      #footer ul {
        flex-direction: column; } }
    #footer ul li:nth-child(2) {
      margin: 0 18px; }
  #footer a {
    display: inline-block;
    position: relative; }
    #footer a svg.txt {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    #footer a .btn1 {
      fill: #fff; }
    #footer a .linkt {
      fill: #aa3b08; }
    #footer a:hover .lhover {
      fill: #aa3b08 !important; }
    #footer a:hover .linkt {
      fill: #fff !important; }

#campaign {
  padding: 60px 0;
  background: url("../img/campaign_bg.png") repeat-y top center; }
  #campaign .wahu {
    fill: #aa3b08; }
  @media screen and (min-width: 681px) {
    #campaign .border {
      margin-bottom: 40px; } }
  @media screen and (max-width: 680px) {
    #campaign .border {
      margin-bottom: 1rem; } }
  #campaign dl {
    max-width: 895px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: auto; }
    @media screen and (min-width: 681px) {
      #campaign dl dt, #campaign dl dd {
        margin-bottom: 45px; } }
    @media screen and (max-width: 680px) {
      #campaign dl dt, #campaign dl dd {
        margin-bottom: 1rem; } }
    #campaign dl dt {
      max-width: 200px;
      width: 25%; }
    #campaign dl dd {
      max-width: 712px;
      width: 69%; }
      #campaign dl dd:not(:last-child) {
        background: url("../img/campaign1_02.png") no-repeat bottom; }
        @media screen and (min-width: 681px) {
          #campaign dl dd:not(:last-child) {
            padding: 37px 0 40px 2rem;
            font-size: 21px; }
            #campaign dl dd:not(:last-child) .font2 {
              font-size: 31px; } }
        @media screen and (max-width: 680px) {
          #campaign dl dd:not(:last-child) {
            padding: 1rem 0 1.5rem 1.5rem;
            font-size: 3.8vw; }
            #campaign dl dd:not(:last-child) .font2 {
              font-size: 4.5vw; } }
      #campaign dl dd ul {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap; }
        #campaign dl dd ul li {
          text-align: center;
          margin-bottom: 27px; }
          @media screen and (min-width: 681px) {
            #campaign dl dd ul li {
              width: 33.333%; }
              #campaign dl dd ul li strong {
                display: block;
                padding-top: 1rem; } }
          @media screen and (max-width: 680px) {
            #campaign dl dd ul li {
              width: 45%;
              padding: 0 0 0 1rem;
              font-size: 3.8vw; }
              #campaign dl dd ul li strong {
                display: block;
                padding-top: 0.3rem; } }
  @media screen and (max-width: 680px) {
    #campaign {
      background: url("../img/sp/campaign_bg.png") repeat-y top center;
      background-size: 100% auto;
      padding: 1rem 0; }
      #campaign h2 img {
        width: 70%; } }
  #campaign .campaign_bg1,
  #campaign .campaign_bg2,
  #campaign .campaign_bg3 {
    position: absolute;
    z-index: -1; }
  #campaign .campaign_bg1 {
    top: 250px;
    left: 80%; }
  #campaign .campaign_bg2 {
    top: 875px;
    left: 10%; }
  #campaign .campaign_bg3 {
    top: 1367px;
    left: 79.8148148148%; }

#aisatu {
  background: #aa3b08;
  color: #fff; }
  @media screen and (min-width: 681px) {
    #aisatu {
      padding: 60px 0; }
      #aisatu .border {
        margin-bottom: 60px; } }
  @media screen and (max-width: 680px) {
    #aisatu {
      padding: 1.5rem 0; }
      #aisatu .border {
        margin-bottom: 0; } }
  #aisatu .wahu {
    fill: #d4b987; }
  #aisatu .flex {
    max-width: 890px;
    width: 100%;
    flex-direction: row-reverse;
    margin: auto; }
    @media screen and (max-width: 680px) {
      #aisatu .flex {
        flex-direction: column; } }
    #aisatu .flex .prof {
      font-size: 12px;
      color: #d4b987; }
    #aisatu .flex .txt {
      flex: 1;
      padding-top: 15px;
      line-height: 2; }
      #aisatu .flex .txt p {
        margin: 0 0 40px; }
        @media screen and (max-width: 680px) {
          #aisatu .flex .txt p {
            margin: 0 0 1.5rem !important; } }
  @media screen and (min-width: 681px) {
    #aisatu .flex .prof {
      max-width: 220px;
      margin-right: 100px; } }
  @media screen and (max-width: 680px) {
    #aisatu {
      padding: 1rem 0; }
      #aisatu h2 img {
        width: 70%;
        margin-bottom: 10px; }
      #aisatu .flex {
        align-items: center;
        padding: 0 1rem; }
        #aisatu .flex .prof {
          width: 100%;
          margin-right: 0 !important; }
          #aisatu .flex .prof figure {
            text-align: center; }
            #aisatu .flex .prof figure img {
              width: 50%; }
          #aisatu .flex .prof figcaption {
            text-align: left; } }

#about {
  padding-top: 68px; }
  @media screen and (max-width: 680px) {
    #about {
      padding: 1rem 0 0; }
      #about h2 img {
        width: 70%; } }
  #about .wahu {
    fill: #aa3b08; }
  #about .in {
    max-width: 926px;
    width: 100%;
    margin: auto;
    padding: 68px 0 84px;
    overflow: hidden;
    /*背景画像*/ }
    @media screen and (max-width: 680px) {
      #about .in {
        padding: 1rem 0 !important; } }
    #about .in .flex {
      justify-content: space-between;
      position: relative; }
      #about .in .flex p {
        margin: 0; }
      #about .in .flex:first-of-type {
        margin-bottom: 40px; }
        #about .in .flex:first-of-type .svgbtn {
          padding-top: 40px; }
      #about .in .flex:last-of-type .svgbtn {
        padding-top: 45px; }
      #about .in .flex .txt {
        flex: 1; }
        #about .in .flex .txt a .btn1_1 {
          fill: none; }
        #about .in .flex .txt a .btn1_1, #about .in .flex .txt a .btn1_2 {
          stroke: #aa3b08;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-width: .7px; }
        #about .in .flex .txt a .btn1_3 {
          fill: #aa3b08; }
        #about .in .flex .txt a .btn1_2 {
          fill: #fff; }
        #about .in .flex .txt a:hover .btn1_2 {
          fill: #aa3b08; }
        #about .in .flex .txt a:hover .btn1_3 {
          fill: #fff; }
      @media screen and (min-width: 681px) {
        #about .in .flex:first-of-type .phot {
          max-width: 280px; }
        #about .in .flex:last-of-type .phot {
          max-width: 450px; }
        #about .in .flex:last-of-type .txt {
          padding: 0 1rem 0 37px; } }
      @media screen and (max-width: 680px) {
        #about .in .flex:first-of-type .phot {
          width: 37%; }
        #about .in .flex:last-of-type .phot {
          max-width: 450px; } }
    #about .in h3.txtsty1 {
      margin-bottom: 48px; }
    #about .in h3.txtsty2 {
      text-align: right;
      margin-bottom: 40px; }
    #about .in .infobg1,
    #about .in .infobg2,
    #about .in .infobg3 {
      position: absolute; }
    #about .in .infobg1 {
      top: 355px;
      left: -4.4444444444%;
      z-index: -1; }
    #about .in .infobg3 {
      top: 200px;
      left: 46.2962962963%;
      z-index: -1; }
    #about .in .infobg2 {
      bottom: 10px;
      left: 66.9444444444%; }

#tenpo {
  padding-bottom: 70px;
  font-size: 13px; }
  @media screen and (max-width: 680px) {
    #tenpo {
      padding: 0 1rem 2rem !important; } }
  #tenpo .in {
    max-width: 926px;
    margin: auto; }
  #tenpo .tenp1 {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 80px;
    margin-top: 40px !important;
    border-top: solid 1px rgba(0, 0, 0, 0.56);
    border-bottom: solid 1px rgba(0, 0, 0, 0.56); }
    @media screen and (max-width: 680px) {
      #tenpo .tenp1 {
        flex-wrap: wrap;
        padding: 7%; }
        #tenpo .tenp1 li:nth-child(1) {
          width: 25%; }
        #tenpo .tenp1 li:nth-child(2) {
          width: 75%; }
        #tenpo .tenp1 li:nth-child(3) {
          width: 100%; } }
    #tenpo .tenp1 li:last-child {
      text-align: center; }
    #tenpo .tenp1 a .btnred {
      fill: #aa3b08; }
    #tenpo .tenp1 a .white {
      fill: #fff; }
    #tenpo .tenp1 a:hover .btnred {
      fill: #d4b987; }
  #tenpo .tenp2 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap; }
    #tenpo .tenp2 li {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      border-bottom: solid 1px rgba(0, 0, 0, 0.56);
      padding: 20px; }
      #tenpo .tenp2 li img {
        max-width: 98px;
        height: auto; }
        @media screen and (max-width: 680px) {
          #tenpo .tenp2 li img {
            max-width: 82px; } }
      #tenpo .tenp2 li .txt {
        flex: 1; }
        @media screen and (min-width: 681px) {
          #tenpo .tenp2 li .txt {
            margin-left: 37px;
            padding: 30px 0; } }
        @media screen and (max-width: 680px) {
          #tenpo .tenp2 li .txt {
            margin-left: 5% !important; } }
        #tenpo .tenp2 li .txt p {
          margin-top: 0; }
        #tenpo .tenp2 li .txt a {
          display: inline-block;
          background: #aa3b08;
          background: #aa3b08;
          color: #fff;
          padding: 0.5em 1em; }
          #tenpo .tenp2 li .txt a:hover {
            background: #d4b987; }
        #tenpo .tenp2 li .txt .kyu {
          display: inline-block;
          padding: 0.5em 1em;
          background: #929292;
          color: #fff;
          width: 7em;
          text-align: center; }
      #tenpo .tenp2 li:nth-child(2n-1) {
        padding-right: 0 !important; }
        @media screen and (min-width: 681px) {
          #tenpo .tenp2 li:nth-child(2n-1) .txt {
            border-right: solid 1px rgba(0, 0, 0, 0.56);
            padding-right: 20px !important; } }
    @media screen and (min-width: 681px) {
      #tenpo .tenp2 li {
        width: 50%; } }
    @media screen and (max-width: 680px) {
      #tenpo .tenp2 {
        flex-direction: column; }
        #tenpo .tenp2 li {
          width: 100%; } }

#sns {
  background: #aa3b08;
  color: #fff;
  text-align: center;
  position: relative; }
  #sns .flex {
    justify-content: center;
    align-items: center; }
    #sns .flex .snslink {
      fill: #fff; }
    #sns .flex a:hover .snslink {
      fill: #d4b987; }
  @media screen and (min-width: 681px) {
    #sns {
      padding: 60px; }
      #sns .sns1 {
        margin: 0 50px; } }
  @media screen and (max-width: 680px) {
    #sns {
      padding: 6%; }
      #sns .sns1 {
        margin: 0 8%; } }
  #sns .pagetop {
    position: absolute; }
    @media screen and (min-width: 681px) {
      #sns .pagetop {
        top: -16px;
        right: 20px; } }
    @media screen and (max-width: 680px) {
      #sns .pagetop {
        top: -23px;
        right: 12px; }
        #sns .pagetop svg {
          width: 35px; } }
  #sns .f1 {
    fill: none; }
  #sns .f1, #sns .f2 {
    stroke: #aa3b08;
    stroke-miterlimit: 10; }
  #sns .f2 {
    fill: #fff; }

footer {
  padding: 68px 1rem 20px;
  font-size: 13px; }
  footer p {
    margin: 0; }
  footer .in {
    max-width: 1080px;
    margin: auto;
    align-items: flex-end;
    justify-content: space-between; }
    footer .in .link {
      margin-bottom: 1rem; }
  @media screen and (max-width: 680px) {
    footer {
      padding: 1rem !important;
      font-size: 2vw; }
      footer .logo {
        width: 40%; } }

@media screen and (min-width: 681px) {
  .bgphot {
    max-height: 332px;
    aspect-ratio: 1/0.261;
    background: url("../img/bgp.jpg") no-repeat 0 50%;
    background-size: cover; } }
@media screen and (max-width: 680px) {
  .bgphot {
    height: 150px;
    background: url("../img/sp/bgp.jpg") no-repeat 0 50%;
    background-size: cover; } }

.fd {
  position: -webkit-sticky !important;
  /*Safari*/
  position: sticky !important;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%; }

/*　アニメーション用
**********************************************************/
.s05 {
  animation-duration: 0.5s; }

.s10 {
  animation-duration: 1s; }

.s15 {
  animation-duration: 1.5s; }

.s20 {
  animation-duration: 2s; }

.s25 {
  animation-duration: 2.5s; }

.s30 {
  animation-duration: 3s; }

.s35 {
  animation-duration: 3.5s; }

.s40 {
  animation-duration: 4s; }

.s45 {
  animation-duration: 4.5s; }

.s50 {
  animation-duration: 5s; }

.s55 {
  animation-duration: 5.5s; }

@media screen and (max-width: 680px) {
  #top {
    overflow: hidden;
    padding-top: 20%; }
    #top h1 {
      width: 13.2%;
      top: 3%;
      right: 4.2666666667%; }
    #top h2 img {
      width: 67.6%;
      padding-top: 5%; }
    #top .toplayer1 {
      top: 51%;
      left: 60.2666666667%;
      width: 36.4%; }
    #top .toplayer2_1 {
      top: 26%;
      left: 82.4%;
      width: 10.1333333333%; }
    #top .toplayer2_2 {
      top: 35%;
      left: 3.7333333333%;
      width: 14.1333333333%; }
    #top .toplayer2_3 {
      top: 61%;
      left: 14.1333333333%;
      width: 7.6%; }
    #top .toplayer2_4 {
      top: 2%;
      left: 23.4666666667%;
      width: 19.0666666667%; }
    #top .toptxt {
      top: 13%;
      left: 3.6%;
      width: 68.8%; }
    #top .toplayer3_1 {
      top: 5%;
      left: 55.0666666667%;
      width: 6%; }
    #top .toplayer3_2 {
      top: 44%;
      left: 84.5333333333%;
      width: 14.5333333333%; }
    #top .toplayer3_3 {
      top: 67%;
      left: 66.5333333333%;
      width: 11.3333333333%; }
    #top .toplayer3_4 {
      top: 57%;
      left: 1.7333333333%;
      width: 5.4666666667%; }
    #top .toplayer3_5 {
      top: 19%;
      left: 74%;
      width: 3.4666666667%; }
    #top .toplayer3_6 {
      top: -3%;
      left: 14.8%;
      width: 12.9333333333%; }
    #top .toplayer3_7 {
      top: 20%;
      left: 3.4666666667%;
      width: 10.5333333333%; }

  .mainbtn {
    text-align: center;
    transform: translateY(100%);
    /* 1. メニューを画面下へ隠す */
    transition: .3s;
    /* 2. 0.3秒かけて表示する */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }
    .mainbtn.active {
      /* 3. メニューを定位置へ戻す */
      transform: translate(0); }
    .mainbtn a {
      display: block;
      background: #fff3d0;
      border-top: solid 11px #d4b987;
      border-bottom: solid 11px #d4b987;
      padding: 2%; }
      .mainbtn a img {
        width: 45%;
        height: auto;
        vertical-align: middle !important; }

  #about .in .flex:first-of-type .txt {
    padding-bottom: 100px;
    padding-left: 1rem;
    padding-right: 1rem; }
  #about .in .flex:first-of-type .svgbtn {
    position: absolute;
    bottom: 0;
    left: 28.5333333333%;
    width: 50%; }
  #about .in .flex:first-of-type .phot {
    padding-right: 1rem; }
  #about .in .flex:last-of-type {
    flex-direction: column !important;
    padding: 0 1rem; }
    #about .in .flex:last-of-type .phot {
      width: 55%; }
    #about .in .flex:last-of-type .txt {
      padding: 1rem 0; }
  #about .in .flex .svgbtn {
    width: 50%;
    padding-top: 1rem !important; }
  #about .in .infobg1 {
    top: auto;
    bottom: 0;
    left: -6.4%;
    width: 28.1333333333%;
    z-index: -1; }
  #about .in .infobg3 {
    top: 40%;
    left: 34%;
    width: 34.6666666667%;
    z-index: -1; }
  #about .in .infobg2 {
    bottom: auto;
    top: 0;
    left: 56.2666666667%;
    width: 34.6666666667%; }
  #about .txtsty1 {
    padding: 0 1rem;
    width: 75%;
    margin-bottom: 1rem !important; }
  #about .txtsty2 {
    padding: 0 1rem;
    margin-bottom: 1rem !important; } }
.delay05 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important; }

.delay1s {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important; }

.delay15s {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important; }

.delay2s {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important; }

.delay21s {
  -webkit-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important; }

.delay22s {
  -webkit-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important; }

.delay23s {
  -webkit-animation-delay: 2.3s !important;
  animation-delay: 2.3s !important; }

.delay24s {
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important; }

.delay25s {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important; }

.fade_in_bottom {
  -webkit-animation: fade_in_bottom 0.8s linear both;
  animation: fade_in_bottom 0.8s linear both; }

.slide_in_fwd_top {
  -webkit-animation: slide_in_fwd_top 0.8s linear;
  animation: slide_in_fwd_top 0.8s linear; }

.fadeInUp {
  opacity: 0;
  transform: translate(0, 100px); }

.fadeIn {
  -webkit-animation: fadeIn 1s ease-out both;
  animation: fadeIn 1s ease-out both; }

.ping {
  -webkit-animation: ping 1.5s ease-in 0s infinite forwards running;
  animation: ping 1.5s ease-in 0s infinite forwards running; }

.scaleupcenter {
  -webkit-animation: scaleupcenter 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: scaleupcenter 1s cubic-bezier(0.39, 0.575, 0.565, 1); }

/* ----------------------------------------
 * animation scaleupcenter
 * ---------------------------------------- */
@-webkit-keyframes scaleupcenter {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes scaleupcenter {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation fadeIn
 * ---------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateZ(-80px) translateY(100px);
    transform: translateZ(-80px) translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    -webkit-transform: translateZ(-80px) translateY(100px);
    transform: translateZ(-80px) translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1; } }
/* ----------------------------------------
 * animation slide_in_fwd_top
 * ---------------------------------------- */
@-webkit-keyframes slide_in_fwd_top {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(-800px) scale(0.5);
    transform: translateZ(-1400px) translateY(-800px) scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0) translateY(0) scale(1);
    transform: translateZ(0) translateY(0) scale(1);
    opacity: 1; } }
@keyframes slide_in_fwd_top {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(-800px) scale(0.5);
    transform: translateZ(-1400px) translateY(-800px) scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0) translateY(0) scale(1);
    transform: translateZ(0) translateY(0) scale(1);
    opacity: 1; } }
/* ----------------------------------------
 * animation fade_in_bottom
 * ---------------------------------------- */
@-webkit-keyframes fade_in_bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade_in_bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation ping
 * ----------------------------------------
 */
@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1; }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0; } }
@keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1; }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0; } }
