@charset "utf-8";

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

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

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

.pcNone {
  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;
}

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

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

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

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


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

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

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

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


/* MainContents
----------------------------------------------------------------------------- */
/* ====== Menu ====== */
div#menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  border-bottom: 1px #969696 solid;
  background: #f2f7fc;
}

div#menu > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 820px;
  line-height: 1.2;
  margin: 0 auto;
}

div#menu > ul > li {
  margin: 0 0.5em 0.2em;
  text-align: center;
}

div#menu > ul > li > a {
  display: block;
  padding: 0 0.5em;
  color: #000;
  font-size: 2.8rem;
  text-decoration: none;
}

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

div#menu > ul > li > a.current {
  color: #969696;
}

div#menu.fixed {
  display: block;
}

/* ====== contents ====== */
div.lower div.contents {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}


/* Index Page
============================================================================= */
/* Index
----------------------------------------------------------------------------- */
body#index div.lower h1.title {
  line-height: 1.2;
  margin: -50px 0 0.8em;
  padding: calc(50px + 0.5em) 0 0;
  font-size: 5rem;
}

body#index div#indexBlock {
  position: relative;
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}

body#index div#indexBlock div.topBlock {
  position: absolute;
  left: 48.7%;
  top: 2.1%;
  z-index: 1;
  transform: translateZ(1px);
}

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

body#index div#indexBlock div.topBlock p.release {
  margin: 36px 0 0;
}

body#index div#indexBlock p.catchPhrase {
  position: absolute;
  left: 10.3%;
  top: 8.8%;
  z-index: 1;
  transform: translateZ(1px);
}

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

body#index div#indexBlock div.visualBlock {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 35%;
  left: 53.3%;
  z-index: 1;
  transform: translateZ(1px);
}

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

body#index div#indexBlock ul.cast {
  display: table;
  position: absolute;
  top: 57%;
  left: 60.2%;
  z-index: 1;
  transform: translateZ(1px);
  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 {
  position: absolute;
  top: 84%;
  left: 0;
  z-index: 1;
  transform: translateZ(1px);
  margin: 0 50px;
  text-align: center;
}

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

body#index div#indexBlock ul.sponsor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 1em;
  z-index: 1;
  transform: translateZ(1px);
  margin: 0 4%;
}

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

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

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

/* ------ SNS ------ */
body#index div#indexBlock ul.sns {
  display: table;
  position: absolute;
  top: 7.2%;
  right: 1%;
  z-index: 1;
  transform: translateZ(1px);
}

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

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


/* news
----------------------------------------------------------------------------- */
body#index div#newsRoot {
  padding: 100px 0 0;
}

body#index div#newsBlock > div.textArea {
  float: left;
  box-sizing: border-box;
  width: 38%;
  padding: 0 0 0 40px;
}

body#index div#newsBlock div.block {
  float: right;
  box-sizing: border-box;
  width: 62%;
  height: 30em;
  overflow-y: scroll;
  padding: 20px 40px 5px 0;
  /* firefox */
  scrollbar-width: thin;
  scrollbar-color: #84c6f7 #e2eff9;
}

body#index div#newsBlock div.block::-webkit-scrollbar {
  width: 4px;
}

body#index div#newsBlock div.block::-webkit-scrollbar-track {
  background: #e2eff9;
}

body#index div#newsBlock div.block::-webkit-scrollbar-thumb {
  background: #84c6f7;
}

body#index div#newsBlock ul.news > li + li {
  margin: 1em 0 0;
}

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 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 0 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 {
  float: right;
  margin: 0 0 1em 1em;
}

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 {
  float: left;
}

body#index div#colorbox dl#news_glimspankyMv dl.link > dt:after {
  content: "\00ff1a";
}

/* --- 舞台挨拶 --- */
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;
}

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;
}


/* trailer
----------------------------------------------------------------------------- */
body#index div#trailerRoot,
body#index div#trailerRoot h1,
body#index div#trailerRoot p.name {
  display: none;
}

body#index div#colorbox div#trailerRoot {
  display: block;
  height: 100%;
}

body#index div#trailerRoot div#trailerBlock,
body#index div#trailerRoot div.contents {
  max-width: none;
  margin: 0;
  height: 100%;
}

body#index div#trailerRoot ul.trailerBox {
  height: calc(100% - 60px);
}

body#index div#trailerRoot ul.trailerBox > li,
body#index div#trailerRoot ul.trailerBox iframe {
  width: 100%;
  height: 100%;
  border: none;
}

body#index div#trailerRoot ul.trailerBox > li[data-visible="false"] {
  display: none;
}

