@charset "UTF-8";
/* tag reset
##################################### */
/*! 
	html5doctor.com Reset Stylesheet
	v1.6.1
	Last Updated: 2010-09-17
	Author: Richard Clark - http://richclarkdesign.com 
	Twitter: @rich_clark
	*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* font setting
##################################### */
html {
  font-size: 62.5%;
}

/* base
##################################### */
body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, clean, sans-serif;
  color: #000;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: normal;
}

table {
  font-size: inherit;
  /* for modern browser */
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

pre, code, kbd, samp, tt {
  font-family: inherit;
  *font-size: 108%;
  /* for IE whole */
  line-height: 100%;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

object {
  margin: 0;
  padding: 0;
}

a {
  color: #e54e7d;
  text-decoration: none;
  outline: none;
}

ol, li {
  list-style-type: none;
}

::-moz-selection {
  background: rgba(229, 78, 125, 0.4);
}

::selection {
  background: rgba(229, 78, 125, 0.4);
}

/* module
##################################### */
.m_disnon {
  display: none;
}

.m_box_pd10 {
  padding: 10px;
}

.m_box_pd20 {
  padding: 20px;
}

.m_box_pd30 {
  padding: 30px;
}

.m_box_pd40 {
  padding: 40px;
}

.m_box_pd50 {
  padding: 50px;
}

.m_center {
  text-align: center;
}

.m_left {
  text-align: left;
}

.m_right {
  text-align: right;
}

.m_va_top {
  vertical-align: top;
}

.m_va_middle {
  vertical-align: middle;
}

.m_font_b {
  font-weight: bold !important;
}

.m_fontS {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: normal;
}

.m_fontSM, .box_topic .heading .date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: normal;
}

.m_fontM, #cast li:nth-child(1) .copy, #cast li:nth-child(2) .copy, #staff .copy {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: normal;
}

.m_fontLM {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: normal;
}

.m_fontL, #cast .profile span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: normal;
}

.m_fontLL, .box_topic .heading h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: normal;
}

.m_word_break {
  word-break: break-all;
}

.m_mb0 {
  margin-bottom: 0 !important;
}

.m_mb10 {
  margin-bottom: 10px;
}

.m_mb20 {
  margin-bottom: 20px;
}

.m_mb30 {
  margin-bottom: 30px;
}

.m_mb40 {
  margin-bottom: 40px;
}

.m_mb50 {
  margin-bottom: 50px;
}

.m_mb60 {
  margin-bottom: 60px;
}

.m_mb70 {
  margin-bottom: 70px;
}

.m_mb80 {
  margin-bottom: 80px;
}

.m_mb90 {
  margin-bottom: 90px;
}

.m_mb100 {
  margin-bottom: 100px;
}

.m_ml10 {
  margin-left: 10px;
}

.m_ml20 {
  margin-left: 20px;
}

.m_ml30 {
  margin-left: 30px;
}

.m_ml40 {
  margin-left: 40px;
}

.m_ml50 {
  margin-left: 50px;
}

.m_mr10 {
  margin-right: 10px;
}

.m_mr20 {
  margin-right: 20px;
}

.m_mr30 {
  margin-right: 30px;
}

.m_mr40 {
  margin-right: 40px;
}

.m_mr50 {
  margin-right: 50px;
}

/* structure
##################################### */
body.page {
  overflow-y: scroll;
}

#stage {
  position: relative;
  width: 100%;
  min-width: 1080px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #e84875;
  border-bottom: 2px solid #fff;
  z-index: 100;
}

#header .inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}

#information #header {
  border-bottom: none;
}

#gnav ul, #snav ul {
  letter-spacing: -.4em;
  text-align: center;
}

#gnav li, #snav li {
  display: inline-block;
  letter-spacing: normal;
}

#gnav li:not(:last-child), #snav li:not(:last-child) {
  margin-right: 45px;
}

#gnav li a:hover::after, #gnav li.is-active a::after, #snav li a:hover::after, #snav li.is-active a::after {
  opacity: 1;
}

#gnav li a:hover img, #gnav li.is-active a img, #snav li a:hover img, #snav li.is-active a img {
  opacity: 0;
}

#gnav li a, #snav li a {
  position: relative;
  display: block;
}

