@charset "UTF-8";
/**
 * base
 */
html {
  font-size: 62.5% !important;
}

body {
  color: #333;
  font-weight: 300;
  font-size: 1.4em;
  font-family: arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

button, input, select, textarea {
  margin: 0;
  font-family: arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

.is-md {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-md {
    display: none;
  }
}

.is-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sm {
    display: block;
  }
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: inset 0 -1px 0 0 #eaeaea, 0 2px 6px 0 rgba(51, 51, 51, 0.06);
  box-shadow: inset 0 -1px 0 0 #eaeaea, 0 2px 6px 0 rgba(51, 51, 51, 0.06);
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 528px;
  height: 56px;
}
.l-header__logo {
  padding: 12px;
}

.l-footer {
  background: #555;
}
.l-footer__inner {
  max-width: 528px;
  margin: 0 auto;
  padding: 24px 24px 32px;
}
@media screen and (min-width: 868px) {
  .l-footer__inner {
    max-width: 868px;
  }
}
.l-footer__instagram a {
  display: block;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .l-footer__instagram a:hover {
    opacity: 0.7;
  }
}
@supports (-ms-ime-align: auto) {
  .l-footer__instagram a:hover {
    opacity: 0.7;
  }
}
.l-footer__docs {
  margin-top: 22px;
  font-size: 1.2rem;
}
.l-footer__doc {
  display: inline;
}
.l-footer__doc + .l-footer__doc::before {
  content: "｜";
  color: #fff;
}
.l-footer__doc a {
  color: #fff;
  text-decoration: none;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .l-footer__doc a:hover {
    text-decoration: underline;
  }
}
@supports (-ms-ime-align: auto) {
  .l-footer__doc a:hover {
    text-decoration: underline;
  }
}
.l-footer__recruit {
  display: inline-block;
  margin-top: 14px;
}
.l-footer__recruit a {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .l-footer__recruit a:hover {
    opacity: 0.7;
  }
}
@supports (-ms-ime-align: auto) {
  .l-footer__recruit a:hover {
    opacity: 0.7;
  }
}

.l-container {
  background: #f5eee4;
  padding-bottom: 32px;
}
@media screen and (min-width: 528px) {
  .l-container {
    padding: 32px 0;
  }
}
@media screen and (min-width: 868px) {
  .l-container {
    background-size: 868px;
  }
}

.l-contents {
  margin-top: 24px;
  padding: 0 16px;
}
@media screen and (min-width: 868px) {
  .l-contents {
    margin-top: 32px;
  }
}

.l-main {
  max-width: 528px;
  margin: 0 auto;
}

.l-aside {
  margin: 0 -16px;
}
.l-aside p {
  max-width: 868px;
  margin: 60px auto 0;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-aside p {
    text-align: left;
    padding: 0 16px;
  }
}

.medium-category {
  font-size: 1.4rem;
}
.medium-category__item {
  overflow: hidden;
  background: #fff;
  border: 2px solid #a88954;
  border-radius: 4px;
}
.medium-category__item--all {
  border-color: #1f0000;
}
.medium-category__item + .medium-category__item {
  margin-top: 8px;
}
.medium-category__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #a88954;
  font-weight: bold;
  padding: 14px 16px;
  background: #e9e3da;
  border: initial;
  outline: none;
  cursor: pointer;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .medium-category__heading:hover {
    opacity: 0.7;
  }
}
@supports (-ms-ime-align: auto) {
  .medium-category__heading:hover {
    opacity: 0.7;
  }
}
.medium-category__heading::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  height: 16px;
  margin-left: 8px;
  background: url(/doc/cosme/best_cosmes/2021/assets/img/arrow-down-bold-gold.svg) no-repeat;
  background-size: cover;
}
.is-open > .medium-category__heading::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.medium-category__link {
  padding: 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .medium-category__link:hover {
    opacity: 0.7;
  }
}
@supports (-ms-ime-align: auto) {
  .medium-category__link:hover {
    opacity: 0.7;
  }
}
.medium-category__link::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  height: 16px;
  margin-left: 8px;
  background: url(/doc/cosme/best_cosmes/2021/assets/img/arrow-right-brown.svg) no-repeat;
  background-size: cover;
}

.small-category {
  font-size: 1.4rem;
  padding: 0 16px;
  border-top: 2px solid #a88954;
}
.small-category__heading {
  padding: 0 8px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 48px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .small-category__heading:hover {
    opacity: 0.7;
  }
}
@supports (-ms-ime-align: auto) {
  .small-category__heading:hover {
    opacity: 0.7;
  }
}
.small-category__heading::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  height: 16px;
  margin-left: 8px;
  background: url(/doc/cosme/best_cosmes/2021/assets/img/arrow-down-bold.svg) no-repeat;
  background-size: cover;
}
.is-open > .small-category__heading::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.small-category__item + .small-category__item {
  border-top: 1px solid #e4e4e4;
}

