/*==================================================
section top_about
===================================*/
.top_about {
  position: relative;
  padding: 3rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .top_about {
    flex-direction: column;
    gap: 4rem;
    padding: 4rem 0;
  }
}

.top_about::after {
  content: "ABOUT US";
  font-family: "Cormorant Garamond", serif;
  font-size: 14rem;
  font-weight: 400;
  color: #f5f5f5;
  letter-spacing: 0.12rem;
  line-height: 13rem;
  position: absolute;
  top: 20%;
  right: -12rem;
  display: block;
  width: 54rem;
  transform: rotate(90deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_about::after {
    display: none;
  }
}

.top_about__wrapper {
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.top_about__content {
  padding: 4rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6rem;
}

@media screen and (max-width: 767px) {
  .top_about__content {
    flex-direction: column;
    padding: 0;
    gap: 4rem;
  }
}

.top_about__content--left {
  width: calc(50% - 6rem);
}

.top_about__content--right {
  width: 50%;
  max-width: 38vw;
  padding-top: 10rem;
}

@media screen and (max-width: 767px) {
  .top_about__content--left,
  .top_about__content--right {
    width: 100%;
    padding: 0 5%;
  }

  .top_about__content--right {
    max-width: unset;
    padding-top: 0;
  }
}

.top_about__title_jp {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.14rem;
  padding-left: 1.2rem;
}

.top_about__title_en {
  font-family: "Cormorant Garamond", serif;
  font-size: 7.2rem;
  font-weight: 400;
  letter-spacing: 0.4rem;
  line-height: 7rem;
}

@media screen and (max-width: 767px) {
  .top_about__title_en {
    font-size: 6.4rem;
    letter-spacing: 0.2rem;
  }
}

.top_about__lead {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.top_about__lead label {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-family: 400;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .top_about__lead label {
    font-size: 1.2rem;
  }
}

.top_about__lead span {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  display: block;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  background-color: #313131;
  width: fit-content;
  line-height: 3.2rem;
  padding: 0.5rem 1.5rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .top_about__lead span {
    font-size: 2.4rem;
    padding: 0.5rem 1rem;
    padding-bottom: 1rem;
  }
}

.top_about__text_ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 767px) {
  .top_about__text_ja {
    line-height: 2.8rem;
    margin-bottom: 3rem;
  }
}

.top_about__text_en {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.15rem;
  line-height: 2.2rem;
}

@media screen and (max-width: 767px) {
  .top_about__text_en {
    font-size: 1.2rem;
  }
}

/*==================================================
section top_about END
===================================*/
