@charset "utf-8";
/* CSS Document */


/* --------------------------------------------------- common */
#wrapper{
	width: 100%;
	background:url(../img/bg-01.jpg)}

#mainimg,
#video,
#news,
#bio,
#goods,
#sns,
#ticket{
	width: 100%;}
#video section,
#news section,
#bio section,
#goods section,
#sns section,
#stamp section,
#ticket section{
	max-width: 1000px;
	padding: 30px 0;
	margin: 0 auto;}
#wrapper article section h2 {
	margin:0 0 15px 15px;
	padding:0 15px; 
	border-left:5px solid #fff;}
article section p {
	margin: 0 0 15px 30px;
	line-height: 1.5em;
	font-size: 1.5em;}
article section li {
	margin: 0;
	line-height: 1.5em;
	font-size: 1.5em;}
#wrapper #mainimg section{
	margin: 0 auto;
	padding: 0;}
#mainimg{
	height: 100vh;
	overflow: hidden;}

/* --------------------------------------------------- main */
#wrapper #mainimg section .slider img{
	width: 100%;
	margin: 0 auto;}

/* --------------------------------------------------- video */
#video section iframe{
	width: 560px;
	height: 315px;
	margin: 0 auto;
	display: block;}
/* --------------------------------------------------- news */
#sns section ul,
#bio section ul{
	width: 100%;
	overflow: hidden;
	padding-left: 15%;
	box-sizing: border-box;}
#sns section ul li,
#bio section ul li{
	width: 20%;
	float: left;
	margin-right: 10%;}
#sns section ul li img,
#bio section ul li img{
	width: 100%;}

.logo{
	position: absolute;
	z-index: 10;
	bottom: 0;
	width: 100%;
	text-align: center;}
.logo img{
	width: 100%;
	max-width: 1000px;
	opacity: .75;}

/* --------------------------------------------------- menu */
#glnav{
	width: 100%;
	margin: 0;
	position: fixed;
	top: 0;
	z-index: 10;
	opacity: .8;
	letter-spacing: 0;}

.menu{
	position: relative;
	width: 99%;
	height: 50px;
	max-width: 1000px;
	margin: 0 auto;
	display: table;}

.menu > li{
	display:table-cell;
	text-align:center;
	vertical-align: middle;}

.menu > li a span{
		width: 100%;
		font-weight: 700;
		display: block;}
	
		.menu > li a span > img{
			margin: 0 5px;}


.menu > li > a{
	text-decoration: none;
	color: rgb(255,255,255) !important;
	font-weight: 700;}
	
.menu > li a{
	display: block;
	color: rgb(255,255,255);}
	.menu > li a:hover{
		color: rgb(255,255,255);}

.menu_2nd li{
	border-bottom:1px solid #DDD;
	padding-bottom:0px;
	margin-bottom:10px;}

ul.menu_2nd{
	visibility: hidden;
	opacity: 0;
	z-index: 99999;}


/* --------------------------------------------------- menu_under */
li.menu_under ul.menu_2nd{
	position: absolute;
	top: 45px;
	left: 0;
	box-sizing: border-box;
	width: 1160px;
	padding: 2% 2% 1% 2%;
	background: rgb(250,250,250);
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;}

li.menu_under:hover ul.menu_2nd{
	top: 45px;
	visibility: visible;
	opacity: 1;}

li.menu_under ul.menu_2nd > li{
	float: left;
	width: 18.4%;
	text-align:left;
	margin-right: 2%;
	position:relative;}
	li.menu_under ul.menu_2nd > li:nth-child(5n){
		margin-right: 0;}
	li.menu_under ul.menu_2nd > li a{
		height: 2.5rem;
		text-decoration: none;
		padding-left: 1.5rem;
		color: rgb(0,0,0) !important;}

li.menu_under ul.menu_2nd > li:after{
	content: ">";
	position:absolute;
	top:0;
	right:5px;}

footer {
	background: rgba(0,0,0,.95);}
footer p {
	text-align: center;
	padding: 25px 0;}

.scroller_top {
	position: fixed;
	right: 0px;
	bottom: 10px;
	bottom: 0px;
	width: 100px;
	height: 75px;
	z-index: 999999;
	display: block;
	background: url(../img/gopagetop.png) no-repeat;
	background-position: top;}
.scroller_top a {
	width: 100%;
	height: 100%;
	display: block;}


@media screen and (max-width:1000px){
	#mainimg section,
	#video section,
	#news section,
	#bio section,
	#goods section,
	#sns section,
	#ticket section{
		width: 100%;
		margin: 0 auto;}
	#wrapper article section p {
		margin: 0 0 15px 10px;}
	#mainimg{
		height: inherit;
		position: relative;}
	}
@media screen and (max-width:560px){
	#video section iframe{
		width: 90%;
		height:300px;
		margin: 0 auto;
		display: block;}
	.logo {
		position: inherit;}
	.logo img{
		opacity: 1;}

	}
