.sp_none {
  display: inherit;
}
@media only screen and (max-width: 959px) {
  .sp_none {
    display: none;
  }
}

.pc_none {
  display: none;
}
@media only screen and (max-width: 959px) {
  .pc_none {
    display: inherit;
  }
}

.mainimg {
  position: relative;
  --swiper-navigation-color: #ffffff;
  z-index: 0;
  overflow: visible;
}
.mainimg::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 120%;
  left: -10%;
  box-shadow: inset 0 -5px 30px rgba(0, 0, 0, 0.2);
  z-index: 5;
  pointer-events: none;
}
.mainimg.is-sliding .mainimg_hakotama::before {
  animation: bounce2 0.5s linear 1;
}
@keyframes bounce2 {
  0% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  40% {
    transform: translateY(-30px) scale(0.98, 1.02);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  80% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  90% {
    transform: translateY(-5px) scale(0.98, 1.02);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    transform: translateY(0) scale(1, 1);
  }
}
@media only screen and (max-width: 767px) {
  .mainimg {
    margin-bottom: 25px;
  }
}
.mainimg .mainimg_hakotama {
  width: 1240px;
  height: 100%;
  max-width: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  pointer-events: none;
  margin: auto;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 3;
}
.mainimg .mainimg_hakotama::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10%;
  right: 0px;
  width: 150px;
  height: 200px;
  z-index: 4;
  pointer-events: none;
  background: url(mainimg_hakotama.webp) 100% 100%/contain no-repeat;
  animation: none;
}
@media only screen and (max-width: 959px) {
  .mainimg .mainimg_hakotama::before {
    width: 15.625vw;
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .mainimg .mainimg_hakotama::before {
    width: 15.625vw;
    right: 0px;
  }
}
.mainimg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 45px;
  z-index: 5;
  pointer-events: none;
  background: url(mainimg_mask.webp) 50% 100%/contain no-repeat;
}
@media only screen and (max-width: 959px) {
  .mainimg {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mainimg {
    margin-top: 0;
  }
}
.mainimg .swiper-slide {
  max-width: 100%;
  overflow: hidden;
  aspect-ratio: 1200/510;
  position: relative;
  width: 1200px;
}
@media only screen and (max-width: 959px) {
  .mainimg .swiper-slide {
    aspect-ratio: 1000/510;
  }
}
@media only screen and (max-width: 767px) {
  .mainimg .swiper-slide {
    aspect-ratio: 960/510;
  }
}
.mainimg img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainimg .swiper-button {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mainimg .swiper-button > div {
  width: 100%;
  max-width: 1200px;
  position: relative;
  height: 100%;
  margin: auto;
}
.mainimg .swiper-button-next,
.mainimg .swiper-button-prev {
  pointer-events: auto;
  opacity: 0.5;
  transition: 0.3s all;
}
.mainimg .swiper-button-next:hover, .mainimg .swiper-button-next:active,
.mainimg .swiper-button-prev:hover,
.mainimg .swiper-button-prev:active {
  opacity: 1;
}
.mainimg .swiper-button-next::after,
.mainimg .swiper-button-prev::after {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.mainimg .swiper-pagination {
  pointer-events: none;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 7px;
  --swiper-pagination-color: #127d60;
  --swiper-pagination-bullet-inactive-color: #127d6066;
}
.mainimg .swiper-pagination-bullet {
  border: 1px solid #127d60;
  pointer-events: auto;
}
.mainimg .swiper-pagination-bullet.centered {
  margin-left: 41px !important;
}
.mainimg .swiper-horizontal > .swiper-pagination-bullets,
.mainimg .swiper-pagination-bullets.swiper-pagination-horizontal,
.mainimg .swiper-pagination-custom,
.mainimg .swiper-pagination-fraction {
  bottom: -8px;
}
@media only screen and (max-width: 767px) {
  .mainimg .swiper-horizontal > .swiper-pagination-bullets,
  .mainimg .swiper-pagination-bullets.swiper-pagination-horizontal,
  .mainimg .swiper-pagination-custom,
  .mainimg .swiper-pagination-fraction {
    bottom: -15px;
  }
}
.mainimg .dummy_tail {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
}
.mainimg .swiper-stopbtn {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .mainimg .swiper-stopbtn {
    bottom: -18px;
  }
}
.mainimg .swiper-stopbtn::before {
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(swiper_btn_stop.webp) 50% 50%/contain no-repeat;
  bottom: 0;
}
.mainimg .swiper-stopbtn.active::before {
  background: url(swiper_btn_play.webp) 50% 50%/contain no-repeat;
}
.mainimg .mainimg_btn {
  position: absolute;
  width: 100%;
  bottom: 60px;
  text-align: center;
  pointer-events: none;
}
.mainimg .mainimg_btn .btn {
  min-width: 230px;
  pointer-events: auto;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 959px) {
  .mainimg .mainimg_btn .btn {
    padding: 8px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mainimg .mainimg_btn .btn {
    padding: 5px 30px;
    font-size: 14px;
  }
}

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