<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------reset-*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, form,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote{padding-left:1.5em;}
table{
	border-collapse: collapse;
	border: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a{
	text-decoration: none;
	color: rgba(232,232,232,1);
}

ol{
	margin: 0 0 0 3em;
}
/*-------------------------------------------------------------------------------------------------------------BASIC-*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: rgba(35,35,35,1);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body#branded{
	background: rgba(227,227,227,1) url(../images/branded/branded-bg.jpg) center 160px repeat-x;
}
.wrapper{
	background-color: rgba(51,51,51,1);
}
.wrap{
	width: 1160px;
	margin: 160px auto 0;
	color: rgba(249,249,249,1);
	background-image: url(../images/common/carpet-bottom.png),url(../images/common/carpet.png);
	background-repeat: no-repeat,repeat-y;
	background-position: left bottom,left top;
}
#top .wrap{
	margin: 0 auto 0;
}
.side-nav{
	width: 340px;
	float: left;
	padding: 10px 10px 80px;
}
.side-nav audio{
	width: 100%;
}
.main{
	width: 760px;
	float: right;
	padding: 0 0 50px 0;
	color:rgba(204,204,204,1);
}
.main p{
	padding: 0 0 0.8em 0;
}
a.border-link{border-bottom:rgba(204,204,204,1) 1px dotted;}
.main a:hover{ opacity:0.7;}
h2{
	font-size: 26px;
	font-weight: normal;
	color: rgba(249,249,249,1);
	background: url(../images/common/h2-ribon.png) no-repeat left bottom;
	padding: 30px 0 13px 25px;
	margin: 0 0 1em 0;
}
h2 span{
	font-size: 16px;
}
h1.film-catch{
	font-size: 22px;
	color: rgba(249,249,249,1);
}
.eng h2{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 26px;
	color: rgba(249,249,249,1);
	padding: 34px 0 20px 24px;
	margin-bottom: 1em;
}
h3{
	color: rgba(249,249,249,1);
	padding: 2em 0 1em 0px;
	line-height:1.8em;
	font-size:20px;
}

.eng h3{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 21px;
	color: rgba(249,249,249,1);
	font-weight: 400;
	padding: 1em 0 0.8em;
}
.eng h3.one-filmh3{	font-size: 24px;}
h3:first-letter{
	color: rgba(251,0,0,1);
}

h4{
	color: rgba(249,249,249,1);
	padding: 2em 0 0.8em;
	font-size: 20px;
	font-weight: normal;
}
h5{
	font-size: 18px;
	color: rgba(239,239,239,1);
	font-weight: normal;
	padding: 20px 0;
}
.eng h4{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	color: rgba(249,249,249,1);
	font-weight:normal;
	padding: 1em 0 0.8em;
}
h3:after{
content:"";
display:block;
height:1px;
width:100%;
	background:-webkit-gradient(linear, left top, right bottom, from(#f00), to(#730000));
	background:-moz-linear-gradient(left, #f00,#730000 30%, #eb3511);
	background:linear-gradient(left, #f00,#730000 30%, #eb3511);
}
h4 span{ font-size:16px;}
blockquote{
	padding: 0 1em;
}
/*-------------------------------------------------------------------------------------------------------------header-*/


.header{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	background: url(../images/common/logoline.png) no-repeat -20% -125px rgba(0,0,0,1);
	z-index: 2000;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

@media (max-width: 1000px) {
.header{
	background: url(../images/common/logoline.png) no-repeat -60% -125px rgba(0,0,0,1);
}
}

#top .header{
	top: 0px;
}
#test .header{
	top: 50px;
}
.header.fixed{
	position: fixed;
	top: -45px;
	background: url(../images/common/logoline.png) no-repeat -10% -70px rgba(0,0,0,1);
	background-size: 450px;
}
#top .header.fixed{
	top: -45px;
}
.header-inner{
	width: 1160px;
	margin: 0 auto;
	height: 165px;
	position: relative;
}
.header.fixed .header-inner{
	height: 155px;
}
.mark a{
	width: 140px;
	height: 68px;
	float: right;
	display: block;
	background: url(../images/common/mark.png) no-repeat;
	white-space: nowrap;
	text-indent: -200%;
	overflow: hidden;
	margin: 0 0 0 0;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
}
.header.fixed .mark a{
	width: 120px;
	background-size:contain;
}
.logo a{
	width: 726px;
	height: 60px;
	float: left;
	padding: 5px 0 0 0;
	background: url(../images/common/logo.png) no-repeat left top;
	white-space: nowrap;
	text-indent: -100%;
	overflow: hidden;
}
.social{
	width: 165px;
	padding: 0;
	text-align: right;
	display: block;
	position: absolute;
	height: 30px;
	right: 0;
	top: 3px;
}
.header.fixed .social{
	top: 85px;
	right:90px;
}
.social a span{
	font-size: 28px;
	padding: 0 10px 0 0;
	color: rgba(255,255,255,.4);
	float:left;
}
.header.fixed .social a span{
	font-size: 24px;
	padding: 0 5px 0 0;
}
.social a.head-fb span:hover{
	color: rgba(9,79,225,1);
}
.social a.head-tw span:hover{
	color: rgba(0,153,204,1);
}
.social a.head-go span:hover{
	color: rgba(204,51,0,1);
}
.social a.head-in span:hover{
	color: rgba(157,88,190,1);
}
.social a.head-li span{
	padding:0;
}
.social a.head-li span:hover{
	color: rgba(204,51,0,1);
}
.social a:hover{
	text-decoration:none;
}
.header-upper{
	display: block;
	height: 50px;
}
.header-mid{
	padding: 0 0 0 220px;
}

