ƒ@charset "UTF-8";
/*
   Title          : アニメ『プランダラ』公式サイト
   URI            : http://plunderer-info.com/
   Designer       : GRAPHNETWORK
   Designer's URI : http://graphnetwork.com/
*/

/* Reset Style */
html {
  overflow-y: scroll; }
body {
  line-height: 1;
  color: #000; }
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;
  list-style: none; }

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }





.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mr-10 {
  margin-right: 10px; }

.mr-20 {
  margin-right: 20px; }

.mr-30 {
  margin-right: 30px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }

.ml-10 {
  margin-left: 10px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-40 {
  margin-left: 40px; }

.ml-50 {
  margin-left: 50px; }

.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pr-10 {
  padding-right: 10px; }

.pr-20 {
  padding-right: 20px; }

.pr-30 {
  padding-right: 30px; }

.pr-40 {
  padding-right: 40px; }

.pr-50 {
  padding-right: 50px; }

.pl-10 {
  padding-left: 10px; }

.pl-20 {
  padding-left: 20px; }

.pl-30 {
  padding-left: 30px; }

.pl-40 {
  padding-left: 40px; }

.pl-50 {
  padding-left: 50px; }


/* -------------------------------------------------

base

------------------------------------------------- */
html {
   height: 100%;
   scroll-behavior: smooth;
}
body {
   color: #2e2e2e;
   line-height: 1.8em;
   font-size: 14px;
   width: 100%;
   background-image: url(../../img/common/bg_body_sp.jpg);
   -webkit-background-size: 100%;
   background-size: 100%;
   background-color: #fff;
   font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
   position: relative;
   height: 100%;
}

#content {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


@media screen and (min-width: 960px) {
   body {
      font-size: 16px;
   background-image: url(../../img/common/bg_body.jpg);
   background-repeat: no-repeat;
   background-attachment: fixed;
   }
}


table.base_tbl {
  border-top: solid 1px #afafaf;
  border-right: solid 1px #afafaf;
  margin: 20px 0;
  width: 100%;
}
table.base_tbl th, table.base_tbl td {
 border-left: solid 1px #afafaf;
 border-bottom: solid 1px #afafaf;
 padding: 10px 5px;
 vertical-align: middle;
}
table.base_tbl th {
   background-color: #c8ddf3;
   font-weight: normal;
   font-weight: bold;
   width: 30%;
   font-size: 0.9em;
}
table.base_tbl td {
   background-color: none;
}


@media screen and (min-width: 960px) {
   table.base_tbl th, table.base_tbl td {
      padding: 15px 15px;
   }
   table.base_tbl th {
      width: auto;
   }
}




.bdr_box {
  border-bottom: dotted 1px #000;
  padding-bottom: 10px;
  margin-bottom: 10px; }


.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.txt-left {
  text-align: left; }

.note {
  font-size: 11px;
  line-height: 1.4em; }

.flex_box {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}


ul {
  padding-top: 10px;
  padding-bottom: 10px; }
ul li {
 line-height: 1.4em;
 margin-bottom: 10px; }

.notelist li {
  font-size: 0.9em;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5em;
  margin-bottom: 0.4em; }
.notelist li:before {
  content: '※';
  display: inline-block;
  width: 1em;
  text-indent: 0; }

dl dt {
  font-weight: bold; }

dl dd {
  margin-bottom: 20px; }


a {
      word-break: break-all;
  text-decoration: none;
  color: #1e5ab5; }

a:hover {
  text-decoration: underline;
  color: #017ad0; }

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.btn_link {
  position: relative;
  display: block;
  padding: 0 10px;
  border: 1px solid #333;
  color: #333;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: hidden;
  width: 80%;
  line-height: 51px;
  height: 50px;
  margin: 0 auto; }

.cts_inner {
   width: 90%;
   margin: 0 auto;
}


.h2_news {
   font-size: 20px;
   background-color: #233f84;
   color: #fff;
   padding: 10px 10px;
   margin-bottom: 25px;
}

.h3_news {
   font-size: 18px;
   border-bottom:solid 4px #e0d3bf;
   padding-bottom: 2px;
   margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
   .btn_link {
      width: 50%;
      height: 50px;
      line-height: 51px;
      padding: 0 20px;
   }
   .btn_link a:hover {
      text-decoration: none;
   }
   .btn_link:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      content: '';
      width: 120%;
      height: 100%;
      background: #333;
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top;
      -webkit-transform: skewX(-30deg) scale(0, 1);
      -ms-transform: skewX(-30deg) scale(0, 1);
      transform: skewX(-30deg) scale(0, 1);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
   }
   .btn_link:hover {
      color: #fff;
   }
   .btn_link:hover::before {
       -webkit-transform-origin: left top;
       -ms-transform-origin: left top;
       transform-origin: left top;
       -webkit-transform: skewX(-30deg) scale(1, 1);
       -ms-transform: skewX(-30deg) scale(1, 1);
       transform: skewX(-30deg) scale(1, 1);
    }
   .cts_inner {
      max-width: 1000px;
      margin: 0 auto;
   }
  .h2_news {
     padding: 10px 15px;
     font-size: 1.4em;
  }
  .h3_news {
     font-size: 20px;
      padding-bottom: 5px;
  }
}


#copyright {
   display: block;
   font-size: 0.6em;
   text-align: center;
}
.red {
   color: #a50202; }
.gold {
   color: #b58306; }

.clearfix:after {
   content: "";
   display: block;
   clear: both; }

.clearfix {
   zoom: 1;
}


.pc {
   display: none;
}
.sp {
   display: block;
}

.flex {
   display: flex;
   flex-wrap: wrap;
}


/*  youtube    */

.youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



@media screen and (min-width: 960px) {
   .sp {
      display: none; }
   .pc {
      display: block;
   }
 }

.img_box {
   text-align: center;
   margin: 10px 0;
}
.img_box img {
   width: 90%;
}


@media screen and (min-width: 960px) {
   .img_box {
      text-align: center;
   }
   .img_box img {
      width: auto;
   }
  .youtube_box {
    position: relative;
    width: 60%;
    padding-top: 32.25%;
    margin: 0 auto;
  }


}

#snsBtns {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

/* -------------------------------------------------

common

------------------------------------------------- */
#wrap h1.page_ttl {
   margin-bottom: 30px;
}
  #wrap {
    padding-top: 50px;
  }



  @media screen and (min-width: 960px) {
  #wrap {
    padding-top: 150px;
    min-height: 800px;
    padding-bottom: 100px;
  }

   #wrap h1.page_ttl {
      margin-bottom: 50px;
   }

}
/*          header          */

header {
   height: 60px;
   z-index: 99;
   position: fixed;
   width: 100%;
}
header .logo {
   display: block;
   position: relative;
   margin: 5px auto 50px auto;
   width: 40%;
   z-index: 1;
}
header .logo-blk {
   display: block;
   width: 20%;
  margin: 10px 15px; 
  z-index: 100;
}
header .logo-wht {
   display: none;
} 
 header .logo img {
   width: 100%;
}

/*開閉ボタン*/
#btn_menu {
  display: block;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 15px;
  z-index: 100;
  position: absolute; }

