@charset "UTF-8";
/* rest */
/* 
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
--------------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
  background: #fff;
  line-height: 1.6;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  font-family: "Century Gothic", CenturyGothic, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}

body::before {
  content: '';
  visibility: hidden;
  display: block;
  width: 100%;
  height: 100%;
  transition: background-color 400ms, visibility 500ms;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}

@media (min-width: 900px) {
  body {
    padding-top: 60px;
  }
}

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;
  color: #1262b2;
  display: inline-block;
  text-decoration: none;
}

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

/* -----------------------------------------
common
--------------------------------------------*/
/* --- clearfix --- */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* css sprite */
.s {
  background: url(../images/common/sprite.png) no-repeat 0 0;
  background-size: 500px 500px;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  border-style: none;
}

.sb::before, .sa::after {
  content: '';
  background-image: url(../images/common/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 500px 500px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-style: none;
}

.nobi {
  /*
  margin-right: 5px;
  letter-spacing: -5px;
  */
  transform: scale(2, 1);
  transform-origin: top left;
  display: inline-block;
  margin-right: 1em;
}

/* --- effect --- */
.fx_size {
  transform: scale(0.5, 0.5);
}

.fx_l2r {
  transform: translate(-20px, 0);
}

.fx_r2l {
  transform: translate(20px, 0);
}

.fx_t2b {
  transform: translate(0, -20px);
}

.fx_b2t {
  transform: translate(0, 20px);
}

.fx_op {
  opacity: 0;
  transition: opacity 500ms 0ms;
}

.fx_l2r,
.fx_r2l,
.fx_t2b,
.fx_b2t,
.fx_size {
  opacity: 0;
  transition: transform 800ms 0ms,opacity 800ms 0ms;
}

.fx_op.on,
.fx_l2r.on,
.fx_r2l.on,
.fx_t2b.on,
.fx_b2t.on,
.fx_size.on {
  opacity: 1;
  transform: translate(0, 0) scale(1, 1);
}

/* ----------------- 
reset
----------------- */
@media (min-width: 560px) {
  .sp_only {
    display: none;
  }
}

@media (min-width: 900px) {
  .sp_only {
    display: none;
  }
}

.tb_only {
  display: none;
}

@media (min-width: 560px) {
  .tb_only {
    display: block;
  }
}

@media (min-width: 900px) {
  .ts_only {
    display: none;
  }
}

.pc_only {
  display: none;
}

@media (min-width: 900px) {
  .pc_only {
    display: block;
  }
}

em {
  font-style: normal;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  line-height: 1.8;
}

.title_main {
  margin: 0 0 0 0;
  position: relative;
  height: 100vw;
  background: url(../images/episodes/h1.jpg) 0 0 no-repeat;
  background-size: 100% auto;
}

.title_main .space_text {
  padding: 1em;
  position: absolute;
  width: 60vw;
  top: 50%;
  left: 50%;
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  transform: translate(-50%, -50%);
}

.title_main .en {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  color: #e40a0d;
  font-size: 1.6rem;
  display: block;
  text-align: center;
}

.title_main .ja {
  margin-top: 10px;
  font-size: 2.1rem;
  font-weight: 700;
  display: block;
  text-align: center;
}

@media (min-width: 560px) {
  .title_main {
    height: 50vw;
    background-image: url(../images/episodes/h1_pc.jpg);
    background-size: cover;
  }
}

@media (min-width: 900px) {
  .title_main {
    height: 500px;
  }
  .title_main .space_text {
    padding: 20px 30px;
    width: 260px;
  }
  .title_main .en {
    font-size: 2rem;
  }
  .title_main .ja {
    margin-top: 15px;
    font-size: 2.6rem;
  }
}

.title_square {
  margin: 0 0 50px 0;
  text-align: center;
}

.title_square span {
  padding: 0.6em;
  color: #222;
  background-color: #fff;
  display: inline-block;
  border: 2px solid #1a314f;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (min-width: 560px) {
  .title_square {
    margin: 0 0 50px 0;
  }
}

.title_round {
  margin: 50px auto 25px auto;
  text-align: center;
}

.title_round span {
  display: inline-block;
  padding: 0.8em 1.6em;
  border-radius: 5em;
  background-color: #666;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}

.title_round.bg_blue span {
  background-color: #175571;
}

.title_round.bg_brown span {
  background-color: #92800e;
}

.title_bold {
  margin: 1.5em 20px 1em 20px;
}

@media (min-width: 560px) {
  .title_bold {
    font-size: 1.8rem;
  }
}

@media (min-width: 1100px) {
  .title_bold {
    margin-right: 0;
    margin-left: 0;
  }
}

.list_characters {
  margin: 0 20px;
}

.list_characters li {
  margin: 20px 0;
  background-color: #fff;
  display: flex;
}

.list_characters .image {
  margin: 15px;
  width: 38%;
  max-width: 180px;
}

.list_characters dl {
  margin: 15px 15px 15px 0;
  flex: 1;
  color: #222;
}

.list_characters dt {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.list_characters dt span {
  font-weight: 300;
  font-size: 1.1rem;
}

.list_characters dd {
  font-size: 1.2rem;
  font-weight: 700;
}

@media (min-width: 560px) {
  .list_characters {
    display: flex;
    flex-wrap: wrap;
  }
  .list_characters li {
    margin: 10px 1% 10px 0;
    width: 49%;
  }
  .list_characters li:nth-of-type(2n) {
    margin: 10px 0 10px 1%;
  }
  .list_characters dd {
    font-size: 1.2rem;
  }
}

@media (min-width: 900px) {
  .list_characters {
    margin: 0 auto;
  }
  .list_characters dt {
    font-size: 1.8rem;
  }
  .list_characters dt span {
    font-size: 1.4rem;
  }
  .list_characters dd {
    font-size: 1.5rem;
  }
}

.table_dl {
  margin: 0 20px;
  display: block;
}

.table_dl table {
  width: 100%;
}

.table_dl thead {
  display: none;
}

.table_dl tbody, .table_dl tr {
  display: block;
}

.table_dl th {
  margin-top: 5px;
  padding: 0;
  display: block;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: left;
  color: #color_main;
  font-weight: normal;
}

.table_dl td {
  margin-top: 5px;
  padding: 0;
  display: block;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: left;
}

.table_dl tr:nth-of-type(1) th {
  margin-top: 0;
}

@media (min-width: 560px) {
  .table_dl table {
    display: table;
    width: 100%;
  }
  .table_dl thead,
  .table_dl tbody {
    display: table-row-group;
  }
  .table_dl tr {
    display: table-row;
  }
  .table_dl th {
    padding: 15px 0 10px 10px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 35%;
  }
  .table_dl td {
    padding: 15px 10px 10px 10px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }
}

@media (min-width: 900px) {
  .table_dl th {
    font-size: 1.6rem;
  }
  .table_dl td {
    font-size: 1.6rem;
  }
}

@media (min-width: 1100px) {
  .table_dl {
    margin: 0 auto;
  }
}

/* ----------------- 
basic frame 
----------------- */
@media (min-width: 900px) {
  .wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
  }
}

@media (min-width: 560px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row.reverse {
    flex-direction: row-reverse;
  }
}

#menu {
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 4;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  transform: translate(-200%, 0);
  transition: transform 800ms;
  background-color: black;
}

#menu ul {
  margin: 0 30px;
  padding: 0;
}