.lang-nav{
	display: block;
	width: 240px;
	list-style: none;
	text-align: right;
	font-size: 11px;
	position: absolute;
	right: 390px;
	top: 4px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.header.fixed .lang-nav{
	z-index: 200;
	top: 85px;
	right: 450px;
}
ul.lang{
}
ul.lang li{
	display: block;
	float: left;
	padding: 5px 0px 3px;
	border-top: 3px solid rgba(102,102,102,1);
	margin-left: 8px;
	text-align: center;
	color: rgba(153,153,153,1);
	cursor:pointer;
}
ul.lang li:hover{
	border-top-color:rgba(204,51,0,1);
}
.free{
	width: 114px;
	background: url(../images/common/free.png) center bottom;
	height: 30px;
	display: block;
	position: absolute;
	right: 145px;
	top: 52px;
}
.header.fixed .free{	right: 130px;}
.eng .free{
	background: url(../images/common/free-e.png) center bottom;
}
/*----------------------------------------------------------------------------------------------------------------nav-*/
.glbmenu{
	clear: both;
	margin-right: -8px;
	padding: 15px 0 0 220px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.header.fixed .glbmenu{
	padding: 5px 0 0 220px;
}
ul.glb li a{
	color: rgba(244,244,244,1);
	display: block;
	float: left;
	padding: 2px 12px;
	border-right: rgba(244,244,244,0.5) 1px solid;
	font-size: 13px;
	text-align: center;
	line-height: 1em;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.eng ul.glb li a{
	font-size: 12px;
	padding: 7px 11px;
	margin-top: 5px;
}
ul.glb li:first-child a{
	border-left: rgba(244,244,244,0.5) 1px solid;
}
/*ul.glb li:last-child a{
	padding: 2px 0px 2px 9px;
	border-right:none;
}
.eng ul.glb li:last-child a{
	padding: 7px 2px 7px 7px;
	border-right:none;
}*/
ul.glb li span{
	display: block;
	font-size: 9px;
	color: rgba(204,204,204,1);
}
ul.glb li a:hover{
	color: rgba(204,51,0,1);
	background-color: rgba(0,0,0,1);
}
ul.glb li a:hover span{
	color:rgba(204,51,0,1);
}
.drawer-toggle{display:none;}
.header button{ display:none;}

/*------------------------------------------------------------------((( 特別外に出すボタン))) -*/
li.glb_access a,li.glb_faq a,li.glb_howto a,li.glb_ticket a{
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	padding: 5px 0 !important;
	position: absolute;
	display: block;
	width: 44px;
	height: 20px;
	border: none !important;
	top: 5px;
	border-radius: 4px;
}


li.glb_access span,li.glb_faq span,li.glb_howto span,li.glb_ticket span{ display:none;}
li.glb_ticket a{
	background: rgba(109,137,82,.7) url(../images/common/glb_icon01.png) no-repeat center;
	left: 790px;
	background-size:44px;
}
li.glb_access a{
	background: rgba(23,98,98,.7) url(../images/common/glb_icon02.png) no-repeat center;
	left: 840px;
	background-size:44px;
}
li.glb_faq a{
	left: 890px;
	background: rgba(0,39,121,.7) url(../images/common/glb_icon03.png) no-repeat center;
	background-size:44px;
}
li.glb_howto a{
	left: 940px;
	background: rgba(80,54,80,.7) url(../images/common/glb_icon04.png) no-repeat center;
	background-size:44px;
}

/*------------------------------------------------------------------((( フィックス))) -*/
.header.fixed li.glb_ticket a,
.header.fixed li.glb_access a,
.header.fixed li.glb_faq a,
.header.fixed li.glb_howto a{
	top: 85px;
	width: 42px;
}
.header.fixed li.glb_ticket a{
	left: 715px;
}
.header.fixed li.glb_access a{
	left: 760px;
}
.header.fixed li.glb_faq a{
	left: 805px;
}
.header.fixed li.glb_howto a{
	left: 850px;
}
/*------------------------------------------------------------------((( 英語版))) -*/
.eng li.glb_access a,.eng li.glb_faq a,.eng li.glb_howto a,.eng li.glb_ticket a{	padding: 5px 0 !important; top:-2px;}
.eng li.glb_ticket a{
	background: rgba(109,137,82,.7) url(../images/common/glb_icon_e01.png) no-repeat center;
	left: 790px;
	background-size:44px;
}
.eng li.glb_access a{
	background: rgba(23,98,98,.7) url(../images/common/glb_icon_e02.png) no-repeat center;
	left: 840px;
	background-size:44px;
}
.eng li.glb_faq a{
	left: 890px;
	background: rgba(0,39,121,.7) url(../images/common/glb_icon_e03.png) no-repeat center;
	background-size:44px;
}
.eng li.glb_howto a{
	left: 940px;
	background: rgba(80,54,80,.7) url(../images/common/glb_icon_e04.png) no-repeat center;
	background-size:44px;
}
li.glb_access a:hover,li.glb_faq a:hover,li.glb_howto a:hover,li.glb_ticket a:hover{}


/*------------------------------------------------------------------((( 英語版フィックス))) -*/
.eng .header.fixed li.glb_ticket a,
.eng .header.fixed li.glb_access a,
.eng .header.fixed li.glb_faq a,
.eng .header.fixed li.glb_howto a{
	top: 80px;
	width: 42px;
}
.header.fixed li.glb_ticket a{
	left: 715px;
}
.header.fixed li.glb_access a{
	left: 760px;
}
.header.fixed li.glb_faq a{
	left: 805px;
}
.header.fixed li.glb_howto a{
	left: 850px;
}
/*-----------------------------------------------------------------------------------------------------------side bar-*/
.banner-block img{}
h2.side-h2{
	background: none;
	padding: 30px 0 0 5px;
}
.twitter{}
ul.side-social{
	width: 40px;
	display: block;
	position: fixed;
	left: 0px;
	top: 300px;
	z-index: 1500;
	height: 401px;
	list-style-type:none;
}
ul.side-social li a{white-space:nowrap; overflow:hidden; text-indent:180%; margin:0;}
ul.side-social li a:hover{ opacity:0.7;}
li.br-btn a{
	background: url(../images/common/side-branded.png) no-repeat;
	height: 250px;
	background-size: 40px;
	display: block;
	margin-bottom: 10px;
}
li.fb-btn a { background-image:url(../images/common/side-fb.png); height:33px; background-size:40px; display:block;}
li.tw-btn a { background-image:url(../images/common/side-tw.png); height:33px; background-size:40px; display:block;}
li.g-btn a { background-image:url(../images/common/side-g.png); height:33px; background-size:40px; display:block;}
li.search-btn a { background-image:url(../images/common/side-search.png); height:33px; background-size:40px; display:block;}
li.search-box{
	height: 20px;
	width: 230px;
	padding: 20px;
	background: #eee;
	float: left;
	display: none;
	color: #666;
	border-radius: 0px 4px 4px 0px;
}

/*-------------------------------SEARCH-*/
.search{
	width: 230px;
	float: right;
}
#searchform{
	position: relative;
	margin-top: 0px;
}
#s{
	padding: 2px 30px 2px 10px;
	width: 180px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 12px;
	background-color: #FDFDFD;
	color: #999;
	border: #ccc 1px solid;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.eng #searchform{
	position: relative;
	margin-top: 10px;

}
#searchsubmit{
	position: absolute;
	top: 2px;
	right: 15px;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-image: url(../images/common/search-btn.png);
	border: none;
	cursor: pointer;
}
#searchsubmit:hover{
	opacity:0.4;
}
.search_e{
	width: 240px;
	float: right;
	margin-top: -10px;
}
body.eng #s{
	padding: 4px 30px 4px 10px;
	width: 190px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 13px;
	background-color: #FDFDFD;
	color: #999;
	border: #ccc 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}
/*-------------------------------------------------------------------------------------------------------------footer-*/
.footer{
	width: 100%;
	color: rgba(242,242,242,1);
	height: 165px;
	background-image: url(../images/common/carpet-vertical.png);
	background-position: bottom;
	display: block;
}
.foot-inner{
	width: 1160px;
	margin: 0 auto;
	position: relative;
}
.foot-mark a{
	width: 130px;
	height: 70px;
	float: left;
	margin: 50px 10px 0 0;
	background: url(../images/common/foot-mark.png) no-repeat;
	white-space: nowrap;
	text-indent: -110%;
	overflow: hidden;
	display: block;
}
.foot-logo{
	width: 590px;
	float: left;
	background: url(../images/common/foot-logo.png) no-repeat;
	white-space: nowrap;
	text-indent: -110%;
	overflow: hidden;
	height: 25px;
	margin: 60px 0 5px 0;
}
.copy{
	width: 590px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetop{
	background: url(../images/common/pagetop.png) no-repeat;
	white-space: nowrap;
	text-indent: -110%;
	overflow: hidden;
	width: 40px;
	height: 120px;
	display: block;
	float: right;
	margin: 10px 0 0 0;
}
.pagetop a{
	width: 40px;
	height: 120px;
	display: block;
}
.foot-area{
	width: 360px;
	height: 165px;
	float: left;
	background: url(../images/common/footcorner.png) no-repeat;
	text-indent: -110%;
	overflow: hidden;
	height: 165px;
}
#branded .foot-area{
	background: url(../images/common/footcorner-b.png) no-repeat;
}

.banner-block img{
	margin-bottom: 8px;
	border: rgba(153,51,0,1) 1px solid;
	box-sizing: border-box;
}
.foot-nav{
	display: block;
	float: left;
	position:relative;
	width: 580px;
	padding: 10px 0 0 0;
	font-size: 13px;
}
.foot-nav a{
	color: #F7F7F7;
	display:inline-block;
	padding:0 20px 0 10px;
}
.foot-nav a:hover{
	color: #CC3333;
}
.foot-nav a:before{
	content:"\f077";
	font-size:10px;
	font-family:icomoon;
	position:absolute;
	display:block;
	transform:rotate(90deg);
	margin:3px 10px 0 -12px;
}
/*-------------------------------------------------------------------------------------------------------------trace-*/

nav.trace{
	padding: 10px 0 20px 390px;
}
.trace ul{}
.trace ul li{
	display: block;
	float: left;
	font-size: 12px;
	margin-right: 15px;
	color: rgba(188,188,188,1);
}
.trace ul li a{
	padding: 0 0 3px 0;
	border-bottom: 3px solid rgba(181,40,19,1);
	color: rgba(204,204,204,1);
}
.trace ul li a:hover{
	border-bottom: 3px solid rgba(192,70,67,1);
	text-decoration: none;
}
/*---------------------------------------------------------------------------------------------------------------TOP-*/

#head{
	width: 100%;
	margin: 65px auto 0;
	height: 600px;
	overflow: hidden;
	position: relative;
	display: block;
	background-size: cover;
}
.column-block{
	margin-bottom: 50px;
}
.column-box{
	width: 365px;
	float: left;
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 30px 0;
}
.column-box:nth-child(odd){
	margin: 0 30px 30px 0;
}
.column-tmb{
	width: 355px;
	height: 250px;
	overflow: hidden;
	border: 1px solid #666;
	margin-bottom: 10px;
}
.column-tmb img{
	width: 100%;
	height: auto;
}
.column-date{
	display: inline-block;
	padding: 3px 7px 0px;
	position: absolute;
	background-color: rgba(102,0,0,0.7);
	color: #fff;
	left: 1px;
	top: 228px;
	font-family: 'Josefin Sans', sans-serif;
	font-size:18px;
}
.column-txt a{
	color: #ccc;
}
.guest-block{
	height: 400px;
	width: 760px;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}
.guest-txt{
	width: 620px;
	float: left;
	font-size: 14px;
	border-bottom: 1px dotted #666;
	padding: 0 0 30px;
	margin-bottom: 30px;
}
.guest-txt a{
	color: rgba(204,204,204,1);
}
.guest-h3{
	width: 77px;
	height: 70px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 7px 0 0;
	border-radius: 50%;
	border: 2px solid #C00;
	line-height:1.6em;
	float:left;
	margin:0 23px 0 0;
}
.guest-h3 span{
	display: block;
	font-size: 38px;
}
.topnews-block{
	height: 460px;
	width: 760px;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}
