.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8125rem;
}

.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 {
  position: relative;
  background-color: transparent;
}

.section-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  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;
}

.section-image.top {
  margin-top: 4rem;
}

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

.container-500 {
  width: 100%;
  max-width: 500px;
  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;
}

.title {
  font-family: ivypresto-display, sans-serif;
  color: #fff;
  line-height: 1.5;
  font-weight: 100;
}

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

.product-p-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -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;
  font-family: 'Josefin Sans', sans-serif;
}

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

.margin-medium {
  margin: 2rem;
}

.container-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.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: none;
}

.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;
  margin-top: 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: 2px solid #000;
  border-radius: 40px;
  color: #000;
  text-decoration: none;
}

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

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

.section-hero {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100vw;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.bg {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.v-size {
  position: static;
  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;
}

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

.video-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  opacity: 0.75;
}

.mask-layer {
  display: none;
  overflow: hidden;
}

.body-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  -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;
}

.wrapper-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: none;
  border-width: 0px;
  border-color: #f6d876;
}

.hero-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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  font-size: 5rem;
  line-height: 0.9;
  font-weight: 100;
  text-align: center;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  background-color: #000;
  opacity: 0.36;
}

.hero-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  height: 550px;
  padding: 5rem;
  -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: #f6d876;
  border-radius: 100%;
}

.hero-title-block {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.subtitle-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0rem;
  -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: #f6d876;
}

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

.subtitle-02 {
  margin-top: 0.5rem;
  font-size: 0.85rem;
}

.subtitle-01 {
  font-size: 1rem;
}

.logo-block {
  width: 100px;
}

.section-intro {
  position: relative;
  z-index: 10;
  height: 1px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #081250;
}

.section-intro.full {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #081250;
}

.container-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.wrapper-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-bottom: 0rem;
  -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: #fff;
}

.wrapper-story.top {
  margin-bottom: 4rem;
}

.section-title {
  margin-bottom: 1.5rem;
}

.h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
}

.story-paraph {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 1px;
}

.c-mag-img {
  position: relative;
  display: inline-block;
}

._w-mag-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  cursor: crosshair;
}

.mag-img-thumbnail {
  position: relative;
  z-index: 1;
}

.c-mag-img-enlarge {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  -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;
}

.mag-img-enlarge.top-margin {
  margin-top: 5rem;
}

.line {
  width: 100%;
  height: 2px;
  margin-top: 0.25rem;
  background-color: #f6d876;
}

.credits {
  margin-top: 0rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 0.65rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}

.credits.black {
  color: #000;
}

.btn-black {
  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-black.filled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 35px;
  margin-top: 2rem;
  margin-bottom: 0rem;
  border-style: none;
  border-width: 0px;
  border-color: #000;
  border-radius: 0rem;
  background-color: #fff;
  color: #fff;
}

.btn-txt-1-2 {
  position: absolute;
  display: none;
  color: #6ea18c;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-txt {
  position: absolute;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: capitalize;
}

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

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

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

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

.wrapper-piaget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.p-piaget {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.p-piaget.black {
  color: #000;
}

.container-piaget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.block-piaget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  padding: 3rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.img-piaget {
  overflow: hidden;
  width: 280px;
  height: 280px;
  min-height: 280px;
  min-width: 280px;
  border-radius: 100%;
}

.img-piaget.square {
  border-radius: 0%;
}

.image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
}

.cursor-small {
  position: absolute;
  z-index: 10;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
}

.cursor-small._3 {
  border-width: 1px;
  border-radius: 100%;
}

.cursor {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21px;
  height: 21px;
  -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 #fff;
}

.cursor._3 {
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
}

.circle-text {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 300px;
  margin-left: 0px;
  -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;
  font-size: 0.75rem;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  cursor: none;
}

.content-vid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -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: #ec172d;
}

.content-vid._100 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-size-2 {
  max-width: 100%;
}

.img-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}

.v-embed {
  width: auto;
  height: 100%;
  min-width: 0px;
  padding-bottom: 56.25%;
  -o-object-fit: fill;
  object-fit: fill;
}

