@charset "UTF-8";

/*!
 *
 *  event-beautymall-1.0.0.js
 *  Copyright (c) 2020 Rakuten.Inc
 *  Date : 2020-11-05 17:31:16
 *
 */
html {
  font-size: 16px
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  font-weight: 400
}

.contentsWrap {
  min-width: 1024px;
  line-height: 1.5;
  font-size: 14px;
  color: #333;
}

.contentsWrap a:hover {
  text-decoration: none;
}

@-webkit-keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
}

@keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
}

.shakeY {
  -webkit-animation: shake 1.5s linear infinite;
  animation: shake 1.5s linear infinite
}

.appear {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0)
}

.appear-in {
  opacity: 1;
  -webkit-transition: opacity .5s ease-in, -webkit-transform .5s ease-in;
  transition: opacity .5s ease-in, -webkit-transform .5s ease-in;
  transition: opacity .5s ease-in, transform .5s ease-in;
  transition: opacity .5s ease-in, transform .5s ease-in, -webkit-transform .5s ease-in;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.lux-button {
  display: inline-block;
  border: none;
  color: #000 !important;
  text-decoration: none;
  background-color: #fff;
  font-weight: 700;
  padding: 15px 18px;
  font-family: Rakuten Sans, sans serif;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  position: relative;
  outline: none;
  -webkit-transition: background-color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, border-color .3s ease;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0)
}

.lux-button:hover {
  text-decoration: none;
  background-color: #dfdfdf
}

.lux-button:active,
.lux-button:focus {
  background-color: #b3b3b3;
  border-color: rgba(0, 0, 0, .3)
}

.lux-button:disabled {
  color: #d1d1d1 !important;
  background-color: #f5f5f5
}

.lux-button.lux-button--black {
  background-color: #000;
  color: #fff !important
}

.lux-button.lux-button--black:hover {
  background-color: #828282
}

.lux-button.lux-button--black:active,
.lux-button.lux-button--black:focus {
  color: #b3b3b3;
  background-color: #000
}

.lux-button.lux-button--black:disabled {
  background-color: #d1d1d1
}

.lux-button.lux-button--small {
  font-size: 13px;
  padding: 11px 14px
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important
}

.img-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;"
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important
}

.pt-0 {
  padding-top: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.py-0 {
  padding-top: 0 !important
}

.mt-0 {
  margin-top: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.my-0 {
  margin-top: 0 !important
}

.pt-8 {
  padding-top: 8px !important
}

.pb-8,
.py-8 {
  padding-bottom: 8px !important
}

.py-8 {
  padding-top: 8px !important
}

.mt-8 {
  margin-top: 8px !important
}

.mb-8,
.my-8 {
  margin-bottom: 8px !important
}

.my-8 {
  margin-top: 8px !important
}

.pt-16 {
  padding-top: 16px !important
}

.pb-16,
.py-16 {
  padding-bottom: 16px !important
}

.py-16 {
  padding-top: 16px !important
}

.mt-16 {
  margin-top: 16px !important
}

.mb-16,
.my-16 {
  margin-bottom: 16px !important
}

.my-16 {
  margin-top: 16px !important
}

.pt-20 {
  padding-top: 20px !important
}

.pb-20,
.py-20 {
  padding-bottom: 20px !important
}

.py-20 {
  padding-top: 20px !important
}

.mt-20 {
  margin-top: 20px !important
}

.mb-20,
.my-20 {
  margin-bottom: 20px !important
}

.my-20 {
  margin-top: 20px !important
}

.pt-30 {
  padding-top: 30px !important
}

.pb-30,
.py-30 {
  padding-bottom: 30px !important
}

.py-30 {
  padding-top: 30px !important
}

.mt-30 {
  margin-top: 30px !important
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important
}

.my-30 {
  margin-top: 30px !important
}

.pt-50 {
  padding-top: 50px !important
}

.pb-50,
.py-50 {
  padding-bottom: 50px !important
}

.py-50 {
  padding-top: 50px !important
}

.mt-50 {
  margin-top: 50px !important
}

.mb-50,
.my-50 {
  margin-bottom: 50px !important
}

.my-50 {
  margin-top: 50px !important
}

.pt-60 {
  padding-top: 60px !important
}

.pb-60,
.py-60 {
  padding-bottom: 60px !important
}

.py-60 {
  padding-top: 60px !important
}

.mt-60 {
  margin-top: 60px !important
}

.mb-60,
.my-60 {
  margin-bottom: 60px !important
}

.my-60 {
  margin-top: 60px !important
}

.mt-auto {
  margin-top: auto
}

.bg-gray {
  background-color: #f7f7f7;
  overflow: hidden;
}

.bg-black {
  background-color: #000 !important;
  overflow: hidden;
}

.w-100 {
  width: 100% !important
}

.position-relative {
  position: relative !important
}

.text-center {
  text-align: center !important
}

@font-face {
  font-family: Rakuten Sans;
  font-weight: 400;
  src: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/fonts/84c7f610a780722a11e760ad6cf7c734.woff2) format("woff2"), url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/fonts/bbaccd18db4059715daba69ab5c33fd5.woff) format("woff")
}

@font-face {
  font-family: Rakuten Sans;
  font-weight: 700;
  src: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/fonts/7a61162c0608e4a4ea92cffc3c6eafb4.woff2) format("woff2"), url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/fonts/561c79182643b643eeee03d1ae3cd1f9.woff) format("woff")
}

.lux-splash {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 320px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  color: #fff;
  overflow: hidden
}

.lux-carousel-item,
.lux-splash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.lux-carousel-item {
  height: 401px
}

.lux-carousel-item.lux-carousel-item--ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, sans-serif;
  padding-bottom: 35px;
  height: 100%
}

.lux-carousel-item__image-holder {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 714px;
  flex: 0 0 714px;
  height: 100%;
  -webkit-transition: opacity .3s cubic-bezier(.85, 1, .16, .6);
  transition: opacity .3s cubic-bezier(.85, 1, .16, .6)
}

.lux-carousel-item__image-holder:hover {
  opacity: .8
}

.lux-carousel-item--ranking .lux-carousel-item__image-holder {
  width: 283px;
  height: 283px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 283px;
  flex: 0 0 283px
}

.lux-carousel-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  height: 100%;
  background: #fff;
  margin-left: 24px
}

.lux-carousel-item--ranking .lux-carousel-item__info {
  text-align: center;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  min-height: 176px;
  max-width: 228px;
  padding-right: 0;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto
}

.lux-carousel-next {
  right: -16px;
  background: url(https://r.r10s.jp/com/js/c/ecm/svg/ui-chevron-right-dark.svg) 0 0 no-repeat;
  background-size: cover
}

.lux-carousel-prev {
  left: -16px;
  background: url(https://r.r10s.jp/com/js/c/ecm/svg/ui-chevron-left-dark.svg) 0 0 no-repeat;
  background-size: cover
}

.js-ranking-buttons.lux-carousel-next {
  right: 0;
}

.js-ranking-buttons.lux-carousel-prev {
  left: 0;
}

.lux-carousel-next,
.lux-carousel-prev {
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px
}

.lux-carousel-next.swiper-button-disabled,
.lux-carousel-prev.swiper-button-disabled {
  opacity: .5;
  cursor: default
}

.lux-carousel-next.swiper-button-disabled.js-ranking-buttons,
.lux-carousel-prev.swiper-button-disabled.js-ranking-buttons {
  opacity: 0
}

.lux-carousel-item__title {
  display: block;
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
  color: #000 !important
}

.lux-carousel-item--ranking .lux-carousel-item__title {
  height: 40px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
  color: #828282;
  margin-bottom: 13px
}

.lux-carousel-item__shop {
  display: inline-block;
  width: auto;
  text-decoration: none;
  max-width: 191px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 130%;
  color: #000 !important;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 8px 12px;
  border-radius: 16px;
  margin-top: auto;
  margin-bottom: 16px;
  -webkit-transition: opacity .3s cubic-bezier(.85, 1, .16, .6);
  transition: opacity .3s cubic-bezier(.85, 1, .16, .6)
}

.lux-carousel-item__shop:hover {
  opacity: .8
}

.lux-carousel-item__desc {
  font-size: 12px;
  line-height: 130%;
  color: #828282;
  text-align: justify;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
}

.lux-carousel-item--ranking .lux-carousel-item__desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical
}

.ad-carousel {
  margin-top: 55px;
  margin-bottom: 50px
}

.lux-carousel-item__rank {
  display: block;
  font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
  font-weight: 400;
  color: #000;
  font-size: 36px;
  line-height: 130%;
  margin-top: 20px;
  margin-bottom: 8px
}

.lux-carousel-item--ranking .lux-carousel-item__rank {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%
}

.lux-carousel-item__rating-info {
  margin-top: 15px;
  font-size: 14px;
}

.lux-carousel-item__rating,
.lux-carousel-item__review-number {
  color: #000 !important
}

.lux-carousel-item__review-number {
  text-decoration: underline !important;
  font-size: 12px !important;
  letter-spacing: calc(25.66 / 12) !important;
}

.lux-search__box {
  display: flex;
  justify-content: right;
  margin-left: auto;
  /*margin-right: 0;*/
}

.lux-itemsearch__box {
  margin: 0 auto 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 960px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lux-itemsearch__box .lux-search {
  width: 640px !important;
  height: 40px !important;
}

.lux-itemsearch__container {
  margin-bottom: 70px;
}

.lux-search-container {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px
}

.lux-search {
  width: 216px !important;
  height: 32px !important;
  outline: 1px solid #6c6e70;
  outline-offset: -2px;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 62px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  min-width: 216px;
  -webkit-transition: border .3s cubic-bezier(.85, 1, .16, .6), width .3s cubic-bezier(.85, 1, .16, .6);
  transition: border .3s cubic-bezier(.85, 1, .16, .6), width .3s cubic-bezier(.85, 1, .16, .6)
}

.lux-search__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  min-width: 32px;
  height: 100%;
  border: none;
  background: rgba(0, 0, 0, 1);
  padding: 0;
  cursor: pointer;
  z-index: 2;
  position: relative;
  top: 1px;
}

.lux-itemsearch__box .lux-search__button {
  min-width: 40px;
}

.lux-itemsearch__box .lux-search {
  border-radius: 6px;
}

.lux-search__button:active,
.lux-search__button:focus {
  outline: none
}

.lux-search__button svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px
}

