@charset"UTF-8";
*{ margin:0;padding:0;}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 900;
   src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.otf) format('opentype');
 }


/* clearfix */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clearfix {display: inline-block;} 

/* Hides from IE Mac */
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End Hack */ 
.clear { clear: both; }

html{
	height: 100%;
	min-width: 1270px;
}

body {
	height: 100%;
	width: 100%;
	background: #eee url(/static/gospellers/fanclub/feature/wavoc/img/bg_main.gif) ;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 12px;
	line-height:150%;
	color: #111;
	word-break: break-all; 
	margin: 0;
	padding: 0;
	position: relative;
}
a,
a img{
	border: 0;
	transition: opacity 0.3s linear;
-webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-ms-transition: opacity 0.3s linear;
}

a:hover{
	transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
transition: opacity 0.3s linear;
-webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-ms-transition: opacity 0.3s linear;
}


li{list-style:none;}

/* #load{
	width: 100%;
	height: 100%;
background: url(/static/gospellers/fanclub/feature/wavoc/img/bg_popup.png) repeat center;
background-color: #d5d4d4;
-webkit-animation: AnimationName 20s ease infinite;
-moz-animation: AnimationName 20s ease infinite;
	animation: AnimationName 20s ease infinite;
	position: absolute;
	top:0;
	left:0;
	z-index: 99999;
} */
/* 
.loader {
margin: 20px auto;
font-size: 11px;
position: fixed;
text-indent: -9999em;
border-top: 0.5em solid rgba(204, 204, 204, 0.3);
border-right: 0.5em solid rgba(204, 204, 204, 0.3);
border-bottom: 0.5em solid rgba(204, 204, 204, 0.3);
border-left: 0.5em solid #f52359;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: loading 1.1s infinite linear;
animation: loading 1.1s infinite linear;
top: 50%;
z-index: 999;
left: 50%;
margin-left:-2em;
margin-top:-2em;
} */
/* .loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
@-webkit-keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
} */


#wrap{
	height: 100%;
	width: 100%;
	position: relative;
	padding: 0 0 150px;
}

