@charset "utf-8";

/* =============================================================================
    Style
============================================================================= */

/* Common
============================================================================= */
/* Basis
----------------------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  font-family: serif;
  font-size: 1.6em;
  letter-spacing: 1px;
  background: url(../image/background.jpg);
}

img {
  max-width: 100%;
}

.mbNone {
  display: none !important;
}

/* ------ clearfix(float release) ------ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ------ effect ------ */
.effect_fadeIn_start,
.effect_fadeIn_once_start {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 3s;
  transform-style: preserve-3d;
}

.effect_fadeIn_delay_start {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 3s;
  transition-delay: 0.2s;
  transform-style: preserve-3d;
}

.effect_fadeRightIn_start {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 3s;
  transform: translate(30px, 0);
  transform-style: preserve-3d;
}

.effect_fadeBottomIn_start {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 3s;
  transform: translate(0, 30px);
  transform-style: preserve-3d;
}

.effect_end {
  opacity: 1.0;
  transform: translate(0, 0);
}


/* Footer
----------------------------------------------------------------------------- */
p#backToTop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 45px;
  opacity: 0.8;
}

p#backToTop > a {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
}

p#backToTop > a:before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: url(../image/icon_backToTop.svg) no-repeat;
  background-size: contain;
}

p#copyright {
  padding: 30px 1em 50px 0;
  font-size: 1.2rem;
  text-align: right;
}


/* MainContents
----------------------------------------------------------------------------- */
/* ====== Menu ====== */
div#menu {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  opacity: 1;
  transform: translate(0, 0);
  font-size: 2.4rem;
  text-align: center;
}

div#menu > p.title {
  position: relative;
  line-height: 1;
  padding: 0 0 0.2em;
  color: #fff;
  background: #969696;
}

div#menu > p.title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.7em;
  height: 0.7em;
  margin: -0.35em 0 0 -2.5em;
  background: url(../image/icon_menu_open.svg) no-repeat center center;
  background-size: contain;
}

div#menu.open > p.title {
  display: none;
}

div#menu > ul {
  display: none;
  bottom: 0;
  padding: 1.2em 0 0;
  background: #fff;
}

div#menu > ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  right: 0.3em;
  width: 0.7em;
  height: 0.7em;
  background: url(../image/icon_menu_close.svg) no-repeat center center;
  background-size: contain;
}

div#menu > ul:after {
  content: "close";
  display: block;
  margin: 0 10px;
  padding: 0.2em 0;
  border-top: 2px #969696 solid;
}

div#menu > ul > li > a {
  display: block;
  padding: 0.2em 0;
  color: #000;
  text-decoration: none;
}

div#menu > ul > li > a:hover {
  color: #aaa;
}


/* ====== contents ====== */
div.lower div.contents {
  overflow: hidden;
}


/* Index Page
============================================================================= */
/* Index
----------------------------------------------------------------------------- */
body#index div.lower h1.title {
  line-height: 1.2;
  margin: 0 0 0.8em;
  padding: 0.5em 0 0 10px;
  font-size: 3rem;
}

body#index div#indexBlock {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  background: url(../image/mb_top_bg.jpg);
}

body#index div#indexBlock > div,
body#index div#indexBlock > p,
body#index div#indexBlock > ul {
  order: 2;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

body#index div#indexBlock div.topBlock {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

body#index div#indexBlock div.topBlock > h1#logo {
  width: 68%;
  margin: 15px auto 0;
  text-align: center;
}

body#index div#indexBlock div.topBlock > p.release {
  width: 90%;
  margin: 30px auto 0;
  text-align: center;
}

body#index div#indexBlock div.topBlock img {
  max-width: 100%;
  filter: drop-shadow(3px 3px 8px #333);
}

body#index div#indexBlock p.catchPhrase {
  position: absolute;
  right: 13%;
  top: 18%;
  z-index: 1;
}

body#index div#indexBlock p.catchPhrase img {
  width: 60%;
  filter: drop-shadow(3px 3px 8px #333);
}

body#index div#indexBlock p.mainImage {
  order: 0;
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body#index div#indexBlock p.mainImage:before {
  content: "";
  display: block;
  width: 100%;
  padding: 181.9% 0 0;
  background: url(../image/mb_top_main.jpg) no-repeat;
  background-size: cover;
}

body#index div#indexBlock p.mainImage:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  padding: 0 0 269%;
  background: url(../image/mb_top_main_bg.jpg) no-repeat;
  background-size: cover;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body#index div#indexBlock p.mainImage > img {
  display: none;
}

body#index div#indexBlock div.visualBlock {
  text-align: center;
}

