@charset "UTF-8";
/*====================
  font
====================*/
@import url(https://fonts.googleapis.com/css2?family=Lexend+Zetta:wght@200;300;400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lexend+Zetta:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap);
@font-face {
  font-family: "RakutenSans UI";
  font-weight: 400;
  src: url(https://brandavenue.r10s.jp/font/RakutenSansUI_W_Rg.woff2) format("woff2"), url(https://brandavenue.r10s.jp/font/RakutenSansUI_W_Rg.woff) format("woff");
}
@font-face {
  font-family: "RakutenSans UI";
  font-weight: 700;
  src: url(https://brandavenue.r10s.jp/font/RakutenSansUI_W_Bd.woff2) format("woff2");
}
/*====================
  common
====================*/
/*===== wapper =====*/
#areaWrapper {
  width: 100% !important;
  min-width: 1000px;
  max-width: 1440px !important;
  font-family: "RakutenSans UI", sans-serif;
}

/*===== base =====*/
#areaWrapper * {
  box-sizing: border-box;
}

#areaWrapper a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.hidden {
  display: none !important;
}

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

/*====================
  lp-contents
====================*/
.lp-contents {
  background-color: #fff;
}

.lp-contents__inner {
  padding: 80px 0;
}

.lp-contents__footer {
  margin-top: 56px;
  text-align: center;
}

.lp-contents__footer-item {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.5;
  color: #8f8f8f;
}

.lp-contents__footer-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

/*====================
contents,title
====================*/
.contents {
  width: 960px;
  margin: 0 auto;
}

.lp-head__title {
  margin-bottom: 56px;
}

.lp-contents__title {
  margin-bottom: 40px;
}

.lp-head__title-sub {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #8c8c8c;
  text-align: center;
  letter-spacing: 0.5px;
}

.lp-head__title-main,
.lp-contents__title-main {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.1em;
}

.contents__more {
  margin-top: 56px;
  text-align: center;
}

.contents__more-link:link,
.contents__more-link:visited {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 9px 3px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  color: #333;
  letter-spacing: 0.5px;
  border: none;
  border-bottom: 1px solid #1A1A1A;
}

.contents__more-link::after {
  position: absolute;
  top: 4px;
  right: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
}

.contents__more-link:link:hover,
.contents__more-link:visited:hover {
  color: #333;
  background-color: transparent;
}

/*====================
  slick
====================*/
.slick-slide,
.sliderBanner {
  margin: 0;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 5px;
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  margin: 0 6px;
  font-size: 0;
  line-height: 0;
  background-color: #d2d3d5;
  border: 0;
  border-radius: 50%;
  opacity: 1;
}

.slick-dots li.slick-active button {
  background-color: #393e44;
}

.carousel-arrow .slick-next,
.carousel-arrow .slick-prev {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
}

.carousel-arrow .slick-prev {
  left: 0;
  z-index: 9;
  background: url(https://brandavenue.r10s.jp/img/library/contents/luxury/common/ic-prev.svg);
}

.carousel-arrow .slick-next {
  left: 80px;
  z-index: 9;
  background: url(https://brandavenue.r10s.jp/img/library/contents/luxury/common/ic-next.svg);
}

.carousel-arrow .slick-dots {
  position: absolute;
  bottom: 0;
  left: 160px;
  width: 80px;
  height: 80px;
}

.carousel-arrow .slick-dots li {
  display: none;
  font-size: 10px;
  color: #1a1a1a;
  letter-spacing: 7px;
  word-break: normal;
  opacity: 0.4;
}

.carousel-arrow .slick-dots li.slick-active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/*====================
nav
====================*/
.title-nav-bar {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 20px 0;
  margin: 0 64px;
}

.title-nav-bar__l {
  display: flex;
  gap: 32px;
}

@media screen and (max-width: 1150px) {
  .title-nav-bar__l li {
    flex: 1;
  }
}
.title-nav-bar__l h1 {
  font-size: 13px;
  line-height: 23px;
  color: #666;
  letter-spacing: 0.5px;
}

.title-nav-bar__l h1 span {
  display: inline-block;
}

.title-nav-bar__l a {
  font-size: 13px;
  line-height: 23px;
  color: #666;
  letter-spacing: 0.5px;
  word-break: keep-all;
  opacity: 0.4;
}

.title-nav-bar__l a:hover {
  opacity: 1;
}

.title-nav-bar__r {
  display: flex;
  flex-shrink: 0;
  gap: 40px;
}

.title-nav-bar__r .nav-accordion-btn {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.title-nav-bar__r .nav-accordion-btn.open {
  border-bottom: 1px solid #333;
}

.nav-accordion {
  display: none;
}

.nav-accordion {
  position: absolute;
  z-index: 5;
  width: 100%;
  padding: 40px 60px 50px;
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
}

/* L1 */
.nav__wrap > li > .nav__item {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 10px;
  line-height: 29px;
  color: #1a1a1a;
  letter-spacing: 0.5px;
}

/* 矢印 */
.nav__item-link {
  position: relative;
}

.nav__item-link::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  display: inline-block;
  width: 10px;
  height: 6px;
  content: "";
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/luxury/common/VectorMobileArrow.png);
  transform: rotate(-90deg);
}

/* L2 */
.nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 96px;
  margin: 8px 0 48px;
}

