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 {
  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;
}

.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 {
  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: #1a1a1a;
  opacity: 1;
}

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

.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);
}

.section-full {
  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;
}

.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 {
  font-family: futura-pt, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.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.hero {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.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: 10;
  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;
  background-color: #f4f4f7;
  font-family: 'Noto Sans JP', sans-serif;
  color: #747c83;
  font-size: 0.75rem;
}

.bc-link {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  color: #747c83;
  text-decoration: none;
  text-transform: uppercase;
}

.bc-link.lower {
  text-transform: none;
}

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

.scroll-indicator {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  width: 100%;
  height: 0.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faf500), to(#faf500));
  background-image: linear-gradient(180deg, #faf500, #faf500);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.s-hero {
  position: relative;
  width: 100vw;
  height: auto;
  color: #fff;
}

.bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.col {
  width: 50%;
  height: 100%;
}

.col.mobile-slider {
  display: none;
}

.overlay-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 220px;
  -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-title.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
}

.hero-title.black {
  display: none;
  color: #000;
}

.charles-keith {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.text-block {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
}

.intro-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  -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: #3e3e3e;
}

.h1-wrapper {
  margin-bottom: 0rem;
  text-align: center;
}

.s-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 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: transparent;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.intro-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -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;
}

.intro-title-wrapper {
  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;
  color: #141414;
}

.intro-title-wrapper.sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  color: #3e3e3e;
}

.share-txt {
  color: #3e3e3e;
  font-weight: 400;
  letter-spacing: 3px;
}

.h2-intro {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 2px;
}

.h1-intro {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}

