._BrandEmpower_yru3j_1 {
  width: 100%;
  padding: var(--SPACE-BLOCK-SPACING-120) 0;

  @media (width > 768px) {
    padding: var(--SPACE-BLOCK-SPACING-120) 0 240px;
  }
}

._outer_yru3j_10 {
  display: grid;
  gap: 0 var(--OUTSIDE-GUTTER);
  grid-template-columns:
    1fr minmax(var(--CONTENT-WIDTH-SP), var(--CONTENT-WIDTH-PC))
    1fr;
}

._inner_yru3j_18 {
  grid-column: 2 / 3;
}

._media_yru3j_22 {
  margin-top: var(--SPACE-BLOCK-SPACING-24);

  @media (width > 768px) {
    margin-top: var(--SPACE-BLOCK-SPACING-64);
  }
}

._mediaImage_yru3j_30 {
  display: block;
  width: 100%;
  height: auto;
}

._text_yru3j_36 {
  display: flex;
  flex-direction: column;
  gap: var(--SPACE-BLOCK-SPACING-16);
  margin-top: var(--SPACE-BLOCK-SPACING-40);

  @media (width > 768px) {
    margin-top: var(--SPACE-BLOCK-SPACING-64);
  }
}

._paragraph_yru3j_47 {
  margin: 0;
  font-size: var(--FONT-SIZE-XS);
  color: var(--TEXT-BLACK);

  @media (width > 768px) {
    font-size: var(--FONT-SIZE-BASE);
  }
}

._links_yru3j_57 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--SPACE-BLOCK-SPACING-32);
  max-width: 848px;
  margin: var(--SPACE-BLOCK-SPACING-40) auto 0;

  @media (width > 768px) {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: var(--SPACE-BLOCK-SPACING-48);
    margin-top: var(--SPACE-BLOCK-SPACING-80);
  }

  > a {
    /* ボタンの高さを固定 */
    min-height: 76px;

    @media (width > 768px) {
      flex: 1 1 0;
      max-width: 400px;
    }
  }
}
._BrandHeadingLevel2_1udzo_1 {
  margin: 0;
  color: var(--TEXT-BLACK);
  font-size: var(--FONT-SIZE-XL);
  font-weight: var(--FONT-WEIGHT-BOLD);
  line-height: 1.5;

  @media (width > 768px) {
    font-size: var(--FONT-SIZE-4XL);
  }
}

._themeWhite_1udzo_13 {
  color: var(--TEXT-WHITE);
}
._BrandMarquee_lxd6s_1 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

