@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
====================*/
#areaWrapper {
  width: 100%;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

#areaWrapper img {
  vertical-align: bottom;
}

.pc-none {
  display: none;
}

#page-top {
  z-index: 3;
}

/*====================
  lp-contents
====================*/
.lp-contents {
  background-color: #fff;
}

.lp-contents__inner {
  width: 1000px;
  padding: 96px 0;
  margin: 0 auto;
}

.lp-contents__inner + .lp-contents__inner {
  padding-top: 0;
}

.lp-contents__head {
  margin: 0 0 32px;
}

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

.lp-contents__head-subheading {
  margin-top: 36px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

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

.lp-contents__head-note {
  padding-top: 32px;
  font-size: 13px;
  line-height: 1.5;
  color: #717171;
  text-align: center;
}

.reward {
  width: 1000px;
  margin: 0 auto;
}
.reward__item {
  display: inline-block;
  padding: 4px 8px;
  margin-right: 8px;
  font-size: 13px;
  vertical-align: middle;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.08);
}
.reward__description {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}

.kv {
  margin-top: 8px;
}
.kv__heading {
  height: 400px;
}
.kv__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.top-annotation {
  padding: 24px 0;
  text-align: center;
}

.event {
  background-color: #ffffff;
}
.event__inner {
  width: 1000px;
  padding: 24px 0 64px;
  margin: 0 auto;
}
.event__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.event__title-note {
  margin-top: 16px;
}
.event__title-note-item {
  color: #717171;
  text-align: center;
}
.event__tab-list {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  border-bottom: 1px solid #ccc;
}
.event__tab-item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 12px;
  font-size: 16px;
  line-height: 130%;
  color: #717171;
  cursor: pointer;
}
.event__about {
  padding: 48px 0;
}
.event__about-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
}
.event__about-text {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}
.event__offer {
  margin-top: 8px;
}
.event__offer-item {
  padding-left: -1em;
  font-size: 12px;
  line-height: 130%;
  color: #717171;
  text-align: center;
  text-indent: 1em;
}
.event__offer-item + .event__offer-item {
  margin-top: 4px;
}
.event__about-nav {
  margin-top: 32px;
  text-align: center;
}
.event__about-nav-link:link, .event__about-nav-link:visited {
  position: relative;
  padding-right: 12px;
  font-size: 14px;
  line-height: 180%;
  color: #0078b5;
}
.event__about-nav-link::after {
  position: absolute;
  top: 30%;
  right: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  content: "";
  border-top: 1px solid #0078b5;
  border-right: 1px solid #0078b5;
  transform: rotate(135deg);
}
.event__step-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.event__step-list {
  margin-top: 40px;
}
.event__step-item {
  position: relative;
  padding: 32px 0;
  background-color: #f3f4ff;
}
.event__step-item + .event__step-item {
  margin-top: 86px;
}
.event__step-item + .event__step-item::before {
  position: absolute;
  top: -55px;
  left: 50%;
  content: "";
  border: 16px solid transparent;
  border-top: 22px solid #333;
  transform: translateX(-50%);
}
.event__step-icon {
  text-align: center;
}
.event__step-icon-image {
  width: 130px;
}
.event__step-text {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.event__step-image {
  display: block;
  width: 280px;
  margin: 10px auto 0;
}
.event__step-note {
  margin-top: 16px;
  text-align: center;
}
.event__step-note-item {
  font-size: 12px;
  line-height: 130%;
  color: #717171;
}

.js-tab__button.active {
  font-weight: 700;
  color: #333;
  border-bottom: 2px solid #333;
}
.js-tab__item {
  display: none;
}
.js-tab__item.active {
  display: block;
}

/*====================
  非遷移型エントリーボタン
====================*/
.entry_button {
  margin-top: 16px;
}

.entry_button.is-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 20px 0;
  margin: 0 !important;
  background-color: rgba(255, 255, 255, 0.5);
  transition: bottom 0.4s ease-out;
}

.rcEntryButton-button {
  width: 480px !important;
  height: 56px !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 180%;
  color: #fff !important;
  letter-spacing: 12%;
  background-color: #333 !important;
  border: none !important;
  border-radius: 4px !important;
}

.rcEntryButton-button:hover {
  text-decoration: none;
  opacity: 0.7;
}

.rcEntryButton-status--applied .rcEntryButton-button,
.rcEntryButton-status--selected .rcEntryButton-button,
.rcEntryButton-status--entered .rcEntryButton-button,
.rcEntryButton-status--before .rcEntryButton-button,
.rcEntryButton-status--closed .rcEntryButton-button {
  color: #ffffff !important;
  background-color: #333 !important;
  opacity: 0.3 !important;
}

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

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

.rcEntryButton > .rcEntryButton-button::after {
  position: absolute;
  top: 43%;
  right: 30%;
  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;
}

.noneButton {
  display: none;
}

/*====================
  nav
====================*/
.lp-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.lp-nav__item {
  width: 13%;
  text-align: center;
}

.lp-nav__item__link:link,
.lp-nav__item__link:visited {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 56px;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  background: #e2e0ff;
}

