@charset "utf-8";

.spOnly{display:none;}
.pcOnly{display:block;}
.pcOnlyCell{display:table-cell;}
body {
    background: url(../images/ph_pt_main.png);
}
a {
    color: #db1d59;
}
.anc{
position:relative;
}

.ancPoint{
display:block;
position: absolute;
top: -50px;
}

#container {
    width: 920px;
    margin: 0 auto;
    padding: 100px 0 0;
}
.contentsBox{
    margin: 0 0 50px;
}

.contents{
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
    background: #FFF;
    padding: 30px;
    box-sizing: border-box;
}

.contentsTit{
    font-size: 28px;
    padding: 0 0 10px;
    margin: 0 0 15px;
    font-weight: bold;
    color: #DB1D59;
}
.contentsCap{
padding: 0 0 25px;
font-size: 13px;
}


#pageTop {
font-size: 40px;
position: fixed;
right: 60px;
bottom: 30px;
z-index: 999;
}

#pageTop a {
text-decoration: none;
color: #85547F;
}

.copyright {
    font-family: Arial;
    font-size: 11px;
    text-align: center;
    padding: 30px 0;
    color: #DB1D59;
}

.icon{
	vertical-align:-1px;
	padding:0 5px 0 0;
}

.iconRight{
	vertical-align:-1px;
	padding:0 0 0 5px;
}
.iconCenter{
    font-weight: normal;
    color: #AAA;
    vertical-align: -1px;
    padding: 0 11px 0;
    font-size: 11px;
}

.icon-play{
    font-size: 8px;
    vertical-align: 1px;
}


.backBtn{

}
.backBtn a{
    border-radius: 5px;
    width: 35%;
    text-align: center;
    margin: 0 auto 15px;
    display: block;
    text-decoration: none;
    border: 2px solid #DB1D59;
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
    color: #DB1D59;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}
.backBtn a:hover{
	background:#DB1D59;
	color:#FFF;
}


.red {
    color: #CC0000;
}

.blue {
    color: #3366CC;
}
.yellow{
	color:#F90!important;
}
.bold {
   font-weight: bold;
}

.mb0{margin-bottom:0!important;}

.noborder{border:none!important;}

.attentionTit{
    font-size: 15px;
    font-weight: bold;
    color: #cc0000;
    padding: 0 0 5px;
    text-align: center;
}
.mainAttention{
    line-height: 1.5em;
    font-size: 15px;
    margin: 0 0 30px;
    text-align: center;
    
}

.mainAttention span{
font-weight:bold;
}


/* headerNav
------------------------- */
#headerNav {
    position: fixed;
    top: 0;
    width: 100%;
    background: #db1d59;
    z-index: 100;
}

#headerNav ul{
	width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

#headerNav ul li{
	float:right;
}
#headerNav ul li.naviTop{
float:left;
}
#headerNav ul li:nth-child(2){
    padding: 10px 0;
}
#headerNav ul li a {
	font-size: 18px;
    letter-spacing: 0.05em;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: right;
    transition: all 0.3s;
}
#headerNav ul li:nth-child(2) a{
    margin: 0 0 0 10px;
}
#headerNav ul li:nth-child(2) a,#headerNav ul li:nth-child(3) a {
    font-size: 13px;
}
#headerNav ul li a:hover{
opacity:0.7;
}


#headerNav ul li a span {
font-weight: normal;
    vertical-align: -0.15em;
}
#headerNav ul li a span.sub {
    font-weight: normal;
    vertical-align: 0;
    padding: 0;
    font-size: 15px;
}
#headerNav ul li.naviTop a {
    text-align: left;
    padding: 0;
}

/* keyVisual
------------------------- */

#keyVisual{

}

#keyVisual .visualList{
border: 1px solid #DB1D59;
}

#keyVisual .visualList td img{
    line-height:1em;

}

#keyVisual .visualList td:nth-child(odd){
    background: url(../images/ph_main.jpg);
    width: 45%;
    line-height: 0;
    background-size: cover;
}

#keyVisual .visualList td:nth-child(even){
    width: 55%;
}

#keyVisual .visualList td .inBox{
    padding: 20px;
    background: #FFF;
}



