/*!
 * 
 *  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
}

.bg-black {
  background-color: #000 !important
}

.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: 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-bottom: 13px
}

.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, 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") 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(var(--swiper-navigation-size)/44*27);
  height: 44px;
  height: var(--swiper-navigation-size);
  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: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
}

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

.pointcamp_nav li a span{
  display: block;
  font-size:13px;
  line-height: 2;
  color:#000000;
}

.txt_828282{
  color:#828282;
}
  
._entry_custom .riCheckEntryMulti__noLoginButton{
  height: 54px;
}

._entry_custom .riCheckEntryMulti__entryButtonText{
  display: block;
  position: relative;
  width: 304px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  background-color: #000000;
  border-radius: 2px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  box-shadow: none;
}
._entry_custom .riCheckEntryMulti__entryButtonText:after{
  margin-left: 0.4em;
  width:8px;
  height:8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right:73px;
  margin-top:-5px;
}

._entry_custom .riCheckEntryMulti__registeredButtonText,
._entry_custom .riCheckEntryMulti__enteredButtonText{
  display: block;
  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;
}

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