@charset "UTF-8";
/* =========================================
  common
========================================== */
/* common */
#areaWrapper {
  border: solid 1px #000;
  margin-top: 64px;
  font-family: "Noto Sans JP", sans-serif;
}

.fw-sp {
  display: none;
}

/* lang */
.fw-change {
  display: block;
  word-wrap: break-word;
}

.fw-en {
  display: none;
}

/* img */
.fw-img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

/* youtube */
.fw-video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* swiper */
.fw-swiper {
  position: relative;
}

.fw-swiper-arrow {
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/fashionweek/20220804/icon/icon_arrow_slide.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 80px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.fw-swiper-arrow:hover {
  opacity: 0.7;
}

.fw-swiper-arrow-prev {
  left: -45px;
  transform: rotate(180deg);
}

.fw-swiper-arrow-next {
  right: -45px;
}

.fw-swiper-arrow.swiper-button-disabled {
  display: none;
}

/* =========================================
  hero
========================================== */
/* common */
.fw-hero {
  padding: 48px 0 0;
}

/* lang */
.fw-hero__lang {
  display: flex;
  justify-content: flex-end;
  margin: 0 100px 32px;
}

.fw-hero__lang-list {
  display: flex;
}

.fw-hero__lang-list-item {
  border: initial;
  background-color: initial;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 2.4;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.fw-hero__lang-list-item + .fw-hero__lang-list-item::before {
  content: "/";
  display: inline-block;
  color: #000;
  margin: 0 4px;
}

.fw-hero__lang-list-item.is-active {
  color: #000;
}

.fw-hero__lang-list-item:hover {
  opacity: 0.7;
}

/* head */
.fw-hero__head {
  margin: 0 0 32px;
}

.fw-hero__title {
  text-align: center;
  margin: 0 0 16px;
}

.fw-hero__text {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
}

.fw-hero__img {
  text-align: center;
  margin: 0 -46px;
}

.fw-hero__credit {
  text-align: right;
  margin: 8px 24px 0;
}

.fw-hero__credit-txt {
  font-weight: 400;
  font-size: 11px;
  line-height: 2.4;
  color: #686868;
}

/* =========================================
  nav
========================================== */
/* common */
.fw-nav {
  margin: 44px 0 0;
}

.fw-nav__list {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 12px;
  display: flex;
  justify-content: center;
}

.fw-nav__list-item {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}

.fw-nav__list-item + .fw-nav__list-item {
  margin-left: 24px;
}

.fw-nav__list-link,
.fw-nav__list-link:link,
.fw-nav__list-link:visited {
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}

.fw-nav__list-link:hover {
  opacity: 0.7;
}

/* =========================================
  about
========================================== */
/* common */
.fw-about {
  width: 800px;
  margin: 96px auto 0;
}

/* head */
.fw-about__head {
  margin: 0 0 12px;
}

.fw-about__head-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.2;
}

.fw-about__head-text {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin: 8px 0 0;
}

/* movie */
.fw-about__movie {
  margin-top: 24px;
}

.fw-about__movie-video {
  margin: 0;
}

.fw-about__movie-coming {
  width: 800px;
  height: 450px;
  background-color: #333;
  position: relative;
}

.fw-about__movie-coming-txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fw-about__movie-video-caption {
  text-align: center;
  margin-top: 8px;
  font-weight: 400;
  font-size: 11px;
  line-height: 240%;
  color: #333;
}

/* main */
.fw-about__text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 2.4;
  margin-top: 24px;
  text-align: center;
}

/* footer */
.fw-about__footer {
  margin: 24px 0 0;
}

.fw-about__lead {
  font-size: 13px;
  font-weight: 400;
  color: #686868;
  text-align: center;
  line-height: 1.5;
}

.fw-about__lead-link,
.fw-about__lead-link:link,
.fw-about__lead-link:visited {
  display: inline-block;
  color: #686868;
  transition: opacity 0.2s ease-out;
}

.fw-about__lead-link::after {
  content: "";
  display: inline-block;
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/fashionweek/20220804/icon/icon_arrow_link.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 6px;
  height: 11px;
  margin: 0 0 0 8px;
}

.fw-about__lead-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.fw-about__note {
  margin: 12px 0 0;
}

.fw-about__note-item {
  font-size: 12px;
  font-weight: 400;
  color: #686868;
  text-align: center;
  line-height: 1;
}

