<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;
}
em{ font-style:normal;}
article, aside, dialog, figure, footer, header,
hgroup, nav, section,main {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote{
	padding-left: 2.5em;
}
table{
	border-collapse: collapse;
	width: 100%;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a{
	text-decoration: none;
	color: rgba(60,154,223,1);
}
a:hover{
	color: rgba(0,128,189,1);
}
p{
	padding-bottom: 1em;
}
/*input{-webkit-appearance: none;}*/

ul li{
	list-style-type: none;
}

blockquote{ padding:0 0 0 30px;}
img{
	max-width:100%;
	height:auto;
}
a img:hover{opacity:0.7;}
/*--------------------------------------------------------------------------------------------------------------
                                                        BASIC
--------------------------------------------------------------------------------------------------------------*/
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: rgba(68,68,68,1);
}
body#en{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
main{
	height: 100%;
	padding: 50px 0;
	background: url(../images/common/ssff2020-bg.jpg) no-repeat center top rgba(251,245,197,1);
}
.main-box{
	line-height: 1.6em;
	width: 960px;
	padding: 50px 30px;
	margin: 0 auto;
	background-color: rgba(254,253,248,1);
}
.harf{ width:45%; padding:0 5% 0 0; float:left;}
.harf img.top-poster{
	width: 160px;
	height: auto;
	float: left;
	margin: 0 1em 1em 0;
}
.harf:last-child{ padding:0 0 0 5%;}
.one-2{
	width: 30%;
	float: left;
}
.one-2:last-child{
	width: 70%;
}
.two-1{}
.two-1:last-child{}

ul.list{padding-bottom:0.8em;}
ul.list li{
	padding-left: 1em;
	text-indent:-1em;
}
ul.list li:before{
	content:'・';
}
/*--------------------------------------------------------------------------------------------------------------
                                                        HEADER
--------------------------------------------------------------------------------------------------------------*/
.header{
	height: 112px;
	background-color: rgba(254,240,120,1);
	background-image: url(../images/common/header-bg.jpg);
	background-position: center;
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
}
.header-inner{
	width: 1020px;
	margin: 0 auto;
	position: relative;
}
.logo a{
	width: 130px;
	height: 56px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	transition: linear 0.2s;
	background: url(../images/common/logo.svg) no-repeat;
	background-size: contain;
	float: left;
	margin: 30px 0 0 0;
}
.logo a:hover{
	opacity: 0.6;
}

/*-------------------------------SEARCH-*/
.search-box{
	width: 200px;
	color: #666;
	position: absolute;
	top: 25px;
	right: 18px;
	z-index: 50;
	padding: 12px 15px;
	background-color: #FDFDFD;
	border-radius: 0px 25px 25px 25px;
	display: none;
}
.search-menu{display:none;}
.search{
	width: 200px;
}
#searchform,#searchform2{
	position: relative;
	margin-top: 0px;
	z-index: 110;
}
#s,#s2{
	padding: 4px 60px 4px 10px;
	width: 130px;
	border-radius: 25px;
	font-size: 16px;
	background-color: #FDFDFD;
	color: #333;
	box-shadow: inset 0px 0px 5px rgba(51,51,51,.3);
	border: #ccc 1px solid;
}

#searchsubmit,#searchsubmit2{
	position: absolute;
	top: 0px;
	right: -1px;
	width: 50px;
	height: 28px;
	background: rgba(141,205,54,1) url(../images/common/search.svg) no-repeat center;
	background-size: 25px;
	border: none;
	cursor: pointer;
	border-radius: 0px 25px 25px 0px;
}

#searchsubmit:hover,#searchsubmit2:hover{
	background-color: rgba(125,190,46,1);
}
.search_e{
	width: 240px;
	float: right;
	margin-top: -10px;
}


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

.footer{
	background: url(../images/common/footer.png) no-repeat  center bottom rgba(255,255,255,1);
}
.footer-inner{
	width: 1020px;
	margin: 0 auto;
}
.copy{
	float: left;
	clear: right;
	font-size: 12px;
	padding: 0 0 30px 40px;
}
.foot-logo a{
	width: 180px;
	height: 90px;
	display: block;
	float: left;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: url(../images/common/logo.svg) no-repeat center;
	background-size: 180px;
	margin-top: 30px;
}
.foot-sponsor-inner img{
	/* [disabled]margin: 5px 25px; */
}
.foot-sponsor{
	width: 1020px;
	margin: 10px auto 50px;
	font-size: 14px;

}
.foot-sponsor-inner{
	font-size: 12px;
}
.foot-sp0{
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}
.foot-sp00{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}
.foot-sp00 img{
	margin: 10px 65px;
}
.foot-sp01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0;
}
.foot-sp001{
	width: 298px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float: left;
	border-bottom: none;
	padding: 15px 40px 0 70px;
}
.foot-sp02{
	width: 300px;
	float: left;
	padding-left: 30px;
	text-align: center;
	border-bottom: none;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.foot-sp02 img{
	margin:10px 10px 0;
}
.foot-sp021{
	width: 280px;
	float: left;
	text-align: center;
	border-bottom: none;
}
.foot-sp03{
	width: 80%;
	border-top: 1px solid #ccc;
	clear: both;
	padding: 10px 10%;
	text-align: center;
}
.foot-sp03 img{
	margin: 10px 15px 0;
}
.foot-sp04{
	width: 470px;
	float: left;
	border-right: 1px solid #ccc;
	padding: 0 10px 0 0;
}
.foot-sp04 img{
	margin: 5px 0 0 10px;
}
.foot-sp04 img.cinemacafe{
	margin-left: 190px;
	margin-top: -20px;
}
.foot-east{
	float: right;
	width: 260px;
	padding: 100px 0 0 0;
	text-align: center;
}
.foot-west{
	float: left;
	width: 720px;
	border-right: 1px solid #ccc;
	margin: 20px 0 0 20px;
	padding-right: 10px;
}

.foot-sp05{
	width: 220px;
	float: left;
	border-bottom: none;
	text-align: center;
	padding: 0 0 0 10px;
}
.foot-sp05 img.kyoudo{
	margin-top: 70px;
}
.foot-sp06{
	width: 170px;
	float: left;
	text-align: center;
	padding-top: 10px;
	margin-top: 15px;
	clear: left;
	border-top: 1px solid #ccc;
}
.foot-sp08{
	width: 270px;
	float: left;
	text-align: center;
	padding-top: 10px;
	margin-top: 15px;
	border: 1px solid #ccc;
	border-bottom: none;
}
.foot-sp09{
	width: 270px;
	float: left;
	text-align: center;
	padding-top: 10px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
}

.pagetop a{
	display: block;
	width: 60px;
	text-align: center;
	font-size: 13px;
	padding: 5px 0 0;
	height: 55px;
	background-color: rgba(141,205,54,.8);
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	line-height: 1.3em;
}
.pagetop a:hover{	background-color: rgba(141,205,54,1);}
.foot-nav{
	width: 600px;
	float: right;
}
.foot-nav ul{
	display: flex;
	justify-content: flex-end;
}
.foot-nav li a{
	color: rgba(39,39,39,1);
	font-size: 13px;
	display: block;
}
.foot-nav li a:before{
	content:'▶';
	font-size:9px;
	position:relative;
	padding:0 3px 0 10px;
}
.foot-nav li a:hover{}
.foot-title{
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	float: left;
	background: url(../images/common/footer-title-j.png) no-repeat center;
	background-size: 500px;
	width: 520px;
	height: 48px;
	margin: 18px 0 0 30px;
}
#en .foot-title{
	background: url(../images/common/footer-title-e.png) no-repeat center;
	background-size: 500px;
}
.foot-social{
	float: right;
	padding: 25px 0 0;
	display: flex;
	justify-content: flex-end;
	width: 250px;
}
.foot-social span{ font-size:36px; padding-left:8px;}
.foot-social a span.icon-facebook-square{ color:rgba(234,170,119,1);}
.foot-social a span.icon-twitter-square{ color:rgba(234,189,119,1);}
.foot-social a span.icon-instagram{ color:rgba(176,96,188,1);}
.foot-social a span.icon-youtube{ color:rgba(242,137,100,1);}
.foot-social a span:hover{ opacity:0.7;}
/*--------------------------------------------------------------------------------------------------------------
                                                         NAV
--------------------------------------------------------------------------------------------------------------*/
header-nav{}
ul.upper-nav{
	display: flex;
	justify-content: flex-end;
	width: 810px;
	margin-bottom: 5px;
	position: absolute;
	left: 45px;
	background-color: rgba(252,249,209,0.5);
	top: 0px;
}
ul.main-nav{
	display: flex;
	justify-content: flex-end;
	width: 1020px;
	margin-top: 4px;
	/* [disabled]margin-bottom: 5px; */
	height: 26px;
	background-color: rgba(252,249,209,0.5);
}
ul.lang-nav{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 164px;
}
ul.upper-nav li a{
	display: block;
	font-size: 14px;
	transition: linear 0.2s;
	padding: 2px 10px 2px 15px;
	margin: 0 0 0 3px;
	color: rgba(23,23,23,1);
}
body#en ul.upper-nav li a{
	padding: 3px 15px 3px 15px;
}

