/* font */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600&family=Nunito:ital,wght@1,300&display=swap);
@font-face {
  font-family: "Rakuten Sans UI";
  font-style: normal;
  font-weight: 400;
  src: url(https://brandavenue.r10s.jp/font/RakutenSansUI_W_Rg.woff2) format("woff2");
  unicode-range: U+0030-0039, U+0025, U+002C, U+0041-007A;
}
@font-face {
  font-family: "Rakuten Sans UI";
  font-style: normal;
  font-weight: 600;
  src: url(https://brandavenue.r10s.jp/font/RakutenSans_UI_W_SBd.woff2) format("woff2");
  unicode-range: U+0030-0039, U+0025, U+002C, U+0041-007A;
}
@font-face {
  font-family: "Rakuten Sans UI";
  font-style: normal;
  font-weight: 700;
  src: url(https://brandavenue.r10s.jp/font/RakutenSansUI_W_Bd.woff2) format("woff2");
  unicode-range: U+0030-0039, U+0025, U+002C, U+0041-007A;
}
#areaWrapper {
  font-family: "Noto Sans JP", sans-serif;
}

.show {
  display: block;
}

.hidden {
  display: none !important;
}

.pc-none {
  display: none;
}

.breadcrumb-list {
  margin-bottom: 8px;
}

.multiCpDetailAnchor,
.percentOffCpDetailAnchor,
#special_C {
  display: inline-block !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* coupon */
.conditionsTime_new {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
  background-color: #ffffff;
}

.topCpArea__container-d .existingCustomer .offPrice {
  line-height: 1;
}

.couponDetail__wrapper .cpConditions__discount--eventcoupon {
  display: inline-block;
  width: auto;
  padding: 6px 16px;
}

/* gender nav */
.fixed-menu {
  display: none;
}
.fixed-menu.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: 100%;
  padding-top: 0;
  background: #fff;
  transition: transform 0.5s;
}

.menu-body {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}

.gender-select-item {
  position: relative;
  z-index: 10000;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 41px;
  margin: 9px 0;
  margin-right: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  color: #4f8b05;
  text-decoration: none;
  cursor: pointer;
  background-color: #f9faf2;
  border: none;
  border: 1px solid #4f8b05;
  opacity: 1;
}
.gender-select-item::after {
  position: absolute;
  top: 16px;
  right: 16px;
  content: "";
  border: 6px solid transparent;
  border-top: 7px solid #4f8b05;
}
.gender-select-item.open::after {
  top: 10px;
  transform: rotate(180deg);
}

.gender-menu {
  position: absolute;
  top: 49px;
  display: block;
  border: none;
}
.gender-menu__list {
  border: 1px solid #4f8b05;
  border-top: none;
}
.gender-menu__item {
  position: relative;
  z-index: 10000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  height: 41px;
  font-size: 14px;
  line-height: 130%;
  color: #92b764;
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-top: 1px solid #dfead2;
  opacity: 1;
}
.gender-menu__item.current {
  font-weight: 700;
  color: #4f8b05;
}
.gender-menu__item.current .gender-menu__text {
  position: relative;
}
.gender-menu__item.current .gender-menu__text::before {
  position: absolute;
  top: 50%;
  left: -32px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #4f8b05;
  border-radius: 6px;
  transform: translateY(-50%);
}

.js-floating {
  display: none;
}
.js-floating.active {
  display: block;
}

.contents-menu {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.contents-navi__floatings {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 59px;
  margin: 0 auto;
  scrollbar-width: none;
  background: #fff;
  transition: all 1s;
  -ms-overflow-style: none;
}
.contents-navi__floatings::-webkit-scrollbar {
  display: none;
}
.contents-navi__floating {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 50%;
  text-align: center;
  background-color: #fff;
}
.contents-navi__floating-btn:link, .contents-navi__floating-btn:visited {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #717171;
  text-align: center;
  text-decoration: none;
}
.contents-navi__floating-btn:link:hover, .contents-navi__floating-btn:visited:hover {
  text-decoration: none;
}
.contents-navi__floating-btn:link.is-current, .contents-navi__floating-btn:visited.is-current {
  left: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  color: #4f8b05;
  text-align: center;
  background-color: #f0f5ea;
}

.gender-menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gender-menu-list.gender-menu-list--top {
  margin-top: 40px;
}
.gender-menu-list.gender-menu-list--bottom {
  margin: 40px 0;
}

.gender-menu-item {
  width: 33.3333333333%;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #717171;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #c7c7c7;
}
.gender-menu-item:hover {
  cursor: pointer;
}
.gender-menu-item.current {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  color: #333;
  background: #fff;
}
.gender-menu-item.current::after {
  position: absolute;
  bottom: 10px;
  display: inline-block;
  height: 2px;
  content: "";
  background-color: #333;
}
.gender-menu-item.current.gender-women {
  border-top: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  border-bottom: none;
}
.gender-menu-item.current.gender-women::after {
  left: calc(50% - 30px);
  width: 60px;
}
.gender-menu-item.current.gender-men {
  border-top: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  border-bottom: none;
  border-left: 1px solid #c7c7c7;
}
.gender-menu-item.current.gender-men::after {
  left: calc(50% - 15px);
  width: 30px;
}
.gender-menu-item.current.gender-kids {
  border-top: 1px solid #c7c7c7;
  border-bottom: none;
  border-left: 1px solid #c7c7c7;
}
.gender-menu-item.current.gender-kids::after {
  left: calc(50% - 18px);
  width: 36px;
}
.gender-menu-list.gender-menu-list--bottom .gender-menu-item {
  border-top: 1px solid #c7c7c7;
  border-bottom: none;
}
.gender-menu-list.gender-menu-list--bottom .gender-menu-item.current {
  border-top: none;
  border-bottom: 1px solid #c7c7c7;
}

/* gender-tab */
.js-gender-tab .js-gender-tab_item {
  display: none;
}
.js-gender-tab .js-gender-tab_item.active {
  display: block;
}

/* contents */
.contents {
  padding: 64px 0;
  margin-bottom: 0;
}
.contents__heading {
  margin-top: 0;
}
.contents__heading-wire {
  display: block;
  font-size: 16px;
}
.contents__heading-eyebrow {
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 140%;
  color: #717171;
  text-align: center;
}

.sml-contents-navi {
  margin-bottom: 0;
}

.gender-navi {
  gap: 24px;
  width: 920px;
  padding-top: 64px;
  margin: 0 auto;
}

.gender-navi__item {
  width: 50%;
  margin: 0;
}

.gender-navi__item-link:link,
.gender-navi__item-link:visited {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 0 20px;
  font-size: 13px;
  font-weight: 500;
}

.gender-navi__item-link::after {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}

.contents__notes--type01 {
  margin: 32px auto 0;
  text-align: center;
}

.contents__item-link:link,
.contents__item-link:visited {
  color: #0070c9;
}

/* kids-size */
#kids-tops-size .contents__heading,
#kids-outer-size .contents__heading {
  margin: 32px 0 16px;
}

#kids-tops-size .contents__notes--type01,
#kids-outer-size .contents__notes--type01 {
  margin: 16px 0 32px;
}

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