#pageHead {
	height: 16px;
	width: 100%;
	background: #000;
	padding: 0;
	margin: 0;
}
#pageHead .pageHead_title {
	width: 400px;
	color: #f1f1f1;
	font-size:11px;
	font-weight: bold;
	font-family: Verdana;
	padding:0 0 10px;
	line-height: 16px;
	text-align: left;
	float: left;
}
#pageHead .pageHead_link {
	width: 300px;
	color: #f1f1f1;
	font-size: 11px;
	padding: 0 10px 0 0;
	line-height: 16px;
	text-align: right;
	float: right;
}
.pageHead_link a:link	{text-decoration:none; color: #f1f1f1;}
.pageHead_link a:visited {text-decoration:none; color: #f1f1f1;}
.pageHead_link a:hover   {text-decoration:none; color: #696969;}
.pageHead_link a:active  {text-decoration:none; color: #303030;}


a:link	{text-decoration:none; color:#1E47B1;}
a:visited {text-decoration:none; color:#1E47B1;}
a:hover   {text-decoration:none; color:#FF7200;}
a:active  {text-decoration:none; color:#CC0000;}

.center{text-align: center;}
.bold{font-weight: bold;}

#pageTop{
	font-size: 36px;
}

#pageTop a{
	color: #DB3946;
}

#pageTop a:hover{
	color: #F45876;
}

.lead{
	font-family: "Noto Sans Japanese","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","ＭＳ Ｐゴシック",sans-serif;
	color: #222;
	line-height: 180%;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-size: 15px;
	text-align: center;
	margin-bottom: 30px;
}
.lead .txt {
margin:0 auto 10px;
text-align: left;
}

.bnr{
	text-align: center;
	margin-bottom: 20px;
}

.bnr a{
	display: block;
}

.bnr a img{
	width: 100%;
	display: block;
	box-shadow: 5px 5px 0 #ccc;
	-webkit-box-shadow: 5px 5px 0 #ccc;
	-moz-box-shadow: 5px 5px 0 #ccc;
	margin: 0 auto;
}

h2{
	width: 100%;
	background: #43b0cf;
	font-family: "Noto Sans Japanese","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #fff;
	line-height: 100%;
	padding: 23px 0;
	margin: 0px auto 50px;
}

h3{
	font-family: "Noto Sans Japanese","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 0.01em;
	background: #DB367A;
	padding: 24px 0;
	color: #fff;
	margin: 30px auto;
	line-height: 120%;
}

h3 span{
	font-size: 15px;
	line-height: 200%;
}

.content{
	width: 980px;
	padding: 0 30px;
	margin: 0 auto;
}

.btn{
	text-align: center;
}

.btn .bnr{
	display:block;
	width:200px;
	font-family: "Noto Sans Japanese","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","ＭＳ Ｐゴシック",sans-serif;
	border: 1px solid #F55378;
	color: #F55378;
	text-align: center;
	line-height: 100%;
	font-size: 20px;
	letter-spacing: 0.1em;
	padding: 10px 60px 10px;
	margin: 0px auto;
	position: relative;
	border-radius: 2px;
}

.btn .bnr span{
}

#group .btn .main{
	width: 180px;
	border: 1px solid #f55378;
	background: #fff;
	color: #f55378;
	font-size: 18px;
	padding: 15px 20px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}

#group .btn .main:hover{
	background: #f55378;
	color: #fff;
}


.btn .main{
display:inline-block;
background: #f55378;
color: #fff;
padding: 15px 70px;
font-size: 22px;
font-weight: bold;
border-radius: 2px;
	transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}

.btn .main:hover{
background: #f73461;
	transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}

.btn .sub{
display: block;
border: 1px solid #fff;
width: 70%;
border-radius: 50px;
color: #fff;
font-size: 15px;
padding: 25px 0;
margin: 30px auto 0;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}

.btn .sub:hover{
opacity: 0.7;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.btnLink{
  text-align:center;
}
.btnLink a{
  display:inline-block;
  background: #f8f8f8;
  color: #1e47b1;
  margin:0 10px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 2px;
  border:2px solid #1e47b1;;
  transition: all 0.3s linear;
}
.btnLink a:hover{
  background: #fff;
}


/* header
========================================== */

#header{
	width: 100%;
	height: 40px;
	background: #db367a;
	line-height: 25px;
	color: #fff;
	border-bottom: 1px solid #999691;
}

#headerWrap{
	width: 1000px;
	margin: 0 auto;
}

#header p{
	width: 900px;
	text-align: right;
	padding-top: 9px;
	margin: 0 auto;
}


#header .emtg{
	width: 219px;
	text-align: left;
	padding-top: 5px;
	float: left;
}

#header .emtg img{
	width: 100%;
}



/* keyVisual
========================================== */
#keyVisual {
	width: 100%;
	position: relative;
	text-align: center;
	background: #e4f1e9;
	margin: 0 auto;
}
#keyVisual .section{
	width: 100%;
	height: 779px;
	background: url(/static/gospellers/fanclub/feature/wavoc/img/ph_main_2026_5pk9pyjmvstc.jpg) no-repeat top -50px center;
	margin: 0 0;
background-size: cover;
}

#keyVisual .social {
	overflow: hidden;
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
}
#keyVisual .social .fb-like{
	width: 135px;
	float: right;
	position:relative;
	z-index:100;
	text-align: right;
}

#keyVisual .social .twitter{
width:80px;
float: right;
}
.social iframe{
	width: 110px !important;
}

/* Navigation
========================================== */

#nav{
	background: #233C5B;
	margin: 0px auto 50px;
	position: relative;
}

#nav ul{
width: 748px;
margin-left: -324px;
	padding: 13px 30px;
	position: relative;
	/*left: 50%;*/
	margin: auto;
	
    text-align: center;
    letter-spacing: -0.4em;
    font-size:0;
	
}

#nav li{
/*	float: left;*/
	list-style: none;
	margin-left: 23px;
	
	
	text-align: center;
	 vertical-align:top;
	 display: inline-block;
	 letter-spacing: normal;
    font-size:14px;
}

#nav li:first-child{
	margin-left: 0;
}

#nav li a{
	display: block;
	font-family: "Noto Sans Japanese","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","ＭＳ Ｐゴシック",sans-serif;
	color: #FFF;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 10px;
	transition: opacity 0.3s linear;
-webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-ms-transition: opacity 0.3s linear;
}

#nav li a:hover{
	color: #ffed00;
	transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}

