@charset "UTF-8";
/* =========================================
  common
========================================== */
/* common */
#areaWrapper,
#fw-tokyo-third {
  width: 100% !important;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

.fw-sp {
  display: none;
}

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

.fw-ja {
  font-size: 16px;
}

.fw-en {
  display: none;
  font-size: 18px;
  line-height: 1.4;
  word-break: break-word;
}

/* =========================================
  contents
========================================== */
.section {
  padding: 120px 0;
}
.section--gradation {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 79.02%, #ebebeb 100%);
}
.section--grey {
  background-color: #fafafa;
}
.section--grey03 {
  background-color: #f5f5f5;
}
.section--black {
  background-color: #333;
}
.section--small {
  padding: 64px 0;
}
.section__box {
  margin-top: 48px;
}
.section__title {
  font-family: "Cormorant Infant", serif;
  font-size: 44px;
  font-weight: 300;
  text-align: center;
}
.section__title--large {
  font-size: 66px;
}
.section--black .section__title {
  color: #fff;
}
.section__title-text {
  margin-top: 48px;
  text-align: center;
}
.section--black .section__title-text {
  color: #fff;
}
.section__text-link:link, .section__text-link:visited {
  color: #0070c9;
  text-decoration: underline;
}
.section__text-link:link:hover, .section__text-link:visited:hover {
  text-decoration: none;
}
.section__more {
  text-align: center;
}
.section__more-link {
  box-sizing: border-box;
  display: inline-block;
  width: 327px;
  padding: 0;
  margin-top: 48px;
  font-size: 12px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.12em;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 2px;
  transition: all 0.2s ease-out;
}
.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;
  padding-right: 22px;
}
.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-link-text--bottom::after {
  top: 2px;
  transform: rotate(45deg);
}
.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__note {
  display: inline-block;
}
.section__note-item {
  color: #717171;
}
.section__note-item.fw-ja {
  padding-left: 1em;
  font-size: 12px;
  text-align: left;
  text-indent: -1em;
}
.section__note-item.fw-en {
  font-size: 14px;
  text-align: left;
}

.fw-viewmore {
  margin-top: 48px;
  text-align: center;
}
.fw-viewmore__text-link {
  position: relative;
  display: inline-block;
  padding: 0 10px 7px 0;
  font-size: 16px;
  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: 8px;
  right: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  transform: rotate(45deg);
}
.section--black .fw-viewmore__text-link::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.fw-viewmore__text-link--external::after {
  transform: rotate(-45deg);
}
.fw-viewmore__text-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.section--black .fw-viewmore__text-link {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.fw-viewmore__note {
  margin-top: 12px;
}
.fw-viewmore__note-item {
  font-size: 12px;
  color: #717171;
}

.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-swiper
========================================== */
.fw-swiper {
  position: relative;
}
.fw-swiper__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 67px;
  height: 67px;
  margin: auto 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/fashionweek/20250212/icon_arrow_slide.svg);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(8px);
  transition: opacity 0.2s ease-out;
}
.fw-swiper__arrow--prev {
  left: 0;
  transform: rotate(180deg);
}
.fw-swiper__arrow--next {
  right: 0;
}
.fw-swiper__arrow.swiper-button-disabled {
  display: none;
}
.fw-swiper__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.fw-swiper__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-right: 12px;
  background-color: #ebebeb;
  opacity: 1;
}
.fw-swiper__pagination .swiper-pagination-bullet-active {
  background-color: #333;
}
.section--black .fw-swiper__pagination .swiper-pagination-bullet {
  background-color: #717171;
}
.section--black .fw-swiper__pagination .swiper-pagination-bullet-active {
  background-color: #ebebeb;
}
.fw-swiper__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

