@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
body {
  background-color: #F8F8F8;
}

.bestcosme2024ss-lp {
  position: relative;
  margin: 0 auto;
  padding-bottom: calc(60 * 100vw/390);
  background-color: var(--color-background);
  color: var(--color-text--3);
  font-family: var(--font-english), "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(390 * 100vw/390);
  z-index: 0;
}
.bestcosme2024ss-lp .bg {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: calc(390 * 100vw/390);
  height: calc(869 * 100vw/390);
  background-image: url(../img/bg_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.bestcosme2024ss-lp img,
.bestcosme2024ss-lp svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.bestcosme2024ss-lp picture {
  display: block;
}
.bestcosme2024ss-lp a {
  display: block;
  color: inherit;
}
.bestcosme2024ss-lp *:focus {
  outline: none;
}
.bestcosme2024ss-lp a,
.bestcosme2024ss-lp label {
  -webkit-tap-highlight-color: rgba(192, 163, 103, 0.2);
}
.bestcosme2024ss-lp input {
  display: none;
}
.bestcosme2024ss-lp li,
.bestcosme2024ss-lp ol {
  list-style-type: none;
}
.bestcosme2024ss-lp .spOnly {
  display: block;
}
.bestcosme2024ss-lp .pcOnly {
  display: none;
}
.bestcosme2024ss-lp ::-moz-selection {
  color: var(--color-background);
  background-color: rgba(192, 163, 103, 0.6);
}
.bestcosme2024ss-lp ::selection {
  color: var(--color-background);
  background-color: rgba(192, 163, 103, 0.6);
}
.bestcosme2024ss-lp sup {
  font-size: 0.6em;
}
.bestcosme2024ss-lp #share img {
  margin: auto;
}
.bestcosme2024ss-lp .fv__img,
.bestcosme2024ss-lp .fv__textwrap,
.bestcosme2024ss-lp .anim {
  opacity: 0;
}
.bestcosme2024ss-lp .fv__textwrap {
  -webkit-animation: fade 1.4s 0.4s ease forwards;
          animation: fade 1.4s 0.4s ease forwards;
}
.bestcosme2024ss-lp .anim_enable {
  -webkit-animation: fade 1.4s ease forwards;
          animation: fade 1.4s ease forwards;
}
@-webkit-keyframes fade {
  20% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  20% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bestcosme2024ss-lp .fv__img {
  -webkit-animation: mv-fade 1.6s ease 0.2s forwards;
          animation: mv-fade 1.6s ease 0.2s forwards;
  filter: blur(6px);
  opacity: 0;
}
@-webkit-keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

/*--------------------------------
							SP  Only
--------------------------------*/
/* .bestcosme2024ss-lp : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.bestcosme2024ss-lp {
  --color-text: #000000;
  --color-text--2: #ffffff;
  --color-text--3: #7C7C7C;
  --color-background: #F8F8F8;
  --color-GRAND-PRIX--text: #C0A367;
  --color-GRAND-PRIX--bg: #E6D8BA;
  --color-LOTION--text: #86aca7;
  --color-LOTION--bg: #D0DEDE;
  --color-WASH-CLEANSING--text: #bd9795;
  --color-WASH-CLEANSING--bg: #E5D8D8;
  --color-SERUM--text: #c7a380;
  --color-SERUM--bg: #EDDDCC;
  --color-EMULSION-CREAM--text: #b4af8c;
  --color-EMULSION-CREAM--bg: #E5E3D2;
  --color-BASE-MAKE--text: #97ab95;
  --color-BASE-MAKE--bg: #D7E3D6;
  --color-MAKE-UP--text: #de9776;
  --color-MAKE-UP--bg: #F0DCD3;
  --color-HAIR-CARE--text: #92b0b7;
  --color-HAIR-CARE--bg: #D5E6EA;
  --color-BODY-CARE--text: #9e93ac;
  --color-BODY-CARE--bg: #E1DBE6;
  --color-FEMCARE--text: #c797b6;
  --color-FEMCARE--bg: #F2DEE9;
  --color-INNER-CARE--text: #9eab8b;
  --color-INNER-CARE--bg: #DDE6D0;
  --font-english: "Lato";
}
.bestcosme2024ss-lp .fv {
  margin-bottom: calc(39 * 100vw/390);
  color: var(--color-text);
}
.bestcosme2024ss-lp .fv__img {
  margin-bottom: calc(59 * 100vw/390);
  width: 100%;
}
.bestcosme2024ss-lp .fv__title {
  margin-bottom: calc(11 * 100vw/390);
  font-size: calc(20 * 100vw/390);
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
}
.bestcosme2024ss-lp .fv__subtitle {
  margin-bottom: calc(24 * 100vw/390);
  font-size: calc(19 * 100vw/390);
  font-weight: 400;
}
.bestcosme2024ss-lp .fv__text {
  font-size: calc(14 * 100vw/390);
  line-height: 1.79;
  text-align: center;
}
.bestcosme2024ss-lp .fv__icon {
  margin-top: calc(20 * 100vw/390);
  margin-inline: auto;
  width: calc(98 * 100vw/390);
}
.bestcosme2024ss-lp .menu {
  margin-bottom: calc(60 * 100vw/390);
}
.bestcosme2024ss-lp .menulist {
  display: grid;
  gap: calc(12 * 100vw/390) calc(6 * 100vw/390);
  grid-template-columns: repeat(3, minmax(0, auto));
  padding-inline: calc(7.5 * 100vw/390);
}
.bestcosme2024ss-lp .menu__item {
  width: calc(120 * 100vw/390);
}
.bestcosme2024ss-lp .menu__item:nth-child(1) .menu__text, .bestcosme2024ss-lp .menu__item:nth-child(2) .menu__text, .bestcosme2024ss-lp .menu__item:nth-child(6) .menu__text {
  padding-top: calc(9 * 100vw/390);
}
.bestcosme2024ss-lp .menu__link {
  text-decoration: none;
}
.bestcosme2024ss-lp .menu__text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(6 * 100vw/390);
  font-size: calc(12 * 100vw/390);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
.bestcosme2024ss-lp .section {
  position: relative;
  z-index: 0;
}
.bestcosme2024ss-lp .section.open {
  transition: all 0.5s ease;
  max-height: calc(2500 * 100vw/390);
}
.bestcosme2024ss-lp .section.open .section__button::after {
  transform-origin: top;
  transform: rotate(-90deg);
}
.bestcosme2024ss-lp .section.open::after {
  display: none;
  position: static !important;
  background-color: transparent !important;
}
.bestcosme2024ss-lp .section.close {
  transition: all 0.5s ease;
  overflow: hidden;
  max-height: calc(1010 * 100vw/390);
}
.bestcosme2024ss-lp .section.close:not(.GRAND-PRIX)::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(350 * 100vw/390);
  height: calc(162 * 100vw/390);
  z-index: 0;
}
.bestcosme2024ss-lp .section:nth-child(n+2) {
  margin-top: calc(49 * 100vw/390);
}
.bestcosme2024ss-lp .section__title {
  margin-left: calc(7 * 100vw/390);
  margin-bottom: calc(-7 * 100vw/390);
  font-size: calc(54 * 100vw/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.015em;
}
.bestcosme2024ss-lp .section__container {
  position: relative;
  margin-inline: calc(17 * 100vw/390);
  -webkit-padding-before: calc(19 * 100vw/390);
          padding-block-start: calc(19 * 100vw/390);
  padding-inline: calc(20 * 100vw/390);
  z-index: 0;
}
.bestcosme2024ss-lp .section__container.irregular {
  -webkit-padding-after: calc(20 * 100vw/390);
          padding-block-end: calc(20 * 100vw/390);
}
.bestcosme2024ss-lp .section__container.normal {
  -webkit-padding-after: calc(26 * 100vw/390);
          padding-block-end: calc(26 * 100vw/390);
}
.bestcosme2024ss-lp .section__container [class$=-place]:nth-of-type(n+2) {
  margin-top: calc(34 * 100vw/390);
}
.bestcosme2024ss-lp .section__container-title {
  display: block;
  position: absolute;
  top: calc(20 * 100vw/390);
  right: calc(4 * 100vw/390);
  color: var(--color-text--2);
  font-size: calc(13 * 100vw/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.055em;
  text-orientation: mixed;
  writing-mode: vertical-rl;
  z-index: 0;
}
.bestcosme2024ss-lp .section__inner {
  background-color: var(--color-text--2);
}
.bestcosme2024ss-lp .section__first-place .section__inner {
  padding-top: calc(31 * 100vw/390);
}
.bestcosme2024ss-lp .section__first-place .section__mainarea {
  margin-bottom: calc(31 * 100vw/390);
  padding-inline: calc(33 * 100vw/390);
}
.bestcosme2024ss-lp .section__first-place .section__rank {
  margin-top: calc(12 * 100vw/390);
  margin-bottom: calc(15 * 100vw/390);
}
.bestcosme2024ss-lp .section .low-place .section__mainarea {
  padding-top: calc(25 * 100vw/390);
  padding-bottom: calc(35 * 100vw/390);
}
.bestcosme2024ss-lp .section .low-place .section__rank {
  margin-bottom: calc(8 * 100vw/390);
}
.bestcosme2024ss-lp .section .low-place .section__img {
  padding-inline: calc(33 * 100vw/390);
}
.bestcosme2024ss-lp .section__3rd-place {
  margin-bottom: calc(54 * 100vw/390);
}
.bestcosme2024ss-lp .section__title--jp {
  font-size: calc(24 * 100vw/390);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.075em;
  text-align: center;
}
.bestcosme2024ss-lp .section__rank {
  text-align: center;
}
.bestcosme2024ss-lp .section__rank--img {
  display: inline-block;
  width: auto;
  height: calc(21 * 100vw/390);
}
.bestcosme2024ss-lp .section__mainarea {
  text-align: center;
}
.bestcosme2024ss-lp .section .bland {
  margin-bottom: calc(4 * 100vw/390);
  font-size: calc(18 * 100vw/390);
  font-weight: 700;
  line-height: 1.22;
}
.bestcosme2024ss-lp .section .name {
  margin-bottom: calc(13 * 100vw/390);
  font-weight: 400;
  letter-spacing: 0.055em;
}
.bestcosme2024ss-lp .section .button {
  display: inline-block;
  position: relative;
  padding: calc(11 * 100vw/390) calc(35 * 100vw/390) calc(11 * 100vw/390) calc(29 * 100vw/390);
  border-radius: calc(20 * 100vw/390);
  color: var(--color-text--2);
  font-size: calc(14 * 100vw/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.105em;
  z-index: 0;
}
.bestcosme2024ss-lp .section .button::after {
  content: "";
  position: absolute;
  top: calc(15 * 100vw/390);
  right: calc(9.6 * 100vw/390);
  width: calc(8 * 100vw/390);
  height: calc(7 * 100vw/390);
  -webkit-mask-image: url(../img/arrow.svg);
          mask-image: url(../img/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--color-text--2);
  z-index: 0;
}
.bestcosme2024ss-lp .section .button:hover {
  opacity: 1;
  background-color: var(--color-text--2);
}
.bestcosme2024ss-lp .section__button {
  display: flex;
  align-items: baseline;
  justify-content: center;
  -moz-column-gap: calc(12 * 100vw/390);
       column-gap: calc(12 * 100vw/390);
  position: absolute;
  transform: translateX(-50%);
  margin-inline: auto;
  padding: calc(9 * 100vw/390) calc(10 * 100vw/390) calc(8.5 * 100vw/390) calc(20 * 100vw/390);
  left: 50%;
  bottom: calc(26 * 100vw/390);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: calc(20 * 100vw/390);
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  width: calc(266 * 100vw/390);
  z-index: 1;
}
.bestcosme2024ss-lp .section__button::after {
  content: "";
  transform: rotate(90deg);
  width: calc(8 * 100vw/390);
  height: calc(7 * 100vw/390);
  -webkit-mask-image: url(../img/arrow.svg);
          mask-image: url(../img/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--color-text--3);
}
.bestcosme2024ss-lp .section__button--text {
  display: inline-block;
  font-size: calc(14 * 100vw/390);
  line-height: 1.1;
  letter-spacing: 0.055em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bestcosme2024ss-lp .section .irregular .section__title--jp {
  margin-bottom: calc(27 * 100vw/390);
}
.bestcosme2024ss-lp .section .irregular__img {
  position: relative;
  margin-inline: auto;
  width: calc(79 * 100vw/390);
  z-index: 0;
}
.bestcosme2024ss-lp .section .irregular__img::before {
  content: "";
  position: absolute;
  top: calc(-29 * 100vw/390);
  right: calc(-85 * 100vw/390);
  width: calc(79 * 100vw/390);
  height: calc(138 * 100vw/390);
  background-image: url(../img/GRAND-PRIX_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.bestcosme2024ss-lp .section .irregular__credit {
  margin-top: calc(-33 * 100vw/390);
}
.bestcosme2024ss-lp .section .irregular__credit .name {
  font-size: calc(17 * 100vw/390);
  line-height: 1.5;
}
.bestcosme2024ss-lp .section .normal .section__credit {
  margin-top: calc(-8 * 100vw/390);
}
.bestcosme2024ss-lp .section .normal .name {
  font-size: calc(16 * 100vw/390);
  line-height: 1.5;
}
.bestcosme2024ss-lp .comment {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -moz-column-gap: calc(11 * 100vw/390);
       column-gap: calc(11 * 100vw/390);
  position: relative;
  padding-inline: calc(10 * 100vw/390) calc(20 * 100vw/390);
  padding-block: calc(28 * 100vw/390) calc(30 * 100vw/390);
  border-top: 2px solid;
  z-index: 0;
}
.bestcosme2024ss-lp .comment__head--img {
  width: calc(57 * 100vw/390);
}
.bestcosme2024ss-lp .comment__title {
  font-size: calc(32 * 100vw/390);
  font-weight: 700;
  line-height: 1;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}
.bestcosme2024ss-lp .comment__wrap {
  width: calc(238 * 100vw/390);
}
.bestcosme2024ss-lp .comment__wrap:nth-of-type(n+2) {
  margin-top: calc(26 * 100vw/390);
}
.bestcosme2024ss-lp .comment__head {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(12 * 100vw/390);
       column-gap: calc(12 * 100vw/390);
  margin-bottom: calc(7 * 100vw/390);
}
.bestcosme2024ss-lp .comment-person {
  color: #595959;
  font-size: calc(16 * 100vw/390);
  font-weight: 400;
  line-height: 1.45;
}
.bestcosme2024ss-lp .comment-person__position {
  display: block;
  font-size: calc(12 * 100vw/390);
  font-weight: 300;
}
.bestcosme2024ss-lp .comment-person--small {
  font-size: calc(12 * 100vw/390);
}
.bestcosme2024ss-lp .comment__text {
  padding-left: calc(2 * 100vw/390);
  font-size: calc(12 * 100vw/390);
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 0;
  text-align: justify;
}
.bestcosme2024ss-lp .staff-comment {
  margin-top: calc(17 * 100vw/390);
  padding-inline: calc(7 * 100vw/390);
}
.bestcosme2024ss-lp .staff-comment__wrap:nth-child(n+2) {
  margin-top: calc(20 * 100vw/390);
}
.bestcosme2024ss-lp .staff-comment-person {
  color: #6a6a6a;
  font-size: calc(14 * 100vw/390);
  font-weight: 500;
  line-height: 1;
}
.bestcosme2024ss-lp .staff-comment-person__position {
  padding-right: calc(8 * 100vw/390);
  font-size: calc(12 * 100vw/390);
  font-weight: 700;
}
.bestcosme2024ss-lp .staff-comment-person--small {
  font-size: calc(12 * 100vw/390);
}
.bestcosme2024ss-lp .staff-comment__text {
  margin-top: calc(7 * 100vw/390);
  font-size: calc(12 * 100vw/390);
  line-height: 1.67;
  letter-spacing: 0.006em;
  text-align: justify;
}
.bestcosme2024ss-lp .SPECIAL-KIT {
  margin-top: calc(69 * 100vw/390);
  padding-top: calc(35 * 100vw/390);
  padding-inline: calc(17 * 100vw/390);
  padding-bottom: calc(48 * 100vw/390);
}
.bestcosme2024ss-lp .SPECIAL-KIT__title {
  margin-left: 0;
  margin-bottom: calc(10 * 100vw/390);
  font-size: calc(49 * 100vw/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.015em;
  text-align: center;
}
.bestcosme2024ss-lp .SPECIAL-KIT__text {
  margin-bottom: calc(27 * 100vw/390);
  font-size: calc(15 * 100vw/390);
  line-height: 1.5;
  letter-spacing: 0.055em;
  text-align: center;
}
.bestcosme2024ss-lp .SPECIAL-KIT__item__img {
  position: relative;
  margin-bottom: calc(13 * 100vw/390);
  z-index: 0;
}
.bestcosme2024ss-lp .SPECIAL-KIT__item__img::before {
  content: "";
  position: absolute;
  top: calc(5 * 100vw/390);
  left: calc(5 * 100vw/390);
  width: calc(60 * 100vw/390);
  height: calc(60 * 100vw/390);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.bestcosme2024ss-lp .SPECIAL-KIT__item__name {
  padding-left: calc(7 * 100vw/390);
  color: #595959;
  font-size: calc(16 * 100vw/390);
  line-height: 1.3;
  letter-spacing: 0.055em;
}
.bestcosme2024ss-lp .SPECIAL-KIT__item__name--small {
  margin-left: calc(-4 * 100vw/390);
  font-size: calc(14 * 100vw/390);
  font-weight: 500;
  letter-spacing: 0.025em;
}
.bestcosme2024ss-lp .SPECIAL-KIT__pricewrap {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(14 * 100vw/390);
       column-gap: calc(14 * 100vw/390);
  margin-top: calc(8 * 100vw/390);
  padding-left: calc(7 * 100vw/390);
}
.bestcosme2024ss-lp .SPECIAL-KIT__price {
  color: #595959;
  font-size: calc(17 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.055em;
}
.bestcosme2024ss-lp .SPECIAL-KIT__price--small {
  font-size: calc(12 * 100vw/390);
}
.bestcosme2024ss-lp .SPECIAL-KIT .button {
  position: relative;
  padding: calc(6 * 100vw/390) calc(22.5 * 100vw/390) calc(6 * 100vw/390) calc(16 * 100vw/390);
  background-color: var(--color-GRAND-PRIX--text);
  border: 1px solid var(--color-GRAND-PRIX--text);
  border-radius: calc(27 * 100vw/390);
  box-sizing: border-box;
  color: var(--color-text--2);
  font-size: calc(13 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.035em;
  width: calc(110 * 100vw/390);
  z-index: 0;
}
.bestcosme2024ss-lp .SPECIAL-KIT .button:hover {
  background-color: var(--color-text--2);
  color: var(--color-GRAND-PRIX--text);
  opacity: 1;
}
.bestcosme2024ss-lp .SPECIAL-KIT .button:hover::after {
  background-color: var(--color-GRAND-PRIX--text);
}
.bestcosme2024ss-lp .SPECIAL-KIT .button::after {
  content: "";
  position: absolute;
  top: calc(10 * 100vw/390);
  right: calc(10 * 100vw/390);
  width: calc(7 * 100vw/390);
  height: calc(7 * 100vw/390);
  -webkit-mask-image: url(../img/arrow.svg);
          mask-image: url(../img/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--color-text--2);
  z-index: 0;
}
.bestcosme2024ss-lp .SPECIAL-KIT__container {
  position: relative;
  margin-top: calc(25 * 100vw/390);
  padding: calc(18 * 100vw/390) calc(15 * 100vw/390) calc(16 * 100vw/390);
  border: 1px solid #EADDC3;
  border-radius: calc(2 * 100vw/390);
  z-index: 0;
}
.bestcosme2024ss-lp .SPECIAL-KIT__container__title {
  position: absolute;
  transform: translateX(-50%);
  padding-inline: calc(9 * 100vw/390);
  top: calc(-10 * 100vw/390);
  left: 50%;
  background-color: var(--color-text--2);
  color: var(--color-GRAND-PRIX--text);
  font-size: calc(14 * 100vw/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.055em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
}
.bestcosme2024ss-lp .kit--1 .SPECIAL-KIT__item__img::before {
  background-image: url(../img/kit1.svg);
}
.bestcosme2024ss-lp .kit--2 {
  margin-top: calc(34 * 100vw/390);
}
.bestcosme2024ss-lp .kit--2 .SPECIAL-KIT__item__img::before {
  background-image: url(../img/kit2.svg);
}
.bestcosme2024ss-lp .container__item {
  position: relative;
  padding-left: calc(13 * 100vw/390);
  list-style-type: none;
  counter-increment: cnt;
  z-index: 0;
}
.bestcosme2024ss-lp .container__item::before {
  position: absolute;
  content: "" counter(cnt) ".";
  top: 0;
  left: 0;
  font-size: calc(11 * 100vw/390);
  line-height: 1.14;
  letter-spacing: 0.055em;
}
.bestcosme2024ss-lp .container__item:nth-child(n+2) {
  margin-top: calc(7 * 100vw/390);
}
.bestcosme2024ss-lp .container__item__text {
  font-size: calc(11 * 100vw/390);
  font-weight: 500;
  line-height: 1.14;
  width: calc(299 * 100vw/390);
}
.bestcosme2024ss-lp .container__item__detail {
  font-size: calc(10 * 100vw/390);
  line-height: 1.25;
}
.bestcosme2024ss-lp .detail__item {
  margin-top: calc(4 * 100vw/390);
}
.bestcosme2024ss-lp .detail__item:nth-child(1) {
  margin-top: calc(5 * 100vw/390);
}

.GRAND-PRIX .section__title,
.GRAND-PRIX .comment__title {
  color: var(--color-GRAND-PRIX--bg);
}
.GRAND-PRIX .section__container {
  background-color: var(--color-GRAND-PRIX--bg);
}
.GRAND-PRIX .button {
  background-color: var(--color-GRAND-PRIX--text);
  border: 1px solid var(--color-GRAND-PRIX--text);
}
.GRAND-PRIX .button:hover {
  color: var(--color-GRAND-PRIX--text);
}
.GRAND-PRIX .button:hover::after {
  background-color: var(--color-GRAND-PRIX--text);
}
.GRAND-PRIX .bland,
.GRAND-PRIX .name {
  color: var(--color-GRAND-PRIX--text);
}
.GRAND-PRIX .comment {
  border-color: var(--color-GRAND-PRIX--bg);
}

.LOTION__menu-item {
  color: var(--color-LOTION--text);
}
.LOTION .section__title,
.LOTION .comment__title {
  color: var(--color-LOTION--bg);
}
.LOTION .section__container {
  background-color: var(--color-LOTION--bg);
}
.LOTION.close::after {
  background: linear-gradient(0deg, rgb(208, 222, 222) 0%, rgba(208, 222, 222, 0) 100%);
}
.LOTION .button {
  background-color: var(--color-LOTION--text);
  border: 1px solid var(--color-LOTION--text);
}
.LOTION .button:hover {
  color: var(--color-LOTION--text);
}
.LOTION .button:hover::after {
  background-color: var(--color-LOTION--text);
}
.LOTION .bland,
.LOTION .name {
  color: var(--color-LOTION--text);
}
.LOTION .comment {
  border-color: var(--color-LOTION--bg);
}

.WASH-CLEANSING__menu-item {
  color: var(--color-WASH-CLEANSING--text);
}
.WASH-CLEANSING .section__title,
.WASH-CLEANSING .comment__title {
  color: var(--color-WASH-CLEANSING--bg);
}
.WASH-CLEANSING .section__container {
  background-color: var(--color-WASH-CLEANSING--bg);
}
.WASH-CLEANSING.close::after {
  background: linear-gradient(0deg, rgb(235, 225, 225) 0%, rgba(235, 225, 225, 0) 100%);
}
.WASH-CLEANSING .button {
  background-color: var(--color-WASH-CLEANSING--text);
  border: 1px solid var(--color-WASH-CLEANSING--text);
}
.WASH-CLEANSING .button:hover {
  color: var(--color-WASH-CLEANSING--text);
}
.WASH-CLEANSING .button:hover::after {
  background-color: var(--color-WASH-CLEANSING--text);
}
.WASH-CLEANSING .bland,
.WASH-CLEANSING .name {
  color: var(--color-WASH-CLEANSING--text);
}
.WASH-CLEANSING .comment {
  border-color: var(--color-WASH-CLEANSING--bg);
}

.SERUM__menu-item {
  color: var(--color-SERUM--text);
}
.SERUM .section__title,
.SERUM .comment__title {
  color: var(--color-SERUM--bg);
}
.SERUM .section__container {
  background-color: var(--color-SERUM--bg);
}
.SERUM.close::after {
  background: linear-gradient(0deg, rgb(237, 221, 204) 0%, rgba(237, 221, 204, 0) 100%);
}
.SERUM .button {
  background-color: var(--color-SERUM--text);
  border: 1px solid var(--color-SERUM--text);
}
.SERUM .button:hover {
  color: var(--color-SERUM--text);
}
.SERUM .button:hover::after {
  background-color: var(--color-SERUM--text);
}
.SERUM .bland,
.SERUM .name {
  color: var(--color-SERUM--text);
}
.SERUM .comment {
  border-color: var(--color-SERUM--bg);
}

.EMULSION-CREAM__menu-item {
  color: var(--color-EMULSION-CREAM--text);
}
.EMULSION-CREAM .section__title,
.EMULSION-CREAM .comment__title {
  color: var(--color-EMULSION-CREAM--bg);
}
.EMULSION-CREAM .section__container {
  background-color: var(--color-EMULSION-CREAM--bg);
}
.EMULSION-CREAM.close::after {
  background: linear-gradient(0deg, rgb(229, 227, 214) 0%, rgba(229, 227, 204, 0) 100%);
}
.EMULSION-CREAM .button {
  background-color: var(--color-EMULSION-CREAM--text);
  border: 1px solid var(--color-EMULSION-CREAM--text);
}
.EMULSION-CREAM .button:hover {
  color: var(--color-EMULSION-CREAM--text);
}
.EMULSION-CREAM .button:hover::after {
  background-color: var(--color-EMULSION-CREAM--text);
}
.EMULSION-CREAM .bland,
.EMULSION-CREAM .name {
  color: var(--color-EMULSION-CREAM--text);
}
.EMULSION-CREAM .comment {
  border-color: var(--color-EMULSION-CREAM--bg);
}

.BASE-MAKE__menu-item {
  color: var(--color-BASE-MAKE--text);
}
.BASE-MAKE .section__title,
.BASE-MAKE .comment__title {
  color: var(--color-BASE-MAKE--bg);
}
.BASE-MAKE .section__container {
  background-color: var(--color-BASE-MAKE--bg);
}
.BASE-MAKE.close::after {
  background: linear-gradient(0deg, rgb(215, 227, 214) 0%, rgba(215, 227, 204, 0) 100%);
}
.BASE-MAKE .button {
  background-color: var(--color-BASE-MAKE--text);
  border: 1px solid var(--color-BASE-MAKE--text);
}
.BASE-MAKE .button:hover {
  color: var(--color-BASE-MAKE--text);
}
.BASE-MAKE .button:hover::after {
  background-color: var(--color-BASE-MAKE--text);
}
.BASE-MAKE .bland,
.BASE-MAKE .name {
  color: var(--color-BASE-MAKE--text);
}
.BASE-MAKE .comment {
  border-color: var(--color-BASE-MAKE--bg);
}

.MAKE-UP__menu-item {
  color: var(--color-MAKE-UP--text);
}
.MAKE-UP .section__title,
.MAKE-UP .comment__title {
  color: var(--color-MAKE-UP--bg);
}
.MAKE-UP .section__container {
  background-color: var(--color-MAKE-UP--bg);
}
.MAKE-UP.close::after {
  background: linear-gradient(0deg, rgb(240, 220, 211) 0%, rgba(240, 220, 211, 0) 100%);
}
.MAKE-UP .button {
  background-color: var(--color-MAKE-UP--text);
  border: 1px solid var(--color-MAKE-UP--text);
}
.MAKE-UP .button:hover {
  color: var(--color-MAKE-UP--text);
}
.MAKE-UP .button:hover::after {
  background-color: var(--color-MAKE-UP--text);
}
.MAKE-UP .bland,
.MAKE-UP .name {
  color: var(--color-MAKE-UP--text);
}
.MAKE-UP .comment {
  border-color: var(--color-MAKE-UP--bg);
}

.HAIR-CARE__menu-item {
  color: var(--color-HAIR-CARE--text);
}
.HAIR-CARE .section__title,
.HAIR-CARE .comment__title {
  color: var(--color-HAIR-CARE--bg);
}
.HAIR-CARE .section__container {
  background-color: var(--color-HAIR-CARE--bg);
}
.HAIR-CARE.close::after {
  background: linear-gradient(0deg, rgb(213, 230, 234) 0%, rgba(213, 230, 234, 0) 100%);
}
.HAIR-CARE .button {
  background-color: var(--color-HAIR-CARE--text);
  border: 1px solid var(--color-HAIR-CARE--text);
}
.HAIR-CARE .button:hover {
  color: var(--color-HAIR-CARE--text);
}
.HAIR-CARE .button:hover::after {
  background-color: var(--color-HAIR-CARE--text);
}
.HAIR-CARE .bland,
.HAIR-CARE .name {
  color: var(--color-HAIR-CARE--text);
}
.HAIR-CARE .comment {
  border-color: var(--color-HAIR-CARE--bg);
}

.BODY-CARE.close {
  max-height: calc(1380 * 100vw/390);
}
.BODY-CARE__menu-item {
  color: var(--color-BODY-CARE--text);
}
.BODY-CARE .section__title,
.BODY-CARE .comment__title {
  color: var(--color-BODY-CARE--bg);
}
.BODY-CARE .section__container {
  background-color: var(--color-BODY-CARE--bg);
  overflow: hidden;
}
.BODY-CARE.close::after {
  background: linear-gradient(0deg, rgb(225, 219, 230) 0%, rgba(225, 219, 230, 0) 100%);
}
.BODY-CARE .button {
  background-color: var(--color-BODY-CARE--text);
  border: 1px solid var(--color-BODY-CARE--text);
}
.BODY-CARE .button:hover {
  color: var(--color-BODY-CARE--text);
}
.BODY-CARE .button:hover::after {
  background-color: var(--color-BODY-CARE--text);
}
.BODY-CARE .bland,
.BODY-CARE .name {
  color: var(--color-BODY-CARE--text);
}
.BODY-CARE .comment {
  border-color: var(--color-BODY-CARE--bg);
}
.BODY-CARE.section .irregular .section__title--jp {
  margin-bottom: 0;
}

.FEMCARE__menu-item {
  color: var(--color-FEMCARE--text);
}
.FEMCARE .section__title,
.FEMCARE .comment__title {
  color: var(--color-FEMCARE--bg);
}
.FEMCARE .section__container {
  background-color: var(--color-FEMCARE--bg);
}
.FEMCARE.close::after {
  background: linear-gradient(0deg, rgb(242, 222, 233) 0%, rgba(242, 222, 233, 0) 100%);
}
.FEMCARE .button {
  background-color: var(--color-FEMCARE--text);
  border: 1px solid var(--color-FEMCARE--text);
}
.FEMCARE .button:hover {
  color: var(--color-FEMCARE--text);
}
.FEMCARE .button:hover::after {
  background-color: var(--color-FEMCARE--text);
}
.FEMCARE .bland,
.FEMCARE .name {
  color: var(--color-FEMCARE--text);
}
.FEMCARE .comment {
  border-color: var(--color-FEMCARE--bg);
}

.INNER-CARE__menu-item {
  color: var(--color-INNER-CARE--text);
}
.INNER-CARE .section__title,
.INNER-CARE .comment__title {
  color: var(--color-INNER-CARE--bg);
}
.INNER-CARE .section__container {
  background-color: var(--color-INNER-CARE--bg);
}
.INNER-CARE.close::after {
  background: linear-gradient(0deg, rgb(221, 230, 208) 0%, rgba(221, 230, 208, 0) 100%);
}
.INNER-CARE .button {
  background-color: var(--color-INNER-CARE--text);
  border: 1px solid var(--color-INNER-CARE--text);
}
.INNER-CARE .button:hover {
  color: var(--color-INNER-CARE--text);
}
.INNER-CARE .button:hover::after {
  background-color: var(--color-INNER-CARE--text);
}
.INNER-CARE .bland,
.INNER-CARE .name {
  color: var(--color-INNER-CARE--text);
}
.INNER-CARE .comment {
  border-color: var(--color-INNER-CARE--bg);
}

.SPECIAL-KIT {
  background-color: var(--color-text--2);
}
.SPECIAL-KIT__menu-item {
  color: var(--color-GRAND-PRIX--text);
}
.SPECIAL-KIT__title {
  color: var(--color-GRAND-PRIX--text);
}
.SPECIAL-KIT__text {
  color: var(--color-text);
}

/* .bestcosme2024ss-lp SP*/
/*------------------------------------
≡≡≡≡≡≡≡ ▼ following-nav  SP ▼ ≡≡≡≡≡≡≡
------------------------------------*/
.following-nav {
  position: fixed;
  transition: transform 0.6s ease;
  transform: translateY(100%);
  bottom: calc(38 * 100vw/390);
  right: calc(12 * 100vw/390);
  cursor: pointer;
  width: calc(62 * 100vw/390);
  height: calc(62 * 100vw/390);
  visibility: hidden;
  box-sizing: border-box;
}

#share {
  transition: transform 0.6s ease;
}

.following-nav.up-active {
  transform: translateY(100%);
  visibility: visible;
  z-index: 10;
}

.following-nav.up-active {
  transform: translateY(0);
  visibility: visible;
  z-index: 10;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #FooterWrap {
    position: relative;
    z-index: 1;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  .bestcosme2024ss-lp {
    padding-bottom: 9rem;
    max-width: 100vw;
  }
  .bestcosme2024ss-lp .bg {
    width: 100vw;
    height: 100%;
    background-image: url(../img/bg_pc.png);
    background-size: cover;
  }
  .bestcosme2024ss-lp a {
    cursor: pointer;
  }
  .bestcosme2024ss-lp .pcOnly {
    display: block;
  }
  .bestcosme2024ss-lp .spOnly {
    display: none;
  }
  .bestcosme2024ss-lp .fv__img {
    -webkit-animation: mv-fade 1.7s ease 0.2s forwards;
            animation: mv-fade 1.7s ease 0.2s forwards;
  }
  .bestcosme2024ss-lp .section__item:nth-of-type(2).anim_enable {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .bestcosme2024ss-lp .section__item:nth-of-type(2) .border01 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 1.4s;
  }
  .bestcosme2024ss-lp .section__item:nth-of-type(2) .border02 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s 0.9s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2.3s;
  }
  .bestcosme2024ss-lp .section__item:nth-of-type(2) .active .border::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .bestcosme2024ss-lp .section__item:nth-of-type(2) .active .border02::after {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .bestcosme2024ss-lp .section__item:nth-of-type(3).anim_enable {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .bestcosme2024ss-lp .section__item:nth-of-type(3) .border01 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2s;
  }
  .bestcosme2024ss-lp .section__item:nth-of-type(3) .border02 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s 0.9s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2.9s;
  }
  .bestcosme2024ss-lp .section__item:nth-of-type(3) .active .border::after {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .bestcosme2024ss-lp .section__item:nth-of-type(3) .active .border02::after {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  .bestcosme2024ss-lp .border::after {
    top: -0.8rem;
    height: 2.6rem;
  }
  /* .bestcosme2024ss-lp : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .bestcosme2024ss-lp .fv {
    margin-bottom: 3.3rem;
  }
  .bestcosme2024ss-lp .fv__img {
    margin-bottom: 3.6rem;
  }
  .bestcosme2024ss-lp .fv__title {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    line-height: 1.25;
  }
  .bestcosme2024ss-lp .fv__subtitle {
    margin-bottom: 1.5rem;
    font-size: 2.1rem;
  }
  .bestcosme2024ss-lp .fv__text {
    font-size: 1.4rem;
  }
  .bestcosme2024ss-lp .fv__icon {
    margin-top: 1.9rem;
    width: 8.7rem;
  }
  .bestcosme2024ss-lp .menu {
    margin-bottom: 8.6rem;
  }
  .bestcosme2024ss-lp .menulist {
    display: grid;
    gap: 2.2rem 1rem;
    justify-content: center;
    grid-template-columns: repeat(6, minmax(0, 14rem));
    padding-inline: 0;
  }
  .bestcosme2024ss-lp .menu__item {
    width: 100%;
  }
  .bestcosme2024ss-lp .menu__item:nth-child(1) .menu__text, .bestcosme2024ss-lp .menu__item:nth-child(2) .menu__text, .bestcosme2024ss-lp .menu__item:nth-child(6) .menu__text {
    padding-top: 0;
  }
  .bestcosme2024ss-lp .menu__text {
    margin-top: 0.9rem;
    font-size: 1.3rem;
  }
  .bestcosme2024ss-lp .section.open {
    max-height: 130rem;
  }
  .bestcosme2024ss-lp .section.close {
    max-height: 57rem;
  }
  .bestcosme2024ss-lp .section.close:not(.GRAND-PRIX)::after {
    width: 86.6rem;
    height: 12rem;
  }
  .bestcosme2024ss-lp .section:nth-child(n+2) {
    margin-top: 5.8rem;
  }
  .bestcosme2024ss-lp .section__title {
    position: absolute;
    transform: translateX(-50%) rotate(180deg);
    top: 7.1rem;
    left: 50%;
    margin-left: -45.6rem;
    margin-bottom: 0;
    font-size: 6rem;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    white-space: nowrap;
    z-index: 1;
  }
  .bestcosme2024ss-lp .section__container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 2.6rem 1.8rem;
    margin-inline: auto;
    -webkit-padding-before: 2.9rem;
            padding-block-start: 2.9rem;
    padding-inline: 2.9rem 3.9rem;
    box-sizing: border-box;
    width: 86.6rem;
  }
  .bestcosme2024ss-lp .section__container.irregular {
    -webkit-padding-after: 2.9rem;
            padding-block-end: 2.9rem;
  }
  .bestcosme2024ss-lp .section__container.normal {
    -webkit-padding-after: 2.9rem;
            padding-block-end: 2.9rem;
  }
  .bestcosme2024ss-lp .section__container [class$=-place]:nth-of-type(n+2) {
    margin-top: 0;
  }
  .bestcosme2024ss-lp .section__container-title {
    top: 3.8rem;
    right: 1.2rem;
    font-size: 1.3rem;
  }
  .bestcosme2024ss-lp .section__first-place {
    width: 100%;
  }
  .bestcosme2024ss-lp .section__first-place .section__inner {
    padding-top: 3.2rem;
  }
  .bestcosme2024ss-lp .section__first-place .section__mainarea {
    padding-inline: 0;
  }
  .bestcosme2024ss-lp .section__first-place .section__img {
    width: 19rem;
  }
  .bestcosme2024ss-lp .section__first-place .section__credit {
    margin-left: 1.4rem;
  }
  .bestcosme2024ss-lp .section__first-place .section__rank {
    margin-top: 0.9rem;
    margin-bottom: 1.9rem;
  }
  .bestcosme2024ss-lp .section__first-place .staff-comment {
    padding-inline: 1.8rem;
  }
  .bestcosme2024ss-lp .section .low-place {
    margin-bottom: 5rem;
    width: 39rem;
  }
  .bestcosme2024ss-lp .section .low-place .section__mainarea {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
    box-sizing: border-box;
    height: 82%;
  }
  .bestcosme2024ss-lp .section .low-place .section__rank {
    margin-bottom: 1.2rem;
  }
  .bestcosme2024ss-lp .section .low-place .section__img {
    padding-inline: 10rem;
  }
  .bestcosme2024ss-lp .section .low-place .bland {
    font-size: 1.5rem;
  }
  .bestcosme2024ss-lp .section .low-place .staff-comment {
    padding-inline: 0.7rem;
  }
  .bestcosme2024ss-lp .section__3rd-place {
    margin-bottom: 0;
  }
  .bestcosme2024ss-lp .section__title--jp {
    font-size: 2.5rem;
    width: 100%;
  }
  .bestcosme2024ss-lp .section__rank {
    width: 100%;
  }
  .bestcosme2024ss-lp .section__rank--img {
    display: inline-block;
    width: auto;
    height: 2.1rem;
  }
  .bestcosme2024ss-lp .section .bland {
    margin-bottom: 0.4rem;
  }
  .bestcosme2024ss-lp .section .name {
    margin-bottom: 1.1rem;
  }
  .bestcosme2024ss-lp .section .button {
    padding: 0.75rem 2.6rem 0.8rem 2.4rem;
    border-radius: 2rem;
    font-size: 1.1rem;
  }
  .bestcosme2024ss-lp .section .button::after {
    top: 0.9rem;
    right: 0.56rem;
    width: 0.9rem;
    height: 0.8rem;
  }
  .bestcosme2024ss-lp .section__button {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding: 0.7rem 1rem 0.75rem 2rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 2rem;
    bottom: 2rem;
    width: 26.8rem;
  }
  .bestcosme2024ss-lp .section__button::after {
    width: 0.7rem;
    height: 0.6rem;
  }
  .bestcosme2024ss-lp .section__button--text {
    font-size: 1.2rem;
  }
  .bestcosme2024ss-lp .section .irregular .section__title--jp {
    margin-bottom: 2.4rem;
  }
  .bestcosme2024ss-lp .section .irregular .section__first-place .section__mainarea {
    margin-bottom: 3.5rem;
  }
  .bestcosme2024ss-lp .section .irregular .section__first-place .button {
    padding: 0.75rem 3.5rem 0.7rem 3.4rem;
    font-size: 1.3rem;
  }
  .bestcosme2024ss-lp .section .irregular .section__first-place .button::after {
    top: 1rem;
    right: 0.86rem;
    width: 0.9rem;
    height: 0.8rem;
  }
  .bestcosme2024ss-lp .section .irregular__img {
    width: 8.9rem;
  }
  .bestcosme2024ss-lp .section .irregular__img::before {
    top: -2.7rem;
    right: -10.3rem;
    width: 8.5rem;
    height: 14.7rem;
  }
  .bestcosme2024ss-lp .section .irregular__credit {
    margin-top: -5.1rem;
  }
  .bestcosme2024ss-lp .section .irregular__credit .bland {
    font-size: 1.8rem;
  }
  .bestcosme2024ss-lp .section .irregular__credit .name {
    font-size: 1.7rem;
    line-height: 1.25;
  }
  .bestcosme2024ss-lp .section .normal .section__first-place__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-inline: 5.8rem 5.9rem;
  }
  .bestcosme2024ss-lp .section .normal .section__first-place .section__mainarea {
    display: flex;
    align-items: center;
    margin-bottom: 1.9rem;
  }
  .bestcosme2024ss-lp .section .normal .section__first-place .section__credit {
    margin-top: -3.5rem;
    text-align: left;
    width: 17rem;
  }
  .bestcosme2024ss-lp .section .normal .section__first-place .bland {
    font-size: 1.6rem;
  }
  .bestcosme2024ss-lp .section .normal .section__first-place .name {
    font-size: 1.5rem;
  }
  .bestcosme2024ss-lp .section .normal .low-place .section__credit {
    margin-top: -1.1rem;
  }
  .bestcosme2024ss-lp .section .normal .low-place .name {
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
  }
  .bestcosme2024ss-lp .section .normal .name {
    line-height: 1.25;
  }
  .bestcosme2024ss-lp .irregular .comment {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-inline: 2.5rem;
    padding: 0 0 2.4rem;
    border-top: 1px solid;
  }
  .bestcosme2024ss-lp .irregular .comment__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 2.1rem;
    padding-inline: 0.2rem 0.1rem;
    width: 100%;
  }
  .bestcosme2024ss-lp .irregular .comment__head--img {
    width: 5.6rem;
  }
  .bestcosme2024ss-lp .irregular .comment__title {
    margin-top: -1.4rem;
    padding-right: 1rem;
    background-color: var(--color-text--2);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    text-orientation: unset;
    writing-mode: unset;
  }
  .bestcosme2024ss-lp .irregular .comment__wrap {
    width: 24rem;
  }
  .bestcosme2024ss-lp .irregular .comment__wrap:nth-of-type(n+2) {
    margin-top: 0;
  }
  .bestcosme2024ss-lp .irregular .comment__head {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    margin-bottom: 0.7rem;
  }
  .bestcosme2024ss-lp .irregular .comment-person {
    font-size: 1.4rem;
  }
  .bestcosme2024ss-lp .irregular .comment-person__position {
    font-size: 1.2rem;
  }
  .bestcosme2024ss-lp .irregular .comment-person--small {
    font-size: 1.1rem;
  }
  .bestcosme2024ss-lp .irregular .comment__text {
    padding-left: 0.2rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .bestcosme2024ss-lp .normal .comment {
    -moz-column-gap: 0.9rem;
         column-gap: 0.9rem;
    margin-top: -2.9rem;
    margin-inline: 0;
    padding: 0;
    border-top: none;
  }
  .bestcosme2024ss-lp .normal .comment__head--img {
    width: 4.4rem;
  }
  .bestcosme2024ss-lp .normal .comment__title {
    position: relative;
    font-size: 1.5rem;
    z-index: 0;
  }
  .bestcosme2024ss-lp .normal .comment__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0.5rem;
    width: 2rem;
    height: 7.4rem;
    background-color: var(--color-text--2);
    z-index: -1;
  }
  .bestcosme2024ss-lp .normal .comment__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    width: 1px;
    height: 100%;
    border-left: 1px solid;
    z-index: -2;
  }
  .bestcosme2024ss-lp .normal .comment__wrap {
    padding-top: 0.5rem;
    width: 23.1rem;
  }
  .bestcosme2024ss-lp .normal .comment__head {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    margin-bottom: 0.7rem;
  }
  .bestcosme2024ss-lp .normal .comment-person {
    font-size: 1.3rem;
  }
  .bestcosme2024ss-lp .normal .comment-person__position {
    font-size: 1.2rem;
  }
  .bestcosme2024ss-lp .normal .comment-person--small {
    font-size: 1rem;
  }
  .bestcosme2024ss-lp .normal .comment__text {
    padding-left: 0.2rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .bestcosme2024ss-lp .staff-comment {
    display: flex;
    justify-content: center;
    -moz-column-gap: 2.2rem;
         column-gap: 2.2rem;
    margin-top: 1.5rem;
  }
  .bestcosme2024ss-lp .staff-comment__wrap {
    max-width: 38rem;
  }
  .bestcosme2024ss-lp .staff-comment__wrap:nth-child(n+2) {
    margin-top: 0;
  }
  .bestcosme2024ss-lp .staff-comment-person {
    font-size: 1.3rem;
  }
  .bestcosme2024ss-lp .staff-comment-person__position {
    padding-right: 1rem;
    font-size: 1.1rem;
  }
  .bestcosme2024ss-lp .staff-comment-person--small {
    font-size: 1rem;
  }
  .bestcosme2024ss-lp .staff-comment__text {
    margin-top: 0.8rem;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .bestcosme2024ss-lp .GRAND-PRIX .comment {
    border-color: var(--color-GRAND-PRIX--bg);
  }
  .bestcosme2024ss-lp .BODY-CARE .comment {
    border-color: var(--color-BODY-CARE--bg);
  }
  .bestcosme2024ss-lp .BODY-CARE.close {
    max-height: 88rem;
  }
  .bestcosme2024ss-lp .SPECIAL-KIT {
    margin-top: 6.1rem;
    margin-inline: auto;
    padding-top: 5.6rem;
    padding-inline: 10.15rem;
    padding-bottom: 6rem;
    box-sizing: border-box;
    max-width: 100rem;
  }
  .bestcosme2024ss-lp .SPECIAL-KIT__title {
    margin-bottom: 1.1rem;
    font-size: 5.4rem;
  }
  .bestcosme2024ss-lp .SPECIAL-KIT__text {
    margin-bottom: 4.3rem;
    font-size: 1.5rem;
    line-height: 1;
  }
  .bestcosme2024ss-lp .SPECIAL-KIT__item__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 2.2rem;
         column-gap: 2.2rem;
  }
  .bestcosme2024ss-lp .SPECIAL-KIT__item__img {
    margin-bottom: -0.5rem;
    width: 49.1rem;
  }
  .bestcosme2024ss-lp .SPECIAL-KIT__item__img::before {
    top: 0.6rem;
    left: 0.6rem;
    width: 8.26rem;
    height: 8.26rem;
  }
  .bestcosme2024ss-lp .SPECIAL-KIT__credit {
    margin-top: 0.4rem;
    width: 28.4rem;
  }
  .bestcosme2024ss-lp .SPECIAL-KIT__item__name {
    padding-left: 0.4rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .bestcosme2024ss-lp .SPECIAL-KIT__item__name--small {
    margin-left: -0.3rem;
    font-size: 1.5rem;
  }
  .bestcosme2024ss-lp .SPECIAL-KIT__pricewrap {
    -moz-column-gap: 2.1rem;
         column-gap: 2.1rem;
    margin-top: 0.8rem;
    padding-left: 0;
  }
  .bestcosme2024ss-lp .SPECIAL-KIT__price {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .bestcosme2024ss-lp .SPECIAL-KIT__price--small {
    font-size: 1.1rem;
  }
  .bestcosme2024ss-lp .SPECIAL-KIT .button {
    padding: 0.65rem 2.3rem 0.7rem 1.6rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    width: 11rem;
  }
  .bestcosme2024ss-lp .SPECIAL-KIT .button::after {
    top: 1rem;
    right: 0.9rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  .bestcosme2024ss-lp .SPECIAL-KIT__container {
    margin-top: 3.3rem;
    margin-inline: auto;
    padding: 2.3rem 3rem 2.3rem 3.4rem;
    border-radius: 0.2rem;
    box-sizing: border-box;
    width: 66.8rem;
  }
  .bestcosme2024ss-lp .SPECIAL-KIT__container__title {
    padding-inline: 0.9rem;
    top: -0.9rem;
    font-size: 1.4rem;
  }
  .bestcosme2024ss-lp .kit--1 .container__list {
    height: 16.4rem;
  }
  .bestcosme2024ss-lp .kit--2 {
    margin-top: 4rem;
  }
  .bestcosme2024ss-lp .kit--2 .container__list {
    height: 13.9rem;
  }
  .bestcosme2024ss-lp .kit--2 .SPECIAL-KIT__item__inner {
    flex-direction: row-reverse;
  }
  .bestcosme2024ss-lp .container__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
  }
  .bestcosme2024ss-lp .container__item {
    padding-left: 1.3rem;
  }
  .bestcosme2024ss-lp .container__item::before {
    font-size: 1.1rem;
  }
  .bestcosme2024ss-lp .container__item:nth-child(n+2) {
    margin-top: 0.75rem;
  }
  .bestcosme2024ss-lp .container__item:last-child {
    margin-top: 0;
  }
  .bestcosme2024ss-lp .container__item__text {
    font-size: 1.1rem;
    width: 29.4rem;
  }
  .bestcosme2024ss-lp .container__item__detail {
    font-size: 1rem;
  }
  .bestcosme2024ss-lp .detail__item {
    margin-top: 0.2rem;
  }
  .bestcosme2024ss-lp .detail__item:nth-child(1) {
    margin-top: 0.4rem;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡ ▼ following-nav  SP ▼ ≡≡≡≡≡≡≡
  ------------------------------------*/
  .following-nav {
    bottom: 3rem;
    right: 17rem;
    width: 5.6rem;
    height: 5.6rem;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡ ▼ page-top  PC ▼ ≡≡≡≡≡≡≡
  ------------------------------------*/
  /* .bestcosme2024ss-lp PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1400px )
 --------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal SP ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
body.fixd {
  overflow: hidden;
}

.modal_area {
  --color-text: #000000;
  --color-text--2: #ffffff;
  --color-text--3: #7C7C7C;
  --color-background: #F8F8F8;
  --color-GRAND-PRIX--text: #C0A367;
  --color-GRAND-PRIX--bg: #E6D8BA;
  --color-LOTION--text: #86aca7;
  --color-LOTION--bg: #D0DEDE;
  --color-WASH-CLEANSING--text: #bd9795;
  --color-WASH-CLEANSING--bg: #E5D8D8;
  --color-SERUM--text: #c7a380;
  --color-SERUM--bg: #EDDDCC;
  --color-EMULSION-CREAM--text: #b4af8c;
  --color-EMULSION-CREAM--bg: #E5E3D2;
  --color-BASE-MAKE--text: #97ab95;
  --color-BASE-MAKE--bg: #D7E3D6;
  --color-MAKE-UP--text: #de9776;
  --color-MAKE-UP--bg: #F0DCD3;
  --color-HAIR-CARE--text: #92b0b7;
  --color-HAIR-CARE--bg: #D5E6EA;
  --color-BODY-CARE--text: #9e93ac;
  --color-BODY-CARE--bg: #E1DBE6;
  --color-FEMCARE--text: #c797b6;
  --color-FEMCARE--bg: #F2DEE9;
  --color-INNER-CARE--text: #9eab8b;
  --color-INNER-CARE--bg: #DDE6D0;
  --font-english: "Lato";
  color: var(--color-text--3);
  font-family: var(--font-english), "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.025em;
}
.modal_area img {
  display: block;
  width: 100%;
  height: auto;
}
.modal_area .modal {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.modal_area .modal_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  background-size: cover;
  z-index: -1;
}
.modal_area .modal_content {
  position: relative;
  transform: translateY(-50%);
  top: 50svh;
  box-sizing: border-box;
  z-index: 1;
}
.modal_area .modal_top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: calc(30 * 100vw/390);
  bottom: calc(-50 * 100vw/390);
  width: calc(32 * 100vw/390);
  height: calc(27 * 100vw/390);
  z-index: 2;
}
.modal_area .modal-close {
  display: block;
  width: calc(32 * 100vw/390);
  height: calc(27 * 100vw/390);
}
.modal_area .menulist {
  display: grid;
  gap: calc(12 * 100vw/390) calc(6 * 100vw/390);
  grid-template-columns: repeat(3, minmax(0, auto));
  padding-inline: calc(7.5 * 100vw/390);
}
.modal_area .menu__item {
  width: calc(120 * 100vw/390);
}
.modal_area .menu__item:nth-child(1) .menu__text, .modal_area .menu__item:nth-child(2) .menu__text, .modal_area .menu__item:nth-child(6) .menu__text {
  padding-top: calc(9 * 100vw/390);
}
.modal_area .menu__link {
  text-decoration: none;
}
.modal_area .menu__text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(6 * 100vw/390);
  font-size: calc(12 * 100vw/390);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
.modal_area [data-color=GRAND-PRIX] .GRAND-PRIX__menu-item .menu__img {
  border-bottom: 2px solid;
}
.modal_area [data-color=LOTION] .LOTION__menu-item .menu__img {
  border-bottom: 2px solid;
}
.modal_area [data-color=WASH-CLEANSING] .WASH-CLEANSING__menu-item .menu__img {
  border-bottom: 2px solid;
}
.modal_area [data-color=SERUM] .SERUM__menu-item .menu__img {
  border-bottom: 2px solid;
}
.modal_area [data-color=EMULSION-CREAM] .EMULSION-CREAM__menu-item .menu__img {
  border-bottom: 2px solid;
}
.modal_area [data-color=BASE-MAKE] .BASE-MAKE__menu-item .menu__img {
  border-bottom: 2px solid;
}
.modal_area [data-color=MAKE-UP] .MAKE-UP__menu-item .menu__img {
  border-bottom: 2px solid;
}
.modal_area [data-color=HAIR-CARE] .HAIR-CARE__menu-item .menu__img {
  border-bottom: 2px solid;
}
.modal_area [data-color=BODY-CARE] .BODY-CARE__menu-item .menu__img {
  border-bottom: 2px solid;
}
.modal_area [data-color=FEMCARE] .FEMCARE__menu-item .menu__img {
  border-bottom: 2px solid;
}
.modal_area [data-color=INNER-CARE] .INNER-CARE__menu-item .menu__img {
  border-bottom: 2px solid;
}
.modal_area [data-color=SPECIAL-KIT] .SPECIAL-KIT__menu-item .menu__img {
  border-bottom: 2px solid;
}

/* .bestcosme2024ss-lp : modal SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  .modal_area .modal_content {
    padding: 5.7rem 4.5rem;
    transform: translate(-50%);
    top: 20%;
    left: 50%;
    background: #F8F8F8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .modal_area .modal_bg {
    background: rgba(0, 0, 0, 0.27);
  }
  .modal_area .modal_top {
    top: 0.8rem;
    right: 0.8rem;
    bottom: 0;
    width: 4rem;
    height: 4rem;
  }
  .modal_area .modal-close {
    right: 2.3rem;
    width: 2.4rem;
    height: 2rem;
  }
  .modal_area .menulist {
    display: grid;
    gap: 2.2rem 1rem;
    justify-content: center;
    grid-template-columns: repeat(6, minmax(0, 14rem));
    padding-inline: 0;
  }
  .modal_area .menu__item {
    width: 100%;
  }
  .modal_area .menu__item:nth-child(1) .menu__text, .modal_area .menu__item:nth-child(2) .menu__text, .modal_area .menu__item:nth-child(6) .menu__text {
    padding-top: 0;
  }
  .modal_area .menu__text {
    margin-top: 0.9rem;
    font-size: 1.3rem;
  }
}
/* .bestcosme2024ss-lp : modal PC*/
/*# sourceMappingURL=style.css.map */
