@charset "UTF-8";
.slide-video_TOP {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  background: #fbfbfa;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
}
.slide-video_TOP img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
  display: block;
}
.slide-video_TOP a {
  text-decoration: none;
  color: inherit;
}
.slide-video_TOP .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.slide-video_TOP p {
  font-family: "noto-sans";
}
.slide-video_TOP p span {
  display: inline-block;
}
.slide-video_TOP button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
}
.slide-video_TOP figure {
  margin: 0;
}

.slide-video_TOP .l-grid_layout-content {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  grid-gap: 9px;
}
.slide-video_TOP .l-grid_layout-content.m-hide_gutters {
  grid-gap: 0;
}
.slide-video_TOP .l-grid_layout-content.m-small_gutters {
  grid-gap: 4px;
}
@media screen and (min-width: 768px) {
  .slide-video_TOP .l-grid_layout-content {
    grid-template-columns: [grid-start] repeat(12, 1fr) [grid-end];
    grid-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .slide-video_TOP .l-grid_layout-content {
    grid-gap: 20px;
  }
}
.slide-video_TOP .l-grid_layout-content .l-grid_layout-item {
  align-self: auto;
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .slide-video_TOP .l-grid_layout-content .l-grid_layout-item {
    grid-column: span 12;
  }
}
.slide-video_TOP .l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in {
  display: flex;
}
.slide-video_TOP .l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in:only-child {
  height: 100%;
}
.slide-video_TOP .b-text_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  width: 100%;
  max-width: calc(100vw - 30px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .slide-video_TOP .b-text_block {
    max-width: calc(100vw - 64px);
  }
}
.slide-video_TOP .b-text_block .b-text_block-container {
  width: 100%;
}
.slide-video_TOP .b-text_block .b-text_block-container:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .slide-video_TOP .b-text_block .b-text_block-container {
    width: var(--width, auto);
  }
}
.slide-video_TOP .b-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  left: 50%;
  position: absolute;
  top: 80%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  grid-gap: 24px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .slide-video_TOP .b-actions {
    grid-gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .slide-video_TOP .b-actions {
    grid-gap: 40px;
  }
}
.slide-video_TOP .b-actions .b-actions-item {
  width: var(--button-width, auto);
}
.slide-video_TOP .b-actions .b-actions-item .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.slide-video_TOP .b-actions .b-actions-item .b-button_ext .b-button {
  width: var(--button-width, auto);
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  border: 1px solid #fff;
  color: #000;
  height: 44px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 16px;
  text-indent: 1.5px;
  align-items: center;
  min-width: 142px;
  pointer-events: all;
}
@media (any-hover: hover) {
  .slide-video_TOP .b-actions .b-actions-item .b-button_ext .b-button:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
  }
}
.slide-video_TOP .b-actions .b-actions-item .b-button_ext .b-button.hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}
.slide-video_TOP .b-image_tile-picture {
  background: transparent;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
}
@media screen and (min-width: 768px) {
  .slide-video_TOP .b-image_tile-picture {
    padding-bottom: var(--bg-padding, 100%);
  }
}
.slide-video_TOP .b-image_tile-picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: var(--img-mb-position, var(--img-obj-position));
     object-position: var(--img-mb-position, var(--img-obj-position));
}
@media screen and (min-width: 768px) {
  .slide-video_TOP .b-image_tile-picture img {
    -o-object-position: var(--img-position);
       object-position: var(--img-position);
  }
}
.slide-video_TOP .b-banner {
  display: flex;
  width: 100%;
  align-items: start;
}
.slide-video_TOP .b-banner .b-promo_box {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  width: 100%;
  grid-gap: 0;
  position: relative;
  top: 0;
}
.slide-video_TOP .b-banner .b-promo_box .b-promo_box-picture {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  grid-column: grid-start/grid-end;
  grid-row: 1/2;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
}
@media screen and (orientation: landscape) {
  .slide-video_TOP .b-banner .b-promo_box .b-promo_box-picture {
    padding-bottom: var(--bg-padding);
  }
}
.slide-video_TOP .b-banner .b-promo_box .b-promo_box-picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.slide-video_TOP .b-banner .b-promo_box-caption {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding: 40px 12px;
  grid-column: grid-start/grid-end;
  grid-row: 1/2;
  justify-content: center;
  align-self: flex-end;
}
@media screen and (min-width: 768px) {
  .slide-video_TOP .b-banner .b-promo_box-caption {
    align-self: center;
  }
}
.slide-video_TOP .b-banner .b-promo_box-caption .b-banner-content {
  width: auto;
  max-width: 100%;
  position: relative;
}
.slide-video_TOP .b-video_banner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slide-video_TOP .b-video_banner .b-video_banner-container {
  display: grid;
  grid-template-columns: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slide-video_TOP .b-video_banner .b-video_banner-container .b-video_banner-inner {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  padding-bottom: var(--bg-padding-mb, 100%);
}
@media screen and (min-width: 768px) {
  .slide-video_TOP .b-video_banner .b-video_banner-container .b-video_banner-inner {
    padding-bottom: var(--bg-padding, 100%);
  }
}
.slide-video_TOP .b-video_banner .b-video_banner-container .b-video_banner-inner .womenTOP-link,
.slide-video_TOP .b-video_banner .b-video_banner-container .b-video_banner-inner .mensTOP-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  width: 50%;
}
@media screen and (orientation: landscape) {
  .slide-video_TOP .b-video_banner .b-video_banner-container .b-video_banner-inner .womenTOP-link,
  .slide-video_TOP .b-video_banner .b-video_banner-container .b-video_banner-inner .mensTOP-link {
    width: 60%;
  }
}
@media screen and (orientation: landscape) {
  .slide-video_TOP .b-video_banner .b-video_banner-container .b-video_banner-inner .womenTOP-link {
    left: 0;
  }
}
.slide-video_TOP .b-video_banner .b-video_banner-container .b-video_banner-inner .mensTOP-link {
  left: auto;
  right: 0;
}
@media screen and (orientation: landscape) {
  .slide-video_TOP .b-video_banner .b-video_banner-container .b-video_banner-inner .mensTOP-link {
    left: auto;
    right: 0;
    width: 40%;
  }
}
.slide-video_TOP .b-video_banner .b-video_banner-container .b-video_banner-poster {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity cubic-bezier(0.3, 0.46, 0.45, 0.94) 0.2s 0.3s;
  z-index: 1;
}
.slide-video_TOP .b-video_banner .b-video_banner-container .b-video_banner-poster.m-hide {
  opacity: 0;
  pointer-events: none; /* クリックできないようにする */
}
.slide-video_TOP .b-video_banner .b-video_banner-container .b-video_banner-item {
  margin: 0 auto;
  position: absolute;
  height: 142%;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  width: 103%;
}
@media screen and (min-width: 768px) {
  .slide-video_TOP .b-video_banner .b-video_banner-container .b-video_banner-item {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.slide-video_TOP .banner-controls {
  align-items: center;
  background: linear-gradient(transparent 0%, #000 70%);
  bottom: 0;
  display: flex;
  gap: 20px;
  height: 70px;
  justify-content: space-between;
  padding: 0 20px;
  position: absolute;
  transition: background 1s cubic-bezier(0.3, 0.46, 0.45, 0.94) 0.2s;
  width: 100%;
  opacity: 0;
  background-size: 1px 200px;
}
.slide-video_TOP .banner-controls.show {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .slide-video_TOP .banner-controls {
    bottom: 0;
  }
}
@media (any-hover: hover) {
  .slide-video_TOP .banner-controls:hover {
    background-size: 1px 100px;
  }
}
.slide-video_TOP .banner-controls .b-video_banner-control {
  align-items: center;
  display: flex;
  font-size: 0;
  height: 28px;
  justify-content: center;
  width: 28px;
}
.slide-video_TOP .banner-controls .b-video_banner-control.hidden {
  display: none;
}
.slide-video_TOP .banner-controls .b-video_banner-control_icon {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  height: 10px;
  pointer-events: none;
  position: relative;
}
.slide-video_TOP .banner-controls .m-play::before {
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  height: 10px;
  pointer-events: none;
  position: relative;
  width: 8px;
  content: "";
  display: inline-flex;
}
.slide-video_TOP .banner-controls .m-pause::before {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 4px;
  content: "";
  display: inline-flex;
}/*# sourceMappingURL=Hero_video-20250407.css.map */