@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 3.7vw;
  line-height: 1.90476;
  text-align: justify;
  color: #fff;
  background-color: #fff;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

img {
  display: block;
  margin: 0 auto;
}

.serif {
  font-family: serif;
}

#wrapper {
  padding-top: 21.33333vw;
}

.badges {
  padding: 0 10px 10px;
}

#review {
  display: block;
  width: 100%;
  height: 70vw;
  margin-top: 10px;
  padding: 1.5em 1.5em 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background .2s ease 0s;
  transition: background .2s ease 0s;
  background: black;
}

#review > .inner {
  position: relative;
  box-sizing: border-box;
  height: calc(100% - 60px);
  margin-top: 10px;
  padding-bottom: 2em;
}

#review ul li {
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 2.4em;
  -webkit-transition: opacity .5s ease 0s;
  transition: opacity .5s ease 0s;
  opacity: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#review ul li.xl div {
  font-size: 10vw;
  line-height: 1.2;
}

#review ul li.l div {
  font-size: 7.5vw;
}

#review ul li.m div {
  font-size: 7vw;
}

#review ul li.active {
  -webkit-transition: opacity .5s ease .5s;
  transition: opacity .5s ease .5s;
  opacity: 1;
}

#review ul div {
  font-family: 'source-han-serif-japanese',serif;
  font-size: 6.5vw;
  color: #e61874;
  -webkit-font-smoothing: subpixel-antialiased;
}

#review ul span {
  font-size: 4.5vw;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  color: #b5b5b5;
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

header > .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10.66667vw;
  padding: 0 1.6%;
  background: #e61874;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header > .inner a {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  height: 70%;
  color: #fff;
}

header > .inner a:nth-child(2) {
  height: 100%;
  padding: 5px 0;
}

header > .inner img {
  height: 100%;
}

header .roadshow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10.66667vw;
  padding: 0 1.6% 0 2.48889%;
  color: #e61874;
  background-color: #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .roadshow p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: .02em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

header .roadshow p span {
  font-size: .7em;
}

header .roadshow a {
  font-size: 3.4vw;
  line-height: 1.4;
  padding: .3em 1em;
  text-decoration: none;
  color: #000;
  background: #fff;
}

header .roadshow a img {
  display: block;
  height: 100%;
}

.top header .logo {
  display: none;
}

.nav-wrap {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: rgba(230, 24, 116, 0.95);
}

.nav-wrap.active {
  top: 21.33333vw;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nav-wrap.share .nav-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-wrap.share .nav-menu {
  display: none;
}

.nav-menu {
  padding: 0 6.4% 4.44444%;
}

.nav-menu.top {
  background-color: #e61874;
}

.nav-atm {
  border-top: 1px solid #e5e5e5;
}

.nav {
  padding: 3.55556vw 0;
}

.nav a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: bold;
  display: block;
  padding: 1.77778vw 0;
  text-align: center;
  text-decoration: none;
  letter-spacing: .05em;
  color: #fff;
}

.nav img {
  height: 6.48889vw;
}

.nav-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.77778vw 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-sns li {
  width: 15.11111vw;
  margin: 0 3.55556vw;
}

.nav-share {
  display: none;
  padding: 9.51111vw 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-share li {
  width: 11.73333vw;
  margin: 0 4.26667vw;
}

.top-header {
  position: relative;
  overflow: hidden;
}

.top-header h1 {
  position: absolute;
  top: 0;
  left: 0;
}

.top-header .inner {
  position: relative;
  padding-top: 82.48889%;
  background: url(../images/top/v.jpg) center top no-repeat;
  background-size: 100% auto;
}

.top-header .inner .copy {
  position: absolute;
  top: 50.53879%;
  right: 12.53333%;
  width: 21.33333%;
}

.top-header .roadshow {
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  padding: 0 14% 0;
  padding: 0 6% 0;
}

.top-header .roadshow img {
  width: 100%;
}

.top-header .sr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-header .sr .btn-tw {
  width: 60%;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.share li {
  padding: 5px;
}

.share img {
  width: 35px;
}

.sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sns li {
  padding: 5px;
}

.credit {
  display: block;
  padding-top: 10px;
}

.page-intro {
  padding: 20px 15px;
  background: #fff;
}

.page-intro p {
  font-size: 4.3vw;
  line-height: 1.8em;
  color: #00c86c;
  color: #000;
}

.page-intro p span {
  font-weight: bold;
  color: #dd007b;
}

.page-intro p.small {
  font-size: 10px;
}

/**/
.trailer-slider {
  margin-top: 0 !important;
  padding-left: 15px !important;
}

.trailer-slider .mark {
  width: 50px !important;
  height: 50px !important;
  margin: -25px 0 0 -25px !important;
}

#trailer-slider .trailer-container {
  border: 0 !important;
}

#trailer-slider li {
  padding: 0 10px 0 0 !important;
}

.trailer-slider li:last-child {
  padding-right: 15px !important;
}