._outer_lxd6s_11 {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  contain: inline-size;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

._track_lxd6s_21 {
  display: flex;
  width: max-content;

  @media (prefers-reduced-motion: no-preference) {
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: _brandMarqueeLoop_lxd6s_1;

    .is-stop-marquee & {
      animation-play-state: paused;
    }
  }

  @media (scripting: none) {
    width: 100%;
    margin: auto;
    animation: none;
  }
}

._group_lxd6s_43 {
  display: flex;
  flex: 0 0 auto;

  @media (scripting: none) {
    flex-direction: column;
    width: 100%;

    &[aria-hidden='true'] {
      display: none;
    }

    @media (width > 768px) {
      flex-direction: row;
      flex-wrap: wrap;
    }
  }
}

._item_lxd6s_62 {
  flex-shrink: 0;
  width: min(70vw, 320px);
  overflow: hidden;

  @media (width > 768px) {
    width: 457px;
  }

  @media (scripting: none) {
    width: 100%;

    @media (width > 768px) {
      width: 457px;
    }
  }
}

._image_lxd6s_80 {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 611 / 457;
}

@keyframes _brandMarqueeLoop_lxd6s_1 {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

._controls_lxd6s_93 {
  --icon-size: 40px;
  --padding-bottom: 8px;

  align-self: end;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  display: flex;
  justify-content: flex-end;
  max-width: calc(1920px - ((72px - var(--OUTSIDE-GUTTER)) * 2));
  width: 100%;
  margin-inline: auto;
  padding: 0 var(--OUTSIDE-GUTTER) var(--padding-bottom);
  position: relative;
  z-index: var(--Z-INDEX-DEFAULT);

  @media (width > 768px) {
    --padding-bottom: 16px;
  }

  @media (scripting: none) {
    display: none;
  }
}

._controlButton_lxd6s_118 {
  aspect-ratio: 1 / 1;
  width: var(--icon-size);
  height: auto;
  background-image: url('/assets/images/common/icon-index-pause-02.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity var(--TRANSITION);

  /* reset */
  appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;

  &:focus-visible {
    opacity: var(--OPACITY-HOVER);
  }

  @media (any-hover: hover) {
    &:hover {
      opacity: var(--OPACITY-HOVER);
    }
  }

  &.is-stop {
    background-image: url('/assets/images/common/icon-index-play-02.svg');
  }
}
._BrandMV_qkgy7_1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 375 / 560;

  @media (width > 768px) {
    aspect-ratio: auto;
    height: calc(100dvh - var(--HEADER-HEIGHT));
  }

  @media (scripting: none) {
    aspect-ratio: auto;
  }
}

._title_qkgy7_17 {
  position: absolute;
  right: 16px;
  bottom: 104px;
  z-index: calc(var(--Z-INDEX-DEFAULT) + 1);
  margin: 0;
  color: var(--TEXT-WHITE);
  font-size: var(--FONT-SIZE-4XL);
  font-weight: var(--FONT-WEIGHT-BOLD);
  line-height: 1.5;

  @media (width > 768px) {
    right: clamp(40px, 8.3vw, 160px);
    bottom: var(--SPACE-BLOCK-SPACING-64);
    left: auto;
    font-size: var(--FONT-SIZE-6XL);
    white-space: nowrap;
  }

  @media (scripting: none) {
    position: static;
    color: var(--TEXT-BLACK);
  }
}

._carousel_qkgy7_42 {
  --local-slide-width: 100%;
  --local-controller-margin-top: 0;

  &.swiper {
    height: 100%;

    /* InteractionCarousel の 詳細度によって上書きされるのを防止 */
    &[class] {
      margin: 0;
    }
  }

  /* Swiper 既定の z-index: 1 が .title（--Z-INDEX-DEFAULT）と競合するため解除 */
  .swiper-wrapper {
    z-index: auto;
  }

  .swiper-button-prev,
  .swiper-button-next,
  .swiper-pagination {
    display: none;
  }

  .swiper-button-toggle {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: var(--Z-INDEX-FLOATING);
    display: block;
    aspect-ratio: 1 / 1;
    width: 40px;
    height: auto;
    margin: 0;
    padding: 0;
    appearance: none;
    border: none;
    background-color: transparent;
    background-image: url('/assets/images/common/icon-index-play.svg');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: auto;
    order: 0;
    cursor: pointer;
    transition: opacity var(--TRANSITION);

    @media (width > 768px) {
      right: 24px;
      bottom: 24px;
    }

    &:focus-visible {
      opacity: var(--OPACITY-HOVER);
    }

    @media (any-hover: hover) {
      &:hover {
        opacity: var(--OPACITY-HOVER);
      }
    }

    &.swiper-button-toggle-pause {
      background-image: url('/assets/images/common/icon-index-pause.svg');
    }

    /* Swiper 既定のアイコンを非表示 */
    &::before {
      content: none;
    }
  }
}

._slide_qkgy7_114 {
  position: relative;
  overflow: hidden;
}

._slideImage_qkgy7_119 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._blockLeft_qkgy7_126,
._blockRight_qkgy7_127 {
  position: absolute;
  height: auto;
  object-fit: contain;

  /* InteractionCarousel の 詳細度によって上書きされるのを防止 */
  &[class] {
    width: 35.5%;

    @media (width > 768px) {
      width: 18%;
    }
  }
}

._blockLeft_qkgy7_126 {
  left: 0;
  bottom: 0;
  object-position: left bottom;
}

._blockRight_qkgy7_127 {
  right: 0;
  top: 0;
  object-position: right top;
}

._hiddenMd_qkgy7_154 {
  @media (width > 768px) {
    display: none;
  }
}
._BrandStatement_9e275_1 {
  width: 100%;
}

._logoOuter_9e275_5 {
  display: grid;
  gap: 0 var(--OUTSIDE-GUTTER);
  grid-template-columns:
    1fr minmax(var(--CONTENT-WIDTH-SP), var(--CONTENT-WIDTH-PC))
    1fr;
}

._logo_9e275_5 {
  grid-column: 2 / 3;
  display: grid;
  place-items: center;
  padding: var(--SPACE-BLOCK-SPACING-120) 0;

  @media (width > 768px) {
    padding: var(--SPACE-BLOCK-SPACING-160) 0;
  }
}

._logoImage_9e275_24 {
  display: block;
  width: min(200px, 53%);
  height: auto;

  @media (width > 768px) {
    width: 350px;
  }
}

._outer_9e275_34 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    'media'
    'content';
  background-color: var(--BG-BLACK);

  @media (width > 768px) {
    grid-template-columns: repeat(2, 50%);
    grid-template-areas: 'content media';
  }
}

._content_9e275_48 {
  grid-area: content;
  padding: var(--SPACE-BLOCK-SPACING-64) var(--OUTSIDE-GUTTER);
  color: var(--TEXT-WHITE);

  @media (width > 768px) {
    display: flex;
    justify-content: flex-end;
    padding: var(--SPACE-BLOCK-SPACING-80) 0;
  }
}

._contentInner_9e275_60 {
  width: min(
    calc(100% - var(--OUTSIDE-GUTTER)),
    calc(var(--CONTENT-WIDTH-PC) / 2)
  );

  @media (width > 768px) {
    padding-right: var(--OUTSIDE-GUTTER);
  }

  @media (width > 1408px) {
    width: auto;
    padding-right: var(--SPACE-BLOCK-SPACING-80);
  }
}

._heading_9e275_76 {
  margin: 0 0 var(--SPACE-BLOCK-SPACING-24);

  @media (width > 768px) {
    margin-bottom: var(--SPACE-BLOCK-SPACING-48);
  }
}

._text_9e275_84 {
  display: flex;
  flex-direction: column;
  gap: var(--SPACE-BLOCK-SPACING-16);
}

._paragraph_9e275_90 {
  margin: 0;
  font-size: var(--FONT-SIZE-XS);
  line-height: 2;

  @media (width > 768px) {
    font-size: var(--FONT-SIZE-BASE);
  }
}

._media_9e275_100 {
  grid-area: media;
}

._mediaImage_9e275_104 {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 371;
  object-fit: cover;

  @media (width > 768px) {
    height: 100%;
    min-height: 1028px;
    aspect-ratio: auto;
  }
}
._BrandSymbol_1k733_1 {
  width: 100%;
  padding: var(--SPACE-BLOCK-SPACING-120) 0 0;

  @media (width > 768px) {
    padding: 240px 0 0;
  }
}

._outer_1k733_10 {
  display: grid;
  gap: 0 var(--OUTSIDE-GUTTER);
  grid-template-columns:
    1fr minmax(var(--CONTENT-WIDTH-SP), var(--CONTENT-WIDTH-PC))
    1fr;
}

._inner_1k733_18 {
  grid-column: 2 / 3;
  display: grid;
  grid-template-areas:
    'heading'
    'logo'
    'text';
  grid-template-columns: 1fr;

  @media (width > 768px) {
    grid-template-areas:
      'logo heading'
      'logo text';
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--SPACE-BLOCK-SPACING-48);
    align-items: start;
  }
}

._logo_1k733_38 {
  grid-area: logo;
  display: grid;
  place-items: center;
  width: 100%;
  margin-top: var(--SPACE-BLOCK-SPACING-24);
  padding: 0 var(--SPACE-BLOCK-SPACING-48);

  @media (width > 768px) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding: 0;
  }
}

._logoImage_1k733_55 {
  display: block;
  width: 100%;
  max-width: 416px;
  height: auto;

  @media (width > 768px) {
    max-width: none;
    aspect-ratio: 583 / 438;
    object-fit: cover;
  }
}

._heading_1k733_68 {
  grid-area: heading;
}

._text_1k733_72 {
  grid-area: text;
  margin-top: var(--SPACE-BLOCK-SPACING-16);
  font-size: var(--FONT-SIZE-XS);
  line-height: 2;
  color: var(--TEXT-BLACK);

  @media (width > 768px) {
    margin-top: 0;
    font-size: var(--FONT-SIZE-BASE);
  }
}