.lux-search__input {
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% - 16px);
  background-color: #fff;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: calc(100% - 16px);
  flex-basis: calc(100% - 16px);
  width: calc(100% - 16px);
  border: none;
  border-radius: 0;
  padding-left: 16px;
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lux-search__input::-webkit-input-placeholder {
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, sans-serif;
  font-size: 13px;
  line-height: 130%;
  color: #9c9c9c
}

.lux-search__input::-moz-placeholder {
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, sans-serif;
  font-size: 13px;
  line-height: 130%;
  color: #9c9c9c
}

.lux-search__input:-ms-input-placeholder {
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, sans-serif;
  font-size: 13px;
  line-height: 130%;
  color: #9c9c9c
}

.lux-search__input::-ms-input-placeholder {
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, sans-serif;
  font-size: 13px;
  line-height: 130%;
  color: #9c9c9c
}

.lux-search__input::placeholder {
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, sans-serif;
  font-size: 13px;
  line-height: 130%;
  color: #9c9c9c
}

.lux-search__input:active,
.lux-search__input:focus {
  outline: none
}

.lux-newarrival {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  position: relative;
}

.lux-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  position: relative;
}

.lux-brands__btn__container {
  margin: -4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lux-brands__btn {
  width: 420px;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #110000 !important;
  background-color: inherit;
  border: 1px solid #110000;
  border-radius: 24px;
  position: relative;
}

.lux-brands__btn:hover {
  background-color: #FFF;
}

.lux-brands__btn::before {
  content: "";
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s.svg) 50% center no-repeat;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  background-size: auto 100%;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 15px;
  margin-top: 1px;
}

.lux-wrapping__container {
  position: relative;
}


.lux-wrapping__btn__container,
.lux-minicosmetics__btn__container {
  width: 100%;
  margin: 25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lux-wrapping__btn,
.lux-minicosmetics__btn {
  width: 420px;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #110000 !important;
  background-color: #FFF;
  border: 1px solid #110000;
  border-radius: 24px;
  position: relative;
  cursor: pointer;
}

.lux-wrapping__btn:hover {
  background-color: #f2f2f2;
}

.lux-wrapping__icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 15px;
}

.lux-wrapping__icon::before,
.lux-wrapping__icon::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 1px;
  background-color: #110000;
}

.lux-wrapping__icon::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.is-open .lux-wrapping__icon::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.lux-giftwrapping {
  width: 960px;
  margin: 0 auto;
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.lux-giftwrapping.is-open {
  visibility: visible;
  height: auto;
  opacity: 1;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.lux-giftwrapping .lux-itemsearch__title-2 {
  margin-bottom: 15px;
}

.lux-giftwrapping__txt--small {
  margin-top: 10px;
  font-size: 10px;
}

.lux-giftwrapping__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
}

.lux-giftwrapping__list table {
  border-collapse: collapse;
  width: 50%;
}

.lux-giftwrapping__list th {
  background: #000000;
  color: #FFF;
  text-align: center;
  border: 1px solid #6c6e70;
  font-size: 12px;
  letter-spacing: 0.06em;
  vertical-align: middle;
  height: 36px;
  font-weight: normal;
}

.lux-giftwrapping__list table:nth-child(2n) th:first-child {
  border-right: none;
}

.lux-giftwrapping__list td {
  border-right: 1px solid #6c6e70;
  font-size: 12px;
  letter-spacing: 0.06em;
  vertical-align: middle;
  width: 140px;
  height: 35px;
  text-align: center;
}

.lux-giftwrapping__list td:first-child {
  text-align: left;
  width: auto;
  padding-left: 20px;
}

.lux-giftwrapping__list td:last-child a {
  font-size: 10px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000000;
  border-radius: 12px;
  height: 22px;
  width: 100px;
  position: relative;
  margin: 0 auto;
  padding: 0 14px;
}

.lux-giftwrapping__list table:nth-child(2n) td:last-child {
  border-right: none;
}

.lux-giftwrapping__list tr:nth-child(2n + 1) td {
  background-color: #f2f2f2;
}

.lux-giftwrapping__note {
  color: #6c6e70;
  display: inline-block;
  margin-left: 0.5em;
}

.lux-giftwrapping__icon {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 10px;
  margin-right: 14px;
}

.lux-giftwrapping__icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s_w.svg) 50% center no-repeat;
  background-size: auto 100%;
  pointer-events: none;
}

.lux-virtualmakeup__icon {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 18px;
  margin-right: 23px;
}

.lux-virtualmakeup__icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s_w.svg) 50% center no-repeat;
  background-size: auto 100%;
  pointer-events: none;
}

.lux-campaign__icon {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 18px;
  margin-right: 23px;
}

.lux-campaign__icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s_w.svg) 50% center no-repeat;
  background-size: auto 100%;
  pointer-events: none;
}

.lux-campaign__btnSp {
  position: relative;
}

.brand-block {
  position: relative;
  max-width: calc(50% - 24px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 24px);
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% - 24px);
  flex-basis: calc(50% - 24px);
  height: 299px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #ebebeb;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 24px
}

.brand-block:focus .brand-block__image,
.brand-block:hover .brand-block__image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.brand-block__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 167px;
  flex: 0 0 167px;
  max-width: 167px;
  z-index: 1
}

.brand-block--right .brand-block__content {
  margin-left: auto
}

.brand-block__title {
  font-family: Rakuten Sans;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 8px
}

.brand-block--black .brand-block__title {
  color: #000
}

.brand-block__desc {
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #fff
}

.brand-block--black .brand-block__desc {
  color: #000
}

.brand-block__image {
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  will-change: transform;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.85, 1, .16, .6);
  transition: -webkit-transform .3s cubic-bezier(.85, 1, .16, .6);
  transition: transform .3s cubic-bezier(.85, 1, .16, .6);
  transition: transform .3s cubic-bezier(.85, 1, .16, .6), -webkit-transform .3s cubic-bezier(.85, 1, .16, .6);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor
}

.brand-logo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-right: -12px;
  margin-left: -12px
}

.brand-logo__item,
.brand-logo__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.brand-logo__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 116px;
  flex: 0 1 116px;
  max-width: 116px;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 16px;
  -webkit-transition: opacity .3s cubic-bezier(.85, 1, .16, .6);
  transition: opacity .3s cubic-bezier(.85, 1, .16, .6)
}

.brand-logo__item:hover {
  opacity: .8
}

.brand-logo__item img {
  max-width: 116px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges
}

.category-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.category-list__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  width: 20%;
  height: 240px
}

.category-list__image {
  width: 158px;
  height: 158px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 12px
}

.category-list__image img {
  max-height: 100%
}

.category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none
}

.category-list__title {
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 1px;
  color: #000
}

.category-list__popup {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: hsla(0, 0%, 100%, .95);
  border-radius: 4px;
  -webkit-box-shadow: 0 1.25px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 1.25px 6px rgba(0, 0, 0, .2);
  z-index: 5;
  opacity: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%) translateY(-50px);
  -ms-transform: translateX(-50%) translateY(100%) translateY(-50px);
  transform: translateX(-50%) translateY(100%) translateY(-50px);
  -webkit-transition: opacity .3s cubic-bezier(.85, 1, .16, .6), -webkit-transform .3s cubic-bezier(.85, 1, .16, .6);
  transition: opacity .3s cubic-bezier(.85, 1, .16, .6), -webkit-transform .3s cubic-bezier(.85, 1, .16, .6);
  transition: opacity .3s cubic-bezier(.85, 1, .16, .6), transform .3s cubic-bezier(.85, 1, .16, .6);
  transition: opacity .3s cubic-bezier(.85, 1, .16, .6), transform .3s cubic-bezier(.85, 1, .16, .6), -webkit-transform .3s cubic-bezier(.85, 1, .16, .6)
}

.category-list__popup.category-list__popup--open {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(100%) translateY(-70px);
  -ms-transform: translateX(-50%) translateY(100%) translateY(-70px);
  transform: translateX(-50%) translateY(100%) translateY(-70px)
}

.category-list__popup:before {
  content: "";
  top: -8px;
  left: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  background: inherit;
  -webkit-box-shadow: -2px -2px 3px 0 rgba(0, 0, 0, .2);
  box-shadow: -2px -2px 3px 0 rgba(0, 0, 0, .2);
  -webkit-transform: translateX(0) rotate(45deg);
  -ms-transform: translateX(0) rotate(45deg);
  transform: translateX(0) rotate(45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  z-index: -1
}

.category-list__popupList {
  list-style: none;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  max-height: 300px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll
}

.category-list__popupList-item {
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, sans-serif;
  font-size: 13px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 1px
}

.category-list__popupList-item--main {
  font-weight: 700
}

.category-list__popupList-item:not(:last-child) {
  border-bottom: 1px solid #ebebeb
}

.category-list__popupList-link {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: #000 !important;
  padding: 16px
}

.category-list__popupList-link:focus,
.category-list__popupList-link:hover {
  text-decoration: underline
}

.category-list__popup-close {
  position: absolute;
  top: 16px;
  right: 16px
}

.virtual-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 100px;
  padding-bottom: 50px
}

.virtual-block__content,
.virtual-block__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%
}

.virtual-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.virtual-block__text {
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, sans-serif;
  font-size: 13px;
  line-height: 130%;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px
}

.virtual-block__inner {
  max-width: 304px;
  text-align: center
}

.beauty-block {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: 640px
}

.beauty-block--small {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  width: 33.3%;
  height: 427px
}

.beauty-block__header {
  position: relative;
  height: 119px;
  z-index: 2;
  pointer-events: none
}

.beauty-block__header .beauty-block__header-img {
  position: absolute;
  width: 806px;
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 15px);
  -ms-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px)
}

.beauty-block__title {
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #f7f7f7;
  margin-top: auto;
  margin-bottom: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.beauty-block--small .beauty-block__title {
  font-size: 14px
}

.beauty-block__category {
  font-family: Rakuten Sans, sans serif;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 2px;
  margin-bottom: 16px
}

.beauty-block--small .beauty-block__category {
  font-size: 12px
}

.beauty-block__content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.beauty-block__content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: opacity .3s cubic-bezier(.85, 1, .16, .6);
  transition: opacity .3s cubic-bezier(.85, 1, .16, .6);
  opacity: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), color-stop(104.38%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0) 104.38%)
}

.beauty-block--small .beauty-block__content:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), color-stop(38.76%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0) 38.76%)
}

