@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 */
#page {
  overflow: hidden;
}

.brandday {
  margin: -15px 0 0;
  font-family: "Noto Sans JP", sans-serif;
}

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

.brandday .typeTile .itemlist {
  padding: 0;
}

.brandday-head {
  margin: 0 0 64px;
}

.brandday-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  color: #b79d22;
  text-align: center;
  letter-spacing: 0.1em;
}

.brandday-heading--sub {
  font-size: 32px;
  color: #999;
  text-align: center;
}

.brandday-heading--item-sub {
  margin-top: 24px;
  font-size: 15px;
  color: #333;
  text-align: center;
}

.brandday-offer-item {
  position: relative;
  padding-left: 1.2em;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  letter-spacing: 0.1em;
}

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

.limited_annotation {
  text-align: center;
}

.limited_annotation::before {
  content: none;
}

.brandday-btn,
.brandday-btn:link,
.brandday-btn:visited {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 56px;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.brandday-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* banner */
.banner {
  padding: 15px 0 0;
  margin-bottom: 64px;
}

.banner__heading {
  margin-bottom: 24px;
}

.top-annotation {
  text-align: center;
}

/* event */
.event {
  margin: 0 0 64px;
  background-color: unset;
}

.event__inner {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
}

.event__head {
  padding: 0 0 64px;
  margin: 0 0 64px;
  border-bottom: solid 1px #d1d1d1;
}

.event__head-lead {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #8e6c00;
  text-align: center;
}

.event__head-heading {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  text-align: center;
}

.event__head-text {
  margin: 20px 0 0;
  font-size: 28px;
  line-height: 1.5;
  color: #000;
  text-align: center;
  letter-spacing: 0.1em;
}

.event__data {
  margin: 0 0 40px;
}

.event__data-item {
  display: block;
  justify-content: center;
}

.event__data-item + .event__data-item {
  margin: 20px 0 0;
}

.event__data-heading {
  margin: 0 16px 4px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  text-align: center;
  letter-spacing: 0.1em;
}

.event__data-text {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  letter-spacing: 0.1em;
}

.event__about-img {
  width: 640px;
  margin: 0 auto 40px;
}

.event__offer {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 32px 0;
}

.event__offer-item {
  position: relative;
  padding-left: 1.5em;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  text-align: center;
}

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

.event__about-nav {
  text-align: center;
}

.event__about-nav-link {
  position: relative;
  font-size: 13px;
  color: #0078b5 !important;
}

.event__about-nav-link::after {
  position: absolute;
  top: 30%;
  right: -15px;
  display: inline-block;
  width: 5px;
  height: 5px;
  padding-left: 0 !important;
  content: "";
  border-top: 1px solid #0078b5;
  border-right: 1px solid #0078b5;
  transform: rotate(135deg);
}

/* pagenav */
.pagenav {
  margin: 0 calc(-50vw + 50%);
  background-color: #f7f7f7;
  border-top: solid 1px #d1d1d1;
}

.pagenav__inner {
  width: 1000px;
  padding: 15px 0;
  margin: 0 auto;
}

.pagenav__list {
  display: flex;
}

.pagenav__list-item {
  width: 33.33333333%;
}

.pagenav__list-item + .pagenav__list-item {
  border-left: solid 1px #d1d1d1;
}

.pagenav__list-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #f7f7f7;
}