ul.upper-nav li a:hover{
	background-color: rgba(255,255,255,1);
	color: rgba(118,173,44,1);
}
ul.upper-nav li a span{
	font-size: 16px;
	position: relative;
	top: 2px;
	left: -5px;
}
ul.main-nav li a{
	display: block;
	font-size: 14px;
	color: rgba(51,51,51,1);
	transition: linear 0.2s;
	padding: 2px 12px;
	border-right: 1px solid rgba(51,51,51,0.2);
}
body#en ul.main-nav li a{
	padding: 4px 12px 4px;
}
ul.main-nav li a:hover{
	background-color: rgba(255,255,255,0.8);
	color: rgba(118,173,44,1);
}
ul.main-nav li:last-child a{
	border-right:none;
}
ul.main-nav li a span{
	font-size: 16px;
	position: relative;
	top: 2px;
	left: -3px;
}
ul.lang-nav li a{
	display: block;
	width: 70px;
	float: left;
	padding: 2px 5px;
	text-align: center;
	border: rgba(141,205,54,1) 1px solid;
	border-top: none;
	background-color: rgba(254,250,233,.5);
	color: rgba(125,184,46,1);
	font-size: 14px;
	height: 20px;
}
ul.lang-nav li a:hover{
	background-color: rgba(254,250,233,1);
}
ul.lang-nav li.active a{
	background-color: rgba(141,205,54,1);
	color: #fff;
}

.ev-title{
	width: 670px;
	float: left;
	background: url(../images/common/header-title-j.png) no-repeat 40px bottom;
	background-size: 540px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 84px;
}
#en .ev-title{
	background: url(../images/common/header-title-e.png) no-repeat 40px bottom;
	background-size: 540px;
}
.ev-sub-title{}
.head-online{
	background: url(../images/common/header-online-banner.png) no-repeat;
	position: absolute;
	width: 300px;
	height: 44px;
	right: 0px;
	top: 36px;
	background-size: contain;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	transition: linear .2s;
}
.head-online-e{
	background: url(../images/common/header-online-banner-e.png) no-repeat;
	position: absolute;
	width: 300px;
	height: 44px;
	right: 0px;
	top: 36px;
	background-size: contain;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	transition: linear .2s;
}
.head-online-e a,.head-online a{
	display:block;	width: 300px;
	height: 44px;

	}
.head-online-e:hover,.head-online:hover{ opacity:.7;}
.glb_search a{cursor:pointer;}
/*--------------------------------------------------------------------------------------------------------------
                                                      drawer menu
--------------------------------------------------------------------------------------------------------------*/
.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	opacity: 0;
	transition: opacity .5s;
}
.overlay.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.menu-trigger {
	display: inline-block;
	width: 28px;
	height: 24px;
	vertical-align: middle;
	cursor: pointer;
	background-color: rgba(180,51,124,1);
	position: fixed;
	top: 300px;
	left: -2px;
	z-index: 301;
	transform: translateX(0);
	transition: transform .5s;
	border: rgba(180,51,124,1) 10px solid;
	border-radius: 0px 5px 5px 0px;
	box-shadow: 2px 3px 3px rgba(51,51,51,.4);
 }
 .menu-trigger.active {
  transform: translateX(280px);
}
 .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}


nav.drw {
	width: 280px;
	height: 98%;
	padding: 20px 0;
	background-color: rgba(180,51,124,1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	transform: translate(-280px);
	transition: all .5s;
		color: rgba(255,255,255,1);
	font-size: 90%;
}
.nav-i{
	display: block;
	overflow-y: scroll;
	height:100%;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
 scrollbar-width: thin; 
}
.nav-i::-webkit-scrollbar {
 width:5px;
 background:rgba(145,60,102,1);
}

nav.drw .lang-nav{display:none;}
nav.drw ul {
	height: 100%;
	overflow-y: none;
	margin-bottom:20px;

}
nav.drw.open {
  transform: translateZ(0);
		box-shadow: 2px 3px 3px rgba(51,51,51,.4);
}
nav.drw li {
	padding: 6px 20px 6px 1em;
	border-bottom: 1px dotted #ccc;
}
nav.drw li a{
  color: #fff;
}
nav.drw li a:hover{
	color:rgba(204,153,204,1);
}

nav.drw li ul {
 padding: 5px;
}
nav.drw li ul li:last-child {
	border-bottom: none;
}
nav.drw li ul.sub {
	display: none;
	font-size: 94%;
}
nav.drw li span{
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-right:5px;
	color: #fff;
}
nav.drw li em{
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-right:5px;
	color: #fff;
}
nav.drw li ul.sub2 {
	margin-bottom:0;
	font-size: 94%;
}
nav.drw li span.menutog:after{
	font-size:8px;
	position:absolute;
	right:-10px;
	top:35%;
	content:'▼';
}
nav.drw li span.menutog.menu-active:after{
	content:'▲';
}

nav.drw li span.menutog.menu-active~ul{ background-color:rgba(205,118,167,1);}
/*ul.sub-footer,ul.sub-main,li.sub-top{display:none;}*/
.sub-sony img{ width:100%; height:auto;}
/*--------------------------------------------------------------------------------------------------------------
                                                       H
--------------------------------------------------------------------------------------------------------------*/

h2.yb_h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 38px;
	line-height: 1.3em;
	color: #403D37;
	padding: 0 0 1.5em;
}
body #en h2.yb_h2{
	font-family:Arial, Helvetica, sans-serif;
}

