﻿@charset "utf-8";
#snowfes {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	background:#eaf4f9 url(../images/bg.png) repeat-x;
	background-attachment: fixed;
	position:relative;
	z-index: 0;
}
#snowfes h1, #snowfes h2, #snowfes h3,
#snowfes h4, #snowfes h5, #snowfes h6 {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 150%;
}
#snowfes #bg01 ,
#snowfes #bg02 {
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
    width:100%;
    height:1110px;
    background-position: center top;
    background-repeat: repeat-x;
    transition:1s;
}
#snowfes #bg01 {
    background-image: url(../images/bg01.png);
}
#snowfes #bg02 {
    background-image: url(../images/bg02.png);
}
#snowfes iframe {
    vertical-align:bottom;
}
#snowfes .cont {
    background: #fff;
    background: hsla(0, 0%, 100%, 0.9);
    padding: 15px;
}
#snowfes .cont .imgarea{margin-bottom: 10px;}
#snowfes .cont .largeimg{
    width: 80%;
    height: 80%;
    display: block;
}
#snowfes .cont .fes_logo{
    width: 17%;
    /* height: 17%; */
    display: block;
    margin: 10px auto 0;
}
#snowfes .cont .fes_logo img{
    padding: 10px 0;
}
#snowfes .fl {
    float:left;
}
#snowfes .fr {
    float:right;
}
#snowfes #mainWrap {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#footer {
	margin: 0 !important;
}

/*----------ページタイトル----------*/

#snowfes #header {
    text-align: center;
    padding-top: 20px;
}
#snowfes #header h1{
    background: url("../images/h1_220119.png") no-repeat;
    padding-top: 26.53%;
    background-size: cover;
}
#snowfes #header .lang{
	position:absolute;
	background: #fff;
	background: rgba(255, 255, 255, 0.70);
	border: 1px solid #fff;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	top:0;
	left:0;
	padding: 5px 8px;
}
#snowfes #header .lang li{
	float:left;
	margin-right:5px;
}
#snowfes #header .lang li:last-child{
	margin-right:0;
}
#snowfes #header .lang a.button {
	padding: 0px 5px;
	display: block;
	background: #0570b3;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	border: 1px solid #fff;
	text-decoration: none;
	transition: .3s;
}
#snowfes #header .lang a.button:hover {
	background: #e2582d;
}
#snowfes #header .lang a.button.current {
	background: #e2582d;
}

/*----------ナビゲーション----------*/

#snowfes #nav ul {
    display: flex;
    justify-content: space-between;
}
#snowfes #nav ul li {
    width: 24.5%;
    background: rgba(255,255,255, 0.60);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(231,246,248,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(231,246,248,0.6) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(231,246,248,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99e7f6f8',GradientType=0 );
    border: 1px solid #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    transition: .3s;
    border-radius: 1vw;
}
#snowfes #nav a{
    width: 100%;
}
#snowfes #nav a div{
    padding-top: 19.23%;
    width: 100%;
    transition: .3s;
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center center;
}
#snowfes #nav ul li:hover div {
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-o-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
	filter: brightness(1.2);
}
#snowfes #nav .large{
    background-image: url("../images/nav_large.png");
}
#snowfes #nav .medium{
    background-image: url("../images/nav_medium.png");
}
#snowfes #nav .booth{

    background-image: url("../images/nav_booth.png");
}
#snowfes #nav .map{
    background-image: url("../images/nav_map.png");
}
#snowfes #nav .gray{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
}
#snowfes #nav ul li:hover div.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*----------コンテンツエリア----------*/

#snowfes #mainWrap #content {
	max-width: 1260px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#snowfes h3.ttl {
	height: 40px;
	position: relative;
	padding: 0 0 0 25px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	z-index: 0;
	box-sizing: border-box;
	background: rgb(0,153,191);
	background: -moz-linear-gradient(top, rgba(0,153,191,1) 0%, rgba(39,106,181,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,153,191,1) 0%,rgba(39,106,181,1) 100%);
	background: linear-gradient(to bottom, rgba(0,153,191,1) 0%,rgba(39,106,181,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099bf', endColorstr='#276ab5',GradientType=0 );
	margin-top: 10px;
}
#snowfes h3.ttl::before {
	content:"";
	position: absolute;
	background: #fff;
	width: 8px;
	height: 25px;
	top: 0;
	bottom: 0;
	left: 8px;
	margin: auto;
	border-radius: 4px;
}
#snowfes h3.ttl::after {
	content:"";
	background: url(../images/h3_ttl_bg.png);
	position: absolute;
	width: 100px;
	height: 40px;
	right: 0;
	top: 0;
	z-index: -1;
}
#snowfes .ttl img {
}

