.bestcosme2026 {
  padding-top: 32px;
  margin-bottom: 10em;
  max-width: 1060px;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .bestcosme2026 {
    margin-bottom: 0;
    padding-top: 53px;
  }
}
.bestcosme2026 > div {
  width: auto;
}
.bestcosme2026 .fadeIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.bestcosme2026 .fadeIn.on {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 750px) {
  .bestcosme2026 .for-pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .bestcosme2026 .for-sp {
    display: none;
  }
}
.bestcosme2026 .headline {
  width: auto;
  border: none;
  padding: 0;
  margin-bottom: 53px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.33;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .bestcosme2026 .headline {
    margin-bottom: 30px;
    margin-inline: 49px;
    font-size: 12px;
  }
}
.bestcosme2026 .lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 60px;
  padding-bottom: 60px;
  color: #947f42;
  border-bottom: 2px solid currentColor;
  text-align: center;
  font-size: clamp(14px, 4.3vw, 18px);
  line-height: 2;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 750px) {
  .bestcosme2026 .lead {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.bestcosme2026 .content {
  max-width: 1147px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  gap: 10em;
}
@media screen and (max-width: 750px) {
  .bestcosme2026 .content {
    gap: 7.5em;
    margin-inline: 30px;
  }
}
.bestcosme2026 .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
}
@media screen and (max-width: 750px) {
  .bestcosme2026 .item {
    gap: 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bestcosme2026 .item-image {
  width: 44.2%;
}
@media screen and (max-width: 750px) {
  .bestcosme2026 .item-image {
    width: auto;
  }
}
.bestcosme2026 .item-data {
  width: calc(55.8% - 3em);
}
@media screen and (max-width: 750px) {
  .bestcosme2026 .item-data {
    width: auto;
    font-size: 13px;
  }
}
.bestcosme2026 .item-data .name {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.43em;
}
@media screen and (max-width: 750px) {
  .bestcosme2026 .item-data .name {
    font-size: 16px;
  }
}
.bestcosme2026 .item-data .price {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .bestcosme2026 .item-data .price {
    margin-bottom: 30px;
  }
}
.bestcosme2026 .item-data .price:after {
  display: none;
}
.bestcosme2026 .item-data .award-text {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  color: var(--base);
  margin-top: 2em;
  font-size: 14px;
}
.bestcosme2026 .item-data .award-text li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.bestcosme2026 .item-data .detail-btn-wrap {
  margin-top: auto;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .bestcosme2026 .item-data .detail-btn-wrap {
    min-width: auto;
  }
}
.bestcosme2026 .item-data .detail-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--base);
  color: white;
  text-align: center;
  padding: 1em;
  position: relative;
  height: 50px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .bestcosme2026 .item-data .detail-btn {
    padding: 0.5em;
  }
}
.bestcosme2026 .item-data .detail-btn:hover {
  opacity: 0.7;
}
.bestcosme2026 .item-data .detail-btn::before,
.bestcosme2026 .item-data .detail-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: white;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.bestcosme2026 .item-data .detail-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bestcosme2026 .item-data .detail-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}/*# sourceMappingURL=style.css.map */