@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap");
/*--------------------------------------------------
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
--------------------------------------------------*/
/*--------------------------------------------------
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: normal;
}
--------------------------------------------------*/
/*--------------------------------------------------
  reset
--------------------------------------------------*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 901px) {
  img {
    width: auto;
  }
}

sup {
  font-size: 0.8 0.5em;
  position: relative;
  top: 0.2em;
}

h1,
h2 {
  color: #fff;
}

/*--------------------------------------------------
  common
--------------------------------------------------*/
.-font-jost {
  font-family: "Jost", sans-serif !important;
}

.-font-eb-garamond {
  font-family: "EB Garamond", serif !important;
}

.cart-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15.6vw;
  background: #E7317E;
  color: #fff;
  transition: 0.3s !important;
  font-weight: 600;
}
.cart-link:hover {
  background: #fff;
  color: #E7317E;
}
.cart-link:hover::before {
  background-image: url("/img/freepage/cosmeranking2026h1/images/icon_cart_pink.png");
}
.cart-link:hover::after {
  background-image: url("/img/freepage/cosmeranking2026h1/images/icon_cart_arrow_pink.png");
}
@media (min-width: 901px) {
  .cart-link {
    height: 62px;
  }
}
.cart-link span {
  font-size: 4.2666666667vw;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (min-width: 901px) {
  .cart-link span {
    font-size: 16px;
  }
}
.cart-link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6.2666666667vw;
  margin: auto;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: url("/img/freepage/cosmeranking2026h1/images/icon_cart.png") no-repeat center;
  background-size: 100% auto;
  transition: 0.3s;
}
@media (min-width: 901px) {
  .cart-link::before {
    left: 23px;
    width: 20px;
    height: 20px;
  }
}
.cart-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7.4666666667vw;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  transform: translateY(-50%);
  background: url("/img/freepage/cosmeranking2026h1/images/icon_cart_arrow.png") no-repeat center;
  background-size: 100% auto;
  transition: 0.3s;
}
@media (min-width: 901px) {
  .cart-link::after {
    right: 28px;
    width: 20px;
    height: 20px;
  }
}

.l-main .cart-link:hover {
  opacity: 1;
}

/*--------------------------------------------------
  base
--------------------------------------------------*/
.l-main {
  display: block;
  width: 100%;
  font-size: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  overflow-x: hidden;
  box-sizing: border-box;
}
@media (max-width: 901px) {
  .l-main {
    max-width: 100vw;
  }
}
@media (min-width: 901px) {
  .l-main {
    overflow-x: inherit;
  }
}
@media (min-width: 901px) {
  .l-main {
    font-size: 1rem;
  }
}
.l-main a {
  transition: opacity 0.5s ease;
}
.l-main a:hover {
  text-decoration: none !important;
  opacity: 0.5;
}
.l-main .anchor {
  position: absolute;
  top: -16vw;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
}
@media (min-width: 901px) {
  .l-main .anchor {
    top: -102px;
  }
}

