/*	mainArea
============================== */
#page-top{
    font-family: "fot-udkakugo-large-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	overflow:hidden;
	color: #000;
	background-color:#FFF4D0;
}
header {background-color:#fff;}
#topContents{
	background-repeat: no-repeat;
}
#contentsArea {
	background-repeat: no-repeat;
	background-position:bottom left, bottom right;
}
#tbsfreeArea { margin: 0 auto;}
#tbsfreeBlock {position: relative; z-index: 1;}

#poster {background-color: #f7f1dc;}
#mainArea{width:100%; height:0; padding-top: 70.74%; margin:0 auto; position:relative; }
#mainArea .main1{background-image: url(../img/main.jpg?1); background-size:cover; width:100%; height:0; padding-top:70.634%; position:absolute; top:0; left:0;
animation: fadein 2.5s ease 0s 1 normal;
-webkit-animation: fadein 2.5s ease 0s 1 normal;}

#mainArea .main1 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@keyframes fadein {
    0% {opacity:0;}
    100% {opacity:1;}
}
@-webkit-keyframes fadein {
    0% {opacity:0;}
    100% {opacity:1;}
}

@media all and (min-width: 992px) {
header .inner { 
	max-width: 1080px;
    margin: 0 auto;
}
}





#about h2, #story h2, #topics h2, #news h2, #cast h2, #staff h2, #stream h2 {position: relative; display: block; width:100%;
font-family: "logo-line-std", sans-serif;
font-weight: 900;
font-style: normal;
color:#D92C18; 
text-align: center;}
#topics h2 {color: #fff;}
#news h2 .Kanji, #stream h2 .Kanji {
font-family: wanpaku-ruika, sans-serif;
font-style: normal;
font-weight: 100;}

p.button { padding-top: 1em;}
p.button a{
    text-align: center;
    margin: 0 auto;
	padding:0;
	font-family: wanpaku-ruika, sans-serif;
	font-style: normal;
	font-weight: 100;
	color: #2F97D4;
	font-size: 1.5em;
	background-color: #FFEDB8;
	transition:0.5s;
	display: table;
}
p.button a:hover {
filter: brightness(1.1);
}
p.button a span {vertical-align: middle;display: table-cell; line-height: 1.3em;
background-image:  url(../img/btn_arrow.png);
	background-repeat: no-repeat;
	background-position:30px center;
	background-size: 13px 15px;}


@media all and (min-width: 992px) {
	#topContents { padding: 0;}
	#about h2, #story h2, #topics h2, #news h2, #cast h2, #staff h2, #stream h2{font-size: 3.6em; margin: 0 auto 40px;}
	
	p.button a { width: 270px; height: 50px;
	border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;}
	p.button a span {padding-left: 20px;}
}
@media all and (max-width: 991.98px) {
	#topContents { padding:0;}
	#about h2, #story h2, #topics h2, #news h2, #cast h2, #staff h2, #stream h2{font-size: 2.4em; margin: 0 auto 25px;}
	p.button a { width: 220px; height: 40px;
		border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;font-size: 1.2em;}
	p.button a span {padding-left: 10px; background-position:25px center;}
}

/*	about
============================== */
#about{}
#about #title,
#about #read{text-align: center;
font-family: wanpaku-ruika, sans-serif;
font-style: normal;
font-weight: 100;}
#about #title {
color: #7D5D43;
font-size: 1.6em;
}
#about #title p { padding-bottom: 0.5em;}
#about #read{
font-size: 1.2em;
line-height: 1.6em;
padding-bottom: 1em;
color: #368EC0;}
#about .txtArea {font-weight: 500;}
#about p.txt {line-height: 1.8em; text-align: left;}