.date {
  margin-top: 1rem;
  font-family: futura-pt, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.share-text {
  font-family: futura-pt, sans-serif;
  color: #3e3e3e;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: lowercase;
}

.h2-wrapper {
  margin-bottom: 0rem;
  text-align: center;
}

.r-logo {
  width: auto;
  max-width: 50px;
  margin-bottom: 1rem;
}

.sns-text {
  display: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}

.intro-additional {
  max-width: none;
  margin-top: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.6rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.wrapper-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -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: 1;
  color: #fff;
  letter-spacing: 0rem;
}

._w-inline-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

._w-inline-block.center {
  position: relative;
  z-index: 51;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._w-inline-block.hide {
  display: none;
  opacity: 1;
}

.reserve-logo {
  max-width: 260px;
}

.paragraph-wrap {
  max-width: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.social-share-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 9px;
  -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-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  opacity: 0.9;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.social-share-btn.pin {
  background-image: url('/special/both-charles-keith/images/f-pinterest.svg');
  background-size: contain;
  -webkit-filter: none;
  filter: none;
}

.social-share-btn.tw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 0.5rem;
  -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-image: url('/special/both-charles-keith/images/twitter-01.svg');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
}

.social-share-btn.line {
  background-color: transparent;
  background-image: url('/special/both-charles-keith/images/line-01.svg');
  -webkit-filter: none;
  filter: none;
}

.social-share-btn.fb {
  background-image: url('/special/both-charles-keith/images/facebook-01.svg');
  background-size: contain;
  -webkit-filter: none;
  filter: none;
}

.paragraph {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.section-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.part-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin-bottom: 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;
  color: #3e3e3e;
}

.part-intro._02 {
  margin-bottom: 4rem;
  color: #f7f5e8;
}

.subtitle {
  margin-bottom: 1rem;
  font-family: futura-pt, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.part {
  width: 150px;
  margin-bottom: 0.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.img-wrapper {
  position: static;
  width: auto;
  max-width: none;
}

.img-wrapper.width {
  max-width: none;
}

.img-wrapper.last {
  max-width: 60%;
  min-width: 0px;
}

.graphic-wrapper {
  position: relative;
  max-width: 40%;
}

.graphic-wrapper.max {
  max-width: none;
}

.graphic-wrapper.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 8rem;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.rectangle {
  position: static;
  width: auto;
  max-width: 400px;
}

.rectangle._01 {
  position: absolute;
  left: auto;
  top: auto;
  right: -30%;
  bottom: -30%;
  max-width: 130%;
}

.rectangle._02 {
  position: absolute;
  left: -80%;
  top: auto;
  right: auto;
  bottom: -40%;
  max-width: 130%;
}

.rectangle._03 {
  position: absolute;
  left: auto;
  top: -20%;
  right: auto;
  bottom: auto;
  max-width: 85%;
}

.double-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-top: 8rem;
  margin-bottom: 8rem;
  padding-right: 0rem;
  padding-left: 0rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.image-left {
  max-width: none;
}

.image-left.part-02 {
  margin-top: 25rem;
}

.image-right {
  max-width: none;
  margin-top: 25rem;
}

.image-right.part-02 {
  margin-top: 0rem;
}

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

.credit-part {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
  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;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.credit-part-text {
  font-family: 'Noto Sans JP', sans-serif;
  color: #3e3e3e;
  font-size: 0.75rem;
  line-height: 1;
}

.credit-part-text._02 {
  color: #f7f5e8;
  line-height: 1.6;
  text-align: center;
}

.credit-part-text._01 {
  color: #3e3e3e;
  line-height: 1.6;
  text-align: center;
}

.circle {
  width: 1rem;
  margin-bottom: 1rem;
}

.section-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  background-color: #000;
}

.hero-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-container-copy {
  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;
}

.section-movie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 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;
}

.border-video {
  position: relative;
  z-index: 97;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.v-embed-player {
  height: 0px;
  padding-bottom: 56.25%;
}

.movie-text {
  max-width: none;
  margin-top: 3rem;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #000;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.text-french {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  line-height: 1;
}

.text-japanese {
  margin-bottom: 1.5rem;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1rem;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
}

.text-credit {
  margin-top: 1rem;
  font-size: 1rem;
}

.s-collection {
  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;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.collection-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -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;
  color: #3e3e3e;
}

.collection-part._02 {
  color: #f7f5e8;
}

.both-b {
  width: 120px;
  margin-bottom: 0.5rem;
}

.x {
  width: 20px;
  margin-bottom: 0.5rem;
}

.collection-title {
  display: none;
  width: 220px;
  margin-bottom: 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;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.collection-subtitle {
  margin-bottom: 1rem;
  font-family: futura-pt, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.collection-type {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.category {
  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;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.collection-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  -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;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.item-circle {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000;
}

.item-circle.white {
  background-color: #f7f5e8;
}

.item-circle.multi {
  background-color: #faf500;
}

.item-text {
  font-family: futura-pt, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0px;
}

.item-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.shoe-img {
  overflow: hidden;
  width: 100%;
}

.btn-credit {
  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: 0px;
  color: #000;
  text-decoration: none;
}

.btn-credit.filled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 30px;
  margin-top: 0rem;
  margin-bottom: 0rem;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0rem;
  background-color: #3e3e3e;
  font-family: futura-pt, sans-serif;
  color: #fff;
}

.btn-credit.filled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 35px;
  margin-top: 0rem;
  margin-bottom: 0rem;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0rem;
  background-color: #000;
  color: #fff;
}

.btn-txt-2 {
  position: absolute;
  display: block;
  color: #000;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.btn-txt-2._01.white {
  color: #fff;
  font-weight: 400;
}

.btn-txt-2._01.white.caps {
  color: hsla(0, 0%, 100%, 0.95);
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-txt-2._01.white.caps.hide {
  display: none;
}

.btn-txt-2._01.white.caps {
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-txt-2._02.white {
  color: #fff;
  font-weight: 400;
}

.btn-txt-2._02.white.caps {
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}

.btn-txt-2._02.white.caps {
  line-height: 1;
  text-transform: uppercase;
}

.credit-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 0.8rem;
}

.credit-container.brand {
  margin-top: 1rem;
  margin-bottom: 0rem;
  font-family: futura-pt, sans-serif;
  color: #3e3e3e;
}

.release-date {
  margin-bottom: 0.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.sns-links {
  overflow: hidden;
  width: 2rem;
  margin-right: 0rem;
  margin-left: 0rem;
  opacity: 0.9;
}

.sns-links.yt {
  display: none;
  padding: 0.2rem;
}

.credit-title {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: lowercase;
}

.credit-title.jp {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}

.contact-number {
  display: none;
  margin-top: 0.5rem;
  font-family: futura-pt, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}

.contact-brand {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0px;
}

.category-title {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.c-name {
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.footer-logo {
  display: block;
  overflow: hidden;
  max-width: 15rem;
  margin-bottom: 1rem;
  opacity: 0.9;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 3px;
}

.sp {
  display: none;
}

.styling {
  text-align: center;
}

.sns-img.i {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.additional-contact {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
}

.credit-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25rem;
}

.credit-person.hide {
  display: none;
}

.s-credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8rem 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: #3e3e3e;
}

.c-occ {
  margin-right: 0.5rem;
  letter-spacing: 0.5px;
}

.shop-name {
  margin-bottom: 0.5rem;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Noto Sans JP', sans-serif;
  color: #141414;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.shop-name:hover {
  font-weight: 500;
}

.clothing-wrapper {
  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;
  font-family: futura-pt, sans-serif;
  font-size: 0.75rem;
}

.clothing-wrapper.hide {
  display: none;
}

.reserve-wrapper {
  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;
}

.reserve-wrapper.hide {
  display: none;
}

.c-sns-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
}

.slogo-txt {
  display: none;
}

.carousel-icons {
  position: absolute;
  top: auto;
  display: block;
  width: 100%;
  max-width: 2.5rem;
  margin: auto auto 7rem;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  font-size: 1.4rem;
}

.carousel-icons.black {
  -webkit-filter: none;
  filter: none;
}

.c-slider {
  display: none;
  max-width: 380px;
  background-color: transparent;
}

.collection {
  margin-top: 0px;
  margin-bottom: 0rem;
  opacity: 1;
  font-family: 'Noto Sans JP', sans-serif;
  color: #f6d876;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.collection.blue {
  color: #081250;
}

.c-slide {
  height: auto;
}

.price {
  margin-top: 0rem;
  opacity: 0.9;
  color: #f6d876;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
}

.price.blue {
  color: #081250;
}

.c-slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  -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;
  text-align: center;
}

.c-arrow-l {
  left: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.item-description {
  margin-top: 0rem;
  color: #fff;
  text-align: center;
}

.c-arrow-r {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.mask {
  overflow: visible;
  height: auto;
  line-height: 1;
}

.carousel-icon {
  position: absolute;
  top: -6rem;
  margin: auto;
  font-size: 1.4rem;
}

.product-description {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-description.black {
  color: #000;
}

.item-img {
  display: block;
  width: 300px;
  height: 390px;
  margin-right: auto;
  margin-left: auto;
}

.item-img._01 {
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-top: 0rem;
  margin-bottom: 1rem;
  padding: 2rem;
  border-radius: 100%;
  background-color: #fff;
}

.carousel-slide-navi {
  position: relative;
  margin-top: 0rem;
  font-size: 0.4rem;
  line-height: 1;
}

.c-mask {
  overflow: hidden;
  height: auto;
  padding-top: 0rem;
  padding-bottom: 0.5rem;
}

.cap-coll-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 220px;
  -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;
}

.mask-overlay {
  position: absolute;
  left: 0%;
  top: 8%;
  right: 2%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-overlay {
  position: absolute;
  left: auto;
  top: 3%;
  right: 2%;
  bottom: 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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.squre-logo {
  margin-bottom: 1rem;
}

.promo {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

.tax {
  margin-top: 0.25rem;
  color: #3e3e3e;
  font-size: 0.75rem;
}

.tax._02 {
  color: #f7f5e8;
}

.gradient-over {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

@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 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  ._w-inline-block.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-01 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .img-wrapper.last {
    max-width: 60%;
  }

  .graphic-wrapper {
    max-width: 60%;
  }

  .double-wrapper {
    max-width: 85%;
  }

  .image-right {
    margin-top: 15rem;
  }

  .credit-part {
    max-width: 400px;
  }

  .credit-part-text {
    line-height: 1.8;
    text-align: center;
  }

  .collection-wrapper.hide {
    display: none;
  }

  .item-wrapper {
    max-width: none;
  }

  .btn-credit.filled {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn-credit.filled {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .c-slider {
    display: block;
    height: auto;
    max-width: 350px;
  }

  .c-arrow-l {
    position: absolute;
    left: auto;
    right: 100%;
    margin-right: 0px;
  }

  .c-arrow-r {
    left: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .mask-overlay {
    top: 2%;
  }

  .logo-overlay {
    top: 2%;
  }
}

@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: #1a1a1a;
  }

  .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: 800px;
    max-width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .col {
    width: 100%;
    height: 50%;
  }

  .h2-intro {
    font-size: 1.5rem;
  }

  .h1-intro {
    font-size: 1.5rem;
  }

  .sns-text {
    font-size: 12px;
  }

  ._w-inline-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .collection-type {
    font-size: 1rem;
  }

  .c-slider {
    max-width: 300px;
  }

  .collection {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0.75rem;
  }

  .product-description {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.8;
  }

  .item-img._01 {
    width: 200px;
    height: 200px;
  }
}

@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: #1a1a1a;
  }

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

  .h1 {
    font-size: 0.75rem;
  }

  .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%;
  }

  .img.hero.over {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .orange-bar {
    width: 5px;
  }

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

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

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

  .col {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .col._02 {
    display: none;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .col.mobile-slider {
    display: block;
    height: auto;
  }

  .col._01 {
    display: none;
  }

  .hero-title {
    margin-bottom: 0rem;
  }

  .hero-title.white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px;
    margin-bottom: 4rem;
  }

  .hero-title.black {
    padding: 0px;
    background-color: transparent;
  }

  .both {
    background-color: transparent;
  }

  .charles-keith {
    margin-bottom: 0.5rem;
  }

  .h1-wrapper {
    font-size: 1.4rem;
  }

  .s-intro {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .share {
    margin-top: 0px;
  }

  .intro-logo {
    width: auto;
    max-width: 250px;
  }

  .intro-title-wrapper {
    padding: 2rem;
  }

  .intro-title-wrapper.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0rem;
  }

  .h2-intro {
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: 0.5px;
  }

  .h1-intro {
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .date {
    margin-top: 0.5rem;
    font-size: 0.7rem;
  }

  .share-text {
    font-size: 0.7rem;
  }

  .r-logo {
    margin-bottom: 1rem;
  }

  ._w-inline-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._w-inline-block.center {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-01 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .part-intro {
    width: auto;
    max-width: 350px;
    margin-bottom: 4rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  .part {
    width: 100px;
    margin-bottom: 0.5rem;
  }

  .img-wrapper.last {
    max-width: 85%;
  }

  .graphic-wrapper {
    max-width: 100%;
  }

  .graphic-wrapper.last {
    margin-top: 6rem;
  }

  .rectangle._01 {
    right: auto;
  }

  .rectangle._02 {
    left: auto;
    max-width: 141%;
  }

  .double-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-left.part-02 {
    margin-top: 0rem;
  }

  .image-right {
    margin-top: 0rem;
  }

  .credit-part {
    margin-top: 4rem;
  }

  .credit-part-text {
    font-size: 0.65rem;
  }

  .section-02 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .deco.bottom {
    margin-top: -1px;
  }

  .deco.top {
    margin-bottom: -1px;
  }

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

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

  .section-movie {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .border-video {
    height: 100%;
  }

  .v-embed-player {
    height: 0px;
    padding-bottom: 56.25%;
  }

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

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

  .s-collection {
    overflow: hidden;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .collection-part {
    width: auto;
  }

  .collection-subtitle {
    font-size: 0.75rem;
  }

  .collection-type {
    color: #3e3e3e;
    font-size: 0.875rem;
    line-height: 1.2;
    text-align: center;
  }

  .collection-type.sp {
    line-height: 1.4;
  }

  .release-date {
    font-size: 0.6rem;
  }

  .sns-links {
    width: 1.8rem;
  }

  .credit-title.jp {
    margin-top: 0.5rem;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .styling {
    font-size: 0.7rem;
  }

  .additional-contact {
    width: 202px;
    text-align: center;
  }

  .credit-person {
    font-size: 0.7rem;
  }

  .s-credits {
    padding-top: 4rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .shop-name {
    font-size: 0.6rem;
  }

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

  .carousel-icons {
    margin-bottom: auto;
    margin-left: auto;
  }

  .carousel-icons.black {
    max-width: 2rem;
    margin-top: 0px;
    margin-bottom: 5rem;
  }

  .carousel-icons.left {
    margin-right: 1rem;
    margin-left: auto;
  }

  .c-slider {
    max-width: 220px;
  }

  .collection {
    font-size: 0.7rem;
  }

  .c-slide {
    width: 100%;
  }

  .c-arrow-l {
    left: auto;
    top: auto;
    right: 90%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0px;
  }

  .c-arrow-r {
    left: 90%;
    top: auto;
    right: auto;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0px;
  }

  .product-description {
    margin-bottom: 0.5rem;
    line-height: 1.8;
  }

  .item-img._01 {
    width: 180px;
    height: 180px;
    padding: 2rem;
  }

  .c-mask {
    width: 100%;
  }

  .cap-coll-title {
    max-width: 200px;
    margin-bottom: 1rem;
  }

  .mask-overlay {
    right: 2%;
    color: #000;
  }

  .squre-logo {
    display: none;
  }

  .promo {
    font-size: 0.7rem;
  }

  .tax {
    font-size: 0.6rem;
  }

  .gradient-over {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    display: block;
    overflow: visible;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(84%, transparent), to(#000));
    background-image: linear-gradient(180deg, transparent 84%, #000);
    opacity: 0.4;
  }

  .gradient-over.up {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(84%, transparent), to(#000));
    background-image: linear-gradient(0deg, transparent 84%, #000);
  }

  .gradient-over.bot {
    display: block;
    opacity: 0.2;
  }

  .slider {
    height: 500px;
  }

  .icon-2 {
    display: none;
  }

  .icon-3 {
    display: none;
  }

  .slide-nav {
    display: none;
  }
}

