.fv-container {
  width: 100%;
  position: relative;
}
.fv-img {
  width: 100%;
  height: auto;
  aspect-ratio: 18 / 5;
  min-height: 45vh;
  object-fit: cover;
  display: block;
  @media (max-width: 768px) {
    min-height: 38vh;
  }
}

.fv-text {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}
.fv-text-left {
  flex: 1;
}
.fv-text-right {
  width: 40%;
  color: #ffffff;
  line-height: 2;
  @media (max-width: 768px) {
    width: 52%;
  }
  @media (max-width: 540px) {
    width: 100%;
  }
}

.cello-section img,
.piano-section img {
  width: 65%;
  max-width: 800px;
  min-width: 250px;
  @media (max-width: 540px) {
    width: 45%;

    min-width: 200px;
    margin: 0 auto;
  }
}

.violin-section img {
  width: 85%;
  max-width: 800px;
  min-width: 250px;
  @media (max-width: 540px) {
    width: 65%;
    min-width: 240px;
    margin: 0 auto;
  }
}
.fv-border {
  height: 15px;
  background: linear-gradient(
    to right,
    #33001a 0%,
    #8b365b 15%,
    #5f1b3b 100%,
    #33001a 100%
  );
}
.fv-border.piano {
  height: 15px;
  background: linear-gradient(
    to right,
    #4d1e25 0%,
    #b25d65 15%,
    #622c32 100%,
    #4d1e25 100%
  );
}
.fv-border.violin {
  height: 15px;
  background: linear-gradient(to right, #330001 0%, #963210 15%, #581316 100%);
}

.cello-title-line,
.piano-title-line,
.violin-title-line {
  position: relative;
  padding-left: 10%;
  margin-top: 50px;
}
.cello-title,
.piano-title,
.violin-title {
  position: relative;
  font-size: clamp(50px, 7vw, 55px);
  color: #8b365b;
  line-height: 1.7;
}
.piano-title {
  color: #bd6e79;
}
.violin-title {
  color: #963210;
}
.cello-title-line::before,
.piano-title-line::before,
.violin-title-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: calc(10% + 1ch + 9em);
}
.cello-title-line::before {
  background-color: #8b365b;
}
.piano-title-line::before {
  background-color: #bd6e79;
}
.violin-title-line::before {
  background-color: #963210;
}

body.lang-en .cello-title-line::before,
body.lang-en .piano-title-line::before,
body.lang-en .violin-title-line::before {
  width: calc(7% + 1ch + 9em);
}
.cello-title .small,
.piano-title .small,
.violin-title .small {
  font-size: clamp(36px, 5vw, 42px);
}

@media (max-width: 768px) {
  .cello-title-line,
  .piano-title-line,
  .violin-title-line {
    padding-left: 40px;
  }
  .cello-title-line::before,
  .piano-title-line::before,
  .violin-title-line::before {
    width: calc(40px + 1ch + 8.6em);
  }
  body.lang-en .cello-title-line::before,
  body.lang-en .piano-title-line::before,
  body.lang-en .violin-title-line::before {
    width: calc(40px + 1ch + 6em);
  }
}
@media (max-width: 480px) {
  .cello-title,
  .piano-title,
  .violin-title {
    font-size: 35px;
  }
  .cello-title .small,
  .piano-title .small,
  .violin-title .small {
    font-size: 26px;
  }
  .cello-title-line,
  .piano-title-line,
  .violin-title-line {
    padding-left: 60px;
    margin-top: 40px;
  }
  .cello-title-line::before,
  .piano-title-line::before,
  .violin-title-line::before {
    width: calc(40px + 1ch + 6.8em);
  }
}