#btn_menu div {
  position: relative; }

#btn_menu span {
  display: block;
  height: 3px;
  background: #7b7b7b;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

#btn_menu span:nth-child(1) {
  top: 0px; }

#btn_menu span:nth-child(2) {
  top: 10px; }

#btn_menu span:nth-child(3) {
  top: 20px; }

/*開閉ボタンopen時*/
.open #btn_menu span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.open #btn_menu span:nth-child(2) {
  width: 0;
  left: 50%; }

.open #btn_menu span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.open #btn_menu span {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #7b7b7b; }

header .nav_sp {
  display: none;
  z-index: 11 !important;
  background-image: url(../img/common/line_sp_menu.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: 90%;
  background-size: 90%;
  padding-bottom: 40px;
  padding-top: 130px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%; }

nav.nav_pc {
  display: none; }

header .nav_sp ul {
  padding: 0;
  background-image: url(../img/common/line_sp_menu.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-background-size: 90%;
  background-size: 90%;
  padding-bottom: 40px;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;

}
.logo-nav {
  width: 40%;
  margin: 0 auto;
  display: block;
}
.logo-nav img {
  width: 100%;
  margin-bottom: 30px;
}

header .nav_sp ul li {
  text-align: left;
  margin: 0;
  width: 50%;
  box-sizing: border-box;
  padding:0 20px;
}

header .nav_sp ul li.nolink {
  cursor: default;
  /*マウスカーソルを矢印のまま変えない*/ }

header .nav_sp ul li a {
  color: #000;
  font-weight: 700;
  font-size: 1.2em;
  text-decoration: none;
  display: inline-block;
  font-family: "Sawarabi Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 15px 0; }

header .nav_sp ul li.nolink a {
  pointer-events: none;
  /*リンクを非リンクに変える*/
  cursor: default;
  /*マウスカーソルを矢印のまま変えない*/
  color: #a29e9a; }

header .nav_sp ul li a:hover {
  text-decoration: none; }

header .nav_sp ul li.nolink a:hover {
     pointer-events: none;
     /*リンクを非リンクに変える*/
     cursor: default;
     /*マウスカーソルを矢印のまま変えない*/
     text-decoration: none;
     /*下線を消す*/
     color: #000000;
     /*非リンクの文字色と同じにする*/ }

.bg_color {
   background-color: rgba(255, 255, 255, 0.2);
}





@media screen and (min-width: 960px) {



   header {
      background-color: #fff;
      height: 100px;
      width: 100%;
      display: flex;
      justify-content: space-between;
   }
   #top header {
      background-color: transparent;
   }
   header .logo {
      position: relative;
      width: 200px;
      z-index: 10000;
      margin: 0;
      margin-left: 20px;
      padding-top: 5px;
   }
   header .logo img {
      width: 100%;
   }
   header #btn_menu {
      display: none;
   }
   header .nav_pc {
      width : 880px;
      background-color: transparent;
      margin-bottom: 0;
      padding-bottom: 0;
      padding-top: 15px;
      padding-right: 0;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block!important;
   }
   header .nav_pc ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap:wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      padding-bottom: 0;
      padding-top: 0;
   }
   header .nav_pc ul li {
      padding: 0;
      height: 100%;
      width: 8em;
      margin-left: 18px;
      -webkit-box-sizing: border_box;
      box-sizing: border_box;
   }
   header .nav_pc ul li a {
      font-size: 1.1em;
      font-family: "Vollkorn", "Sawarabi Mincho", serif;
      font-weight: 400;
      letter-spacing: 0.03em;
      text-decoration: none;
      color: #000;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;}
    #top header .nav_pc ul li a  {
      color: #fff;
      text-shadow:
    rgba(0,0,0,0.5) 1px 1px 6px, rgba(0,0,0,0.5) -1px 1px 6px,
    rgba(0,0,0,0.5) 1px -1px 6px, rgba(0,0,0,0.5) -1px -1px 6px;
    }
   header .nav_pc ul li a:hover {
      color: #017ad0;}
   header.thin, #top header.thin {
      background:rgba(255,255,255,0.9);
      box-shadow: 0 6px 9px rgba(0,0,0,0.15);
   }
   header.thin .nav_pc li a {
    color: #000!important;
      text-shadow:none!important;
  }
    header.thin .logo-wht,#top header.thin .logo-wht {
   display: none!important;} 
    header .logo-blk,#top header.thin .logo-blk {
      display: block!important;
   }
    header .logo-wht {
      display: none;
   }
   #top header .logo-blk {
      display: none!important;
   }
   #top header .logo-wht {
      display: block!important;
   }
    header.thin .logo-blk {
   display: block!important;} 
}



/*          footer          */

footer {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: #fff; }
  footer .bnr_area a, footer .bnr_area img {
    display: inline-block;
    text-align: center; }
  footer .bnr_area a {
    width: 80%;
    margin-bottom: 10px; }
  footer .bnr_area img {
    width: 100%; }
  footer .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    footer .sns li {
      margin: 0 5px; }
  footer .ftr_logo {
    width: 30%;
    margin: 0 auto; }
  footer #copyright {
    margin-top: 0; }

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 0px;
  z-index: 101; }

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none; }
  #page_top a::after {
    content: 'TOP';
    font-size: 10px;
    position: absolute;
    top: 25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center; }

#share_sns_sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
  right: 0;
  font-style: italic;
  text-align: center;
  font-family: "Vollkorn", "Sawarabi Mincho", serif;
  color: #000;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #share_sns_sp p {
    padding-top: 5px;}
  #share_sns_sp .icon_tw, #share_sns_sp .icon_line {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-left: 15px; }
    #share_sns_sp .icon_tw img, #share_sns_sp .icon_line img {
      width: 100%;
      vertical-align: middle; }



@media screen and (min-width: 960px) {
   footer {
    text-align: center;
    padding-top: 0;
    padding-bottom: 40px;
   }
   footer .bnr_area {
      text-align: center;
      padding: 15px 0;
   }
   footer .bnr_area a, footer .bnr_area img {
     display: inline-block;
   }
   footer .bnr_area a {
     width: 400px;
     margin: 0 10px;
   }
   footer .bnr_area img {
     width: 400px;
   }
   footer .ftr_logo {
   width: 150px;
   margin: 0 auto;
   }
   #page_top {
      width: 90px;
      height: 90px;
      position: fixed;
      right: 10px;
      bottom: 0px;
      z-index: 101;
   }
   #page_top a {
      position: relative;
      display: block;
      width: 90px;
      height: 90px;
      text-decoration: none;
      color: #000;
   }
   #page_top a::after {
      content: 'PAGE TOP';
      font-size: 10px;
      position: absolute;
      top: 45px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center;
   }

   #share_sns_sp {
      display: none;
   }

}




/*          colorbox          */

#cboxOverlay {
  background-color: #fff; }

#cboxClose {
  width: 50px;
  height: 50px; }

#cboxNext {
  top: 50%;
  right: -20px;
  margin-top: -32px;
  background: url(/img/common/arrow_next.png) no-repeat top right;
  width: 59px;
  height: 59px;
  text-indent: -9999px;
  padding: 0;
  border: none; }

