@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");
div#bn_super {border-bottom:1px solid #c0c4ce;}


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

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

/*	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 {
    background-image: url(../img/menu.jpg);
    width: 980px;
    height: 135px;
    padding: 0 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .menu li a {
    width: 161px;
    height: 135px;
  }
}

@media all and (max-width: 767px) {
  .menu_outer {
    background-image: url(../img/menu_s.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .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((322 / 982)*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((188 / 322)*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: 3.5em 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: #172c66;
  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: 830px;
    height: 90px;
    margin: 0 auto;
    border-bottom: 2px solid #ab9a92;
    margin: 0 auto 25px;
  }

  .ep b {
    width: 830px;
    height: 90px;
    background-size: 90%;
  }
}

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

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

  .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: 640px;
    margin: 0 auto;
    /* box-shadow: -15px 15px 0px 0px hsl(213deg 57% 84% / 40%); */
  }

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

@media all and (max-width: 767px) {
  .movieBox {
    width: 100%;
    /* box-shadow: -5px 5px 0px 0px rgb(192 212 238 / 70%); */
    margin: 0;
  }

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