@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+Antique&display=swap");
/*--------------------------------------------------
  responsive
--------------------------------------------------*/
.for-sp {
  display: block !important;
}
@media (min-width: 901px) {
  .for-sp {
    display: none !important;
  }
}

.for-pc {
  display: none !important;
}
@media (min-width: 901px) {
  .for-pc {
    display: block !important;
  }
}

img.for-sp,
span.for-sp,
br.for-sp {
  display: inline !important;
}
@media (min-width: 901px) {
  img.for-sp,
  span.for-sp,
  br.for-sp {
    display: none !important;
  }
}

img.for-pc,
span.for-pc,
br.for-pc {
  display: none !important;
}
@media (min-width: 901px) {
  img.for-pc,
  span.for-pc,
  br.for-pc {
    display: inline !important;
  }
}

/*--------------------------------------------------
  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 {
  position: relative;
  font-size: 70%;
  vertical-align: top;
  top: 0.15em;
}

/*--------------------------------------------------
  common
--------------------------------------------------*/
.cart-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.4vw 0 2.6666666667vw;
  background-color: #847FC6;
  color: #fff;
}
.cart-link:hover {
  opacity: 1 !important;
  background-color: #46464A;
}
@media (min-width: 901px) {
  .cart-link {
    padding: 22px 0;
  }
}
.product-01 .cart-link, .block-modal__btn .cart-link {
  padding: 4.6666666667vw 0 4.9333333333vw;
}
@media (min-width: 901px) {
  .product-01 .cart-link, .block-modal__btn .cart-link {
    padding: 29px 0;
  }
}
.cart-link span {
  margin-left: 0.8em;
  font-size: 2.9333333333vw;
  letter-spacing: 0.06em;
}
@media (min-width: 901px) {
  .cart-link span {
    font-size: 18px;
  }
}
.product-01 .cart-link span, .block-modal__btn .cart-link span {
  font-size: 4vw;
}
@media (min-width: 901px) {
  .product-01 .cart-link span, .block-modal__btn .cart-link span {
    font-size: 20px;
  }
}
.cart-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.2vw;
  margin: auto;
  width: 3.3333333333vw;
  height: 2.8vw;
  background: url("/img/freepage/bestcosme2025first/product_cart_icon.png") no-repeat center;
  background-size: 100%;
}
@media (min-width: 901px) {
  .cart-link::before {
    left: 14.7%;
    width: 8.4%;
    height: auto;
  }
}
.product-01 .cart-link::before, .block-modal__btn .cart-link::before {
  left: 6.5333333333vw;
  width: 6.9333333333vw;
  height: 6vw;
}
@media (min-width: 901px) {
  .product-01 .cart-link::before, .block-modal__btn .cart-link::before {
    left: 14.7%;
    width: 8.1%;
    height: auto;
  }
}
.cart-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.6666666667vw;
  width: 1.2vw;
  height: 1.2vw;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media (min-width: 901px) {
  .cart-link::after {
    right: 6.8%;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.product-01 .cart-link::after, .block-modal__btn .cart-link::after {
  right: 5.4666666667vw;
  width: 2vw;
  height: 2vw;
}
@media (min-width: 901px) {
  .product-01 .cart-link::after, .block-modal__btn .cart-link::after {
    right: 6.8%;
    width: 11px;
    height: 11px;
  }
}

.cart-select::before {
  left: 3.0666666667vw;
  width: 3.3333333333vw;
  height: 2.9333333333vw;
  background: url("/img/freepage/bestcosme2025first/product_cart_icon_select.png") no-repeat center;
  background-size: 100%;
}
@media (min-width: 901px) {
  .cart-select::before {
    left: 14.7%;
    width: 8.4%;
    height: auto;
  }
}

/*--------------------------------------------------
  base
--------------------------------------------------*/
.l-main {
  display: block;
  width: 100%;
  font-size: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media (min-width: 901px) {
  .l-main {
    font-size: 16px;
  }
}
.l-main a {
  transition: 0.3s 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 {
  /*--------------------------------------------------
    hero
  --------------------------------------------------*/
  /*--------------------------------------------------
    product
  --------------------------------------------------*/
  /*--------------------------------------------------
    link
  --------------------------------------------------*/
}
.cr-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 16vw;
  color: #535353;
}
@media (min-width: 901px) {
  .cr-wrap {
    padding-bottom: 125px;
  }
}
.cr-wrap a {
  color: #fff;
}
.cr-hero {
  position: relative;
}
.cr-hero__title {
  width: 100%;
  height: cvv(1121);
}
@media (min-width: 901px) {
  .cr-hero__title {
    height: auto;
    max-width: 1366px;
    margin: 0 auto;
  }
}
.cr-hero__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9.6vw;
  margin: auto;
  font-size: 3.4666666667vw;
  color: #74695E;
  letter-spacing: 0.16em;
  line-height: 1.92;
  text-align: center;
}
@media (min-width: 901px) {
  .cr-hero__text {
    width: 60%;
    max-width: 660px;
    bottom: 2.1333333333vw;
    font-size: 1.4vw;
  }
}
@media (min-width: 1366px) {
  .cr-hero__text {
    bottom: 35px;
    font-size: 18px;
  }
}
.cr-heroUnder .tx01 {
  margin-top: 10px;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.86;
  margin-bottom: 20px;
}
@media (min-width: 901px) {
  .cr-heroUnder .tx01 {
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.16em;
  }
}
.cr-heroUnder .tx02 {
  width: 642px;
  max-width: 80%;
  margin: 0 5% 30px;
  background-color: #F1F1F5;
  padding: 20px;
  border-radius: 20px;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.86;
}
@media (min-width: 901px) {
  .cr-heroUnder .tx02 {
    font-size: 14px;
    margin: 0 auto 50px;
  }
  .cr-heroUnder .tx02 p {
    letter-spacing: 0.16em;
  }
}
.cr-product {
  display: none;
  position: relative;
  width: 100%;
  padding: 5.3333333333vw 0 6.6666666667vw;
  /* パネル切り替えのアニメーション */
}
@media (min-width: 901px) {
  .cr-product {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
  }
}
.cr-product.is-active {
  display: block;
  animation: panel-show 0.9s ease-in-out forwards;
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cr-product__wrapper {
  padding-top: 40px;
  text-align: center;
  background-color: #F1F1F5;
}
.cr-product__wrapper-title {
  font-size: 5.7333333333vw;
  color: #535353;
  letter-spacing: 0.12em;
  line-height: 1.3;
}
@media (min-width: 901px) {
  .cr-product__wrapper-title {
    font-size: 30px;
  }
}
.cr-product__wrapper-title span {
  display: block;
  padding-top: 0.2em;
  font-size: 9.4666666667vw;
  font-family: "Bodoni Moda", serif;
  font-weight: 700;
  color: #46464A;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media (min-width: 901px) {
  .cr-product__wrapper-title span {
    font-size: 60px;
  }
}
.cr-product__tab {
  position: relative;
  display: -webkit-box;
  overflow-x: scroll;
  margin-top: 4.4vw;
}
@media (min-width: 901px) {
  .cr-product__tab {
    overflow-x: visible;
    max-width: 1100px;
    margin: 30px auto 0;
  }
}
.cr-product__tab.tab-top {
  bottom: -1px;
}
.cr-product__tab.tab-bottom {
  position: static;
  margin-top: 0;
}
.cr-product__tab-list {
  display: flex;
  margin: 0 2.6666666667vw;
  padding: 0;
}
@media (min-width: 901px) {
  .cr-product__tab-list {
    width: 100%;
    margin: 0 auto;
  }
}
.cr-product__tab-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 26.6666666667vw;
  height: 13.3333333333vw;
  margin-right: 0.8vw;
  background-color: #fff;
  color: #46464A;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.37;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media (min-width: 901px) {
  .cr-product__tab-item {
    width: 13.81%;
    height: 64px;
    margin-right: 6px;
    border-radius: 20px 20px 0 0;
    font-size: 16px;
  }
}
.cr-product__tab-item span {
  font-size: 2.9333333333vw;
}
@media (min-width: 901px) {
  .cr-product__tab-item span {
    font-size: 14px;
  }
}
.cr-product__tab-item:last-of-type {
  margin-right: 0;
}
.cr-product__tab-item:hover, .cr-product__tab-item.is-active {
  background-color: #46464A;
  color: #fff;
}
.cr-product__panel {
  position: relative;
  padding-top: 15.8666666667vw;
}
@media (min-width: 901px) {
  .cr-product__panel {
    padding-top: 149px;
  }
}
.cr-product__panel-list {
  position: relative;
  background-color: #fff;
  border-top: 0.5333333333vw solid #46464A;
  z-index: 1;
}
@media (min-width: 901px) {
  .cr-product__panel-list {
    border-top: 3px solid #46464A;
  }
}
.cr-product__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 92vw;
  margin: 8vw auto 0;
}
@media (min-width: 901px) {
  .cr-product__list {
    justify-content: flex-start;
    width: 100%;
    max-width: 1100px;
    margin-top: 80px;
  }
}
.cr-product__list-wrapper {
  position: relative;
}
.cr-product__list-wrapper + .cr-product__list-wrapper {
  margin-top: 16vw;
}
@media (min-width: 901px) {
  .cr-product__list-wrapper + .cr-product__list-wrapper {
    margin-top: 140px;
  }
}
.cr-product__list-wrapper-tit01 {
  box-sizing: border-box;
  padding: 0 4%;
  height: 50px;
  margin-top: 20px;
}
@media (min-width: 901px) {
  .cr-product__list-wrapper-tit01 {
    height: auto;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    margin-top: 0px;
  }
  .cr-product__list-wrapper-tit01:after, .cr-product__list-wrapper-tit01:before {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
  }
  .cr-product__list-wrapper-tit01:before {
    margin-right: 1.5rem;
  }
  .cr-product__list-wrapper-tit01:after {
    margin-left: 1.5rem;
  }
  .cr-product__list-wrapper-tit01 .tit01En {
    font-family: "Josefin Sans";
    font-size: 35px;
    font-weight: 700;
    margin-right: 30px;
    background: url(/img/freepage/bestcosme2025first/cat_tit_logo.png) no-repeat left center;
    background-size: 76px auto;
    padding-left: 100px;
    letter-spacing: 0.08em;
  }
  .cr-product__list-wrapper-tit01 .tit01Ja {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.08em;
  }
}
.cr-product__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 44.6666666667vw;
}
@media (min-width: 901px) {
  .cr-product__item {
    width: 30.5%;
    margin-right: 2.9%;
  }
}
@media (min-width: 901px) {
  .cr-product__item:nth-child(3n+1) {
    margin-right: 0;
  }
}
.cr-product__item.product-01 {
  width: 90.6666666667vw;
  margin: 0 auto 0 3.7333333333vw;
  padding-bottom: 30px;
  margin-top: 20px;
}
@media (min-width: 901px) {
  .cr-product__item.product-01 {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-left: 2%;
    padding-bottom: 0px;
  }
}
.cr-product__item + .cr-product__item {
  margin-top: 10.6666666667vw;
}
@media (min-width: 901px) {
  .cr-product__item + .cr-product__item {
    margin-top: 100px;
  }
}
.cr-product__item-icon {
  position: absolute;
  top: -5.0666666667vw;
  left: -1.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.6vw;
  z-index: 10;
}
@media (min-width: 901px) {
  .cr-product__item-icon {
    top: -38px;
    left: -10px;
    width: 26%;
    max-width: 87px;
  }
}
.cr-product__item-icon.icon-limited {
  top: auto;
  bottom: 3.3333333333vw;
  left: auto;
  right: 2.9333333333vw;
  width: 10.9333333333vw;
}
@media (min-width: 901px) {
  .cr-product__item-icon.icon-limited {
    bottom: 7%;
    right: 7%;
    width: 26%;
    max-width: 82px;
  }
}
.product-01 .cr-product__item-icon {
  top: -9.2vw;
  left: -3.7333333333vw;
  width: 21.3333333333vw;
}
@media (min-width: 901px) {
  .product-01 .cr-product__item-icon {
    top: -69px;
    left: -24px;
    max-width: 137px;
  }
}
.cr-product__item-img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #EBEBEF;
  background-size: 100%;
}
@media (min-width: 901px) {
  .cr-product__item-img {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 901px) {
  .product-01 .cr-product__item-img {
    width: 45.9%;
    margin: 0;
  }
}
@media (min-width: 1080px) {
  .product-01 .cr-product__item-img {
    width: 48.9%;
  }
}
.cr-product__item-detail {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 40.8vw;
  margin: 4vw auto 0;
  text-align: justify;
}
@media (min-width: 901px) {
  .cr-product__item-detail {
    width: 88%;
    margin-top: 38px;
  }
}
.product-01 .cr-product__item-detail {
  width: auto;
  margin-top: 6.4vw;
  padding: 0 5.3333333333vw;
}
@media (min-width: 901px) {
  .product-01 .cr-product__item-detail {
    display: block;
    width: 45.5%;
    max-width: 489px;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1080px) {
  .product-01 .cr-product__item-detail {
    width: 45.5%;
  }
}
.cr-product__item-type {
  margin: 0 0 1.2em -0.5em;
  font-size: 2.5333333333vw;
  color: #7778CF;
}
@media (min-width: 901px) {
  .cr-product__item-type {
    font-size: 18px;
  }
}
.cr-product__item-type.type-small {
  font-feature-settings: "palt";
}
.product-01 .cr-product__item-type {
  font-size: 2.9333333333vw;
}
@media (min-width: 901px) {
  .product-01 .cr-product__item-type {
    font-size: 20px;
  }
}
.cr-product__item-catch {
  font-size: 3.7333333333vw;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.cr-product__item-catch span.txs {
  font-size: 3.2vw;
}
@media (min-width: 901px) {
  .cr-product__item-catch {
    font-size: 20px;
  }
  .cr-product__item-catch span.txs {
    font-size: 17px;
  }
}
.cr-product__item-brand {
  font-size: 2.6666666667vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (min-width: 901px) {
  .cr-product__item-brand {
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
.product-01 .cr-product__item-brand {
  margin-top: 1.8em;
  font-size: 3.2vw;
}
@media (min-width: 901px) {
  .product-01 .cr-product__item-brand {
    margin-top: 1.3em;
    font-size: 18px;
    letter-spacing: 0.06em;
  }
}
.cr-product__item-name {
  margin-top: 0.4em;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 901px) {
  .cr-product__item-name {
    position: relative;
    margin-top: 0.4em;
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 1080px) {
  .cr-product__item-name {
    font-size: 20px;
  }
}
@media (min-width: 901px) {
  .cr-product__item-name span {
    font-size: 18px;
  }
}
@media (min-width: 1080px) {
  .cr-product__item-name span {
    font-size: 20px;
  }
}
.cr-product__item-name.name-small {
  font-feature-settings: "palt";
}
.product-01 .cr-product__item-name {
  margin-top: 0.5em;
  font-size: 4.2666666667vw;
}
@media (min-width: 901px) {
  .product-01 .cr-product__item-name {
    margin-top: 0.4em;
    font-size: 26px;
  }
}
@media (min-width: 901px) {
  .cr-product__item-name .item-name {
    font-size: 24px;
  }
}
.cr-product__item-name br + span {
  margin-left: 0;
}
.cr-product__item-quasi {
  display: inline-block;
  width: max-content;
  margin-top: 1em;
  padding: 1.2vw 2.4vw 1.3333333333vw;
  background-color: #f1f0f5;
  font-size: 2.6666666667vw;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 901px) {
  .cr-product__item-quasi {
    /* width: 94px; */
    padding: 7px 0.5em 8px;
    font-size: 12px;
    text-align: center;
  }
}
.product-01 .cr-product__item-quasi {
  margin: 0 0 0 auto;
  padding: 0.8vw 2.4vw 1.0666666667vw;
  font-size: 2.9333333333vw;
}
@media (min-width: 901px) {
  .product-01 .cr-product__item-quasi {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 19%;
    height: 28px;
    margin: auto;
    padding: 8px 0 0;
    font-size: 14px;
  }
}
.cr-product__item-quasi2 {
  display: inline-block;
  width: 9.6em;
  margin-top: 1em;
  padding: 1.2vw 2.4vw 1.3333333333vw;
  background-color: #fff;
  font-size: 2.6666666667vw;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (min-width: 901px) {
  .cr-product__item-quasi2 {
    width: 130px;
    padding: 7px 0 8px;
    font-size: 12px;
    text-align: center;
  }
}
.cr-product__item-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 1em;
  font-size: 2.6666666667vw;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media (max-width: 360px) {
  .cr-product__item-price {
    font-size: 2.4vw;
  }
}
@media (min-width: 901px) {
  .cr-product__item-price {
    margin-top: 0.8em;
    font-size: 15px;
  }
}
@media (min-width: 1080px) {
  .cr-product__item-price {
    font-size: 16px;
  }
}
.product-01 .cr-product__item-price {
  margin-top: 0.7em;
  font-size: 3.2vw;
}
@media (min-width: 901px) {
  .product-01 .cr-product__item-price {
    margin-top: 1em;
    font-size: 16px;
  }
}
@media (min-width: 901px) {
  .item-YNRE001 .cr-product__item-price {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 901px) {
  .cr-product__item-price-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}
@media (min-width: 901px) {
  .item-YNRE001 .cr-product__item-price-wrapper {
    display: block;
  }
}
.cr-product__item-price .item-color {
  display: block;
  width: 100%;
  margin-left: -0.2em;
  font-feature-settings: "palt";
}
@media (min-width: 901px) {
  .cr-product__item-price .item-color {
    display: inline;
    width: auto;
    margin-right: 0.2em;
    margin-left: -0.5em;
  }
}
.item-YNRE001 .cr-product__item-price .item-color {
  display: inline;
  width: auto;
  margin-right: 0.2em;
  margin-left: -0.5em;
}
.cr-product__item-price .item-yen {
  margin-left: 0.3em;
  font-size: 4.1333333333vw;
  letter-spacing: 0.06em;
}
@media (max-width: 360px) {
  .cr-product__item-price .item-yen {
    font-size: 3.8666666667vw;
  }
}
@media (min-width: 901px) {
  .cr-product__item-price .item-yen {
    margin-left: 0.25em;
    font-size: 30px;
    letter-spacing: 0.04em;
  }
}
.product-01 .cr-product__item-price .item-yen {
  font-size: 6.4vw;
}
@media (min-width: 901px) {
  .product-01 .cr-product__item-price .item-yen {
    font-size: 38px;
  }
}
.cr-product__item-price .item-tax {
  margin-left: 0.3em;
  font-feature-settings: "palt";
}
@media (min-width: 901px) {
  .cr-product__item-price .item-tax {
    font-size: 14px;
  }
}
.cr-product__item-price .item-quasi {
  margin: 0 0 0 auto;
  padding: 0.8vw 2.4vw;
  background-color: #fff;
  font-size: 2.9333333333vw;
}
@media (min-width: 901px) {
  .cr-product__item-price .item-quasi {
    padding: 5px 18px;
    font-size: 14px;
  }
}
.cr-product__item-price br.for-sp + span {
  margin-left: 0;
}
@media (min-width: 901px) {
  .cr-product__item-price br.for-sp + span {
    margin-left: 0.5em;
  }
}
@media (min-width: 901px) {
  .cr-product__item-price-wrapper .cr-product__item-price {
    display: inline-block;
  }
}
.cr-product__item-cart {
  margin-top: auto;
}
@media (min-width: 901px) {
  .cr-product__item-cart {
    margin-top: auto;
  }
}
.product-01 .cr-product__item-cart {
  margin-top: 5.3333333333vw;
}
@media (min-width: 901px) {
  .product-01 .cr-product__item-cart {
    margin-top: 10px;
  }
}
.cr-product__item-text {
  margin-top: 4vw;
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media (min-width: 901px) {
  .cr-product__item-text {
    margin-top: 30px;
    font-size: 17px;
    letter-spacing: 0.08em;
  }
}
.cr-product__item-star {
  margin: 3.4666666667vw 0 3.3333333333vw;
}
@media (min-width: 901px) {
  .cr-product__item-star {
    margin: 17px 0 28px;
  }
}
@media (min-width: 901px) {
  .cr-product__item-price-wrapper .cr-product__item-star {
    display: inline-block;
    width: 43.9%;
  }
}
.cr-product__item-star .item-star {
  width: 26.8vw;
}
@media (min-width: 901px) {
  .cr-product__item-star .item-star {
    width: 158px;
  }
}
.product-01 .cr-product__item-star .item-star {
  width: 30.9333333333vw;
}
@media (min-width: 901px) {
  .product-01 .cr-product__item-star .item-star {
    width: 158px;
  }
}
.cr-product__item-star .item-num {
  display: inline-block;
  margin: 0.2em 0 0 0.5em;
  font-size: 4.5333333333vw;
  font-family: "Josefin Sans";
  color: #567CAF;
  letter-spacing: 0.08em;
}
@media (min-width: 901px) {
  .cr-product__item-star .item-num {
    margin-top: 0.1em;
    font-size: 26px;
  }
}
.product-01 .cr-product__item-star {
  margin-top: 5.6vw;
}
@media (min-width: 901px) {
  .product-01 .cr-product__item-star {
    margin-top: 0;
  }
}
.cr-product__item-note {
  margin-top: 3.7333333333vw;
  font-size: 2.6666666667vw;
  letter-spacing: 0.07em;
  line-height: 1.6;
}
@media (min-width: 901px) {
  .cr-product__item-note {
    margin-top: 1.5em;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
.cr-product__item-note + .cr-product__item-note {
  margin-top: 0;
}
.cr-product__item-selling {
  margin-top: 1.4em;
  font-size: 2.6666666667vw;
  line-height: 1.4;
}
@media (min-width: 901px) {
  .cr-product__item-selling {
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
.product-01 .cr-product__item-selling {
  font-size: 3.2vw;
}
@media (min-width: 901px) {
  .product-01 .cr-product__item-selling {
    font-size: 16px;
  }
}
.cr-product__note {
  width: 92vw;
  margin: 0 auto;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.5333333333vw;
  line-height: 1.9;
  text-align: left;
}
@media (min-width: 901px) {
  .cr-product__note {
    width: 100%;
    max-width: 660px;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.cr-product__note + .cr-product__note {
  margin-bottom: 13.3333333333vw;
}
@media (min-width: 901px) {
  .cr-product__note + .cr-product__note {
    margin-bottom: 80px;
  }
}
.cr-link {
  position: relative;
  top: -1px;
  padding-top: 10.6666666667vw;
  text-align: center;
  z-index: 1;
}
@media (min-width: 901px) {
  .cr-link {
    padding-top: 80px;
  }
}
.cr-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #74695e;
}
@media (min-width: 901px) {
  .cr-link::before {
    height: 3px;
  }
}
.cr-link__title {
  width: 18.2666666667vw;
  margin: 0 auto;
}
@media (min-width: 901px) {
  .cr-link__title {
    width: 137px;
  }
}
.cr-link__title span:first-child {
  display: block;
  font-size: 3.4666666667vw;
  color: #535353;
  letter-spacing: 0.08em;
}
@media (min-width: 901px) {
  .cr-link__title span:first-child {
    font-size: 20px;
  }
}
.cr-link__title span:last-child {
  display: block;
  margin-top: 0.5em;
  font-size: 6.2666666667vw;
  font-family: "Josefin Sans";
  font-weight: 700;
  color: #535353;
  letter-spacing: 0.08em;
}
@media (min-width: 901px) {
  .cr-link__title span:last-child {
    font-size: 42px;
  }
}
.cr-link__list {
  width: 80vw;
  margin: 9.0666666667vw auto 0;
}
@media (min-width: 901px) {
  .cr-link__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    margin-top: 57px;
  }
}
@media (min-width: 901px) {
  .cr-link__item {
    width: 49%;
  }
}
.cr-link__item + .cr-link__item {
  margin-top: 5.3333333333vw;
}
@media (min-width: 901px) {
  .cr-link__item + .cr-link__item {
    margin-top: 0;
  }
}

/*--------------------------------------------------
  modal
--------------------------------------------------*/
.block-modal {
  display: inline-block;
  position: relative;
  width: 80vw;
  max-width: none;
  padding: 0;
  vertical-align: middle;
  animation-name: scalefadeout;
  animation-duration: 0.3s;
  opacity: 0;
}
@media (min-width: 901px) {
  .block-modal {
    width: 50%;
    max-width: 420px;
    margin-top: 15px;
    padding: 10px;
  }
}
.is-opend .block-modal {
  animation-name: scalefadein;
  animation-duration: 0.3s;
  opacity: 1;
}
.block-modal__wrapper {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  padding: 10vw 0 15vw;
}
@media (min-width: 901px) {
  .block-modal__wrapper {
    padding: 15px;
  }
}
.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: rgb(32, 32, 32);
  opacity: 0;
}
.is-opend .block-modal__overlay {
  opacity: 0.95;
}
.block-modal__close {
  position: absolute;
  top: -6vw;
  right: -4.6666666667vw;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background: url(/img/freepage/bestcosme2025first/btn_close.png) no-repeat 0 0;
  background-size: contain;
  z-index: 10001;
}
@media (min-width: 901px) {
  .block-modal__close {
    top: -12px;
    right: -12px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
}
.block-modal__inner {
  position: relative;
  padding-bottom: 6.2666666667vw;
  background-color: #5D5D5D;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (min-width: 901px) {
  .block-modal__inner {
    padding-bottom: 28px;
  }
}
.block-modal__img {
  position: relative;
  width: 53.3333333333vw;
  margin: 0 auto;
}
@media (min-width: 901px) {
  .block-modal__img {
    width: 240px;
  }
}
.block-modal__brand {
  padding: 0 4vw;
  font-size: 3.2vw;
  letter-spacing: 0.06em;
  text-align: left;
}
@media (min-width: 901px) {
  .block-modal__brand {
    padding: 0 20px;
    font-size: 14px;
  }
}
.block-modal__name {
  margin-top: 1em;
  padding: 0 4vw;
  text-align: left;
}
@media (min-width: 901px) {
  .block-modal__name {
    padding: 0 20px;
  }
}
.block-modal__name-main {
  font-size: 4.2666666667vw;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media (min-width: 901px) {
  .block-modal__name-main {
    font-size: 20px;
  }
}
.block-modal__name-main2 {
  font-size: 3.4666666667vw;
  letter-spacing: 0.06em;
  line-height: 1.4;
  display: block;
}
@media (min-width: 901px) {
  .block-modal__name-main2 {
    font-size: 16px;
  }
}
.block-modal__name-sub {
  display: none;
  font-size: 3.6vw;
  letter-spacing: 0.06em;
}
@media (min-width: 901px) {
  .block-modal__name-sub {
    margin-left: 0.4em;
    font-size: 16px;
  }
}
.block-modal__detail {
  margin-top: 1.1em;
  padding: 0 4vw;
  font-size: 3.3333333333vw;
  text-align: left;
}
@media (min-width: 901px) {
  .block-modal__detail {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 16px;
  }
}
.block-modal__detail-volume {
  margin-right: 0.7em;
  letter-spacing: 0.06em;
}
.block-modal__detail-price {
  font-size: 5.7333333333vw;
  letter-spacing: 0.06em;
}
@media (min-width: 901px) {
  .block-modal__detail-price {
    font-size: 26px;
  }
}
.block-modal__type {
  margin: 5.6vw auto 0;
  text-align: left;
}
@media (min-width: 901px) {
  .block-modal__type {
    margin-top: 35px;
  }
}
.block-modal__type-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4.4vw 4vw;
  background-color: #505050;
  font-size: 2.9333333333vw;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media (min-width: 901px) {
  .block-modal__type-item {
    padding: 17px 20px;
    font-size: 14px;
    cursor: pointer;
  }
}
.block-modal__type-item:not(:first-child) {
  border-top: 1px solid #5D5D5D;
}
.block-modal__type-item.is-selected::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #8AA5C9;
}
.block-modal__type-thumb {
  display: block;
  width: 11%;
  margin-right: 1.5em;
}
#modal-SIMC002 .block-modal__type-thumb {
  width: 24%;
}
.block-modal__type-name {
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.block-modal__type-name span {
  color: #8AA5C9;
}
.block-modal__btn {
  width: 72vw;
  margin: 5.4666666667vw auto 0;
}
@media (min-width: 901px) {
  .block-modal__btn {
    width: 90%;
    margin-top: 25px;
  }
}
.block-modal__btn a.cart-link {
  border-radius: 16vw;
}
@media (min-width: 901px) {
  .block-modal__btn a.cart-link {
    padding: 25px 0;
  }
}
@media (min-width: 901px) {
  .block-modal__btn a.cart-link span {
    font-size: 18px;
  }
}

@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;
  }
}
@media (min-width: 901px) {
  .negative {
    margin-bottom: -2.8em;
  }
  .negative2 {
    margin-bottom: -4.2em;
  }
  .pcblock {
    display: block;
  }
  .cr-product-moisturizing {
    padding-bottom: 90px;
  }
}
@media (max-width: 900px) {
  .negative_sp {
    margin-top: 3.9em;
  }
  .negative2_sp {
    margin-top: -0.5em;
  }
}
.mT20 {
  margin-top: 20px !important;
}/*# sourceMappingURL=style.css.map */