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

/* lang */
.fw-change {
  display: block;
  word-wrap: break-word;
}
.section--black .fw-change, .section--grey .fw-change {
  color: #fff;
}

.fw-ja {
  font-size: 14px;
}
.fw-ja p {
  font-size: 14px;
}

.fw-en {
  display: none;
  font-size: 15px;
  line-height: 1.4;
}
.fw-en p {
  font-size: 15px;
  line-height: 1.4;
}

a:hover {
  text-decoration: none;
}

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

.section {
  padding: 64px 24px;
}
.section--gradation {
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/fashionweek/20260217/section-bg-gradation.jpg);
  background-size: auto 100%;
}
.section--gradation-reverse {
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/fashionweek/20260217/section-bg-gradation-r.jpg);
  background-size: auto 100%;
}
.section--grey {
  background-color: #8f8c85;
}
.section--black {
  background-color: #333;
}
.section--small {
  padding: 32px 24px;
}
.section__box {
  margin-top: 32px;
}
.section__title {
  font-family: "Courier Prime", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
.section--black .section__title, .section--grey .section__title {
  color: #fff;
}
.section__sub-title {
  font-size: 18px;
  text-align: center;
}
.section__title-text {
  margin-top: 32px;
}
.section__title-text--center {
  text-align: center;
}
.section--black .section__title-text, .section--grey .section__title-text {
  color: #fff;
}
.section__text-link:link, .section__text-link:visited {
  color: #0070c9;
  text-decoration: underline;
}
.section__more {
  text-align: center;
}
.section__more-link {
  box-sizing: border-box;
  display: inline-block;
  width: 200px;
  padding: 0;
  margin-top: 32px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 2px;
  transition: all 0.2s ease-out;
}
.section__more--wide .section__more-link {
  width: auto;
  padding: 0 20px;
}
.section__more-link:link, .section__more-link:visited {
  color: #333;
}
.section__more-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #333;
}
.section__more--reverse .section__more-link {
  background-color: #333;
}
.section__more--reverse .section__more-link:link, .section__more--reverse .section__more-link:visited {
  color: #fff;
}
.section__more--reverse .section__more-link:hover {
  color: #333;
  background-color: #fff;
}
.section__more-link-text {
  position: relative;
  display: inline;
  padding-right: 22px;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0.12em;
}
.section__more-link-text::after {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: "";
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  transform: rotate(-45deg);
  transition: all 0.2s ease-out;
}
.section__more--reverse .section__more-link-text::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.section__more-link:hover .section__more-link-text::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.section__more--reverse .section__more-link:hover .section__more-link-text::after {
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
}
.section__more-link-text--bottom::after {
  top: 2px;
  transform: rotate(45deg);
}
.section__note {
  display: inline-block;
}
.section__note-item {
  color: #717171;
}
.section__note-item.fw-ja {
  padding-left: 1em;
  font-size: 10px;
  text-align: left;
  text-indent: -1em;
}
.section__note-item.fw-en {
  font-size: 12px;
  text-align: left;
}
.section__note-item + .section__note-item {
  margin-top: 4px;
}

.fw-viewmore {
  margin-top: 32px;
  text-align: center;
}
.fw-viewmore--accordion {
  margin-top: 8px;
}
.fw-viewmore--accordion.is-open {
  margin-top: 24px;
}
.fw-viewmore__text-link {
  position: relative;
  display: inline-block;
  padding: 0 12px 3px 0;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  cursor: pointer;
  border-bottom: 1px solid #333;
}
.fw-viewmore__text-link:link, .fw-viewmore__text-link:visited {
  color: #333;
}
.fw-viewmore__text-link::after {
  position: absolute;
  top: 7px;
  right: 0;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  transform: rotate(45deg);
}
.section--black .fw-viewmore__text-link::after, .section--grey .fw-viewmore__text-link::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.fw-viewmore--accordion.is-open .fw-viewmore__text-link::after {
  top: 9px;
  transform: rotate(-135deg);
}
.fw-viewmore__text-link--external::after {
  transform: rotate(-45deg);
}
.section--black .fw-viewmore__text-link, .section--grey .fw-viewmore__text-link {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.fw-viewmore__note {
  margin-top: 8px;
}
.fw-viewmore__note-item {
  font-size: 10px;
  color: #717171;
}
.fw-viewmore__content {
  position: relative;
  height: 63px;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.fw-viewmore__content::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 42px;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #fff 100%);
  transition: all 0.4s;
}
.fw-viewmore__content--black::before {
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.4) 0%, #333333 100%);
}
.fw-viewmore__content.is-open::before {
  content: none;
}