#keyVisual .visualList td .name{
	font-size: 20px;
    padding: 20px;
    color: #FFF;
    background: #DB1D59;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#keyVisual .visualList td .event{
    padding: 0 0 10px;
    border-bottom: 1px solid #C5BCA1;
    margin: 0 0 20px 0;

}
#keyVisual .visualList td .eventDetail{

}

#keyVisual .visualList td .eventDetail dt{
border-bottom: 1px solid #C5BCA1;
    font-size: 20px;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

#keyVisual .visualList td .eventDetail dt .still{
    background: #3366cc;
    font-size: 13px;
    vertical-align: 4px;
    padding: 1px 10px;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px;
}

#keyVisual .visualList td .eventDetail dt .start{
    background: #B52119;
    font-size: 13px;
    vertical-align: 4px;
    padding: 1px 10px;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px;
}

#keyVisual .visualList td .eventDetail dt .end{
    background: #888;
    font-size: 13px;
    vertical-align: 4px;
    padding: 1px 10px;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px;
}

#keyVisual .visualList td .eventDetail dt .start{

}

#keyVisual .visualList td .eventDetail dt .end{

}


#keyVisual .visualList td .eventDetail dd{
    font-size: 13px;
    text-indent: -77px;
    padding: 0 0 0 77px;
}

#keyVisual .visualList td .eventDetail dd .mark{
    font-weight: bold;
    padding: 0 20px 0 0;
}

#keyVisual .visualList td .eventDetail dd .result{

}




/* box-artist pc
------------------------------- */
.box {
    background: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    padding: 30px 50px;
    margin: 0 0 30px;
}
.box-artist { padding: 0; }
.box-artist .ph { 
    width: 415px;
    min-height: 200px;
    float: left;
    line-height: 0;
}
.box-artist .ph img { width: 100%; }
.box-artist .ph + .title { padding: 0 0 0 415px; }
.box-artist .title .name {
    background: #db1d59;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	padding: 10px 4%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.box-artist .title .tit { 
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
    padding: 25px 4% 25px;
    border-bottom: 1px solid #C5BCA1;
    margin: 0 0 20px;
}
.box-artist .title .txt { 
color: #555; 
font-size: 14px; 
padding: 15px 4% 20px; 
}
.box-artist .info li { 
	border-bottom: 1px solid #C5BCA1;
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 4% 15px;
}

.box-artist .info li .still{
    background: #3366cc;
    font-size: 13px;
    vertical-align: 4px;
    padding: 1px 10px;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px;
}

.box-artist .info li .start{
    background: #B52119;
    font-size: 13px;
    vertical-align: 4px;
    padding: 1px 10px;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px;
}

.box-artist .info li .end{
    background: #888;
    font-size: 13px;
    vertical-align: 4px;
    padding: 1px 10px;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px;
}




.box-artist .info li:last-child{ 
    border-bottom: none;
    font-size: 13px;
    padding: 0 4% 0;
    margin-bottom: 0;
}
.box-artist .info li .result {
    padding: 7px 0 0;
    display: inline-block;
}
.box-artist .info li .mark {
    font-weight: bold;
    padding: 0 20px 0 0;
}

.box-artist .info .icon { font-size: 12px; border: 1px solid; border-radius: 2px; padding: 0 5px; margin: 0 5px 0 0; }
.box-artist .info .dticket { color: #e9537d; }
.box-artist .info .pticket { color: #009688; }







/* schedule
------------------------- */
#schedule{
}

#schedule .scheduleCell{
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    margin: 0 auto 0;
    border-bottom: 1px solid #C5BCA1;
}


#schedule .scheduleCell tr{

}
#schedule .scheduleCell tr.single{

}
#schedule .scheduleCell tr.first{

}
#schedule .scheduleCell tr.second{

}
#schedule .scheduleCell th{
    color: #DB1D59;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #DB1D59;
    padding: 5px 0px;
    font-size: 13px;
}
#schedule .scheduleCell td{
    background: #fff;
    padding: 10px 0;
    font-size: 12px;
	text-align: left;
    letter-spacing: 0.1em;
	border-bottom: 1px solid #db1d59;
}
#schedule .scheduleCell .date{
    width: 60px;
    text-align: center;
}

#schedule .scheduleCell th.date{
}

