/* CSS Document */
.cast__content {
  text-align: center;
  letter-spacing: -0.4em;
  font-size: 0;
  margin: 61px auto 0;
  padding: 40px 135px 30px;
  background: rgba(255, 255, 255, 0.8);
  width: 81%;
}

.title__style {
  margin: 0 auto;
  width: 80%;
}

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

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

.conductor__name {
  font-size: 46px;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  position: relative;
  color: #a7946a;
  color: #000;
}
.conductor__name::after {
  content: '';
  position: absolute;
  top: 84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  background: url(../image/cast/img_ornament.png) center center no-repeat;
  background-size: 100%;
}

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

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

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

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

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

.title__performance {
  padding-top: 19px;
}

.performerlist {
  text-align: center;
  margin: 35px 0;
}
.performerlist .instrument__list li h3 {
  color: #68522b;
  font-style: normal;
  font-size: 20px;
  padding-bottom: 10px;
}
.performerlist .instrument__list li + li {
  margin-top: 35px;
}
.performerlist .instrument__list li .name__list {
  letter-spacing: -0.4em;
  font-size: 0;
}
.performerlist .instrument__list li .name__list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  font-size: 14px;
  color: #b1a279;
  color: #000;
  line-height: 1.75em;
}
.performerlist .instrument__list li .name__list li ul li {
  width: 220px;
  text-align: center;
  margin-left: 0;
}
.performerlist .instrument__list li .name__list li .is--white {
  color: #68522b;
  font-size: 20px;
  display: block;
  padding-bottom: 0px;
}
.performerlist .instrument__list li .name__list li .is--white.is--small {
  font-size: 14px;
  line-height: 1em;
}
.performerlist .instrument__list li .name__list li .is--big {
  font-size: 36px;
}
.performerlist .instrument__list li .name__list li + li {
  margin-left: 55px;
  margin-top: 0;
}

.performer__content {
  margin: 3.5% 0 5%;
}

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

.performer__name {
  font-size: 42px;
  letter-spacing: -.04em;
  padding-bottom: 5px;
  color: #a7946a;
  color: #000;
}

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

.btn__text {
  font-size: 18px;
  letter-spacing: 0.04em;
  padding: 23px 0 23px 10px;
  opacity: 1;
  -webkit-transition: opacity .4s linear 0s;
  transition: opacity .4s linear 0s;
}
.btn__text:hover {
  opacity: 0.6;
  -webkit-transition: opacity .4s linear 0s;
  transition: opacity .4s linear 0s;
}
.btn__text::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 75px;
  width: 20px;
  height: 20px;
  background: url(../image/cast/icon_orchestra.png) left center no-repeat;
  background-size: 100%;
  opacity: 1;
  -webkit-transition: opacity .4s linear 0s;
  transition: opacity .4s linear 0s;
}
.btn__text:hover .btn__text::before {
  opacity: 0.6;
  -webkit-transition: opacity .4s linear 0s;
  transition: opacity .4s linear 0s;
}

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

.btn__style::before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #a7946a;
  width: 0;
  height: 0;
  -webkit-transition: all .1s linear .3s;
  transition: all .1s linear .3s;
}
.btn__style:hover::before {
  width: 270px;
  -webkit-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
}
.btn__style::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  border-left: 1px solid #a7946a;
  width: 0;
  height: 0;
  -webkit-transition: all .1s linear .2s;
  transition: all .1s linear .2s;
}
.btn__style:hover::after {
  border-color: #a7946a;
  height: 63px;
  -webkit-transition: all .1s linear .1s;
  transition: all .1s linear .1s;
}

.btn__link::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #a7946a;
  width: 0;
  height: 0;
  -webkit-transition: all .1s linear .1s;
  transition: all .1s linear .1s;
}
.btn__link:hover::before {
  border-color: #a7946a;
  width: 270px;
  -webkit-transition: all .1s linear .3s;
  transition: all .1s linear .3s;
}
.btn__link::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-right: 1px solid #a7946a;
  width: 0;
  height: 0;
  -webkit-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
}
.btn__link:hover::after {
  height: 63px;
  -webkit-transition: all .1s linear .4s;
  transition: all .1s linear .4s;
}

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

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

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

