*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0
}

main {
  display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}

abbr[title] {
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default
}

:-moz-focusring {
  outline: auto
}

select:disabled {
  opacity: inherit
}

option {
  padding: 0
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}

legend {
  padding: 0
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type="number"] {
  -moz-appearance: textfield
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

[contenteditable]:focus {
  outline: auto
}

table {
  border-color: inherit;
  border-collapse: collapse
}

caption {
  text-align: left
}

td,
th {
  vertical-align: top;
  padding: 0
}

th {
  text-align: left;
  font-weight: 700
}

.u-pc-none {
  display: none !important;
}

.u-pc-block {
  display: block !important;
}

.u-pc-flex {
  display: flex !important;
}

.u-pc-inline {
  display: inline !important;
}

.u-pc-inline-block {
  display: inline-block !important;
}

.u-pc-grid {
  display: grid !important;
}

html {
  font-size: calc(100vw / 1440 * 10);
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  background-color: #F2F2EE;
  overflow-x: hidden;
}

#contents-body {
  padding-inline: 0;
}

#contents,
#footer {
  width: auto;
}

#cboxLoadedContent p,
#contents-body .section p {
  margin: 0;
}

.global-footer {
  margin-top: 0;
}

.gnav-toggle {
  position: fixed;
  left: 5rem;
  bottom: 5rem;
  z-index: 9000;
  width: 10rem;
  height: 10rem;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.4s ease, border-color 0.4s ease;
}

.gnav-toggle:hover {
  background: #f5f5f5;
}

.gnav-toggle__lines {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 4rem;
}

.gnav-toggle__line {
  display: block;
  width: 100%;
  height: 0.4rem;
  background: #000;
  transition: transform 0.4s ease, background 0.4s ease;
}

.gnav-toggle.is-open {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gnav {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  max-height: 60rem;
  background: #4B7D00;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.gnav.is-open {
  opacity: 1;
  visibility: visible;
}

.gnav__mask {
  position: fixed;
  inset: 0;
  z-index: 8999;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  cursor: pointer;
}

.gnav__mask.is-open {
  opacity: 1;
  visibility: visible;
}

.gnav p,
.gnav a,
.gnav span,
.gnav strong {
  color: #fff !important;
}

.gnav__sidebar {
  width: 28.7rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5rem;
  box-sizing: border-box;
  flex-shrink: 0;
}

.gnav__logo {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 16rem;
}

.gnav__logo-corolla {
  display: block;
  width: 16rem;
  height: 2.4rem;
}

.gnav__logo-brand {
  display: block;
  width: 16rem;
  height: 1.7rem;
}

.gnav__logo-jp {
  display: block;
  width: 16rem;
  height: 1.4rem;
  margin-top: 0.3rem;
}

.gnav__close {
  position: absolute;
  left: 5rem;
  bottom: 5rem;
  width: 10rem;
  height: 10rem;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 1;
}

.gnav__close:hover {
  background: transparent;
}

.gnav__close-line {
  display: block;
  width: 4rem;
  height: 0.4rem;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2rem;
}

.gnav__close-line:first-child {
  transform: rotate(45deg);
}

.gnav__close-line:last-child {
  transform: rotate(-45deg);
}

.gnav__main {
  flex: 1;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  height: 100%;
}

.gnav__links {
  display: flex;
  flex-direction: column;
}

.gnav__link {
  display: flex;
  align-items: center;
  height: 12rem;
  padding: 0 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  text-decoration: none;
  color: #fff;
  transition: background 0.2s ease;
}

.gnav__link,
.gnav__link:visited,
.gnav__link:hover,
.gnav__link:active {
  text-decoration: none !important;
  color: #fff;
}

.gnav__link:hover {
  background: rgba(255, 255, 255, 0.05);
}

.gnav__link-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gnav__link-title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0;
}

.gnav__link-sub {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
}

.gnav__link-sub strong {
  font-weight: 700;
}

.gnav__sub {
  position: absolute;
  left: 5rem;
  top: 41rem;
  display: flex;
  gap: 5rem;
  align-items: center;
}

.gnav__sub-link {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.072rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.gnav__sub-link,
.gnav__sub-link:visited,
.gnav__sub-link:hover,
.gnav__sub-link:active {
  text-decoration: none !important;
  color: #fff;
}

.gnav__sub-link:hover {
  opacity: 0.7;
}

.gnav__arrow {
  font-size: 1.6rem;
  line-height: 1;
}

.gnav__arrow--down {
  transform: rotate(-90deg);
  display: inline-block;
}

.site-logo {
  position: fixed;
  top: 14.4rem;
  left: 5rem;
  z-index: 100;
  width: 16rem;
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  mix-blend-mode: difference;
  pointer-events: none;
}

html.is-global-header-hide .site-logo {
  top: 0;
}

.site-logo__main {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 16rem;
}

.site-logo__corolla {
  width: 16rem;
  height: 2.4rem;
  display: block;
}

.site-logo__brand {
  width: 16rem;
  height: 1.672rem;
  display: block;
}

.site-logo__jp {
  width: 16rem;
  height: 1.395rem;
  display: block;
}

.mv {
  position: relative;
  width: 100%;
}

.mv__content {
  position: relative;
  margin-left: 32rem;
  margin-top: 4.5rem;
  display: flex;
  flex-direction: column;
}

.mv__headline {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.mv__title {
  font-size: 7.2rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  display: flex;
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}

.mv__title--white {
  color: #fff;
  -webkit-text-stroke: 0.4rem #000;
  paint-order: stroke fill;
}

.mv__title--black {
  color: #000;
}

.mv__title--black-small br {
  display: none;
}

.mv__subtitle {
  padding-left: 8rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
}

.mv__color-line {
  position: absolute;
  left: 8rem;
  top: 2.2rem;
  height: 0.6rem;
  width: 37.8rem;
  overflow: hidden;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}

.mv__color-line-track {
  display: flex;
  width: max-content;
  animation: mv-color-line-scroll 9s linear infinite;
}

@keyframes mv-color-line-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.mv__color-line-segment {
  display: block;
  height: 0.6rem;
  flex-shrink: 0;
}

.mv__color-line-segment--japan {
  width: 17.6rem;
  background-color: #F07369;
}

.mv__color-line-segment--africa {
  width: 10rem;
  background-color: #5F699B;
}

.mv__color-line-segment--usa {
  width: 6rem;
  background-color: #288296;
}

.mv__color-line-segment--brazil {
  width: 4rem;
  background-color: #EB9600;
}

.mv__subtitle-text {
  font-size: 2.8rem;
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(calc(50vw - 53rem));
  margin: 0;
  position: relative;
  top: 0.1rem;
  z-index: 1;
}

.mv__subtitle-text strong {
  font-weight: 700;
}

.mv__subtitle-logo {
  position: relative;
  top: -0.4rem;
  display: inline-block;
  height: 2.1rem;
  width: auto;
  vertical-align: middle;
}

.mv__visual {
  width: 112rem;
  height: 63rem;
  overflow: hidden;
  margin-top: 5rem;
  position: relative;
}

.mv__visual-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mv__visual-img.js-mv-video {
  position: absolute;
  inset: 0;
  transition: opacity 0.7s ease;
}

.mv__visual-img.js-mv-video.is-fading {
  opacity: 0;
}

.mv__scroll {
  position: absolute;
  left: 5rem;
  top: 29.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.4rem;
  height: 17.3rem;
  line-height: 1;
  z-index: 10;
}

.mv__scroll-text {
  font-size: 1.4rem;
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.028rem;
  writing-mode: vertical-rl;
  color: #000;
  width: 1.4rem;
  height: 5.8rem;
}

.mv__scroll-bar {
  width: 0.2rem;
  height: 10rem;
  background-color: #000;
  position: absolute;
  left: 0.6rem;
  top: 7.3rem;
}

.mv__scroll-bar-fill {
  width: 0.2rem;
  background-color: #F07369;
  position: absolute;
  animation: mv-scroll-fill 1.8s ease-in-out infinite;
}

@keyframes mv-scroll-fill {
  0% {
    top: 0;
    height: 0;
  }

  50% {
    top: 0;
    height: 100%;
  }

  100% {
    top: 100%;
    height: 0;
  }
}

.mv__car {
  position: absolute;
  left: 32rem;
  top: 9rem;
  z-index: 5;
  opacity: 0;
  transform: translateX(calc(50vw - 44rem));
}

.mv__car-img {
  width: 7rem;
  height: auto;
  display: block;
}

.news {
  width: 144rem;
  position: relative;
}

.news__inner {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  padding: 3rem 0;
  margin-left: 32rem;
  border-bottom: none;
  background-image: repeating-linear-gradient(to right,
      #000 0px, #000 1px,
      transparent 1px, transparent 3px);
  background-size: 100% 1px;
  background-position: bottom;
  background-repeat: no-repeat;
}

.news__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 2.4rem;
  border-radius: 10rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), #5F699B;
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #5F699B;
  line-height: 1;
  flex-shrink: 0;
}

.news__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news__slides {
  overflow: hidden;
}

.news__track {
  display: flex;
  transition: transform 0.4s ease;
}

.news__item {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  height: 2.4rem;
  white-space: nowrap;
  flex-shrink: 0;
  width: 100%;
}

.news__date {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
  line-height: 1;
  white-space: nowrap;
}

.news__title-wrap {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.news__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
  text-decoration: none !important;
}

.news__title:hover {
  text-decoration: underline;
}

.news__link-icon {
  width: 1.6rem;
  height: 1.6rem;
  color: #000;
  flex-shrink: 0;
}

.news__link-icon svg {
  position: relative;
  top: 1px;
  width: 100%;
  height: 100%;
  display: block;
}

.news__nav {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.news__dots {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.news__dot {
  width: 2rem;
  height: 0.2rem;
  background: rgba(0, 0, 0, 0.15);
}

.news__dot--active {
  background: #000;
}

.news__arrow {
  background: none;
  border: none;
  padding: 0.5rem;
  margin: -0.5rem;
  cursor: pointer;
  color: #000;
  width: 0.5rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
}

.news__arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}

.sp-accordion {
  width: 121.6rem;
  padding: 0 10.4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  z-index: 3;
}

.sp-accordion .sp-accordion__content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.prologue {
  position: relative;
  width: 100%;
  padding-top: 16rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: flex-start;
  justify-content: center;
  isolation: isolate;
  z-index: 1;
}

.prologue__bg-overlay {
  opacity: 0;
}

.prologue__title-block {
  will-change: transform, opacity;
}

.prologue__label,
.prologue__body,
.prologue__headline,
.prologue__footnote {
  will-change: transform, opacity;
}

.prologue__photos {
  will-change: transform, opacity;
}

.prologue__inner {
  position: relative;
  width: 100%;
  min-height: 97.8rem;
  padding: 8rem 11.2rem 10rem 21.6rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  z-index: 10;
}

.prologue__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.prologue__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prologue__bg-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.prologue__label {
  position: absolute;
  left: 10.9rem;
  top: -12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.prologue__label-text {
  font-size: 2.8rem;
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  color: #fff;
  writing-mode: vertical-rl;
  width: 3.7rem;
  height: 12.7rem;
  letter-spacing: 0.05em;
}

.prologue__body {
  width: 56rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  line-height: 2.5;
}

.prologue__body p {
  margin: 0;
}

.prologue__note-ref {
  font-size: 1.16rem;
  vertical-align: super;
}

.prologue__headline {
  width: 56rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-bottom: 2rem;
}

.prologue__headline p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1;
  margin: 0;
}

.prologue__footnote {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}

.prologue__photos {
  position: absolute;
  left: 80.8rem;
  top: 57.7rem;
  width: 63rem;
  height: 71.2rem;
  overflow: hidden;
}

.prologue__photos-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}

.prologue__photos-track.is-scrolling {
  animation: prologue-photos-scroll 33s linear infinite;
}

@keyframes prologue-photos-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.prologue__photo {
  width: 38.4rem;
  height: 51.2rem;
  overflow: hidden;
  flex-shrink: 0;
}

.prologue__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prologue__title-block {
  position: absolute;
  left: 94.4rem;
  top: 9rem;
  width: 38.4rem;
  height: 29rem;
  background-color: #288296;
  padding: 3rem 6rem 2rem 6rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2rem;
  z-index: 2;
}

.prologue__title-text {
  writing-mode: vertical-rl;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  width: 4rem;
  line-height: 1.2;
  font-feature-settings: 'vert';
  margin: 0;
}

.prologue__title-stripes {
  position: absolute;
  left: 0;
  top: 0;
  height: 29rem;
  display: flex;
}

.prologue__title-stripe {
  display: block;
  height: 100%;
}

.prologue__title-stripe--uk {
  width: 6.4rem;
  background-color: #872828;
}

.prologue__title-stripe--brazil {
  width: 2rem;
  background-color: #EB9600;
}

.prologue__title-stripe--japan {
  width: 3.2rem;
  background-color: #F07369;
}