.beauty-block__content img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.85, 1, .16, .6);
  transition: -webkit-transform .3s cubic-bezier(.85, 1, .16, .6);
  transition: transform .3s cubic-bezier(.85, 1, .16, .6);
  transition: transform .3s cubic-bezier(.85, 1, .16, .6), -webkit-transform .3s cubic-bezier(.85, 1, .16, .6)
}

.beauty-block__content:focus:after,
.beauty-block__content:hover:after {
  opacity: 1
}

.beauty-block__content:focus img,
.beauty-block__content:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.beauty-block__content:focus .beauty-block__blockquote,
.beauty-block__content:hover .beauty-block__blockquote {
  opacity: 1
}

.beauty-block__blockquote {
  position: absolute;
  left: 0;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 16px);
  border-left: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: 16px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity .3s cubic-bezier(.85, 1, .16, .6);
  transition: opacity .3s cubic-bezier(.85, 1, .16, .6)
}

.beauty-block__text {
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #9c9c9c;
  margin-top: 16px
}

.beauty-block--small .beauty-block__text {
  font-size: 12px
}

.beauty-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.beauty-topics._3column {
  margin-bottom: 50px;
}

.beauty-topics._3column .beauty-block {
  width: 320px;
  -ms-flex: 0 0 320px;
  -webkit-box-flex: 0;
  flex: 0 0 320px;
  height: 427px;
}

.beauty-topics._3column .beauty-block__title {
  font-size: 14px
}

.beauty-topics._3column .beauty-block__category,
.beauty-topics._3column .beauty-block__text {
  font-size: 12px;
}

.beauty-topics._3column .beauty-block__blockquote {
  margin-left: 24px;
  padding-right: 24px;
}

.virtual-makeup__disclaimer {
  margin-top: 50px;
  padding-bottom: 46px;
  font-size: 12px;
  line-height: 130%;
  color: #9c9c9c
}

.lux-container {
  width: 1024px;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.lux-pretitle {
  display: block;
  font-family: Rakuten Sans;
  font-size: 11px;
  color: #828282;
  margin-bottom: 8px
}

.lux-pretitle,
.lux-title {
  line-height: 130%;
  text-align: center;
  letter-spacing: 1px
}

.lux-title {
  font-family: Rakuten Sans, sans serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000
}

.lux-ranking-disclaimer-title {
  font-size: 13px;
  line-height: 20px;
  color: #828282;
  margin-bottom: 16px
}

.lux-ranking-disclaimer-text {
  font-size: 12px;
  line-height: 20px;
  color: #000
}

.lux-ranking-disclaimer-text:not(:last-child) {
  margin-bottom: 16px
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 960px;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev,
.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 999px;
  /* border: 2px solid #FFF; */
  margin-top: -22px;
  margin-top: calc(-1*var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  pointer-events: all;
}

.lux-beautytopics-button .swiper-button-next:hover,
.lux-beautytopics-button .swiper-button-prev:hover,
.lux-hero-button .swiper-button-next:hover,
.lux-hero-button .swiper-button-prev:hover,
.lux-hottopics-button .swiper-button-next:hover,
.lux-hottopics-button .swiper-button-prev:hover {
  background-color: rgba(101, 101, 101, 0.4);
}

.lux-rank-button .swiper-button-next:hover::after,
.lux-rank-button .swiper-button-prev:hover::after,
.lux-new-button .swiper-button-next:hover::after,
.lux-new-button .swiper-button-prev:hover::after,
.slick-next:hover::after,
.slick-prev:hover::after,
.slick-next:hover::after,
.slick-prev:hover::after,
.lux-wrapping-button .swiper-button-next:hover::after,
.lux-wrapping-button .swiper-button-prev:hover::after,
.lux-minicosmetics-button .swiper-button-next:hover::after,
.lux-minicosmetics-button .swiper-button-prev:hover::after {
  -webkit-filter: brightness(0.55);
  filter: brightness(0.55);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next::before,
.swiper-button-prev::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  -webkit-font-feature-settings: normal, ;
  font-feature-settings: normal, ;
  font-variant: normal;
  line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0) translateX(-50%);
  z-index: 10;
  max-width: 960px;
  left: 50%;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  width: 100vw
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 100%;
  background: #FFF;
  border: 1px solid #000;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top .2s, -webkit-transform .2s;
  transition: top .2s, -webkit-transform .2s;
  transition: transform .2s, top .2s;
  transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  /* margin: 0 4px; */
  margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: left .2s, -webkit-transform .2s;
  transition: left .2s, -webkit-transform .2s;
  transition: transform .2s, left .2s;
  transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right .2s, -webkit-transform .2s;
  transition: right .2s, -webkit-transform .2s;
  transition: transform .2s, right .2s;
  transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 4px solid var(--swiper-theme-color);
  border-bottom: 4px solid var(--swiper-theme-color);
  border-right: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0)
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

/* 20210119 add */
.mb-12 {
  margin-bottom: 12px;
}

.mb-70 {
  margin-bottom: 70px;
}

.point_campaign_bnr {
  width: 632px;
  background: #000000;
  margin: 100px auto 0;
}

.point_campaign_bnr a {
  display: block;
  padding: 28px 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;

}

.point_campaign_bnr a:hover {
  opacity: 0.8;
}

.point_campaign_bnr a p {
  font-size: 14px;
  /* font-weight: bold; */
  margin-top: 21px;
  margin-bottom: 19px;
}

.pointcamp_nav {
  letter-spacing: -.5em;
  text-align: center;
}

.pointcamp_nav li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 151px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pointcamp_nav li+li {
  /* border-left:1px solid #cccccc; */
  border-left: 1px solid #fff;
}

.pointcamp_nav li a span {
  display: block;
  font-size: 13px;
  line-height: 2;
  color: #000000;
}

.txt_828282 {
  color: #828282;
}

/* entry_button customed */

._entry_custom .design-button {
  width: 304px;
  margin: 0 auto;
}

._entry_custom .design-button div {
  height: 54px;
  display: none;
}

._entry_custom .design-button ._entry {
  display: block;
  position: relative;
  width: 304px !important;
  height: 54px !important;
  line-height: 54px;
  margin: 0 auto;
  background-color: #000000;
  border-color: #000000;
  border-radius: 2px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

._entry_custom .design-button ._entry:hover {
  opacity: 0.8;
}

._entry_custom .design-button ._entry:after {
  display: inline-block;
  content: "";
  margin-left: 0.4em;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 73px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

._entry_custom .design-button ._registered,
._entry_custom .design-button ._entered {
  position: relative;
  width: 304px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  background-color: #cccccc;
  border-radius: 2px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}

._entry_custom .rcEntryButton-status--applied ._entry,
._entry_custom .rcEntryButton-status--entered ._entry {
  display: none;
}

._entry_custom .rcEntryButton-status--applied ._registered {
  display: block;
}

._entry_custom .rcEntryButton-status--entered ._entered {
  display: block;
}

#shoplist .ri-navigationLink {
  border-bottom: 1px solid #ebebeb;
}

#shoplist .ri-navigationLink a.ri-navigationLink__link {
  height: 37px;
}

#shoplist .ri-navigationLink__text {
  padding-left: 8px;
}

#shoplist .ri-navigationLink a.ri-navigationLink__link:before {
  content: "\e91c";
  font-family: rex-icon-font !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 4px;
  font-size: 13px;
  color: #9c9c9c;
}

.bgc-f4f4f4.-full {
  position: relative;
}

.bgc-f4f4f4.-full:before {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  margin: 0 -500%;
  padding: 0 500%;
  background-color: #f4f4f4;
}

.rn-tab[layout="default"] {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rn-tab[layout="default"] .rn-tab__menuList {
  margin-left: 0 !important;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rn-tab[layout="default"] .rn-tab__menuItem {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 13px !important;
  margin-left: 0 !important;
  position: relative;
  min-height: auto !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rn-tab[layout="default"] .rn-tab__menuItem.-active {
  border: none !important;
  border-bottom: solid 1px #333333 !important;
  padding-bottom: 12px !important;
}

.rn-tab[layout="default"] .rn-tab__menuItem.-active:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #333333 transparent transparent transparent;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
}

.rn-tab.-column3[layout="default"] .rn-tab__menuItem {
  width: 192px;
}

.rn-tab[layout="default"] .rn-tab__menuItem .rn-tab__textBox {
  /*  font-size:20px!important;*/
  color: #a09f9f !important;
}

.rn-tab[layout="default"] .rn-tab__menuItem.-active .rn-tab__textBox {
  color: #000000 !important;
  font-weight: bold;
}

.rn-tab[layout="default"] .rn-tab__itemContainer {
  padding: 0 !important;
  position: relative;
  z-index: 0;
}

.rn-tab[layout="default"] .rn-tab__itemBox {
  display: block !important;
  position: relative;
  z-index: -1;
  padding-top: 48px;
  padding-bottom: 48px;
  height: 651px;
}

.rn-tab[layout="default"] .rn-tab__itemBox.-opened {
  z-index: 0;
  background-color: #fff;
}

.rn-tab[layout="default"] .rn-tab__itemBox.rn-tab__itemBox[data-tab-menu="2"] {
  margin-top: -651px;
}

.rn-tab[layout="default"] .rn-tab__itemBox.rn-tab__itemBox[data-tab-menu="3"] {
  margin-top: -651px;
}

/* rc-itemRankingAlcor */
.rc-itemRankingAlcor._custom .ri-item__price {
  color: #333333;
}

.rc-itemRankingAlcor._custom .rl-slider__buttonPrev:after {
  background-image: url(https://r.r10s.jp/com/js/c/ecm/svg/ui-chevron-left-dark.svg);
}

.rc-itemRankingAlcor._custom .rl-slider__buttonNext:after {
  background-image: url(https://r.r10s.jp/com/js/c/ecm/svg/ui-chevron-right-dark.svg);
}

/* .rc-itemRankingAlcor._custom .ri-item__shopLink {
  display: none!important;
} */

.sp_visible {
  display: none;
}

/* 20210701 add */

/*
 official_brand
========================================== */
._official_brand li {
  position: relative;
}

._official_brand li a {
  padding: 15px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

._official_brand li a:hover {
  opacity: .7;
}

._official_brand li.brand01 {
  background-image: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/pc/img/20210701/official_brand_img01.jpg);
}

._official_brand li.brand02 {
  background-image: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/pc/img/20210701/official_brand_img02.jpg);
}

._official_brand li span {
  color: #040000;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.1px;
}

._official_brand li .btn {
  text-align: right;
  margin-top: 4px;
  line-height: 1;
}

._official_brand li .btn>span {
  display: inline-block;
  vertical-align: top;
  width: 107px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 14.52px;
  color: #2b2b2b;
  line-height: 22px;
}

._official_brand li span {
  color: #040000;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.1px;
}

/* floating_bnr */
.rb-floatingBottomBanner.-right {}

.rb-floatingBottomBanner.-right .rb-floatingBottomBanner__container {
  right: 28px;
  bottom: 180px;
  left: auto;
  width: 100%;
  max-width: 240px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rc-toTop._custom {
  bottom: 100px;
}

/*
 sns
========================================== */
.lux-sns-icon {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
  border-top: 1px solid #333;
  padding-top: 70px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lux-sns-icon a:nth-child(2) {
  margin-right: 20px;
}

.lux-sns-icon a:nth-child(3) {
  margin-right: 0;
}

.lux-sns-icon p {
  font-size: 18px;
  width: 100%;
  margin-bottom: 20px;
}


/*
 add 20220207 [makeup tips to go]
========================================== */
.bg-makeuptips {
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/pc/img/20230727/makeup_tips_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 115px 0 110px;
  text-align: center;
}

.bg-makeuptips h2 img {
  width: calc(620px * 1.6);
  display: block;
  margin: 0 auto 33px;
}

.bg-makeuptips p {
  font-size: calc(13px * 1.6);
}

.tips_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 58px;
  padding-bottom: 35px;
  width: 658px;
  margin: 0 auto;
  /* justify-content: center; */
}

.tips_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin: 0 auto;
  width: calc((100% - 12.5px*4) / 2);
}

.tips_item picture img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  will-change: transform;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.85, 1, .16, .6);
  transition: -webkit-transform .3s cubic-bezier(.85, 1, .16, .6);
  transition: transform .3s cubic-bezier(.85, 1, .16, .6);
  transition: transform .3s cubic-bezier(.85, 1, .16, .6), -webkit-transform .3s cubic-bezier(.85, 1, .16, .6);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor
}

.tips_item:hover picture img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.item_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  text-align: left;
}

