@charset "UTF-8";

.qx-campaign-wrapper {
    background: #fff5fd;
    padding: 40px 0px;
    width: 100%;
}

@media (max-width: 768px) {
.qx-campaign-wrapper {
    padding: 30px 0px;
    width: 100%;
}
}

.qx-campaign-ttl {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-inline: .8em;
  color: #b80084;
}

.qx-campaign-ttl::before,
.qx-campaign-ttl::after {
  display: block;
  content: '';
  width: 3px;
  height: 36px;
  background-color: #b80084;
  position: absolute;
  bottom: 0;
  top: -5px;
}

.qx-campaign-ttl::before {
  left: 0;
  transform: rotate(-35deg)
}

.qx-campaign-ttl::after {
  right: 0;
  transform: rotate(35deg)
}

@media (max-width: 768px) {
  .qx-campaign-ttl {
    font-size: 12px;
    padding-inline: .6em;
 }
  .qx-campaign-ttl::before {
    left: -8px;
    transform: rotate(-35deg);
    width: 2px;
   }
  .qx-campaign-ttl::after {
    right: -8px;
    transform: rotate(35deg);
    width: 2px;
  }

}

.qx-swiper-pattern05{
  width: 90%;
  max-width: 900px;
}

.qx-swiper-slide-pattern05{
  text-align: center;
}

.qx-swiper-slide-pattern05 > img {
   object-fit: cover; /* IE: not support */
   width: 100%;
   height: 100%;
}

.swiper-slide-prev::before,
.swiper-slide-next::before {
  content: "";
  position: absolute;
  inset: 0; 
  background: rgba(0, 0, 0, 0.4); 
  pointer-events: none; 
  z-index: 2; 
}

.swiper-slide-active {
  opacity: 1;
}

.qx-swiper-pattern05-button-prev,
.qx-swiper-pattern05-button-next {
    --swiper-navigation-color: #b80084;
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc((100% - 100px) / 2);
    transform: translateY(50%); 
}

.qx-swiper-pattern05-button-prev::after,
.qx-swiper-pattern05-button-next::after {
    font-size: 1.5rem;
    font-weight: bold;
}

.qx-swiper-pattern05-pagination {
    text-align: center;
}

.qx-swiper-pattern05-pagination .swiper-pagination-bullet {
  background-color: #b80084;
  margin:40px 15px 0;
  height: 15px;
  width: 15px;
}

@media (max-width: 768px) {
.qx-swiper-pattern05-button-prev,
.qx-swiper-pattern05-button-next {
    width: 30px;
    height: 30px;
    top: calc((100% - 50px) / 2);
}


.qx-swiper-pattern05-button-prev::after,
.qx-swiper-pattern05-button-next::after {
    font-size: 1rem;

}

.qx-swiper-pattern05-pagination .swiper-pagination-bullet {
  margin:30px 15px 0;
  height: 10px;
  width: 10px;
}
}