@charset "UTF-8";

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 65.33%;
  line-height: 1.6;
  background: #000;
  color: #000;
  background: url(../_img/bg.jpg) 100% #000;
  background-position: top center;
  background-attachment: fixed;
  background-size: 100%;
  text-align: center;
}

img {
  max-width: 100%;
  margin: 0 auto;
}

a:hover {
  opacity: 0.8;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
rt {
  font-size: 9px;
}
/****
メイン
*****/

.vol23_btn {
  max-width: 600px;
  width: 90%;
  margin: 3rem auto;
}
.bgb {
  background-color: #000;
  padding: 3rem 0;
}
.vol23_btn2 {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}

main .vol22 img {
  width: 100%;
}
.vol23_cha {
  padding: 2rem 0;
  background-color: #e9d210;
}
main {
  width: 100vw;
  margin: 2rem auto 2rem;
  background: url(../_img/bg2.jpg);
  border-top: 5px solid #71653c;
  border-bottom: 5px solid #71653c;
  border-left: 0 solid #71653c;
  border-right: 0 solid #71653c;
  padding: 0;
  box-sizing: border-box;

  animation: main_ani 2s ease-out forwards;
}

@keyframes main_ani {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

p {
  max-width: 600px;
  margin: 1rem auto 0;
  width: 89%;
  font-size: 0.9rem;
  text-align: left;
}

.btn {
  margin: 0 auto 8rem;
  width: 65%;
}

/****
基本情報
*****/
.vol20_05 {
  max-width: 100%;
  width: 100%;
  margin: 3rem auto 0;
}
.basic {
  max-width: 600px;
  width: 90%;
  margin: 3rem auto 0;
}
.basic2 {
  max-width: 600px;
  width: 90%;
  margin: 1rem auto 0;
}

ul.interview {
  max-width: 700px;
  width: 95%;
  margin: 2rem auto 3rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
}

ul.interview li {
  margin-bottom: 5rem;
}
ul.interview li dl dt {
  margin-bottom: 1rem;
}
ul.interview li dl dt span {
  font-weight: bold;
  background-color: #000;
  padding: 0.6rem;
  color: #fff;
  display: inline-block;
}

ul.interview li dl dd {
}

.tmb {
  max-width: 100%;
  margin: 1rem auto;
  text-align: center;
}
.tmb img {
  width: 100%;
}

/****
ボタンリスト
*****/
ul.btnlist {
  width: 100%;
  margin: 6rem auto 1rem;
  font-size: 0;
}

ul.btnlist li {
  display: inline-block;
  width: 50%;
  padding-bottom: 1rem;
}

ul.btnlist li img {
  width: 95%;
}

/****
フッター
*****/
footer {
  background-color: #000;
  padding: 2rem 0;
  color: #c7aeea;
  text-align: center;
  font-size: 7px;
}

/*******************　PC ***********************/
@media screen and (min-width: 1024px) {
  body {
    background-size: cover;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .vol23_cha {
    padding: 5rem 0;
  }
  /****
メイン
*****/
  main {
    width: 65vw;
    margin: 3rem auto;
    background: url(../_img/bg2.jpg);
    border-top: 5px solid #71653c;
    border-bottom: 5px solid #71653c;
    border-left: 5px solid #71653c;
    border-right: 5px solid #71653c;
    padding: 0;
    box-sizing: border-box;
  }

  .btn {
    margin: 0 auto 8rem;
    width: auto;
  }
  .vol19_04 {
    margin: 2rem auto;
  }

  /****
舞台リンク
*****/
  .btn_butai,
  .btn_butai_tw {
    margin: 1rem auto;
  }
  /****
主演リスト
*****/
  .ttl {
    font-size: 2rem;
    line-height: 1.4;
  }
  .ttl i {
    color: #a81414;
    font-weight: bold;
  }
  ul.vol19_list {
    width: 75%;
    margin: 0 auto 5rem;
  }
  ul.vol19_list li {
    margin-top: 2rem;
  }
  ul.vol19_list li dl {
    display: flex;
    flex-wrap: nowrap;
  }
  ul.vol19_list li dl dt {
    width: 30%;
  }
  ul.vol19_list li dl dd {
    width: 70%;
    text-align: left;
    font-size: 1rem;
    padding-left: 1rem;
  }
}