.item_desc .item_ttl {
  color: #333;
}

span.item_num {
  font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
  font-weight: 400;
  color: #000;
  font-size: 36px;
  line-height: 130%;
  margin-right: 25px;
}

.item_ttl {
  font-size: 16px !important;
  font-weight: bold;
}

span.date {
  font-size: 13px;
  color: #828282;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}

.tips_btn {
  display: block;
  margin: 0 auto;
  position: relative;
  background: #000;
  max-width: 228px;
  width: 100%;
  padding: 15px 0px;
  font-weight: bold;
  cursor: pointer;
  font-family: Rakuten Sans, sans serif;
  font-size: 13px;
  -webkit-transition: background-color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, border-color .3s ease;
}

a.tips_btn {
  color: #fff;
}

.tips_btn:hover {
  background-color: #828282;
}


/*
 ReNew Style
========================================== */
.lux-header {
  width: 100%;
  height: 72px;
  /* margin-top: 30px; */
  margin-top: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.lux-header__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.lux-header__logo {
  margin-top: 17px;
}

.lux-header__logo img {
  width: 190px;
}

.lux-header__logo p {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  margin-top: 6px;
  margin-left: auto;
  letter-spacing: 0.06em;
}

.ad-carousel {
  margin-top: 0;
}

.lux-nav,.lux-nav * {
  box-sizing: content-box;
}

.lux-nav__container {
  background-color: #FFF;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: fadeOut 1s ease;
  animation: fadeOut 1s ease;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 6px 7px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0px 6px 7px rgba(0, 0, 0, 0.06));
}

.lux-nav__container.is-active {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.lux-nav {
  width: clamp(960px,calc(100% - 64px), 1398px);
  margin: 0 auto;
  padding: 0 32px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lux-nav__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lux-nav__logo__img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  /* width: clamp(148px,calc(176 / 1366 * 100vw),176px); */
  margin-right: 26px;
}

.lux-nav__logo__img img {
  height: 100%;
  width: auto;
}

.lux-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(calc(100/1441*750vw),900px,980px);
  max-width: 1000px;
  justify-content: left;
  height: clamp(7px,calc(9 / 1366 * 100vw),8px);
  align-items: center;
  margin-right: calc(100/1440*27vw);
}

.lux-nav__list a {
  padding: 18px 14px;
  display: block;
}

.lux-nav__list li {
  width: auto;
  display: block;
}

.lux-nav__list li img {
  height: clamp(7px,calc(8 / 1366 * 100vw),8px);
  width: auto;
  display: block;
}

.lux-nav__list a:hover {
  opacity: 0.8;
}

.lux-nav__list a p {
  display: none;
}

.lux-nav-4 a {
  /* border-right: 1px solid #fff; */
}

.lux-nav__listOuter {
  max-width: 1020px;
}

/* max-width 1400px */
@media screen and (max-width:1400px) {
  .lux-nav {
    width: clamp(100%,calc(100% - 64px), 1398px);
    box-sizing: border-box;
  }

  .lux-nav__listWrap {
    width: calc(100% - (162px + 216px) - 26px);
  }

  .lux-nav__list {
    width: fit-content;
    justify-content: left;
  }

  .lux-nav__list a {
    padding: 14px;
  }
}

/* max-width 1320px */
@media screen and (max-width:1320px) {
  .lux-nav__listWrap {
    overflow-x: scroll;
    scrollbar-width: thin;
  }
  .lux-nav__listOuter {
    padding: 14px 0;
  }
}

/* max-width 980px */
@media screen and (max-width:980px) {
  .lux-nav__list {
    height: 7px;
  }
}

.lux-container {
  width: 100%;
  padding: 0;
}

.lux-pickup__container {
  /* padding-top: 55px; */
  padding-top: 70px;
}

.lux-pickup,
.lux-brands {
  text-align: center;
}

.lux-hottopics__title,
.lux-beautytopics__title,
.lux-pickup__title,
.lux-brands__title,
.lux-itemsearch__title,
.lux-newarrival__title,
.lux-ranking__title,
.lux-beautytopics__title,
.lux-makeuptips__title,
.lux-followus__title,
.lux-virtualmakeup__title,
.lux-campaign__title,
.lux-recommend__title,
.lux-minicosmetics__title {
  text-align: center;
  width: 100%;
  line-height: 1.4;
}

.lux-makeuptips__title {
  padding-top: 70px;
}

.lux-hottopics__title {
  padding-top: 70px;
  margin-top: 10px;
}

.lux-followus__title {
  line-height: 1.3;
}

.lux-hottopics__title small,
.lux-beautytopics__title small,
.lux-pickup__title small,
.lux-brands__title small,
.lux-itemsearch__title small,
.lux-newarrival__title small,
.lux-ranking__title small,
.lux-beautytopics__title small,
.lux-makeuptips__title small,
.lux-followus__title small,
.lux-virtualmakeup__title small,
.lux-campaign__title small,
.lux-recommend__title small,
.lux-minicosmetics__title small {
  display: block;
  margin-top: 12px;
  font-size: 12px;
}

.lux-followus__title small {
  color: #FFF;
  font-size: 15px;
  margin-top: 30px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.lux-itemsearch__title {
  margin-bottom: 30px;
  padding-top: 70px;
}

.lux-itemsearch__title-2 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.lux-itemsearch__title-2::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #000;
  margin-right: 7px;
  margin-top: 5px;
  font-size: 16px;
}

.lux-itemsearch__box .lux-itemsearch__title-2 {
  margin: 0 auto 18px;
  width: 100%;
}

.lux-wrapping .lux-itemsearch__title-2 {
  /* margin-right: 10px; */
  /* margin-left: 10px; */
}

.lux-hottopics__title img,
.lux-beautytopics__title img,
.lux-pickup__title img,
.lux-brands__title img,
.lux-itemsearch__title img,
.lux-newarrival__title img,
.lux-ranking__title img,
.lux-makeuptips__title img,
.lux-beautytopics__title img,
.lux-followus__title img,
.lux-virtualmakeup__title img,
.lux-campaign__title img,
.lux-recommend__title img {
  height: 20px;
}

.lux-ranking__note {
  border-top: 1px solid #dadada;
  padding-top: 37px;
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.lux-ranking__note.is-open {
  visibility: visible;
  height: auto;
  opacity: 1;
}

.lux-ranking__note__title {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  letter-spacing: 0.06em;
}

.lux-ranking__note__title::before {
  content: "■";
  margin-right: 0.5em;
  font-size: 16px;
  letter-spacing: 0.06em;
}

.lux-ranking__note__txt {
  font-size: 14px;
  line-height: calc(24 / 14);
}

.lux-category__txt:hover {
  color: #fff !important;
}

.lux-pickup__bnr {
  text-align: center;
  margin-top: 22px;
}

.lux-pickup__bnr a:hover {
  opacity: .7;
}

.lux-makeuptips__btn,
.lux-virtualmakeup__btn,
.lux-campaign__btn {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 420px;
  min-height: 62px;
  margin: auto;
  margin-top: 30px;
  padding: 15px;
  font-size: 15px;
  line-height: 1.46;
  color: #fff !important;
  text-align: center;
}

.lux-makeuptips__btn:hover,
.lux-virtualmakeup__btn:hover,
.lux-campaign__btn:hover {
  background-color: #6c6a70;
  border: 1px solid #6c6a70;
}

.lux-campaign__btn {
  width: 285px;
  min-height: 53px;
}

.lux-makeuptips__btn {
  position: relative;
  padding: 10px;
  min-height: 48px;
}

.lux-makeuptips__btn::before,
.lux-makeuptips__btn::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  margin-right: 12px;
  background-color: #FFF;
}

.lux-makeuptips__btn::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.is-open .lux-makeuptips__btn::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.lux-makeuptips__link {
  text-align: center;
  margin-bottom: 73px;
}

.lux-makeuptips__link:hover {
  opacity: 0.8;
}

.lux-beautytopics__container {
  border-top: 1px solid #dadada;
  padding-top: 75px;
  padding-bottom: 26px;
}

.lux-category-price {
  width: 960px;
  margin: 0 auto 36px;
}

.lux-category-price__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}

.lux-category-price__container li {
  width: 222px;
  height: 66px;
}

.lux-category-price__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  background: #f2f2f2;
  color: #000 !important;
  padding: 0 30px;
  position: relative;
}

.lux-category-price__btn:hover {
  background: #dfdfdf;
}

.lux-category-price__icon {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 17px;
  margin-right: 24px;
}

