@import url("/um/v7/css/reset.css");
@import url("animate.css");
@import url("set.css");
@import url("https://use.typekit.net/ygz4guz.css");
@import url("https://use.typekit.net/gvs5mwa.css");

@media print {
  .noprint {
    display: none;
  }
}

div#bn_super {
  border-bottom: 1px solid #c0c4ce;
}

div.tbs-gheader {
  z-index: 999;
}

/*	background
============================== */
#con-body {
  background-color: #fff;
}

/*	bg
============================== */
.bg_orange, .bg_header, .bg_green, .bg_lime, .bg_yellow, .bg_brown, .bg_pink {
  background-size: 500px 500px;
}

.bg_orange {
  background-color: #eaa45f;
  background-image: url(../img/bg_orange.jpg);
}

.bg_header {
  background-color: #eaa45f;
  background-image: url(../img/bg_header.jpg);
}

.bg_green {
  background-color: #41ac79;
  background-image: url(../img/bg_green.jpg);
}

.bg_lime {
  background-color: #cad84c;
  background-image: url(../img/bg_lime.jpg);
}

.bg_yellow {
  background-color: #f8e66a;
  background-image: url(../img/bg_yellow.jpg);
}

.bg_pink {
  background-color: #fb9670;
  background-image: url(../img/bg_pink.jpg);
}

.bg_brown {
  background-color: #854024;
  background-image: url(../img/bg_brown.jpg);
}

/*	menu
============================== */
.menu {
  background-size: 100%;
}

.menu_outer {
  width: 100%;
  /* background-color: #de6c5e; */
}

.menu li a {
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}

.menu li a:hover:not(.nolink) {
  /* background-color: #fff; */
  /* opacity: 0.2; */
}

.menu li a.nolink {
  /* background-color: hsla(0, 0%, 100%, 0.6); */
}

@media all and (min-width: 768px) {
  .menu_outer {
    height: 80px;
    padding: 20px 0;
    margin: 50px 0 0;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  }

  .menu {
    background-image: url(../img/menu.png?222);
    width: 980px;
    height: 154px;
    padding: 0 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    margin: -70px auto;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  }

  .menu li a {
    width: 161px;
    height: 154px;
    position: relative;
  }
}

@media all and (max-width: 767px) {
  .menu_outer {
    background-image: url(../img/menu_s.png?222);
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
  }

  .menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
    /* align-items: center; */
    /* padding-left: 0.203665987780041%; */
    /* padding-right: 0.203665987780041%; */
    /* padding-top: 0.515463917525773%; */
    /* padding-bottom: 0.515463917525773%; */
  }

  .menu li {
    width: calc((250 / 750)*100%);
    /* margin-left: 0.203665987780041%; */
    /* margin-right: 0.203665987780041%; */
  }

  .menu li:nth-child(-n+3) {
    /* margin-bottom: 0.515463917525773%; */
  }

  .menu li a {
    position: relative;
    height: 0;
    padding-top: calc((144 / 250)*100%);
    margin: 0;
  }

  .menu li a span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media all and (max-width: 767px) {
  #newep {
    width: 100%;
    margin: 0 auto;
  }

  #newep #storyline_pc {
    display: none;
  }

  #storyline_sp label,
  #storyline_sp a.more {
    display: block;
    width: 70%;
    position: relative;
    background-repeat: no-repeat;
    height: 0;
    padding-top: 16.429752066115702%;
  }

  #storyline_sp label {
    margin: 0 auto 4%;
  }

  #storyline_sp a.more {
    margin: 0 auto;
  }

  #storyline_sp label span,
  #storyline_sp a.more span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }

  #storyline_sp .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
  }

  #storyline_sp input:checked~.hidden_show {
    padding: 4% 0;
    height: auto;
    opacity: 1;
    background-color: #fff1f0;
  }

  #storyline_sp label {
    cursor: pointer;
  }

  #storyline_sp input {
    display: none;
  }

  #storyline_sp {
    position: relative;
    z-index: 2;
  }

  #newep p.txt {
    font-size: 4vw;
    padding: 0 4% 4%;
  }
}

