@charset: 'utf-8';

.live-article {
	width: 100%;
}

/* list */

#live-list ul {
	margin: 0;
	padding: 0;
}

#live-list .live-article {
	list-style: none;
	border-bottom-color: #fff;
	border-bottom-style: solid;
}


#live-list .live-article a {
	text-decoration: none;
}

#live-list .live-article a span {
	display: block;
}

#live-list .live-article a h3 {
	font-weight: 400;
}

#live-list .live-article a h3 span.venue {
	font-weight: 300;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-top: 0.5em;
}

#live-list .live-article a span.venue strong{
	font-size:2rem;
	line-height:1.5;
}

/* single */
#live-single {
}

#live-single .live-info img {
	max-width:100%;
}

#live-single header p {
	width: 100%;
	text-align: right;
	line-height: 1;
}

#live-single header h3 {
	font-weight: 400;
	line-height: 1.5;
	margin-top: 10px;
}

#live-single .live-image img {
	max-width: 100%;
	height: auto;
}

#live-single .ticket-button-wrap {
	letter-spacing: -.4em;
}

#live-single .ticket-button-wrap a.button {
	display: inline-block;
	letter-spacing: .034em;
}

#live-single .ticket-info p {
	margin-top: 1em;
}
#live-single .ticket-info p:first-child {
	margin-top: 0;
}
/*******************************************
for pc
*******************************************/

@media screen and (min-width: 769px) {

	body#live {
		background-image: linear-gradient(90deg, #c3cb19 0%, #c3cb19 4px, #f7f7f7 4px, #f7f7f7 100%);
	}


/* list */
	#live-list .live-article {
		border-bottom-width: 2px;
		font-size: 1.6rem;
		line-height: 1.875;
	}

	#live-list .live-article a {
		padding: 40px 50px 40px 0;
		background-position: top 50% right 0px;
	}


	#live-list .live-article a .date {
		width: 130px;
		word-break: break-all;
	}

	#live-list .live-article a .cat {
		padding-left: 20px;
	}


	#live-list .live-article a .text {
		margin-left: 275px;
	}

	#live-list .live-article a h3 {
		margin-bottom: 10px;
		font-size: 2rem;
		line-height: 1.5;
	}

	#live-list .live-article a .excerpt {
		margin-top: 30px;
	}


/* single */
	#live-single {
		font-size: 1.6rem;
		padding: 40px 0 0;
	}

	#live-single header h3 {
		font-size: 2.4rem;
	}

	#live-single .live-image {
		width: 500px;
		margin-top: 35px;
	}

	#live-single .live-info {
		margin-top: 35px;
		line-height: 2;
	}

	#live-single .live-info hr {
		margin:2em 0;
	}

	#live-single .live-info .ticket-info {
		margin-top: 40px;
	}

	#live-single .ticket-button-wrap {
		margin-top: 30px;
		margin-left: -20px;
	}

	#live-single .ticket-button-wrap a.button {
		min-width: 110px;
		margin-left: 20px;
	}

	#live-single .live-moreinfo {
		margin-top: 100px;
	}

}

@media screen and (min-width: 769px) and (max-width: 1007px) {

	#live-list .live-article a {
		padding: 40px 50px 40px 30px;
		background-position: top 50% right 30px;
	}

}

/*******************************************
for sp
*******************************************/

@media screen and (max-width: 768px) {
	body#live {
		background-image: linear-gradient(90deg, #c3cb19 0%, #c3cb19 2px, #f7f7f7 2px, #f7f7f7 100%);
	}

/* list */
	#live-list .live-article {
		border-bottom-width: 1px;
		font-size: 1.2rem;
	}

	#live-list .live-article a {
		padding: 20px 30px 20px 15px;
		background-position: top 50% right 15px;
	}

	#live-list .live-article a .date {
		width: calc(50vw - 15px);
	}

	#live-list .live-article a .cat {
		width: calc(50vw - 30px);
		text-align: right;
		padding-right: 5px;
	}

	#live-list .live-article a .text {
		width: 100%;
		clear: both;
		padding-top: 8px;
	}

	#live-list .live-article a h3 {
		font-size: 1.4rem;
		line-height: 1.3;
		margin-bottom: 4px;
	}

	#live-list .live-article a .venue {
		line-height: 1.5;
	}

	#live-list .live-article a .excerpt {
		margin-top: 17px;
		line-height: 1.5;
	}

/* single */
	#live-single {
		line-height: 1.2rem;
		padding: 20px 0 0;
	}

	#live-single header h3 {
		font-size: 1.8rem;
	}

	#live-single .live-image {
		margin-top: 10px;
	}

	#live-single .live-info {
		margin-top: 25px;
		padding: 0 15px;
		line-height: 1.65;
	}

	#live-single .live-info p.date,
	#live-single .live-info p.venue,
	#live-single .live-info .ticket-info p {
		font-size: 1.4rem;
	}

	#live-single .live-info .ticket-info {
		margin-top: 30px;
	}

	#live-single .ticket-button-wrap {
		margin-top: 16px;
		margin-left: -10px;
	}

	#live-single .ticket-button-wrap a.button {
		min-width: 80px;
		margin-left: 10px;
	}

	#live-single .live-moreinfo {
		margin-top: 40px;
	}

}