@charset "UTF-8";
body {
  background: #f0ece4;
  width: 100%;
  overflow-x: hidden
}
body.noscroll {
  overflow-y: hidden
}
.heading {
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: .875rem;
  line-height: 100%;
  font-weight: 600;
  width: fit-content;
  height: 2.375rem;
  border-radius: 6.25rem;
  padding: 0 1rem;
  background: #fff;
  border: 1px solid #264646;
  color: #000
}
.btn:active, .btn:hover {
  border: none;
  background: #ea1917;
  color: #fff
}
@media all and (min-width:1441px) {
  .btn {
    font-size: 1rem;
    height: 2.75rem;
    padding: 0 1.25rem
  }
}
.btn.red {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: .875rem;
  line-height: 100%;
  font-weight: 600;
  width: fit-content;
  height: 2.375rem;
  border-radius: 6.25rem;
  padding: 0 1rem;
  background: #ea1917;
  color: #fff;
  border: none
}
.btn.red:active, .btn.red:hover {
  border: 1px solid #264646;
  background: #fff;
  color: #000
}
@media all and (min-width:1441px) {
  .btn.red {
    font-size: 1rem;
    height: 2.75rem;
    padding: 0 1.25rem
  }
}
.article-container {
  width: 100%;
  margin: auto
}
.article-container section {
  max-width: 1920px;
  margin: 0 auto
}
.article-container section .inner {
  width: 100%;
  max-width: 1440px;
  padding: 3.5rem 1rem;
  margin: 0 auto
}
@media all and (min-width:769px) {
  .article-container section .inner {
    padding: 0 1.5rem 4.5rem
  }
}
@media all and (min-width:1441px) {
  .article-container section .inner {
    padding: 0 0 7.5rem
  }
}
.article-container .kv .inner {
  padding: 3.5rem 0 0
}
@media all and (min-width:769px) {
  .article-container .kv .inner {
    padding: 4.5rem 1.5rem 0
  }
}
@media all and (min-width:1441px) {
  .article-container .kv .inner {
    padding: 7.5rem 0 0
  }
}
.article-container .kv-title {
  padding: 0 1rem;
  font-size: 3.25rem;
  line-height: 100%;
  font-weight: 550
}
@media all and (min-width:769px) {
  .article-container .kv-title {
    padding: 0;
    font-size: 6rem
  }
}
@media all and (min-width:1441px) {
  .article-container .kv-title {
    font-size: 5rem
  }
}
.article-container .kv-conbx {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  row-gap: 2rem
}
@media all and (min-width:769px) {
  .article-container .kv-conbx {
    margin-top: 3rem;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    column-gap: 5.125rem
  }
}
@media all and (min-width:1441px) {
  .article-container .kv-conbx {
    margin-top: 4rem;
    column-gap: 3.75rem
  }
}
.article-container .kv-conbx-desc {
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 125%;
  color: #333
}
@media all and (min-width:769px) {
  .article-container .kv-conbx-desc {
    width: calc(30% - 2.5625rem);
    padding: 0;
    font-size: 1.25rem;
    line-height: 120%;
    margin-right: auto
  }
}
@media all and (min-width:1441px) {
  .article-container .kv-conbx-desc {
    width: calc(30% - 1.875rem);
    font-size: 1.5rem;
    line-height: 1.4
  }
}
.article-container .kv-conbx-video {
  width: 100%;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9
}
.article-container .kv-conbx-video-thumb {
  display: none
}
@media all and (min-width:769px) {
  .article-container .kv-conbx-video-thumb {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
  }
  .article-container .kv-conbx-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }
}
.article-container .kv-conbx-video iframe, .article-container .kv-conbx-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1
}
@media all and (min-width:769px) {
  .article-container .kv-conbx-video {
    width: calc(70% - 2.5625rem);
    aspect-ratio: 16/9;
    border-radius: 1.75rem
  }
}
@media all and (min-width:1441px) {
  .article-container .kv-conbx-video {
    width: calc(70% - 1.875rem);
    flex-shrink: 0
  }
}
.article-container .overview {
  width: 100%;
  max-width: 43.5rem;
  padding: 5rem 1.25rem
}
@media all and (min-width:769px) {
  .article-container .overview {
    padding: 7.5rem 1.5rem
  }
}
@media all and (min-width:1441px) {
  .article-container .overview {
    padding: 10rem 0
  }
}
.article-container .overview .inner {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center
}
@media all and (min-width:769px) {
  .article-container .overview .inner {
    padding: 0
  }
}
.article-container .overview .article-banner-logo {
  width: 5.9375rem
}
@media all and (min-width:769px) {
  .article-container .overview .article-banner-logo {
    width: 8.5rem
  }
}
.article-container .overview .article-banner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain
}
.article-container .overview .title {
  font-size: 1.75rem;
  line-height: 115%;
  font-weight: 550;
  margin-top: .5rem;
  background: linear-gradient(90deg, #fd312e 2%, #f914eb 54%, #8227ff 97%, #b432f5 8799%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent
}
@media all and (min-width:769px) {
  .article-container .overview .title {
    font-size: 2.75rem;
    line-height: 1.1
  }
}
.article-container .overview .txt {
  font-size: 1rem;
  line-height: 1.4;
  color: #333;
  text-align: center;
  margin-top: 1rem
}
@media all and (min-width:769px) {
  .article-container .overview .txt {
    font-size: 1.5rem;
    line-height: 1.4
  }
}
@media all and (min-width:1441px) {
  .article-container .overview .txt {
    margin-top: 1.25rem
  }
}
.article-container .products {
  overflow: hidden
}
@media all and (min-width:769px) {
  .article-container .products {
    max-width: unset;
    height: 100vh
  }
}
.article-container .products .inner {
  padding: 0 1rem 2.5rem
}
@media all and (min-width:769px) {
  .article-container .products .inner {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    transform-origin: center center
  }
}
@media all and (min-width:1441px) {
  .article-container .products .inner {
    padding: 0
  }
}
.article-container .products-video {
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative
}
@media all and (min-width:769px) {
  .article-container .products-video {
    width: 100%;
    aspect-ratio: 16/9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center left;
    border-radius: 0
  }
}
.article-container .products-video video {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.article-container .products-video picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}
.article-container .products-video picture img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.article-container .products-video-btn {
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0
}
.article-container .products-video-btn[aria-pressed=false] {
  background: url("/content/dam/channel/wcms/jp/lifesgood/lifes-good-in-action/ai-mobility/images/lifes-good-campaign-2025-live-human-lgcom-ai-mobility-img-btn-movie-play.svg");
  background-size: contain
}
.article-container .products-video-btn[aria-pressed=true] {
  background: url("/content/dam/channel/wcms/jp/lifesgood/lifes-good-in-action/ai-mobility/images/lifes-good-campaign-2025-live-human-lgcom-ai-mobility-img-btn-movie-pause.svg");
  background-size: contain
}
@media all and (min-width:769px) {
  .article-container .products-video-btn {
    width: 2rem;
    height: 2rem
  }
}
.article-container .products-video-title {
  display: none
}
@media all and (min-width:769px) {
  .article-container .products-video-title {
    font-size: 3.25rem;
    line-height: 110%;
    font-weight: 550;
    color: #fff;
    text-align: center;
    display: flex;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
}
@media all and (min-width:1441px) {
  .article-container .products-video-title {
    font-size: 4rem;
    white-space: nowrap
  }
}
.article-container .products-static {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem
}
.article-container .products-static .inner {
  padding-top: 0;
  padding-bottom: 0
}
@media all and (min-width:769px) {
  .article-container .products-static {
    row-gap: 4.5rem
  }
}
@media all and (min-width:1441px) {
  .article-container .products-static {
    row-gap: 5rem
  }
}
.article-container .products-static-title {
  font-size: 2rem;
  line-height: 112%;
  font-weight: 550;
  text-align: center
}
@media all and (min-width:769px) {
  .article-container .products-static-title {
    font-size: 3.25rem;
    line-height: 110%
  }
}
@media all and (min-width:1441px) {
  .article-container .products-static-title {
    font-size: 4rem
  }
}
.article-container .products-static-item {
  width: 100%
}
.article-container .products-static-item .inner {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem
}
@media all and (min-width:769px) {
  .article-container .products-static-item .inner {
    flex-direction: row;
    row-gap: 0;
    justify-content: space-between;
    align-items: center
  }
}
@media all and (min-width:769px) {
  .article-container .products-static-item.reverse .inner {
    flex-direction: row-reverse
  }
}
.article-container .products-static-item-video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  cursor: pointer
}
@media all and (min-width:769px) {
  .article-container .products-static-item-video {
    width: calc(50% - 2.0625rem);
    border-radius: 1.75rem;
    flex-shrink: 0
  }
}
@media all and (min-width:1441px) {
  .article-container .products-static-item-video {
    width: calc(50% - 3.0625rem)
  }
}
.article-container .products-static-item-video video {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.article-container .products-static-item-video picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}
.article-container .products-static-item-video picture img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.article-container .products-static-item-video-btn {
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0
}
.article-container .products-static-item-video-btn[aria-pressed=false] {
  background: url("/content/dam/channel/wcms/jp/lifesgood/lifes-good-in-action/ai-mobility/images/lifes-good-campaign-2025-live-human-lgcom-ai-mobility-img-btn-movie-play.svg");
  background-size: contain
}
.article-container .products-static-item-video-btn[aria-pressed=true] {
  background: url("/content/dam/channel/wcms/jp/lifesgood/lifes-good-in-action/ai-mobility/images/lifes-good-campaign-2025-live-human-lgcom-ai-mobility-img-btn-movie-pause.svg");
  background-size: contain
}
@media all and (min-width:769px) {
  .article-container .products-static-item-video-btn {
    width: 2rem;
    height: 2rem
  }
}
.article-container .products-static-item-textbx {
  width: 100%
}
@media all and (min-width:769px) {
  .article-container .products-static-item-textbx {
    width: calc(50% - 2.0625rem)
  }
}
@media all and (min-width:1441px) {
  .article-container .products-static-item-textbx {
    width: calc(50% - 3.0625rem)
  }
}
.article-container .products-static-item-textbx-title {
  font-size: 1.75rem;
  line-height: 114%;
  font-weight: 550;
  margin-bottom: .5rem
}
@media all and (min-width:769px) {
  .article-container .products-static-item-textbx-title {
    font-size: 2.75rem;
    line-height: 110%
  }
}
@media all and (min-width:1441px) {
  .article-container .products-static-item-textbx-title {
    font-size: 3.5rem;
    line-height: 107%
  }
}
.article-container .products-static-item-textbx-desc {
  font-size: 1rem;
  line-height: 125%;
  color: #333;
  margin-bottom: .75rem
}
@media all and (min-width:769px) {
  .article-container .products-static-item-textbx-desc {
    font-size: 1.25rem;
    line-height: 120%;
    margin-bottom: 1.5rem
  }
}
@media all and (min-width:1441px) {
  .article-container .products-static-item-textbx-desc {
    font-size: 1.5rem;
    line-height: 116%
  }
}
.article-container .products-static-item-textbx-desc span {
  font-weight: 700
}
.article-container .promotion-title {
  font-size: 1.75rem;
  line-height: 114%;
  font-weight: 550
}
@media all and (min-width:769px) {
  .article-container .promotion-title {
    font-size: 2.75rem;
    line-height: 109%
  }
}
@media all and (min-width:1441px) {
  .article-container .promotion-title {
    font-size: 3.5rem;
    line-height: 107%
  }
}
.article-container .promotion-conbx {
  width: 100%;
  position: relative;
  margin-top: .75rem
}
@media all and (min-width:769px) {
  .article-container .promotion-conbx {
    margin-top: 4.5rem
  }
}
@media all and (min-width:1441px) {
  .article-container .promotion-conbx {
    margin-top: 7.5rem
  }
}
.article-container .promotion-conbx-imgbx {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden
}
@media all and (min-width:769px) {
  .article-container .promotion-conbx-imgbx {
    border-radius: 1.75rem
  }
}
.article-container .promotion-conbx-imgbx img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.article-container .promotion-conbx-txtbx {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.25rem
}
@media all and (min-width:769px) {
  .article-container .promotion-conbx-txtbx {
    padding: 0 2rem;
    top: 50%;
    transform: translateY(-50%)
  }
}
@media all and (min-width:1441px) {
  .article-container .promotion-conbx-txtbx {
    padding: 0 5rem
  }
}
.article-container .promotion-conbx-txtbx-eyebrow {
  font-size: .875rem;
  line-height: 114%;
  margin-bottom: .5rem
}
@media all and (min-width:769px) {
  .article-container .promotion-conbx-txtbx-eyebrow {
    font-size: 1rem;
    line-height: 125%;
    color: #ccc
  }
}
@media all and (min-width:1441px) {
  .article-container .promotion-conbx-txtbx-eyebrow {
    font-size: 1rem;
    line-height: 112%;
    color: #fff
  }
}
.article-container .promotion-conbx-txtbx-title {
  font-size: 1.5rem;
  line-height: 116%;
  font-weight: 600;
  margin-bottom: .75rem
}
@media all and (min-width:769px) {
  .article-container .promotion-conbx-txtbx-title {
    font-size: 2.25rem;
    color: #fff;
    margin-bottom: 1.5rem
  }
}
@media all and (min-width:1441px) {
  .article-container .promotion-conbx-txtbx-title {
    font-size: 2.5rem;
    line-height: 105%
  }
}
.article-container .promotion-conbx-txtbx-title.bk {
  color: #333
}