#gnav li a::after, #snav li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#gnav li {
  line-height: 65px;
}

#gnav li.index a::after {
  background: url("../img/common/gnav_top_on.png") no-repeat;
}

#gnav li.news a::after {
  background: url("../img/common/gnav_news_on.png") no-repeat;
}

#gnav li.information a::after {
  background: url("../img/common/gnav_info_on.png") no-repeat;
}

#gnav li.movie a::after {
  background: url("../img/common/gnav_movie_on.png") no-repeat;
}

#gnav li.comment a::after {
  background: url("../img/common/gnav_comment_on.png") no-repeat;
}

#gnav li.media a::after {
  background: url("../img/common/gnav_media_on.png") no-repeat;
}

#gnav li.theater a::after {
  background: url("../img/common/gnav_theater_on.png") no-repeat;
}

#snav {
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  background: #ffadc4;
  z-index: 100;
}

#snav li {
  line-height: 43px;
}

#snav li.introduction a::after {
  background: url("../img/information/snav_intro_on.png") no-repeat;
}

#snav li.story a::after {
  background: url("../img/information/snav_story_on.png") no-repeat;
}

#snav li.cast a::after {
  background: url("../img/information/snav_cast_on.png") no-repeat;
}

#snav li.staff a::after {
  background: url("../img/information/snav_staff_on.png") no-repeat;
}

.sns {
  position: absolute;
  top: 12px;
  right: 0;
}

.sns ul {
  overflow: hidden;
}

.sns li {
  float: left;
}

.sns li:not(:last-child) {
  margin-right: 15px;
}

.sns a:hover {
  opacity: .8;
}

#main {
  min-height: 300px;
  padding-top: 67px;
}

#information #main {
  padding-top: 108px;
}

.parallax {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.parallax.p1 {
  height: 560px;
  background-image: url("../img/information/parallax01.jpg");
}

.parallax.p2 {
  height: 600px;
  background-image: url("../img/information/parallax02.jpg");
}

.parallax.p3 {
  height: 798px;
  background-image: url("../img/information/parallax03.jpg");
}

.sec {
  padding: 108px 0;
  background: #fff0f5;
}

.sec > .inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.sec.active .ttl_page, .sec.active .ani {
  -webkit-animation: pop .5s ease forwards;
  animation: pop .5s ease forwards;
}

.ttl_page {
  margin-bottom: 50px;
  opacity: 0;
}

.ttl_page::after {
  content: '';
  display: block;
  width: 265px;
  margin-top: 50px;
  border-bottom: 3px dotted #e95098;
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale3D(0.1, 0.1, 1);
    transform: scale3D(0.1, 0.1, 1);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  25% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3D(1.04, 1.04, 1);
    transform: scale3D(1.04, 1.04, 1);
  }
  48% {
    -webkit-transform: scale3D(0.97, 0.97, 1);
    transform: scale3D(0.97, 0.97, 1);
  }
  65% {
    -webkit-transform: scale3D(1.02, 1.02, 1);
    transform: scale3D(1.02, 1.02, 1);
  }
  80% {
    -webkit-transform: scale3D(0.99, 0.99, 1);
    transform: scale3D(0.99, 0.99, 1);
  }
  88% {
    -webkit-transform: scale3D(1.003, 1.003, 1);
    transform: scale3D(1.003, 1.003, 1);
  }
  93% {
    -webkit-transform: scale3D(0.998, 0.998, 1);
    transform: scale3D(0.998, 0.998, 1);
  }
  99% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
    opacity: 1;
  }
}

@keyframes pop {
  0% {
    -webkit-transform: scale3D(0.1, 0.1, 1);
    transform: scale3D(0.1, 0.1, 1);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  25% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3D(1.04, 1.04, 1);
    transform: scale3D(1.04, 1.04, 1);
  }
  48% {
    -webkit-transform: scale3D(0.97, 0.97, 1);
    transform: scale3D(0.97, 0.97, 1);
  }
  65% {
    -webkit-transform: scale3D(1.02, 1.02, 1);
    transform: scale3D(1.02, 1.02, 1);
  }
  80% {
    -webkit-transform: scale3D(0.99, 0.99, 1);
    transform: scale3D(0.99, 0.99, 1);
  }
  88% {
    -webkit-transform: scale3D(1.003, 1.003, 1);
    transform: scale3D(1.003, 1.003, 1);
  }
  93% {
    -webkit-transform: scale3D(0.998, 0.998, 1);
    transform: scale3D(0.998, 0.998, 1);
  }
  99% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
    opacity: 1;
  }
}