@media all and (min-width: 992px) {
	#about { padding : 60px 0 50px; background-position: center top; background-repeat: no-repeat; background-image: url(../img/bg_about.png);}
	#about #aboutBlock { position: relative;}
	#about #title {font-size: 1.5em; line-height: 1.4em; padding-bottom: 1em;}
	#about #title p:first-child { line-height: 1.8em;}
	#about #read{font-size: 1.4em;}
	#about .txtArea { padding: 10px 30px 30px;}

}
@media all and (max-width: 991.98px) {
	#about { padding : 15px 0 30px;
	 background-position: center top, center bottom; background-repeat: no-repeat, no-repeat; background-size: 100% auto, 100% auto; background-image: url(../img/bg_about_sp_top.png), url(../img/bg_about_sp_btm.png);}
	#about #title {font-size: 1.2em; line-height: 1.2em; padding-bottom: 0.5em;}
	#about #title p:first-child { line-height: 1.6em;}
	#about #read{font-size: 1.1em; line-height: 1.4em;}
	#about .txtArea {margin: 0 auto 1em;}
	#about .txtArea p.txt { font-feature-settings: "palt"; font-size: 0.9em;}
}

/*	story
============================== */
#story {
	background-color: #fff; background-position: center top, center bottom; background-repeat: no-repeat, no-repeat; background-size: 100% auto, 100% auto; background-image: url(../img/bg_story_top.png), url(../img/bg_story_btm.png);}
#story #storyBlock { position: relative;}

#story p.txt {line-height: 1.8em; text-align: left;}
#story p.txt.center { text-align: center; vertical-align: middle;}

#story #topTrailer { z-index: 10; position: relative;}

#story #topTrailer .pic span {
	position:relative;
	height:0;
	padding-top: -webkit-calc(640 / 980 * 100%);
	padding-top: calc(640 / 980 * 100%);
	background-repeat:no-repeat;
	background-size:cover;
	display: block;
}
#story #topTrailer .pic span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.pic_story1, .pic_story2 {background-position: center center; background-repeat:no-repeat; background-size: contain; position: absolute; text-indent: -9999px;}
.pic_story1 {background-image: url(../img/pic_story1.png);}
.pic_story2 {background-image: url(../img/pic_story2.png);}

@media all and (min-width: 992px) {
	#story { padding : 60px 0 50px;}
	#story #topTrailer {width:840px; margin: 0 auto 1em;}
	
	#story #topTrailer .pic {width: 840px; padding-bottom: 1.5em;}
	#story #topTrailer .pic span {border-radius: 20px;}

	#story #topStory { padding: 10px 30px 30px;}
	#story p.txt {padding: 0 0 1.5em;}
	
	.pic_story1 {width:65px; height: 60px; top:-16px; left:270px;}
	.pic_story2 {width:66px; height: 62px; bottom:30px; right:-57px;}
}
@media all and (max-width: 991.98px) {
	#story { padding : 35px 0 30px; background-image: url(../img/bg_story_top.png), url(../img/bg_story_sp_btm.png);}
	#storyBlock {padding-bottom: 1em;}
	#story #topTrailer { margin: 0 0 1em;}
	
	#story #topTrailer .pic {width: 100%; padding-bottom: 15px;}
	#story #topTrailer .pic span {border-radius: 12px;}
	
	#story #topStory {margin: 0 auto;}
	#story #topStory p.txt { padding: 0 0 15px; line-height: 1.88em; font-feature-settings: "palt"; font-size: 0.9em;}
	
	.pic_story1 {width:37px; height: 34px; top:-0.5%; left:10%;}
	.pic_story2 {width:38px; height: 36px; bottom:0.5%; right:-5%;}
}


/*	ul.pics
============================== */
ul.pics {
	display:flex;
	flex-wrap:wrap;
}
ul.pics li span,
ul.pics li img {
	display:block;
}
ul.pics li span {
	position:relative;
	height:0;
	padding-top: -webkit-calc(640 / 980 * 100%);
	padding-top: calc(640 / 980 * 100%);
	background-repeat:no-repeat;
	background-size:cover;
}
ul.pics li span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

@media all and (min-width: 992px) {
ul.pics li {
	width: 24.4%; margin: 0.3%;
}
	ul.pics li span {border-radius: 20px;}
}

@media all and (max-width: 991.98px) {
ul.pics {
	flex-wrap:wrap;
}
ul.pics li {
	width: 48.4%; margin: 0.8%;
}
ul.pics li span {border-radius: 12px;}
}


