body {
background:#fff;
color: #111;
line-height: 1.6;
}
.wrap {
	position: relative;
    background: #fff;
}
body:not(.page--home) .bg{display: none;}
.copyright p,
.detail__btn a { color: #000; }

.detail__btn a::before { border-color: #000; }

h2 {
	margin: 0 10px 25px;
}
.saka2023 section.section--detail {
    width: 100%;
	padding: 0 10px 10px;
}
#saka2023 {
  padding: 0 10px 10px;
}
.contents {
  padding: 10px;
  margin: 0 0 30px;
  background: #fff;
  color: #000;
border-radius: 20px;
border: solid 3px #6AAAE4;
position: relative;
}
.contents:before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background-color: #d3e8fe;
  border-radius: 20px;
  background-size: 8px 8px;
  background-repeat: repeat;
  background-position: center bottom;
}
.subTxt {
  font-size: 13px;
  line-height: 1.5em;
  margin: 0;
}

.bold{font-weight: bold;}
.saka2023 #saka2023Box .phmain{width: 100%;}

/* space Size
---------------------- */
.sp-5 {padding:0 0 5px 0;}
.sp-10 {padding:0 2% 10px 0;}
.sp-15 {padding:0 0 15px 0;}
.sp-20 {padding:0 0 20px 0;}
.sp-25 {padding:0 0 25px 0;}
.sp-30 {padding:0 0 30px 0;}
.sp-40 {padding:0 0 40px 0;}

.mb5 {margin-bottom: 5px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}

.fs13 {font-size: 13px;}
.fs15 {font-size: 15px;}


.comming {
border: 1px solid #f4f4f4;
padding: 8px;
color: #f4f4f4;
background: none repeat scroll 0% 0% #111;
width: 70%;
margin: 0px auto 5px;
}
.section--detail .tit {
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    color: #6aaae4;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;

}

.contentsTit{
padding: 0 0px 0px;
line-height: 1.4em;
position: relative;
font-size: 16px;

color: #000;
margin: 5px 0 10px -17px;
}
.contentsTit span.ico {
display: inline-block;
margin: 0;
vertical-align: middle;
text-align: center;
padding: 3px 20px 3px 40px;
font-size: 16px;
background: #6AAAE4;
color: #FFF;
box-sizing: border-box;
position: relative;
z-index: 1;
text-indent:0;

border-radius: 0 15px 15px 0;
}


.contentsTit span.ico:after{
position: absolute;
content: "";
width: 26px;
height: 24px;
top: 2px;
bottom: 0;
left: 8px;
background-image: url(/static/gospellers/fanclub/feature/saka2023/img/ph_deco_Dn5kw2iU.png);
background-repeat: no-repeat;
background-size: cover;
}



/* メニュー
------------------------------------- */
nav#cMenu {
padding:15px 10px 0 10px;
}

ul.con_menu {
border-top: 1px solid #8B9CA7;
border-bottom: 1px solid #8B9CA7;
margin:0 0 15px;
padding:0;
background: #eee;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
overflow:hidden;
border: 1px solid #8B9CA7;
}
ul.con_menu li a{
display: block;
color: #ffffff;
font-size: 13px;

border-right: 1px solid #8B9CA7;
border-bottom: 1px solid #8B9CA7;
padding: 8px 10px;
}

ul.con_menu:after {
content: ".";
display:block;
clear:both;
height:0;
visibility:hidden;
}

ul.con_menu li {
float:left;
width:50%;
height:37px;
background:#4C4D6B;
border-bottom: 1px solid #8B9CA7;
}

ul.con_menu li.l {
float:left;
width:100%;
height:37px;
background:#eee;
border-bottom: 1px solid #8B9CA7;
}

ul.con_menu li a {
padding:12px 2px 0 8px;
display:block;
height:37px;
font-size:14px;
color:#ffffff;

text-decoration:none;
}
ul.con_menu li:nth-child(even) a {
border-left:1px solid #8B9CA7;
text-decoration:none;
}
ul.con_menu li a p {
padding: 12px 0 0;
font-size: 13px;
color: #ffffff;
text-shadow: 0 1px 0 #ddd;
}
ul.con_menu li p.blank {
display:block;
height:37px;
border-left:1px solid #8B9CA7;
border-right:1px solid #8B9CA7;
}


