@charset "UTF-8";
/* ========== ========== ========== ========== ========== */
/* onigyu live CLASS */
/* ========== ========== ========== ========== ========== */

#special.pc {
	background-image: url(../../_img/body_bg.png);
}

.onigyu-live .subtitle2{
	margin: 100px auto 10px;
}

.onigyu-live .dc{
	width: 1034px;
}
.live-main{
	margin: 100px auto 80px;
	text-align: center;
	background-image: url(../image/onigyulive-main-bg.png);
	background-size: cover;
	background-position: 50% 0%;
}

.live-main img{
	max-width: 1096px;
	display: block;
	margin: 35px auto;
}

.live-floor{
	box-sizing: border-box;
	padding:50px
}

.live-floor p{
	text-align: left;
	font-size: 19px;
	font-weight: 500;
	transform: rotate(0.04deg);
}
.live-floor span.big{
	font-size: 34px;
	font-weight: 500;
}

.live-subtitle{
	background: #fff;
	color:#ff5a9e;
	padding:10px;
}

.link-banner{
	max-width: 804px;
	margin: 0 auto 50px;
	background: #fff;
	border: 2px solid #fff
}

.link-goods{
	max-width: 804px;
	margin: 0 auto 50px;
}

/*--ticket--*/
.link-banner a:hover{opacity: 0.6;}

.ticket-faq{
	width: 100%;
	margin: 20px 50px 0;
	padding-bottom: 50px;
}

.ticket-faq td{
	font-size: 19px;
	font-weight: 500;
	transform: rotate(0.04deg);
}

.ticket-faq tr:nth-of-type(2n+1) td:first-of-type{
	background-image: url(../../_img/heart-cha.svg);
	background-position: 0 4px;
	background-size: 26px;
}
.live-faq tr:nth-of-type(2n+1) td:first-of-type{
	background-image: url(../../_img/heart.svg);
}
.ticket-faq tr:nth-of-type(2n) td:last-of-type{
	padding: 0 0 40px;
}
.ticket-faq tr:last-of-type td:last-of-type{
	padding: 0;
}
.ticket-faq td:nth-of-type(2n+1){
	text-align: right;
	width: 70px;
}
.ticket-faq td:nth-of-type(2n){
	text-align:left;
}

/*--event--*/
.live-event-info.no-p-t{padding-top:0;background-position: 0 5px;}
.live-event-info{
	padding-top: 20px;
	padding-left: 40px;
	width:100%;
	color: #fff;
	letter-spacing: 2px;
	font-size: 24px!important;
	font-weight: 600!important;
	background-image: url(../../_img/heart.svg);
	background-position: 0 24px;
	background-size: 33px;
	transform: rotate(0.04deg);
}

.live-event-info .link{
	font-size: 18px;
	letter-spacing: 0;
	color:#ff6;
}
.live-event-info .link:hover { color: #E91E63 }

.live-event-map{margin-top:10px }

/*--staff--*/
.staff-link{
	width: 100%;
	margin: 20px 0 0;
	overflow: hidden;
	text-align: left;
}

.staff-link p,
.staff-link a{
	font-size: 19px;
	font-weight: 500;
	transform: rotate(0.04deg);
	text-align: center;
	display: inline-block;
}

.staff-link p{
	background-image: url(../../_img/heart-cha.svg);
	background-position: 0 15px;
	background-size: 26px;
	text-align:left;
	text-indent: 28px;
	width: 620px;
}

.staff-link .st-no{
	width:100px!important;
	color:#fff;
	border: 2px solid #fff;
	background-image:none;
	padding:2px 0;
	text-indent:0;
	text-align: center
}

.staff-link a{width:100px;}
.staff-link .st-hp,
.staff-link .st-bl,
.staff-link .st-tw{
	color:#fff;
	padding:2px 0;
}

.staff-link .st-hp:hover,
.staff-link .st-bl:hover,
.staff-link .st-tw:hover{
	background-color: #fff;
}

.staff-link .st-hp{
	background-color: #8bcd9f;
	border: 2px solid #8bcd9f;
}
.staff-link .st-hp:hover{color:#8bcd9f}


.staff-link .st-bl{
	background-color: #dbb37e;
	border: 2px solid #dbb37e;
}
.staff-link .st-bl:hover{color:#dbb37e}

.staff-link .st-tw{
	background-color: #33bfe7;
	border: 2px solid #33bfe7;
}

.staff-link .st-tw:hover{color:#33bfe7}

/* ========== ========== ========== ========== ========== */
/* Creators Topic CLASS */
/* ========== ========== ========== ========== ========== */
.creators-tit{
	padding-top:0;
	background-position: 0 12px;
	width: 472px;
}

.creators-box{
	background-color: #fff;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 50px;
	padding:30px 30px 0;
	text-align: center;
}

.creators-box-name{
	background-color: #d3a368;
	color:#fff;
	padding:10px 0;
	font-size: 22px;
	font-weight: 500;
}

.creators-box-sub{
	display: inline-block;
	width: 500px;
	padding-bottom:50px;
}
.creators-box-sub:nth-of-type(2n){
	margin-left:30px; 
}

.creators-name{
	color:#ff5a9e;
	font-size: 32px;
	line-height: 32px;
	padding: 0 0 10px;
	margin: 0 0 10px;
	font-weight: 500;
	position:relative
}

.creators-name span{ font-size: 70%;}

.creators-name:after{
	content: "";
	width: 50%;
	height: 3px;
	background-color:#ff5a9e;
	position: absolute;
	bottom:0;
	left:0;
	right: 0;
	margin: auto
}

.creators-box-sub img{
	display: block;
	margin: 0 0 10px;
}

.creators-link{
	width: 100%;
	display: block;
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	color:#fff;
	background-color:#ff5a9e;
	padding:10px
}

.creators-link:hover{
	color:#fff;
	background-color:#d3a368;
}


#privilege_daki {
	width: 1280px;
	margin: auto;
	padding: 60px 50px;
	background-color: #ff5a9d;
	background-image: url(../../_img/pattern.png);
	background-repeat: repeat;
	background-attachment: fixed;
	z-index: 1;
}

#privilege_daki2 {
	width: 1280px;
	margin: auto;
	padding: 60px 50px;
	background-color: #d3a464;
	background-image: url(../../_img/pattern.png);
	background-repeat: repeat;
	background-attachment: fixed;
	z-index: 1;
}
