@charset "UTF-8";
/* 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;
}

/* 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;
}
.fixed-menu.is-fixed.gender-hide {
  transform: translateY(-47px);
}
.fixed-menu.is-fixed .gender-menu {
  position: absolute;
  width: 100%;
}

.menu-body {
  width: 100%;
}

.gender-select-item {
  height: 0;
  opacity: 0;
}
.fixed-menu.is-fixed .gender-select-item {
  position: relative;
  z-index: 10000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 47px;
  padding: 10px 0 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  color: rgba(26, 26, 26, 0.4);
  letter-spacing: 0.2em;
  text-decoration: none;
  cursor: pointer;
  background-color: #fde3e5;
  border: none;
  opacity: 1;
}
.fixed-menu.is-fixed .gender-select-item span {
  position: relative;
  color: #1a1a1a;
}
.fixed-menu.is-fixed .gender-select-item span::after {
  position: absolute;
  top: 8px;
  right: -20px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  content: "";
  border-top: solid 1px #1a1a1a;
  border-right: solid 1px #1a1a1a;
  transform: rotate(135deg);
}
.fixed-menu.is-fixed .gender-select-item.open span::after {
  top: 13px;
  transform: rotate(-45deg);
}

.gender-menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-menu.is-fixed .gender-menu-list {
  display: block;
  border: none;
}
.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;
}
.fixed-menu.is-fixed .gender-menu-item {
  position: relative;
  z-index: 10000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  color: rgba(26, 26, 26, 0.4);
  letter-spacing: 0.2em;
  text-decoration: none;
  background-color: #fde3e5;
  border: none;
  opacity: 1;
}
.fixed-menu.is-fixed .gender-menu-item.current {
  color: #1a1a1a;
  background: #fde3e5;
  border: none !important;
}
.fixed-menu.is-fixed .gender-menu-item.current::after {
  display: none;
}
.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;
}

.contents-menu {
  display: none;
}

.fixed-menu.is-fixed .contents-menu {
  display: block;
}

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

.contents-navi {
  position: fixed;
  left: 0;
  z-index: 300;
  display: none;
  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: 140px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #f2ced0;
}
.contents-navi__floating:first-child {
  border-left: 1px solid #f2ced0;
}
.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%;
  padding: 9px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #333;
  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: 12px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  background-color: #fff4f4;
}
.contents-navi__floatings.inactive .contents-navi__floating-btn:link, .contents-navi__floatings.inactive .contents-navi__floating-btn:visited {
  pointer-events: none;
}

/* 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-eyebrow {
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 140%;
  color: #717171;
  text-align: center;
}

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

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

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

#kids-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: 21px;
  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;
}

/* trend-keyword */
.trend-keyword {
  margin-top: 64px;
}
.trend-keyword + .trend-keyword {
  margin-top: 80px;
}
.trend-keyword__icon-wrap {
  text-align: center;
}
.trend-keyword__icon {
  box-sizing: border-box;
  display: inline-block;
  padding: 3px 12px 5px;
  margin-bottom: 12px;
  font-family: "Rakuten Sans UI", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 90%;
  background-color: #fde3e5;
  border: 1px solid #333;
  border-radius: 0 6px;
}
.trend-keyword__heading {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.trend-keyword__text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.trend-keyword__api-product {
  margin-top: 24px;
}

/* brands__list */
.brands__list {
  justify-content: flex-start;
}

.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;
}

/* cordinate */
.cordinate-item__list-item {
  width: 120px;
}

/* 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;
}

/* matome-banner */
.matome-banner {
  text-align: center;
}

/* credit */
.credit {
  padding-top: 64px;
}

.credit__head-heading {
  margin-bottom: 48px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  text-align: center;
  letter-spacing: 1.5px;
}

.credit__head-text {
  margin-bottom: 32px;
  font-size: 16px;
  text-align: center;
}

.credit__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.credit__list-item {
  width: 285px;
  text-align: center;
}

.credit__list-item:not(:last-child) {
  margin-right: 24px;
}

.credit__list-item-heading {
  margin-bottom: 24px;
  font-size: 20px;
  color: #000;
  text-align: center;
}

.credit__list-item-img img {
  width: 100%;
}

.credit__item {
  padding: 24px 24px 0;
}

.credit__item-text {
  padding-bottom: 24px;
  font-size: 14px;
}

.credit__annotation {
  padding: 0 24px 24px;
}

.credit__item-text a {
  text-decoration: underline;
}

.credit__item-text a:hover {
  text-decoration: none;
}

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

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

/* APIカルーセル用 */
.apiProductList.sale_lp.sp-carousel .tmp_more {
  margin-top: 32px;
  text-align: center;
}

.apiProductList.sale_lp.sp-carousel .tmp_more-link:link,
.apiProductList.sale_lp.sp-carousel .tmp_more-link:visited {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 24px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #393e44;
  text-align: center;
  border: none;
}

.apiProductList.sale_lp.sp-carousel .tmp_more-link::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #393e44;
  border-radius: 50%;
  transform: translateY(-50%);
}

.apiProductList.sale_lp.sp-carousel .tmp_more-link::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 5px;
  height: 5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.apiProductList.sale_lp.sp-carousel .tmp_more-link:hover {
  background-color: transparent;
}