@charset "UTF-8";
/* sns parts */
.sns_wrap {
  margin-top: 24px;
  float: right;
}

/* kv */
.kv-heading {
  margin-bottom: 24px;
}

.kv-heading img {
  width: 100%;
  vertical-align: bottom;
}

/* gender-navi */
.gender-navi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px auto 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gender-navi__item {
  text-align: center;
  display: table;
  width: 22%;
  margin: 0 8px 0 0;
  font-size: 12px;
  font-weight: bold;
}

.gender-navi__item:last-child {
  margin-right: 0;
}

.gender-navi__item-link:link,
.gender-navi__item-link:visited {
  display: table-cell;
  width: 100%;
  padding: 10px 12px 30px;
  position: relative;
  color: #000;
  vertical-align: middle;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gender-navi__item-link::after {
  content: "";
  width: 6px;
  position: absolute;
  height: 6px;
  bottom: 15px;
  left: 47%;
  margin-top: -4px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* gender-wrap */
.gender-wrap {
  border-bottom: 24px solid #f2f2f2;
}

.gender__head-heading {
  font-size: 26px;
  margin: 48px 0 32px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

/* contents */
.contents {
  margin-bottom: 48px;
}

.contents__heading {
  font-size: 20px;
  margin-bottom: 24px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.contents__sub-heading {
  font-size: 17px;
  margin-bottom: 24px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.contents__api {
  margin-bottom: 24px;
}

.contents__more-link:link,
.contents__more-link:visited {
  display: block;
  border: 1px solid #747474;
  padding: 12px 10px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents__more-link:hover,
.contents__more-link:active {
  background: #747474;
  color: #ffffff;
  text-decoration: none;
}

/* sml-contents-navi */
.sml-contents-navi {
  margin-bottom: 24px;
}

.sml-contents-navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 20px;
  font-weight: 500;
}

.sml-contents-navi__list-item {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  padding-right: 8px;
}

.sml-contents-navi__list-item:not(:last-child) {
  margin: 0 8px 8px 0;
  border-right: 1px solid #000;
}

.sml-contents-navi__list-item-link:link,
.sml-contents-navi__list-item-link:visited {
  color: #000;
}

/* budget */
.budget__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.budget__list-item {
  width: 48%;
  margin: 0px 5px 15px 0;
  border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  text-align: center;
}

.budget__list-item--empty {
  border: none;
}

.budget__list-item:nth-child(even) {
  margin-right: 0;
}

.budget__list-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.budget__list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.budget__list-item-text {
  display: table-cell;
  width: 106px;
  font-size: 14px;
  vertical-align: middle;
}

/* category */
.category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 12px;
}

.category__list-item {
  width: calc(33.3333333333% - 6px);
  position: relative;
  margin: 0 8px 8px 0;
  vertical-align: top;
}

.category__list-item:nth-child(3n) {
  margin-right: 0;
}

.category__list-item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.category__list-item-link:link,
.category__list-item-link:visited {
  display: block;
  color: #fff;
}

.category__list-item-img::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category__list-item-text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  font-size: 15px;
  line-height: 1.2em;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.category__list-item-img img {
  width: 100%;
  vertical-align: bottom;
}

/* brands */
.brands__list {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.brands__list-item {
  display: inline-block;
  width: 31%;
  margin: 0 5px 5px 0;
  vertical-align: top;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.brands__list-item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.brands__list-item-link img {
  width: 100%;
  padding: 20px 0;
  vertical-align: bottom;
}

.brands__list-item--empty {
  border: none;
}

/* keyword */
.keyword__search .search_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 16px 16px;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
}

.keyword__search .search_wrap input:focus {
  outline: 0;
}

.keyword__search .search_wrap #keywords {
  width: calc(100% - 65px);
  height: 45px;
  padding: 10px 0 10px 10px;
  border: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
}

.keyword__search .search_wrap .search_button {
  width: 65px;
  height: 45px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  cursor: pointer;
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/outer/20201209/search_white.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 35%;
}

.keyword__search-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin: 0 12px;
}

.keyword__search-word-title {
  margin-right: 5px;
  padding-top: 8px;
  font-size: 16px;
  white-space: nowrap;
}

.keyword__search-word-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
}

.keyword__search-word-list-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.5;
  margin: 8px 8px 0 0;
}

.keyword__search-word-list-item:last-child {
  margin-right: 0;
}

.keyword__search-word-list-item-link {
  display: block;
  padding: 5px 10px;
}

/* material */
.material__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  margin: 0 12px;
}