.fade-in {
  opacity: 0;
}
.fade-in.inview {
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  0% {
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fw-api .apiProductList .tmp_item-link:hover img {
  opacity: 0.7;
}
.fw-api .apiProductList .tmp_brand-name {
  color: #333;
}
.fw-api .apiProductList .tmp_more {
  margin-top: 32px;
  text-align: center;
}
.fw-api .apiProductList .tmp_more-link:link, .fw-api .apiProductList .tmp_more-link:visited {
  box-sizing: border-box;
  display: inline-block;
  width: 200px;
  padding: 0;
  margin-top: 32px;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 2px;
  transition: all 0.2s ease-out;
}
.fw-api .apiProductList .tmp_more-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #333;
}
.fw-api .apiProductList .tmp_more-text {
  position: relative;
  display: inline;
  padding-right: 22px;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0.12em;
}
.fw-api .apiProductList .tmp_more-text::after {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: "";
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  transform: rotate(-45deg);
  transition: all 0.2s ease-out;
}
.tmp_more-link:hover .fw-api .apiProductList .tmp_more-text::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

/* =========================================
  swiper
========================================== */
.fw-swiper {
  position: relative;
}
.fw-swiper__pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.fw-swiper__pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  background-color: #d4d4d4;
  opacity: 1;
}
.fw-swiper__pagination .swiper-pagination-bullet-active {
  background-color: #333;
}
.section--black .fw-swiper__pagination .swiper-pagination-bullet, .section--grey .fw-swiper__pagination .swiper-pagination-bullet {
  background-color: #949494;
}
.section--black .fw-swiper__pagination .swiper-pagination-bullet-active, .section--grey .fw-swiper__pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.fw-swiper__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.fw-swiper__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  width: 11px;
  height: 11px;
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translateY(-50%) rotate(-45deg);
}
.fw-swiper__arrow--prev {
  left: 0;
  transform: translateY(-50%) rotate(135deg);
}
.fw-swiper__arrow--next {
  right: 0;
}
.fw-swiper__arrow.swiper-button-disabled {
  display: none;
}