#menu ul span, #menu ul a {
  padding: 15px;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  transition: opacity 400ms;
}

#menu ul span:hover, #menu ul a:hover {
  opacity: 0.6;
}

#menu ul span {
  color: #555;
}

#menu ul #menu_trailer span {
  color: #fff;
  cursor: pointer;
}

#menu ul .sns {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

#menu ul .sns a {
  margin: 0 10px;
  padding: 0;
  width: 30px;
  height: 30px;
  color: #000;
}

#menu ul .sns .fb {
  background-position: -30px 0;
}

@media (min-width: 900px) {
  #menu {
    transform: none;
    background: #000;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
  }
  #menu ul {
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 1100px;
  }
  #menu ul span, #menu ul a {
    margin-right: 10px;
    padding: 15px 8px;
    font-size: 1.5rem;
  }
  #menu ul .sns {
    margin: 15px 0 15px auto;
  }
  #menu ul .sns .fb {
    background-position: -60px 0;
  }
  #menu ul .sns .tw {
    display: none;
  }
}

#menu_sw {
  width: 36px;
  height: 36px;
  position: fixed;
  z-index: 50;
  top: 20px;
  left: 20px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
}

#menu_sw i,
#menu_sw i::before,
#menu_sw i::after {
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  background: #fff;
  background: #555;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -13px;
  transition: transform 5100ms;
}