.item-category {
  font-size: 1.4rem;
}
.item-category__item {
  border-top: 1px solid #e4e4e4;
}
.item-category__link {
  padding: 0 8px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 48px;
  overflow: hidden;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .item-category__link:hover {
    opacity: 0.7;
  }
}
@supports (-ms-ime-align: auto) {
  .item-category__link:hover {
    opacity: 0.7;
  }
}
.item-category__link::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  height: 16px;
  margin-left: 8px;
  background: url(/doc/cosme/best_cosmes/2021/assets/img/arrow-right_v2.svg) no-repeat;
  background-size: cover;
}

.category-modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.category-modal__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  padding: 16px;
}
.category-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
}
.category-modal__contents {
  position: relative;
  display: grid;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  max-width: 528px;
  height: min(100%, 592px);
  padding-bottom: 16px;
  background-color: #fff;
  border-radius: 12px;
}
.category-modal__header {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 16px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.category-modal__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: 0;
  background: none;
  border-radius: 0;
  width: 24px;
  height: 24px;
  background: url(/doc/cosme/best_cosmes/2021/assets/img/close.svg) no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .category-modal__close:hover {
    opacity: 0.7;
  }
}
@supports (-ms-ime-align: auto) {
  .category-modal__close:hover {
    opacity: 0.7;
  }
}
.category-modal__body {
  padding: 0 16px;
  overflow-y: auto;
}

.contents-footer {
  max-width: 528px;
  margin: 32px auto 0;
  padding: 0 16px;
}
@media screen and (min-width: 528px) {
  .contents-footer {
    margin-top: 56px;
    padding: 0 6px;
  }
}
@media screen and (min-width: 868px) {
  .contents-footer {
    max-width: 868px;
  }
}
.contents-footer__inner {
  padding: 0 16px;
}
@media screen and (min-width: 528px) {
  .contents-footer__inner {
    padding: 0 6px;
  }
}
.contents-footer__heading {
  color: #707070;
  font-weight: bold;
  font-size: 1.4rem;
}
.contents-footer__list {
  margin-top: -1px;
  margin-left: -10px;
}
.contents-footer__item {
  display: inline-block;
  margin-top: 17px;
  margin-left: 10px;
  color: #555;
  font-size: 1rem;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .contents-footer__item a:hover {
    text-decoration: underline;
  }
}
@supports (-ms-ime-align: auto) {
  .contents-footer__item a:hover {
    text-decoration: underline;
  }
}

