@charset "UTF-8";
#areaWrapper {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

#footerArea {
  position: relative;
  z-index: 900;
  padding-bottom: 1px;
  background-color: #fff;
}

.page-top-float-button {
  z-index: 1000;
}

.pre-text {
  padding: 4px 0;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #f9f9f9;
}

.pre-exclusive {
  position: relative;
  padding: 16px 0;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #99740e;
}
.pre-exclusive::after {
  position: absolute;
  bottom: 1px;
  left: 50%;
  content: "";
  border-color: #99740e transparent transparent;
  border-style: solid;
  border-width: 20px 20px 0;
  translate: -50% 100%;
}

.main-contents {
  position: relative;
  background-color: #fff;
}

.section {
  padding: 40px 24px;
  background-color: #fff;
}
.section--small {
  padding: 40px 16px;
}
.section--orange {
  background-color: #f9f5eb;
}
.section--grey {
  background-color: #f2f2f2;
}
.section--yellow {
  background-color: #faf6ed;
}
.section--black {
  background-color: #333333;
}
.section__heading + * {
  margin-top: 24px;
}
.section__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.section__title--large {
  font-size: 24px;
}
.section--black .section__title {
  color: #fff;
}
.section__sub-title {
  font-size: 14px;
  color: #717171;
  text-align: center;
}
.section--black .section__sub-title {
  color: #fff;
}

.box {
  margin-top: 24px;
}
.box__title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.section--black .box__title {
  color: #fff;
}
.box__title--small {
  font-size: 16px;
}
.box__title + * {
  margin-top: 24px;
}

.apiProductList.sale_lp .tmp_item-link:hover {
  text-decoration: none;
  transition: 0.2s;
}
.apiProductList.sale_lp .tmp_item-link:hover .tmp_item-image {
  opacity: 0.5;
}

.apiProductList .tmp_more .tmp_more-link:link,
.apiProductList .tmp_more .tmp_more-link:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0;
  font-weight: 400;
  letter-spacing: 0.12em;
  background-color: #fff;
  border: 1px solid #333;
}
.apiProductList .tmp_more .tmp_more-link:link:hover,
.apiProductList .tmp_more .tmp_more-link:visited:hover {
  color: #fff;
  background-color: #333;
}

.comp-reward {
  margin: 8px 12px;
}

.comp-reward__list {
  display: flex;
  gap: 4px;
  justify-content: flex-start;
}

.comp-reward__item {
  padding: 4px;
  font-size: 10px;
  line-height: 130%;
  text-align: center;
  background: #f2f2f2;
}

.key-visual__heading {
  display: flex;
  gap: 16px;
  justify-content: center;
  height: 40px;
  padding: 16px 24px;
  font-size: 22px;
}
.key-visual__announce-wrap {
  padding: 8px 0;
  overflow: hidden;
  background-color: #faf6ed;
}
.key-visual__announce {
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
  animation: scroll-text 10s linear infinite;
}
.key-visual__term {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.key-visual__navigation {
  margin-top: 24px;
}

@keyframes scroll-text {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.navigation {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.navigation--floating {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.navigation__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 14px;
  color: #1a1a1a;
  cursor: pointer;
}
.navigation--floating .navigation__heading::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  content: "";
  background-color: transparent;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: translateY(-50%) rotate(135deg);
}
.navigation--floating .navigation__heading.is-open::before {
  transform: translateY(-50%) rotate(-45deg);
}
.navigation--floating .navigation__heading::after, .navigation--floating .navigation__heading.is-open::after {
  content: none;
}
.navigation__list {
  padding: 0 24px 24px;
}
.navigation--floating .navigation__list {
  padding: 0 32px 48px;
  border-top: 1px solid #e4e4e4;
}
.navigation__list-item {
  position: relative;
  border-bottom: 1px solid #333;
}
.navigation__list-item::before {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 6px;
  height: 6px;
  content: "";
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: translateY(-50%) rotate(135deg);
}
.navigation__list-link {
  display: block;
  padding: 12px 0;
}
.navigation__list-link:hover {
  text-decoration: none;
}
.navigation__sub-text {
  font-size: 11px;
  color: #717171;
}
.navigation__text {
  padding-right: 16px;
  margin-top: 2px;
  font-size: 14px;
  color: #333;
}

.js-navigation__button {
  position: relative;
}
.js-navigation__button::before, .js-navigation__button::after {
  position: absolute;
  top: 50%;
  right: 23px;
  width: 12px;
  height: 1px;
  content: "";
  background-color: #1a1a1a;
  transform: translateY(-50%);
}
.js-navigation__button::after {
  transform: translateY(-50%) rotate(90deg);
}
.js-navigation__button.is-open::after {
  position: absolute;
  top: 0;
  right: auto;
  left: 50%;
  width: 180px;
  height: 4px;
  content: "";
  background-color: #a38226;
  transform: translateX(-50%);
}
.js-navigation__contents {
  display: none;
}

.pickup {
  overflow: hidden;
}
.pickup__tab {
  padding-right: 20px;
}
.pickup__tab-list {
  display: flex;
}
.pickup__tab-item {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 23.8095238095%;
  aspect-ratio: 1/1;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  transition: 0.2s;
}
.pickup__tab-item.swiper-slide-thumb-active {
  border: 1px solid #99740e;
}
.pickup__tab-item:hover {
  opacity: 0.7;
}
.pickup__tab-item-image {
  width: 100%;
}
.pickup__tab-contents {
  margin-top: 24px;
}

.pickup-item__image-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  background-color: #fff;
}
.pickup-item__image {
  position: absolute;
  width: 100%;
  object-fit: cover;
}
.pickup-item__image:nth-of-type(1) {
  animation-delay: 0s;
}
.pickup-item__image:nth-of-type(2) {
  animation-delay: 2s;
}
.pickup-item__image:nth-of-type(3) {
  animation-delay: 4s;
}
.pickup-item__image:nth-of-type(4) {
  animation-delay: 6s;
}
.pickup-item__image--anime-2item {
  opacity: 0;
  animation: anime-2item-switch 4s infinite;
}
.pickup-item__image--anime-4item {
  opacity: 0;
  animation: anime-4item-switch 8s infinite;
}
.pickup-item__title {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.pickup-item__text {
  margin-top: 16px;
  font-size: 14px;
}
.pickup-item__link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  margin-top: 24px;
  letter-spacing: 0.12em;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 2px;
  transition: 0.2s;
}
.pickup-item__link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #333;
}