.lux-category-price__icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s.svg) 50% center no-repeat;
  background-size: auto 100%;
  pointer-events: none;
}

.lux-category__nav {
  width: 960px;
  margin: 30px auto 36px;
}

.lux-category__nav ul li {
  position: relative;
}

.lux-category__nav>ul>li {
  margin-bottom: 10px;
}

.lux-category__nav>ul>li.is-open {
  margin-bottom: 5px;
}

.lux-category__nav ul li .beauty-block--small {
  color: #fff;
  display: block;
  padding: 15px 40px;
  font-size: 15px;
}

.lux-category__nav ul li .lux-category__nav--child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  visibility: hidden;
  height: 0;
  opacity: 0;
}

.lux-category__nav ul li.is-open .lux-category__nav--child {
  padding: 12px 0 7px;
  visibility: visible;
  height: auto;
  opacity: 1;
  padding-left: 9px;
}

.lux-category__nav ul li .lux-category__nav--child li {
  background-color: transparent;
  width: 230px;
}

.lux-category__nav ul li .lux-category__nav--child a {
  color: #000;
  padding: 8px 0;
  /* margin-left: 40px; */
  margin-left: 31px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.lux-category__nav ul li .lux-category__nav--child a:hover {
  color: #8b8b8b;
}

.lux-category__nav ul li .lux-category__nav--child a img {
  margin-right: 10px;
  width: 5px;
}

.lux-category__txt {
  background-color: #000;
  color: #fff !important;
  border-radius: 30px;
  position: relative;
  padding: 12px 31px 15px;
  cursor: pointer;
  display: block;
}

.lux-category__btn {
  position: absolute;
  top: 50%;
  right: 32px;
}

div.lux-category__txt .lux-category__btn::before,
div.lux-category__txt .lux-category__btn::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 1px;
  background-color: #fff;
}

div.lux-category__txt .lux-category__btn::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.is-open div.lux-category__txt .lux-category__btn::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

a.lux-category__txt .lux-category__btn::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 17px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s_w.svg) 50% center no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}

.lux-brands__container {
  padding: 70px 0;
  margin: 80px 0 5px;
  background-color: #f2f2f2;
}

.lux-brands__img {
  width: 96px;
  margin: 0 auto;
}

.lux-brands__img img {
  width: 100%;
}

.lux-newarrival__container {
  padding: 70px 0 17px;
  background-color: #f2f2f2;
}

.swiper-slide:hover {
  opacity: 0.8;
}

.lux-hero .swiper-slide:hover {
  opacity: 0.9;
}

.lux-hottopics {
  position: relative;
}

.lux-hottopics__list__container {
  margin: 25px auto 0;
  padding: 27px 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 400px;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.lux-beautytopics {
  position: relative;
}

.lux-beautytopics__list__container {
  padding: 27px 0;
  margin: 27px auto 58px;
  position: relative;
  max-width: 400px;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.lux-newarrival {
  max-width: 1080px;
  padding: 0 60px;
  margin: auto;
}

.lux-brands {
  max-width: 1080px;
  padding: 0 60px;
  margin: auto;
}

.lux-wrapping {
  max-width: 1080px;
  padding: 0 60px;
  margin: 0 auto 40px;
}

.lux-btn__fixed {
  position: fixed;
  bottom: 190px;
  right: 0;
  z-index: 10;
}

.lux-btn__fixed:hover {
  opacity: 0.8;
}

.lux-ranking,
.lux-minicosmetics {
  max-width: 1080px;
  padding: 70px 60px 0;
  margin: auto;
}

.lux-ranking__updated,
.lux-minicosmetics__updated {
  color: #6c6e70;
  font-size: 13px;
  text-align: center;
  margin-top: 30px;
}

.lux-ranking__tabmenu,
.lux-minicosmetics__tabmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  margin-bottom: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lux-ranking__tabmenu li,
.lux-minicosmetics__tabmenu li {
  border: solid 1px #000;
  border-left: none;
  background-color: #fff;
  width: 160px;
}

.lux-ranking__tabmenu li.is-active,
.lux-minicosmetics__tabmenu li.is-active {
  background-color: #000;
  position: relative;
}

.lux-ranking__tabmenu li.is-active::after,
.lux-minicosmetics__tabmenu li.is-active::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 10px solid #000000;
}

.lux-ranking__tabmenu li.is-active a,
.lux-minicosmetics__tabmenu li.is-active a {
  color: #fff;
}

.lux-ranking__tabmenu li:first-child,
.lux-minicosmetics__tabmenu li:first-child {
  border-left: solid 1px #000;
}

.lux-ranking__tabmenu a,
.lux-minicosmetics__tabmenu a {
  color: #000;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 11px;
}

.lux-ranking__tabmenu li:not(.is-active):hover,
.lux-minicosmetics__tabmenu li:not(.is-active):hover {
  background: #F2F2F2;
}

.lux-newarrival__list__container,
.lux-brands__list__container {
  /* overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch; */
  overflow: hidden;
  /* width: 960px; */
  margin: 30px -12.5px 0;
  position: relative;
}

.lux-ranking__list__container,
.lux-minicosmetics__list__container {
  position: relative;
}

/* .lux-ranking__list__container::-webkit-scrollbar,
.lux-newarrival__list__container::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.lux-ranking__list__container::-webkit-scrollbar-track,
.lux-newarrival__list__container::-webkit-scrollbar-track {
  background-color: #fff;
  border: solid 1px #6c6e70;
}
.lux-ranking__list__container::-webkit-scrollbar-thumb,
.lux-newarrival__list__container::-webkit-scrollbar-thumb {
	background: #6c6e70;
} */
.lux-ranking__list,
.lux-newarrival__list,
.lux-hottopics__list,
.lux-beautytopics__list,
.lux-brands__list,
.lux-wrapping__list,
.lux-minicosmetics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* overflow-x: scroll; */
  /*width: calc(195px * 10);*/
  padding-bottom: 30px;
}

.lux-brands__list {
  padding-bottom: 40px;
  margin-top: 28px;
}

.lux-beautytopics__list {
  padding-bottom: 36px;
  width: auto !important;
}

.lux-hottopics__list {
  padding-bottom: 36px;
  width: auto !important;
}

.lux-newarrival__list {
  width: auto !important;
}

.lux-wrapping__list {
  padding-bottom: 40px;
  width: auto !important;
}

.lux-ranking__list li,
.lux-newarrival__list li,
.lux-brands__list li,
.lux-wrapping__list li,
.lux-minicosmetics__list li {
  width: 175px;
}

.lux-beautytopics__list {
  position: relative;
}

.lux-newarrival__list li a {
  display: block;
  padding: 0 12.5px;
}

.lux-brands__list li a {
  display: block;
  padding: 0 12.5px;
}

.lux-wrapping__list li a {
  display: block;
  padding: 0 15.5px;
}

.lux-hottopics__list li a {
  display: block;
}

.lux-beautytopics__img {
  display: block;
  position: relative;
  height: 250px;
  overflow: hidden;
}

.lux-beautytopics__img::after {
  content: "";
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.lux-beautytopics-button {
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.lux-hottopics-button {
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.lux-rank-button,
.lux-minicosmetics-button {
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.lux-new-button {
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.lux-brands-button {
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.lux-wrapping-button {
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.lux-rank-button,
.lux-minicosmetics-button {
  display: none;
}

.lux-ranking__slide.is-active+.lux-rank-button,
.lux-minicosmetics__slide.is-active+.lux-minicosmetics-button {
  display: block;
}

.lux-rank-button .swiper-button-prev,
.lux-minicosmetics-button .swiper-button-prev {
  left: 0;
  top: 0;
  margin-left: -45px;
  margin-top: 73px;
  background-color: inherit;
}

.lux-rank-button .swiper-button-next,
.lux-minicosmetics-button .swiper-button-next {
  right: 0;
  top: 0;
  margin-right: -45px;
  margin-top: 73px;
  background-color: inherit;
}

.lux-new-button .swiper-button-prev {
  left: 0;
  top: 0;
  margin-left: 12px;
  margin-top: 103px;
  background-color: inherit;
}

.lux-new-button .swiper-button-next {
  right: 0;
  top: 0;
  margin-right: 12px;
  margin-top: 103px;
  background-color: inherit;
}

.lux-brands-button .swiper-button-prev {
  left: 0;
  margin-top: -13px;
  margin-left: 0;
  background-color: inherit;
}

.lux-brands-button .swiper-button-next {
  right: 0;
  margin-top: -13px;
  margin-right: 0;
  background-color: inherit;
}

.slick-next {
  margin-top: -42px;
  margin-left: 0;
  margin-right: -22px;
  background-color: inherit;
}
.slick-prev {
  margin-top: -42px;
  margin-right: 0;
  margin-left: -22px;
  background-color: inherit;
}
.slick-next::before{
  display: none;
}
.slick-prev::before{
  display: none;
}
.slick-dots {
  bottom: 6px;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 8px;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  font-size: 0;
  color: #000;
  opacity: 1;
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  padding: 0;
  border: 1px solid #000;
}
.slick-dots li button {
  padding: 0;
  font-size: 0;
  color: #FFF;
  opacity: 1;
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 100%;
  background: #FFF;
  border: 1px solid #000;
  box-sizing: content-box;
}

.lux-wrapping-button .swiper-button-prev {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -49px;
  margin-top: -47px;
  background-color: inherit;
}

.lux-wrapping-button .swiper-button-next {
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: -49px;
  margin-top: -47px;
  background-color: inherit;
}

.lux-new-button .swiper-button-prev:after,
.lux-rank-button .swiper-button-prev:after,
.lux-wrapping-button .swiper-button-prev:after,
.lux-minicosmetics-button .swiper-button-prev:after,
.slick-prev:after {
  content: '';
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s.svg) 50% center/18% no-repeat;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lux-rank-button .swiper-button-prev:after,
.lux-minicosmetics-button .swiper-button-prev:after{
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s.svg) 50% center no-repeat;
  background-size: auto 100%;
}

.lux-new-button .swiper-button-prev:after {
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s.svg) 50% center no-repeat;
  background-size: auto 100%;
}

.lux-brands-button .swiper-button-prev:after {
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s.svg) 50% center no-repeat;
  background-size: auto 100%;
}

.slick-prev:after {
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s.svg) 50% center no-repeat;
  background-size: auto 100%;
}

.lux-wrapping-button .swiper-button-prev:after {
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s.svg) 50% center no-repeat;
  background-size: auto 100%;
}

.lux-new-button .swiper-button-next:after,
.lux-rank-button .swiper-button-next:after,
.lux-brands-button .swiper-button-next:after,
.lux-wrapping-button .swiper-button-next:after,
.lux-minicosmetics-button .swiper-button-next:after,
.slick-next:after {
  content: '';
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s.svg) 50% center/18% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lux-rank-button .swiper-button-next:after,
.lux-minicosmetics-button .swiper-button-next:after {
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s.svg) 50% center no-repeat;
  background-size: auto 100%;
}

.lux-new-button .swiper-button-next:after {
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s.svg) 50% center no-repeat;
  background-size: auto 100%;
}

