@charset "utf-8";
html{
    font-size: 62.5% !important;
}
body { 
    font-family: 'Vollkorn', 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 10px;
    font-size: 1.0rem;
    min-width: 320px;
}
img{ width: 100%; }
.sp{ display: block; }
.pc{ display: none; }
.owl-carousel { touch-action: manipulation; }
.ytWrap{
    padding-top: 56.25%;
    position: relative;
}
.ytWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#fullWrap{
    position: relative;
}
#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #000;
	z-index: 150000;
}
.ani_sp{
	opacity: 0;
	-webkit-filter: blur(30px);
	filter: blur(30px);
	transition: all .8s linear;
}
.ani_sp.active {
	opacity: 1;
	-webkit-filter: blur(0px);
	filter: blur(0px);
}
.youtube{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    display: block;
}
.youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ▼HEADER▼ --------------------------------- 
-------------------------------------------------*/

#triggerBox{
    position: fixed;
    top: 0;
    left: 0;
	width: 60px;
	height: 60px;
    z-index: 10001;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 60px;
	height: 60px;
	background-color: #e4141c;
	display: block;
	text-decoration: none;
	text-align: center;
    transition: .3s ease;
}
.menu-trigger span {
    position: absolute;
    left: 25px;
    width: 30px;
    height: 4px;
    background-color: #fff;
}
.menu-trigger span {
    position: absolute;
    left: 18px;
    width: 24px;
    height: 3px;
    background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
    top: 16px;
}
.menu-trigger span:nth-of-type(2) {
	top: 23px;
}
.menu-trigger span:nth-of-type(3) {
	top: 30px;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(6px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-8px) rotate(315deg);
}
.menu-trigger strong {
    color: #fff;
    font-size: 10px;
    font-size: 1.0rem;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}
#headIn{
    position: fixed;
    background: #e4141c;
    width: 50%;
    height: 100%;
    top: 0;
    left: -50%;
    z-index: 9999;
    transition: .4s cubic-bezier(0.02, 0.88, 0.58, 1);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#headIn.active{
    left: 0;
}
header:before{
    content: "";
    background: rgba(0,0,0,.7);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9997;
    pointer-events: none;
    transition: .4s cubic-bezier(0.02, 0.88, 0.58, 1);
}
header.active:before{
    opacity: 1;
}
header > span{
    height: 100%;
    width: 100%;
    display: block;
    z-index: 9998;
    position: absolute;
    top: 0;
    left: 0;
}
#headIn nav{
    padding-top: 70px;
    padding-bottom: 40px;
}
#headIn nav ul#navBox li a{
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding-left: 17px;
    font-size: 19px;
    font-size: 1.9rem;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
#headIn nav ul#navBox li a.active{
    background: #c71118;
}
#headIn nav ul#navBox li{
    opacity: 0;
    transform: translateX(10px);
    transition: .3s ease-in-out;
}
#headIn nav ul#navBox li.active{
    opacity: 1;
    transform: translateX(0);
}

/* ▼INDEX▼ --------------------------------- 
-------------------------------------------------*/

#mainBox{
    position: relative;
    margin-bottom: 13%;
}
#mainBox h1{
    position: absolute;
    width: 59.3%;
    bottom: 8%;
    margin: auto;
    left: 0;
    right: 0;
}
#mainBox #catch{
    position: absolute;
    background: url(../images/sp/top_catch.png) no-repeat 0 0 / 100%;
    width: 12.3%;
    height: auto;
    padding-top: 51.2%;
    left: 0;
    top: calc(60px + 1%);
}
#mainBox #netflix{
    position: absolute;
    width: 13.7%;
    top: 2.2%;
    left: calc(60px + 4%);
}

#bnrNetflix {
    width: 87.5%;
    height: auto;
    padding-top: 14.3%;
    position: absolute;
    bottom: -4.8%;
    margin: auto;
    left: 0;
    right: 0;
}

#bnrNetflix a {
    background: url(../images/sp/oa_txt.jpg) no-repeat 0 0 / 100%;
    position: absolute;
    top: 0%;
	bottom: 0%;
    margin: auto;
    left: 0;
    right: 0;
	display: block;
}

#movieWrap{
    margin-bottom: 6%;
}

/* ▼FOOTER▼ --------------------------------- 
-------------------------------------------------*/

#shareBox > h2 {
    padding-top: 6%;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}
