/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 1, ../sass/_indexM.scss */
.kv {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 75px;
  z-index: 77;
  background-color: #76689e;
}

/* line 14, ../sass/_indexM.scss */
.mainKV {
  max-width: 300px;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
/* line 22, ../sass/_indexM.scss */
.mainKV:after {
  content: '';
  width: 200%;
  left: -40%;
  height: 5px;
  background-color: #76689e;
  position: absolute;
  bottom: 0;
}
/* line 31, ../sass/_indexM.scss */
.mainKV .kvEle {
  width: 100%;
  position: absolute;
  z-index: 10;
}
/* line 36, ../sass/_indexM.scss */
.mainKV .kvback {
  z-index: 1;
  position: relative;
}
/* line 40, ../sass/_indexM.scss */
.mainKV .kvroleZ {
  z-index: 0;
}

/* line 46, ../sass/_indexM.scss */
.kvRole {
  align-self: end;
}

/* line 52, ../sass/_indexM.scss */
.kvBear {
  animation: kvBear 8s linear infinite;
  animation-delay: 4s;
  transform: rotate(0deg);
  transform-origin: bottom;
}

@keyframes kvBear {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-3deg);
  }
  10% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* line 74, ../sass/_indexM.scss */
.kvRabbit {
  animation: kvRabbit 8s linear infinite;
  animation-delay: 5s;
  transform: rotate(0deg);
  transform-origin: bottom;
}

@keyframes kvRabbit {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* line 96, ../sass/_indexM.scss */
.kvMonkey {
  animation: kvMonkey 8s linear infinite;
  animation-delay: 6s;
  transform: translateY(0);
  transform-origin: bottom;
}

@keyframes kvMonkey {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(15px);
  }
  7% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(15px);
  }
  13% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/* line 125, ../sass/_indexM.scss */
.kvTiger {
  animation: kvTiger 8s linear infinite;
  animation-delay: 7.5s;
  transform: rotate(0deg);
  transform-origin: bottom;
}

@keyframes kvTiger {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* line 146, ../sass/_indexM.scss */
.kvTigerB {
  animation: kvTigerB 8s linear infinite;
  animation-delay: 8.5s;
  transform: translateY(0);
  transform-origin: bottom;
  z-index: 0;
  position: relative;
}

@keyframes kvTigerB {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes cloud {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  50% {
    transform: translateX(-20%);
    opacity: 0.0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes cloud_reverse {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  50% {
    transform: translateX(10%);
    opacity: 0.0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
/* line 200, ../sass/_indexM.scss */
.KVtitle {
  position: relative;
  z-index: 60;
  width: 80%;
  margin: 0% auto;
  margin-top: 5%;
}
/* line 206, ../sass/_indexM.scss */
.KVtitle .kvTitles {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
/* line 212, ../sass/_indexM.scss */
.KVtitle .kvTitles .kvtitle_sub {
  margin-top: -25px;
  margin-bottom: 25px;
}
/* line 216, ../sass/_indexM.scss */
.KVtitle .kvTitles .kvtitle_logo {
  display: none;
}

/* line 223, ../sass/_indexM.scss */
.kvtitle_sub {
  width: 90%;
  margin: 0 auto;
  margin-top: -5px;
  margin-bottom: 25px;
}

/* line 230, ../sass/_indexM.scss */
.carousel {
  background-color: #76689e;
  padding: 20px 0;
  padding-bottom: 10px;
  height: 180px;
  margin-top: -3px;
  position: relative;
  z-index: 78;
}
/* line 239, ../sass/_indexM.scss */
.carousel .pic_slider img {
  height: 150px;
  width: 95%;
  margin: 0 auto;
}
/* line 248, ../sass/_indexM.scss */
.carousel .grass_l {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  width: 25vw;
  max-width: 200px;
  transform: translateY(-93%);
}
/* line 254, ../sass/_indexM.scss */
.carousel .grass_r {
  top: 0;
  right: -30px;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 25vw;
  max-width: 200px;
  transform: translateY(-93%);
}
/* line 260, ../sass/_indexM.scss */
.carousel .ca_decos {
  display: none;
}

/* line 267, ../sass/_indexM.scss */
.footer_m {
  height: auto;
  background-color: #76689e;
  margin-top: -1px;
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}
/* line 275, ../sass/_indexM.scss */
.footer_m img {
  max-width: 500px;
  display: block;
  width: 80%;
  margin: 0 auto;
  min-width: 200px;
}

/* line 285, ../sass/_indexM.scss */
.bottom_bg {
  background-color: #76689e;
  width: 100%;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100px;
  bottom: 0;
}

@media (min-width: 580px) {
  /* line 5, ../sass/_indexPC.scss */
  .mainKV {
    max-width: 350px;
  }
}
@media (min-width: 640px) {
  /* line 10, ../sass/_indexPC.scss */
  .mainKV {
    width: 80%;
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  /* line 20, ../sass/_indexPC.scss */
  .mainKV {
    width: 100%;
    flex-wrap: wrap;
    max-width: 100%;
  }

  /* line 25, ../sass/_indexPC.scss */
  .kvRole {
    width: 55%;
    position: relative;
  }

  /* line 30, ../sass/_indexPC.scss */
  .KVtitle {
    position: relative;
    width: 40%;
  }
}
@media (min-width: 990px) {
  /* line 38, ../sass/_indexPC.scss */
  .mainKV {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: auto;
    position: relative;
  }
  /* line 48, ../sass/_indexPC.scss */
  .mainKV > div {
    position: relative;
  }

  /* line 53, ../sass/_indexPC.scss */
  .KVtitle {
    width: 40%;
  }
  /* line 57, ../sass/_indexPC.scss */
  .KVtitle .kvTitles .kvtitle_logo {
    display: none;
    width: 120%;
    margin-left: -10%;
  }

  /* line 66, ../sass/_indexPC.scss */
  .kv {
    width: 88%;
    margin: 0 auto;
    margin-top: 6%;
    min-height: 65vh;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  /* line 76, ../sass/_indexPC.scss */
  .index_body {
    background-color: #76689e;
  }

  /* line 81, ../sass/_indexPC.scss */
  .kvRole {
    width: 50%;
  }

  /* line 85, ../sass/_indexPC.scss */
  .KVtitle {
    margin-left: 12%;
    width: 38%;
  }
  /* line 90, ../sass/_indexPC.scss */
  .KVtitle .kvTitles .kvtitle_logo {
    display: block;
    width: 115%;
    margin-left: -10%;
  }

  /* line 99, ../sass/_indexPC.scss */
  .footer_m {
    display: none;
  }

  /* line 102, ../sass/_indexPC.scss */
  .carousel {
    margin-top: -5px;
  }
  /* line 104, ../sass/_indexPC.scss */
  .carousel .ca_decos {
    display: block;
    top: 0;
    right: auto;
    bottom: auto;
    left: 15%;
    position: absolute;
    width: 70%;
    transform: translateY(-93%);
  }
}
@media (min-width: 1280px) {
  /* line 115, ../sass/_indexPC.scss */
  .kv {
    padding-left: 0;
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  /* line 122, ../sass/_indexPC.scss */
  .kv {
    max-width: 1380px;
  }
}
