@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 */
.brandday {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

.brandday-heading--big {
  font-size: 50px;
}

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

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

.brandday-offer__item {
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  text-align: center;
  letter-spacing: 0.05em;
}
.brandday-offer__item-link:visited, .brandday-offer__item-link:link {
  color: #0070c9;
}

.section {
  padding: 64px 0;
}

/* reward */
.reward {
  display: flex;
  align-items: center;
  margin: 24px 0 16px;
}
.reward__description-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: #535353;
  letter-spacing: 0.05em;
}

/* kv */
.kv__offer {
  margin-top: 24px;
}

/* event */
.event__data-item + .event__data-item {
  margin-top: 20px;
}
.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-nav {
  margin-top: 32px;
  text-align: center;
}
.event__about {
  margin-top: 32px;
}
.event__about-nav-link {
  position: relative;
  font-size: 13px;
  color: #0070c9 !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 #0070c9;
  border-right: 1px solid #0070c9;
  transform: rotate(135deg);
}

/* Accordion */
.accordion {
  width: 580px;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
}
.accordion__button {
  box-sizing: border-box;
  display: flex;
  cursor: pointer;
  background: #f9f9f9;
  border: 1px solid #cccccc;
}
.accordion__button.open {
  border-bottom: none;
}
.accordion__heading {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.accordion__text {
  font-size: 16px;
}
.accordion__icon {
  position: relative;
}
.accordion__icon::before, .accordion__icon::after {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 12px;
  height: 1px;
  content: "";
  background-color: #333333;
  transition: all 0.3s ease-in-out;
}
.accordion__icon::before {
  transform: rotate(90deg);
}
.accordion__button.open .accordion__icon::before {
  content: none;
}
.accordion__contents {
  display: none;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.accordion__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 2%;
  padding: 12px 64px 24px;
  background: #f9f9f9;
}
.accordion__item {
  width: 49%;
}
.accordion__item:last-child {
  width: 100%;
}
.accordion__offer {
  margin-top: 16px;
}
.accordion__offer .brandday-offer__item {
  font-size: 11px;
}

/* banner */
.banner {
  margin-top: 64px;
}
.banner__heading {
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.banner__image-link {
  display: block;
  width: 50%;
  margin: 0 auto;
}

/* coupon-carousel */
#coupon-card-area {
  padding-top: 0;
}

.coupon-card-area {
  flex-wrap: unset;
}

.coupon-carousel .slick-track {
  display: flex;
  margin: 5px 5px 40px;
}

.coupon-card {
  position: relative;
  padding: 14px;
  margin-right: 24px;
  margin-left: 0;
}

.coupon-card:last-child {
  margin-right: 0;
}

.coupon-card__annotationItem {
  position: absolute;
  bottom: -40px;
  left: 8px;
  text-align: left;
}

.coupon__carousel-more {
  margin-top: 70px;
  text-align: center;
}

.coupon__carousel-link {
  font-size: 14px;
  color: #0070c9 !important;
}

.coupon-card__logo {
  width: 100%;
}

.coupon-card__threshold {
  font-size: 13px;
}

.coupon-card__discount {
  font-size: 21px;
}

.coupon-card__discount span {
  font-size: 35px;
}

.coupon-card__brand-link {
  padding-right: 16px;
  font-size: 13px;
}

.coupon-card__brand-link::after {
  right: calc(50% - 65px);
  width: 6px;
  height: 6px;
}

.coupon-card__coupon-btn {
  font-size: 13px;
}

.slick-prev::before {
  position: relative;
  top: -48px;
  left: -10px;
  display: block;
  width: 24px;
  height: 64px;
  content: " ";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAABDCAYAAACCyxXxAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAM1SURBVHgB1ZnPTxNBFMdnt93SQoL8CdpAIbQlgOIvYmyMkGI0FYSAMZFyULGJsEQhtTRZEjG0F1sORLyIeuNEvHkTb3DSE9g2gJiYNmrUgyg1JnVe063DWuh2O4PwOTTNdJtv3vvs28zuIoQRRbECMYb3iL76pKHsdb/oPYgYwk+F7ica7LZ1TtDNINakUimHFAyteUZ8EmIEDx8cx813udomdYLg7b/jdyAG8PIXa3X1k462tqccn5phcXJkg3BV3xzNxwK1FksiKZTNIdZgX07wdXPkrogowisXcGUvwJdeMEzQ9MXnWmThK2fQvvbF7/Qj6evasK8esQoCwFfL6VOzeo6bK8aXPt8B4Au3MLD+/kP1UjQC18N2xBLw5R0PxrX6yts6GfDV292h2ZfqIKCmsnJaq6+8jkhIX8uRaAgv9an9b0EVZcLeulrPBssPlDtpXw//AVdlXI7FvAOjUlytr4IrAnBVm+DrZNORV2p9FeRIEZb29enzl4dqfGmqiAh7s+d8FVURoNaXZkeKsKyvpVgUtmxDymOKrogIS/sqNZrcu+IrsrIyBr6UW2xqFQHgy2I2h+vttkXOoHtJ+qLiSBGW9rXx/UeI9EW1IiJsQemLQ4wAX9HVVe/U42c3fm0kT1BvnQz4wmFhQS8MChWCU4cY8vHn74kq8yGjf+jWI2YVeYb9gyaT0e1qPdMHM4ZYADM0MDoWh5kCV7BG/ayD2YEZarBZF2GmwBWTIHzjLdVaqhLuns4AzJS8TtWRwssCYkEuLyRUWredF+pBmyVloVxeqAJebkvjX2FvvtNxRVUEXnQGfeD61cuTsDdHLIJkL81Nh5+Dl3zHaw6SvXS7zv9/L0UBXiAE5qWQ/xXUOghJz4vdqsoLSWGXoBKd1Gi3vbty6WKYnRf8LC/jxYE0oKp10DKTqVTMzMs80kDeoGK8kOR/zmDQhxrrrOy9eO8F41q9kGzbOrjXAS+9PZ2avZDkbF3aC77XaT5+dLam0jyNKJAzSPbS7mzZH15Itjii7YUk2zoWXkj+PvfG7yYa62zsvUjBB2u0vZDw8nWs68I56l62gKuoyGz6mL+sQrsR8geAGp1IuXQ5RgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-180deg);
}

.slick-next::before {
  position: relative;
  top: -48px;
  right: -10px;
  display: block;
  width: 24px;
  height: 64px;
  content: " ";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAABDCAYAAACCyxXxAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAM1SURBVHgB1ZnPTxNBFMdnt93SQoL8CdpAIbQlgOIvYmyMkGI0FYSAMZFyULGJsEQhtTRZEjG0F1sORLyIeuNEvHkTb3DSE9g2gJiYNmrUgyg1JnVe063DWuh2O4PwOTTNdJtv3vvs28zuIoQRRbECMYb3iL76pKHsdb/oPYgYwk+F7ica7LZ1TtDNINakUimHFAyteUZ8EmIEDx8cx813udomdYLg7b/jdyAG8PIXa3X1k462tqccn5phcXJkg3BV3xzNxwK1FksiKZTNIdZgX07wdXPkrogowisXcGUvwJdeMEzQ9MXnWmThK2fQvvbF7/Qj6evasK8esQoCwFfL6VOzeo6bK8aXPt8B4Au3MLD+/kP1UjQC18N2xBLw5R0PxrX6yts6GfDV292h2ZfqIKCmsnJaq6+8jkhIX8uRaAgv9an9b0EVZcLeulrPBssPlDtpXw//AVdlXI7FvAOjUlytr4IrAnBVm+DrZNORV2p9FeRIEZb29enzl4dqfGmqiAh7s+d8FVURoNaXZkeKsKyvpVgUtmxDymOKrogIS/sqNZrcu+IrsrIyBr6UW2xqFQHgy2I2h+vttkXOoHtJ+qLiSBGW9rXx/UeI9EW1IiJsQemLQ4wAX9HVVe/U42c3fm0kT1BvnQz4wmFhQS8MChWCU4cY8vHn74kq8yGjf+jWI2YVeYb9gyaT0e1qPdMHM4ZYADM0MDoWh5kCV7BG/ayD2YEZarBZF2GmwBWTIHzjLdVaqhLuns4AzJS8TtWRwssCYkEuLyRUWredF+pBmyVloVxeqAJebkvjX2FvvtNxRVUEXnQGfeD61cuTsDdHLIJkL81Nh5+Dl3zHaw6SvXS7zv9/L0UBXiAE5qWQ/xXUOghJz4vdqsoLSWGXoBKd1Gi3vbty6WKYnRf8LC/jxYE0oKp10DKTqVTMzMs80kDeoGK8kOR/zmDQhxrrrOy9eO8F41q9kGzbOrjXAS+9PZ2avZDkbF3aC77XaT5+dLam0jyNKJAzSPbS7mzZH15Itjii7YUk2zoWXkj+PvfG7yYa62zsvUjBB2u0vZDw8nWs68I56l62gKuoyGz6mL+sQrsR8geAGp1IuXQ5RgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0;
}

.slick-next {
  right: 0;
  z-index: 3;
}

.slick-prev {
  left: 0;
  z-index: 3;
}

/* campaign */
.campaign {
  margin-top: 64px;
  background-color: #fff;
}
.campaign__head-heading {
  font-size: 50px;
  font-weight: 700;
  color: #333;
  text-align: center;
  letter-spacing: 0.1em;
}
.campaign__head-heading--num {
  color: #b79d22;
}
.campaign__offer {
  margin-top: 16px;
}
.campaign__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 950px;
  margin: 64px auto 0;
}
.campaign__nav-item {
  width: 170px;
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.campaign__nav-link:link, .campaign__nav-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;
}
.campaign__nav-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);
}
.campaign__nav-link:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6;
}
.campaign__main-title {
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: 700;
  color: #b79d22;
  text-align: center;
}
.campaign__content + .campaign__content {
  padding: 56px 0 0;
  margin: 56px 0 0;
  border-top: solid 1px #d1d1d1;
}
.campaign__content--2col {
  display: flex;
  justify-content: space-between;
}
.campaign__content-item {
  width: 480px;
}
.campaign__content-heading {
  margin: 0 0 28px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  text-align: center;
}
.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-offer {
  margin-top: 40px;
}