/* =========================================
  fw-movie
========================================== */
.fw-movie {
  position: relative;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.fw-movie__movie::before {
  position: absolute;
  width: 800px;
  height: 450px;
  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: 24px;
}

/* =========================================
  api
========================================== */
.fw-api .apiProductList.sale_lp {
  padding: 0;
}

.fw-api .apiProductList .tmp_more {
  margin-top: 48px;
  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: 327px;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 56px;
  color: #333;
  letter-spacing: 0.12em;
  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--reverse .apiProductList .tmp_more-link:link, .fw-api--reverse .apiProductList .tmp_more-link:visited {
  color: #fff;
  background-color: #333;
}
.fw-api--reverse .apiProductList .tmp_more-link:hover {
  color: #333;
  background-color: #fff;
}

.fw-api .apiProductList .tmp_more-text {
  position: relative;
  padding-right: 22px;
}
.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;
}

.fw-api--reverse .apiProductList .tmp_more-text::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.fw-api .apiProductList .tmp_more-link:hover .tmp_more-text::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.fw-api--reverse .apiProductList .tmp_more-link:hover .tmp_more-text::after {
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
}

/* =========================================
  hero
========================================== */
.fw-hero {
  max-width: 1440px;
  margin: 20px auto 0;
}
.fw-hero__title {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #333;
}
.fw-hero__title-image-wrap {
  width: 431px;
}
.fw-hero__title-image {
  width: 100%;
}
.fw-hero__title-season {
  position: relative;
  top: 3px;
  font-family: "Cormorant Infant", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.fw-hero__block {
  display: flex;
  justify-content: center;
}
.fw-hero__item {
  position: relative;
  overflow: hidden;
}
.fw-hero__item-link {
  display: block;
  transition: all 0.25s ease-out;
}
.fw-hero__item-link:hover {
  opacity: 0.9;
}
.fw-hero__item-image {
  width: 100%;
  transition: all 0.25s ease-out;
}
.fw-hero__item-link:hover .fw-hero__item-image {
  transform: scale(1.05);
}
.fw-hero__item-text-wrap {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.fw-hero__item-text {
  position: relative;
  padding: 20px 32px 0 0;
  margin: 0 16px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.fw-hero__item-text::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  transform: rotate(45deg);
}
.fw-hero__item-text--external {
  padding: 20px 25px 0 0;
}
.fw-hero__item-text--external::after {
  top: calc(50% + 5px);
  transform: rotate(-45deg);
}

/* =========================================
  nav
========================================== */
.fw-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1500;
  display: none;
  background-color: #fafafa;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
}
.fw-nav.is-active {
  display: block;
}
.fw-nav__wrap {
  display: flex;
  gap: 95px;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.fw-nav__lang {
  display: flex;
  align-items: center;
}
.fw-nav__lang-btn {
  font-size: 14px;
  color: #717171;
  cursor: pointer;
}
.fw-nav__lang-btn.js-en::before {
  display: inline-block;
  margin: 0 4px;
  color: #333;
  content: "/";
}
.fw-nav__lang-btn.is-active {
  font-weight: 700;
  color: #333;
}
.fw-nav__lang-btn:not(.is-active):hover {
  opacity: 0.7;
}
.fw-nav__items {
  display: flex;
  flex: 1;
}
.fw-nav__items-btn {
  flex: 1;
}
.fw-nav__items-btn-link {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 14px;
  color: #717171;
}
.fw-nav__items-btn-link.is-current {
  font-weight: 700;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 2px solid #333;
}
.fw-nav__items-btn-link:not(.is-current):hover {
  text-decoration: none;
  opacity: 0.7;
}

/* =========================================
  fw-banner
========================================== */
.fw-banner {
  display: none;
}
.fw-banner.is-active {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 20;
  display: block;
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translate(-50%, 0);
}
.fw-banner__image {
  width: 100%;
}
.fw-banner__close {
  position: absolute;
  top: 10%;
  right: 1%;
  z-index: 20;
  display: block;
  width: 28px;
  height: 28px;
  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: 50%;
  left: 50%;
  width: 2px;
  height: 17px;
  content: "";
  background: #8f8f8f;
}
.fw-banner__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fw-banner__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* =========================================
  fw-about
========================================== */
.fw-about__inner {
  width: 800px;
  margin: 0 auto;
}
.fw-about__logo {
  width: 514px;
  margin: 0 auto;
}
.fw-about__logo-image {
  width: 100%;
}
.fw-about__season {
  font-size: 24px;
  text-align: center;
}
.fw-about__date {
  margin-top: 8px;
  font-size: 20px;
  text-align: center;
}
.fw-about__text {
  font-size: 16px;
}
.fw-en .fw-about__text {
  font-size: 18px;
}

.byr-image__content {
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
}
.byr-image__content::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 110vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}
.byr-image__content--1::before {
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/fashionweek/20250805/byr_back_pc01.jpg);
}
.byr-image__content--2::before {
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/fashionweek/20250805/byr_back_pc02.jpg);
}
.byr-image__content--3::before {
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/fashionweek/20250805/byr_back_pc03.jpg);
}
.byr-image__content.passed::before {
  position: fixed;
}
.byr-image__box {
  position: relative;
  padding: 100vh 0;
}
.byr-image__content--3 .byr-image__box {
  padding-bottom: 64px;
}
.byr-image__right {
  box-sizing: border-box;
  max-width: 1440px;
  padding-left: 64px;
  margin: 0 auto;
}
.byr-image__title {
  width: 166px;
}
.byr-image__title-image {
  width: 100%;
}
.byr-image__text {
  width: 65%;
  font-size: 24px;
  line-height: 1.74;
  color: #fff;
  letter-spacing: 1px;
}
.byr-image__title + .byr-image__text {
  margin-top: 64px;
}
.byr-image__text--bold {
  font-size: 26px;
  font-weight: 700;
}
.byr-image__text + .byr-image__text {
  margin-top: 48px;
}
.byr-image__scroll {
  display: none;
}
.byr-image__scroll.is-fixed {
  position: fixed;
  right: 16px;
  bottom: 128px;
  display: block;
  font-family: "Cormorant Infant", serif;
  font-size: 26px;
  color: #fff;
  transform: rotate(90deg);
}
.byr-image__scroll.is-fixed::after {
  position: relative;
  bottom: 8px;
  left: 8px;
  display: inline-block;
  width: 96px;
  height: 1px;
  content: "";
  background-color: #fff;
}
.byr-image__brand {
  margin-top: 144px;
}
.byr-image__brand-list-wrap {
  display: flex;
}
.byr-image__brand-list {
  display: flex;
  animation: loop-slide 45s linear infinite;
}
.byr-image__brand-item {
  width: 262px;
  margin: 0 8px;
  text-align: center;
}
.byr-image__brand-season {
  font-size: 28px;
  color: #fff;
}
.byr-image__brand-image-wrap {
  margin-top: 16px;
}
.byr-image__brand-image {
  width: 100%;
}
.byr-image__more {
  margin-top: 96px;
}
.byr-image__more-text-link {
  padding: 0 24px 0 0;
  font-size: 24px;
  letter-spacing: 0.12em;
  border-bottom: none;
}
.byr-image__more-text-link:link, .byr-image__more-text-link:visited {
  color: #fff;
}
.byr-image__more-text-link::after {
  top: 3px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

@keyframes loop-slide {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
/* =========================================
  brands
========================================== */
.byr-introduction__logo {
  width: 82px;
  margin-right: auto;
  margin-left: auto;
}
.byr-introduction__logo-image {
  width: 100%;
}

.brands-show {
  padding-top: 120px;
}
.brands-show__schedule-title {
  font-size: 20px;
  text-align: center;
}
.brands-show__comming-wrap {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: #fff;
  border: 1px solid #717171;
}
.brands-show__comming {
  padding: 64px;
  font-size: 16px;
  color: #717171;
}

.byr-img-layout__wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .byr-img-layout__wrap {
    max-width: 1000px;
  }
}
.byr-img-layout__block {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 420px;
  margin-left: 220px;
}
@media screen and (max-width: 1440px) {
  .byr-img-layout__block {
    width: 365px;
    margin-left: 24px;
  }
}
.byr-img-layout__title {
  text-align: left;
}
.byr-img-layout__text-wrap {
  margin-top: 48px;
}
.byr-img-layout__image-wrap {
  margin-right: 64px;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  .byr-img-layout__image-wrap {
    margin-right: 24px;
  }
}
.byr-img-layout__image {
  width: 640px;
}
@media screen and (max-width: 1440px) {
  .byr-img-layout__image {
    width: 540px;
  }
}

.brands-designer .byr-img-layout__block {
  right: 0;
  margin-right: 220px;
  margin-left: 0;
}
@media screen and (max-width: 1440px) {
  .brands-designer .byr-img-layout__block {
    margin-right: 24px;
    margin-left: 0;
  }
}
.brands-designer .byr-img-layout__text-wrap {
  margin-top: 32px;
}
.brands-designer .byr-img-layout__image-wrap {
  margin-right: 0;
  margin-left: 64px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .brands-designer .byr-img-layout__image-wrap {
    margin-right: 0;
    margin-left: 24px;
  }
}
.brands-designer .fw-ja .byr-img-layout__text {
  font-size: 16px;
}
.brands-designer .fw-en .byr-img-layout__text {
  font-size: 18px;
}
.brands-designer__text {
  margin-top: 32px;
  font-size: 24px;
}
.brands-designer__note {
  margin-top: 16px;
  font-size: 12px;
}
.brands-designer__note.fw-en {
  font-size: 14px;
}

/* =========================================
  brands-concept
========================================== */
.brands-concept__special {
  position: relative;
  box-sizing: border-box;
  align-items: center;
  width: 1000px;
  padding: 72px 36px 64px;
  margin: 120px auto 0;
  background-color: #f7f7f7;
}
.brands-concept__special::before, .brands-concept__special::after {
  position: absolute;
  top: 32px;
  left: 50%;
  display: block;
  width: 90px;
  height: 1px;
  content: "";
  background-color: #333;
  transform: rotate(45deg) translateX(-50%);
}
.brands-concept__special::after {
  top: -32px;
  transform: rotate(-45deg) translateX(-50%);
}
.brands-concept__special-title {
  font-size: 24px;
  text-align: center;
}
.brands-concept__special-title-text {
  margin-top: 24px;
}
.brands-concept__special-brand {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 32px;
}
.brands-concept__special-image-wrap {
  flex-shrink: 0;
  width: 330px;
}
.brands-concept__special-image {
  width: 100%;
}

/* =========================================
  brands-exclusive
========================================== */
.brands-exclusive__list {
  display: flex;
}
.brands-exclusive__list-wrap {
  padding-bottom: 32px;
  overflow: hidden;
}
.brands-exclusive__list-item {
  width: 320px;
  overflow: hidden;
}
.brands-exclusive__link {
  display: block;
}
.brands-exclusive__link-img {
  width: 100%;
  transition: all 0.25s ease-out;
}
.brands-exclusive__link:hover .brands-exclusive__link-img {
  opacity: 0.9;
  transform: scale(1.1);
}
.brands-exclusive__link-text-wrap {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 32px 20px 16px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.brands-exclusive__link-text {
  font-size: 16px;
}
.brands-exclusive__link-text:first-child {
  font-weight: 500;
}
.brands-exclusive .js-exclusive-arrow-prev {
  left: 12%;
}
.brands-exclusive .js-exclusive-arrow-next {
  right: 12%;
}
.brands-exclusive__note-wrap {
  text-align: center;
}

/* =========================================
  brands-recommend
========================================== */
.brands-recommend__inner {
  width: 1000px;
  margin: 0 auto;
}
.brands-recommend .apiProductList.sale_lp .tmp_real-selling-price:has(+ .tmp_discount-rate) {
  color: #333;
}
.brands-recommend .apiProductList.sale_lp .tmp_discount-rate {
  display: none;
}

/* =========================================
  brands-novelty
========================================== */
.brands-novelty__inner {
  width: 1000px;
  margin: 0 auto;
}
.brands-novelty__box {
  text-align: center;
}
.brands-novelty__image-wrap {
  width: 640px;
  margin: 0 auto;
}
.brands-novelty__image {
  width: 100%;
}
.brands-novelty__note {
  width: 640px;
  margin-top: 24px;
}

/* =========================================
  archive
========================================== */
.archive__inner {
  max-width: 1312px;
  margin: 0 auto;
}
.archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.archive__season {
  width: calc((100% - 64px) / 5);
}
.archive__item {
  display: flex;
  justify-content: center;
}
.archive__season-link:hover {
  opacity: 0.7;
}
.archive__season-image {
  width: 100%;
}
.archive__season-text {
  font-size: 18px;
  text-align: center;
}

/* =========================================
  collaboration
========================================== */
/* =========================================
  pickup
========================================== */
.pickup__list-wrap {
  padding-bottom: 32px;
  overflow: hidden;
}
.pickup__item {
  height: auto;
}
.pickup__brand {
  box-sizing: border-box;
  height: 100%;
  padding: 56px 40px;
  background-color: #fafafa;
}
.pickup__brand-logo {
  text-align: center;
}
.pickup__brand-logo-image {
  width: 400px;
}
.pickup__brand-item {
  margin-top: 24px;
}
.pickup__brand-more {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.pickup .js-pickup-arrow-prev {
  left: 10%;
}
.pickup .js-pickup-arrow-next {
  right: 10%;
}

/* =========================================
  latest
========================================== */
.byr-latest__inner {
  width: 1000px;
  margin: 0 auto;
}
.byr-latest__column-list-item {
  width: 180px;
  margin-right: 24px;
}
.byr-latest__column-list-item:nth-child(5) {
  margin-right: 0;
}
.byr-latest__column-link {
  display: block;
  transition: opacity 0.2s ease-out;
}
.byr-latest__column-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.byr-latest__column-date {
  display: flex;
  flex-direction: column;
}
.byr-latest__column-img {
  order: 1;
}
.byr-latest__column-sub-title {
  order: 2;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.2;
  color: #717171;
}
.byr-latest__column-title {
  order: 3;
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

/* =========================================
  fw-introduction
========================================== */
.fw-introduction {
  padding-top: 120px;
}
.fw-introduction__logo {
  text-align: center;
}
.fw-introduction__logo-image {
  width: 312px;
}
.fw-introduction__image-wrap {
  width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.fw-introduction__image {
  width: 100%;
}

/* =========================================
  fw-concept
========================================== */
.fw-concept__inner {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.fw-concept__text {
  text-align: center;
}

/* =========================================
  LIVE配信
========================================== */
.collection__inner {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.collection__title-text.fw-ja {
  font-size: 24px;
}
.collection__title-text.fw-en {
  font-size: 26px;
}

/* =========================================
  schedule
========================================== */
.schedule__inner {
  width: 1000px;
  margin: 0 auto;
}
.schedule__title-text {
  font-size: 20px;
}
.schedule__main .fw-swiper__arrow {
  background-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.schedule__list {
  align-items: stretch;
}
.schedule__list-wrap {
  padding-bottom: 32px;
  margin: 0 45px;
  overflow: hidden;
}
.schedule__list-item {
  height: auto;
}
.schedule__list-item-inner {
  box-sizing: border-box;
  padding: 32px 24px;
  border: solid 1px #717171;
}
.schedule__list-head {
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
}
.schedule__list-head-day {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}
.schedule__list-head-week {
  display: inline-block;
  margin-left: 4px;
  font-size: 15px;
  font-weight: 700;
}
.schedule__list-content {
  display: flex;
  gap: 32px;
  padding: 0 10px 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #717171;
}
.schedule__list-content:last-child {
  margin-bottom: 0;
}
.schedule__list-content-time {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.schedule__list-content-description {
  flex-grow: 1;
}
.schedule__list-content-en {
  position: relative;
  font-size: 14px;
  color: #fff;
}
.schedule__list-content-ja {
  margin-top: 2px;
  font-size: 13px;
  color: #fff;
}
.schedule__list-content-streaming {
  display: inline-block;
  padding: 0 12px 4px;
  margin-top: 8px;
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
}

/* =========================================
  snap
========================================== */
.snap {
  padding-bottom: 120px;
}
.snap__title {
  width: 380px;
  margin: 0 auto;
}
.snap__title-image {
  width: 100%;
}
.snap__main {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.snap__main .js-snap-arrow-prev {
  left: 0;
}
.snap__main .js-snap-arrow-next {
  right: 0;
}
.snap__list {
  display: flex;
}
.snap__list-wrap {
  width: 910px;
  padding-bottom: 40px;
  margin: 0 auto;
  overflow: hidden;
}
.snap__list-item {
  width: 293px;
  transition: opacity 0.2s ease-out;
}
.snap__list-item-link {
  display: block;
}
.snap__list-item-link img {
  width: 100%;
}
.snap__list-item-link:hover {
  opacity: 0.7;
}
.snap__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1600;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-out 0.2s;
}
.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: 732px;
  margin: auto;
  transform: translateY(-50%);
}
.snap__modal-content {
  overflow: hidden;
}
.snap__modal-list-item {
  display: flex;
  justify-content: center;
}
.snap__modal-img {
  width: 350px;
}
.snap__modal-img img {
  width: 100%;
}
.snap__modal-description {
  width: 240px;
  margin-left: 32px;
}
.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:hover {
  opacity: 0.7;
}
.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: -35px;
  z-index: 2;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.snap__modal-close:hover {
  opacity: 0.7;
}
.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;
}

/* =========================================
  related-zone
========================================== */
.related-zone__list {
  display: flex;
  gap: 16px;
  width: 798px;
  margin: 0 auto;
}
.related-zone__link {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 387px;
}
.related-zone__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.related-zone__link-image {
  width: 157px;
}
.related-zone__link-text {
  font-size: 16px;
  color: #333;
}

/* =========================================
  instagram
========================================== */
.instagram {
  padding-top: 0;
}
.instagram__inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 800px;
  padding: 40px 78px;
  margin: 0 auto;
  border: solid 1px #ccc;
}
.instagram__head-logo {
  display: flex;
  gap: 8px;
  align-items: center;
}
.instagram__head-logo-image {
  width: 28px;
}
.instagram__head-logo-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}
.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: 160px;
  margin-top: 0;
}
.instagram__more-link-text {
  line-height: 36px;
}

/* =========================================
  pagetop
========================================== */
/* page-top */
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 190%;
}

#page-top a {
  display: block;
  width: 46px;
  padding: 10px 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, \\30D2ラギノ角ゴProN W3, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  line-height: normal;
  color: #333 !important;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #333;
  border-radius: 45px;
}

#page-top a:hover {
  color: #fff !important;
  text-decoration: none;
  background: #333 none repeat scroll 0 0;
  opacity: 0.7;
}

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

.Nps .NpsRadioWithLabel label {
  color: #333 !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 + label:hover {
  color: #fff !important;
}

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

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

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

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

.NpsRadioWithLabel_wrapper__VhJnb > input + label.NpsRadioWithLabel_color-009500__cUA0n:hover {
  background-color: #000 !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;
}