#cboxPrevious {
  top: 50%;
  left: -20px;
  margin-top: -32px;
  background: url(/img/common/arrow_prev.png) no-repeat top right;
  width: 59px;
  height: 59px;
  text-indent: -9999px;
  padding: 0;
  border: none; }

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible !important; }

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  background: url(/img/close.png) no-repeat 0 0 !important;
  width: 45px !important; }



/*          subnav          */

.subnav {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
      width: 90%;
   margin: 0 auto;
}
.subnav li {
   width: 40%;
   margin: 2%;
}
.subnav li a.btn_link{
   width: 100%;
   box-sizing: border-box;
}


@media screen and (min-width: 960px) {
   .subnav li {
      width: 30%;
      margin: 1%;
   }


   .subnav {
      width: 800px;
   }

}




/* -------------------------------------------------

loading

------------------------------------------------- */

#loader {
   display: flex;
   justify-content: center;
   text-align: center;
   align-items: center;
   height: 100vh;
   background-color: #000;
   color: #fff;
   z-index: 99999999;
   font-size: 60px;
   font-family: 'Noto Serif JP', serif;
}
#loader #bar {
   width: 300px;
   height: 2px;
/*   border:1px solid #efefef;*/
   padding: 1px;
   margin-top: 30px;
   font-size: 1px;
}
#loader #bar span {
   display: none;
   width: 0px;
   height: 2px;
/*   background: #efefef;*/
}

#load-text span {
   font-size: 30px;
}


@media screen and (min-width: 960px) {
   #loader {
      font-size: 80px;
   }
}




/* -------------------------------------------------

top

------------------------------------------------- */


#top {
   background-image: none;
}

#top #wrap {
  padding-top: 0;
}


#top header .logo,#top .page_ttl {
   display: none;
}
#mainvisual {
  background: url(../../img/top/mv_bg.jpg) no-repeat top center;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 100%;
  text-align: center;
  position: relative;
}

#mainvisual .mainvisual_img {
   width: 100%;
      display: block;
      margin: 0 auto;
}

#mainvisual2 {
  background: url(../../img/top/mv_bg2.jpg) no-repeat top center;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 100%;
  text-align: center;
  position: relative;
}

#mainvisual2 .mainvisual_img {
   width: 95%;
      display: block;
      margin: 0 auto;
}

#top #main_read {
   margin: 0 auto;
   position: absolute;
   left: 0;
   right : 0;
   margin:auto;
   bottom: 70px;
   width: 80%;
   text-align: center;
}
#top #main_read img {
   width: 100%;
   margin: 0 auto;

}
.top_logo {
   position: absolute;
   display: block;
   width: 80%;
   text-align: center;
   left: 0;
   right:0;
   bottom: -12%;
   margin: auto;
   z-index: 10;
}
#movie_area {
   text-align: center;
   padding: 40px 0;
   position: relative;
   width: 100%;
   height: auto;
}
.bg_movie_sp {
   position: absolute;
   top: 0;
   left:0;
   width: 100%;
   height: 100%;
   z-index: -2;
   background-image: url(../../img/top/bg-topmovie.jpg);
   background-size: cover;
   position: absolute;
   top: 0;
   left:0;
   width: 100%;
   height: 100%;
}

.bg_dots {
   background-image: url(../../img/common/bg_dots.gif);
   background-size: 4px;
   position: absolute;
   top: 0;
   left:0;
   width: 100%;
   height: 100%;
}
.moviearea_cts {
   width: 100%;
   z-index: 10;
   position: relative;
}
.read_onair,.movie_thumb,.movie_sp {
   z-index: 10;
}
.read_onair {
   width: 80%;
   margin: 20px auto 10px auto;
}
.read_onair img {
   width: 100%;
}

@media screen and (min-width: 960px) {
   #mainvisual .mainvisual_img {
      width: 80%;
   }
   #mainvisual picture {
      display: block;
      height: auto;
   }
   #mainvisual2 {
    background-position: bottom 0 center;
   }
   #mainvisual2 .mainvisual_img {
      width: 80%;
   }
   #mainvisual2 picture {
      display: block;
      height: auto;
   }

   #top #wrap {
    padding-bottom: 30px;
   }
   #top #main_read {
      top:100px;
      right:50px;
      left:auto;
      width: 200px;
      margin: 0;
   }
   #top #main_read img {
      width: 150px;
   }

   #top header .logo{
      display: block;
   }
   .top_logo {
   position: absolute;
   display: block;
      max-width: 1041px;
      left: 0;
      right: 0;
      bottom: -220px;
      margin: auto;
   }
   #movie_area {
      padding-top: 150px;
      padding-bottom: 100px;
   }
   .moviearea_cts {
    padding-top: 39px;
   }
   .read_onair {
      width: 638px;
   }
   #movie_area .movie_thumb {
      display: block;
      width:377px;
      margin: 0 auto;
   }
   .bg_movie_sp {
      display: none;
   }
   .bg_movie {
      position: absolute;
      top:0;
      left:0;
      width: 100%;
      height: 100%;
      overflow:hidden;
      z-index: -3;
   }
   .bg_movie video {
      width: 100%;
   }
   .bg_dots {
      background-color: rgba(0,0,0,0.6);
   }

}
@media screen and (min-width: 1200px) {
   #mainvisual .mainvisual_img {
     width: 60%;
   }
   #mainvisual2 .mainvisual_img {
     width: 60%;
   }
   #top #main_read {
      top:130px;
      right:100px;
   }
   #top #main_read img {
      width: 210px;
   }
}

/* -------------------------------------------------

斜め線

------------------------------------------------- */
#onair,#story,#character,#staff_cast,#books {
   padding-top: 100px;
   position: relative;
   overflow:hidden;
}
#onair:before,#story:before,#character:before {
  content: "";
  position: absolute;
  height: 300px;
  width: 300%;
  top: -236px;
  left: -100%;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: 1;
}
#story:before,#character:before  {
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}
#story:after,#character:after{
  content: "";
  position: absolute;
  height: 300px;
  width: 300%;
     bottom: -80px;
  left: -100%;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: 1;
  background: #fff;
}

#onair:before,#staff_cast:before,#character:before {
  background: #fff;
}
#story:before,#character:after{
  background: #2c478b;
}
@media screen and (min-width: 960px) {
   #onair:before, #story:before, #character:before{
      top: -100px;
   }
   #story:after,#character:after{
  bottom: -100px;
   }
   #onair,#story,#character,#staff_cast,#books {
      padding-top: 0;
   }
}



/* -------------------------------------------------

ttl_cts

------------------------------------------------- */