#menu_sw i::before,
#menu_sw i::after {
  content: '';
}

#menu_sw i::before {
  transform: translate(0, -8px);
}

#menu_sw i::after {
  transform: translate(0, 8px);
}

@media (min-width: 900px) {
  #menu_sw {
    display: none;
  }
}

body.menu_open::before {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 800ms linear;
}

body.menu_open #menu {
  transform: none;
}

body.menu_open #menu_sw i {
  animation: menu_sw 800ms forwards;
}

body.menu_open #menu_sw i::before {
  animation: menu_sw_before 800ms forwards;
}

body.menu_open #menu_sw i::after {
  animation: menu_sw_after 800ms forwards;
}

@keyframes menu_sw {
  75% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes menu_sw_before {
  0% {
  }
  50% {
    transform: translate(0, -8px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0) rotate(-90deg);
    transform-origin: center center;
  }
}

@keyframes menu_sw_after {
  0% {
  }
  50% {
    transform: translate(0, 8px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
    transform-origin: bottom left;
  }
}

@keyframes body_back_anime {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

footer {
  margin: 0;
  padding: 15px 0;
  background-color: #000;
}

footer p {
  text-align: center;
  color: #222;
  font-size: 1rem;
  color: #fff;
}

footer .copy_prohibited {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 1.4rem;
}

footer .copy_prohibited span {
  padding: 0.6em 0.8em;
  display: inline-block;
  border: 1px solid #fff;
  line-height: 1;
}

@media (min-width: 560px) {
  footer p {
    font-size: 1.2rem;
  }
}

#go2pagetop {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 15px;
  bottom: 60px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: all 500ms;
  transform: translate(0, 100px);
  z-index: 3;
}

#go2pagetop.open {
  transform: translate(0, 0);
}

#go2pagetop a {
  display: block;
  height: 100%;
  background: rgba(26, 49, 79, 0.8);
  position: relative;
}

#go2pagetop a::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%) rotate(45deg);
}

@media (min-width: 560px) {
  #go2pagetop {
    width: 60px;
    height: 60px;
    transform: translate(0, 200px);
  }
  #go2pagetop a::before {
    width: 26px;
    height: 26px;
  }
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
  left: 0;
  top: 0;
  transition: opacity 800ms;
}

#loading i {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  transition: transform 800ms,opacity 500ms;
}

#loading i.on {
  transform: translate(-50%, -50%);
  background-position: 0 -370px;
  width: 280px;
  height: 76px;
  opacity: 1;
}

#loading.off {
  opacity: 0;
}

#loading.off i {
  opacity: 0;
}

#bg_white {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
}

/* ----------------- 
color bg_color
----------------- */
/* ----------------- 
text font
----------------- */
.nobashi {
  transform: scale(2, 1);
  transform-origin: left center;
  display: inline-block;
  width: 2em;
}

.space_scroll {
  overflow: auto;
}

/* ----------------- 
Link 
----------------- */
/* youtube */
#black {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  min-height: 700px;
  overflow: hidden;
}

.youtube_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 51;
}

