/** Shopify CDN: Minification failed

Line 31:8 Expected ":"

**/
/*========================
  スライド
========================*/
.c_slideshow:not(.slideshow--hero) .banner {
  max-width: 964px;
}
@media screen and (max-width: 1000px) {
  .c_slideshow:not(.slideshow--hero) .banner {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c_slideshow .banner {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 16px;
  }

  .c_slideshow .banner__image {
    border-radius: 16px;
  }

  .c_slideshow .banner__media:before {
    border-radius: 16px;
    over
  }
}

/* オーバーレイ */
.c_slideshow .banner__media {
  position: relative;
}

.c_slideshow .banner__media::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 282px;
  opacity: 0.4;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 1;
}

/*========================
  コンテンツ
========================*/
.c_slideshow .slideshow-content {
  max-width: 964px;
  padding-inline: 60px;
  padding-bottom: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c_slideshow .slideshow-content {
    padding-inline: 25px;
    padding-bottom: 18px;
  }
}

/* 背景 */
.c_slideshow .media {
  background-color: initial;
}

/* タイトル */
.c_slideshow .slideshow-content .heading {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1.28px;
}
@media screen and (max-width: 1400px) {
  .c_slideshow .slideshow-content .heading {
    font-size: calc(64 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c_slideshow .slideshow-content .heading {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.72px;
  }

  .flickity-page-dots {
    margin-top: 20px;
  }
}

/* ボタン */
.c_slideshow .slideshow-content .c_button {
  /* max-width: 76px; */
  display: inline-block;
}
@media screen and (max-width: 767px) {
.c_slideshow .slideshow-content .c_button {
  max-width: initial;
}
}

.c_slideshow .slideshow-content .c_button .btn-text {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}

.c_slideshow .slideshow-content .c_button .btn-text::after {
  display: none;
}

a.button.c_button.button--primary.button--md.button--blur.button--fixed.pointer-events-auto.icon-with-text:hover {
    background-color: rgb(140, 50, 240);
    border: unset !important;
}