@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');
@import url('https://fonts.googleapis.com/css?family=Lalezar&display=swap');
/* 
*/

 
/* =========================================================
* フォント
========================================================= */
body {
font-family: 'Noto Sans Japanese', sans-serif;
}

.noto100 {font-weight:100;}
.noto200 {font-weight:200;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto600 {font-weight:600;}
.noto700 {font-weight:700;}
.noto800 {font-weight:800;}
.noto900 {font-weight:900;}


.serif{
font-family: 'Noto Serif Japanese', serif;
}

 /* =========================================================
* レイアウト
========================================================= */
.container{
	overflow: hidden;
}
.content-box{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 1100px) {
	.content-box{
		width: 100%;
		margin: 0;
	}	
}


 /* =========================================================
* ヘッダー
========================================================= */
.g-navigation{
	padding-top: 6px;
	background: #ebf1f5;
}

.g-navigation ul{
	margin: 0;
	padding: 0;
}
.g-navigation ul li{
	list-style: none;
	display: inline-block;
}
.g-navigation ul li a{
	text-decoration: none;
	font-size: 12px;
	padding: 0 0.7em;
	color: #093271;
}
.g-navigation ul li a:hover{
	color: #677396;
}
.g-navigation img{
	max-height: 36px;
}
.g-navigation .g-link{
	text-align: right;
}

.header{
	position: relative;
	background: #fff;
	padding-bottom: 40px;
	height: 110px;
}
.toppage .header{
	height: 85px;
}
.header h1{
	margin: 0 auto;
	line-height: 0;
	clear: both;
}
.header::after{
  content: "";
  display: block;
  clear: both;
}
.logo{
	float: left;
	width: 30%;
}
.logo img{
	max-width: 160px;
	width: 100%;
	margin: 5px auto 0 auto;
	display: block;
}
.navigation{
	background: #ffffff;
	padding-top: 5px;
	float: left;
	width: 70%;
}
.navigation .external-link{
	text-align: right;
	padding: 10px 20px 20px 0;
	font-size: 13px;
	color: #444;
}
.navigation .external-link a{
	display: inline;
	font-size: 13px!important;
	color: #444!important;
	font-weight: normal;
	font-family: 'Noto Sans Japanese', sans-serif!important;
}
.navigation .external-link i{
	font-size: 17px;
	margin: 0 2px;
}
.navigation .external-link i.fa-desktop{
	font-size: 15px;
}

.navigation li a{
    font-family: 'Lalezar', sans-serif!important;
	text-decoration: none;
	font-size: 19px!important;
	line-height: 1.1!important;
	letter-spacing: 0.1em!important;
	display: block;
	padding: 12px 5px!important;
	
}
.navigation li ul li a{
	font-family: 'Noto Sans Japanese', sans-serif!important;
}
.navigation li:last-child a{
	border-right: none;
}
.navigation ul{
	margin:0 auto;
	width: 100%;
	max-width: 1200px!important;
}
.navigation ul li{
	width: 18.5%;
	text-align: center;
}
.stellarnav > ul > li:last-child {
    display: inline-block;
    border-right: none;
}

.navigation ul li a span{
	color: #04275e;
    font-size: 12px!important;
	display: block!important;
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: 1px;
	padding: 4px;
}
.navigation ul li a:hover{
	color: #1658B4;
}
.navigation ul li ul,
.navigation ul li ul li{
	display: block;
	width: 310px;
}
.navigation ul li ul li a{
	display: block;
	background: #fff;
	width: 100%;
	font-size: 14px!important;
	line-height: 1.5!important;
	letter-spacing: 0;
	text-align: left;
	padding: 15px 5px 10px 8px!important;
	border-bottom: dotted 1px #EDEEF0;
}
.navigation ul li ul li a b{
	font-size: 15px!important;
}
.navigation ul li ul{
	display: none;
}

 
@media screen and (max-width: 1100px) {
.navigation a{
	font-size: 16px!important;
	letter-spacing: 0em!important;
	padding: 10px 0!important;
}
.navigation ul li a span{
    font-size: 11px!important;
	padding: 2px;
}
}
@media screen and (max-width: 768px) {

.toppage .header{
	height: auto;
}
.header{
	position: relative;
	height: auto;
	background: #fff;
	padding-bottom: 0;
}
.header h1{
	margin: 0 auto;
	line-height: 0;
	clear: both;
}
.navigation .external-link{
	display: none;
}
.logo{
	float: none;
	width: 100%;
}
.logo img{
	max-width: 120px;
	width: 100%;
	margin: 0 auto 5px 5px;
	display: block;
}
.navigation{
	background: #ffffff;
	padding-top: 35px;
	float: none;
	width: 100%;
}
.navigation {
    background: #ebf1f5;
    padding-top: 0px;
}
.g-navigation{
	text-align: center;
}
.g-navigation .g-link{
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 5px;
	display: none;
}
.g-navigation img{
	max-height: 28px;
	margin: 0 auto 4px auto;
}

.menu-toggle {
	text-align: center;
	font-family: 'Lalezar', sans-serif!important;
}
.navigation ul,
.navigation ul li{
	display: block;
	width: 100%;
	border-top: solid 1px rgba(138,140,140,0.1);
}
.navigation ul li ul,
.navigation ul li ul li{
	width: 100%;
}
/*.navigation ul li ul li a{
	display: block;
	background: #fff;
	width: 100%;
	font-weight:200;
	font-size: 14px;
	letter-spacing: 0;
	padding: 10px 15px!important;
}*/
.navigation ul li ul{
	display: none;
}
}


/* stellarNav 変更 */
@media only screen and (max-width : 768px) {
.stellarnav .menu-toggle{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #04275e;
}
.stellarnav .menu-toggle span.bars{
	display: block;
	margin: 0;
}
.stellarnav .menu-toggle span.bars span{
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: #04275e;
    margin: 0 auto 3px auto;
}
.stellarnav .close-menu{
	font-weight: bold;
	color: #fff!important;
	padding-right: 5px;
}
.stellarnav .icon-close{
	margin-right: 5px;
	width: 15px;
    height: 15px;
}
.stellarnav .icon-close:before,
.stellarnav .icon-close:after{
    border-bottom: solid 3px #fff;
}
.stellarnav.mobile ul {
    background: rgba(4, 39, 94, 0.98);
	z-index: 1000;
}
.stellarnav li a,.stellarnav li a span {
    color: #fff;
}
.stellarnav a.dd-toggle .icon-plus:before,
	.stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #fff;
}
.navigation ul li a span {
    color: #fff!important;
}
.navigation ul li ul li a {
    display: block;
    background: rgba(4, 39, 94, 0.98)!important;
    width: 100%;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px 15px
}
}

 /* =========================================================
* フッター
========================================================= */
.footer{
	text-align: center;
	padding: 20px 10px 0 10px;
	margin-top: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 200;
	line-height: 1.6;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#093271+1,1d5ead+99 */
background: rgb(9,50,113); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(9,50,113,1) 1%, rgba(29,94,173,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(9,50,113,1) 1%,rgba(29,94,173,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(9,50,113,1) 1%,rgba(29,94,173,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093271', endColorstr='#1d5ead',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.footer .copy{
	text-align: center;
	font-size: 11px;
	color: #fff;
	padding: 20px 0;
}




 /* =========================================================
* トップページ
========================================================= */
.top-main{
	padding-top: 30px;
	background: url(../img/main_bg.jpg) top center no-repeat #010716;
	background-size: 100% auto;
	width: 100%;
}
.top-main > div{
    margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1500px;
	line-height: 0;
}
.top-about{
	background: #f7f7f7;
	padding: 0;
	margin: 0!important;
}
.top-about-text{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#093271+1,0d5399+39,0d5399+67,093271+99 */
	background: rgb(9,50,113); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(9,50,113,1) 1%, rgba(13,83,153,1) 39%, rgba(13,83,153,1) 67%, rgba(9,50,113,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(9,50,113,1) 1%,rgba(13,83,153,1) 39%,rgba(13,83,153,1) 67%,rgba(9,50,113,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(9,50,113,1) 1%,rgba(13,83,153,1) 39%,rgba(13,83,153,1) 67%,rgba(9,50,113,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093271', endColorstr='#093271',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding-top: 60px;
	padding-bottom: 0px;
}
.top-about-text p{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}


.top-about-text .live{
	font-size: 20px;
	color: #fff;
}
.top-about-text .live h3{
	border-bottom: solid 3px #fff;
	padding: 10px;
	width: 300px;
	margin:  30px auto 30px auto;
}


.top-about-text .live h4{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 2px 4px;
	max-width: 200px;
	line-height: 1.2em;
	margin:  10px auto;
	border-radius: 15px;
	border: solid 1px #fff;
}
.top-about-text .live{
	text-align: center;
}
	
.top-about-text .live-info{
	text-align: left;
	display: inline-block;
}
.top-about-text .live-info > div{
	padding: 10px;
	border-bottom:  dotted 1px rgba(255,255,255,0.16);
}

.top-about-text .button-white{
	background: #fff;
	padding: 5px;
	border-radius: 20px;
	font-size: 16px;
	width: 220px;
	margin: 0 auto;
	font-weight: bold;
}
.top-about-text .button-white:hover{
	opacity: .8;
}


@media screen and (max-width: 768px) {
.top-about-text .grid-wide-800{
	max-width: 300px;
	margin: 0 auto;
}
}



.top-about .tagteam-logo{
	min-width: 800px;
	width: 100%;
	margin: 0 auto 100px auto;
	position: relative;
	bottom: -70px;
	padding: 10px 20px;
	background: #FFF;
}
.top-about .tagteam-logo img{
    padding: 20px 0 10px 0;
	width: 100%;
	max-width: 600px;
}

.top-about h3{
	font-size: 27px;
	text-align: center;
	margin: 1.5em 0;
	padding: 0;
}
.top-about h3 span{
	background:linear-gradient(transparent 60%, #fff20b 0%);
}
.top-about h3 .txt-small{
	font-size: 20px;
	margin: -0.8em 0 0.8em 0;
}
.top-about h3 img{
	width: 80px;
	vertical-align: middle;
	margin-right: 10px;
}
.top-about p{
	padding: 0;
}
.top-about .img_illust{
	display: block;
	margin: 0 auto;
	width: 180px;
}
.top-about .tagteam{
	padding: 0 20px;
}

.top-guest > div{
	background: #fff;
	padding: 10px;
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 10px;
	border-radius: 10px;
}
.top-guest > div img{
	float: left;
	width: 70px;
	padding-right: 10px;
}


@media screen and (max-width: 768px) {

.top-about .tagteam-logo{
    padding: 20px 0 10px 0;
	width: 90%;
	min-width: auto;
	margin: 0 auto 50px auto;
}
.top-about .tagteam-logo img{
    padding: 20px 0 10px 0;
	width: 100%;
	max-width: auto;
}
.top-about img{
    max-width: 400px;
	width: 100%;
}
.top-about .tagteam-logo{
	padding: 0px;
}
.top-about .tagteam{
	padding: 20px 0;
}
.top-about-text{
	padding-top: 30px;
}
.top-about-text p{
	font-size: 15px;
	text-align: left;
	padding: 10px 30px!important;
}

	
.top-about h3 img{
	font-size: 20px;
}
.top-about h3 img{
	display: block;
	margin: 0 auto;
}
.top-about h3 .txt-small{
	font-size: 16px;
	margin: 0.8em 0;
	line-height: 1.8em;
}
}


.top-link{
	background: #f7f7f7;
	margin: 0;
	padding: 0 0 40px 0;
}
.top-link a{
	display: block;
	text-align: center;
}

.top-bn-campfire{
	color: #e74844;
	font-size: 14px;
	line-height: 1.6;
}
.top-bn-campfire >div{
	padding: 40px 0;
}
.top-bn-campfire a,
.top-bn-campfire a:hover,
.top-bn-campfire a:visited,
.top-bn-campfire a i{
	color: #e74844;
}

.top-bn-campfire .patrons span{
	font-size: 14px;
	color: #e74844;
	letter-spacing: 0.1em;
}
.top-bn-campfire .patrons{
	padding: 10px 20px;
	font-size: 13px;
	color: #555;
	background: #f7f7f7;
}





.top-event h3 span{
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	margin: -1em 0 1em 0;
}
.top-event a{
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 18px;
	color: #fff;
	line-height: 1.4;
	background: rgba(224,224,224,0.1);
	border: solid 1px rgba(224,224,224,0.01);
	padding: 10px;
}
.top-event a img{
	max-width: 80px;
	float: left;
	margin-right: 5px;
}
.top-event a b{
	font-size: 28px;
	display: block;
	color: #f5503d;
}
.top-event a .date{
	font-size: 18px;
	font-weight:  normal;
	display:  block;
	color:#ffe808;
}
.top-event a:hover{
	background: rgba(224,224,224,0.05);
	border: solid 1px rgba(224,224,224,0.8);
	color: #fff;
}


@media screen and (max-width:768px) {
.top-main{
	text-align: center;
	background: none;
	padding-top: 0;
}
.top-main h3{
	margin-bottom: 10px;
}
.top-main p{
    font-size: 14px;
    line-height: 1.6;
    margin-left: 0px;
	margin-top: 10px;
    padding-bottom: 15px;
    font-weight: 600;
	text-align: left;
}

}



 /* =========================================================
* 下層ページ
========================================================= */
.page-link{
	padding-top: 30px;
	margin-top: -30px;
}
.page-ttl{
	font-family: 'Lalezar', sans-serif;
	text-decoration: none;
	font-size: 50px;
	padding: 60px 0 60px 0;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.2;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2065bf+0,1d5ead+28,1d5ead+28,093271+100 */
background: rgb(32,101,191); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(32,101,191,1) 0%, rgba(29,94,173,1) 28%, rgba(29,94,173,1) 28%, rgba(9,50,113,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(32,101,191,1) 0%,rgba(29,94,173,1) 28%,rgba(29,94,173,1) 28%,rgba(9,50,113,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(32,101,191,1) 0%,rgba(29,94,173,1) 28%,rgba(29,94,173,1) 28%,rgba(9,50,113,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2065bf', endColorstr='#093271',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.page-ttl span{
	font-size: 16px;
	display: block;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	line-height: 1;
}
@media screen and (max-width:768px) {
.page-ttl{
	font-size: 30px;
	padding: 30px 0 30px 0;
}
}

.uchujin{
	color: #fff;
	padding: 40px 20px;
	text-align: center;
	margin: 0 auto;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d201c+6,000000+42,000000+69,281c1c+95 */
	background: #2d201c; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #2d201c 6%, #000000 42%, #000000 69%, #281c1c 95%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #2d201c 6%,#000000 42%,#000000 69%,#281c1c 95%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #2d201c 6%,#000000 42%,#000000 69%,#281c1c 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d201c', endColorstr='#281c1c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.uchujin h2{
	font-size: 25px;
	line-height: 1.4em;
}
.uchujin .main{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.uchujin .uchujin-contents{
	max-width: 1000px;
	margin: 0 auto;
	font-size: 15px;
	color: #eee;
	text-align: left;
	line-height: 1.8;
}
.uchujin .uchujin-contents .txt-main{
	max-width: 800px;
	margin: 0 auto;
	line-height: 2em;
}

@media screen and (max-width:768px) {
	.uchujin h2{
		font-size: 18px;
	}
}




.program .program-cate{
	margin: 10px;
}
.program .program-cate .p-ttl{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient
	editor/#2d201c+6,000000+42,000000+69,281c1c+95 */
	background: #2d201c; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #2d201c 6%, #000000 42%, #000000 69%, #281c1c 95%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #2d201c 6%,#000000 42%,#000000 69%,#281c1c 95%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #2d201c 6%,#000000 42%,#000000 69%,#281c1c 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d201c', endColorstr='#281c1c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	max-width: 600px;
	width: 95%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	position: relative;
	top: -1.2em;
	margin-top: -1.2em;
	color: #fff;
	font-size: 30px;
}
.program .program-cate .p-ttl > span{
	font-size: 20px;	
}

.program .program-cate .p-ttl img{
	width: 100%;
	height: auto;
	max-width: 500px;
}

.program .program-cate{
	padding: 40px 20px 20px 20px;
	margin-top: 80px;
	border: solid 2px #000;
}

@media screen and (max-width:768px) {
	.program .program-cate .p-ttl{
		top: -0.5em;
		margin-top: -2em;
		padding: 5px;
	}
	
	.program .program-cate{
		padding: 40px 10px 10px 10px;
	}
}


.program h3{
	font-size: 24px;
	padding: 15px 10px 25px 10px;
	line-height: 1.4;
	text-align: center;
	border-top: dotted 1px #9EADC7;
	border-bottom: solid 2px #04275e;
}
.program h3 span{
	font-size: 15px;
	display: block;
	font-weight: 300;
	margin-top: 0;
}
.program h3 .program-time{
	float: right;
	position: relative;
	font-size: 13px;
	bottom: -5px;
	color: #676767;
}
.program .program-box{
	padding: 0 20px 20px 20px;
}

.program .program-box img{
	max-width: 420px;
	width: 100%;
	height: auto;
	display: block;
	margin: 10px auto;
}
.program .program-box .program-info{
	font-size: 13px;
	line-height: 1.5em;
	opacity: 0.8;
	padding: 10px;
}
.program .program-box .cr{
	font-size: 11px;
	display: block;
	margin-top: -15px;
}

.program .program-box .time{
	background: #d3e4e3;
	max-width: 200px;
	padding: 10px;
	margin: 0 0 0 auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: solid 2px #d3e4e3;
}

.program .program-box .button-blueline{
	max-width: 200px;
	padding: 10px;
	margin: 0 0 0 auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	border: solid 2px #19396b;
}
.program .program-box .button-blueline:hover{
	border: solid 2px #1658B4;
}





@media screen and (max-width:768px) {
.program img.sneak{
	max-width: 200px;
	width: 100%;
	display: block;
	margin: 10px auto;
}
.program .program-box{
	padding: 0;
	margin-bottom: 20px;
}
.program h3{
	font-size: 20px;
	padding: 15px 5px 25px 0;
}
.program h3 .program-time{
	top: 0px;
	font-size: 13px;
}
.program .program-box{
	padding: 0;
}
}



.ticket h2{
	text-align: center;
	margin-bottom: 1em;
}
.ticket h3{
	text-align: left;
}
.ticket p.price{
	text-align: center;
	padding: 15px;
	margin: 0;
	font-size: 20px;
}
.ticket p{
	margin-bottom: 0.5em;
	line-height: 1.8;
}
.ticket table{
	width: 100%;
}
.ticket table,
.ticket table th,
.ticket table td{
	border-collapse: collapse;
}
.ticket table th,
.ticket table td{
	border: solid 2px #fff;
	padding: 10px;
	background: #f6f5eb;
}
.ticket table th{
	background: #ebf1f5;
	width: 20%;
}
.ticket table td.w30{
	width: 30%;
}

.ticket p.note{
	display:inline-block;
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
}

.access .access-info h2{
	font-size: 18px;
	padding: 10px;
	text-align: center;
	margin: 0 auto 0.5em auto;
	background: #ebf1f5;
}
.access p{
	margin-bottom: 0.5em;
	line-height: 1.8;
}
.access .access-info{
	padding: 20px;
}
@media screen and (max-width:768px) {
.ticket table th,
.ticket table td,
.ticket table td.w30{
	display: block;
	width: auto!important;
}
.access .access-info{
	padding: 0px;
}
}






/* =========================================================
* 共通設定
========================================================= */
body{
	line-height: 2em;
	color: #04275e;
}
a,
a:visited{
	outline: none;
	color: #04275e;
	text-decoration: none;
}
a:hover{
	color: #1658B4;
}

img{
	max-width: 100%;
	height: auto;
}
a:focus, *:focus { outline:none; }

.txt-left{text-align: left;}
.txt-right{text-align: right;}
.txt-center{text-align: center;}

.float-left {float: left;}
.float-right {float: right;}
.clear, .clear:after {clear: both;}
.clear-left, .clear-left:after {clear: left;}
.clear-right, .clear-right:after {clear: right;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}


h1,h2,h3,h4,p{
	margin: 0;
}

.txt-lblue{ color: #9CA9E8!important;}
.txt-blue{ color: #1658B4!important;}
.txt-navy{ color: #3856AD!important;}
.txt-green{ color: #18A05F!important;}
.txt-lgreen{ color: #7EF0A0!important;}
.txt-pink{ color: #e6136f!important;}
.txt-lpink{ color: #EF8DAC!important;}
.txt-white{ color: #fff!important;}
.txt-lpink{color: #00437c!important;}
.txt-dred{color: #C6282B;}

.txt-ivory{color: #eee!important;}
.txt-lygreen{color: #9dc325!important;}
.txt-yellow{color: #f1e16b!important;}
.txt-lpurple{color: #eb84dc!important;}

.txt-bold{font-weight: bold;}
.txt-normal{font-weight: normal;}

.bg-pl-blue{background: #ebf1f5;}
.bg-pl-yellow{background: #fbfaeb;}
.bg-pl-gray{background: #f7f7f7;}


.txt-copy{
	font-size: 11px;
	line-height: 1.4em;
	color: #676767;
	text-align: right;
	display: block;
}
.facebook{
	color: #3B5998;
}
.twitter{
	color: #1DA1F2;
}

.font60{font-size: 60%!important;}
.font70{font-size: 70%!important;}
.font80{font-size: 80%!important;}
.font90{font-size: 90%!important;}
.font120{font-size: 120%!important;}
.font130{font-size: 130%!important;}
.font140{font-size: 140%!important;}


.v-align-middle{
	vertical-align: middle;
}
.hover-op{
  transition: filter 0.3s ease;
}
.hover-op:hover,
.hover-op:hover img{
	cursor: pointer;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.hover-bright {
  transition: filter 0.3s ease;
}
.hover-bright:hover,
.hover-bright:hover img{
  filter: brightness(1.2);
}

.border-box{
	border: solid 1px rgba(164,173,201,1.00);
}


/* トップへ戻る　*/
#backTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 40px;
	color: #d9e2e8;
}

.ggmap {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none!important;
}

.button-blue{
	display: inline-block;
	padding: 15px 30px;
	color: #fff!important;
	text-decoration: none;
	background: #04275e;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04275e+0,084aa0+57,04275e+100 */
background: #04275e; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #04275e 0%, #084aa0 57%, #04275e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #04275e 0%,#084aa0 57%,#04275e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #04275e 0%,#084aa0 57%,#04275e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04275e', endColorstr='#04275e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-bottom: solid 2px #03163F;
}
.button-blue:hover{
	background: #1658B4;
}



.pager a {
	color: #fbcd17;
	font-weight: bold;
}
.pager .selected {
	background: #fbcd17;
	border-radius: 50%;
	height: 18px;
	width: 20px;
	text-align: center;
	display: inline-block;
	padding-top: 3px;
	font-weight: normal;
}
.pager {
	font-size: 15px;
	color: #34322a;
	line-height: 1;
	text-align: center;
	padding: 20px;
}
@media screen and (max-width:1100px) {
.main{
	padding: 10px;
}
}

@media screen and (max-width:768px) {
.ggmap {
	position: relative;
	padding-bottom: 80%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
}

/* ----------------------------------------------------
margin
/*---------------------------------------------------- */
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }

.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }


.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }


@media screen and (max-width:768px) {
.mob-mt00 { margin-top: 0px !important; }
.mob-ml00 { margin-left: 0px !important; }
	
}

/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pt100 { padding-top: 100px !important; }
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb100 { padding-bottom: 100px !important; }
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }

/* ----------------------------------------------------
grid-wide
---------------------------------------------------- */
.grid-wide-1200 {
    max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.grid-wide-1000{
    max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.grid-wide-900{
    max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.grid-wide-800{
    max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.grid-wide-700{
    max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.grid-wide-600{
    max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.grid-wide-500{
    max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.button-supporter-link{	
	background: #ca3f2f;
	color: #fff;
	font-size:22px;
	padding: 6px;
	display: block;
	margin: 0 auto;
	text-decoration:none;
}
.button-supporter-link:hover{
	background: #FFCA2A;
	color: #333;
}


.fadein-s {
  opacity : 0;
  transform: translateY(30px);
  transition: all 1s;
}

@media screen and (min-width:769px) {
    .navigation > ul {
        display: block!important;
    }
}



.top-program{
	background: #171717;
	color: #fff;
	padding: 30px 10px;
}
.top-program a{
	color: #fff;
}
.top-program h3 span {
    background: linear-gradient(transparent 60%, #0c4a8e 0%);
	font-size: 40px;
}
.top-program h4 {
	font-size: 40px;
	margin-bottom: 10px;
}

.top-program .grid-container{
	max-width: 1060px;
}
.top-program a img{
	line-height: 0;
	display: block;
	margin: 0 auto;
}
.top-program .programs {
	border: solid 1px rgba(255,255,255,0.1);
	padding: 30px;
}
@media screen and (max-width:768px) {
    .top-program h3 span {
	    font-size: 30px;
    }
	.top-program .programs {
		padding: 0px;
		border: none;
	}
}



.frame-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 0;
}
.frame-wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}




.kanazawa-btn{
	position: fixed;
	right: 0;
	bottom: 8%;
	z-index: 100;
	display: inline-block;
	display: block;
	padding: 15px 10px;
	color: #000!important;
	font-weight: 500;
	width: 160px;
	line-height: 1.2em;
	border-radius: 3px 0 0 3px;
	text-align: center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4e002+0,f2e126+42,f4e002+78 */
background: #f4e002; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f4e002 0%, #f2e126 42%, #f4e002 78%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #f4e002 0%,#f2e126 42%,#f4e002 78%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #f4e002 0%,#f2e126 42%,#f4e002 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e002', endColorstr='#f4e002',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

-moz-box-shadow: -2px 4px 15px -7px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: -2px 4px 15px -7px rgba(0, 0, 0, 0.5);
-ms-box-shadow: -2px 4px 15px -7px rgba(0, 0, 0, 0.5);
box-shadow: -2px 4px 15px -7px rgba(0, 0, 0, 0.5);
}
.kanazawa-btn:hover{
	background: #fff0a8;
}
@media screen and (max-width:768px) {
    .navigation .kanazawa-btn{
		position: relative!important;
		right: auto;
		bottom: auto;
		z-index: 100;
		padding: 15px 10px;
		width: 90%;
		line-height: 1.2em;
		border-radius: 0;
		margin: 10px auto;

	}
}




.timetable{
	padding-bottom: 40px;
}

.timetable h2{
	text-align: center;
	padding: 10px;
	margin: 0 10px;
	line-height: 1.2;
	font-size: 40px;
	color: #fff;
}
.timetable h3{
	font-size: 25px;
}
@media screen and (max-width:768px) {
.timetable h2{
	font-size: 35px;
}
.timetable h3{
	font-size: 22px;
}
}

.timetable .timetable-inner{
	padding: 0 30px 30px 30px;
}

@media screen and (max-width:768px) {
.timetable .timetable-inner{
	padding: 0 10px 30px 10px;
}
}




.timetable .grid-container{
	border-radius: 5px;
	overflow: hidden!important;
	padding: 0!important;
	margin: 0 5px;
}
.timetable .grid-container > div:nth-last-child(2),
.timetable .grid-container > div:last-child{
	border-bottom: none;
}

.timetable .timetable-time{
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	border-bottom: solid 4px #5cadc7;
	background: #262c2e;
	color: #fff;
}
.timetable.tatemachi .timetable-time{
	background: #d3e4e3;
}
.timetable.tatemachi .timetable-event{
	background: #f5e67e;
}


.timetable .timetable-film{
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	border-bottom: solid 4px #5cadc7;
	background: #fff;
}


.timetable .timetable-film,
.timetable .timetable-time{
	padding: 15px 10px;
	vertical-align: middle;
	line-height: 1.4;
	min-height: 80px;
}
.timetable .timetable-film span.shortfilm{
	display: block;
	font-size: 13px;
}

.timetable .timetable-event{
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	border-bottom: solid 4px #5cadc7;
	background: #fff;
}
.timetable .timetable-event-time{
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	border-bottom: solid 4px #5cadc7;
	background: #262c2e;
	color: #fff;
}


@media screen and (max-width:768px) {

.timetable .timetable-time,
.timetable .timetable-event{
	padding: 5px;
	font-size: 15px;
}
.timetable .timetable-time,
.timetable .timetable-event-time{
	padding: 5px;
	font-size: 12px;
}
}

.timetable a{
	text-decoration: none;
	color: #2C2828;
}
.timetable .grid-container {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 20px;
}

.timetable .timetable-film-all{
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	border-bottom: dotted 1px #A19797;
	background: #CCDCE9;
}
.timetable .timetable-film-all b{
	display: block;
	font-size: 80px;
	padding: 40px 0;
	color: #3A6BAB;
}
.timetable .break{
	border-bottom: dotted 1px #A19797;
	text-align: center;
	color: #777777;
}

.timetable .short{
	background: rgba(0,0,0,0.2);
	padding: 20px 10px 0 10px;
}
.timetable .short .timetable-time{
	background: #fff;
}

.timetable a:hover{
	color: #1658B4;
}

.center-left{
	text-align: center;
}
.center-left-inner{
	text-align: left;
	display: inline-block;
}

