@charset "UTF-8";
/*================================================

 Disney Zone | TOP

=================================================*/
/* -------------------------------------------------- 

ecm-kanban [new module]

-------------------------------------------------- */
.kanban__bg {
  background-color: #ffea00;
}

/* ------------------------------------------------------------

swiper

------------------------------------------------------------　*/
.swiper[data-layout=topics] {
  position: relative;
  width: 490px;
  margin: 0 auto;
}

.swiper[data-layout=topics] .swiper-container {
  position: relative;
  display: none;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}

.swiper[data-layout=topics] .swiper-container-initialized {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.swiper[data-layout=topics] .swiper-wrapper {
  align-items: center;
}

.swiper[data-layout=topics] .swiper-slide {
  box-sizing: border-box;
  border-radius: 15px;
  width: 490px !important;
  overflow: hidden;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.swiper[data-layout=topics] .swiper-slide:not(.swiper-slide-active) {
  position: relative;
  z-index: -1;
  width: 390px !important;
  opacity: 0.5;
}

.swiper[data-layout=topics] .swiper-slide:not(.swiper-slide-active) > * {
  display: block;
}

@media screen and (min-width: 415px) {
  .swiper[data-layout=topics] .swiper-slide:not(.swiper-slide-active) > * {
    z-index: 1;
  }
}
.swiper[data-layout=topics] .swiper-slide > * {
  transition: all 0.2s 0s ease;
}

.swiper[data-layout=topics] .swiper-image {
  display: block;
  width: 100%;
  height: auto;
}

.swiper[data-layout=topics] .swiper-button-prev {
  top: calc(50% - 17px);
  left: -32px;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background-image: url(https://r.r10s.jp/evt/event/disney/_pc/img/20230515/swiper_button_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: scale(1, 1);
  z-index: 1 !important;
}

.swiper[data-layout=topics] .swiper-button-next {
  top: calc(50% - 17px);
  right: -32px;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background-image: url(https://r.r10s.jp/evt/event/disney/_pc/img/20230515/swiper_button_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: scale(-1, 1);
  z-index: 1 !important;
}

.swiper[data-layout=topics] .swiper-pagination {
  position: relative;
  bottom: 0;
  z-index: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.swiper[data-layout=topics] .swiper-pagination-bullet {
  outline: none !important;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background-color: #bbbbbb;
  opacity: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent !important;
}

.swiper[data-layout=topics] .swiper-pagination-bullet-active {
  background-color: #bf0000;
}

/* -------------------------------------------------- 

contents bg

-------------------------------------------------- */
#rdsContainer {
  position: relative;
  padding-bottom: 0;
  background-color: transparent;
}
#rdsContainer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #fff9ea;
  transform: translate3d(-50%, 0, 0);
}