/*	share
============================== */
#share {
  /* width: 50%; */
  text-align: center;
  margin: 3% auto;
  vertical-align: middle;
}

#share span {
  position: relative;
}

#share span:before {
  content: "";
  width: 35%;
  height: 1px;
  background-color: #172c66;
  position: absolute;
  left: -45%;
  top: 50%;
  z-index: 1;
}

#top #share {
  margin: 1.2em auto 0;
  width: 100%;
  padding: 0 0 1em;
}

#top #share h4 {
  font-size: 120%;
  padding: 2.6em 0 .8em;
  position: relative;
  color: #fff;
}

#top #share h4:before {
  content: "";
  width: 1px;
  height: 48%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
}

#share ul {
  display: inline-block;
  margin: 0 0 0 .5em;
  vertical-align: middle;
}

#share ul li {
  display: inline-block;
  border-radius: 50%;
  margin: 0 0.5vw 0;
}

#share ul li a {
  display: block;
}

#share ul li a img {
  transition: .5s;
}

#share ul li a:hover img {
  transform: scale(1.2);
}

@media all and (min-width: 768px) {
  #share ul li img {
    width: 3vw;
  }
}

@media all and (max-width: 767px) {
  #share ul li img {
    width: 10vw;
  }
}

/*	 .ep
============================== */
.ep {
  /* background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.65)); */
}

.ep b {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.ep1 b {
  background-image: url(../img/ep1.png);
}

.ep2 b {
  background-image: url(../img/ep2.png);
}

.ep3 b {
  background-image: url(../img/ep3.png);
}

.ep4 b {
  background-image: url(../img/ep4.png);
}

.ep5 b {
  background-image: url(../img/ep5.png);
}

.ep6 b {
  background-image: url(../img/ep6.png);
}

.ep7 b {
  background-image: url(../img/ep7.png);
}

.ep8 b {
  background-image: url(../img/ep8.png);
}

.ep9 b {
  background-image: url(../img/ep9.png);
}

.ep10 b {
  background-image: url(../img/ep10.png);
}

@media all and (min-width: 768px) {
  .ep {
    width: 980px;
    /* margin: 0 auto; */
    /* border-bottom: 2px solid #ab9a92; */
    /* margin: 0 auto 25px; */
  }

  .ep b {
    width: 980px;
    height: 117px;
    background-size: 100%;
    margin-bottom: 1em;
  }
}

@media all and (max-width: 767px) {
  .ep {
    /* border-bottom: 1px solid #ab9a92; */
    /* margin-bottom: 1em; */
  }

  .ep b {
    position: relative;
    height: 0;
    padding-top: calc((295 / 1302)*100%);
    background-size: 172%;
    background-position: left;
  }

  .ep span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/*	movieBox
============================== */
.movieBox {
  position: relative;
}

.movieBox span.thum {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  margin: 0 0 0 0;
  position: relative;
}

.movieBox span.thum img {
  width: 100%;
  height: 100px;
}

.movieBox:hover {
  background-color: #f9f7f3;
}

.movieBox a:hover .thumbnail {
  filter: brightness(1.10);
  /* &#230;&#732;&#381;&#227;&#8218;&#8249;&#227;&#129;&#143;&#227;&#129;&#8482;&#227;&#8218;&#8249; */
}

.movieBox a .btn {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/btn_mov.png);
  width: 80px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -40px;
  opacity: 0.85;
}

.movieBox a:hover .btn {
  opacity: 1.0;
}

@media all and (min-width: 768px) {
  .movieBox {
    width: 440px;
    margin: 0 auto;
    border: solid 10px #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    z-index: 999;
    background-color: #fff;
  }

  .movieBox .thumbnail {
    width: 440px;
  }
}

@media all and (max-width: 767px) {
  .movieBox {
    width: 94vw;
    /* box-shadow: -5px 5px 0px 0px rgb(192 212 238 / 70%); */
    margin: 0 auto;
    border: solid 1.5vw #fff;
    box-sizing: border-box;
    margin: 0 1.5vw;
    z-index: 1;
    background-color: #fff;
  }

  .movieBlock .movieBox .thumbnail {
    width: 100%;
  }

  .movieBox a .btn {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/btn_mov.png);
    width: 10vw;
    height: 7vw;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25% 0 0 21%;
    opacity: 0.85;
    background-size: cover;
  }
}

