@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ------------------------------------------------------
 * Text color
------------------------------------------------------ */
.tc-01 {
  color: #303030 !important;
}
.tc-02 {
  color: #fff !important;
}

/* ------------------------------------------------------
 * Font size
------------------------------------------------------ */
.fs-10px {
  font-size: 10px !important;
}
.fs-12px {
  font-size: 12px !important;
}
.fs-14px {
  font-size: 14px !important;
}
.fs-15px {
  font-size: 15px !important;
}
.fs-16px {
  font-size: 16px !important;
}
.fs-18px {
  font-size: 18px !important;
}
.fs-20px {
  font-size: 20px !important;
}
.fs-22px {
  font-size: 22px !important;
}
.fs-24px {
  font-size: 24px !important;
}
.fs-28px {
  font-size: 28px !important;
}
.fs-30px {
  font-size: 30px !important;
}

/* ------------------------------------------------------
 * Font weight
------------------------------------------------------ */
.fw-normal {
  font-weight: normal !important;
}
.fw-bold {
  font-weight: bold !important;
}

/* ------------------------------------------------------
 * Text align
------------------------------------------------------ */
.ta-l {
  text-align: left !important;
}
.ta-c {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.ta-r {
  text-align: right !important;
}

/* ------------------------------------------------------
 * Vertical align
------------------------------------------------------ */
.va-t {
  vertical-align: top !important;
}
.va-m {
  vertical-align: middle !important;
}
.va-b {
  vertical-align: bottom !important;
}

/* ------------------------------------------------------
 * Width
------------------------------------------------------ */
.w-0 {
  width: 0% !important;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}

/* ------------------------------------------------------
 * margin bottom
------------------------------------------------------ */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-05em {
  margin-bottom: 0.5em !important;
}
.mb-1em {
  margin-bottom: 1em !important;
}
.mb-2em {
  margin-bottom: 2em !important;
}
.mb-3em {
  margin-bottom: 3em !important;
}
.mb-4em {
  margin-bottom: 4em !important;
}
.mb-5em {
  margin-bottom: 5em !important;
}
.mb-6em {
  margin-bottom: 6em !important;
}
.mb-7em {
  margin-bottom: 7em !important;
}
.mb-8em {
  margin-bottom: 8em !important;
}
.mb-9em {
  margin-bottom: 9em !important;
}
.mb-10em {
  margin-bottom: 10em !important;
}

/* ------------------------------------------------------
 * display
------------------------------------------------------ */
@media screen and (max-width: 420px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 420px) {
  .sp {
    display: block !important;
  }
}

/* ------------------------------------------------------
 * main
------------------------------------------------------ */
.blackfriday {
  /* ------------------------------------------------------
   * main
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * accordion
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * mv
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * close
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * banner
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * coupon
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * luckybag
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * cosme
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * article
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * aside
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * brand
  ------------------------------------------------------ */
}
.blackfriday {
  background: #2B2B2B;
  color: #fff;
  position: relative;
  z-index: 0;
}
.blackfriday > :last-child {
  margin-bottom: 0 !important;
}
.blackfriday::before {
  content: "";
  width: 100%;
  min-width: 1040px;
  height: 100%;
  background-image: url("/img/blackfriday/bg-01.png"), url("/img/blackfriday/bg-02.png"), url("/img/blackfriday/bg-03.png");
  background-repeat: no-repeat, repeat, no-repeat;
  background-position: 50% calc(50% + 60px), 0 0, 50% calc(50% + 60px);
  background-color: #2B2B2B;
  background-size: auto 723px, 34px, auto 723px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: block;
}
.blackfriday img {
  max-width: 100%;
  vertical-align: bottom;
}
.blackfriday h1, .blackfriday h2, .blackfriday h3, .blackfriday h4, .blackfriday h5, .blackfriday h6 {
  background: none;
}
.blackfriday b, .blackfriday em, .blackfriday strong {
  font-weight: inherit;
  font-style: normal;
}
.blackfriday [type=button], .blackfriday [type=reset], .blackfriday [type=submit], .blackfriday button {
  border: 0;
  background: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.blackfriday a, .blackfriday button {
  color: inherit;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.blackfriday a img, .blackfriday button img {
  transition: 0.2s ease-in-out;
}
[data-browse-mode=S] .blackfriday::before {
  background: url("/img/blackfriday/bg-02.png") repeat 0 0/34px;
}
@media screen and (max-width: 420px) {
  .blackfriday::before {
    display: none;
  }
}
.blackfriday--contents {
  width: 375px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6666666667;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.blackfriday--contents > :last-child {
  margin-bottom: 0 !important;
}
.blackfriday--contents::before, .blackfriday--contents::after {
  content: "";
  width: 1px;
  height: 99.9%;
  background: #fff;
  box-shadow: 0 0 3px 1px #FFE200;
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}
.blackfriday--contents::before {
  left: -1px;
}
.blackfriday--contents::after {
  right: -1px;
}
@media screen and (max-width: 420px) {
  .blackfriday--contents {
    width: 100%;
  }
  .blackfriday--contents::before, .blackfriday--contents::after {
    display: none;
  }
}
.blackfriday--main {
  background: #2B2B2B;
  padding: 0 0 40px;
}
.blackfriday--main-inner {
  padding: 0 15px;
}
.blackfriday--main-inner > :last-child {
  margin-bottom: 0 !important;
}
.blackfriday--accordion {
  margin: 0 0 30px;
}
.blackfriday--accordion-trigger {
  width: 100%;
  border-radius: 100px;
  border: 2px solid #FFE200 !important;
  background: #2B2B2B !important;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 20px 40px !important;
  position: relative;
  display: block;
  transition: 0.2s ease-in-out;
}
.blackfriday--accordion-trigger::before, .blackfriday--accordion-trigger::after {
  content: "";
  background: #FFE200;
  position: absolute;
  top: 50%;
  transition: 0.2s ease-in-out;
  transform: translateY(-50%);
}
.blackfriday--accordion-trigger::before {
  width: 16px;
  height: 2px;
  right: 20px;
}
.blackfriday--accordion-trigger::after {
  width: 2px;
  height: 16px;
  right: 27px;
}
.blackfriday--accordion-trigger:hover {
  box-shadow: 0 0 4px 2px #FFE200, inset 0 0 4px 2px #FFE200;
}
.blackfriday--accordion-container {
  display: none;
}
.blackfriday--accordion-container > :last-child {
  margin-bottom: 0 !important;
}
.blackfriday--accordion.is_open .blackfriday--accordion-trigger::after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}
.blackfriday--mv {
  text-align: center;
  padding: 0;
  margin: 0 -15px 20px;
  display: block;
}
.blackfriday--mv img {
  width: 100%;
}
.blackfriday--close {
  border: 2px solid #FF3030;
  color: #FF3030;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 15px;
  margin: 0 0 20px;
}
.blackfriday--banner {
  margin: 0 0 30px;
}
.blackfriday--banner-inner > :last-child {
  margin-bottom: 0 !important;
}
.blackfriday--banner-item {
  text-align: center;
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 10px;
}
.blackfriday--banner-item:hover img {
  filter: brightness(1.1);
}
.blackfriday--banner-item-catch {
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.blackfriday--banner-item-catch::before, .blackfriday--banner-item-catch::after {
  content: "";
  width: 1px;
  height: 1em;
  background: #fff;
}
.blackfriday--banner-item-catch::before {
  transform: rotate(-25deg);
}
.blackfriday--banner-item-catch::after {
  transform: rotate(25deg);
}
.blackfriday--aside .blackfriday--banner .blackfriday--banner-item-catch::before, .blackfriday--aside .blackfriday--banner .blackfriday--banner-item-catch::after {
  background: #303030;
}
.blackfriday--coupon {
  margin: 0 0 30px;
}
.blackfriday--coupon-inner > :last-child {
  margin-bottom: 0 !important;
}
.blackfriday--coupon-title {
  text-align: center;
  margin: 0 -15px 20px;
}
.blackfriday--coupon-box {
  border-radius: 30px;
  border: 1px solid #fff;
  box-shadow: 0 0 4px 2px #FFE200, inset 0 0 4px 2px #FFE200;
  padding: 15px 15px 30px;
  margin: 0 0 30px;
}
.blackfriday--coupon-box > :last-child {
  margin-bottom: 0 !important;
}
.blackfriday--coupon-box.blackfriday--coupon-500 .blackfriday--coupon-box-code::before {
  background-image: url("/img/blackfriday/img_coupon-01.png");
}
.blackfriday--coupon-box.blackfriday--coupon-500 .blackfriday--coupon-box-txt .txt-em {
  text-shadow: 0 0 4px #f157ff, 0 0 8px #f157ff;
}
.blackfriday--coupon-box.blackfriday--coupon-1000 .blackfriday--coupon-box-code::before {
  background-image: url("/img/blackfriday/img_coupon-02.png");
}
.blackfriday--coupon-box.blackfriday--coupon-1000 .blackfriday--coupon-box-txt .txt-em {
  text-shadow: 0 0 4px #33c1ff, 0 0 8px #33c1ff;
}
.blackfriday--coupon-box-title {
  text-align: center;
  margin: 0 0 15px;
}
.blackfriday--coupon-box-code {
  min-height: 88px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin: 0 0 20px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
.blackfriday--coupon-box-code::before {
  content: "";
  width: 100%;
  height: 88px;
  background: no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  transform: translateX(-50%);
}
.blackfriday--coupon-box-code .code-head {
  font-size: 14px;
}
.blackfriday--coupon-box-code .code-body {
  font-size: 32px;
  position: relative;
  z-index: 1;
}
.blackfriday--coupon-box-txt {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.blackfriday--coupon-box-txt .txt-em {
  font-size: 20px;
}
.blackfriday--coupon-term {
  text-align: center;
  margin: 0 0 20px;
}
.blackfriday--coupon-term-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.blackfriday--coupon-term-title::before, .blackfriday--coupon-term-title::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/img/blackfriday/icon_star-01.png") no-repeat 50% 50%;
  background-size: auto 100%;
}
.blackfriday--coupon-term-data {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 0 -15px;
}
.blackfriday--coupon-term-data .data-large {
  font-size: 24px;
}
.blackfriday--coupon-howto.blackfriday--accordion .blackfriday--accordion-trigger {
  border-color: #FFEA45 !important;
}
.blackfriday--coupon-howto.blackfriday--accordion .blackfriday--accordion-trigger::before, .blackfriday--coupon-howto.blackfriday--accordion .blackfriday--accordion-trigger::after {
  background: #FFEA45 !important;
}
.blackfriday--coupon-howto.blackfriday--accordion .blackfriday--accordion-trigger:hover {
  box-shadow: 0 0 4px 2px #FFEA45, inset 0 0 4px 2px #FFEA45;
}
.blackfriday--coupon-howto.blackfriday--accordion .blackfriday--accordion-container {
  padding: 20px 0 0;
}
.blackfriday--coupon-howto-box {
  border-radius: 6px;
  background: #484848;
  padding: 20px 15px 30px;
  margin: 0 0 20px;
}
.blackfriday--coupon-howto-box > :last-child {
  margin-bottom: 0 !important;
}
.blackfriday--coupon-howto-title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 0 0 20px;
}
.blackfriday--coupon-howto-slider {
  margin: 0 -15px;
}
.blackfriday--coupon-howto-slider-item {
  width: 280px;
  margin: 0 10px 0 0;
}
.blackfriday--coupon-howto-slider.slick-slider {
  position: relative;
}
.blackfriday--coupon-howto-slider.slick-slider .slick-list {
  position: relative;
  z-index: 0;
}
.blackfriday--coupon-howto-slider.slick-slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.blackfriday--coupon-howto-slider.slick-slider .slick-arrow:hover {
  filter: brightness(1.1);
}
.blackfriday--coupon-howto-slider.slick-slider .slick-arrow:hover.slick-prev {
  left: 2px;
}
.blackfriday--coupon-howto-slider.slick-slider .slick-arrow:hover.slick-next {
  right: 2px;
}
.blackfriday--coupon-howto-slider.slick-slider .slick-arrow.slick-prev {
  left: 7px;
  transform: translateY(-50%) rotate(-180deg);
}
.blackfriday--coupon-howto-slider.slick-slider .slick-arrow.slick-next {
  right: 7px;
}
.blackfriday--coupon-howto-slider.slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  z-index: -1;
}
.blackfriday--coupon-howto-note-item {
  font-size: 12px;
  line-height: 1.6666666667;
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.blackfriday--coupon-howto-note-item .note-mark {
  white-space: nowrap;
}
.blackfriday--coupon-howto-note-item .note-contents {
  text-align: justify;
}
.blackfriday--luckybag {
  border-radius: 30px;
  border: 1px solid #fff;
  box-shadow: 0 0 4px 2px #F157FF, inset 0 0 4px 2px #F157FF;
  padding: 30px 15px;
  margin: 45px 0 30px;
}
.blackfriday--luckybag-inner > :last-child {
  margin-bottom: 0 !important;
}
.blackfriday--luckybag-title {
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: -57px 0 15px;
}
.blackfriday--luckybag-title-sub {
  max-height: 30px;
  font-size: 14px;
  line-height: 1;
  border-radius: 100px;
  border: 1px solid #fff;
  background: #2B2B2B;
  box-shadow: 0 0 4px 2px #F157FF, inset 0 0 4px 2px #F157FF;
  padding: 7px 20px;
  margin: 0 0 20px;
  display: inline-block;
}
.blackfriday--luckybag-title-main {
  font-size: 16px;
  line-height: 1.375;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.blackfriday--luckybag-title-main::before, .blackfriday--luckybag-title-main::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/img/blackfriday/icon_star-02.png") no-repeat 50% 50%;
  background-size: auto 100%;
}
.blackfriday--luckybag-img {
  margin: 0 -15px 20px;
}
.blackfriday--luckybag-goods {
  padding: 0 15px;
  margin: 0 0 30px;
}
.blackfriday--luckybag-goods-item {
  margin: 0 0 15px;
}
.blackfriday--luckybag-goods-item:last-child {
  margin-bottom: 0;
}
.blackfriday--luckybag-goods-btn {
  border-radius: 200px;
  border: 2px solid #F157FF;
  background: #2B2B2B;
  padding: 12px 50px 12px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 5px;
}
.blackfriday--luckybag-goods-btn::after {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: url("/img/blackfriday/icon_arrow-01.png") no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.blackfriday--luckybag-goods-btn:hover {
  box-shadow: 0 0 4px 2px #F157FF, inset 0 0 4px 2px #F157FF;
}
.blackfriday--luckybag-goods-btn .goods-name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3846153846;
}
.blackfriday--luckybag-goods-btn .goods-price {
  font-size: 11px;
}
.blackfriday--luckybag-btn-label {
  border-radius: 200px;
  border: 2px solid #fff;
  background: #2B2B2B;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 17px 50px;
  position: relative;
  display: block;
}
.blackfriday--luckybag-btn-label::after {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: url("/img/blackfriday/icon_arrow-02.png") no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.blackfriday--luckybag-btn-label:hover {
  box-shadow: 0 0 4px 2px #fff, inset 0 0 4px 2px #fff;
}
.blackfriday--cosme {
  border-radius: 30px;
  border: 1px solid #fff;
  box-shadow: 0 0 4px 2px #33C1FF, inset 0 0 4px 2px #33C1FF;
  padding: 30px 15px;
  margin: 45px 0 30px;
}
.blackfriday--cosme-inner > :last-child {
  margin-bottom: 0 !important;
}
.blackfriday--cosme-title {
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: -57px 0 25px;
}
.blackfriday--cosme-title-sub {
  max-height: 30px;
  font-size: 14px;
  line-height: 1;
  border-radius: 100px;
  border: 1px solid #fff;
  background: #2B2B2B;
  box-shadow: 0 0 4px 2px #33C1FF, inset 0 0 4px 2px #33C1FF;
  padding: 7px 20px;
  margin: 0 0 20px;
  display: inline-block;
}
.blackfriday--cosme-title-main {
  font-size: 16px;
  line-height: 1.375;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.blackfriday--cosme-title-main::before, .blackfriday--cosme-title-main::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/img/blackfriday/icon_star-03.png") no-repeat 50% 50%;
  background-size: auto 100%;
}
.blackfriday--cosme-goods-item {
  width: 130px;
  margin: 0 10px 0 0;
}
.blackfriday--cosme-goods-link {
  display: block;
}
.blackfriday--cosme-goods-link:hover img {
  filter: brightness(1.1);
}
.blackfriday--cosme-goods-head {
  margin: 0 0 10px;
}
.blackfriday--cosme-goods-head img {
  width: 130px;
  height: 130px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.blackfriday--cosme-goods-txt {
  margin: 0 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 5px;
}
.blackfriday--cosme-goods-txt .txt-brand {
  font-size: 10px;
  line-height: 1.2;
}
.blackfriday--cosme-goods-txt .txt-brand::before {
  content: "〈";
}
.blackfriday--cosme-goods-txt .txt-brand::after {
  content: "〉";
}
.blackfriday--cosme-goods-txt .txt-name {
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: -0.03em;
  text-align: justify;
}
.blackfriday--cosme-goods-price {
  font-size: 12px;
}
.blackfriday--cosme-goods.slick-slider {
  padding: 0 0 42px;
  position: relative;
}
.blackfriday--cosme-goods.slick-slider .slick-arrow {
  width: 42px;
  height: 22px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.blackfriday--cosme-goods.slick-slider .slick-arrow:hover {
  filter: brightness(1.1);
}
.blackfriday--cosme-goods.slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(-180deg);
}
.blackfriday--cosme-goods.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.blackfriday--cosme-goods.slick-slider .slick-dots {
  width: 100%;
  padding: 0 52px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
}
.blackfriday--cosme-goods.slick-slider .slick-dots > li {
  width: 100%;
  height: 22px;
  position: relative;
}
.blackfriday--cosme-goods.slick-slider .slick-dots > li button {
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 10px;
  text-indent: -100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blackfriday--cosme-goods.slick-slider .slick-dots > li button::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #E6E6E5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
}
.blackfriday--cosme-goods.slick-slider .slick-dots > li.slick-active button::before {
  background: #33C1FF;
}
.blackfriday--cosme-goods.slick-slider .slick-dots > li.slick-active button:hover::before {
  box-shadow: 0 0 4px 2px #33C1FF;
}
.blackfriday--article {
  margin: 0 0 30px;
}
.blackfriday--article-inner > :last-child {
  margin-bottom: 0 !important;
}
.blackfriday--article-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  text-shadow: 0 0 4px #f157ff, 0 0 8px #f157ff;
  padding: 0;
  margin: 0 0 20px;
}
.blackfriday--article-list {
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 40px;
}
.blackfriday--article-list-item {
  width: calc(50% - 7.5px);
}
.blackfriday--article-list-link {
  display: block;
}
.blackfriday--article-list-link:hover img {
  filter: brightness(1.1);
}
.blackfriday--article-list-thum {
  margin: 0 0 10px;
}
.blackfriday--article-list-thum img {
  width: 100%;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.blackfriday--article-list-title {
  text-align: justify;
}
.blackfriday--aside {
  background: #fff;
  color: #303030;
  padding: 40px 0;
}
.blackfriday--aside-inner {
  padding: 0 15px;
}
.blackfriday--aside-inner > :last-child {
  margin-bottom: 0 !important;
}
.blackfriday--brand {
  margin: 0 0 40px;
}
.blackfriday--brand-inner > :last-child {
  margin-bottom: 0 !important;
}
.blackfriday--brand-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: -0.03em;
  text-align: center;
  padding: 0;
  margin: 0 -15px 25px;
}
.blackfriday--brand-title-label {
  background: url("/img/blackfriday/line-01.png") repeat-x 0 100%;
  background-size: auto 7px;
}
.blackfriday--brand-list {
  margin: 0 0 20px;
}
.blackfriday--brand-list-item {
  width: 130px;
  margin: 0 10px 0 0;
}
.blackfriday--brand-list-link {
  display: block;
}
.blackfriday--brand-list-link:hover img {
  opacity: 0.7;
}
.blackfriday--brand-list.slick-slider {
  padding: 0 0 42px;
  position: relative;
}
.blackfriday--brand-list.slick-slider .slick-list {
  margin: 0 -15px 0 0;
}
.blackfriday--brand-list.slick-slider .slick-arrow {
  width: 42px;
  height: 22px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.blackfriday--brand-list.slick-slider .slick-arrow:hover {
  filter: brightness(1.1);
}
.blackfriday--brand-list.slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(-180deg);
}
.blackfriday--brand-list.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.blackfriday--brand-list.slick-slider .slick-dots {
  width: 100%;
  padding: 0 52px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
}
.blackfriday--brand-list.slick-slider .slick-dots > li {
  width: 100%;
  height: 22px;
  position: relative;
}
.blackfriday--brand-list.slick-slider .slick-dots > li button {
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 10px;
  text-indent: -100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blackfriday--brand-list.slick-slider .slick-dots > li button::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #E6E6E5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
}
.blackfriday--brand-list.slick-slider .slick-dots > li.slick-active button::before {
  background: #D891DF;
}
.blackfriday--brand-list.slick-slider .slick-dots > li.slick-active button:hover::before {
  box-shadow: 0 0 4px 2px #D891DF;
}
.blackfriday--brand-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 5px;
}
.blackfriday--brand-btns-item {
  width: calc(50% - 2.5px);
}
.blackfriday--brand-btns-item.item-full {
  width: 100%;
  padding: 0 0 15px;
}
.blackfriday--brand-btns-item.item-full .blackfriday--brand-btns-link {
  align-items: center;
}
.blackfriday--brand-btns-item.item-full .blackfriday--brand-btns-label {
  width: auto;
  padding: 0 28px 0 0;
  display: inline-block;
}
.blackfriday--brand-btns-item.item-full .blackfriday--brand-btns-label::before {
  right: 0;
}
.blackfriday--brand-btns-link {
  height: 60px;
  border-radius: 10px;
  background: #D891DF;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.blackfriday--brand-btns-link:hover {
  filter: brightness(1.1);
}
.blackfriday--brand-btns-label {
  width: 100%;
  color: #fff;
  letter-spacing: -0.03em;
  padding: 0 28px 0 15px;
  position: relative;
  display: block;
}
.blackfriday--brand-btns-label::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/img/blackfriday/icon_arrow-03.png") no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
}
/* ------------------------------------------------------
 * Overwrite
------------------------------------------------------ */
@media screen and (min-width: 421px) {
  .pane-footer {
    padding-top: 70px;
    margin-top: 0;
  }
}