#shareBox > ul{
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 64%;
    margin: 0 auto;
}
#shareBox > ul li{
    width: 33.3%;
    height: auto;
    position: relative;
}
#shareBox > ul li:before{
    content: "";
    display: block;
    padding-top: 100%;
}
#shareBox > ul li a{
    display: block;
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}
#shareBox > ul li img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#shareBox > ul li.tw img{
    width: 29%;
}
#shareBox > ul li.fb img{
    width: 12%;
}
#shareBox > ul li.ln img{
    width: 28%;
}
#copyR {
    font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 9px;
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
    font-weight: 200;
    padding-top: 10px;
    padding-bottom: 30px;
}

/* ▼SUB-COMMON▼ --------------------------------- 
-------------------------------------------------*/

body#sub #movieWrap{
    display: none;
}
body#sub #fullWrap:before{
    content: "";
    position: fixed;
    background: url(../images/sp/in_bg.jpg) no-repeat left top / 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
body#sub #fullWrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
body#sub footer {
    margin-top: auto;
    padding-top: 70px;
}
body#sub footer > h1{
    width: 59.3%;
    margin: -48px auto 10px;
    position: relative;
    z-index: 2;
}
body#sub #subBg{
    width: calc(100% + 30px);
    margin: 0 -30px;
    height: 200px;
    transform: skewY(-10deg);
    overflow: hidden;
}
body#sub #subBg > div{
    width: 100%;
    height: 300px;
    transform: skewY(10deg);
    position: relative;
    margin-top: -53px;
    z-index: 1;
}
@keyframes CrossFade02 {
0% {
    opacity: 0;
}
8% {
    opacity: 1;
}
17% {
    opacity: 1;
}
25% {
    opacity: 0;
    transform: scale(1.2) ;
    z-index:9;
}
100% { opacity: 0 }
}
body#sub #subBg ul li{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    animation: CrossFade02 36s 0s infinite;
    opacity: 0;
}
body#sub #subBg ul li:nth-child(1){ background-image: url(../images/common/loop_footer_bg01.jpg) }
body#sub #subBg ul li:nth-child(2){ animation-delay:6s; background-image: url(../images/common/loop_footer_bg02.jpg) }
body#sub #subBg ul li:nth-child(3){ animation-delay:12s; background-image: url(../images/common/loop_footer_bg03.jpg) }
body#sub #subBg ul li:nth-child(4){ animation-delay:18s; background-image: url(../images/common/loop_footer_bg04.jpg) }
body#sub #subBg ul li:nth-child(5){ animation-delay:24s; background-image: url(../images/common/loop_footer_bg05.jpg) }
body#sub #subBg ul li:nth-child(6){ animation-delay:30s; background-image: url(../images/common/loop_footer_bg06.jpg) }
.subCont > h2{
    position: relative;
    width: calc(100% - 60px);
    height: 30px;
    margin-left: 60px;
}
.subCont > h2 span{
    text-align: center;
    color: #fff;
    background: #e4141c;
    padding: 2px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.subInCont{
    padding: 0 4.6%;
    margin-top: 66px;
}

/* ▼INTRODUCTION▼ --------------------------------- 
-------------------------------------------------*/

#introArea .subInCont > h3{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.12em;
    color: #fff;
    margin-bottom: 26px;
    transform: scaleY(1.17);
}
#introArea .subInCont > p{
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 2.2;
}
.swImgArea > ul{
    width: calc(100% + 10%);
    height: 120px;
    margin: 0 -5% 3px;
    position: relative;
    overflow: hidden;
}
@keyframes CrossFade {
0% {
    opacity: 0;
}
16% {
    opacity: 1;
}
34% {
    opacity: 1;
}
50% {
    opacity: 0;
    transform: scale(1.2) ;
    z-index:9;
}
100% { opacity: 0 }
}
.swImgArea > ul:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.swImgArea > ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    animation: CrossFade 18s 0s infinite;
    opacity: 0;
}
.swImgArea > ul li:nth-child(2){ animation-delay:6s; }
.swImgArea > ul li:nth-child(3){ animation-delay:12s; }
.swImgArea{
    margin: 20px 0;
}

/* ▼CAST&STAFF▼ --------------------------------- 
-------------------------------------------------*/