@media screen and (max-width: 767px) {
  .cast__content {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.4em;
    font-size: 0;
    margin-top: 24px;
    padding: 60px 6% 20px;
  }

  .main {
    max-width: 767px;
    min-width: 320px;
    padding-bottom: 12.5%;
  }

  .title__style {
    width: 100%;
    margin-top: 0%;
  }

  .conductor {
    margin: 6.5% 0 0;
  }

  .conductor__subtitle {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .conductor__name {
    font-size: 27px;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
    position: relative;
  }
  .conductor__name::after {
    content: '';
    position: absolute;
    top: 192%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
    height: 11px;
    background: url(../image/cast/img_ornament.png) center center no-repeat;
    background-size: 100%;
  }

  .conductor__name__reading {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .conductor__text {
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 0.04em;
    margin-bottom: 44px;
    width: 95%;
    margin: 0 auto 9%;
  }

  .thumbnail {
    margin: 9% auto 4%;
    width: 60%;
  }

  .performer__thumbnail {
    margin: 5% auto;
    width: 80%;
  }

  .title__performance {
    padding-top: 10%;
  }

  .performerlist {
    margin: 6.5% 0 0;
  }
  .performerlist .instrument__list li h3 {
    font-size: 13px;
    padding-bottom: 0;
  }
  .performerlist .instrument__list li + li {
    margin-top: 7.5%;
  }
  .performerlist .instrument__list li .name__list {
    letter-spacing: -0.4em;
    font-size: 0;
  }
  .performerlist .instrument__list li .name__list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    font-size: 11px;
    min-width: 33%;
    line-height: 1.5em;
  }
  .performerlist .instrument__list li .name__list li ul li {
    width: auto;
    text-align: center;
    margin-left: 4.6%;
  }
  .performerlist .instrument__list li .name__list li ul li:first-child {
    margin-left: 0;
  }
  .performerlist .instrument__list li .name__list li .is--white {
    font-size: 14px;
    display: block;
    padding-bottom: 0px;
  }
  .performerlist .instrument__list li .name__list li .is--white.is--small {
    font-size: 11px;
  }
  .performerlist .instrument__list li .name__list li .is--big {
    font-size: 22px;
  }
  .performerlist .instrument__list li .name__list li + li {
    margin-left: 4.6%;
    margin-top: 0;
  }
  .performerlist .instrument__list li .name__list li ul {
    width: 100%;
  }
  .performerlist .instrument__list li .name__list li.sp--block {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
  .performerlist .instrument__list li .name__list li.sp--wide {
    width: 100%;
  }
  .performerlist .instrument__list li .name__list.sp--culumn li:last-child {
    margin-top: 20px;
    margin-left: 0;
  }

  .performer__content {
    margin: 6% 0 10%;
  }

  .performer__subtitle {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .performer__name {
    font-size: 22px;
    letter-spacing: -.04em;
    padding-bottom: 0;
    width: 80%;
    margin: 6px auto 0;
    line-height: 1.2em;
  }

  .btn__style {
    border: 1px solid #4d3c20;
    width: 227px;
    height: 53px;
    font-size: 18px;
    margin-top: 17px;
    position: relative;
    margin-bottom: 30px;
  }

  .btn__text {
    font-size: 13px;
    letter-spacing: 0.04em;
    padding: 20px 0 23px 7px;
    opacity: 1;
  }
  .btn__text:hover {
    opacity: 1;
  }
  .btn__text::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 73px;
    width: 14px;
    height: 18px;
  }
  .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;
  }
}
@media screen and (max-width: 320px) {
  .performer__name {
    width: 100%;
    font-size: 20px;
  }
}
