@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Lexend+Zetta&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap);
/*====================
  common
====================*/
#areaWrapper {
  width: 100% !important;
  font-family: "Noto Sans JP", sans-serif;
}

.hidden {
  display: none;
}

#page-top a {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, \\30D2ラギノ角ゴProN W3, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
}

/*====================
  kv
====================*/
.breadcrumb-list {
  width: 1000px;
  margin: 6px auto 10px;
}

.kv {
  width: 1000px;
  margin: 0 auto 55px;
}
.kv__heading-image {
  width: 100%;
}
.kv__notes {
  margin-top: 10px;
  color: #999;
  text-align: right;
}

/*====================
  nav
====================*/
.lp-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.lp-nav__item {
  flex: 1;
  text-align: center;
}

.lp-nav__item__link:link,
.lp-nav__item__link:visited {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 56px;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  background: #fff1f2;
}

.lp-nav__item__link::after {
  display: block;
  width: 3.4666vw;
  height: auto;
  margin: 4px auto 0;
  content: url(https://brandavenue.r10s.jp/img/library/contents/beautyweek/20240621/icon-1.png);
}

.lp-nav__item__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.lp-nav__outer.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 6px 10px 0 #949494;
}

.lp-nav__outer.is-fixed .lp-nav {
  gap: 0;
  width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
}

.lp-nav__outer.is-fixed .lp-nav .lp-nav__item {
  width: 13%;
}

.lp-nav__outer.is-fixed .lp-nav .lp-nav__item:last-child {
  border-right: none;
}

.lp-nav__outer.is-fixed .lp-nav__item__link.active,
.lp-nav__outer.is-fixed .lp-nav__item__link:hover {
  background: #fae1e2;
  opacity: 1;
}

.lp-nav__outer.is-fixed .lp-nav__item__link::after {
  content: none;
}

/*====================
  slick
====================*/
.slick-track {
  display: flex;
}

.slick-slide {
  display: flex !important;
  flex-direction: column;
  height: auto !important;
}

.slick-slide > div {
  flex-grow: 1;
  height: 50%;
}

.slick-dots {
  bottom: 0;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background-color: #d9d9d9;
  border-radius: 50%;
}

.slick-dots .slick-active {
  background-color: #000000;
}

.slick-dots li button {
  display: none;
}

