@charset "UTF-8";
/* CSS Document */
* {
  zoom: 1;
}

.clearfix:after,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-size: 14px;
}

.page-wrap p,
.page-wrap div,
.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6,
.page-wrap ul,
.page-wrap li,
.page-wrap dl,
.page-wrap dt,
.page-wrap dd,
.page-wrap body {
  font-family: "Helvetica Neue", Arial, YakuHanJPs_Narrow, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

.page-wrap .mincho {
  font-family: "Vollkorn", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.page-wrap p {
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

.page-wrap ul {
  list-style: none;
}

/*-------- img hover ---------*/
.page-wrap img {
  border: none;
}

.page-wrap a:hover img {
  opacity: 0.8;
}

/*----------------------------*/
.page-wrap a:link {
  text-decoration: none;
}

.page-wrap a:visited {
  text-decoration: none;
}

.page-wrap a:hover {
  text-decoration: none;
}

.page-wrap a:active {
  text-decoration: none;
}

/*----------------------------*/
/* ▼PC▼ */
#mbs_common_footerwrap,
#mbs_common_headerwrap2014 {
  display: block;
}

#globalsp_navigation,
#globalsp_footer {
  display: none;
}

#pagewrap .sp_only {
  display: none;
}

/* ▲PC▲ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ▼Smartphone▼ */
@media screen and (max-width: 767px) {
  #mbs_common_footerwrap,
  #mbs_common_headerwrap2014 {
    display: none;
  }
  #globalsp_navigation,
  #globalsp_footer {
    display: block;
  }
  html {
    min-width: 100%;
  }
  body {
    min-width: 100% !important;
  }
  .page-wrap {
    position: relative;
  }
  br.sp_only {
    display: inline;
  }
  .pc_only {
    display: none;
  }
  #pagewrap .sp_only {
    display: block;
  }
}
/* ▲Smartphone▲ */
.common-abg-wrap__footer {
  padding: 30px 0;
  background-color: #0d0038;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-wrap {
  overflow: hidden;
  background-color: #8fe7bf;
  /* スクリーンリーダー用のテキスト*/
}
.page-wrap .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.page-wrap p {
  font-size: 16px;
  color: #0C0337;
}
@media (max-width: 767px) {
  .page-wrap p {
    font-size: 14px;
  }
}
.page-wrap p small {
  font-size: smaller !important;
}
.page-wrap p span {
  display: inline-block;
}
.page-wrap p span.font_gothic {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400px;
}
.page-wrap img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
}
.page-wrap a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #ff8201;
}
.page-wrap a:hover {
  color: #a21800;
}
.page-wrap h2 {
  z-index: 1;
}

.popfade {
  position: relative;
  opacity: 0;
  top: 100px;
}

.popfade.animate {
  top: 0;
  -webkit-animation-name: popfade;
          animation-name: popfade;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes popfade {
  0% {
    opacity: 0;
    top: 80px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes popfade {
  0% {
    opacity: 0;
    top: 80px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
#header {
  width: 100%;
  position: relative;
}
#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/liner_navy.png);
  background-size: contain;
  background-repeat: repeat-x;
  height: 20px;
  width: 100%;
  z-index: 2;
}
#header .header-logo {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  background-color: #0d0038;
  border-radius: 2px;
}
@media (max-width: 767px) {
  #header .header-logo {
    margin: 80px auto 0;
  }
}
#header .header-logo img {
  padding: 3px;
  border-radius: 40px;
}
#header .header-logo::before, #header .header-logo::after {
  content: "";
  position: absolute;
  top: -50px;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  height: 450px;
  width: 60%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #header .header-logo::before, #header .header-logo::after {
    z-index: 1;
    width: 300px;
    top: -200px;
  }
}
#header .header-logo::before {
  background-image: url(../images/garland_l.png);
  left: -40%;
}
@media (max-width: 767px) {
  #header .header-logo::before {
    background-image: url(../images/garland_l_sp.png);
    left: -100px;
  }
}
#header .header-logo::after {
  right: -40%;
  background-image: url(../images/garland_r.png);
}
@media (max-width: 767px) {
  #header .header-logo::after {
    background-image: url(../images/garland_r_sp.png);
    right: -100px;
  }
}
#header .header-logo.animate::before, #header .header-logo.animate::after {
  opacity: 1;
  top: 0;
}
@media (max-width: 767px) {
  #header .header-logo.animate::before, #header .header-logo.animate::after {
    top: -120px;
    bottom: unset;
  }
}
#header .header-bg {
  width: 100%;
  background: #8fe7bf;
  position: relative;
  z-index: 1;
  padding: 30px 0 105px;
}
@media (max-width: 1100px) {
  #header .header-bg {
    padding: 30px 0 10%;
  }
}
#header .header_onair {
  position: absolute;
  width: 1100px;
  max-width: 130%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .header_onair p {
  text-align: center;
  font-size: 22px;
}
@media (max-width: 767px) {
  #header .header_onair p {
    font-size: medium;
  }
}
#header .header_onair.animate {
  bottom: 0;
  opacity: 1;
}