h1.ttl_cts {
  font-family: "Vollkorn", "Sawarabi Mincho", serif;
  font-style: italic;
  font-size: 1.7em;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  width: auto;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 30px;
  font-weight: normal;
  width: 100%;
  color: #000;
  background-image: url(../img/common/bg_ttl_bl.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70px;
  text-shadow: 2px 2px 1px #ffffff,-2px -2px 1px #ffffff; }
  h1.ttl_cts span {
    display: inline-block;
    position: relative; }
    h1.ttl_cts span:before, h1.ttl_cts span:after {
      content: "";
      display: inline-block;
      background-repeat: no-repeat;
      width: 63px;
      height: 8px;
      background-size: 63px 8px;
      background-position: center center;
      position: absolute;
      top: 40%; }
#onair h1.ttl_cts ,#story h1.ttl_cts,#books h1.ttl_cts {
  background-image: url(../img/common/bg_ttl_wht.svg);
  color: #fff;
  text-shadow: 2px 2px 1px #ffffff,-2px -2px 1px #ffffff;
}

@media screen and (min-width: 960px) {
   h1.ttl_cts {
      font-size: 2em;
   }

}



/* -------------------------------------------------

update & twitter

------------------------------------------------- */

#top #update .news_list dd {
   border-bottom:solid #dfdfdf 1px;
   margin-bottom: 10px;
   padding-bottom: 5px;
}
#top #update .news_list dd a {
   color: #2e2e2e;
}
#top #update .news_list .date {
  font-size: 0.8em;
  margin-bottom: 0;
  font-family: "Vollkorn", "Sawarabi Mincho", serif;
  color: #a67a1d;
}
#top #update {
   margin-bottom: 30px;
}
#top #update,#top #twitter {
   position: relative;
}
#top #twitter #twitter-widget-0 {
  border:solid 1px #e6e6e6 !important;
  border-radius: 10px !important;
}

@media screen and (min-width: 960px) {
   #top #news_area {
      padding: 100px 0 0 0;
   }

   #top #update .news_list {
    overflow-y:scroll;
   }
#top #update .news_list dd {
   margin-bottom: 15px;
   padding-bottom: 15px;
}
   #top #twitter #twitter-widget-0 {
      width: 100%!important;
      height: 371px!important;
      margin: 0 auto;
   }
   #top #update,#top #twitter {
      width: 45%;
   }
   #top #update .news_list {
      height: 380px;
   }
    #top #news_area .cts_inner {
     display: flex;
     justify-content: space-between;
  }
}

/* -------------------------------------------------

onair

------------------------------------------------- */
#onair {
   background-color: #2c478b;
   color: #fff;
   text-align: center;
   background-image: url(../../img/top/bg_sky_sp.jpg);
   background-repeat: no-repeat;
   background-position: 0 0;
   -webkit-background-size: 100%;
   background-size: 100%;
   padding-top: 100px;
   padding-bottom: 0;
}
#onair h2 {
  font-family: "Vollkorn", "Sawarabi Mincho", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1.4em;
  margin-bottom: 35px;
  padding-top: 30px;
position: relative;}
#onair h2:after {
   content: "";
   display: block;
   width: 50px;
   border-top:solid #fff 1px;
   position: absolute;
   bottom: -5px;
   left: 0;
   right:0;
   margin: auto;

}
#onair .read {
   color: #dbb259;
}
#onair h1.ttl_cts {
  text-shadow: 2px 2px 1px #2b6b97,-2px -2px 1px #2b6b97;
}
.haishin_list a{
   color: #fff;
   text-decoration: underline;
}
.studio_list {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   margin-bottom: 60px;
}
.studio_list li {
   width: 100%;
   margin-bottom: 25px;
}
.studio_list li .studio_name {
  font-family: "Vollkorn", "Sawarabi Mincho", serif;
  font-style: italic;
  font-size: 1.4em;
  margin-bottom: 5px;
}
.studio_list li .repeat {
  font-size: 0.8em;
  margin-bottom: 5px;
}
.haishin_list {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
   #onair {
      background-image: url(../../img/top/bg_sky.jpg);
      padding-top: 271px;
   }
   #onair h1.ttl_cts {
    margin-top: 60px;
   }
#onair h2 {

  margin-bottom: 45px;
  padding-top: 46px;
  }


   .studio_list {
      margin-bottom: 100px;
   }
   .studio_list li {
      width: 30%;
      margin: 0 10px 45px 10px;
   }
   .studio_list li .repeat {
      font-size: 0.7em;
      letter-spacing: 0.15em;
      line-height: 1.5em;
      padding-top: 5px;
   }
   .haishin_list {
      display:flex;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 800px;
      margin: 0 auto;
   }
   .haishin_list li {
      margin-left: 20px;
      margin-right: 20px;
   margin-bottom: 35px;
   }
   .haishin_list li a:hover {
    text-decoration: none;
   }

   #onair .read {
      font-size: 1.5em;
      line-height: 1.9em;
   }
}

/* -------------------------------------------------

story

------------------------------------------------- */

#story {
   text-align: center;
   background-color: #000;
   color: #fff;
   background-image: url(../../img/top/bg_story_sp.jpg);
   background-repeat: no-repeat;
   background-position: center top 0;
   background-attachment: scroll;
   -webkit-background-size: cover;
   background-size: cover;
   position: relative;
   padding-top: 100px;
   padding-bottom: 300px;
   margin-bottom: 0;
}
#story .cts_inner {
   position: relative;
}
#story .cts_inner .txt_intro {
   padding: 30px 0;
   font-size: 1em;
   line-height: 1.9em;
}
#story h1.ttl_cts {
  text-shadow: 2px 2px 1px #000,-2px -2px 1px #000;
}

#story .txt_l {
   font-size: 1.15em;
   line-height: 2em;
   font-style: italic;
   padding-bottom: 30px;
  color: #7b92ff;
  background: -webkit-linear-gradient(0deg, #7b92ff, #86FDE8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}


#story .tab-group{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#story .tab{
    padding:5px 0;
    width: 15%;
    list-style:none;
    border-left:solid 1px #868686;
    text-align:center;
    cursor:pointer;
}
#story .tab:first-child {
   width: 100%;
    border-left:none;
}
#story .tab:first-child p {
    border-right:solid 1px #868686;
    border-left:solid 1px #868686;
    width:auto;
    display: inline-block;
    padding: 2px 15px;
}
#story .tab:last-child {
    border-right:solid 1px #868686;
}
#story .tab:nth-child(7),#story .tab:nth-child(13){
    border-right:solid 1px #868686;
}

#story .panel-group{
    height:auto;
    border-top:none;
}


#story .panel{
    display:none;
}
#story .tab.is-active{
    color:#dbb259;
    transition: all 0.2s ease-out;
}
#story .panel.is-show{
    display:block;
}


#story .panel .news_ttl p{
   font-size: 1.4em;
   font-weight: normal;
   padding-top: 5px;
}
#story .panel .news_ttl .tag_story{
   font-size: 0.8em;
}

.bx-pager {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   margin-top: 15px;
   margin-bottom: 15px;
   margin-right: auto;
   margin-left: auto;
   width: 300px!important;
}

#story .bx-pager a {
   display: block;
   width: 19%;
   margin-right: 1%;
}

.bx-pager a img {
   width: 100%;
}

.staff_txt {
   font-size: 0.7em;
   margin-bottom: 10px;
   line-height: 1.8em;
}
.story_txt {
   text-align: left;
}
#story .bx-wrapper {
   margin: 0;
   padding-left: 0;
   margin-bottom: 10px;
}


ul.bxslider li {
   width: 100%!important;
}

.tab-group {
   z-index: 151;
}


