#story #contents {
  padding: 4em 0 3em;
}
#story .epi_no {
  padding: 12px 80px;
  font-size: 200%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 100%;
  display: block;
  font-family: "Playfair Display", serif;
  font-style: normal;
  background-color: #4A080A;
  clip-path: polygon(0 0, 100% 0, calc(100% - 21px) 100%, 0 100%);
  box-shadow: 4px 4px 16px rgba(13, 13, 13, 0.25);
  letter-spacing: .05em;
}
#story h2 {
  font-size: 260%;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-weight: 800;
  color: #6D1300;
}
#story h2 span {
  font-weight: 700;
  font-style: normal;
}
#story #trailer {
  width: 800px;
  height: 450px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto 1em;
  overflow: hidden;
  z-index: 1;
}
#story #trailer iframe {
  width: 100%;
  height: 450px;
}
#story #contents .mov-outer {
  max-width: 840px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#story #contents .inner p {
  line-height: 180%;
}
#story #contents .inner p a {
  color: #1d9a12;
  font-weight: 500;
}
@media all and (max-width: 991px) {
  #story #contents .mov-outer {
    width: 92%;
  }
  #story #trailer {
    width: 92%;
    position: relative;
    padding: 51.75% 0 0;
    height: 0;
    overflow: hidden;
    height: auto;
    margin: 0 auto 0;
  }
  #story #trailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
#story #bknm {
  width: 100%;
  margin: .5em auto 0;
  position: relative;
  padding: 1em 0 0;
}
#story #bknm h3 {
  letter-spacing: 0;
  font-size: 160%;
  position: relative;
  padding: .8% 0 .8% 3.5%;
  margin: 0 0;
  color: #fff;
  font-style: normal;
  background: #4A080A;
  font-family: "Playfair Display", serif;
  letter-spacing: .05em;
}
#story #bknm ul {
  margin: 1% auto 0;
  display: flex;
  flex-flow: row wrap;
  width: 92.5%;
}
#story #bknm li {
  margin: 1% .5% 1% 2%;
  position: relative;
  height: auto;
  width: -webkit-calc(100% / 4 - 3%);
  width: calc(100% / 4 - 3%);
  border: 1px solid #fff;
}
#story #bknm li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: .5s;
  background-color: rgba(255, 255, 255, 0.5);
  height: 0;
  padding: 66% 0 0;
  box-shadow: 4px 4px 16px rgba(13, 13, 13, 0.25);
}
#story #bknm li a:hover {
  opacity: 0.70;
}
#story #bknm li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#story #bknm li span.enum {
  font-size: 150%;
  font-weight: 700;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  letter-spacing: -.05em;
  line-height: 100%;
}
#story #bknm li span.nmb {
  font-size: 140%;
  letter-spacing: .05em;
}
#story ul#show {
  width: 91%;
  margin: 1em auto 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#story ul#show li span {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 0;
  padding: 66.5% 0 0;
}
#story ul#show li span.lazy {
  position: relative;
  display: block;
}
#story figure.ph_1 {
  width: 80%;
  margin: 1.5em auto 1em;
}
/*#story #contents .ep6,#story #bknm li.bk6 a{background-image:url(./img/thum_logo.png);}*/
#story #contents .ep6, #story #bknm li.bk6 a {
  background-image: url(../img/ep6/ep6_6.jpg);
}
#story #contents .ep5, #story #bknm li.bk5 a {
  background-image: url(../img/ep5/ep5_6.jpg);
}
#story #contents .ep4, #story #bknm li.bk4 a {
  background-image: url(../img/ep4/ep4_4.jpg);
}
#story #contents .ep3, #story #bknm li.bk3 a {
  background-image: url(../img/ep3/ep3_2.jpg);
}
#story #contents .ep2, #story #bknm li.bk2 a {
  background-image: url(../img/ep2/ep2.jpg);
}
#story #contents .ep1, #story #bknm li.bk1 a {
  background-image: url(../img/ep1/ep1.jpg);
}
.square::before {
  content: "";
  bottom: 0;
  right: 0;
  background: linear-gradient(120deg, rgba(157, 0, 130, 1) 46%, rgba(86, 26, 134, 1) 66%);
  position: absolute;
  z-index: 0;
}
.epn::before {
  content: "";
  padding: 10% 12%;
  font-size: 100%;
  color: #fff;
  position: absolute;
  bottom: -4px;
  right: -4px;
  margin: 0 auto;
  z-index: 1;
  background-color: #4A080A;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.lbg-pics {
  background-color: none !important;
  box-shadow: none !important;
}
@media all and (min-width: 768px) {
  #story ul#show {
    justify-content: center;
  }
  #story ul#show li {
    width: 750px;
    height: auto;
  }
  #story ul#show li:nth-child(2) {
    margin: 0 20px;
  }
  #story ul#show.ver4 li {
    width: 48%;
    height: auto;
  }
  #story ul#show.ver4 li {
    margin: 0 1% 2% 1%;
  }
}
@media all and (max-width: 767px) {
  #story #contents {
    padding: 12% 0 5%;
  }
  #story .epi_no {
    padding: 5px 32px;
    font-size: 160%;
  }
  #story h2 {
    font-size: 6.3vw;
  }
  #story #bknm {
    margin: 2% auto 0;
    padding: 2.5% 0 0;
    background-size: 50%;
  }
  #story #bknm ul {
    margin: 0 auto;
    width: 94%;
  }
  #story #bknm li {
    margin: 1.5% 2% 3% 2.5%;
    height: auto;
    width: -webkit-calc(100% / 2 - 5%);
    width: calc(100% / 2 - 5%);
  }
  #story #bknm li a {
    height: 0;
  }
  #story #bknm li span.enum {
    font-size: 5vw;
  }
  #story ul#show {
    width: 90%;
    margin: 4% auto;
  }
  #story ul#show li { /*margin:1.5%;
width:45%;
width: -webkit-calc(100% / 2 - 3%) ;
width: calc(100% / 2 - 3%);*/
    width: 100%;
    margin: 0 0 4%;
  }
  #story ul#show li:last-child {
    margin: 0 !important;
  }
  #story figure.ph_1 {
    width: 92%;
    margin: 4% auto;
  }
}
/*lazyload*/
.lazyload, .lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: all 1000ms;
}
.nocontxt {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
  text-align: center;
}
.nocontxt img {
  pointer-events: none;
}
.prgimg100 {
  max-width: 100%;
}