/* =========================================
  fw-movie
========================================== */
.fw-movie {
  position: relative;
}
.fw-movie__movie::before {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.fw-movie.is-scrolling .fw-movie__movie::before {
  pointer-events: all;
}
.fw-movie__movie-iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.fw-movie__note {
  margin-top: 16px;
}

/* =========================================
  hero
========================================== */
.fw-hero__inner {
  padding-bottom: 20px;
}
.fw-hero__title {
  padding: 12px 0;
  text-align: center;
  background-color: #333;
}
.fw-hero__title-image-wrap {
  width: 262px;
  margin: 0 auto;
}
.fw-hero__title-image {
  width: 100%;
}
.fw-hero__title-season {
  margin-top: 8px;
  font-family: "Courier Prime", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
}
.fw-hero__item-link {
  display: block;
}
.fw-hero__item-image {
  width: 100%;
}
.fw-hero__item-text-wrap {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 93px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.fw-hero__item-text {
  position: relative;
  padding: 19px 32px 22px 0;
  margin: 0 16px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.fw-hero__item-text::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.fw-hero__item-text--external::after {
  top: calc(50% - 5px);
  transform: rotate(-45deg);
}

/* =========================================
  lang-nav
========================================== */
.lang-nav {
  margin-top: 16px;
}
.lang-nav__inner {
  display: flex;
  justify-content: end;
  margin-right: 24px;
}
.lang-nav__button {
  font-size: 12px;
  color: #949494;
  white-space: nowrap;
  cursor: pointer;
}
.lang-nav__button.js-en::before {
  display: inline-block;
  margin: 0 4px;
  color: #333;
  content: "/";
}
.lang-nav__button.is-active {
  color: #333;
}

/* =========================================
  nav
========================================== */
.fw-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1500;
  display: none;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
}
.fw-nav.is-show {
  display: block;
}
.fw-nav__select {
  position: relative;
  padding: 10px;
  text-align: center;
}
.fw-nav__select::after {
  position: absolute;
  top: 11px;
  right: 20px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: solid 1px #1a1a1a;
  border-right: solid 1px #1a1a1a;
  transform: rotate(135deg);
}
.fw-nav__select.is-open::after {
  top: 16px;
  transform: rotate(-45deg);
}
.fw-nav__select-text {
  font-family: "Courier Prime", serif;
  font-size: 16px;
  line-height: 120%;
  color: #333;
}
.fw-nav__list {
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px;
}
.fw-nav__item:not(.is-current) ~ .fw-nav__item:not(.is-current) {
  margin-top: 10px;
}
.fw-nav__item.is-current {
  display: none;
}
.fw-nav__link {
  display: block;
  font-family: "Courier Prime", serif;
  font-size: 16px;
  line-height: 120%;
  color: #949494;
  text-align: center;
}
.fw-nav__sub-list {
  display: none;
  overflow-x: scroll;
}
.fw-nav__sub-list.is-show {
  display: flex;
}
.fw-nav__sub-list::-webkit-scrollbar {
  display: none;
}
.fw-nav__sub-item {
  flex-shrink: 0;
  background-color: #fafafa;
}
.fw-nav__sub-item.is-current {
  background-color: #fff;
}
.fw-nav__sub-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 48px;
  font-size: 12px;
  color: #949494;
}
.fw-nav__sub-item.is-current .fw-nav__sub-link {
  color: #997b3a;
  border-bottom: 1px solid #997b3a;
}

/* =========================================
  banner
========================================== */
.fw-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: none;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}
.fw-banner__image {
  width: 100%;
}
.fw-banner__close {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 20;
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}
.fw-banner__close::before, .fw-banner__close::after {
  position: absolute;
  top: 5px;
  right: 11px;
  width: 2px;
  height: 15px;
  content: "";
  background: #8f8f8f;
}
.fw-banner__close::before {
  transform: rotate(45deg);
}
.fw-banner__close::after {
  transform: rotate(-45deg);
}

/* =========================================
  about
========================================== */
.fw-about__logo {
  width: 297px;
  margin: 0 auto;
}
.fw-about__logo-image {
  width: 100%;
}
.fw-about__season {
  margin-top: 22px;
  font-size: 22px;
  text-align: center;
}
.fw-about__date {
  margin-top: 24px;
  font-size: 18px;
  text-align: center;
}
.fw-about__text {
  font-size: 14px;
}
.fw-en .fw-about__text {
  font-size: 15px;
}

.byr-about__inner {
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/fashionweek/20260217/byr_bg.jpg);
  background-size: cover;
}
.byr-about__block {
  display: flex;
  height: 300px;
}
.byr-about__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 0 24px;
}
.byr-about__title {
  width: 112px;
  margin-left: 0;
}
.byr-about__title-image {
  width: 100%;
}
.byr-about__text {
  letter-spacing: 1px;
}
.byr-about__text .fw-ja {
  line-height: 184%;
}
.byr-about__title + .byr-about__text {
  margin-top: 32px;
}
.byr-about__button {
  margin-top: 24px;
}
.byr-about__button-link {
  display: inline-block;
  padding: 10px 14px;
  line-height: 184%;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #333;
}
.byr-about__button-link:link, .byr-about__button-link:visited {
  color: #333;
}
.byr-about__button-text {
  position: relative;
  padding-right: 15px;
}
.byr-about__button-text::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transform: translateY(-50%);
}

.js-byr-about-pagination {
  bottom: 10px;
}

.js-byr-about-prev {
  left: 8px;
}

.js-byr-about-next {
  right: 8px;
}