.rank-section {
  overflow: hidden;
  background: #fff;
}
.rank-section + .rank-section {
  border-top: 2px solid #a88954;
}
.rank-section__heading {
  padding: 11px 0;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3be8d), to(#a88954));
  background: linear-gradient(180deg, #d3be8d 0%, #a88954 100%);
}
.rank-section__list {
  padding: 24px 16px;
}
@media screen and (min-width: 528px) {
  .rank-section__list {
    padding: 24px;
  }
}
.rank-section__item + .rank-section__item {
  margin-top: 16px;
}

.rank-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-size: 1.4rem;
}
.rank-card--1::before {
  background: url(/doc/cosme/best_cosmes/2021/assets/img/bc-1st.png) no-repeat;
}
.rank-card--2::before {
  background: url(/doc/cosme/best_cosmes/2021/assets/img/bc-2nd.png) no-repeat;
}
.rank-card--3::before {
  background: url(/doc/cosme/best_cosmes/2021/assets/img/bc-3nd.png) no-repeat;
}
.rank-card--4::before {
  background: url(/doc/cosme/best_cosmes/2021/assets/img/bc-4th.png) no-repeat;
}
.rank-card--5::before {
  background: url(/doc/cosme/best_cosmes/2021/assets/img/bc-5th.png) no-repeat;
}
.rank-card::before {
  content: "";
  background-size: 100% auto;
  width: 34px;
  height: 60px;
  margin-right: 7px;
}
.rank-card__img {
  position: relative;
  z-index: 0;
  -ms-flex: 0 0 64px;
  -webkit-box-flex: 0;
  flex: 0 0 64px;
  height: 64px;
}
.rank-card__img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.rank-card__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin-left: 8px;
  overflow: hidden;
}
.rank-card__brand {
  overflow: hidden;
  font-size: 1.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rank-card__name {
  margin-top: 6px;
  overflow: hidden;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
}
.rank-card__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
.rank-card__star {
  position: relative;
  color: #eaeaea;
}
.rank-card__star::before, .rank-card__star::after {
  content: "★★★★★";
}
.rank-card__star::after {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #d9ae6e;
}
.rank-card__star--0::after {
  width: 0%;
}
.rank-card__star--10::after {
  width: 10%;
}
.rank-card__star--20::after {
  width: 20%;
}
.rank-card__star--30::after {
  width: 30%;
}
.rank-card__star--40::after {
  width: 40%;
}
.rank-card__star--50::after {
  width: 50%;
}
.rank-card__star--60::after {
  width: 60%;
}
.rank-card__star--70::after {
  width: 70%;
}
.rank-card__star--80::after {
  width: 80%;
}
.rank-card__star--90::after {
  width: 90%;
}
.rank-card__star--100::after {
  width: 100%;
}
.rank-card__score {
  font-weight: bold;
  margin-left: 4px;
}
.rank-card__price {
  margin-top: 8px;
  color: #707070;
}

.contents-section + .contents-section {
  padding-top: 136px;
}
.contents-section:not(:last-child) {
  margin-bottom: -80px;
}
.contents-section__medium-category {
  color: #a88954;
  font-weight: bold;
  font-size: 1.4rem;
}
.contents-section__heading {
  padding-left: 12px;
  color: #a88954;
  font-weight: bold;
  font-size: 2.6rem;
  border-left: 4px solid #a88954;
}
.contents-section__heading:not(:first-child) {
  margin-top: 12px;
}
.contents-section__body {
  margin-top: 16px;
  overflow: hidden;
  border: 2px solid #a88954;
  border-radius: 12px;
}

.hero {
  max-width: 528px;
  margin: 0 auto;
  padding-bottom: 22px;
}
@media screen and (min-width: 868px) {
  .hero {
    max-width: 868px;
  }
}
.hero--parent {
  padding-bottom: 0;
}
.hero--parent .hero__inner {
  padding: 36px 36px 28px;
}
.hero__inner {
  position: relative;
  padding: 36px 36px 42px;
  text-align: center;
  background: center top/auto 390px no-repeat url(/doc/cosme/best_cosmes/2021/assets/img/bg_beige_with_glitter.jpg);
}
@media screen and (min-width: 528px) {
  .hero__inner {
    background: center top/cover no-repeat url(/doc/cosme/best_cosmes/2021/assets/img/bg_beige_with_glitter_overlay.jpg);
    border: 2px solid #a88954;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 0 6px #fff inset;
    box-shadow: 0 0 0 6px #fff inset;
  }
}
.hero__heading {
  margin-top: 10px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
.hero__select-category {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  width: 327px;
  margin: auto;
  background: #fff;
  border-radius: 24px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
@media screen and (min-width: 868px) {
  .hero__select-category {
    bottom: 0;
    width: 528px;
  }
}
.hero__select-category.is-fixed {
  top: 50px;
  position: fixed;
  right: 0;
  left: 0;
  height: 48px;
  margin: 0 auto;
  z-index: 100;
}
.hero__select-category.is-hidden {
  opacity: 0;
}
.hero__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: 0;
  background: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 48px;
  color: #a88954;
  font-weight: bold;
  font-size: 1.8rem;
  background: #e9e3da;
  border: 2px solid #a88954;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 0 3px #fff inset;
  box-shadow: 0 0 0 3px #fff inset;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .hero__button:hover {
    opacity: 0.7;
  }
}
@supports (-ms-ime-align: auto) {
  .hero__button:hover {
    opacity: 0.7;
  }
}
.hero__button::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/doc/cosme/best_cosmes/2021/assets/img/arrow-right-bold-gold.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
}

.page-top {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: 0;
  background: none;
  border-radius: 0;
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 2;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.1);
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.1);
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .page-top:hover {
    opacity: 0.7;
  }
}
@supports (-ms-ime-align: auto) {
  .page-top:hover {
    opacity: 0.7;
  }
}
.page-top::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/doc/cosme/best_cosmes/2021/assets/img/arrow-page-top.svg) no-repeat;
  background-size: cover;
}

.parent-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 528px;
}
@media screen and (min-width: 528px) {
  .parent-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.parent-link__item {
  -webkit-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.1);
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.1);
  border-radius: 12px;
}
.parent-link__item:not(:first-child) {
  margin-top: 12px;
}
@media screen and (min-width: 528px) {
  .parent-link__item:nth-child(2) {
    margin-top: 0;
  }
}
.parent-link__anchor {
  border-radius: 12px;
  border: 2px solid #a88954;
  -webkit-box-shadow: 0 0 0 6px #fff inset;
  box-shadow: 0 0 0 6px #fff inset;
  background: #F5F1EB;
  width: 100%;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: #a88954;
  font-weight: bold;
  position: relative;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  transition: opacity 200ms;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .parent-link__anchor:hover {
    opacity: 0.7;
  }
}
@supports (-ms-ime-align: auto) {
  .parent-link__anchor:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 528px) {
  .parent-link__anchor {
    width: 258px;
  }
}
.parent-link__anchor span {
  font-size: 28px;
  margin-top: 12px;
}
.parent-link__anchor::before {
  content: "";
  width: 96px;
  height: 90px;
  background: center top/cover no-repeat url(/doc/cosme/best_cosmes/2021/assets/img/link_bg.png);
  bottom: 6px;
  left: 20px;
  position: absolute;
}

[data-accordion=target] {
  -webkit-transition: height 200ms;
  transition: height 200ms;
  overflow: hidden;
  height: 0;
}

html.is-active-modal {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

[data-modal-target] {
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  opacity: 0;
}

.is-active-modal [data-modal-target] {
  opacity: 1;
}