.pagenav__list-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.pagenav__list-link::after {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  width: 13px;
  height: 7px;
  margin: auto;
  content: url(https://brandavenue.r10s.jp/img/library/contents/brandday/20210530/icon.svg);
}

/* campaign */
.campaign {
  background-color: #fff;
}

.campaign__inner {
  padding: 0;
}

.campaign__head {
  margin: 0;
}

.campaign__head-heading {
  font-size: 50px;
  font-weight: 700;
  color: #000;
  text-align: center;
  letter-spacing: 0.1em;
}

.campaign__head-heading-strong {
  color: #8e6c00;
}

.campaign__head-heading-num {
  color: #b79d22;
}

.campaign__main {
  padding-top: 128px;
}

.campaign__content + .campaign__content {
  padding: 60px 0 0;
  margin: 60px 0 0;
  border-top: solid 1px #d1d1d1;
}

.campaign__content-heading {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  text-align: center;
}

.campaign__content-list {
  display: flex;
  justify-content: center;
}

.campaign__content-list-item {
  width: 480px;
}

.campaign__content-list-item + .campaign__content-list-item {
  margin-left: 40px;
}

.campaign__content-cover {
  display: block;
}

.campaign__content-cover:hover {
  text-decoration: none;
  opacity: 0.7;
}

.campaign__content-img {
  margin: 0 0 20px;
}

.campaign__content-tag {
  display: flex;
  justify-content: center;
  margin: 0 0 15px;
}

.campaign__content-tag-item {
  padding: 4px 8px;
  margin: 0 8px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #444;
  text-align: center;
  border: solid 1px #d1d1d1;
}

.campaign__content-caption {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  text-align: center;
}

.campaign__content--2col {
  display: flex;
}

.campaign__content--2col .campaign__content-item {
  width: 480px;
}

.campaign__content--2col .campaign__content-item + .campaign__content-item {
  margin-left: 40px;
}

.campaign__footer {
  margin: 40px 0 0;
}

.campaign__main__title {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  color: #b79d22;
  text-align: center;
}

/* coupon */
.coupon {
  margin: 128px 0 0;
}

.coupon__data {
  margin: 0 0 40px;
}

.coupon__data-item {
  display: flex;
  justify-content: center;
}

.coupon__data-item + .coupon__data-item {
  margin: 20px 0 0;
}

.coupon__data-heading {
  margin: 0 16px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  text-align: center;
  letter-spacing: 0.1em;
}

.coupon__data-text {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  letter-spacing: 0.1em;
}

.coupon__text {
  margin: 0 0 24px;
  font-size: 13px;
  text-align: center;
}

.coupon__text-link,
.coupon__text-link:link,
.coupon__text-link:visited {
  color: #666;
}

.coupon__caution {
  width: 640px;
  margin: 0 auto 40px;
}

/* yen */
.coupon-list .coupon-list-item--yen-01 {
  background-color: #fba30d;
}

.coupon-list .coupon-list-item--yen-01 .getCpLink {
  color: #fba30d;
}

.coupon-list .coupon-list-item--yen-02 {
  background-color: #e38a0b;
}

.coupon-list .coupon-list-item--yen-02 .getCpLink {
  color: #e38a0b;
}

.coupon-list .coupon-list-item--yen-03 {
  background-color: #fa8700;
}

.coupon-list .coupon-list-item--yen-03 .getCpLink {
  color: #fa8700;
}

.coupon-list .coupon-list-item--yen-04 {
  background-color: #e3720b;
}

.coupon-list .coupon-list-item--yen-04 .getCpLink {
  color: #e3720b;
}

.coupon-list .coupon-list-item--yen-05 {
  background-color: #ff6a00;
}

.coupon-list .coupon-list-item--yen-05 .getCpLink {
  color: #ff6a00;
}

.coupon-list .coupon-list-item--yen-06 {
  background-color: #f55653;
}

.coupon-list .coupon-list-item--yen-06 .getCpLink {
  color: #f55653;
}

.coupon-list .coupon-list-item--yen-07 {
  background-color: #d44452;
}

.coupon-list .coupon-list-item--yen-07 .getCpLink {
  color: #d44452;
}

.coupon-list .coupon-list-item--yen-08 {
  background-color: #eb577c;
}

.coupon-list .coupon-list-item--yen-08 .getCpLink {
  color: #eb577c;
}

.coupon-list .coupon-list-item--yen-09 {
  background-color: #d4447d;
}

.coupon-list .coupon-list-item--yen-09 .getCpLink {
  color: #d4447d;
}

.coupon-list .coupon-list-item--yen-10 {
  background-color: #fa52ae;
}

.coupon-list .coupon-list-item--yen-10 .getCpLink {
  color: #fa52ae;
}

.coupon-list .coupon-list-item--yen-11 {
  background-color: #f53505;
}

.coupon-list .coupon-list-item--yen-11 .getCpLink {
  color: #f53505;
}

.coupon-list .coupon-list-item--yen-12 {
  background-color: #d42a0b;
}

.coupon-list .coupon-list-item--yen-12 .getCpLink {
  color: #d42a0b;
}

.coupon-list .coupon-list-item--yen-13 {
  background-color: #eb1b00;
}

.coupon-list .coupon-list-item--yen-13 .getCpLink {
  color: #eb1b00;
}

.coupon-list .coupon-list-item--yen-14 {
  background-color: #d61404;
}

.coupon-list .coupon-list-item--yen-14 .getCpLink {
  color: #d61404;
}

.coupon-list .coupon-list-item--yen-15 {
  background-color: #fa0d05;
}

.coupon-list .coupon-list-item--yen-15 .getCpLink {
  color: #fa0d05;
}

/* percent */
.coupon-list .coupon-list-item--percent-01 {
  background-color: #e5af0b;
}

.coupon-list .coupon-list-item--percent-01 .getCpLink {
  color: #e5af0b;
}

.coupon-list .coupon-list-item--percent-02 {
  background-color: #e57a00;
}

.coupon-list .coupon-list-item--percent-02 .getCpLink {
  color: #e57a00;
}

.coupon-list .coupon-list-item--percent-03 {
  background-color: #de5d7d;
}

.coupon-list .coupon-list-item--percent-03 .getCpLink {
  color: #de5d7d;
}

.coupon-list .coupon-list-item--percent-04 {
  background-color: #de2d16;
}

.coupon-list .coupon-list-item--percent-04 .getCpLink {
  color: #de2d16;
}

/* hititem */
.hititem.hititem__border-top {
  border-top: solid 1px #d1d1d1;
}

.hititem {
  padding-top: 0;
  padding-right: 86px;
  padding-left: 86px;
  margin-top: 64px;
  margin-bottom: 0;
}

.hititem__content {
  padding-top: 64px;
}

.hititem__content + .hititem__content {
  margin-top: 128px;
}

.hititem__brand #bodySearchResultField {
  width: 700px;
}