.ondemand-wrap__con {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  margin: 30px auto 0;
}
.ondemand-wrap__con h3 {
  font-size: 1.5em;
  color: #ffdf00;
  text-align: center;
  text-shadow: 0px 3px 0px #000000, -2px 3px 0px #000000, 0px -1px 0px #000000;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .ondemand-wrap__con h3 {
    font-size: 1.2rem;
  }
}
.ondemand-wrap__con h3.ondemand-original {
  font-size: 2.5em;
}
@media (max-width: 767px) {
  .ondemand-wrap__con h3.ondemand-original {
    font-size: 1.5rem;
  }
}
.ondemand-wrap .ondemand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 300ms;
  transition: 300ms;
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  .ondemand-wrap .ondemand {
    padding: 0;
  }
}
.ondemand-wrap .ondemand img {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.ondemand-wrap .ondemand img:hover {
  opacity: 1 !important;
}
.ondemand-wrap .ondemand a {
  width: calc(100% - 20px);
  margin: 10px;
  border: 2px solid #0c0337;
  background-color: white;
  -webkit-box-shadow: 5px 5px 0px white;
          box-shadow: 5px 5px 0px white;
}
.ondemand-wrap .ondemand a:hover {
  -webkit-box-shadow: 0px 0px 0px white;
          box-shadow: 0px 0px 0px white;
  -webkit-transform: translate3d(5px, 5px, 0px);
          transform: translate3d(5px, 5px, 0px);
}
@media (max-width: 767px) {
  .ondemand-wrap .ondemand a {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    max-width: -moz-fit-content;
  }
}
.ondemand-wrap .ondemand a.divide {
  width: calc(50% - 20px);
  margin: 10px;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
}
@media (max-width: 767px) {
  .ondemand-wrap .ondemand a.divide {
    max-width: 400px;
    width: 100%;
  }
}

.contents-area {
  position: relative;
  padding: 70px 20px;
  background-color: white;
  z-index: 2;
}
.contents-area::before, .contents-area::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(../images/liner_white.png);
  height: 20px;
  width: 100%;
  left: 0;
}
.contents-area::before {
  top: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.contents-area::after {
  bottom: -20px;
}
.contents-area p {
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .contents-area p {
    font-size: 14px;
  }
}
.contents-area__liner {
  border-top: 1px solid;
  height: 1px;
  width: 90%;
  max-width: 850px;
  margin: 10px auto;
  position: relative;
}
.contents-area__liner::before, .contents-area__liner::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background-size: contain;
  background-image: url(../images/dia.png);
  top: -8px;
}
.contents-area__liner::before {
  left: -10px;
}
.contents-area__liner::after {
  right: -10px;
}
.contents-area__con {
  max-width: 1000px;
  margin: 0 auto 80px;
  position: relative;
  z-index: 1;
  background-color: white;
}
.contents-area__con::before, .contents-area__con::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(../images/corner.jpg);
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
}
.contents-area__con::before {
  top: -13px;
  left: -13px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.contents-area__con::after {
  bottom: -13px;
  right: -13px;
}
.contents-area__con:last-child {
  margin: 0 auto;
}
.contents-area__head {
  max-width: 700px;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto 10px;
  position: relative;
}
@media (max-width: 767px) {
  .contents-area__head {
    font-size: 2rem;
  }
}
.contents-area__text {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 10px;
}
.contents-area__photo {
  max-width: 700px;
  margin: 20px auto;
  border-radius: 20px;
  overflow: hidden;
}
.contents-area .link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 300ms;
  transition: 300ms;
  padding: 10px;
}
.contents-area .link-btn img {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.contents-area .link-btn img:hover {
  opacity: 1 !important;
}
.contents-area .link-btn__tw {
  border: solid #1d9bf0 2px;
}
.contents-area .link-btn__tw p {
  color: #1d9bf0 !important;
}
.contents-area .link-btn__yt {
  border: solid #fa0216 2px;
}
.contents-area .link-btn__yt p {
  color: #fa0216 !important;
}
.contents-area .link-btn__comingsoon {
  cursor: default;
  pointer-events: none;
  position: relative;
}
.contents-area .link-btn__comingsoon::before {
  position: absolute;
  content: "Coming soon!";
  height: 2rem;
  width: 85%;
  line-height: 2;
  font-size: 1rem;
  background-color: rgba(223, 136, 64, 0.737254902);
  color: white;
  text-align: center;
  padding: 10px 20px;
  -webkit-transform: rotate(355deg);
          transform: rotate(355deg);
  -webkit-box-shadow: 5px 5px 1px 2px rgba(250, 2, 22, 0.2588235294);
          box-shadow: 5px 5px 1px 2px rgba(250, 2, 22, 0.2588235294);
  outline: 3px solid;
  top: 0;
  left: 0;
  margin: auto;
  font-family: "nitalago-ruika", sans-serif;
}
.contents-area .link-btn a {
  width: calc(100% - 20px);
  margin: 10px;
  border-radius: 2px;
  background-color: #ff8201;
  max-width: 600px;
}
.contents-area .link-btn a p {
  padding: 10px 20px 10px 10px;
  text-align: center;
  font-size: 1.2rem;
  color: white;
  position: relative;
  outline: 1px solid white;
  -webkit-box-shadow: 0 0 0 7px #ff8201;
          box-shadow: 0 0 0 7px #ff8201;
  border-radius: 0.2px;
}
.contents-area .link-btn a p::before {
  position: absolute;
  content: "arrow_forward_ios";
  font-family: "Material Icons";
  font-size: 1.2rem;
  right: 10px;
}
.contents-area .link-btn a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .contents-area .link-btn a {
    width: 100%;
  }
}
.contents-area .link-btn a.divide {
  width: calc(50% - 20px);
  margin: 10px;
  max-width: 400px;
}
@media (max-width: 767px) {
  .contents-area .link-btn a.divide {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    max-width: -moz-fit-content;
  }
}