.youtube_wrapper .youtube_stage {
  width: 100%;
  padding: 50px 10px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.youtube_wrapper .youtube_inner {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background: #000;
}

.youtube_wrapper .youtube_close {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  right: 0;
  white-space: nowrap;
}

.youtube_wrapper .youtube_close span {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
}

.youtube_wrapper .youtube_close span::before, .youtube_wrapper .youtube_close span::after {
  content: '';
  width: 80%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.youtube_wrapper .youtube_close span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.youtube_wrapper .youtube_close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.youtube_wrapper .youtube_player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 560px) {
  .youtube_wrapper .youtube_close {
    width: 50px;
    height: 50px;
    top: -60px;
  }
}

@media (min-width: 900px) {
  .youtube_wrapper .youtube_stage {
    max-width: 130vh;
    width: 100%;
  }
  .youtube_wrapper .youtube_close {
    width: 60px;
    height: 60px;
    top: -70px;
  }
}

/* sns */
#space_sns {
  display: none;
}

@media (min-width: 900px) {
  #space_sns {
    margin: -250px 0 0 0;
    display: block;
    z-index: 31;
    position: fixed;
    width: 260px;
    height: 500px;
    top: 50%;
    right: 0;
    justify-content: center;
    z-index: 11;
    transform: translate(260px, 0);
    transition: transform 800ms;
  }
  #space_sns.on {
    transform: none;
  }
  #space_sns #display_timeline {
    position: absolute;
    left: -50px;
    top: 0;
    display: block;
    background-position: 0 -40px;
    width: 50px;
    height: 184px;
    cursor: pointer;
  }
  #space_sns #timeline {
    padding: 10px 10px;
    background: #175571;
  }
  #space_sns #timeline div {
    height: 450px;
    overflow: auto;
  }
  #space_sns #timeline::before, #space_sns #timeline::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    z-index: 2;
  }
  #space_sns #timeline::after {
    height: 5px;
    background-color: #000;
    top: auto;
    bottom: 25px;
    left: 5px;
  }
  #space_sns .twitter-timeline {
    background-image: none;
    width: 100%;
    height: 100%;
  }
}

/* main */
article {
  padding: 0 0 0 0;
}

article p {
  margin: 1em 20px;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
  font-weight: 700;
}

article dl {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 560px) {
  article p {
    font-size: 1.5rem;
  }
}

@media (min-width: 900px) {
  article p {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0;
  }
}

@media (min-width: 1100px) {
  article p {
    margin-left: 0;
    margin-right: 0;
  }
}

section {
  margin: 0px 0;
  padding: 50px 0;
  position: relative;
}

section.bg_beige {
  background: #f0ede0;
}

@media (min-width: 560px) {
  section {
    padding: 50px 0;
  }
}

@media (min-width: 900px) {
  section {
    padding: 75px 0;
  }
}

/* ----------------- 
table 
----------------- */
.table_table {
  margin: 20px 15px;
}

.table_table table {
  width: 100%;
}

.table_table a {
  border-style: none;
}

.table_table th {
  padding: 10px 5px;
  font-weight: normal;
  text-align: left;
  color: #fff;
  vertical-align: top;
}

.table_table td {
  padding: 10px 5px;
  text-align: left;
  vertical-align: top;
  color: #fff;
}

.table_table td a {
  color: #1e080d;
  text-decoration: underline;
}

.table_table td.tel {
  font-size: 10px;
  font-size: 1rem;
}

@media (min-width: 560px) {
  .table_table th, .table_table td {
    padding: 10px 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .table_table th.tel, .table_table td.tel {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 900px) {
  .table_table thead th {
    padding-left: 40px;
  }
  .table_table thead th:first-child {
    padding-left: 40px;
  }
}

.bg_image img {
  display: block;
}

#page_home {
  background-color: #000;
}

#page_home article {
  height: 100%;
}

#page_home #unit_main {
  margin: 0;
  padding: 0;
  height: 100vh;
  background: url(../images/home/main_bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

#page_home #unit_main::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 145px;
  background: linear-gradient(to bottom, rgba(31, 25, 30, 0) 0%, rgba(31, 25, 30, 0.8) 100%);
}

#page_home #unit_main .wrapper {
  position: relative;
  z-index: 3;
  margin: auto;
  height: 100%;
}

#page_home #unit_main h1 {
  position: absolute;
  top: 93.8vw;
  left: 0;
  right: 0;
}

#page_home #unit_main p {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
}

#page_home #unit_main .banner_tv {
  top: 74.6vw;
}

