@charset "UTF-8";

.title-s {
  text-align: center;
  font-size: 30px;
  margin: 54px auto;
  border-top: 1px #fff solid;
  padding-top: 60px;
  width: 80%;
}

.title-headline {
  position: relative;
  padding: 1rem .5rem;
  color: #fff;
  text-align: center;
  margin: 6rem 0;
}

.title-headline::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-linear-gradient(20deg, yellow, blue, orange, purple, green, red);
  background-image: linear-gradient(70deg, yellow, blue, orange, purple, green, red);
}

.title-headline::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-linear-gradient(20deg, yellow, blue, orange, purple, green, red);
  background-image: linear-gradient(70deg, yellow, blue, orange, purple, green, red);
}

.contact-line {
  font-size: 18px;
  text-align: center;
  color: #F9D76A;
  text-shadow: 1px 1px 2px #777;
  margin: 20px 0;
  line-height: 24px;
}

.size-2 {
  color: #FFF;
}

.tax {
  text-align: center;
  margin: 30px 0;
}

.guest-wrap {
  margin: 8rem 0;
}

.limit-area {
  position: relative;
  padding: 6px;
  color: #fff;
  border-radius: 10px;
  background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
  width: fit-content;
  margin: 8rem auto;
}

.limit-area span {
  display: block;
  padding: 1rem 2rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, .2);
}

.limit-area h2,
.limit-area h3 {
  text-align: center;
  margin: 0.7rem 0;
}

.guest-img {
  width: 26% !important;
}

.guest-insta {
  margin: 1.4rem auto !important;
}

#top-artist {
  margin: 150px 0;
}

.fee-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.fee-content__amount {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-left: 1px #fff solid;
  padding-left: 30px;
}

.fee-content__amount p {
  font-size: 20px;
}

.hiro-area {
  height: auto !important;
}

.artist__wrap {
  border: 1px #fff solid;
  width: 756px;
  height: 626px;
  margin: 108px auto;
  box-shadow: 6px 6px 2px 0px #A8A8A8;
}

.artist__wrap p span {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}

.artist__wrap p span img {
  width: 116px;
  box-shadow: 2px 3px 3px 0px #777;
}

.artist-name {
  text-align: center;
  margin: 40px 0 1rem 0;
}

.enrollment {
  text-align: center;
  padding: 1rem;
  border-top: 1px #fff solid;
  width: fit-content;
  margin: auto;
}

.artist-content {
  display: flex;
  justify-content: center;
  gap: 64px;
  margin: 30px 0 10px 0;
}

.artist-content p {
  width: 300px;
}

.insta-rogo {
  width: 20%;
  margin: auto;
}

.artist-image {
  width: 32%;
  height: 336px;
  border: 1px #fff solid;
  padding: 2px;
}

.adjustment {
  width: 36%;
}

.hide {
  width: 32%;
}

.hiro {
  object-fit: cover;
}

.gallery-point {
  text-align: end;
  margin: 32px 80px 30px;
}

.point {
  color: #E63383;
}

@media screen and (min-width:375px) and (max-width:430px) {
  .guest-img {
    width: 66% !important;
  }

  .guest-point {
    font-size: 12px;
  }

  .title-s {
    width: 90%;
  }

  .contact-line {
    margin: 20px 0;
  }

  .size-2 {
    margin: 64px 0;
  }

  .fee-content__amount p {
    font-size: 16px;
  }

  .fee-wrap {
    gap: 18px;
    flex-direction: column;
  }

  .fee-content {
    border-top: 1px #fff solid;
    padding-top: 18px;
  }

  .fee-content__amount {
    border-left: none;
    padding: 0;
    line-height: 1.8;
  }

  .artist__wrap {
    width: 318px;
    height: 100%;
  }

  .artist-content {
    display: block;
  }

  .artist-image {
    width: 70%;
    margin: 20px auto;
  }

  .adjustment {
    width: 83%;
  }
  
  .hide {
    width: 78%;
  }

  .artist-content p {
    margin: 0 auto;
    width: 230px;
  }

  .gallery-point {
    text-align: center;
  }

}

@media screen and (min-width:768px) and (max-width:960px) {
  .artist__wrap {
    width: 700px;
  }
}