.swiper-pagination-bullet {
  background: transparent;
}

.c-kv__product-wrap {
  position: fixed;
  top: 55svh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 90vw;
  height: 70svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-kv__product-wrap .c-kv__product {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100svh;
  object-fit: contain;
}

@media (min-width: 781px) {
  .c-kv__product-wrap {
    top: 52%;
    width: 60vw;
    /* height: 70svh; */
    height: 80svh;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .c-kv__product-wrap {
    /* width: 30vw; */
    width: 55vw;
    min-width: 400px;
    /* min-width: 500px; */
    max-width: none;
  }
}

.c-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
@media (max-width: 780px) {
  .c-bg {
    /* object-position: 47% center; */
  }
  .c-kv__product-wrap {
    display: none;
  }
}

.c-description-image .l-bg img {
  height: 100%;
  top: 0;
  object-fit: cover;
  object-position: bottom;
}

.c-product-pickup .l-slider {
  margin-top: 0;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}


/* bg_fixed overrides */
.c-description {
  position: relative;
  background: transparent !important;
}
.c-description-image {
  display: block !important;
  position: sticky;
  top: 0;
  height: 100svh;
  margin-bottom: -100svh;
  z-index: 0;
  overflow: hidden;
}
.c-description-image .l-bg {
  position: absolute;
  inset: 0;
}
.c-description-image .l-bg::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(11,40,67,0.3);
  top: 0;
  left: 0;
}
.c-description-image .l-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-description::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5, 30, 80, 0.1);
  pointer-events: none;
  z-index: 1;
}
.c-description .l-container,
.c-description .c-products {
  position: relative;
  z-index: 2;
}


/* 202606(v2) */
.c-fv--image{
  /* object-fit: cover; */
  height: 100dvh;
}
.c-fv--image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-slider.swiper .swiper-pagination{
  position: relative;
  margin-top: 0.5em;
}

.l-slider.swiper .swiper-button-prev,
.l-slider.swiper .swiper-button-next {
  transform: translateY(calc(-50% - var(--pagination-button-offset)));
}

@media (max-width: 780px) {
  .c-kv__product-wrap {
    display: flex;
    top: 54svh;
    width: 75vw;
    max-width: 500px;
    height: 70svh;

    pointer-events: none;
  }

  .c-kv__product-wrap .c-kv__product {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 1000px) {
  .c-kv__product-wrap {
    max-width: 400px;
  }
}







/* 202607 add */


.promaster-fair__inner {
  color: #000;
  margin: 0 auto;
  padding: 5rem;
  background: rgba(255, 255, 255, 0.70);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.promaster-fair__content {
  flex: 1;
  min-width: 0;
}
.promaster-fair__head {
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}
.promaster-fair__logo {
  width: 95%;
  height: auto;
  display: block;
  
}

.promaster-fair__date {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: clamp(19.25px, 1.8229166667vw, 35px);
}

.promaster-fair__date-line {
  width: 3em;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.promaster-fair__text {
  margin-top: 28px;
  font-weight: 700;
}

.promaster-fair__note {
  margin-top: 8px;
  font-size: 12px;
}

.promaster-fair__image {
  flex: 0 0 280px;
  aspect-ratio: 410 / 420;
}

.promaster-fair__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.promaster-fair__image--sp {
  display: none;
  aspect-ratio: 275 / 195;
}

.promaster-fair__button-wrap {
  margin-top: 28px;
  text-align: center;
}

.promaster-fair__button {
  display: inline-block;
  padding: 10px 22px;
  background: #d71920;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .promaster-fair {
    padding: 20px;
  }

  .promaster-fair__inner {
    display: block;
    max-width: 335px;
    padding: 24px 14px 28px;
  }

  .promaster-fair__logo {
    max-width: 250px;
  }

  .promaster-fair__date {
    gap: 8px;
    font-size: 14px;
  }

  .promaster-fair__date-line {
    width: 28px;
  }

  .promaster-fair__image--pc {
    display: none;
  }

  .promaster-fair__image--sp {
    display: block;
    margin-top: 14px;
  }

  .promaster-fair__text {
    margin-top: 18px;
    font-size: 14px;
  }

  .promaster-fair__note {
    font-size: 11px;
  }

  .promaster-fair__button-wrap {
    margin-top: 22px;
  }

  .pc-only {
    display: none;
  }
}