#caststaff > h2{
    display: none !important;
}
#csLInkWrap{
    margin-left: 60px;
}
ul#csLink{
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    width: 74%;
    margin: 0 auto;
}
ul#csLink li{
    width: 50%;
    margin-left: -2px;
}
ul#csLink li a{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #e60012;
    background: #fff;
    border: 1px solid #e60012;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    transition: .3s ease;
}
ul#csLink li a.active{
    color: #fff;
    background: #e60012;
}
ul.csList li{
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    letter-spacing: 0.18em;
}
#staff ul.csList li:first-child{
    font-size: 14px;
    font-size: 1.4rem;
}
#staff ul.csList li:first-child span{
    font-size: 12px;
    font-size: 1.2rem;
}
.csCont{
    display: none;
}

/* ▼MOVIE▼ --------------------------------- 
-------------------------------------------------*/

#movieArea ul{
    margin: 0 -4.6%;
}
#movieArea ul li{
    position: relative;
    margin-bottom: 8%;
}
#movieArea ul li > span{
    padding-top: 56.25%;
    position: relative;
    display: block;
}
#movieArea ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
    z-index: 2;
}
#movieArea ul li a:after{
    content: "";
    position: absolute;
    background: url(../images/common/play_icon.png) no-repeat 0 0 / 100%;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 5;
}
#movieArea ul li a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 1;
}
.pvName{
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 8px;
}
#cboxContent{
    padding: 70px 0 !important;
}

/* ▼MUSIC▼ --------------------------------- 
-------------------------------------------------*/

.musicWrap > h3{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.12em;
    color: #fff;
    margin-bottom: 26px;
    transform: scaleY(1.17);
}
.musicWrap > h3 span{
    font-size: 10px;
    font-size: 1rem;
}
.musicWrap > figure{
    width: calc(100% + 9.2%);
    margin: 0 -4.6% 26px;
}
.musicWrap > p{
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 2.2;
}
.musicWrap:first-child{
    margin-bottom: 50px;
}

/* ▼COMICS▼ --------------------------------- 
-------------------------------------------------*/

#comicsArea > .subInCont > section > h3{
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    color: #fff;
    margin-bottom: 26px;
    transform: scaleY(1.17);
    text-align: center;
}
#comicsArea > .subInCont > section > h3 span{
    font-size: 11px;
    font-size: 1.1rem;
    display: block;
}
#comicsArea > .subInCont > section > ul{
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#comicsArea > .subInCont > section > ul li{
    width: 50%; 
    padding-right: 8px;
    box-sizing: border-box;
    margin-bottom: 26px;
    position: relative;
}
#comicsArea > .subInCont > section > ul li:nth-child(even){
    padding-left: 8px;
    padding-right: 0;
}
#comicsArea > .subInCont > section > ul li figcaption{
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 8px;
}
#comicsArea > .subInCont > section > ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
.bookLink a{
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    width: 210px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    margin: 0 auto 30px;
    display: block;
    text-decoration: none;
}
#comicCopyR{
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
}

/* ▼GOODS▼ --------------------------------- 
-------------------------------------------------*/

/*#goodsArea > h2,
#goodsDetailArea > h2{
    display: none !important;
}*/
#goodsArea > h2 {
    margin-bottom: 80px;
}
#goodsLinkWrap{
    margin-left: 60px;
}
ul#goodsLink,
ul#goodsLink_d{
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    width: 92%;
    margin: 0 auto;
}
ul#goodsLink li,
ul#goodsLink_d li{
    width: 33.3%;
    margin-left: -2px;
}
ul#goodsLink li a,
ul#goodsLink_d li a{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #e60012;
    background: #fff;
    border: 1px solid #e60012;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    transition: .3s ease;
}
ul#goodsLink li a.active,
ul#goodsLink_d li a.active{
    color: #fff;
    background: #e60012;
}
.goodsList > ul{
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.goodsList > ul li{
    width: 50%; 
    padding-right: 8px;
    box-sizing: border-box;
    margin-bottom: 26px;
}
.goodsList > ul li a{
    text-decoration: none;
}
.goodsList > ul li:nth-child(even){
    padding-left: 8px;
    padding-right: 0;
}
.goodsList > ul li .goodsTxt{
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 8px;
    display: block;
    color: #fff;
}
.goodsList{
    display: none;
}
#goodsDetail > h3{
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    color: #fff;
    margin-bottom: 26px;
    transform: scaleY(1.17);
}
#goodsDetail > p {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 2.2;
}
#goodsDetail > figure{
    margin-bottom: 30px;
}
#backTo a{
    display: block;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 34px;
}