/* スライドアニメーション */
@keyframes anime-2item-switch {
  0%, 60%, 100% {
    opacity: 0;
  }
  20%, 40% {
    opacity: 1;
  }
}
@keyframes anime-4item-switch {
  0%, 30%, 100% {
    opacity: 0;
  }
  10%, 20% {
    opacity: 1;
  }
}
.js-pickup-swiper {
  position: relative;
}
.js-pickup-swiper__arrow {
  position: absolute;
  top: 29%;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin: auto;
  border-bottom: 1px solid #69767b;
  border-left: 1px solid #69767b;
}
.js-pickup-swiper__arrow--next {
  right: -5px;
  transform: rotate(-135deg);
}
.js-pickup-swiper__arrow--prev {
  left: -5px;
  transform: rotate(45deg);
}
.js-pickup-swiper__arrow.swiper-button-disabled {
  display: none;
}

.point__title {
  position: relative;
  padding: 44px 0 12px;
}
.point__title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/brand-festa/mash/20251110/pointup_icon.png);
  background-size: contain;
  transform: translateX(-50%);
}
.point__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 33px;
  height: 1px;
  content: "";
  background-color: #333;
  transform: translateX(-50%);
}
.point__contents {
  margin-top: 40px;
}

.shops__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.shops__list-item {
  width: calc((100% - 6px) / 2);
}
.shops__list-link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  transition: 0.2s;
}
.shops__list-link:hover {
  opacity: 0.7;
}
.shops__list-image {
  width: 100%;
}

.point-back__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.point-back__list-item {
  text-align: center;
}
.point-back__list-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  font-size: 12px;
  color: #333;
  letter-spacing: 0.12em;
  border: 1px solid #333;
  transition: 0.2s;
}
.point-back__list-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.point-back__list-text {
  position: relative;
}
.point-back__limit {
  position: absolute;
  top: 50%;
  left: -60px;
  width: 27px;
  height: 27px;
  aspect-ratio: 1;
  padding: 8px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #c74661;
  border-radius: 50%;
  transform: translateY(-50%);
}

.category-item__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.category-item__list-item {
  width: calc((100% - 24px) / 3);
}
.category-item__list-link {
  width: 100%;
  text-align: center;
  transition: 0.2s;
}
.category-item__list-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.category-item__list-image-wrap {
  padding: 0 8px;
}
.category-item__list-image {
  width: 100%;
}
.category-item__list-text {
  margin-top: 4px;
  font-size: 12px;
  line-height: 130%;
}

.exclusive-item__list-item {
  position: relative;
}
.exclusive-item__list-item + .exclusive-item__list-item {
  margin-top: 24px;
}
.exclusive-item__list-item--soldout::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 700;
  color: #000;
  pointer-events: none;
  content: "SOLD OUT";
  background-color: rgba(0, 0, 0, 0.4);
}
.exclusive-item__list-link {
  display: block;
}
.exclusive-item__list-link:hover {
  opacity: 0.7;
}
.exclusive-item__list-image {
  width: 100%;
}