/* =========================================
  latest
========================================== */
/* common */
.fw-latest {
  width: 800px;
  margin: 96px auto 0;
}

/* head */
.fw-latest__head {
  margin: 0 0 24px;
}

.fw-latest__head-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.2;
}

.fw-latest__head-text {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin: 8px 0 0;
}

/* main */
.fw-latest__column {
  margin: 0 -15px;
}

.fw-latest__column-list-item {
  width: 135px;
  margin: 0 15px;
}

.fw-latest__column-link {
  display: block;
  transition: opacity 0.2s ease-out;
}

.fw-latest__column-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.fw-latest__column-date {
  display: flex;
  flex-direction: column;
}

.fw-latest__column-img {
  overflow: hidden;
  border-radius: 2px;
  order: 1;
}

.fw-latest__column-sub-title {
  font-size: 12px;
  font-weight: 400;
  color: #69767b;
  line-height: 1.4;
  margin: 16px 0 0;
  order: 2;
}

.fw-latest__column-title {
  font-size: 16px;
  font-weight: 400;
  color: #393e44;
  line-height: 1.5;
  margin: 8px 0 0;
  order: 3;
}

/* footer */
.fw-latest__footer {
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
}

.fw-latest__more,
.fw-latest__more:link,
.fw-latest__more:visited {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 2.4;
  position: relative;
  transition: opacity 0.2s ease-out;
}

.fw-latest__more::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 2px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform 0.3s ease-out;
}

.fw-latest__more:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}

.fw-latest__more:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* =========================================
  collection
========================================== */
/* common */
.fw-collection {
  width: 800px;
  margin: 96px auto 0;
}

/* head */
.fw-collection__head {
  margin: 0 0 24px;
}

.fw-collection__head-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.2;
}

.fw-collection__head-text {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin: 8px 0 0;
}

.fw-collection__head-date {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 150%;
  margin-top: 24px;
}

/* main */
.fw-collection__comingsoon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.fw-collection__comingsoon-box-text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.fw-collection__report {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  padding: 63px;
}

.fw-collection__report-soon {
  font-weight: 400;
  font-size: 14px;
  line-height: 240%;
  text-align: center;
  color: #000;
}

.fw-collection__report-description {
  width: 458px;
}

.fw-collection__report-description-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 2;
}

.fw-collection__report-btn {
  width: 340px;
}

.fw-collection__report-btn-link,
.fw-collection__report-btn-link:link,
.fw-collection__report-btn-link:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  width: 340px;
  height: 35px;
  transition: opacity 0.2s ease-out;
}

.fw-collection__report-btn-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* footer */
.fw-collection__footer {
  margin: 12px 0 0;
}

.fw-collection__note {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.fw-collection__note-item {
  font-size: 12px;
  font-weight: 400;
  color: #686868;
  line-height: 2.4;
}

/* =========================================
  schedule
========================================== */
/* common */
.fw-schedule {
  width: 800px;
  margin: 96px auto 0;
}

/* head */
.fw-schedule__head {
  margin: 0 0 24px;
}

.fw-schedule__head-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.2;
}

.fw-schedule__head-text {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin: 8px 0 0;
}

/* main */
.fw-schedule__comingsoon-data {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 24px;
}

.fw-schedule__comingsoon-box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #000;
  width: 100%;
  height: auto;
  aspect-ratio: 5/1;
}

.fw-schedule__comingsoon-box-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 2.4;
}

.fw-schedule__collection {
  margin: 0 -12px;
}

.fw-schedule__collection-inner {
  padding-bottom: 1px;
}

.fw-schedule__collection-date {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 24px;
}

.fw-schedule__collection-list-item {
  box-sizing: border-box;
  border: solid 1px #000;
  width: 388px;
  margin: 0 12px;
  padding: 24px 0 0;
}

.fw-schedule__collection-head {
  margin: 0 0 24px;
}

.fw-schedule__collection-head-title {
  text-align: center;
  padding: 0 0 17px;
  position: relative;
}

.fw-schedule__collection-head-title::after {
  content: "";
  background-color: #000;
  width: 20px;
  height: 1px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}

