@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;
}

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

@media screen and (max-width: 1100px) {
.content-box{
	width: 100%;
	margin: 0;
	padding: 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: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: 300px;
}
.navigation ul li ul li a{
	display: block;
	background: #fff;
	width: 100%;
	font-size: 14px!important;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: left;
	padding: 15px 10px!important;
	border-bottom: dotted 1px #EDEEF0;
	font-weight: bold;
}
.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;
	margin-bottom: -70px;
}
.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;
	font-weight: normal;
}
.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-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;
}
}


.program h2{
	font-size: 18px;
}
.program h2 img{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 20px auto;
	display: block;
}
.program h3{
	font-size: 22px;
	padding: 15px 10px 25px 10px;
	line-height: 1.4;
	text-align: center;
	border-bottom: solid 2px #04275e;
	border-top: dashed 1px #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: 400px;
	width: 100%;
	display: block;
	margin: 10px auto;
}
.program .program-box .program-info{
	font-size: 13px;
	line-height: 1.5em;
	opacity: 0.8;
	padding: 10px 0;
}

@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;
}
}

.timetable{
	background: #f2f2f2;
	padding: 20px 0 60px 0;
	max-width: 1400px;
	margin: 40px auto;
}
.timetable h2{
	text-align: center;
	padding: 10px;
	margin: 0 0 0.2em 0;
	line-height: 1.2;
	font-size: 40px;
}
.timetable h2 span{
	font-size: 20px;
}
.timetable h2 span.eng{
	font-size: 15px;
	font-weight: normal;
	padding:  5px;
	letter-spacing: 0.4em;
	display: block;
}
.timetable .time-day{
	/*border: dotted 1px rgba(164,173,201,1.00);*/
	border-radius: 2px;
	padding: 15px;
	margin: 0 10px;
	background:  #fff;
}
.timetable p{
	line-height: 1.5em;
}

.ticket h2{
	text-align: center;
	margin-bottom: 1em;
}
.ticket h3{
	text-align: center;
}
.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%;
	
}
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: #f6c500!important;}
.txt-lpurple{color: #eb84dc!important;}

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

.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;
}

.font80{font-size: 80%!important;}
.font90{font-size: 90%!important;}
.font120{font-size: 120%!important;}

.v-align-middle{
	vertical-align: middle;
}
.hover-op:hover{
	cursor: pointer;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.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;
}
.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; }

/* ----------------------------------------------------
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;
}

.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;
}