.next-wrap {
  padding: 60px 20px 10px;
}
@media (max-width: 767px) {
  .next-wrap {
    padding: 40px 20px 10px;
  }
}
.next-wrap__bg {
  max-width: 1000px;
  margin: 0 auto 70px;
  position: relative;
}
.next-wrap__bg::before, .next-wrap__bg::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  height: 400px;
  width: 400px;
}
.next-wrap__bg::before {
  background-image: url(../images/heart_dot.svg);
  top: -80px;
  left: -200px;
}
.next-wrap__bg::after {
  background-image: url(../images/heart_fill.svg);
  bottom: -50px;
  right: -200px;
  z-index: -1;
}
.next-wrap__con {
  max-width: 1000px;
  margin: 0 auto 70px;
  border: 2px solid #0C0337;
  position: relative;
  background-color: white;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .next-wrap__con {
    padding: 40px 0 30px;
  }
}
.next-wrap__con::before, .next-wrap__con::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(../images/flour_2.png);
  background-repeat: no-repeat;
  height: 132px;
  width: 200px;
  bottom: 0;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .next-wrap__con::before, .next-wrap__con::after {
    content: unset;
  }
}
.next-wrap__con::before {
  left: 0;
}
.next-wrap__con::after {
  right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.next-wrap h3 {
  text-align: center;
  position: relative;
  font-family: "Kaisei Tokumin", serif !important;
  font-weight: 600;
  line-height: 1.2;
  z-index: 1;
}
.next-wrap__date {
  background-color: #F54456;
  margin: 0 0 20px;
  padding: 25px 10px;
  color: white;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .next-wrap__date {
    padding: 25px 0px;
    font-size: 1.4rem;
  }
}
.next-wrap__head {
  padding: 30px 10px;
  font-size: 1.5rem;
  color: #0C0337;
}
@media (max-width: 767px) {
  .next-wrap__head {
    padding: 30px 10px 10px;
    font-size: 1.3rem;
  }
}
.next-wrap__cast {
  max-width: 700px;
  margin: 0 auto;
}
.next-wrap dl {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .next-wrap dl {
    display: block;
  }
}
.next-wrap dt {
  font-family: "Kaisei Tokumin", serif !important;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: white !important;
  background-color: #0C0337;
  outline: 2px solid white;
  padding: 0px 15px;
  width: 25%;
  min-height: 44px;
  border-radius: 3px;
  margin: 12px 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .next-wrap dt {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    padding: 4px 10px 5px;
    height: auto;
    line-height: 1.8;
  }
}
.next-wrap dd {
  width: 65%;
  padding: 20px 10px;
}
@media (max-width: 767px) {
  .next-wrap dd {
    width: 90%;
    margin: 0 auto;
    padding: 10px 10px 20px;
  }
  .next-wrap dd p {
    font-size: 16px;
  }
}
.next-wrap__theme {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
.next-wrap__theme p {
  font-size: 1.2rem;
  padding: 0.5em 0 0.5em 2rem;
  line-height: 1.6;
  position: relative;
  font-weight: bold;
}
.next-wrap__theme p::before {
  content: "check_box";
  font-family: "Material Icons";
  position: absolute;
  font-size: 1.9rem;
  top: 0;
  left: 0;
  color: #6dc69e;
}
@media (max-width: 767px) {
  .next-wrap__theme p {
    font-size: 1rem;
    padding: 0.5em 0 0.5em 1.8rem;
  }
  .next-wrap__theme p::before {
    font-size: 1.6rem;
  }
}

.info-wrap {
  -webkit-box-shadow: 0 0 0 13px #0C0337;
          box-shadow: 0 0 0 13px #0C0337;
  background-color: white;
  border: 4.5px #0C0337 dotted;
  outline: 10px solid white;
  padding: 40px 0;
}
.info-wrap__con {
  padding: 40px 10px;
  position: relative;
}
.info-wrap__con::before, .info-wrap__con::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(../images/garland.png);
  background-repeat: no-repeat;
  top: -85px;
  height: 160px;
  width: 200px;
}
@media (max-width: 767px) {
  .info-wrap__con::before, .info-wrap__con::after {
    top: -84px;
    height: 140px;
    width: 180px;
  }
}
.info-wrap__con::before {
  left: -20px;
}
.info-wrap__con::after {
  right: -20px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.info-wrap__list {
  max-width: 800px;
  margin: 40px auto 0;
}
.info-wrap__head {
  padding: 20px !important;
}
.info-wrap__text {
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  margin: 0 auto;
  padding: 20px 80px;
  position: relative;
}
.info-wrap__text p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .info-wrap__text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .info-wrap__text {
    padding: 20px 30px;
  }
}
.info-wrap__text::before, .info-wrap__text::after {
  content: "";
  position: absolute;
  background-size: contain;
  height: 130px;
  width: 100px;
  background-repeat: no-repeat;
  background-image: url(../images/dia_green.png);
  top: 0px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .info-wrap__text::before, .info-wrap__text::after {
    height: 60px;
    width: 37px;
  }
}
.info-wrap__text::before {
  left: -10px;
}
@media (max-width: 767px) {
  .info-wrap__text::before {
    left: -10px;
    bottom: unset;
    margin: unset;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}
.info-wrap__text::after {
  right: -10px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .info-wrap__text::after {
    top: unset;
    bottom: -10px;
    margin: unset;
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}

.cast-wrap__name {
  text-align: center;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
  margin: 10px auto 20px;
  padding: 15px 20px;
  border-bottom: 2px solid #ffcd16;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
  font-family: "zen-old-mincho", sans-serif !important;
  font-weight: 800;
  font-style: normal;
}
.cast-wrap__name small {
  font-size: 0.9rem !important;
}
@media (max-width: 767px) {
  .cast-wrap__name {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}
.cast-wrap .castbox-wrap {
  max-width: 1000px;
  margin: 0 auto 20px;
  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;
}
.cast-wrap .castbox-wrap:last-child {
  margin-bottom: 0;
}
.cast-wrap .castbox__photo {
  position: relative;
  margin: 10px 0 5px;
  overflow: hidden;
  -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
          clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
}
.cast-wrap .castbox .cast-text {
  padding: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cast-wrap .castbox .cast-text p {
  font-size: 18px;
  line-height: 1.5;
}
.cast-wrap .castbox .cast-text p small {
  font-size: small !important;
}
@media (max-width: 390px) {
  .cast-wrap .castbox .cast-text p small {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .cast-wrap .castbox .cast-text p {
    font-size: 16px;
  }
}
.cast-wrap .castbox__a {
  max-width: 300px;
  height: 100%;
  width: calc(50% - 20px);
  margin: 10px 10px;
}
.cast-wrap .castbox__b {
  max-width: 200px;
  height: 100%;
  width: calc(33.3% - 20px);
  margin: 10px 10px;
}
@media (max-width: 767px) {
  .cast-wrap .castbox__b {
    width: calc(50% - 20px);
  }
}
.cast-wrap .castbox__c {
  height: 100%;
  width: calc(50% - 20px);
  margin: 10px 10px;
}
@media (max-width: 767px) {
  .cast-wrap .castbox__c {
    width: calc(100% - 20px);
  }
}
.cast-wrap .castbox__c .castbox__photo {
  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;
  padding: 0;
}
.cast-wrap .castbox__c .castbox__photo img {
  width: calc(50% - 20px);
  margin: 10px;
}
.cast-wrap .castbox__c .cast-text {
  min-height: 7em;
}
.cast-wrap .castbox__c .cast-text p.cast-text--divide {
  width: calc(50% - 10px);
  margin: 5px;
}
.cast-wrap .castbox__c .cast-text p.cast-text--combi {
  width: 100%;
  margin: 0 10px 10px;
}

.movie-spot {
  margin: 50px auto 20px;
  border-radius: 5px;
  position: relative;
  color: white;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .movie-spot {
    max-width: 600px;
    margin: 30px auto 0;
  }
}
.movie-spot .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-spot .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sns-wrap {
  position: relative;
  padding: 60px 20px;
  overflow: hidden;
}
.sns-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/liner_navy.png);
  background-size: contain;
  background-repeat: repeat-x;
  height: 20px;
  width: 100%;
  z-index: 2;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.sns-wrap__head {
  position: relative;
  padding: 20px 20px 40px;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sns-wrap__head {
    max-width: 500px;
  }
}
.sns-wrap__head img {
  max-width: 450px;
}
@media (max-width: 767px) {
  .sns-wrap__head img {
    max-width: 350px;
  }
}
.sns-wrap__head::before, .sns-wrap__head::after {
  content: "";
  position: absolute;
  background-size: contain;
  height: 100px;
  width: 75px;
  background-image: url(../images/dia_white.png);
  background-repeat: no-repeat;
  top: 0px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .sns-wrap__head::before, .sns-wrap__head::after {
    height: 50px;
    width: 40px;
  }
}
.sns-wrap__head::before {
  left: -10px;
}
.sns-wrap__head::after {
  right: -10px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sns-wrap__link {
  max-width: 730px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 300ms;
  transition: 300ms;
  padding: 20px 0 0;
}
.sns-wrap__link img {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sns-wrap__link img:hover {
  opacity: 1 !important;
}
.sns-wrap__link a {
  width: calc(100% - 20px);
  margin: 10px;
  border: 2px solid #0c0337;
  background-color: white;
  -webkit-box-shadow: 5px 5px 0px white;
          box-shadow: 5px 5px 0px white;
}
.sns-wrap__link a:hover {
  -webkit-box-shadow: 0px 0px 0px white;
          box-shadow: 0px 0px 0px white;
  -webkit-transform: translate3d(5px, 5px, 0px);
          transform: translate3d(5px, 5px, 0px);
}
@media (max-width: 767px) {
  .sns-wrap__link a {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    max-width: -moz-fit-content;
  }
}
.sns-wrap__link a.divide {
  width: calc(50% - 20px);
  margin: 10px;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
}
@media (max-width: 767px) {
  .sns-wrap__link a.divide {
    max-width: 400px;
    width: 100%;
  }
}
.sns-wrap__box {
  max-width: 700px;
  margin: 40px auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .sns-wrap__box {
    max-width: 400px;
  }
}
.sns-wrap__box::before, .sns-wrap__box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  height: 450px;
  width: 60%;
  z-index: -1;
}
@media (max-width: 767px) {
  .sns-wrap__box::before, .sns-wrap__box::after {
    content: unset;
  }
}
.sns-wrap__box::before {
  background-image: url(../images/garland_l.png);
  left: -40%;
}
.sns-wrap__box::after {
  right: -40%;
  background-image: url(../images/garland_r.png);
}

.bg-img {
  position: fixed;
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7098039216);
}

#mbsGlobalHeader {
  z-index: 10;
  position: relative;
}

#mbsGlobalFooter {
  z-index: 10;
  position: relative;
}

.protect img, .protect img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}

@media print {
  .protect img, .movie-spot.protect {
    display: none !important;
  }
}
@-moz-document url-prefix() {
  @media print {
    .protect img, .movie-spot.protect {
      display: none !important;
    }
  }
}/*# sourceMappingURL=style.css.map */