#story .bx-wrapper .bx-viewport {
   height: 180px!important;
   width: 300px!important;
   margin: 0 auto;
}
ul.bxslider li {
   width: 300px!important;
}





@media screen and (min-width: 960px) {
   #story {
   background-image: url(../../img/top/bg_story.jpg);
   background-position: 0 0;
      background-attachment: fixed;
   padding-top: 300px;
   -webkit-background-size: 100%;
   background-size: 100%;
   margin-bottom: 200px;
   }

   #story .is-show{
      width: 700px;
      margin: 0 auto;
   }
   #story .tab-intro {
      width: 770px;
   }
   #story .cts_inner .txt_intro {
      padding: 100px 0;
   }
   #story .cts_inner .txt_intro {
      font-size: 1.2em;
   }
   #story .txt_l {
      font-size: 2em;
      line-height: 1.7em;
      padding-bottom: 100px;
   }
   #story .panel .news_ttl {
      margin-top: 10px;
   }
   #story .panel .news_ttl p{
     font-size: 1.2em;
   }
   .bx-pager {
      width: 100%!important;
   }

   #story .bx-pager {
      justify-content: center;
   }

   #story .bx-pager a {
      display: block;
      width: 19%;
   }
   #story .bx-wrapper  {
      margin: 0 auto;
   }
   #story .tab-group {
    width: 80%;
    margin: 0 auto;
   }

   #story .tab-group li {
       width: 9%;
   }

#story .tab:nth-child(7),#story .tab:nth-child(13){
    border-right:none;
}

   #story .tab:nth-child(11){
       border-right:solid 1px #868686;
   }




   #story .bx-wrapper .bx-viewport {
      height: 394px!important;
      width: 100%!important;
   }

   ul.bxslider li {
      width: 100%!important;
   }

}









/* -------------------------------------------------

staff_cast

------------------------------------------------- */

#staff_cast {
  text-align: center;
     margin-top: -250px;
     z-index: 1;
}
#staff_cast h1 {
   z-index: 9999;
}
#staff_cast .works {
 padding-bottom: 2px;
 font-size: 0.8em;
 color: #a67a1d; }
#staff_cast .staff_name {
 padding-bottom: 0;
 line-height: 1.3em;
}
#staff_cast .lh_s {
 line-height: 1.3em; }
#staff_cast .copy {
 font-size: 9px; }
#staff_cast .staff_list {
 margin: 0 auto;
 margin-bottom: 50px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 width: 100%;
 text-align: center;
  }
   #staff_cast .staff_list li {
      margin: 15px 0;
      width: 50%;
   }
    #staff_cast .staff_list li.li_w {
      width: 100%;
   }
   #staff_cast #cast .staff_list li {
      margin: 10px 0;
      width: 100%;
   }

#staff {
     background-image: url(../../img/top/bg_staff_sp.jpg);
     background-position: center;
     -webkit-background-size: 100%;
     background-size: 100%;
     background-repeat: no-repeat;
}
#cast {
     background-image: url(../../img/top/bg_staff_sp.jpg);
     background-position: center;
     -webkit-background-size: 100%;
     background-size: 100%;
     background-repeat: no-repeat;
}

/* cast tab */
#cast .cts-tab-group{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#cast .cts-tab{
	padding:5px 0;
	width: 48%;
	list-style:none;
	border-left:solid 1px #868686;
	text-align:center;
	cursor:pointer;
}
#cast .cts-tab:first-child {
	border-left: 1px solid #868686;
}
#cast .cts-tab:first-child p {
	border-right:solid 1px #868686;
	border-left:solid 1px #868686;
	width:auto;
	display: inline-block;
	padding: 2px 15px;
}
#cast .cts-tab:last-child {
	border-right:solid 1px #868686;
}

#cast .cts-panel-group{
	height:auto;
	border-top:none;
}
#cast .cts-panel{
	display:none;
}
#cast .cts-tab.cts-is-active{
	color:#dbb259;
	transition: all 0.2s ease-out;
	width: 48%;
	border-left: 1px solid #868686;
}
#cast .cts-panel.cts-is-show{
	display:block;
}



@media screen and (min-width: 960px) {
   #staff_cast {
     background-image: url(../../img/top/bg_staff1.jpg),url(../../img/top/bg_staff2.jpg);
     background-repeat: no-repeat;
     background-position: left 0 center,right 0 center;
     -webkit-background-size: 50%;
     background-size: 50%;
   }
   #staff_cast .staff_list {
       max-width: 800px;
       justify-content: start;
    }
   #staff_cast .staff_list li {
      width: 50%;
   margin: 20px 0;
   }
   #staff_cast .staff_list li .works {
   padding-bottom: 0;
   font-style: italic; }
   #staff_cast .staff_list li .staff_name {
   font-size: 1.2em;
   line-height: 1em;
   padding-top: 5px; }
   #staff_cast .staff_list li .lh_s {
   line-height: 1.2em; }
    #staff_cast .staff_list li.li_w {
      width: 50%;
   }

   #staff_cast #cast .staff_list li {
      margin: 20px 0;
      width: 50%;
   }
   #staff {
      margin-bottom: 100px;
      background-image: none;
   }
   #cast {
      background-image: none;
   }

   #staff_cast #cast .staff_name {
    font-size: 1.4em;
   }
   
   /* cast tab */
   #cast .cts-is-show{
	   width: 700px;
      margin: 0 auto;
   }
   #cast .cts-tab-group {
    width: 80%;
    margin: 0 auto;
   }
   #cast .cts-tab-group li,
   #cast .cts-tab.cts-is-active {
       width: 13%;
   }
	

}

/* -------------------------------------------------

character

------------------------------------------------- */


#character {
   background:url(../../img/top/bg_character.jpg) no-repeat #eee;
   -webkit-background-size: 100%;
   background-size: 100%;
   background-attachment: fixed;
}
#character h1.ttl_cts {
   text-shadow: 2px 2px 1px #dee3e7, -2px -2px 1px #dee3e7;
}
   #character .cts_inner{
      padding:250px 0 250px 0;
   }

.swiper-container {
  max-width: 1000px !important;
  margin: 0 auto; }

.thumb_chara_list .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0; }

.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  width: 9%; }
.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(17) {
  margin: 0;
  width: 19%; }

.thumb_chara_list img {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  vertical-align: bottom;
  width: 100%; }

#character .swiper-container-horizontal > .thumb_chara_list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   width: 60%;
   margin: 0 auto;
   position: absolute;
   top: 40px;
   left: 10%;
   right: auto;
   bottom: auto;
   z-index: 99999;
}
.thumb_chara_list .swiper-pagination-bullet {
  display: table-cell;
  padding: 2px;
  background: transparent;
  opacity: 1; }

.thumb_chara_list .swiper-pagination-bullet-active {
  background: transparent;
  opacity: 0.6; }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
   margin: 0 1px!important;
}

#character .chara_detail {
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
   }

#character .chara_name {
  font-size: 4.5em;
  padding-top: 200px;
  line-height: 1.4em;
  font-family: "Vollkorn", "Sawarabi Mincho", serif;
  letter-spacing: -0.1em; }

