@charset "UTF-8";

@keyframes wobbling_x {
  0% {
    transform: translateX(30px)
  }
  to {
    transform: translateX(0)
  }
}

@keyframes wobbling_y {
  0% {
    transform: translateY(0)
  }
  to {
    transform: translateY(35px)
  }
}

.nuxt-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  opacity: 1;
  transition: width .1s, opacity .4s;
  background-color: #000;
  z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
  transition: none
}

.nuxt-progress-failed {
  background-color: red
}

body {
  background-image: url(../img/backgrond.e18460a.png);
  background-repeat: repeat-y;
  background-size: 110%;
  background-position: 40% 50%
}

@media screen and (max-width: 768px) {
  body {
    background-image: url(../img/backgrond-sp.6977130.png)
  }
}

.main-wrap {
  max-width: 1216px;
  width: 84.44444444444444%;
  margin: 0 auto
}

.loading {
  display: block;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  background-color: #fff8f5;
  z-index: 10000
}

.end {
  animation: loadfadeout .2s ease-out forwards
}

@keyframes loadfadeout {
  0% {
    opacity: 1
  }
  99% {
    opacity: 0
  }
  to {
    opacity: 0;
    display: none
  }
}

.custom-arrow-prev {
  position: absolute;
  left: -12px;
  top: 50%;
  z-index: 5;
  width: 28px
}

.custom-arrow-prev img {
  width: 100%
}

.custom-arrow-next {
  position: absolute;
  right: -12px;
  top: 50%;
  z-index: 0;
  width: 28px;
  transform: rotate(180deg)
}

.custom-arrow-next img {
  width: 100%
}

.section-news-instagram[data-v-e5a45788] {
  margin: 30px auto 0
}

.section-news-instagram-title[data-v-e5a45788] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #24536c;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .section-news-instagram-title[data-v-e5a45788] {
    line-height: 1.5
  }
}

.section-news-instagram-title[data-v-e5a45788]:before {
  content: "";
  width: 63px;
  height: 61px;
  background-image: url(../img/news-insta.ef6a087.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  display: block;
  margin-right: 15px
}

.section-news-instagram-items[data-v-e5a45788], .section-news-instagram-link[data-v-e5a45788] {
  margin: 30px auto 0
}