.favorite-campaign__banner-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 800;
  display: none;
  width: 100%;
}
.favorite-campaign__banner {
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  cursor: pointer;
  background-color: #f9f5eb;
  border: 1px solid #99740e;
}
.favorite-campaign__banner-icon {
  margin: 0;
}
.favorite-campaign__banner-text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.favorite-campaign__banner-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.favorite-campaign__banner-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  content: "";
  background: #333;
  transform: translate(-50%, -50%) rotate(45deg);
}
.favorite-campaign__banner-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  content: "";
  background: #333;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.favorite-campaign__heading {
  height: 56px;
  background-color: #fff;
}
.favorite-campaign__scroll {
  height: calc(100% - 56px);
  overflow-y: scroll;
}
.favorite-campaign__inner {
  box-sizing: border-box;
  min-height: 100%;
}
.favorite-campaign__title {
  position: relative;
  padding-bottom: 13px;
}
.favorite-campaign__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 33px;
  height: 1px;
  content: "";
  background-color: #99740e;
  transform: translateX(-50%);
}
.favorite-campaign__anchor-wrap {
  text-align: center;
}
.favorite-campaign__anchor {
  position: relative;
  padding-right: 14px;
  font-size: 14px;
}
.favorite-campaign__anchor:link, .favorite-campaign__anchor:visited {
  color: #333;
}
.favorite-campaign__anchor::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 5px;
  height: 5px;
  content: "";
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(135deg);
}
.favorite-campaign__howto {
  margin-top: 32px;
}
.favorite-campaign__howto-text {
  font-size: 14px;
}
.favorite-campaign__howto-image {
  width: 100%;
  margin-top: 24px;
}
.favorite-campaign__howto-note {
  margin-top: 8px;
}
.favorite-campaign__howto-note-item {
  padding-left: 1em;
  font-size: 12px;
  color: #717171;
  text-indent: -1em;
}
.favorite-campaign__howto-note-item + .favorite-campaign__howto-note-item {
  margin-top: 4px;
}
.favorite-campaign__term {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.favorite-campaign__contents {
  margin-top: 40px;
}

.js-modal__close {
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 10100;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.js-modal__close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  content: "";
  background: #333;
  transform: translate(-50%, -50%) rotate(45deg);
}
.js-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  content: "";
  background: #333;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.js-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.js-modal__main {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -11;
  width: 100%;
  opacity: 0;
}
.js-modal__main._slideUp {
  z-index: 10000;
  animation: SlideUp 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.js-modal__main._slideDown {
  animation: SlideDown 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0%);
  }
}
@keyframes SlideDown {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(100%);
  }
}
.comp-campaign-detail {
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 2px;
}

.comp-campaign-detail__main {
  height: auto;
  opacity: 1;
  transition: all 0.2s ease-out;
}

.comp-campaign-detail.is-closed .comp-campaign-detail__main {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

.comp-campaign-detail__block {
  padding: 16px 0;
  border-top: 1px solid #dddddd;
}

.comp-campaign-detail__head .comp-campaign-detail__block {
  border-top: none;
}

.comp-campaign-detail__heading {
  font-weight: 700;
  line-height: 150%;
}

.comp-campaign-detail__heading--level3 {
  font-size: 14px;
}

.comp-campaign-detail__head .comp-campaign-detail__heading--level3 {
  position: relative;
  padding-right: 20px;
}

.comp-campaign-detail__head .comp-campaign-detail__heading--level3::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 13px;
  height: 7.2px;
  content: "";
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/common/components/chevron-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-out;
}

.comp-campaign-detail.is-closed .comp-campaign-detail__head .comp-campaign-detail__heading--level3::after {
  transform: rotate(-180deg);
}

.comp-campaign-detail__heading--level4 {
  margin-top: 16px;
  font-size: 12px;
}

.comp-campaign-detail__text {
  margin-top: 6px;
  font-size: 13px;
  line-height: 150%;
}

.comp-campaign-detail.is-closed .comp-campaign-detail__text {
  display: none;
}

.comp-campaign-detail__link:link,
.comp-campaign-detail__link:visited {
  color: #0078b5;
  text-decoration-line: underline;
}

.comp-campaign-detail__link:hover {
  text-decoration-thickness: 2px;
}

.comp-campaign-detail__label {
  display: inline-block;
  padding: 2px 8px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  background: #f2f2f2;
  border-radius: 2px;
}

.comp-campaign-detail__note {
  margin-top: 6px;
}

.comp-campaign-detail__note-item {
  position: relative;
  padding-left: 1em;
  font-size: 12px;
  line-height: 130%;
  color: #717171;
}
.comp-campaign-detail__note-item--bold {
  font-weight: 700;
}

.comp-campaign-detail__note-item:not(:first-child) {
  margin-top: 4px;
}

.comp-campaign-detail__note-item::before {
  position: absolute;
  left: 0;
  content: "※";
}

.comp-campaign-detail__attention {
  margin-top: 6px;
}

.comp-campaign-detail__attention-item {
  position: relative;
  padding-left: 1em;
  font-size: 13px;
  line-height: 150%;
  color: #333333;
}

.comp-campaign-detail__attention-item:not(:first-child) {
  margin-top: 4px;
}

.comp-campaign-detail__attention-item::before {
  position: absolute;
  left: 0;
  content: "・";
}

.pc-wrap__logo {
  display: none;
}