#page_home #unit_main .schedule {
  top: 140vw;
}

#page_home #unit_main .button_platforms {
  margin: 0 20px;
  top: 140vw;
}

#page_home #unit_main .button_platforms a {
  display: block;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 500ms,box-shadow 500ms;
}

#page_home #unit_main .button_platforms a:hover {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}

#page_home #unit_main .billing {
  bottom: 2vw;
}

#page_home #unit_main #banner_dvd {
  margin: 0;
  width: 30vw;
  position: absolute;
  top: 43vw;
  right: 2vw;
  left: auto;
}

@media (min-width: 560px) {
  #page_home #unit_main .banner_tv {
    text-align: center;
    top: 68vw;
  }
  #page_home #unit_main .banner_tv img {
    max-width: 70%;
    width: 100%;
  }
  #page_home #unit_main h1 {
    top: 82vw;
    text-align: center;
  }
  #page_home #unit_main h1 img {
    max-width: 70%;
    width: 100%;
  }
  #page_home #unit_main .schedule {
    text-align: center;
    top: 110vw;
  }
  #page_home #unit_main .schedule img {
    max-width: 70%;
    width: 100%;
  }
  #page_home #unit_main .button_platforms {
    text-align: center;
    top: 115vw;
  }
  #page_home #unit_main .button_platforms a {
    margin: 0 auto;
    max-width: 70%;
    width: 100%;
  }
  #page_home #unit_main #banner_dvd {
    top: 40vw;
  }
}

@media (min-width: 900px) {
  #page_home {
    height: calc(100% - 60px);
  }
  #page_home #unit_main {
    min-height: 710px;
    height: 100%;
    background-image: url(../images/home/main_bg_pc.jpg);
  }
  #page_home #unit_main h1 {
    top: 250px;
    left: -30px;
    width: 703px;
  }
  #page_home #unit_main h1 img {
    max-width: none;
  }
  #page_home #unit_main p {
    margin: 0;
    padding: 0;
  }
  #page_home #unit_main .wrapper {
    height: 100%;
  }
  #page_home #unit_main .banner_tv {
    width: 420px;
    top: 120px;
    left: 110px;
  }
  #page_home #unit_main .banner_tv img {
    max-width: none;
  }
  #page_home #unit_main .schedule {
    top: 580px;
    left: 15px;
    width: 555px;
  }
  #page_home #unit_main .schedule img {
    max-width: none;
  }
  #page_home #unit_main .button_platforms {
    top: 580px;
    left: 20px;
    width: 555px;
  }
  #page_home #unit_main .button_platforms a {
    max-width: none;
  }
  #page_home #unit_main .billing {
    width: 593px;
    left: 10px;
    bottom: 20px;
  }
  #page_home #unit_main #banner_dvd {
    width: 175px;
    top: 500px;
    right: 5%;
  }
}

#page_characters .title_main {
  background-image: url(../images/characters/h1.jpg);
}

@media (min-width: 560px) {
  #page_characters .title_main {
    background-image: url(../images/characters/h1_pc.jpg);
  }
}

@media (min-width: 900px) {
  #page_characters #unit_correlation p.image {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#page_caststaff .title_main {
  background-image: url(../images/cast_staff/h1.jpg);
}

#page_caststaff .list_cast {
  margin: 0 20px;
}

#page_caststaff .list_cast li {
  margin-top: 60px;
}

#page_caststaff .list_cast li:first-child {
  margin-top: 0;
}

#page_caststaff .list_cast .image {
  margin-left: auto;
  margin-right: auto;
  width: 180px;
}

#page_caststaff .list_cast dt {
  margin-bottom: 15px;
  padding: 0 0 15px 0;
  line-height: 1.4;
  border-bottom: 5px solid #1a95a2;
}

#page_caststaff .list_cast dt span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

#page_caststaff .list_cast dt .en {
  color: #666;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
}

#page_caststaff .list_cast dt .role {
  font-size: 1.4rem;
  color: #1a95a2;
}

#page_caststaff .list_cast dd {
  line-height: 1.7;
  font-size: 1.4rem;
}

