@charset "UTF-8";
:root {
    --bestcosmetics-key-bg: #A39689;
    --bestcosmetics-key-bg2: #F7F2F0;
    --bestcosmetics-key-bg3: #ACA095;
    --bestcosmetics-key-color: #C59852;
    --bestcosmetics-key-color2: #837569;
    --bestcosmetics-color-bk: #4E4E4E;
    --bestcosmetics-color-wh: #fff;
    --primary-color-2024: #A08545;
}

.sd {display:none;}
.pc {display:block;}

/* ============================================================================================================================
#bestcosmetics2023
============================================================================================================================ */
@font-face {
  font-family: 'Gotham';
  src: local('Gotham'),
       url('/common/fonts/GothamCond-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Gotham Book';
  src: local('Gotham-Book'),
       url('/common/fonts/Gotham-Book.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"),
       local('NotoSansCJKjp-Regular'),
       local('NotoSansJP-Regular'),
       url('/common/fonts/NotoSansJP-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local('NotoSansCJKjp-Bold'),
       local('NotoSansJP-Bold'),
       url('/common/fonts/NotoSansJP-Bold.woff2') format('woff2');
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) {
  font-size: 13px;
  font-size: 1.3rem;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .font-notosans {
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .font-gotham {
  font-family: "Gotham", serif;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .font-gotham-book {
  font-family: "Gotham Book", serif;
}

/*アイコン*/
.bestcosmetics2023-wrap .icon-logo {
  fill: #C59852;
  width: 100%;
}
.bestcosmetics2024-wrap .icon-logo {
  fill: var(--primary-color-2024);
  width: 100%;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .icon-logo.__white {
  fill: #ffffff;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) a:hover{
  opacity: 0.6;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .header {
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .header .logo {
  width: 104px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu {
    width: 60px;
    height: 100%;
    background:var(--bestcosmetics-key-bg);
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
}

.bestcosmetics2024-wrap .menu {
  background:var(--primary-color-2024);
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_text {
  transform: rotate(90deg);
  transform-origin: 40px top;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -30px auto auto;
  color: var(--bestcosmetics-color-wh);
  opacity: 1;
  transition: all 0.25s ease;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_logo {
  position: absolute;
  bottom: 7px;
  right: 0;
  left: 0;
  margin: auto;
  width: 46px;
  opacity: 1;
  transition: all 0.25s ease;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_btn.open,
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_btn.close {
  width: 60px;
  height: 60px;
  background: var(--bestcosmetics-key-bg3);
  color: var(--bestcosmetics-color-wh);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bestcosmetics2024-wrap .menu_btn.open,
.bestcosmetics2024-wrap .menu_btn.close {
  background: #C19838;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_btn span {
  display: block;
  margin: 0 auto;
  font-size: 11px;
  font-size: 1.1rem;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_btn span:nth-child(2) {
  padding-top: 13px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_btn span.menu_hamburger {
  display: block;
  width: 24px;
  height: 1px;
  background-color: var(--bestcosmetics-color-wh);
  position: relative;
  transition: all 0.3s ease;
  margin-top: 6px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_hamburger::before,
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_hamburger::after {
  content: '';
  width: 24px;
  height: 1px;
  background-color: var(--bestcosmetics-color-wh);
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_hamburger::before {
  top: -5px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_hamburger::after {
  bottom: -5px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .close .menu_hamburger {
  transform: rotate(45deg);
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .close .menu_hamburger::before {
  transform: rotate(90deg);
  top: 0;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .close .menu_hamburger::after {
  transform: rotate(90deg);
  bottom: 0;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_main {
  width: 350px;
  height: 100%;
  padding: 60px;
  position: fixed;
  right: -100%;
  top: 0;
  overflow: initial;
  z-index: 50;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  background-color: var(--bestcosmetics-key-bg);
  color: var(--bestcosmetics-color-wh);
  transition: linear .3s;
  display: flex;
  align-content: center;
  justify-content: center;
}

.bestcosmetics2024-wrap .menu_main {
  background-color: var(--primary-color-2024);
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_main .inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_content {
  text-align: center;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_icon {
  width: 144px;
  margin: 0 auto 7px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_icon .icon-logo {
  fill: #fff;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_list_item {
  margin: 0 auto 28px;
  cursor: pointer;
  transition: opacity 1.2s ease;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_list_item:hover {
  opacity: 0.6;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_list_item:last-child {
  margin-bottom: 0;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_list_item_en {
  font-size: 24px;
  font-size: 2.4rem;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .menu_list_item_txt {
  min-width: 205px;
  padding: 5.5px 10px;
  display: inline-block;
  border: 1px solid var(--bestcosmetics-color-wh);
  font-size: 12px;
  font-size: 1.2rem;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content {
  width: calc(50% - 30px);
  min-width: 653px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 60px;
  background: #FFFFFF;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content .content-inner {
  position: relative;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) {
  margin: 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  line-height: calc(22/13);
  color: var(--bestcosmetics-color-bk);
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) .hide {
  opacity: 0;
  transition: all .6s ease;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) .hide.show,
:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) .hide .show {
  opacity: 1;
}

.first-show {
  opacity: 0;
  transform: translateY(50px);
  transition: all .6s ease;
  animation: FirstFadeInUp 0.6s ease-out forwards;
}

@keyframes FirstFadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) .fade-type-a {
  transform: translateY(50px);
  transition: all .6s ease;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) .fade-type-a.show,
:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) .show .fade-type-a  {
  transform: translateY(0);
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-block, .bestcosmetics2024-block) {
  position: relative;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-block, .bestcosmetics2024-block) .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-block, .bestcosmetics2024-block) .catch {
  font-size: 34px;
  font-size: 3.4rem;
  color: var(--bestcosmetics-key-color);
  margin-bottom: 16px;
  text-align: center;
  font-weight: 500;
}

#temp-bestcosmetics2024 .bestcosmetics2024-block .catch {
  margin-bottom: 24px;
  line-height: 1;
}

#temp-bestcosmetics2024 .bestcosmetics2024-block .catch-sub {
  display: block;
  color: var(--bestcosmetics-color-bk);
  font-size: 10px;
  font-size: 1rem;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-intro, .bestcosmetics2024-intro) {
  background: #fff;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-intro, .bestcosmetics2024-intro) .inner {
  padding: 50px 0;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-intro, .bestcosmetics2024-intro) .content {
    display: grid;
    grid-template-columns: 196px 1fr;
    gap: 26px;
    padding: 0 50px;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-intro, .bestcosmetics2024-intro) .content .logo {
  margin: 0 auto 28px;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-intro, .bestcosmetics2024-intro) .content .text h2 {
  margin: 0 0 18px;
  text-align: left;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 130%;
  color: var(--bestcosmetics-color-bk);
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-intro, .bestcosmetics2024-intro) .content .text .lead {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: calc(28/14);
}

#temp-bestcosmetics2024 .bestcosmetics2024-movie {
  padding-bottom: 60px;
  overflow: hidden;
}

#temp-bestcosmetics2024 .bestcosmetics2024-movie .video-wrapper {
  width: 100%;
  margin-inline: auto;
  max-width: 412px;
}

#temp-bestcosmetics2024 .bestcosmetics2024-movie .video-wrapper video {
  width: 100%;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .inner {
  padding: 0 0 80px;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .img-container {
  width: calc(340/653*100%);
  margin: 0 auto;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .img-container img {
  width: 100%;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container {
  width: calc(305/375*100%);
  margin: 0 auto;
  padding: 15px 18px;
  position: relative;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container::before {
  content: '';
  position: absolute;
  width: 67px;
  height: 74px;
  top: 0;
  left: 0;
  border: solid 1px #3D3D78;
  border-bottom: none;
  border-right: none;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container::after {
  content: '';
  position: absolute;
  width: 67px;
  height: 74px;
  bottom: 0;
  right: 0;
  border: solid 1px #3D3D78;
  border-top: none;
  border-left: none;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container .comment-lead {
  margin-bottom: 14px;
  font-weight: 700;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container .commentator {
  margin-bottom: 14px;
  text-align: right;
  font-weight: 700;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container .commentator span {
  font-size: 11px;
  font-size: 1.1rem;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container .comment {
  position: relative;
  box-sizing: border-box;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container .comment .readmore-content {
  position: relative;
  overflow: hidden;
  height: 110px;
  margin-bottom: 14px;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container .comment .readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container .comment .readmore-label {
  margin: 4px;
  padding: 10px 0;
  display: block;
  position: relative;
  border: 1px solid #3D3D78;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3D3D78;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container .comment .readmore-label:before {
  content: "Read more";
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container .comment .readmore-label:after {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  border: 1px solid #3D3D78;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container .comment .readmore-label .arrow {
  width: 6px;
  height: 6px;
  margin: auto 0;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 20px;
  border-bottom: solid 1px #3D3D78;
  border-right: solid 1px #3D3D78;
  transform: rotate(45deg);
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container .comment .readmore-check {
  display: none;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container .comment .readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container .comment .readmore-check:checked ~ .readmore-label:before {
  content: "Close";
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-pickup, .bestcosmetics2024-pickup) .comment-container .comment .readmore-check:checked ~ .readmore-label .arrow {
  top: 2px;
  border: none;
  border-top: solid 1px #3D3D78;
  border-left: solid 1px #3D3D78;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-member, .bestcosmetics2024-member)  {
  background: var(--bestcosmetics-key-bg2);
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-member, .bestcosmetics2024-member) .inner {
  padding: 0 0 80px;
  background: var(--bestcosmetics-key-bg2);
}

#temp-bestcosmetics2024 .bestcosmetics2024-member .inner {
  padding-bottom: 50px;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-member, .bestcosmetics2024-member) .image-container {
  width: 100%;
  margin-bottom: 38px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
}

#temp-bestcosmetics2024 .bestcosmetics2024-member .image-container {
  margin-bottom: 50px;
}

#temp-bestcosmetics2023 .bestcosmetics2023-member .image-container {
  display: flex;
  flex-flow: row nowrap;
}

#temp-bestcosmetics2023 .bestcosmetics2023-member .image-list {
  display: flex;
  flex-flow: row nowrap;
}

#temp-bestcosmetics2024 .bestcosmetics2024-member .image-list {
  flex-shrink: 0;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-member, .bestcosmetics2024-member) .image-list:first-child {
  animation: loop 50s -25s linear infinite;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-member, .bestcosmetics2024-member) .image-list:last-child {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-member, .bestcosmetics2024-member) .image-container:hover .image-list {
  animation-play-state: paused;
}

#temp-bestcosmetics2023 .bestcosmetics2023-member .image-list .image {
  width: 98px;
}

#temp-bestcosmetics2024 .bestcosmetics2024-member .image-list > img {
  width: 882px;
  height: auto;
}

#temp-bestcosmetics2023 .bestcosmetics2023-member .member-list {
  width: calc(338/375*100%);
  margin: 0 auto;
  text-align: center;
}

#temp-bestcosmetics2023 .bestcosmetics2023-member .member-list dt {
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 11px;
}

#temp-bestcosmetics2023 .bestcosmetics2023-member .member-list dd {
  font-size: 14px;
  font-size: 1.4rem;
}

#temp-bestcosmetics2023 .bestcosmetics2023-member .member-list dd + dt {
  margin-top: 17px;
}

#temp-bestcosmetics2024 .bestcosmetics2024-member .member-list {
  width: calc(338/375*100%);
  margin: 0 auto;
}

#temp-bestcosmetics2024 .bestcosmetics2024-member .member-list > div {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1em;
  line-height: 2;
}

#temp-bestcosmetics2024 .bestcosmetics2024-member .member-list dt {
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}

#temp-bestcosmetics2024 .bestcosmetics2024-member .member-list dd {
  font-size: 14px;
  font-size: 1.4rem;
}

#temp-bestcosmetics2024 .bestcosmetics2024-member .member-list dd + dt {
  margin-top: 17px;
}


:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) {
  background: var(--bestcosmetics-key-bg2);
  overflow: hidden;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .inner {
  padding: 0 54px 40px;
  margin: 60px 0 ;
  z-index: 0;
  background: #fff;
}

#temp-bestcosmetics2024 .bestcosmetics2024-awards .inner {
  padding-bottom: 24px;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .inner:before,
:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .inner:after {
  content: "";
  width: calc(806/653*100%);
  height: 270px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  z-index: -1;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .inner:before {
  top: -60px;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .inner:after {
  bottom: -60px;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .lead {
  width: calc(338/375*100%);
  margin: 0 auto 25px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .tab .item {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight:700;
  width: 50%;
  padding-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #A5A5A5;
  color: #A5A5A5;
  cursor: pointer;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .tab .item:hover {
  border-bottom: 2px solid var(--bestcosmetics-key-color);
  color: var(--bestcosmetics-key-color);
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .tab .item.enable {
  border-bottom: 2px solid var(--bestcosmetics-key-color);
  color: var(--bestcosmetics-key-color);
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .tab .item.enable:hover {
  border-bottom: 2px solid var(--bestcosmetics-key-color);
  color: var(--bestcosmetics-key-color);
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box {
  margin: 0 auto;
  padding: 10px 0 18px;
  background: #fff;
}

#temp-bestcosmetics2024 .bestcosmetics2024-awards .box {
  padding-bottom: 0;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box.show .item {
  opacity: 1;
  transition: opacity 1.2s ease;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .item:nth-child(1) {
  transition-delay: 100ms;
}
:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .item:nth-child(2) {
  transition-delay: 200ms;
}
:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .item:nth-child(3) {
  transition-delay: 300ms;
}
:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .item:nth-child(4) {
  transition-delay: 400ms;
}
:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .item:nth-child(5) {
  transition-delay: 500ms;
}
:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .item:nth-child(6) {
  transition-delay: 600ms;
}
:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .item:nth-child(7) {
  transition-delay: 700ms;
}
:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .item:nth-child(8) {
  transition-delay: 800ms;
}
:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .item:nth-child(9) {
  transition-delay: 900ms;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .item:nth-child(1) {
  transition-delay: 100ms;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .box-inner {
  display: none;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .box-inner.enable {
  display: block;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .box-inner .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 19px;
}

#temp-bestcosmetics2024 .bestcosmetics2024-awards .box .box-inner .row {
  gap: 24px 44px;
  width: 100%;
  max-width: 508px;
  margin-inline: auto;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .item {
  width: 100%;
  margin: 12px 0 0;
  opacity: 0;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .item a {
  position: relative;
  display: block;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .item a .image {
  margin: 0 0 8px;
  border-radius: 50%;
  overflow: hidden;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-awards, .bestcosmetics2024-awards) .box .item a .text {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
}

#temp-bestcosmetics2024 .bestcosmetics2024-awards .box .item a .text {
  font-size: 14px;
  font-size: 1.4rem;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) {
  background: var(--bestcosmetics-key-bg2);
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .inner {
  padding: 40px 0 20px;
}

#temp-bestcosmetics2024 .bestcosmetics2024-special .inner {
  padding-bottom: 10px;
}

#temp-bestcosmetics2024 .bestcosmetics2024-special .inner {
  padding-top: 70px;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .subcatch {
  margin-bottom: 26px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--bestcosmetics-key-color2);
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .subcatch::after {
  content: "";
  width: 62px;
  margin: 10px auto 0;
  display: block;
  border: 1px solid var(--bestcosmetics-key-color2);
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .subcatch span {
  font-size: 14px;
  font-size: 1.4rem;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .lead {
  width: calc(338/375*100%);
  margin: 0 auto 27px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .article-swiper {
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .article-list {
  align-items: stretch;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .article {
  width: calc(226/653*100%);
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  background: var(--bestcosmetics-color-wh);
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .article a {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .article .image-wrap {
  height: 160px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 12px;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .article .image {
  position: relative;
  width: 100%;
  height: auto;
  background: center center no-repeat;
  background-size: cover;
  border: 1px solid #EFEFEF;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .article .swiper-lazy-preloader {
  top: 32%;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .article .title {
  margin-bottom: 14px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .article .date {
  margin-top: auto;
  margin-left: auto;
  font-size: 12px;
  font-size: 1.2rem;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .swiper-pagination {
  margin-top: 15px;
  position: relative;
  bottom: 0;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .swiper-pagination-bullet-active {
  background: var(--bestcosmetics-key-color);
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .more-button {
  width: calc(354/653*100%);
  margin: 0 auto 60px;
  padding: 4px;
  background: var(--bestcosmetics-key-color);
}

#temp-bestcosmetics2024 .bestcosmetics2024-special .more-button {
  margin-bottom: 50px;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .more-button a {
  padding: 12px 0;
  display: block;
  border: 1px solid #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFFFFF;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .special-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 26px;
  padding: 0 53px;
  margin: 0 auto 34px;
}

#temp-bestcosmetics2024 .bestcosmetics2024-special .special-container {
  grid-template-columns: 290px 1fr;
  margin-inline: auto;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .special-image {
  width: 100%;
  margin: 0 auto;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .special-container .special-lead {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}

#temp-bestcosmetics2024 .bestcosmetics2024-special .special-container .special-lead {
  line-height: 2;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-howto, .bestcosmetics2024-howto) {
  background: var(--bestcosmetics-key-bg2);
}

#temp-bestcosmetics2023 .bestcosmetics2023-howto .inner {
  padding: 0 0 40px;
}

#temp-bestcosmetics2024 .bestcosmetics2024-howto .inner {
  padding: 0 0 70px;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-howto, .bestcosmetics2024-howto) .lead {
  width: calc(338/375*100%);
  margin: 0 auto 50px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

#temp-bestcosmetics2024 .bestcosmetics2024-howto .lead {
  margin-bottom: 0;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-howto, .bestcosmetics2024-howto) .lead > span {
  display: inline-block;
}

#temp-bestcosmetics2023 .bestcosmetics2023-howto .sns,
#temp-bestcosmetics2024 .sns {
  width: 213px;
  margin: 0 auto;
}

#temp-bestcosmetics2023 .bestcosmetics2023-howto .sns .img_txt,
#temp-bestcosmetics2024 .sns .img_txt {
  width: calc(101/213*100%);
  margin: 0 auto 14px;
}

#temp-bestcosmetics2023 .bestcosmetics2023-howto .sns ul,
#temp-bestcosmetics2024 .sns ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(25% - 30px), 1fr));
  gap: 30px;
}

#temp-bestcosmetics2023 .bestcosmetics2023-howto .sns ul li,
#temp-bestcosmetics2024 .sns ul li {
  width: 100%;
}

#temp-bestcosmetics2024 .bestcosmetics2024-sns {
  padding-bottom: 80px;
  background: var(--bestcosmetics-key-bg2);
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-notes, .bestcosmetics2024-notes) {
  background: var(--bestcosmetics-key-bg2);
  border-top: 1px solid #4e4e4e33;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-notes, .bestcosmetics2024-notes) .inner {
  padding: 80px 0 ;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-notes, .bestcosmetics2024-notes) .notes {
  width: calc(338/375*100%);
  margin: 0 auto;
}

:is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-notes, .bestcosmetics2024-notes) .notes p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height:180%;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc {
  position: fixed;
  width: calc(50% - 30px);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .logo {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 24px;
  width: 128px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg-wrap .bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  animation: bg_anime 85s 0s infinite;
}

#content-pc .make_bg-wrap .bg,
#content-pc .skincare_bg-wrap .bg {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: opacity 0.5s ease;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg-wrap .bg:nth-of-type(1) {
  z-index: 11;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg-wrap .bg:nth-of-type(2) {
  animation-delay: 5s;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg:nth-of-type(3) {
  animation-delay: 10s;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg:nth-of-type(4) {
  animation-delay: 15s;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg-wrap .bg:nth-of-type(5) {
  animation-delay: 20s;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg-wrap .bg:nth-of-type(6) {
  animation-delay: 25s;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg-wrap .bg:nth-of-type(7) {
  animation-delay: 30s;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg-wrap .bg:nth-of-type(8) {
  animation-delay: 35s;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg:nth-of-type(9) {
  animation-delay: 40s;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg-wrap .bg:nth-of-type(10) {
  animation-delay: 45s;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg-wrap .bg:nth-of-type(11) {
  animation-delay: 50s;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg-wrap .bg:nth-of-type(12) {
  animation-delay: 55s;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg-wrap .bg:nth-of-type(13) {
  animation-delay: 60s;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg-wrap .bg:nth-of-type(14) {
  animation-delay: 65s;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg-wrap .bg:nth-of-type(15) {
  animation-delay: 70s;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg-wrap .bg:nth-of-type(16) {
  animation-delay: 75s;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg-wrap .bg:nth-of-type(17) {
  animation-delay: 80s;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .bg-wrap .bg:nth-of-type(18) {
  animation-delay: 85s;
}

@keyframes bg_anime {
   0%, 100% { opacity: 0; }
   5%, 20% { opacity: 1; }
   25% { opacity: 0; z-index: 9;}
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .menu_main-pc {
  width: 280px;
  position: absolute;
  bottom: 34px;
  right: 514px;
  z-index: 11;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  color: #FFFFFF;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .menu_content {
  text-align: right;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .menu_icon {
  margin: 0 auto 46px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .menu_list_item {
  margin: 0 auto 17px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .menu_list_item_en {
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .menu_list_item_en:hover {
  opacity: 0.5;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .menu_list_item_txt {
  min-width: 152px;
  padding: 3px 10px;
  display: inline-block;
  border: 1px solid #D2D2D2;
  text-align: center;
  font-size: 10px;
  font-size: 1.0rem;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .menu_list_item_txt:hover {
  opacity: 0.5;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc .menu_list_item_en:hover {
  opacity: 0.5;
}


#temp-33-interview-list #wrapper:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) {
  min-width: auto;
  padding: 0;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .breadcrumbs-list-outer {
  width: auto;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .breadcrumbs-list {
  width: auto;
  display: flex;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 20px;
  padding: 7px 0;
  white-space: nowrap;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .breadcrumbs-list.flex {
  flex-wrap: nowrap;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .breadcrumbs-list a {
  color: #999;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .breadcrumbs-list li{
list-style: none;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .breadcrumbs-list li::after {
  content: '＞';
  margin: 0 2px;
}
:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) .breadcrumbs-list li:last-of-type::after {
  display: none;
}


#temp-33-interview-list :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #interview-keyvisual {
  position: relative;
  height: calc(450/653*100%);
  min-height: auto;
  padding: 0;
  overflow: hidden;
  background: none;
}

#temp-33-interview-list :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #interview-keyvisual #keyvisual-swiper {
  height: 100%;
}

#temp-33-interview-list :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #interview-keyvisual #keyvisual-swiper:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

#temp-33-interview-list :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #interview-keyvisual #keyvisual-swiper .swiper-slide {
  background: 50% 50% no-repeat;
  background-size: cover;
}

#temp-33-interview-list :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #interview-keyvisual #keyvisual-swiper .swiper-pagination {
    bottom: 30px;
}

#temp-33-interview-list :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #interview-keyvisual #keyvisual-swiper .swiper-pagination-bullet {
    top: 0;
    width: 15px;
    height: 15px;
    margin: 0 15px;
    background-color: #fff;
    opacity: 1;
    transition: all 0.4s ease;
}

#temp-33-interview-list :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #interview-keyvisual #keyvisual-swiper .swiper-pagination-bullet-active {
  background-color: #AEAEAE;
}

#temp-33-interview-list :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #interview-keyvisual .video-wrapper {
  position: relative;
  z-index: 0;
  height: 100%;
}

#temp-33-interview-list :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #interview-keyvisual .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#temp-33-interview-list :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #interview-keyvisual .text {
  position: absolute;
  bottom: 100px;
  z-index: 1;
  width: 100%;
  color: #fff;
  font-weight: normal;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}

#temp-33-interview-list :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #interview-keyvisual .video-wrapper + .text {
  bottom: 29px
}

#temp-33-interview-list :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #interview-keyvisual .text .title {
  width: 85.3333333%;
  margin: 0 auto 8px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 29px;
  color: #fff!important;
}

#temp-33-interview-list :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #interview-keyvisual .text .summary {
  width: 85.3333333%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  color: #fff!important;
}

#temp-33-interview-list :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #interview-keyvisual .traveler {
  font-family: 'Noto Serif', serif;
}

#temp-33-interview-list :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #interview-keyvisual .traveler .summary,
#temp-33-interview-list :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #interview-keyvisual .traveler .title {
  text-align: center;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer {
  position: relative;
  z-index: 0;
  margin-top: 0;
  color: #222;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer a {
  color: #222;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .genre {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .genre td {
  width: 50%;
  padding: 19px 30px 19px 13px;
  font-weight: bold;
  background: url(/common/crea/images/v1/icon/arrow_gray.png) calc(100% - 10px) center no-repeat;
  background-size: 12px;
  border-top: 1px solid #ccc;
  vertical-align: middle;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .genre td:nth-child(even) {
  border-left: 1px solid #ccc;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .genre td.gray {
  background-color: #EFEFEF;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .genre td.icon-blank {
  background: url(/common/crea/images/v1/icon/link_blank.png) calc(100% - 8px) center no-repeat;
  background-size: 13px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .genre td.icon-none {
  background: none;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .mail-magazine {
  margin: 0 auto;
  padding: 30px 47px;
  line-height: 18px;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #EFEFEF;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .mail-magazine p {
  margin-bottom: 10px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .mail-magazine .button a {
  display: block;
  line-height: 44px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color: #434343;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .other {
  width: 100%;
  padding: 9px 0;
  background-color: #434343;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .other td {
  width: 50%;
  padding: 9px 30px 9px 13px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  background: url(/common/crea/images/v1/icon/arrow_white.png) calc(100% - 10px) center no-repeat;
  background-size: 12px;
  vertical-align: middle;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .other td a {
  color: #fff;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer tr:first-child td {
  padding-top: 18px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer tr:last-child td {
  background-position: calc(100% - 10px) calc(50% - 6px);
  padding-bottom: 18px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .abj {
  padding: 0 0 18px;
  background-color: #434343;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .abj .inner {
  display: flex;
  justify-content: space-between;
  width: 85.3012048%;
  max-width: 360px;
  margin: 0 auto;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .abj .inner .logo {
  width: 19.7740113%;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .abj .inner .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75.1412429%;
  line-height: 1.5;
  font-size: 10px;
  font-size: 1.0rem;
  color: #ccc;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .bottom {
  padding: 15px 5.33% 11px;
  background-color: #333;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .bottom form {
  position: relative;
  margin-bottom: 15px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .bottom form input[type="text"] {
  width: 100%;
  padding: 13px 40px 13px 13px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ccc;
  background: #434343;
  border: none;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .bottom form input[type="submit"] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 22px;
  height: 22px;
  padding: 0;
  font-size: 0;
  background: url(/common/crea/images/v1/icon/search_white.png) left top no-repeat;
  background-size: 22px;
  border: none;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .bottom form input[type="text"]::-webkit-input-placeholder {
  color: #ccc;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .bottom form input[type="text"]::placeholder {
  color: #ccc;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .bottom .logo {
  margin-bottom: 15px;
  font-size: 0;
  text-align: center;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .bottom .logo li {
  display: inline-block;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .bottom .logo li+li {
  margin-left: 33px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .bottom .logo li:nth-child(1) {
  width: 73px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .bottom .logo li:nth-child(2) {
  /*width: 72px;*/
  width: 62px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .bottom .logo li:nth-child(2) img {
  margin-top: -6px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .bottom .logo li:nth-child(3) {
  width: 71px;
}

:is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #footer .bottom .copy {
  font-size: 9px;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 880px) {
  :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content-pc {
    display: none;
  }

  :is(.bestcosmetics2023-wrap, .bestcosmetics2024-wrap) #content {
    width: calc(100% - 60px);
    min-width: initial;
    position: relative;
  }
}
@media screen and (max-width: 653px) {
  :is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-intro, .bestcosmetics2024-intro) .content {
    display: block;
    text-align: center;
  }

  :is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .article {
      width: 226px;
  }

  :is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .special-container {
      display: block;
  }

  :is(#temp-bestcosmetics2023, #temp-bestcosmetics2024) :is(.bestcosmetics2023-special, .bestcosmetics2024-special) .special-image {
      margin: 0 auto 34px;
  }
  #temp-bestcosmetics2023 .bestcosmetics2023-howto .sns,
  #temp-bestcosmetics2024 .sns {
      width: 213px;
  }
}