.main_slide {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.main_slide.slick-initialized {
  opacity: 1;
}

.main_slide__item {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.main_slide__arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 5vw;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}

.main_slide__arrow--prev {
  left: 5%;
}

.main_slide__arrow--next {
  right: 5%;
}

@media screen and (min-width: 601px) {
  .mottanai_slide__yellow_bar {
    position: absolute;
    bottom: -5%;
    right: -20%;
    width: 150%;
    height: 125%;
    stroke-dasharray: 1800;
    stroke-dashoffset: 0;
    fill: #fdd029;
  }
  .mottanai_slide__chara_img {
    position: absolute;
    left: -4%;
    bottom: -6%;
    width: 42%;
    opacity: 0;
  }
  .mottanai_slide .mottanai_slide__sdgs_logo {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 25%;
    opacity: 0;
  }
  .mottanai_slide__txt {
    position: absolute;
    left: 11%;
    top: 23%;
    font-size: 2.4vw;
    font-weight: bold;
    color: #333;
    -webkit-transform: rotate(-19deg);
    transform: rotate(-19deg);
    opacity: 0;
  }
  .mottanai_slide__txt::before, .mottanai_slide__txt::after {
    display: inline-block;
    content: "|";
    font-size: 1.2em;
    margin: 0 0.5em;
  }
  .mottanai_slide__txt::before {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  .mottanai_slide__txt::after {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  .mottanai_slide__read {
    position: absolute;
    right: 5%;
    top: 21%;
    font-size: 5vw;
    font-weight: bold;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  .mottanai_slide__read__txt {
    display: block;
    margin-bottom: 0.25em;
    color: #fff;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    opacity: 0;
  }
  .mottanai_slide__read__txt--first {
    margin-left: 0.5em;
  }
  .mottanai_slide__read__txt--last {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  .bar_display {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}

@media screen and (max-width: 600px) {
  .mottanai_slide__yellow_bar {
    position: absolute;
    bottom: -30%;
    right: -20%;
    width: 190%;
    height: 115%;
    stroke-dasharray: 1800;
    stroke-dashoffset: 0;
    fill: #fdd029;
  }
  .mottanai_slide__chara_img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 41%;
    margin: auto;
    width: 75%;
    opacity: 0;
  }
  .mottanai_slide .mottanai_slide__sdgs_logo {
    position: absolute;
    bottom: 3%;
    right: 3%;
    width: 40%;
    opacity: 0;
  }
  .mottanai_slide__txt {
    position: absolute;
    left: 2%;
    top: 9%;
    font-size: 2.4vw;
    font-weight: bold;
    color: #333;
    -webkit-transform: rotate(-19deg);
    transform: rotate(-19deg);
    opacity: 0;
  }
  .mottanai_slide__txt::before, .mottanai_slide__txt::after {
    display: inline-block;
    content: "|";
    font-size: 1.2em;
    margin: 0 0.5em;
  }
  .mottanai_slide__txt::before {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  .mottanai_slide__txt::after {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  .mottanai_slide__read {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16%;
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  .mottanai_slide__read__txt {
    display: block;
    margin-bottom: 0.25em;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    opacity: 0;
  }
  .mottanai_slide__read__txt--first {
    margin-left: 0.5em;
  }
  .mottanai_slide__read__txt--last {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  .bar_display {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}

@media screen and (min-width: 601px) {
  .donation_slide__txt {
    position: absolute;
    top: 1.5em;
    left: 4%;
    font-size: 4.5vw;
    font-weight: bold;
  }
  .donation_slide__sdgs_logo {
    position: absolute;
    bottom: 5%;
    left: 4%;
    width: 20%;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .donation_slide__txt {
    position: absolute;
    top: 40%;
    left: 4%;
    font-size: 6vw;
    font-weight: bold;
  }
  .donation_slide__sdgs_logo {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: auto;
  }
}

.circle_slide {
  background-color: #f0ebe4;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle_slide__chara {
  position: absolute;
  width: 400px;
  height: 400px;
}

.circle_slide__chara img {
  position: absolute;
  height: auto;
  cursor: pointer;
  -webkit-animation-name: chara_motion;
  animation-name: chara_motion;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.circle_slide__spin_message {
  width: 400px;
  height: 400px;
  max-width: 90vw;
  max-height: 90vw;
  -webkit-animation: rotate 60s linear infinite;
  animation: rotate 60s linear infinite;
}

.circle_slide__logo {
  width: 250px;
  height: 250px;
  max-width: 60vw;
  max-height: 60vw;
}

.circle_slide__spin_message, .circle_slide__logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.circle_slide__chara .lettuce {
  top: -220px;
  left: -600px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.circle_slide__chara .avocado {
  top: -220px;
  left: -280px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.circle_slide__chara .eringi {
  top: -210px;
  left: -60px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.circle_slide__chara .apple {
  top: -60px;
  left: -400px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.circle_slide__chara .shimeji {
  top: -20px;
  left: -120px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.circle_slide__chara .hamu {
  top: 120px;
  left: -290px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.circle_slide__chara .hourensou {
  bottom: -120px;
  left: -390px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.circle_slide__chara .egg {
  bottom: 0;
  left: -80px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.circle_slide__chara .sanma {
  bottom: -220px;
  left: -150px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.circle_slide__chara .banana {
  top: -200px;
  right: -120px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.circle_slide__chara .pork {
  top: -40px;
  right: -380px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.circle_slide__chara .broccoli {
  top: 40px;
  right: -140px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.circle_slide__chara .jag {
  top: -190px;
  right: -400px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.circle_slide__chara .nira {
  top: -200px;
  right: -580px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.circle_slide__chara .corn {
  right: -380px;
  bottom: 20px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.circle_slide__chara .wiener {
  right: -490px;
  bottom: -190px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.circle_slide__chara .carrot {
  right: -190px;
  bottom: -160px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.circle_slide__chara .canning {
  top: -120px;
  right: 200px;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.circle_slide__chara .grape {
  bottom: -170px;
  right: 80px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.chara_balloon {
  position: absolute;
  z-index: 20;
  padding: 15px;
  background-color: #f29217;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.chara_balloon:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -10px;
  left: 15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f29217;
  border-left: 15px solid transparent;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes chara_motion {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes chara_motion {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 600px) {
  .main_slide__arrow {
    font-size: 15vw;
  }
  .circle_slide__chara img {
    display: none;
  }
}

/*# sourceMappingURL=../map/main_slide.css.map */
