@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
}
/******************************
MV
******************************/
#mv-wrap .mv-inner {
  background: url("../img/mv.webp");
  background-size: cover;
  background-position: center;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: -10;
  position: relative;
  padding: 20px 0;
  color: #fff;
}
/*.mv-img{
  width: 100%;
background: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
}*/
/*#mv-wrap .mv-img img{
    width: calc(100% / 2);
}*/
#mv-wrap .mv-img img {
  width: 100%;
  max-width: 600px;
}
#mv-wrap .mv-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  /*max-width: 1100px;*/
}
#mv-wrap .mv-inner img {
  width: 100%;
}
#mv-wrap {
  position: relative;
  width: 100%;
  background-size: cover;
  text-align: center;
  padding: 70px 0 0;
  /*font-family: Helvetica Neue, Arial, Helvetica, 'sans-serif';*/
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Noto Serif JP', serif, '游ゴシック', YuGothic, 'Meiryo', 'メイリオ';
  z-index: 1;
}
#mv-wrap .mv-caver {
  height: 100%;
  position: absolute;
  top: 0;
  /*width: 100%;
  background: rgb(255, 255, 255, 0.2);*/
  filter: alpha(opacity=70);
  /*background: rgba(0, 0, 0, 0.5);*/
  z-index: -5;
  width: 300px;
  background: rgb(255, 255, 255, 1);
}
#mv-wrap .sub-title {
  font-size: 24px;
  margin-top: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px #1e1e1e;
  text-shadow: 1px 1px 2px #ffffff;
  color: #000;
}
#mv-wrap .prologue {
  writing-mode: vertical-lr;
  position: absolute;
  top: 50px;
  right: 0px;
  font-size: 30px;
  color: #fff;
  text-shadow: 1px 1px 2px #1e1e1e;
}
.title {
  width: 100%;
  margin: 0 auto;
}
.title-inner{
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.mv-day {
  font-size: 26px;
  font-weight: bold;
}
h1 {
  font-size: 60px;
  line-height: 60px;
  /*padding: 20px 0;
  background: rgba(000, 000, 000, 0.9);
 background: #000;
  /*background: url("../img/bk2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  border: 1px solid #ccb68c;*/
  color: #fff;
  width: 80%;
  margin: 0 auto;
  max-width: 450px;
  margin-top: -70px;
}
h1 small {
  font-size: 28px;
  display: block;
  font-size: 28px;
  line-height: 46px;
}
#mv-wrap .lead {
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width:1024px) {
  #mv-wrap {
    padding: 50px 0 0;
  }
  #header .logo img {
    padding-top: 0px;
  }
}
@media screen and (max-width:798px) {
  #mv-wrap .mv-inner {
    background: url("../img/bg-sp.webp");
    background-size: cover;
    background-position: center;
  }
  .title {
    width: 90%;
    margin: 0 auto;
  }
  h1 {
    font-size: 30px;
    line-height: 46px;
    padding: 10px 0;
    width: 90%;
  }
  h1 small {
    font-size: 20px;
    line-height: 26px;
  }
  #mv-wrap .sub-title {
    font-size: 20px;
    margin-top: 24px;
    line-height: 32px;
    font-weight: 700;
  }
  .mv-day {
    font-size: 18px;
    font-weight: bold;
  }
  #mv-wrap .lead {
    margin-top: 20px;
    font-size: 16px;
  }
  #mv-wrap .prologue {
    top: 80px;
 }
}
@media screen and (max-width:600px) {
  /*  #mv-wrap .mv-inner {
    background: url("../img/sp-mv.webp");
    background-size: cover;
    background-position: center;
  }*/
  /*#mv-wrap .mv-inner {
    display: block;
  }*/
  #mv-wrap .mv-caver {
    width: 80%;
  }
  #mv-wrap .mv-inner img, #mv-wrap .mv-img img {
    width: 100%;
  }
  .title {
    width: 100%;
  }
  h1 {
    margin-top: -50px;
  }
  #mv-wrap .sub-title {
    font-size: 22px;
    margin-top: 0px;
    line-height: 32px;
    font-weight: 700;
  }
  #mv-wrap .lead {
    margin-top: 20px;
    font-size: 16px;
  }
  #mv-wrap .prologue {
  text-shadow: 1px 1px 2px #ffffff;
  color: #000;
    font-size: 18px;
 }
}
/******************************
ニュース
******************************/
.news li a {
  text-decoration: underline;
  font-weight: bold;
}
.news li a:hover {
  text-decoration: none;
}
.content.info.news dd {
  background: #000;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}
.news_day {
  font-size: 14px;
}
.news {
  position: relative;
}
/*.news:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: url(../img/mask.png) 0 0/4px repeat;
    z-index: -1;
}*/
/*.news li{
    text-align: left;
    
}*/
/*.content.news{
    background: #f5f5f5;
}*/
.content.news ul {
  background: #000;
  padding: 15px;
  margin: 0 auto;
  width: calc(100% - 30px);
  box-shadow: 0px 0px 10px #fff;
}
/******************************
あらすじ
******************************/
/*.story-wrap{
    background: #f5f5f5;
}
.story {
  background: #000;
  padding: 10px;
  box-shadow: 0px 0px 10px #fff;
}*/
.story p {
  margin: 20px auto;
  line-height: 32px;
  text-align: left;
}
.story-wrap p {
  margin: 20px auto;
}
.story-wrap ul {
  width: 100%;
  margin: 50px auto 0;
}
.story-wrap ul {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.story-wrap .flyer li {
  width: 45%;
  margin: 0 auto;
}
.story-wrap .teaser li {
  width: 30%;
  margin: 0 auto;
}
.story-wrap li img {
  width: 100%;
}
@media screen and (max-width:600px) {
  .story-wrap ul {
    display: block;
  }
  .story-wrap .flyer li, .story-wrap .teaser li {
    width: 80%;
    margin: 20px auto;
  }
  .story-wrap ul.teaser {
    margin: 20px auto 0;
  }
  .story p {
    text-align: left;
    font-size: 14px;
    line-height: 28px;
  }
}
/******************************
フライヤー
******************************/
.flyer_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flyer_wrap img {
  width: 48%;
  margin: 20px auto;
  box-shadow: 0px 0px 10px #fff;
}
@media screen and (max-width:600px) {
  .flyer_wrap img {
    width: 75%;
    margin: 10px auto 20px;
  }
}
/******************************
キャスト
******************************/
.cast {
  margin: 0 auto;
}
.cast ul {
  padding: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto 100px;
}
.cast ul li {
  display: inline;
  box-sizing: border-box;
}
.cast ul li img.img_h {
  width: 50%;
  max-width: 250px;
  margin: 10px;
}
.cast ul li img {
  width: 55%;
  max-width: 375px;
  margin: 10px;
  box-shadow: 0px 0px 10px #fff;
}
.cast a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width:798px) {
  .cast img:hover {
    /*opacity: 1;*/
    box-shadow: 0px 0px 10px #e5b94a;
  }
  .cast a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.cast ul li h4 {
  font-size: 28px;
  margin: 40px auto;
  text-align: center;
  line-height: 32px;
}
.cast ul li h4 small {
  font-size: 16px;
  color: #e5b94a;
}
.remodal.remodal_cast {
  background: #000;
  box-shadow: 0px 0px 10px #ddd;
}
.remodal.remodal_cast img {
  width: 70%;
  margin: 0 auto;
  max-width: 520px;
}
.remodal.remodal_cast img.img_h {
  width: 50%;
  margin: 0 auto;
  max-width: 350px;
}
.remodal.remodal_cast dt {
  margin: 20px auto;
}
.remodal.remodal_cast dt {
  font-size: 24px;
  font-weight: bold;
}
.remodal.remodal_cast dt {
  color: #ff0005;
}
.remodal.remodal_cast dd p {
  margin-bottom: 20px;
}
.remodal-txt-wrap {
  padding: 20px 10px 10px;
  background: #333;
}
.remodal.remodal_cast dd .remodal-txt-wrap p {
  margin-bottom: 10px;
}
@media screen and (max-width: 1250px) {
  .cast {
    margin: 0 auto;
    width: 100%;
  }
  .cast ul {
    width: 80%;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width:798px) {
  .cast a {
    margin: 0px 5px 10px;
    padding: 6px 15px;
  }
  .cast {
    margin: 0 auto;
    width: 100%px;
  }
  .cast ul {
    width: 100%;
    margin: 0 auto 50px;
  }
  .cast ul li h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 20px 24px;
  }
  .cast ul li img {
    width: 75%;
  }
  .remodal.remodal_cast {
    width: 100%;
    padding: 50px 0;
  }
  .remodal.remodal_cast dt {
    font-size: 18px;
  }
  .remodal.remodal_cast img {
    width: 90%;
  }
  .remodal.remodal_cast img.img_h {
    width: 61%;
  }
}
@media screen and (max-width:600px) {
  .cast ul li h4 small {
    font-size: 14px;
  }
}
/******************************
スタッフ
******************************/
.staff dl {
  display: flex;
  justify-content: center;
}
.staff dt {
  margin-right: 10px;
  width: 50%;
  text-align: right;
}
.staff dd {
  margin-left: 10px;
  width: 50%;
  text-align: left;
}
.information h3 {
  font-size: 20px;
}
.covid li::before {
  position: absolute;
  bottom: 0;
  margin: auto;
  content: "◆";
  width: 20px;
  left: 0;
  top: 0;
}
.content.information .inner {
  padding: 0 0 50px;
}
ul.covid {
  margin: 0 auto 20px;
}
@media screen and (max-width:560px) {
  .information h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .staff dl {
    justify-content: left;
  }
  .staff dt {
    width: auto;
    text-align: left;
    margin-right: 5px;
  }
  .staff dd {
    width: auto;
    text-align: left;
    margin-left: 5px;
  }
}