.prologue__top-bar {
  width: 0.2rem;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.prologue__top-bar-segment {
  display: block;
  width: 100%;
}

.prologue__top-bar-segment--thailand {
  height: 4rem;
  background-color: #4B7D00;
}

.prologue__top-bar-segment--brazil {
  height: 6rem;
  background-color: #EB9600;
}

.prologue__top-bar-segment--japan {
  height: 10rem;
  background-color: #F07369;
}

.prologue__color-bar {
  position: absolute;
  left: 37.9rem;
  bottom: -12.5rem;
  width: 0.2rem;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.prologue__color-bar-segment {
  display: block;
  width: 100%;
}

.prologue__color-bar-segment--africa {
  height: 4rem;
  background-color: #5F699B;
}

.prologue__color-bar-segment--brazil {
  height: 6rem;
  background-color: #EB9600;
}

.prologue__color-bar-segment--thailand {
  height: 10rem;
  background-color: #4B7D00;
}

.life {
  position: relative;
  width: 100%;
  height: 199rem;
  padding: 15rem 11.2rem 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  isolation: isolate;
}

.life__base {
  position: absolute;
  right: 0;
  bottom: 15rem;
  width: calc(100% - 5.6rem);
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-color: #fff;
}

.life__text {
  width: 121.6rem;
  padding: 0 10.4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  z-index: 3;
}

.life__title {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1;
}

.life__title-line {
  display: block;
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

.life__title-char {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16rem;
  font-weight: 700;
  line-height: 1;
}

.life__title-char--l {
  color: #872828;
}

.life__title-char--i {
  color: #EB9600;
}

.life__title-char--f {
  color: #F07369;
}

.life__title-char--e {
  color: #5F699B;
}

.life__title-line--with {
  font-size: 10rem;
  font-weight: 400;
  color: #000;
  line-height: 1;
}

.life__title-line--corolla {
  margin-top: 2rem;
}

.life__title-logo {
  display: block;
  width: auto;
  height: 12rem;
}

.life__accordion {
  width: 121.6rem;
  padding: 0 10.4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  z-index: 3;
}

.life__sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.life__sub-left {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #000;
  line-height: 1.6;
  width: 25.2rem;
  margin: 0;
}

.life__sub-divider {
  display: block;
  width: 0.2rem;
  height: 15rem;
  background-color: #000;
}

.life__sub-right {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  line-height: 2;
  width: 65.6rem;
  margin: 0;
}

.life__sub-note-sp {
  display: none;
}

.life__map-area {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  align-items: center;
  z-index: 2;
}

.life__map {
  width: 121.6rem;
  height: 68rem;
  position: relative;
}

.life__map-glow {
  position: absolute;
  width: 132.8rem;
  height: 88rem;
  left: 50%;
  top: -10rem;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

.life__map-img {
  width: 121.6rem;
  height: 68rem;
  display: block;
  position: relative;
  z-index: 1;
}

.life__line {
  position: absolute;
  display: block;
  z-index: 2;
}

.life__line--uk {
  background-color: #872828;
}

.life__line--africa {
  background-color: #5F699B;
}

.life__line--thailand {
  background-color: #4B7D00;
}

.life__line--japan {
  background-color: #F07369;
}

.life__line--usa {
  background-color: #288296;
}

.life__line--brazil {
  background-color: #EB9600;
}

.life__point {
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  z-index: 3;
  display: grid;
  place-items: center;
}

.life__point-outer {
  width: 1.9rem;
  height: 1.9rem;
  grid-area: 1 / 1;
}

.life__point-inner {
  width: 0.7rem;
  height: 0.7rem;
  grid-area: 1 / 1;
}

.life__point::before {
  content: '';
  grid-area: 1 / 1;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
}

.life__point.is-ripple::before {
  animation: point-ripple 2.4s ease-out infinite;
}

@keyframes point-ripple {
  0% {
    transform: scale(1);
    opacity: 0.35;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.life__point--uk {
  color: #872828;
}

.life__point--africa {
  color: #5F699B;
}

.life__point--thailand {
  color: #4B7D00;
}

.life__point--japan {
  color: #F07369;
}

.life__point--brazil {
  color: #EB9600;
}

.life__point--usa {
  color: #288296;
}

.life__card {
  position: absolute;
  width: 23.5rem;
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 1rem 1rem 0;
  padding: 2rem 1.5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  overflow: hidden;
  z-index: 4;
  cursor: pointer;
  transition: box-shadow 0.25s ease;
}

.life__card:hover {
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
}

.life__card-stripe {
  position: absolute;
  left: 0;
  top: -1px;
  width: 0.5rem;
  height: 24rem;
  border-radius: 0;
}

.life__card--uk .life__card-stripe {
  background-color: #872828;
}

.life__card--africa .life__card-stripe {
  background-color: #5F699B;
}

.life__card--thailand .life__card-stripe {
  background-color: #4B7D00;
}

.life__card--japan .life__card-stripe {
  background-color: #F07369;
}

.life__card--brazil .life__card-stripe {
  background-color: #EB9600;
}

.life__card--usa .life__card-stripe {
  background-color: #288296;
}

.life__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.life__card-country {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}

.life__card--uk .life__card-country {
  color: #872828;
}

.life__card--africa .life__card-country {
  color: #5F699B;
}

.life__card--thailand .life__card-country {
  color: #4B7D00;
}

.life__card--japan .life__card-country {
  color: #F07369;
}

.life__card--brazil .life__card-country {
  color: #EB9600;
}

.life__card--usa .life__card-country {
  color: #288296;
}

.life__card-arrow {
  width: 0.5rem;
  height: 1rem;
}

.life__card-person {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.life__card-avatar {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.life__card-name {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.life__card-name-en {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.life__card--uk .life__card-name-en {
  color: #872828;
}

.life__card--africa .life__card-name-en {
  color: #5F699B;
}

.life__card--thailand .life__card-name-en {
  color: #4B7D00;
}

.life__card--japan .life__card-name-en {
  color: #F07369;
}

.life__card--brazil .life__card-name-en {
  color: #EB9600;
}

.life__card--usa .life__card-name-en {
  color: #288296;
}

.life__card-name-ja {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}

.life__card--uk .life__card-name-ja {
  color: #872828;
}

.life__card--africa .life__card-name-ja {
  color: #5F699B;
}

.life__card--thailand .life__card-name-ja {
  color: #4B7D00;
}

.life__card--japan .life__card-name-ja {
  color: #F07369;
}

.life__card--brazil .life__card-name-ja {
  color: #EB9600;
}

.life__card--usa .life__card-name-ja {
  color: #288296;
}

.life__card-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.life__card-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.life__photo-popup {
  position: absolute;
  width: 38rem;
  height: 38rem;
  display: flex;
  align-items: center;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.life__photo-popup {
  justify-content: flex-start;
}

.life__photo-popup--align-right {
  justify-content: flex-end;
}

.life__photo-popup.is-visible {
  opacity: 1;
}

.life__photo-popup-img {
  max-width: 38rem;
  max-height: 38rem;
  width: auto;
  height: auto;
  display: block;
}

.life__card-person {
  cursor: pointer;
}

.life__map-note {
  position: absolute;
  right: 10.4rem;
  bottom: 2.4rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #000;
  line-height: 1.6;
  margin: 0;
  z-index: 5;
}

.os-modal p {
  margin: 0;
}

.os-modal a {
  text-decoration: none;
  color: inherit;
}

.os-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.os-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.os-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.os-modal__container {
  position: relative;
  width: 144rem;
  max-width: 100vw;
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.os-modal__container::-webkit-scrollbar {
  display: none;
}

.os-modal__close {
  position: absolute;
  top: 4rem;
  right: calc(50% - 68.2rem);
  width: 4.4rem;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  z-index: 10000;
  padding: 0;
}

.os-modal__close svg {
  width: 4rem;
  height: 4rem;
}

.os-modal__close-label {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.os-modal__panel {
  position: relative;
  width: 86.4rem;
  background: #F2F2EE;
  padding: 3rem 4rem 3rem 5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  flex-shrink: 0;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  transition: opacity 0.4s ease;
}

.os-modal__stripe {
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 100%;
}

.os-modal[data-country="uk"] {
  border-color: #872828;
}

.os-modal[data-country="africa"] {
  border-color: #5F699B;
}

.os-modal[data-country="thailand"] {
  border-color: #4B7D00;
}

.os-modal[data-country="japan"] {
  border-color: #F07369;
}

.os-modal[data-country="brazil"] {
  border-color: #EB9600;
}

.os-modal[data-country="usa"] {
  border-color: #288296;
}

.os-modal[data-country="uk"] .os-modal__stripe {
  background: #872828;
}

.os-modal[data-country="africa"] .os-modal__stripe {
  background: #5F699B;
}

.os-modal[data-country="thailand"] .os-modal__stripe {
  background: #4B7D00;
}

.os-modal[data-country="japan"] .os-modal__stripe {
  background: #F07369;
}

.os-modal[data-country="brazil"] .os-modal__stripe {
  background: #EB9600;
}

.os-modal[data-country="usa"] .os-modal__stripe {
  background: #288296;
}

.os-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.os-modal__country-title {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
}

.os-modal__country-name {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1;
  margin: 0;
}

.os-modal[data-country="uk"] .os-modal__country-name {
  color: #872828;
}

.os-modal[data-country="africa"] .os-modal__country-name {
  color: #5F699B;
}

.os-modal[data-country="thailand"] .os-modal__country-name {
  color: #4B7D00;
}

.os-modal[data-country="japan"] .os-modal__country-name {
  color: #F07369;
}

.os-modal[data-country="brazil"] .os-modal__country-name {
  color: #EB9600;
}

.os-modal[data-country="usa"] .os-modal__country-name {
  color: #288296;
}

.os-modal__country-name-ja {
  display: block;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  padding-bottom: 0.6rem;
}

.os-modal[data-country="uk"] .os-modal__country-name-ja {
  color: #872828;
}

.os-modal[data-country="africa"] .os-modal__country-name-ja {
  color: #5F699B;
}

.os-modal[data-country="thailand"] .os-modal__country-name-ja {
  color: #4B7D00;
}

.os-modal[data-country="japan"] .os-modal__country-name-ja {
  color: #F07369;
}

.os-modal[data-country="brazil"] .os-modal__country-name-ja {
  color: #EB9600;
}

.os-modal[data-country="usa"] .os-modal__country-name-ja {
  color: #288296;
}

.os-modal__nav {
  display: flex;
  gap: 1rem;
}

.os-modal__nav-btn {
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  color: #333;
}

.os-modal__nav-btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.os-modal__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

.os-modal__section-title {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  color: #000;
  margin: 0;
}

.os-modal__interviews {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.os-modal__interview {
  display: flex;
  align-items: stretch;
  gap: 3rem;
  padding-right: 3rem;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: background 0.2s;
}

.os-modal__interview:hover {
  color: #333333;
  text-decoration: none;
}

.os-modal__interview-thumb {
  width: 22.5rem;
  height: 15rem;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.os-modal__interview-info {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  justify-content: center;
  align-self: stretch;
  flex: 1;
  min-width: 0;
}

.os-modal__interview-badge {
  display: inline-block;
  background: #F07369;
  color: #fff;
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.1rem 0.8rem;
  align-self: flex-start;
}

.os-modal[data-country="uk"] .os-modal__interview-badge {
  background: #872828;
}

.os-modal[data-country="africa"] .os-modal__interview-badge {
  background: #5F699B;
}

.os-modal[data-country="thailand"] .os-modal__interview-badge {
  background: #4B7D00;
}

.os-modal[data-country="japan"] .os-modal__interview-badge {
  background: #F07369;
}

.os-modal[data-country="brazil"] .os-modal__interview-badge {
  background: #EB9600;
}

.os-modal[data-country="usa"] .os-modal__interview-badge {
  background: #288296;
}

.os-modal__interview-title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0;
}

.os-modal__interview-name {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
}

.os-modal__interview-name-suffix {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}

.os-modal__interview-meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.os-modal__interview-meta-label {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #000;
}

.os-modal__interview-meta-sep {
  width: 1px;
  height: 1.2rem;
  background: #000;
}

.os-modal__interview-meta-value {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
}

.os-modal__interview-arrow {
  flex-shrink: 0;
  width: 0.8rem;
  align-self: stretch;
  display: grid;
  place-items: center;
  color: #999;
}

.os-modal[data-country="uk"] .os-modal__interview-arrow {
  color: #872828;
}

.os-modal[data-country="africa"] .os-modal__interview-arrow {
  color: #5F699B;
}

.os-modal[data-country="thailand"] .os-modal__interview-arrow {
  color: #4B7D00;
}

.os-modal[data-country="japan"] .os-modal__interview-arrow {
  color: #F07369;
}

.os-modal[data-country="brazil"] .os-modal__interview-arrow {
  color: #EB9600;
}

.os-modal[data-country="usa"] .os-modal__interview-arrow {
  color: #288296;
}

.os-modal__description {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
  margin: 0;
  width: 100%;
}

.os-owner__sp-body {
  display: none;
}

.os-owner {
  display: none;
  background: #fff;
  width: 86.4rem;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  transition: opacity 0.4s ease;
}

.os-owner.is-active {
  display: flex;
}

.os-owner__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 12rem;
  border-bottom: 1px solid #000;
  flex-shrink: 0;
}

.os-owner__header-left {
  flex: 1;
  height: 10rem;
  padding-left: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.os-owner__badge {
  position: absolute;
  top: -1.6rem;
  left: 0;
  padding: 0.6rem 0.8rem;
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.os-owner__badge-country {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
}

.os-owner__badge-bold {
  font-weight: 700;
}

.os-owner__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #000;
  margin: 0;
}

.os-owner__back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 100%;
  padding: 0 4rem;
  border: none;
  border-left: 1px solid #000;
  background: none;
  cursor: pointer;
  flex-shrink: 0;
}

.os-owner__back-label {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  white-space: nowrap;
}

.os-owner__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
  scrollbar-width: none;
  max-height: calc(100vh - 32rem);
  padding-bottom: 4rem;
}

.os-owner__content::-webkit-scrollbar {
  display: none;
}

.os-owner__hero {
  position: relative;
  width: 100%;
}

.os-owner__hero-img-left,
.os-owner__hero-img-right {
  position: absolute;
  object-fit: cover;
  display: block;
}

.os-owner__hero-text {
  position: absolute;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
}

.os-owner__hero-text p {
  margin: 0;
}

.os-owner__hero-caption {
  position: absolute;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
}

.os-owner__hero-caption:empty {
  display: none;
}

.os-owner__person {
  position: absolute;
  padding-left: 2rem;
  border-left-width: 3px;
  border-left-style: solid;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 2;
}

.os-owner__person-badge {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
}

.os-owner__person-name {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
}

.os-owner__person-name-suffix {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}

.os-owner__person-meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.os-owner__person-meta-label {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
}

.os-owner__person-meta-sep {
  width: 1px;
  height: 1.2rem;
}

.os-owner__person-meta-value {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
}

.os-owner__bottom {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  padding: 0 4rem;
  width: 100%;
  box-sizing: border-box;
}

.os-owner__bottom-text {
  flex: 1;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
}

.os-owner__bottom-text p {
  margin: 0;
}

.os-owner__bottom-aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-shrink: 0;
}

.os-owner__bottom-img {
  object-fit: cover;
  display: block;
}

.os-owner__bottom-row {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  width: 100%;
}

.os-owner__bottom-img-small {
  object-fit: cover;
  flex-shrink: 0;
}

.os-owner__bottom-caption {
  flex: 1;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
}

.os-owner__body {
  width: 78.4rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
}

.os-owner__body:empty {
  display: none;
}

.os-owner__body-note {
  width: 78.4rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
}

.os-owner__body-note:empty {
  display: none;
}

.os-owner__bottom-feature {
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.os-owner__bottom-feature[src=""] {
  display: none;
}

.os-owner__body p {
  margin: 0;
}

.os-owner--thailand-0 .os-owner__hero {
  height: 56rem;
  min-height: 56rem;
}

.os-owner--thailand-0 .os-owner__hero-img-left {
  left: 0;
  top: 0;
  width: 34rem;
  height: 45.3rem;
}

.os-owner--thailand-0 .os-owner__hero-img-right {
  left: 40.4rem;
  top: 4rem;
  width: 42rem;
  height: 28rem;
}
.os-owner--thailand-0 .os-owner__hero-caption {
  left: 40.4rem;
  top: 33rem;
  width: 42rem;
}
.os-owner--thailand-0 .os-owner__hero-text {
  left: 40.4rem;
  top: 39.8rem;
  width: 42rem;
}

.os-owner--thailand-0 .os-owner__person {
  left: 4rem;
  top: 48.2rem;
}

.os-owner--thailand-0 .os-owner__bottom-aside {
  width: 34rem;
}

.os-owner--thailand-0 .os-owner__bottom-img {
  width: 34rem;
  height: 45.3rem;
}

.os-owner--thailand-0 .os-owner__bottom-row {
  gap: 0;
}

.os-owner--thailand-1 .os-owner__hero {
  height: 45.3rem;
  min-height: 45.3rem;
}

.os-owner--thailand-1 .os-owner__person {
  left: 4rem;
  top: 4.6rem;
}

.os-owner--thailand-1 .os-owner__hero-img-left {
  left: 4rem;
  top: 13.8rem;
  width: 42rem;
  height: 31.5rem;
}

.os-owner--thailand-1 .os-owner__hero-img-right {
  left: 52.4rem;
  top: 0;
  width: 34rem;
  height: 45.3rem;
}

.os-owner--thailand-1 .os-owner__hero-text {
  display: none;
}

.os-owner--thailand-1 .os-owner__bottom-aside {
  width: 38rem;
  gap: 1.5rem;
}

.os-owner--thailand-1 .os-owner__bottom-img {
  width: 38rem;
  height: 28.5rem;
}

.os-owner--thailand-1 .os-owner__bottom-img-small {
  width: 20rem;
  height: 15rem;
}

.os-owner--thailand-0 .os-owner__bottom-aside {
  width: 34rem;
}

.os-owner--thailand-0 .os-owner__bottom-img {
  width: 34rem;
  height: 45.3rem;
}

.os-owner--uk-0 .os-owner__hero {
  height: 59.7rem;
  min-height: 59.7rem;
}

.os-owner--uk-0 .os-owner__hero-img-left {
  display: none;
}

.os-owner--uk-0 .os-owner__hero-img-right {
  right: 0;
  left: auto;
  top: 0;
  width: 42rem;
  height: 52.5rem;
}

.os-owner--uk-0 .os-owner__hero-text {
  left: 4rem;
  top: 3.6rem;
  width: 36.4rem;
}

.os-owner--uk-0 .os-owner__hero-caption {
  right: 4rem;
  bottom: 0;
  width: 38rem;
}

.os-owner--uk-0 .os-owner__person {
  left: 4rem;
  bottom: 20.5rem;
  top: auto;
}

.os-owner--uk-0 .os-owner__bottom {
  flex-direction: row-reverse;
}

.os-owner--uk-0 .os-owner__bottom-text {
  width: 44.4rem;
  flex: none;
}

.os-owner--uk-0 .os-owner__bottom-aside {
  width: 30rem;
  margin-top: -20.5rem;
}

.os-owner--uk-0 .os-owner__bottom-img {
  width: 30rem;
  height: 37.5rem;
}

.os-owner--uk-0 .os-owner__bottom-row {
  flex-direction: column;
}

.os-owner--uk-0 .os-owner__bottom-img-small {
  width: 30rem;
  height: 20rem;
}

.os-owner--uk-0 .os-owner__bottom-caption {
  width: 105%;
}

.os-owner--uk-1 .os-owner__hero {
  height: auto;
  display: grid;
  grid-template-columns: 32rem 42rem;
  column-gap: 4.4rem;
  row-gap: 3rem;
  padding: 4rem 4rem 0;
  box-sizing: border-box;
}

.os-owner--uk-1 .os-owner__hero-img-left {
  position: relative;
  left: auto;
  top: auto;
  width: 32rem;
  height: 42.7rem;
  grid-column: 1;
  grid-row: 1 / span 2;
}

.os-owner--uk-1 .os-owner__hero-img-right {
  display: none;
}

.os-owner--uk-1 .os-owner__hero-text {
  position: relative;
  left: auto;
  top: auto;
  width: 42rem;
  grid-column: 2;
  grid-row: 2;
}

.os-owner--uk-1 .os-owner__hero-caption {
  display: none;
}

.os-owner--uk-1 .os-owner__person {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  width: 42rem;
  grid-column: 2;
  grid-row: 1;
}

.os-owner--uk-1 .os-owner__content {
  gap: 3rem;
}

.os-owner--uk-1 .os-owner__body-note {
  padding: 0 4rem;
  width: 100%;
  box-sizing: border-box;
}

.os-owner--uk-1 .os-owner__bottom {
  position: relative;
  padding: 0 0 0 4rem;
  gap: 0;
  align-items: flex-end;
}

.os-owner--uk-1 .os-owner__bottom-text {
  display: none;
}

.os-owner--uk-1 .os-owner__bottom-aside {
  width: 34rem;
  height: 59rem;
  gap: 1rem;
  justify-content: center;
}

.os-owner--uk-1 .os-owner__bottom-img {
  width: 34rem;
  height: 21.3rem;
}

.os-owner--uk-1 .os-owner__bottom-row {
  flex-direction: column;
  gap: 1rem;
}

.os-owner--uk-1 .os-owner__bottom-img-small {
  width: 34rem;
  height: 21.3rem;
}

.os-owner--uk-1 .os-owner__bottom-feature {
  position: absolute;
  width: 42rem;
  height: 63rem;
  right: 0;
  bottom: -4rem;
}

.os-owner--brazil-0 .os-owner__hero {
  height: 41.2rem;
  min-height: 41.2rem;
}

.os-owner--brazil-0 .os-owner__hero-img-left {
  display: none;
}

.os-owner--brazil-0 .os-owner__hero-img-right {
  left: 46.4rem;
  top: 0;
  width: 40rem;
  height: 30rem;
}

.os-owner--brazil-0 .os-owner__hero-text {
  left: 4rem;
  top: 13.2rem;
  width: 38rem;
}

.os-owner--brazil-0 .os-owner__hero-caption {
  left: 46.4rem;
  top: 31rem;
  width: 38.5rem;
}

.os-owner--brazil-0 .os-owner__person {
  left: 4rem;
  top: 4rem;
}

.os-owner--brazil-0 .os-owner__body {
  z-index: 10;
}

.os-owner--brazil-0 .os-owner__bottom {
  position: relative;
  justify-content: flex-end;
  padding: 0 4rem 0 0;
  margin-top: -1rem;
}

.os-owner--brazil-0 .os-owner__bottom-text {
  display: none;
}

.os-owner--brazil-0 .os-owner__bottom-aside {
  width: 30rem;
}

.os-owner--brazil-0 .os-owner__bottom-img {
  width: 30rem;
  height: 40rem;
}

.os-owner--brazil-0 .os-owner__bottom-row {
  display: none;
}

.os-owner--brazil-0 .os-owner__bottom-feature {
  position: absolute;
  left: 0;
  bottom: -4rem;
  width: 48rem;
  height: 64rem;
}

.os-owner--brazil-0 .os-owner__bottom-caption {
  width: 30rem;
}

.os-owner--brazil-1 .os-owner__content {
  position: relative;
  gap: 0;
}

.os-owner--brazil-1 .os-owner__hero {
  position: relative;
  width: 100%;
  min-height: 108rem;
}

.os-owner--brazil-1 .os-owner__person {
  left: 4rem;
  top: 5rem;
}

.os-owner--brazil-1 .os-owner__hero-img-left {
  left: 4rem;
  top: 16rem;
  width: 32rem;
  height: 24rem;
}

.os-owner--brazil-1 .os-owner__hero-img-right {
  left: 42.4rem;
  top: 4rem;
  width: 40rem;
  height: 30rem;
}

.os-owner--brazil-1 .os-owner__hero-text {
  left: 42.4rem;
  top: 40rem;
  width: 40rem;
}

.os-owner--brazil-1 .os-owner__hero-caption {
  left: 42.4rem;
  top: 34.9rem;
  width: 38.5rem;
}

.os-owner--brazil-1 .os-owner__body {
  display: none !important;
}

.os-owner--brazil-1 .os-owner__body-note {
  display: none;
}

.os-owner--brazil-1 .os-owner__bottom {
  position: absolute;
  left: 4rem;
  top: 41rem;
  width: 32rem;
  flex-direction: column;
  padding: 0;
  gap: 1rem;
}

.os-owner--brazil-1 .os-owner__bottom-text {
  display: none;
}

.os-owner--brazil-1 .os-owner__bottom-aside {
  width: 100%;
  gap: 1rem;
}

.os-owner--brazil-1 .os-owner__bottom-img {
  width: 100%;
  height: auto;
  aspect-ratio: 384 / 288;
}

.os-owner--brazil-1 .os-owner__bottom-row {
  flex-direction: column;
  gap: 1rem;
}

.os-owner--brazil-1 .os-owner__bottom-img-small {
  width: 100%;
  height: auto;
  aspect-ratio: 340 / 255;
}

.os-owner--brazil-1 .os-owner__bottom-feature {
  display: none;
}

.os-owner--africa-0 .os-owner__content {
  gap: 1rem;
}

.os-owner--africa-0 .os-owner__hero {
  height: auto;
  display: grid;
  grid-template-columns: 1fr 30rem;
  column-gap: 6.4rem;
  row-gap: 3rem;
  padding: 3rem 4rem 0;
  box-sizing: border-box;
  z-index: 10;
}

.os-owner--africa-0 .os-owner__hero-img-left {
  display: none;
}

.os-owner--africa-0 .os-owner__hero-text {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  grid-column: 1;
  grid-row: 1 / span 3;
}

.os-owner--africa-0 .os-owner__hero-caption {
  position: relative;
  left: auto;
  top: -2.4rem;
  width: 30rem;
  grid-column: 2;
  grid-row: 3;
}

.os-owner--africa-0 .os-owner__person {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  grid-column: 2;
  grid-row: 1;
}

.os-owner--africa-0 .os-owner__hero-img-right {
  position: relative;
  left: auto;
  top: auto;
  width: 30rem;
  height: 45rem;
  grid-column: 2;
  grid-row: 2;
}

.os-owner--africa-0 .os-owner__body {
  display: none !important;
}

.os-owner--africa-0 .os-owner__body-note {
  display: none;
}

.os-owner--africa-0 .os-owner__bottom {
  position: relative;
  justify-content: flex-end;
  padding: 0 4rem;
}

.os-owner--africa-0 .os-owner__bottom-text {
  display: none;
}

.os-owner--africa-0 .os-owner__bottom-aside {
  width: 30rem;
  gap: 1.5rem;
}

.os-owner--africa-0 .os-owner__bottom-img {
  width: 30rem;
  height: 22.5rem;
}

.os-owner--africa-0 .os-owner__bottom-row {
  flex-direction: column;
}
.os-owner--africa-0 .os-owner__bottom-img-small {
  display: none;
}
.os-owner--africa-0 .os-owner__bottom-feature {
  position: absolute;
  left: 0;
  bottom: -4rem;
  width: 41rem;
  height: 54.6rem;
}

.os-owner--africa-1 .os-owner__hero {
  height: auto;
  display: grid;
  grid-template-columns: 52.5rem 23.3rem;
  justify-content: space-between;
  row-gap: 1rem;
  padding: 4rem 4rem 0;
  box-sizing: border-box;
}

.os-owner--africa-1 .os-owner__hero-img-left {
  position: relative;
  left: auto;
  top: auto;
  width: 52.5rem;
  height: 35rem;
  grid-column: 1;
  grid-row: 1;
}

.os-owner--africa-1 .os-owner__hero-img-right {
  position: relative;
  left: auto;
  top: auto;
  width: 23.3rem;
  height: 35rem;
  grid-column: 2;
  grid-row: 1;
}

.os-owner--africa-1 .os-owner__hero-caption {
  position: relative;
  left: auto;
  top: auto;
  width: 52.5rem;
  grid-column: 1;
  grid-row: 2;
}

.os-owner--africa-1 .os-owner__hero-text {
  display: none;
}

.os-owner--africa-1 .os-owner__person {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  display: none;
}

.os-owner--africa-1 .os-owner__body-note {
  display: none;
}

.os-owner--africa-1 .os-owner__bottom {
  display: grid;
  grid-template-columns: 24rem 1fr;
  column-gap: 6.4rem;
  row-gap: 0;
  padding: 0 4rem 0 4rem;
  align-items: start;
}

.os-owner--africa-1 .os-owner__bottom-aside {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 24.4rem;
  gap: 3rem;
}

.os-owner--africa-1 .os-owner__bottom .os-owner__person {
  display: flex;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
}

.os-owner--africa-1 .os-owner__bottom-img {
  width: 24rem;
  height: auto;
  aspect-ratio: 320 / 480;
}

.os-owner--africa-1 .os-owner__bottom-row {
  flex-direction: column;
  gap: 1rem;
}

.os-owner--africa-1 .os-owner__bottom-img-small {
  display: none;
}

.os-owner--africa-1 .os-owner__bottom-text {
  grid-column: 2;
  grid-row: 1;
  padding-right: 0;
}

.os-owner--africa-1 .os-owner__bottom-feature {
  position: relative;
  bottom: -4rem;
  grid-column: 2;
  grid-row: 2;
  width: calc(100% + 4rem);
  height: auto;
  aspect-ratio: 280 / 187;
}

.os-owner--usa-0 .os-owner__content {
  gap: 3rem;
}

.os-owner--usa-0 .os-owner__hero {
  height: auto;
  display: grid;
  grid-template-columns: 40rem 38rem;
  column-gap: 4.4rem;
  row-gap: 3rem;
}

.os-owner--usa-0 .os-owner__hero-img-left {
  position: relative;
  left: auto;
  top: auto;
  width: 40rem;
  height: 60rem;
  grid-column: 1;
  grid-row: 1 / span 3;
}

.os-owner--usa-0 .os-owner__hero-img-right {
  position: relative;
  left: auto;
  top: auto;
  width: 38rem;
  height: auto;
  aspect-ratio: 380 / 253;
  grid-column: 2;
  grid-row: 2;
}

.os-owner--usa-0 .os-owner__hero-text {
  position: relative;
  left: auto;
  top: auto;
  width: 38rem;
  grid-column: 2;
  grid-row: 3;
}

.os-owner--usa-0 .os-owner__hero-caption {
  display: none;
}

.os-owner--usa-0 .os-owner__person {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  grid-column: 2;
  grid-row: 1;
  margin-top: 3rem;
}

.os-owner--usa-0 .os-owner__body {
  display: none !important;
}

.os-owner--usa-0 .os-owner__body-note {
  display: none;
}

.os-owner--usa-0 .os-owner__bottom {
  padding: 0 4rem;
  gap: 4rem;
}

.os-owner--usa-0 .os-owner__bottom-aside {
  width: 30rem;
  gap: 1rem;
}

.os-owner--usa-0 .os-owner__bottom-img {
  width: 30rem;
  height: auto;
  aspect-ratio: 300 / 400;
}

.os-owner--usa-0 .os-owner__bottom-row {
  flex-direction: column;
}

.os-owner--usa-0 .os-owner__bottom-img-small {
  display: none;
}

.os-owner--usa-0 .os-owner__bottom-feature {
  display: none;
}

.os-owner--usa-1 .os-owner__content {
  position: relative;
  padding-top: 4rem;
}

.os-owner--usa-1 .os-owner__hero {
  height: auto;
  display: grid;
  grid-template-columns: 24rem 1fr;
  column-gap: 6.4rem;
  row-gap: 0;
  padding: 0 4rem;
  box-sizing: border-box;
}

.os-owner--usa-1 .os-owner__hero-img-left {
  position: relative;
  left: auto;
  top: auto;
  width: 24rem;
  height: auto;
  aspect-ratio: 240 / 360;
  grid-column: 1;
  grid-row: 1;
}

.os-owner--usa-1 .os-owner__hero-img-right {
  display: none;
}

.os-owner--usa-1 .os-owner__hero-text {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  grid-column: 2;
  grid-row: 1 / span 3;
}

.os-owner--usa-1 .os-owner__hero-caption {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  grid-column: 1;
  grid-row: 3;
  color: #000 !important;
}

.os-owner--usa-1 .os-owner__person {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  height: fit-content;
  grid-column: 1;
  grid-row: 2;
}

.os-owner--usa-1 .os-owner__body {
  display: none !important;
}

.os-owner--usa-1 .os-owner__body-note {
  display: none;
}

.os-owner--usa-1 .os-owner__bottom {
  padding: 0 4rem 0 0;
  justify-content: space-between;
  align-items: flex-end;
}

.os-owner--usa-1 .os-owner__bottom-text {
  display: none;
}

.os-owner--usa-1 .os-owner__bottom-feature {
  width: 42rem;
  height: 63rem;
  order: -1;
}

.os-owner--usa-1 .os-owner__bottom-aside {
  width: 36rem;
  gap: 1rem;
  padding-bottom: 6rem;
}

.os-owner--usa-1 .os-owner__bottom-img {
  width: 36rem;
  height: 27rem;
}

.os-owner--usa-1 .os-owner__bottom-row {
  flex-direction: column;
  gap: 1rem;
}

.os-owner--usa-1 .os-owner__bottom-img-small {
  width: 36rem;
  height: 27rem;
}

.os-owner--japan-0 .os-owner__hero {
  height: auto;
  display: grid;
  grid-template-columns: 30rem 48rem;
  justify-content: space-between;
  row-gap: 4rem;
  padding-right: 4rem;
}

.os-owner--japan-0 .os-owner__hero-img-left {
  position: relative;
  left: auto;
  top: auto;
  width: 30rem;
  height: 45rem;
  grid-column: 1;
  grid-row: 1;
}

.os-owner--japan-0 .os-owner__hero-img-right {
  display: none;
}

.os-owner--japan-0 .os-owner__hero-text {
  position: relative;
  left: auto;
  top: auto;
  width: 48rem;
  padding-top: 4rem;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.os-owner--japan-0 .os-owner__hero-caption {
  display: none;
}

.os-owner--japan-0 .os-owner__person {
  position: relative;
  left: 4rem;
  top: auto;
  bottom: auto;
  padding-left: 2rem;
  grid-column: 1;
  grid-row: 2;
}

.os-owner--japan-0 .os-owner__body {
  display: none !important;
}

.os-owner--japan-0 .os-owner__content {
  position: relative;
  gap: 0;
}

.os-owner--japan-0 .os-owner__body-note {
  position: absolute;
  right: 4rem;
  top: 47rem;
  width: 40rem;
}

.os-owner--japan-0 .os-owner__bottom {
  position: relative;
  padding: 4rem 4rem 0;
  gap: 3rem;
  flex-direction: column;
  width: 86.4rem;
  box-sizing: border-box;
}

.os-owner--japan-0 .os-owner__bottom-text {
  width: 34rem;
}

.os-owner--japan-0 .os-owner__bottom-aside {
  width: 34rem;
}

.os-owner--japan-0 .os-owner__bottom-img {
  width: 34rem;
  height: auto;
  aspect-ratio: 340 / 227;
}

.os-owner--japan-0 .os-owner__bottom-row {
  display: none;
}

.os-owner--japan-0 .os-owner__bottom-feature {
  position: absolute;
  right: 0;
  bottom: -4rem;
  width: 44rem;
  height: auto;
  aspect-ratio: 420 / 630;
}

.os-owner--japan-1 .os-owner__content {
  position: relative;
  gap: 6rem;
}

.os-owner--japan-1 .os-owner__hero {
  height: auto;
  display: grid;
  grid-template-columns: 46rem 30rem;
  justify-content: space-between;
  row-gap: 3rem;
  padding-right: 4rem;
}

.os-owner--japan-1 .os-owner__hero-img-left {
  position: relative;
  left: auto;
  top: auto;
  width: 46rem;
  height: 69rem;
  grid-column: 1;
  grid-row: 1 / span 2;
}

.os-owner--japan-1 .os-owner__hero-right {
  position: absolute;
  left: auto;
  top: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 30rem;
  height: 20rem;
  grid-column: 2;
  grid-row: 2;
}

.os-owner--japan-1 .os-owner__hero-right-img {}

.os-owner--japan-1 .os-owner__hero-right-img.-right01 {}

.os-owner--japan-1 .os-owner__hero-right-img.-right02 {}

.os-owner--japan-1 .os-owner__hero-text {
  display: none;
}

.os-owner--japan-1 .os-owner__hero-caption {
  display: none;
}

.os-owner--japan-1 .os-owner__person {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  margin-top: 4rem;
  grid-column: 2;
  grid-row: 1;
  height: fit-content;
}

.os-owner--japan-1 .os-owner__body {
  display: none !important;
}

.os-owner--japan-1 .os-owner__body-note {
  display: none;
}

.os-owner--japan-1 .os-owner__bottom {
  padding: 0 4rem;
  gap: 4.4rem;
  align-items: flex-start;
}

.os-owner--japan-1 .os-owner__bottom-text {
  flex: 1;
}

.os-owner--japan-1 .os-owner__bottom-aside {
  position: absolute;
  right: 4rem;
  top: 58rem;
  width: 30rem;
  gap: 1rem;
}

.os-owner--japan-1 .os-owner__bottom-img {
  width: 30rem;
  height: 20rem;
}

.os-owner--japan-1 .os-owner__bottom-row {
  flex-direction: column;
  gap: 1rem;
}

.os-owner--japan-1 .os-owner__bottom-img-small {
  display: none;
}

.os-owner--japan-1 .os-owner__bottom-feature {
  width: 20rem;
  height: 30rem;
  order: -1;
}

.os-modal[data-country="uk"] .os-owner__badge,
.os-modal[data-country="uk"] .os-owner__hero-bar {
  background: #872828;
}

.os-modal[data-country="uk"] .os-owner__person {
  border-left-color: #872828;
}

.os-modal[data-country="uk"] .os-owner__person-badge,
.os-modal[data-country="uk"] .os-owner__person-name,
.os-modal[data-country="uk"] .os-owner__person-meta-label,
.os-modal[data-country="uk"] .os-owner__person-meta-value,
.os-modal[data-country="uk"] .os-owner__hero-caption,
.os-modal[data-country="uk"] .os-owner__body-note,
.os-modal[data-country="uk"] .os-owner__bottom-caption {
  color: #872828;
}

.os-modal[data-country="uk"] .os-owner__person-meta-sep {
  background: #872828;
}

.os-modal[data-country="africa"] .os-owner__badge,
.os-modal[data-country="africa"] .os-owner__hero-bar {
  background: #5F699B;
}

.os-modal[data-country="africa"] .os-owner__person {
  border-left-color: #5F699B;
}

.os-modal[data-country="africa"] .os-owner__person-badge,
.os-modal[data-country="africa"] .os-owner__person-name,
.os-modal[data-country="africa"] .os-owner__person-meta-label,
.os-modal[data-country="africa"] .os-owner__person-meta-value,
.os-modal[data-country="africa"] .os-owner__hero-caption,
.os-modal[data-country="africa"] .os-owner__body-note,
.os-modal[data-country="africa"] .os-owner__bottom-caption {
  color: #5F699B;
}

.os-modal[data-country="africa"] .os-owner__person-meta-sep {
  background: #5F699B;
}

.os-modal[data-country="thailand"] .os-owner__badge,
.os-modal[data-country="thailand"] .os-owner__hero-bar {
  background: #4B7D00;
}

.os-modal[data-country="thailand"] .os-owner__person {
  border-left-color: #4B7D00;
}

.os-modal[data-country="thailand"] .os-owner__person-badge,
.os-modal[data-country="thailand"] .os-owner__person-name,
.os-modal[data-country="thailand"] .os-owner__person-meta-label,
.os-modal[data-country="thailand"] .os-owner__person-meta-value,
.os-modal[data-country="thailand"] .os-owner__hero-caption,
.os-modal[data-country="thailand"] .os-owner__body-note,
.os-modal[data-country="thailand"] .os-owner__bottom-caption {
  color: #4B7D00;
}

.os-modal[data-country="thailand"] .os-owner__person-meta-sep {
  background: #4B7D00;
}

.os-modal[data-country="japan"] .os-owner__badge,
.os-modal[data-country="japan"] .os-owner__hero-bar {
  background: #F07369;
}

.os-modal[data-country="japan"] .os-owner__person {
  border-left-color: #F07369;
}

.os-modal[data-country="japan"] .os-owner__person-badge,
.os-modal[data-country="japan"] .os-owner__person-name,
.os-modal[data-country="japan"] .os-owner__person-meta-label,
.os-modal[data-country="japan"] .os-owner__person-meta-value,
.os-modal[data-country="japan"] .os-owner__hero-caption,
.os-modal[data-country="japan"] .os-owner__body-note,
.os-modal[data-country="japan"] .os-owner__bottom-caption {
  color: #F07369;
}

.os-modal[data-country="japan"] .os-owner__person-meta-sep {
  background: #F07369;
}

.os-modal[data-country="brazil"] .os-owner__badge,
.os-modal[data-country="brazil"] .os-owner__hero-bar {
  background: #EB9600;
}

.os-modal[data-country="brazil"] .os-owner__person {
  border-left-color: #EB9600;
}

.os-modal[data-country="brazil"] .os-owner__person-badge,
.os-modal[data-country="brazil"] .os-owner__person-name,
.os-modal[data-country="brazil"] .os-owner__person-meta-label,
.os-modal[data-country="brazil"] .os-owner__person-meta-value,
.os-modal[data-country="brazil"] .os-owner__hero-caption,
.os-modal[data-country="brazil"] .os-owner__body-note,
.os-modal[data-country="brazil"] .os-owner__bottom-caption {
  color: #EB9600;
}

.os-modal[data-country="brazil"] .os-owner__person-meta-sep {
  background: #EB9600;
}

.os-modal[data-country="usa"] .os-owner__badge,
.os-modal[data-country="usa"] .os-owner__hero-bar {
  background: #288296;
}

.os-modal[data-country="usa"] .os-owner__person {
  border-left-color: #288296;
}

.os-modal[data-country="usa"] .os-owner__person-badge,
.os-modal[data-country="usa"] .os-owner__person-name,
.os-modal[data-country="usa"] .os-owner__person-meta-label,
.os-modal[data-country="usa"] .os-owner__person-meta-value,
.os-modal[data-country="usa"] .os-owner__hero-caption,
.os-modal[data-country="usa"] .os-owner__body-note,
.os-modal[data-country="usa"] .os-owner__bottom-caption {
  color: #288296;
}

.os-modal[data-country="usa"] .os-owner__person-meta-sep {
  background: #288296;
}

.life__gallery {
  width: 144rem;
  overflow: hidden;
  z-index: 10;
}

.life__gallery-img {
  width: 100%;
  height: auto;
  display: block;
}

.life__color-bar {
  position: absolute;
  left: 71.9rem;
  top: 189rem;
  width: 0.2rem;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.life__color-bar-segment {
  display: block;
  width: 100%;
}

.life__color-bar-segment--brazil {
  height: 4rem;
  background-color: #EB9600;
}

.life__color-bar-segment--uk {
  height: 6rem;
  background-color: #872828;
}

.life__color-bar-segment--africa {
  height: 10rem;
  background-color: #5F699B;
}

.history {
  position: relative;
  width: 100%;
  height: 94.1rem;
  padding: 15rem 11.2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.history__bg {
  position: absolute;
  left: 2rem;
  top: 15rem;
  width: 140rem;
  height: 64.1rem;
  z-index: 0;
  overflow: hidden;
}

.history__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  mix-blend-mode: darken;
}

.history__bg-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(243, 240, 238, 0.9);
}

.history__inner {
  position: relative;
  z-index: 1;
  width: 144rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
}

.history__heading {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.history__heading-main {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  color: #000;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.history__heading-sub {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  color: #000;
  line-height: 1;
  margin: 0;
}

.history__heading-num {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: 6.8rem;
  color: #000;
  line-height: 1;
  letter-spacing: -0.136rem;
}

.history__ticker {
  width: 144rem;
  height: 11.4rem;
  overflow: hidden;
  position: relative;
}

.history__ticker-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 8.5rem;
  height: 11.4rem;
  width: max-content;
  animation: history-ticker-scroll 20s linear infinite;
  will-change: transform;
}

.history__ticker-img {
  position: relative;
  top: 0;
  height: 100%;
  width: auto;
  display: block;
  flex-shrink: 0;
  padding-right: 8rem;
}

@keyframes history-ticker-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.history__desc {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #000;
  line-height: 2;
  text-align: center;
  margin: 0;
}

.history__cta {
  position: relative;
  width: 48rem;
  height: 8rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-decoration: none !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.history__cta:hover {
  background-color: #000;
}

.history__cta:hover .history__cta-text {
  color: #fff;
}

.history__cta:hover .history__cta-icon svg line {
  stroke: #fff;
}

.history__cta-text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  text-align: center;
  line-height: 2;
  transition: color 0.3s ease;
}

.history__cta-icon {
  position: absolute;
  right: 3.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.history__cta-icon svg {
  width: 1.6rem;
  height: 1.6rem;
}

.history__cta-icon svg line {
  transition: stroke 0.3s ease;
}

.history__color-bar {
  position: absolute;
  left: 50%;
  top: 84.1rem;
  transform: translateX(-50%);
  width: 0.2rem;
  height: 20rem;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.history__color-bar-segment {
  display: block;
  width: 100%;
}

.history__color-bar-segment--usa {
  height: 4rem;
  background-color: #288296;
}

.history__color-bar-segment--japan {
  height: 6rem;
  background-color: #F07369;
}

.history__color-bar-segment--africa {
  height: 10rem;
  background-color: #5F699B;
}

.message {
  position: relative;
  width: 100%;
  height: 96rem;
  background-color: #000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.message__grid {
  position: relative;
  width: 144rem;
  height: 96rem;
}

.message__grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.message__inner {
  position: absolute;
  left: 72rem;
  top: 32rem;
  width: 47.6rem;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
}

.message__heading {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.8;
}

.message__heading p {
  margin: 0;
}

.message__body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  line-height: 2;
}

.message__body p {
  margin: 0;
}

.message__title-block {
  position: absolute;
  left: 24rem;
  top: 20rem;
  width: 24rem;
  height: 36rem;
  background-color: #F07369;
  padding-top: 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  overflow: hidden;
  z-index: 2;
  clip-path: inset(0 0 100% 0);
}

.message__title-text {
  writing-mode: vertical-rl;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  width: 4rem;
  line-height: 1.2;
  font-feature-settings: 'vert';
  margin: 0;
}

.message__title-stripes {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24rem;
  display: flex;
  flex-direction: column;
}

.message__title-stripe {
  display: block;
  width: 100%;
}

.message__title-stripe--africa {
  height: 2.2rem;
  background-color: #5F699B;
}

.message__title-stripe--brazil {
  height: 1.2rem;
  background-color: #EB9600;
}

.message__title-stripe--uk {
  height: 3.8rem;
  background-color: #872828;
}

.tour {
  position: relative;
  width: 100%;
  padding: 15rem 11.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tour__inner {
  position: relative;
  width: 121.6rem;
  height: 40rem;
  padding-left: 10rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
}

.tour__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.tour__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.15;
}

.tour__text {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
  z-index: 1;
}

.tour__text-sub {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #000;
  line-height: 1;
  margin: 0;
}

.tour__text-main {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  color: #000;
  line-height: 1;
  margin: 0;
}

.tour__badge {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #F2F2EE;
  padding: 2.5rem 5rem;
  z-index: 1;
}

.tour__badge-text {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #6E5000;
  line-height: 1;
}

.interview1 {
  width: 144rem;
  padding-top: 16rem;
  padding-bottom: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}

.interview1__inner {
  width: 100%;
  padding: 5rem 11.2rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}

.interview1__header {
  position: relative;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 4rem 4rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.interview1__label {
  position: absolute;
  left: 0;
  top: 0;
  width: 38.4rem;
  background-color: #288296;
  padding: 1.5rem 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.interview1__label-text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
}

.interview1__label-stripes {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
}

.interview1__label-stripe {
  display: block;
  height: 100%;
}

.interview1__label-stripe--brazil {
  width: 2.4rem;
  background-color: #EB9600;
}

.interview1__label-stripe--japan {
  width: 0.8rem;
  background-color: #F07369;
}

.interview1__label-stripe--africa {
  width: 1.6rem;
  background-color: #5F699B;
}

.interview1__title {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 4.8rem;
  color: #000;
  line-height: 1;
  margin: 0;
  z-index: 1;
}

.interview1__title strong {
  font-weight: 700;
}

.interview1__content {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
  padding: 5rem 20rem 0 7.2rem;
  position: relative;
}

.interview1__vert-title {
  position: absolute;
  right: 7.2rem;
  top: -16.8rem;
  background-color: #fff;
  padding: 4rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: center;
}

.interview1__vert-text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #000;
  text-align: right;
  writing-mode: vertical-rl;
  font-feature-settings: 'vert';
  width: 3.3rem;
  margin: 0;
}

.interview1__vert-text:first-child {
  line-height: 1;
}

.interview1__vert-text:last-child {
  line-height: 1.1;
}

.interview1__photo {
  flex-shrink: 0;
}

.interview1__photo-img {
  width: 48.8rem;
  height: 32.5rem;
  object-fit: cover;
  display: block;
}

.interview1__name {
  position: absolute;
  left: 52rem;
  top: 26.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.interview1__name-role {
  background-color: #000;
  padding: 1rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  display: inline-block;
}

.interview1__name-person {
  background-color: #000;
  padding: 1rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.4rem;
  line-height: 1;
  display: inline-block;
  width: fit-content;
}

.interview1__text {
  position: relative;
  width: 42rem;
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.interview1__desc {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  line-height: 2;
  margin: 0;
}

.interview1__more {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  text-decoration: none !important;
}

.interview1__more-text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  line-height: 2;
}

.interview1__more-arrow {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.interview1__more:hover .interview1__more-arrow {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.interview1__more-arrow svg {
  width: 1.6rem;
  height: 1.6rem;
}

.interview1__color-bar {
  position: absolute;
  left: 27.1rem;
  top: 57.3rem;
  width: 0.2rem;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.interview1__color-bar-segment--uk {
  display: block;
  width: 100%;
  height: 4rem;
  background-color: #872828;
}

.interview1__color-bar-segment--africa {
  display: block;
  width: 100%;
  height: 6rem;
  background-color: #5F699B;
}

.interview1__color-bar-segment--brazil {
  display: block;
  width: 100%;
  height: 10rem;
  background-color: #EB9600;
}

.series {
  width: 144rem;
  padding-bottom: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F2F2EE;
  scroll-margin-top: 17.4rem;
}

.series__header {
  width: 100%;
  height: 12.2rem;
  padding: 5rem 11.2rem 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  box-sizing: border-box;
}

.series__title-block {
  width: 32rem;
  height: 7.2rem;
  position: relative;
}

.series__title-bg {
  position: absolute;
  left: -11.2rem;
  top: -5rem;
  width: 70.4rem;
  height: 24rem;
  background-color: #5F699B;
  z-index: 0;
}

.series__title-stripes {
  position: absolute;
  right: 0;
  height: 24rem;
  display: flex;
  z-index: 1;
}

.series__title-stripe {
  display: block;
  height: 100%;
}

.series__title-stripe--uk {
  width: 5.2rem;
  background-color: #872828;
}

.series__title-stripe--brazil {
  width: 1.6rem;
  background-color: #EB9600;
}

.series__title-stripe--japan {
  width: 3.6rem;
  background-color: #F07369;
}

.series__title-text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
  justify-content: flex-end;
}

.series__title-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.series__title-corolla-svg {
  width: 10.5rem;
  height: 1.6rem;
}

.series__title-series {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
}

.series__title-jp {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1;
}

.series__nav {
  display: flex;
  gap: 1rem;
}

.series__nav-btn {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  color: #000;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.series__nav-btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.series__nav-btn:hover svg {
  stroke: #fff;
}

.series__nav-btn--prev {
  transform: rotate(180deg);
}

.series__inner {
  padding: 5rem 11.2rem 0;
  display: flex;
  flex-direction: column;
  gap: 10rem;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  z-index: 10;
}

.series__cards {
  overflow: hidden;
  width: calc(100% + 22.4rem);
  margin-left: -11.2rem;
  margin-right: -11.2rem;
  padding-left: 11.2rem;
  box-sizing: border-box;
}

.series__cards-track {
  display: flex;
  gap: 3.2rem;
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  cursor: grab;
  user-select: none;
}

.series__cards-track.is-dragging {
  cursor: grabbing;
  transition: none;
}

a.series__card {
  text-decoration: none;
  color: inherit;
}

.series__card {
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 48.8rem;
  flex: none;
}

.series__card-img {
  width: 100%;
  aspect-ratio: 488 / 275;
  overflow: hidden;
}

.series__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.series__card-img--placeholder {
  background: #000;
}

.series__card-body {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.series__card-name {
  height: 1.8rem;
  display: block;
}

.series__card-name--corolla {
  width: 11.83rem;
}

.series__card-name--touring {
  width: 23.01rem;
}

.series__card-name--cross {
  width: 20.31rem;
}

.series__card-name--sport {
  width: 21.3rem;
}

.series__card-name--gr {
  width: 16.7rem;
}

.series__card-desc {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
  line-height: 2;
}

.series__special {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: flex-start;
  width: 100%;
}

.series__special-label {
  background-color: #5F699B;
  height: 5rem;
  padding: 0 1.6rem;
  display: flex;
  gap: 0.2rem;
  align-items: center;
}

.series__special-label-60th {
  position: relative;
  top: 0.2rem;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1;
}

.series__special-label-jp {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
}

.series__special-cards {
  display: flex;
  gap: 3.2rem;
}

.series__special-cards .series__card {
  width: 48.8rem;
  flex: none;
}

.series__compare {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}

.series__compare-link {
  display: block;
}

.series__compare-img {
  width: 80rem;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}

.series__compare-link:hover .series__compare-img {
  opacity: 0.7;
}

.series__compare-text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #000;
  line-height: 1.5;
  text-align: center;
}

.series__compare-banner {
  width: 80rem;
  height: 30rem;
  background: #fff;
  padding: 0 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.series__compare-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.series__compare-car {
  width: 13.8rem;
  height: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.series__compare-car img {
  width: 12rem;
  height: 7.6rem;
  object-fit: contain;
  display: block;
}

.series__compare-center {
  width: 48.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: center;
}

.series__compare-center-title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
}

.series__compare-center-logo {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}

.series__compare-corolla-svg {
  width: 23.7rem;
  height: 3.6rem;
}

.series__compare-series-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 4.8rem;
  color: #000;
  line-height: 1;
}

.series__compare-feature-text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  margin-left: 0.4rem;
}

.notes {
  padding: 0 11.2rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.notes__item {
  display: flex;
  gap: 0.2rem;
  align-items: flex-start;
  width: 100%;
}

.notes__marker {
  width: 1.2rem;
  flex-shrink: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #000;
}

.notes__text {
  flex: 1;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #000;
  margin: 0;
}

.history-modal p {
  margin: 0;
}

.history-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.history-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.history-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.history-modal__container {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}

.history-modal__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8rem;
  display: flex;
  align-items: center;
  background-color: #F2F2EE;
  z-index: 10;
}

.history-modal__header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}

.history-modal__title {
  margin: 0;
  padding-left: 4rem;
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #000;
  white-space: nowrap;
  line-height: 1;
}

.history-modal__title strong {
  font-weight: 700;
}

.history-modal__controls {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 2rem;
  align-items: center;
}

.history-modal__ctrl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.history-modal__ctrl-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.history-modal__ctrl:hover .history-modal__ctrl-icon {
  background-color: #222;
}

.history-modal__ctrl-label {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #444;
  line-height: 1;
  white-space: nowrap;
}

.history-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  background-color: #000;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.history-modal__close:hover {
  background-color: #333;
}

.history-modal__viewport {
  position: absolute;
  top: 8rem;
  left: 0;
  right: 1.6rem;
  bottom: 1.6rem;
  background-color: #F2F2EE;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.history-modal__viewport.is-dragging {
  cursor: grabbing;
}

.history-modal__viewport-inner {
  position: absolute;
  inset: 0;
  padding: 3rem;
  overflow: hidden;
  box-sizing: border-box;
}

.history-modal__canvas {
  position: relative;
  transform-origin: 0 0;
  will-change: transform;
}

.history-modal__image {
  display: block;
  width: 100%;
  padding-top: 9rem;
  pointer-events: none;
  -webkit-user-drag: none;
}

.history-modal__years {
  position: absolute;
  top: 7.3rem;
  height: 2.4rem;
  margin-bottom: 1.3rem;
  width: 100%;
}

.history-modal__year {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
}

.history-modal__year:nth-child(1) {
  left: 2.8%;
}

.history-modal__year:nth-child(2) {
  left: 15.2%;
}

.history-modal__year:nth-child(3) {
  left: 27.2%;
}

.history-modal__year:nth-child(4) {
  left: 39.8%;
}

.history-modal__year:nth-child(5) {
  left: 54.5%;
}

.history-modal__year:nth-child(6) {
  left: 70.9%;
}

.history-modal__year:nth-child(7) {
  left: 86.7%;
}

.history-modal__year-text {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #000;
  line-height: 1;
  letter-spacing: -0.024rem;
}

.history-modal__year-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  animation: loupe-blink 2s ease-in-out infinite;
  transition: transform 0.25s ease;
}

@keyframes loupe-blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.history-modal__year:hover .history-modal__year-icon {
  animation: none;
  opacity: 1;
  transform: scale(1.2);
}

.history-modal__year-icon svg {
  width: 2rem;
  height: 2rem;
}

.history-modal__scrollbar-v {
  position: absolute;
  top: 8rem;
  right: 0;
  width: 1.6rem;
  bottom: 0;
  background-color: #F2F2EE;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 6;
}

.history-modal__scrollbar-v-thumb {
  position: absolute;
  right: 0.4rem;
  width: 0.8rem;
  border-radius: 10rem;
  background-color: #F07369;
  min-height: 3rem;
  transition: opacity 0.2s ease;
}

.history-modal__scrollbar-h {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 1.6rem;
  height: 1.6rem;
  background-color: #F2F2EE;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 5;
}

.history-modal__scrollbar-h-thumb {
  position: absolute;
  bottom: 0.4rem;
  height: 0.8rem;
  border-radius: 10rem;
  background-color: #F07369;
  min-width: 3rem;
  transition: opacity 0.2s ease;
}

.history-modal__guide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 0.8rem), -50%);
  width: 40rem;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  background-color: rgba(242, 242, 238, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 1rem;
  z-index: 20;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.history-modal__guide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 19;
  opacity: 1;
  transition: opacity 0.4s ease;
  pointer-events: auto;
  cursor: pointer;
}

.history-modal__guide-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.history-modal__guide.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.history-modal__guide-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 12.6rem;
}

.history-modal__guide-item--sp {
  display: none;
}

.history-modal__guide-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.3rem;
}

.history-modal__guide-text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000;
  text-align: center;
  line-height: 1.5;
}

.history-modal__hint {
  position: absolute;
  bottom: 4.8rem;
  left: 50%;
  transform: translateX(calc(-50% - 0.8rem));
  width: 38rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(68, 68, 68, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 10rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
  letter-spacing: -0.014rem;
  z-index: 15;
  opacity: 1;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.history-modal__hint.is-hidden {
  opacity: 0;
}

.history-modal__detail {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.history-modal__detail.is-open {
  opacity: 1;
  visibility: visible;
}

.history-modal__detail-card {
  position: relative;
  width: 70rem;
  background-color: #F2F2EE;
  border-radius: 1rem;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.15);
}

.history-modal__detail-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.history-modal__detail-era {
  font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  color: #000;
  line-height: 1;
  margin: 0;
}

.history-modal__detail-subtitle {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #000;
  line-height: 1.5;
  margin: 0;
}

.history-modal__detail-desc {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  line-height: 2;
  margin: 0;
}

.history-modal__detail-close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 2.4rem;
  height: 2.4rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 390 * 10);
  }

  .u-sp-none {
    display: none !important;
  }

  .u-sp-block {
    display: block !important;
  }

  .u-sp-flex {
    display: flex !important;
  }

  .u-sp-inline {
    display: inline !important;
  }

  .u-sp-inline-block {
    display: inline-block !important;
  }

  .u-sp-grid {
    display: grid !important;
  }

  #contents-body .section {
    margin: 0;
  }

  .gnav-toggle {
    left: auto;
    right: 2.4rem;
    bottom: auto;
    top: var(--global-header-height, 2.4rem);
    width: 4.8rem;
    height: 4.8rem;
    z-index: 100;
  }

  .gnav-toggle__lines {
    gap: 0.6rem;
    width: 2rem;
  }

  .gnav-toggle__line {
    height: 0.2rem;
    transition: none;
  }

  .gnav-toggle.is-open .gnav-toggle__line:first-child {
    transform: translateY(0.4rem) rotate(45deg);
  }

  .gnav-toggle.is-open .gnav-toggle__line:last-child {
    transform: translateY(-0.4rem) rotate(-45deg);
  }

  .gnav {
    flex-direction: column;
    max-height: none;
  }

  .gnav__mask {
    display: none;
  }

  .gnav__sidebar {
    width: 100%;
    height: 4.8rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    flex-shrink: 0;
  }

  .gnav__logo {
    display: none;
  }

  .gnav__close {
    position: static;
    top: auto;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
  }

  .gnav__close-line {
    width: 2rem;
    height: 0.2rem;
    margin-left: -1rem;
    top: auto;
    left: auto;
  }

  .gnav__main {
    border-left: none;
    border-top: none;
    flex: 1;
    overflow-y: auto;
  }

  .gnav__link {
    height: auto;
    padding: 0 2.4rem 1.6rem;
    border-top: none;
  }

  .gnav__link:nth-child(n+2) {
    padding: 1.6rem 2.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .gnav__link-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .gnav__link-sub {
    font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 0.8rem;
  }

  .gnav__sub {
    position: static;
    flex-direction: column;
    gap: 3rem;
    padding: 2.4rem;
    align-items: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .gnav__sub-link {
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
  }

  .site-logo {
    left: 2.4rem;
    width: 12rem;
    padding-top: 2.4rem;
    gap: 1.125rem;
  }

  html.is-global-header-hide .site-logo {
    top: 0;
  }

  .site-logo__main {
    width: 12rem;
    gap: 0.9rem;
  }

  .site-logo__corolla {
    width: 12rem;
    height: 1.826rem;
  }

  .site-logo__brand {
    width: 12rem;
    height: 1.254rem;
  }

  .site-logo__jp {
    width: 12rem;
    height: 1.046rem;
  }

  .mv__scroll {
    display: none;
  }

  .mv__content {
    margin-left: 2.4rem;
    margin-top: 12.2rem;
  }

  .mv__headline {
    gap: 1.6rem;
  }

  .mv__title {
    font-size: 4rem;
    display: block;
    white-space: normal;
    line-height: 1.3;
  }

  .mv__title--white {
    -webkit-text-stroke: 0.2rem #000;
  }

  .mv__title--black {
    display: inline;
  }

  .mv__title--black-small {
    font-size: 3.2rem;
  }

  .mv__title--black-small br {
    display: inline-block;
  }

  .mv__subtitle {
    padding-left: 7rem;
  }

  .mv__color-line {
    left: 7rem;
    width: 26.8rem;
    height: 0.5rem;
    top: 1.5rem;
  }

  .mv__color-line-segment {
    height: 0.5rem;
  }

  .mv__color-line-segment--japan {
    width: 10.4rem;
  }

  .mv__color-line-segment--africa {
    width: 7rem;
  }

  .mv__color-line-segment--usa {
    width: 5rem;
  }

  .mv__color-line-segment--brazil {
    width: 4rem;
  }

  .mv__subtitle-text {
    font-size: 2rem;
    transform: translateX(calc(50vw - 8rem));
  }

  .mv__subtitle-logo {
    height: 1.4rem;
  }

  .mv__visual {
    width: 36.6rem;
    height: 20.6rem;
    margin-top: 2.4rem;
  }

  .mv__visual-img {
    height: 100%;
    object-fit: cover;
  }

  .mv__car {
    left: 1.575rem;
    top: 11.3rem;
    opacity: 0;
    transform: translateX(calc(50vw - 1.575rem));
  }

  .mv__car-img {
    width: 6.772rem;
  }

  .news {
    width: 100%;
  }

  .news__inner {
    margin-left: 2.4rem;
    margin-right: 0;
    gap: 1.2rem;
    padding: 2rem 0;
  }

  .news__badge {
    width: 6rem;
    height: 2.4rem;
    font-size: 1.4rem;
  }

  .news__content {
    padding-right: 2.4rem;
  }

  .news__slides {
    height: auto;
  }

  .news__item {
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-start;
    height: auto;
    padding-top: 0.7rem;
    white-space: normal;
  }

  .news__date {
    font-size: 1.2rem;
  }

  .news__title {
    font-size: 1.3rem;
    white-space: normal;
    line-height: 1.6;
  }

  .news__link-icon {
    width: 1.6rem;
    height: 1.6rem;
  }

  .news__nav {
    gap: 1rem;
  }

  .news__dot {
    width: 2rem;
    height: 0.2rem;
  }

  .news__arrow {
    width: 0.5rem;
    height: 1rem;
  }

  .sp-accordion {
    width: 36.6rem;
    padding: 0 2.4rem;
    margin-left: 2.4rem;
    gap: 0;
  }

  .prologue {
    padding-top: 14.2rem;
    gap: 4rem;
  }

  .prologue__inner {
    min-height: auto;
    padding: 4rem 2.4rem;
    gap: 2.4rem;
    width: 36.6rem;
  }

  .prologue__title-block {
    left: auto;
    right: 0;
    top: 7.2rem;
    width: 30.7rem;
    height: 10.2rem;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 2.4rem 0 0 6.4rem;
    gap: 0;
  }

  .prologue__title-text {
    writing-mode: horizontal-tb;
    font-feature-settings: normal;
    font-size: 2.2rem;
    width: auto;
    line-height: 1;
    text-align: left;
  }

  .prologue__title-stripes {
    height: 12.8rem;
  }

  .prologue__title-stripe--uk {
    width: 2.6rem;
  }

  .prologue__title-stripe--brazil {
    width: 0.8rem;
  }

  .prologue__title-stripe--japan {
    width: 1.3rem;
  }

  .prologue__label {
    position: relative;
    left: auto;
    top: auto;
    flex-direction: row;
    gap: 0;
  }

  .prologue__top-bar {
    position: absolute;
    top: -13.8rem;
    left: 1.6rem;
    width: 0.2rem;
  }

  .prologue__top-bar-segment--thailand {
    height: 2.4rem;
  }

  .prologue__top-bar-segment--brazil {
    height: 3.6rem;
  }

  .prologue__top-bar-segment--japan {
    height: 6rem;
  }

  .prologue__label-text {
    font-size: 2rem;
    font-weight: 600;
    writing-mode: horizontal-tb;
    width: auto;
    height: auto;
  }

  .prologue__body {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .prologue__body p {
    display: inline;
  }

  .prologue__headline {
    width: 14.4rem;
    gap: 0;
    padding-bottom: 0;
  }

  .prologue__headline p {
    font-size: 1.8rem;
    line-height: 1.6;
  }

  .prologue__footnote {
    font-size: 1.2rem;
  }

  .prologue__photos {
    left: 20.1rem;
    top: 52.3rem;
    width: auto;
    max-width: 18.9rem;
    height: 22rem;
  }

  .prologue__photo {
    width: 16.5rem;
    height: 22rem;
  }

  .prologue__color-bar {
    left: 11.2rem;
    bottom: -10rem;
  }

  .prologue__color-bar-segment--africa {
    height: 2.4rem;
  }

  .prologue__color-bar-segment--brazil {
    height: 3.6rem;
  }

  .prologue__color-bar-segment--thailand {
    height: 6rem;
  }

  .life {
    height: auto;
    padding: 12rem 0 0;
    gap: 1.6rem;
    align-items: flex-start;
  }

  .life__base {
    width: calc(100% - 2.4rem);
    bottom: 10rem;
  }

  .life__text {
    width: 36.6rem;
    margin-left: 2.4rem;
    padding: 0 2.4rem;
    gap: 2rem;
  }

  .life__accordion {
    width: 36.6rem;
    margin-left: 2.4rem;
    padding: 0 2.4rem;
    gap: 2rem;
  }

  .life__title-line {
    font-size: 6.4rem;
  }

  .life__title-char {
    font-size: 6.4rem;
  }

  .life__title-line--with {
    font-size: 4rem;
  }

  .life__title-line--corolla {
    font-size: 6.4rem;
  }

  .life__title-logo {
    height: 4.8rem;
  }

  .life__sub {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }

  .life__sub-left {
    font-size: 2rem;
    line-height: 1.6;
  }

  .life__sub-divider {
    display: none;
  }

  .life__sub-right {
    font-size: 1.4rem;
    width: 100%;
    line-height: 1.8;
  }

  .life__sub-note-sp {
    display: block;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: #000;
    line-height: 1.6;
  }

  .life__map-area {
    width: 100%;
    gap: 4rem;
    z-index: 100;
  }

  .life__map {
    display: none;
  }

  .life__card,
  .life__point,
  .life__line,
  .life__photo-popup,
  .life__map-note {
    display: none;
  }

  .life__gallery {
    width: 100%;
    height: 20rem;
    overflow: hidden;
    margin-top: 4rem;
    z-index: 10;
  }

  .life__gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 51%;
  }

  .life__color-bar {
    left: 19.4rem;
    right: auto;
    top: auto;
    bottom: -10.4rem;
    margin: 0;
  }

  .life__color-bar-segment--brazil {
    height: 2.4rem;
  }

  .life__color-bar-segment--uk {
    height: 3.6rem;
  }

  .life__color-bar-segment--africa {
    height: 6rem;
  }

  .os-modal {
    width: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: auto;
    background: #F2F2EE;
    border-radius: 0 1.6rem 1.6rem 0;
    border-left: solid 0.4rem;
  }

  .os-modal__overlay {
    display: none;
  }

  .os-modal__close {
    display: none;
  }

  .os-modal__container {
    width: 100%;
    max-width: none;
    max-height: none;
    overflow: hidden;
    padding: 2.4rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 0;
    position: relative;
  }

  .os-modal__country-tabs {
    grid-column: 1;
    grid-row: 1;
  }

  .os-modal__panel {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    transition: opacity 0.4s ease;
  }

  .os-modal__country-tabs {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 2.4rem;
    width: 27rem;
  }

  .os-modal__country-tab {
    width: 1.6rem;
    height: 1.6rem;
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.3s ease;
  }

  .os-modal__country-tab.is-active {
    opacity: 1;
  }

  .os-modal__country-tab.is-active[data-country="uk"] {
    background-color: #872828;
    border-color: #872828;
  }

  .os-modal__country-tab.is-active[data-country="africa"] {
    background-color: #5F699B;
    border-color: #5F699B;
  }

  .os-modal__country-tab.is-active[data-country="thailand"] {
    background-color: #4B7D00;
    border-color: #4B7D00;
  }

  .os-modal__country-tab.is-active[data-country="japan"] {
    background-color: #F07369;
    border-color: #F07369;
  }

  .os-modal__country-tab.is-active[data-country="brazil"] {
    background-color: #EB9600;
    border-color: #EB9600;
  }

  .os-modal__country-tab.is-active[data-country="usa"] {
    background-color: #288296;
    border-color: #288296;
  }

  .os-modal__panel {
    position: static !important;
    width: 100%;
    background: transparent;
    padding: 0;
    gap: 2.4rem;
    align-items: flex-start;
    flex-shrink: 0;
    transition: opacity 0.4s ease;
  }

  .os-modal__stripe {
    display: none;
  }

  .os-modal__header {
    flex-direction: row;
    align-items: flex-start;
    width: 27rem;
  }

  .os-modal__country-title {
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-start;
    flex: 1;
  }

  .os-modal__country-name {
    font-size: 3.2rem;
  }

  .os-modal__country-name-ja {
    font-size: 1.2rem;
    padding-bottom: 0;
  }

  .os-modal__nav {
    gap: 1rem;
    margin-left: auto;
  }

  .os-modal__nav-btn {
    width: 4.8rem;
    height: 4.8rem;
  }

  .os-modal__body {
    gap: 1.6rem;
    width: 27rem;
  }

  .os-modal__section-title {
    font-size: 1.8rem;
  }

  .os-modal__interviews {
    gap: 1.5rem;
  }

  .os-modal__interview {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-right: 0;
    width: 27rem;
    border: 1px solid #000;
    text-decoration: none !important;
  }

  .os-modal__interview-thumb {
    width: 100%;
    height: 18rem;
    flex-shrink: 0;
  }

  .os-modal__interview-info {
    position: relative;
    padding: 1.6rem 3rem 1.6rem 1.6rem;
    gap: 0.2rem;
  }

  .os-modal__interview-badge {
    font-size: 1.1rem;
    padding: 0.4rem 0.8rem;
    margin-bottom: 0.6rem;
  }

  .os-modal__interview-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .os-modal__interview-name {
    font-size: 1.4rem;
    padding-top: 0.2rem;
  }

  .os-modal__interview-name-suffix {
    font-size: 1rem;
  }

  .os-modal__interview-meta {
    padding-top: 0.2rem;
  }

  .os-modal__interview-meta-label {
    font-size: 1.2rem;
  }

  .os-modal__interview-meta-value {
    font-size: 1.3rem;
  }

  .os-modal__interview-arrow {
    position: absolute;
    right: 1.2rem;
    top: 18rem;
    bottom: 0;
    width: 0.9rem;
    display: grid;
    place-items: center;
  }

  .os-modal[data-country="uk"] .os-modal__interview-arrow {
    color: #872828;
  }

  .os-modal[data-country="africa"] .os-modal__interview-arrow {
    color: #5F699B;
  }

  .os-modal[data-country="thailand"] .os-modal__interview-arrow {
    color: #4B7D00;
  }

  .os-modal[data-country="japan"] .os-modal__interview-arrow {
    color: #F07369;
  }

  .os-modal[data-country="brazil"] .os-modal__interview-arrow {
    color: #EB9600;
  }

  .os-modal[data-country="usa"] .os-modal__interview-arrow {
    color: #288296;
  }

  .os-modal__description {
    font-size: 1.3rem;
    line-height: 1.8;
    width: 27rem;
  }

  body.os-owner-open .gnav-toggle,
  body.os-owner-open .site-logo {
    z-index: 0;
    pointer-events: none;
  }

  body.os-owner-open .mv__car,
  body.os-owner-open .mv__subtitle-text,
  body.os-owner-open .mv__color-line {
    visibility: hidden;
  }

  .os-owner {
    position: fixed;
    inset: 0;
    z-index: 10000;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    padding: 7.2rem 1.6rem 1.6rem;
    flex-direction: column !important;
    isolation: isolate;
    transition: opacity 0.4s ease;
  }

  .os-owner__sp-close {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    width: 2.4rem;
    height: 2.4rem;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10001;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .os-owner__sp-close svg {
    width: 2.4rem;
    height: 2.4rem;
  }

  .os-owner__header {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 2.3rem 0 1.3rem;
    background: #fff;
    position: relative;
    z-index: 10;
  }

  .os-owner__header .os-owner__back {
    display: none;
  }

  .os-owner__header-left {
    padding-inline: 2rem;
    height: auto;
  }

  .os-owner__badge {
    position: absolute;
    top: -1.4rem;
    left: 0;
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 0.6rem 0.8rem;
    width: auto;
  }

  .os-owner__title {
    font-size: 2rem;
    line-height: 1.36;
    color: #000;
    padding-bottom: 0;
  }

  .os-owner__back {
    border: none;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 1.2rem 0;
    height: 4rem;
    width: 100%;
    align-self: stretch;
    justify-content: center;
    margin-top: 2rem;
  }

  .os-owner__back-label {
    font-size: 1.6rem;
    color: #000;
  }

  .os-owner__content {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    position: static !important;
    width: 100%;
    padding: 0;
    background: #fff;
    overflow: visible;
    flex-shrink: 0;
  }

  .os-owner__hero {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    height: auto !important;
    width: 100% !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    position: static !important;
  }

  .os-owner__sp-body p+p {
    margin-top: 2rem !important;
  }

  .os-owner__sp-body .os-owner__person {
    position: static;
    gap: 0.8rem;
    padding: 0 0 0 1.3rem;
    border-left: 0.3rem solid;
  }

  .os-owner__sp-body .os-owner__person-badge {
    font-size: 0.9rem;
    color: #000;
  }

  .os-owner__sp-body .os-owner__person-name {
    font-size: 1.8rem;
    color: #000;
  }

  .os-owner__sp-body .os-owner__person-name-suffix {
    font-size: 1rem;
  }

  .os-owner__sp-body .os-owner__person-meta {
    display: flex !important;
  }

  .os-owner__sp-body .os-owner__person-meta-label {
    font-size: 0.8rem;
    color: #000;
  }

  .os-owner__sp-body .os-owner__person-meta-sep {
    background: #000;
  }

  .os-owner__sp-body .os-owner__person-meta-value {
    font-size: 0.9rem;
    color: #000;
  }

  .os-owner__sp-body .os-owner__hero-img-left,
  .os-owner__sp-body .os-owner__hero-img-right {
    display: block !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .os-owner__sp-body .os-owner__hero-img-right[src=""] {
    display: none !important;
  }

  .os-owner__content .os-owner__hero-img-left,
  .os-owner__content .os-owner__hero-img-right {
    display: none !important;
  }

  .os-owner__sp-body .os-owner__hero-text {
    position: static !important;
    width: auto !important;
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.8;
    color: #000;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .os-owner__sp-body .os-owner__hero-text p {
    margin-bottom: 2rem;
  }

  .os-owner__sp-body .os-owner__hero-caption {
    position: static !important;
    padding: 0 2rem;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.5);
  }

  .os-owner__sp-body .os-owner__hero-caption:empty {
    display: none;
  }

  .os-owner__sp-body .os-owner__bottom-text {
    width: auto !important;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #000;
  }

  .os-owner__sp-body .os-owner__bottom-aside {
    display: flex !important;
    flex-direction: row !important;
    gap: 0.8rem;
    width: 100% !important;
    height: 16.2rem;
  }

  .os-owner__sp-body .os-owner__bottom-img {
    width: 24.2rem;
    height: 16.2rem;
    flex: none;
    object-fit: cover;
  }

  .os-owner__sp-body .os-owner__bottom-row {
    display: none !important;
  }

  .os-owner__sp-body .os-owner__bottom-img-small {
    display: none !important;
  }

  .os-owner__sp-body .os-owner__bottom-caption {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 2rem;
  }

  .os-owner__sp-body .os-owner__bottom-feature {
    display: block !important;
    position: relative;
    bottom: -2rem;
    left: -2rem;
    width: calc(100% + 4rem);
    height: auto;
    object-fit: cover;
    aspect-ratio: auto;
    margin: 0;
    margin-top: -2rem;
  }

  .os-owner__sp-body .os-owner__bottom-feature[src=""] {
    display: none !important;
  }

  .os-owner__sp-body .os-owner__body {
    display: block !important;
    width: auto !important;
    padding: 0 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #000;
  }

  .os-owner__sp-body .os-owner__body:empty {
    display: none !important;
  }

  .os-owner__sp-body .os-owner__body-note {
    position: static !important;
    width: auto !important;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #000;
  }

  .os-owner__sp-body .os-owner__body-note:empty {
    display: none !important;
  }

  .os-owner__sp-body .os-owner__back {
    border: none;
    padding: 1.2rem 0;
    height: 4rem;
    width: 100%;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 0;
  }

  .os-owner__sp-body .os-owner__back>svg:first-of-type {
    display: none;
  }

  .os-owner__sp-body .os-owner__back-label {
    font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
    line-height: 1;
  }

  .os-owner__sp-body .os-owner__back-x {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
  }

  .os-owner--japan-0 .os-owner__sp-body .os-owner__bottom-img {
    width: 33.8rem;
    height: 22.6rem;
  }

  .os-owner--japan-1 .os-owner__sp-body .os-owner__sp-img-head {
    width: calc(100% + 4rem);
    margin: -2rem -2rem 0;
  }

  .os-owner--japan-1 .os-owner__sp-body .os-owner__sp-img-main {
    width: 11rem;
    height: 14.7rem;
  }

  .os-owner--japan-1 .os-owner__sp-body .os-owner__sp-img-sub {
    width: 22rem;
    height: 14.7rem;
  }

  .os-owner--japan-1 .os-owner__sp-body .os-owner__sp-img-feature {
    width: calc(100% + 4rem);
    margin: -2rem;
  }

  .os-owner--uk-0 .os-owner__sp-body .os-owner__sp-img-head {
    height: 39.8rem;
  }

  .os-owner--uk-0 .os-owner__sp-body .os-owner__sp-img-feature {
    width: calc(100% + 2rem);
    margin-left: -2rem;
  }

  .os-owner--uk-1 .os-owner__sp-body .os-owner__sp-img-head {
    height: 42.4rem;
    object-position: 0 -5rem;
  }

  .os-owner--usa-0 .os-owner__sp-body .os-owner__sp-img-head {
    width: calc(100% + 4rem);
    margin-inline: -2rem;
  }

  .os-owner--usa-0 .os-owner__sp-body .os-owner__sp-img-feature {
    height: 42.4rem;
  }

  .os-owner--usa-0 .os-owner__sp-body .os-owner__sp-img-foot {
    height: 47.7rem;
  }

  .os-owner--usa-1 .os-owner__sp-body .os-owner__sp-img-head {
    height: 47.7rem;
  }

  .os-owner--africa-0 .os-owner__sp-body .os-owner__sp-img-head {
    height: 42.5rem;
  }

  .os-owner--africa-0 .os-owner__sp-body .os-owner__sp-img-feature {
    width: 33.8rem;
    height: 25.4rem;
    margin-left: -2rem;
    object-position: 0 -11rem;
  }

  .os-owner--africa-0 .os-owner__sp-body .os-owner__sp-img-foot {
    height: 42.5rem;
  }

  .os-owner--africa-1 .os-owner__sp-body .os-owner__sp-img-head {
    height: 42.5rem;
  }

  .os-owner--africa-1 .os-owner__sp-body .os-owner__sp-img-main {
    width: 24.2rem;
    height: 16.8rem;
    margin-left: -2rem;
  }

  .os-owner--africa-1 .os-owner__sp-body .os-owner__sp-img-sub {
    width: 10.8rem;
    height: 16.8rem;
    margin-right: -2rem;
  }

  .os-owner--brazil-0 .os-owner__sp-body .os-owner__sp-img-head {
    width: calc(100% + 4rem);
    margin: -2rem -2rem 0;
  }

  .os-owner--brazil-1 .os-owner__sp-body .os-owner__sp-img-head {
    width: calc(100% + 4rem);
    height: 26.9rem;
    margin: -2rem -2rem 0;
  }

  .os-owner--thailand-1 .os-owner__sp-body .os-owner__sp-img-head {
    width: calc(100% + 4rem);
    margin: -2rem -2rem 0;
  }

  .os-owner--thailand-1 .os-owner__sp-body .os-owner__sp-img-main {
    width: 21rem;
    height: 15.8rem;
    margin-left: -2rem;
  }

  .os-owner--thailand-1 .os-owner__sp-body .os-owner__sp-img-sub {
    width: 12rem;
    height: 15.8rem;
  }

  .os-owner__content {
    display: none !important;
  }

  .os-owner__sp-body:empty {
    display: none;
  }

  .os-owner__sp-body {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    padding: 6rem 2rem 2rem;
    margin-top: -4rem;
    background: #fff;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .os-owner__sp-body::-webkit-scrollbar {
    display: none;
  }

  .os-owner__sp-body .os-owner__sp-person {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 0 2rem 0 1.6rem;
    border-left: 3px solid;
  }

  .os-owner__sp-body .os-owner__sp-person-badge {
    font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #000;
    line-height: 1;
  }

  .os-owner__sp-body .os-owner__sp-person-name {
    font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    color: #000;
    line-height: 1;
  }

  .os-owner__sp-body .os-owner__sp-person-name small {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 1rem;
  }

  .os-owner__sp-body .os-owner__sp-person-meta {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }

  .os-owner__sp-body .os-owner__sp-person-meta-label {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    color: #000;
  }

  .os-owner__sp-body .os-owner__sp-person-meta-sep {
    width: 1px;
    height: 1.2rem;
    background: #000;
  }

  .os-owner__sp-body .os-owner__sp-person-meta-value {
    font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #000;
  }

  .os-owner[data-country="japan"] .os-owner__sp-body .os-owner__sp-person {
    border-color: #F07369;
  }

  .os-owner[data-country="uk"] .os-owner__sp-body .os-owner__sp-person {
    border-color: #872828;
  }

  .os-owner[data-country="africa"] .os-owner__sp-body .os-owner__sp-person {
    border-color: #5F699B;
  }

  .os-owner[data-country="thailand"] .os-owner__sp-body .os-owner__sp-person {
    border-color: #4B7D00;
  }

  .os-owner[data-country="brazil"] .os-owner__sp-body .os-owner__sp-person {
    border-color: #EB9600;
  }

  .os-owner[data-country="usa"] .os-owner__sp-body .os-owner__sp-person {
    border-color: #288296;
  }

  .os-owner[data-country="uk"] .os-owner__sp-person-badge,
  .os-owner[data-country="uk"] .os-owner__sp-person-name,
  .os-owner[data-country="uk"] .os-owner__sp-person-meta-label,
  .os-owner[data-country="uk"] .os-owner__sp-person-meta-value,
  .os-owner[data-country="uk"] .os-owner__sp-note {
    color: #872828;
  }

  .os-owner[data-country="uk"] .os-owner__sp-person-meta-sep {
    background: #872828;
  }

  .os-owner[data-country="africa"] .os-owner__sp-person-badge,
  .os-owner[data-country="africa"] .os-owner__sp-person-name,
  .os-owner[data-country="africa"] .os-owner__sp-person-meta-label,
  .os-owner[data-country="africa"] .os-owner__sp-person-meta-value,
  .os-owner[data-country="africa"] .os-owner__sp-note {
    color: #5F699B;
  }

  .os-owner[data-country="africa"] .os-owner__sp-person-meta-sep {
    background: #5F699B;
  }

  .os-owner[data-country="thailand"] .os-owner__sp-person-badge,
  .os-owner[data-country="thailand"] .os-owner__sp-person-name,
  .os-owner[data-country="thailand"] .os-owner__sp-person-meta-label,
  .os-owner[data-country="thailand"] .os-owner__sp-person-meta-value,
  .os-owner[data-country="thailand"] .os-owner__sp-note {
    color: #4B7D00;
  }

  .os-owner[data-country="thailand"] .os-owner__sp-person-meta-sep {
    background: #4B7D00;
  }

  .os-owner[data-country="japan"] .os-owner__sp-person-badge,
  .os-owner[data-country="japan"] .os-owner__sp-person-name,
  .os-owner[data-country="japan"] .os-owner__sp-person-meta-label,
  .os-owner[data-country="japan"] .os-owner__sp-person-meta-value,
  .os-owner[data-country="japan"] .os-owner__sp-note {
    color: #F07369;
  }

  .os-owner[data-country="japan"] .os-owner__sp-person-meta-sep {
    background: #F07369;
  }

  .os-owner[data-country="brazil"] .os-owner__sp-person-badge,
  .os-owner[data-country="brazil"] .os-owner__sp-person-name,
  .os-owner[data-country="brazil"] .os-owner__sp-person-meta-label,
  .os-owner[data-country="brazil"] .os-owner__sp-person-meta-value,
  .os-owner[data-country="brazil"] .os-owner__sp-note {
    color: #EB9600;
  }

  .os-owner[data-country="brazil"] .os-owner__sp-person-meta-sep {
    background: #EB9600;
  }

  .os-owner[data-country="usa"] .os-owner__sp-person-badge,
  .os-owner[data-country="usa"] .os-owner__sp-person-name,
  .os-owner[data-country="usa"] .os-owner__sp-person-meta-label,
  .os-owner[data-country="usa"] .os-owner__sp-person-meta-value,
  .os-owner[data-country="usa"] .os-owner__sp-note {
    color: #288296;
  }

  .os-owner[data-country="usa"] .os-owner__sp-person-meta-sep {
    background: #288296;
  }

  .os-owner__sp-body .os-owner__sp-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.8;
    color: #000;
    margin: 0 !important;
  }

  .os-owner__sp-body .os-owner__sp-note {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    position: static !important;
    width: auto !important;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #000;
  }

  .os-owner__sp-body .os-owner__sp-caption {
    position: relative;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0 !important;
  }

  .os-owner__sp-body .os-owner__sp-images {
    display: flex;
    gap: 0.8rem;
    width: 100%;
    height: 16.2rem;
  }

  .os-owner__sp-body .os-owner__sp-img-head {
    width: 100%;
    height: auto;
    object-fit: cover;
    flex: none;
  }

  .os-owner__sp-body .os-owner__sp-img-main {
    width: 24.2rem;
    height: 16.2rem;
    object-fit: cover;
    flex: none;
  }

  .os-owner__sp-body .os-owner__sp-img-sub {
    flex: 1;
    height: 16.2rem;
    object-fit: cover;
  }

  .os-owner__sp-body .os-owner__sp-img-feature {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .os-owner__sp-body .os-owner__sp-img-foot {
    position: relative;
    bottom: -2rem;
    left: -2rem;
    width: calc(100% + 4rem);
    height: auto;
    object-fit: cover;
    aspect-ratio: auto;
    margin: 0;
    margin-top: -2rem;
  }

  .os-owner__sp-body .os-owner__sp-close-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    width: 100%;
    min-height: 4rem;
    border: none;
    background: #fff;
    cursor: pointer;
    padding: 1.2rem 0 2rem;
    margin-top: 1rem;
    font-family: 'Zalando Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
  }

  .history {
    height: auto;
    padding: 12.9rem 2.4rem 20rem;
    overflow: hidden;
  }

  .history__bg {
    left: -40.55rem;
    top: 7.2rem;
    width: 120.1rem;
    height: 55rem;
  }

  .history__inner {
    width: 100%;
    gap: 3rem;
  }

  .history__heading {
    gap: 1rem;
  }

  .history__heading-main {
    font-size: 2.8rem;
  }

  .history__heading-sub {
    font-size: 2.8rem;
  }

  .history__heading-num {
    font-size: 4rem;
  }

  .history__ticker {
    width: calc(100% + 4.8rem);
    margin-left: -2.4rem;
    height: 5.6rem;
  }

  .history__ticker-track {
    height: 5.6rem;
  }

  .history__ticker-text {
    font-size: 8rem;
  }

  .history__ticker-img {
    position: relative;
    top: 0;
    height: 100%;
  }

  .history__desc {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: left;
  }

  .history__desc br {
    display: none;
  }

  .history__cta {
    width: 29.4rem;
    height: 5.6rem;
  }

  .history__cta-text {
    font-size: 1.6rem;
  }

  .history__cta-icon {
    right: 2rem;
    width: 1.4rem;
    height: 1.4rem;
  }

  .history__cta-icon svg {
    width: 1.4rem;
    height: 1.4rem;
  }

  .history__color-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: -17.5rem;
    transform: none;
    margin: auto;
    height: 12rem;
  }

  .history__color-bar-segment--usa {
    height: 2.4rem;
  }

  .history__color-bar-segment--japan {
    height: 3.6rem;
  }

  .history__color-bar-segment--africa {
    height: 6rem;
  }

  .message {
    height: auto;
    padding: 0;
    background-color: transparent;
  }

  .message__title-block {
    position: absolute;
    left: 0;
    top: -7rem;
    width: 30.7rem;
    height: 10.2rem;
    padding: 2.4rem 0 0 3.2rem;
    clip-path: none;
    overflow: visible;
    align-self: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    gap: 0;
    order: -1;
    margin-bottom: -3.2rem;
    z-index: 3;
  }

  .message__title-text {
    writing-mode: horizontal-tb;
    font-feature-settings: normal;
    font-size: 2.2rem;
    width: auto;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    z-index: 15;
  }

  .message__title-text+.message__title-text {
    order: -1;
    margin: 0;
  }

  .message__grid {
    width: 36.6rem;
    height: 48.9rem;
    overflow: hidden;
    margin-left: 2.4rem;
    z-index: 10;
  }

  .message__grid-img {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .message__inner {
    left: 0;
    top: 0;
    width: 36.6rem;
    height: 48.9rem;
    margin-left: 2.4rem;
    padding: 7.35rem 2.2rem 2.4rem 2.4rem;
    gap: 2.4rem;
    z-index: 20;
  }

  .message__heading {
    font-size: 2rem;
    line-height: 1.8;
  }

  .message__body {
    font-size: 1.5rem;
    line-height: 2;
  }

  .message__title-stripes {
    left: 26rem;
    right: auto;
    top: 0;
    bottom: auto;
    width: 4.7rem;
    height: 10.2rem;
    flex-direction: row;
  }

  .message__title-stripe {
    width: auto;
    height: 100%;
  }

  .message__title-stripe--africa {
    width: 2.2rem;
    height: 100%;
  }

  .message__title-stripe--brazil {
    width: 1.2rem;
    height: 100%;
  }

  .message__title-stripe--uk {
    width: 1.3rem;
    height: 100%;
  }

  .tour {
    padding: 7.2rem 2.4rem;
  }

  .tour__inner {
    width: 34.2rem;
    height: 25.7rem;
    padding-left: 2.4rem;
    gap: 2rem;
  }

  .tour__text {
    gap: 1.5rem;
  }

  .tour__text-sub {
    font-size: 1.8rem;
  }

  .tour__text-main {
    font-size: 2.6rem;
  }

  .tour__badge {
    padding: 1.5rem 3rem;
  }

  .tour__badge-text {
    font-size: 1.8rem;
  }

  .interview1 {
    width: 100%;
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }

  .interview1__inner {
    width: 39rem;
    height: 51.2rem;
    padding: 0;
    position: relative;
  }

  .interview1__header {
    position: relative;
    width: 31.1rem;
    min-height: 7.6rem;
    padding: 0;
    align-items: flex-start;
    border-bottom: 1px solid #000;
    z-index: 10;
  }

  .interview1__label {
    position: absolute;
    left: 1.2rem;
    top: 0;
    width: 22.4rem;
    height: 2.8rem;
    padding: 0 1.2rem;
    overflow: visible;
  }

  .interview1__label-text {
    font-size: 1.2rem;
  }

  .interview1__label-stripes {
    width: 2.4rem;
    height: 2.8rem;
    right: 0;
    top: 0;
  }

  .interview1__title {
    position: absolute;
    left: 3.2rem;
    top: 3.6rem;
    font-size: 2rem;
    padding: 0;
    margin: 0;
  }

  .interview1__content {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .interview1__vert-title {
    position: absolute;
    right: 1.2rem;
    top: -1rem;
    width: 11rem;
    height: 20rem;
    padding: 2rem;
    gap: 0.8rem;
    z-index: 2;
    background-color: #fff;
  }

  .interview1__vert-text {
    font-size: 1.8rem;
    width: 1.8rem;
    line-height: 1.11;
  }

  .interview1__vert-text:first-child {
    line-height: 1.11;
  }

  .interview1__vert-text:last-child {
    line-height: 1.11;
  }

  .interview1__photo-img {
    width: 34.2rem;
    height: 22.8rem;
    margin-left: 2.4rem;
    margin-top: 2.4rem;
  }

  .interview1__name {
    position: absolute;
    left: 1.2rem;
    top: 17.2rem;
  }

  .interview1__name-role {
    font-size: 1rem;
    padding: 0.8rem;
  }

  .interview1__name-person {
    font-size: 1.6rem;
    padding: 0.8rem;
    letter-spacing: 0.2rem;
  }

  .interview1__text {
    width: 100%;
    padding: 2rem 2.4rem 0;
  }

  .interview1__desc {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .interview1__more {}

  .interview1__more-text {
    font-size: 1.4rem;
  }

  .interview1__more-arrow {
    width: 4.8rem;
    height: 4.8rem;
  }

  .interview1__color-bar {
    left: 12.3rem;
    top: auto;
    bottom: -1rem;
    width: 0.2rem;
    height: 12rem;
  }

  .series {
    width: 100%;
    padding-bottom: 7.2rem;
    scroll-margin-top: 10.4rem;
  }

  .series__header {
    height: auto;
    padding: 2.4rem 2.4rem 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .series__title-block {
    width: 20rem;
    height: 4.8rem;
  }

  .series__title-bg {
    left: -2.4rem;
    top: -2.4rem;
    width: 30.7rem;
    height: 12.8rem;
  }

  .series__title-stripes {
    height: 12.8rem;
  }

  .series__title-stripe--uk {
    width: 2.4rem;
  }

  .series__title-stripe--brazil {
    width: 0.7rem;
  }

  .series__title-stripe--japan {
    width: 1.6rem;
  }

  .series__title-corolla-svg {
    width: 7.9rem;
    height: 1.2rem;
  }

  .series__title-series {
    font-size: 1.6rem;
  }

  .series__title-text {
    gap: 1rem;
  }

  .series__title-jp {
    font-size: 2rem;
  }

  .series__nav {
    display: none;
  }

  .series__inner {
    padding: 2rem 2.4rem 0;
    gap: 5rem;
  }

  .series__cards {
    width: calc(100% + 2.4rem);
    margin-left: 0;
    margin-right: -2.4rem;
    padding-left: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
  }

  .series__cards::-webkit-scrollbar {
    display: none;
  }

  .series__cards-track {
    gap: 1.6rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: none;
    cursor: auto;
  }

  .series__cards-track::-webkit-scrollbar {
    display: none;
  }

  .series__card {
    width: 31.8rem;
    scroll-snap-align: start;
  }

  .series__card-img {
    aspect-ratio: 318 / 179;
  }

  .series__card-body {
    padding: 2rem;
    gap: 1rem;
  }

  .series__card-desc {
    font-size: 1.3rem;
  }

  .series__special {
    gap: 2rem;
  }

  .series__special-label {
    height: 4rem;
    padding: 0 1.2rem;
  }

  .series__special-label-60th {
    top: 0;
    font-size: 2.1rem;
  }

  .series__special-label-jp {
    font-size: 1.8rem;
  }

  .series__special-cards {
    gap: 1.6rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 2.4rem);
    padding-right: 2.4rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .series__special-cards::-webkit-scrollbar {
    display: none;
  }

  .series__special-cards .series__card {
    width: 31.8rem;
    flex: none;
  }

  .series__compare {
    gap: 2rem;
    width: 100%;
  }

  .series__compare-text {
    font-size: 1.6rem;
    text-align: center;
  }

  .series__compare-img {
    width: 34.2rem;
  }

  .series__compare-banner {
    width: 34.2rem;
    height: auto;
    padding: 2rem;
  }

  .notes {
    padding: 0 2.4rem 2.4rem;
  }

  .notes__item {
    gap: 0.2rem;
  }

  .notes__marker {
    width: 1.2rem;
    font-size: 1.2rem;
  }

  .notes__text {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .history-modal__container {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
  }

  .history-modal__header {
    height: 5.6rem;
  }

  .history-modal__title {
    display: none;
  }

  .history-modal__controls {
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
    gap: 1.2rem;
  }

  .history-modal__ctrl {
    flex-direction: row;
    gap: 0.6rem;
  }

  .history-modal__ctrl-icon {
    width: 3.4rem;
    height: 3.4rem;
  }

  .history-modal__ctrl-icon svg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .history-modal__ctrl:last-child .history-modal__ctrl-icon svg {
    width: 1.6rem;
    height: 1.2rem;
  }

  .history-modal__ctrl-label {
    display: none;
  }

  .history-modal__ctrl:last-child .history-modal__ctrl-label {
    display: block;
    font-size: 1rem;
    color: #000;
    line-height: 1;
  }

  .history-modal__close {
    width: 5.6rem;
    height: 5.6rem;
  }

  .history-modal__close svg {
    width: 2rem;
    height: 2rem;
  }

  .history-modal__viewport {
    top: 5.6rem;
    right: 0;
    bottom: 0;
  }

  .history-modal__viewport-inner {
    padding: 4.9rem 2rem 2rem;
  }

  .history-modal__image {
    padding-top: 0;
  }

  .history-modal__scrollbar-v {
    top: 5.6rem;
    width: 1.2rem;
  }

  .history-modal__scrollbar-h {
    right: 1.2rem;
    height: 1.2rem;
  }

  .history-modal__scrollbar-v-thumb {
    width: 0.6rem;
    right: 0.3rem;
  }

  .history-modal__scrollbar-h-thumb {
    height: 0.6rem;
    bottom: 0.3rem;
  }

  .history-modal__years {
    position: absolute;
    top: -0.4rem;
    height: 0.7rem;
    width: 100%;
  }

  .history-modal__year-text {
    font-size: 0.8rem;
  }

  .history-modal__year-icon {
    width: 0.6rem;
    height: 0.6rem;
  }

  .history-modal__year-icon svg {
    width: 0.6rem;
    height: 0.6rem;
  }

  .history-modal__year {
    gap: 0.2rem;
  }

  .history-modal__year:nth-child(1) {
    left: 2.1%;
  }

  .history-modal__year:nth-child(2) {
    left: 14.6%;
  }

  .history-modal__year:nth-child(3) {
    left: 26.6%;
  }

  .history-modal__year:nth-child(4) {
    left: 38.8%;
  }

  .history-modal__year:nth-child(5) {
    left: 53%;
  }

  .history-modal__year:nth-child(6) {
    left: 69.9%;
  }

  .history-modal__year:nth-child(7) {
    left: 85.7%;
  }

  .history-modal__guide {
    width: 20rem;
    height: 16rem;
    transform: translate(-50%, -50%);
    gap: 1.6rem;
  }

  .history-modal__guide-item--pc {
    display: none;
  }

  .history-modal__guide-item--sp {
    display: flex;
  }

  .history-modal__guide-text {
    font-size: 1.2rem;
  }

  .history-modal__hint {
    bottom: 2.4rem;
    width: auto;
    padding: 0 2rem;
    height: 3.2rem;
    transform: translateX(-50%);
    font-size: 1.2rem;
  }

  .history-modal__detail-card {
    width: calc(100vw - 4rem);
    padding: 3rem 2.4rem;
  }

  .history-modal__detail-era {
    font-size: 3.2rem;
  }

  .history-modal__detail-subtitle {
    font-size: 1.8rem;
  }

  .history-modal__detail-desc {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .history-modal__detail-close {
    top: 2rem;
    right: 2rem;
  }
}