.fw-schedule__collection-head-title-month {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

.fw-schedule__collection-head-title-day {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  padding: 0 0 0 11px;
  position: relative;
}

.fw-schedule__collection-head-title-day::before {
  content: "";
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/fashionweek/20220804/icon/icon_date.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 9px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 1px;
}

.fw-schedule__collection-head-title-week {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  letter-spacing: 0.03em;
  margin: 6px 0 0;
  padding: 0 8px;
  position: relative;
}

.fw-schedule__collection-head-title-week::before {
  content: "";
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/fashionweek/20220804/icon/icon_week_01.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 5px;
  height: 22px;
  position: absolute;
  top: -1px;
  left: 0;
}

.fw-schedule__collection-head-title-week::after {
  content: "";
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/fashionweek/20220804/icon/icon_week_02.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 5px;
  height: 22px;
  position: absolute;
  top: -1px;
  right: 0;
}

.fw-schedule__collection-content {
  box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  border-bottom: solid 1px #000;
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 8px 20px;
}

.fw-schedule__collection-content:last-child {
  border-bottom: none;
}

.fw-schedule__collection-content-link {
  display: flex;
  align-items: center;
  transition: opacity 0.2s ease-out;
}

.fw-schedule__collection-content-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.fw-schedule__collection-time {
  width: 60px;
}

.fw-schedule__collection-time-date {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

.fw-schedule__collection-description {
  width: 286px;
}

.fw-schedule__collection-description-brand {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}

.fw-schedule__collection-description-label {
  display: inline-block;
  border: solid 1px #000;
  font-size: 11px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1;
  margin: 0 0 4px 0;
  padding: 4px;
}

.fw-schedule__collection-description-note {
  margin: 4px 0 0;
}

.fw-schedule__collection-description-note-item {
  font-size: 11px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}

/* =========================================
  banner
========================================== */
/* common */
.fw-banner {
  width: 800px;
  margin: 96px auto 0;
}

.fw-banner__head {
  margin-bottom: 24px;
}

.fw-banner__head-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.2;
}

.fw-banner__head-text {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin: 8px 0 0;
}

.fw-banner__list {
  display: flex;
  column-gap: 8px;
  width: 100%;
}

.fw-banner__list-link {
  width: 50%;
  display: block;
  transition: opacity 0.2s ease-out;
}

.fw-banner__list-link:hover {
  opacity: 0.7;
}

.fw-banner__note {
  text-align: center;
  margin-top: 20px;
}

/* =========================================
  snap
========================================== */
/* common */
.fw-snap {
  width: 800px;
  margin: 96px auto 0;
}

/* head */
.fw-snap__head {
  margin: 0 0 48px;
}

.fw-snap__head-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.2;
}

.fw-snap__head-text {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin: 8px 0 0;
}

/* main */
.fw-snap__comingsoon-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 2.4;
  margin: 0 0 24px;
}

.fw-snap__comingsoon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #000;
  background-color: #fff;
  width: 100%;
  height: auto;
  aspect-ratio: 5/1;
}

.fw-snap__comingsoon-box-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 2.4;
}

/* voice */
.fw-snap__voice-head {
  margin: 0 0 24px;
}

.fw-snap__voice-head-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 12px;
}

.fw-snap__voice-head-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 2.4;
}

.fw-snap__voice-list {
  display: flex;
  flex-wrap: wrap;
}

.fw-snap__voice-list-item {
  width: calc(33.3333333333% - 0.66px);
  margin-right: 1px;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}

.fw-snap__voice-list-item:nth-child(3n) {
  margin-right: 0;
}

.fw-snap__voice-list-item:nth-child(n+4) {
  margin-top: 1px;
}

.fw-snap__voice-list-item:hover {
  opacity: 0.7;
}

.fw-snap__voice-list-item.is-hidden {
  display: none;
}

.fw-snap__voice-more-btn {
  display: flex;
  justify-content: center;
}

.fw-snap__voice-more-btn.is-hidden {
  display: none;
}

.fw-snap__voice-more-btn-link {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 2.4;
  margin: 24px 0 0;
  padding-left: 15px;
  position: relative;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}

.fw-snap__voice-more-btn-link::before {
  content: "";
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/fashionweek/20220829/portal/common/icon_plus_black.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 9px;
  height: 9px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 0;
  transition: transform 0.2s ease-out;
}

.fw-snap__voice-more-btn-link:hover {
  opacity: 0.7;
}

.fw-snap__voice-more-btn-link:hover::before {
  transform: rotate(90deg);
}

/* official */
.fw-snap__official {
  margin: 96px 0 0;
}