.topnews-box{
	padding: 10px 0;
	border-bottom: #666 1px dotted;
}
.topnews-box a{
	color: rgba(204,204,204,1);
}
span.new-news{
	color: rgba(204,113,64,1);
}
.topnews-tmb{
	width: 70px;
	float: left;
}
.topnews-tmb img{
	width: 55px;
	height: 55px;
	border-radius: 50%;
}
.topnews-tmb2{
	width: 110px;
	float: left;
}
.topnews-tmb3{
	width: 260px;
	float: left;
	margin-right:20px;
}
.topnews-tmb2 img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
.topnews-tmb3 img{
	width: 260px;
	height: auto;
}
.topnews-txt{
	float: left;
	width: 640px;
	color: rgba(226,226,226,1);
}
.topnews-txt3{
	float: left;
	width: 440px;
}
ul.column-archive{
	list-style-type: none;
	padding-bottom: 15px;
}
ul.column-archive li a{
	padding: 3px 0 3px 5px;
	border-bottom: #999 1px dotted;
	display: block;
	font-size:14px;
	color:rgba(240,240,240,1);
}
ul.column-archive li a:hover{
	background-color: rgba(164,36,4,1);
	border-bottom: #ccc 1px dotted;
}
.forlist a{
	display: block;
	width: 100px;
	text-align: center;
	padding: 2px 0 1px;
	float: right;
	margin: -75px 0 0 0;
	font-size: 13px; /* Old browsers */
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border: 1px solid;
	border-color: rgba(153,0,0,1);
	border-radius: 3px;
	color: rgba(204,204,204,1);
	background-color: rgba(35,35,35,1);
}
.eng .forlist a{	margin: -85px 0 0 0;}


.forlist a:hover{
	background-color:rgba(204,51,0,1);
}
.vol{
	display: block;
	width: 40px;
	height: 40px;
	white-space: nowrap;
	text-indent: 120%;
	overflow: hidden;
	cursor: pointer;
	border-radius: 8px;
	background-image: url(../images/top/vol_up.png);
	position: absolute;
	bottom: 40px;
	right: 20px;
	/* [disabled]z-index: 2005; */
}
.vol.active{
	background-image: url(../images/top/vol_stop.png);
}
.swiper-container {
 width: 100%;
 height: 100%;
	background-color:rgba(255,255,255,1);
}
ul.swiper-wrapper{
	list-style-type: none;
	height: 66px;
}
/*-------------------------------------------------------- slider-*/

.bxslider {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 330px;
}
.bxslider li{
	width: 640px;
}
.bxslider li img{
	margin-bottom: 10px;
	float: left;
	display: block;
}
.slideinner{
	position: relative;
	left: 50%;
	width: 2220px;
	margin-left: -1110px;
	height: 330px;
	overflow: hidden;
	padding-bottom:
}
.bx-wrapper {
 margin:0 auto;
 position:relative;
}
.bx-wrapper .bx-pager {
 margin:0 auto;
 width:1000px;
 background:#fff;
}
/* コントローラー */
.bx-wrapper .bx-prev {
 left:655px;
}
.bx-wrapper .bx-next {
 right:655px;
}
.bx-wrapper .bx-prev:before {
	content:'\f137';
	font-family:'icomoon';
	font-size:30px;
}
.bx-wrapper .bx-next:before {
	content:'\f138';
	font-family:'icomoon';
	font-size:30px;
}
.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-next:hover {
	color:rgba(255,255,255,1);
	text-decoration:none;
}
.bx-wrapper .bx-controls-direction a {
 position:absolute;
 top:170px;
 outline:0;
 width:32px;
 height:32px;
 z-index:19;
	color:rgba(255,255,255,.7);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
 background:#000;
}
.bxslider ul li{opacity:0.3;}
.bxslider ul li.active{ opacity:1 !important;}
.sp-ticker{
	position: relative;
	margin: 0 auto;
	background-color: rgba(255,255,255,1);
	height: 66px;
}
.sp-title{
	width: 70px;
	height: 20px;
	background-color: rgba(0,0,0,1);
	font-family: Jura, sans-serif;
	text-align: center;
	color: rgba(204,204,204,1);
	font-size: 12px;
	font-weight: 600;
	display: block;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 100;
	left: -25px;
	top: 22px;
}
.bxticker{
	height: 66px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}
/*-----------------------------------------------------------------------------------------------------------Column-News-*/
.news-box{}
.news-title{
	padding: 15px 0 25px;
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
}
.news-date{font-family: 'Josefin Sans', sans-serif;}
.news-text{
	padding: 20px 0 0 0;
}
.news-text img{
	max-width: 100%;
	height: auto;
	margin: 1em 0;
}

.topnews-tmb{}
.topnews-tmb img{}
.news-date-list{}
.news-title-list{}
		
.other-social{
	padding: 5px 0 10px 0;
	margin-bottom: 15px;
	border-bottom: #666 1px dotted;
}
.other-g{ float:right; width:60px; text-align:right;}
.other-tw{ float:right; width:85px; text-align:right;}
.other-fb{
	float: right;
	width: 110px;
	text-align: right;
	/* [disabled]margin-top:-4px; */
}


.guest-set p{padding-bottom:1em;}
.guest_day { font-size:26px; padding:10px 0 30px;}
.guest_day span{font-family: 'Josefin Sans', sans-serif; font-size:30px;}
.guest_cap{
	padding: 0 0 40px 0;
	color: rgba(217,217,217,1);
	font-size: 16px;
}

/*-----------------------------------------------------------------------------------------------------------about-*/
.btn01 a{
	display: inline-block;
	padding: 3px 15px;
	background-color: rgba(177,1,1,1);
	color: #fff;
	margin: 1em 0;
}
.btn01 a:hover{
	background-color: rgba(227,57,0,1);
	color: rgba(255,255,255,1);
	opacity: 1;
}

/*----------------------------------------------------------------------------------------------------------FILM--*/
.notfree{}
.notfree:after{
	content:'有料上映';
	font-weight:bold;
	color:rgba(204,51,0,1);
}
.eng .notfree:after{
	content:'Toll Program';
	font-weight:bold;
	color:rgba(204,51,0,1);
}

.film-set{
}
.film-id{
	padding: 5px 10px 4px;
	border-radius: 15px;
	display: inline-block;
	margin-bottom: 5px;
	font-family: 'Josefin Sans', sans-serif;
	color: rgba(255,255,255,1);
	font-weight: bold;
	background-color: rgba(144,144,144,1);
}
.time-unit:after{
	content:'マチュア・コンテンツ：mature表記のある作品には、性描写・暴力描写などが含まれています。';
	font-size:12px;
	text-align:right;
}
.eng .time-unit:after{
	content:'Mature Content:　These films may include sexual and/or violent content.';
	font-size:12px;
	text-align:right;
}
.time-box{
	background-color: rgba(0,0,0,1);
	margin-bottom: 1px;
}
.time-detail{
}
.time-reserve{
}
.time-site{
}
.time-box{
	font-size: 13px;
	color: rgba(241,241,241,1);
}
.time-detail{
	float: left;
	width: 422px;
	padding: 2px 0 2px 10px;
	background-color: rgba(69,69,69,1);
}
.time-reserve a{
	float: left;
	width: 175px;
	margin: 0 1px;
	padding: 2px 0;
	text-align: center;
	background-color: rgba(105,105,105,1);
	display: block;
	color: rgba(222,222,222,1);
}
.time-reserve span,.time-site span{ position:relative; font-size:20px; top:4px; line-height:0.5em;}
.time-site a{
	float: left;
	width: 150px;
	display: block;
	padding: 2px 0;
	text-align: center;
	background-color: rgba(74,74,74,1);
	color: rgba(222,222,222,1);
}