/* ボタン */
.contentsBtn,
.csBtn {
	margin: 0 auto 5px;
	width: 90%;
}

.scheduleBtn {
	margin: 15px auto 15px;
	width: 80%;
}
.scheduleBtn a {
	display: block;
	padding: 10px 10px 10px;
	color: #5f504d;
	font-size: 14px;
	text-align: center;
	
	line-height: 1.4;

	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	border: solid 1px #5f504d;

background: rgb(255,251,195);
background: -moz-linear-gradient(-45deg,  rgba(255,251,195,1) 0%, rgba(239,255,196,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(255,251,195,1) 0%,rgba(239,255,196,1) 100%);
background: linear-gradient(135deg,  rgba(255,251,195,1) 0%,rgba(239,255,196,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbc3', endColorstr='#efffc4',GradientType=1 );

}
.scheduleBtn a:hover {
opacity:0.6;
}

.contentsBtn {
margin: 0 auto 20px;
}
.contentsBtn a{
	display: block;
	padding: 15px 10px 15px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	background: #6AAAE4;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	border: solid 1px #fff;
	font-weight: bold;
}
.contentsBtn a:hover {

}


.csBtn a {
	background: #999999 ;
	border: solid 1px #999999 ;
	color:#fff;
}

.reviewBtn,
.contentsBtn:last-child {
	position: relative;
}
.reviewBtn p,
.contentsBtn p {
color: #3B3B3B;
background: #686868;
}
.comingTxt {
position: absolute;
top: 35%;
width: 100%;
margin: 0 auto;
display: inline-block;
text-align: center;
}
.reviewBtn .comingTxt {
top: 33%;
}
.txtComing {
	margin: 20px auto;
	text-align: center;
}
.imgArea {
	float: left;
	padding: 0 5px;
	width: 50%;
	box-sizing: border-box;
}
.imgArea img {
	width: 100%;
}
.cdInfo {
	margin: 5px auto 10px;
	font-size: 12px;
	text-align: center;
	line-height: 1.25;
}

#info h4 {
	clear: both;
	padding: 5px 0 10px;
	font-size: 16px;
	
}

.subTit {
	margin: 0 0 10px;
	font-size: 15px;
	
}



.linkListBtn {
margin: 3px 10% 1px;
width: 80%;
}
.linkListBtn a {
padding: 4px 5px 2px;
font-size: 11px;
}

.spImg {
	margin: 0 0 10px;
}

.interviewLead {
margin: 0 0 10px;
font-size: 16px;
text-align: center;
color: #1e6ba2;

border: solid 1px #1e6ba2;
padding: 10px 10px 5px;
}

ul.repoSchedule {

}

ul.repoSchedule li {
margin:5px auto 0;
color:#1e6ba2;

text-indent:-1.5em;
padding:0 0 0 1.5em;
line-height: 1.4em;
}

ul.memberContents {

}

ul.memberContents li {
 padding:10px 10px 10px;
background: rgb(255,234,237);
background: -moz-linear-gradient(-45deg,  rgba(255,234,237,1) 0%, rgba(249,230,222,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(255,234,237,1) 0%,rgba(249,230,222,1) 100%);
background: linear-gradient(135deg,  rgba(255,234,237,1) 0%,rgba(249,230,222,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeaed', endColorstr='#f9e6de',GradientType=1 );

margin: 0px auto 15px;
}

ul.memberContents li:last-child {
/* padding:15px 0 1px;*/
}

ul.memberContents li .memberContentsTit {
text-align:left;
font-size:0;
letter-spacing:-0.4em;
margin:0 auto 10px;

}


ul.memberContents li .reviewImg {
    margin: 0 3% 0 0;
    width: 20%;
    display:inline-block;
    letter-spacing:normal;
    vertical-align:middle;
}

ul.memberContents li .reviewTit {
    font-size: 16px;
    letter-spacing:normal;
    vertical-align:middle;
    line-height:1.4em;
    
margin: 0 auto 10px;
border-bottom: solid 1px;
padding: 0 0 10px;
}

ul.memberContents li .subTxt {
 margin: 0 0 15px;
}

.subTxt span.twitterTag {
color:#1e6ba2;

}

.subTxt {
margin: 0 auto 15px;
}

.contentsBtn a.noLinks {
    pointer-events: none;
    cursor: default;
    text-decoration:none;
    border: 1px solid #ccc;
background: #ccc;
color: #fff;
}

.leadTxt {
margin: 0 auto 30px;
font-size: 15px;

color: #5f504d;
}




.sampleImg {
    width: 50%;
    margin: 0 auto;
}


.tit {
font-size: 18px;
text-align: center;
margin: 0px auto 20px;

padding: 0 0px;
position: relative;
z-index: 1;
}

.tit:after{
position:absolute;
	content:"";
background-color: #d2e8fc;
    background-image: repeating-linear-gradient(-45deg,#fff, #fff 3px,transparent 0, transparent 7px);
width: 100%;
height: 10px;
left: 0;
	bottom:0;
	z-index:-1;
}


.spComTxt {
margin: 0 auto 10px;

}
.spComTxt a {
color: #000;
text-decoration: underline;
}

.spComTxt .bold {

padding: 7px 0;
display: inline-block;
font-size: 110%;
}
.spComTxt .member {
  color: #00409f;
  font-family: 'Noto Sans JP', sans-serif;
  
  font-size: 16px;
  margin: 20px auto 5px;
}
.spComTxt .name {
  color: #fc8080;
  font-family: 'Noto Sans JP', sans-serif;
  
}


table.entry-limit {
width: 100%;
background: #eff7ff;
margin:0 auto 20px;
}


table.entry-limit tr {

}
table.entry-limit th {
padding: 10px 10px 7px;
background-color: #d9ecff;
}
table.entry-limit td {
padding:10px 10px;
border-bottom:solid 2px #fff;
}
table.entry-limit tr:last-child td {

border-bottom:solid 2px #fff;
}

.trackList {
margin: 0 auto 10px;
}


table.ticketTable {
width: 100%;
border-collapse: collapse;
margin: 10px auto 10px;
border:1px solid #d0bfbb;
color: #5f504d;
font-size: 13px;
}

table.ticketTable tr {
}

table.ticketTable th {
padding:8px 5px;
}

table.ticketTable td {
border-right:1px solid #d0bfbb;
border-top:1px solid #d0bfbb;
padding:8px 5px;
width:45%;
}
table.ticketTable td:nth-child(2) {
width:55%;
}

span.infosub {
font-size:11px;
}
.iframe_wrap {
position: relative;
padding:0 0 56.25%;
height: 0;
overflow: hidden;
width: 100%;
margin: 10px auto 0px;
text-align: center;
}

.iframe_wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}





.place {
color: #00409f;


font-size: 16px;
margin: 0px auto 10px;
}
dl.liveInfo {
margin: 0 auto 20px;
padding:0 0 10px;
border-bottom:solid 1px #00409f;
}
dl.liveInfo dt {

}
dl.liveInfo dd {
margin:0 auto 10px;
}

dl.liveAttention {
margin: 0 auto 20px;
}
dl.liveAttention dt {

}
dl.liveAttention dd {

}

.phmain {
padding: 20px 10px 30px;
}

.lead {
  padding: 0 10px;
  text-align: center;
  margin: 0 auto 30px;
  font-weight: bold;
}


dl.howtoBox {
  margin: 0 auto 20px;
  border: solid 2px #bbd5ed;
  padding: 10px 10px 15px;
}
dl.howtoBox dt {
  
  border-bottom: solid 2px #bbd5ed;
  padding: 0 0 10px;
  margin: 0 auto 10px;
}

dl.howtoBox dd {
  padding: 5px 0 0px 1.0em;
  text-indent: -1.0em;
}


dl.attentionBox {
margin: 0 auto 20px;
background: #f6f6f6;
padding: 10px;
font-size: 12px;
}
dl.attentionBox dd {
  padding: 0 0 0 1.0em;
  text-indent: -1.0em;
}


.spComTxt.limitTxt {
  border: solid 2px #f6f6f6;
  padding: 10px;
  margin: 0 auto 20px;
}

.sub {
font-size: 12px;
}

.innerBox {
  margin: 10px auto 30px;
}
.contents .innerBox:last-of-type {
  margin: 10px auto 0;
}