.fw-snap__official-head {
  margin: 0 0 24px;
}

.fw-snap__official-head-img {
  width: 300px;
  margin: 0 auto 24px;
}

.fw-snap__official-head-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 12px;
}

.fw-snap__official-head-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 2.4;
}

.fw-snap__official-aside {
  margin: 0 0 24px;
}

.fw-snap__official-aside-text {
  font-size: 13px;
  font-weight: 400;
  color: #686868;
  text-align: center;
  line-height: 1.5;
}

.fw-snap__official-aside-text-link,
.fw-snap__official-aside-text-link:link,
.fw-snap__official-aside-text-link:visited {
  display: inline-block;
  color: #686868;
  transition: opacity 0.2s ease-out;
}

.fw-snap__official-aside-text-link:after {
  content: "";
  display: inline-block;
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/fashionweek/20220804/icon/icon_arrow_link.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 6px;
  height: 11px;
  margin: 0 0 0 8px;
}

.fw-snap__official-aside-text-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.fw-snap__official-note {
  margin: 12px 0 0;
}

.fw-snap__official-note-item {
  font-size: 12px;
  font-weight: 400;
  color: #686868;
  text-align: center;
  line-height: 1;
}

.fw-snap__official-list {
  display: flex;
  flex-wrap: wrap;
}

.fw-snap__official-list-item {
  width: calc(33.3333333333% - 0.66px);
  margin-right: 1px;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}

.fw-snap__official-list-link > img {
  height: 399px;
  object-fit: cover;
}

.fw-snap__official-list-item:nth-child(3n) {
  margin-right: 0;
}

.fw-snap__official-list-item:nth-child(n+4) {
  margin-top: 1px;
}

.fw-snap__official-list-item:hover {
  opacity: 0.7;
}

.fw-snap__official-list-item.is-hidden {
  display: none;
}

.fw-snap__official-more-btn {
  display: flex;
  justify-content: center;
}

.fw-snap__official-more-btn.is-hidden {
  display: none;
}

.fw-snap__official-more-btn-link {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 2.4;
  margin: 24px 0 0;
  padding-left: 15px;
  position: relative;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}

.fw-snap__official-more-btn-link::before {
  content: "";
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/fashionweek/20220829/portal/common/icon_plus_black.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 9px;
  height: 9px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 0;
  transition: transform 0.2s ease-out;
}

.fw-snap__official-more-btn-link:hover {
  opacity: 0.7;
}

.fw-snap__official-more-btn-link:hover::before {
  transform: rotate(90deg);
}

.fw-snap__official-more-btn-link.is-hidden {
  display: none;
}

/* modal */
.fw-snap-modal {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  transition: all 0.2s 0.2s ease-in;
}

.fw-snap-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.fw-snap-modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.fw-snap-modal__inner {
  width: 732px;
  margin: auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}

.fw-snap-modal__list-content {
  display: flex;
  justify-content: center;
}

.fw-snap-modal__img {
  width: 350px;
}

.fw-snap-modal__description {
  width: 240px;
  margin-left: 32px;
}

.fw-snap-modal__description-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 10px;
}

.fw-snap-modal__description-text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}

.fw-snap-modal__description-text + .fw-snap-modal__description-text {
  margin: 10px 0 0;
}

.fw-snap-modal__arrow {
  width: 15px;
  height: 26px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}

.fw-snap-modal__arrow:hover {
  opacity: 0.7;
}

.fw-snap-modal__arrow--prev {
  left: -32px;
  transform: rotate(180deg);
}

.fw-snap-modal__arrow--next {
  right: -32px;
}

.fw-snap-modal__arrow.swiper-button-disabled {
  display: none;
}

.fw-snap-modal__close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: -54px;
  right: -35px;
  z-index: 2;
  cursor: pointer;
}

.fw-snap-modal__close:hover {
  opacity: 0.7;
}

.fw-snap-modal__pagination {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  width: 100%;
  height: 19px;
  position: absolute;
  top: -52px;
  left: 0;
  z-index: 1;
}

/* =========================================
  movie
========================================== */
/* common */
.fw-movie {
  width: 800px;
  margin: 96px auto 0;
}

/* head */
.fw-movie__head {
  margin: 0 0 24px;
}

.fw-movie__head-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.2;
}

.fw-movie__head-text {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin: 8px 0 0;
}

/* main */
.fw-movie__comingsoon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.fw-movie__comingsoon-box-text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