@media all and (min-width: 992px) {
	#about ul.pics li {　width: 310px; margin: 0; position: absolute;}
	#about ul.pics li:first-child {top:0px; left:0;}
	#about ul.pics li:nth-child(2) {top:160px; right:0;}

}
@media all and (max-width: 991.98px) {
	#about ul.pics li {width: 47.5%;}
	#about ul.pics li:nth-child(odd) { margin:0 2.5% 0 0;}
	#about ul.pics li:nth-child(even) {margin: 15% 0 0 0;}
	#about ul.pics li:not(:last-child) {margin-bottom: 0.8%;}
}

/*	.stream
============================== */

#stream ul li a, #stream ul li a span {
	display:block;
}

#stream ul li a {
	position:relative;
	height:0;
	padding-top: -webkit-calc(140 / 420 * 100%);
	padding-top: calc(140 / 420 * 100%);
	background-size:cover;
	background-position:center center;
}
#stream ul li a span {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
#stream ul li a.lazy-done {
	background-color:#fff;
	box-shadow:2px 4px 10px hsla(0,0%,0%,.05);
}
#stream p {
	text-align:center;
	line-height:1.5;
	margin-top:0.25em;
}
@media all and (min-width: 992px) {
#stream { padding : 20px 0 50px;}
#stream ul {
	width: 80%;
	margin:0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#stream ul li {
	width:calc((100% - 30*2px)/3);
}
	#stream ul li:not(:last-child) {margin-right: 30px;}
#stream ul li a {
	border-radius:20px;
}
 #stream p { font-size:87.5%;}
}
@media all and (max-width: 991.98px) {
#stream { padding : 10px 0 30px;}
#stream ul {
	margin-bottom:10px;
}
#stream ul li {
	margin:0 auto 15px;
}
#stream ul li {
	width: -webkit-calc(100%/2);
	width: calc(100%/2);
}
#stream ul li a {
	border-radius:10px;
}
#stream p { font-size:75%;}
}


/*	topicsArea
============================== */
#topics {
	position: relative; background-color: #2F97D4;
}

.slider-unit div.outer ul.inner li { position: relative;}



@media all and (min-width: 992px) {
	#topics { padding : 60px 0 50px;}
	#topics .wrap { position: relative;}
}
@media all and (max-width: 991.98px) {
	#topics { padding : 35px 0 30px;}
}

/*	cast staff
============================== */
@media all and (min-width: 992px) {
	#cast { padding : 60px 0 350px;
	background-image: url(../img/bg_cast.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
	background-size: 2500px 365px;}
	#staff { padding : 60px 0 400px;
	background-image: url(../img/bg_staff.jpg?1);
	background-repeat:no-repeat;
	background-position: left bottom;
	background-size: 2500px 405px;}

}
@media all and (max-width: 991.98px) {
	#cast, #staff { padding : 35px 0 30px;}


#cast { padding : 35px 0 39.5%;
	background-image: url(../img/bg_cast_sp.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
	background-size: 100% auto;}
	#staff { padding : 35px 0 56%;
	background-image: url(../img/bg_staff_sp.jpg?1);
	background-repeat:no-repeat;
	background-position: left bottom;
	background-size: 100% auto;}

}

#cast table, #staff table {
 border-collapse:collapse;
 border-spacing:0;
 margin: 0 auto;
 letter-spacing: 0.05em;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
#cast table th ,
#cast table td,
#staff table th ,
#staff table td{
 padding-bottom: 0.4em;
}
#cast table tr.mgb th ,
#cast table tr.mgb td,
#staff table tr.mgb th ,
#staff table tr.mgb td{
 padding-bottom: 2.0em;
}
#cast table tr.space th ,
#cast table tr.space td,
#staff table tr.space th ,
#staff table tr.space td{
 padding-bottom: 0;
}
#cast table th ,
#cast table td.naka,
#staff table th ,
#staff table td.naka{
 text-align:left;
}
#cast table td,
#staff table td{
 text-align:left; font-weight: 500;
}
#cast table th,
#staff table th{
 text-align:right;
 white-space: nowrap;
 line-height: 2.5;
 font-weight: 600;
}
#cast table th, #staff table th {
 color: #2F97D4;
}


#cast table td.naka, #staff table td.naka {
 text-align:center;
 width:2em; font-size: 0.8em;
}
#cast table th, #cast table td, #staff table th, #staff table td {
 vertical-align: baseline;
	line-height: 1.5em;
}
#cast table tr.pdb th, #cast table tr.pdb td, #staff table tr.pdb th, #staff table tr.pdb td {
    padding-bottom: 2em;
}

