.brand__mainVis,
.brandMessage {
  margin: 0 auto;
  max-width: 1080px;
}

.brand {
  margin-top: 72px;
}

.brand__mainVis {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

.brandMessage {
  box-sizing: border-box;
  margin-top: clamp(140px, 18vw, 240px);
  padding: 0 40px;
}

.brandTitle {
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1;
  text-decoration: underline;
  text-decoration-color: #424242;
  text-underline-offset: 24px;
}

.brandMessage__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.brandMessage__leftText,
.brandMessage__rightText {
  color: #333;
  line-height: 2;
}

.brandMessage__leftText {
  font-size: var(--fontMax24Min18);
}

.brandMessage__rightText {
  font-size: var(--fontMax18Min14);
}

.brandProduct {
  background: url(../../images/brand/img-brand_product_bg_pc.png) no-repeat center / cover;
  margin-top: 70px;
  min-height: 35vw;
}

.brandProduct .container {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: auto 46%;
  height: 100%;
  margin: 0 auto;
  max-width: 1080px;
  padding-inline: 20px;
}

.brandProduct__imageWrap {
  display: grid;
  gap: 40px;
  width: 100%;
}

.brandProduct__image {
  max-width: 368px;
  width: 100%;
}

.brandProduct__image:nth-child(2) {
  margin-left: auto;
}

.brandProduct__text {
  font-size: var(--fontMax28Min24);
  text-align: end;
  width: fit-content;
}

.brandProduct__text .hash {
  font-size: 36px;
  margin-right: 8px;
  position: relative;
  top: -4px;
}

.pushLeft {
  margin-right: 24px;
}

.brand__mainVisBG {
  display: none;
}

@media screen and (max-width: 767px) {
  .brandMessage__container,
  .brandMessage {
    margin-top: 70px;
  }
  .brand__mainVisBG {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .brandMessage {
    box-sizing: border-box;
    padding: 0 40px 70px;
  }
  .brandMessage__container {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .brandProduct {
    background: url(../../images/brand/img-brand_product_bg_sp.png) no-repeat center / cover;
  }
  .brandProduct .container {
    gap: 0;
    grid-template-columns: 1fr;
    justify-items: center;
    position: relative;
  }
  .brandProduct__text {
    line-height: 2.8;
    text-align: center;
  }

  .brandProduct__imageWrap {
    gap: 60px;
    margin-block: 40px 80px;
  }

  .brandProduct__image {
    max-width: 279px;
  }
  .pushLeft {
    margin-right: 48px;
  }
  .brandProduct__text .hash {
    font-size: 32px;
    top: 0;
  }
}