/* =========================================
  byr
========================================== */
/* common */
.fw-byr {
  background-color: #212121;
  margin: 96px 0 0;
  padding: 96px 100px 96px;
}

/* head */
.fw-byr__head {
  margin: 0 0 48px;
}

.fw-byr__head-title {
  text-align: center;
  margin: 0 0 8px;
}

.fw-byr__head-text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

/* about */
.fw-byr__about-head {
  margin: 0 0 12px;
}

.fw-byr__about-head-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.fw-byr__about-head-text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: 8px 0 0;
}

.fw-byr__about-text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 2.4;
}

/* nav */
.fw-byr__nav {
  margin: 96px -100px 0;
}

.fw-byr__nav-head {
  margin: 0 0 48px;
}

.fw-byr__nav-head-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.fw-byr__nav-head-text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: 8px 0 0;
}

.fw-byr__nav-list {
  display: flex;
  justify-content: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 12px;
}

.fw-byr__nav-list-item {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

.fw-byr__nav-list-item + .fw-byr__nav-list-item {
  margin-left: 24px;
}

.fw-byr__nav-list-link,
.fw-byr__nav-list-link:link,
.fw-byr__nav-list-link:visited {
  color: #fff;
  transition: opacity 0.2s ease-out;
}

.fw-byr__nav-list-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* brand */
.fw-byr__brand {
  margin: 48px 0 0;
}

.fw-byr__brand-section + .fw-byr__brand-section {
  margin-top: 96px;
}

.fw-byr__brand-content + .fw-byr__brand-content {
  margin: 96px 0 0;
}

.fw-byr__brand-content.fw-byr__brand-content--underBar {
  border-bottom: 1px solid #fff;
  padding-bottom: 96px;
}

.fw-byr__brand-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 16px;
}

/* hero */
.fw-byr__brand-hero-head {
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 32px 0 0;
}

.fw-byr__brand-hero-title {
  text-align: center;
  margin: 0 0 12px;
}

.fw-byr__brand-hero-name {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1;
}

.fw-byr__brand-hero-img {
  width: 800px;
  margin: 32px 0 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #000;
}

.fw-byr__brand-hero-text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 2.4;
  margin: 48px 0 0;
}

.fw-byr__brand-hero-text--bold {
  font-weight: 700;
}

.fw-byr__brand-hero-footer {
  display: flex;
  justify-content: center;
  margin: 48px 0 0;
}

.fw-byr__brand-hero-footer-link,
.fw-byr__brand-hero-footer-link:link,
.fw-byr__brand-hero-footer-link:visited {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 2.4;
  position: relative;
  transition: opacity 0.2s ease-out;
}

.fw-byr__brand-hero-footer-link::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform 0.3s ease-out;
}

.fw-byr__brand-hero-footer-link:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}

.fw-byr__brand-hero-footer-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* schedule */
.fw-byr__brand-schedule {
  background-color: #212121;
  padding: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.fw-byr__brand-schedule-logo {
  margin-right: 48px;
}

.fw-byr__brand-schedule-list {
  display: flex;
  justify-content: center;
}

.fw-byr__brand-schedule-list-item {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

.fw-byr__brand-schedule-list-item + .fw-byr__brand-schedule-list-item {
  margin-left: 20px;
}

/* event */
.fw-byr__brand-event-video {
  width: 100%;
}

.fw-byr__brand-event-footer {
  margin: 24px 0 0;
}

.fw-byr__brand-event-note-item {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 2.4;
}

/* designer */
.fw-byr__brand-designer-date {
  display: flex;
  flex-direction: column;
}

.fw-byr__brand-designer-img {
  width: 400px;
  margin: 0 auto;
  order: 1;
}

.fw-byr__brand-designer-name-en {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin: 24px 0 0;
  order: 2;
}

.fw-byr__brand-designer-name-ja {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: 4px 0 0;
  order: 3;
}

.fw-byr__brand-designer-text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 2.4;
  margin: 4px 0 0;
  order: 4;
}

.fw-byr__brand-news {
  width: 100%;
  background-color: #fff;
  padding: 32px 40px;
  margin-top: 24px;
  box-sizing: border-box;
}

.fw-byr__brand-news-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}

.fw-byr__brand-news-detail {
  margin-top: 40px;
  text-align: center;
}

.fw-byr__brand-news-detail-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #767676;
}

