<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(9,158,216,1);
}

ol{
	margin: 0 0 0 3em;
}
/*-------------------------------------------------------------------------------------------------------------BASIC-*/
body{
	margin: 0;
	padding: 0;
	background-color: rgba(255,255,255,1);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
}
.topimg{
	width: 100%;
	height: 300px;
	position: fixed;
	background: url(../yokohama/img/top-art-sp.jpg) no-repeat center;
	background-size: cover;
	margin-top: 100px;
	z-index: -1;
	top: 0px;
}

.wrapper{
	padding: 0 0 0 10px;
	background: url(../yokohama/img/yokohama-bg-sp.png) repeat-y;
	overflow-x: hidden;
}
.wrap{
	background-color: rgba(255,255,255,1);
	padding-left: 4px;
}

.main-sect{
	width: 100%;
	margin: 290px auto 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

#top .main-sect{
	margin: 450px auto 0;
}
#dance .main-sect{
	margin: 480px auto 0;
}
.main-padd{
}

.main-sect 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;}

/*-------------------------------------------------------------------------------------------------------------header-*/


.header{
	position: fixed;
	width: 97%;
	background-image: url(../yokohama/img/yokohama-bg-sp.png);
	background-color: rgba(255,255,255,1);
	background-repeat: repeat-y;
	background-position: left top;
	left: 0px;
	z-index: 2000;
	padding-left: 14px;
	top: 0px;
}

.header-inner{
	margin: 0 auto;
	height: 90px;
	position: relative;
	display: block;
}
.header.fixed .header-inner{
	height: 155px;
}
.mark a{
	width: 18%;
	height: 70px;
	float: left;
	display: block;
	background: url(../yokohama/img/y-mark.jpg) no-repeat center top;
	background-size: contain;
	white-space: nowrap;
	text-indent: 200%;
	overflow: hidden;
	margin: 15px 0 0 2%;
}
.dancelogo a{
	width: 18%;
	height: 70px;
	float: right;
	padding: 5px 0 0 0;
	background: url(../yokohama/img/y-dance-mark.jpg) no-repeat;
	background-size: contain;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	margin: 10px 2% 0 0;
	display: block;
}
.logo a{
	width: 50%;
	height: 25px;
	float: left;
	padding: 20px 0 0 0;
	background: url(../yokohama/img/y-logo.jpg) no-repeat right bottom;
	background-size: contain;
	white-space: nowrap;
	text-indent: -100%;
	overflow: hidden;
	display: block;
	margin: 15px 0 0 2%;
}
.social{
	width: 165px;
	padding: 0;
	text-align: right;
	display: block;
	height: 28px;
	padding: 5px 0 0 10px;
	list-style-type: none;
}
ul.social li a span{
	font-size: 20px;
	float:left;
	padding: 0 8px 0 0;
	color: rgba(255,255,255,.9);
}
.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: 230px;
	list-style: none;
	text-align: right;
	font-size: 11px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

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;
	border-top-color: rgba(255,255,255,1);
}
ul.lang li a{ color:rgba(255,255,255,1);}
ul.lang li:hover{
	border-top-color:rgba(255,255,255,.5);
}

.map{
	margin: 1em 0;
}
.map iframe{
	width: 96%;
}
.aa_34{
	display: block;
	width: 100%;
	position: absolute;
	background-color: rgba(9,158,216,1);
	color: rgba(255,255,255,1);
	padding: 5px 5px 5px 0;
	top: 88px;
	font-size: 12px;
	text-align: center;
	left: -5px;
}
.aa_34:after{
	content:' \f078';
	font-family:'icomoon';}