/* =========================================
  brands
========================================== */
.byr-introduction__logo {
  width: 220px;
  margin: 32px auto 0;
}
.byr-introduction__logo-image {
  width: 100%;
}
.byr-introduction__head-text {
  margin-top: 32px;
}
.byr-introduction__overview {
  padding-top: 40px;
}
.byr-introduction__tab {
  display: flex;
  gap: 16px;
}
.byr-introduction__tab-item {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  height: 68px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
}
.byr-introduction__tab-item.active {
  position: relative;
  top: 1px;
  font-weight: 700;
  color: #997b3a;
  border: 1px solid #997b3a;
  border-bottom: transparent;
}
.byr-introduction__overview-item {
  padding: 40px 16px;
  background-color: #fff;
  border: 1px solid #997b3a;
}

.js-tab .js-tab__item {
  display: none;
}

.js-tab .js-tab__item.active {
  display: block;
}

.brand-show__schedule {
  font-size: 20px;
  text-align: center;
}

.coming-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 168px;
  padding: 16px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #717171;
}
.coming-box__text {
  font-size: 14px;
  color: #717171;
}
.coming-box__note.fw-change {
  margin-top: 8px;
  font-size: 12px;
  color: #717171;
}

.brand-concept__image {
  width: 100%;
}
.brand-concept__title {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.brand-concept__text-wrap {
  margin-top: 16px;
}
.fw-change .brand-concept__profile {
  margin-top: 14px;
  font-size: 10px;
}

/* =========================================
  brands-exclusive
========================================== */
.brands-exclusive {
  overflow: hidden;
}
.brands-exclusive__list-wrap {
  position: relative;
  padding-bottom: 24px;
}
.brands-exclusive__list {
  display: flex;
}
.brands-exclusive__list--only {
  justify-content: center;
}
.brands-exclusive__list-item {
  position: relative;
  width: 68.9655172414%;
  transform: scale(0.7);
  transition: 0.7s;
}
.brands-exclusive__list-item.swiper-slide-active {
  transform: scale(1);
}
.brands-exclusive__link-wrap {
  position: relative;
}
.brands-exclusive__link {
  display: block;
}
.brands-exclusive__link:hover {
  opacity: 0.7;
}
.brands-exclusive__link-img {
  width: 100%;
}
.brands-exclusive__link-text-wrap {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 26px 8px 8px;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  transition: 0.7s;
}
.swiper-slide:not(.swiper-slide-active) .brands-exclusive__link-text-wrap {
  opacity: 0;
}
.brands-exclusive__link-text:first-child {
  font-size: 14px;
  font-weight: 500;
}
.brands-exclusive__text-wrap {
  transition: 0.7s;
}
.swiper-slide:not(.swiper-slide-active) .brands-exclusive__text-wrap {
  opacity: 0;
}
.brands-exclusive__name {
  margin-top: 8px;
  color: #fff;
  text-align: center;
}
.brands-exclusive__text {
  margin-top: 8px;
  color: #fff;
}
.brands-exclusive__arrow {
  position: absolute;
  top: 38%;
  z-index: 10;
  width: 30px;
  height: 30px;
  margin: auto;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  filter: drop-shadow(0 0 9px rgba(80, 76, 66, 0.6));
}
.brands-exclusive__arrow--next {
  right: 42px;
  transform: rotate(-135deg);
}
.brands-exclusive__arrow--prev {
  left: 42px;
  transform: rotate(45deg);
}
.brands-exclusive__arrow.swiper-button-disabled {
  display: none;
}

/* =========================================
  archive
========================================== */
.archive__list {
  display: flex;
}
.archive__item {
  display: flex;
  justify-content: center;
}
.archive__season-link:hover {
  opacity: 0.7;
}
.archive__season-image {
  width: 100%;
}
.archive__season-text {
  margin-top: 8px;
  font-size: 18px;
  text-align: center;
}

/* =========================================
  specialeditions
========================================== */
.specialeditions__head {
  margin-top: 32px;
}
.specialeditions__head-image-wrap {
  margin-top: 32px;
}
.specialeditions__head-image {
  width: 100%;
}
.specialeditions__contents {
  padding-top: 64px;
}
.specialeditions__contents-title {
  height: 60px;
  padding: 8px;
  text-align: center;
  background-color: #fff;
}
.specialeditions__contents-title-image {
  height: 100%;
}

/* =========================================
  articles
========================================== */
.byr-articles__column {
  padding-bottom: 24px;
}
.byr-articles__column-link {
  display: block;
}
.byr-articles__column-link:hover .byr-articles__column-img {
  opacity: 0.7;
}
.byr-articles__column-date {
  display: flex;
  flex-direction: column;
}
.byr-articles__column-img {
  order: 1;
}
.byr-articles__column-img img {
  width: 100%;
}
.byr-articles__column-sub-title {
  order: 2;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.2;
  color: #717171;
  word-break: break-word;
  overflow-wrap: break-word;
}
.byr-articles__column-title {
  order: 3;
  margin-top: 4px;
  font-size: 14px;
  color: #333;
}

/* =========================================
  fw-introduction
========================================== */
#introduction_rfwt_wrap {
  padding: 32px 0;
  background-color: #333;
}