.person { display: block; line-height: 1.2em; padding-bottom: 0.5em;}
.person:last-child { padding-bottom: 0;}

@media all and (min-width: 992px) {
	#cast table, #staff table  {font-size:1.3em;}	
	#cast table th {width: 440px;}
	#cast table td {width: 440px;}
	#cast table td.naka, #staff table td.naka { width: 40px; }

}
@media all and (max-width: 991.98px) {
	#cast table,#staff table {font-size:1.2em;}	
	#cast table th, #staff table th {width: 45%;}
	#cast table td, #staff table td {width: 45%;}
	#cast table td.naka, #staff table td.naka { width: 10%; }
 
}
@media all and (max-width: 767px) {
#cast table,#staff table {
 font-size:1.0em; margin: 0 auto; width: 100%;
	}
#cast table th, #staff table th {
 padding-bottom: 0.6em;
}
#staff table th ,
#staff table td {
 padding-bottom: 0.8em;
}
#cast table tr.mgb th ,
#cast table tr.mgb td,
#staff table tr.mgb th ,
#staff table tr.mgb td{
 padding-bottom: 2em;
}
.person{ line-height: 1.0em;}
}


/*	news
============================== */
#news {
	text-align:left; position: relative;
}
/*#news #newsBlock ul li a, #newsArea #newsBlock ul li a span{
	display:block;
}
#news #newsBlock ul li a{
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height:0;
	padding-top: -webkit-calc(240 / 800 * 100%);
	padding-top: calc(240 / 800 * 100%);
}
#news #newsBlock ul li a span{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#news #newsBlock ul li a.lazy-done{
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 800ms;
}*/

#news #newsBlock .newsBox { background-color: #fff;}
#news #newsBlock .title { background-color: #2F97D4; color: #fff;}
#news #newsBlock .title .date { padding: 10px 10px 0;}
#news #newsBlock .title h3 { padding: 10px; line-height: 1.5em;}
#news #newsBlock .txtBox { background-color: #fff;} 
#news #newsBlock .txtBox h3{ font-weight: 600; text-align: center;}
#news #newsBlock .txtBox .date {color: #2F97D4; padding: 10px 10px 0;}
#news #newsBlock .txtBox .txt {line-height: 1.5em;}

#news #newsBlock .phArea span,
#news #newsBlock .phArea img {
	display:block;
}
#news #newsBlock .phArea span {
	position:relative;
	height:0;
	padding-top: -webkit-calc(500 / 750 * 100%);
	padding-top: calc(500 / 750 * 100%);
	background-repeat:no-repeat;
	background-size:cover;
}
#news #newsBlock .phArea span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

#news #newsBlock .newsBox table {
 border-collapse:collapse;
 border-spacing:0;
 margin: 0 auto;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
#news #newsBlock .newsBox table th,
#news #newsBlock .newsBox table td{
padding-bottom: 0.8em;
font-weight: normal;
vertical-align: baseline;
}


@media all and (min-width: 992px) {
#news { padding : 60px 0 80px;}
#news #newsBlock {
	max-width:1080px;
	margin:0 auto;
}
/*#news #newsBlock ul {
}
#news #newsBlock ul li {
	width:650px;
}
#news #newsBlock ul li:nth-child(even)  {
	margin-right:0 ; margin-left: auto;
}
#news #newsBlock ul li:not(:last-child)  {
	margin-bottom:30px;
}*/
	#news #newsBlock .newsBox { width: 900px; margin: 0 auto 45px;}
	#news #newsBlock .title { padding: 10px; }
	#news #newsBlock .title h3 {font-size: 1.2em;}
	#news #newsBlock .txtBox { width: 900px; margin: 0 auto;}
	#news #newsBlock .txtBox .txt { padding: 25px; font-size: 1.1em;}
	#news #newsBlock .txtBox h3 { padding: 25px; font-size: 1.1em;}
	#news #newsBlock .phArea { padding-bottom: 20px;}
	#news #newsBlock .newsBox table th ,
	#news #newsBlock .newsBox table td{
	font-size: 1.1em;}
	#news #newsBlock .newsBox p.button { padding-bottom: 45px;}
	#news #newsBlock .newsBox p.button a { width: 400px;}
}

