.custom-swiper {
  --card-width: 327px;
  --card-width-hover: 604px;
  --card-gap: 16px;
  --translate-offset: calc((var(--card-width) + var(--card-gap)) * -1);
  --transition: all 0.3s ease-in-out;
  /* 禁用瀏覽器預設觸控行為，避免 pointercancel 被觸發 */
  touch-action: none;
}

  @media (min-width: 700px) {.custom-swiper {
    --card-width: 291px
}
  }

  .custom-swiper.dragging {
    cursor: grabbing;
  }

  .custom-swiper .box {
    transition: var(--transition);
  }

  .custom-swiper #overview-swiper-1 {
  display: flex;
  align-items: center;
  overflow: visible;
    gap: var(--card-gap);
    transition: var(--transition);
    /* 確保可拖曳區域也禁用預設觸控行為 */
    touch-action: none;
}

  .custom-swiper #overview-swiper-1 .swiper-slide {
  width: -moz-max-content;
  width: max-content;
      /* 確保每個 slide 也禁用預設觸控行為 */
      touch-action: none;
}

  .custom-swiper #overview-swiper-1 .swiper-slide:nth-child(1) .card .img-box img {
        -o-object-position: 84% 50%;
           object-position: 84% 50%;
      }

  .custom-swiper #overview-swiper-1 .swiper-slide:nth-child(2) .card .img-box img {
        -o-object-position: 70% 50%;
           object-position: 70% 50%;
      }

  .custom-swiper #overview-swiper-1 .swiper-slide:nth-child(3) .card .img-box img {
        -o-object-position: 32% 50%;
           object-position: 32% 50%;
      }

  .custom-swiper #overview-swiper-1 .swiper-slide:nth-child(4) .card .img-box img {
        -o-object-position: 84% 50%;
           object-position: 84% 50%;
      }

  .custom-swiper #overview-swiper-1 .swiper-slide:nth-child(5) .card .img-box img {
        -o-object-position: 68% 50%;
           object-position: 68% 50%;
        transform-origin: right;
      }

  .custom-swiper #overview-swiper-1 .card {
      width: var(--card-width);
      height: 406px;
      position: relative;
      display: block;
      overflow: hidden;
      border-radius: 20px;
    }

  .custom-swiper #overview-swiper-1 .card > * {
  pointer-events: none;
}

  .custom-swiper #overview-swiper-1 .card .img-box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

  .custom-swiper #overview-swiper-1 .card .img-box img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

  .custom-swiper #overview-swiper-1 .card .mask {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
        background: linear-gradient(
          180deg,
          rgba(30, 32, 34, 0) 35%,
          rgba(30, 32, 34, 0.6) 86%
        );
}

  @media (min-width: 700px) {

  .custom-swiper #overview-swiper-1 .card .mask {
          height: 200%;
          background: linear-gradient(
            180deg,
            rgba(30, 32, 34, 0) 20%,
            rgba(30, 32, 34, 0.6) 50%,
            rgba(30, 32, 34, 0.6) 100%
          );
          transform: translateY(-50%)
      }
        }

  .custom-swiper #overview-swiper-1 .card .info {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  padding: 1.25rem;
}

  .custom-swiper #overview-swiper-1 .card .info .title {
  margin-bottom: auto;
}

  .custom-swiper #overview-swiper-1 .card .info .title h5 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.8px;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

  @media (min-width: 700px) {

  .custom-swiper #overview-swiper-1 .card .info .title h5 {
    font-size: 1.5625rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 2.5px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

  .custom-swiper #overview-swiper-1 .card .info .title p {
  font-size: 0.8125rem;
  line-height: 1.5;
  line-height: 150%;
  letter-spacing: 0.52px;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

  @media (min-width: 700px) {

  .custom-swiper #overview-swiper-1 .card .info .title p {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

  .custom-swiper #overview-swiper-1 .card .info ul {
  list-style-type: disc;
  padding-left: 1rem;
}

  @media (min-width: 700px) {

  .custom-swiper #overview-swiper-1 .card .info ul {
    opacity: 0;
  }
}

  .custom-swiper #overview-swiper-1 .card .info ul {
          transition: var(--transition);
        }

  .custom-swiper #overview-swiper-1 .card .info ul li {
  font-size: 0.8125rem;
  line-height: 1.5;
  line-height: 150%;
  letter-spacing: 0.52px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

  @media (min-width: 700px) {

  .custom-swiper #overview-swiper-1 .card .info ul li {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 0.9px;
  }

  .custom-swiper #overview-swiper-1 .card {
        transition: var(--transition)
    }

        .custom-swiper #overview-swiper-1 .card > * {
          transition: var(--transition);
        }

        .custom-swiper #overview-swiper-1 .card .info .title > * {
          transition: var(--transition);
        }

        .custom-swiper #overview-swiper-1 .card.expand,
        .custom-swiper #overview-swiper-1 .card:hover {
          width: var(--card-width-hover);
        }

          .custom-swiper #overview-swiper-1 .card.expand .mask, .custom-swiper #overview-swiper-1 .card:hover .mask {
            transform: translateY(0%);
          }
            .custom-swiper #overview-swiper-1 .card.expand .info .title > *, .custom-swiper #overview-swiper-1 .card:hover .info .title > * {
    --tw-text-opacity: 1;
    color: rgb(45 48 51 / var(--tw-text-opacity));
  }

            .custom-swiper #overview-swiper-1 .card.expand .info ul, .custom-swiper #overview-swiper-1 .card:hover .info ul {
    opacity: 1;
  }
        .custom-swiper.all-show.fixOffset .box {
          transform: translateX(0px);
        }
}

  .custom-swiper.all-show #overview-swiper-1 {
  justify-content: center;
}

  .custom-swiper.all-show .swiper-controls {
  display: none !important;
}

  .custom-swiper .swiper-pagination-bullet {
  cursor: pointer;
}

#all-round-swiper {
  overflow: visible;
}

.all-round-card {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.all-round-card .img-box {
  height: auto;
  width: 100%;
}

.all-round-card .img-box img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
      transition: transform 0.3s ease-in-out;
}

.all-round-card .text {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}

.all-round-card .text h3 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 700px) {

  .all-round-card .text h3 {
    font-size: 1.5625rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 2.5px;
  }
}

.all-round-card .text p {
  margin-bottom: auto;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 700px) {

  .all-round-card .text p {
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
  }
}

.all-round-card .text .icon-box {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.all-round-card .text .icon-box svg {
  height: 1.5rem;
  width: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
}

.all-round-card.even .text > * {
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

.all-round-card:hover .img-box img {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.p4-doubleplay-overview .sec-block {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

@media (min-width: 700px) {

  .p4-doubleplay-overview .sec-block {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

.p4-doubleplay-overview .sec-block .title-h2 {
  margin-bottom: 2.5rem;
}

/*# sourceMappingURL=p4-doubleplay-overview.css.map */