#nav li.current{
	font-family: "Noto Sans Japanese","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","ＭＳ Ｐゴシック",sans-serif;
	color: #233C5B;
	font-weight: 700;
	font-size: 12px;
	background: #fff;
}

#nav li.blank{
	font-family: "Noto Sans Japanese","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","ＭＳ Ｐゴシック",sans-serif;
	color: #596993;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 12px 30px;
	line-height: 100%;
}

#nav li.blank span{
	display: block;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-align: center;
}

#nav.fix{
	width: 100%;
	/*position: fixed;*/
	top: 0;
	left: 0;
	z-index:9;
}
/* intro
========================================== */

#intro{
	margin: 0 auto;
}

/* movie
========================================== */
#movie{
	margin: 50px auto;
}
#movie h2{
	background: rgb(255, 222, 1);
}

#movie .movie{
	width: 640px;
	border: 6px solid rgb(255, 222, 1);
	line-height: 0;
	margin: 0 auto 20px;
}

#movie .lead{
	font-size: 15px;
	margin: 0 auto 60px;
}

/* topics
========================================== */

#topics{
	margin: 40px auto 20px;
}

#topics ul{

}

#topics li{
	line-height: 130%;
	margin-bottom: 15px;
}

#topics li:first-child{

}

#topics li a{
	color: #222;
}

#topics li a:hover{
	color: #43B0CF;
}

#topics li a p{
	display: inline;
	font-weight: bold;
	border-bottom: 1px dashed #43B0CF;
}

#topics li p{
	display: inlie;
	font-weight: bold;
}


#topics li .date{
	display: block;
	font-weight: normal;
	font-size: 11px;
	color: #7e7e7e;
	border-bottom: none;
	margin-bottom: 5px;
}

#topics li .date+p{
font-size: 13px;
line-height: 160%;
}

#topics li p .tit{
display: block;
font-weight: bold;
font-size: 14px;
margin-bottom: 10px;
}


/* entry
========================================== */

#entry{
	padding-top: 56px;
	margin-bottom: 60px;
}

#entry h2{
	background: #f55378;
}

#entry .lead{
	text-align: left;
}

#entry #entryAll{
	min-height: 1px;
	margin: 0 auto 50px;
}

#entry #entryAll li{
	width: 237px;
	font-family: "Noto Sans Japanese","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","ＭＳ Ｐゴシック",sans-serif;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	cursor: pointer;
	margin:0 10px 20px 0;
}

#entry #entryAll li:nth-child(4n){
	margin-right: 0;
}

#entry #entryAll li:nth-child(4n+1){
	clear:left;
}

#entry #entryAll li .ph{
	text-align: center;
	background: #f55378;
	margin-bottom: 7px;
}
#entry #entryAll li .ph img{
  width:100%;
}



#entry #entryAll li .ph .groupPhoto{
	display: block;
	width: 232px;
	height: 174px;
	margin: 0 auto;
	background: no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}



#entry #entryAll li .name{
  padding:0 0 5px;
	font-weight: 700;
	text-align:center;
}

#entry #entryAll li a{
	float: right;
	display: inline-block;
	width:100%;
	background: #F55378;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	padding: 6px 18px 3px;
	border-radius: 2px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#entry #entryAll li a:hover{
background:#f73461;
}

.aboutDetail li {
    margin-left: 220px;
}

.aboutDetail li.GuestList {
    text-align: left;
}
.aboutDetail li p.imgGuest {
line-height: 0;
margin: 10px 3% 0 0px;
width: 50%;
display: inline-block;
}
.aboutDetail li p.imgGuest:last-child {
margin: 10px 0% 0 0px;

}

.aboutDetail li p.imgGuest img {
width: 100%;
}



/* popup detail
========================================== */
#detail{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}
/*
#detail{
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top:-99999px;
	left:0;
}
*/
#detail #detailCover{
	width: 100%;
	height: 100%;
	background:url("/static/gospellers/fanclub/feature/wavoc/img/bg_popup.png") repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	cursor: pointer;
}

#detail #detailMain{
	width: 860px;
	height: auto;
	margin-left: -430px;
	position: absolute;
	left: 50%;
	z-index: 100;
}
#detail .detailBox{
	display: none;
}

#detail .spec{
	margin: 0 auto 10px;
}