#schedule .scheduleCell .area{
    width: 40px;
    text-align: center;

}

#schedule .scheduleCell .venue{
    text-align: center;
    width: 140px;
}
#schedule .scheduleCell .venue span{
    display: block;
    font-size: 10px;
    color: #888;

}
#schedule .scheduleCell .group{
    width: 10px;
    padding: 10px 10px 2px;
    text-align: center;

}

#schedule .scheduleCell .time{
    padding: 10px 10px 2px;
    width: 60px;
    text-align: center;
}


#schedule .scheduleCell .price{
    padding: 10px 0;
    width: 110px;
    font-size: 11px;
}

#schedule .scheduleCell th.time,
#schedule .scheduleCell th.price{
    padding: 10px 10px 2px;
    font-size: 13px;
}

#schedule .scheduleCell tr.first .group, 
#schedule .scheduleCell tr.first .time {
padding:10px 10px 2px;
}

#schedule .scheduleCell tr.second .group, 
#schedule .scheduleCell tr.second .time {
padding:2px 10px 10px;
}

#schedule .scheduleCell td.noborder {
}

/* liveDetail
------------------------- */

#liveDetail{
    padding-bottom: 0;
}

#liveDetail .detailCell{
    border-top: 1px solid #DB1D59;
}

#liveDetail .detailCell tr{
    border-bottom: 1px solid #DB1D59;
}

#liveDetail .detailCell th{
    text-align: right;
    vertical-align: top;
    padding: 20px 20px 20px 0;
    width: 110px;
    font-size: 13px;
    font-weight: bold;
    color: #DB1D59;
}

#liveDetail .detailCell td{
    vertical-align: top;
    padding: 20px 0px;
    font-size: 15px;

}

#liveDetail .detailCell td .cap{
    font-size: 13px;
    padding:5px 0 0 0;
    display:block;

}

#liveDetail .detailCell .detailList{

}

#liveDetail .detailCell .detailList li{
    text-indent: -14px;
    padding: 0 0 10px 14px;
    font-size: 14px; 
    font-weight: bold;
}

#liveDetail .detailCell .detailList li:last-child{
    padding: 0 0 0 22px;
}

/* attention
------------------------- */
#attention .emph {
	padding: 0 0 15px;
    font-size: 18px;
    font-family: Noto Sans Japanese;
    line-height: 1.5em;
}

#attention .box_s {
	margin: 0 0 30px;
	background: #eee;
	padding: 20px;
}

#attention .box_s p {
	margin: 0 0 10px;
}

#attention .box_s ul li{
	text-indent: -1.4em;
	margin: 0 0 5px 19px;
	line-height: 1.3em;
}

#attention .box_s ul li:last-child {
	margin: 0 0 0 19px;
}


#attention .attentionDetail {
    margin: 0 0 20px 0;
}


#attention .attentionDetail h3 {
	color: #DB1D59;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 6px;
}

#attention .attentionGroup{
	margin: 0 0 20px;
}

#attention .attentionGroup:last-child {
    margin: 0 0 35px;
}

#attention ul.list li {
	text-indent: -15px;
    margin: 0px 0 5px 35px;
    font-size: 14px;
}


#attention .box_l {
	background: #FFFFEC;
	padding: 20px 0;
}

#attention .box_l dl.phone {
	float: left;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
}


#attention .box_l dl.phone:first-child {
	padding:0 0 0 20px;
}

#attention .box_l dl.phone dt {
	font-weight: bold;
	font-size: 14px;
}

#attention .icon{
	margin: 0 0 0 0;
	vertical-align: -2px;
	font-weight: normal;
}

#attention .textArea {
	margin: 0 0 30px;
}

#attention .question {
    font-size: 16px;
    font-weight: bold;
    color:#333;
}


#attention .question a{
    display: inline-block;
    padding: 0 0 10px 0;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#attention .question a:hover{
color:#DB1D59;
}



.addIcon {
    background: none repeat scroll 0 0 #f00;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px;
    margin-left: 5px;
}


table.limit{
    text-indent: 0;
    width: 400px;
    margin: 20px 0 20px;
    border: 1px solid #DB1D59;
}