.aa_34.menu:after{
	content:' \f077';
	font-family:'icomoon';
}
.aa_35{
	display: none;
	width: 94%;
	padding: 3%;
	background-color: rgba(34,173,219,1);
	position: absolute;
	top: 115px;
	border-radius: 0px 0px 10px 10px;
	left: -5px;
}
/*------------------------------------------------------------------------------------------------------------------h-*/
h2{
	text-align: center;
	padding: 1.5em 0 1em;
	color: rgba(102,102,102,1);
	margin-bottom:1.5em;
	font-size: 24px;
	background-image: url(../yokohama/img/h2-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 120px;
	clear: both;
}
h3{
	font-size: 20px;
	margin: 2em 0 1em;
}
h3.h4{
	padding-bottom: 0.4em;
}
h3.programh3{
	font-size: 18px;
}
h3.programh3:before{
	content: "\e404";
	font-family: "icomoon";
	color: rgba(128,207,234,1);
	position: relative;
	font-size: 26px;
	padding-right: 5px;
	top: 3px;
	font-weight: normal;
}
h3.profile{
	font-size: 96%;
	margin-top: 0px;
	padding-top: 0px;
}
p.profile{
	font-size: 90%;
}
.logo-box{
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	padding: 0px 0 0 0;
	background: url(../yokohama/img/ssfflogo.jpg) no-repeat center top;
	width: 200px;
	height: 125px;
	margin: 20px auto 10px;
	background-size: 200px;
}
/*----------------------------------------------------------------------------------------------------------------nav-*/
.glbmenu{
	clear: both;
	padding: 5px 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
ul.glb li a{
	color: rgba(244,244,244,1);
	display: block;
	padding: 5px 10px;
	border-bottom: rgba(244,244,244,0.5) 1px solid;
	font-size: 14px;
	text-align: center;
	line-height: 1em;
}
ul.glb li:last-child a{
	border-bottom: none;
}

ul.glb li span{
	display: block;
	font-size: 9px;
	color: rgba(204,204,204,1);
}
ul.glb li a:hover{
	background-color: rgba(54,119,150,1);
	color: rgba(255,255,255,1);
}
ul.glb li a:hover span{
	color:rgba(204,51,0,1);
}
.drawer-toggle{display:none;}
.header button{ display:none;}

/*-------------------------------------------------------------------------------------------------------------footer-*/
.footer{
	color: rgba(242,242,242,1);
	height: 100px;
	background-image: url(../yokohama/img/y-footer-sp.png), url(../yokohama/img/y-footer2-sp.png);
	background-position: left bottom;
	background-repeat: no-repeat,repeat-x;
	display: block;
	padding: 20px 0 10px 40px;
}
.foot-inner{
	margin: 0 auto;
	position: relative;
	padding-top: 22px;
}
.foot-inner a img{
	display: inherit;
	margin-right: 5px;
	width: 60px;
	height: auto;
}
.copy{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
/*.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;
}

/*-------------------------------------------------------------------------------------------------------------trace-*/

nav.trace{
	padding: 10px 0 20px 3px;
}
.trace ul{}
.trace ul li{
	display: block;
	float: left;
	font-size: 10px;
	margin-right: 5px;
	color: rgba(51,51,51,1);
	margin-top: 5px;
}
.trace ul li a{
	padding: 0 0 3px 0;
	border-bottom: 2px solid rgba(25,148,201,1);
	color: rgba(51,51,51,1);
}
.trace ul li a:hover{
	border-bottom: 3px solid rgba(192,70,67,1);
	text-decoration: none;
}
.trace ul li:last-child{
}
/*---------------------------------------------------------------------------------------------------------------TOP-*/

.threebox{
	margin: 40px 0;
}
.threebox-01{
	width: 30%;
	float: left;
	margin: 0 3% 0 0;
	border: 1px solid #ccc;
}
.threebox-02{
	width: 26%;
	float: left;
	text-align: center;
	padding: 3px 7px;
	border: 1px solid #ccc;
}
.threebox-01 img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.threebox-02 img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.top-word{
	font-size: 18px;
	padding: 20px 0;
	text-align: center;
}

#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;
}
.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;
}

/*-----------------------------------------------------------------------------------------------------------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: 6px 10px 0 0;
	margin: 15px 0;
	background-color: rgba(233,243,243,.5);
	border: #eee 1px solid;
}
.other-social:hover{	background-color: rgba(233,243,243,1);}
.other-g{ float:right; width:60px; text-align:right;}
.other-tw{ float:right; width:85px; text-align:right;}
.other-fb{
	float: right;
	width: 100px;
	text-align: right;
}


.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: 4px 25px 2px;
	background-color: rgba(25,148,201,1);
	color: #fff;
	margin: 0.3em 0 0.3em 0.5em;
	font-size: 16px;
	border-radius: 3px;
	transition: all 0.2s;
}
.btn01 a:before{
	content: "\f008";
	font-family: "icomoon";
	color: rgba(209,233,243,1);
	position: relative;
	padding-right: 5px;
	top: 0px;
	font-weight: normal;
}
.btn01 a:hover{
	background-color: rgba(106,194,213,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{
	margin-top: 10px;

}
.time-box{
	background-color: rgba(244,243,240,1);
	font-size: 14px;
	margin-bottom: 2px;
	color: rgba(69,69,69,1);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.time-detail{
	padding: 4px 0 4px 10px;
	text-align: center;
}
.time-reserve a{
	margin: 0 1px;
	padding: 4px 0;
	text-align: center;
	background-color: rgba(241,241,241,1);
	display: block;
}
.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);
}
.special-mark{
	display: block;
	width: 100px;
	text-align: center;
	padding: 4px 8px;
	border: 1px solid rgba(192,192,192,1);
	border-radius: 4px;
	font-size: 12px;
}
.eng .special-mark{	font-size: 10px;}
.one-filmh2{
	margin: 20px 0 0;
	padding: 10px 0;
	color: rgba(58,108,154,1);
	text-align: center;
	font-size: 24px;
}
h2.one-filmh2{ background-image:none;}

.one-filmh4{
	font-size: 20px;
	margin: 0;
	padding: 0 0 10px;
	color: rgba(58,108,154,1);
	text-align: left;
	background-image: none;
}
.one-filmh4 span{
	font-size: 14px;
	margin: 0;
	padding: 0 10px 5px 2px;
	color: rgba(102,102,102,1);
	text-align: left;
	background-image: none;
	font-weight: normal;
	display: block;
	border-bottom: 1px dotted #ccc;
}

.one-filmh2 span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: rgba(153,153,153,1);
	padding: 5px 0;
	border-top: 1px solid rgba(204,204,204,1);
	border-bottom: 1px solid rgba(204,204,204,1);
}
.one-filmh2:first-letter{
	color:inherit;
}
.tmb-detail{position:relative;}

.mature{
	color:  rgba(255,51,0,1);
	display: inline-block;
	padding:1px 5px;
}
.mature:after{
	display: block;
	content: 'マチュア・コンテンツ：mature表記のある作品には、性描写・暴力描写などが含まれています。';
	font-size: 12px;
	color: rgba(51,51,51,1);
}

.eng .mature:after{
	display: block;
	content:'Mature Content: These films may include sexual and/or violent content.';
	font-size: 12px;
	color: rgba(51,51,51,1);
}
.film-list-data{
	padding: 5px 0 5px 23px;
	font-size: 12px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(9,158,216,1);
	text-align: center;
}
.tmb-detail,.tmb-list-tube{
}
.tmb-detail img{
	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;
	font-size: 13px;

}
.film-btn2{
	clear: both;
}
.film-btn2 a,.film-btn a{
	text-align: center;
	clear: both;
	display: block;
	padding: 4px 0;
	border: rgba(51,176,230,1) 1px solid;
	margin: 10px 0;
	color: rgba(25,148,201,1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.film-btn2 a:hover,.film-btn a:hover{
	background-color:rgba(25,148,201,1);
	color:rgba(255,255,255,1);
}
.one-film{
	padding: 30px 0 60px;
	border-bottom: 1px solid #999;
	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: 300px;
	margin: 0 auto 30px;
}
.tmb-list img{
	max-width: 300px;
	height: auto;
}

.film-synopsis{
	margin: 0 0 30px 0;
}
.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{
}

.dir-social{
	width: 250px;
	font-size: 26px;
	padding: 15px 0 0 0;
}
.dir-social a{ color:rgba(153,153,153,1);}
.dir-data-p{
	font-size: 14px;
}

.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{
	width: 350px;
	float: left;
}
.film-nav ul{
	align-items: center;
	padding: 2px 0;
	margin-bottom: 10px;
}
.film-nav ul li a{
	width: 80px;
	padding: 5px 0;
	border-radius: 5px;
	font-size: 16px;
	margin-right: 8px;
	border: 1px solid rgba(9,158,216,1);
	float: left;
	text-align: center;
}
.film-nav ul li.active a{
	background-color: rgba(9,158,216,1);
	color: #fff;
	border: 1px solid rgba(9,158,216,1);
}
.film-nav ul li a:hover{}


/*-----------------------------------------------------------------------------------------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;
	table-layout: fixed;
	margin: 2em 0;
}
table.sch.shortsc{
	width: 40%;
	font-size: 13px;
	color: rgba(80,80,80,1);
}
table.sch td{
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px 2px;
}
td.vr-td.lastvr{ width:110px;}

table.sch th{
	font-weight: normal;
	border: 1px solid #ccc;
}
table.sch th:first-child{
	width: 12%;
	font-weight: normal;
	border: 1px solid #ccc;
}
table.sch td a{
	display: block;
	padding: 3px 0;
	color: rgba(51,51,51,1);
	transition: all 0.2s;
	margin: 0 auto 5px;
	height: 4.5em;
}
table.sch td a:hover{
	color: rgba(0,153,204,1);
	opacity: 0.5;
}
td .buy{}
td .reserv a{
	height: inherit !important;
}

td.sp-td a{
	background-color: rgba(255,255,255,1);
}
td.sp-td .reserv a{
	background-color: rgba(204,235,244,1);
	border-top: #fff dotted 1px;
}


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(25,148,201,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;
}

/*--------------------------------------------------------------------------------審査員*/
.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;
}
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{}
p.keisen{
	padding-bottom: 5px;
	margin-bottom: 8px;
	line-height: 1.5em;
	border-bottom: #ccc 1px dotted;
}