.time-reserve a:hover{
	background-color: rgba(51,51,51,1);
}
.time-site a:hover{
	background-color: rgba(51,51,51,1);
}
.one-film{
}
.film-catch{
}
.film-sponsor{
}
.film-event{
}
.special-mark{
	display: block;
	width: 100px;
	text-align: center;
	padding: 4px 8px;
	border: 1px solid rgba(192,192,192,1);
	border-radius: 4px;
	float: right;
	margin: 0 0 20px;
	font-size: 13px;
}
.eng .special-mark{	font-size: 10px;}
.one-filmh2{
	background-image: url(none);
	/* [disabled]background-color: rgba(49,49,49,1); */
	font-size: 21px;
	margin: 20px 0 0;
	padding: 10px 0;
	color: rgba(249,249,249,1);
	clear: both;
}
.one-filmh2 span{ display:block; font-size:12px; font-weight:normal; color:rgba(204,204,204,1);}
.one-filmh2:first-letter{
	color:inherit;
}
.tmb-detail{position:relative;}
.one-filmh2.mature:after{
	content: 'Mature';
	font-size: 12px;
	color: rgba(255,255,255,1);
	display: inline-block;
	padding:1px 5px;
	border-radius:3px;
	position: relative;
	right: -20px;
	background-color: rgba(255,51,0,1);
}
.one-filmh2.mature1:before{
	content: 'Mature';
	display:inline-block;
	color: rgba(255,51,0,1);
	float:right;
	font-size:14px;
	font-weight:normal;
}
.film-list-data{
	background-color: rgba(70,70,70,1);
	padding: 5px 0 3px 23px;
	font-size: 14px;
	margin-bottom: 30px;
	position: relative;
}
.tmb-detail,.tmb-list-tube{
	/* [disabled]position:relative; */
}
.tmb-detail img{
	max-width: 100%;
	height: auto;
}
.tmb-detail-tube{
}
.tmb-detail-tube span,.tmb-list-tube span{
	position:absolute;
	font-size:48px;
	opacity:0.6;
	bottom:40%;
	left:40%;
	z-index:450;
	display:block;
}
.top-social{
	text-align: right;
	margin-bottom: 20px;
}
.top-line{
	display:inline-block;
}
.line-it-button{
	display:inline-block;
}
.top-ggl{
	display:inline-block;
}
.top-tw{
	display:inline-block;
}
.top-fb{
	display:inline-block;
}
.fb_iframe_widget &gt; span {
  vertical-align: baseline !important;
}
.film-special{
}
.crown{
	padding: 15px;
	background-color: rgba(63,63,63,1);
	font-size: 13px;

}
.film-btn2{
	clear: both;
}
.film-btn2 a,.film-btn a{
	text-align: center;
	clear:both;
	display: block;
	background-color: rgba(168,6,2,1);
	padding: 4px 0;
	border-bottom: rgba(115,0,0,1) 1px solid;
	border-right: rgba(115,0,0,1) 1px solid;
	border-top: rgba(219,137,125,1) 1px solid;
	border-left: rgba(219,137,125,1) 1px solid;
	margin: 10px 0;
	color: rgba(248,248,245,1);
	/* [disabled]width: 80%; */
}
.film-btn2 a:hover{
}
.one-film{
	padding: 30px 0 60px;
	border-bottom: 1px solid #666;
	margin-bottom: 30px;
}
.one-filmh3-dir{
	color: rgba(249,249,249,1);
	background-color: rgba(73,73,73,1);
	padding: 10px 0 10px 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
.eng .one-filmh3-dir{
	padding: 10px 0 10px 20px;
}
.one-filmh3-dir:after{
	content:none;
}
.one-filmh3-dir:first-letter{
	color: inherit;
}
.tmb-list{
	width: 200px;
	float: left;
	position: relative;
}
.tmb-list img{
	width: 200px;
	height:auto;
}

.film-synopsis{
	margin: 0 0 30px 0;
	float: right;
	width: 510px;
}
.film-synopsis-d{
	margin: 0 0 30px 0;
	width: 100%;
}
.film-sponsor{}
#branded .tmb-list{
	float:none;
	width: 100%;
	position: relative;
}
#branded .tmb-list img{
	width: 100%;
	height: auto;
}

#branded .film-synopsis{
	margin: 0 0 30px 0;
	float: none;
	width: 100%;
}
.dir-data{
	width: 510px;
	float: right;
}

.dir-social{
	width: 250px;
	font-size: 26px;
	padding: 15px 0 0 0;
}
.dir-social a{ color:rgba(153,153,153,1);}
.dir-data-p{
	border-bottom: 1px dashed #666;
	font-size:14px;
}
span .icon-laptop{
}
span .icon-facebook-square{
}
span .icon-twitter-square{
}
span .icon-google-plus-square{
}
span .icon-vimeo-square{
}
,one-film{
}
.film-artist{}
.film-artist-image{
	width: 250px;
	float: left;
}
.film-artist-image img{
	width: 200px;
	height: auto;
	display: block;
	margin-bottom: 20px;
}
.film-artist-data{
	width: 510px;
	float: left;
}
.film-artist{

}
.film-nav{
	padding: 20px 0;
}
.film-nav ul{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content: flex-start;
	padding: 2px 0;
}
.film-nav ul li a{
	width: auto;
	padding: 5px 12px;
	background-color: rgba(83,83,83,1);
	border-radius: 4px;
	font-size: 14px;
	margin-right:8px;
}
.film-nav ul li.active a{
	background-color: rgba(204,51,0,1);
}
.film-nav ul li a:hover{}

.cp-unit{
	padding: 0px 0 60px;
	border-bottom: 1px solid #666;
	margin-bottom: 60px;
}
ul.cp-btn{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: flex-start;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: space-between;
	align-content: space-between;
	list-style-type:none;
}
ul.cp-btn li{
	padding: 10px 10px;
	font-size: 12px;
	flex-basis: 165px;
	line-height: 1.35em;
}
ul.cp-btn li a{
	display: block;
	color: rgba(255,255,255,1);
	text-shadow: -1px -1px 1px rgba(0,0,0,.5);
	padding: 15px 10px 15px 15px;
	position: relative;
	font-size:16px;
	margin-bottom:5px;
}
ul.cp-btn li a:before{
	content: '▼';
	position: absolute;
	font-size: 33px;
	top: -10px;
	left: -17px;
	text-shadow:none;
	color: rgba(35,35,35,1);
}
ul.cp-btn li a:after{
	content: '●';
	position: absolute;
	font-size: 10px;
	top: 38%;
	right: 7px;
	text-shadow:none;
	color: rgba(51,51,51,1);
}
ul.cp-btn.setint li a{
	background-color: rgba(198,157,36,1);
	color: rgba(0,0,0,1);
	text-shadow: none;
}
ul.cp-btn.setasia li a{
	background-color: rgba(172,45,45,1);
}
ul.cp-btn.setearth li a{
	background-color: rgba(119,185,70,1);
}
ul.cp-btn.setcg li a{
	background-color: rgba(92,182,159,1);
}
ul.cp-btn.settokyo li a{
	background-color: rgba(73,133,182,1);
}
ul.cp-btn.setspecial li a{
	background-color: rgba(191,134,138,1);
}
ul.cp-btn.setevent li a{
	background-color: rgba(157,136,117,1);
}
ul.cp-btn.setmusic li a{
	background-color: rgba(113,94,162,1);
}
ul.cp-btn.setnonfic li a{
	background-color: rgba(71,136,184,1);
}
ul.cp-btn.setvr li a{
	background-color: rgba(112,171,164,1);
}
ul.cp-btn.setbrand li a{
	background-color: rgba(181,102,169,1);
}
h3.prg-h3{}
.late{
	font-size:24px;
	padding:100px 0;
}
.event-tmb-list{
	width: 310px;
	float: left;
	margin: 0 0 30px 0;
}
.event-tmb-list img{width:100%; height:auto;}
.event-film-synopsis{
	margin: 0 0 30px 0;
	float: right;
	width: 400px;
}