h2.yb_h2 span{
	display:block;
	font-size:14px;
	font-weight:normal;
	margin-top:-0.5em;
}
h2.yb_h2 em{
	margin-left:-0.5em;
}
h2.yb_h2:after{
	content: '';
	width: 120px;
	height: 12px;
	margin:5px 0 0 0;
	display:block;
	background-color: rgba(242,218,104,1);
}
h3.yb_h3{
	padding: 4em 0 1.5em;
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	line-height: 1.3em;
}
hr~h3.yb_h3,hr~h4.yb_h4{
	padding: 1em 0 1.5em;
}
h3.yb_h3 span{
	display: block;
	font-size: 14px;
}
h3.yb_h3:after{
	content: '';
	width: 120px;
	height: 4px;
	margin:0.5em auto;
	display:block;
	background-color: rgba(242,218,104,1);
}
h2.yb_h2 + h3.yb_h3{	padding: 1.8em 0 1.5em;}
h4.yb_h4{
	padding-bottom: 0.8em;
	padding: 4em 0 1.5em;
	font-size: 26px;
}
h4.yb_h4:after{
	content: '';
	width: 120px;
	height: 4px;
	margin:0.5em 0;
	display:block;
	background-color: rgba(242,218,104,1);
}
.inner h4.yb_h42{
	padding: 0;
	font-size: 20px;
}
h4.yb_h42:after{
	content: '';
	width: 120px;
	height: 6px;
	margin:0.1em 0;
	display:block;
	background-color: rgba(242,218,104,1);
}
h4.list_h4{
	padding-bottom: 0.8em;
	padding: 3em 0 1.5em;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

/*--------------------------------------------------------------------------------------------------------------
                                                    TOP PAGE
--------------------------------------------------------------------------------------------------------------*/
/*--------------------------news ticker---*/

.award{
	background-image: url(../images/top/award2020.jpg);
	height: 120px;
	transition: all .5s ease;
	margin-bottom: 3em;
	margin-top: -1em;
}
.award a{
	color: #fff;
	display: block;
	height: 100px;
	padding: 10px;
	font-weight: bold;
	font-size: 24px;

}
.award:hover{
	opacity:0.7;
}
.ticker {
  width: 1020px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.ticker ul {
	width: 1020px;
	display: block;
	margin: 0 auto;
	position: relative;
	/* [disabled]height: 30px; */
}
.ticker ul li {
  width: 100%;
  display: none;
}
.news-ticker{
	background-color: rgba(255,251,232,1);
	box-shadow: inset 0px 4px 3px rgba(51,51,51,.3);
	width: 100%;
	padding: 5px 0 3px;
	margin-top: 110px;
	/* [disabled]height: 60px; */
}
.slide{
	background-color:rgba(98,88,69,1);
	height:360px;
}
.sponsor-slide{
	padding-top: 5px;
	box-shadow: inset 0px 4px 4px rgba(51,51,51,.2);
}

.slide{
	background-color: rgba(98,88,69,1);
	height: 360px;
	width: 100%;
}
.slide-a{
	width: 1020px;
	margin: 0 auto;
}
.slideinner{	width:640px; float:left;}

.swiper-slide{
	height:340px;
	padding: 20px 0 0 0;
	overflow:hidden;
}
.sponsor-slide .swiper-slide{
	width:auto;
	height:inherit;
	padding: 0 5px;
}

.swiper-slide iframe{
	width:640px;
}
.swiper-cont{width:640px; margin:0 auto; display:block; position:relative;}
.swiper-button-prev,.swiper-button-next {
  background-image: none;
}
.swiper-button-prev:before {
	content: '\f0a8';
	font-family: 'icomoon';
	font-size: 30px;
	color: rgba(251,244,234,.8);
	display: block;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	position: absolute;
	top:-160px;
	left: 10px;
}
.swiper-button-next:before {
	content: '\f0a9';
	font-family: 'icomoon';
	font-size: 30px;
	color: rgba(251,244,234,.8);
	display: block;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	position: absolute;
	top:-160px;
	right: 0px;
}
/*-----------------------------*/
.top-tube{
	width: 360px;
	float: right;
	background-color: #fff;
	height: 330px;
	margin-top: 20px;
}
.top-tube iframe{
	width:100%;
}
.top-tube .inner{
	padding: 10px;
	font-size: 14px;
}
/*-----------------------------

トップページ変更

-----------------------------*/
.top-prg{
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 20px;
	width: 100%;
}
.top-prg-uni{
	width: 220px;
	margin-right: 25px;
	margin-bottom: 30px;
	transition: ease .4s;
	font-size: 15px;
	line-height: 1.4em;
	color: #111111;
}
.top-cere-uni{
	width: 305px;
	margin-right: 20px;
	margin-bottom: 30px;
	transition: ease .4s;
	font-size: 15px;
	line-height: 1.4em;
	color: #111111;

}
.top-cere-uni img{	border: 1px solid #ccc;}
.top-cere-uni.soon{
pointer-events: none;
opacity:.5;
}
.top-cere-uni:last-child{
	margin-right:0px;
}
.top-prg-uni:nth-child(4n){
	margin-right:0px;
}

figure.top-prg-img{
	width: 225px;
	height: 150px;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.top-prg-img img{
	width: 100%;
	height: 150px;
	object-fit: cover;
}
figcaption.hovmask{
	width: 225px;
	height: 150px;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	color: #fff;
	align-items: center;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	font-size: 12px;
}
figcaption.hovmask:hover {
opacity: 1;
transition:all 0.6s ease;
}
.ev-cap{
	display: block;
	font-size: 14px;
	border-top: #ccc 1px solid;
	margin-top: 5px;
}
/*-----------------------------*/

.top-ev-group{
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 20px;
	width: 100%;
}
.top-ev{
	width: 178px;
	margin-right: 16px;
	margin-bottom: 40px;
	transition: ease .4s;
}
.top-ev:nth-child(5n)  {
	margin-right:0px;
}
.top-ev a{
	color:rgba(51,51,51,1);
}
.top-ev:hover {
	opacity:0.7;
}
.top-ev1{
	float: left;
	width: 46%;
	padding-left: 3%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 5px;
}
.top-ev2{
	width: 45%;
	float: left;
	padding-left: 5%;
	border-top: 1px solid #ccc;
	margin-top: 5px;
}
.top-ev3{
	font-size: 14px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	clear: both;
}
.top-ev3:before{
	content:'\e903';
	font-size:15px;
	font-family:'icomoon';
	color:rgba(204,51,0,1);
	padding-right:5px;
}
.top-ev strong{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 40px;
	padding: 0 0 18px;
	
}
.top-ev-box{
	font-size: 13px;
	text-align: center;
	height: 120px;
	color: rgba(255,255,255,1);
	flex-direction: column;
	border-radius: 5px;
	margin-bottom: 10px;
	align-items: center;
	box-sizing: border-box;
	padding: 30px 5px 0;
	position: relative;
	line-height: 1.3em;
}
/*-------------------------color-*/
.top-ev-box.blue{
	background-color: #296aa7;
}
.top-ev-box.green{
	background-color: #58bf38;
}
.top-ev-box.yellow{
	background-color: #e2c81b;
}
.top-ev-box.red{
	background-color: #b34422;
}
.top-ev-box.gray{
	background-color: #c8beaf;
}

.top-ev-box .sold{
	background-image: url(../images/common/ev-red.png);
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	padding:5px;
	font-size:11px;
	line-height:1.2em;
	font-weight:bold;
	text-align:left;
	border-radius: 5px 0px 0px 0px;
}
/*-------------------------guest----*/
.top-guest{
	background-color: rgba(255,255,255,1);
	border: 1px solid #ccc;
	height: 350px;
	padding: 15px;
	margin-bottom: 20px;
	overflow: auto;
}
.top-guest-unit{
	position: relative;
	padding: 5px 5px 5px 60px;
	border-bottom: 1px dotted #666;
	font-size: 14px;
	min-height:60px;
}
.top-guest-title{
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.top-guest-day{
	display: block;
	width: 50px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0;
	color: rgba(255,255,255,1);
	background-color: rgba(204,51,0,1);
	position: absolute;
	left: 0px;
}
.top-guest-day span{
	font-size: 12px;
	display: block;
}
/*-----------------------------------news-*/
.top-news{
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 20px;
	width: 100%;
}
.top-news-unit{
	width: 230px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-right: 12px;
	margin-bottom: 40px;
	padding: 0 10px 15px;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 0px 3px rgba(51,51,51,.3);
	font-size: 14px;
	transition: ease .4s;
	line-height: 1.3em;
}
.top-news-unit span{
	display: block;
	font-size: 11px;
	width: 120px;
	text-align: center;
	border-radius: 3px;
	float: right;
	margin: -2.1em 0 0 0;
	line-height: 1.8em;
	background-color: rgba(97,159,184,1);
	color: rgba(255,255,255,1);
}
.top-news-unit:nth-child(4n){	margin-right: 0px;}
.top-news-unit a{
	color: rgba(51,51,51,1);
}
.top-news-unit:hover{ opacity:.7;}
.top-news-title{
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-size: 13px;
}
.top-news-img{
	height: 150px;
	margin: 0 -10px 10px;
	background-size: cover;
	background-repeat: no-repeat;
}
/*---------------------------------juro*/
.top-juro{
	margin-bottom: 20px;
}
.top-juro-unit{
	float: left;
	width: 180px;
	font-size: 15px;
	padding-right: 15px;
	line-height: 1.3em;
}
.top-juro-unit:last-child{	padding-right: 0;}
.top-juro-unit img{
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 10px 0 0;
}
.top-juro-unit span{
	display: block;
	font-size: 12px;
}
/*----------------------------------LINK*/
.top-link{
	margin: 0 10px;
}
.top-link img{
	width: 300px;
	height: auto;
	border: 1px solid #ccc;
	box-sizing:border-box;
	display: block;
	float: left;
	margin: 0 12px 10px 0;
	transition: ease 0.4s;
}
.top-link img:hover{opacity:0.7;}
/*-------------------------------sponsor*/
.sp-title{
	color: #fff;
	display: block;
	font-size: 12px;
	background-color: rgba(255,255,255,1);
	width: 100%;
	text-align: center;
	padding: 5px 0;
	line-height: 1em;
	top: 0px;
	z-index: 99;
	height: 62px;
	clear: both;
}


/*--------------------------------------------------------------------------------------------------------------
                                                     2ND
--------------------------------------------------------------------------------------------------------------*/

.head-image{
	margin-top: 50px;
	height: 100px;
	background: url(../images/common/head-bg.jpg) no-repeat center;
	background-size: cover;
}
.head-image h1{
	display: block;
	width: 1020px;
	font-size: 18px;
	margin: 0 auto 0;
	padding-top: 16px;
	color: rgba(255,255,255,1);
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height:1.9em;
	text-indent: 1.4em;
}
.head-image h1 span,h2.grandprix{
	font-size: 42px;
	font-weight: 700;
	background: 50% 100% / 50% 80% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	animation: reveal 3500ms ease-in-out forwards 800ms, 2 glow 3500ms linear 2000ms;

}
  @keyframes reveal {
    80%{
      letter-spacing: 12px;
    }
    100% {
      background-size: 300% 300%;
    }
  }
  @keyframes glow {
    40% {
      text-shadow: 0 0 8px #fff;
    }
  }
		
.head-image-ce-inner h2{
	display: block;
	width: 1020px;
	margin: 0 auto 10px;
	padding-top: 16px;
	color: rgba(255,255,255,1);
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height:1.5em;
	text-align:center;
}
.head-image-ce-inner h2.ceremony{
	font-size: 32px;
	font-weight: 700;
	background: 50% 100% / 50% 10% no-repeat radial-gradient(ellipse at bottom, rgba(255,204,0,1), transparent, transparent);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	animation: reveal 3000ms ease-in-out forwards 700ms, 2 glow 3000ms linear 1600ms;

}
  @keyframes reveal {
    80%{
      letter-spacing: 12px;
    }
    100% {
      background-size: 300% 300%;
    }
  }
  @keyframes glow {
    40% {
      text-shadow: 0 0 8px rgba(255,255,153,1);
    }
  }

h2.grandprix{
	font-size: 56px;
	text-align: center;
	padding: 20px 0 20px;
	font-family: 'Oswald', sans-serif;
}
.trace-block{
	font-size: 13px;
	margin: -20px 0 30px;
}
.trace-block a{
	color: rgba(140,140,140,1);
}
.trace-block a:after{
	content:' / ';
}
table.notebook{}
table.notebook td{
	border-bottom: 1px dotted #999;
	padding: 3px 0;
}
table.notebook th{
	border-bottom: 1px dotted #999;
	text-align: left;
	font-weight: normal;
	width: 12%;
	padding: 3px 0;
}
/*--------------------------------------------------------------------------------------------------------------
                                                     BOX
--------------------------------------------------------------------------------------------------------------*/
.box13{
	width: 200px;
	float: left;
}
.box13:last-child{
	width: 720px;
	padding-left: 40px;
}
.box12{
	width: 300px;
	float: left;
}
.box12:last-child{
	width: 620px;
	padding-left: 40px;
}
.box11{
	width:460px;
	float:left;
}
.box11 img,.box12 img,.box21 img{
	max-width:100%;
	height:auto;
}
.box11:last-child{	padding-left: 40px;}
.box21{
	width: 620px;
	float: left;
}
.box21:last-child{
	width: 300px;
	padding-left: 40px;
}

.box31{
	width: 420px;
	padding-left:100px;
	float: left;
}
.box31 p{position:relative; border-bottom:1px dotted #ccc; margin-bottom:5px;}
.box31:last-child{
	width: 400px;
	padding-left: 40px;
}
/*--------------------------------------------------------------------------------------------------------------
                                                   PROGRAM
--------------------------------------------------------------------------------------------------------------*/
.film-nav{}
.film-nav ul{
	padding: 10px 0 30px;
}
.film-nav ul li a{
	float: left;
	display: block;
	padding: 3px 10px 2px;
	margin-right: 8px;
	border-radius: 5px;
	background-color: rgba(204,204,204,1);
	color: rgba(255,255,255,1);
	font-weight: bold;
	font-size: 14px;
}

.film-nav ul li.active a{
	background-color: rgba(153,153,153,1);
	box-sizing: border-box;
	color: rgba(255,255,255,1);
}
.film-nav ul li a:hover{
	background-color: rgba(128,192,48,1);
}
.film-nav ul li.active a:hover{
	color: rgba(115,148,155,1);
	background-color: rgba(232,232,232,1);
}

.time-unit{
	background-color: rgba(255,255,255,1);
	margin: 20px 0;
}
.time-box{
	font-size: 14px;
}
.time-detail{
	width: 390px;
	float: left;
	padding: 2px 5px 2px 10px;
	margin: 1px 0 0 1px;
	background-color: rgba(235,166,99,1);
	color: rgba(255,255,255,1);
}
.time-detail:before{
	content:'SCHEDULE : '
}
.time-reserve a{
	width: 270px;
	display: block;
	float: left;
	text-align: center;
	padding: 2px 5px;
	margin: 1px 1px 0 1px;
	background-color: rgba(207,227,132,1);
	color: rgba(51,51,51,1);
	transition:ease 0.4s;
}

.time-site a{
	width: 261px;
	display: block;
	float: left;
	text-align: center;
	padding: 2px 5px;
	margin: 1px 0 0 0;
	background-color: rgba(240,208,73,1);
	color: rgba(51,51,51,1);
	transition:ease 0.4s;
}
.time-reserve a:hover{
	background-color: rgba(150,222,90,1);
	color: rgba(51,51,51,1);
}
.time-site a:hover{
	background-color: rgba(224,170,106,1);
	color: rgba(51,51,51,1);
}
.one-film-list{
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px dotted #999;
}

.special-mark{
	padding: 2px 5px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.film-listh3{
	font-size: 32px;
	padding: 10px 0 20px 0;
	margin: 5px 0;
	font-weight: normal;
	line-height:1.2em;
}
.film-listh3 span{
	font-size: 13px;
	display:block;
}
.film-tmb-list{
	float: left;
	width: 450px;
}
.film-tmb-list img{
	width: 100%;
	height: auto;
}
.film-synopsis-list{
	width: 480px;
	float: left;
	padding: 0 0 0 30px;
}
.film-synopsis-list{}
.film-data-list{
	font-size: 14px;
	padding: 2px 0 2px 5px;
	background-color: rgba(240,240,232,1);
	margin-bottom: 5px;
}
ul.tag-btn{
	display: block;
	margin: 20px 0 10px;
}
ul.tag-btn li a{
	display: inline-block;
	float: left;
	padding: 4px 10px;
	background-color: rgba(204,204,204,1);
	color: rgba(255,255,255,1);
	margin-right: 5px;
	border-radius: 4px;
text-transform: capitalize;
}
ul.tag-btn li a:hover{
	background-color: rgba(51,204,204,1);
	color: rgba(255,255,255,1);
}

.film-list-data{
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: rgba(242,242,240,1);
	font-size: 14px;
	padding: 5px 0;
}
h3.one-filmh3{
	font-weight: normal;
	font-size: 40px;
	text-align: center;
	padding: 1em 0 0.5em 0;
	line-height: 1.2em;
}
h3.one-filmh3 span{
	font-size: 14px;
	display: block;
	padding: 5px 0;
}
h3.one-filmh3 em{
	font-size: 18px;
	display: inline-block;
	padding: 5px 0;
}
.tmb-detail{
	margin: 10px -30px;
}
.tmb-detail.small-datail{
	margin: 10px 0px;
}
.tmb-detail img{
	width: 100%;
	height: auto;
}
.film-synopsis-d{
	padding: 10px;
	background-color: rgba(255,255,255,1);
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	margin: 5px 0;
}
.film-sponsor{}
.crown{
	padding: 10px;
	background-color: rgba(255,255,255,1);
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}
.crown:before{
	content:'\f091';
	font-family:'icomoon';
	color:rgba(255,204,0,1);
}
.top-social{
	padding-top:10px;
	display: flex;
 justify-content: flex-end;
}
.top-fb{ margin:0 5px 0 0;}
.top-tw{margin:5px 5px 0 0;}
.top-line{margin:5px 5px 0 0;}
.one-dir{
	width: 100%;
}
.tmb-dir{
	width: 200px;
	height: auto;
	float: left;
}
.tmb-dir img{
	width: 100%;
	height: auto;
}
.dir-data{
	width: 730px;
	float: left;
	padding-left: 30px;
}
.one-filmh3-dir{}
.dir-data-p{}
.dir-social a span{
	font-size: 24px;
	color: rgba(153,153,153,1);
}
.dir-social a span:hover{
	color: rgba(153,153,153,.6);
}
.reco{}
h3.recoh3{
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	padding: 90px 0 40px;
	line-height: 1.3em;
}
a img{transition:ease 0.4s;}
.reco-img{
	width: 220px;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
	overflow:hidden;
}
.reco-img:nth-child(5n){
	margin-right: 0px;
}
.reco-img img{
	height:120px;
	width: 220px;
	padding: 0 0 5px;
	object-fit: cover;
}
.reco-img img:hover{
	opacity:0.7;
}
.mature{}
.mature span{ font-size:12px; color:rgba(255,204,0,1);}
.film-note{
	font-size: 13px;
	color: rgba(102,102,102,1);
}
/*--------------------------------------------------------------------------------------------------------------
                                                     NEWS
--------------------------------------------------------------------------------------------------------------*/
.head-pager{}
.topnews-box2{
	clear: both;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom:1px solid #ccc;
}
.topnews-txt2{
	float: right;
	width: 750px;
	font-size: 14px;
}

a .topnews-txt2, .topnews-txt2 a{
	color:rgba(51,51,51,1);
}
a .topnews-txt2:hover,.topnews-txt2 a:hover{
	color: rgba(102,102,102,1);
}
.topnews-tmb2{
	width: 180px;
	float: left;
}
.topnews-tmb2 img{
	width: 100%;
	height: auto;
}
.news-title-list{
	font-size: 18px;
	font-weight: bold;
}
.paging{}
.term{
	display: block;
	font-size: 14px;
	width: 140px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	float: left;
	margin: 1px 10px 0 0;
	line-height: 1.8em;
	background-color: rgba(97,159,184,1);
	color: rgba(255,255,255,1);
}
.term-list{
	display: inline;
}
.guest-set{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.guest_day{
	display: block;
	width: 90px;
	padding: 10px 5px 5px;
	background-color: rgba(204,51,0,1);
	text-align: center;
	border-radius: 8px;
	color: rgba(255,255,255,1);
	font-size: 12px;
	position: absolute;
}
.guest_day span{
	font-size: 40px;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}
.guest_day em{
	display: block;
	font-size: 12px;
}
.guest_cap{
	padding: 0 0 0 130px;
}
.guest_name{
	padding: 5px 0 5px 5px;
	margin-left: 90px;
	margin: 0 0 10px 130px;
	background-color: rgba(247,244,236,1);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.guest_name_before{
	display: inline;
}
.guest_film{
	/* [disabled]padding-left: 130px !important; */
	font-weight: bold;
}
/**//*--------------------------------------------------------------------------------------------------------------
                                                     Award
--------------------------------------------------------------------------------------------------------------*/
.aw_fx{
	display: flex;
	flex-wrap: nowrap;
	font-size: 14px;
	line-height: 1.45em;
}
.aw_fx.just_fx{
/*justify-content: space-between;*/
flex-wrap: wrap;
}
.aw_fx.list_fx{
		flex-wrap:wrap;
/*justify-content: space-between;*/
}
.aw_fx strong{
	font-size: 18px;
	display: block;
	margin: 0 -15px 5px;
	padding: 3px 15px;
	border-bottom: 1px solid #fff;
}
.aw_fx strong span{
	font-size: 15px;
	display: block;
	padding: 5px 0;
}
.aw_fx strong.award_fx{
	font-size: 15px;
	display: block;
	margin: 18px 0 10px 0;
	padding: 3px 0;
	text-align: center;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,.5);
	border-left: none;
	border-right: none;
}
.aw_fx strong.cup_fx{
	font-size: 16px;
	display: block;
	margin: 10px 0;
	text-align: right;
	border-bottom: none;
}
.aw_fx strong.cup_fx:before{
	content: '\f091';
	color: rgba(255,217,66,1);
	font-family: 'icomoon';
	font-size: 15px;
	padding: 0 5px 0 0;
	text-shadow: 0px 0px 3px rgba(0,0,0,.4);
}
.awd{
	color: rgba(255,255,255,1);
}
.awd_king{
	color: rgba(255,255,255,1);
	background-color: rgba(191,48,0,1);
	flex-basis: 100%;
	padding: 15px 15px 30px;
	border-radius: 8px;
	margin-top: 10px;
	text-align: center;
}
.awd_red{
	background-color: rgba(217,66,15,1);
	padding: 15px;
	color: rgba(255,255,255,1);
	border-radius: 8px;
	margin-top: 10px;
	width: 29%;
	margin-left:10px;
}
.awd_red_tin{
	background-color: rgba(238,111,26,1);
	padding: 15px;
	color: rgba(255,255,255,1);
	border-radius: 8px;
	width: 29%;
	margin: 10px 0 15px;
	margin-left: 10px;
}
.awd_bl{
	background-color: rgba(239,238,235,1);
	padding: 15px 15px 50px 15px;
	color: rgba(51,51,51,1);
	border-radius: 8px;
	margin-top: 10px;
	width: 29%;
	position: relative;
	margin-left:10px;
}

.awd_bl_tin{
	background-color: rgba(163,203,103,1);
	padding: 15px;
	color: rgba(255,255,255,1);
	border-radius: 8px;
	margin-top: 10px;
	width: 29%;
	margin-left:10px;
}
.awd_bl.x2{
	width: 62%;
}
.awd_bl:nth-child(3n+1),.awd_bl_tin(3n+1){	margin-left:0px;}
/*---------------------------------------------------------------JULY*/

.jul_box{}
.jul{
	margin: 30px 0 40px;
	padding-bottom: 40px;
	/* [disabled]border-bottom: 1px dotted #ccc; */
}
.jul_p{
	width: 350px;
	float: left;
	padding: 12px;
	border: 1px solid rgba(204,204,204,.5);
	border-right: none;
	border-left: none;
	background-color: rgba(255,255,255,1);
	margin: 0;
}
.jul_p img{
	width: 100%;
	height: auto;
}
.jul_t{
	width: 580px;
	float: left;
	padding: 0 0 0 0px;
	font-size: 14px;
	line-height: 1.6em;
}
.jul_t p{
	padding: 30px 0 30px 30px;
}
.jul_name{
	display: block;
	background-color: rgba(255,255,255,0.5);
	font-size: 24px;
	padding: 10px 0 5px 20px;
	border: 1px solid rgba(204,204,204,.5);
	border-right: none;
	border-left: none;
	vertical-align: central;
}
.jul_name em{
	padding-left: 15px;
	font-weight: normal;
	font-size: 14px;
}
h3.julh3{
	font-size: 26px;
	font-weight: normal;
	/* [disabled]text-align: center; */
	padding: 30px 0 15px;
	line-height: 1.4em;
}
/*---------------------------------------------------schedule*/

.sc{
	margin-bottom: 30px;
}
.sc1{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-bottom:1px solid #ccc;
}
.sc1 span{
	border-left:1px solid #ccc;
	text-align:center;
	width:30%;
}
.sc1 span:first-child{border-left: none; }
.sc2{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
}
.sc3 a{
	margin:8px 0 0 0;
	border: 1px solid #ccc;
	display: block;
	text-align: center;
	width: 125px;
	font-size: 34px;
	padding: 10px 0;
	border-radius:5px;
	color:rgba(51,51,51,1);
	background-color:rgba(255,255,255,1);
	font-family: 'Oswald', sans-serif;
}
.sc3 a:hover{ opacity:0.7;}
.sc4 a{
	border:1px solid transparent;
}
.sc4 a{
	border:1px solid transparent;
}
.sc-day{
	display: block;
	width: 90px;
	padding: 10px 5px 5px;
	background-color: rgba(204,51,0,1);
	text-align: center;
	border-radius: 8px;
	color: rgba(255,255,255,1);
	font-size: 14px;

}
.sc-day span{
	font-family: 'Oswald', sans-serif;
	display: block;
	font-size: 40px;
}
.sc-box{
	width: 180px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.sc-box:nth-child(5n){
	margin-right: 0px;
}
.sc-unit{
	display:flex;
	flex-wrap:wrap;
}
.sc-view{
	font-family: 'Oswald', sans-serif;
	background-color: rgba(204,204,204,1);
	padding: 30px 5px 0 5px;
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	border-radius: 6px;
	/*	height: 100px;*/
	align-self: baseline;
	height: 90px;
	transition: ease 0.4s;
	line-height: 1.1em;
}
.sc-view.list-view{
	padding: 15px 5px 15px;
	height: inherit;
	font-size: 20px;
}
.sc-view a{color:#fff;}
a .sc-view:hover{ opacity:0.7;}
/*------------------------------*/

.sc-view.none-sc{
	background-color: transparent;
	border: #eee 1px solid;
}
.sc-view.re-sc{ background-color:rgba(204,51,51,1);}
.sc-view.gr-sc{
	background-color: rgba(88,155,81,1);
}
.sc-view.bl-sc{
	background-color: rgba(74,118,162,1);
}
.sc-view.vi-sc{
	background-color: rgba(159,132,172,1);
}
.sc-view.ba-sc{
	background-color: rgba(200,174,106,1);
}
.sc-view.ba2-sc{
	background-color: rgba(221,205,162,1);
	color: #6F5640;
}
.sc-view.ye-sc{
	background-color: rgba(236,219,102,1);
}
.sc-view.pi-sc{
	background-color: rgba(220,143,143,1);
}
.sc-view.se-sc{
	background-color: rgba(112,176,192,1);
}
.sc-view.bk-sc{
	background-color: rgba(122,125,129,1);
}
.sc-view.pu-sc{
	background-color: rgba(132,60,94,1);
}
.sc-view.sc-f{
	border-radius: 8px 0px 0px 8px;
	margin-right: -6px;
}
.sc-view.sc-e{
	border-radius: 0px 8px 8px 0px;
	margin-left: -7px;
}

/*------------------------------*/
.sc-view span{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 10px;
	padding: 0 3px;
}
body#en .sc-view span{
	font-family: Arial, Helvetica, sans-serif;
}
.sc-time{
	text-align: center;
	border-bottom: 1px solid #ccc;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
.sc-time.sc-e{
	text-align: left;
	margin-left: -7px;
}
.sc-time.sc-f{
	text-align: right;
	margin-right: -8px;
}
.sc-pay{
	text-align: center;
}
.sc-pay a{
	color: rgba(255,255,255,1);
	display: inline-block;
	background-color: rgba(74,204,64,1);
	border-radius: 14px;
	font-size: 14px;
	padding: 0 25px;
	transition: ease 0.4s;
	width:130px;
}
.sc-pay a:hover{
	background-color: rgba(74,204,64,.5);
}
.sc-pay a:after{
	content:'\f061';
	font-family:'icomoon';
	padding:0 0 0 10px;
}
/*.sc-pay.sc-f a{
	position: relative;
	width: 200px;
	right: 135px;
}*/

/*---------------------------------------map*/
.gmap{
	margin: 20px -30px 30px;
}

/*--------------------------------------------------------------------------------------------------------------
                                                    EVENT
--------------------------------------------------------------------------------------------------------------*/
.ev-table{}
.ev-table td{
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	border-left: 1px solid #ccc;
}
.ev-table th{
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #ccc;
	width: 35%;
}
.amuse-head{
	margin: -25px -30px 3em;
	height: 190px;
	padding: 130px 0 0 0;
	background-image: url(../images/event/amuse-head1.jpg);
	background-size: contain;
}
h2.amuse{
	width: 700px;
	margin: 0 auto;
	text-align: center;
	color: rgba(255,255,255,1);
	line-height: 1.8em;
}
h2.amuse span{
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
	padding-top: 10px;
	border-top: 6px solid;
	border-color: rgba(254,224,18,1);
}
.amuse-copy{
	display: block;
	width: 700px;
	margin: 0 auto;
	text-align: center;
}
/*--------------------------------------------------------------------------------------------------------------
                                                     WP
--------------------------------------------------------------------------------------------------------------*/

img.alignleft{
	float: left;
	margin: 0 2em 2em 0;
}
img.alignright{
	float: right;
	margin: 0 0 2em 2em;
}
img.aligncenter{
	display:block;
	margin:0 auto;
}
.news-date{
	padding: 5px 0 5px 5px;
	margin: -20px 0 20px;
	background-color: rgba(248,247,237,1);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*--------------------------------------------------------------------------------------------------------------
                                                     BTN
--------------------------------------------------------------------------------------------------------------*/
a.btn{
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 10px 0;
	background-color: rgba(160,214,91,1);
	color: rgba(255,255,255,1);
	border-radius: 5px;
	transition: ease .4s;
}
a.btn:hover{
	background-color: rgba(128,192,48,1);
}
/*--------------val*/
a.btn.red_fx{
	background-color: rgba(255,153,0,1);
	border-radius: 8px;
}
a.btn.red_fx:hover{
	background-color: rgba(204,51,0,1);
}
/*------------val*/
a.btn.gray_fx{
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 5px 0;
	background-color: rgba(175,173,158,1);
	color: rgba(255,255,255,1);
	border-radius: 5px;
	transition: ease .4s;
	/* [disabled]margin: 8px 0 -5px 0; */
	align-items: baseline;
	position: absolute;
	bottom: 10px;
	width: 93%;
	left: 10px;
}
a.btn.gray_fx:hover{
	background-color: rgba(102,102,102,1);
}

a.film-btn2{
	background-color: rgba(160,214,91,1);
	display: block;
	padding: 5px 0;
	text-align: center;
	color: rgba(255,255,255,1);
	clear: both;
	transition:ease 0.4s;
}
a.mini-btn{
	background-color: rgba(160,214,91,1);
	display: inline-block;
	padding: 5px 20px;
	text-align: center;
	color: rgba(255,255,255,1);
	clear: both;
	transition: ease 0.4s;
	margin: 5px auto;
	font-weight: bold;
}

a.film-btn2:hover,a.mini-btn:hover{
	background-color: rgba(128,192,48,1);
}
a.brand_btn{
	background-color: rgba(187,169,216,1);
	color: rgba(255,255,255,1);
	font-weight: bold;
	display: inline-block;
	border-radius: 5px;
	padding: 4px 20px 5px;
	margin: 10px 0;
}
a.brand_btn2{
	background-color: rgba(187,169,216,1);
	color: rgba(255,255,255,1);
	font-weight: bold;
	display: block;
	border-radius: 5px;
	padding: 4px 20px 5px;
	margin: 10px 0;
}
a.mini-btn{
	background-color: rgba(160,214,91,1);
	display: inline-block;
	padding: 5px 20px;
	text-align: center;
	color: rgba(255,255,255,1);
	clear: both;
	transition: ease 0.4s;
	margin: 5px auto;
	font-weight: bold;
}
a.brand_btn:hover,a.brand_btn2:hover{
	background-color: rgba(203,189,225,1);
}
.paging{}
.paging .rev a{
	float: left;
	display: block;
	padding: 3px 10px;
	margin-right: 8px;
	border-radius: 5px;
	background-color: rgba(204,204,204,1);
	color: rgba(255,255,255,1);
	font-weight: bold;
	font-size: 14px;
}
.paging .next a{
	float: right;
	display: block;
	padding: 3px 10px;
	margin-right: 8px;
	border-radius: 5px;
	background-color: rgba(204,204,204,1);
	color: rgba(255,255,255,1);
	font-weight: bold;
	font-size: 14px;
}

.paging .next a:hover,
.paging .rev a:hover{
	background-color: rgba(128,192,48,1);
}

/*-----------------------------------branded*/

.brand &gt; .yb_h3{
	padding-top:1em;

}
.branded_04{
	padding: 40px 20px 20px;
	margin: 15px 80px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
h3.brandedh3{
	font-weight: normal;
	font-size: 24px;
	padding: 0em 0 1.2em 0;
}
.branded-tube{
	width: 800px;
	margin: 0 auto;
}
.brand-jurys{
	/* [disabled]display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
}
.brand-jury{
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.brand-jury strong{
	font-weight: bold;
	display: block;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #ccc;
}
.brand-jury strong span{
	font-weight: normal;
	font-size: 14px;
	padding-left: 8px;
}
.brand-jury img{
	width: 220px;
	float: left;
	border: 5px solid #fff;
}
.brand-prof{
	width: 700px;
	float: right;
}




/*--------amuse-*/
.call4_note{
	padding: 20px;
	background-color: #ecf8fd;
	border: 1px solid #ccc;
	border-radius: 15px;
	margin: 0.5em 0 1em;
}
.call4_note_am{
	padding: 20px 20px 10px 160px;
	border: 1px solid #ccc;
	border-radius: 15px;
	margin: 0.5em 0 1em;
	background: url(../images/collabo/amuse.png) #FFFBE5 no-repeat 20px 15px;
	background-size:100px;
}
.call4_note_am p{
	line-height:1.4em;
}

.infobox{
	background-color: rgba(255,255,255,1);
	padding: 15px 30px 15px 10px;
	border: 1px solid rgba(235,235,235,1);
	border-right:none;
	border-left:none;
}
.infobox p{
	font-size: 96%;
	line-height: 1.4em;
}
.infobox img{
	width: 200px;
	float: left;
	height: auto;
	margin: 0 40px 0 0;
	overflow: hidden;
}
.tmb-detail-tube{
	width: 560px;
	margin: 0 auto;
}

/*-------------------EX*************/
.gene-head{
	margin: -25px -30px 3em;
}
.gene{
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.gene-img{
	width: 200px;
	float: left;
	margin: 0 30px 20px 0;
}
.gene-img img{}
.gene-name2{
	background-color: rgba(241,148,177,1);
	padding: 7px 5px 6px 10px;
	color: rgba(255,255,255,1);
	font-weight: bold;
	font-size: 16px;
	margin: -15px -15px 10px -15px;
}
.gene-tube{
	width: 420px;
	float: left;
}
.gene-atokara{
	padding: 20px 0 15px;
	margin: 20px 0 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.gene-date{
	color: #EC88AB;
	font-weight: bold;
	font-size: 20px;
	margin: 20px 0 5px;

}
.gene-date span{

}

.gene-info2{
	width: 480px;
	float: right;
	padding: 15px;
	background-color: rgba(255,255,255,1);
	font-size: 13px;
	line-height: 1.3em;
	border: 1px solid #ccc;
	border-top: none;
}
.gene-movinfo{
	width: 723px;
	float: right;
	padding: 0 0 15px 0;
	line-height: 1.3em;
}
.gene-movinfo strong{
	padding: 0 0 15px 0;
	display: inline-block;

}
.gene-title{
	display: block;
	padding: 8px 0 5px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px 0;
	background-color: rgba(255,255,255,1);
	font-weight: bold;
	border-top: 1px solid #ccc;
	font-size: 20px;
}
.gene-sub{
	padding: 0;
	margin: 60px 0 40px;
}
.gene-mov{
	display: flex;
	justify-content: space-between;
	clear: both;
	margin: 20px 0;
	padding-top: 20px;
}
.gene-mov-img{
	width: 32%;
	font-size: 14px;
	line-height: 1.4em;
}
.gene-mov-img figure{
	height: 160px;
	overflow: hidden;
	margin: 5px 0;
}
.gene-mov-img figure img{
	width: 100%;
	object-fit: cover;
	margin: 5px 0;
}
.gene-mov-tit{
	font-size: 18px;
}
a.btn_gene{
	color: rgba(241,148,177,1);
	font-weight: bold;
}
a.btn_gene:hover{
	color: rgba(208,49,117,1);
}
.gene-cat-tit{
	clear: both;
	display: block;
	text-align: center;
	padding-top: 20px;
	margin-bottom: -10px;
}

.gene-01{
	margin: 20px 0 30px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
}
.gene-02{
	width: 320px;
	font-size: 12px;
	line-height: 1.5em;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	padding-right: 5px;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.gene-02 img{
	width: 70px;
	float: left;
	margin-right: 10px;
}
.gene-02 a{
	color:rgba(51,51,51,1);
}
.gene-02:hover{
	opacity:0.7;
}
.gene-02.soon{
	opacity: 0.5;
	pointer-events: none;
}
.gene-02:nth-child(3n),.gene-02:last-child{
	border-right:none;
}
.gene-03{
	color: #EC88AB;
	font-size: 16px;
	font-weight: bold;
}
.gene-04{
	display: block;
	font-size: 16px;
}

.gene-04e{
	display: block;
	font-size: 16px;
}

.u25-sp{
	background-color: rgba(235,166,99,1);
	margin: 20px 0;
	padding: 3px 20% 3px 3px;
	color: #fff;
	position:relative;
}
.u25-sp a{
	background-color: rgba(240,208,73,1);
	color: rgba(51,51,51,1);
	display: block;
	padding: 3px;
	width: 20%;
	right: 0px;
	top: 0px;
	position:absolute;
	border-left:1px solid #fff;
	text-align:center;
}
.u25-sp a:hover{ background-color:rgba(224,170,106,1);}
.filma{
	margin: 20px 0;
}

.events{
	width:100%;
	position: fixed;
	bottom: 0px;
	transition: linear .7s;
	z-index:20;
}
.events.hide-down{
	bottom: -210px;
	opacity:0;
}
.events .inner{
	width: 820px;
	margin: 0 auto;
	display: block;
	background-color: rgba(255,255,255,1);
	display: block;
	height: 180px;
	box-shadow: 0px -1px 7px rgba(51,51,51,.5);
	position: relative;
	padding: 15px 20px;
	border-radius: 5px 5px 0px 0px;
}
.event-set{
	position:relative;
}
.events-img{
	width: 220px;
	float: left;
	margin-right: 3%;
	max-height: 180px;
	overflow: hidden;
}
.events-img img{
	width: 100%;
	height:auto;
	object-fit: cover;
}
.events-txt{
	width: 550px;
	float: left;
	font-size: 14px;
}
.events a{
	display: block;
	margin: 5px 0;
	padding: 2px 10px;
	background-color: rgba(160,214,91,1);
	border-radius: 15px;
	color: #fff;
	text-align: center;
}
.events a:hover{
	opacity:0.7;
}
.events-close{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	background-image: url(../images/top/close.png);
	background-size: 30px;
	display: block;
	top: 10px;
	cursor: pointer;
}
.lexus-a{
	width: 760px;
	margin: 0 auto;
	font-size: 18px;
	margin-bottom: 2em;
	background-color: rgba(255,255,255,1);
	padding: 10px 20px 1em;
}
.lexus-b{}
.lexus-c{}


/*--------------------------------------------------------------------------------------------------------------
                                                     ceremony
--------------------------------------------------------------------------------------------------------------*/

.head-image-ce{
	margin-top: 50px;
	height: 500px;
	background-size: cover;
	background-image: url(../images/event/cere.jpg);
	background-position: center left;
}
.head-image-ce h1{
	display: block;
	width: 1020px;
	font-size: 18px;
	margin: 0 auto 0;
	padding-top: 16px;
	color: rgba(255,255,255,1);
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height:1.9em;
	text-indent: 1.4em;
}
.head-image-ce-inner{
	width: 1020px;
	margin: 0 auto;
}
.head-image-ce-video{
	width: 680px;
	height: 383px;
	margin: 0 auto;
	box-shadow: 0px 4px 11px rgba(0,0,0,1);
}
.cere-span{
	display: inline-block;
	padding: 0 5px;
	margin-right: 8px;
	background-color: rgba(130,99,165,1);
	color: #fff;
	border-radius: 3px;
	position: absolute;
	left: -90px;
	/* [disabled]text-indent: -100px; */
	top: 4px;
}
.twitter-case{ border-left:1px solid #eee;
margin-bottom:20px;}

/*-----------------------------------------------------------award-result*/
.awa_box{
	margin: 0 0 20px 0;
	padding: 6px 8px 0;
	border: 1px solid #ccc;
	color: rgba(0,0,0,1);
	background-color: rgba(249,247,238,1);
	transition: ease 0.4s;
}
.awa_box a{
	color: rgba(51,51,51,1);
}
.awa_box:hover{
	opacity:0.6;
}
.awa_box.soon{
	opacity: 0.6;
	pointer-events: none;
}
.awa_l{
	float: left;
	width: 860px;

}
.awa_r{
	float: right;
	width: 80px;
	text-align: center;
	font-size: 14px;
}
.awa_tit{
	padding-left: 20px;
	font-size: 16px;
}
.awa_dir{
	padding-left: 25px;
	/* [disabled]font-weight: bold; */
}
.awa_l strong{
	display: block;
	color: rgba(119,43,13,1);
	font-size: 21px;
	padding: 5px 0 7px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3px;
}
.awa_l strong:before{
	content: '\f091';
	position: relative;
	top: 2px;
	padding-right: 5px;
	font-family: 'icomoon';
	color: rgba(218,197,3,1);
}
.awa_r span{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	background-color: rgba(255,255,255,1);
	padding: 16px 0 0;
	border: 1px solid #ccc;
	margin: 5px 10px 10px;
	border-radius: 50%;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
}
/*-----------------------------------------------Grand prix */
.awa_box.grand{
	margin: 0 0 20px 0;
	padding: 8px 8px 0 100px;
	border: 1px solid #ccc;
	background-image: url(../images/im/grandprix.png), url(../images/im/grandprix-bg.png);
	background-repeat: no-repeat;
	background-position:10px 3px,center top;
	background-size: 86px,auto;
}
.awa_box.grand .awa_l{
	width: 770px;
}
.awa_box.grand a,.awa_box.grand strong{	color: rgba(255,255,255,1);}
.awa_box.grand strong{
	font-size: 18px;
	padding-left:10px;
	border-bottom:1px dotted #fff;
}
.awa_box.grand .awa_r span{ color:rgba(51,51,51,1);}
.awa_tit{
	padding-left: 25px;
	/* [disabled]font-weight: bold; */
}
/*-----------------------------------------------1/2size*/
.harf-box{ display:flex;
flex-wrap:wrap;
justify-content: space-between ;
}
.awa_box.harf_box{
	width: 440px;
}
.awa_box.harf_box .awa_l{
	width: 360px;
}

/*------------------------------------------------lexus-*/
.cmnTheaterPlayer_wrap video{width:100%; height:auto;}
.lexus-video{
	width: 680px;
	display:block;
	margin: 2em auto;
}
.ulizahtml5,.ulizahtml5-gesture-display{width:100% !important; margin-top:30px;}
ulizahtml5-gesture-display{width:100% !important;
}
.ulizahtml5 video{width:100% !important;}

/*--------------------------------------------------wp-1 */
.wp-1{
	margin: 2em 0;
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(235,235,235,1);
	border-right: none;
	border-left: none;
}
.wp-02{}
.tube-wrap.wp{}
.wp-tube{}
.wp-inner{
	padding: 10px 0 15px 0;
}

.wp-1 &gt; h4.yb_h4{padding-top:2em;}
.wp-set{
	float: left;
	margin: 0 10px;
	width: 455px;
	}
/*--------------------------------------------------------------------------------------------------------------
                                             Clear FIX / Utility
--------------------------------------------------------------------------------------------------------------*/
.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;}
.smp-show{ display:none;}
.pc-show{}
.all-center{ text-align:center;}
.all-right{ text-align:right;}
hr{
	border: none;
	border-bottom: 1px solid #ccc;
	height: 1px;
	margin: 10px 0 70px;
	padding: 10px 0 70px;
	display: block;
	clear: both;
}
.note{
	padding: 0 20px;
	border: 1px solid;
	border-color: #CC3300;
	margin: 30px 10px 10px;
}
.note ul{padding-bottom:0.8em;}
.note ul li{
	padding-left: 1em;
	text-indent:-1em;
}
.note ul li:before{
	content:'・';
}
.note h2{
	padding: 2em 0 2em;
	color: rgba(159,40,0,1);
}
.note h2:before{
	font-family:'icomoon';
	content:'\f071';
	padding-right:5px;
}
.caption{
	font-size: 86%;
}
.wh{
	background-color: rgba(255,255,255,1);
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #eee;
}
/*---------------------------------------------------------------------modal*/
#modal-close{
	float: right;
	margin:0 -20px -50px 0;
	cursor:pointer;
}
#modal-content {
	width: 800px;
	margin: 0;
	padding: 150px 0 0 0;
	position: fixed;
	z-index: 9999 !important;
	border-radius: 10px;
	height: 90%;

}

#modal-content .datamodal a{
	display: block;
	margin: 10px auto;
	width: 640px;
	height: 50%;
	padding: 3% 30px;
	background: rgba(249,244,230,0.9);
	border-radius: 20px;
	color: rgba(51,51,51,1) !important;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
.datamodal img{
	width: 80%;
	height: auto;
}
@media screen and (max-height:600px){
	#modal-close{
	float: left;
	margin:10px 0 0 -60px;
	cursor:pointer;
}
#modal-content{
	width: 600px;
	margin: 0;
	padding: 50px 0 0 0;
	position: fixed;
	z-index: 9999 !important;
	border-radius: 10px;
	height: 80%;
}
#modal-content .datamodal a{
	display: block;
	margin: 10px auto;
	height: 40%;
	padding: 5% 20px;
	border-radius: 20px;
	color: rgba(92,71,58,1) !important;
	font-size: 16px;
	text-align: center;
	/* [disabled]font-weight: bold; */
}
#modal-content .datamodal img{ width:300px; margin:-30px auto 0;}
}
#modal-overlay {

	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	z-index: 9998 !important;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
/*--------------------------------------------------------------------------------------------------------------
                                                      FONT
--------------------------------------------------------------------------------------------------------------*/

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ot2vq');
  src:  url('../fonts/icomoon.eot?ot2vq#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ot2vq') format('truetype'),
    url('../fonts/icomoon.woff?ot2vq') format('woff'),
    url('../fonts/icomoon.svg?ot2vq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[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-font-branded:before {
  content: "\e910";
}
.icon-tic-i:before {
  content: "\e90b";
}
.icon-online-i:before {
  content: "\e90c";
}
.icon-flyer-i:before {
  content: "\e90d";
}
.icon-wakab-i:before {
  content: "\e90e";
}
.icon-mail-square:before {
  content: "\e906";
}
.icon-font-wark:before {
  content: "\e900";
}
.icon-font-serch:before {
  content: "\e90a";
}
.icon-font-faq:before {
  content: "\e901";
}
.icon-font-line:before {
  content: "\e902";
}
.icon-font-map:before {
  content: "\e903";
}
.icon-font-return:before {
  content: "\e904";
}
.icon-font-search:before {
  content: "\e905";
}
.icon-font-theater:before {
  content: "\e909";
}
.icon-font-ticket:before {
  content: "\e912";
}
.icon-logo:before {
  content: "\e907";
}
.icon-home3:before {
  content: "\e908";
}
.icon-books:before {
  content: "\e920";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-new-tab:before {
  content: "\ea7e";
}
.icon-amazon:before {
  content: "\ea87";
}
.icon-moviemovie_creation:before {
  content: "\e913";
}
.icon-videocam:before {
  content: "\e914";
}
.icon-cast_connected:before {
  content: "\e911";
}
.icon-laptop_chromebook:before {
  content: "\e90f";
}
.icon-minus:before {
  content: "\f068";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-film:before {
  content: "\f008";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-flag:before {
  content: "\f024";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-warning:before {
  content: "\f071";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-play-circle:before {
  content: "\f144";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-newspaper-o:before {
  content: "\f1ea";
}
.icon-wifi:before {
  content: "\f1eb";
}
.icon-vimeo2:before {
  content: "\eaa1";
}
</pre></body></html>