.cmp__b01-section[data-v-96238c7a] {
  background: #fff;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.cmp__b01-section[data-v-96238c7a] {
    height: auto;
    aspect-ratio: 9/16;
}
}
.cmp__b01-section-container[data-v-96238c7a] {
  position: relative;
  width: 100%;
  height: 100%;
}
.cmp__b01-section-text[data-v-96238c7a] {
  position: absolute;
  left: calc(var(--rpx, 1px) * 60);
  top: calc(var(--rpx, 1px) * 107);
  z-index: 1;
}
@media screen and (max-width: 767px) {
.cmp__b01-section-text[data-v-96238c7a] {
    width: 100%;
    left: 50%;
    top: calc(var(--rpx, 1px) * 117);
    transform: translateX(-50%);
}
}
.cmp__b01-section-title[data-v-96238c7a] {
  font-size: 62px;
  font-weight: 500;
  line-height: 74.4px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  transform: translateY(100%);
}
.cmp__b01-section-title.black[data-v-96238c7a] {
  color: #000;
}
@media screen and (max-width: 767px) {
.cmp__b01-section-title[data-v-96238c7a] {
    font-size: 32px;
    line-height: 38.4px;
}
}
.cmp__b01-section-image[data-v-96238c7a] {
  width: 100%;
  height: 100%;
  position: relative;
}
.cmp__b01-section-image .cmp__b01-section-image-mask[data-v-96238c7a] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}
.cmp__b01-section-image img[data-v-96238c7a] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: translateY(-30%);
}