/* ▼NEWS▼ --------------------------------- 
-------------------------------------------------*/

ul#newsList,
#newsDetail > h3{
    margin: 0 -4.6%;
    width: calc(100% + 9.2%);
}
ul#newsList li a{
    text-decoration: none;
    background: rgba(75,75,75,.6);
    padding: 10px 3%;
    color: #fff;
    display: block;
    margin-bottom: 1px;
}
.newsDate{
    width: 56px;
    font-size: 10px;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.newsTtlTxt{
    width: calc(100% - 56px);
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
    z-index: 1;
}
#newsDetail > h3{
    margin-bottom: 30px;
    position: relative;
    padding: 10px 4.6%;
}
#newsDetail > h3:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(230,0,18,.5);
    position: absolute;
    top: 0;
    right: 0;
}
#newsTxtBox img{
    margin-bottom: 20px;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
}
#newsTxtBox{
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 2.2;
}
#newsTxtBox > p {
    margin-bottom: 20px;
}
#newsTxtBox a{
    color: #e4141c;
}
ul#newsList li a > span {
    display: -webkit-box;
    display: flex;
}
/*-- PAGER --*/
.pages{
    display: none !important;
}
.wp-pagenavi{
    width: 100%;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.wp-pagenavi a,
.wp-pagenavi span{
    display: block;
    width: 30px; 
    height: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 2px;
}
.wp-pagenavi a{
    background: rgba(255,255,255,.5);
    color: #000;
    text-decoration: none;
    transition: all .3s;
}
.wp-pagenavi a:hover{
    background: #e60012;
    color: #fff;
}
.wp-pagenavi span{
    background: #e60012;
    color: #fff;
}

/* ▼CHARACTER▼ --------------------------------- 
-------------------------------------------------*/

.charaCont #fullWrap:before{
    display: none;
}
/*--デバイス幅375px基準▼--*/
#chara01 { width: 149px; }
#chara02 { width: 158px; }
#chara03 { width: 133px; }
#chara04 { width: 114px; }
#chara05 { width: 111px; }
#chara06 { width: 158px; }
#chara07 { width: 222px; }
#chara08 { width: 117px; }
#charaArea .subInCont{
    padding: 0 !important;
}
#charaList{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#charaList ul{
    width: 980px;
    height: 507px;
    position: relative;
    margin-bottom: 50px;
}
#charaList ul li{
    position: absolute;
    bottom: 0;
}
#charaList ul li#chara01{
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -28px;
}
#charaList ul li#chara02{
    z-index: 8;
    right: 324px;
}
#charaList ul li#chara03{
    z-index: 7;
    right: 213px;
}
#charaList ul li#chara04{
    z-index: 6;
    left: 327px;
}
#charaList ul li#chara05{
    z-index: 5;
    right: 142px;
}
#charaList ul li#chara06{
    z-index: 3;
    left: 40px;
}
#charaList ul li#chara07{
    z-index: 3;
    left: 140px;
}
#charaList ul li#chara08{
    z-index: 2;
    right: 40px;
}
#charaDetailCont{
    position: relative;
}
h3#charaName {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.17em;
    color: #fff;
    margin-bottom: 26px;
    transform: scaleY(1.17);
    text-align: center;
}
h3#charaName span {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    letter-spacing: 0.1em;
}
#charaTxt {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 2.2;
}
#charaImg{
    margin-bottom: 16px;
}
ul#pager{
    position: absolute;
    width: 92%;
    margin: auto;
    right: 0;
    left: 0;
    top: 100px;
}
ul#pager li#next{
    float: right;
}
ul#pager li#prev{
    float: left;
}
ul#pager li a{
    display: block;
    width: 30px;
    height: 33px;
    position: relative;
}
ul#pager li#next a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e60012;
    top: 10px;
    left: 0;
    transform: rotate(20deg);
}
ul#pager li#next a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e60012;
    bottom: 12px;
    left: 0;
    transform: rotate(-20deg);
}
ul#pager li#prev a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e60012;
    top: 10px;
    left: 0;
    transform: rotate(-20deg);
}
ul#pager li#prev a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e60012;
    bottom: 12px;
    left: 0;
    transform: rotate(20deg);
}