.v-embed.custom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.vid-adj-size {
  position: relative;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 1000%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0%;
  padding-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;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hover {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: 'Josefin Sans', sans-serif;
  color: #f6d876;
  font-size: 0.65rem;
  font-weight: 400;
  text-align: center;
}

.hover.blue {
  color: #081250;
}

.bg-ani {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  margin-top: 0vh;
  padding-top: 0vh;
  background-color: #081250;
}

.section-about {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-image-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  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;
}

.container-850 {
  width: 100%;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.part-01-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #081250;
}

.part-02-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #fdf7e4;
}

.section-image-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  -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;
}

.two-grid {
  display: -ms-grid;
  display: grid;
  width: 800px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1.25fr 0.75fr;
  grid-template-columns: 1.25fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.container-circle {
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 8rem;
  margin-left: auto;
  border-radius: 100%;
  background-color: transparent;
}

._w-mag-img-01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  cursor: default;
}

.bg-hero {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.hero-v-wrap {
  position: relative;
  z-index: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  -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;
}

.hero-v-embed {
  display: none;
  height: 0px;
  padding-bottom: 56.25%;
}

.hero-v-size {
  position: relative;
  width: 100%;
  height: 100%;
}

.section-mobile {
  display: none;
  -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: #081250;
}

.hero-title-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  height: 550px;
  padding: 5rem;
  -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: #f6d876;
  border-radius: 100%;
}

.v-size-2 {
  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;
}

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

.video-embed-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.mobile-vid {
  display: none;
}

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

.section-carousel.bottom {
  padding-bottom: 8rem;
}