.lux-brands-button .swiper-button-next:after {
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s.svg) 50% center no-repeat;
  background-size: auto 100%;
}

.slick-next:after {
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s.svg) 50% center no-repeat;
  background-size: auto 100%;
}

.lux-wrapping-button .swiper-button-next:after {
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s.svg) 50% center no-repeat;
  background-size: auto 100%;
}

.lux-ranking__list li h3,
.lux-minicosmetics__list li h3 {
  font-weight: bold;
  margin-top: 15px;
  color: #333;
  font-size: 12px;
  line-height: calc(16 / 12);
}

.lux-newarrival__list li h3 {
  font-weight: bold;
  color: #333;
  font-size: 12px;
  line-height: calc(18 / 13);
  margin-top: 18px;
  height: 32px;
}

.lux-brands__list li h3 {
  color: #333;
  font-size: 12px;
  margin-top: 8px;
  text-align: center;
  line-height: 1.5;
}

.lux-wrapping li h3 {
  color: #333;
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.5;
}

.lux-hottopics__list li h3 {
  margin-top: 7px;
  color: #333;
  font-size: 14px;
  line-height: calc(22/14);
}

.lux-beautytopics__list li h3 {
  color: #333;
  font-size: 14px;
  color: #FFF;
  line-height: calc(22/14);
}

.lux-ranking__shop-name,
.lux-hottopics__shop-name,
.lux-beautytopics__shop-name,
.lux-brands__shop-name,
.lux-minicosmetics__shop-name {
  color: #6c6e70;
  margin-top: 5px;
  font-size: 15px;
}

.lux-newarrival__shop-name {
  color: #6c6e70;
  margin-top: 10px;
  font-size: 13px;
}

.lux-ranking__list li .lux-carousel-item__review,
.lux-minicosmetics__list li .lux-carousel-item__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.lux-ranking__list li .lux-carousel-item__review img,
.lux-minicosmetics__list li .lux-carousel-item__review img {
  margin-right: 2px;
  width: 14px;
}

.lux-ranking__list li .lux-carousel-item__review .lux-carousel-item__rating,
.lux-minicosmetics__list li .lux-carousel-item__review .lux-carousel-item__rating {
  display: block;
  margin-left: 8px;
}

.lux-ranking__note__btn__container {
  text-align: right;
  margin-bottom: 23px;
}

.lux-ranking__note__btn {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 12px;
  padding-right: 15px;
  opacity: .6;
  cursor: pointer;
  margin-top: 6px;
}

.lux-ranking__note__btn:hover {
  opacity: .4;
}

.lux-ranking__number {
  margin-top: 22px;
  height: 16px
}

.lux-ranking__number img {
  height: 100%;
  width: auto;
}

.lux-makeuptips {
  width: 960px;
  margin: auto;
  margin-bottom: 38px;
}

.lux-makeuptips__container {
  background-color: #fff;
}

.lux-makeuptips__note {
  color: #6c6e70;
  font-size: 13px;
  text-align: center;
  margin-top: 30px;
}

.lux-makeuptips__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lux-makeuptips__list li {
  width: 223px;
  margin-top: 32px;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.lux-makeuptips__list li a:hover {
  opacity: .7;
}

.lux-makeuptips__list li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

.lux-makeuptips__list li a {
  color: #000;
}

.lux-makeuptips__img {
  width: 223px;
  height: 223px;
  overflow: hidden;
}

.lux-makeuptips__img img {
  width: 100%;
  height: 223px;
  object-fit: cover;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lux-makeuptips__desc {
  width: 290px;
  margin-left: auto;
}

.lux-makeuptips__desc h3 {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.6;
}

.lux-makeuptips__icon {
  display: none;
}

.lux-makeuptips__updated {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6c6e70;
  font-size: 12px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 10px;
}

.lux-beautytopics__item {
  color: #FFF !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  letter-spacing: 0.06em;
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  padding: 20px 15px 16px;
}

.lux-beautytopics__item p {
  color: #FFF !important;

  width: 100%;
}

.lux-hottopics__updated {
  color: #6c6e70 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  letter-spacing: 0.06em;
  margin-top: 15px;
}

.lux-hottopics__new-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 27px;
  padding: 0 6px;
  border: solid 1px #000000;
  margin-right: 10px;
  box-sizing: content-box;
}

.lux-beautytopics__new-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 27px;
  margin-bottom: 10px;
  padding: 2px 6px;
  border: solid 1px #FFF;
  margin-right: 10px;
  box-sizing: content-box;
}

.lux-makeuptips__new-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 41px;
  padding: 2px 6px;
  border: solid 1px #000000;
  margin-right: 10px;
}

.lux-followus__container {
  background-color: #000;
  background-size: cover;
  padding: 70px 0;
}

.lux-followus {
  width: 960px;
  margin: auto;
}

.lux-followus__link {
  width: 343px;
  margin: auto;
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lux-followus__link a {
  width: 96px;
  height: 96px;
  border: 1px solid #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lux-followus__link a img {
  width: 42px;
  height: auto;
}

.lux-followus__link a:nth-child(3) img {
  width: 45px;
  height: auto;
}

.lux-followus__link a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.lux-virtualmakeup__container {
  position: relative;
}

.lux-virtualmakeup__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/pc/img/20230727/bg_virtualmakeup_01.jpg) left bottom no-repeat,
    url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/pc/img/20230727/bg_virtualmakeup_02.jpg) right bottom 105px no-repeat;
}

.lux-virtualmakeup {
  width: 960px;
  margin: auto;
}

.lux-virtualmakeup__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
  margin: auto;
  margin-top: 30px;
}

.lux-virtualmakeup__txt {
  margin-left: auto;
  margin-top: 30px;
  width: 480px;
}

.lux-virtualmakeup__txt p {
  font-size: 15px;
  line-height: 1.73;
}

.lux-virtualmakeup__txt .lux-virtualmakeup__note {
  font-size: 13px;
  color: #6c6e70;
  margin-top: 20px;
}

.lux-campaign__container {
  padding: 70px 0;
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/pc/img/20230727/bg_campaign.jpg) no-repeat;
  background-size: cover;
}

.lux-campaign {
  width: 960px;
  margin: auto;
}

.lux-campaign__desc {
  text-align: center;
}

.lux-campaign__desc p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 24px;
}

.lux-recommend__container {
  padding: 70px 0;
}

.lux-recommend {
  width: 960px;
  margin: auto;
}

.lux-recommend__desc {
  text-align: center;
  margin-top: 30px;
}

.lux-recommend__desc a:hover {
  opacity: .7;
}

.lux-ranking__list,
.lux-minicosmetics__list {
  display: none;
}

.is-active .lux-ranking__list,
.is-active .lux-minicosmetics__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.lux-ranking__list li a,
.lux-minicosmetics__list li a {
  padding: 0 10px;
  display: block;
  color: #6c6e70;
  font-size: 13px;
  line-height: calc(18 / 13);
}

.lux-ranking__list li a:hover img,
.lux-minicosmetics__list li a:hover img {
  opacity: .7;
}

.lux-ranking__list li a:hover h3,
.lux-minicosmetics__list li a:hover h3 {
  text-decoration: underline;
}