/*------------------------------------------------------------------------------------------*/
.pp_box{
	clear: both;
}
.pp_box1_2{
	width: 550px;
	margin: 0 0 0 100px;
}
.pp_box2_3{
	width: 550px;
	float: left;
}
.pp_box1_3{
	width: 190px;
	float: left;
	margin-left: 20px;
}
.pp_box3_1{
	width: 190px;
	float: left;
	margin-right: 20px;
}
.pp1_3{/*BOX*/
	border-radius: 5px;
	width: 240px;
	float: left;
	margin: 0 20px 30px 0;
}
.pp2_2{/*BOX*/
	border-radius: 5px;
	width: 265px;
	float: left;
	margin: 0 20px 30px 0;
}
.pp_center{/*BOX*/
	border-radius: 5px;
	width: 350px;
	margin: 0 auto 0;
}
.pp1_2{/*BOX*/
	border-radius: 5px;
	width: 369px;
	float: left;
	margin: 0 20px 30px 0;
}
/*---------------------------------------------*/
.pp{
	padding: 10px;
	clear: both;
	border-radius: 5px;
}
.pp2_3{
	border-radius: 5px;
	width: 550px;
	float: left;
}
.pp2_3_center{
	border-radius: 5px;
	width: 550px;
	margin:0 auto;
}
.pp_end{ margin-right:0;}
.pp_bottom{}
.pp_red{
	background-color: rgba(198,64,45,1);
	color: rgba(244,244,244,0.9);
}
.pp_green{
	background-color: rgba(119,185,70,1);
	color: rgba(244,244,244,0.9);
}
.pp_cg{
	background-color: rgba(87,168,154,1);
	color: rgba(244,244,244,0.9);
}
.pp_yahoo{
	background-color: rgba(75,162,180,1);
	color: rgba(244,244,244,0.9);
}
.pp_purp{
	background-color: rgba(120,92,163,1);
	color: rgba(244,244,244,0.9);
}
.pp_blue{
	background-color: rgba(80,130,175,1);
	color: rgba(244,244,244,0.9);
}
.pp_pink{
	background-color: rgba(181,102,169,1);
	color: rgba(244,244,244,0.9);
}
.pp_gray{
	background-color: rgba(151,153,147,1);
	color: rgba(244,244,244,0.9);
}
.pp_white{
	background-color: rgba(223,217,210,1);
	color: rgba(51,51,51,0.9);
}
.pp_prize{
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	border-top: 1px dashed rgba(255,255,255,.5);
	line-height: 1.5em;
	padding-bottom: 0;
	font-weight: bold;
}
.pp strong{
	display: block;
	text-align: center;
	border-bottom: 1px dashed rgba(255,255,255,.5);
	margin:0 -3px;
}
.pp strong span{
	font-size:13px;
	font-weight:normal;
}
/*---------------------------------------BTN*/
.aw_btn a{
	text-align: center;
	display: block;
	border:3px solid;
	padding: 5px 0;
	margin: 0 0 60px 0;
	color: rgba(198,64,45,1);
	transition: all 0.3s;
	border-radius: 5px;
	clear: both;
}
.aw_btn.aw_btn_official a{
	border-color: rgba(198,64,45,1);
}
.aw_btn.aw_btn_cg a{
	border-color: rgba(87,168,154,1);
	color: rgba(87,168,154,1);
	margin-top: 20px;
}
.aw_btn.aw_btn_yahoo a{
	border-color: rgba(75,162,180,1);
	color: rgba(75,162,180,1);
	margin-top: 20px;
}
.aw_btn.aw_btn_gray a{
	border-color: rgba(151,153,147,1);
	color: rgba(151,153,147,1);
	margin-top: 20px;
}
.aw_btn.aw_btn_green a{
	border-color: rgba(119,185,70,1);
	color: rgba(119,185,70,1);
}
.aw_btn.aw_btn_blue a{
	border-color: rgba(75,162,180,1);
	color: rgba(80,130,175,1);
	margin-top: 20px;
}
.aw_btn.aw_btn_purp a{
	border-color: rgba(120,92,163,1);
	color: rgba(120,92,163,1);
	margin-top: 20px;
}
.aw_btn.aw_btn_pink a{
	border-color: rgba(181,102,169,1);
	color: rgba(181,102,169,1);
}
.aw_btn_official a:hover{
	border: rgba(198,64,45,1) 3px solid;
	color: rgba(250,250,248,1);
	background-color: rgba(198,64,45,1);
}
.aw_btn_gray a:hover{
	border: rgba(151,153,147,1) 3px solid;
	color: rgba(250,250,248,1);
	background-color: rgba(151,153,147,1);
}

.aw_btn_green a:hover{
	border: rgba(119,185,70,1) 3px solid;
	color: rgba(250,250,248,1);
	background-color: rgba(119,185,70,1);
}
.aw_btn_blue a:hover{
	border: rgba(75,162,180,1) 3px solid;
	color: rgba(250,250,248,1);
	background-color: rgba(75,162,180,1);
}
.aw_btn_purp a:hover{
	border: rgba(120,92,163,1) 3px solid;
	color: rgba(250,250,248,1);
	background-color: rgba(120,92,163,1);
}
.aw_btn_pink a:hover{
	border: rgba(181,102,169,1) 3px solid;
	color: rgba(250,250,248,1);
	background-color: rgba(181,102,169,1);
}
.aw_btn_cg a:hover{
	border: rgba(87,168,154,1) 3px solid;
	color: rgba(250,250,248,1);
	background-color: rgba(87,168,154,1);
}
.aw_btn_yahoo a:hover{
	border: rgba(75,162,180,1) 3px solid;
	color: rgba(250,250,248,1);
	background-color: rgba(75,162,180,1);
}

/*-------------------------------------BORDER*/
.aw_border-red01{
	height: 60px;
	border-right: 3px solid rgba(198,64,45,1);
	width: 50%;
}
.aw_border-red01_aa{
	border: 3px solid rgba(198,64,45,1);
	border-bottom:none;
	height: 25px;
	width: 510px;
	margin: 0 auto;
}
.aw_border-red01_ab{
	border-right: 3px solid rgba(198,64,45,1);
	height: 28px;
	width: 255px;
}
.aw_border-pink01{
	height: 60px;
	border-right: 3px solid rgba(181,102,169,1);
	width: 50%;
}
.aw_border-pink01_aa{
	border: 3px solid rgba(181,102,169,1);
	border-bottom: none;
	height: 25px;
	width: 510px;
	margin: 0 auto;
}
.aw_border-pink01_ab{
	border-right: 3px solid rgba(181,102,169,1);
	height: 28px;
	width: 255px;
}
.aw_border-blue{
	height: 60px;
	border-right: 3px solid rgba(80,130,175,1);
	width: 50%;
}
.aw_border-purp{
	height: 60px;
	border-right: 3px solid rgba(120,92,163,1);
	width: 50%;
}
.aw_border-yahoo01{
	height: 95px;
}

.aw_border-yahoo_aa{
	width: 275px;
	height: 45px;
	border-right: 3px solid rgba(75,162,180,1);
}
.aw_border-yahoo_ab{
	height: 46px;
	width: 280px;
	display: block;
	border: 3px solid rgba(75,162,180,1);
	border-bottom: none;
	margin: 0 auto;
}
.aw_border-yahoo02{
	height: 35px;
	width: 85px;
	border-right: #21A98A 3px solid;
}
.aw_border-green01{
	height: 95px;
}
.aw_border-green01_aa{
	width: 275px;
	height: 45px;
	border-right: 3px solid #6CAA04;
}
.aw_border-green01_ab{
	height: 46px;
	width: 280px;
	display: block;
	border: 3px solid #6CAA04;
	border-bottom: none;
	margin: 0 auto;
}
.aw_border-green02{
	height: 35px;
	width: 85px;
	border-right: #21A98A 3px solid;
}
.aw_border-gray01{
	height: 60px;
	border-right: 3px solid rgba(151,153,147,1);
	width: 50%;
}
.aw_border-gray01_aa{
	width: 275px;
	height: 45px;
	border-right: 3px solid rgba(151,153,147,1);
}
.aw_border-gray01_ab{
	height: 46px;
	width: 280px;
	display: block;
	border: 3px solid rgba(151,153,147,1);
	border-bottom: none;
	margin: 0 auto;
}
.aw_border-cg01{
	height: 30px;
	width: 51%;
	border-right: rgba(87,168,154,1) 3px solid;
}
.aw_border-yahoo{
	height: 30px;
	width: 51%;
	border-right: rgba(75,162,180,1) 3px solid;
}

/*-----------------------------------------------------------------------------------------SCH*/
.andazlounge{
	font-size: 10px;
	padding: 3px 0 0 0;
}
.future-zyusyou{
	font-size: 10px;
	padding: 3px 0 0 0;
}
table.sch{
	width: 100%;
	font-size: 13px;
	color: rgba(240,240,240,1);
	table-layout: fixed;
}
table.sch.shortsc{
	width: 40%;
	font-size: 13px;
	color: rgba(80,80,80,1);
}
table.sch td{
	border: 1px solid #333;
	text-align: center;
	font-size: 12px;
	padding: 0;
	background-color: rgba(102,102,102,1);
}
td.vr-td.lastvr{ width:110px;}

table.sch th{
	width: 16%;
	font-weight: normal;
	border: 1px solid #333;
	background-color: rgba(75,75,75,1);
	color: rgba(255,255,255,1);
}
table.sch th:first-child{
	/* [disabled]width: 20%; */
	font-weight: normal;
	border: 1px solid #333;
}
table.sch td a{
	display: block;
	padding: 5px 0;
	color: rgba(51,51,51,1);
	transition: all 0.2s;
}
table.sch td a:hover{
	color: rgba(255,255,255,1);
	opacity: 0.5;
}
td .buy{}
td .reserv{
/*	margin-top: 2px;*/
}
td.int-td a{
	background-color: rgba(226,194,99,1);
}
td.aj-td a{
	background-color: rgba(226,146,146,1);
}
td.earth-td a{
	background-color: rgba(170,210,140,1);
}
td.cg-td a{
	background-color: rgba(141,197,187,1);
}
td.tokyo-td a{
	background-color: rgba(131,172,205,1);
}
td.music-td a{
	background-color: rgba(200,186,220,1);
}
td.sp-td a{
	background-color: rgba(211,180,202,1);
}
td.ev-td a{
	background-color: rgba(207,198,188,1);
}
td.vr-td a{
	background-color: rgba(86,167,149,1);
	color: rgba(255,255,255,1) !important;
}
td.int-td .reserv a{
	background-color: rgba(201,160,37,1);
	border-top: #fff dotted 1px;
	color: #fff;
}
td.aj-td .reserv a{
	background-color: rgba(172,45,45,1);
	border-top: #fff dotted 1px;
	color: #fff;
}
td.earth-td .reserv a{
	border-top: #fff dotted 1px;
	background-color: rgba(119,185,70,1);
	color: #fff;
}
td.cg-td .reserv a{
	background-color: rgba(87,168,154,1);
	border-top: #fff dotted 1px;
	color: #fff;
}
td.tokyo-td .reserv a{
	background-color: rgba(73,133,182,1);
	border-top: #fff dotted 1px;
	color: #fff;
}
td.music-td .reserv a{
	background-color: rgba(113,94,162,1);
	border-top: #fff dotted 1px;
	color: #fff;
}
td.br-td .reserv a{
	background-color: rgba(150,126,211,1);
	border-top: #fff dotted 1px;
	color: #fff;
}
td.sp-td .reserv a{
	background-color: rgba(157,98,146,1);
	border-top: #fff dotted 1px;
	color: #fff;
}
td.ev-td .reserv a{
	background-color: rgba(157,136,117,1);
	border-top: #fff dotted 1px;
	color: #fff;
}
td.soon-td a{
	color: rgba(204,204,204,1) !important;
}

