#story #contents{padding:1.5em 0;}
@media all and (max-width: 991px) { 
#story #contents{padding:2.5% 0 5%;}
}
#story h1#ttl:not(span) {letter-spacing:-.1em !important;}
#story h1#ttl span {letter-spacing:0 !important;}

#story h2{font-size:225%; text-align:center; margin:0 auto; position: relative; line-height: 1.4; font-weight:700; color:#0061a8;
font-family: "ads-mambo", sans-serif;
font-weight: 400;
font-style: normal;
}
#story h2 span.epnum{color:#de3f42;
font-size:180%;
}
#story h2 .slash{height:30px; z-index:1; display:inline-block; vertical-align: middle; padding:0 .1em 0 0;}

#story #contents .inner p{line-height:160%; padding-bottom:2em;}
#story #contents .inner p a{ color:#de3f42; font-weight: 500;}
#story #contents .inner p a.link2{ color:#de3f42; font-weight: 500; text-decoration: underline;}

@media all and (max-width: 991px) { 
#story #contents .mov-outer{width:100%;}
}

#story #bknm{width:100%; margin:2em auto 0; position: relative; padding:1em 0 1.5em; border-top:1px solid #000; background-color:#dae8fd;
border-radius:0 0 16px 16px;}
#story #bknm h3{font-size:300%; position:relative; padding:0 0 0 5%; margin:0 0 1%; color:#000;
font-family: "montserrat", sans-serif;
font-weight: 700;
font-style: normal;
letter-spacing:-.025em;
}
#story #bknm ul{margin:0 auto; display: flex; flex-flow: row wrap; width:92.5%;}
#story #bknm li{margin:1% 0 0 1.25%; position:relative; height:auto;
width: -webkit-calc(100% / 4 - 1.5%) ;
width: calc(100% / 4 - 1.5%);
background-color:#dae8fd;
}
#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;
height:0; padding:66% 0 0;
border-radius:10px;
border:1px solid #000;
}
#story #bknm li a:hover{opacity:0.7;}
#story #bknm li img{position:absolute; top:0; left:0; width:100%; height:100%;}
#story #bknm li a span.enum {font-size:130%; padding:3% 1.8% 1%; position: absolute; bottom:0; right:0; z-index:1; color:#000; letter-spacing:-.1em; line-height:100%; 
font-family: "montserrat", sans-serif;
font-weight: 600;
font-style: normal;
background-color:#fff;
border-radius:10px 0 10px 0;
border-top:1px solid #000;
border-left:1px solid #000;
}
#story #bknm li span.nmb{font-size:170%;
letter-spacing:.05em;}

#story ul#show{width:92%; margin:0 auto; 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(./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;
}
.triangle::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top:4em solid transparent;
    border-right:4em solid rgba(255,255,255,.8);
    position: absolute;
    z-index:0;
}

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

@media all and (max-width: 767px) {
#story h2{font-size:5vw; width:100%;}
#story h2 .slash{height:3.5vh;}
#story #bknm{margin:6% auto 0; padding:2.5% 0 4%;}
#story #bknm h3{font-size:8vw;}
#story #bknm ul{margin:1.5% auto 0; width:94%;}
#story #bknm li{margin:1.5% .5% .5% 2.5%; height:auto;
width: -webkit-calc(100% / 2 - 4%) ;
width: calc(100% / 2 - 4%);}
#story #bknm li a{height:0;}
#story #bknm li a span.enum{font-size:4.5vw;}

#story ul#show{width:90%; margin:0 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 2.5%;
}
#story ul#show li:last-child{margin:0 !important;}
#story figure.ph_1{width:92%; margin:4% auto;}

.triangle::before {
    border-top:11vw solid transparent;
    border-right:11vw solid rgba(255,255,255,.8);
}
}

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