table.limit tr{

}
table.limit th{
    padding: 10px;
    text-align: center;
    border: 1px solid #DB1D59;
    background: #DB1D59;
    color: #FFF;
    width:50%;
}
table.limit td{
    padding: 10px;
    text-align: center;
    border: 1px solid #DB1D59;
    color: #DB1D59;
}


/* entryArea
------------------------- */
#entryArea{
    margin: 0 0 50px;

}
#entryArea p.entry{
    line-height: 1.5em;
    text-align: center;
    font-size: 13px;
    padding: 0 0 20px;
}
#entryArea p.caption{
    font-weight: bold; 
    padding: 0 0 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1.3em;
}


#entryArea p.entryBtn{

}
#entryArea p.entryBtn a{
    display: block;
    border-radius: 5px;
    background: #DB1D59;
    width: 320px;
    text-align: center;
    margin: 0 auto 20px;
    padding: 20px 20px 17px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    line-height: 1em;
    transition:0.3s;
}


#entryArea p.entryBtn a:hover{
	opacity:0.7;
}

#entryArea p.blankBtn{
    border-radius: 5px;
    background: #DDD;
    width: 320px;
    text-align: center;
    margin: 0 auto 20px;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #999;
}

.entryEnd{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4em;
}

.entryBox .entrytype{

}
.entryBox .entrytype li{
    margin: 0 auto 20px;
    width: 600px;
    font-size: 16px;
    text-align: center;
    background: #fff;
    border: 2px solid #DB1D59;
    padding: 20px;
}
.entryBox .entrytype li:last-child{
    margin: 0 auto 0;
    border: 2px solid #000;
}
.entryBox .entrytype li a{
    text-decoration: none;
    color:#DB1D59;
}
.entryBox .entrytype li:last-child a{
    text-decoration: none;
    color:#000;

}
.entryBox .entrytype li .entryName{
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 15px;
}
.entryBox .entrytype li:first-child .entryName{
    color:#DB1D59;
}
.entryBox .entrytype li .text{
	font-size: 14px;
    margin: 0 0 15px;
}
.entryBox .entrytype li .btn a{
    display: block;
    background: #DB1D59;
    width: 420px;
    margin: 0 auto;
    color: #FFF;
    line-height: 1em;
    padding: 15px;
    border-radius: 100px;
    border: 1px solid #DB1D59;
    box-sizing: border-box;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.entryBox .entrytype li .btn a:hover {
    background: transparent;
    color:#DB1D59;
}

.entryBox .entrytype li .btnsub .mail{
    background: #000;
    padding: 15px;
    border-radius: 100px;
    color: #FFF;
    margin: 0 auto 0;
    display: block;
    width: 420px;
    box-sizing: border-box;
    border: 1px solid #000;
    transition:0.3;
    -webkit-transition:0.3s;
}

.entryBox .entrytype li .btnsub .mail:hover{
    border: 1px solid #000;
    background: transparent;
    color: #000;
}
.entryBox .entrytype li .btnsub .mail span{
    vertical-align: -3px;
}
/* faq
=================================== */

#faq .faqTit {
    background: #DB1D59;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 10px 10px;
}
#faq .faqList {
	margin: 0 0 50px;
}
#faq .faqList dt {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #DDD;
    padding: 10px 50px 10px 50px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}

#faq .faqList dt:before {
    position: absolute;
    content: 'Q';
    width: 30px;
    height: 30px;
    background: #5F79FF;
    color: #fff;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    margin: 0 20px 0 0;
    top: 50%;
    left: 10px;
    font-family: 'Cabin', sans-serif;
    transform: translateY(-50%);
}

#faq .faqList dt:after {
	content: '\f476';
	color: #DB1D59!important;
	font-family: 'WebHostingHub-Glyphs';
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s

}

#faq .faqList dt:hover:after {
	color: #DB1D59;
}
#faq .faqList dt.open:after {
	content: '\f477';
}
#faq .faqList dd {
    background: #FFFCFE;
    border: 1px solid #DDD;
    border-top: none;
    padding: 20px 20px 20px 50px;
    margin: 0 0 20px;
    position: relative;
    display: none;
}
#faq .faqList dd p {
    position: relative;
}
#faq .faqList dd p:before {
    position: absolute;
    content: 'A';
    width: 30px;
    height: 30px;
    background: #DB367A;
    background-position: center;
    color: #FFF;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
    top: -6px;
    left: -40px;
    font-family: 'Cabin', sans-serif;
    display: inline;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-indent: 0;
}


