@charset "UTF-8";
/* CSS Document */
h2 {
  font-size: 3.6rem;
  color: #ad002d;
  margin: 170px auto 50px;
  font-family: "Helvetica", serif;
  font-weight: bold;
}
.salon-top img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 50px 0 50px 0;
}
h1 {
  font-size: 3.6rem;
  font-weight: normal;
  margin: 60px auto;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.salon-top p {
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0 30px;
}
.get {
  position: relative;
}
.what {
  text-align: left;
}
.get h4 {
  color: #ad002d;
  font-size: 2.4rem;
  font-weight: normal;
  background-color: #c5c6cd;
  display: inline-block;
  padding: 6px 40px;
  margin: 80px auto 0;
}
.get-list {
  top: 60px;
  position: relative;
  margin: 0 30px;
}
.get-box {
  display: flex;
  margin-bottom: 40px;
}
.get-box h3 {
  text-align: left;
  margin: 0;
  color: #c5c6cd;
  font-size: 3.6rem;
}
.vertical-line {
  color: #ad002d;
  font-size: 2.0rem;
  margin-left: 5px;
}
.get-box p {
  margin: 0 0 0 26px;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.line-1 {
  display: block;
  padding-top: 12px;
}
hr {
  border: none;
  border-bottom: 1px solid #c5c6cd;
  margin: 0;
  position: relative;
  top: 100px;
  width: 300px;
  text-align: center;
  display: inline-block;
}
.price-box {
  position: relative;
  top: 140px;
  text-align: left;
  margin-left: 60px;
}
.price880 {
  font-size: 2.4rem;
  margin-right: 10px;
  letter-spacing: 0.05em;
}
.credit {
  margin-top: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.vertical-line2 {
  color: #ad002d;
  font-size: 1.4rem;
  margin: 0 10px 0 5px;
}
.price a {
  display: inline-block;
  border-radius: 50px;
  padding: 10px 30px 10px 45px;
  text-align: center;
  position: relative;
  color: #333;
  text-decoration: none;
  background-color: #c5c6cd;
  top: 230px;
  margin-bottom: 110px
}
.voice {
  margin-top: 250px;
}
.voice h5 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Helvetica", serif;
  background-image: linear-gradient(45deg, #ad002d 0%, #c16f73 20%, #c5c6cd 99%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: gradationTextAnimation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin-bottom: 15px;
}
.voice-box {
  width: 320px;
  background-color: #c5c6cd;
  margin: 80px auto 60px;
  position: relative;
}
.voice-name {
  display: flex;
}
.voice img {
  width: 30%;
  margin-top: 20px;
}
.personal{
  margin: 50px 40px 0 0;
  text-align: left;
  line-height: 2.0;
  letter-spacing: 0.05em;
}
.hr-2{
  border: none;
  border-bottom: 1px solid #ad002d;
  margin: 0;
  top: 0;
  width: 280px;
  text-align: center;
  display: inline-block;
}
.voice-message{
  padding:  30px;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.voice a{
  display: inline-block;
  border-radius: 50px;
  padding: 10px 30px 10px 45px;
  text-align: center;
  position: relative;
  color: #333;
  text-decoration: none;
  background-color: #c5c6cd;
  top: 50px;
}

.Item-Content-Flg1 {/*三角形左上*/
  position: absolute;
  top: 0;
  left: 0;
  border-left: 40px solid #ad002d;
  border-bottom: 40px solid transparent;
}
.Item-Content-Flg2 {/*三角形右下*/
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 40px solid transparent;
  border-bottom: 40px solid #ad002d;
}