@charset "utf-8";
/* reset styles */

@font-face {
font-family: 'Futura';
src: url('../fonts/FuturaStd-Book.otf') format('opentype');
src:url('../fonts/FuturaStd-Book.woff') format('woff'),
url('../fonts/FuturaStd-Book.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'folks_h';
src: url('../fonts/FolkPro-Heavy.otf') format('opentype');
src:url('../fonts/FolkPro-Heavy.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'folks_b';
src: url('../fonts/FolkPro-Bold.otf') format('opentype');
src:url('../fonts/FolkPro-Bold.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'folks';
src: url('../fonts/FolkPro-Regular.otf') format('opentype');
src:url('../fonts/FolkPro-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-overflow-scrolling: touch;

}

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset,figure {
margin: 0;
padding: 0;
font-family: 'folks',HelveticaNeue,Helvetica,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif ;
line-height: 160%;
zoom:1;
-webkit-text-size-adjust:100%;
-moz-text-size-adjust:100%;
-ms-text-size-adjust:100%;
-o-text-size-adjust:100%;
text-size-adjust:100%;
-ms-font-smoothing:antialiased;
-o-font-smoothing:antialiased;

-moz-font-smoothing:antialiased;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
}


#Wrapper {position: relative; z-index: 1;}

/* ▼img▼*/
img {margin: 0px; padding: 0px;}
a img {	border:none; overflow: hidden; outline: none;	}

/*それ以外の文字を隠すには▼▼これを使ってください。*/
em {font-size: 1px;visibility: hidden;text-decoration: none;}

/* ▼リンククリック時の点線を消す▼*/
a { outline: none; }

/* ▼リンク色 任意の色に変更してください▼*/
/*float調整は▼これ▼*/
/*以下の要素で「img/space1.gif」を囲んでおけば、WINDOWS IE でも空白が出る事はなくなります。
  ■■ 例：<div class="clearfloat"><img src="img/space1.gif" /></div> ■■ */
.clearfloat {
clear: both;
visibility: hidden;
height: 0;
overflow : hidden;
font-size: 0;
content : "";
}
.clearfloat img {width:1px !important; height:1px !important;}

/* スペース用空白を埋めるのに使用してください */
.space1 {display: block;height: 1px;width: 1px;}
.space1 img {display: block;clear: both;}

.space5 {height: 5px;margin: 0px;padding: 0px;}
.space7 {height: 7px;margin: 0px;padding: 0px;}
.space10 {height: 10px;}
.space20 {height: 20px;}
.space25 {height: 25px;}
.space30 {height: 30px;}
.space40 {height: 40px;}
.space50 {height: 50px;}
.space60 {height: 60px;}
.space70 {height: 70px;}
.space80 {height: 80px;}
.space90 {height: 90px;}
.space100 {height: 100px;}
.space110 {height: 110px;}
.space120 {height: 120px;}
.space130 {height: 130px;}
.space140 {height: 140px;}

/* フォントサイズなど */
.f10 {font-size: 10px !important;}
.f11 {font-size: 11px !important;}
.f12 {font-size: 12px !important;}
.f13 {font-size: 13px !important;}
.f14 {font-size: 14px !important;}
.f15 {font-size: 15px !important;}
.f16 {font-size: 16px !important;}
.f18 {font-size: 18px !important;}
.f20 {font-size: 20px !important;}
.f22 {font-size: 22px !important;}

/* フォント色 */
.red10 {color: #f33;font-size: 10px;}
.red {color: #f33 !important;}
.orange {color: #FF6600;}
.blue {color: #0066FF;}
.pink {color: #FF33CC;}
.black {color: #222;}
.gray {color: #999999;}

/* padding */
.pd0 {padding:0px !important;}
.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:20px;}
.pl30 {padding-left:20px;}

/* margin */
.t5 {margin-top:5px !important;}
.t10 {margin-top:10px !important;}
.t12 {margin-top:12px !important;}
.t15 {margin-top:15px !important;}
.t18 {margin-top:18px !important;}
.t20 {margin-top:20px !important;}
.t25 {margin-top:25px !important;}
.t30 {margin-top:30px !important;}

.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px! important;}

.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml12 {margin-left:12px !important;}
.ml15 {margin-left:15px !important;}
.ml18 {margin-left:18px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}


/* 「このページのトップへ」はこれを使用 */
.anchor_top {
font-size: 10px;
text-align: right;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
padding-top: 10px;
}

/* clearfix */
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/* IE6 */
* htm .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix { height: 1%;}


.ie_hack {display: none;}

@media all and (-ms-high-contrast:none) {
.ie_hack{display: block;}
}


/* rollover */
a {
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
}

.indent {text-indent:-1em;	padding-left:1em;}
.bold {
font-family: 'folks_b',HelveticaNeue,Helvetica,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}
.h_bold {
font-family: 'folks_h',HelveticaNeue,Helvetica,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}
.left {text-align:left !important;}
.right {text-align:right !important;}
.center {text-align:center !important;}

ol, ul {list-style-type:none;}



/*=========================================================================
body
=========================================================================*/
body {position: relative; z-index: 1; background: #450100; }

#mainContents {position: relative; z-index: 2; width: 100%; height: auto; margin: 0 auto;}

/*-------------------------------------------------------------------------------------------------------------------------*/
#markNew {
font-weight: 900;
letter-spacing: 0;
color: #f20 !important;
-webkit-animation: 1s linear 0s alternate none infinite running fade;
-moz-animation: 1s linear 0s alternate none infinite running fade;
animation: 1s linear 0s alternate none infinite running fade;
}

.anchor_style {position:relative; z-index: 1;}

/*-------------------------------------------------------------------------------------------------------------------------*/
#btnMore {height: auto; margin: 0 auto; text-align: center; }
#btnMore a {
display: inline-block;
text-align: center;
text-decoration: none;
color: #450100;
background: #cc5c1a;
border:2px solid #cc5c1a; 
-ms-border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
line-height: 100%;
-ms-filter:drop-shadow(0px 2px 3px rgba(0,0,0,.4));
-o-filter:drop-shadow(0px 2px 3px rgba(0,0,0,.4));
-moz-filter: drop-shadow(0px 2px 3px rgba(0,0,0,.4));
-webkit-filter: drop-shadow(0px 2px 3px rgba(0,0,0,.4));
filter: drop-shadow(0px 2px 3px rgba(0,0,0,.4));

font-family: 'folks_b',HelveticaNeue,Helvetica,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif ;
}
#btnMore a:hover {background:transparent; color: #cc5c1a; }


/*=========================================================================
HEADER
=========================================================================*/
#Header {width: 100%;height: auto;position: fixed;z-index: 999; left: 0; top: 0;}


/*#Header {
background-image: url('../img/bg_header.jpg');
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
animation: grad 8s ease infinite;
width: 100%;
height: auto;
position: sticky;
z-index: 9;
left: 0;
top: 0;
border-bottom: 5px solid #450100;
}

*/

/*------------------------------------------------------------------------------------------*/
#headBody {width: 94%; margin: 0 auto; height: auto; position: relative; z-index: 1; max-width: 1200px;}


/*------------------------------------------------------------------------------------------*/
#Logo {
position: absolute;
z-index: 99;
left: 0;
height: auto;
margin: auto;
-o-transition: .2s;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
-ms-filter: drop-shadow(0px 0px 2px #fff);
-o-filter: drop-shadow(0px 0px 2px #fff);
-moz-filter: drop-shadow(0px 0px 2px #fff);
-webkit-filter: drop-shadow(0px 0px 2px #fff);
filter: drop-shadow(0px 0px 2px #fff);
}

#Logo a, #Logo img {width: 100%; height: auto; display: block;}
#Logo a:hover {filter: alpha(opacity=75); -moz-opacity:.75; opacity:.75;}


/*==========================================================================================================================
HEADER：GLOBAL NAVI
==========================================================================================================================*/
#globalNavi {width: 100%; height: auto;}

/*-------------------------------------------------------------------------------------------------------------------------*/
#Logo {
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
letter-spacing: 1px;
line-height: 100%;
display: none;
}


#Logo a, #Logo img, #snsLink a, #snsLink img {display: block; width: 100%; height: auto; text-decoration: none;}


/*-------------------------------------------------------------------------------------------------------------------------*/
ul#naviList {list-style-type: none; width: 100%; height: auto; position: relative; }
ul#naviList li {
line-height: 120%;
font-weight: 400;
font-family: 'folks_b',HelveticaNeue,Helvetica,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif ;
-moz-text-shadow: 0px 0px 2px rgba(0,0,0,.8);
-webkit-text-shadow:  0px 0px 2px rgba(0,0,0,.8);
text-shadow: 0px 0px 2px rgba(0,0,0,.8);
}
ul#naviList li a {text-decoration: none;position: relative;z-index: 1;}


body#News ul#naviList li#Mn01 a,
body#Show ul#naviList li#Mn02 a,
body#Profile ul#naviList li#Mn03 a,
body#Release ul#naviList li#Mn04 a,
body#Contact ul#naviList li#Mn05 a{
color: #f20 !important;
-ms-text-shadow: 0 0 12px rgba(255,255,255,.8), 0 0 3px rgba(69,1,0,.3);
-moz-text-shadow: 0 0 12px rgba(255,255,255,.8), 0 0 3px rgba(69,1,0,.3);
-webkit-text-shadow: 0 0 12px rgba(255,255,255,.8), 0 0 3px rgba(69,1,0,.3);
text-shadow: 0 0 12px rgba(255,255,255,.8), 0 0 3px rgba(69,1,0,.3);
}


/*-------------------------------------------------------------------------------------------------------------------------*/
ul#sns_iconList { list-style-type: none; }
ul#sns_iconList li {height: auto;}
ul#sns_iconList li a, ul#sns_iconList li img {width: 100%; height: auto; display: block;}
ul#sns_iconList li a:hover {filter: alpha(opacity=75); -moz-opacity:.75; opacity:.75;}


/*==========================================================================================================================
FOOTER
==========================================================================================================================*/
#Footer {
width: 100%;
height: auto;
position: relative;
z-index: 1;
color: #fff;
overflow: hidden;
background-repeat: no-repeat;
background-position: center;
background-size: cover;

}

#Footer:before,
#Footer:after {content: ''; position: absolute;}
#Footer:after {
background: inherit;
-ms-filter:blur(8px);
-moz-filter:blur(8px);
-webkit-filter:blur(8px);
filter: blur(8px);
top: -8px;
left: -8px;
right:-8px;
bottom:-8px;
z-index: -2;
}
#Footer:before {
top: -8px;
left: -8px;
right:-8px;
bottom:-8px;
background: rgba(0,0,0,.7);
z-index: -1;

-ms-box-shadow:0 -20px 20px 20px #450100 inset;
-moz-box-shadow:0 -20px 20px 20px #450100 inset;
-webkit-box-shadow:0 -20px 20px 20px #450100 inset;
box-shadow:0 -20px 20px 20px #450100 inset;
}


/*-------------------------------------------------------------------------------------------------------------------------*/
.foot_inner {width: 90%; height: auto; max-width: 1200px; margin:0 auto; text-align: center;}

/*-------------------------------------------------------------------------------------------------------------------------*/
#Copy {
line-height: 120%;
color: #fff;
-moz-text-shadow: 0px 0px 3px rgba(0,0,0,.8);
-webkit-text-shadow:  0px 0px 3px rgba(0,0,0,.8);
text-shadow: 0px 0px 5px rgba(0,0,0,.8);
}

/*-------------------------------------------------------------------------------------------------------------------------*/
#footLogo {margin: 0 auto;height: auto;}
#footLogo img {width: 100%; height: auto;display: block;}




/*==========================================================================================================================
SUB NAVI
==========================================================================================================================*/
#sub_naviBloc {width: 90%; max-width: 1200px; margin: 0 auto; padding: 0;}


/*-------------------------------------------------------------------------------------------------------------------------*/
ul#subNavi {
list-style-type: none;
letter-spacing: -.4em;
font-size: 0;
text-align: center;
width: 100%;
margin: 0 auto;
}

ul#subNavi li:last-of-type {margin-right: 0;}
ul#subNavi li {
display: inline-block;
vertical-align: middle;
font-size: 100%;
letter-spacing: 0;
position: relative;
z-index: 1;
color: #450100;
height: auto;
font-weight:400;
font-family: 'folks_b',HelveticaNeue,Helvetica,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif ;
}

ul#subNavi li a {
display: block;
width: 100%;
height: auto;
text-decoration: none;
color: #cc5c1a;
border: 1px solid #cc5c1a;
line-height: 100%;
overflow: hidden;
}
ul#subNavi li a:hover {border-color:#f6e1d0; background: #f6e1d0;}

/*-------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------*/
.all ul#subNavi li#subMn00 a,
.archive ul#subNavi li#subMn03 a,
.new ul#subNavi li#subMn10 a,
.single ul#subNavi li#subMn01 a,
.album ul#subNavi li#subMn02 a,
.other ul#subNavi li#subMn03 a,
.live ul#subNavi li#subMn01 a,
.event ul#subNavi li#subMn02 a,
.archive ul#subNavi li#subMn03 a,
body#News .news ul#subNavi li#subMn01 a,
body#News .show ul#subNavi li#subMn02 a,
body#News .release ul#subNavi li#subMn03 a{color: #450100;background: #cc5c1a;}


/*==========================================================================================================================
SNS ICON
==========================================================================================================================*/
#sns_iconBox, ul#sns_iconList, ul#sns_iconList li {height: auto;}
#sns_iconBox {position: fixed;z-index:100;background: rgba(0,0,0,.8); }

/*-------------------------------------------------------------------------------------------------------------------------*/
ul#sns_iconList { list-style-type: none; }
ul#sns_iconList li {height: auto;}
ul#sns_iconList li a, ul#sns_iconList li img {width: 100%; height: auto; display: block;}
ul#sns_iconList li a:hover {filter: alpha(opacity=75); -moz-opacity:.75; opacity:.75;}



/*==========================================================================================================================
PAGER
==========================================================================================================================*/
a.page-numbers, .pager .current, .pager a:hover {
padding:4px 8px;
font-weight:400;

font-family: 'folks_b',HelveticaNeue,Helvetica,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif ;
}
.pager {
height: auto !important;
width: 100%;
margin: 0 auto;
padding: 5px 0 !important;
text-align: center;
max-width: 1200px;
}
 
a.page-numbers{
border:2px solid #cc5c1a;
margin:0 2px;
color:#cc5c1a;
text-decoration:none;
position: relative;
z-index: 1;
}

.pager .current{color: #450100;border:2px solid #cc5c1a; background: #cc5c1a;}
 
.pager a:hover {color: #450100; border-color:#46b1ab; background: #46b1ab; }

/*-------------------------------------------------------------------------------------------------------------------------*/
.navigation,
.paging-navigation {display:none !important;}

.pagination {
margin: 0 auto;
position:relative;
height:auto;
width: 90%;
max-width: 1200px;
-webkit-display: flex;
display: flex;
justify-content: center;


}
.pagination li {height: auto; padding: 0;}
.pagination li:last-of-type {margin-right: 0;}

.pagination li a {
display: block;
position: relative;
z-index: 1;
font-family: 'folks_b',HelveticaNeue,Helvetica,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif ;
line-height: 100%;
text-align:center;
border:2px solid #cc5c1a;
color:#450100;
background: #cc5c1a;
text-decoration:none;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.pagination li a:hover {color: #cc5c1a; border-color:#cc5c1a; background: transparent; }

.pagination li#btnPrev a:after,
.pagination li#btnNext a:after {
content: "";
position:absolute;
top: 50%;
z-index: 1;
width: 0;
height: 0;
border-top:6px solid transparent;
border-bottom:6px solid transparent;
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
}

.pagination li#btnPrev a:after{
border-right: 9px solid #450100;
border-left: 9px solid transparent;
}
.pagination li#btnNext a:after{
border-right: 9px solid transparent;
border-left: 9px solid #450100;
}

.pagination li#btnPrev a:hover:after {border-right-color:#cc5c1a;}
.pagination li#btnNext a:hover:after {border-left-color:#cc5c1a;}

/*==========================================================================================================================
NO PAGE
==========================================================================================================================*/
#no_pagebox { width: 90%; margin: 0 auto; max-width: 1000px; height: auto;}
#notfoud {line-height: 180%;color: #450100; font-family: 'arials',sans-serif; font-weight: 400;}
#notfont_kana {line-height: 180%; color: #cc5c1a;}

#no_pagebox p { line-height: 180%; color:#000;}


/*==========================================================================================================================
ARCHIVE LINK
==========================================================================================================================*/
section#Archive {width: 100%; height: auto; margin: 0 auto; border-top:1px solid #ccc;}

ul#archiveList {list-style-type: none; letter-spacing: -.4em; max-width: 1200px; width: 90%; margin: 0 auto; height: auto;}
ul#archiveList li {letter-spacing: 0;display:inline-block;vertical-align: top;line-height: 100%;}


ul#archiveList li a {
text-decoration: none;
color: #fff;
border: 1px solid #050505;
position: relative;
z-index: 1;
display: block;
text-align: center;
background: #050505;
}
ul#archiveList li a:hover {color: #f00; border-color: #f00; background: inherit;}

/*-------------------------------------------------------------------------------------------------------------------------
ul#archiveList li a:before,
ul#archiveList li a:after {content: '';position: absolute;width: 0;height: 0 ;border: 1px solid transparent;}

ul#archiveList li a:before {top: -1px;left: -1px;}
ul#archiveList li a:after {bottom: -1px;right: -1px;}

ul#archiveList li a:hover::before,
ul#archiveList li a:hover::after{width: 100%;height: 100%;}

ul#archiveList li a:hover::before{
border-top-color: #f20;
border-right-color: #f20;
transition: width .2s ease-out, height .25s ease-out .2s;
}

ul#archiveList li a:hover::after {
border-bottom-color: #f20;
border-left-color: #f20;
transition: border-color 0s ease-out .35s, width .25s ease-out .4s, height .25s ease-out .6s;
}
*/
/*==========================================================================================================================
SLIDER ARROW
==========================================================================================================================*/
.arrow_next,
.arrow_prev,
.arrow_next:before,
.arrow_prev:before {
-o-transition: .2s;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
}

.arrow_next,
.arrow_prev {
background: rgba(0,0,0,0); 
position: absolute;
top:50%;
height: 100%;
z-index: 1;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
-o-transform:translate(0%,-50%);
-ms-transform: translate(0%,-50%);
-moz-transform: translate(0%,-50%);
-webkit-transform:translate(0%,-50%);
transform: translate(0%,-50%);
}


.arrow_prev {left: 0%;}
.arrow_next {right: 0%;}
.arrow_next:hover:before,
.arrow_prev:hover:before {filter: alpha(opacity=70); -moz-opacity:.7; opacity:.7;}


/*-------------------------------------------------------------------------------------------------------------------------- */
.arrow_next:before,
.arrow_prev:before {
position: absolute;
content: "";
display: block;
top: 50%;
-o-transform:translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform: translate(-50%,-50%);
z-index: 10;
}


/*-------------------------------------------------------------------------------------------------------------------------*/
#sns_linkBox {letter-spacing: -.4em; font-size: 0;}
#sns_linkBox p {
display: inline-block;
vertical-align: middle;
letter-spacing: normal;
font-size: 100%;
height: auto;
}
#sns_linkBox p a, #sns_linkBox p img {width: 100%; height: auto; display: block;}
#sns_linkBox a:hover {filter: alpha(opacity=75); -moz-opacity:.75; opacity:.75;}

body#Top #sns_linkBox {text-align: center;}


/*==========================================================================================================================
SNS ICON
==========================================================================================================================*/
#sns_iconBox, ul#sns_iconList, ul#sns_iconList li {height: auto;}
#sns_iconBox {position: fixed; z-index:100;  background: rgba(0,0,0,.4);}

/*-------------------------------------------------------------------------------------------------------------------------*/
ul#sns_iconList { list-style-type: none; }
ul#sns_iconList li {height: auto;}
ul#sns_iconList li a, ul#sns_iconList li img {width: 100%; height: auto; display: block;}
ul#sns_iconList li a:hover {filter: alpha(opacity=75); -moz-opacity:.75; opacity:.75;}




/*==========================================================================================================================
PAGE TOP
==========================================================================================================================*/
#page-top {
position: fixed;
bottom:5%;
right: 1%;
z-index:9;

-o-transition: .3s;
-ms-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
}


#page-top a, #page-top img {width: 100%; height: auto; display: block;}
#page-top a {
-ms-filter:drop-shadow(0px 0px 3px rgba(69,1,0,.3));
-o-filter: drop-shadow(0px 0px 3px rgba(69,1,0,.3));
-moz-filter: drop-shadow(0px 0px 3px rgba(69,1,0,.3));
-webkit-filter: drop-shadow(0px 0px 3px rgba(69,1,0,.3));
filter: drop-shadow(0px 0px 3px rgba(69,1,0,.3));
text-decoration:none !important;
cursor: pointer;
position: relative;
z-index: 1;
background: #cc5c1a;
}

#page-top a span {
cursor: pointer;
position: absolute;
left: 50%;
top: 25%;
display: block;
margin: auto;
width: 0;
height: 0;
border-top: 14px solid transparent;
border-right: 9px solid transparent;
border-bottom: 14px solid #f3ca92;
border-left: 9px solid transparent;

-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);


}

#page-top a:hover {filter: alpha(opacity=75); -moz-opacity:.75; opacity:.75;}