/*	streambnr
============================== */
ul.bnr, ul.streambnr {
  display: flex;
  flex-flow: row wrap;
  width: 980px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

ul.bnr li {
  width: 475px;
  height: 133px;
  margin: 0 0 2em;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 10px 10px 20px rgba(182, 176, 162, 0.5);
}

ul.bnr li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
  border-radius: 12px;
}

ul.bnr li.bn_stmp, ul.bnr li.bn_porg {
  /*width:600px; height:235px;*/
  height: 186px;
}

ul.bnr li.bn_comic img {
  width: 21%;
  position: absolute;
  right: 8%;
  top: -5%;
  transform: rotate(5deg);
}

ul.streambnr {
  margin: 0 auto;
}

ul.streambnr li {
  width: 300px;
  height: 120px;
  margin: 1.5% 0;
  text-align: center;
  width: -webkit-calc(100% / 3 - 2%);
  width: calc(100% / 3 - 2%);
  position: relative;
}

ul.streambnr li.tbsfree {
  margin: 1.5% 2.5%;
}

ul.streambnr li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  box-shadow: 10px 10px 20px rgba(182, 176, 162, 0.5);
}

ul.streambnr li a span.stream {
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  line-height: 210%;
}

ul.streambnr li.paravi a {
  background-image: url(../img/top/logo_paravi.svg);
  background-size: 62%;
  background-position: center 25%;
}

ul.streambnr li.paravi a span.stream {
  background-color: rgba(0, 79, 153, 0.9);
}

ul.streambnr li.tbsfree a {
  background-image: url(../img/top/logo_tbsfree.svg);
  background-size: 65%;
  background-position: center 31%;
}

ul.streambnr li.tbsfree a span.stream {
  background-color: rgba(0, 80, 255, 0.9);
}

ul.streambnr li.tver a {
  background-image: url(../img/top/logo_tver.svg);
  background-size: 32%;
  background-position: center 26%;
}

ul.streambnr li.tver a span.stream {
  background-color: rgba(0, 174, 217, 0.9);
}

@media all and (min-width: 768px) {
  ul.streambnr {
    padding: 2em 0;
  }
}

@media all and (max-width: 767px) {
  ul.streambnr {
    width: 65%;
    align-items: center;
    padding-bottom: 0.7em;
    padding: 1em 0 2em;
  }

  ul.streambnr li {
    width: 100%;
    height: auto;
    margin: 5% 0 0;
  }

  ul.streambnr li.tbsfree {
    margin: 5% 0 0;
  }

  ul.streambnr li a {
    height: 0;
    padding: 32% 0 0;
  }

  ul.streambnr li a span.stream {
    line-height: 140%;
    font-size: 3vw;
    padding: 2% 0;
  }

  ul.streambnr li.paravi a {
    background-size: 52%;
    background-position: center 23%;
  }

  ul.streambnr li.tbsfree a {
    background-size: 52%;
    background-position: center 30%;
  }

  ul.streambnr li.tver a {
    background-size: 26%;
    background-position: center 26%;
  }
}

/*	streambnr end
============================== */
ul.streambnr li.tver:before, ul.streambnr li.tbsfree:before {
  position: absolute;
  content: "";
  background-color: rgba(252, 252, 252, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  font-weight: bold;
  text-align: center;
}
.endtxt {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 2;
    opacity: 1 !important;
    text-align: center;
    width: 100%;
    font-size: 110% !important;
    text-shadow: 1px 1px 5px rgb(252 252 252 / 80%), -1px 1px 5px rgb(252 252 252 / 80%), 1px -1px 5px rgb(252 252 252 / 80%), -1px -1px 5px rgb(252 252 252 / 80%);
    margin: auto;
    color: #ff5000!important;
    font-weight: 600;
}