.js-category--toggle,
.lux-category__btn::before,
.lux-category__btn::after,
.lux-category__nav--child {
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.lux-hero {
  margin-bottom: -22px;
}

.lux-hero .swiper-slide:hover .lux-hero__more {
  background-color: rgba(255, 255, 255, .3);
}

.lux-hero__img {
  width: 959px;
  height: 420px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.lux-hero__item {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.lux-hero__desc {
  padding: 15px 30px 24px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lux-hero__desc p {
  font-size: 16px;
  color: #FFF;
  letter-spacing: 0.06em;
}

.lux-hero__more {
  width: 91px;
  padding: 13px 18.5px;
  border: 1px solid #FFF;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
}

.lux-hero__updated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.lux-hero__new-icon,
.lux-hero__new-campaign,
.lux-hero__campaign-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* width: 52px; */
  padding: 5px 10px;
  border-radius: 30px;
  border: solid 1px #e95383;
  margin-right: 10px;
  position: relative;
}

.lux-hero__campaign-icon {
  width: 82px;
  padding: 5px;
}

.lux-hero .swiper-slide {
  margin-bottom: 30px;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.lux-hero .swiper-slide::before {
  content: "";
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
  position: absolute;
  width: 100%;
  height: 140px;
  left: 0;
  top: 0;
  pointer-events: none;
}

.lux-hero .swiper-slide::after {
  content: "";
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  position: absolute;
  width: 100%;
  height: 140px;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.swiper-pagination.lux-hero-pagination .swiper-pagination-bullet-active,
.swiper-pagination.lux-hottopics-pagination .swiper-pagination-bullet-active,
.swiper-pagination.lux-beautytopics-pagination .swiper-pagination-bullet-active,
.swiper-pagination.lux-brands-pagination .swiper-pagination-bullet-active,
.swiper-pagination.lux-wrapping-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  border: none;
}

.swiper-pagination.lux-hottopics-pagination {
  margin-bottom: -23px;
}

.swiper-pagination.lux-beautytopics-pagination {
  bottom: -17px;
}

.swiper-pagination.lux-hero-pagination {
  bottom: 0;
}

.swiper-pagination.lux-brands-pagination {
  bottom: 0;
}

.swiper-pagination.lux-wrapping-pagination {
  bottom: 0;
}

.lux-hero .swiper-button-next,
.lux-hero .swiper-button-prev,
.lux-beautytopics-button .swiper-button-next,
.lux-beautytopics-button .swiper-button-prev,
.lux-hottopics-button .swiper-button-next,
.lux-hottopics-button .swiper-button-prev {
  color: #fff;
  pointer-events: all;
  width: 40px;
  height: 40px;
}

.lux-hero .swiper-button-prev {
  left: 0;
  -webkit-transform: translate(50%, -100%);
  -ms-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
  margin-top: 6px;
}

.lux-hero .swiper-button-next {
  right: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  margin-top: 6px;
}

.lux-hottopics-button .swiper-button-prev {
  left: 0;
  top: 0;
  margin-top: 250px;
  margin-left: 22px;
}

.lux-hottopics-button .swiper-button-next {
  right: 0;
  top: 0;
  margin-top: 250px;
  margin-right: 22px;
}

.lux-beautytopics-button .swiper-button-prev {
  left: 0;
  margin-top: 0;
  margin-left: 22px;
}

.lux-beautytopics-button .swiper-button-next {
  right: 0;
  margin-top: 0;
  margin-right: 22px;
}

.lux-hero .swiper-button-prev:after,
.lux-hottopics-button .swiper-button-prev:after,
.lux-beautytopics-button .swiper-button-prev:after {
  content: '';
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_prev.svg) 50% center/30% no-repeat;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lux-hero .swiper-button-next:after,
.lux-hottopics-button .swiper-button-next:after,
.lux-beautytopics-button .swiper-button-next:after {
  content: '';
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_next.svg) 50% center/30% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lux-hero {
  position: relative;
}

.lux-hero-button {
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.lux-campaign--page .lux-campaign__desc p {
  color: #000;
}

.lux-campaign__txt p,
.lux-campaign__note p {
  /* text-align: left; */
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.61;
  /* width: 480px; */
  width: 100%;
  /* margin: 15px auto; */
  margin: 24px auto 15px;
}

.lux-campaign__note {
  padding-bottom: 10px;
}

.lux-campaign__box {
  background-color: #ddd2c7;
  margin-top: 40px;
  padding-bottom: 35px;
}

.lux-campaign__container.lux-campaign--page {
  padding-bottom: 0;
  padding-top: 20px;
}

.lux-campaign__box__txt p {
  color: #535353;
}

.lux-campaign-2__container {
  width: 960px;
  margin: 50px auto 0;
}

.lux-campaign-2__txt {
  background-color: #f2f2f2;
  font-size: 18px;
  padding: 15px 30px;
  position: relative;
  cursor: pointer;
}

.lux-campaign-2__btn {
  position: absolute;
  top: 50%;
  right: 20px;
}

.lux-campaign-2__btn::before,
.lux-campaign-2__btn::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .3s cubic-bezier(.85, 1, .16, .6);
  transition: all .3s cubic-bezier(.85, 1, .16, .6)
}

.lux-campaign-2__btn::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.lux-campaign-2__txt.is-open .lux-campaign-2__btn::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.lux-ranking__note__icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
}

.lux-ranking__note__icon::before,
.lux-ranking__note__icon::after {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .3s cubic-bezier(.85, 1, .16, .6);
  transition: all .3s cubic-bezier(.85, 1, .16, .6);
  opacity: .6;
}

.lux-ranking__note__icon::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.lux-ranking__note__btn.is-open .lux-ranking__note__icon::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.lux-campaign-2__container .rc-campaignRules {
  padding: 40px 30px 0 30px;
}

.lux-campaign-2__container .rc-campaignRules {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all .3s cubic-bezier(.85, 1, .16, .6);
  transition: all .3s cubic-bezier(.85, 1, .16, .6)
}

.lux-campaign-2__container .rc-campaignRules.is-open {
  visibility: visible;
  height: auto;
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}


.swiper-scrollbar,
.swiper-scrollbar-ranking {
  height: 4px !important;
  opacity: 1 !important;
}

.swiper-scrollbar-ranking {
  /* position: absolute;
  bottom: 0; */
}

.rankingSwiper1,
.rankingSwiper2,
.rankingSwiper3,
.rankingSwiper4,
.rankingSwiper5,
.rankingSwiper6,
.minicosmeticsSwiper1,
.minicosmeticsSwiper2,
.minicosmeticsSwiper3,
.minicosmeticsSwiper4,
.minicosmeticsSwiper5 {
  position: relative;
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
}

.u-hide-pc {
  display: none;
}


/* 共通フッター */
.container--3E9zG {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* カラム落ちの修正 */
}

.lux-campaignPage.lux-campaign__btn {
  margin-bottom: 50px;
  /* margin-top: 0; */
}

.lux-makeuptips__btn_sp {
  display: none;
}

.lux-makeuptips__space {
  display: none;
}

.rcEntryButton-status--entered .rcEntryButton-button,
.rcEntryButton-status--before .rcEntryButton-button,
.rcEntryButton-status--closed .rcEntryButton-button {
  background: #ddd !important;
  border-color: #ddd !important;
}

.rc-rewardHeader {
  /* margin: 0 auto; */
  margin: 0 auto 12px;
}

.lux-campaign__txtBr {
  display: none;
}

/* VIRTUAL MAKEUP ヴァーチャルメイクアップ */
.lux-virtualmakeup__btn {
  width: 282px;
  min-height: 50px;
  padding: 0;
  margin: 0 auto 73px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.lux-virtualmakeup__btn a {
  margin-bottom: 73px;
}

.lux-virtualmakeup__icon {}

.about_box .explanation__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.about_box {
  /* margin-top: 50px; */
}

.lux-virtualmakeup__container {
  padding: 70px 0 160px !important;
}

.lux-virtualmakeup__container .img_area {
  padding: 0 !important;
  width: 186px;
  -webkit-filter: drop-shadow(6px 6px 14px rgba(0, 0, 0, 0.23));
  filter: drop-shadow(6px 6px 14px rgba(0, 0, 0, 0.23));
  margin-right: 46px;
  margin-left: 48px;
  margin-top: 14px;
}

.lux-virtualmakeup__container .img_area img {
  width: 100%;
  height: auto;
}

.lux-virtualmakeup__title {
  margin-bottom: 15px;
}

.lux-virtualmakeup__title small {
  margin-top: 14px;
}

.about_box .explanation {
  width: 460px;
}

.about_box .explanation__list {
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about_box .explanation__list li {
  width: 224px;
  height: 61px;
}

.about_box .explanation__list li:nth-child(n + 3) {
  margin-top: 12px;
}

.about_box .explanation__list li img {
  width: 100%;
  height: auto;
}

.about_box .explanation p {
  font-size: 14px;
  line-height: clac(26 / 14);
  letter-spacing: 0.06em;
}

/* /VIRTUAL MAKEUP ヴァーチャルメイクアップ */

.rc-campaignRules__notice {
  margin-bottom: 16px;
}

.rc-campaignRules__headline {
  margin-bottom: 16px;
}

.lux-ranking__date:nth-of-type(2),
.lux-ranking__date:nth-of-type(3),
.lux-ranking__date:nth-of-type(4),
.lux-ranking__date:nth-of-type(5),
.lux-ranking__date:nth-of-type(6) {
  display: none;
}

.lux-ranking__date:nth-of-type(1) {
  color: #6c6e70;
  font-size: 13px;
  text-align: center;
  margin-top: 30px;
}
.lux-brands__list img,
.lux-wrapping img {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  display: block;
}
.lux-wrapping__img {
  margin: 0 auto;
}
.lux-hottopics__img img {
  width: 400px;
  height: 246px;
  object-fit: cover;
}
.lux-newarrival__list img {
  width: 164px;
  height: 164px;
  object-fit: cover;
}
.lux-beautytopics__img img {
  width: 400px;
  height: 250px;
  object-fit: cover;
}

.lux-newarrival__list h3,
.lux-hottopics__list h3,
.lux-beautytopics__list h3,
.lux-brands__list h3,
.lux-wrapping li h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lux-ranking__list li h3,
.lux-minicosmetics__list li h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lux-hero__desc a {
  color: #333;
}



/* floating info banner add 2022-06-09 */
/*
	.rb-floatingRightBanner._custom
	========================================== */

.rb-floatingRightBanner._custom {
  /* bottom: 13%; */
  bottom: 361px;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-box-shadow: 0.8px 1.27px 5px 0px rgba(117, 117, 117, 0.5);
  box-shadow: 0.8px 1.27px 5px 0px rgba(117, 117, 117, 0.5);
}

.rb-floatingRightBanner._custom.-opened,
.rb-floatingRightBanner._custom.-opening {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.rb-floatingRightBanner._custom .rb-floatingRightBanner__title {
  padding: 0;
  background-color: #040000;
  border-radius: 0;
  font-weight: 600;
  line-height: 16px;
  border: 2px solid #040000;
  position: relative;
}

.rb-floatingRightBanner._custom .rb-floatingRightBanner__title>span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #040000;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 74px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  letter-spacing: .08em;
  border-top: 11px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.rb-floatingRightBanner._custom .rb-floatingRightBanner__title:before {
  left: calc(50% - 5px);
  top: auto;
  bottom: 4px;
  width: 10px;
  height: 2px;
  background: #040000;
  z-index: 1;
}

.rb-floatingRightBanner._custom .rb-floatingRightBanner__title:after {
  left: calc(50% - 6px);
  top: auto;
  bottom: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 3px 0;
  border-color: transparent #040000 transparent transparent;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  z-index: 1;
}

.rb-floatingRightBanner._custom.-opened .rb-floatingRightBanner__title:after,
.rb-floatingRightBanner._custom.-opening .rb-floatingRightBanner__title:after {
  left: calc(50% + 3px);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rb-floatingRightBanner._custom .rb-floatingRightBanner__container {
  width: 200px;
  padding: 4px 8px;
}

.rb-floatingRightBanner._custom .rb-floatingRightBanner__textBox {
  font-size: 11px;
  text-align: center;
}

.rb-floatingRightBanner {
  position: fixed;
  right: 0;
  z-index: 100;
  bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(160px);
  -ms-transform: translateX(160px);
  transform: translateX(160px);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  visibility: hidden
}

.rb-floatingRightBanner.-floating {
  visibility: visible
}

.rb-floatingRightBanner.-opened,
.rb-floatingRightBanner.-opening {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.rb-floatingRightBanner__title {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 52px;
  padding: 14px 12px 0;
  background-color: #333;
  border-radius: 8px 0 0 8px;
  font-weight: 700;
  line-height: 18.2px;
  color: #fff
}

.rb-floatingRightBanner__title:before {
  position: absolute;
  left: calc(50% - 6px);
  top: 60px;
  display: block;
  content: "";
  width: 13px;
  height: 1px;
  background: #fff
}

.rb-floatingRightBanner__title:after {
  position: absolute;
  left: calc(50% - 5px);
  top: 56px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.rb-floatingRightBanner.-opened .rb-floatingRightBanner__title:after,
.rb-floatingRightBanner.-opening .rb-floatingRightBanner__title:after {
  left: calc(50% - 3px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.rb-floatingRightBanner__container {
  width: 160px;
  padding: 8px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.rb-floatingRightBanner__imageBox {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.rb-floatingRightBanner__imageBox:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%
}

.rb-floatingRightBanner__imageBox--1x1:before,
.rb-floatingRightBanner__imageBox.-ratio1x1:before {
  padding-top: 100%
}

.rb-floatingRightBanner__imageBox--6x5:before,
.rb-floatingRightBanner__imageBox.-ratio6x5:before {
  padding-top: 83.33333%
}

.rb-floatingRightBanner__imageBox--5x4:before,
.rb-floatingRightBanner__imageBox.-ratio5x4:before {
  padding-top: 80%
}

.rb-floatingRightBanner__imageBox--4x3:before,
.rb-floatingRightBanner__imageBox.-ratio4x3:before {
  padding-top: 75%
}

.rb-floatingRightBanner__imageBox--5x3:before,
.rb-floatingRightBanner__imageBox.-ratio5x3:before {
  padding-top: 60%
}

.rb-floatingRightBanner__imageBox--8x5:before,
.rb-floatingRightBanner__imageBox--16x10:before,
.rb-floatingRightBanner__imageBox.-ratio8x5:before,
.rb-floatingRightBanner__imageBox.-ratio16x10:before {
  padding-top: 62.5%
}

.rb-floatingRightBanner__imageBox--16x9:before,
.rb-floatingRightBanner__imageBox.-ratio16x9:before {
  padding-top: 56.25%
}

.rb-floatingRightBanner__imageBox--3x2:before,
.rb-floatingRightBanner__imageBox.-ratio3x2:before {
  padding-top: 66.66667%
}

.rb-floatingRightBanner__imageBox--4x1:before,
.rb-floatingRightBanner__imageBox.-ratio4x1:before {
  padding-top: 25%
}

.rb-floatingRightBanner__imageBox--3x1:before,
.rb-floatingRightBanner__imageBox.-ratio3x1:before {
  padding-top: 33.33333%
}

.rb-floatingRightBanner__imageBox--2x1:before,
.rb-floatingRightBanner__imageBox.-ratio2x1:before {
  padding-top: 50%
}

.rb-floatingRightBanner__imageBox--5x6:before,
.rb-floatingRightBanner__imageBox.-ratio5x6:before {
  padding-top: 120%
}

.rb-floatingRightBanner__imageBox--4x5:before,
.rb-floatingRightBanner__imageBox.-ratio4x5:before {
  padding-top: 125%
}

.rb-floatingRightBanner__imageBox--3x4:before,
.rb-floatingRightBanner__imageBox.-ratio3x4:before {
  padding-top: 133.33333%
}

.rb-floatingRightBanner__imageBox--3x5:before,
.rb-floatingRightBanner__imageBox.-ratio3x5:before {
  padding-top: 166.66667%
}

.rb-floatingRightBanner__imageBox--5x8:before,
.rb-floatingRightBanner__imageBox--10x16:before,
.rb-floatingRightBanner__imageBox.-ratio5x8:before,
.rb-floatingRightBanner__imageBox.-ratio10x16:before {
  padding-top: 160%
}

.rb-floatingRightBanner__imageBox--9x16:before,
.rb-floatingRightBanner__imageBox.-ratio9x16:before {
  padding-top: 177.77778%
}

.rb-floatingRightBanner__imageBox--2x3:before,
.rb-floatingRightBanner__imageBox.-ratio2x3:before {
  padding-top: 150%
}

.rb-floatingRightBanner__imageBox--1x2:before,
.rb-floatingRightBanner__imageBox.-ratio1x2:before {
  padding-top: 200%
}

.rb-floatingRightBanner__imageBox--610x380:before,
.rb-floatingRightBanner__imageBox.-ratio610x380:before {
  padding-top: 62.29508%
}

.rb-floatingRightBanner__imageBox--310x220:before,
.rb-floatingRightBanner__imageBox.-ratio310x220:before {
  padding-top: 70.96774%
}

.rb-floatingRightBanner__imageBox--320x200:before,
.rb-floatingRightBanner__imageBox.-ratio320x200:before {
  padding-top: 62.5%
}

.rb-floatingRightBanner__imageBox--50x55:before,
.rb-floatingRightBanner__imageBox.-ratio50x55:before {
  padding-top: 110%
}

.rb-floatingRightBanner__imageBox--380x445:before,
.rb-floatingRightBanner__imageBox.-ratio380x445:before {
  padding-top: 117.10526%
}

.rb-floatingRightBanner__imageBox--335x200:before,
.rb-floatingRightBanner__imageBox.-ratio335x200:before {
  padding-top: 59.70149%
}

.rb-floatingRightBanner__imageBox--640x200:before,
.rb-floatingRightBanner__imageBox.-ratio640x200:before {
  padding-top: 31.25%
}

.rb-floatingRightBanner__imageBox--616x120:before,
.rb-floatingRightBanner__imageBox.-ratio616x120:before {
  padding-top: 19.48052%
}

.rb-floatingRightBanner__imageBox--160x600:before,
.rb-floatingRightBanner__imageBox.-ratio160x600:before {
  padding-top: 375%
}

.rb-floatingRightBanner__imageBox--700x100:before,
.rb-floatingRightBanner__imageBox.-ratio700x100:before {
  padding-top: 14.28571%
}

.rb-floatingRightBanner__imageBox--700x200:before,
.rb-floatingRightBanner__imageBox.-ratio700x200:before {
  padding-top: 28.57143%
}

.rb-floatingRightBanner__imageBox--280x46:before,
.rb-floatingRightBanner__imageBox.-ratio280x46:before {
  padding-top: 16.42857%
}

.rb-floatingRightBanner__imageBox--240x135:before,
.rb-floatingRightBanner__imageBox.-ratio240x135:before {
  padding-top: 56.25%
}

.rb-floatingRightBanner__imageBox--608x380:before,
.rb-floatingRightBanner__imageBox.-ratio608x380:before {
  padding-top: 62.5%
}

.rb-floatingRightBanner__imageBox--640x120:before,
.rb-floatingRightBanner__imageBox.-ratio640x120:before {
  padding-top: 18.75%
}

.rb-floatingRightBanner__imageBox--460x340:before,
.rb-floatingRightBanner__imageBox.-ratio460x340:before {
  padding-top: 73.91304%
}

.rb-floatingRightBanner__imageBox--300x220:before,
.rb-floatingRightBanner__imageBox.-ratio300x220:before {
  padding-top: 73.33333%
}

.rb-floatingRightBanner__imageBox--224x166:before,
.rb-floatingRightBanner__imageBox.-ratio224x166:before {
  padding-top: 74.10714%
}

.rb-floatingRightBanner__imageBox--181x134:before,
.rb-floatingRightBanner__imageBox.-ratio181x134:before {
  padding-top: 74.03315%
}

.rb-floatingRightBanner__imageBox--153x113:before,
.rb-floatingRightBanner__imageBox.-ratio153x113:before {
  padding-top: 73.85621%
}

.rb-floatingRightBanner__imageBox--230x170:before,
.rb-floatingRightBanner__imageBox--345x255:before,
.rb-floatingRightBanner__imageBox.-ratio230x170:before,
.rb-floatingRightBanner__imageBox.-ratio345x255:before {
  padding-top: 73.91304%
}

.rb-floatingRightBanner__imageBox--171x127:before,
.rb-floatingRightBanner__imageBox.-ratio171x127:before {
  padding-top: 74.26901%
}

.rb-floatingRightBanner__imageBox--115x85:before,
.rb-floatingRightBanner__imageBox--138x102:before,
.rb-floatingRightBanner__imageBox.-ratio115x85:before,
.rb-floatingRightBanner__imageBox.-ratio138x102:before {
  padding-top: 73.91304%
}

.rb-floatingRightBanner__imageBox--140x70:before,
.rb-floatingRightBanner__imageBox.-ratio140x70:before {
  padding-top: 50%
}

.rb-floatingRightBanner__imageBox--174x30:before,
.rb-floatingRightBanner__imageBox.-ratio174x30:before {
  padding-top: 17.24138%
}

.rb-floatingRightBanner__imageBox--340x227:before,
.rb-floatingRightBanner__imageBox.-ratio340x227:before {
  padding-top: 66.76471%
}

.rb-floatingRightBanner__imageBox img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-width: 30%;
  min-height: 30%;
  max-width: 100%;
  max-height: 100%;
  margin: auto
}

.rb-floatingRightBanner a.rb-floatingRightBanner__link {
  font-size: 12px;
  color: #000
}

.rb-floatingRightBanner__textBox {
  margin-top: 4px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

/* /floating info banner add 2022-06-09 */



/* lux-campaign__notice */
.lux-campaign__notice {
  font-size: 12px;
  color: #444;
  text-align: center;
  margin-top: 16px;
}

/* /lux-campaign__notice */



/* campaign_brands_coverage */
.brands_coverage {
  /* font-weight: bold; */
  font-size: 28px;
  margin-top: 42px;
  font-weight: 100;
}

/* /campaign_brands_coverage */

.lux-category-price__container li {
	box-sizing: border-box;
}

/* lux-minicosmetics */
.lux-minicosmetics__container {
  border-top: 1px solid #dadada;
}

.lux-minicosmetics__title span {
  font-size: 13px;
  color: #6c6e70;
  padding-top: 26px;
  display: block;
  line-height: 1.5;
}

.lux-minicosmetics__title img {
  height: 21px;
}

.lux-minicosmetics .lux-ranking__date:nth-of-type(1) {
  color: #6c6e70;
  font-size: 13px;
  text-align: center;
  margin-top: 24px;
}

.lux-minicosmetics .updatetime {
  display: none;
}

.lux-minicosmetics .lux-newarrival__img img {
  width: 100%;
  height: auto;
}

.lux-minicosmetics__btn__container a {
  position: relative;
}

.lux-minicosmetics__btn__container {
    margin: -4px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lux-minicosmetics__btn__container a::before {
  content: "";
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/_cmn/img/20230727/icon_arrow_s.svg) 50% center no-repeat;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  background-size: auto 100%;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 15px;
  margin-top: 1px;
}

.lux-minicosmetics .lux-ranking__note__btn__container {
  margin-top: 43px;
}