.share ul {
  letter-spacing: -.4em;
  text-align: center;
}

.share li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 1;
}

.share li:not(:last-child) {
  margin-right: 10px;
}

#footer {
  padding: 40px 0;
  background: #fff;
  text-align: center;
  line-height: 1;
}

#btn_ptop {
  position: fixed;
  bottom: 40px;
  right: 40px;
}

#btn_ptop:hover {
  opacity: 0.8 !important;
}

/* parts
##################################### */
.ani {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.box_topic {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 680px;
  padding: 40px 30px;
  margin: 40px auto 0;
  background: #fff;
  border-radius: 20px;
}

.box_topic .heading {
  position: relative;
  margin-bottom: 25px;
  color: #e54e7d;
}

.box_topic .heading h3 {
  font-weight: bold;
}

.box_topic .heading h3 + .date {
  margin-top: 10px;
}

.box_topic .detail a:not([class*="btn"]) {
  color: #e54e7d;
  word-wrap: break-word;
  text-decoration: underline;
}

.box_topic .detail a:not([class*="btn"]):hover {
  text-decoration: none;
}

.box_topic .ttl {
  color: #e54e7d;
  font-weight: bold;
}

.box_topic span{
  font-weight: bold;
}

.box_topic span.red{
  font-weight: bold;
  color: #db443d;
}

.box_movie {
  position: relative;
  width: 600px;
  height: 337px;
}

.box_movie iframe, .box_movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* index
===================================== */
#index {
  background: #fff;
}

#index #stage {
  opacity: 0;
}

#index #gnav .index {
  display: none;
}

#index #main {
  padding-top: 0;
}

#index #main .bnr ul {
  letter-spacing: -.4em;
  text-align: center;
}

#index #main .bnr ul:not(:last-child) {
  margin-bottom: 20px;
}

#index #main .bnr li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

#index #main .bnr li:not(:last-child) {
  margin-right: 20px;
}

#index #btn_ptop {
  display: none !important;
}

#index_main {
  position: relative;
  max-width: 1920px;
  height: 922px;
  margin: 0 auto 40px;
  background: url("../img/index/bg_mv02.png") no-repeat 50% 0, url("../img/index/bg_mv01.png") repeat-x;
  overflow: hidden;
}

#index_main .mainvisual {
  position: relative;
  height: 922px;
  text-align: center;
}

#index_main .mainvisual .layer01 {
  padding-top: 12px;
}

#index_main .mainvisual .layer02 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1080px;
  height: 100%;
}

#index_main .mainvisual .layer02 * {
  position: absolute;
}

#index_main .mainvisual .layer02 img:nth-child(1) {
  bottom: 0;
  left: 92px;
}

#index_main .mainvisual .layer02 img:nth-child(2) {
  bottom: 5px;
  right: 129px;
}

#index_main .mainvisual .layer02 img:nth-child(3) {
  bottom: 110px;
  right: 260px;
}

#index_main .mainvisual .layer03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/index/mainvisual05.png") no-repeat 50% 100%;
}

#index_main .inner {
  position: absolute;
  top: 67px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1080px;
  height: 100%;
}

#index_main .logo {
  margin-top: 470px;
  text-align: center;
}

#index_main .releaseday {
  margin-top: 15px;
  text-align: center;
}

#index_main .copy01 {
  position: absolute;
  top: 20px;
  right: 50px;
}

#index_main .copy02 {
  position: absolute;
  top: 20px;
  left: 50px;
}

#index_main .bnr_l, #index_main .bnr_r {
  position: absolute;
}

#index_main .bnr_l a, #index_main .bnr_r a {
  display: block;
}

#index_main .bnr_l a:not(:last-child), #index_main .bnr_r a:not(:last-child) {
  margin-bottom: 5px;
}