td.int-td .reserv a:after,td.aj-td .reserv a:after,td.earth-td .reserv a:after,td.cg-td .reserv a:after,td.tokyo-td .reserv a:after,td.music-td .reserv a:after,td.sp-td .reserv a:after,td.ev-td .reserv a:after{
	content:' \f061';
	font-family:'icomoon';
}

td .buy a{
	background-color: rgba(206,92,64,1);
	color: #fff !important;
	border-top: #fff dotted 1px;
	padding-bottom: 2px !important;
}
td .buy a:after{
	content:' \f07a';
	font-family:'icomoon';
}
td .buy a:hover{
	color: rgba(220,140,120,1);
}

td.int-td .reserv a:hover{
	background-color: rgba(223,188,83,1);
	color: #fff;
}
td.aj-td .reserv a:hover{
	background-color: rgba(209,84,84,1);
	color: #fff;
}
td.earth-td .reserv a:hover{
	color: #fff;
	background-color: rgba(142,202,111,1);
}
td.cg-td .reserv a:hover{
	background-color: rgba(143,197,187,1);
	color: #fff;
}
td.tokyo-td .reserv a:hover{
	background-color: rgba(116,162,199,1);
	color: #fff;
}
td.music-td .reserv a:hover{
	background-color: rgba(174,162,208,1);
	color: #fff;
}
td.sp-td .reserv a:hover{
	background-color: rgba(198,164,191,1);
	color: #fff;
}
td.ev-td .reserv a:hover{
	background-color: rgba(199,186,175,1);
	color: #fff;
}
.date_place{
	font-size: 16px;
	color: rgba(255,255,255,1);
	background-color: rgba(75,75,75,1);
	padding: 5px 10px;
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
}

/*-------------------------------------------------------------------------------access*/
.box_aside{
	padding: 15px 10px 10px 20px;
	/* [disabled]width: 80%; */
	font-size: 14px;
	background-color: rgba(60,60,60,1);
	border-radius: 0px 0px 10px 10px;
	margin: -5px 0 30px;
	color: rgba(248,248,248,1);
}
.access_map{

}
.access_map iframe{
	width: 100%;
	height: 330px;
	border-radius: 10px 10px 0px 0px;
}
/*-------------------------------------------------------------------------------FAQ-*/
.qa-box{
	padding: 20px 0 30px;
	margin: 0 0 25px 0;
	border-bottom: 1px solid rgba(73,73,73,1);
}
.q-box{
	font-size: 18px;
}
.a-box{
	padding: 30px 0 0 60px;
	clear: both;
	font-size: 15px;
}
.q-head,.a-head{font-family: 'Josefin Sans', sans-serif;	font-size: 30px;}
.q-head{
	color: rgba(229,0,1,1);
	display: block;
	width: 60px;
	float: left;
}
.a-head{
	color: rgba(30,143,227,1);
}
/*-----------------------------------------------------------------------------歩き方*/

.how2-case{
	background-image: url(../images/about/howto-bg-bg.png);
	background-repeat: no-repeat;
	padding: 170px 0 30px 0;
	border-radius: 20px;
	background-position: right top;
}
.how2box{
	padding: 10px 10px 10px 10px;
	border-radius: 18px;
	background-color: rgba(51,51,51,1);
}
.how2box a{border-bottom:rgba(204,204,204,1) 1px dotted;}
.how2arrow{
	width: 110px;
	height: 150px;
	background-image: url(../images/about/arrow.png);
	margin: 0 auto;
	background-repeat: no-repeat;
}
.how2title{
	font-weight: bold;
	padding: 7px 16px;
	display: inline-block;
	margin: 5px 0 20px -5px;
	color: #FFFFFF;
	font-size: 20px;
	position: relative;
	background-color: #A3140D;
	border-radius: 18px;
}
.how2title:after{
	content:'▼';
	font-size:20px;
	color:#A3140D;
	display:block;
	position:absolute;
	bottom:-2px;
	width:18px;
	height:15px;
}
h3.how2h3{
	font-size: 20px;
	padding: 5px 0 10px 0;
	color: #FFFFFF;
	border: none;
	background-image: url(none);
}
h3.how2h3:after{
	content:inherit;}
.how2icon{
	width: 120px;
	height: 120px;
	float: left;
	margin: 10px 25px 35px 5px;
}
.how2icon img{
	display:block;
	margin: 0;
}
img.how2-01{
	margin: 20px 0 0 145px;
	display: block;
}
ul.how2ul{ list-style:none;}
ul.how2ul li{
	margin-left: 1em !important;
	padding-left: 0px;
	text-indent: -1em;
	line-height: 1.2em;
}
ul.how2ul li:before{
	content:'・';
}
.how2social{
	display:block;
	margin: 0;
}
.how2social a{ border-bottom:none;}

/*--------------------------------------------------------------------------------審査員*/
.juro-set{
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px dotted #666;
}
.juro-photo{
	width: 220px;
	float: left;
}

.juro-photo img{
	width: 210px;
	height: auto;
	border: 5px solid #fff;
	box-shadow: 1px 2px 6px rgba(51,51,51,.2);
	margin-bottom: 10px;
	color: rgba(153,153,153,1);
}
.juro-body{
	width: 510px;
	float: left;
	padding: 0 0 0 30px;
}
h2.juro-name{
	font-size: 18px;
	padding-bottom: 15px;
	background-image: none;
	border-left: #ccc 4px solid;
	border-color: rgba(204,51,0,1);
}

body.eng h2.juro-name{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	font-weight: 600;
}

h2.juro-name span{
	font-size: 13px;
	display: block;
	font-weight: normal;
	color: rgba(164,164,164,1);
}

/*-------------------------------------------------------------------------------サイド・プログラムリスト*/

span.sub_title{
	background-color: rgba(0,0,0,.2);
	display: block;
	padding: 1px 0 1px 2px;
}
ul.program-ul{ padding:0 0 20px 10px;}
ul.program-ul li a{
	display: block;
	font-size: 13px;
/*	transition: all 0.2s;
	-webkit-transition: all 0.2s;*/
}
ul.program-ul li a:hover{
	background-color: rgba(102,0,0,.5);
}

.txt-half span.sub_title{
	background-color: rgba(35,35,35,0.2);
	display: block;
	padding: 1px 0 1px 0;
	font-size: 13px;
}
.txt-half ul.program-ul{ padding:0;}
.txt-half ul.program-ul li a{
	display: inline;
	font-size: 13px;
	line-height: 1.5;
}
.txt-half ul.program-ul li a:hover{
	background-color: inherit;
}
/*--------------------------------------------------------------イベント用*/
.event-guest{
	font-size: 14px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #666;
	clear: both;
}
.event-guest-txt{
	width: 560px;
	float: left;
}
.event-guest-tmb{
	width: 180px;
	float: left;
	overflow: hidden;
	margin: 0 20px 20px 0;
}
.event-guest-tmb img{
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.film-event{}
.event-guest2{
	margin: 30px 0;
	background-color: rgba(244,244,240,1);
	padding: 20px 10px;
	\
	border-radius: 10px;
}
.event-guest2-detail{
	width: 360px;
	float: left;
	font-size: 12px;
}
.event-guest2-photo{
	width: 200px;
	float: left;
	margin: 0 20px 0 0;
}
p.catch{
	font-size: 38px;
	text-indent: -0.8em;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	clear: both;
	padding: 0 30px 30px 30px;
}
p.catch:before{ content:'“'; font-size:52px;}
p.catch:after{ content:'”'; font-size:52px;}
.eng .catch{}

/*-----------------------------------------------------------------BRANDED*/
#branded .main{ color:#0e4274;}
#branded h2.brndh2{
	background-image: url(none);
	margin: 0;
	padding: 0;
}
#branded h3.brndh3{
	text-align: center;
	clear: both;
}
#branded h4.brndh4{
	color: #0e4274;
	font-size: 20px;
}
#branded h2.brndh22{
	color: rgba(51,51,51,1);
}
.brand{
	padding-bottom: 90px;
}
.fig_right{
	float: right;
	margin: 15px 0 0 35px;
}
.h_sub{
	text-align: center;
	font-size: 16px;
	margin-top: -40px;
}
#branded h2.brndh2:after,#branded h3.brndh3:after,#branded h4.brndh4:after{ content:inherit;}