.lp-nav__item__link::after {
  display: block;
  width: 3.4666vw;
  height: auto;
  margin: 4px auto 0;
  content: url(https://brandavenue.r10s.jp/img/library/contents/beautyweek/20240621/icon-1.png);
}

.lp-nav__item__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.lp-nav__outer.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(148, 148, 148, 0.2509803922);
}

.lp-nav__outer.fixed .lp-nav {
  gap: 0;
  width: 1000px;
  margin-bottom: 0;
}

.lp-nav__outer.fixed .lp-nav .lp-nav__item {
  width: 13%;
}

.lp-nav__outer.fixed .lp-nav .lp-nav__item:last-child {
  border-right: none;
}

.lp-nav__outer.fixed .lp-nav__item__link:link,
.lp-nav__outer.fixed .lp-nav__item__link:visited {
  background: #f3f4ff;
}

.lp-nav__outer.fixed .lp-nav__item__link::after {
  content: none;
}

.lp-nav__outer.fixed .lp-nav__item__link:hover {
  background: #e2e0ff;
  opacity: 1;
}

.lp-nav__outer.fixed .lp-nav__item__link.active {
  background: #e2e0ff;
}

.lp-nav__outer.fixed .lp-nav .lp-nav__item:nth-child(6) .lp-nav__item__link {
  font-size: 11px;
}

/*====================
  slick
====================*/
.slick-prev {
  left: 8px;
  z-index: 999;
  width: 24px;
  height: 24px;
}

.slick-next {
  right: 8px;
  z-index: 999;
  width: 24px;
  height: 24px;
}

.slick-prev::before {
  position: relative;
  top: -34px;
  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: -34px;
  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-track {
  display: flex;
}

.slick-slide {
  display: flex !important;
  flex-direction: column;
  height: auto !important;
}

.slick-slide > div {
  flex-grow: 1;
  height: 50%;
}

.main-container {
  margin-top: 72px;
}

.newbrand {
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/beautyweek/20250620/bg01_pc.png);
  background-size: cover;
}
.newbrand__main {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.newbrand__item {
  width: calc((100% - 40px) / 2);
}
.newbrand__item-link:hover {
  opacity: 0.7;
}
.newbrand__item-image {
  width: 100%;
}
.newbrand__item-brand {
  padding: 16px 0 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.newbrand__item-text {
  display: block;
  font-size: 14px;
  color: #717171;
  text-align: center;
}

.pickup {
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/beautyweek/20250620/bg02_pc.png);
  background-size: cover;
}
.pickup__list {
  display: flex;
  flex-wrap: wrap;
}
.pickup__list-item {
  width: 230px;
  padding-bottom: 24px;
}
.pickup__list-item:nth-child(n+9) {
  display: none;
}
.slick-initialized .pickup__list-item:nth-child(n+9) {
  display: block;
}
.pickup__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.pickup__logo-image {
  width: 100%;
}
.pickup__item-image {
  width: 100%;
}
.pickup__caption {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  text-align: left;
}

.js-campaign-slide .slick-prev {
  left: 50px;
}
.js-campaign-slide .slick-next {
  right: 50px;
}
.js-campaign-slide .slick-slide {
  margin: 0;
}
.js-campaign-slide .slick-slide + .slick-slide {
  margin-left: 20px;
}

.category {
  background-color: #f9f9f9;
}
.category__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 1000px;
  height: auto;
  padding: 0;
  background-color: transparent;
}
.category__list-item {
  box-sizing: border-box;
  width: 166.6666666667px;
  padding: 12.5px 25px;
  margin: 0;
}
.category__list-link {
  display: block;
  transition: opacity 0.2s ease-out;
}
.category__list-link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.category__list-text {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  color: #333333;
  text-align: center;
  letter-spacing: 0.1em;
}
.category__list-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.category__list-image {
  width: 125px;
}