.inline {
  display: inline-block;
  height: 15px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}

/*pages*/
.page {
  background: #000;
}

.page h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 8vw;
  font-weight: bold;
  line-height: 2;
  position: relative;
  text-align: center;
  letter-spacing: .05em;
  color: #000;
  background: #e61874;
}

.page .main {
  font-size: 15px;
  line-height: 1.6;
  padding: 20px 15px;
  color: #e61874;
}

.page .main p {
  padding-bottom: 30px;
}

.container {
  padding: 0 3.55556% 5%;
  padding: 10% 5% 10%;
}

.container article {
  padding-bottom: 1em;
}

.container article h2 {
  font-size: 4vw;
  font-weight: bold;
  padding-bottom: 1.5em;
  color: #e4007f;
}

.container article h2 span {
  display: inline-block;
  width: 3em;
  height: 1px;
  margin-left: .5em;
  vertical-align: middle;
  background-color: #e4007f;
}

.container article h3 {
  padding: 6.83453% 0 6.47482%;
}

.container article h4 {
  padding-bottom: 6.47482%;
}

.container article p {
  padding-bottom: 1.5em;
}

.desc {
  font-size: 4vw;
  padding-bottom: 1em;
  text-align: center;
}

.desc h2 {
  padding-bottom: 8.03571%;
}

.hide {
  display: none;
}

footer {
  font-size: 1.5vw;
  padding: 10px 0;
  text-align: center;
}

.top footer {
  padding-top: 0;
  color: #e61874;
}

/*intro*/
.intro .container h2 {
  position: relative;
  margin-bottom: 5vw;
}

.intro .container h2 img {
  position: relative;
}

.intro .container p {
  margin-bottom: 1em;
  letter-spacing: .06em;
}

.story .container h2 {
  position: relative;
  margin-bottom: 13.26531%;
}

.story .container h2 img {
  position: relative;
  z-index: 1;
}

.story .container p {
  margin-bottom: 1em;
  letter-spacing: .06em;
}

.cast .container {
  padding-top: 0;
  padding-bottom: 0;
}

.cast .container h2 {
  padding: 5.10204% 0;
}

.cast .container article {
  padding: 8.16327% 0;
  border-bottom: 2px solid #e61874;
}

.cast .container article:last-child {
  border-bottom: none;
}

.cast .container p {
  display: none;
  padding-top: 5.10204%;
}

.cast .container .n {
  position: relative;
}

.cast .container .n span {
  position: absolute;
  top: 20px;
  right: 0px;
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.cast .container .n span img {
  display: block;
  width: 100%;
}

.staff .container {
  padding-top: 0;
  padding-bottom: 0;
}

.staff .container h2 {
  padding: 5.10204% 0;
}

.staff .container article {
  border-bottom: 2px solid #e61874;
  padding-bottom: 0;
}

.staff .container article:last-child {
  border-bottom: none;
}

.staff .container article .staff-title {
  padding: 20px 0;
}

.staff .container article h2 {
  position: relative;
}

.staff .container article h2 span {
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.staff .container article h2 span img {
  display: block;
  width: 100%;
}

.staff .container p {
  display: none;
  padding-bottom: 5.10204%;
}

.pn .container {
  padding-bottom: 1em;
}

.pn .container h2 {
  position: relative;
  margin-bottom: 0em;
}

.pn .container h2 img {
  position: relative;
  z-index: 1;
}

.pn .container p {
  margin-bottom: 1em;
  letter-spacing: .06em;
}

.eigaland_bg {
  width: 100%;
  margin-top: 1px;
  padding-bottom: 3px;
  background-color: black;
}

.eigaland_select {
  font-size: 1rem;
  font-size: 14px;
  display: block;
  display: inline-block;
  width: 100%;
  height: calc(2.75rem);
  padding: 0 1.5rem 0 .75rem;
  vertical-align: middle;
  color: white;
  border: 1px solid #323232;
  border-radius: .25rem;
  background: #323232 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-clip: padding-box;
  background-size: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.eigaland_btn {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  margin-top: .5rem;
  padding: .5em;
  border: 0;
  background-color: #e5006e;
}

.eigaland_span {
  font-size: 14px;
  font-weight: 100;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: .4em;
  text-align: center;
  color: #d7d7d7;
  color: #e5006e;
}

@media (max-width: 991px) {
  .eigaland_powerby_desktop {
    display: none;
  }
  .eigaland_powerby_mobile {
    font-size: 12px;
    display: inline;
    padding: 1em;
    color: #d7d7d7;
  }
  .eigaland_gps {
    font-size: 18px;
  }
  .eigaland_btn {
    margin-top: .5rem;
  }
}

@media (min-width: 992px) {
  .eigaland_powerby_desktop {
    font-size: 12px;
    display: inline;
    margin-left: 5px;
    color: #d7d7d7;
  }
  .eigaland_powerby_mobile {
    display: none;
  }
  .eigaland_btn {
    margin-top: 0;
  }
}
