image-banner{
  width: 100%;
  display: block;
  overflow: hidden;
}

image-banner .banner-slide {
  position: relative;
}

image-banner .slide_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

image-banner .block-richtext {
  margin-top: 14px;
}

image-banner .v-button {
  margin-top: 60px;
}

image-banner .slide-image{
  height: var(--height-pc);
}
@media(max-width:959px){
  image-banner .block-richtext {
    margin-top: 1.8667vw;
  }

  image-banner .v-button {
    margin-top: 5.3333vw;
  }
  image-banner .slide-image{
    height: var(--height-mobile);
  }
}