.carousel-grid {
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 800px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 30px;
  line-height: 39px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

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

.arrow {
  width: 30px;
  height: 30px;
  margin: 100% auto auto;
  background-image: url('/special/piaget-possession/images/carbon_chevron-right.svg');
  background-position: 50% 50%;
  background-size: 60px 30px;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow:hover {
  opacity: 1;
}

.arrow.left {
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-mask {
  width: auto;
  min-width: 350px;
}

.slide-nav {
  display: none;
}

.slide {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

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

.item-img.img3 {
  background-image: url('/special/piaget-possession/images/watch3-min.png'), none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.item-img.img2 {
  background-image: url('/special/piaget-possession/images/watch2-min.png'), none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

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

.btn {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  padding: 12px 40px;
  border: 1px solid #fceab7;
  border-radius: 50px;
  background-color: transparent;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fceab7;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.3px;
}

.btn:hover {
  background-color: #fceab7;
  color: #00623a;
}

.small-carousel {
  height: auto;
  background-color: transparent;
}

.carousel-container {
  max-width: none;
}

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

.carousel-p-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-left: 0rem;
  -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;
  color: hsla(0, 0%, 100%, 0.95);
}

.carousel-title {
  font-family: ivypresto-display, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
}

.carousel-title.black {
  color: #000;
}

.price {
  margin-top: 0rem;
  opacity: 0.9;
  font-family: 'Josefin Sans', sans-serif;
  color: #f6d876;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
}

.price.blue {
  color: #081250;
}

.position {
  margin-bottom: 0.75rem;
  color: #f6d876;
  font-size: 0.75rem;
}

.slider {
  background-color: transparent;
}

.slide-nav-2 {
  display: none;
}

.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-slider {
  max-width: 380px;
  background-color: transparent;
}

.carousel-slide-navi {
  position: relative;
  margin-top: 0rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.4rem;
  line-height: 1;
}

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

.c-slide {
  height: auto;
}

.c-grid {
  display: -ms-grid;
  display: grid;
  max-width: 800px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.c-arrow-l {
  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;
}

.text-block {
  line-height: 1.8;
  text-align: left;
}

.div-block-2 {
  color: #f6d876;
}

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

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

.image-2 {
  padding: 0rem;
}

.section-video-mid {
  width: 100vw;
  height: auto;
  padding: 8rem;
}

.mid-vid-wrap {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  -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;
}

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

.mid-vid-size {
  position: relative;
  width: 100%;
  height: 100%;
}

.button-official {
  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;
}

.button-official.black {
  z-index: 51;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9rem;
  height: 2rem;
  margin-top: 0px;
  margin-bottom: 1rem;
  border-width: 1px;
  border-color: #000;
  background-color: #000;
  color: #000;
}

.credit-name {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.c-sns-icons {
  margin-top: 1rem;
}

.text-button-2 {
  position: absolute;
  display: block;
  background-color: transparent;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.background-holder {
  position: relative;
  z-index: -3;
  background-color: transparent;
}

.section-credits {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 0rem 2rem 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;
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.95);
}

.section-credits.credits {
  position: relative;
  z-index: 10;
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #fdf7e4;
}

.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;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.8rem;
}

.credit-container.brand {
  margin-top: 1rem;
  margin-bottom: 0rem;
}

.bg-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.bg-2._7 {
  background-color: #fff;
}

.contact-number {
  margin-top: 0.5rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}

.footer-logo {
  display: block;
  overflow: hidden;
  max-width: 15rem;
  margin-bottom: 1rem;
}

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

.credit-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.credit-role {
  margin-right: 0.25rem;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: lowercase;
}

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

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

.text-button {
  position: absolute;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

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

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

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

.credit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0rem;
  padding-bottom: 0rem;
  -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: #1a1a1a;
}

.credit-agency {
  display: none;
  margin-left: 0.25rem;
  font-weight: 400;
  letter-spacing: 0px;
}

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

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

.section-footer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
  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;
}

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

.link-footer: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-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;
}

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

.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-tall {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 300vh;
  padding-top: 15rem;
  padding-bottom: 15rem;
  -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;
  background-color: #081250;
}

.spacer {
  width: 50px;
  height: 50px;
}

.paragraph {
  font-size: 16px;
  line-height: 20px;
}

.circle-container-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 35%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  max-height: 100vw;
  max-width: 100vw;
  -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: #000;
}

.circle-text-scroll {
  position: relative;
  z-index: 10;
  overflow: visible;
  margin-right: 0px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.circle {
  position: absolute;
  width: 80%;
  height: 80%;
  border: 2px solid #000;
  border-radius: 10000px;
}

.circle.small {
  width: 50%;
  height: 50%;
  border-width: 1px;
}

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

.section-products.bottom {
  padding-bottom: 8rem;
}

.p-slider {
  max-width: 380px;
  background-color: transparent;
}

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

.p-arrow-l {
  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;
}

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

.p-carousel-slide-navi {
  position: relative;
  margin-top: 0rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.4rem;
  line-height: 1;
}

.product_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 15rem;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border: 1px none transparent;
  border-radius: 0.25rem;
  background-color: transparent;
}

.product_slide {
  max-width: 18.5rem;
  margin-right: 2rem;
}

.collection_slider-nav {
  display: none;
}

.collection_arrow-icon {
  display: none;
  width: 1.5rem;
  height: 1.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;
  color: #081250;
}

.testimonials1_client-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonials1_client-line {
  width: 1.25px;
  height: 1.25rem;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  background-color: #e1e4e8;
}

.collection_arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.5rem;
  height: 3.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;
  border-style: none;
  border-width: 1px;
  border-color: #e1e4e8;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease-out;
  transition: background-color 100ms ease-out;
  color: #24292e;
}

.collection_arrow:hover {
  background-color: #f6f8fa;
}

.collection_arrow.right {
  left: 4.5rem;
  background-color: #fff;
}

.collection_arrow.right.middle {
  left: 4rem;
  right: 0rem;
}

.collection_arrow.middle {
  left: 0rem;
  right: 4rem;
  width: 3rem;
  height: 3rem;
  padding: 0.8rem;
}

.collection_arrow.middle:hover {
  background-color: #f6d876;
}

.product_slider-mask {
  overflow: visible;
  width: 28rem;
}

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

.padding-collection.padding-large.center {
  overflow: hidden;
  padding-bottom: 2rem;
}

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

.section-collection {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: transparent;
}

.product_component {
  height: auto;
  margin-top: 2rem;
  margin-bottom: 4rem;
  background-color: transparent;
}

.testimonials1_client-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonials1_client-image-wrapper {
  overflow: hidden;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.testimonials1_client-image {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-title {
  margin-bottom: 1rem;
  font-family: ivypresto-display, sans-serif;
  font-size: 2.2rem;
  font-weight: 100;
  text-align: center;
}

.heading-3 {
  font-family: ivypresto-display, sans-serif;
  font-weight: 200;
}

.product-paragraph {
  max-width: 300px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  line-height: 1.8;
  text-align: center;
}

.product-item-img {
  overflow: visible;
  width: auto;
  height: auto;
  max-width: none;
  padding: 0rem;
  border-radius: 0%;
}

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

.image-3 {
  border-radius: 0px;
}

.product-img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  max-width: none;
  padding: 2.3rem;
  -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-radius: 100%;
  background-color: #fff;
}

.collection-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -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;
}

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

.collection-category.blue {
  color: #081250;
}

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

.collection-p-description.black {
  color: #000;
}

.collection-price {
  margin-top: 0rem;
  opacity: 0.9;
  font-family: 'Josefin Sans', sans-serif;
  color: #4f4f4f;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
}

.collection-price.blue {
  color: #081250;
}

.text-block-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
}

.promotion {
  position: absolute;
  left: auto;
  top: 2rem;
  right: 2rem;
  bottom: auto;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: uppercase;
}

.sticky-hero {
  position: relative;
  width: 100vw;
  height: auto;
}

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

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

.btn-other {
  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-other.filled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 35px;
  margin-top: 2rem;
  margin-bottom: 0rem;
  border-style: none;
  border-width: 0px;
  border-color: #000;
  border-radius: 0rem;
  background-color: #000;
  color: #fff;
}

.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: 35px;
  margin-top: 0rem;
  margin-bottom: 0rem;
  border-style: none;
  border-width: 0px;
  border-color: #000;
  border-radius: 0rem;
  background-color: #000;
  color: #fff;
}

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

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