#character #chara-17 .chara_name {
   padding-top: 0;
   font-size: 3em;
   line-height: 1.4em;
   letter-spacing: -0.05em;
   position: absolute;
   text-align: center;
   top:174px;
   width: 100%;
}

#character .cv {
  background-color: #9a7c3b;
  color: #fff;
  padding: 10px 15px 5px 15px;
  display: inline-block;
  font-family: "Vollkorn", "Sawarabi Mincho", serif;
  margin-left: 10px;
  line-height: 1em;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #character .cv span {
    font-size: 0.8em; }

#character .text_area {
  width: 60%;
  padding-left: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#character .chara_text {
  font-size: 1em;
  padding-top: 40px;
  margin-left: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%; }

#character .chara_img {
  margin-top: 50px;
  width: 50%; }
#character #chara-6 #kirikae_nana_2 .chara_img {
  width: 44%; }

#character #chara-17 .chara_img {
  margin-top: 211px;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }

#character .face {
  padding-top: 20px; }
  
#character .face_img {
	margin-top: 40px;
	width: 100%; }

#character #chara-17 .face_img {
   margin-top: 100px;
}

#character .swiper-button-next, #character .swiper-container-rtl .swiper-button-prev {
  background-image: url(../../img/common/icn-right.svg);
  left: auto; }

#character .swiper-button-prev, #character .swiper-container-rtl .swiper-button-next {
  background-image: url(../../img/common/icn-left.svg);
  right: 0px; }

#character .swiper-button-next, #character .swiper-button-prev {
  background-size: 40px;
  width: 50px;
  height: 80px; }
  
@media screen and (min-width: 960px) {
	#character .face {
		padding-top: 40px;
		padding-bottom: 20px;
		width: 100%; }
  
	#character .face_img {
		margin-top: 0;
		width: 80%; }

	#character .swiper-button-prev, #character .swiper-container-rtl .swiper-button-next {
		background-image: url(../../img/common/icn-left.svg); }

	#character .swiper-button-next, #character .swiper-button-prev {
		background-size: 80px;
		width: 50px;
		height: 80px; }

}





/*    園原など切り替えが必要なキャラ     */


.kirikae_area {
   width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;    position: relative;
  flex-direction: row;
}



.chara_detail .btn_link {
   margin: 0;
   margin-top: 0;
   width: 50%;
}


@media screen and (max-width: 960px) {
   .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 0px!important;
   }
  #character .swiper-container-horizontal > .thumb_chara_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    top:15px;
    left:auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
   #character .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0;
      width: 14%;
   }
   #character .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(17) {
      margin: 0;
      width: 29%;
   }
   #character {
      width: 10  0%;
      margin: 0 auto;
   -webkit-background-size: cover;
   background-size: cover;
   background-attachment: scroll;
   background-position: right 0 top 0;
   }
   #character .cts_inner{
      padding: 0 0 250px 0;
   }

   #character .chara_detail {
   flex-direction: column-reverse;
   padding-top: 0;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center; 
   }
  #character .text_area {
   width: 100%;
   padding-left: 0;
   }
   #character .chara_img {
   width: 70%;
   margin-right:-10%; 
   }

   #character #chara-1 .chara_img {
   width: 60%;
   margin-top: 0;
   margin-right:-2%; 
   }
   #character .chara_name {
   font-size: 2.1em;
       padding-top: 12px;
   margin-bottom: 6px;
   line-height: 1.4em; }


   #character #chara-17 .chara_name {
      font-size: 2em;
      top:33px;
      width: 100%;
   }



    #character .cv {
      margin-left: 0; }
    #character .chara_text {
      padding-bottom: 10px;
      padding-top: 10px;
      line-height: 1.5em;
      font-size: 0.9em;
      width: 100%;
      margin: 0; }
	 #character .face {
	     padding-top: 0;
	 }
    #character .swiper-button-next {
      /* display: none;*/
      right: -17px;
      
    }
    #character .swiper-button-prev {
      /* display: none;*/
      left: -17px;
    }
    .kirikae_area {
	  flex-direction: column-reverse;
	}
	.chara_detail .btn_link {
	   margin: 0;
	   margin-top: 0;
	   width: 64%!important;
	}
}

/* -------------------------------------------------

books

------------------------------------------------- */

#books {
   text-align: center;
   padding-bottom: 30px; 
   padding-top: 0;
   margin-top: -100px;
   background: #2c478b;
   color: #fff;
   text-align: center;
   position: relative;
   z-index: 1;
   background-image: url(../../img/top/bg_sky2_sp.jpg);
   background-repeat: no-repeat;
   background-position: bottom 0 left 0;
   -webkit-background-size: 100%;
   background-size: 100%;
}
  #books .comic_read {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #a67a1d;
    font-style: italic;
     }
  #books .comic12 {
    width: 40%; }
  #books .comic_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #books .comic_list li {
      width: 20%;
      margin: 2%; }
      #books .comic_list li img {
        width: 100%; }
  #books .bnr_area {
    text-align: center;
    padding-top: 30px; }
    #books .bnr_area a {
      display: inline-block;
      text-align: center;
      width: 90%; }
    #books .bnr_area img {
      width: 100%; }
.new_book img {
   width: 40%;
   margin: 0 auto;
}
#books h1.ttl_cts {
  text-shadow: 2px 2px 1px #2c478b,-2px -2px 1px #2c478b;
}

@media screen and (min-width: 960px) {
  #books {
    padding-bottom: 130px;
   background-image: url(../../img/top/bg_sky2.jpg);
   background-repeat: no-repeat;

  }
    #books .comic_read {
      font-size: 2.2em;
      line-height: 1.5em;
      margin-bottom: 40px;
      margin-top: 40px;
      color: #c59b41;
      font-style: italic; }
    #books .comic12 {
      width: auto; }
    #books .comic_list {
      width: 90%;
      margin: 0 auto 30px auto; }
      #books .comic_list li {
        width: 14%;
        margin: 1%; }
    #books .bnr_area a {
      display: inline-block;
      text-align: center;
      width: auto; }
    #books .bnr_area img {
      width: 100%; }
   .new_book img {
      width: 150px;
   }
}


/* -------------------------------------------------

news

------------------------------------------------- */


#news .news_list {
  padding-top: 10px;
  margin-bottom: 50px; }
  #news .news_list .news-cts {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all  0.3s ease;
    -o-transition: all  0.3s ease;
    transition: all  0.3s ease;
  padding: 5px;
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 5px -1px #cecece;
  box-shadow: 0px 0px 5px -1px #cecece; 

  }
    #news .news_list .news-cts:hover {
      -webkit-box-shadow: 0px 0px 15px -5px #949494;
      box-shadow: 0px 0px 15px -5px #949494; }
    #news .news_list .news-cts .news_ttl {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  #news .news_list a {
    text-align: left;
    line-height: 1.5em;
    color: #2e2e2e;
    font-weight: bold; }
    #news .news_list a:hover {
      text-decoration: none;
      opacity: 0.7;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all  0.3s ease;
      -o-transition: all  0.3s ease;
      transition: all  0.3s ease; }


  .news-cts .news-cts_inner {
    padding: 10px 10px 10px 10px;
    position: relative; }
  .news-cts .icn_new {
    background-color: #a67a1d;
    color: #fff;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    padding: 0 5px;
    text-align: center;
    width: 35px;
 }
 #news .news-cts .icn_new {
    position: absolute;
