@charset "UTF-8";

/*adjustment
---
original: /assets/scss/campaign-details.scss
---
*/
.hero-campaign-full {
  text-align: center;
  width: 100%;
  max-height: 638px;
  /* background-image: url("/camps_visual/***.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.hero-campaign-full::after {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  background: inherit;
  filter: brightness(80%) blur(12px);
  z-index: -1;
}
.hero-campaign-full .kv-image {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.hero-campaign-full .kv-image img {
  /*width: 100%;*/
  max-width: 1440px;
  /*margin: 0 auto;*/
}
@media screen and (max-width: 1439px) {
  .hero-campaign-full .kv-image img {
    width: 100%;
  }
}

/* 以下キャンペーンLP毎変更要素 */
@media screen and (min-width: 1440px) {
  .hero-campaign-full {
    background-image: url("/campaign/haya2025_winterLP/img/haya2025_winterLP_kv.jpg") !important;
  }
}
@media screen and (max-width: 1439px) {
  .hero-campaign-full {
    background-image: none;
  }
}