.title-section {
  width: auto;
  font-family: ivypresto-display, sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 100;
  text-transform: uppercase;
}

.title-section.smaller {
  font-size: 2rem;
}

.title-section.story {
  font-size: 1.7rem;
  font-weight: 100;
  text-transform: none;
}

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

.paragraph-bts {
  max-width: 30rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}

.title-container {
  margin-bottom: 1rem;
}

.bts-img-container {
  max-width: 400px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.p-profile {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  text-align: left;
}

.p-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  padding: 1.5rem 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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.p-name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.p-container-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.p-name-other {
  display: none;
  font-size: 0.75rem;
}

._w-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  cursor: default;
}

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

.date {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.3px;
}

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

.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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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.hide {
  display: none;
  opacity: 1;
}

._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;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.credit-occ {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: lowercase;
}

.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: invert(100%);
  filter: invert(100%);
}

.social-share-btn.line {
  background-color: transparent;
  background-image: url('/special/piaget-possession/images/f-line-1.svg');
}

.social-share-btn.pin {
  background-image: url('/special/piaget-possession/images/f-pinterest.svg');
  background-size: contain;
}

.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/piaget-possession/images/f-twitter.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.social-share-btn.fb {
  background-image: url('/special/piaget-possession/images/f-facebook.svg');
  background-size: contain;
}

.text-block-4 {
  font-size: 0.6rem;
  font-weight: 500;
}

.text-block-5 {
  text-transform: none;
}

.dress-container {
  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: 'Josefin Sans', sans-serif;
  font-size: 0.8rem;
}

.dress-container.brand {
  margin-top: 1rem;
  margin-bottom: 0rem;
}

.clothing-credits {
  margin-right: 0.25rem;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: capitalize;
}

.company {
  margin-right: 0rem;
  margin-left: 0.25rem;
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 300;
  text-transform: none;
}

.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-credit {
  margin-top: 1rem;
  font-size: 1rem;
}

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

.paragraph-2 {
  font-weight: 700;
}

.paragraph-4 {
  letter-spacing: 1px;
}

.background-video {
  height: 100vh;
}