.hititem__brand #bodySearchResultField .searchInfoBody {
  width: 700px;
  margin: 0 auto;
}

.hititem__brand #bodySearchResultField .searchInfoBody ul {
  margin: 0;
}

.hititem__brand #bodySearchResultField .searchInfoBody li {
  padding: 0;
  margin: 0 20px 20px 0;
}

.hititem__brand #bodySearchResultField .searchInfoBody li:nth-child(4n) {
  margin-right: 0;
}

.hititem__footer {
  margin: 40px 0 0;
}

.hititem .contents__more {
  margin: 40px 0 0;
}

.hititem .contents__more .contents__more-link {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 56px;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.hititem .contents__more .contents__more-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* brandlist */
.brandlist__inner {
  padding: 128px 0 0;
}

.brandlist__content + .brandlist__content {
  padding: 64px 0 0;
  margin: 64px 0 0;
  border-top: solid 1px #d1d1d1;
}

.brandlist__content-head {
  margin: 0 0 30px;
}

.brandlist__content-list {
  display: flex;
  flex-wrap: wrap;
}

.brandlist__content-list-item {
  box-sizing: border-box;
  width: 300px;
  margin-right: 50px;
  border: solid 1px #ddd;
}

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

.brandlist__content-list-item:nth-child(n+4) {
  margin-top: 40px;
}

.brandlist__content-list-cover {
  display: block;
}

.brandlist__content-list-cover:hover {
  text-decoration: none;
  opacity: 0.7;
}

.brandlist__content-list-img {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 20px 0;
}

.brandlist__content-list-img--margin {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 20px;
}

.brandlist__content-list-descrption {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  background-color: #747474;
}

.brandlist__annotation {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  text-align: center;
}

/* ruledetail */
.ruledetail {
  margin: 150px 0 0;
}

.ruledetail__head {
  margin: 0 0 40px;
}

.ruledetail__head-heading {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1em;
}

.ruledetail__head-text {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1em;
}

.ruledetail__main-content {
  margin: 0 0 40px;
}

.ruledetail__sub-content {
  padding: 0 0 0 30px;
}

.ruledetail__brand-content {
  padding: 0 0 0 30px;
  margin: 15px 0 0;
}

.ruledetail__brand-content + .ruledetail__brand-content {
  margin: 40px 0 0;
}

.ruledetail__brand-content-item {
  margin: 0 0 15px;
}

.ruledetail__main-heading {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.ruledetail__sub-heading {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.ruledetail__main-text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.ruledetail__offer-item {
  position: relative;
  padding: 0 0 0 1.2em;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

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

.ruledetail__dot-item {
  position: relative;
  padding: 0 0 0 1.2em;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.ruledetail__dot-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

/* NAV */
.fixNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 58px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d1d1d1;
}

.fixNav__floatings {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow-x: scroll;
  scrollbar-width: none;
  transition: all 1s;
  -ms-overflow-style: none;
}

.fixNav__floatings::-webkit-scrollbar {
  display: none;
}

.fixNav__floating {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 20%;
  height: 58px;
  font-weight: bold;
  text-align: center;
  background-color: #f7f7f7;
  border-right: 1px solid #d1d1d1;
}

.fixNav__floating:first-child {
  border-left: 1px solid #d1d1d1;
}

.fixNav__floating__btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.fixNav__floating__btn:hover {
  text-decoration: none;
}

.fixNav__floatings.inactive .fixNav__floating__btn {
  pointer-events: none;
}

.fixNav__floating__btn.is-current {
  left: 0;
  color: #fff;
  background-color: #000;
}

/* reward */
.reward {
  margin-top: 8px;
}

.reward__inner {
  display: flex;
  align-items: center;
  margin: 24px 0 9px;
}

.reward__list {
  display: flex;
  align-items: center;
}

.reward__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-right: 8px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
}

.reward__description-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: #535353;
  letter-spacing: 0.05em;
}

/* headNav */
.headNav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 950px;
  margin: 32px auto 0;
}

.headNav__item {
  width: 170px;
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.headNav__link:link,
.headNav__link:visited {
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  width: 170px;
  height: 75px;
  padding: 10px 12px 30px;
  vertical-align: middle;
  color: #000;
  background: #f7f7f7;
}

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

.headNav__link:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6;
}

/* pickup */
.pickupapi__inner {
  padding: 128px 0 0;
}

.pickupapi__head {
  margin: 0 0 32px;
}

.pickupapi__head-heading {
  font-size: 42px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  letter-spacing: 0.1em;
}

.pickupapi__head-sub {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

.pickupapi__list {
  display: flex;
  justify-content: center;
}

.pickupapi__list-item {
  width: calc(20% - 22.4px);
  margin: 0 14px 20px;
}

.pickupapi__text-brand {
  margin-top: 10px;
}

/* branddayBanner */
.branddayBanner {
  margin-bottom: 64px;
}

.branddayBanner__heading {
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.branddayBanner__imageWrapper {
  display: flex;
  gap: 33px;
  justify-content: center;
  width: 100%;
}

/* rule */
.rule {
  width: 960px;
  padding-top: 128px;
  padding-bottom: 96px;
}

.rule__head {
  margin: 0 0 40px;
}

.rule__head-heading {
  margin: 0 0 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.rule__head-text {
  font-size: 14px;
  line-height: 1.5;
  color: #828282;
  text-align: center;
}

.rule__head-link,
.rule__head-link:link,
.rule__head-link:visited {
  color: #18a0fb;
  text-decoration: underline;
}

.rule__main-heading {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.rule__main-text {
  font-size: 14px;
  line-height: 1.8;
}

.rule__main-content + .rule__main-content {
  margin: 40px 0 0;
}

.rule__content-offer-item {
  position: relative;
  padding: 0 0 0 1.2em;
  font-size: 14px;
  line-height: 1.8;
  color: #828282;
}

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

.rule__content-link {
  color: #18a0fb !important;
  text-decoration: underline;
}

.rule__sub-content {
  padding: 0 0 0 20px;
  margin: 30px 0 0;
}

.rule__sub-heading {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.rule__content-list-item {
  position: relative;
  padding: 0 0 0 1.2em;
  font-size: 14px;
  line-height: 1.8;
}

.rule__content-list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.rule__content-strong {
  font-weight: bold;
  text-decoration: none;
}