.nav__list > li > .nav__item {
  display: inline-block;
  padding: 8px 0;
  line-height: 20px;
  letter-spacing: 0.5px;
}

/*====================
API
====================*/
#bodySearchResultField .searchInfoBody li {
  width: 20% !important;
}

.itemlist[data-api=sale_lp] #bodySearchResultField .searchInfoBody li .clothImage a {
  width: 100% !important;
}

.itemlist[data-api=category_ranking] li {
  width: calc((100% - 64px) / 5) !important;
}

.tlb_pic .number,
.tlb_pic .number1,
.tlb_pic .number2,
.tlb_pic .number3 {
  margin-top: 4px;
  margin-left: 4px;
}

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

/*====================
hero
====================*/
.hero-contents__wrap {
  margin: 0 64px;
}

.hero img {
  width: 100%;
}

.hero__inner {
  display: flex;
  flex-direction: row-reverse;
}

.hero__thumb {
  flex-shrink: 0;
  width: 38.6%;
}

.hero__descrition {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
  padding-right: 9%;
  padding-left: 9%;
  background-color: #f6f6f6;
}

.hero__heading-sub {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #8c8c8c;
  letter-spacing: 3px;
}

.hero__heading-main {
  margin-top: 8px;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #1a1a1a;
  letter-spacing: 0.025px;
  word-break: keep-all;
}

.hero__text {
  margin: 40px 0;
  font-size: 12px;
  line-height: 24px;
  color: #535353;
  letter-spacing: 1.5px;
}

.hero-contents .lp-contents__more {
  margin-top: 0;
}

.js-hero-carousel .hero:not(:first-child) {
  display: none;
}

.js-hero-carousel.slick-initialized .hero {
  display: block;
}

/*====================
gender nav
====================*/
.fixed-menu {
  display: flex;
  justify-content: center;
  margin: 0 64px;
}

.menu-body {
  width: 100%;
}

.gender-select-item {
  height: 0;
  opacity: 0;
}

.gender-menu-list {
  display: flex;
  background-color: #f6f6f6;
}

.gender-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #717171;
  letter-spacing: 0.5px;
  cursor: pointer;
  border-bottom: solid 1px #e4e4e4;
}

.gender-menu-item:first-child.current {
  border-right: solid 1px #e4e4e4;
  border-radius: 0 4px 0 0;
}

.gender-menu-item:last-child.current {
  border-left: solid 1px #e4e4e4;
  border-radius: 4px 0 0;
}

.gender-menu-item.current {
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 8px;
  background-color: #fff;
  border-top: solid 1px #e4e4e4;
  border-bottom: none;
}

.fixed-menu.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  margin: 0;
  background: #fff;
}

.fixed-menu.is-fixed .gender-menu-list {
  padding-top: 8px;
}

.fixed-menu.is-fixed + #pitari_main {
  margin-top: 220px;
}

#pitari_main {
  overflow: hidden;
}

/*====================
genre
====================*/
.genre {
  visibility: hidden;
  height: 0;
}

