@charset "UTF-8";

html,
body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
img {
  max-width: 100%;
}
sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.a-font-en {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

section > .inner {
  margin: 0 auto;
}
section > .inner-wide {
  max-width: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-in {
  animation: fadeIn 0.5s forwards; /* 0.5秒かけてフェードイン */
}

/* js-fade アニメーション */
.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.js-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}
.fade-out {
  animation: fadeOut 0.5s forwards; /* 0.5秒かけてフェードアウト */
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }

  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes glow-reverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes glow-reverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

/* PC*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.pc_none {
  display: none !important;
}
.sp_none {
  display: inline-block !important;
}
.tr {
  text-align: right;
}
.h3 {
  text-align: center;
}

.wrapper{
  background: #F3F2F4;
}


.mv_area {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
}

.mv_area .inner {
}

.lead {
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}

.lead .inner {
  max-width: 960px;
  margin: 0 auto;
}

.anchor {
}

.anchor .list {
  display: flex;
  justify-content: center;
  gap: 4px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 820px;
}

.anchor .list .item{
  width: 100%;
  text-align: center;
}
.anchor .list .item a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  background-color: #34243E;
  transition: background-color 0.3s;
  position: relative;
  text-align: center;
  justify-content: center;
}

.anchor .list .item a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left:1em;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.anchor .list .item a:hover {
  background-color: #6C5579;
}

.bestseller{
  margin-top: 90px;
}
.bestseller > .inner{
  max-width: 820px;
  margin:0 auto;
}
.bestseller .laurel{
  max-width: 255px;
  margin: 0 auto;
}

.bestseller .items{
  margin-top: 80px;

}

.bestseller .item_feature {
  display: flex;
  gap: 40px;
  align-items: center;
}

.bestseller .item_feature .img {
  width: 50%;
  flex-shrink: 0;
}

.bestseller .item_feature .details {
  width: 50%;
  flex-shrink: 0;
}

.bestseller .item_feature .price {
  margin-top: 3em;
}

.bestseller .item_feature .txt {
  margin-top: 3em;
}

.bestseller .item_feature .button{
  margin-top: 3em;
}

.bestseller .item .name {
  font-size: 16px;
  font-weight: bold;
}

.item .laurel img {
  max-height: 42px;
}

.bestseller .item .txt .notes{
  font-size: 10px;
  margin-top: 1em;
}

.bestseller .item .button a{
  background-color: #34243E;
  color: #fff;
  display: inline-block;
  padding: 1em 0;
  width: 100%;
  max-width: 260px;
  text-align: center;
}

.bestseller .item .button a:hover{
  background-color: #6C5579;
}


.bestseller .itemlist {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  align-items: stretch;
}

.bestseller .itemlist .item {
  max-width: 250px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.bestseller .itemlist .item .details {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bestseller .itemlist .item .details .txt {
  flex: 1 1 auto;
}

.bestseller .itemlist .item .details .button {
  margin-top: 1em;
  text-align: center;
}
.bestseller .itemlist .item .details .button a{
  max-width: 210px;
  margin: 0 auto;
}

.bestseller .itemlist .item .name{
  text-align: center;
  margin-top: 1em;
}
.bestseller .itemlist .item .color{
  text-align: center;
  font-size: 12px;
}
.bestseller .itemlist .item .price{
  text-align: center;
  font-size: 12px;
}
.bestseller .itemlist .item .txt{
  margin-top: 1em;
  font-size: 12px;
  text-align: left;
}

.pickup {
  margin-top: 120px;
}

.pickup > .inner {
  max-width: 1100px;
  margin: 0 auto;
}

.pickup .category {
  margin-top: 60px;
}

.pickup .item_feature {
  margin: 0 auto;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 40px 0
}

.pickup .item_feature .img {
  max-width: 320px;
  flex-shrink: 0;
}

.pickup .item_feature .details {
  max-width: 410px;
  flex-shrink: 0;
}
.pickup .item_feature .name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1em;
}
.pickup .item_feature .color {
  margin-top: 1em;
}
.pickup .item_feature .price {
  margin-top: 1em;
}

.pickup .item_feature .txt {
  margin-top: 1em;
}

.pickup .item_feature .button {
  margin-top: 2em;
  text-align: right;
}
.pickup .item_feature .button span{
  border-bottom: 1px solid #fff;
}
.pickup .item_feature .button span::after{
  content: " \25B6\FE0E";
  display: inline;
}
.pickup .item_feature .button a{
  color: #fff;
  display: inline-block;
}

.pickup .item_feature .button a{
  background-repeat: no-repeat;
  width: 410px;
  height: 70px;
  line-height: 70px;
  background-size: 410px 70px;
  padding-right: 2em;
}
.pickup .cheek .item_feature .button a{
  background-image: url(../../img/usr/br/2025best_of_mimc/pickup-cheek_more.png);
}
.pickup .lip .item_feature .button a{
  background-image: url(../../img/usr/br/2025best_of_mimc/pickup-lip_more.png);
}
.pickup .skincare .item_feature .button{
  t
}
.pickup .skincare .item_feature .button span{
  border-color: #333333;
}
.pickup .skincare .item_feature .button a{
  color: #333333;
}








.pickup .itemlist {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.pickup .itemlist .item {
  width: 214px;
  text-align: center;
}

.pickup .itemlist .name {
  font-size: 12px;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1.5;

}
.pickup .itemlist .color {
  font-size: 10px;
  margin-top: 1em;
}
.pickup .itemlist .button{
  font-size: 12px;
  margin-top: 1em;
}
.pickup .itemlist .button a::after{
  content: " \25B6\FE0E";
  display: inline;
}












.sec_ttl {
  font-size: 40px;
  text-align: center;
}
.sec_ttl img{
  max-height: 50px;
}
.sec_ttl_sub{
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}
.sec_ttl_txt{
  font-size: 16px;
  text-align: center;
  margin-top:2em;
}
/* PC版のcolor_variation画像サイズ */
@media screen and (min-width: 961px) {
  .color_variation img {
    width: 375px;
    height: auto;
  }
}

.comment {
  padding-top: 120px;
}

.comment .inner {
  max-width: 480px;
}
