.cast__content {
  position: relative;
  margin: 61px auto 0;
  padding: 49px 55px 30px;
  width: 82.5%;
  color: #fdfdff;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

.title__style {
  margin: 0 auto;
  width: 80%;
  max-width: 600px;
}

.conductor {
  margin: 35px 0 70px;
  text-align: center;
}

.conductor__subtitle {
  margin-bottom: 9px;
  color: #bf9a58;
  font-size: 21px;
  letter-spacing: normal;
}

.conductor__name {
  position: relative;
  margin-bottom: 6px;
  color: #bf9a58;
  font-size: 46px;
  letter-spacing: 0.04em;
}

.conductor__name::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../image/cast/img_ornament.png) center center no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  content: "";
}

.conductor__name__reading {
  margin-bottom: 53px;
  color: #a7946a;
  color: #000;
  color: #bf9a58;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.conductor__text {
  margin: 33px auto 44px;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.04em;
  text-align: left;
}

.conductor__link {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-decoration: underline;
}

.thumbnail {
  margin: 14px auto;
  width: 36%;
}

.performer__thumbnail {
  margin: 18px auto 26px;
  width: 390px;
}

.title__performance {
  margin-bottom: 49px;
  padding-top: 70px;
}

.performerlist {
  margin: 43px 0 0;
  text-align: center;
}

.performer__content {
  margin: 33px 0 5%;
}

.performer__subtitle {
  margin-bottom: 10px;
  color: #bf9a58;
  font-size: 21px;
  letter-spacing: normal;
}

.performer__name {
  padding-bottom: 5px;
  color: #bf9a58;
  font-size: 48px;
  letter-spacing: -0.04em;
}

.btn__style {
  position: relative;
  margin: 0 auto;
  margin-top: 4%;
  border: 1px solid #4d3c20;
  width: 270px;
  height: 63px;
  font-size: 18px;
}

.btn__text {
  opacity: 1;
  -webkit-transition: opacity 0.4s linear 0s;
  transition: opacity 0.4s linear 0s;
  padding: 23px 0 23px 10px;
  color: #bf9a58;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.btn__text:hover {
  -webkit-transition: opacity 0.4s linear 0s;
  opacity: 0.6;
  transition: opacity 0.4s linear 0s;
}

.btn__text::before {
  -webkit-transition: opacity 0.4s linear 0s;
  position: absolute;
  top: 22px;
  left: 75px;
  opacity: 1;
  transition: opacity 0.4s linear 0s;
  background: url(../image/cast/icon_orchestra.png) left center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  content: "";
}

.btn__text:hover .btn__text::before {
  -webkit-transition: opacity 0.4s linear 0s;
  opacity: 0.6;
  transition: opacity 0.4s linear 0s;
}

.btn__link {
  width: 270px;
  height: 63px;
}

.btn__style::before {
  -webkit-transition: all 0.1s linear 0.3s;
  position: absolute;
  top: -1px;
  right: -1px;
  transition: all 0.1s linear 0.3s;
  border-top: 1px solid #a7946a;
  width: 0;
  height: 0;
  content: "";
}

.btn__style:hover::before {
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  width: 270px;
}

.btn__style::after {
  -webkit-transition: all 0.1s linear 0.2s;
  position: absolute;
  top: -1px;
  left: -1px;
  transition: all 0.1s linear 0.2s;
  border-left: 1px solid #a7946a;
  width: 0;
  height: 0;
  content: "";
}

.btn__style:hover::after {
  -webkit-transition: all 0.1s linear 0.1s;
  transition: all 0.1s linear 0.1s;
  border-color: #a7946a;
  height: 63px;
}

.btn__link::before {
  -webkit-transition: all 0.1s linear 0.1s;
  position: absolute;
  bottom: -1px;
  left: -1px;
  transition: all 0.1s linear 0.1s;
  border-bottom: 1px solid #a7946a;
  width: 0;
  height: 0;
  content: "";
}

.btn__link:hover::before {
  -webkit-transition: all 0.1s linear 0.3s;
  transition: all 0.1s linear 0.3s;
  border-color: #a7946a;
  width: 270px;
}

.btn__link::after {
  -webkit-transition: all 0.1s linear 0s;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all 0.1s linear 0s;
  border-right: 1px solid #a7946a;
  width: 0;
  height: 0;
  content: "";
}

.btn__link:hover::after {
  -webkit-transition: all 0.1s linear 0.4s;
  transition: all 0.1s linear 0.4s;
  height: 63px;
}

.is__gold {
  -webkit-transition: all 0.4s linear 0s;
  position: absolute;
  top: 31px;
  left: 190px;
  transition: all 0.4s linear 0s;
  border-top: 1px solid #4d3c20;
  width: 10px;
  height: 1px;
}

.btn__link:hover .is__gold {
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  border-color: #a7946a;
  width: 30px;
}

.main {
  margin: 0 auto;
  padding-bottom: 12.5%;
  min-width: 980px;
  max-width: 1200px;
  text-align: center;
}

.instrument__list {
  letter-spacing: normal;
}

