section {
  color: #fff;
  max-width: 1665px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.about_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about_bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.5;
}

.about_content {
  display: flex;
  padding: 300px 0 0;
  position: relative;
  z-index: 2;
}

.about_left {
  flex: 0.8;
  text-align: left;
  position: relative;
}

.about_left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../ado/images/atelier_bg.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}

.about_right {
  flex: 1;
  text-align: left;
}

.about_title {
  font-size: 40px;
  font-weight: 300;
}

.about_text h3 {
  font-size: 32px;
  font-weight: normal;
  line-height: 42px;
  margin-bottom: 30px;
}

.about_text p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.about_text .clear_text {
  color: rgb(255, 255, 255, 0.3);
}

.since {
  margin-top: 120px;
}

.since p {
  font-size: 16px;
  margin-bottom: 10px;
}

.since h3 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 50px;
}

.since a {
  display: inline-block;
  text-align: center;
  width: 140px;
  height: 40px;
  font-size: 15px;
  line-height: 42px;
  color: #000;
  background-color: #fff;
}

.artist_title {
  text-align: left;
  font-size: 40px;
  font-weight: 300;
}

.title_line {
  border-top: 1px #fff solid;
  margin: 20px 0 40px;
}

.artist_box {
  display: flex;
  gap: 30px;
}

.artist {
  flex: 1;
  position: relative;
  box-sizing: border-box;
}

.artist img {
  width: 100%;
  display: block;
}

.artist_info {
  color: #fff;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info_text {
  text-align: left;
}

.info_text h3 {
  margin: 5px 0;
  font-size: 20px;
  font-weight: normal;
}

.info_text p {
  font-size: 14px;
  opacity: 0.4;
}

.artist_description {
  text-align: left;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.artist_description p {
  font-size: 15px;
  line-height: 25px;
  padding: 25px 20px 0;
}

.more_artists {
  display: block;
  font-size: 15px;
  padding: 0 20px 25px;
}

.more {
  display: block;
  text-align: right;
  margin-top: 100px;
}

.more a {
  display: inline-block;
  text-align: center;
  width: 140px;
  height: 40px;
  font-size: 15px;
  line-height: 42px;
  color: #000;
  background-color: #fff;
}

.footer {
  padding: 150px 0 100px;
}

.footer .footer_text01 {
  font-size: 12px;
  line-height: 20px;
  color: rgb(255, 255, 255, 0.5);
}

.footer .footer_text02 {
  font-size: 15px;
  line-height: 20px;
  color: rgb(255, 255, 255, 0.5);
}

@media (max-width: 1000px) {
  .banner_text {
    display: none;
  }

  .main_banner img {
    height: 100dvh;
  }

  .about_left::before {
    background-image: none;
  }

  .about_content {
    padding: 150px 0 0;
    margin: 0 20px 0;
    flex-direction: column;
    gap: 50px;
  }

  .about_title {
    font-size: 32px;
  }

  .about_text h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .about_text p {
    font-size: 14px;
    line-height: 24px;
    word-break: keep-all;
  }

  .since {
    margin-top: 80px;
  }

  .since p {
    font-size: 15px;
  }

  .since h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .artist_title {
    font-size: 32px;
    margin: 0 20px;
  }

  .title_line {
    margin: 10px 20px 30px;
  }

  .artist_box {
    flex-direction: column;
    margin: 0 20px;
    align-items: stretch;
  }

  .artist_description {
    flex: none;
  }

  .info_text h3 {
    font-size: 15px;
  }

  .info_text p {
    font-size: 12px;
  }

  .more {
    margin-top: 80px;
    margin-right: 20px;
  }

  .artist_info img {
    max-width: 20px;
  }

  .footer {
    padding: 130px 0 100px;
  }

  .footer .footer_text01 {
    font-size: 11px;
  }

  .footer .footer_text02 {
    font-size: 13px;
    word-break: keep-all;
  }
}
