.swiper {
  position: relative;
  width: 100%;
  padding-bottom: 36px;
  background-color: #fff;

  /* 矢印アイコン */
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next {
    display: none;
  }

  .top-action--box {
    position: absolute;
    top: 24px;
    right: 16vw;
    z-index: 10;
  }
  .hidden--pc {
    display: block;
  }
}

.swiper-slide {
  max-width: 1344px;
}
.swiper-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  transition-duration: .3s;
  opacity: .5;
  z-index: 100;
}
.swiper-slide-active::before {
  opacity: 0;
  content: none;
}
.swiper-slide a {
  display: block;
}
.swiper-slide img {
  opacity: 1;
  transition-duration: .5s;
  vertical-align: bottom;
}
.swiper-slide-prev img,
.swiper-slide-next img {
  opacity: 0.5;
}
.swiper-slide img {
  width: 100%;
}
.swiper-controller {
  position: relative;
  bottom: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  width: auto;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px !important;
  box-sizing:content-box;
}
.swiper-pagination-bullet-active {
  background-color: #bf0000;
}

.swiper [data-autoplay="start"] {
  display: none;
}
.swiper [data-autoplay="start"],
.swiper [data-autoplay="stop"] {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  background-color: #fff;
  border: 1px solid #cccccc;
}
.swiper [type="button"]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  content: '';
}
.swiper [data-autoplay="start"]::before {
  width: 0;
  height: 0;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #bf0000;
  border-style: solid;
}
.swiper [data-autoplay="stop"]::before {
  width: 10px;
  height: 10px;
  border-width: 0 3px;
  border-color: transparent #333333;
  border-style: solid;
}


/* swiper部分をdisplay:noneを使わず非表示にさせる */
[data-target-user="newcommer"]:has(.swiper-newcommer).d-none,
[data-target-user="customer"]:has(.swiper-newcommer).d-none {
  display: block !important;
  visibility: hidden;
  opacity: 0 !important;
  width: 0;
  height: 0;
}

/* 銀行アプリDLバナー */
#area_download-app {
  position: static !important;
}
ul, ul li {
  list-style-type: none;
  margin-left: 0;
}
.section__header--balloon-02{
  position: relative;
  margin-bottom: 0;
  padding: 30px 10px 20px;
  text-align: center;
}

.p-noaccount {
  padding: 16px;
  text-align: center;
  .p-noaccount__ballon {
    position: relative;
    padding: 4px 16px;
    color: #bf0000;
    background-color: #fff;
    border-radius: 8px;
    &::before,
    &::after {
      position: absolute;
      left: 0;
      right: 0;
      width: 0;
      height: 0;
      margin: auto;
      content: "";
      display: block;
      border: 6px solid transparent;
    }
    &::after {
      bottom: -15px;
      border-top: 9px solid #ffffff;
    }
    > p {
      margin: 0;
    }
    & + * {
      margin-top: 12px;
    }
  }
  .p-noaccount__body {
    padding: 8px 16px 12px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    .btn {
      width: 100%;
      line-height: 1.2;
    }
  }
  .p-noaccount__title {
    > em {
      color: #bf0000;
      font-style: normal !important;
      font-weight: bold;
    }
  }
}

@media (max-width: 959px) {
  .top-action-wrap.--new {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0 16px;
  }
  [data-target-user="customer"] .top-action--box {
    width: 100% !important;
  }
  .top-action--support {
    list-style-type: none;
    padding: 0;
    background-image: none;
    text-align: center;
  }
  .top-action--support li {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .swiper {
    .swiper-button-prev {
      display: flex;
      box-sizing: border-box;
      top: calc(50% - 40px);
      left: 2vw;
      width: 58px;
      height: 72px;
      padding: 8px 12px;
      background-color:#efefef;
      border-radius: 8px;
      opacity: .6;
      &::after {
        font-size: 4rem;
        color: #000;
      }
    }
    .swiper-button-next {
      display: flex;
      box-sizing: border-box;
      top: calc(50% - 40px);
      right: 2vw;
      width: 58px;
      height: 72px;
      padding: 8px 12px;
      background-color:#efefef;
      border-radius: 8px;
      opacity: .6;
      &::after {
        font-size: 4rem;
        color: #000;
      }
    }
  }

  .p-noaccount,
  .top-action-wrap.--new {
    position: absolute;
    top: 12px;
    right: 6vw;
    max-width: 300px;
    padding: 0;
    z-index: 100;
  }
  .p-noaccount {
    right: 8vw;
  }
}
  
@media (min-width: 1300px) {
  .p-noaccount {
    top: 40px;
  }
}

@media (min-width: 1560px) {
  .swiper {
    .swiper-button-prev {
      left: 2vw;
    }
    .swiper-button-next {
      right: 2vw;
    }
  }
  .p-noaccount {
    right: 16vw;
  }
  .top-action-wrap.--new {
    right: 14vw;
  }
}

@media (min-width: 1561px) {
  .swiper {
    .swiper-button-prev {
      left: 10vw !important;
    }
    .swiper-button-next {
      right: 10vw !important;
    }
  }
}