#faq .faqList dt.leadQuestion {
background: #fff none repeat scroll 0 0;
    border: 2px solid #db367a;
    margin: 0 auto 20px;
    content: none;
}
#faq .faqList dt.leadQuestion:hover {
background: #ffffe0;
}
#faq .faqList dt.leadQuestion a {
color:#333;
text-decoration: none;
display:block;
}
#faq .faqList dt.leadQuestion a span.emtgLink{
text-decoration: underline;
}
#faq .faqList dt.leadQuestion a span.faqAttention{
color:#c93c52;
font-size:14px;
}


#faq .faqList dt.leadQuestion:before {
	background:#DB367A!important;
	display:none;

}
#faq .faqList dt.leadQuestion:after{
	color:#FFF!important;
}



#faq .faqList dd table.faqArea{
border-top:#cccccc  1px solid;
border-right:#cccccc  1px solid;
margin: 10px auto 0;
}


#faq .faqList dd table.faqArea th{
border-left:#cccccc  1px solid;
border-bottom:#cccccc  1px solid;
background:#fff;
text-align:center;
padding:10px;
font-weight:bold;
font-size: 15px;
}

#faq .faqList dd table.faqArea th.happyArea{
color:#e4007f;
}

#faq .faqList dd table.faqArea th.grooveArea{
color:#2AAC3A;
}


#faq .faqList dd table.faqArea th.hfArea{
color:#F8B625;
}


#faq .faqList dd table.faqArea th.gfArea{
color:#EA5810;
}


#faq .faqList dd table.faqArea td{
border-left:#cccccc  1px solid;
border-bottom:#cccccc  1px solid;
background:#fff;
text-align:center;
padding:10px;
font-size: 15px;
}

#faq .faqList dd table.faqArea td p.happy{
background: #e4007f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
}


#faq .faqList dd table.faqArea td p.groove{
background:#2AAC3A;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
}


#faq .faqList dd table.faqArea td p.hf{
background: #F8B625;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
}

#faq .faqList dd table.faqArea td p.gf{
background: #EA5810;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
}


#faq .faqList dd table.faqArea td p.nomember{
background: #aaa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
}

#faq .faqList dd table.kidsEntry{
border-top:#cccccc  1px solid;
border-right:#cccccc  1px solid;
margin: 10px auto 0;
width:100%;
font-size: 15px;
}

#faq .faqList dd table.kidsEntry tr th{
border-bottom:#cccccc 1px solid;
border-left:#cccccc 1px solid;
background:#F5EBF3;
padding:10px 15px;
font-weight:bold;
}

#faq .faqList dd table.kidsEntry tr th:nth-child(2){
width: 30%;
}

#faq .faqList dd table.kidsEntry tr td{
border-bottom:#cccccc  1px solid;
border-left:#cccccc  1px solid;
background:#fff;
padding:10px;
}

/* faq contactBox
=================================== */

.contactBox p.contactLead {
text-align:center;
margin:0 auto 20px;
font-size: 15px;
}

.contactBox ul.contactBoxDetail {
margin: 0 auto 0;
}

.contactBox ul.contactBoxDetail li {
    border: solid 2px #DB1D59;
    width: 48%;
    margin: 0 3% 0 0;
    float: left;
}
.contactBox ul.contactBoxDetail li:last-child {
margin:0 0% 0 0;
}


.contactBox ul.contactBoxDetail li h5 {
border-bottom: solid 2px #DB1D59;
    text-align: center;
    padding: 15px 0 10px;
    font-weight: bold;
    font-size: 16px;
    background: #DB1D59;
    color: #FFF;
}

.contactBox ul.contactBoxDetail li .contactDetail {
padding:15px;
}

.contactBox ul.contactBoxDetail li .contactDetail p.contactQuestions {
    background: #EEE;
    margin: 10px auto 0;
    padding: 10px 0;
}


.contactBox ul.contactBoxDetail li:last-child .contactDetail p.contactQuestions{
line-height: 1.8em;
    padding: 16px 10px;
}

