@charset "utf-8";
main[role="main"] {
  overflow: visible;
}
main *,
::after,
::before {
  box-sizing: border-box;
}
body main {
	text-size-adjust: 100%;
  color: #282828;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.5 !important;
}
main img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sp-only {
  display: none;
}
.line-break {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .content-container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  main {
    margin-bottom: 0;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

/* ----animation---- */
.fade-in.inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}
.fade-in.inview.active {
  opacity: 1;
  transform: translateY(0px);
}
.bestcosme-products-img a {
  transition: .3s;
}
.bestcosme-products-img a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .fade-in-sp.inview {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s, transform 1s;
  }
  .fade-in-sp.inview.active {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* ----MV---- */
.bestcosme-mv {
  margin-top: 88px;
  padding: clamp(56px, 6.17vw, 74px) 0 clamp(33px, 3.67vw, 44px);
  background: url("/pages/elegance/main/elegance_bestcosme/img/el_bestcosme_bg.jpg") no-repeat center center / cover;
}
.bestcosme-mv-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.bestcosme-mv-ttl {
  letter-spacing: .1em;
  text-align: center;
  font-weight: bold;
  font-size: clamp(15px, 1.67vw, 20px);
}
.bestcosme-mv-img {
  width: clamp(164px, 18.17vw, 218px);
  margin: 16px auto;
}
.bestcosme-mv-txt {
  margin-top: 1.5%;
  text-align: center;
  font-size: clamp(14px, 1.5vw, 18px);
}

/* ----contents---- */
.bestcosme-content {
  max-width: 1200px;
  margin: clamp(90px, 10vw, 120px) auto 0;
}
.bestcosme-content:first-of-type {
  margin-top: 80px;
}
.bestcosme-content-ttl {
  position: relative;
  padding-top: clamp(27px, 3vw, 36px);
  text-align: center;
  font-size: clamp(15px, 1.67vw, 20px);
  color: #695500;
}
.bestcosme-content-ttl::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: clamp(27px, 3vw, 36px);
  height: clamp(20px, 2.17vw, 26px);
  transform: translateX(-50%);
  background: url("/pages/elegance/main/elegance_bestcosme/img/el_bestcosme_award_icon_01.png") no-repeat center center / contain;
}
.bestcosme-content-ttl span {
  position: relative;
  display: inline-block;
  padding: 0 2.5em;
}
.bestcosme-content-ttl span::before,
.bestcosme-content-ttl span::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: clamp(18px, 2vw, 24px);
  height: 64px;
  transform: translateY(-50%);
}
.bestcosme-content-ttl span::before {
  left: 0;
  background: url("/pages/elegance/main/elegance_bestcosme/img/el_bestcosme_award_icon_02.png") no-repeat center center / contain;
}
.bestcosme-content-ttl span::after {
  right: 0;
  background: url("/pages/elegance/main/elegance_bestcosme/img/el_bestcosme_award_icon_03.png") no-repeat center center / contain;
}
.bestcosme-products-item {
  width: 90%;
  margin: clamp(60px, 6.67vw, 80px) auto 0;
}
.bestcosme-products-item:first-of-type {
  margin-top: clamp(60px, 6.67vw, 80px);
}
.bestcosme-products-inner {
  display: flex;
  align-items: center;
}
.bestcosme-products-img {
  width: 40%;
}
.bestcosme-products-img a {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.bestcosme-products-img.award-logo {
  position: relative;
}
.bestcosme-products-img.award-logo .award-logo-list {
  position: absolute;
  top: 0;
  left: clamp(15px, 1.67vw, 20px);
}
.bestcosme-products-img.award-logo .award-logo-item {
  width: clamp(80px, 9.17vw, 110px);
  margin-top: clamp(15px, 1.67vw, 20px);
}
.bestcosme-products-img.award-logo .award-logo-item:first-of-type {
  margin-top: 0;
}
.bestcosme-products-img.award-logo a {
  margin: 0 0 0 auto;
}
.bestcosme-products-txt {
  width: 60%;
  padding-left: 5%;
}
.bestcosme-products-brand {
  font-size: clamp(12px, 1.33vw, 16px);
}
.bestcosme-products-name {
  margin-top: .5em;
  font-size: clamp(15px, 1.67vw, 20px);
}
.awards-item {
  position: relative;
  margin-top: .8em;
  padding-left: 4em;
  font-size: clamp(12px, 1.17vw, 14px);
}
.awards-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: clamp(29px, 3.17vw, 38px);
  height: clamp(20px, 2.25vw, 27px);
  transform: translateY(-50%);
  background: url("/pages/elegance/main/elegance_bestcosme/img/el_bestcosme_award_icon_01.png") no-repeat center center / contain;
}
.bestcosme-note {
  margin-top: clamp(90px, 10vw, 120px);
  padding: clamp(30px, 3.33vw, 40px);
  text-align: center;
  font-size: clamp(12px, 1.17vw, 14px);
}

@media screen and (max-width: 767px) {
  .bestcosme-content-ttl {
    padding-top: 35px;
  }
  .bestcosme-content-ttl::before {
    width: 35px;
    height: 25px;
  }
  .bestcosme-products-inner {
    flex-direction: column;
    row-gap: 20px;
  }
  .bestcosme-products-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .bestcosme-products-img a {
    width: 80%;
    margin: 0 auto;
  }
  .bestcosme-products-img.award-logo a {
    margin: 0 auto;
  }
  .bestcosme-products-txt {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .bestcosme-products-brand {
    font-size: 14px;
  }
  .bestcosme-products-name {
    margin-top: .5em;
    font-size: 18px;
  }
  .awards-list {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
  }
  .awards-list::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    width: 30px;
    height: 21px;
    transform: translateX(-50%);
    background: url("/pages/elegance/main/elegance_bestcosme/img/el_bestcosme_award_icon_01.png") no-repeat center center / contain;
  }
  .awards-item {
    padding: 0;
    line-height: 2;
  }
  .awards-item::before {
    top: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    transform: translateX(-50%);
    background: rgb(180, 156, 86);
  }
  .awards-item:first-of-type::before {
    display: none;
  }
  .awards-item + .awards-item {
    margin-top: 15px;
    padding-top: 15px;
  }
  .bestcosme-note {
    margin: 50px 0;
    padding: 15px;
    text-align: left;
  }
  .bestcosme-note-item {
    position: relative;
    padding-left: 1em;
  }
  .bestcosme-note-ic {
    position: absolute;
    left: 0;
  }
  .bestcosme-note span {
    display: inline-block;
  }
}