body#index div#trailerRoot ul.button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 10px;
}


body#index div#trailerRoot ul.button > li {
  width: 49%;
}

body#index div#trailerRoot ul.button > li > button {
  display: block;
  width: 100%;
  border: 1px #000 solid;
  background: none;
}

body#index div#trailerRoot ul.button > li > button[data-current="true"] {
  color: #fff;
  background: #000;
}

body#index div#trailerRoot ul.button > li > button:hover {
  color: #fff;
  background: #646464;
}


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

body#index div#introduction_story div.textArea {
  box-sizing: border-box;
  width: 38%;
}

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

body#index div#introduction_story div#introductionBlock > p.image,
body#index div#introduction_story div#storyBlock > ul.image {
  box-sizing: border-box;
  width: 62%;
  padding: 0 40px;
}

body#index div#introduction_story div#introductionBlock > p.image > img,
body#index div#introduction_story div#storyBlock > ul.image img {
  max-width: 100%;
}

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

body#index div#introductionBlock {
  padding: 0 0 40px;
}

body#index div#introductionBlock > div.textArea {
  float: right;
  padding: 0 40px 0 0;
}

body#index div#introductionBlock p.text,
body#index div#introductionBlock p.continuedText {
  line-height: 2;
}

body#index div#introductionBlock > p.image {
  float: left;
}

body#index div#storyBlock > div.textArea {
  float: left;
  padding: 0 0 0 40px;
}

body#index div#storyBlock p.text {
  line-height: 2.4;
}

body#index div#storyBlock em {
  margin: 0 0 1em;
  font-size: 2rem;
  font-weight: bold;
  text-indent: 2em;
}

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

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


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

body#index div#cast_staff h1.title {
  text-align: center;
}

body#index div#castBlock dl.effect_fadeBottomIn_start:nth-child(2n) {
  transition-delay: 0.3s;
}

body#index div#castBlock div.contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body#index div#castBlock dl.cast {
  position: relative;
  float: left;
  width: calc(50% - 70px);
  margin: 35px;
  background: #eaf2f4;
}

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

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

body#index div#castBlock dl.cast > dd.image {
  position: absolute;
  top: -40px;
  width: 100%;
  text-align: center;
}

body#index div#castBlock dl.cast > dd.image > img {
  max-width: 100%;
}

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 {
  margin: 30px 30px 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#staffBlock dl.staff > dt {
  width: calc(100% - 500px);
  float: right;
  margin: 0 0 0.8em;
  font-size: 2.4rem;
}

body#index div#songBlock dl.song > dd.image,
body#index div#staffBlock dl.staff > dd.image {
  float: left;
  margin: 0 20px 0 0;
}

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

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

body#index div#songBlock div.about > h2.sub {
  font-size: 2rem;
}

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 h1.title {
  text-align: center;
}

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

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);
  position: absolute;
  left: 50%;
  bottom: 0;
  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 30px 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 0;
  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: -ms-flexbox;
  display: flex;
  padding: 1px 0;
}

body#theater ul.select > li {
  position: relative;
  height: 100%;
  margin: 0 0.5em 0 0;
  padding: 0 0 0 0.5em;
}

body#theater ul.select > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #000;
}

body#theater ul.select > li:first-child {
  padding-left: 0;
}

body#theater ul.select > li:first-child:before {
  content: none;
}

body#theater ul.select > li > a {
  padding: 2px 5px;
  border: 1px #000 solid;
  color: inherit;
  text-decoration: none;
  background: #e6e6e6;
}

body#theater ul.select > li > a:hover {
  background: #fff;
}

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

body#theater div.theater {
  padding: 60px 0 0;
}

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 {
  text-align: center;
}

body#supporter ul.supporter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin: 0 0 0 10%;
}

body#supporter ul.supporter > li {
  width: 25%;
  margin: 0.8em 0 0;
}


/* Comment Page
============================================================================= */
body#comment p.top {
  text-align: center;
}

body#comment h2.commentTitle {
  display: table;
  width: 100%;
  line-height: 1.2;
  margin: 80px auto 20px;
  font-size: 3rem;
  text-align: center;
}

body#comment p.notes {
  display: table;
  margin: 0 auto 50px;
  text-align: center;
}

body#comment div.contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body#comment div.contents > dl.comment {
  width: 48%;
  margin: 0 0 50px;
}

body#comment div.contents > dl.comment.effect_fadeBottomIn_start:nth-child(2n) {
  transition-delay: 0.3s;
}

body#comment div.contents > dl.comment > dt {
  font-weight: bold;
}