.js-tab_btn_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  border-bottom: 1px solid #cdcdcd;
}
.js-tab_btn_wrap .js-tab_btn {
  display: block;
  padding: 0 25px 15px;
  margin-right: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #9c9c9c;
  text-align: center;
}
.js-tab_btn_wrap .js-tab_btn.active {
  color: #000000;
  border-bottom: 5px solid #cccccc;
}
.js-tab_btn_wrap .js-tab_btn:hover {
  text-decoration: none;
}
.js-tab_btn_wrap li:last-child .js-tab_btn {
  margin-right: 0;
}

/* budget */
.budget__list-item--api + .budget__list-item--api {
  margin-top: 48px;
}

/* brands__list */
.brands__list {
  justify-content: center;
}

.brands__list-item {
  box-sizing: border-box;
  width: 140px;
  margin: 0 calc((100% - 840px) / 5) 20px 0;
  border: 1px solid #ddd;
}

.brands__list-item:nth-child(6n) {
  margin-right: 0;
}

.brands__list-item:nth-last-child(-n+6) {
  margin-bottom: 20px;
}

.brands__list-item:nth-child(6n+1):nth-last-child(-n+6),
.brands__list-item:nth-child(6n+1):nth-last-child(-n+6) ~ li {
  margin-bottom: 0;
}

/* size */
.search-size__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% - 48px);
  margin: 0 auto;
}

.search-size__list-item:not(:last-child) {
  margin-right: 14px;
}

.search-size__list-item {
  width: calc(12.5% - 13px);
  margin-bottom: 8px;
}

.search-size__list-item-link {
  display: block;
  padding: 22px 0;
  font-size: 20px;
  font-weight: 400px;
  line-height: 20px;
  color: #333;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.search-size__list-item-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  text-align: center;
}

/* banner */
.banner {
  text-align: center;
}
.banner__link {
  display: block;
  text-align: center;
}
.banner__image {
  width: 80%;
}

#page-top {
  transition: bottom 0.4s ease-out;
}

#page-top a {
  padding: 6px 0;
}