@charset "utf-8";

#snowfes .clrFix,#snowfes .clrFix:after{
    display:block
}#snowfes a img,#snowfes img{
    border:0;vertical-align: bottom;
}
#snowfes dd,#snowfes div,#snowfes dl,#snowfes dt,#snowfes h1,#snowfes h2,#snowfes h3,#snowfes h4,#snowfes h5,#snowfes h6,#snowfes li,#snowfes ol,#snowfes p,#snowfes span,#snowfes td,#snowfes th,#snowfes ul{
    margin:0;padding:0
}
#snowfes caption,#snowfes th{
    text-align:left
}
#snowfes h1,#snowfes h2,#snowfes h3,#snowfes h4,#snowfes h5,#snowfes h6{
    font-size:100%;font-weight:400
}
#snowfes ul{
    list-style:none;
}
#snowfes a:active,#snowfes a:hover,#snowfes a:link{
        color:#0F72CC;text-decoration:underline
}
#snowfes a:visited{
    color:#333;text-decoration:underline
}
#snowfes .clr{
    clear:both
}
#snowfes .clrFix:after{
    clear:both;height:0;font-size:0;visibility:hidden;content:"."
}
#snowfes * html .clrFix
{height:1%
}

#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;
	position:relative;
	z-index: 0;
	padding-bottom: 20px;
}
#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: 100%;
    background-position: center top;
    background-size: contain;
    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: 10px;
}
#snowfes .cont .imgarea{margin-bottom: 10px;}
#snowfes .cont img {
	width: 100%;
}
#snowfes dt {
	color: #144260;
	font-weight: bold;
}
#snowfes dd {
	margin: 0 0 5px 1em;
}
#snowfes .fl {
    float:left;
}
#snowfes .fr {
    float:right;
}
#snowfes #mainWrap {
	position: relative;
	z-index: 1;
}
#footer {
	margin: 0 !important;
}

/*----------ページタイトル----------*/

#snowfes #header {text-align: center;}
#snowfes #header h1{
    background: url("../images/h1_220119_sp.png") no-repeat;
    padding-top: 53.9%;
    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: 3px 5px;
}
#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;
}
#snowfes #header .lang a.button.current {
	background: #e2582d;
}

/*----------ナビゲーション----------*/

#snowfes #nav ul {
    display: flex;
    justify-content: space-between;
}
#snowfes #nav ul li {
    width: 24.5%;
    border-radius: 1vw;
}
#snowfes #nav a {
    width: 100%;
}
#snowfes #nav a div{
    padding-top: 51%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center center;
}
#snowfes #nav .large{
    background-image: url("../images/nav_large_sp.png");
}
#snowfes #nav .medium{
    background-image: url("../images/nav_medium_sp.png");
}
#snowfes #nav .booth{
    background-image: url("../images/nav_booth_sp.png");
}
#snowfes #nav .map{
    background-image: url("../images/nav_map_sp.png");
}
#snowfes #nav .gray{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .6;
}
/*----------コンテンツエリア----------*/

#snowfes h3.ttl {
	position: relative;
	text-shadow: 0 0 3px #276bb6;
	overflow: hidden;
	padding: 5px 5px 5px 25px;
	font-size: 16px;
	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-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 #content{
    width: 98%;
    margin: 0 auto;
}
#snowfes #tw .cont{
    padding:0;
    text-align:center;
}
#snowfes #live .cont {
    text-align:center;
}
#snowfes #bn {
    margin: 10px auto 0 auto;
    width:234px;
}
.movie{
    display: block;
    width: 100%;
    padding-top: 56.5%!important;
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
}
.movie .movieCon{
    position: absolute;
    width: 150%;
    height: 150%;
    top: -10%;
    left: -24%;
    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 #info th , #snowfes #info td {
    margin-bottom: 5px;
    display: block;
}
#snowfes #info th {
	font-weight: bold;
	color: #144260;
}
#snowfes #info span {
    font-size:11px;
    padding-left: 1em;
    text-indent: -1em;
    display: block;
}
#snowfes #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 #tezuka {
    margin-top:10px;
}
#snowfes #tezuka .clrFix {
    margin-bottom:10px;
}
#snowfes #tezuka .fl {
    width: 22%;
}
#snowfes #tezuka .fr {
    width: 75%;
}
#snowfes .schedule{
    width: 100%;
    text-align: center;
}
#snowfes .schedule td{
    padding: 2% 2%;
}
/*トップページ以外共通部分*/

#snowfes #large p ,
#snowfes #medium p {
	margin-top: 10px;
}
#snowfes a.prevTop {
    position:relative;
    text-shadow: 0 0 3px #276bb6;
    overflow:hidden;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    z-index: 0;
    border-radius: 5px;
    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 a.prevTop::before,
#snowfes a.prevTop::after {
    content: "";
    background: url(../images/h3_ttl_bg.png);
    position: absolute;
    width: 100px;
    height: 40px;
    top: 0;
    z-index: -1;
}
#snowfes a.prevTop::before {
    left: 0;
}
#snowfes a.prevTop::after {
    right: 0;
}
/*中雪像*/

#snowfes #medium img.fl,
#snowfes #medium img.fr {
    width:50%;
}
#snowfes .cont .continner img{
    width: 100%;
    max-width: 360px;
    margin: 3% auto;
    display: block;
}

/*ブース紹介*/

#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;
    margin-bottom:  8px;
    padding-bottom: 5px;
    display: table;
    width:100%;
}
#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 {
    margin-top: 8px;
}
#snowfes #subWrap p.sponsor {
    margin-top: 5px;
    font-size:12px;
}
#snowfes .fes_logo{
    width: 100%!important;
    margin: 10% auto 5%!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0!important;
}
#snowfes .fes_logo img{
    width: 30%;
    height: 30%;
    margin: 0 3%;
}
#snowfes .imgarea .slider{
    width: 100%!important;
}