#index_main .bnr_l a:hover, #index_main .bnr_r a:hover {
  opacity: .8;
}

#index_main .bnr_l {
  top: 490px;
  left: 10px;
}

#index_main .bnr_r {
  top: 350px;
  right: 10px;
}

/* news
===================================== */
#news {
  background: #fff0f5;
}

#news #main {
  padding-top: 0;
}

#news #header {
  position: relative;
  width: auto;
  padding: 30px;
  background: #e54e7d;
  border: none;
}

#news #main {
  padding-bottom: 40px;
  overflow: hidden;
}
/* ↓メディア情報テーブル */
#news .media_kiji{
width: 100%;
border-collapse: collapse;
}
#news .media_kiji th{
width: 0%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #fff0f5;
border: 1px solid #b9b9b9;
}
#news .media_kiji td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}
/* メディア情報テーブル↑ */



/* introduction
===================================== */
#introduction .img_scr {
  height: 180px;
  background: url("../img/information/img_intro03.png") repeat-x;
  -webkit-animation: img_scr 30s linear infinite;
  animation: img_scr 30s linear infinite;
}

@-webkit-keyframes img_scr {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}

@keyframes img_scr {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}

/* story
===================================== */
#story span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: bold;
  color: #e95098;
}

/* cast
===================================== */
#cast.active ul::before {
  -webkit-animation: pop_cast_ico .5s .9s ease forwards;
  animation: pop_cast_ico .5s .9s ease forwards;
}

#cast ul {
  position: relative;
  letter-spacing: -.4em;
}

#cast ul::before {
  content: '';
  position: absolute;
  top: 160px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) scale(0);
  -ms-transform: translate(-50%, 0) scale(0);
  transform: translate(-50%, 0) scale(0);
  width: 151px;
  height: 51px;
  background: url("../img/information/img_cast10.png") no-repeat;
  opacity: 0;
  z-index: 1;
}

@-webkit-keyframes pop_cast_ico {
  0% {
    -webkit-transform: translate(-50%, 0) scale3D(0.1, 0.1, 1);
    transform: translate(-50%, 0) scale3D(0.1, 0.1, 1);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(-50%, 0) scale3D(1, 1, 1);
    transform: translate(-50%, 0) scale3D(1, 1, 1);
  }
  30% {
    -webkit-transform: translate(-50%, 0) scale3D(1.04, 1.04, 1);
    transform: translate(-50%, 0) scale3D(1.04, 1.04, 1);
  }
  48% {
    -webkit-transform: translate(-50%, 0) scale3D(0.97, 0.97, 1);
    transform: translate(-50%, 0) scale3D(0.97, 0.97, 1);
  }
  65% {
    -webkit-transform: translate(-50%, 0) scale3D(1.02, 1.02, 1);
    transform: translate(-50%, 0) scale3D(1.02, 1.02, 1);
  }
  80% {
    -webkit-transform: translate(-50%, 0) scale3D(0.99, 0.99, 1);
    transform: translate(-50%, 0) scale3D(0.99, 0.99, 1);
  }
  88% {
    -webkit-transform: translate(-50%, 0) scale3D(1.003, 1.003, 1);
    transform: translate(-50%, 0) scale3D(1.003, 1.003, 1);
  }
  93% {
    -webkit-transform: translate(-50%, 0) scale3D(0.998, 0.998, 1);
    transform: translate(-50%, 0) scale3D(0.998, 0.998, 1);
  }
  99% {
    -webkit-transform: translate(-50%, 0) scale3D(1, 1, 1);
    transform: translate(-50%, 0) scale3D(1, 1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale3D(1, 1, 1);
    transform: translate(-50%, 0) scale3D(1, 1, 1);
    opacity: 1;
  }
}

@keyframes pop_cast_ico {
  0% {
    -webkit-transform: translate(-50%, 0) scale3D(0.1, 0.1, 1);
    transform: translate(-50%, 0) scale3D(0.1, 0.1, 1);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(-50%, 0) scale3D(1, 1, 1);
    transform: translate(-50%, 0) scale3D(1, 1, 1);
  }
  30% {
    -webkit-transform: translate(-50%, 0) scale3D(1.04, 1.04, 1);
    transform: translate(-50%, 0) scale3D(1.04, 1.04, 1);
  }
  48% {
    -webkit-transform: translate(-50%, 0) scale3D(0.97, 0.97, 1);
    transform: translate(-50%, 0) scale3D(0.97, 0.97, 1);
  }
  65% {
    -webkit-transform: translate(-50%, 0) scale3D(1.02, 1.02, 1);
    transform: translate(-50%, 0) scale3D(1.02, 1.02, 1);
  }
  80% {
    -webkit-transform: translate(-50%, 0) scale3D(0.99, 0.99, 1);
    transform: translate(-50%, 0) scale3D(0.99, 0.99, 1);
  }
  88% {
    -webkit-transform: translate(-50%, 0) scale3D(1.003, 1.003, 1);
    transform: translate(-50%, 0) scale3D(1.003, 1.003, 1);
  }
  93% {
    -webkit-transform: translate(-50%, 0) scale3D(0.998, 0.998, 1);
    transform: translate(-50%, 0) scale3D(0.998, 0.998, 1);
  }
  99% {
    -webkit-transform: translate(-50%, 0) scale3D(1, 1, 1);
    transform: translate(-50%, 0) scale3D(1, 1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale3D(1, 1, 1);
    transform: translate(-50%, 0) scale3D(1, 1, 1);
    opacity: 1;
  }
}

#cast li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

#cast li:nth-child(1), #cast li:nth-child(2) {
  width: 460px;
}

#cast li:nth-child(1) dt, #cast li:nth-child(2) dt {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  font-weight: bold;
}

