/* 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: #f7f1a9;
}

/* 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: #69aa4b;
  position: absolute;
  bottom: 0;
}
/* line 31, ../sass/_indexM.scss */
.mainKV .kvEle {
  width: 100%;
  position: absolute;
  z-index: 10;
}

/* line 41, ../sass/_indexM.scss */
.kvRole {
  align-self: end;
}

/* line 47, ../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 69, ../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 91, ../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 118, ../sass/_indexM.scss */
.kvswing {
  animation: kvTiger 8s linear infinite;
  animation-delay: 8.5s;
  transform: translateY(0);
  transform-origin: top;
}

/* 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;
}

@keyframes kvTigerB {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* line 166, ../sass/_indexM.scss */
.cloud_l {
  animation: cloud 5s linear infinite;
  animation-delay: 3s;
  animation-direction: reverse;
  transform: translateY(0);
  transform-origin: bottom;
}

/* line 173, ../sass/_indexM.scss */
.cloud_r {
  animation: cloud_reverse 8s linear infinite;
  animation-delay: 4s;
  transform: translateY(0);
  transform-origin: bottom;
}

@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 211, ../sass/_indexM.scss */
.KVtitle {
  align-self: end;
  position: relative;
  z-index: 60;
  width: 80%;
  margin: 0 auto;
}
/* line 217, ../sass/_indexM.scss */
.KVtitle .kvTitles {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
/* line 222, ../sass/_indexM.scss */
.KVtitle .kvTitles > div {
  margin-top: -5px;
}
/* line 225, ../sass/_indexM.scss */
.KVtitle .kvTitles .kvtitle_sub {
  margin-top: -15px;
}
/* line 228, ../sass/_indexM.scss */
.KVtitle .kvTitles .kvtitle_logo {
  display: none;
}

/* line 237, ../sass/_indexM.scss */
.carousel {
  background-color: #69aa4b;
  padding: 20px 0;
  padding-bottom: 10px;
  height: 180px;
  margin-top: -3px;
  position: relative;
  z-index: 78;
}
/* line 246, ../sass/_indexM.scss */
.carousel .pic_slider img {
  height: 150px;
  width: 95%;
  margin: 0 auto;
}
/* line 255, ../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 261, ../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 267, ../sass/_indexM.scss */
.carousel .ca_decos {
  display: none;
}

/* line 274, ../sass/_indexM.scss */
.footer_m {
  height: auto;
  background-color: #69aa4b;
  margin-top: -1px;
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}
/* line 282, ../sass/_indexM.scss */
.footer_m img {
  max-width: 500px;
  display: block;
  width: 80%;
  margin: 0 auto;
  min-width: 200px;
}

/* line 292, ../sass/_indexM.scss */
.bottom_bg {
  background-color: #69aa4b;
  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;
  }

  /* line 16, ../sass/_indexPC.scss */
  .carousel {
    height: 210px;
  }
  /* line 19, ../sass/_indexPC.scss */
  .carousel .pic_slider img {
    width: 95%;
    height: auto;
  }
}
@media (min-width: 768px) {
  /* line 28, ../sass/_indexPC.scss */
  .mainKV {
    width: 100%;
    flex-wrap: wrap;
    max-width: 100%;
  }

  /* line 33, ../sass/_indexPC.scss */
  .kvRole {
    width: 55%;
    order: -1;
    position: relative;
  }

  /* line 38, ../sass/_indexPC.scss */
  .KVtitle {
    position: relative;
    width: 40%;
    padding-bottom: 5%;
    order: 1;
  }
}
@media (min-width: 990px) {
  /* line 46, ../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 56, ../sass/_indexPC.scss */
  .mainKV > div {
    position: relative;
  }

  /* line 61, ../sass/_indexPC.scss */
  .KVtitle {
    width: 40%;
    padding-bottom: auto;
  }
  /* line 67, ../sass/_indexPC.scss */
  .KVtitle .kvTitles .kvtitle_logo {
    display: block;
  }
}
@media (min-width: 1024px) {
  /* line 77, ../sass/_indexPC.scss */
  .index_body {
    background-color: #f7f1a9;
  }

  /* line 80, ../sass/_indexPC.scss */
  .kv {
    width: 90%;
    margin: 0 auto;
    padding-left: 3%;
    margin-top: 80px;
    height: calc( 100vh - 300px);
    min-height: 500px;
    background-color: transparent;
  }

  /* line 91, ../sass/_indexPC.scss */
  .kvRole {
    margin-left: 8%;
    width: 57%;
  }

  /* line 96, ../sass/_indexPC.scss */
  .KVtitle {
    width: 35%;
    align-self: center;
  }

  /* line 104, ../sass/_indexPC.scss */
  .footer_m {
    display: none;
  }

  /* line 107, ../sass/_indexPC.scss */
  .carousel {
    margin-top: -5px;
  }
  /* line 109, ../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 120, ../sass/_indexPC.scss */
  .kv {
    padding-left: 0;
    max-width: 1200px;
  }

  /* line 124, ../sass/_indexPC.scss */
  .kvRole {
    margin-left: 4%;
  }
}
@media (min-width: 1440px) {
  /* line 129, ../sass/_indexPC.scss */
  .kv {
    max-width: 1280px;
  }
}