#detail .spec .leftArea{
	float: left;
	margin-right: 20px;
}

#detail .spec .leftArea .photo .groupPhoto{
	display: block;
	width: 400px;
	height: 300px;
	margin: 0 auto;
	background: no-repeat center center;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}

#detail .spec .leftArea .photo{
	width: 400px;
	margin-bottom: 10px;
}
#detail .data .name{
	font-family: "Noto Sans Japanese","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","ＭＳ Ｐゴシック",sans-serif;
	font-weight: bold;
	font-size: 25px;
	color:#F84975;
	margin-bottom: 25px;
}


#detail .data .url{
	margin-bottom: 20px;
}

#detail .data .member{
	font-weight: bold;
	margin-bottom: 20px;
}

#detail .data .member li{
	font-size: 14px;
	margin-bottom: 2px;
}

#detail .data .url a{
	border-bottom: 1px dashed #F84975;
	font-weight: bold;
	font-size: 12px;
	color: #222;
}

#detail .tit{
	font-weight: bold;
	font-size: 16px;
	color: #F84975;
	margin-bottom: 5px;
}

#detail .profile{
	line-height: 150%;
	margin-bottom: 30px;

}

#detail .pr{
	margin-bottom: 10px;
}

#detail .schedule{
}

#detail .movie .movies{
	width: 270px;
	float: left;
	margin-right: 20px;
}

#detail .movie .movies:last-child{
	margin-right: 0;
}

#detail #detailMain .windowClose{
	width: 41px;
	height: 42px;
	position: absolute;
	top: 0;
	right: -40px;
}

#detail .songTitle{
	font-weight: bold;
	line-height: 50%;
	margin-top: 10px;
}

/* detail page
========================================== */

.detailPage #keyVisual .section,
#keyVisual.detailPage .section{
	width: 1000px;
	height: 300px;
	background: url(/static/gospellers/fanclub/feature/wavoc/img/2020/ph_detail_main.jpg) no-repeat top center;
	margin: 0 auto;
}

.detailPage #nav{
	margin-bottom: 0;
}

.detailPage #entry{
	padding-top: 0;

}

.detailPage #entry h2 {
	letter-spacing: 0;
	padding-bottom: 0;
	background: none;
	color: #f55378;
	font-size: 40px;
	width: 900px;
	line-height: 140%;
}
.detailPage #entry h2 span{
	display:inline-block;
	line-height: 140%;
	font-size: 15px;
	letter-spacing: 0.05em;
}

.detailPage #detail{
	display: block;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 100%;
	height: auto;
	margin-bottom: 50px;
}


.detailPage #detail #detailMain{
	width: 860px;
	height: auto;
	margin: 0 auto ;
	position: static;
	left: auto;
}
.detailPage #detail .detailBox{
	font-weight:bold;
	position: static;
	display: block;
}

.detailPage #detail .data .member{
	margin-bottom: 10px;
}
.detailPage #detail .data .url{
	margin-bottom: 10px;
}

.detailPage #detail .tweetBtn{
	clear: none;
}

.detailPage #detail .btn.bnr {
    color: #F41D59;
    text-align: center;
    border: 3px solid #F41D59;
    padding: 20px 10px 17px;
    font-weight: bold;
    font-size: 17px;
    float: none;
    margin-top: 3px;
    display: block;
    width: 300px;
    margin: 50px auto;
}


#detail .spec{
	margin: 0 auto;
}

#detail .spec .leftArea{
	float: left;
	margin-right: 20px;
}

#detail .spec .leftArea .photo{
	width: 400px;
	margin-bottom: 10px;
}

#detail .spec .leftArea .photo img{
	width: 100%;
}

#detail .data .name{
	font-family: "Noto Sans Japanese","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","ＭＳ Ｐゴシック",sans-serif;
	font-weight: bold;
	font-size: 28px;
	color:#F84975;
	padding-top: 5px;
	margin-bottom: 25px;
}


#detail .data .url{
	margin-bottom: 20px;
}

#detail .data .member{
	font-weight: bold;
	margin-bottom: 20px;
}

#detail .data .member li{
	font-size: 14px;
	margin-bottom: 6px;
}

#detail .data .url a{
	border-bottom: 1px dashed #F84975;
	font-weight: bold;
	font-size: 12px;
	color: #222;
}