.fw-byr__brand-news-detail-img {
  margin: 16px 0;
}

.fw-byr__brand-news-detail-place {
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  color: #1A1A1A;
}

.fw-byr__brand-news-detail-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  color: #1A1A1A;
}

.fw-byr__brand-news-detail-txt {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #767676;
  margin-top: 16px;
}

.fw-byr__brand-news-collaboration {
  margin-top: 24px;
  text-align: center;
}

.fw-byr__brand-news-collaboration-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #000;
}

.fw-byr__brand-news-collaboration-info {
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #767676;
}

.fw-byr__brand-news-collaboration-items {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #767676;
  margin: 8px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 10px;
}

.fw-byr__brand-news-collaboration-item {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #767676;
}

/* archive */
.fw-byr__archive {
  margin: 96px 0 0;
}

.fw-byr__archive-head {
  margin: 0 0 24px;
}

.fw-byr__archive-head-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}

.fw-byr__archive-head-text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: 24px 0 0;
}

.fw-byr__archive-main {
  display: flex;
  flex-wrap: wrap;
}

.fw-byr__archive-1colSeason {
  width: 100%;
}

.fw-byr__archive-1colSeason .fw-byr__archive-season {
  margin: auto;
}

.fw-byr__archive-season {
  width: 385px;
}

.fw-byr__archive-season:nth-child(2n) {
  margin-right: 30px;
}

.fw-byr__archive-season:nth-child(n+2) {
  margin-top: 24px;
}

.fw-byr__archive-season-link {
  display: block;
  transition: opacity 0.2s ease-out;
}

.fw-byr__archive-season-link:hover {
  opacity: 0.7;
}

.fw-byr__archive-season-img {
  display: flex;
}

.fw-byr__archive-season-img-item {
  width: 192px;
}

.fw-byr__archive-season-img-item:nth-child(2n) {
  margin-left: 1px;
}

.fw-byr__archive-season-text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 2.4;
  margin: 4px 0 0;
}

/* instagram */
.fw-byr__instagram {
  border: solid 1px #fff;
  margin: 96px 0 0;
  padding: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fw-byr__instagram-head {
  margin: 0 0 8px;
}

.fw-byr__instagram-head-logo {
  width: 16px;
  margin-right: 10px;
}

.fw-byr__instagram-head-logo img {
  width: 100%;
}

.fw-byr__instagram-title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.fw-byr__instagram-head-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.fw-byr__instagram-text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 2;
}

.fw-byr__instagram-btn,
.fw-byr__instagram-btn:link,
.fw-byr__instagram-btn:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.3;
  width: 128px;
  height: 32px;
  margin: 8px auto 0;
  transition: opacity 0.2s ease-out;
}

.fw-byr__instagram-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* sponsor */
.fw-byr__sponsor {
  background-color: #fff;
  margin: 96px 0 0;
  padding: 48px 48px 96px;
}

.fw-byr__sponsor-head {
  margin: 0 0 48px;
}

.fw-byr__sponsor-head-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.6;
}

.fw-byr__sponsor-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 48px 0 0;
}

.fw-byr__sponsor-logo-item {
  width: 200px;
}

.fw-byr__sponsor-logo-item + .fw-byr__sponsor-logo-item {
  margin-left: 40px;
}

.fw-byr__sponsor-logo-link {
  display: block;
  transition: opacity 0.2s ease-out;
}

.fw-byr__sponsor-logo-link:hover {
  opacity: 0.7;
}

.fw-byr__sponsor-list {
  display: flex;
  justify-content: center;
}

.fw-byr__sponsor-list-item {
  width: 100px;
}

.fw-byr__sponsor-list-item + .fw-byr__sponsor-list-item {
  margin-left: 24px;
}

.fw-byr__sponsor-list-link {
  display: block;
  transition: opacity 0.2s ease-out;
}

.fw-byr__sponsor-list-link:hover {
  opacity: 0.7;
}

/* =========================================
  modal
========================================== */
/* sponsor */
.fw-sponsor-modal {
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: opacity 0.2s ease-out;
}