/*-----メインエリア-----*/

#snowfes #mainArea {
	width: 68%;
	float: left;
}
#snowfes .schedule td{
    padding: 5px 20px;
}
#snowfes .schedule .tablettl{
    text-align: center;
}
#snowfes .cont .continner{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#snowfes .cont .continner p{
    display: block;
    width: 60%;
}
#snowfes .cont .continner img{
    max-width: 300px;
    width: 35%;
    float: right;
}
/*-----サブエリア-----*/
.movie{
    display: block;
    width: 100%;
    padding-top: 56.2%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.movie .movieCon{
    position: absolute;
    width: 150%;
    height: 150%;
    top: -11%;
    left: -23%;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
#snowfes .copy{
    position: absolute;
    bottom: 27%;
    left: 17%;
    right: auto;
    font-size: 10%;
    color: #fff;
    text-shadow: #000 0px 0px 2px;
}
#snowfes #subArea {
	width: 30%;
	float: right;
}
#snowfes #tw .cont {
    padding:0;
}
#snowfes #bn {
    margin:20px auto 0 auto;
    width:234px;
}

/*トップページ*/

#snowfes #mainArea #info th , #snowfes #mainArea #info td {
    padding: 0 0 10px 0;
    vertical-align:top;
}
#snowfes #mainArea #info th {
	width: 90px;
	font-weight: bold;
	color: #144260;
}
#snowfes #mainArea #info td {
	width: 560px;
}
#snowfes #mainArea #info span {
    font-size:11px;
}
#snowfes #mainArea #info h4 {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	z-index: 0;
	box-sizing: border-box;
	background: rgb(0,153,191);
	background: -moz-linear-gradient(top, rgba(0,153,191,1) 0%, rgba(39,106,181,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,153,191,1) 0%,rgba(39,106,181,1) 100%);
	background: linear-gradient(to bottom, rgba(0,153,191,1) 0%,rgba(39,106,181,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099bf', endColorstr='#276ab5',GradientType=0 );
	margin: 10px 0;
}

#snowfes #mainArea #tezuka .clrFix {
    margin-bottom:10px;
}
#snowfes #mainArea #tezuka .ttl {
    margin-bottom:8px;
}
#snowfes #mainArea #tezuka .fl {
    margin-top:10px;
}
#snowfes #mainArea #tezuka .fr {
    width: 500px;
}
/*トップページ以外共通部分*/

#snowfes #subWrap p{
	margin-top: 10px;
}
#snowfes #subWrap h3.ttl {
	/* margin-top: 0; */
}
#snowfes .large p {
	width: 62%;
}
#snowfes #subWrap dl {
	margin: 8px 0;
}
#snowfes #subWrap dt {
	color: #144260;
	font-weight: bold;
}
#snowfes #subWrap dd {
	margin: 0 0 5px 1em;
}


/*ブース*/

#snowfes .section {
    margin-bottom: 15px;
    background: #eaf4f9 url(../images/bg01.png);
    padding: 10px;
}
#snowfes .cont .section:last-child {
    margin-bottom: 0;
}

#snowfes .section h4 {
    color: #144260;
    font-size: 18px;
    border-bottom: 1px dotted #167eba;
    font-weight:bold;
    display: table;
    padding-bottom: 5px;

    width:100%;
    position: relative;
}


#snowfes .section h4 span,
#snowfes .section h4 p {
    display: table-cell;
    vertical-align:middle;
}
#snowfes .section h4 i {
    top:0;
}
#snowfes .section h4 p {
	padding-left:  5px;
}
#snowfes #subWrap p.sponsor {
    margin-top: 5px;
    font-size:12px;
}


/*ライブ配信*/

#snowfes a.live {
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    padding: 10px 5px;
    z-index: 0;
    box-sizing: border-box;
    background: rgb(0,153,191);
    background: -moz-linear-gradient(top, rgba(0,153,191,1) 0%, rgba(39,106,181,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,153,191,1) 0%,rgba(39,106,181,1) 100%);
    background: linear-gradient(to bottom, rgba(0,153,191,1) 0%,rgba(39,106,181,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099bf', endColorstr='#276ab5',GradientType=0 );
    margin-top: 10px;
    border-radius: 7px;
    transition: .3s;
}
#snowfes a.live:hover {
    opacity: .8;
}
#snowfes a.live::after {
	content:"";
	background: url(../images/h3_ttl_bg.png);
	position: absolute;
	width: 100px;
	height: 40px;
	right: 0;
	top: 0;
	z-index: -1;
}
#snowfes a.live .notes {
    font-size: 11px;
    display: block;
}

#snowfes #subWrap.live span {
    font-size: 11px;
}
#snowfes .schedule .sp{
    display: none;
}