#detail .tit{
	font-weight: bold;
	font-size: 14px;
	color: #F84975;
	margin-bottom: 2px;
}

#detail .profile{
	line-height: 150%;
	margin-bottom: 30px;

}

#detail .pr{
    width: 400px;
    float: left;
    margin-right: 23px;
    margin-bottom: 10px;
}

#detail .schedule{
    width: 400px;
    float: left;
}

#detail .movie{
	margin-top: 30px;
}

#detail .movie .movies{
	width: 270px;
	float: left;
	margin-right: 20px;
}

#detail .movie .movies:last-child{
	margin-right: 0;
}

#detail #detailMain .windowClose{
	width: 41px;
	height: 42px;
	position: absolute;
	top: 0;
	right: -40px;
}
.tweetCountArea{
	color: #F41D59;
	font-weight: bold;
	font-size: 15px;
	float: left;
	margin-top: 10px;
	letter-spacing: 0.05em;
}
.tweetCountArea p,
.tweetCountArea a{
	display: inlnie-block;
}

.tweetCountArea .tweetCount{
	display: inline-block;
	font-size: 23px;
	vertical-align: 1px;
	margin: 0 3px;

}

#detail .btn.bnr{
	vertical-align: 2px;
	margin-left: 3px;
}

#detail .btn.bnr{
	color: #F41D59;
	text-align: center;
	border: 3px solid #F41D59;
	padding: 7px 10px 5px;
	font-weight: bold;
	font-size: 13px;
	float: left;
	margin-top: 3px;
	display: block;
}


#detail .btn.bnr:hover{
	color: #FF6E96;
	border: 3px solid #FF6E96;
}

#detail .tweetBtn{
	clear: both;
}


/* entry form
========================================== */

#container.entryForm{
	width: 890px;
	margin: 0 auto;
	padding: 0 0 100px;
}

#container.entryForm .formArea{
	width: 850px;
	background: #fff;
	border: 2px solid #000;
	padding: 20px;
	margin: 0px auto 60px;

}

#container.entryForm  .text{
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 170%;
	text-align: center;
	margin-bottom: 50px;
}

.notice_txt_box{
width: 500px;
margin: 0 auto 20px;
padding: 15px;
border: 2px solid #cc0000;
line-height: 170%;
}
.notice_txt_box .tit{
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	color: #c00;
	margin-bottom: 10px;
}

.error{
	font-weight: bold;
	color: #c00;
}

.step_box{
	text-align: center;
	margin: 0 auto 20px;
}

.lead_txt_box{
	font-size: 13px;
	margin-bottom: 20px;
}



#container.entryForm .formArea .text{
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 170%;
	text-align: center;
}

#container.entryForm table{
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	margin-bottom: 10px;
}

#container.entryForm table tr,
#container.entryForm table td{
	border: 1px solid #ddd;
	padding: 10px;
}

#container.entryForm table th{
	background: #999;
	color: #fff;
}

#container.entryForm table tr{

}

#container.entryForm table td.category{
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

#container.entryForm table td.category.title{
	color: #fff;
	background: #222;
}

#container.entryForm table td.category span{
	color: #c00;
}

#container.entryForm table td.category.title span{
	color: #FF4141;
}

#container.entryForm table td.write{

}

.entryDetail{
	width: 850px;
	border: 2px solid #000;
	padding: 20px;
	margin: 0 auto 40px;
}

.input_box span{
	display: block;
	font-size: 11px;
}

#container.entryForm table .view{

}

#container.entryForm table .viewtag{
	display: inline-block;
	background: #DB367A;
	text-align: center;
	color: #FFF !important;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	border-radius: 3px;
	padding: 5px 5px 5px 10px;
	margin-right: 5px;
	letter-spacing: 0.5em;
}

#container.entryForm table .textBox{
	width: 80%;
}

#container.entryForm table .textBox input{
	width: 500px !important;
	height: 24px;
}

#container.entryForm h4{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 0 auto 30px;
}

#container.entryForm .entryNum{
	width: 400px;
	font-weight: bold;
	text-align: center;
	border: 3px solid #F55378;
	color: #F55378;
	margin: 0 auto 30px;
	padding: 10px 15px;
	font-size: 16px;
}


#container.entryForm #block_box{
	margin: 0px auto;
	width: 500px;
	text-align: center;
}


