@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
}

@-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(/beauty/brand/luxe/luxurybeauty/_cmn/fonts/84c7f610a780722a11e760ad6cf7c734.woff2) format("woff2"), url(/beauty/brand/luxe/luxurybeauty/_cmn/fonts/bbaccd18db4059715daba69ab5c33fd5.woff) format("woff")
}

@font-face {
  font-family: Rakuten Sans;
  font-weight: 700;
  src: url(/beauty/brand/luxe/luxurybeauty/_cmn/fonts/7a61162c0608e4a4ea92cffc3c6eafb4.woff2) format("woff2"), url(/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: 13px;
  line-height: 130%;
  color: #828282;
  text-align: justify;
  margin-bottom: 20px;
  letter-spacing: 1px
}

.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;
}

.lux-carousel-item__rating,
.lux-carousel-item__review-number {
  color: #000 !important
}

.lux-search-container {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px
}

.lux-search {
  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: 272px;
  -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.lux-search--open {
  border-bottom-color: #000
}

.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 60px;
  flex: 0 0 60px;
  min-width: 60px;
  height: 100%;
  border: none;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  cursor: pointer
}

.lux-search__button:active,
.lux-search__button:focus {
  outline: none
}

.lux-search__button svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px
}

.lux-search__button-text {
  display: inline-block;
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, sans-serif;
  font-size: 13px;
  line-height: 130%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: opacity .3s cubic-bezier(.85, 1, .16, .6);
  transition: opacity .3s cubic-bezier(.85, 1, .16, .6);
  cursor: pointer;
  position: absolute;
  left: 17px;
  margin-top: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.lux-search--open .lux-search__button-text,
.lux-search__input {
  opacity: 0;
  pointer-events: none
}

.lux-search__input {
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% - 16px);
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc(100% - 16px);
  width: calc(100% - 16px);
  border: none;
  border-radius: 0;
  padding-left: 16px;
  padding-right: 0;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  -webkit-transition: opacity .3s cubic-bezier(.85, 1, .16, .6);
  transition: opacity .3s cubic-bezier(.85, 1, .16, .6)
}

.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-search--open .lux-search__input {
  opacity: 1;
  pointer-events: auto
}

.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
}

.brand-block {
  position: relative;
  max-width: calc(50% - 24px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 24px);
  flex-grow: 0;
  flex-shrink: 0;
  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%;
  flex-grow: 0;
  flex-shrink: 0;
  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;
  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;
  overflow: hidden;
  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 {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  width: calc(55/950*100%);
  background-color: #ddd2c7;
  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))
}

.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);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

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;
  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;
  box-sizing: border-box;
}
.pointcamp_nav li + li{
  /* border-left:1px solid #cccccc; */
  border-left:1px solid #fff;
}
.pointcamp_nav li a:hover {
  text-decoration: none;
}

.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;
  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;
  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;
  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;
  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%;
  justify-content: center;
}
.rn-tab[layout="default"] .rn-tab__menuList{
  margin-left: 0 !important;
  width: 100%;
  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;
  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);
  transform: none;
  box-shadow: none;
}

.rc-toTop._custom{
  bottom:100px;
}