left: 81px;
    top: 13px;
 }
  #news .news-cts .date {
  color: #a67a1d;
    padding: 0 0 5px 0;
    font-size: 12px; }
.news_ttl {
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1.5em;
}


.news_txt_detail {
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
    margin: 10px 0 50px 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #dfdfdf; }

.news_detail .news-cts {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.news_detail .date {
  font-size: 13px;
  padding-bottom: 20px;
  padding-top: 5px;
  font-weight: bold;
  letter-spacing: 0.15em; }

.news_detail h1.news_ttl {
  border-bottom: 1px solid #dcd8d0;
  text-align: left;
  line-height: 1.5em;
  padding-bottom: 5px;
  color: #2e2e2e;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px; }

#pager, .back_idx {
  text-align: center;
  padding-bottom: 50px; }
  #pager a, .back_idx a {
    font-size: 13px; }
    #pager a.btn_link, .back_idx a.btn_link {
      margin: 0;
      letter-spacing: 0; }

  .back_idx.btn_link {
    font-size: 0.8em;
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 20px auto; }

@media screen and (min-width: 960px) {
  #news .news-cts .date {
    padding: 0 0 0 0;
}

  .news_ttl {
    font-size: 25px;
    font-weight: normal;
   }
  .news-cts {
    padding: 5px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative; }
   .news-cts .news-cts_inner {
      background-size: 40px;
      padding: 30px 30px; }
    .news-cts .date {
      padding: 0; }
    #news .news-cts .icn_new {
      left: 95px;
    top: 35px;
   }
  .news_detail .news_txt_detail {
    margin: 10px 0 50px 0;
    padding-bottom: 50px;
    border-bottom: solid 1px #dfdfdf; }
  .news_detail h1.news_ttl {
    font-size: 30px;
    margin-bottom: 25px;
    padding-bottom: 15px; }

  #pager, .back_idx {
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto; }
    #pager a, .back_idx a {
      font-size: 15px; }
      #pager a.btn_link, .back_idx a.btn_link {
        margin: 0;
        letter-spacing: 0; } }

/* -------------------------------------------------

movie

------------------------------------------------- */

.movie_list {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   max-width: 1200px;
   margin: 0 auto;
}
.movie_list li {
   margin: 20px 10px;
}
.movie_list li .movie_cap {
  text-align: center;
  background: #233f84;
  padding: 5px;
  color: #fff;
  margin-bottom: 5px;
  box-sizing: border-box;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 960px) {

   .movie_list li {
      margin: 30px 10px;
   }
   .movie_list li .movie_cap {
      height: 3em;
      line-height: 1.3em;
   }

}




/* -------------------------------------------------

special

------------------------------------------------- */

#special .subnav {
   width: 100%;
}
#special .subnav li {
   width: 46%;
}
#special .news_txt {
   padding-top: 50px;
}
.special_list {
   display: flex;
   flex-wrap: wrap;
   max-width: 1200px;
   margin: 0 auto;
   justify-content: center;
   padding-top: 20px;
}
.special_list .list-item {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
   width: 44%;
   position: relative;
   margin: 0 10px 20px 10px;
}
.special_list .list-item .news_ttl_box {
   position: relative;
}
  .special_list .news-cts .news_ttl {
   font-size: 0.9em;
   font-weight: bold;
   padding: 0 2px;
  }
  .special_list .list-item .thumb_area {
   margin-bottom: 5px;
  }
.special_list .list-item .thumb_area .thumb {
   width: 100%;
   border:solid 4px #ad8f58;
   box-sizing: border-box;
   display: block;
}

.special_list .news-cts {
  padding: 0;
}
.special_list a {
   color: #9c7630;
}

.flow_cmp {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.flow_cmp_box {
   width: 100%;
   margin-bottom: 20px;
   line-height: 1.6em;
   background-color: #fff;
   box-sizing: border-box;
   border:solid 1px #afafaf;
   padding: 15px 15px;
}

.flow_cmp_box img{
   width: 80%;
}
.tw_icon_list .btn_link {
   font-size: 0.8em;
   padding: 0 5px;
   width: 100%;
   box-sizing: border-box;
}
.tw_icon_list li {
   width: 28%;
   margin: 20px 2.5%;
}
.tw_icon_list li img {
   width: 100%;
}

.wallpaper_list li {
   width: 45%;
   margin: 20px 2.5%;
}

.tw_icon_list li img {
   margin-bottom: 5px;
}



#castcomment_area 
.castcomment_list {
}
.castcomment_list dt {
   color: #054b7d;
   margin-bottom: 10px;
}
.castcomment_list dd {
   margin-bottom: 15px;
   padding-bottom: 15px;
   border-bottom:dotted 1px #9e9e9e;
   line-height: 1.6em;
}

.h3_cm_name {
   padding-top: 100px;
   width: 100%;
   display: flex;
   align-items: center;
}
.h3_cm_name img {
   width: 40px;
   margin-right: 10px;
}

.cm2_box {
   display: flex;
   margin-bottom: 0;
   border-bottom: dotted 1px #9c9a98;
   padding-bottom: 10px;
   padding-top: 10px;
}
.cm2_box p {
   width: 75%;
}
.h3_cm2_name {
   line-height: 1.2em;
   margin-right: 4%;
   width: 22%;
   box-sizing: border-box;
   text-align: center;
}
   .h3_cm2_name  span {
      font-size: 0.8em;
      letter-spacing: -0.05em;
   }
.h3_cm2_name img {
   width:90%;
}

.castcomment_q_box {
  padding-top: 100px;
}

.cm3_box {
   margin-bottom: 80px;
}
.cm3_img_area {
   text-align: center;
}
.cm3_img_area img {
   width: 25%;
}
.cm3_name {
   line-height: 1.3em;
   font-weight: bold;
   font-size: 1.2em;
   margin-bottom: 20px;
}
.cm3_name span {
   font-size: 0.7em;
   color: #b58306;
}

.cm3_text dt {
   background-color: #9db4d6;
   padding: 5px 10px;
   margin-bottom: 10px;
}

@media screen and (min-width: 960px) {



   #special .subnav {
      width: 100%;
   }
   #special .subnav li {
      width: 20%;
   }
   #special .news_txt {
      padding-top: 90px;
   }
   .special_list .news-cts .news_ttl {
      font-size: 16px;
   }
   .special_list {
      justify-content: center;
         padding-top: 0;

   }
   .special_list .icn_new {
      margin-bottom: 5px;
   }
   .special_list a:hover .news_ttl_box .icn_new {
      text-decoration: none;
   }
   .special_list .list-item .thumb_area {
      margin-bottom: 5px;
   }
   .special_list .list-item {
      width: 30%;
      margin: 40px 20px;
   }
   .flow_cmp_box {
      width: 32%;
   padding: 20px 30px;
   }
   .flow_cmp_box img{
      width: 100%;
   }
   .tw_icon_list li {
      width: 18%;
      margin: 40px 2.5%;
      text-align: center;
   }

   .tw_icon_list li img {
      width: 80%;
   }

   .wallpaper_list li{
      width: 28%;
   }
   .wallpaper_list li img{
      width: 90%;
   }

   .tw_icon_list li .btn_link {
      width: 100%;
   }

   .wallpaper_list li .btn_link{
      width: 80%;
   }


  .special_list .list-item .thumb_area .thumb {
     border:solid 7px #ad8f58;
  }

   .cm2_box p {
      width: 85%;
   }
   .h3_cm2_name {
      margin-right: 2%;
      width: 12%;
   }
   .h3_cm_name img {
      width: 60px;
   }

   .h3_cm2_name img {
      width: 60px;
   }

   .h3_cm2_name  span {
      font-size: 0.7em;
   }


   .cm3_box {
      display: flex;
      border-bottom: solid 1px #c5c5c5;
      width: 90%;
      margin: 50px auto 30px auto;
   }

   .cm3_img_area {
      width: 20%;
   }
   .cm3_img_area img {
      width: 50%;
   }

   .cm3_text {
      width: 80%;
   }


}