.branded_btn01{
	height: 100px;
	clear: both;
	padding-top: 15px;
}
.branded_btn01 a{
	color: rgba(51,102,153,1);
	font-size: 20px;
	display: block;
	background-color: rgba(255,255,255,1);
	padding: 20px 0;
	margin-right: 25px;
	float: left;
	width: 236px;
	text-align: center;
}
.branded_btn02{
	height: 100px;
	clear: both;
	/* [disabled]padding-top: 15px; */
}
.branded_btn02 a{
	color: rgba(51,102,153,1);
	font-size: 20px;
	display: block;
	background-color: rgba(255,255,255,1);
	padding: 20px 0;
	margin-right: 25px;
	float: right;
	width: 236px;
	text-align: center;
	margin: 10px 0 20px 25px;
}
.juros_toggle{
	text-align: center;
	margin: 0px 0 30px 0;
}
.juros_toggle:after{
	content:'全ての審査員を表示する';
	background-color:rgba(51,102,153,1);
	color:rgba(255,255,255,1);
	border-radius:20px;
	padding:3px 20px;
	cursor:pointer;
}
.juros_toggle.off:after{
	content:'審査員を折りたたむ';
}
.eng .juros_toggle:after{
	content:'All Juros';
}
.eng .juros_toggle.off:after{
	content:'Hide Juros';
}
.juros_unit{}
.juros_box{
	padding-bottom: 40px;
}
.juros_box strong{
	font-size: 16px;
	padding-bottom: 0.2em;
	display: block;
}
.juros_box strong span{
	font-weight:normal;
	font-size:14px;
}
.juros_face{
	width: 80px;
	float: left;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
}
.juros_face img{
	width: 100%;
	height: auto;
	border: 3px solid #fff;
	box-shadow: 1px 1px 4px rgba(51,51,51,.4);
}
.off .juros_face{
	width: 160px;
	float: left;
}
.juros_data{
	width: 630px;
	float: right;
	margin: 0 0 0 25px;
	border-left: rgba(255,255,255,1) 3px solid;
	padding: 20px 0 0 20px;	
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
}
.off .juros_data{
	width: 550px;
padding: 0 0 30px 20px;
}
.juros_data p{
	display: none;
}
.off .juros_data p{
	display:block;
}
.branded_btn01 a:nth-child(3){ margin-right:0;}
.bra_event{
	padding: 25px 0;
}
.bra_event_img{
	width: 250px;
	float: left;
}
.bra_event_img img{
	width: 100%;
	height: auto;
	border: 4px solid #fff;
	box-shadow: 1px 1px 4px rgba(51,51,51,.4);
}
.bra_event_data{
	width: 460px;
	float: right;
}

.bra_event_data strong.date{
	background-color: rgba(155,184,198,1);
	padding: 3px 0;
	display: block;
	text-align: center;
	color: rgba(255,255,255,1);
	border-radius: 15px;
	font-weight: normal;
}
.btn_bra_event a{
	color: rgba(51,51,51,1);
	background-color: rgba(255,255,255,1);
	display: block;
	text-align: center;
	padding: 5px 0;
}
.branded_link a{
	text-align: center;
	clear: both;
	display: block;
	padding: 4px 0;
	border-bottom: rgba(20,46,73,1) 1px solid;
	border-right: rgba(20,46,73,1) 1px solid;
	border-top: rgba(55,107,166,1) 1px solid;
	border-left: rgba(55,107,166,1) 1px solid;
	margin: 20px 0;
	color: rgba(248,248,245,1);
	background-color: rgba(53,84,119,1);
}
.branded_link a:hover{

}
.bra_event_video{
	width: 380px;
	float: left;
	font-size: 90%;
	padding-bottom: 45px;
}
.bra_event_video strong,.bra_event_btn strong{
	background-color: rgba(168,181,193,1);
	padding: 3px 0;
	display: block;
	text-align: center;
	color: rgba(255,255,255,1);
	margin-top: -8px;
}
.bra_event_video iframe{
	width: 100%;
	height: 160px;
}
.bra_event_video span,.bra_event_btn span{
	background-color: rgba(202,207,221,1);
	padding: 3px 0;
	display: block;
	text-align: center;
	margin: 0 0 5px;
}
.bra_event_btn{
	width: 350px;
	float: left;
	padding-bottom: 50px;
	margin-right: 30px;
}
.bra_event_btn iframe{
	width: 100%;
	height: 180px;
}
/*------------------------------------------------------------------*/
#branded .trace ul li{
	color: rgba(51,51,51,1);
}
#branded .trace ul li a{
	color: rgba(102,102,102,1);
}
#branded .film-list-data{
	background-color: rgba(241,241,241,1);
}
#branded h2.brandedh2{
	font-family: 'Raleway', sans-serif;
	font-size: 72px;
	background-image: none;
	text-align: center;
	line-height: 1em;
	color: rgba(0,51,102,1);
	padding: 0;
	margin: 0;
}
#branded h2.brandedh2 span{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	line-height: 3em;
}
#branded h2.brandedh2:after{
	content:none;
}
#branded h3.one-filmh2{
	color: rgba(51,51,51,1);
	font-size:28px;
	background-color: inherit;
}
#branded h3.one-filmh2 span{
	color: rgba(51,51,51,1);
}
#branded .time-detail{
	background-color: rgba(199,199,199,1);
	color: rgba(51,51,51,1);
}
#branded .time-reserve a{
	background-color: rgba(157,157,157,1);
	color: rgba(255,255,255,1);
}
#branded .time-site a{
	background-color: rgba(102,102,102,1);
	color: rgba(222,222,222,1);
}

#branded .film-nav ul li a{
	background-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
}
#branded .film-nav ul li.active a{
	background-color: rgba(204,51,0,1);
}
.branded_nav{
	text-align: center;
	padding:30px 0 0 0;
}
.branded_nav a{
	color: rgba(0,51,102,1);
	padding: 0 30px;
	font-size:14px;
}
/*-------------------------------------------------------------------*/
.kawada_ev01{
	padding: 0 0 30px 0;
	border-bottom: #666 1px solid;
	margin-bottom: 30px;
}
.kawada_ev02{
	clear: both;
}
.kawada_ev01_img{
	float: left;
	width: 300px;
	height: auto;
	margin: 0 30px 30px 0;
}
.kawada_ev01_img img,.kawada_ev02_img img{
	width: 100%;
	height: auto;
}
.kawada_ev02_img{
	float: right;
	width: 300px;
	height: auto;
	margin: 0 30px 0 30px;
}
/*--------------------------------------------------------------------------------lexus */
.lexus-set{
	padding-bottom: 35px;
	margin-bottom: 35px;
	/* [disabled]border-bottom: 1px dotted #666; */
	width: 100%;
}
.lexus-set .tmb-list{
	width: 390px;
}
.lexus-set .tmb-list img{
	width: 100%;
	height: auto;
}
.lexus-set .film-synopsis{
	width: 350px;
}
.lexus-photo{
	width: 230px;
	float: left;
	text-align: center;
}
.lexus-body{
	width: 450px;
	float: right;
	padding: 0 0 0 40px;
	border-left: #ccc 2px solid;
	border-color: rgba(204,51,0,1);
	line-height: 1.6em;
}
.lexus-photo span{
	font-size:72px;
	color:rgba(102,102,102,1);
}
.lexus-32{
	width: 470px;
	float: left;
	margin: 40px 40px 40px 0;
}
.lexus-32 img,.lexus-31 img,.lexus-21 img{
	width:100%;
	height:auto;
}
.lexus-31{
	width: 250px;
	float: left;
	margin: 40px 0 0 0;
}
.lexus-31-green{
	width: 200px;
	float: right;
	margin: 40px 0 0 0;
	background-color: rgba(75,162,180,1);
	padding: 15px 25px;
}
.lexus-31-green a{
	color: rgba(241,241,241,1);
}
.lexus-21{
	width: 48%;
	float: left;
	margin: 40px 4% 40px 0;
}

.lexus-212{
	width: 48%;
	float: left;
	margin: 40px 0 40px 0;
}
.lexus-map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

.le-award{
	padding-bottom: 30px;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
}
.le-award img{
	display:block;
	margin:10px auto;
	width:80%;
	height:auto;
}
.le-award h4{
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	line-height: 2em;
	padding-bottom: 0.2em;
}
.le-award h4:first-line{
	font-size: 30px;
	color: rgba(204,204,204,1);
	font-weight:normal;
}