#page_caststaff #unit_credit .table_dl {
  margin: 0 20px 60px 20px;
}

#page_caststaff #unit_credit th {
  margin-top: 20px;
  text-align: center;
}

#page_caststaff #unit_credit td {
  font-weight: 700;
  text-align: center;
}

#page_caststaff #unit_credit p {
  margin-top: 1em;
  line-height: 1.5;
  font-size: 1.2rem;
}

#page_caststaff #row_director .image {
  margin-left: auto;
  margin-right: auto;
  width: 180px;
}

#page_caststaff #row_director dl {
  margin: 0 20px;
}

#page_caststaff #row_director dt {
  margin: 20px 0 15px 0;
  line-height: 1.4;
}

#page_caststaff #row_director dt span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

#page_caststaff #row_director dt .en {
  color: #666;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
}

#page_caststaff #row_director dt .role {
  font-size: 1.4rem;
  color: #1a95a2;
}

#page_caststaff #row_director dd {
  line-height: 1.7;
  font-size: 1.4rem;
}

@media (min-width: 560px) {
  #page_caststaff .title_main {
    background-image: url(../images/cast_staff/h1_pc.jpg);
  }
  #page_caststaff .list_cast li {
    display: flex;
  }
  #page_caststaff .list_cast .image {
    margin: 0;
    width: 180px;
  }
  #page_caststaff .list_cast dl {
    flex: 1;
    margin-left: 20px;
  }
  #page_caststaff .list_cast dt span {
    text-align: left;
  }
  #page_caststaff .list_cast dt .role {
    margin-top: 10px;
  }
  #page_caststaff #row_director .image {
    margin-right: 20px;
    width: 200px;
  }
  #page_caststaff #row_director dl {
    flex: 1;
  }
  #page_caststaff #row_director dt span {
    text-align: left;
  }
  #page_caststaff #unit_credit .row {
    display: block;
  }
  #page_caststaff #unit_credit .table_dl th {
    text-align: right;
    width: 52%;
  }
  #page_caststaff #unit_credit .table_dl th::after {
    margin: 0 0 0 10px;
    content: ' …… ';
    display: inline-block;
    transform: translate(0, -25%);
  }
  #page_caststaff #unit_credit .table_dl td {
    text-align: left;
  }
  #page_caststaff #unit_credit p {
    text-align: center;
  }
}

@media (min-width: 900px) {
  #page_caststaff .list_cast {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
  }
  #page_caststaff .list_cast dl {
    margin-left: 30px;
  }
  #page_caststaff #row_director {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
  }
  #page_caststaff #row_director dl {
    margin-left: 0;
    margin-right: 30px;
  }
  #page_caststaff #unit_credit .row {
    margin: 0 auto;
    display: flex;
    width: 100%;
    max-width: 1100px;
  }
  #page_caststaff #unit_credit .col {
    width: 50%;
  }
  #page_caststaff #unit_credit .table_dl th,
  #page_caststaff #unit_credit .table_dl td {
    font-size: 1.2rem;
  }
  #page_caststaff #unit_credit p {
    margin: 2em 0;
    line-height: 2;
  }
}

#page_note .title_main {
  background-image: url(../images/note/h1.jpg);
}

#page_note .space_copy p {
  margin: 0.5em 20px;
  font-size: 1.5rem;
  font-weight: 700;
}

#page_note .block {
  padding: 20px 0;
}

#page_note .intm {
  display: flex;
  flex-wrap: wrap;
}

#page_note .intm li {
  width: 50%;
}

#page_note #unit_glossary {
  background-color: #ffdd56;
}

#page_note #unit_glossary .space_glossary {
  margin: 0 20px;
  padding: 30px 20px;
  background-color: #fff;
}

#page_note #unit_glossary h2 {
  margin: 0 auto 30px auto;
  width: 100%;
  max-width: 232px;
}

#page_note #unit_glossary dt {
  margin: 1em 0 0 0;
  padding: 1em 0 0.6em 0;
  border-top: 1px solid #ccc;
  font-weight: 700;
}

#page_note #unit_glossary dt span {
  font-size: 1.2rem;
}

