@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
}
/******************************
MV
******************************/
#mv-wrap {
  /*background-color: #f46293;
  background-image: linear-gradient(-90deg, #f786ac 50%, transparent 50%);
  background-size: 20px 20px;*/
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 70px 0 0;
  background: url("../img/mv.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#mv-wrap .mv-inner {
  /*  display: flex;
  justify-content: space-around;
  align-items: center;*/
  margin: 0 auto;
  width: 80%;
  ;
  max-width: 1100px;
  padding: 1px 0 20px;
  border-radius: 50% / 100% 100% 0 0;
  background-color: #ffffff;
  background: rgba(255, 255, 255, 0.8);
}
.title {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-shadow: 2px 2px 0 #ffffff;
}
.title .logo {
  width: 100px;
  margin: 40px auto 10px;
}
.sub-title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px
}
.miite {
  /*font-family: "spring-lp", sans-serif;*/
  font-family: 'Lobster', cursive, 游明朝, 'Yu Mincho', YuMincho, 'Noto Serif JP', serif, '游ゴシック', YuGothic, 'Meiryo', 'メイリオ';
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 20px;
}
.title .title-day {
  color: #00666c;
}
.title .logo img {
  width: 100%;
}
h1 {
  font-size: 88px;
  line-height: 88px;
  /*background: #ffffff;*/
  color: #193587;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
  /*text-shadow: 2px 2px 0 #c3e1eb;*/
}
h1 img {
  width: 100%;
  margin-left: -15%;
}
h1 span {
  letter-spacing: -15px;
}
@media screen and (max-width:1024px) {
  #mv-wrap {
    padding: 60px 0 0;
  }
  #header .logo img {
    padding-top: 0px;
  }
}
@media screen and (max-width:798px) {
  .title .logo {
    width: 70px;
    margin: 20px auto 0px;
  }
  .title {
    width: 90%;
    margin: 0 auto;
  }
  h1 {
    font-size: 42px;
    line-height: 46px;
  }
  h1 span {
    letter-spacing: -5px;
  }
  .sub-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .title .logo {
    width: 70px;
    margin: 30px auto 0px;
  }
  .miite {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:600px) {
  #mv-wrap {
    padding: 30px 0 0;
  }
  #mv-wrap .mv-inner {
    border-radius: 100% / 100% 100% 0 0;
    margin-top: 40px;
    width: 84%;
    padding: 1px 0 20px;
  }
  .title {
    width: 100%;
  }
  .sub-title {
    font-size: 20px;
    line-height: 20px;
  }
  .miite {
    margin-bottom: -10px;
  }
  h1 span {
    letter-spacing: -7px;
  }
}
/******************************
あらすじ
******************************/
/*.story-wrap{
    background: #f5f5f5;
}*/
.story {
  padding: 10px;
}
.story p {
  /*margin: 20px auto;*/
  line-height: 32px;
}
.story-wrap p {
  margin: 4px auto;
  width: 80%;
}
.story-wrap p b {
  font-size: 20px;
}
.story-wrap .inner {
  background: rgba(255, 255, 255, 0.8);
}
.mochiy-pop-one-regular strong {
  font-size: 24px;
  line-height: 36px;
}
.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) {
  .content.story-wrap .inner {
    width: 100%;
    background: rgba(255, 255, 255, 0.0);
    text-align: left;
  }
  .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-wrap p {
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    margin: 0px auto;
    width: 86%;
  }
  .story-wrap p b {
    font-size: 16px;
  }
  .mochiy-pop-one-regular strong {
    font-size: 16px;
    line-height: 24px;
  }
}
/******************************
フライヤー
******************************/
.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 .lead {
  margin-bottom: 20px;
}
.cast ul {
  padding: 0;
  width: 100%;
  text-align: center;
}
.cast ul li {
  display: inline;
  box-sizing: border-box;
}
/*.cast ul li img.img_h {
  width: 53%;
  max-width: 250px;
  margin: 10px;
}*/
.cast ul li img {
  width: 55%;
  max-width: 250px;
  margin: 10px;
  box-shadow: 0px 0px 10px #ddd;
  /*box-shadow: 0px 0px 10px #fff;*/
  border-radius: 20px;
}
.cast a {
  color: #fff;
  text-decoration: underline;
  z-index: 90;
  position: relative;
}
@media screen and (min-width:798px) {
  /*  .cast img:hover {
    box-shadow: 0px 0px 10px #fd0203;
  }*/
  .cast a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.cast ul li h4 {
  font-size: 30px;
  margin: 0 20px 40px;
  text-align: center;
  line-height: 32px;
}
.cast ul li h4 small {
  font-size: 16px;
  color: #fd0203;
}
.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 dl {
  width: 90%;
  margin: 0 auto;
}
.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 {
    margin: 0 auto;
    width: 100%px;
  }
  .cast ul {
    width: 100%;
    margin: 0 auto 50px;
  }
  .cast ul li h4 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 20px 24px;
  }
  .cast ul li img {
    /* width: 75%;*/
    max-width: 160px;
  }
  .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;
  }
  .remodal.remodal_cast dd p {
    text-align: left;
  }
  .remodal.remodal_cast dd.text-center p {
    text-align: center;
  }
}
/******************************
スタッフ
******************************/
.staff dl {
  display: flex;
  justify-content: center;
}
.staff dt {
  margin-right: 10px;
  width: 50%;
  text-align: right;
  color: #974cd9;
}
.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;
  }
}