.material__list-item {
  margin: 8px 8px 0 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}

.material__list-item-link {
  display: block;
  padding: 5px 10px;
  color: #333;
  line-height: 1.5;
}

/* color */
.color__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 12px;
}

.color__list-item {
  width: 25%;
  padding: 15px 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.color__list-item-link img {
  width: 100%;
  border-radius: 50%;
}

.color__list-item:nth-child(-n+4) {
  padding-top: 0;
}

.color__list-item-text {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  margin-top: 8px;
  padding-left: 4px;
  letter-spacing: 2px;
  margin-bottom: 0;
}

/* cordinate-item */
.cordinate-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 12px 24px;
}

.cordinate-item__list-item {
  width: calc(25% - 8px);
  text-align: center;
  margin: 16px 4px 0;
}

.cordinate-item__list-item:nth-child(-n+4) {
  margin-top: 0;
}

.cordinate-item__list-item-link:active,
.cordinate-item__list-item-link:hover {
  opacity: 0.6;
  text-decoration: none;
}

.cordinate-item__list-item-img img {
  width: 100%;
}

/* --- sale_lp_buyer & sale_lp_dynamite api --- */
.itemlist[data-api=sale_lp_buyer] .lp-itemlist-container,
.itemlist[data-api=sale_lp_dynamite] .lp-itemlist-container {
  padding-bottom: 0;
}

/* sale_lp api */
.itemlist[data-api=sale_lp] .typeTile .itemlist {
  padding-top: 0;
}

.itemlist[data-api=sale_lp] .typeTile .itemlist li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

/* category_ranking api */
.itemlist[data-api=category_ranking] .sub-items-list {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.itemlist[data-api=category_ranking] .sub-items-item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

/* deal */
#deal_wrapper h3.contents_title {
  margin: 0 auto 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 1.3;
  font-size: 26px;
}

#deal_wrapper h3.contents_title span {
  font-size: 18px;
}

/* contentslp */
.contentslp_link_wrap {
  margin-top: 72px;
}

.contentslp_link_wrap .contents_title {
  font-size: 20px;
  margin: 0 auto 32px;
  padding-bottom: 0;
  border-bottom: 0;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.9px;
}

.contentslp_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
  margin-bottom: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.contentslp_link.contentslp_link--even,
