.ecm-kanban[data-layout="default"]{
  background-color: #f7e0c4;
}

.ecm-kanban[data-layout="default"] .ecm-kanban__logo {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 554px;
  z-index: 1;
}

.ecm-kanban[data-layout=default] .tab-contents[data-layout=kanban]{
  width: 1440px;
  /* width: 100%; */
  min-height: 400px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.kanban-wrapper {
  background: url('https://r.r10s.jp/evt/event/fashion/thesale/20260627/_pc/img/kanban/background.png') center no-repeat;
  height: 430px;
  background-size: 100%;
  overflow: hidden;
}

[data-tab="kids"] .kanban-wrapper {
  background: url('https://r.r10s.jp/evt/event/fashion/thesale/20260627/_pc/img/kanban/background-kids.png') center no-repeat;
  height: 430px;
  background-size: 100%;
  overflow: hidden;
}

.kanban__image-model {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.kanban-wrapper__brand {
  height: 149px;
  left: 282px;
  overflow: hidden;
  position: absolute;
  top: 238px;
  will-change: width;
  width: 0;
}

.ecm-kanban[data-layout=default] .modalOpenButton_search {
  position: absolute;
  left: 0;
  right: 0;
  background: none;
  border: none;
  bottom: 70px;
  padding: 0;
  margin: 0 auto;
  width: 480px;
  box-sizing: border-box;
}

.kanban-coupon {
  animation: flash-coupon 1s steps(2, jump-none) 0s infinite alternate forwards;
  background-color: transparent;
  background-image: url('https://r.r10s.jp/evt/event/fashion/thesale/20260627/_pc/img/kanban/coupon01.png');
  background-position: center;
  background-size: cover;
  border: none;
  bottom: 0;
  height: 132px;
  padding: 0;
  position: absolute;
  right: calc(50% - 536px);
  width: 220px;
  z-index: 1;
}

@keyframes flash-coupon {
  0% {
    background-image: url('https://r.r10s.jp/evt/event/fashion/thesale/20260627/_pc/img/kanban/coupon01.png');
  }
  100% {
    background-image: url('https://r.r10s.jp/evt/event/fashion/thesale/20260627/_pc/img/kanban/coupon02.png');
  }
}

.kanban-brandlist-wrapper {
  background: #ffed8a;
  border: solid #000;
  border-width: 1px 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  margin-inline: calc((100vw - 100%) / -2);
  position: absolute;
  right: 0;
}
@media only screen and (max-width:1024px){
  .kanban-brandlist-wrapper {
    margin-inline: auto;
  }
}
.kanban-brandlist-wrapper__inner {
  border: solid #000;
  border-width: 0 1px;
  column-gap: 16px;
  display: flex;
  font-family: 'RakutenSansJP2_W-Medium', sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  overflow: hidden;
  padding-block: 8px;
  white-space: nowrap;
  width: 960px;
}

.kanban-brandlist {
  align-items: center;
  animation: marquee 10s linear infinite;
  column-gap: 16px;
  display: flex;
}

.kanban-brandlist__item {
  flex-shrink: 0;
}

@keyframes marquee {
  0% {
    translate: 0;
  }

  100% {
    translate: calc(-100% - 1rem);
  }
}