@media all and (max-width: 991.98px) {
#news { padding : 35px 0 30px;}
/*#news #newsBlock ul {
	width:100%;
	margin:0 auto;
}
#news #newsBlock ul li {
	margin-bottom:15px;
}*/
	#news #newsBlock .newsBox { margin-bottom: 25px;}
	#news #newsBlock .title { padding: 0px; }
	#news #newsBlock .title .date { font-size: 0.8em;}
	#news #newsBlock .txtBox { font-size: 0.9em;}
	#news #newsBlock .txtBox .txt { padding: 15px;}
	#news #newsBlock .txtBox h3 { padding: 15px;}
	#news #newsBlock .phArea { padding-bottom: 15px;}
	#news #newsBlock .newsBox p.button { padding-bottom: 15px;}
	#news #newsBlock .newsBox p.button a { width: 300px;}

}



/*	.sns-icons
============================== */
div.sns-icons {
	/* background-color:hsla(0,0%,100%,0.1); */
}
div.sns-icons aside {
	display:flex;
	justify-content:center;
	align-items:center;
}
div.sns-icons aside > div p {
	font-weight:normal;
	text-align:center;
	line-height:1.5;
}
div.sns-icons > aside > div p:first-child {
	font-weight: 600;
}
div.sns-icons ul li span, div.sns-icons ul li a {
	display:block;
}
div.sns-icons ul {
	display:flex;
	justify-content:center;
}
div.sns-icons ul li a {
	position:relative;
	height:0;
	padding-top:100%;
	overflow:hidden;
	border-radius:50% 50%;
}
div.sns-icons ul li a span {
	background-size:300% 300%;
	background-image:url(/um/img/sns_logos.svg?0);
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.sns-icons ul li.tw a span {
	background-color:#000;
	background-position:left top;
}
div.sns-icons ul li.fb a span {
	background-color:#1877f2;
	background-position:center bottom;
}
div.sns-icons ul li.ln a span {
	background-color:#00b900;
	background-position:right top;
}
div.sns-icons ul li.ig a {
	background-image:url(/um/img/instagram_bg.jpg);
	background-size:cover;
}
div.sns-icons ul li.ig a span {
	/* background-color:#cf2e92; */
	background-position:center center;
}
div.sns-icons ul li.yt a span {
	background-color:#da1725;
	background-position:left center;
}
div.sns-icons ul li.tt a span {
	background-color:#000;
	background-position:right bottom;
}
@media all and (min-width: 992px) {
div.sns-icons {
	padding:25px 0;
}
div.sns-share {
}
div.sns-icons aside > div {
	margin-right:32px;
}
div.sns-icons > aside > div p {
	font-size:0.9em;
}
div.sns-icons > aside > div p:first-child {
	font-size:1.5em;
}
div.sns-icons ul li {
	width:88px;
}
div.sns-icons ul li:not(:last-child) {
	margin-right:20px;
}
}
@media all and (max-width: 991.98px) {
div.sns-icons {
	padding:15px 12px;
}
div.sns-share {
}
div.sns-icons > aside > div p {
	font-size:0.9em;
}
div.sns-icons > aside > div p:first-child {
	font-size:1.5em;
}
div.sns-icons aside > div {
	margin-right:14px;
}
div.sns-icons ul {
	width:40%;
}
div.sns-icons ul li {
	width:30%;
}
div.sns-icons ul li:not(:last-child) {
	margin-right:5%;
}
}

@media all and (max-width: 767px) {
	div.sns-icons > aside > div p {
	font-size:0.8em;
}
div.sns-icons > aside > div p:first-child {
	font-size:1.2em;
}
div.sns-icons ul li {
	width:45%;
}
}

#btmContents {background-position: center bottom; background-repeat: no-repeat; background-size: 100% auto; background-image: url(../img/bg_contents_btm.png);}
@media all and (max-width: 991.98px) {
	#btmContents {background-image: url(../img/bg_contents_sp_btm.png);}
}

/*	YouTube
============================== */
div.mov-inner {
	position:relative;
	height:0;
	padding-top:56.25%;
	background-color:#000;
	background-size:cover;
}
div.mov-inner iframe {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 992px) {
div.mov-outer {
	padding:0 30px;
	margin:0 auto 80px;
	max-width:980px;
}
}
@media all and (max-width: 991.98px) {
div.mov-outer {
	padding:0 3.125vw;
}
}


@media all and (min-width: 992px) {
div.yt-player {
	padding:0 0px;
	margin:0 auto;
	max-width:900px;
}
}
@media all and (max-width: 991.98px) {
div.yt-player {
	padding:0;
}
}


/*	.slider-pics
============================== */
.slider-pics {
	text-align:left; background-color: #fff;
}
.slider-pics .outer {
	position:relative;
	overflow-x: hidden;
}
.slider-pics .outer ul {
	display: flex;
	flex-wrap: nowrap;
	/**/
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	/**/
	width:fit-content;
}
.slider-pics.slider-off .outer ul {
	justify-content: center;
	width:auto;
}
.slider-pics .outer ul.inner li {
}
.slider-pics .outer ul.inner li,
.slider-pics .outer ul.inner li a,
.slider-pics .outer ul.inner li a img {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.slider-pics ul li a,
.slider-pics ul li a span,
.slider-pics ul li a span img {
	display:block;
}
.slider-pics .outer ul.inner li a {
	text-decoration:none;
}
.slider-pics ul li a span {
	position:relative;
}
.slider-pics ul li a span.lazy-done {
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
}
.slider-pics .outer ul.inner li a span.thumb {
	background-position:center center;
	background-size:cover;
}

.slider-pics .outer ul.inner li span.slazy-done img {
	background-image:url(/um/img/play_yt_thumb.svg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.slider-pics .outer ul.inner li a.yt-playing span.slazy-done img {
	border:3px solid #fff;
}

@media all and (min-width: 992px) {
.slider-pics {
	position:relative;
	padding:12px 0;
}
.slider-pics .outer {
	margin:0 40px;
}
.slider-pics .outer ul.inner li:not(:last-child) {
	padding-right:12px;
}
.slider-pics ul li a span.thumb,
.slider-pics ul li a span.thumb img {
	width:202px;
}
.slider-pics ul li a span.thumb,
.slider-pics ul li a span.thumb img {
	height:114px;
}
}
@media all and (max-width: 991.98px) {
.slider-pics {
	padding:6px 0;
}
.slider-pics .outer {
}
.slider-pics .outer ul.inner li:not(:last-child) {
	padding-right:6px;
}

.slider-pics ul li a span.thumb,
.slider-pics ul li a span.thumb img {
	width:142px;
}
.slider-pics ul li a span.thumb,
.slider-pics ul li a span.thumb img {
	height:80px;
}
}

/*	arrow
============================== */
@media all and (min-width: 992px) {
.slider-pics ul.ctrl.ctrl-off {
	display:none;
}
.slider-pics ul.ctrl li {
	position:absolute;
	top:50%;
	margin-top:-57px;
}
.slider-pics ul.ctrl li.ctrl-lef {
	left:0;
}
.slider-pics ul.ctrl li.ctrl-rig {
	right:0;
}
.slider-pics ul.ctrl li a {
	position:relative;
	width:40px;
	height:114px;
	overflow:hidden;
}
.slider-pics ul.ctrl li a.off {
	opacity:0.25;
	cursor:default;
}
.slider-pics ul.ctrl li a span {
	display: inline-block;
	color: #333;
	width: 32px;
	height: 32px;
	border: 3px solid #333;
	border-left: 0;
	border-bottom: 0;
	/**/
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	/**/
	position: absolute;
	top: 50%;
	left: 50%;
}
.slider-pics ul.ctrl li.ctrl-lef a span {
	transform: translate(-25%, -50%) rotate(-135deg);
}
.slider-pics ul.ctrl li.ctrl-rig a span {
	transform: translate(-75%, -50%) rotate(45deg);
}
.slider-pics ul.ctrl li.ctrl-lef a:not(.hidebtn):hover {
}
.slider-pics ul.ctrl li.ctrl-rig a:not(.hidebtn):hover {
}
}
@media all and (max-width: 991.98px) {
.slider-pics ul.ctrl {
	display:none;
}
}