#cast li:nth-child(1) dt span, #cast li:nth-child(2) dt span {
  line-height: 24px;
}

#cast li:nth-child(1) .copy, #cast li:nth-child(2) .copy {
  font-weight: bold;
}

#cast li:nth-child(1) .profile span, #cast li:nth-child(2) .profile span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: bold;
}

#cast li:nth-child(1) {
  margin-right: 60px;
}

#cast li:nth-child(n+3) {
  width: 298px;
  margin-top: 50px;
}

#cast li:nth-child(n+3):not(:nth-child(3n-1)) {
  margin-right: 43px;
}

#cast .img {
  margin-bottom: 30px;
}

#cast dt {
  color: #e95098;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  font-weight: bold;
}

#cast dt span {
  margin-left: 15px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  font-weight: bold;
  vertical-align: top;
}

#cast .copy {
  margin-top: 5px;
  color: #e95098;
  font-weight: bold;
}

#cast .profile {
  margin-top: 15px;
}

#cast .profile span {
  font-weight: bold;
}

/* staff
===================================== */
#staff {
  background: #f7f7f7;
}

#staff ul {
  letter-spacing: -.4em;
}

#staff li {
  display: inline-block;
  width: 460px;
  letter-spacing: normal;
  vertical-align: top;
}

#staff li:nth-child(n+3) {
  margin-top: 50px;
}

#staff li:not(:nth-child(even)) {
  margin-right: 43px;
}

#staff dt {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  font-weight: bold;
}

#staff dt span {
  margin-left: 15px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  font-weight: bold;
  vertical-align: top;
}

#staff .copy {
  margin-top: 5px;
  font-weight: bold;
}

#staff .profile {
  margin-top: 15px;
}

#staff .profile span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: bold;
}

.box_music {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dotted #e95098;
  overflow: hidden;
}

.box_music .img {
  float: left;
}

.box_music dt, .box_music dd:not(.img) {
  margin-left: 440px;
}

/* movie
===================================== */
#movie.modal #box_movie {
  position: relative;
  width: 900px;
  height: 540px;
}

#movie.modal #box_movie iframe, #movie.modal #box_movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#movie.modal ul {
  overflow: hidden;
}

#movie.modal li {
  float: left;
  width: 14.285%;
  font-size: 11px;
}

#movie.modal li a {
  position: relative;
  display: block;
  height: 60px;
  background: #fff;
  color: #e84875;
  text-align: center;
}

#movie.modal li a:hover, #movie.modal li.is-active a {
  background: #e84875;
  color: #fff;
}

#movie.modal li a span {
  position: absolute;
  top: 50%; left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 100%;
  line-height: 1.3;
}
