@import url("/um/v7/css/reset.css");
@import url("animate.css");
@import url("set.css");

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

html {
  overflow-x: hidden;
}

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

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

/*	bg
============================== */

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

#page-top {
  /* background-image: url(../img/bg_blue.png); */
  /* background-color: #7fdef3; */
  background: -webkit-linear-gradient(280deg, rgb(248, 178, 184) 0%, rgb(213, 188, 217) 20%, rgb(249, 222, 211) 39%, rgb(248, 178, 184) 60%, rgb(213, 188, 217) 84%);
  background: -o-linear-gradient(280deg, rgb(248, 178, 184) 0%, rgb(213, 188, 217) 20%, rgb(249, 222, 211) 39%, rgb(248, 178, 184) 60%, rgb(213, 188, 217) 84%);
  background: -ms-linear-gradient(280deg, rgb(248, 178, 184) 0%, rgb(213, 188, 217) 20%, rgb(249, 222, 211) 39%, rgb(248, 178, 184) 60%, rgb(213, 188, 217) 84%);
  background: -moz-linear-gradient(280deg, rgb(248, 178, 184) 0%, rgb(213, 188, 217) 20%, rgb(249, 222, 211) 39%, rgb(248, 178, 184) 60%, rgb(213, 188, 217) 84%);
  background: linear-gradient(170deg, rgb(248, 178, 184) 0%, rgb(213, 188, 217) 20%, rgb(249, 222, 211) 39%, rgb(248, 178, 184) 60%, rgb(213, 188, 217) 84%);
  background-size: 8000vw;
  /*ã‚µã‚¤ã‚ºã‚’å¤§ããã²ãã®ã°ã™*/
  -webkit-animation: bggradient 10s ease infinite;
  -moz-animation: bggradient 10s ease infinite;
  animation: bggradient 10s ease infinite;
}
@media all and (max-width: 767px) {
  #page-top {
    background-size: 100000vh 10000vh;
    -webkit-animation: bggradient 15s ease infinite;
    -moz-animation: bggradient 15s ease infinite;
    animation: bggradient 15s ease infinite;
  }
}
/*	sns
============================== */
.t_sns_up {
  background-position: center;
  background-repeat: no-repeat;
  background-color: hsla(0, 0%, 100%, 0.5);
  box-sizing: border-box;
}

.t_sns_up ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.t_sns_up li a {
  display: block;
  border-radius: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 999%;
  box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 5%);
}

.t_sns_up li.tw a {
  background-image: url(../img/twitter.svg);
}

.t_sns_up li.ig a {
  background-image: url(../img/instagram.svg);
}

.t_sns_up li.tt a {
  background-image: url(../img/tiktok.svg);
}

.t_sns_up hr.hr1 {
  border-bottom: 2px solid #335c6f;
  border-top: 7px solid hsla(0, 0%, 100%, 0.0);
  margin: 0;
}

.t_sns_up hr.hr2 {
  border-top: 2px solid #335c6f;
  border-bottom: 7px solid hsla(0, 0%, 100%, 0.0);
  margin: 0;
}

@media all and (min-width: 768px) {
  .t_sns_up li a {
    width: 75px;
    height: 75px;
  }

  .t_sns_up {
    background-image: url(../img/sns_up.png);
    background-size: 980px;
    box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 5%);
  }

  .t_sns_up ul {
    width: 285px;
    margin: 0 0 0 360px;
    height: 120px;
  }
}

@media all and (max-width: 767px) {
  .t_sns_up li a {
    width: 75px;
    height: 75px;
  }

  .t_sns_up ul {
    width: 70%;
    margin: 15vw auto 4vw;
  }

  .t_sns_up {
    background-image: url(../img/sns_up_s.png);
    background-size: 100%;
    box-shadow: 0 10px 0px 0px rgb(0 0 0 / 5%);
    background-position: center 2.5vw;
    margin-bottom: 10px;
  }
}


.bg_white {
  background-color: #fff;
}

.bg_pink {
  /* background-image: url(../img/bg_pink.png); */
  /* background-color: #f1d3db; */
}

.bg_pink2 {
  /* background-image: url(../img/bg_pink2.png); */
  /* background-color: #ffeaf0; */
}

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

.menu_outer {
  width: 100%;
}

.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 {
    background-image: url(../img/menu_bg.png);
    background-repeat: repeat-x;
    background-size: contain;
  }

  .menu {
    background-image: url(../img/menu.png?0705);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
  }

  .menu li {
    position: relative;
    margin: 0.5px;
  }

  .menu li a {
    position: relative;
    height: 112.5px;
  }

  .menu li.m_about {
    width: 144px;
  }

  .menu li.m_news {
    width: 149px;
  }

  .menu li.m_story {
    width: 139px;
  }

  .menu li.m_staff {
    width: 234px;
  }

  .menu li.m_chart {
    width: 127px;
  }

  .menu li.m_paravi {
    width: 182px;
  }
}

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

  .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((130 / 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: 1.6em 0 .8em;
  position: relative;
  /* color: #fff; */
}

#top #share h4:before {
  content: "";
  width: 1px;
  height: 0;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 5%;
  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: 63px;
  }
}

@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;
    margin-top: -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: 150%;
    /* background-position: left; */
    margin-top: -1em;
  }

  .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;
  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%);
}

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