.fw-sponsor-modal__bg {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.fw-sponsor-modal__inner {
  width: 480px;
  height: 100%;
  max-height: 800px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.fw-sponsor-modal__close {
  opacity: 0;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding: 10px;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  transition: opacity 0.5s 0.2s ease-out;
  cursor: pointer;
}

.fw-sponsor-modal__content {
  overflow: auto;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  max-height: 800px;
}

.fw-sponsor-modal__content::-webkit-scrollbar {
  border-radius: 8px;
  background-color: #f8f8f8;
  width: 8px;
  left: 3px;
}

.fw-sponsor-modal__content::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  border-radius: 8px;
  border: 1px solid #f8f8f8;
}

.fw-sponsor-modal__content::-webkit-scrollbar-thumb:hover {
  background-color: #828282;
}

.fw-sponsor-modal__content-inner {
  padding: 82px 98px;
}

/* head */
.fw-sponsor-modal__head {
  margin: 0 0 32px;
}

.fw-sponsor-modal__head-img {
  margin: 0 -98px 32px;
}

.fw-sponsor-modal__head-logo {
  text-align: center;
  margin: 0 auto 32px;
}

.fw-sponsor-modal__head-logo--type01 {
  width: 120px;
}

.fw-sponsor-modal__head-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.2;
}

/* main */
.fw-sponsor-modal__title {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 2.4;
  margin: 0 0 8px;
}

.fw-sponsor-modal__text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 2.4;
}

.fw-sponsor-modal__btn {
  text-align: center;
  margin: 16px 0 0;
}

.fw-sponsor-modal__btn-link,
.fw-sponsor-modal__btn-link:link,
.fw-sponsor-modal__btn-link:visited {
  display: inline-block;
  border-bottom: solid 2px #000;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 2.4;
  transition: opacity 0.2s ease-out;
}

.fw-sponsor-modal__btn-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* active */
.fw-sponsor-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.fw-sponsor-modal.is-open .fw-sponsor-modal__close {
  opacity: 1;
}

/* schedule */
.fw-schedule-modal {
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: opacity 0.2s ease-out;
}

.fw-schedule-modal__bg {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.fw-schedule-modal__inner {
  width: 320px;
  max-height: 600px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.fw-schedule-modal__close {
  opacity: 0;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 3;
  transition: opacity 0.5s 0.2s ease-out;
  cursor: pointer;
}

.fw-schedule-modal__content {
  overflow: auto;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.fw-schedule-modal__content::-webkit-scrollbar {
  border-radius: 8px;
  background-color: #f8f8f8;
  width: 8px;
  left: 3px;
}

.fw-schedule-modal__content::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  border-radius: 8px;
  border: 1px solid #f8f8f8;
}

.fw-schedule-modal__content::-webkit-scrollbar-thumb:hover {
  background-color: #828282;
}

.fw-schedule-modal__content-inner {
  padding: 46px 24px 24px;
}

.fw-schedule-modal__head {
  margin: 0 0 12px;
}

.fw-schedule-modal__head-logo {
  width: 120px;
  margin: 0 auto 8px;
}

.fw-schedule-modal__head-brand {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 2;
}

.fw-schedule-modal__head-designer {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.6;
  margin: 4px 0 0;
}

.fw-schedule-modal__aside {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 12px 0 0;
}

.fw-schedule-modal__aside-link,
.fw-schedule-modal__aside-link:link,
.fw-schedule-modal__aside-link:visited {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 2.4;
  position: relative;
  transition: opacity 0.2s ease-out;
}

.fw-schedule-modal__aside-link::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 2px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform 0.3s ease-out;
}

.fw-schedule-modal__aside-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.fw-schedule-modal__aside-link:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}

.fw-schedule-modal__note {
  margin: 14px 0 0;
}

.fw-schedule-modal__note-item {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 2;
}

.fw-schedule-modal__profile {
  margin: 24px 0 0;
}

.fw-schedule-modal__profile-title {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 1.8;
}

.fw-schedule-modal__profile-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 2;
}

/* active */
.fw-schedule-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.fw-schedule-modal.is-open .fw-schedule-modal__close {
  opacity: 1;
}

/* =========================================
  pagetop
========================================== */
/* common */
.page-top {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, \\30D2ラギノ角ゴProN W3, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-size: 22px;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.page-top-link {
  background: #fff;
  border: 1px solid #333;
  border-radius: 45px;
  color: #333 !important;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 46px;
}

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

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

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

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

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

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

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

.rexSurveyNamespace button.primary {
  color: #ffffff;
  border: none !important;
  background-color: #828282 !important;
}

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

.rexSurveyNamespace img {
  filter: gray;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

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

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