.instrument__list-item + .instrument__list-item {
  margin-top: 5%;
}

.instrument__list-head {
  padding: 3px 0 1px;
  color: #bf9a58;
  font-size: 14px;
  line-height: 1.4;
}

.instrument__list .is-cs {
  color: #a7a7a7;
}

.instrument__list .is-cs .instrument__name-ja {
  padding-top: 7px;
  font-size: 35px;
}

.instrument__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: normal;
}

.instrument__name-pos {
  color: #bf9a58;
  font-size: 13px;
  line-height: 1.5;
}

.instrument__name-ja {
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: normal;
}

.instrument__name-en {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.instrument__name-sup {
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .cast__content {
    margin: 51px auto 0;
    padding: 25px 5px 20px;
    width: 89.5%;
    font-size: 0;
    letter-spacing: -0.4em;
    text-align: center;
  }
  .main {
    padding-bottom: 12.5%;
    min-width: 320px;
    max-width: 767px;
  }
  .title__style {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0%;
    width: 120%;
  }
  .conductor {
    margin: 6.5% 0 0;
  }
  .conductor__subtitle {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .conductor__name {
    position: relative;
    margin-bottom: 4px;
    color: #bf9a58;
    font-size: 27px;
    letter-spacing: 0.04em;
  }
  .conductor__name::after {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: 192%;
    left: 50%;
    transform: translateX(-50%);
    background: url(../image/cast/img_ornament.png) center center no-repeat;
    background-size: 100%;
    width: 10px;
    height: 11px;
    content: "";
  }
  .conductor__name__reading {
    margin-bottom: 10px;
    color: #bf9a58;
    font-size: 11px;
  }
  .conductor__text {
    margin: 20px auto 35px;
    width: 87.5%;
    font-size: 12px;
    line-height: 2.15em;
    letter-spacing: 0.04em;
  }
  .thumbnail {
    margin: 36px auto 4%;
    width: 60%;
  }
  .performer__thumbnail {
    margin: 6% auto;
    width: 93%;
  }
  .title__performance {
    margin-bottom: 30px;
    padding-top: 12%;
  }
  .performerlist {
    margin: 4.5% 0 0;
  }
  .performer__content {
    margin: 6% 0 12%;
  }
  .performer__subtitle {
    margin-bottom: 2px;
    font-size: 13px;
  }
  .performer__name {
    margin: 0 auto 0;
    padding-bottom: 0;
    width: 80%;
    font-size: 29px;
    line-height: 1.2em;
    letter-spacing: -0.04em;
  }
  .btn__style {
    position: relative;
    margin-top: 17px;
    margin-bottom: 30px;
    border: 1px solid #4d3c20;
    width: 227px;
    height: 53px;
    font-size: 18px;
  }
  .btn__text {
    opacity: 1;
    padding: 20px 0 23px 7px;
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .btn__text:hover {
    opacity: 1;
  }
  .btn__text::before {
    position: absolute;
    top: 16px;
    left: 73px;
    width: 14px;
    height: 18px;
    content: "";
  }
  .btn__text:hover .btn__text::before {
    opacity: 1;
  }
  .btn__link {
    width: 227px;
    height: 53px;
  }
  .btn__style::before,
  .btn__style::after {
    display: none;
  }
  .btn__link::before,
  .btn__link::after {
    display: none;
  }
  .is__gold {
    position: absolute;
    top: 25px;
    left: 153px;
    border-top: 1px solid #4d3c20;
    width: 10px;
    height: 1px;
  }
  .btn__link:hover .is__gold {
    border-color: #4d3c20;
    width: 10px;
  }
  .instrument__list .is-cs .instrument__name-ja {
    padding-top: 4px;
    font-size: 20px;
  }
  .instrument__name-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1%;
    width: 50%;
  }
  .instrument__name-item:nth-of-type(n + 3) {
    margin-top: 5%;
  }
  .instrument__name-item.-sp--large {
    width: 100%;
  }
  .instrument__name-item.-sp--large .p-in-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 320px) {
  .performer__name {
    width: 100%;
    font-size: 20px;
  }
}

@media not all and (max-width: 767px) {
  .instrument__list {
    padding: 0 5%;
  }
  .instrument__list-item + .instrument__list-item {
    margin-top: 4.6%;
  }
  .instrument__list-head {
    padding: 0 0;
    font-size: 20px;
  }
  .instrument__name-item {
    padding: 0 8px;
    min-width: 33.33%;
  }
  .instrument__name-item.-pc--medium {
    width: 66.66%;
  }
  .instrument__name-item.-pc--medium .p-in-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .instrument__name-item.-pc--medium .p-in-list > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1%;
    width: 50%;
  }
  .instrument__name-pos {
    font-size: 20px;
  }
  .instrument__name-ja {
    font-size: 42px;
  }
  .instrument__name-en {
    margin-top: -2px;
    font-size: 17px;
  }
  .instrument__name-sup {
    margin-top: 6px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .instrument__name-item.-sp--large .p-in-list > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 5%;
    padding: 0 1%;
    width: 50%;
  }
}