.contentslp_link.contentslp_link--odd {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contentslp_link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 47.5%;
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contentslp_link li:nth-child(odd) {
  margin-right: 3.73vw;
}

.contentslp_link li:nth-child(n+3) {
  margin-top: 2%;
}

.contentslp_link li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.contentslp_link li a {
  display: block;
  border: 1px solid #666;
  margin-top: auto;
  padding: 10px 5px;
  font-size: 10px;
  background: #fff;
}

.contentslp_link li a.img_link {
  background: none;
  border: none;
  padding: 0;
  margin-top: 0;
}

.contentslp_link li img {
  width: 100%;
}

.contentslp_link li .lp_title {
  font-weight: bold;
  font-size: 15px;
  margin: 8px 0;
  line-height: 1;
}

.contentslp_link li .lp_text {
  text-align: left;
  margin-bottom: 8px;
}

/* newshop */
.newshop {
  margin-top: 72px;
}

.newshop__heading {
  width: 100%;
  padding: 8px 0;
  margin: 0 auto 24px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 1.3px;
}

.month_box {
  width: 100%;
  padding: 0;
}

.openmonth {
  width: 100%;
  padding: 1% 0;
  color: #000;
  border-bottom: 1px solid #000;
  margin-bottom: 1%;
  font-size: 14px;
  text-align: center;
}

.opendate {
  border-left: 4px solid #000;
  padding: 2% 3%;
  margin: 3px auto 5px;
  text-align: left;
}

.brandname {
  font-weight: bold;
  padding-left: 1%;
  height: 10px;
  margin: 3px auto 5px;
  text-align: left;
}

.month_box > ul {
  margin: 0 10px;
}

.incenbox {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 0 2% 5% 0;
}

.incenbox:nth-child(even) {
  margin-right: 0;
}

.incenbox img {
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.incenbox a {
  display: block;
  text-decoration: none;
}

.incenbox a .toseemore {
  text-decoration: none;
  text-align: center;
  border: 1px solid #ccc;
  padding: 4% 0;
  width: 100%;
}

.month_box .latestShop {
  margin: 0 10px 32px;
  width: auto;
}

.month_box .latestShop li {
  width: 100%;
}

.month_box .latestShop .shopImg {
  width: 48%;
  margin-right: 1%;
  display: inline-block;
  vertical-align: top;
}

.month_box .latestShop .shopImg img {
  width: 100%;
  border: none;
}

.month_box .latestShop .shopConcept {
  width: 48%;
  margin-right: 1%;
  font-size: 11px;
  display: inline-block;
}

.month_box .latestShop .shopConcept .brandname {
  margin-top: 0;
  height: auto;
  font-size: 130%;
}

.month_box .latestShop .typeTile .itemlist {
  padding: 10px 0;
}

.month_box .latestShop .typeTile .itemlist li {
  width: 30%;
}

.month_box .latestShop .typeTile .itemlist li img {
  border: none;
}

.month_box .latestShop li .shopbt.pc,
.itemlist.pc {
  display: none;
}

.month_box .latestShop li .shopbt a {
  display: block;
  background: #ffffff;
  color: #747474;
  border: 1px solid #747474;
  padding: 8px;
  width: 50%;
  margin: 5px auto 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.month_box .latestShop li .shopbt a:active {
  display: block;
  background: #747474;
  color: #ffffff;
  border: 1px solid #747474;
  padding: 8px;
  width: 50%;
  margin: 5px auto 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.newshop_btn {
  margin: 24px 0 72px;
}

.newshop_btn .morebt {
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}

.newshop_btn .morebt a:link,
.newshop_btn .morebt a:visited {
  border: 1px solid #747474;
  color: #747474;
  display: block;
  padding: 14px;
  text-decoration: none;
}

.newshop_btn .morebt a:hover {
  background-color: #747474;
  border: 1px solid #747474;
  color: #fff;
  display: block;
  padding: 14px;
  text-decoration: none;
}

/* ichiba-info */
.ichiba-info__heading {
  width: 100%;
  margin: 0 auto 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.9px;
}

.ichiba-info__banner {
  width: 90%;
  margin: 0 auto 12px;
  text-align: center;
}

.ichiba-info__link {
  display: block;
}

.ichiba-info__img {
  width: 100%;
  vertical-align: bottom;
}

/* NPS survey design change
-------------------------  */
.Nps,
.Inquiry,
.Thanks {
  border-top: 1px solid #333 !important;
  color: #000 !important;
}

.Nps .NpsRadioWithLabel label {
  color: #333 !important;
}

.Nps .NpsRadioWithLabel:nth-child(1) label::before {
  border: 2px solid #ebebeb !important;
}

.Nps .NpsRadioWithLabel:nth-child(2) label::before {
  border: 2px solid #b6b6b6 !important;
}

.Nps .NpsRadioWithLabel:nth-child(3) label::before {
  border: 2px solid #828282 !important;
}

.Nps .NpsRadioWithLabel:nth-child(4) label::before {
  border: 2px solid #4d4d4d !important;
}

.Nps .NpsRadioWithLabel:nth-child(5) label::before {
  border: 2px solid #000 !important;
}

.rexSurveyNamespace .jPdUHz button.primary {
  color: #fff;
  border: none !important;
  background-color: #828282 !important;
}

.rexSurveyNamespace input:checked + label::before {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.rexSurveyNamespace img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.Inquiry.StyledBoxPopup [data-testid=HeaderCloseBar] {
  background: #828282 !important;
}

.message-text-0,
.Nps-StyledMessage {
  word-break: break-word !important;
}