.fw-introduction__logo {
  text-align: center;
}
.fw-introduction__logo-image {
  width: 183px;
}
.fw-introduction__image-wrap {
  text-align: center;
}
.fw-introduction__image {
  width: 100%;
}

/* =========================================
  fw-concept
========================================== */
.fw-concept__text {
  text-align: center;
}

/* =========================================
  LIVE配信
========================================== */
.collection__title-text {
  margin-top: 32px;
  text-align: center;
}
.collection__title-text.fw-ja {
  font-size: 18px;
}
.collection__title-text.fw-en {
  font-size: 20px;
}

/* =========================================
  schedule
========================================== */
.schedule__title-text {
  font-size: 18px;
  text-align: center;
}
.schedule__list {
  align-items: stretch;
}
.schedule__list-wrap {
  padding: 0 24px 24px;
}
.schedule__list-item {
  height: auto;
}
.schedule__list-item-inner {
  box-sizing: border-box;
  padding: 24px 16px;
  border: solid 1px #717171;
}
.schedule__list-head {
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
}
.schedule__list-head-day {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
.schedule__list-head-week {
  display: inline-block;
  margin-left: 4px;
  font-size: 13px;
  font-weight: 700;
}
.schedule__list-content {
  display: flex;
  gap: 10px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px #717171;
}
.schedule__list-content:last-child {
  margin-bottom: 0;
}
.schedule__list-content-time {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
.schedule__list-content-description {
  flex-grow: 1;
}
.schedule__list-content-en {
  position: relative;
  font-size: 13px;
  color: #fff;
}
.schedule__list-content-ja {
  margin-top: 2px;
  font-size: 11px;
  color: #fff;
}
.schedule__list-content-streaming {
  display: inline-block;
  padding: 0 8px 4px;
  margin-top: 6px;
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
}

/* =========================================
  snap
========================================== */
.snap {
  padding-bottom: 64px;
}
.snap__title {
  width: 257px;
  margin: 0 auto;
}
.snap__title-image {
  width: 100%;
}
.snap__list-wrap {
  position: relative;
}
.snap__list {
  display: flex;
}
.snap__list-item {
  width: 223px;
  transition: opacity 0.2s ease-out;
}
.snap__list-item-link {
  display: block;
}
.snap__list-item-link:hover {
  opacity: 0.7;
}
.snap__list-item-link img {
  width: 100%;
}
.snap__arrow {
  position: absolute;
  top: 45%;
  z-index: 10;
  width: 30px;
  height: 30px;
  margin: auto;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  filter: drop-shadow(0 0 10px rgb(0, 0, 0));
}
.snap__arrow--next {
  right: 22px;
  transform: rotate(-135deg);
}
.snap__arrow--prev {
  left: 22px;
  transform: rotate(45deg);
}
.snap__arrow.swiper-button-disabled {
  display: none;
}
.snap__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1600;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s 0.2s ease-in;
}
.snap__modal.is-open {
  visibility: visible;
  opacity: 1;
}
.snap__modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.snap__modal-inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  width: 300px;
  margin: auto;
  transform: translateY(-50%);
}
.snap__modal-content {
  overflow: hidden;
}
.snap__modal-img img {
  width: 100%;
}
.snap__modal-description {
  padding: 0 5px;
  margin-top: 24px;
  overflow: auto;
}
.snap__modal-description-title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.snap__modal-description-inner {
  height: 140px;
}
.snap__modal-description-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}
.snap__modal-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 15px;
  height: 26px;
  margin: auto 0;
  cursor: pointer;
}
.snap__modal-arrow--prev {
  left: -32px;
  transform: rotate(180deg);
}
.snap__modal-arrow--next {
  right: -32px;
}
.snap__modal-arrow.swiper-button-disabled {
  display: none;
}
.snap__modal-close {
  position: absolute;
  top: -54px;
  right: -18px;
  z-index: 2;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.snap__modal-pagination {
  position: absolute;
  top: -52px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 19px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}

/* =========================================
  recommended
========================================== */
.recommended {
  overflow: hidden;
}
.recommended__block {
  margin-top: 32px;
}
.recommended__block + .recommended__block {
  margin-top: 64px;
}
.recommended__tab-wrap {
  margin-top: 32px;
}
.recommended__tab-list {
  display: flex;
}
.recommended__tab-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 75px;
  padding: 8px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
}
.recommended__tab-item.swiper-slide-thumb-active {
  border: 1px solid #997b3a;
}
.recommended__tab-item:hover {
  opacity: 0.7;
}
.recommended__tab-item-image {
  width: 100%;
}
.recommended__tab-contents {
  position: relative;
  margin-top: 32px;
}
.recommended__arrow {
  position: absolute;
  top: 32%;
  z-index: 10;
  width: 30px;
  height: 30px;
  margin: auto;
  border-bottom: 1px solid #949494;
  border-left: 1px solid #949494;
}
.recommended__arrow--next {
  right: -5px;
  transform: rotate(-135deg);
}
.recommended__arrow--prev {
  left: -5px;
  transform: rotate(45deg);
}
.recommended__arrow.swiper-button-disabled {
  display: none;
}