#container.entryForm .entryDetail .tit{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #DB367A;
}

#container.entryForm .entryDetail ul{
	margin-bottom: 30px;
}

#container.entryForm .entryDetail li{
	margin-bottom: 6px;
	font-size: 12px;
}

#container.entryForm .entryDetail .under li{
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	/*border-bottom: 1px dotted #999;*/
	padding: 0;
}

#container.entryForm .entryDetail li span{
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	margin-right: 15px;
}

#container.entryForm .entryDetail li span.att{
	font-weight: normal;
	font-size: 11px;
}

.input_box textarea{
	width: 100%;
	height: 200px;
	padding: 8px;
	font-size: 15px;
}

/* footer
========================================== */

#footer{
	background:url("/static/gospellers/fanclub/feature/wavoc/img/footer-background.jpg") repeat-x;
}

#footer .emtg{
text-align: center;
padding-top: 5px;
}

#footer .emtg a{
	width: 150px;
	display: block;
	margin: 0 auto;
}

#footer #copyright{
	float: right;
	color: #fff;
	font-size: 11px !important;
	margin-right:1em;
	line-height:28px;
}
#footer #footerNav li{
	float: left;
	background:url("/static/gospellers/fanclub/feature/wavoc/img/footer-block.png") right no-repeat;
	padding: 4px 30px 0 20px;
	border-left: 20px solid transparent;
	margin-left: -20px;
}
* html #footer #footerNav li{
	border-left: 0;
	margin-left: 0;
}
#footer #footerNav li a{
	margin-bottom: -20px;
	line-height: 24px;
	font-size: 11px;
	color: #fff;
	text-decoration:none;
}
#footer #footerNav li a:hover{
	color: #999;
	text-decoration: underline;
}


/* history
========================================== */
#history{
	padding-top: 60px;
/*	margin: 0 auto 60px;*/
	margin: 0 auto 80px;
}

#history h2{
background: #6fc287;
}

#history .content{
	width: 980px;
	padding: 0;
}
#history .lead{
	font-size:16px;
	margin-bottom: 30px;
}

#history .block{
	margin: 0 auto 60px;
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

#history .block .mainPhoto{
	width: 529px;
	float: left;
}

#history .block .mainPhoto a{
	display: block;
	position: relative;
	line-height: 0;
}
/**--2025--**/
#history .block.y2025 .mainPhoto {
background: #fff;
}

#history .block.y2025 .rightBox{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #d7aa31;
	padding: 0px 15px 0;
color: #fff;
}
/**--2023--**/
#history .block .rightBox{
	width: 451px;
	float: right;
	text-align: left;
	background: #035d9b;
}

#history .block .rightBox div{
	color: #fff;
/*	height: 344px;*/
	font-size: 11px;
	line-height: 160%;
	padding: 15px 15px 0;
}

#history .block .rightBox .year{
	font-family: "Noto Sans Japanese","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","ＭＳ Ｐゴシック",sans-serif;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#history .block .mainPhoto li{
	float: left;
}

#history .block .mainPhoto li a{
	display: block;
	position: relative;
}

#history .block .rightBox .schedule{
	margin-bottom: 15px;
	letter-spacing: -0.01em;
}

#history .block .rightBox .schedule .title{
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
	line-height: 134%;
	margin-bottom: 5px;
}


#history .block .rightBox .schedule .artist {
    margin: 0 0 0 0.5em;
    text-indent: -0.5em;
}

.mainPhoto .dummy{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#cboxContent .dummy{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/**--2021--**/

#history .block.y2021 .mainPhoto {
background: #fff;
}

#history .block.y2021 .rightBox{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #3e40a4;
	padding: 0px 15px 0;
color: #fff;
}




/**--2020--**/

#history .block.y2020 .mainPhoto {
background: #fff;
}

#history .block.y2020 .rightBox{
/*	height: 354px;*/
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #f03b74;
	padding: 0px 15px 0;
color: #fff;
}


/**--2019--**/

#history .block.y2019 .mainPhoto {
background: #000;
}

#history .block.y2019 .rightBox{
/*	height: 354px;*/
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #683c92;
	padding: 50px 15px 0;
color: #fff;
}


/**--2018--**/

#history .block.y2018 .mainPhoto {
background: #000;
}

