.kanban {
  background:
    url('https://r.r10s.jp/evt/event/beauty/campaign/coupon/_pc/img/bg_kanban.png') top center / 1920px 673px no-repeat,
    radial-gradient(7.6% 18.72% at 50% 50%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(21deg, rgba(255, 255, 255, 0) 54.5%, #f0a5c4 97.26%),
    linear-gradient(348deg, rgba(255, 255, 255, 0) 50%, #fb84b9 100%),
    linear-gradient(180deg, #f2ece8 25.41%, #fbced2 105.55%, #f3e7e5 128.44%),
    #fff;
  height: 673px;
  min-width: 960px;
}

.slider {
  overflow: hidden;
  margin-top: 12px;
  display: flex;
  mask-image: linear-gradient(to left, transparent 0%, #000 5%, #000 95%, transparent 100%);
  width: 748px;
  margin: 24px auto 0;
}

.slider__inner {
  display: flex;
  flex-wrap: nowrap;
}

.slider__inner:first-child {
  animation: slide1 60s -30s linear infinite;
}

.slider__inner:last-child {
  animation: slide2 60s 0s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}

.slide__item {
  margin-right: 8px;
  flex-basis: 100px;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.slide__image {
  display: block;
  width: 100%;
  height: auto;
}

.kanban_coupon {
  width: 960px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 24px;
}

.beauty-coupon-30off,
.beauty-coupon-20off,
.beauty-coupon-10off {
  padding-top: 12px;
}

.beauty-coupon-30off::before {
  background-image: radial-gradient(circle at center left, transparent 0px, transparent 11px, #e31b68 12px),
    radial-gradient(circle at center right, transparent 0px, transparent 11px, #e31b68 12px);
}

.beauty-coupon-20off::before {
  background-image: radial-gradient(circle at center left, transparent 0px, transparent 11px, #bb37b7 12px),
    radial-gradient(circle at center right, transparent 0px, transparent 11px, #bb37b7 12px);
}

.beauty-coupon-10off::before {
  background-image: radial-gradient(circle at center left, transparent 0px, transparent 11px, #077cba 12px),
    radial-gradient(circle at center right, transparent 0px, transparent 11px, #077cba 12px);
}

.beauty-coupon-discount {
  margin-bottom: 8px;
  color: #fff;
}

.beauty-coupon-text {
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 6px;
  font-weight: normal;
  border-top-color: rgb(255 255 255 / 0.4);
  color: #fff;
}

.kanban-guide {
  width: 600px;
  margin: 24px auto;
}

.note {
  display: flex;
  color: var(--ecm-color-gray-2);
  font-size: 12px;
}

.note__i {
  display: inline-block;
  width: 1em;
  margin-right: 4px;
  font-style: unset;
}

.coupon-modal-button {
  border-radius: 12px;
  border: 1px solid #e31b68;
  background: #fff;
  color: #e31b68 !important;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin: 12px auto 0;
  padding: 18px 16px;
  width: 480px;
  display: block;
}

.guide-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 16px auto 24px;
  width: 480px;
}

.section-featured {
  padding-top: 40px;
  margin-bottom: -20px;
  position: relative;
}

.section-featured + .section-featured {
  padding-top: 60px;
  padding-bottom: 80px;
  margin-bottom: 0;
}

.section-featured::before {
  content: '';
  display: block;
  background-image: url('https://r.r10s.jp/evt/event/beauty/campaign/coupon/_cmn/img/bg_featured.png');
  background-size: 1920px auto;
  background-position: top -1313px center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1024px;
  z-index: -1;
}

.section-featured + .section-featured::before {
  background-position: top -1510px center;
}

.section-featured + .section-featured::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1024px;
  height: 1px;
  background-color: rgb(0 0 0/0.08);
}

.button-anchor {
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 8px;
  background: #fee3eb;
  border: 1px solid #e31b68;
  border-radius: 12px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #e31b68 !important;
  padding: 12px 12px 8px;
}

@media (hover: hover) and (pointer: fine) {
  .button-anchor:hover {
    text-decoration: none;
    background: linear-gradient(0deg, #fee3eb 0%), rgb(0 0 0/ 0.08);
    background-blend-mode: multiply;
  }
}

.sub-title {
  color: #ce0f58;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-top: 24px;
}

.featured-item {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.featured-item__logo-wrap {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.featured-item__logo {
  display: block;
  width: 100%;
  height: auto;
}

.featured-item__image-wrap {
  position: relative;
  margin-top: 4px;
}

.featured-item__icon {
  position: absolute;
  top: -31px;
  left: -4px;
}

.featured-item__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}

.section-selected {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
  z-index: 1;
  min-height: 600px;
}

.section-selected::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1024px;
  height: 1px;
  background-color: rgb(0 0 0/0.08);
}

.section-selected::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1024px;
  height: 510px;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 56%, #fff 100%),
    url('https://r.r10s.jp/evt/event/beauty/campaign/coupon/_pc/img/bg_30off.png') top center / 1920px auto no-repeat,
    radial-gradient(322.81% 155.83% at 51.17% 50%, rgba(252, 232, 240, 0.8) 1.1%, rgba(229, 56, 126, 0.8) 100%);
  background-blend-mode: normal, luminosity, normal;
}

.section-selected--20off::before,
.section-selected--10off::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1024px;
  height: 352px;
  z-index: -1;
}

.section-selected--20off::before {
  content: '';
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 56%, #fff 100%),
    url(https://r.r10s.jp/evt/event/beauty/campaign/coupon/_pc/img/bg_20off.png) top center / 1920px 353px no-repeat,
    radial-gradient(122.81% 155.83% at 51.17% 50%, rgb(255 250 252 / 91%) 1.1%, rgb(182 56 178 / 4%) 100%);
  background-blend-mode: normal, luminosity, normal;
}

.section-selected--10off::before {
  content: '';
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%),
    url(https://r.r10s.jp/evt/event/beauty/campaign/coupon/_pc/img/bg_10off.png) top center / 1920px 353px no-repeat,
    radial-gradient(93% 100% at 51.17% 50%, rgb(239 248 252 / 89%) 1.1%, rgb(0 165 252 / 61%) 100%);
  opacity: 0.8;
  background-blend-mode: normal, luminosity, normal;
}

.title-blur {
  color: #e31b68;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
}

.title-blur--30off {
  color: #e31b68;
}
.title-blur--20off {
  color: #bb37b7;
}
.title-blur--10off {
  color: #077cba;
}

.button-30off,
.button-20off,
.button-10off {
  color: #fff !important;
  border-radius: 12px;
  width: 480px;
  padding: 16px !important;
}

.button-30off {
  background-color: #e31b68;
  border-color: #e31b68;
}

.button-20off {
  background-color: #bb37b7;
  border-color: #bb37b7;
}

.button-10off {
  background-color: #077cba;
  border-color: #077cba;
}

@media (hover: hover) and (pointer: fine) {
  .button-30off:hover {
    background: linear-gradient(0deg, rgb(0 0 0/0.08) 0%), #e31b68;
    background-blend-mode: multiply;
  }

  .button-20off:hover {
    background: linear-gradient(0deg, rgb(0 0 0/0.08) 0%), #bb37b7;
    background-blend-mode: multiply;
  }

  .button-10off:hover {
    background: linear-gradient(0deg, rgb(0 0 0/0.08) 0%), #077cba;
    background-blend-mode: multiply;
  }
}

.section-brands {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
}

.section-brands::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1024px;
  z-index: -1;
  background: url('https://r.r10s.jp/evt/event/beauty/campaign/coupon/_pc/img/bg_brands.png') rgba(255, 255, 255, 0.5) top 30% center / 1920px auto no-repeat;
  background-blend-mode: soft-light;
}

.section-brands::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1024px;
  height: 1px;
  background-color: rgb(0 0 0/0.08);
}

.link-brand-logo {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (hover: hover) and (pointer: fine) {
  .link-brand-logo:hover {
    opacity: 0.8;
  }
}

.beauty-search {
  border: 2px solid #e31b68 !important;
  border-radius: 12px;
  width: 632px;
  margin-left: auto;
  margin-right: auto;
}

.beauty-search-submit {
  background: #e31b68;
  border-radius: 12px;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-right: -2px;
  transition:
    background 0.3s ease,
    background-color 0s;
}

@media (hover: hover) and (pointer: fine) {
  .beauty-search-submit:hover {
    background: linear-gradient(0deg, rgb(0 0 0/0.08) 0%), #e31b68;
  }
}

.beauty-search-select-container {
  border-left: 1px solid rgb(0 0 0/ 0.2);
  padding-left: 12px;
}

.keyword {
  width: 735px;
  margin: 16px auto 0;
}

.keywords-button {
  background-color: #fee3eb;
  border-radius: 12px;
  border: 1px solid rgb(227 27 104/ 0.3);
  color: var(--ecm-color-gray-1) !important;
  padding: 9px 16px;
  margin-top: 12px;
  font-size: 12px;
  align-content: center;
}

.keywords-button:not(:last-child) {
  margin-right: 12px;
}

@media (hover: hover) and (pointer: fine) {
  .keywords-button:hover {
    text-decoration: none;
    background: linear-gradient(0deg, #fee3eb 0%), rgb(0 0 0/ 0.08);
    background-blend-mode: multiply;
  }
}

.section-event {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
}

.section-event::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1024px;
  z-index: -1;
  background-color: #fee3eb;
}

.section-event::after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background-color: rgb(0 0 0/0.08);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1024px;
}

.beauty-floating-navi-container {
  background-color: #fee3eb;
  border-bottom: 1px solid #ce0c57;
}

.beauty-floating-navi {
  height: 60px;
  width: 960px;
  margin: 0 auto;
}

.beauty-floating-navi-item {
  color: #ce0c57 !important;
  font-size: 14px;
  background-color: #fee3eb;
  border: 0;
  padding: 10px 12px 4px;
  justify-content: space-between;
  font-weight: bold;
  flex-basis: 56px;
  flex-grow: 1;
  flex-shrink: 0;
  border-left: 1px solid #ce0c57 !important;
}

.beauty-floating-navi-item:last-child {
  border-right: 1px solid #ce0c57;
}

.beauty-floating-navi-item[data-in-viewport='true'] {
  background-color: #e31b68;
  color: #fff !important;
}

@media (hover: hover) and (pointer: fine) {
  .beauty-floating-navi-item:not([data-in-viewport='true']):hover {
    background: linear-gradient(0deg, #fee3eb 0%), rgb(227 27 104 / 0.08);
    background-blend-mode: multiply;
  }
}

.floating-search {
  bottom: 0;
  right: 0;
  left: 0;
  top: auto !important;
  background-color: #fee3eb;
  border-top: 1px solid #ce0c57;
  box-shadow: 0 -1.25px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.beauty-modal-content-wrapper {
  max-width: 817px;
}
.case-list {
  counter-reset: modal-case;
}

.case-list__item {
  padding-left: 20px;
  padding-bottom: 40px;
  position: relative;
}

.case-list__item:first-child::before {
  top: 0.2em;
}

.case-list__item::before {
  counter-increment: modal-case;
  content: counter(modal-case);
  display: block;
  background-color: var(--ecm-color-gray-2);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: calc(24px + 0.2em);
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.case-list__item + .case-list__item {
  padding-top: 24px;
  border-top: 1px solid rgb(0 0 0/0.08);
}

.case-list__image {
  max-width: 100px;
}

.beauty-ad {
  background: none;
}

.beauty-ad-featured {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgb(0 0 0/ 0.08);
}

.beauty-ad-discount-rate {
  width: fit-content;
  font-size: 13px;
  padding: 4px 6px;
  border-radius: 2px;
  line-height: 1;
  font-weight: bold;
}

.beauty-ad-discount-rate--30 {
  background-color: #e31b68;
}

.beauty-ad-discount-rate--20 {
  background-color: #bb37b7;
}

.beauty-ad-discount-rate--10 {
  background-color: #077cba;
}

.shop-link {
  font-size: 14px;
  color: var(--ecm-color-gray-1) !important;
}

@media (hover: hover) and (pointer: fine) {
  .shop-link:hover {
    cursor: pointer;
  }
}

.featured-item-list .rad-table-existItemDisplay,
.featured-item-list .rad-table-frame,
.featured-item-list .rad-table-body {
  display: contents;
}

/* utility */
.color-point {
  color: #ce0c57;
}
