/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* --　記事内の装飾 --*/
body{
	margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}
body a img{
	border-style: none;
}
body img{
	vertical-align: bottom;
}
a{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

header{
	margin: 0;
    height: 100vh !important;
    padding: 0;
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
#main-visual{
    position: absolute;
    min-width: 1000px;
	min-height:570px;
	text-align: center;
    display: flex;
  justify-content: center;
  align-items: center;
    height: 100vh;
    width: 100vw;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}
header h1{
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 30px;
	padding: 0px;
}
header h1 img{
	width: 100%;	
}
header p{
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 30px;
	padding: 0px
}

#head-set{
	height: 500px;
	width: 500px;
	margin-right: 0;
	margin-bottom: 0;
}
#head-set ul{
	margin: 0px auto 20px;
	padding: 0px;
	height: 50px;
	text-align: center;
}
#head-set ul li{
	display: inline-block;
	margin: 0px 15px;
	padding: 0px;
	height: 40px;
	width: 40px;
}
#head-set ul li img{
	height: 100%;
}



small{
	font-size: 85%;
	line-height: 1.5em;
	color: #000;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
	width: 100%;
	clear: both;
}



/*Other Style*/
a{
color: #666;
	text-decoration: none;
}
a:hover{
	color: #CCC;
	text-decoration: underline;
}
a img.linkimg{
background:none!important;
}
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
.ticket-jump a:hover{
	opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
.ios a:hover img.linkimg{
opacity:1;
}
.ios .ticket-jump a:hover{
	opacity:1;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
.clearfix{display:inline-block;}
/* hides from IE-mac¥*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/

.clearboth{
	clear:both;
}
.wrapper{
	margin-bottom: 20px;
}

#fade{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 999;
	display: none;
}

.clear-both{
	clear:both;
}



/* Tablet */
@media screen and (max-width: 1000px) {
	header{
	min-width: 100% ;

}
nav#global-nav ul{
	padding: 0px;
	width: 100% ;
}
#footer-area{
	width: 100% ;
}
#main-visual{
	min-width: 400px;
	min-height:570px;
	z-index: 10;
}
}
/* Smart Phone */
@media screen and (max-width: 480px) {
    header{
}
	#main-visual{
	min-width: 100%;
	min-height:300px;
}
#head-set{
	height: auto;
	width: 85%;
}
#head-set ul{
	margin: 0px auto 20px;
	padding: 0px;
	height: 50px;
}
#head-set ul li{
	margin: 0px 10px;
	padding: 0px;
	height: 30px;
	width: 30px;
}
#maincontainer h2 img{
	width: 100%;
}
#maincontainer h3 {
	font-size: 131%;
}
address{
	width: 70%;
}

}