h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

blockquote {
  margin-bottom: 0px;
  padding: 0.75rem 1.25rem;
  border-left: 5px solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

.page-wrapper {
  position: relative;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.5;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.nav_menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

.icon {
  border: 1px solid transparent;
}

.nav_menu-button {
  display: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: none;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_logo {
  height: 20px;
  opacity: 1;
}

.nav_logo.nav-logo-black {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.nav_link {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 0.8125rem;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav_link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.nav_link.nav-link-black {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}

.nav_logo-link {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-bar {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.menu-bar.menu-bar-black {
  background-color: #1a1a1a;
}

.nav_component {
  position: absolute;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  opacity: 1;
}

.nav_component.nav-color-white {
  position: relative;
  background-color: #fff;
}

.nav-wrapper {
  position: static;
}

.menu-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.body {
  background-color: hsla(0, 0%, 100%, 0.95);
}

.main-wrapper {
  background-color: #000;
}

.section-full {
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-padding {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.h1 {
  line-height: 1.5;
}

.heading {
  line-height: 1;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.margin-small {
  margin: 1rem;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-horizontal {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.show-mobile-portrait {
  display: none;
}

.heading-large {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.text-size-medium {
  font-size: 1.25rem;
}

.show {
  display: block;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-color-grey {
  color: grey;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.button-secondary {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.125rem solid #386eec;
  background-color: transparent;
  color: #386eec;
  font-weight: 600;
  text-align: center;
}

.padding-small {
  padding: 1rem;
}

.background-color-white {
  background-color: #fff;
}

.text-weight-bold {
  font-weight: 700;
}

.fs-styleguide_component {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.text-style-quote {
  margin-bottom: 0rem;
  padding: 0.75rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

.margin-vertical {
  margin-right: 0rem;
  margin-left: 0rem;
}

.padding-left {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
}

.form-radio-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-left: 0rem;
}

.form-radio-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.25rem;
}

.form-radio-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.fs-styleguide_row {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

.text-size-tiny {
  font-size: 0.75rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.padding-xsmall {
  padding: 0.5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.button {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #386eec;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.padding-top {
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
}

.margin-large {
  margin: 3rem;
}

.background-color-black {
  background-color: #000;
  color: #f5f5f5;
}

.text-style-muted {
  opacity: 0.6;
}

.layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflow-auto {
  overflow: auto;
}

.form-message-success {
  padding: 1.25rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_section-type {
  padding: 1.25rem;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.container-medium-2 {
  width: 100%;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, 0.2);
}

.text-size-small {
  font-size: 0.875rem;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_page-header {
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #e6e6e6;
}

.padding-medium {
  padding: 2rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.heading-xlarge {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
}

.padding-xhuge {
  padding: 8rem;
}

.form-message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.text-weight-light {
  font-weight: 300;
}

.text-style-link {
  text-decoration: underline;
}

.padding-bottom {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.margin-top {
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
  color: #000;
}

.icon-medium {
  height: 3rem;
}

.padding-right {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
}

.icon-large {
  height: 4rem;
}

.button-text {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #386eec;
  font-weight: 600;
  text-align: center;
}

.padding-tiny {
  padding: 0.125rem;
}

.text-align-center {
  text-align: center;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
}

.text-weight-xbold {
  font-weight: 800;
}

.form-checkbox-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
}

.form-checkbox-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  background-size: 90%;
}

.form-checkbox-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.heading-medium {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_section {
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-small {
  height: 2rem;
}

.show-mobile-landscape {
  display: none;
}

.margin-tiny {
  margin: 0.125rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.form-input {
  min-height: 3rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  background-color: transparent;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: 0.75rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-weight-normal {
  font-weight: 400;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-horizontal {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.padding-large {
  padding: 3rem;
}

.padding-0 {
  padding: 0rem;
}

.fs-styleguide_version-details {
  z-index: 5;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_color-sample {
  margin-top: 0.5rem;
  padding: 5rem;
  background-color: #f5f5f5;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.z-1 {
  position: relative;
  z-index: 1;
}

.heading-xsmall {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

.padding-xlarge {
  padding: 4rem;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.text-align-left {
  text-align: left;
}

.form-wrapper {
  margin-bottom: 0rem;
}

.form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-right {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.text-size-regular {
  font-size: 1rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.margin-left {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-bottom: 0rem;
}

.margin-xlarge {
  margin: 4rem;
}

.fs-styleguide_classes {
  display: none;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.z-2 {
  position: relative;
  z-index: 2;
}

.heading-small {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

.page-padding-2 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.margin-medium {
  margin: 2rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.margin-0 {
  margin: 0rem;
}

.text-style-italic {
  font-style: italic;
}

.container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.fs-styleguide_3-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-xhuge {
  margin: 8rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.fs-styleguide_2-col {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.fs-styleguide_1-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.spacing-clean {
  margin: 0rem;
  padding: 0rem;
}

.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_link-2 {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 0.8125rem;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav_link-2:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.nav_link-2.nav-link-black {
  color: #000;
}

.img-container {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0px none #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.img-overlay_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  overflow: visible;
  background-color: transparent;
}

.img-overlay_color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  overflow: visible;
  background-color: transparent;
}

.img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-size {
  max-width: 20rem;
}

.grid {
  display: block;
}

.orange-bar {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 11px;
  height: 100vh;
  background-color: #ff542e;
}

.btn-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 40px;
  color: #000;
  text-decoration: none;
}

.btn-txt-1 {
  position: absolute;
}

.btn-txt-2 {
  position: absolute;
}

.link-footer {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 0.875rem;
}

.link-footer:hover {
  opacity: 0.8;
}

.link-footer-box {
  margin-right: 1rem;
  margin-left: 1rem;
}

.section-footer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
  padding-bottom: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}

.footer-social-link {
  max-width: 1.4rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-social-link:hover {
  opacity: 0.8;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.95;
  color: hsla(0, 0%, 100%, 0.95);
}

.section-breadcrumb {
  position: relative;
  z-index: auto;
  overflow: hidden;
  max-width: 100vw;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.125rem;
  padding: 9px 0.85rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.5px solid hsla(0, 0%, 100%, 0.85);
  border-bottom: 0.5px solid hsla(0, 0%, 100%, 0.85);
  background-color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 0.75rem;
}

.bc-link {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.bc-link:hover {
  opacity: 0.8;
}

.bc-link.font {
  font-family: Outfit, sans-serif;
}

.side {
  padding: 0.25rem;
  font-size: 0.563rem;
}

.scroll {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  width: 100%;
  height: 0.5rem;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.scroll.hide {
  display: none;
}

.scroll.jilsander {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f752), to(#f7f752));
  background-image: linear-gradient(180deg, #f7f752, #f7f752);
}

.scroll.mcqueen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#095cae), to(#095cae));
  background-image: linear-gradient(180deg, #095cae, #095cae);
}

.section-hero-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('/special/ayaueto-22fall-alexander-mcqueen/images/JilSanderFW21_Compaign_L_06.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.bg._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6e5696), to(#6e5696));
  background-image: linear-gradient(180deg, #6e5696, #6e5696);
}

.pl {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
}

.pl.relative {
  position: relative;
  top: auto;
  z-index: auto;
}

.pagination-style {
  display: none;
}

.section-img {
  position: static;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section-img.fullvh {
  height: 100vh;
}

.section-hero {
  position: relative;
  top: 0px;
  display: block;
  width: 100vw;
  height: 500vh;
}

.div-block {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.double-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.img-wrapper {
  width: 100%;
}

.div-block-5 {
  width: 100%;
}

.image-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0px none #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.top {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.image.bottom {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.image.bw {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.image.mid-bottom {
  -o-object-position: 50% 75%;
  object-position: 50% 75%;
}

.single-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.bg-hero {
  position: relative;
  left: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: -1;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.bg-hero._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6e5696), to(#6e5696));
  background-image: linear-gradient(180deg, #6e5696, #6e5696);
}

.hero-overlay-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.heading-3 {
  font-size: 10rem;
}

.title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-container.hide {
  display: none;
}

.intro-p-wrapper {
  position: absolute;
  display: block;
  width: auto;
  max-width: 65%;
  opacity: 1;
}

.intro-p-wrapper.edit {
  position: relative;
}

.intro-p-wrapper.hide {
  display: none;
}

.h1-title {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.subtitle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Noto Serif JP', sans-serif;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block {
  font-size: 100%;
}

.intro-paragraph {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

.introduction-label {
  display: inline-block;
  white-space: normal;
}

.inline {
  height: auto;
  margin-right: 0.25rem;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
}

.overlay-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
}

.overlay-bg._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6e5696), to(#6e5696));
  background-image: linear-gradient(180deg, #6e5696, #6e5696);
}

.paragraph {
  font-size: 2rem;
}

.paragraph.pc {
  text-align: left;
}

.section-video {
  position: relative;
  top: auto;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-v-size {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-v-wrap {
  position: absolute;
  z-index: auto;
  width: 1000%;
  height: 100%;
  padding-bottom: 200%;
  background-color: #000;
}

.hero-v-wrap.fix {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0%;
}

.hero-v-embed {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 0%;
  padding-bottom: 56.25%;
  opacity: 1;
}

.credits {
  position: relative;
  width: 100vw;
}

.section-credits {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  font-family: Outfit, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}

.section-credits.final {
  padding-bottom: 8rem;
}

.section-credits.clothing {
  padding-top: 8rem;
}

.credit-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.credit-block.last {
  margin-bottom: 0rem;
}

.credit-title {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}

.credit-title.fs {
  margin-bottom: 1rem;
}

.credit-info {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.credit-info.sacai {
  text-transform: none;
}

.name {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.occupation {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-img.top {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.bg-img.mid-top {
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
}

.sp {
  display: none;
}

.overallmask {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 97;
  font-family: Outfit, sans-serif;
  color: #fff;
  font-size: 1rem;
  text-align: right;
}

.scrollpercentlabel {
  opacity: 1;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 8rem;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
}

.scrollpercentlabel.small {
  display: block;
  font-size: 1.4rem;
  text-align: center;
}

.scrollpercentlabel.lat {
  font-size: 3rem;
}

.scrollpercent {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 0%;
  font-family: Outfit, sans-serif;
  color: #fff;
  font-size: 2.9rem;
}

.counter {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 1.5%;
  z-index: 999;
  display: none;
  color: #fff;
}

.distance {
  display: none;
  margin-top: -1.5rem;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 1rem;
  text-align: right;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.absolute-left {
  position: absolute;
  left: 2%;
  top: 6%;
  right: auto;
  bottom: auto;
}

.issue {
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.issue.title {
  display: none;
}

.absolute-right {
  position: absolute;
  left: auto;
  top: 6%;
  right: 2%;
  bottom: auto;
}

.fashion-story {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -1px;
}

.destination {
  position: relative;
  width: 100vw;
}

.destination._100vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.name-credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.agency {
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: none;
}

.tax-info {
  margin-bottom: 0.25rem;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.section-page-navi {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0rem;
  padding-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  font-family: Outfit, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}

.navi-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navi-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navi-title {
  margin-right: 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.arrow-right {
  height: auto;
  max-width: 1.8rem;
}

.brand-navi-block {
  width: 400px;
  max-width: none;
  border-top: 1px none #fff;
  border-bottom: 1px none #fff;
  font-size: 0.875rem;
}

.brand-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.85);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.85);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.brand-block:hover {
  border-top-color: #095cae;
  border-bottom-color: #095cae;
  color: #095cae;
}

.brand-block.hide {
  display: none;
}

.brand-block.celine:hover {
  border-top-color: #e4b774;
  border-bottom-color: #e4b774;
  color: #e4b774;
}

.brand-block.sacai:hover {
  border-top-color: #ec8b44;
  border-bottom-color: #ec8b44;
  color: #ec8b44;
}

.brand-block.jilsander:hover {
  border-top-color: #f7f752;
  border-bottom-color: #f7f752;
  color: #f7f752;
}

.brand-block.prada:hover {
  border-top-color: #63ce34;
  border-bottom-color: #63ce34;
  color: #63ce34;
}

.nav-brand-name {
  letter-spacing: 2.5px;
}

.coming-soon {
  letter-spacing: 2.5px;
}

.information {
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 0.75rem;
}

.profile {
  position: relative;
  background-color: #000;
}

.section-profile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.profile-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  font-family: Outfit, sans-serif;
  font-size: 0.9rem;
  text-align: center;
}

.profile-title {
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

.profile-paragraph {
  line-height: 2;
  text-align: left;
  letter-spacing: 1.5px;
}

.profile-paragraph.bottom {
  margin-top: 1rem;
}

.top-button {
  width: auto;
  margin-top: 2rem;
  text-align: center;
}

.back-to-top {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.85);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 1.8;
}

.back-to-top:hover {
  border-bottom-color: #095cae;
  color: #095cae;
}

.coming-soon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.85);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.85);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.coming-soon-block:hover {
  border-top-color: hsla(0, 0%, 100%, 0.85);
  border-bottom-color: hsla(0, 0%, 100%, 0.85);
  color: #fff;
}

.coming-soon-block.hide {
  display: none;
}

.text-block-2 {
  line-height: 1.8;
}

.scroll-down-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 6%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text {
  overflow: hidden;
  margin-bottom: 0.75rem;
  font-family: Outfit, sans-serif;
  font-size: 0.875rem;
}

.scroll-down {
  opacity: 0.9;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
}

.mask-ani {
  overflow: hidden;
}

.arrow-wrapper {
  display: none;
  overflow: hidden;
  max-width: 1.4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.icon-scroll {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 60px;
  padding-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.85);
  border-radius: 25px;
  opacity: 0.9;
}

.scroll-dot {
  position: static;
  left: auto;
  top: 10px;
  right: auto;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  background-color: #095cae;
}

.cover.jilsander {
  display: block;
  background-color: #f7f752;
}

.cover.sacai {
  display: block;
  background-color: #ec8b44;
}

.cover.mcqueen {
  background-color: #095cae;
}

.cover.prada {
  display: block;
  background-color: #63ce34;
}

.cover.celine {
  display: block;
  background-color: #d8ad6e;
}

.brand-sub-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  font-family: Outfit, sans-serif;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

.brand-sub-title.top.hide {
  display: none;
}

.text-block-3 {
  font-weight: 400;
}

.fixed-object {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 8%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.fixed-object.hide {
  display: none;
}

.line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: hsla(0, 0%, 100%, 0.65);
}

.circle {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  margin-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #000;
}

.date {
  margin-bottom: 0.5rem;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 0.75rem;
  letter-spacing: 2px;
}

.date.fs {
  margin-bottom: 1rem;
}

.published {
  margin-bottom: 0.25rem;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 0.75rem;
  letter-spacing: 0px;
}

.published.fs {
  margin-bottom: 1rem;
}

.moving-lines {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 97;
  display: none;
  padding-right: 0rem;
  padding-left: 0rem;
  opacity: 1;
}

.line-vertical {
  width: 1px;
  height: 100%;
  margin-left: 0px;
  background-color: #fff;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 1px;
}

.line-horizontal {
  width: 100%;
  height: 1px;
  margin-bottom: 0rem;
  background-color: #fff;
}

.tiny-circle {
  position: relative;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: red;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    position: static;
  }

  .nav_menu-wrapper {
    padding: 30px;
    background-color: #fff;
  }

  .icon {
    display: none;
    color: #fff;
  }

  .nav_menu-button {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav_menu-button.w--open {
    background-color: transparent;
  }

  .nav_container {
    overflow: visible;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav_logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav_link {
    border-top: 0.5px none #555;
    border-bottom: 0.5px solid rgba(85, 85, 85, 0.3);
    color: #333;
    font-weight: 500;
    text-align: left;
  }

  .menu-bar {
    height: 2px;
    margin-bottom: 4px;
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .menu-bar.menu-bar-black {
    background-color: #1a1a1a;
  }

  .nav_component {
    position: absolute;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .menu-parent {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .show-tablet {
    display: block;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .hide-tablet {
    display: none;
  }

  .nav_link-2 {
    border-top: 0.5px none #555;
    border-bottom: 0.5px solid rgba(85, 85, 85, 0.3);
    color: #333;
    font-weight: 500;
    text-align: left;
  }

  .img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .orange-bar {
    width: 8px;
  }

  .breadcrumbs {
    width: 1000px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pl {
    position: relative;
    top: auto;
  }

  .section-img.fullvh {
    height: auto;
  }

  .double-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .title-container {
    max-width: 80%;
  }

  .subtitle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1.4rem;
    text-align: center;
  }

  .paragraph {
    font-size: 1.4rem;
  }

  .hero-v-embed {
    z-index: 1;
  }

  .pc.sub {
    display: none;
  }

  .sp.sub {
    display: block;
  }

  .scroll-down-wrapper {
    display: none;
  }

  .brand-sub-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: hsla(0, 0%, 100%, 0.85);
    font-size: 1rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .nav_menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .nav_logo-link {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .menu-bar {
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .nav_component {
    position: absolute;
    background-color: #000;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .fs-styleguide_section-type {
    font-size: 0.875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .fs-styleguide_version-details {
    font-size: 0.875rem;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .heading-small {
    font-size: 1rem;
  }

  .page-padding-2 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .fs-styleguide_3-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .breadcrumbs {
    width: 1000px;
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .intro-p-wrapper {
    max-width: 85%;
  }

  .subtitle {
    font-size: 1.2rem;
  }

  .intro-paragraph {
    width: 100%;
  }

  .scrollpercentlabel {
    font-size: 4rem;
  }

  .brand-navi-block {
    font-size: 0.75rem;
  }

  .profile-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .brand-sub-title {
    color: hsla(0, 0%, 100%, 0.85);
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .nav_menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_container {
    height: 100%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
  }

  .nav_logo {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .menu-bar {
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .nav_component {
    position: absolute;
    display: block;
    height: 40px;
    background-color: #000;
  }

  .menu-parent {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .fs-styleguide_2-col {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .img-container {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .img {
    -o-object-position: 55% 50%;
    object-position: 55% 50%;
  }

  .orange-bar {
    width: 5px;
  }

  .footer-social-link {
    max-width: 1.2rem;
  }

  .footer-link-wrap {
    margin-bottom: 1.2rem;
  }

  .breadcrumbs {
    width: 1000px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .scroll {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 0.5rem;
  }

  .section-img.double100 {
    height: 100vh;
  }

  .section-hero {
    height: 400vh;
  }

  .double-wrapper {
    height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .img-wrapper {
    height: auto;
  }

  .image-container {
    position: static;
    z-index: 10;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image {
    position: relative;
    -o-object-position: 55% 50%;
    object-position: 55% 50%;
  }

  .hero-overlay-wrapper {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .title-container {
    max-width: 100%;
  }

  .intro-p-wrapper {
    max-width: 80%;
  }

  .h1-title {
    max-width: 100%;
  }

  .subtitle {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .inline {
    font-size: 1.4rem;
  }

  .paragraph {
    font-size: 1.3rem;
    text-align: left;
  }

  .paragraph.sp {
    font-size: 1.2rem;
    text-align: left;
  }

  .section-video {
    height: auto;
  }

  .hero-v-size {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-v-wrap {
    z-index: auto;
    width: 1000%;
  }

  .section-credits.final {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  .section-credits.clothing {
    padding-top: 6rem;
  }

  .credit-block {
    letter-spacing: 0px;
  }

  .name {
    letter-spacing: 1px;
  }

  .bg-img.top {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .bg-img.top.sacai {
    -o-object-position: 40% 0%;
    object-position: 40% 0%;
  }

  .bg-img.top.prada {
    -o-object-position: 36% 0%;
    object-position: 36% 0%;
  }

  .bg-img.top.celine {
    -o-object-position: 55% 0%;
    object-position: 55% 0%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .scrollpercentlabel.small {
    font-size: 1rem;
  }

  .counter {
    right: 3%;
  }

  .absolute-left {
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .issue {
    color: hsla(0, 0%, 100%, 0.85);
    letter-spacing: 1px;
  }

  .issue.title {
    display: block;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
  }

  .issue.title.hide {
    display: none;
  }

  .absolute-right {
    right: 6%;
    display: none;
  }

  .section-page-navi {
    padding-top: 0rem;
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navi-title {
    font-size: 1rem;
  }

  .arrow-right {
    max-width: 1.5rem;
  }

  .brand-navi-block {
    width: 100%;
  }

  .nav-brand-name {
    font-size: 0.75rem;
  }

  .coming-soon {
    font-size: 0.75rem;
  }

  .section-profile {
    padding-top: 0rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .profile-block {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .profile-title {
    font-size: 0.75rem;
  }

  .profile-paragraph {
    font-size: 0.75rem;
    text-align: center;
  }

  .scroll-down-wrapper {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5%;
    display: none;
  }

  .text {
    margin-bottom: 0.5rem;
  }

  .scroll-down {
    font-size: 0.75rem;
  }

  .mask-ani {
    display: none;
  }

  .arrow-wrapper {
    position: relative;
    z-index: 3;
    display: block;
    max-width: 1rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .arrow-down {
    font-size: 14px;
  }

  .icon-scroll {
    display: none;
    width: 20px;
    height: 40px;
    opacity: 0.9;
  }

  .scroll-dot {
    width: 6px;
    height: 6px;
  }

  .cover.jilsander {
    display: block;
  }

  .cover.sacai {
    display: block;
  }

  .cover.mcqueen {
    display: block;
  }

  .cover.prada {
    display: block;
  }

  .cover.celine {
    display: block;
  }

  .brand-sub-title {
    margin-bottom: 0.75rem;
    color: hsla(0, 0%, 100%, 0.85);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 2px;
  }

  .brand-sub-title.top {
    margin-top: 0.5rem;
    color: hsla(0, 0%, 100%, 0.85);
    font-size: 0.75rem;
  }

  .circle {
    width: 80px;
    height: 80px;
  }
}