#history .block.y2018 .rightBox div{
	height: 354px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #c0b000;
	padding-top: 50px;
}


/**--2017--**/

#history .block.y2017 .mainPhoto {
background: #000;
}

#history .block.y2017 .rightBox div{
	height: 354px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #db90b8;
	padding-top: 50px;
}


/**--2016--**/

#history .block.y2016 .rightBox div{
	height: 354px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #e17c46;
	padding-top: 50px;
}


/**--2015--**/

#history .block.y2015 .rightBox div{
	height: 354px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #53D493;
	padding-top: 66px;
}


/**--2014--**/
#history .block.y2014 .rightBox li{

}

#history .block.y2014 .rightBox div{
	height: 346px;
	line-height: 160%;
	background: #4785C2;
	padding-top: 22px;
}

/**--2013--**/

#history .block.y2013 .rightBox .year{
	margin-bottom: 20px;
}

#history .block.y2013 .rightBox div{
	background: #F03B74;
	height: 354px;
	padding: 24px 12px 0;
}

/**--2012--**/

#history .block.y2012 .rightBox div{
	height: 354px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #45A6D4;
	padding-top: 100px;
}

/**--2011--**/

#history .block.y2011 .rightBox div{
	height: 354px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #EA910C;
	padding-top: 100px;
}


/* group
========================================== */

#group{
	margin-top: -35px;
	padding-top: 55px;
}
#group h2{
	background: #FFB400;
	margin-bottom: 60px;
}

#group dl{
	width: 450px;
/*	float: left;
	margin-left: 40px;
	margin-bottom: 30px;*/
	margin:0 auto 15px;
}

#group dl:first-child{
/*	margin-left: 0;*/
}
#group dt{
	cursor: pointer;
/*	margin-bottom: 15px;*/
	margin:0 auto 15px;
}

#group dt img{
	width: 100%;
	border: 7px solid #FFB400;
	background: no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

#group dd{
	font-weight: bold;
}


#group dd .name{
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

#group .lead{
}

#group dd .btn a{
width: 100px;
display: inline-block;
background: #F55378;
color: #fff;
text-align: center;
font-weight: bold;
font-size: 14px;
line-height: 100%;
padding: 11px 18px 10px;
border-radius: 2px;
}
#group dd .btn a:hover{
background: #f73461;
}

/* Coming Soon */
#nav li a.coming{
  pointer-events: none;
  position:relative;
  color:#999;
}
#nav li a.coming::after {
  content: "Coming Soon";
  color: #fff;
  font-size: 10px;
  left: 0;
  position: absolute;
  right: 0;
  top: 25px;
}


#about {
padding: 60px 0 ;
}

#about h2 {
background: #f55378;
}

#about dl.aboutDetail {
line-height: 180%;
font-weight: 700;
letter-spacing: 0.05em;
font-size: 15px;
}
#about dl.aboutDetail dt {
width: 220px;
display: block;
float: left;
}
#about dl.aboutDetail dd{
margin:0 auto 15px;
border-bottom: solid 1px #e9e9e9;
padding: 0 0 15px;
}
#about dl.aboutDetail dd:last-child{
border-bottom: none;
}



.setlistBox2019 {
background: rgba(255, 255, 255, 0.8);
padding: 30px 30px 15px;
}
.setlistBox2019 dl.listBox {
margin: 0 auto 0;
width: 50%;
float:left;
line-height: 1.5;
}

.setlistBox2019 dl.listBox dt {
font-weight: bold;
font-size: 15px;
}

.setlistBox2019 dl.listBox dd {
padding: 0px 0;
margin: 0 auto 15px;
font-size: 14px;
}

.setlistBox2019 p.tit_enc {
font-size: 15px;
font-weight: bold;
text-indent: -0.5em;
margin: 0 auto 10px;
}





#ticket {
    padding: 60px 0 0;
}

#ticket .content {
width: 90%;
}


#ticket table.serviceBox {
border: 1px solid #233C5B;
border-collapse: collapse;
width: 100%;
margin: 0 auto 20px;
padding: 5px;
text-align: center;
}

#ticket table.serviceBox tr {

}

#ticket table.serviceBox th {
	width:14%;
border-bottom: 1px solid #233C5B;
border-right: 1px solid #233C5B;
	padding:10px 3px;
