.img_container{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.slide_container{
    position: absolute;
    top:89%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 100%;
    height: auto;
}

.slide_container h2{
    color:#e70873;
    font-size:32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.swiper-wrapper{
    width: 100%;
}

.swiper-slide {
  width: 70%;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

#priceUnderButton{
    width:100%;
}

.sec04{
    font-size:0;
}


.noto-sans-jp-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

/* Animation classes */
.slideInAnimationLeftReady {
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out;
  transition-delay: 1.0s;
}

.slideInAnimationLeft {
  opacity: 1;
  transform: translateX(0);
}

.slideInAnimationRightReady {
  opacity: 0;
  transform: translateX(50%);
  transition: all 0.5s ease-in-out;
  transition-delay: 1.2s;
}

.slideInAnimationRight {
  opacity: 1;
  transform: translateX(0);
}

.fuwafuwa {
  animation: fuwafuwaAnimation 1s ease-in-out infinite;
}

@keyframes fuwafuwaAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.scaleAnimationMini{
    animation: scaleAnimationMini 1.6s ease-in-out infinite;
}

@keyframes scaleAnimationMini {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.scaleAnimation{
    animation: scaleAnimation 1.2s ease-in-out infinite;
}

@keyframes scaleAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.scale3Animation1{
    animation: scale3Animation1 2.0s linear infinite;
}

@keyframes scale3Animation1 {
    0% {
        transform: scale(1);
    }
    16.5% {
        transform: scale(1.2);
    }
    33% {
        transform: scale(1);
    }
    66% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.scale3Animation2{
    animation: scale3Animation2 2.0s linear infinite;
}

@keyframes scale3Animation2 {
    0% {
        transform: scale(1);
    }
    33% {
        transform: scale(1);
    }
    49.5% {
        transform: scale(1.2);
    }
    66% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.scale3Animation3{
    animation: scale3Animation3 2.0s linear infinite;
}

@keyframes scale3Animation3 {
    0% {
        transform: scale(1);
    }
    66% {
        transform: scale(1);
    }
    83% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}