.genre.active {
  visibility: visible;
  height: 100%;
}

.genre__item {
  visibility: hidden;
  height: 0;
}

.genre.active .genre__item {
  visibility: visible;
  height: 100%;
}

.genre-menu {
  width: 100%;
  padding: 80px 0 32px;
}

.genre-menu > ul.genre-menu__list {
  display: flex;
  justify-content: center;
}

.genre-menu__item {
  width: 320px;
}

.genre-menu__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: 16px;
  color: #717171;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.genre-menu__link.active {
  font-weight: 700;
  color: #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
}

.genre-menu__link:hover {
  opacity: 1;
}

.fixed-menu.is-fixed .genre-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.fixed-menu.is-fixed .genre-menu > ul.genre-menu__list {
  border-bottom: 1px solid #eee;
}

.fixed-menu.is-fixed .genre-menu__item a {
  height: 60px;
}

/*====================
breadcrumb
====================*/
.breadcrumb-list {
  display: flex;
  padding: 24px 0;
  margin: 0;
}

.breadcrumb-list li {
  line-height: 20px;
  letter-spacing: 0.5px;
}

.breadcrumb-list li:not(:first-child) {
  margin-left: 6px;
}

.breadcrumb-list a::after {
  margin-left: 6px;
  content: "/";
}

.breadcrumb-list span {
  opacity: 0.4;
}

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

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

.js-tab_btn_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.js-tab_btn_wrap .js-tab_btn {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 22px;
  font-size: 16px;
  color: #717171;
  letter-spacing: 0.5px;
}

.js-tab_btn_wrap .js-tab_btn.active {
  font-weight: 700;
  color: #333;
  border-bottom: 2px solid #333;
}

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

.js-tab .contents__more-link:link,
.js-tab .contents__more-link:visited {
  transition: none;
}

.js-tab .contents__more-link:link:hover {
  transition: 0.2s;
}

/*====================
category
====================*/
.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.category-list__item {
  box-sizing: border-box;
  width: calc((100% - 120px) / 6);
}

.category-list__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-list__thumb img {
  width: 100%;
}

.category-list__link {
  display: block;
  transition: opacity 0.2s ease-out;
}

.category-list__text {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #535353;
  text-align: center;
  letter-spacing: 0.1em;
}

/*====================
pickup brand
====================*/
.pickup-list__item-title {
  margin-bottom: 24px;
  text-align: center;
}

.pickup-list__item-new {
  margin-bottom: 4px;
}

.pickup-list__item-title h3 img {
  width: 300px;
}

.pickup-list__item:not(:last-child) {
  margin-bottom: 80px;
}

/*====================
golfline
====================*/
.golfline {
  padding-top: 80px;
}

.golfline-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}

.golfline-list__item {
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 2px;
}

.golfline-list__item::after {
  padding: 0 24px;
  font-weight: normal;
  content: "/";
}

.golfline-list__item:last-child::after {
  display: none;
}

.golfline-list__item-link:link,
.golfline-list__item-link:visited {
  color: #333;
}

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

.brandlist .lp-contents__inner {
  padding-right: 66px;
  padding-left: 66px;
}

.brandlist__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.brandlist__list img {
  width: 100%;
}

/*===== 検索窓 =====*/
.brandlist-filter-search {
  position: relative;
  width: 464px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 48px;
}

.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-filter-search-field {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px !important;
  padding-left: 40px !important;
  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-list {
  display: flex;
  justify-content: center;
}

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

.brandlist-filter {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 48px;
  color: #a0acb2;
  text-align: center;
  cursor: pointer;
  user-select: none;
  border-bottom: 2px solid #d2d3d5;
  transition: background 0.2s ease-out;
}

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

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

/*===== カード =====*/
.brandlist-all {
  visibility: hidden;
  height: 0;
  opacity: 0;
}

.brandlist-all.brandlist-filter--active.brandlist-search--active {
  visibility: visible;
  height: auto;
  margin-top: 40px;
  opacity: 1;
}

.brandlist__list-card {
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: calc((100% - 40px) / 4);
  aspect-ratio: 5/3;
  margin: 0 5px 20px;
}

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

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

.brandlist__list-thumb {
  width: 50%;
}

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