/*	background:#1e47b1;
	color:#fff;*/
}
#ticket table.serviceBox td {
	width:21%;
border-bottom: 1px solid #233C5B;
border-right: 1px solid #233C5B;
	padding:10px 5px;
/*	background: #fff;*/
	font-weight: 500;
}
#ticket table.serviceBox td.add {
border-bottom: 1px dotted #233C5B;
}
#ticket table.serviceBox td img {
width: 100%;
}
.red {
color:#f00;
}

.noticeTxt {
padding: 0px 0 0px 3em;
text-indent: -3em;
}

.sp {
display:none;
}

@media (max-width: 960px) {

html {
min-width: 100%;
 -webkit-text-size-adjust: 100%;
}

.sp {
display:block;
}

.drawer {
    display: none;
}

.drawer__btn span {
    display: none;
}
    
#keyVisual .section {
height: auto;
background: #e5e8df;
padding: 0;
line-height: 0;
}

#keyVisual .section img {
width: 100%;
}
#nav {
margin: 0px auto 30px;
}
#nav ul {
    width: 100%;
    box-sizing: border-box;
}

#nav li a {
font-size: 15px;
}


.content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    overflow:hidden;
}

.lead {
font-size: 13px;
}

.btnLink a {
display: block;
margin: 15px 10px 0px;
}

h2 {
font-size: 15px;
margin: 0px auto 20px;
}


#about dl.aboutDetail {
font-size: 14px;
}
#about dl.aboutDetail dt {
width: 100%;
display: block;
float: none;
}
.aboutDetail li {
    margin-left: 0;
}

.aboutDetail li p.imgGuest {
width: 80%;

}


#ticket .content {
    width: 100%;
}
#ticket {

    padding: 0px 0 0;

}

.tablearea {
    overflow-x: scroll;

}


#ticket table.serviceBox {
width:200vw;
border-left: 0;
}
#ticket table.serviceBox th {
    width: 6em;
    font-size: 10px;
    position: sticky;
    left:0;
}
#ticket table.serviceBox th:before{
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    width: calc(100% - 1px);
    height: 100%;
    border: 1px solid #233C5B;
  }
#ticket table.serviceBox td {
    width: auto;
    font-size: 12px!important;
}

#history .content {
  width: 100%;
}

#history .block {
flex-direction: column-reverse;
}


#history .block .rightBox {
float: none;
  width: 100%;
padding: 0px 0!important;
}
#history .block .rightBox div {
  padding: 15px 15px !important;
height: auto !important;
}
#history .block .rightBox .year {
font-size: 18px;
margin-bottom: 10px;
margin-top: 0;
}
#history .block .rightBox .schedule {
  margin-bottom: 0;
}
.btn .sub {
margin: 15px auto 0;
line-height: none;
padding: 15px 0;
}

#history .block .mainPhoto {
  float: none;
  width: 100%;
}

#history .block .mainPhoto a img{
width: 100%;
}


#history .block.y2019 .mainPhoto li,
#history .block.y2018 .mainPhoto li,
#history .block.y2017 .mainPhoto li,
#history .block.y2016 .mainPhoto li,
#history .block.y2015 .mainPhoto li,
#history .block.y2011 .mainPhoto li {
width: calc(100% / 3);
}

#history .block.y2013 .mainPhoto li {
width: 50%;
}

#cboxClose {
right: 0;
width: 30px;
height: 50px;
background-size: 100%;
}

.setlistBox2019 {
padding: 15px;
}

.setlistBox2019 dl.listBox {
  width: 100%;
  float: none;
}
.setlistOpen {
overflow: hidden;
}
.setlistOpen #cboxContent .dummy {
display: none;
}

#cboxNext {
right: 5px;
width: 50%;
background-size: 15px;
background-position: right center;
}

#cboxPrevious {
left: 5px;
width: 50%;
background-size: 15px;
background-position: left center;
}

#nav.fix {
  width: auto;
  /*position: relative;*/
  top: 0;
  left: 0;
  z-index: 1;
}

}

@media screen and (min-width: 961px) {
    .btn a, .btn input {
        height: 0 !important;
		line-height: 1px;
    }
}

.btn a:before, .btn input:before {
	content: none !important;
    width: 0 !important;
    height: 0 !important;
    z-index: -1000 !important;
	display: none!important;
}