.gif_flex_box_inner {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   flex-wrap: wrap;
}

.gif_flex_box_inner li {
   width: 30%;
   margin-bottom:60px;
   line-height: 1.8em;
}


.gif_title {
   font-weight: bold;
}

.gif_title441 {
   font-size: 1.9em;
   font-weight: bold;
   color: #ad7e36;
   line-height: 1.6em;
  font-family: "Sawarabi Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;

}

 @media screen and (max-width: 375px) {
   .gif_flex_box_inner {
      padding-top: 0;
   }
   .gif_flex_box_inner li {
      line-height: 1.5em;
   }
   .gif_flex_box_inner li {
   width: 45%;
   margin: 0 auto 30px auto;
    line-height: 1.6em;
   }
   .gif_title441 {
      font-size: 1.5em;
   }

}


.shikishi_list {
   display: flex;
   flex-wrap:wrap;
   justify-content: center;
}
.shikishi_list li {
   width: 90%;
   margin: 30px auto;
      text-align: center;
}

.shikishi_list li .img_card {
   width: 70%;
   display: inline-block;
   margin: 10px auto;
}
.shikishi_list_read {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.shikishi_list_read span {
  color: #b58406;
  font-size: 1.3em;
}

@media screen and (min-width: 960px) {
   .shikishi_list li {
      width: 20%;
      margin: 40px 20px;
   }
   .shikishi_list li .img_card {
      width: 100%;
      display: inline-block;
      margin: 10px 0;
   }
   .shikishi_list li .btn_link {
       width: 80%;
       margin-bottom: 7px;
   }

   .shikishi_list li:nth-last-of-type(-n+2){
      width: 40%;
      text-align: center;
   }
   .shikishi_list li:nth-last-of-type(-n+2) .img_card{
      width: 60%;

   }
}


/* -------------------------------------------------

製品系ページ

------------------------------------------------- */
#product_index h1.news_ttl {
   border-bottom:1px solid #dcd8d0;
   font-size: 20px;
}
#product_index .subnav {
   margin-bottom: -50px;
}

#product_index .news_txt_detail {
   padding-top: 40px;
   padding-bottom: 0;
}
.product_box {
   margin-bottom: 30px;
}

#product_index .product_box .txt_box {
   padding: 20px;
   line-height: 2em;
}
#product_index .product_box .product_box_item img {
   width: 70%;
}
.toku_shop {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.toku_shop li {
   width: 100%;
   margin-bottom: 5%;
   border:solid 1px #cacaca;
}
#music .toku_shop li {
   width: 48%;
}
.toku_shop .name_shop {
   background: #333b4e;
   color: #fff;
   padding:7px 15px ;
   margin-bottom: 15px;
   font-weight: bold;
}
.toku_shop .name_item {
   font-weight: bold;
   padding: 0 15px;
} 

.toku_shop .toku_txt {
   font-size: 0.8em;
   padding: 0 15px;
} 
.toku_shop .img_box {
   text-align: center;
}
.toku_shop .img_box img{
    width: 60%;
}
#music .toku_shop .img_box img{
    width: 80%;
}

#music #product_index .news_txt_detail {
   padding-top: 0;
}

#music .news_ttl {
   padding-top: 70px;
}

.bd_img_tbl td{
   display: block;
   padding-bottom: 30px;
}

.cd_toku_list {
  line-height: 1.4em;
   font-size: 0.9em;
}


.cd_num li{
   margin-bottom: 15px;
   line-height: 1.5em;
}

@media screen and (min-width: 960px) {
   #product_index h1.news_ttl {
      font-size: 30px;
   }
#product_index .subnav {
   margin-bottom: -50px;
}
   #product_index .product_box .product_box_item {
      float: left;
      width: 30%;
      padding: 0;
   }
   #music #product_index .product_box .product_box_item {
      width: 50%;
      padding: 0;
   }
   #product_index .product_box .product_box_item img {
      width: 90%;
   }
   #product_index .product_box .img_box{
      width: 65%;
   }
   #music #product_index .product_box .img_box{
      width: 45%;
   }
   #music #product_index .product_box .img_box img{
      width: 70%;
   }

   #product_index .product_box .txt_box {
   padding-left: 5%;
   padding-top: 20px;
   }
   #bd .product_box {
      margin-bottom: 100px;
   }
   .toku_shop {
   justify-content: flex-start;
   }
   .toku_shop li {
      width: 32%;
      margin-bottom: 3%;
      margin-right: 1%;
      border:solid 1px #cacaca;
   }
   #music .toku_shop li {
      width: 23.8%;
   }
  .toku_shop .name_shop {
     padding:6px 15px;
  }

   .toku_shop .name_item {
      margin-bottom: 20px;
   }

   #product_index .news_txt_detail {
     padding-top: 140px;
   }
   #product_index .news_txt_detail:first-child {
     padding-top: 80px;
   }


   .bd_img_tbl td{
      display: table-cell;
   padding-bottom: 0;
   }


   .cd_num {
    line-height: 1.5em;
    font-size: 0.9em;
   }
   .cd_cts_box {
    padding-top: 100px;
   }

   #music .subnav {
    max-width: 1200px;
   }
   #music .subnav li{
    width: 23%;
   }

   .product_box .youtube_box {
    width: 90%;
    padding-top: 42.25%;

   }






}





#goods .goods_list {
   display: flex;
   flex-wrap: wrap;
}
#goods .goods_list .goods_list_item {
   width: 50%;
   padding: 10px;
   box-sizing: border-box;
   border:solid 1px #eee;
   font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#goods .goods_list .goods_list_item .name_goods {
   font-weight: bold;
   font-size: 1.1em;
   margin-bottom: 10px;
}
#goods .goods_list .goods_list_item .goods_img img{
   width: 100%;
}
#goods .goods_list .goods_list_item .goods_txt{
   font-size: 0.8em;
   line-height: 1.4em;
}

@media screen and (min-width: 960px) {
   #goods .goods_list .goods_list_item {
      width: 25%;
   padding: 15px;
   }
   #goods .goods_list .goods_list_item .goods_txt{
      font-size: 0.8em;
      line-height: 1.5em;
   }

}