/*
 sns
========================================== */
.lux-sns-icon {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
	border-top: 1px solid #333;
	padding-top: 70px;
	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/20220207/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: flex;
  padding-top: 58px;
  padding-bottom: 35px;
  width: 658px;
  margin: 0 auto;
  /* justify-content: center; */
}
.tips_item {
  display: flex;
  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 {
  transform: scale(1.05);
}
.item_desc {
  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;
  transition: background-color .3s ease, border-color .3s ease;
}
a.tips_btn {
  color: #fff;
}
.tips_btn:hover {
  background-color: #828282;
}


/*
 ReNew Style
========================================== */
.lux-header {
  background-color: #000;
  height: 72px;
  /* margin-top: 30px; */
  margin-top: 0;
}
.lux-header__inner {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.lux-header__logo {
  width: 380px;
  display: flex;
  align-items: center;
}
.lux-header__logo img {
  width: 190px;
}
.lux-header__logo p {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  margin-left: auto;
}
.lux-search__box {
  margin-left: auto;
}
.lux-search__input {
  background-color: #fff;
}
.lux-search {
  width: 350px !important;
  height: 40px !important;
}
.lux-search__button-text {
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 290px !important;
  height: 42px !important;
  position: absolute;
  top: 18px;
  left: 0;
  cursor: default;
}
.lux-search__button-text span {
  position: relative;
  top: 1px;
  left: 16px;
}
.ad-carousel {
  margin-top: 0;
}

.lux-nav__container {
  background-color: #000;
  height: 90px;
}
.lux-nav {
  width: 960px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lux-nav a {
  display: block;
  height: 100%;
  width: 240px;
  color: #fff;
  padding: 30px;
  border-left: 1px solid #fff;
}
.lux-nav a p {
  font-size: 13px;
  margin-top: 5px;
}
.lux-nav-4 a {
  border-right: 1px solid #fff;
}

.lux-container {
  width: 100%;
  padding: 0;
}

.lux-pickup__container {
  /* padding-top: 55px; */
  padding-top: 70px;
}

.lux-pickup,
.lux-brands-2 {
  text-align: center;
}

.lux-pickup__title,
.lux-brands-2__title,
.lux-category__title,
.lux-newarrival__title,
.lux-ranking__title,
.lux-beautytopics__title,
.lux-followus__title,
.lux-virtualmakeup__title,
.lux-campaign__title,
.lux-recommend__title {
  text-align: center;
  width: 100%;
}
.lux-pickup__title small,
.lux-brands-2__title small,
.lux-category__title small,
.lux-newarrival__title small,
.lux-ranking__title small,
.lux-beautytopics__title small,
.lux-followus__title small,
.lux-virtualmakeup__title small,
.lux-campaign__title small,
.lux-recommend__title small {
  display: block;
  margin-top: 15px;
  font-size: 13px;
}
.lux-pickup__bnr {
  text-align: center;
  margin-top: 22px;
}
.lux-pickup__bnr a:hover {
  opacity: .7;
}

.lux-brands-2__container {
  /* padding-top: 50px; */
  padding-top: 70px;
}

.lux-brands-2 {

}

.lux-brands-2__bnr-1 a:hover img,
.lux-brands-2__bnr-2 a:hover img {
  opacity: 0.7;
}
.lux-brands-2__bnr-1 {
  margin: auto;
  margin-top: 25px;
  width: 960px;
}
.lux-brands-2__bnr-1 ul {
  display: flex;
  justify-content: center;
}
.lux-brands-2__bnr-1 ul li:nth-child(2) {
  margin-left: auto;
}

.lux-brands-2__new {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.lux-brands-2__new-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  padding: 5px 0;
  border-radius: 30px;
  border: solid 1px #e95383;
  margin-right: 10px;
}

.lux-brands-2__new p,
.lux-brands-2__new p a {
  color: #6c6e70;
  font-size: 15px;
}

.lux-brands-2__bnr-2 {
  width: 960px;
  margin: auto;
}

.lux-brands-2__btn,
.lux-beautytopics__btn,
.lux-virtualmakeup__btn,
.lux-campaign__btn {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  min-height: 62px;
  margin: auto;
  margin-top: 30px;
  padding: 15px;
  font-size: 15px;
  line-height: 1.46;
  color: #fff !important;
  text-align: center;
}
.lux-brands-2__btn:hover,
.lux-beautytopics__btn:hover,
.lux-virtualmakeup__btn:hover,
.lux-campaign__btn:hover {
  background-color: #FFF;
  color: #000 !important;
  text-decoration: none;
}

.lux-brands-2__bnr-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px 0;/* 上部NEWバナーを追加する場合はtopのmarginを0にする */
}

.lux-brands-2__bnr-2 li {
  margin-top: 15px;
  margin: 15px 10px 0 ;
  width: calc((100% - 10px*4*2) / 4);
  border: 1px solid #b6b6b6;
}
.lux-brands-2__bnr-2 li:nth-child(4n) {
  margin-right: 0;
}
.lux-brands-2__bnr-2 li a,
.lux-brands-2__bnr-2 li a img {
  width: 72.916666667%;
}

.lux-category__container {
  background-color: #f2f2f2;
  margin-top: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.lux-category__nav {
  width: 960px;
  margin: auto;
  margin-top: 30px;
}
.lux-category__nav ul li {
  background-color: #000;
  color: #fff;
  position: relative;
  border-bottom: solid 1px #fff;
}
.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: flex;
  flex-wrap: wrap;
  background-color: #fff;
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.lux-category__nav ul li.is-open .lux-category__nav--child {
  padding: 15px 0;
  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: 10px 0 10px 0;
  /* margin-left: 40px; */
  margin-left: 31px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.lux-category__nav ul li .lux-category__nav--child a:hover {
  opacity: .4;
}
.lux-category__nav ul li .lux-category__nav--child a img {
  margin-right: 10px;
}
.lux-category__txt {
  position: relative;
  padding: 15px 40px;
  cursor: pointer;
}
.lux-category__btn {
  position: absolute;
  top: 50%;
  right: 40px;
}
.lux-category__btn::before,
.lux-category__btn::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 21px;
  height: 2px;
  background-color: #fff;
}
.lux-category__btn::after {
  transform: rotate(90deg);
}
.is-open .lux-category__btn::after {
  transform: rotate(0deg);
}

.lux-newarrival__container {
  padding: 70px 0;
}
.lux-newarrival {
  width: 960px;
  margin: auto;
}

.lux-btn__fixed {
  position: fixed;
  bottom: 190px;
  right: 0;
  z-index: 10;
}

.lux-ranking {
  width: 960px;
  margin: auto;
  padding: 70px 0;
}
.lux-ranking__container {
  background-color: #f2f2f2;
}
.lux-ranking__updated {
  color: #6c6e70;
  font-size: 13px;
  text-align: center;
  margin-top: 30px;
}
.lux-ranking__tabmenu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}
.lux-ranking__tabmenu li {
  border: solid 1px #000;
  border-left: none;
  background-color: #fff;
  width: 192px;
}
.lux-ranking__tabmenu li.is-active {
  background-color: #000;
  position: relative;
}
.lux-ranking__tabmenu li.is-active::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  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 {
  color: #fff;
}
.lux-ranking__tabmenu li:first-child {
  border-left: solid 1px #000;
}
.lux-ranking__tabmenu a {
  color: #000;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.lux-ranking__list__container,
.lux-newarrival__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::-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 {
  display: flex;
  justify-content: space-between;
  /* overflow-x: scroll; */
  width: calc(195px * 10);
  padding-bottom: 30px;
}
.lux-newarrival__list {
  width: auto !important;
}
.lux-ranking__list li,
.lux-newarrival__list li {
  width: 175px;
}
.lux-newarrival__list li a {
  display: block;
  padding: 0 12.5px;
}
.lux-ranking__list li a:hover,
.lux-newarrival__list li a:hover {
  opacity: 0.7;
}

.lux-rank-button,
.lux-new-button {
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
.lux-rank-button {
  display: none;
}
.is-active .lux-rank-button {
  display: block;
}
.lux-new-button .swiper-button-next, .lux-new-button .swiper-button-prev,
.lux-rank-button .swiper-button-next, .lux-rank-button .swiper-button-prev {
  color: #fff;
  pointer-events: all;
  width: calc(34/950*100%);
}
.lux-new-button .swiper-button-prev {
  left: 0;
  transform: translate(0, -175%);
}
.lux-new-button .swiper-button-next {
  right: 0;
  transform: translate(0, -175%);
}
.lux-rank-button .swiper-button-prev {
  left: 0;
  transform: translate(0, -335%);
}
.lux-rank-button .swiper-button-next {
  right: 0;
  transform: translate(0, -335%);
}
.lux-new-button .swiper-button-prev:after,
.lux-rank-button .swiper-button-prev:after {
  content: '';
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/pc/img/20220404/bnt_prev_black.svg) 50% center/18% no-repeat;
  transform: scale(-1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lux-new-button .swiper-button-next:after,
.lux-rank-button .swiper-button-next:after {
  content: '';
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/pc/img/20220404/bnt_next_black.svg) 50% center/18% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
















.lux-ranking__list li h3,
.lux-newarrival__list li h3 {
  font-weight: bold;
  margin-top: 15px;
  color: #333;
  font-size: 15px;
}
.lux-ranking__shop-name,
.lux-newarrival__shop-name {
  color: #6c6e70;
  font-size: 13px;
  margin-top: 5px;
  font-size: 15px;
}
.lux-ranking__list li .lux-carousel-item__review {
  display: flex;
  align-items: baseline;
}
.lux-ranking__list li .lux-carousel-item__review img {
  margin-right: 2px;
}
.lux-ranking__list li .lux-carousel-item__review .lux-carousel-item__rating {
  display: block;
  margin-left: 8px;
}
.lux-ranking__note {
  color: #6c6e70;
  font-size: 13px;
  margin-top: 30px;
}
.lux-ranking__number {
  margin-top: 20px;
}

.lux-beautytopics {
  width: 960px;
  margin: auto;
  padding: 70px 0;
}
.lux-beautytopics__container {
  background-color: #fff;
}
.lux-beautytopics__note {
  color: #6c6e70;
  font-size: 13px;
  text-align: center;
  margin-top: 30px;
}
.lux-beautytopics__list {
  display: flex;
  flex-wrap: wrap;
}
.lux-beautytopics__list li {
  width: 466px;
  border-bottom: solid 1px #b6b6b6;
  padding-bottom: 25px;
  margin-top: 35px;
  transition: all .4s ease 0s;
}
.lux-beautytopics__list li a:hover {
  opacity: .7;
}
.lux-beautytopics__list li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.lux-beautytopics__list li:nth-child(2n) {
  margin-left: auto;
}
.lux-beautytopics__list li a {
  display: flex;
  color: #000;
}
.lux-beautytopics__img {
  width: 160px;
  height: 160px;
  overflow: hidden;
}
.lux-beautytopics__img img {
  width: 100%;
  transform: translateZ(0);
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}
.lux-beautytopics__desc {
  width: 290px;
  margin-left: auto;
}
.lux-beautytopics__desc h3 {
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
}
.lux-beautytopics__icon {
  margin-bottom: 16px;
  display: block;
}
.lux-beautytopics__updated {
  margin-top: 27px;
  display: flex;
  color: #6c6e70;
  font-size: 13px;
  align-items: baseline;
}
.lux-beautytopics__new-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  padding: 5px 0;
  border-radius: 30px;
  border: solid 1px #e95383;
  margin-right: 10px;
}

.lux-followus__container {
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/pc/img/20220404/bg_followus.jpg) no-repeat;
  background-size: cover;
  padding: 65px 0;
}
.lux-followus {
  width: 960px;
  margin: auto;
}
.lux-followus__link {
  /* width: 170px; */
  width: 290px; /* 2022-09-01 update */
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.lux-followus__link a:hover {
  opacity: .7;
}

.lux-virtualmakeup__container {
  /* padding: 70px 0; */
  /* padding: 70px 0 70px; */
	background-color: #fbf4f4;
}

.lux-virtualmakeup {
  width: 960px;
  margin: auto;
}

.lux-virtualmakeup__desc {
  display: flex;
  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/20220404/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: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 20px;
}

.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 {
  display: none;
}
.is-active .lux-ranking__list {
  display: flex !important;
}
.lux-ranking__list li a{
  padding: 0 12.5px;
  display: block;
}
.lux-ranking__list li a:hover img {
  opacity: .7;
}
.lux-ranking__list li a:hover h3 {
  text-decoration: underline;
}

.js-category--toggle,
.lux-category__btn::before,
.lux-category__btn::after,
.lux-category__nav--child {
  transition: all .4s ease 0s;
}

.lux-hero .swiper-container.js-swiper--hero {
  padding-bottom: 30px;
}
.lux-hero__img {
}
.lux-hero__img img {
  width: calc(100% - 1px);
  margin: 0 auto;
  display: block;
}
.lux-hero__desc {
  padding: 15px 0 5px 0;
}
.lux-hero__desc p {
  font-size: 16px;
  font-weight: bold;
}
.lux-hero__updated {
  display: flex;
  align-items: center;
}
.lux-hero__new-icon,
.lux-hero__new-campaign,
.lux-hero__campaign-icon {
  display: flex;
  justify-content: 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;
}
.swiper-pagination.lux-hero-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  transform: scale(1.2);
}
.swiper-pagination.lux-hero-pagination {
  bottom: 30px;
}
.lux-hero .swiper-button-next, .lux-hero .swiper-button-prev {
  color: #fff;
  pointer-events: all;
}
.lux-hero .swiper-button-prev {
  left: 1px;
  transform: translate(50%, -100%);
}
.lux-hero .swiper-button-next {
  right: 1px;
  transform: translate(-50%, -100%);
}
.lux-hero .swiper-button-prev:after {
  content: '';
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/pc/img/20220404/bnt_prev_black.svg) 50% center/18% no-repeat;
  transform: scale(-1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lux-hero .swiper-button-next:after {
  content: '';
  background: url(https://r.r10s.jp/evt/event/beauty/brand/luxe/luxurybeauty/pc/img/20220404/bnt_next_black.svg) 50% center/18% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lux-hero-button {
  margin: auto;
  position: absolute;
  width: 75%;
  height: 100%;
  left: 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 {
  transform: rotate(90deg);
}
.lux-campaign-2__txt.is-open .lux-campaign-2__btn::after {
  transform: rotate(0deg);
}

.lux-campaign-2__container {
  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 {
  position: relative;
}


/* 共通フッター */
.container--3E9zG {
    box-sizing: content-box; /* カラム落ちの修正 */
}

.lux-campaignPage.lux-campaign__btn {
	margin-bottom: 50px;
	/* margin-top: 0; */
}

.lux-brands-2__btn_sp,
.lux-beautytopics__btn_sp {
	display: none;
}

.lux-beautytopics__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;
}

.reward-header {
	/* margin: 0 auto; */
	margin: 0 auto 12px;
}

.lux-campaign__txtBr {
	display: none;
}

/* VIRTUAL MAKEUP ヴァーチャルメイクアップ */
.lux-virtualmakeup__btn {
	margin: 8px auto 0;
}
.about_box .explanation {
	margin-top: auto;
}
.about_box {
	/* margin-top: 50px; */
}
.about {
	padding: 70px 0 70px !important;
}
.lux-virtualmakeup__title {
	margin-bottom: 50px;
}
/* /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) {
	display: none;
}

.lux-ranking__date:nth-of-type(1) {
	color: #6c6e70;
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
}

.lux-newarrival__list img {
	width: 100%;
}

.lux-newarrival__list h3 {
	height: 2.6rem;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: normal; */
	/* -webkit-line-clamp: 3; */
	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;
		transform: translateX(200px);
		box-shadow: 0.8px 1.27px 5px 0px rgba(117, 117, 117, 0.5);
	}
	.rb-floatingRightBanner._custom.-opened,
	.rb-floatingRightBanner._custom.-opening{
		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: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		background-color: #040000;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		height: 74px;
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		width: 100%;
		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);
		-o-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);
		-o-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:flex;transform:translateX(160px);transition:transform .3s ease-out;visibility:hidden}.rb-floatingRightBanner.-floating{visibility:visible}.rb-floatingRightBanner.-opened,.rb-floatingRightBanner.-opening{transform:translateX(0)}.rb-floatingRightBanner__title{position:relative;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;transform:rotate(-135deg)}.rb-floatingRightBanner.-opened .rb-floatingRightBanner__title:after,.rb-floatingRightBanner.-opening .rb-floatingRightBanner__title:after{left:calc(50% - 3px);transform:rotate(45deg)}.rb-floatingRightBanner__container{width:160px;padding:8px;background-color:#fff;box-sizing:border-box}.rb-floatingRightBanner__imageBox{position:relative;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 */

.contentsWrap {
  min-width: 1024px;
  line-height: 1.5;
  font-size: 14px;
  color: #333;
}

.rewardWrap {
  padding-left: 32px;
  padding-right: 32px;
  min-width: 1024px;
  max-width: 1024px;
}