.cr-wrap {
  position: relative;
  width: 100%;
  color: #7765B3;
}
@media (max-width: 901px) {
  .cr-wrap {
    overflow-x: hidden;
  }
}
.cr-wrap * {
  box-sizing: border-box;
}
.cr {
  /*--------------------------------------------------
    hero
  --------------------------------------------------*/
}
.cr-hero {
  position: relative;
}
@media (min-width: 901px) {
  .cr-hero__inner {
    max-width: 1366px;
    height: auto;
    margin: 0 auto;
  }
}
.cr-toptype h3 {
  line-height: 175%;
  text-align: center;
  color: #6E6E6E;
  padding: 0 4%;
  margin-top: 15px;
  margin-bottom: 30px;
}
.cr {
  /*--------------------------------------------------
    about
  --------------------------------------------------*/
}
.cr-about {
  background: #FFF5FB;
  padding: 4.2666666667vw 5.0666666667vw;
  font-weight: 400;
  text-align: center;
  color: #333;
}
@media (min-width: 901px) {
  .cr-about {
    padding: 16px 0 0;
  }
}
.cr-about__title {
  font-size: 2.9333333333vw;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (min-width: 901px) {
  .cr-about__title {
    font-size: 11px;
  }
}
.cr-about__term {
  font-size: 2.6666666667vw;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.3333333333vw;
}
@media (min-width: 901px) {
  .cr-about__term {
    margin-top: 5px;
    font-size: 10px;
  }
}
.cr {
  /*--------------------------------------------------
    present
  --------------------------------------------------*/
}
@media (min-width: 901px) {
  .cr-present {
    padding-top: 16px;
    background: #FFF5FB;
  }
}
.cr-present__campaign {
  background: #FFF5FB;
  padding: 0vw 3.3333333333vw 4.2666666667vw;
}
@media (min-width: 901px) {
  .cr-present__campaign {
    padding: 0 12px 16px;
  }
}
.cr-present__inner {
  background: url("/img/freepage/cosmeranking2026h1/images/bg_present.png") no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
.cr-present__hdl {
  text-align: center;
  padding-top: 5.3333333333vw;
}
@media (min-width: 901px) {
  .cr-present__hdl {
    padding-top: 20px;
  }
}
.cr-present__hdl-txt {
  display: inline-block;
  position: relative;
  font-family: "EB Garamond", serif;
  color: #E7317E;
  font-weight: 600;
  font-size: 8vw;
}
@media (min-width: 901px) {
  .cr-present__hdl-txt {
    font-size: 30px;
  }
}
.cr-present__hdl-txt::before {
  position: absolute;
  content: "";
  background: url("/img/freepage/cosmeranking2026h1/images/icon_campaign.png") no-repeat;
  background-size: 100% auto;
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  top: 50%;
  transform: translate(-100%, -50%);
  left: -2.1333333333vw;
}
@media (min-width: 901px) {
  .cr-present__hdl-txt::before {
    width: 28px;
    height: 28px;
    left: -8px;
  }
}
.cr-present__lead {
  font-size: 2.9333333333vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  color: #E7317E;
  margin-top: 1.3333333333vw;
}
@media (min-width: 901px) {
  .cr-present__lead {
    margin-top: 10px;
    font-size: 11px;
  }
}
.cr-present__box {
  background: #FFE8E2;
  margin: 5.3333333333vw 7.7333333333vw 0;
  position: relative;
}
@media (min-width: 901px) {
  .cr-present__box {
    margin: 20px 29px 0;
  }
}
.cr-present__box + .cr-present__box {
  margin-top: 3.2vw;
}
@media (min-width: 901px) {
  .cr-present__box + .cr-present__box {
    margin-top: 12px;
  }
}
.cr-present__box-01 .cr-present__txt {
  padding: 4.2666666667vw 0 5.0666666667vw 21.4666666667vw;
}
@media (min-width: 901px) {
  .cr-present__box-01 .cr-present__txt {
    padding: 12px 0 13px 80px;
  }
}
.cr-present__box-01 .cr-present__img {
  width: 25.0666666667vw;
  left: -0.5333333333vw;
  top: 53%;
  transform: translateY(-50%);
}
@media (min-width: 901px) {
  .cr-present__box-01 .cr-present__img {
    width: 100px;
    left: -6px;
  }
}
.cr-present__box-02 .cr-present__txt {
  padding: 3.4666666667vw 0 3.2vw 4.2666666667vw;
}
@media (min-width: 901px) {
  .cr-present__box-02 .cr-present__txt {
    padding: 13px 0 12px 16px;
  }
}
.cr-present__box-02 .cr-present__img {
  width: 37.8666666667vw;
  right: 1.0666666667vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 901px) {
  .cr-present__box-02 .cr-present__img {
    width: 150px;
    right: -2px;
  }
}
.cr-present__img {
  position: absolute;
}
.cr-present__img-caption {
  font-weight: 500;
  color: #fff;
  font-size: 2.9333333333vw;
  margin-top: -5.3333333333vw;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 901px) {
  .cr-present__img-caption {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-top: -25px;
  }
}
.cr-present__balloon {
  width: 23.0666666667vw;
  position: absolute;
  bottom: 5.2vw;
  right: -3.2vw;
}
@media (min-width: 901px) {
  .cr-present__balloon {
    width: 86px;
    bottom: 28px;
    right: -12px;
  }
}
.cr-present__txt {
  color: #333;
}
@media (min-width: 901px) {
  .cr-present__txt {
    flex: 1;
  }
}
.cr-present__desc-item {
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 901px) {
  .cr-present__desc-item {
    text-align: left;
  }
}
.cr-present__desc-item + .cr-present__desc-item {
  margin-top: 4.5333333333vw;
}
@media (min-width: 901px) {
  .cr-present__desc-item + .cr-present__desc-item {
    margin-top: 16px;
  }
}
.cr-present__desc-term {
  display: inline-block;
  font-size: 3.7333333333vw;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media (min-width: 901px) {
  .cr-present__desc-term {
    font-size: 14px;
  }
}
.cr-present__desc-term .desc-term-s {
  font-size: 2.6666666667vw;
}
@media (min-width: 901px) {
  .cr-present__desc-term .desc-term-s {
    font-size: 10px;
  }
}
.cr-present__desc-term .desc-price {
  letter-spacing: -0.04em;
}
.cr-present__desc-detail {
  margin-top: 3.2vw;
  line-height: 1;
}
@media (min-width: 901px) {
  .cr-present__desc-detail {
    margin-top: 5px;
    line-height: 1.4;
  }
}
.cr-present__desc-detail .desc-detail-label {
  display: inline-block;
  padding: 0.2666666667vw 0.4vw 0.1333333333vw 0.2666666667vw;
  background: #fff;
  color: #E7317E;
}
.cr-present__desc-detail .desc-detail-label:first-child {
  margin-top: 0;
}
@media (min-width: 901px) {
  .cr-present__desc-detail .desc-detail-label {
    display: inline;
    padding: 0 3px 0 2px;
  }
}
.cr-present__desc-detail .desc-detail-label:nth-of-type(n+2) {
  margin-top: 0.9333333333vw;
}
@media (min-width: 901px) {
  .cr-present__desc-detail .desc-detail-label:nth-of-type(n+2) {
    margin-top: 3px;
  }
}
.cr-present__desc-detail .desc-detail-s {
  font-size: 2.6666666667vw;
  font-weight: 400;
}
@media (min-width: 901px) {
  .cr-present__desc-detail .desc-detail-s {
    font-size: 10px;
  }
}
.cr-present__desc-detail .desc-detail-m {
  font-size: 2.9333333333vw;
}
@media (min-width: 901px) {
  .cr-present__desc-detail .desc-detail-m {
    font-size: 11px;
  }
}
.cr-present__desc-detail .desc-detail-l {
  font-size: 3.7333333333vw;
}
@media (min-width: 901px) {
  .cr-present__desc-detail .desc-detail-l {
    font-size: 14px;
  }
}
.cr-present__txt-01 {
  font-size: 2.6666666667vw;
  margin-top: 1.6vw;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: #585858;
}
@media (min-width: 901px) {
  .cr-present__txt-01 {
    font-size: 10px;
    margin-top: 6px;
  }
}
.cr-present__txt-01-wrap {
  display: inline-block;
  border: 0.1333333333vw solid #585858;
  line-height: 1.3;
  padding: 0 1.0666666667vw;
}
@media (min-width: 901px) {
  .cr-present__txt-01-wrap {
    border-width: 1px;
    padding: 0 4px;
  }
}
.cr-present__txt-01 + .cr-present__txt-01 {
  margin-top: 1.0666666667vw;
}
@media (min-width: 901px) {
  .cr-present__txt-01 + .cr-present__txt-01 {
    margin-top: 4px;
  }
}
.cr-present__list {
  margin-top: 4vw;
  text-align: center;
}
@media (min-width: 901px) {
  .cr-present__list {
    text-align: left;
    margin-top: 14px;
    margin-left: 5px;
  }
}
.cr-present__item {
  font-size: 2.6666666667vw;
  line-height: 1.5;
}
@media (min-width: 901px) {
  .cr-present__item {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: 0.08em;
  }
}
.cr-present__item + .cr-present__item {
  margin-top: 0.2666666667vw;
}
@media (min-width: 901px) {
  .cr-present__item + .cr-present__item {
    margin-top: 2px;
  }
}
.cr-present__date {
  color: #fff;
  background: #ED5E98;
  padding: 4.5333333333vw 0;
  font-size: 4.2666666667vw;
  margin-top: 5.3333333333vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: normal !important;
  font-family: "Inter", sans-serif;
}
@media (min-width: 901px) {
  .cr-present__date {
    padding: 17px 0;
    font-size: 16px;
    margin-top: 20px;
  }
}
.cr-present__date .date-time-week {
  font-size: 2.6666666667vw;
}
@media (min-width: 901px) {
  .cr-present__date .date-time-week {
    font-size: 10px;
  }
}
.cr-present__date .date-time-txt {
  font-size: 2.9333333333vw;
}
@media (min-width: 901px) {
  .cr-present__date .date-time-txt {
    font-size: 11px;
  }
}
.cr-present__date-icon {
  display: inline-block;
  width: 2.6666666667vw;
  margin: 0 1.3333333333vw;
}
@media (min-width: 901px) {
  .cr-present__date-icon {
    width: 10px;
    margin: 0 5px;
  }
}
.cr-present__ranking {
  background: #FFF4E5;
}
.cr-present__ranking-ttl {
  width: 62.4%;
  margin: 30px auto 30px;
}
.cr-present .awoo-hdg {
  display: none;
}
.cr-present .awoo-hdg2 {
  width: 100%;
  aspect-ratio: 500/80;
  margin: 0 auto 4vw;
  background: url("/img/freepage/cosmeranking2026h1/images/weekly_ranking.png") no-repeat center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media (min-width: 901px) {
  .cr-present .awoo-hdg2 {
    width: 100%;
  }
}
.cr-present #awoo_content {
  padding: 8vw 0 0 0;
  width: 100%;
  margin-left: 0;
  overflow: visible;
  background: none;
}
@media (min-width: 901px) {
  .cr-present #awoo_content {
    width: 100%;
    padding: 30px 0 0 0;
    margin-left: 0;
  }
}
.cr-present .awoo-content-frame {
  overflow: visible;
  margin-top: 24.8vw;
}
@media (min-width: 901px) {
  .cr-present .awoo-content-frame {
    margin-top: 93px;
  }
}
.cr-present .awoo-product-item-ranking {
  position: relative;
  isolation: isolate;
  margin-left: 0 !important;
  padding: 0 1.0666666667vw !important;
  flex: 1;
}
@media (min-width: 901px) {
  .cr-present .awoo-product-item-ranking {
    margin-left: 0 !important;
    padding: 0 4px !important;
  }
}
.cr-present .awoo-product-item-ranking::after {
  content: none;
  display: none;
}
@media (min-width: 901px) {
  .cr-present .awoo-product-item-ranking::after {
    display: none;
  }
}
.cr-present .awoo-product-list {
  flex-wrap: nowrap;
  overflow: visible;
  width: 100%;
  padding-top: 7.2vw;
}
@media (min-width: 901px) {
  .cr-present .awoo-product-list {
    padding-top: 27px;
  }
}
.cr-present .awoo-product-list.slick-slider {
  overflow: visible;
}
.cr-present .awoo-product-list .slick-list {
  overflow: visible;
}
@media (max-width: 901px) {
  .cr-present .awoo-product-list .slick-track {
    margin-left: 1.8666666667vw;
  }
}
.cr-present .awoo-product-list:not(.slick-slider) .awoo-product-item-ranking {
  flex: auto;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 1.3333333333vw !important;
  width: 42.5531914894% !important;
}
@media (min-width: 901px) {
  .cr-present .awoo-product-list:not(.slick-slider) .awoo-product-item-ranking {
    padding: 0 5px !important;
    margin: 0 !important;
    width: 42.5531914894% !important;
  }
}
.cr-present .awoo-product-list:not(.slick-slider) .awoo-product-item-ranking:after {
  content: none;
}
.cr-present .awoo-product-list .slide-arrow {
  display: none !important;
}
.cr-present .awoo-product-thumb {
  position: relative;
  margin-bottom: 2.4vw !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible;
  z-index: 1;
}
@media (min-width: 901px) {
  .cr-present .awoo-product-thumb {
    margin-bottom: 9px !important;
  }
}
.cr-present .awoo-product-thumb::before {
  content: "";
  position: absolute;
  top: -27.7333333333vw;
  left: 1.0666666667vw;
  width: 11.7333333333vw;
  height: 10.6666666667vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 999;
}
@media (min-width: 901px) {
  .cr-present .awoo-product-thumb::before {
    top: -104px;
    left: 4px;
    width: 44px;
    height: 40px;
  }
}
.cr-present .awoo-product-thumb::after {
  content: none !important;
  display: none !important;
  background: none !important;
}
.cr-present .awoo-product-item-ranking.rank1 .awoo-product-thumb::before,
.cr-present .awoo-product-item-ranking:nth-child(1) .awoo-product-thumb::before {
  background-image: url("/img/freepage/cosmeranking2026h1/images/rank01.png");
}
.cr-present .awoo-product-item-ranking.rank2 .awoo-product-thumb::before,
.cr-present .awoo-product-item-ranking:nth-child(2) .awoo-product-thumb::before {
  background-image: url("/img/freepage/cosmeranking2026h1/images/rank02.png");
}
.cr-present .awoo-product-item-ranking.rank3 .awoo-product-thumb::before,
.cr-present .awoo-product-item-ranking:nth-child(3) .awoo-product-thumb::before {
  background-image: url("/img/freepage/cosmeranking2026h1/images/rank03.png");
}
.cr-present .awoo-product-item-ranking.rank4 .awoo-product-thumb::before,
.cr-present .awoo-product-item-ranking:nth-child(4) .awoo-product-thumb::before {
  background-image: url("/img/freepage/cosmeranking2026h1/images/rank04.png");
}
.cr-present .awoo-product-item-ranking.rank5 .awoo-product-thumb::before,
.cr-present .awoo-product-item-ranking:nth-child(5) .awoo-product-thumb::before {
  background-image: url("/img/freepage/cosmeranking2026h1/images/rank05.png");
}
.cr-present .awoo-product-item-ranking.rank6 .awoo-product-thumb::before,
.cr-present .awoo-product-item-ranking:nth-child(6) .awoo-product-thumb::before {
  background-image: url("/img/freepage/cosmeranking2026h1/images/rank06.png");
}
.cr-present .awoo-product-item-ranking.rank7 .awoo-product-thumb::before,
.cr-present .awoo-product-item-ranking:nth-child(7) .awoo-product-thumb::before {
  background-image: url("/img/freepage/cosmeranking2026h1/images/rank07.png");
}
.cr-present .awoo-product-item-ranking.rank8 .awoo-product-thumb::before,
.cr-present .awoo-product-item-ranking:nth-child(8) .awoo-product-thumb::before {
  background-image: url("/img/freepage/cosmeranking2026h1/images/rank08.png");
}
.cr-present .awoo-product-item-ranking.rank9 .awoo-product-thumb::before,
.cr-present .awoo-product-item-ranking:nth-child(9) .awoo-product-thumb::before {
  background-image: url("/img/freepage/cosmeranking2026h1/images/rank09.png");
}
.cr-present .awoo-product-item-ranking.rank10 .awoo-product-thumb::before,
.cr-present .awoo-product-item-ranking:nth-child(10) .awoo-product-thumb::before {
  background-image: url("/img/freepage/cosmeranking2026h1/images/rank10.png");
}
.cr-present .awoo-product-item-ranking:nth-child(n+4) .awoo-product-thumb::before {
  width: 10.2666666667vw;
  height: 9.3333333333vw;
  top: -26.6666666667vw;
}
@media (min-width: 901px) {
  .cr-present .awoo-product-item-ranking:nth-child(n+4) .awoo-product-thumb::before {
    width: 39px;
    height: 35px;
    top: -100px;
  }
}
.cr-present .awoo-product-thumb-img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 300/340;
  background: url("/img/freepage/cosmeranking2026h1/images/recommended_bg.png") no-repeat center #fff;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cr-present .awoo-product-thumb-img img {
  width: 100%;
  height: auto;
}
.cr-present .awoo-product-about {
  margin-top: -21.8666666667vw !important;
  padding-top: 0 !important;
  padding-left: 2.4vw;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media (min-width: 901px) {
  .cr-present .awoo-product-about {
    padding-left: 9px;
    margin-top: -82px !important;
  }
}
.cr-present .awoo-product-about a {
  color: inherit;
}
.cr-present .awoo-product-brand {
  display: block;
  color: #333333;
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0;
}
@media (min-width: 901px) {
  .cr-present .awoo-product-brand {
    font-size: 10px;
  }
}
.cr-present .awoo-product-name {
  display: block;
  color: #333333;
  margin-top: 1.0666666667vw;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media (min-width: 901px) {
  .cr-present .awoo-product-name {
    margin-top: 4px;
    font-size: 12px;
  }
}
.cr-present .awoo-product-price {
  display: block;
  color: #333333;
  margin-top: 1.0666666667vw;
  font-size: 2.9333333333vw;
  font-weight: 700;
}
@media (min-width: 901px) {
  .cr-present .awoo-product-price {
    margin-top: 4px;
    font-size: 11px;
  }
}
.cr-present .awoo-product-attention {
  padding: 4vw 1.8666666667vw 7.4666666667vw;
  font-size: 3.2vw;
  margin-block: 0;
}
@media (min-width: 901px) {
  .cr-present .awoo-product-attention {
    padding: 15px 7px 28px;
    font-size: 12px;
  }
}
.cr-present .slick-track {
  margin-left: 0;
}
@media (min-width: 901px) {
  .cr-present .slick-track {
    margin-left: 0;
  }
}
.cr {
  /*--------------------------------------------------
    content
  --------------------------------------------------*/
}
.cr-content {
  padding-top: 6.6666666667vw;
  background: #FFF5FB;
}
@media (min-width: 901px) {
  .cr-content {
    padding-top: 25px;
  }
}
.cr-content__title {
  padding: 0 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #E7317E;
  gap: 0.5333333333vw 0;
}
@media (min-width: 901px) {
  .cr-content__title {
    gap: 2px 0;
  }
}
.cr-content__title-s {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  font-size: 3.7333333333vw;
  font-weight: bold;
}
@media (min-width: 901px) {
  .cr-content__title-s {
    font-size: 14px;
  }
}
.cr-content__title-s .title-s-num {
  font-family: "EB Garamond", serif;
  font-size: 4.2666666667vw;
  letter-spacing: 0.04em;
}
@media (min-width: 901px) {
  .cr-content__title-s .title-s-num {
    font-size: 16px;
  }
}
.cr-content__title-s .title-s-space {
  margin-left: 0.25em;
}
.cr-content__title-s::before, .cr-content__title-s::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background: url(/img/freepage/cosmeranking2026h1/images/icon_heart.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media (min-width: 901px) {
  .cr-content__title-s::before, .cr-content__title-s::after {
    width: 8px;
    height: 8px;
  }
}
.cr-content__title-s::before {
  left: -3.2vw;
}
@media (min-width: 901px) {
  .cr-content__title-s::before {
    left: -12px;
  }
}
.cr-content__title-s::after {
  right: -3.2vw;
}
@media (min-width: 901px) {
  .cr-content__title-s::after {
    right: -12px;
  }
}
.cr-content__title-l {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  font-size: 5.6vw;
  font-weight: bold;
}
@media (min-width: 901px) {
  .cr-content__title-l {
    font-size: 21px;
  }
}
.cr {
  /*--------------------------------------------------
    nav
  --------------------------------------------------*/
}
.cr-nav {
  width: 100%;
  margin-top: 4vw;
  border-bottom: 0.2666666667vw solid #ED5E98;
  overflow-x: scroll;
}
@media (min-width: 901px) {
  .cr-nav {
    margin-top: 15px;
    border-bottom-width: 1px;
  }
}
.cr-nav.nav-bottom {
  margin-top: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(110, 110, 110, 0.45) transparent;
}
.cr-nav.nav-bottom::-webkit-scrollbar {
  height: 1.0666666667vw;
}
@media (min-width: 901px) {
  .cr-nav.nav-bottom::-webkit-scrollbar {
    height: 4px;
  }
}
.cr-nav.nav-bottom::-webkit-scrollbar-track {
  background: transparent;
}
.cr-nav.nav-bottom::-webkit-scrollbar-thumb {
  background-color: rgba(110, 110, 110, 0.45);
  border-radius: 999px;
}
.cr-nav__list {
  display: flex;
  width: 206.4vw;
  max-width: 180vw;
  margin-left: 4.2666666667vw;
}
@media (min-width: 901px) {
  .cr-nav__list {
    position: relative;
    width: 100%;
    max-width: 774px;
    margin-left: 16px;
  }
}
.cr-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.8vw;
  flex: 0 0 24.8vw;
  height: 10.6666666667vw;
  background: #FFC4DC;
  font-size: 2.9333333333vw;
  font-weight: 600;
  color: #E7317E;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
@media (min-width: 901px) {
  .cr-nav__item {
    width: 93px;
    flex: 0 0 93px;
    height: 40px;
    font-size: 11px;
  }
}
.cr-nav__item:not(:first-child) {
  margin-left: 1.0666666667vw;
}
@media (min-width: 901px) {
  .cr-nav__item:not(:first-child) {
    margin-left: 4px;
  }
}
.cr-nav__item.is-active {
  background-color: #ED5E98;
  color: #fff;
}
.cr {
  /*--------------------------------------------------
    product
  --------------------------------------------------*/
}
.cr-product {
  position: relative;
  padding: 7.2vw 7.3333333333vw 8.5333333333vw;
  background: #FFDFEC;
}
@media (min-width: 901px) {
  .cr-product {
    padding: 27px 27px 32px;
  }
}
.cr-product__title {
  margin-bottom: 6.6666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 901px) {
  .cr-product__title {
    margin-bottom: 25px;
  }
}
.cr-product__title img {
  width: 100%;
  height: auto;
}
.cr-product__title {
  /*&::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    border-top: cv(2) solid #19243E;
    padding: 0 cv(40);
    @include media_md {
      border-top-width: 2px;
      padding: 0 30px;
    }
  }*/
}
.cr-product__title-txt {
  padding: 0 10.6666666667vw;
  font-weight: bold;
  font-size: 7.2vw;
  position: relative;
  color: #E7317E;
}
@media (min-width: 901px) {
  .cr-product__title-txt {
    padding: 0 40px;
    font-size: 27px;
  }
}
.cr-product__title-txt::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  border-top: 0.2666666667vw solid #E7317E;
  padding: 0 5.3333333333vw;
}
@media (min-width: 901px) {
  .cr-product__title-txt::before {
    border-top-width: 1px;
    padding: 0 20px;
  }
}
.cr-product__title-en {
  position: relative;
  background: #FFDFEC;
  padding: 0 2.1333333333vw;
  text-transform: uppercase;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (min-width: 901px) {
  .cr-product__title-en {
    padding: 0 8px;
  }
}
.cr-product__title-ja {
  position: relative;
  z-index: 1;
  font-size: 2.6666666667vw;
  letter-spacing: 0.08em;
  color: #333;
  line-height: 1.5;
}
@media (min-width: 901px) {
  .cr-product__title-ja {
    font-size: 10px;
  }
}
.cr-product__title-num {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 8vw;
  color: #91A2D0;
  position: absolute;
  z-index: 1;
  top: -6.1333333333vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2.4vw;
}
@media (min-width: 901px) {
  .cr-product__title-num {
    font-size: 50px;
    top: -42px;
  }
}
.cr-product__lead {
  text-align: center;
  font-size: 3.7333333333vw;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: #19243E;
}
@media (min-width: 901px) {
  .cr-product__lead {
    font-size: 16px;
    line-height: 1.5;
  }
}
.cr-product__lead-note {
  font-size: 0.75em;
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin-top: 1.3333333333vw;
}
@media (min-width: 901px) {
  .cr-product__lead-note {
    margin-top: 5px;
  }
}
.cr-product__list {
  display: block;
}
.cr-product__list.cr-product__list--col2 {
  margin-top: 17.0666666667vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12.8vw 3.2vw;
}
@media (min-width: 901px) {
  .cr-product__list.cr-product__list--col2 {
    margin-top: 64px;
    gap: 48px 12px;
  }
}
.cr-product__list.cr-product__list--col2 .cr-product__item + .cr-product__item {
  margin-top: 0;
}
.cr-product__list.cr-product__list--col2 .cr-product__item {
  max-width: 41.0666666667vw;
}
@media (min-width: 901px) {
  .cr-product__list.cr-product__list--col2 .cr-product__item {
    max-width: 154px;
  }
}
.cr-product__list.cr-product__list--col2 .cr-product__item-img {
  margin: 0;
}
.cr-product__list.cr-product__list--col2 .cr-product__item-img .item-img-best {
  width: 11.8666666667vw;
  height: 11.8666666667vw;
  top: -2.8vw;
  left: -1.6vw;
}
@media (min-width: 901px) {
  .cr-product__list.cr-product__list--col2 .cr-product__item-img .item-img-best {
    width: 44px;
    height: 44px;
    top: -10px;
    left: -6px;
  }
}
.cr-product__list.cr-product__list--col2 .cr-product__item-price .item-price-yen {
  font-size: 6.1333333333vw;
}
@media (min-width: 901px) {
  .cr-product__list.cr-product__list--col2 .cr-product__item-price .item-price-yen {
    font-size: 23px;
  }
}
.cr-product__list.cr-product__list--col2 .cr-product__item-cart .cart-link {
  height: 8vw;
}
@media (min-width: 901px) {
  .cr-product__list.cr-product__list--col2 .cr-product__item-cart .cart-link {
    height: 30px;
  }
}
.cr-product__list.cr-product__list--col2 .cr-product__item-cart .cart-link span {
  font-size: 2.9333333333vw;
}
@media (min-width: 901px) {
  .cr-product__list.cr-product__list--col2 .cr-product__item-cart .cart-link span {
    font-size: 11px;
  }
}
.cr-product__list.cr-product__list--col2 .cr-product__item-cart .cart-link::before {
  left: 3.0666666667vw;
  width: 2.5333333333vw;
  height: 2.5333333333vw;
}
@media (min-width: 901px) {
  .cr-product__list.cr-product__list--col2 .cr-product__item-cart .cart-link::before {
    left: 11px;
    width: 10px;
    height: 10px;
  }
}
.cr-product__list.cr-product__list--col2 .cr-product__item-cart .cart-link::after {
  width: 3.0666666667vw;
  height: 3.0666666667vw;
  right: 3.6vw;
}
@media (min-width: 901px) {
  .cr-product__list.cr-product__list--col2 .cr-product__item-cart .cart-link::after {
    width: 11px;
    height: 11px;
    right: 13px;
  }
}
.cr-product__list.cr-product__list--col2 .cr-product__item-cart {
  margin-top: 5.3333333333vw;
}
@media (min-width: 901px) {
  .cr-product__list.cr-product__list--col2 .cr-product__item-cart {
    margin-top: 20px;
  }
}
.cr-product__list.cr-product__list--col2 .cr-product__item-box01 {
  align-items: flex-start;
}
.cr-product__item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}
.cr-product__item-tx {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 0 5.3333333333vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.6vw;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-align: center;
  color: #6E5748;
}
.cr-product__item-tx::before, .cr-product__item-tx::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 4vw;
  height: 4vw;
  background: url("/img/freepage/cosmeranking2026h1/images/kirakira.png") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.cr-product__item-tx::before {
  left: 0;
}
.cr-product__item-tx::after {
  right: 0;
}
@media (min-width: 901px) {
  .cr-product__item-tx {
    font-size: 14px;
    padding: 0 20px;
  }
  .cr-product__item-tx::before, .cr-product__item-tx::after {
    width: 15px;
    height: 15px;
  }
}
.cr-product__item-tx span.notice {
  font-size: 12px;
}
@media (max-width: 901px) {
  .cr-product__item-tx span.notice {
    font-size: 2.66vw;
  }
}
.cr-product__item + .cr-product__item {
  margin-top: 17.0666666667vw;
}
@media (min-width: 901px) {
  .cr-product__item + .cr-product__item {
    margin-top: 60px;
  }
}
.cr-product__item-img {
  position: relative;
  margin: 0 1.3333333333vw;
  aspect-ratio: 620/600;
  background: url("/img/freepage/cosmeranking2026h1/images/product_img_bg.jpg") no-repeat center 0;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 901px) {
  .cr-product__item-img {
    margin: 0 5px;
  }
}
.cr-product__item-img img {
  width: 96.774%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 901px) {
  .cr-product__item-img img {
    width: 100%;
    height: auto;
  }
}
.cr-product__item-img .cr-product__uv-badge {
  position: absolute;
  top: 1.3333333333vw;
  left: -2vw;
  z-index: 2;
  display: block;
  width: 25.0666666667vw;
  pointer-events: none;
}
@media (min-width: 901px) {
  .cr-product__item-img .cr-product__uv-badge {
    top: 10px;
    left: -10px;
    width: 86px;
  }
}
.cr-product__item-img .cr-product__uv-badge img {
  display: block;
  width: 100%;
  height: auto;
}
.cr-product__item-img a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.cr-product__item-img .item-img-best {
  position: absolute;
  left: -3.6vw;
  top: -3.6vw;
  width: 21.4666666667vw;
  height: 21.4666666667vw;
}
@media (min-width: 901px) {
  .cr-product__item-img .item-img-best {
    width: 80px;
    height: 80px;
    left: -13px;
    top: -13px;
  }
}
.cr-product__item-img .item-img-limited {
  position: absolute;
  right: 2.1333333333vw;
  top: 2.1333333333vw;
  width: 21.8666666667vw;
  height: auto;
}
@media (min-width: 901px) {
  .cr-product__item-img .item-img-limited {
    right: 8px;
    top: 8px;
    width: 82px;
  }
}
.cr-product__list--col2 .cr-product__item-img .item-img-limited {
  right: 1.0666666667vw;
  top: 1.0666666667vw;
  width: 12.2666666667vw;
}
@media (min-width: 901px) {
  .cr-product__list--col2 .cr-product__item-img .item-img-limited {
    right: 4px;
    top: 4px;
    width: 46px;
  }
}
.cr-product__item-img .item-img-uv {
  position: absolute;
  right: -3.6vw;
  top: -6.9333333333vw;
  width: 22.9333333333vw;
  height: auto;
}
@media (min-width: 901px) {
  .cr-product__item-img .item-img-uv {
    right: -13px;
    top: -28px;
    width: 86px;
  }
}
.cr-product__list--col2 .cr-product__item-img .item-img-uv {
  right: -1.0666666667vw;
  top: -4.2666666667vw;
  width: 12.8vw;
  height: auto;
}
@media (min-width: 901px) {
  .cr-product__list--col2 .cr-product__item-img .item-img-uv {
    right: -4px;
    top: -17px;
    width: 46px;
  }
}
.cr-product__item-txt-s {
  color: #333;
  text-align: right;
  font-size: 2.6666666667vw;
  margin: 1.3333333333vw 1.0666666667vw 0;
}
@media (min-width: 901px) {
  .cr-product__item-txt-s {
    font-size: 10px;
    margin: 5px 4px 0;
  }
}
.cr-product__item-inner {
  margin-top: 3.7333333333vw;
  color: #333;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 901px) {
  .cr-product__item-inner {
    margin-top: 14px;
  }
}
.cr-product__item-cat {
  font-size: 2.6666666667vw;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.3333333333vw;
  min-height: -moz-max-content;
  min-height: max-content;
}
@media (min-width: 901px) {
  .cr-product__item-cat {
    font-size: 11px;
    margin-top: 5px;
  }
}
.cr-product__item-textarea {
  margin-top: 4.2666666667vw;
}
@media (min-width: 901px) {
  .cr-product__item-textarea {
    margin-top: 8px;
    min-height: 70px;
  }
}
.cr-product__item-text2 {
  font-weight: 500;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  text-align: justify;
  margin-top: 1em;
}
@media (min-width: 901px) {
  .cr-product__item-text2 {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }
}
.cr-product__item-text2 span.notice {
  display: inline;
  letter-spacing: 0;
  font-size: 12px;
}
@media (max-width: 901px) {
  .cr-product__item-text2 span.notice {
    font-size: 2.66vw;
  }
}
.cr-product__item-text2::after {
  content: none !important;
  display: none !important;
  background: none !important;
}
.cr-product__item-text {
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 1.65;
  text-align: justify;
  letter-spacing: 0.06em;
  margin-top: 1.0666666667vw;
}
@media (min-width: 901px) {
  .cr-product__item-text {
    font-size: 12px;
    margin-top: 4px;
  }
}
.cr-product__item-text.item-text-align {
  text-align: left;
}
.cr-product__item-text:not(:has(+ .cr-product__item-note)) {
  margin-bottom: 1.8666666667vw;
}
@media (min-width: 901px) {
  .cr-product__item-text:not(:has(+ .cr-product__item-note)) {
    margin-bottom: 7px;
  }
}
.cr-product__item-text {
  /*
  &::before,
  &::after {
    content: "";
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  &::before {
    aspect-ratio: 1340 / 128;
    margin-bottom: cv(24);
    background-image: url("/img/freepage/cosmeranking2026h1/images/brand_comment_tit.png");
    @include media_md {
      margin-bottom: 12px;
    }
  }
  &:not(:has(.txs))::before {
    display: none;
  }
  &::after {
    aspect-ratio: 1284 / 82;
    margin-top: cv(20);
    background-image: url("/img/freepage/cosmeranking2026h1/images/brand_comment_line.png");
    @include media_md {
      margin-top: 10px;
    }
  }
  span {
    // display: block;
    font-size: cv(24);
    letter-spacing: 0.08em;
    @include media_md {
      font-size: 14px;
    }
  }
  span.notice{
    display: inline;
    letter-spacing: 0;
    font-size: 12px;
    @include sp {
      font-size: 2.66vw;
    }
  }
  rt {
    font-size: 10px;
    @include media_md {
      font-size: 10px;
    }
  }
  */
}
.cr-product__item-note {
  margin-top: 2.1333333333vw;
}
@media (min-width: 901px) {
  .cr-product__item-note {
    margin-top: 8px;
  }
}
.cr-product__item-note-txt {
  font-size: 2.6666666667vw;
  line-height: 1.65;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media (min-width: 901px) {
  .cr-product__item-note-txt {
    font-size: 10px;
  }
}
.cr-product__item-voice {
  background: #FFF4E5;
  padding: 4.2666666667vw;
  border-radius: 4.2666666667vw;
  margin-top: 1.3333333333vw;
  margin-bottom: 3.2vw;
}
@media (min-width: 901px) {
  .cr-product__item-voice {
    padding: 16px;
    border-radius: 16px;
    margin-top: 5px;
    margin-bottom: 12px;
  }
}
.cr-product__item-voice-top {
  display: flex;
  justify-content: space-between;
}
.cr-product__item-voice-left {
  width: 70.1%;
  padding: 2.9333333333vw 2.1333333333vw 7.7333333333vw 4.2666666667vw;
  background: url(/img/freepage/cosmeranking2026h1/images/bg_voice_line.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom 0 left 0;
}
@media (min-width: 901px) {
  .cr-product__item-voice-left {
    width: 202px;
    padding: 11px 8px 29px 16px;
  }
}
.cr-product__item-voice-txt01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.2vw;
  color: #ED5E98;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (min-width: 901px) {
  .cr-product__item-voice-txt01 {
    font-size: 12px;
  }
}
.cr-product__item-voice-txt02 {
  font-family: "EB Garamond", serif !important;
  line-height: 1;
  font-weight: bold;
  font-size: 5.3333333333vw;
  letter-spacing: 0.08em;
  color: #E7317E;
  margin-top: 1.6vw;
}
@media (min-width: 901px) {
  .cr-product__item-voice-txt02 {
    font-size: 20px;
    margin-top: 6px;
  }
}
.cr-product__item-voice-right {
  text-align: center;
}
.cr-product__item-voice-right img {
  width: 14.8vw;
}
@media (min-width: 901px) {
  .cr-product__item-voice-right img {
    width: 55px;
  }
}
.cr-product__item-voice-cap {
  font-size: 2.6666666667vw;
  margin-top: 2.1333333333vw;
  letter-spacing: 0.06em;
  color: #ED5E98;
}
@media (min-width: 901px) {
  .cr-product__item-voice-cap {
    font-size: 10px;
    margin-top: 8px;
  }
}
.cr-product__item-voice-bottom {
  font-size: 2.9333333333vw;
  margin-top: 2.1333333333vw;
  line-height: 1.65;
}
@media (min-width: 901px) {
  .cr-product__item-voice-bottom {
    font-size: 11px;
    margin-top: 8px;
  }
}
.cr-product__item-brand {
  margin-top: 4.2666666667vw;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (min-width: 901px) {
  .cr-product__item-brand {
    width: 100%;
    margin-top: 18px;
    font-size: 14px;
  }
}
.cr-product__item-shop {
  font-size: 12px;
  margin-top: 10px;
}
@media (max-width: 901px) {
  .cr-product__item-shop {
    font-size: 2.6666666667vw;
  }
}
.cr-product__item-kind {
  color: #E7317E;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (min-width: 901px) {
  .cr-product__item-kind {
    font-size: 12px;
  }
}
.cr-product__item-name {
  margin-top: 1.6vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (min-width: 901px) {
  .cr-product__item-name {
    width: 100%;
    margin-top: 6px;
    font-size: 14px;
  }
}
.cr-product__item-name span {
  display: block;
  font-size: 2.9333333333vw;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media (min-width: 901px) {
  .cr-product__item-name span {
    font-size: 14px;
  }
}
.cr-product__item-box01 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2.1333333333vw;
  gap: 0.8vw 3.2vw;
}
@media (min-width: 901px) {
  .cr-product__item-box01 {
    margin: 8px 0 0;
    gap: 3px 12px;
  }
}
.cr-product__item-star01 {
  margin: 1.3333333333vw 0 4vw;
  color: #4F392A;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 901px) {
  .cr-product__item-star01 {
    margin: -16px 0 20px;
  }
}
.cr-product__item-star {
  margin: 2.6666666667vw 0 0;
  color: #4F392A;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 901px) {
  .cr-product__item-star {
    margin: 10px 0 0;
  }
}
.cr-product__item-star > div[style*="35px"] {
  height: auto !important;
}
.cr-product__item-star .revico-star,
.cr-product__item-star .revico-widget,
.cr-product__item-star .revico-star-simple,
.cr-product__item-star .revico-star-simple-wrapper {
  display: block;
}
.cr-product__item-star .revico-star-block {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.0666666667vw;
  min-height: 4.5333333333vw;
  font-size: 3.2vw;
  font-weight: 700 !important;
  font-family: "Inter", sans-serif !important;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (min-width: 901px) {
  .cr-product__item-star .revico-star-block {
    gap: 5px;
    min-height: 22px;
    font-size: 13px;
  }
}
.cr-product__item-star .revico-star .revico-star-block--rate,
.cr-product__item-star .revico-star-block--rate {
  display: inline-block;
  line-height: 1;
  top: 0 !important;
  width: 24vw;
  transform: scale(1)!important;
  margin-right: 1.3333333333vw;
}
@media (min-width: 901px) {
  .cr-product__item-star .revico-star .revico-star-block--rate,
  .cr-product__item-star .revico-star-block--rate {
    transform: scale(1) !important;
    width: 90px;
    margin-right: 5px;
  }
}
.cr-product__item-star .starability-result {
  line-height: 1;
  vertical-align: middle;
}
.cr-product__item-star .revico-star-block--title,
.cr-product__item-star .revico-star-block--total,
.cr-product__item-star .revico-read-more-review {
  font-size: 3.2vw !important;
}
@media (min-width: 901px) {
  .cr-product__item-star .revico-star-block--title,
  .cr-product__item-star .revico-star-block--total,
  .cr-product__item-star .revico-read-more-review {
    font-size: 13px !important;
  }
}
.cr-product__item-star .revico-star-block--title {
  margin-left: 0 !important;
  color: #333;
}
@media (min-width: 901px) {
  .cr-product__item-star .revico-star-block--title {
    margin-left: 0 !important;
  }
}
.cr-product__item-star .revico-star-block--total {
  margin-left: -0.4vw !important;
  font-weight: 500;
  color: #333 !important;
}
@media (min-width: 901px) {
  .cr-product__item-star .revico-star-block--total {
    margin-left: -2px !important;
  }
}
.cr-product__item-star .revico-read-more-review {
  margin-left: 0 !important;
  color: #333 !important;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.cr-product__item-star .revico-star .starability-result {
  background-image: url(/img/freepage/cosmeranking2026h1/images/star.png);
  background-size: auto 100%;
  width: 24.8vw;
  height: 6.8vw;
}
@media (min-width: 901px) {
  .cr-product__item-star .revico-star .starability-result {
    width: 93px;
    height: 26px;
  }
}
.cr-product__item-star .revico-star [data-rating="4.5"],
.cr-product__item-star .revico-star [data-rating="3.5"],
.cr-product__item-star .revico-star [data-rating="2.5"],
.cr-product__item-star .revico-star [data-rating="1.5"],
.cr-product__item-star .revico-star [data-rating="0.5"] {
  background-image: url(/img/freepage/cosmeranking2026h1/images/star_half.png);
}
.cr-product__item-price {
  font-size: 2.6666666667vw;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
  white-space: nowrap;
}
@media (min-width: 901px) {
  .cr-product__item-price {
    font-size: 10px;
  }
}
.cr-product__item-price .item-price-size {
  margin-right: 2.1333333333vw;
}
@media (min-width: 901px) {
  .cr-product__item-price .item-price-size {
    margin-right: 8px;
  }
}
.cr-product__item-price .item-price-yen {
  font-family: "Inter", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: bold;
  display: inline-block;
}
@media (min-width: 901px) {
  .cr-product__item-price .item-price-yen {
    font-size: 28px;
  }
}
.cr-product__item-price .item-price-yen .item-price-tax {
  font-size: 2.6666666667vw;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-left: -0.5333333333vw;
}
@media (min-width: 901px) {
  .cr-product__item-price .item-price-yen .item-price-tax {
    font-size: 10px;
    margin-left: 2px;
  }
}
.cr-product__item-sales {
  margin-top: 0.8em;
  font-size: 2.6666666667vw;
  line-height: 1.5;
}
@media (min-width: 901px) {
  .cr-product__item-sales {
    font-size: 12px;
  }
}
.cr-product__item-quasi {
  display: inline-block;
  min-height: -moz-min-content;
  min-height: min-content;
}
.cr-product__item-quasi span {
  display: inline-block;
  font-size: 3.2vw;
  line-height: 5.6vw;
  padding: 0 1.6vw;
  font-weight: 500;
  background: #fff;
  margin: 0 0.5333333333vw 1.0666666667vw 0;
}
.cr-product__item-quasi span:last-child {
  margin-right: 0;
}
@media (min-width: 901px) {
  .cr-product__item-quasi span {
    font-size: 12px;
    line-height: 21px;
    margin: 0 2px 4px 0;
    padding: 0 6px;
  }
  .cr-product__item-quasi span:last-child {
    margin-right: 0;
  }
}
.cr-product__item-text03 {
  font-size: 2.6666666667vw;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (min-width: 901px) {
  .cr-product__item-text03 {
    font-size: 12px;
  }
}
.cr-product__item-text04 {
  font-size: 2.6666666667vw;
  margin-top: 2.1333333333vw;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 901px) {
  .cr-product__item-text04 {
    margin: 0;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.cr-product__item-notice {
  font-size: 12px;
  margin-top: -10px;
}
@media (max-width: 901px) {
  .cr-product__item-notice {
    font-size: 2.6666666667vw;
    margin-top: 15px;
  }
}
.cr-product__item .cr-product__rating {
  display: flex;
  align-items: center;
  gap: 1.0666666667vw;
  min-height: 4.5333333333vw;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (min-width: 901px) {
  .cr-product__item .cr-product__rating {
    gap: 5px;
    min-height: 22px;
    font-size: 13px;
  }
}
.cr-product__item .cr-product__rating-stars {
  position: relative;
  display: inline-block;
  color: #D7CDBE;
  font-size: 4.5333333333vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 901px) {
  .cr-product__item .cr-product__rating-stars {
    font-size: 18px;
  }
}
.cr-product__item .cr-product__rating-stars::before {
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--rating-percent, calc(var(--rating) / 5 * 100%));
  max-width: 100%;
  overflow: hidden;
  color: #6E5748;
  white-space: nowrap;
}
.cr-product__item .cr-product__rating-score,
.cr-product__item .cr-product__rating-count,
.cr-product__item .cr-product__rating-link {
  font-size: 3.2vw;
}
@media (min-width: 901px) {
  .cr-product__item .cr-product__rating-score,
  .cr-product__item .cr-product__rating-count,
  .cr-product__item .cr-product__rating-link {
    font-size: 13px;
  }
}
.cr-product__item .cr-product__rating-count {
  margin-left: -0.4vw;
  font-weight: 500;
}
@media (min-width: 901px) {
  .cr-product__item .cr-product__rating-count {
    margin-left: -2px;
  }
}
.cr-product__item .cr-product__rating-link {
  margin-left: 1.6vw;
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
@media (min-width: 901px) {
  .cr-product__item .cr-product__rating-link {
    margin-left: 8px;
  }
}
.cr-product__item-cart {
  margin-top: 4.2666666667vw;
  position: relative;
}
.cr-product__item-cart sup {
  font-size: 10px;
  margin-top: 0.7em;
  display: block;
  line-height: 1.4;
}
@media (min-width: 901px) {
  .cr-product__item-cart {
    width: 100%;
    margin-top: 16px;
  }
}
.cr-product__item-cart {
  /*&::before {
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: cv(27);
    width: cv(38);
    height: cv(2);
    content: "";
    z-index: 1;
    pointer-events: none;
  }
  &::after {
    position: absolute;
    top: 50%;
    right: cv(28);
    width: cv(16);
    height: cv(16);
    margin-top: cv(-8);
    transform: rotate(45deg);
    border-top: cv(2) solid #fff;
    border-right: cv(2) solid #fff;
    content: "";
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    pointer-events: none;
  }*/
}
.cr-product__item {
  /*&-note {
    width: cv(600);
    margin: 2em auto 0;
    font-size: cv(20);
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.5;
    @include media_md {
      width: 100%;
      @include fz(12);
      letter-spacing: 0.03em;
    }
    & + & {
      margin-top: 0.3em;
    }
  }*/
}
.cr-product__note {
  margin-top: 5.3333333333vw;
  font-size: 2.6666666667vw;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding: 0 4.9333333333vw 0;
}
@media (min-width: 901px) {
  .cr-product__note {
    font-size: 12px;
    width: 100%;
    max-width: 1048px;
    margin: 40px auto 0;
    padding: 0 2% 0;
  }
}
@media (min-width: 1080px) {
  .cr-product__note {
    padding: 0;
  }
}
.cr {
  /*--------------------------------------------------
    staff
  --------------------------------------------------*/
}
.cr-staff__title {
  padding-top: 45px;
}
.cr-staff__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, calc((100% - 2.6666666667vw) / 2.35)));
  justify-content: center;
  gap: 4.5333333333vw 2.6666666667vw;
  margin-top: 25px;
  padding: 0 4%;
}
@media (min-width: 901px) {
  .cr-staff__list {
    grid-template-columns: repeat(2, minmax(0, calc((100% - 10px) / 2.35)));
    gap: 20px 10px;
  }
}
.cr-staff__list--slider {
  display: block;
  overflow: visible;
  padding-right: 0;
}
.cr-staff__list--slider .slick-list {
  overflow: visible;
}
.cr-staff__list--slider .slick-track {
  margin-left: 0;
}
.cr-staff__list--slider .cr-staff__item {
  padding-right: 2.6666666667vw;
}
@media (min-width: 901px) {
  .cr-staff__list--slider .cr-staff__item {
    padding-right: 10px;
  }
}
.cr-staff__placeholder {
  display: block;
  border-radius: 5.3333333333vw;
  overflow: hidden;
  color: #6E5C53;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (min-width: 901px) {
  .cr-staff__placeholder {
    border-radius: 20px;
    font-size: 14px;
  }
}
.cr-staff__placeholder img {
  display: block;
  width: 100%;
}
.cr-staff__text {
  margin-top: 3.7333333333vw;
  color: #6E5C53;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.04em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cr-staff__text a {
  color: #655245;
}
@media (min-width: 901px) {
  .cr-staff__text {
    margin-top: 14px;
    font-size: 12px;
  }
}
.cr {
  /*--------------------------------------------------
    more
  --------------------------------------------------*/
}
.cr-more {
  background: #fff;
  padding: 0 0px 12px;
}
.cr-more__wrap {
  padding: 0 4%;
}
.cr-more__title {
  margin: 0 auto 4.8vw;
  text-align: center;
}
@media (min-width: 901px) {
  .cr-more__title {
    margin-bottom: 24px;
  }
}
.cr-more__title img {
  width: 100%;
  height: auto;
}
.cr-more__list {
  border: 0.2666666667vw solid #DBA25C;
  border-right: 0;
  border-left: 0;
}
@media (min-width: 901px) {
  .cr-more__list {
    border-width: 1px;
  }
}
.cr-more__item {
  border-bottom: 0.2666666667vw solid #DBA25C;
}
@media (min-width: 901px) {
  .cr-more__item {
    border-bottom-width: 1px;
  }
}
.cr-more__item:last-child {
  border-bottom: 0;
}
.cr-more__item a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 16vw;
  padding: 1.0666666667vw 10.1333333333vw 1.0666666667vw 3.7333333333vw;
  color: #4F392A;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media (min-width: 901px) {
  .cr-more__item a {
    min-height: 60px;
    padding: 4px 38px 4px 14px;
    font-size: 13px;
  }
}
.cr-more__item a::after {
  position: absolute;
  top: 50%;
  right: 3.4666666667vw;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: url("/img/freepage/cosmeranking2026h1/images/arrow_right.png") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
@media (min-width: 901px) {
  .cr-more__item a::after {
    right: 13px;
    width: 14px;
    height: 14px;
  }
}
.cr {
  /*--------------------------------------------------
    recommend
  --------------------------------------------------*/
}
.cr-recommend {
  background: #fff;
  padding: 7.7333333333vw 1.8666666667vw 6.4vw;
  overflow: hidden;
}
@media (min-width: 901px) {
  .cr-recommend {
    padding: 42px 7px 36px;
  }
}
.cr-recommend__title {
  width: 66.6666666667vw;
  margin: 0 auto 4.5333333333vw;
  text-align: center;
}
@media (min-width: 901px) {
  .cr-recommend__title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cr-recommend__title img {
  width: 100%;
  height: auto;
}
.cr-recommend__list {
  overflow: hidden;
  width: 100%;
}
.cr-recommend__list.slick-slider {
  overflow: hidden;
}
.cr-recommend__list .slick-list {
  overflow: hidden;
}
@media (max-width: 901px) {
  .cr-recommend__list .slick-track {
    margin-left: 1.8666666667vw;
  }
}
.cr-recommend .awoo-hdg2 {
  display: none;
}
.cr-recommend .block-top-beautytopics--header.p-top-section__hdg {
  display: block;
  width: 100%;
  aspect-ratio: 1362/179;
  margin: 0 auto 4.5333333333vw;
  background: url("/img/freepage/cosmeranking2026h1/images/tit_recommended.png") no-repeat center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media (min-width: 901px) {
  .cr-recommend .block-top-beautytopics--header.p-top-section__hdg {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cr-recommend .block-top-beautytopics--header.p-top-section__hdg span {
  display: none;
}
.cr-recommend #awoo_content {
  padding: 0;
  width: 100%;
}
.cr-recommend .awoo-product-list {
  overflow: hidden;
  width: 100%;
}
.cr-recommend .awoo-product-list.slick-slider {
  overflow: hidden;
}
.cr-recommend .awoo-product-list .slick-list {
  overflow: hidden;
}
@media (max-width: 901px) {
  .cr-recommend .awoo-product-list .slick-track {
    margin-left: 1.8666666667vw;
  }
}
.cr-recommend__item {
  padding: 0 1.3333333333vw;
}
.cr-recommend__item a {
  display: block;
  color: #4F392A;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.cr-recommend .awoo-product-item {
  padding: 0 1.3333333333vw;
}
.cr-recommend .awoo-product-item a {
  display: block;
  color: #4F392A;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.cr-recommend__img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 300/340;
  margin-bottom: 2.4vw;
  background: url("/img/freepage/cosmeranking2026h1/images/recommended_bg.png") no-repeat center;
  background-size: cover;
  border-radius: 5.3333333333vw;
  overflow: hidden;
}
@media (min-width: 901px) {
  .cr-recommend__img {
    margin-bottom: 12px;
    border-radius: 20px;
  }
}
.cr-recommend__img img {
  width: 100%;
  height: auto;
}
.cr-recommend .awoo-product-thumb-img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 300/340;
  margin-bottom: 2.4vw;
  background: url("/img/freepage/cosmeranking2026h1/images/recommended_bg.png") no-repeat center;
  background-size: cover;
  border-radius: 5.3333333333vw;
  overflow: hidden;
}
@media (min-width: 901px) {
  .cr-recommend .awoo-product-thumb-img {
    margin-bottom: 12px;
    border-radius: 20px;
  }
}
.cr-recommend .awoo-product-thumb-img img {
  width: 100%;
  height: auto;
}
.cr-recommend__brand {
  display: block;
  font-size: 2.9333333333vw;
  font-weight: 700;
}
@media (min-width: 901px) {
  .cr-recommend__brand {
    font-size: 12px;
  }
}
.cr-recommend .awoo-product-brand {
  display: block;
  font-size: 2.9333333333vw;
  font-weight: 700;
}
@media (min-width: 901px) {
  .cr-recommend .awoo-product-brand {
    font-size: 12px;
  }
}
.cr-recommend__name {
  display: block;
  margin-top: 1.0666666667vw;
  font-size: 3.2vw;
  font-weight: 700;
}
@media (min-width: 901px) {
  .cr-recommend__name {
    margin-top: 4px;
    font-size: 13px;
  }
}
.cr-recommend .awoo-product-name {
  display: block;
  margin-top: 1.0666666667vw;
  font-size: 3.2vw;
  font-weight: 700;
}
@media (min-width: 901px) {
  .cr-recommend .awoo-product-name {
    margin-top: 4px;
    font-size: 13px;
  }
}
.cr-recommend [data-tagscode=p-recommend-item] {
  padding: 0;
  width: 100%;
  margin-left: 0;
  overflow: visible;
}
.cr-recommend [data-tagscode=p-recommend-item] .awoo-content-frame {
  overflow: visible;
  margin-top: 95px;
}
.cr-recommend [data-tagscode=p-recommend-item] .awoo-product-list {
  flex-wrap: nowrap;
  overflow: visible;
  width: 100%;
  padding-top: 0;
}
.cr-recommend [data-tagscode=p-recommend-item] .awoo-product-list.slick-slider,
.cr-recommend [data-tagscode=p-recommend-item] .awoo-product-list .slick-list {
  overflow: visible;
}
@media (max-width: 901px) {
  .cr-recommend [data-tagscode=p-recommend-item] .awoo-product-list .slick-track {
    margin-left: 1.8666666667vw;
  }
}
.cr-recommend [data-tagscode=p-recommend-item] .awoo-product-list:not(.slick-slider) .awoo-product-item {
  flex: auto;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 1.3333333333vw !important;
  width: 42.5531914894% !important;
}
@media (min-width: 901px) {
  .cr-recommend [data-tagscode=p-recommend-item] .awoo-product-list:not(.slick-slider) .awoo-product-item {
    padding: 0 5px !important;
    margin: 0 !important;
    width: 42.5531914894% !important;
  }
}
.cr-recommend [data-tagscode=p-recommend-item] .awoo-product-item {
  position: relative;
  isolation: isolate;
  margin-left: 0 !important;
  padding: 0 1.3333333333vw !important;
  flex: 1;
}
@media (min-width: 901px) {
  .cr-recommend [data-tagscode=p-recommend-item] .awoo-product-item {
    margin-left: 0 !important;
    padding: 0 5px !important;
  }
}
.cr-recommend [data-tagscode=p-recommend-item] .awoo-product-thumb {
  position: relative;
  margin-bottom: 2.4vw !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible;
  z-index: 1;
}
@media (min-width: 901px) {
  .cr-recommend [data-tagscode=p-recommend-item] .awoo-product-thumb {
    margin-bottom: 9px !important;
  }
}
.cr-recommend [data-tagscode=p-recommend-item] .awoo-product-thumb::before, .cr-recommend [data-tagscode=p-recommend-item] .awoo-product-thumb::after {
  content: none !important;
  display: none !important;
  background: none !important;
}
.cr-recommend [data-tagscode=p-recommend-item] .awoo-product-thumb-img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 300/340;
  margin-bottom: 0;
  background: url("/img/freepage/cosmeranking2026h1/images/recommended_bg.png") no-repeat center;
  background-size: cover;
  border-radius: 5.3333333333vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 901px) {
  .cr-recommend [data-tagscode=p-recommend-item] .awoo-product-thumb-img {
    border-radius: 20px;
  }
}
.cr-recommend [data-tagscode=p-recommend-item] .awoo-product-thumb-img img {
  width: 100%;
  height: auto;
}
.cr-recommend [data-tagscode=p-recommend-item] .awoo-product-about {
  margin-top: -80px !important;
  padding-top: 0 !important;
  padding-left: 5px;
  color: #655245;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media (min-width: 901px) {
  .cr-recommend [data-tagscode=p-recommend-item] .awoo-product-about {
    padding-left: 0;
  }
}
.cr-recommend [data-tagscode=p-recommend-item] .awoo-product-about a {
  color: inherit;
}
.cr-recommend [data-tagscode=p-recommend-item] .awoo-product-brand {
  display: block;
  color: #655245;
  font-size: 2.9333333333vw;
  font-weight: 700;
}
@media (min-width: 901px) {
  .cr-recommend [data-tagscode=p-recommend-item] .awoo-product-brand {
    font-size: 11px;
  }
}
.cr-recommend [data-tagscode=p-recommend-item] .awoo-product-name {
  display: block;
  color: #655245;
  margin-top: 1.0666666667vw;
  font-size: 3.2vw;
  font-weight: 700;
}
@media (min-width: 901px) {
  .cr-recommend [data-tagscode=p-recommend-item] .awoo-product-name {
    margin-top: 4px;
    font-size: 12px;
  }
}
.cr-recommend [data-tagscode=p-recommend-item] .awoo-product-price {
  display: block;
  color: #655245;
  margin-top: 1.0666666667vw;
  font-size: 2.9333333333vw;
  font-weight: 700;
}
@media (min-width: 901px) {
  .cr-recommend [data-tagscode=p-recommend-item] .awoo-product-price {
    margin-top: 4px;
    font-size: 11px;
  }
}
.cr {
  /*--------------------------------------------------
    link
  --------------------------------------------------*/
}
.cr-link {
  padding: 6.6666666667vw 0 7.4666666667vw;
}
@media (min-width: 901px) {
  .cr-link {
    padding: 28px 0 28px;
  }
}
.cr-link__hdl {
  font-size: 5.6vw;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #E7317E;
  text-align: center;
}
@media (min-width: 901px) {
  .cr-link__hdl {
    font-size: 21px;
  }
}
.cr-link__title {
  font-weight: bold;
  text-align: center;
  color: #FF3469;
  padding: 7.4666666667vw 0;
}
@media (min-width: 901px) {
  .cr-link__title {
    padding: 55px 0 20px;
  }
}
.cr-link__title-inner {
  position: relative;
  display: block;
  z-index: 1;
}
.cr-link__title-en {
  font-size: 8vw;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media (min-width: 901px) {
  .cr-link__title-en {
    font-size: 50px;
  }
}
.cr-link__title-jp {
  display: block;
  font-size: 2.6666666667vw;
  letter-spacing: 0.08em;
}
@media (min-width: 901px) {
  .cr-link__title-jp {
    font-size: 12px;
  }
}
.cr-link__list {
  padding: 3.7333333333vw 5.0666666667vw 0;
}
@media (min-width: 901px) {
  .cr-link__list {
    padding: 16px 19px 0;
  }
}
.cr-link__list-item {
  width: 100%;
}
.cr-link__list-item + .cr-link__list-item {
  margin-top: 3.2vw;
}
@media (min-width: 901px) {
  .cr-link__list-item + .cr-link__list-item {
    margin-top: 12px;
  }
}
.cr-link__list-item img {
  width: 100%;
  height: auto;
}

.revico-star-block {
  font-weight: bold !important;
  font-family: "Inter", sans-serif !important;
}
.revico-star-block--total {
  color: #7765B3 !important;
  margin: 0 !important;
}
@media (min-width: 901px) {
  .revico-star-block--title {
    margin-left: -50px !important;
    font-size: 16px !important;
  }
}
@media (min-width: 901px) {
  .revico-star-block--total {
    font-size: 14px !important;
  }
}

.revico-read-more-review {
  margin: 0 !important;
}
@media (min-width: 901px) {
  .revico-read-more-review {
    font-size: 14px !important;
  }
}

.revico-star .revico-star-block--rate {
  top: 3px !important;
}
@media (min-width: 901px) {
  .revico-star .revico-star-block--rate {
    transform: scale(0.7) !important;
  }
}

/*--------------------------------------------------
  modal
--------------------------------------------------*/
.modalWrap {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 901px) {
  .modalWrap {
    width: auto;
    padding: 0 4.2666666667vw;
  }
}

.block-modal {
  display: inline-block;
  position: relative;
  width: 89.867vw;
  max-width: none;
  padding: 0;
  vertical-align: middle;
  animation-name: scalefadeout;
  animation-duration: 0.3s;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 901px) {
  .block-modal {
    width: 50%;
    max-width: 460px;
    margin-top: 15px;
    padding: 10px;
  }
}
.is-opend .block-modal {
  margin: 10vw 0 15vw;
  animation-name: scalefadein;
  animation-duration: 0.3s;
  opacity: 1;
}
@media (min-width: 901px) {
  .is-opend .block-modal {
    margin: 0;
  }
}
.block-modal__wrapper {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.block-modal__wrapper::after {
  display: inline-block;
  content: "";
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
}
.block-modal__overlay {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
}
.is-opend .block-modal__overlay {
  opacity: 0.4;
}
.block-modal__heading {
  position: sticky;
  top: 0;
  left: 0;
  padding-bottom: 5.3333333333vw;
  background-color: #fff;
  z-index: 2;
}
@media (min-width: 901px) {
  .block-modal__heading {
    padding-bottom: 20px;
  }
}
.block-modal__inner {
  position: relative;
  max-height: calc(100vh - 20vw);
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #333;
}
@media (min-width: 901px) {
  .block-modal__inner {
    max-height: calc(100vh - 60px);
  }
}
.block-modal__box {
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.block-modal__icon {
  position: absolute;
  top: 1.0666666667vw;
  right: -4.8vw;
}
@media (min-width: 901px) {
  .block-modal__icon {
    top: 4px;
    right: -6px;
  }
}
.block-modal__icon:has(img[src*=icon_limited]) {
  top: auto;
  bottom: 5.3333333333vw;
  right: 0;
}
@media (min-width: 901px) {
  .block-modal__icon:has(img[src*=icon_limited]) {
    top: auto;
    bottom: 20px;
    right: 0;
  }
}
.block-modal__icon img {
  width: 13.8666666667vw;
  height: auto;
}
@media (min-width: 901px) {
  .block-modal__icon img {
    width: 62px;
  }
}
.block-modal__icon img[src*=icon_uv] {
  width: 13.8666666667vw;
}
@media (min-width: 901px) {
  .block-modal__icon img[src*=icon_uv] {
    width: 62px;
  }
}
.block-modal__icon img[src*=icon_limited] {
  width: 12.2666666667vw;
}
@media (min-width: 901px) {
  .block-modal__icon img[src*=icon_limited] {
    width: 50px;
  }
}
.block-modal__img {
  position: relative;
}
.block-modal__note {
  text-align: left;
  font-size: 2.6666666667vw;
  padding: 0 3.2vw;
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 901px) {
  .block-modal__note {
    font-size: 12px;
    padding: 0 10px;
  }
}
.block-modal__note .note-txt {
  display: inline-block;
  margin-bottom: 3.2vw;
}
@media (min-width: 901px) {
  .block-modal__note .note-txt {
    margin-bottom: 12px;
  }
}
.block-modal__brand {
  font-size: 3.2vw;
  letter-spacing: 0.08em;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 901px) {
  .block-modal__brand {
    margin-top: 16px;
    padding: 0 10px;
    font-size: 0.875rem;
  }
}
.block-modal__name {
  margin-top: 3.7333333333vw;
  font-size: 4.2666666667vw;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: left;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 901px) {
  .block-modal__name {
    margin-top: 12px;
    padding: 0 10px;
    font-size: 1.125rem;
    letter-spacing: 0.07em;
  }
}
.block-modal__name-sub {
  display: block;
  font-size: 3.2vw;
}
@media (min-width: 901px) {
  .block-modal__name-sub {
    font-size: 24px;
  }
}
.block-modal__name .product-name {
  display: block;
}
.block-modal__name .product-subject {
  display: block;
  font-size: 3.2vw;
}
@media (min-width: 901px) {
  .block-modal__name .product-subject {
    font-size: 16px;
  }
}
.block-modal__label-02 {
  text-align: left;
  margin-left: 1.3333333333vw;
  margin-top: 0.4em;
  font-weight: 500;
  font-size: 2.9333333333vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 901px) {
  .block-modal__label-02 {
    margin-left: 15px;
    font-size: 12px;
  }
}
.block-modal__label-02 span {
  text-align: center;
  margin-top: 0.5333333333vw;
  color: #6E6E6E;
  padding: 3px 5px;
  border: 1px solid #6E6E6E;
  display: inline-block;
}
@media (min-width: 901px) {
  .block-modal__label-02 span {
    margin-left: 5px;
    margin-top: 4px;
  }
}
.block-modal__label-02-item {
  display: inline-block;
  padding: 0 1.3333333333vw;
  font-size: 2.9333333333vw;
  font-weight: bold;
  color: #fff;
  line-height: 5.3333333333vw;
}
@media (min-width: 901px) {
  .block-modal__label-02-item {
    font-size: 12px;
    padding: 5px 8px;
    line-height: 1.3;
  }
}
.block-modal__type {
  margin: 0 3.2vw;
  box-sizing: border-box;
}
@media (min-width: 901px) {
  .block-modal__type {
    padding: 0 8px 32px;
    margin: 0 25px;
  }
}
.block-modal__type-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 12.8vw;
  padding: 0 3.2vw;
  border-top: 0.2666666667vw solid #E7317E;
  text-align: center;
  color: #333;
  cursor: pointer;
  font-size: 4.2666666667vw;
  letter-spacing: 0.08em;
}
@media (min-width: 901px) {
  .block-modal__type-item {
    min-height: 48px;
    padding: 0 12px;
    border-top-width: 1px;
    font-size: 1rem;
  }
}
.block-modal__type-item.is-selected {
  padding: 0 2.6666666667vw;
  border: 0.5333333333vw solid #E7317E;
  color: #E7317E;
}
@media (min-width: 901px) {
  .block-modal__type-item.is-selected {
    border-width: 2px;
    padding: 0 10px;
  }
}
.block-modal__type-item.is-selected + .block-modal__type-item {
  border-top: none;
}
.block-modal__type-volume, .block-modal__type-price {
  font-size: 4.2666666667vw;
  letter-spacing: 0.08em;
}
@media (min-width: 901px) {
  .block-modal__type-volume, .block-modal__type-price {
    font-size: 16px;
  }
}
.block-modal__type-volume {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 3.2vw;
}
@media (min-width: 901px) {
  .block-modal__type-volume {
    gap: 12px;
  }
}
.block-modal__type-tama {
  width: 1.5rem;
  height: auto;
}
.block-modal__type-price {
  display: flex;
  align-items: baseline;
  gap: 1.0666666667vw;
  margin-left: 2.1333333333vw;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 901px) {
  .block-modal__type-price {
    gap: 4px;
    margin-left: 10px;
  }
}
.block-modal__type-price-tax {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (min-width: 901px) {
  .block-modal__type-price-tax {
    font-size: 11px;
  }
}
.block-modal__type-thumb {
  width: 10.1333333333vw;
  padding: 2.4vw 0 2.4vw 2.4vw;
}
@media (min-width: 901px) {
  .block-modal__type-thumb {
    width: 60px;
    padding: 12px 0 12px 12px;
  }
}
.block-modal__type-name {
  flex: 1;
  min-height: 9.3333333333vw;
  padding: 2.6666666667vw;
  font-size: 4.2666666667vw;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: left;
  display: flex;
  align-items: center;
}
@media (min-width: 901px) {
  .block-modal__type-name {
    min-height: 40px;
    padding: 7px 10px;
    font-size: 1rem;
  }
}
.block-modal__type-name .product-name {
  display: none;
}
.block-modal__detail {
  margin-top: 4.2666666667vw;
  font-size: 3.2vw;
  letter-spacing: 0.08em;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (min-width: 901px) {
  .block-modal__detail {
    margin-top: 16px;
    padding: 0 10px;
    font-size: 0.875rem;
  }
}
.block-modal__detail-volume {
  margin-right: 0.4em;
  font-size: 11px;
}
.block-modal__detail-price {
  font-size: 6.4vw;
  letter-spacing: 0.04em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-left: 0.5333333333vw;
}
@media (min-width: 901px) {
  .block-modal__detail-price {
    font-size: 28px;
    margin-left: 2px;
  }
}
.block-modal__detail-iyaku {
  margin-right: 0.4em;
  background-color: #EEDEA3;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 10px;
  display: inline-block;
}
.block-modal__btn {
  margin: 5.3333333333vw 3.2vw 0;
  box-sizing: border-box;
}
@media (min-width: 901px) {
  .block-modal__btn {
    width: calc(90% - 20px);
    margin: 25px auto 0;
    padding: 0 0;
  }
}
.block-modal__btn .cart-link {
  width: 100%;
  height: 15.6vw;
  margin: 0 auto;
}
@media (min-width: 901px) {
  .block-modal__btn .cart-link {
    height: 58px;
    width: 100%;
  }
}
@media (min-width: 901px) {
  .block-modal__btn .cart-link::before {
    left: 28px;
    width: 24px;
    height: 24px;
  }
}
.block-modal__btn .cart-link::after {
  width: 5.6vw;
  height: 5.6vw;
}
@media (min-width: 901px) {
  .block-modal__btn .cart-link::after {
    width: 28px;
    height: 28px;
  }
}
.block-modal__btn .cart-link span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2666666667vw;
}
@media (min-width: 901px) {
  .block-modal__btn .cart-link span {
    font-size: 1rem;
  }
}
.block-modal__btn .cart-link:hover {
  background: #ED5E98;
  color: #fff;
}
.block-modal__btn .cart-link:hover::before {
  background-image: url("/img/freepage/cosmeranking2026h1/images/icon_cart.png");
}
.block-modal__btn .cart-link:hover::after {
  background-image: url("/img/freepage/cosmeranking2026h1/images/icon_cart_arrow.png");
}
.block-modal__close {
  position: absolute;
  top: -2.6666666667vw;
  right: -2.6666666667vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background: url("/img/freepage/cosmeranking2026h1/images/modal_close.png") no-repeat center;
  background-size: 100%;
  z-index: 10001;
  cursor: pointer;
}
@media (min-width: 901px) {
  .block-modal__close {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scalefadein {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scalefadeout {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
/*--------------------------------------------------
  pc mobile layout
--------------------------------------------------*/
.cr-pc-layout {
  position: relative;
}

.cr-pc-side-nav {
  display: none;
}

@media (min-width: 901px) {
  .l-main {
    background: #fff url("/img/freepage/cosmeranking2026h1/images/pc_bg.png") no-repeat top 60px center;
    background-size: cover;
    background-attachment: fixed;
  }
  .l-main .c-breadcrumb {
    background: #fff;
  }
  .cr-pc-layout {
    display: block;
    width: 100%;
  }
  .cr-pc-layout::before {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-535px, -35%);
    content: "";
    display: block;
    width: 330px;
    height: 330px;
    background: url(/img/freepage/cosmeranking2026h1/images/aisare_logo.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    z-index: 1;
  }
  .cr-pc-layout .cr-wrap {
    width: 375px;
    max-width: 375px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 24px rgba(137, 103, 46, 0.08);
  }
  .cr-pc-layout .cr-hero__inner,
  .cr-pc-layout .cr-product__inner,
  .cr-pc-layout .cr-link__list {
    max-width: 100%;
  }
  .cr-pc-layout .cr-nav {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(110, 110, 110, 0.45) transparent;
  }
  .cr-pc-layout .cr-nav::-webkit-scrollbar {
    height: 4px;
  }
  .cr-pc-layout .cr-nav::-webkit-scrollbar-track {
    background: transparent;
  }
  .cr-pc-layout .cr-nav::-webkit-scrollbar-thumb {
    background-color: rgba(110, 110, 110, 0.45);
    border-radius: 999px;
  }
  /*
  .cr-pc-layout .cr-nav__list {
    width: max-content;
    max-width: none;
    justify-content: flex-start;
    gap: 6px;
  }

  .cr-pc-layout .cr-nav__item {
    flex: 0 0 120px;
    width: 120px;
    height: 58px;
    border-radius: 20px 20px 0 0;
    font-size: 13px;
  }


  .cr-pc-layout .cr-product {
    padding: 40px 4% 70px;
  }

  .cr-pc-layout .cr-product__item {
    width: 100%;
    max-width: none;
  }

  .cr-pc-layout .cr-link {
    padding: 32px 0;
  }

  .cr-pc-layout .cr-link__list {
    display: block;
    padding: 0 18px;
  }

  .cr-pc-layout .cr-link__list-item,
  .cr-pc-layout .cr-link__list-item.cr-link-campaing {
    width: 100%;
  }

  .cr-pc-layout .cr-present #awoo_content {
    width: 100%;
    margin-left: 0;
  }

  .cr-pc-layout .cr-present .awoo-product-list:not(.slick-slider) .awoo-product-item-ranking {
    width: calc(100% / 2.35) !important;
  }

  .cr-pc-layout .cr-present .awoo-product-list .slide-arrow {
    display: none !important;
  }

  .cr-pc-layout .cr-present .awoo-product-list .slide-arrow.prev-arrow {
    left: 1%;
    top: 0;
  }

  .cr-pc-layout .cr-present .awoo-product-list .slide-arrow.next-arrow {
    right: 1%;
    top: 0;
  }

  .cr-pc-layout .cr-present .slick-track {
    margin-left: 0;
  }

  .cr-pc-layout .cr-recommend {
    padding: 29px 7px 24px;
  }

  .cr-pc-layout .cr-recommend__title {
    margin-bottom: 17px;
  }

  .cr-pc-layout .cr-recommend__item {
    padding: 0 5px;
  }

  .cr-pc-layout .cr-recommend__img {
    margin-bottom: 9px;
    border-radius: 20px;
  }

  .cr-pc-layout .cr-recommend__brand {
    font-size: 11px;
  }

  .cr-pc-layout .cr-recommend__name {
    margin-top: 4px;
    font-size: 12px;
  }
  */
  .cr-pc-side-nav {
    display: block;
    position: fixed;
    transform: translateY(-35%);
    top: 50% !important;
    left: calc(50% + 260px);
    width: 226px;
    padding: 32px 24px 27px;
    margin: 0;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    z-index: 10;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #E7317E;
    box-sizing: border-box;
  }
  .cr-pc-side-nav__title {
    margin: 0 0 19px;
    text-align: center;
    font-family: "EB Garamond", serif;
    color: #E7317E;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-transform: uppercase;
  }
  .cr-pc-side-nav__title img {
    width: 100%;
    height: auto;
  }
  .cr-pc-side-nav .cr-nav__list {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .cr-pc-side-nav__link-item {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 8px 0 22px;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.1;
    text-align: left;
    z-index: 0;
    isolation: isolate;
  }
  .cr-pc-side-nav__link-item.link-item-other {
    margin-top: 5px;
  }
  .cr-pc-side-nav .cr-nav__item {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 8px 0 28px;
    margin: 0;
    background: transparent;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.1;
    text-align: left;
    z-index: 0;
    isolation: isolate;
    color: #333;
    height: 25px;
  }
  .cr-pc-side-nav .cr-nav__item::before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 1px;
    background: #E7317E;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
  }
  .cr-pc-side-nav__link-item a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 34px;
    color: inherit;
    position: relative;
    z-index: 2;
    letter-spacing: 0.1em;
  }
  .cr-pc-side-nav__link-item a:hover {
    opacity: 1;
  }
  .cr-pc-side-nav__link-item::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
  }
  .cr-pc-side-nav__link-item.link-item-campagin::before {
    left: 8px;
    width: 10px;
    height: 10px;
    background-image: url("/img/freepage/cosmeranking2026h1/images/pc_nav_ico01.png");
  }
  .cr-pc-side-nav__link-item.link-item-ranking::before {
    left: 8px;
    width: 10px;
    height: 8px;
    background-image: url("/img/freepage/cosmeranking2026h1/images/pc_nav_ico02.png");
  }
  .cr-pc-side-nav__link-item.link-item-other::before {
    left: 8px;
    width: 10px;
    height: 10px;
    background-image: url("/img/freepage/cosmeranking2026h1/images/pc_nav_ico03.png");
  }
  .cr-pc-side-nav__link-item::after,
  .cr-pc-side-nav .cr-nav__item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
  }
  .cr-pc-side-nav__link-item::after {
    top: 5px;
  }
  .cr-pc-side-nav .cr-nav__item::after {
    top: -3px;
    transform: translateY(4px);
  }
  .cr-pc-side-nav__link-item:hover::after,
  .cr-pc-side-nav .cr-nav__item:hover::after,
  .cr-pc-side-nav .cr-nav__item.is-active::after,
  .cr-pc-side-nav__link-item.is-active::after {
    opacity: 1;
  }
  .cr-pc-side-nav .cr-nav__item.is-active {
    background: transparent;
  }
  .l-footer__area {
    position: relative;
    z-index: 20;
    background: #fff;
  }
}
.cr-btmWrap {
  background-color: #FFDFEC;
}

.cr-btmWrap.active {
  background-color: #FFFDF2;
}

body:has(.cr-btmWrap.active) .cr-pc-side-nav__link-item:has(a[href="#staff"]) {
  display: none;
}

/*--------------------------------------------------
  Slick arrows (Ranking / Recommend / Staff Voice)
--------------------------------------------------*/
.cr-present .awoo-product-list,
.cr-recommend .awoo-product-list,
.cr-staff .cr-staff__list {
  position: relative;
}
.cr-present .awoo-product-list .slick-arrow,
.cr-recommend .awoo-product-list .slick-arrow,
.cr-staff .cr-staff__list .slick-arrow {
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: url("/img/freepage/cosmeranking2026h1/images/icon_slide_arrow.png") no-repeat center !important;
  background-size: contain !important;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  z-index: 10;
}
.cr-present .awoo-product-list .slick-arrow::before, .cr-present .awoo-product-list .slick-arrow::after,
.cr-recommend .awoo-product-list .slick-arrow::before,
.cr-recommend .awoo-product-list .slick-arrow::after,
.cr-staff .cr-staff__list .slick-arrow::before,
.cr-staff .cr-staff__list .slick-arrow::after {
  content: none !important;
  display: none !important;
}
.cr-present .awoo-product-list .slick-prev,
.cr-recommend .awoo-product-list .slick-prev,
.cr-staff .cr-staff__list .slick-prev {
  right: auto !important;
  transform: translateY(-50%) scaleX(-1) !important;
}
.cr-present .awoo-product-list .slick-next,
.cr-recommend .awoo-product-list .slick-next,
.cr-staff .cr-staff__list .slick-next {
  left: auto !important;
  transform: translateY(-50%) !important;
}
.cr-present .awoo-product-list .slick-arrow.slick-disabled,
.cr-recommend .awoo-product-list .slick-arrow.slick-disabled,
.cr-staff .cr-staff__list .slick-arrow.slick-disabled {
  display: none !important;
}

/* Per-slider vertical positions and horizontal offsets */
.cr-present .awoo-product-list .slick-arrow {
  top: 12% !important;
  bottom: auto !important;
}
.cr-present .awoo-product-list .slick-prev {
  left: 5px !important;
}
.cr-present .awoo-product-list .slick-next {
  right: 5px !important;
}

.cr-staff .cr-staff__list .slick-arrow {
  top: 38% !important;
  bottom: auto !important;
}
.cr-staff .cr-staff__list .slick-prev {
  left: 5px !important;
}
.cr-staff .cr-staff__list .slick-next {
  right: 5px !important;
}

.cr-recommend .awoo-product-list .slick-arrow {
  top: 0 !important;
  bottom: auto !important;
}
.cr-recommend .awoo-product-list .slick-prev {
  left: 0 !important;
}
.cr-recommend .awoo-product-list .slick-next {
  right: 0 !important;
}

.txs {
  font-size: 12px !important;
}/*# sourceMappingURL=style.css.map */