#page_note #unit_glossary dd {
  font-size: 1.2rem;
}

#page_note #unit_glossary dl:first-child dt:first-child {
  margin-top: 0;
  padding-top: 0;
  border-style: none;
}

@media (min-width: 560px) {
  #page_note .title_main {
    background-image: url(../images/note/h1_pc.jpg);
  }
  #page_note .intm {
    margin: 30px 0;
    display: flex;
  }
  #page_note .intm li {
    width: 25%;
  }
}

@media (min-width: 900px) {
  #page_note .block {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
  }
  #page_note .block .image {
    width: 400px;
  }
  #page_note .block .space_text {
    flex: 1;
  }
  #page_note .block .title_bold {
    margin-top: 0;
  }
  #page_note .block.reverse {
    flex-direction: row-revese;
  }
  #page_note #unit_glossary .space_glossary {
    margin: 0 auto;
    padding: 40px;
    width: 100%;
    max-width: 820px;
  }
  #page_note #unit_glossary .row {
    margin-top: 20px;
    justify-content: space-between;
  }
  #page_note #unit_glossary .row dl {
    width: 100%;
    max-width: 390px;
  }
  #page_note #unit_glossary .row dl dt {
    font-size: 1.6rem;
  }
  #page_note #unit_glossary .row dl dt:first-child {
    margin-top: 0;
    padding-top: 0;
    border-style: none;
  }
  #page_note #unit_glossary .row dl dd {
    font-size: 1.4rem;
  }
}

@media (min-width: 1100px) {
  #page_note .block .image {
    margin-left: 0;
    margin-right: 50px;
  }
  #page_note .block.reverse .image {
    margin-right: 0;
    margin-left: 50px;
  }
}

#page_platforms .title_main {
  background-image: url(../images/platforms/h1.jpg);
}

#page_platforms .list_platforms {
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
}

#page_platforms .list_platforms li {
  margin: 10px 0;
  width: 48%;
  text-align: center;
  font-size: 1.2rem;
}

#page_platforms .list_platforms li a {
  color: #222;
}

#page_platforms .list_platforms li img {
  margin: 0 auto 5px auto;
  display: block;
  border: 1px solid #eee;
  width: 140px;
}

#page_platforms .note {
  font-weight: 300;
}

@media (min-width: 560px) {
  #page_platforms .title_main {
    background-image: url(../images/platforms/h1_pc.jpg);
  }
  #page_platforms .list_platforms li {
    margin: 20px 0;
    width: 25%;
  }
  #page_platforms .note {
    text-align: center;
  }
}

@media (min-width: 900px) {
  #page_platforms .list_platforms {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
  }
  #page_platforms .list_platforms li {
    width: 25%;
  }
}

#page_episodes .item {
  margin: 0 20px 40px 20px;
  padding: 0;
  background-color: #e3e3e3;
}

#page_episodes .item .image {
  margin: 0;
}

#page_episodes .item dt {
  position: relative;
}

#page_episodes .item dt .en {
  position: absolute;
  top: 5px;
  left: 15px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 5.4rem;
  line-height: 1;
}

#page_episodes .item dt .ja {
  margin: 45px 0 0 15px;
  padding: 0.4em 0.7em;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  background-color: rgba(255, 204, 0, 0.65);
  font-weight: 700;
  line-height: 1;
}

#page_episodes .item dt .main_title {
  margin: 10px 0 10px 15px;
  padding: 5px 15px;
  position: relative;
  display: inline-block;
  color: #e40a0d;
  font-size: 2.4rem;
  font-weight: 700;
}

#page_episodes .item dt .main_title::before, #page_episodes .item dt .main_title::after {
  content: '';
  display: block;
  width: 15px;
  height: 30px;
  border-top: 5px solid #c3c3c3;
  border-left: 5px solid #c3c3c3;
  position: absolute;
  top: 0;
  left: 0;
}

#page_episodes .item dt .main_title::after {
  border-top-style: none;
  border-left-style: none;
  border-right: 5px solid #c3c3c3;
  border-bottom: 5px solid #c3c3c3;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

