@charset "UTF-8";

#wrap {
  /* opacity: 0; 作業中はローディング非表示*/

}

/* mv */

.mv {
  background-image: url(../img/mv_bg.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #0D0419;
}

.mv-wrapper {
  /* position: relative; */
  padding: 0 0 3.1% 0;
  margin: 0 auto;
}

.mv-visual {
  position: relative;
  margin: 0 auto 23px;
}

.mv-character {
  width: 80.9%;
  /* margin: 0 auto 11.1%; */
  margin: 0 auto;
}

.mv-ttl {
  position: absolute;
  top: 70%;
  /* top: 48%; */
  left: 0;
  right: 0;
  margin: auto;
  width: 61.7%;
}

.mv-roadshow {
  width: 19.5%;
  /* position: absolute; */
  /* top: 64.5%; */
  /* bottom: 0; */
  /* left: 0; */
}

.mv-banner_ango {
  position: absolute;
  bottom: 9.7%;
  /* top: 51.2%; */
  left: -0.5%;
  width: 15%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.mv-banner_ango:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.mv-banner {
  position: absolute;
  /* top: 50.6%; */
  bottom: 8.7%;
  right: 1.7%;
  width: 14.2%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.mv-banner:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.mv-brrierfree {
  width: 19.397%;
  margin: 0 auto 23px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.mv-brrierfree:hover {
  opacity: 0.8;
}

.mv-staff {
  width: 69.8%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .mv {
    background-image: url(../img/mv_bg_sp.png);
  }

  .mv-wrapper {
    width: 93.3%;
    padding: 1.7% 0 8.1% 0;
  }

  .mv-character {
    width: 103%;
    margin: 0 -3.2% 9.5% auto;
  }

  .mv-ttl {
    position: initial;
    margin: -25% auto 18px;
    width: 92.1%;
  }

  .mv-roadshow {
    width: 28.2%;
    margin: 0 auto 22px;
    position: initial;
  }

  .mv-staff {
    width: 94.2%;
    margin: 0 auto 18px;
  }

  .mv-banner_ango {
    position: initial;
    width: 46.6%;
    margin: 0 auto 3%;
  }

  .mv-banner {
    position: initial;
    width: 46.6%;
    margin: 0 auto;
  }

  .mv-brrierfree {
    width: 49.72%;
    margin: 0 auto 38px;
  }

}

/* nav */

.nav {
  width: 85.505%;
  margin: 0 auto;
}

.nav-list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 21px;
}

.nav-list-item {
  width: 13.698%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.nav-list-item:hover {
  opacity: 0.8;
}

.nav-bigbtn {
  width: 71.1%;
  margin: 0 auto 11px;
  display: flex;
  justify-content: space-between;
}

.nav-bigbtn-item {
  width: 49.226%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.nav-bigbtn-item:hover {
  opacity: 0.8;
}

.nav-bigbtn_center {
  width: 35%;
  margin: 0 auto 31px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.nav-bigbtn_center:hover {
  opacity: 0.8;
}

/* .nav-theater {
  width: 35%;
  margin: 0 auto 23px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.nav-theater:hover {
  opacity: 0.8;
} */

@media screen and (max-width: 768px) {

  .nav {
    width: 100%;
  }

  .nav-list {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 10px;
  }

  .nav-list-item {
    width: 48.5%;
    margin: 0 2.8% 10px 0;
  }

  .nav-list-item:nth-child(2n) {
    margin: 0 0 10px 0;
  }

  .nav-bigbtn {
    width: 100%;
    margin: 0 auto 10px;
    flex-direction: column;
  }

  .nav-bigbtn-item {
    width: 100%;
    margin: 0 0 10px 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .nav-bigbtn-item:last-child {
    margin: 0;
  }

  .nav-bigbtn_center {
    width: 100%;
    margin: 0 auto 22px;
  }

}

/* trailer */

.trailer {
  background-image: url(../img/trailer_bg.png);
  background-color: #0A0213;
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  /* padding: 0 0 5.8% 0; */
}

.trailer-wrapper {
  position: relative;
  padding: 0 0 8% 0;
}

.trailer-shiriarty {
  position: absolute;
  top: 0;
  left: 0;
  width: 66.7%;
  z-index: 1;
  /* margin: 0 auto 0 0; */
}

.trailer-txt {
  /* position: absolute;
  top: 26%;
  left: 0;
  right: 0; */
  position: relative;
  z-index: 2;
  width: 53.5%;
  margin: auto;
  padding: 24% 0 10% 0;
}

.trailer-butt {
  position: absolute;
  top: 9.1%;
  right: 7.8%;
  width: 16.4%;
}

.trailer-audrey {
  position: absolute;
  top: 24.9%;
  right: 0;
  width: 9.7%;
}

.trailer-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-image: url(../img/trailer_box.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 1;
}

.trailer-ttl {
  width: 35.7%;
  position: absolute;
  top: -9%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.trailer-movie {
  width: 81.2%;
  margin: 0 auto;
  padding: 8.36% 0 1.77% 0;
}

.trailer-movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.trailer-movie-wrap iframe {
  position: absolute;
  top:  0;
  right: 0;
  width: 100%!important;
  height: 100%!important;
}

.trailer-btn {
  width: 81.25%;
  margin: 0 auto;
  padding: 0 0 5.77%;
}

.trailer-btn-list {
  display: flex;
  justify-content: space-between;
}

.trailer-btn-list-item {
  width: 18.461%;
  line-height: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.trailer-btn-list-item:hover {
  opacity: 0.7;
}

.trailer-bottle {
  width: 11%;
  position: absolute;
  bottom: -8%;
  left: -5%;
}

.trailer-peach {
  width: 11.4%;
  position: absolute;
  bottom: -7.5%;
  right: -6%;
}

@media screen and (max-width: 768px) {

  .trailer {
    background-image: url(../img/trailer_bg_sp.png);
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 0 0 25% 0;
  }

  .trailer-wrapper {
    padding: 0 0 26.1% 0;
  }

  .trailer-shiriarty {
    width: 94.1%;
  }

  .trailer-txt {
    width: 88%;
    padding: 59.2% 0 18.4% 0;
  }

  .trailer-butt {
    top: 0;
    right: 10.4%;
    width: 34.7%;
    z-index: 3;
  }

  .trailer-audrey {
    top: 18.7%;
    right: 4.2%;
    width: 18.7%;
    z-index: 3;
  }

  .trailer-box {
    background-image: url(../img/trailer_box_sp.png);
    width: 93.333%;
  }

  .trailer-ttl {
    width: 57.1%;
    top: -8%;
  }

  .trailer-movie {
    width: 88.5%;
    padding: 15% 0 5% 0;
  }

  .trailer-btn {
    width: 88.571%;
    padding: 0 0 9.9%;
  }

  .trailer-btn-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .trailer-btn-list-item {
    width: 47.57%;
    margin: 0 4% 3% 0;
  }

  .trailer-btn-list-item:nth-child(2n) {
    margin: 0 0 3% 0;
  }

  .trailer-btn-list-item:last-child {
    margin: 0;
  }

  .trailer-bottle {
    width: 17.9%;
    bottom: -10%;
    left: -2%;
  }

  .trailer-peach {
    width: 18.5%;
    bottom: -8%;
    right: -3%;
  }

}

/* intro */

.intro {
  position: relative;
  background-image: url(../img/intro_bg.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
}

/* .intro::after {
  content: "";
  background-image: url(../img/intro_bg_pl.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 48%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
} */

.intro-wrapper {
  padding: 9% 0 6%;
}

.intro-ttl {
  width: 28.5%;
  margin: 0 auto 30px;
}

.intro-txt {
  width: 45.7%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .intro {
    background-image: url(../img/intro_bg_sp.png);
    margin: -20% 0 0 0;
  }

  .intro-wrapper {
    width: 93.3%;
    margin: 0 auto;
    padding: 0 0 6%;
  }

  .intro-ttl {
    width: 57.1%;
    margin: 0 auto 28px;
    transform: translate(0, -37%);
  }

  .intro-txt {
    width: 100%;
  }

}

/* intro */

.intro {
  position: relative;
  background-image: url(../img/intro_bg.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
}

/* .intro::after {
  content: "";
  background-image: url(../img/intro_bg_pl.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 48%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
} */

.intro-wrapper {
  padding: 9% 0 6%;
}

.intro-ttl {
  width: 28.5%;
  margin: 0 auto 30px;
}

.intro-txt {
  width: 45.7%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .intro {
    background-image: url(../img/intro_bg_sp.png);
  }

  .intro-wrapper {
    width: 93.3%;
    margin: 0 auto;
    padding: 0 0 6%;
  }

  .intro-ttl {
    width: 57.1%;
    margin: 0 auto 28px;
  }

  .intro-txt {
    width: 100%;
  }

}

/* about */

.about {
  position: relative;
  background-color: #A55AA0;
}

/* .about::before {
  content: "";
  background-image: url(../img/intro_pl_top.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 57.5%;
  position: absolute;
  top: -52%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
} */

.about-wrapper {
  padding: 0 0 98px 0;
}

.about-txt {
  position: relative;
  width: 80%;
  margin: -4% auto 0;
  z-index: 3;
}

.about-scene {
  display: none;
}

@media screen and (max-width: 768px) {

  .about-wrapper {
    width: 93.3%;
    margin: 0 auto;
    padding: 13px 0 55px 0;
  }

  .about-txt {
    width: 94.5%;
    margin: 0 auto 38px;
  }

  .about-scene {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .about-scene-item {
    width: 48.5%;
    margin: 0 0 10px 0;
  }

}

/* story */

.story {
  background-color: #714E98;
}

.story-wrapper {
  width: 100%;
  padding: 0 0 78px 0;
}

.story-scene {
  display: flex;
  justify-content: space-between;
  margin: 0 0 99px 0;
}

.story-scene-item {
  width: 19.2%;
}

.story-box {
  width: 61.4%;
  margin: 0 auto;
  position: relative;
  background-image: url(../img/story_bg.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
}

.story-ttl {
  width: 34%;
  position: absolute;
  top: -6.1%;
  left: 0;
  right: 0;
  margin: auto;
}

.story-txt {
  width: 77.2%;
  margin: 0 auto 3.9%;
  padding: 11% 0 0;
}

.story-line {
  width: 27%;
  line-height: 1;
  margin: 0 auto 1.2%;
}

.story-serif {
  width: 56%;
  margin: 0 auto 2.7%;
}

.story-catch {
  width: 77.2%;
  margin: 0 auto;
  padding: 0 0 8.8% 0;
}

.story-bone {
  width: 14.4%;
  position: absolute;
  top: 2%;
  left: -3%;
}

.story-flower {
  width: 13%;
  position: absolute;
  bottom: -6%;
  right: -5%;
}

@media screen and (max-width: 768px) {

  .story-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 57px 0 38px 0;
  }

  .story-box {
    width: 100%;
    background-image: url(../img/story_bg_sp.png);
  }

  .story-ttl {
    width: 53.3%;
    top: 0;
  }

  .story-txt {
    width: 87.9%;
    margin: 0 auto 10.4%;
    padding: 28.5% 0 0;
  }

  .story-line {
    width: 66.6%;
    margin: 0 auto 4.8%;
  }

  .story-serif {
    width: 73.8%;
    margin: 0 auto 5.3%;
  }

  .story-catch {
    width: 90.5%;
    padding: 0 0 20.5% 0;
  }

  .story-bone {
    width: 21.1%;
    top: 7%;
    left: 0;
  }

  .story-flower {
    width: 26.1%;
    bottom: -3%;
    right: 1%;
  }

  .story-scene {
    display: none;
  }

}

/* character */

.character {
  background-color: #33004F;
}

.character-wrapper {
  padding: 67px 0 65px 0;
}

.character-ttl {
  width: 28.5%;
  margin: 0 auto;
}

.character-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  margin: 0 auto;
}

.character-list-item {
  width: 46.8%;
  margin: 0 0 1.2% 0;
}

@media screen and (max-width: 768px) {

  .character-wrapper {
    width: 93.3%;
    margin: 0 auto;
    padding: 50px 0 54px 0;
  }

  .character-ttl {
    width: 57.1%;
    margin: 0 auto 12px;
  }

  .character-list {
    width: 100%;
  }

  .character-list-item {
    width: 100%;
    margin: 0;
  }

}

/* guest */

.guest {
  background-color: #33004F;
}

.guest-wrapper {
  padding: 0 0 103px 0;
}

.guest-box {
  position: relative;
  width: 80.1%;
  margin: 0 auto;
  /* background-image: url(../img/guest_box_bg.png); */
  /* background-size: contain; */
  background-position: top center;
  background-repeat: no-repeat;
  border: 4px solid #e5b848;
  border-radius: 15px;
  background-image: url(../img/guest_box_bg.png);
  background-size: 100% auto;
  background-color: #000;
  background-repeat: no-repeat;
}

.guest-ttl {
  position: absolute;
  top: 7%;
  left: 0;
  right: 0;
  width: 88.6%;
  margin: auto;
}

.guest-fukuyama {
  width: 88.3%;
  margin: 4.8% auto 0;
  display: flex;
  /* padding: 11.1% 0 80px 0; */
}

.guest-fukuyama-img {
  width: 42.4%;
  margin: 0 7% 0 0;
}

.guest-fukuyama-txt {
  width: 50.3%;
}

.guest-fukuyama-txt-headline {
  width: 73.2%;
  margin: 0 0 10% 0;
}

.guest-fukuyama-txt-comment {
  color: #fff;
}

@media screen and (max-width: 768px) {

  .guest-wrapper {
    width: 93.3%;
    margin: 0 auto;
    padding: 0 0 64px 0;
  }

  .guest-box {
    width: 100%;
    margin: 0 auto;
    background: none;
    background-color: #000;
    border-radius: 10px;
    border: 3px solid #E5B947;
    /* background-image: url(../img/guest_box_bg_sp.png);
    background-size: 100% auto; */
    background-image: url(../img/guest_box_bg_sp.png);
    background-size: 100% auto;
    background-color: #000;
    background-repeat: no-repeat;
  }

  .guest-ttl {
    top: 3.8%;
    width: 87.5%;
  }

  .guest-body {
    background-image: url(../img/guest_body_sp.png);
    background-size: 100% auto;
  }

  .guest-fukuyama {
    width: 85.7%;
    flex-direction: column;
    /* padding: 71px 0 83px 0; */
    padding: 0;
  }

  .guest-fukuyama-img {
    width: 100%;
    margin: 8.9% 0 33px 0;
  }

  .guest-fukuyama-txt {
    width: 100%;
  }

  .guest-fukuyama-txt-headline {
    width: 54%;
    margin: 0 auto 25px;
  }

}

/* subcharacter */

.subcharacter {
  background-color: #33004F;
}

.subcharacter-wrapper {
  padding: 0 0 120px 0;
}

.subcharacter-police {
  width: 80%;
  margin: 0 auto 100px;

}

.subcharacter-police-ttl {
  width: 46.8%;
  margin: 0 auto;
}

.subcharacter-police-first {
  width: 46.8%;
  margin: 0 auto 10px;
}

.subcharacter .-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.subcharacter-police-list-item {
  width: 46.8%;
}

.subcharacter-subordinate-ttl {
  width: 46.8%;
  margin: 0 auto;
}

.subcharacter-subordinate-list {
  width: 80%;
  margin: 0 auto;
}

.subordinate-subordinate-list-item {
  width: 46.8%;
}

@media screen and (max-width: 768px) {

  .subcharacter-wrapper {
    width: 93.3%;
    padding: 0 0 91px 0;
  }

  .subcharacter-police {
    width: 100%;
    margin: 0 auto 66px;
  }

  .subcharacter-police-ttl {
    width: 91%;
  }

  .subcharacter-police-first {
    width: 100%;
    margin: 0 auto 5px;
  }

  .subcharacter .-list {
    flex-direction: column;
  }

  .subcharacter-police-list-item {
    width: 100%;
  }

  .subcharacter-subordinate-ttl {
    width: 91%;
  }

  .subcharacter-subordinate-list {
    width: 100%;
    margin: 0 auto;
  }

  .subordinate-subordinate-list-item {
    width: 100%;
}
}

/* footer */

footer {
  background-image: url(../img/last_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer-wrapper {
  padding: 56px 0 54px 0;
}

.footer-logo {
  width: 40%;
  margin: 0 auto 54px;
}

.footer-oshiri {
  /* width: 74.829%; */
  width: 100%;
  margin: 0 auto 25px;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
}

.footer-oshiri-item {
  margin: 0 2.5% 0 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.footer-oshiri-item:hover {
  opacity: 0.8;
}

.footer-oshiri-item.oshiri-original {
  width: 34.211%;
}

.footer-oshiri-item.oshiri-anime {
  width: 62.046%;
}

.footer-oshiri-item.oshiri-musical {
  width: 34.211%;
  margin: 0;
}

.footer-bnr {
  display: flex;
  justify-content: center;
  margin: 0 0 28px;
}

.footer-bnr-item {
  height: 40px;
  margin: 0 2.5% 0 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.footer-bnr-item:last-child {
  margin: 0;
}

.footer-bnr-item img {
  width: auto;
  height: 100%;
}


.footer-bnr-item:hover {
  opacity: 0.8;
}

.footer-copyright {
  color: #fff;
  font-size: 9px;
  text-align: center;
}

.footer-topbtn {
  width: 7%;
  position: fixed;
  bottom: 0;
  right: 1.5%;
  z-index: 10;
}

@media screen and (max-width: 768px) {

  footer {
    background-image: url(../img/last_bg_sp.png);
    background-size: 100% auto;
    background-position: top center;
  }

  .footer-wrapper {
    width: 93.3%;
    margin: 0 auto;
    padding: 46px 0 19px 0;
  }

  .footer-logo {
    width: 92.1%;
    margin: 0 auto 27px;
  }

  .footer-oshiri {
    width: 82.9%;
    margin: 0 auto 8px;
    flex-direction: column;
  }

  .footer-oshiri-item.oshiri-original {
    width: 55.1%;
    margin: 0 auto 8px;
  }

  .footer-oshiri-item.oshiri-anime {
    width: 100%;
    margin: 0 auto 8px;
  }


  .footer-oshiri-item.oshiri-musical {
    width: 55.1%;
    margin: 0 auto;
  }

  .footer-bnr {
    margin: 0 0 31px 0;
  }

  .footer-bnr-item {
    width: 35.2%;
    margin: 0 4.5% 0 0;
  }

  .footer-copyright {
    color: #fff;
    font-size: 9px;
    text-align: center;
  }

  .footer-topbtn {
    width: 12%;
  }

}