/*--------------------------------------------------------結果*/

.award-select a span{
	color: rgba(221,221,221,1);
	padding: 0 10px;
	background-color: rgba(27,27,27,1);
	margin: 0 0 0 10px;
	border-radius: 15px;
}

a.xxxx{
	pointer-events: none;
	color: rgba(119,119,119,1);
}
p.xxxx{ opacity:0.7;}
.awa-res{
	background-color: rgba(54,54,54,1);
	margin-bottom: 15px;
	border-radius: 45px;
	position: relative;
	padding: 3px 0;
}
.awa-res.subres{
	padding: 3px 0 3px 0;
	margin-left:30px;
}
.awa-res.xxxx{
	opacity: 0.6;
}
.awa-res.gp-res{
	background: rgba(141,54,54,1) url(../images/award/clown.png) no-repeat 10px center;
	padding-left: 60px;
}
.awa-res-tit{
	padding-left: 30px;
	color: rgba(229,229,229,1);
}
.awa-res-tit:before{ content:'作品名 : ';}
.awa-res-dir,.awa-res-actl,.awa-res-act,.awa-res-ken{
	padding-left: 30px;
	color: rgba(229,229,229,1);
}
.eng .awa-res-tit:before{ content:'Title : ';}
.awa-res-dir:before{ content:'監督名 : ';}
.awa-res-actl:before{ content:'女優名 : ';}
.awa-res-act:before{ content:'俳優名 : ';}
.eng .awa-res-dir:before{ content:'Director : ';}
.eng .awa-res-actl:before{ content:'Actress : ';}
.eng .awa-res-act:before{ content:'Actor : ';}
.awa-res-cat{
	font-size: 13px;
	padding-left: 30px;
	color: rgba(197,176,122,1);
}
.awa-res-day{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	color: rgba(255,255,255,1);
	text-align: center;
	background-color: rgba(27,27,27,1);
	display: block;
	width: 50px;
	padding: 15px 0 10px;
	border-radius: 50%;
	float: right;
	position: relative;
	margin: -60px 10px 0 0;
}
.awa1-2{
	width: 49%;
	margin-right: 1%;
	float: left;
}
.awa1-2-2{
	width: 49%;
	margin-left: 1%;
	float: left;
}
.award-tit{
	font-size: 13px;
	color: rgba(197,176,122,1);
	background-color: rgba(62,62,62,1);
	margin-bottom: 15px;
	border-radius: 15px;
	position: relative;
	padding: 5px 5px 5px 25px !important;
}
.awa-res-day:before{ content:'発表日 '; display:block; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size:13px; position:absolute; left:-50px;}
.eng .awa-res-day:before{ content:'announce'; display:block; font-size:12px; position:absolute; left:-65px;}

.award-select a:after{
/*	color: rgba(42,42,42,1);
	content:'\f061';
	font-family:'icomoon';
	padding:0 0.5em;
	opacity:0;*/
}

.awa-res a:after{
/*	color: rgba(54,54,54,1);
	content:'\f061';
	font-family:'icomoon';
	font-size:28px;
	right:150px;
	top:30%;
	position:absolute;*/
}
.awa-res a[target="_blank"]:after{
/*	color: rgba(54,54,54,1);
	content:'\f045';
	font-family:'icomoon';
	font-size:28px;
	right:150px;
	top:30%;
	opacity:0;
	position:absolute;*/
}
.awa-res a:hover:after{
/*	color: rgba(233,61,61,1);
	opacity:1;*/
}
.award-select a:hover{
}
.awa-res.xxxx a:after{
	content:none;
}
/*-------------------------------------------------------------paging*/
.paging{
	font-size: 24px;
	padding: 20px 0 0 0;
}
.paging .rev{
	width: 50%;
	float: left;
}
.paging .next{
	width: 50%;
	float: right;
	text-align: right;
}
/*---------------------------------------------------------------------VR Guide*/


.watchvr a{
	background-color: rgba(112,171,164,1);
	padding: 5px 15px 5px 5px;
	color: rgba(255,255,255,1);
	border-radius:4px;
}

/*---------------------------------------------------------------------modal*/
#modal-close{
	float: right;
	margin-bottom: -50px;
}
#modal-content {
	width: 70%;
	margin: 0;
	padding: 150px 0 0 0;
	position: fixed;
	/* [disabled]display: none; */
	z-index: 9998;
	border-radius: 10px;
	height: 100%;
}

#modal-content .datamodal a{
	display: block;
	margin: 10px auto;
	width: 50%;
	height: 60%;
	padding: 10%;
	background-color: rgba(235,235,234,0.8);
	border-radius: 20px;
	color: rgba(51,51,51,1) !important;
	font-size: 24px;
}
.datamodal img{
	width: 100%;
	height: auto;
}
@media screen and (max-height:680px){
#modal-content p img{
	display: block;
	margin: 10px auto;
	width: auto;
	height: 500px;
}
}
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
/*===============================================

Utility

============================================== */
.pc-hide{ display:none;}
.smp-hide{}
.pc-br{ display:none;}
.smp-br{}
.all-right{text-align:right;}
.all-center{text-align:center;}
.date_font{font-family: 'Josefin Sans', sans-serif;}
.photo_half img{
	width: 320px;
	height: auto;
	margin: 1em 20px 2em 0;
	float: left;
	border-radius: 10px;
}
.photo_half_l{
	width: 340px;
	float: left;
	padding-bottom: 30px;
}
.photo_half_l img{
	width: 320px;
	height:auto;
}
img.r-10{	border-radius: 10px;}
.photo_half_r{
	width: 420px;
	float: left;
	padding-bottom: 30px;
}
.photo_half_r img{
	width: 330px;
	height: auto;
	padding-left: 70px;
}
.txt-half{
	width: 355px;
	float: left;
	padding: 1em 50px 30px 0;
}
div.txt-half:nth-child(odd){
	padding: 0;
}
.txt-half a{
	border-bottom: 1px dotted #ccc;
	font-size: 13px;
}
.txt-half a:hover{
	border-bottom: 1px solid #666;
}
.caption{
	font-size: 82%;
	line-height: 1.3em;
}
.notice{
	color: rgba(238,60,0,1);
}
.note-box{
	padding: 20px;
	background-color: rgba(25,25,25,1);
	font-size: 15px;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto;
}
img.left-float{
	float: left;
	margin: 0 30px 30px 0;
}
img.right-float{
	float: right;
	margin: 0 0 30px 30px;
}
.border-block{
	padding:10px;
	border:1px solid #666;
	border-radius:10px;
}
.vr-box{
	width: 710px;
	margin: 2em auto;
	padding: 40px 15px 15px;
	border: 1px solid #666;
	position: relative;
	border-radius: 8px;
}
.vr-box strong{
	background-color: rgba(35,35,35,1);
	padding: 10px;
	display: inline-block;
	margin: 0;
	position: absolute;
	top: -25px;
}
ol li.vr_li{}
ol li.vr_li:after{
	content:'↓';
	display:block;
	padding:1em 0;
	text-align:center;
}

/*===============================================

Clear FIX（IE6対応版）

============================================== */
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cf {
	display: inline-block;
	min-height: 1%;
	overflow: hidden;
}
/* Hides from IE-mac \*/

* html .cf {
	zoom: 1;
}
.cf {
	clear: both;
	display: block;
}
*:first-child+html .cf{ zoom: 1; } 
.clear{clear:both;}

hr{
	margin: 30px 0 20px;
	padding: 30px 0 20px;
	height: 1px;
	border: none;
	border-top: 1px solid rgba(80,80,80,1);
	display: block;
	width: 100%;
	clear: both;
}
hr.boldhr{
	margin: 50px 0 30px;
	padding: 50px 0 30px;
	height: 1px;
	border: none;
	border-top: 2px dashed #999;
	display: block;
	width: 100%;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?sq7f4d');
  src:  url('../fonts/icomoon.eot?sq7f4d#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?sq7f4d') format('truetype'),
    url('../fonts/icomoon.woff?sq7f4d') format('woff'),
    url('../fonts/icomoon.svg?sq7f4d#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-crown:before {
  content: "\e904";
}
.icon-line:before {
  content: "\e903";
}
.icon-up-17:before {
  content: "\e902";
}
.icon-map-17:before {
  content: "\e900";
}
.icon-ticket-17:before {
  content: "\e901";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-film:before {
  content: "\f008";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-share-square-o:before {
  content: "\f045";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-vimeo-square:before {
  content: "\f194";
}
.icon-movie_creation:before {
  content: "\e404";
}
.icon-camera:before {
  content: "\e905";
}
.icon-film2:before {
  content: "\e906";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-question_answer:before {
  content: "\e8af";
}
</pre></body></html>