dl.eventdl{
	width: 100%;
}
.eventdl dt{
	display: block;
	width: 26%;
	float: left;
	clear: left;
}
.eventdl dd{
	display: block;
	width: 74%;
	float: left;
	padding-bottom: 0.8em;
	line-height: 1.4em;
}
/*---------------------------------------------------------------------------------------------head-img-*/
.headimg{
	width: 100%;
	height: 200px;
	position: fixed;
	background: url(../yokohama/img/top-art.jpg) no-repeat center;
	background-size: cover;
	margin-top: 100px;
	z-index: -1;
	top: 0px;
}

.headimg-dance{
	width: 100%;
	height: 200px;
	position: fixed;
	background: url(../yokohama/img/dance-art-sp.jpg) no-repeat center;
	background-size: cover;
	margin-top: 100px;
	z-index: -1;
	top: 0px;
}

.eng .headimg-dance{
	background: url(../yokohama/img/dance-art-sp-e.jpg) no-repeat center;
	background-size: cover;
}

.dance-gues{
	width: 40%;
	float: left;
	margin: 0 5% 10px 0
}
.dance-gues img{width:100%; height:auto;}
.dance-gues-e{
	width: 100%;
	margin: 0
}
.dance-gues2{
	width: 220px;
	margin: 0 auto 20px;
	text-align: center;
}
.dance-gues2 img{
	width: 100%;
	height: auto;
	padding-bottom: 15px;
}
.q_a{
	padding: 0 0 0 40px;
}
.q_a_wrap{
	padding-left: 10px;
	padding-bottom: 30px;
	color: rgba(102,102,102,1) !important;
}
.q_a_q{
	display: inline-block;
	background-color: rgba(9,158,216,1);
	padding: 5px 7px;
	color: #fff;
	border-radius: 3px;
	margin-right:4px;
	margin-left: -40px;
}
.q_a_a{
	display: inline-block;
	border: 1px solid rgba(9,158,216,1);
	color: rgba(9,158,216,1);
	padding: 1px 5px;
	border-radius: 3px;
	margin-right:4px;
	margin-left: -40px;
}
.eng .q_a_a{	padding: 3px 5px;}
.prg{
	margin: 60px 0;
}
.prg-img{
	width: 150px;
	margin: 0 auto;
}
.prg-img img{
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.prg-txt{
	margin: 0 0 20px;
}
.film-catch{text-align:center;}
/*===============================================

Utility

============================================== */
.pc-hide{}
.smp-hide{ display:none;}
.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: 8px;
	border: 1px solid rgba(9,158,216,1);
	border-radius: 10px;
	font-size: 94%;
	margin: 20px 0;
	line-height: 1.4em;
}
.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;
}

/*---------------------------------------------------------------------modal*/
body {
	width: 100% ;
	height:100%;
	padding: 0 ;
}
#modal-close{
	float: right;
	margin-bottom: -50px;
}
#modal-content {
	width: 80%;
	margin: 0;
	padding: 120px 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: 84%;
	height: 60%;
	padding: 8%;
	background-color: rgba(235,235,234,0.8);
	border-radius: 20px;
	color: rgba(51,51,51,1) !important;
	font-size: 16px;
}
.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 ) ;
}
/*===============================================

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>