body#index div#indexBlock div.visualBlock > p {
  margin: 0 0 10px;
}

body#index div#indexBlock div.visualBlock img {
  max-width: 100%;
}

body#index div#indexBlock ul.cast {
  margin: 20px 0 0;
  text-align: center;
}

body#index div#indexBlock ul.cast > li {
  margin: 0 0 5px;
}

body#index div#indexBlock ul.cast img {
  filter: drop-shadow(3px 3px 8px #333);
}

body#index div#indexBlock p.outline {
  order: 1;
  width: 284px;
  height: 58px;
  overflow: hidden;
  margin: -32px auto 30px;
}

body#index div#indexBlock p.outline:before {
  content: url(../image/mb_top_outline.svg);
  display: block;
}

body#index div#indexBlock p.outline img {
  display: none;
}

body#index div#indexBlock ul.sponsor {
  order: 4;
  margin: 20px 10px 0;
  padding: 0 0 10px;
  text-align: center;
}

body#index div#indexBlock ul.sponsor > li {
  line-height: 1;
  margin: 0 0 3px;
}

body#index div#indexBlock ul.sponsor > li.executiveProducer {
  width: 100%;
}

body#index div#indexBlock ul.sponsor img {
  margin: 0 0 3px;
  filter: drop-shadow(3px 3px 8px #333);
}

/* ------ SNS ------ */
body#index div#indexBlock ul.sns {
  display: table;
  order: 3;
  margin: 20px auto 0;
}

body#index div#indexBlock ul.sns > li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5em;
}

body#index div#indexBlock ul.sns > li img {
  width: 44px;
  filter: drop-shadow(3px 3px 8px #333);
}


/* news
----------------------------------------------------------------------------- */
body#index div#newsBlock {
  margin: 100px 0 0;
}

body#index div#newsBlock div.textArea,
body#index div#newsBlock div.block {
  padding: 0 10px;
}

body#index div#newsBlock ul.news > li + li {
  margin: 30px 0 5px;
}

body#index div#newsBlock dl.news > dt {
  font-size: 1.8rem;
}

body#index div#newsBlock dl.news > dt:before {
  content: "\0030fb";
}

body#index div#newsBlock dl.news > dd {
  margin: 0 0 0 2em;
}

body#index div#newsBlock dl.news > dd.more {
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: center;
}

body#index div#newsBlock dl.news > dd.more > a {
  padding: 2px 5px;
  border: 1px #333 solid;
  color: inherit;
  text-decoration: none;
  background: #e6e6e6;
}

body#index div#newsBlock dl.news > dd.more > a:hover {
  background: #fff;
}

body#index div#newsBlock dl.news .details {
  display: none;
}

/* --- 枠付きリンク --- */
body#index dl.news > dd > a.waku {
  display: table;
  margin: 10px auto;
  padding: 2px 5px;
  border: 1px #000 solid;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background: #e2eff9;
}

body#index dl.news > dd > a.waku:hover {
  background: #fff;
}

body#index dl.news > dd > a.waku.line {
  display: inline-block;
  margin: 10px 10px 5px 0;
}

/* ****** colorbox ****** */
body#index div#colorbox dl.news > dt {
  margin: 0 0 1em;
  border-bottom: 1px #000 solid;
  font-size: 1.8rem;
  font-weight: bold;
}

body#index div#colorbox dl.news .preview,
body#index div#colorbox dl.news > dd.more {
  display: none;
}

body#index div#colorbox dl.news p.title {
  font-weight: bold;
}

body#index div#colorbox dl.news em {
  font-weight: bold;
}

body#index div#colorbox dl.notice > dt {
  font-weight: bold;
}

body#index div#colorbox dl.notice > dd + dt {
  margin: 0.5em 0 0;
}

/* --- イラスト --- */
body#index div#colorbox dl.imageBox > dd.image {
  margin: 0 0 1em;
  text-align: center;
}

body#index div#colorbox dl.imageBox p.title {
  margin-top: 2em;
}

/* ------ 個別記事 ------ */
/* --- GLIM SPANKY MV --- */
body#index div#colorbox dl#news_glimspankyMv p.title {
  margin: 20px 0 0;
}

body#index div#colorbox dl#news_glimspankyMv dl.link > dt {
  margin: 1em 0 0;
}

body#index div#colorbox dl#news_glimspankyMv dl.link > dt:first-child {
  margin-top: 0;
}

body#index div#colorbox dl#news_glimspankyMv dl.link > dd {
  margin: 0 0 0 1em;
  word-break: break-all;
}

/* --- 舞台挨拶 --- */
body#index div#colorbox dl.greeting div.greetingBlock,
body#index div#colorbox dl.greeting dl.greeting + dl.greeting {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px #000 dashed;
}