/*====================
  section
====================*/
.section {
  width: 1000px;
  padding: 64px 0;
  margin-right: auto;
  margin-left: auto;
}
.section__head {
  margin-bottom: 32px;
}
.section__heading {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
.section__sub-heading {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.section__heading-note {
  margin-top: 10px;
  color: #999;
  text-align: center;
}

.section .apiProductList .tmp_more-link:link,
.section .apiProductList .tmp_more-link:visited {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 52px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.12em;
  border: 1px solid #333;
  border-radius: 2px;
}

.section .apiProductList .tmp_more-link:hover {
  color: #ffffff;
  background: #333;
}

.section .apiProductList .tmp_more-link::after {
  position: relative;
  top: 1px;
  bottom: 0;
  left: 10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  content: "";
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

.section .apiProductList .tmp_more-link:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*====================
  tab
====================*/
.js-tab .js-tab_item {
  display: none;
}

.js-tab .js-tab_item.active {
  display: block;
}

.js-tab_btn_wrap {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 1000px;
  padding: 0 24px;
  margin: 0 auto 32px;
  border-bottom: 1px solid #ccc;
}

.js-tab_btn {
  flex: 1;
  font-size: 16px;
  line-height: 48px;
  color: #717171;
  text-align: center;
  cursor: pointer;
}
.js-tab_btn.active {
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #333;
}

.js-tab_btn:hover {
  text-decoration: none;
}

/*====================
  calendar
====================*/
.calendar {
  padding-bottom: 0;
}
.calendar__tab {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 0;
  border-bottom: none;
}
.calendar__tab-btn {
  font-size: 16px;
  border-bottom: 1px solid #c7c7c7;
}
.calendar__tab-btn.active {
  background-color: #f2f2f2;
  border: 1px solid #c7c7c7;
  border-bottom: none;
}
.calendar__tab-btn:first-child.active {
  border-left: none;
}
.calendar__tab-btn:last-child.active {
  border-right: none;
}
.calendar__tab-btn.active .calendar__tab-text {
  border-bottom: 2px solid #333;
}
.calendar__monthly {
  background-color: #f2f2f2;
}
.calendar__monthly-item {
  padding-top: 40px;
}
.calendar__monthly-item + .calendar__monthly-item {
  padding-top: 32px;
}
.calendar__monthly-item:last-child {
  padding-bottom: 32px;
}
.calendar__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.calendar__list {
  width: 100%;
  padding: 0 22px;
  margin-top: 32px;
  overflow: hidden;
}
.calendar__list:not(.slick-initialized) {
  display: flex;
  justify-content: center;
}
.calendar__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.calendar__item {
  box-sizing: border-box;
  width: 223px;
  padding: 0 10px 32px;
}
.js-calendar-slide-row1 .calendar__item {
  box-sizing: content-box;
}
.calendar__list:not(.slick-initialized) .calendar__item:nth-child(n+6) {
  display: none;
}
.calendar__logo--only {
  padding-top: 61px;
  background-color: #fff;
}
.calendar__image, .calendar__logo-image {
  width: 100%;
}
.calendar__caption {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  text-align: left;
}

.js-calendar-slide .slick-list,
.js-calendar-slide-row1 .slick-list {
  overflow: visible;
}
.js-calendar-slide .slick-slide,
.js-calendar-slide-row1 .slick-slide {
  margin: 0;
}

/*====================
  brands
====================*/
.brands {
  width: 960px;
}

.brands__list {
  gap: 20px 18px;
  justify-content: center;
}

.brands__list-item {
  margin-bottom: 0;
}

/*====================
  pickup
====================*/
.pickup__list {
  display: flex;
  justify-content: center;
}
.pickup__list-item {
  width: calc(20% - 22.4px);
  margin: 0 14px 20px;
}
.pickup__link:hover {
  opacity: 0.8;
}
.pickup__link-image {
  width: 100%;
}
.pickup__text-brand {
  margin-top: 10px;
}

/*====================
  shopby
====================*/
.shopby__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: flex-start;
  justify-content: center;
}

.shopby__list .shopby__list-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopby__list .shopby__list-thumb img {
  width: 125px;
}

.shopby__list .shopby__list-link {
  display: block;
  transition: opacity 0.2s ease-out;
}

.shopby__list .shopby__list-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.shopby__list .shopby__list-text {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: center;
  letter-spacing: 0.1em;
}

.shopby__list .shopby__list-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopby__list .shopby__list-thumb img {
  width: 125px;
}

/*====================
  brandlist
====================*/
.brandlist {
  background-color: #f9f9f9;
}

.brandlist img {
  width: 100%;
}

.brandlist__inner {
  max-width: 1000px;
  padding: 96px 0;
  margin-right: auto;
  margin-left: auto;
}

.brandlist__list {
  display: flex;
  flex-wrap: wrap;
}

.brandlist__list + .brandlist__list {
  margin-top: 20px;
}

.brandlist__list--center {
  justify-content: center;
}

.brandlist__list-item {
  width: 23.853211%;
  margin-right: 1.52905198%;
}

.brandlist__list-item:nth-child(4n) {
  margin-right: 0;
}

.brandlist__list-item:nth-child(n+5) {
  margin-top: 20px;
}

.brandlist__list-link {
  display: flex;
  background-color: #ffffff;
  transition: opacity 0.2s ease-out;
}

.brandlist__list-link:hover {
  opacity: 0.7;
}

.brandlist__list-thumb {
  width: 45.51282051%;
}

.brandlist__list-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54.48717948%;
}

.brandlist-filter--active {
  display: inline-block !important;
  padding-bottom: 4px !important;
  font-weight: bold !important;
  color: #1a1a1a !important;
  border-bottom: 2px solid #1a1a1a !important;
}

.disabled {
  color: #a0acb2 !important;
  pointer-events: none !important;
}

.brandlist-filter-search-field {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px !important;
  padding-left: 40px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  background-color: #eceeef;
  border-radius: 2px;
}

.brandlist-filter-search-field[type=text] {
  border: none;
}

.brandlist-filter-search-field::placeholder {
  font-weight: 400;
  color: #555e66;
}

.brandlist-filter-search {
  position: relative;
  width: 464px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 48px;
}

.brandlist-filter-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}

.brandlist-filter {
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 3.6%;
  height: 48px;
  margin: 0;
  font-weight: 400;
  line-height: 48px;
  color: #555e66;
  text-align: center;
  cursor: pointer;
  user-select: none;
  border-bottom: 2px solid #d2d3d5;
  transition: background 0.2s ease-out;
}

.brandlist-filter:last-child {
  width: 4.5%;
}

.brandlist-filter-search::before {
  position: absolute;
  top: 12px;
  left: 16px;
  width: 16px;
  height: 16px;
  content: "";
  background: url(https://brandavenue.r10s.jp/img/library/contents/cosmetics/20240328/icon_search.png) no-repeat;
  background-size: contain;
}

.brandlist__list-1-card {
  position: absolute;
  display: block;
  width: 23.853211%;
  margin: 0 5px 20px;
}

.brandlist__list-1 {
  position: relative;
  margin-right: -10px;
}

.brandlist-filter-list::-webkit-scrollbar {
  display: none;
}