.recommended-item__image-link:hover {
  opacity: 0.7;
}
.recommended-item__image {
  width: 100%;
}
.recommended-item__title {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.recommended-item__text {
  margin-top: 8px;
}

/* =========================================
  related-zone
========================================== */
.related-zone {
  padding-top: 0;
}
.related-zone__item {
  background-color: #fafafa;
}
.related-zone__item:last-child {
  margin-top: 16px;
}
.related-zone__link {
  display: flex;
  gap: 24px;
  align-items: center;
}
.related-zone__link:hover {
  opacity: 0.7;
}
.related-zone__link-image {
  width: 109px;
}
.related-zone__link-text {
  flex: 1;
  font-size: 14px;
  color: #333;
}

/* =========================================
  instagram
========================================== */
.instagram {
  padding-top: 0;
}
.instagram__inner {
  box-sizing: border-box;
  padding: 40px 64px;
  text-align: center;
  border: solid 1px #ccc;
}
.instagram__head-logo-image {
  width: 42px;
}
.instagram__head-logo-title {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}
.instagram__head-text {
  margin-top: 24px;
  font-weight: 700;
}
.instagram__head-text.fw-ja {
  font-size: 16px;
}
.instagram__head-text.fw-en {
  font-size: 18px;
}
.instagram__more-link {
  width: 100%;
  margin-top: 24px;
}

/* =========================================
  logo-block
========================================== */
.logo-block__logo {
  text-align: center;
}
.logo-block__logo + .logo-block__logo {
  margin-top: 40px;
}
.logo-block__logo-image {
  width: 165px;
  transition: 0.3s;
}
.logo-block__text {
  margin-top: 32px;
  font-size: 14px;
  line-height: 180%;
  transition: 0.3s;
}
.pc-wrap--black .logo-block__text {
  color: #fff;
}

/* =========================================
  pc-nav
========================================== */
.pc-nav__title {
  font-family: "Courier Prime", serif;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  transition: 0.3s;
}
.pc-wrap--black .pc-nav__title {
  color: #fff;
}
.pc-nav__list {
  margin-top: 24px;
}
.pc-nav__list--sub {
  margin-top: 0;
  margin-left: 12px;
}
.pc-nav__link {
  position: relative;
  display: block;
  padding: 8px 0;
  font-family: "Courier Prime", serif;
  font-size: 18px;
  line-height: 120%;
  transition: 0.3s;
}
.pc-nav__link--sub {
  font-size: 16px;
}
.pc-nav__link:link, .pc-nav__link:visited {
  color: #333;
}
.pc-wrap--black .pc-nav__link:link, .pc-wrap--black .pc-nav__link:visited {
  color: #fff;
}
.pc-nav__link::after {
  position: absolute;
  top: 9px;
  right: 2px;
  width: 6px;
  height: 6px;
  content: "";
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(135deg);
}
.pc-wrap--black .pc-nav__link::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.pc-nav__link-text {
  position: relative;
}
.pc-nav__link-text::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.pc-wrap--black .pc-nav__link-text::after {
  background: #fff;
}
.pc-nav__item.is-current .pc-nav__link-text::after, .pc-nav__link:hover .pc-nav__link-text::after {
  transform: scale(1, 1);
}

.pc-banner__link {
  position: relative;
  display: block;
  padding: 20px 0 40px;
  background-color: #fafafa;
  box-shadow: 0 0 20px 0 rgba(184, 184, 184, 0.4);
  transition: 0.2s;
}
.pc-banner__link::after {
  position: absolute;
  bottom: 12px;
  left: 50%;
  content: "";
  border: 7px solid transparent;
  border-top: 8px solid #333;
  transform: translateX(-50%);
}
.pc-banner__link:hover {
  background-color: rgb(51, 51, 51);
}
.pc-banner__link:hover::after {
  border-top: 8px solid #fff;
}
.pc-banner__title {
  font-family: "Courier Prime", serif;
  font-size: 24px;
  line-height: 120%;
  color: #333;
  text-align: center;
}
.pc-banner__link:hover .pc-banner__title {
  color: #fff;
}
.pc-banner__text {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.pc-banner__link:hover .pc-banner__text {
  color: #fff;
}
.pc-banner__logo {
  width: 50%;
  height: 52px;
  margin: 0 auto;
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/fashionweek/20260217/agnesb_logo_white.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.pc-banner__logo-image {
  width: 100%;
}
.pc-banner__link:hover .pc-banner__logo-image {
  display: none;
}

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

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

.Nps .NpsRadioWithLabel label::before {
  display: none !important;
}

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

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

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

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

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

.NpsRadioWithLabel_wrapper__VhJnb input:focus + label::before {
  display: none !important;
}

.NpsRadioWithLabel_wrapper__VhJnb input:focus + label {
  color: #fff !important;
}

.NpsRadioWithLabel_wrapper__VhJnb input:focus + label.NpsRadioWithLabel_color-EC0606__c-jHm {
  background-color: #ebebeb !important;
}

.NpsRadioWithLabel_wrapper__VhJnb input:focus + label.NpsRadioWithLabel_color-EF0AA1__a0ZK\+ {
  background-color: #b6b6b6 !important;
}

.NpsRadioWithLabel_wrapper__VhJnb input:focus + label.NpsRadioWithLabel_color-0085C7__pTIBF {
  background-color: #828282 !important;
}

.NpsRadioWithLabel_wrapper__VhJnb input:focus + label.NpsRadioWithLabel_color-B87100__5BbVx {
  background-color: #4d4d4d !important;
}

.NpsRadioWithLabel_wrapper__VhJnb input:focus + label.NpsRadioWithLabel_color-009500__cUA0n {
  background-color: #000 !important;
}

.InquiryHeaderMobile_wrapper__aZJlu .InquiryHeaderMobile_bar__VwZ4l {
  background: #828282 !important;
}

.Primary_wrapper__g-fB9 .Primary_button__b28Uk.Primary_primary__U4wsd {
  background-color: #828282 !important;
  border: none !important;
}

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

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

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

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

.rex-checkbox-label::after {
  display: none !important;
}