body#index div#colorbox dl.greeting p.greetingTitle {
  margin: 0 0 0.5em;
  text-align: center;
}

body#index div#colorbox dl.greeting dl.greeting > dd {
  margin: 0 0 0 2em;
  word-break: break-all;
}

body#index div#colorbox dl.greeting dl.greeting > dd.theater + dd.theater {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px #000 dotted;
}

body#index div#colorbox dl.greeting p.notes {
  margin: 1em 0 0;
}

/* --- クラウドファンディング --- */
body#index div#colorbox dl#news_cloudFunding dl.notice {
  margin-top: 2em;
}

/* ------ SNS ------ */
body#index div#newsBlock ul.sns {
  display: table;
  margin: 30px auto 0;
}

body#index div#newsBlock ul.sns > li {
  display: table-cell;
  padding: 0 1em;
}

body#index div#newsBlock ul.sns > li img {
  width: 44px;
}


/* trailer
----------------------------------------------------------------------------- */
body#index div#trailerRoot {
  margin: 100px 0 0;
}

body#index div#trailerRoot div.contents {
  padding: 0 10px;
}

body#index div#trailerRoot div.contents ul.trailerBox {
  text-align: center;
}

body#index div#trailerRoot div.contents ul.trailerBox > li {
  position: relative;
  margin: 30px 0 0;
  padding: 0 0 75%;
}

body#index div#trailerRoot div.contents ul.trailerBox > li:first-child {
  margin-top: 0;
}

body#index div#trailerRoot div.contents ul.trailerBox > li > iframe {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1.6em);
  border: none;
}

body#index div#trailerRoot div.contents ul.button {
  display: none;
}


/* introduction
----------------------------------------------------------------------------- */
body#index div#introduction_story {
  padding: 100px 0;
}

body#index div#introduction_story div.textArea {
  padding: 0 10px;
}

body#index div#introduction_story h2.subTitle {
  margin: 0 0 1em;
  font-size: 1.8rem;
  font-weight: bold;
}

body#index div#introduction_story p.text {
  margin: 0 0 1.5em;
}

/* ------ introduction ------ */
body#index div#introductionBlock {
  padding: 0 0 40px;
}

body#index div#introductionBlock p.image {
  float: right;
  width: calc(50% - 20px);
  margin: 0 0 1em 1em;
}

/* ------ story ------ */
body#index div#storyBlock p.image {
  margin: 0 0 0.5em;
  text-align: center;
}

body#index div#storyBlock p.emphasis {
  display: table;
  margin: 0 auto 1em;
}

body#index div#storyBlock em {
  font-size: 2rem;
  font-weight: bold;
  text-indent: 2em;
  word-break: keep-all;
  white-space: nowrap;
}

body#index div#storyBlock em > span {
  display: block;
}

body#index div#storyBlock > ul.image {
  float: right;
}


/* cast & staff
----------------------------------------------------------------------------- */
/* ------ cast ------ */
body#index div#cast_staff {
  overflow: hidden;
}

body#index div#castBlock dl.cast {
  display: flex;
  flex-direction: column;
  margin: 35px 10px 80px;
  background: #eaf2f4;
}

body#index div#castBlock dl.cast > dt,
body#index div#castBlock dl.cast > dd {
  order: 1;
}

body#index div#castBlock dl.cast > dt {
  margin: 0 0 10px;
  font-size: 1.8rem;
  text-align: center;
}

body#index div#castBlock dl.cast > dt > span.assigned {
  font-size: 1.6rem;
}

body#index div#castBlock dl.cast > dd.image {
  order: 0;
  margin: -40px 20px 10px;
  text-align: center;
}

body#index div#castBlock dl.cast > dd.text {
  padding: 0 30px 30px;
}

/* ------ song & staff ------ */
body#index div#songBlock div.contents,
body#index div#staffBlock div.contents {
  padding: 0 0 50px;
}

body#index div#songBlock dl.song,
body#index div#staffBlock dl.staff {
  display: flex;
  flex-direction: column;
  margin: 30px 10px 0;
}

body#index div#songBlock dl.song:first-child,
body#index div#staffBlock dl.staff:first-child {
  margin-top: 0;
}

body#index div#songBlock dl.song > dt,
body#index div#songBlock dl.song > dd,
body#index div#staffBlock dl.staff > dt,
body#index div#staffBlock dl.staff > dd {
  order: 1;
}

body#index div#songBlock dl.song > dt,
body#index div#staffBlock dl.staff > dt {
  margin: 0 0 0.5em;
  font-size: 2rem;
  text-align: center;
}