#page_episodes .item dd {
  padding: 5px 15px 15px 15px;
  font-weight: 700;
  font-size: 1.4rem;
}

#page_episodes .item:nth-of-type(3n-1) {
  background-color: #bdd9ea;
}

#page_episodes .item:nth-of-type(3n-1) dt .main_title::before, #page_episodes .item:nth-of-type(3n-1) dt .main_title::after {
  border-color: #8f9ca5;
}

#page_episodes .item:nth-of-type(3n) {
  background-color: #f0e5a6;
}

@media (min-width: 560px) {
  #page_episodes .item {
    display: flex;
    flex-direction: row-reverse;
  }
  #page_episodes .item .image {
    width: 55%;
  }
  #page_episodes .item .image img {
    height: 100%;
    min-height: 37.1vw;
    object-fit: cover;
  }
  #page_episodes .item dl {
    flex: 1;
  }
  #page_episodes .item dt .en {
    top: 10px;
    left: 20px;
    font-size: 5.4rem;
  }
  #page_episodes .item dt .ja {
    margin: 50px 0 0 20px;
    padding: 0.4em 0.7em;
  }
  #page_episodes .item dt .main_title {
    margin: 10px 0 10px 20px;
    font-size: 2.4rem;
  }
  #page_episodes .item dd {
    padding: 5px 20px 20px 20px;
  }
}

@media (min-width: 900px) {
  #page_episodes .item {
    margin: 0 auto 60px auto;
    width: 100%;
    max-width: 900px;
  }
  #page_episodes .item .image {
    width: 500px;
  }
  #page_episodes .item .image img {
    height: auto;
    min-height: auto;
  }
}

#page_introduction h1 {
  display: none;
}

#page_introduction #unit_intro {
  padding-bottom: 10px;
  padding-top: 63.3vw;
  background: url(../images/introdution/bg.jpg) no-repeat center top;
  background-size: 100% auto;
}

#page_introduction #unit_story {
  padding-top: 10px;
}

#page_introduction #unit_story .space_text {
  padding: 10px 0;
}

#page_introduction #unit_story .title_main {
  z-index: 3;
  margin-bottom: 1em;
  height: auto;
  background-image: none;
}

#page_introduction #unit_story .title_main .space_text {
  margin: 0 20px;
  position: static;
  transform: none;
  background-color: transparent;
}

#page_introduction #unit_story .title_main .space_text .en,
#page_introduction #unit_story .title_main .space_text .ja {
  text-align: left;
}

#page_introduction #unit_story .space_copy {
  margin-bottom: 2em;
}

#page_introduction #unit_story .space_copy p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 700;
}

@media (min-width: 900px) {
  #page_introduction #unit_intro {
    padding-top: 300px;
    background-image: url(../images/introdution/bg_pc.jpg);
  }
  #page_introduction #unit_intro .copy {
    width: 842px;
  }
  #page_introduction #unit_intro .row {
    margin-top: 30px;
  }
  #page_introduction #unit_intro .space_image {
    margin-right: 0px;
    width: 36%;
    max-width: 400px;
  }
  #page_introduction #unit_intro .space_image p {
    margin-bottom: 30px;
  }
  #page_introduction #unit_intro .space_text {
    flex: 1;
  }
  #page_introduction #unit_story {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #page_introduction #unit_story .row {
    flex-direction: row-reverse;
  }
  #page_introduction #unit_story .space_image {
    margin-right: 0px;
    width: 36%;
    max-width: 400px;
  }
  #page_introduction #unit_story .space_image p {
    margin-bottom: 30px;
  }
  #page_introduction #unit_story .space_text {
    flex: 1;
  }
  #page_introduction #unit_story .title_main {
    margin-bottom: 40px;
  }
  #page_introduction #unit_story .title_main .space_text {
    position: static;
    width: auto;
  }
}

@media (min-width: 1100px) {
  #page_introduction #unit_intro .space_image {
    margin-right: 40px;
  }
  #page_introduction #unit_story .title_main .space_text {
    margin-left: 0;
  }
  #page_introduction #unit_story .space_image {
    margin-left: 40px;
  }
}