/* hititem */
.hititem--point20 {
  margin-top: 64px;
  background: #f7f7f7;
}
.hititem--border-top {
  border-top: solid 1px #d1d1d1;
}
.hititem--border-top + .hititem--border-top {
  margin-top: 0;
}
.hititem__content {
  width: 830px;
  margin: 0 auto;
}
.hititem__main {
  margin-top: 32px;
}

/* pickup */
.pickupapi__head-heading {
  font-size: 50px;
  font-weight: 600;
  color: #b79d22;
  text-align: center;
  letter-spacing: 0.1em;
}
.pickupapi__main {
  margin-top: 32px;
}
.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;
}

/* brandlist */
.brandlist {
  margin-top: 64px;
}
.brandlist__content + .brandlist__content {
  border-top: solid 1px #d1d1d1;
}
.brandlist__content-head {
  margin: 0 0 30px;
}
.brandlist__content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px;
}
.brandlist__content-list-item {
  box-sizing: border-box;
  width: 300px;
  border: solid 1px #ddd;
}
.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;
}
.brandlist__annotation {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  text-align: center;
}

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

/* rule */
.rule {
  width: 960px;
  padding-top: 64px;
}
.rule + .rule {
  padding-top: 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:link, .rule__head-link:visited {
  color: #0070c9;
  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:link, .rule__content-link:visited {
  color: #0070c9;
  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;
}

/* 非遷移型エントリーボタン */
.entry_button {
  margin-bottom: 24px !important;
}

.rcEntryButton-button {
  height: 56px !important;
  font-family: Noto Sans JP, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  background-color: #000000 !important;
  border: none !important;
  border-radius: 2px !important;
}

.rcEntryButton-status--applied .rcEntryButton-button,
.rcEntryButton-status--selected .rcEntryButton-button {
  color: #000000 !important;
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  opacity: 0.3 !important;
}

.rcEntryButton-status--entered .rcEntryButton-button,
.rcEntryButton-status--before .rcEntryButton-button,
.rcEntryButton-status--closed .rcEntryButton-button {
  color: #ffffff !important;
  background-color: #b2b2b2 !important;
}

.rcEntryButton-check-svg {
  display: none !important;
}

.rcEntryButton > .rcEntryButton-button {
  position: relative !important;
}

.rcEntryButton > .rcEntryButton-button::after {
  position: absolute;
  top: 43%;
  right: 35%;
  display: inline-block;
  width: 6.5px;
  height: 6.5px;
  content: "";
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}

.rcEntryButton.rcEntryButton-status--applied > .rcEntryButton-button::after,
.rcEntryButton.rcEntryButton-status--loading > .rcEntryButton-button::after,
.rcEntryButton.rcEntryButton-status--entered > .rcEntryButton-button::after,
.rcEntryButton.rcEntryButton-status--before > .rcEntryButton-button::after,
.rcEntryButton.rcEntryButton-status--closed > .rcEntryButton-button::after {
  display: none !important;
}

/* /非遷移型エントリーボタン */