.comm {
  margin-top: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}

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

  .section-hero {
    position: relative;
    top: auto;
    height: 600px;
  }

  .video-embed {
    z-index: 1;
  }

  .h1 {
    font-size: 4rem;
  }

  .hero-title-container.pc {
    display: none;
  }

  .subtitle-block {
    width: auto;
    line-height: 1.5;
    text-align: center;
  }

  .subtitle-02 {
    line-height: 1.8;
  }

  .subtitle-01 {
    line-height: 1.8;
  }

  .section-intro.full {
    height: auto;
  }

  .c-mag-img {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .c-mag-img-enlarge {
    display: none;
  }

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

  .wrapper-piaget {
    margin-top: 2rem;
    margin-left: 0rem;
    -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-align: center;
  }

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

  .block-piaget {
    -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;
  }

  .cursor-wrapper {
    display: none;
  }

  .hero-v-size {
    display: none;
  }

  .section-mobile {
    position: relative;
    top: auto;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -12rem;
    -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;
  }

  .hero-title-container-mob {
    width: 380px;
    height: 380px;
    margin-bottom: 2rem;
    padding: 2rem;
  }

  .hero-title-container-mob.pc {
    display: none;
  }

  .v-size-2.hide {
    height: 10%;
  }

  .video-embed-2 {
    z-index: 1;
  }

  .mobile-vid {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
  }

  .carousel-p-wrapper {
    width: 100%;
    margin-top: 0rem;
    margin-left: 0rem;
    -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-align: center;
  }

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

  .c-grid {
    max-width: 400px;
    justify-items: center;
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-button-2 {
    font-size: 10px;
  }

  .section-credits {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-button {
    font-size: 10px;
  }

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

  .p-slider {
    max-width: 350px;
  }

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

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

  .btn-other.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;
  }

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

  .background-video {
    width: 100%;
    height: 100%;
  }
}

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

  .product-p-padding {
    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;
  }

  .section-hero {
    height: 400px;
  }

  .h1 {
    font-size: 3.4rem;
  }

  .hero-title-container {
    width: 500px;
    height: 500px;
    padding: 2.5rem 0rem;
  }

  .hero-title-block {
    margin-top: 0.5rem;
  }

  .logo-block {
    width: 80px;
  }

  .img-piaget.ring {
    width: 100%;
    height: 100%;
    min-height: auto;
    min-width: auto;
    border-radius: 0%;
  }

  .vid-adj-size.ring {
    width: 100%;
  }

  .hero-v-size {
    display: none;
  }

  .section-mobile {
    margin-top: -4.1rem;
  }

  .hero-title-container-mob {
    width: 300px;
    height: 300px;
    padding: 2.5rem 0rem;
  }

  .v-size-2.hide {
    display: none;
  }

  .mobile-vid {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
  }

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

  .slider-mask {
    width: 460px;
  }

  .item-img.img3 {
    width: 250px;
    height: 360px;
  }

  .item-img.img2 {
    width: 250px;
    height: 360px;
  }

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

  .carousel-p-wrapper {
    margin-top: 0rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-grid {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .background-holder {
    z-index: -2;
  }

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

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

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .product_slide {
    width: auto;
    max-width: none;
    margin-right: 1.25rem;
  }

  .product_slider-mask {
    width: 100%;
  }

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

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

  .testimonials1_client-wrapper {
    margin-top: 1.25rem;
    grid-auto-flow: row;
  }

  .product-img-container {
    max-width: 400px;
    padding: 4.5rem;
  }

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

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

  .section-bts {
    padding-top: 4rem;
  }

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

  .background-video {
    left: auto;
    width: 100vw;
    height: 100%;
  }
}

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

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

  .page-padding.full {
    padding-right: 0rem;
    padding-left: 0rem;
  }

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

  .section-hero {
    height: 400px;
  }

  .h1 {
    font-size: 2rem;
  }

  .hero-title-container {
    width: 300px;
    height: 300px;
  }

  .hero-title-block {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

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

  .subtitle-02 {
    font-size: 0.7rem;
  }

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

  .logo-block {
    width: 60px;
  }

  .h2 {
    font-size: 1.4rem;
  }

  .c-mag-img {
    margin-bottom: 0px;
  }

  .credits {
    margin-top: 1rem;
    text-align: center;
  }

  .credits.black {
    margin-top: 1rem;
  }

  .wrapper-piaget {
    width: 100%;
  }

  .block-piaget {
    max-width: 100%;
    padding: 0rem;
  }

  .img-piaget {
    width: 240px;
    height: 240px;
    min-height: 240px;
    min-width: 240px;
    border-radius: 0%;
    opacity: 1;
  }

  .img-piaget.ring {
    width: 100%;
    height: 100%;
    min-height: auto;
    min-width: auto;
  }

  .content-vid._100 {
    width: 1000%;
  }

  .content-vid._100.ring {
    width: 100%;
  }

  .v-embed {
    height: auto;
    padding-bottom: 56.25%;
  }

  .vid-adj-size {
    height: auto;
  }

  .vid-adj-size.ring {
    width: 100%;
  }

  .hover {
    display: none;
  }

  .hover.blue {
    display: none;
  }

  .section-image-02 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-image-03 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .two-grid {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .hero-v-wrap {
    height: auto;
  }

  .hero-v-embed {
    height: auto;
    padding-bottom: 56.25%;
  }

  .hero-v-size {
    display: none;
  }

  .section-mobile {
    margin-top: -7rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .hero-title-container-mob {
    width: 200px;
    height: 200px;
    margin-bottom: 1rem;
  }

  .v-size-2 {
    z-index: 0;
  }

  .v-size-2.hide {
    display: none;
  }

  .v-wrap-2 {
    z-index: 1;
    margin-left: 8rem;
  }

  .mobile-vid {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .section-carousel {
    overflow: hidden;
  }

  .collection {
    font-size: 0.7rem;
  }

  .left-arrow {
    display: none;
  }

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

  .right-arrow {
    display: none;
  }

  .slider-mask {
    width: 320px;
  }

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

  .carousel-p-wrapper {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .carousel-title {
    font-size: 1.2rem;
  }

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

  .c-slide {
    width: 100%;
  }

  .c-grid {
    max-width: 320px;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .c-arrow-r {
    top: -100px;
    right: -1rem;
    height: 180px;
  }

  .c-arrow-l {
    left: -1rem;
    top: -100px;
    height: 180px;
  }

  .c-mask {
    width: 100%;
  }

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

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

  .section-video-mid {
    padding: 0rem;
  }

  .mid-vid-wrap {
    height: auto;
  }

  .mid-v-embed {
    height: auto;
    padding-bottom: 56.25%;
  }

  .mid-vid-size {
    display: block;
  }

  .text-button-2 {
    font-weight: 300;
  }

  .section-credits {
    padding: 2rem 1.5rem 4rem;
  }

  .section-credits.credits {
    padding-top: 0rem;
  }

  .section-credits.credits.alt {
    margin-top: 0rem;
  }

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

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

  .sns-links {
    width: 1.8rem;
  }

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

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

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

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

  .p-mask {
    width: 100%;
  }

  .product_content {
    padding: 1.25rem;
  }

  .product_slide {
    width: 90%;
  }

  .testimonials1_client-details {
    -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;
  }

  .testimonials1_client-line {
    display: none;
  }

  .collection_arrow {
    width: 3rem;
    height: 3rem;
    padding: 0.8rem;
  }

  .product_slider-mask {
    left: 1rem;
  }

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

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

  .product-title {
    width: 100%;
    font-size: 1.6rem;
  }

  .product-img-container {
    max-width: none;
    padding: 2.7rem;
  }

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

  .collection-category {
    font-size: 0.7rem;
  }

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

  .text-block-2 {
    width: 100%;
  }

  .border-video {
    height: 100%;
  }

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

  .title-section {
    font-size: 1.6rem;
    text-align: center;
  }

  .title-section.smaller {
    font-size: 1.6rem;
  }

  .p-profile {
    line-height: 1.8;
  }

  .p-wrapper {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .p-name {
    margin-bottom: 0.5rem;
  }

  .p-container-name {
    -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;
  }

  .share {
    margin-top: 0px;
  }

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

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

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

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

  .paragraph-3 {
    font-size: 0.9rem;
  }

  .background-video {
    left: -20%;
    width: 200vw;
    height: 100%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}