body#index div#songBlock dl.song > dd.image,
body#index div#staffBlock dl.staff > dd.image {
  order: 0;
  margin: 0 0 10px;
  text-align: center;
}

body#index div#songBlock p.song,
body#index div#staffBlock p.staff {
  margin: 30px 10px 1em;
}

body#index div#songBlock div.about {
  margin: 30px 10px 0;
}

body#index div#songBlock div.about > h2.sub {
  font-size: 1.8rem;
  text-align: center;
}

body#index div#songBlock div.about > dl.comment > dt {
  margin: 10px 0 5px;
  border-bottom: 1px #000 dashed;
}

body#index div#songBlock div.about > dl.comment > dd {
  margin: 0 0 0 1em;
}


/* column
----------------------------------------------------------------------------- */
body#index div#columnRoot {
  overflow: hidden;
}

body#index div#columnRoot h2.sub {
  margin: 0 10px;
  font-size: 1.8rem;
}

body#index div#columnRoot div.columnWrap + div.columnWrap {
  position: relative;
  padding: 0 0 2.5em;
}

body#index div#columnRoot div.columnWrap + div.columnWrap:after {
  content: url(../image/icon_box_open.svg);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: 0 0 0 -12px;
}

body#index div#columnRoot div.columnWrap + div.columnWrap[data-open="true"]:after {
  content: url(../image/icon_box_close.svg);
}

body#index div#columnRoot dl.column {
  padding: 30px 10px 0;
}

body#index div#columnRoot div.columnWrap + div.columnWrap > dl.column {
  height: 4em;
  overflow: hidden;
}

body#index div#columnRoot div.columnWrap + div.columnWrap[data-open="true"] > dl.column {
  height: 100%;
}

body#index div#columnRoot dl.column > dt {
  margin: 0 0 1em;
  border-bottom: 1px #000 dashed;
}

body#index div#columnRoot dl.column > dd.author {
  margin: 1em 0 0;
  text-align: right;
}


/* ****************************************************************************
    Lower
***************************************************************************** */
body.lower p#logo {
  padding: 20px 10px;
  text-align: center;
}

body.lower h1.title {
  margin: 0 0 50px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}


/* Theater Page
============================================================================= */
body#theater p.mvtk {
  margin: 0 0 50px;
  text-align: center;
}

body#theater ul.select {
  display: none;
}

body#theater p.select {
  margin: 0 10px 30px;
  text-align: right;
}

body#theater p.select select {
  border: 1px #ccc solid;
}

body#theater div.theater {
  padding: 30px 10px;
}

body#theater div.theater > table.theater {
  width: 100%;
}

body#theater div.theater > table.theater > caption {
  margin: 0 0 15px;
  padding: 0.2em 0;
  font-weight: bold;
}

body#theater div.theater > table.theater th,
body#theater div.theater > table.theater td {
  width: 20%;
  padding: 1em 0.5em;
  text-align: center;
}

body#theater div.theater > table.theater th.theater,
body#theater div.theater > table.theater td.theater {
  width: 40%;
}

body#theater div.theater > table.theater th {
  font-weight: bold;
  text-align: center;
}

body#theater div.theater > table.theater > thead th {
  background: #b7e5ef;
}

body#theater div.theater > table.theater > tbody th,
body#theater div.theater > table.theater > tbody td {
  border-bottom: 1px #ccc solid;
}

body#theater div.theater > table.theater > tbody th {
  background: #eaf2f4;
}

body#theater div.theater > table.theater > tbody td.theater {
  text-align: left;
}

body#theater div.theater > table.theater > tbody td a {
  color: #164754;
  text-decoration: none;
}

body#theater div.theater > table.theater > tbody td a:hover {
  color: #236d7f;
  text-decoration: underline;
}

body#theater div.theater > table.theater > tbody td img {
  vertical-align: middle;
}


/* Supporter Page
============================================================================= */
body#supporter p.notes {
  margin: 0 0 30px;
  font-size: 1.4rem;
  text-align: center;
}

body#supporter ul.supporter {
  margin: 0 10px;
}

body#supporter ul.supporter > li {
  margin: 0.8em 0 0;
  text-align: center;
}


/* Comment Page
============================================================================= */
body#comment p.top {
  margin: 0 10px;
}

body#comment h2.commentTitle {
  display: table;
  margin: 50px auto 10px;
  font-size: 2rem;
}

body#comment p.notes {
  margin: 0 0 30px;
  font-size: 1.4rem;
  text-align: center;
}

body#comment dl.comment {
  margin: 0 10px;
}

body#comment dl.comment + dl.comment {
  margin-top: 50px;
}

body#comment dl.comment > dt {
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}
