#story #contents {
  padding: 4em 0 3em;
}
#story .epi_no {
  padding: 1.5% 1% 1%;
  font-size: 120%;
  color: #3A3A3A;
  line-height: 100%;
  display: block;
  font-family: "poppins", sans-serif;
  font-style: normal;
  background-color: #F3DDA8;
  letter-spacing: .05em;
  margin: 0 auto .4em;
  border-radius: 50px;
  width: 16%;
  text-align: center
}
#story .epi_ttl {
  font-size: 200%;
  color: #3A3A3A;
  line-height: 100%;
  display: block;
  font-style: normal;
  font-weight: 600;
  margin: 0 auto;
  border-radius: 50px;
  width: 50%;
  text-align: center
}
#story .epi_ttl::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/top/sushi1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 6px;
}
#story .epi_ttl::after {
  display: block;
  content: "";
  width: 500px;
  height: 20px;
  background-image: url(../img/top/wave1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 2% auto 4%
}
#story .number {
  font-family: "poppins", sans-serif;
}
#story h2 {
  font-size: 300%;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-weight: 600;
  color: #E05648;
  font-family: "poppins", sans-serif;
}
#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: #E05648;
  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;
    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 {
  font-size: 160%;
  position: relative;
  padding: 1.6% 0 .8% 3.5%;
  margin: 0 0;
  color: #3A3A3A;
  font-style: normal;
  background: #F3DDA8;
  font-family: "poppins", sans-serif;
  letter-spacing: .05em;
  font-weight: 600;
}
#story #bknm ul {
  margin: 2% 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 #E05648;
  border-radius: 8px;
}
#story #bknm li a {
  display: block;
  width: 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;
  border-radius: 8px;
}
#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%;
  font-family: "poppins", sans-serif;
}
#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 .ep1, #story #bknm li.bk1 a {
  background-image: url("../story/img/ep1/ep1_1.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: 12% 12% 10%;
  font-size: 100%;
  color: #fff;
  position: absolute;
  bottom: -4px;
  right: -4px;
  margin: 0 auto;
  z-index: 1;
  background-color: #E05648;
  font-weight: normal;
  letter-spacing: 0.1em;
  border-radius: 8px;
}
.epn::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/top/sushi1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -14px;
  left: -14px;
  margin: 0 auto;
  z-index: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.lbg-pics {
  background-color: none !important;
  box-shadow: none !important;
}
@media all and (min-width: 992px) {
  #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: 991px) {
  #story #contents {
    padding: 8% 0;
  }
  #story .epi_no {
    padding: 2.5% 1.5% 1.5%;
    font-size: 120%;
    width: 30%;
  }
  #story h2 {
    font-size: 7.3vw;
  }
  #story .epi_ttl {
    width: 100%;
    font-size: 170%;
  }
  #story .epi_ttl::before {
    width: 30px;
    height: 30px;
    position: relative;
    top: 3px;
  }
  #story .epi_ttl::after {
    width: 80%;
    margin: 0% auto 3%;
  }
  #story #bknm {
    margin: 2% auto 0;
    padding: 2.5% 0 0;
    background-size: 50%;
  }
  #story #bknm ul {
    margin: 4% auto 0;
    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 {
    width: 100%;
    margin: 0 0 4%;
  }
  #story ul#show li:last-child {
    margin: 0 !important;
  }
  #story figure.ph_1 {
    width: 92%;
    margin: 4% auto;
  }
  .epn::after {
    width: 35px;
    height: 35px;
  }
}
/*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%;
}