/*====================
  room
====================*/
.room .lp-contents__inner {
  overflow: hidden;
}
.room .lp-contents__head-sub {
  margin-top: 16px;
}
.room__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 100px;
}
.room__list.slick-slider {
  display: block;
}
.room__list-item {
  width: 246px;
  padding: 0 10px;
}
.room__list-item:nth-child(n+4) {
  display: none;
}
.slick-initialized .room__list-item:nth-child(n+4) {
  display: block;
}
.room__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.room__item {
  margin-bottom: 12px;
}
.room__item-image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.room__user {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.room__user-image-wrapper {
  width: 60px;
  height: 60px;
}
.room__user-image {
  width: 100%;
}
.room__user-name {
  display: flex;
  display: -webkit-box;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #333333;
  -webkit-box-orient: vertical;
}
.room__caption {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  color: #333333;
  -webkit-box-orient: vertical;
}
.room .slick-list {
  overflow: visible;
}
.room .slick-slide {
  margin: 0;
}
.room .slick-next {
  top: 45%;
  right: 48px;
}
.room .slick-prev {
  top: 45%;
  left: 48px;
}
.room .slick-dots {
  left: 0;
}

.pickup-api__list {
  display: flex;
  justify-content: center;
}
.pickup-api__list-item {
  width: calc(20% - 22.4px);
  margin: 0 14px 20px;
}
.pickup-api__link:hover {
  opacity: 0.8;
}
.pickup-api__link-image {
  width: 100%;
}
.pickup-api__text-brand {
  margin-top: 10px;
}

/*====================
  brandlist
====================*/
.brandlist {
  margin: 0 calc(-50vw + 50%);
  background-color: #f9f9f9;
}

.brandlist img {
  width: 100%;
}

.brandlist__inner {
  max-width: 1000px;
  padding: 96px 0;
  margin-right: auto;
  margin-left: auto;
}

.brandlist__list {
  display: flex;
  flex-wrap: wrap;
}

.brandlist__list + .brandlist__list {
  margin-top: 20px;
}

.brandlist__list--center {
  justify-content: center;
}

.brandlist__list-item {
  width: 23.853211%;
  margin-right: 1.52905198%;
}

.brandlist__list-item:nth-child(4n) {
  margin-right: 0;
}

.brandlist__list-item:nth-child(n+5) {
  margin-top: 20px;
}

.brandlist__list-link {
  display: flex;
  background-color: #ffffff;
  transition: opacity 0.2s ease-out;
}

.brandlist__list-link:hover {
  opacity: 0.7;
}

.brandlist__list-thumb {
  width: 45.51282051%;
}

.brandlist__list-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54.48717948%;
}

.brandlist-filter--active {
  display: inline-block !important;
  padding-bottom: 4px !important;
  font-weight: bold !important;
  color: #1a1a1a !important;
  border-bottom: 2px solid #1a1a1a !important;
}

.disabled {
  color: #a0acb2 !important;
  pointer-events: none !important;
}

.brandlist-filter-search-field {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px !important;
  padding-left: 40px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  background-color: #eceeef;
  border-radius: 2px;
}

.brandlist-filter-search-field[type=text] {
  border: none;
}

.brandlist-filter-search-field::placeholder {
  font-weight: 400;
  color: #555e66;
}

.brandlist-filter-search {
  position: relative;
  width: 464px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 48px;
}

.brandlist-filter-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}

.brandlist-filter {
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 3.6%;
  height: 48px;
  margin: 0;
  font-weight: 400;
  line-height: 48px;
  color: #555e66;
  text-align: center;
  cursor: pointer;
  user-select: none;
  border-bottom: 2px solid #d2d3d5;
  transition: background 0.2s ease-out;
}

.brandlist-filter:last-child {
  width: 4.5%;
}

.brandlist-filter-search::before {
  position: absolute;
  top: 12px;
  left: 16px;
  width: 16px;
  height: 16px;
  content: "";
  background: url(https://brandavenue.r10s.jp/img/library/contents/cosmetics/20240328/icon_search.png) no-repeat;
  background-size: contain;
}

.brandlist__list-1-card {
  position: absolute;
  display: block;
  width: 23.853211%;
  margin: 0 5px 20px;
}

.brandlist__list-1 {
  position: relative;
  margin-right: -10px;
}

.brandlist-filter-list::-webkit-scrollbar {
  display: none;
}

/*====================
  details
====================*/
.details_list {
  width: 1000px;
  margin: 0 auto;
}

.detail_list__inner {
  margin-bottom: 20px;
}

.details_list:last-child {
  padding-bottom: 96px;
}

.annotation_list__item {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.8;
  color: #828282;
  overflow-wrap: break-word;
}

.detail .inner {
  padding: 96px 0 0;
}

.detail h2 {
  margin-bottom: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 180%;
  text-align: center;
}

.detail .text {
  margin-bottom: 40px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 180%;
  color: #828282;
  text-align: center;
}

.detail a {
  color: #0070c9;
  text-decoration: underline;
}

.detail .detail_list .box:not(:last-child) {
  margin-bottom: 40px;
}

.detail .detail_list .box .nest {
  padding-left: 1em;
}

.detail .detail_list .box .nest:not(:last-child) {
  padding-left: 1em;
  margin-bottom: 24px;
}

.detail .detail_list .box h3 {
  margin-bottom: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 180%;
}

.detail .detail_list .box p {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 180%;
}

.detail .detail_list .box .nest h4 {
  margin-bottom: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 180%;
}

.detail .detail_list .box p .annotation {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 180%;
  color: #828282;
  overflow-wrap: break-word;
}

.targetBrand__detailtext {
  margin-bottom: 20px;
}

.targetBrand__wrapp {
  margin-bottom: 20px;
}

.targetBrand__subtitle {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}

.targetBrand__list {
  display: flex;
  flex-wrap: wrap;
}

.targetBrand__item {
  margin-right: 8px;
}

.targetBrand__link::after {
  display: inline-block;
  color: #000;
  content: ",";
}

.targetBrand__item:last-child .targetBrand__link::after {
  content: none;
}

.banner .lp-contents__inner {
  padding: 70px 0;
}
.banner__item + .banner__item {
  margin-top: 32px;
}

#page-top a {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, \\30D2ラギノ角ゴProN W3, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
}