@charset "utf-8";
/*--****************************************



@event



*****************************************--*/
body,html{
    background-color: #000;
	color:#fff;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
}

.btn {
    display: inline-block;
    white-space: nowrap;
    background: #e60012;
    padding: 0.66em 1.5em;
    font-size: 1.1em;
    line-height: 1;
    text-decoration: none;
    margin: 15px 0 0;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	box-shadow: 0 0 0 0 rgba(255,255,255,1);
}
.btn:hover {
	background:#000;
	color: yellow;
	box-shadow: 0 0 16px 4px rgba(255,255,255,1);
}

.separate::after {
	content: "";
	display: block;
	width: 100%;
	max-width: 960px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
    margin: 24px auto;
    clear: both;
}

/* !event */
/* --------------------------- */
.eventBody,.artist,.price,.catch,.sponsor,.commentTitle,.goodsList,.caution {
	font-family:GothicMB101Pr6N-DeBold,'ゴシックMB101 DB JIS2004','Gothic MB101 DeBold JIS2004',"游ゴシック", YuGothic,'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.eventCatch,.eventInfo,.contTitle,.price strong,.btn,.playguide dt,.subTitle,.eventList,.iconNew {
	font-family:GothicMB101Pr6N-Heavy,'ゴシックMB101 H JIS2004','Gothic MB101 Heavy JIS2004',"游ゴシック", YuGothic,'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.eventHeading {
	margin: 0 auto;
	padding: 64px 0 1px;
	background: url(../img/dtc_heading_bg4.jpg) center center no-repeat fixed;
	text-shadow: 1px 1px 4px rgba(0,0,0,1);
}
.pageTtl {
	width: 100%;
	margin: 0 auto 24px;
	line-height: 1;
}
.pageTtl img {
	max-width: 100%;
	height: auto;
}
.eventInfo {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
}
.eventInfo p {
	margin: 0 0.5em;
	font-size: 3.5em;
	line-height: 1;
	white-space: nowrap;
}
.eventInfo p span.youbi {
	font-size: 0.5em;
}
.tsume {
	letter-spacing: -0.1em;
}
.eventInfo p span.time {
	font-size: 0.3em;
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
}
.headingImg {
	max-width: 1280px;
	position: relative;
	margin: 0 auto;
}
.headingImg .artist {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.headingImg .artist::after {
	content: "";
	display: block;
	width: 6%;
	height: 128px;
	background: url(../img/cross.png) 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(90%,-75%);
}
.headingImg .artist li {
	z-index: 10;
	position: relative;
}
.headingImg .artist li img {
	width: 100%;
	max-width: 100%;
	height: auto;
	box-shadow: 2px 2px 4px 1px rgba(0,0,0,.8);
}
.headingImg .artist li.pkcz {
	margin-right: 48px;
}
.headingImg .artist li.poster {
	margin-left: 48px;
}
.credit {
	text-align: center;
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: bold;
}
.eventCatch {
	margin: 0 auto 24px;
	font-size: 2.75vw;
	line-height: 1.375em;
	color: #E60012;
}
.eventBody {
	font-size: 1.375em;
	line-height: 2em;
	margin: 0 auto 40px;
	padding: 16px 0;
	background: rgba(0,0,0,.75);
}
.content {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 64px 3vw;
	background: url(../img/dtc_heading_bg4.jpg) center center no-repeat fixed;
}
.content:last-of-type {
	margin-bottom: 40px;
	padding-bottom: 80px;
}
.inner {
	position: relative;
	max-width: 860px;
	margin: 0 auto;
	padding: 40px 0;
	background: rgba(0,0,0,.7);
	animation: neonBrink 8.0s infinite ease-in-out;
	border-radius: 64px 8px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	box-shadow: 0 0 64px 4px rgba(255,0,0,1);
}
.content:nth-of-type(even) .inner {
	animation-delay: 4.0s;
	border-radius: 8px 64px;
}
@keyframes neonBrink {
	0%, 100% {
		box-shadow: 0 0 64px 4px rgba(255,0,0,1);
	} 10% {
		box-shadow: 0 0 16px 4px rgba(255,0,0,1);
	} 20% {
		box-shadow: 0 0 64px 4px rgba(0,255,255,1);
	} 30% {
		box-shadow: 0 0 16px 4px rgba(0,255,255,1);
	} 40% {
		box-shadow: 0 0 64px 4px rgba(255,0,255,1);
	} 60% {
		box-shadow: 0 0 16px 4px rgba(255,0,255,1);
	} 60% {
		box-shadow: 0 0 64px 4px rgba(255,255,0,1);
	} 70% {
		box-shadow: 0 0 16px 4px rgba(255,255,0,1);
	} 80% {
		box-shadow: 0 0 64px 4px rgba(0,0,255,1);
	} 90% {
		box-shadow: 0 0 16px 4px rgba(0,0,255,1);
	}
}
.contTitle {
	font-size: 4em;
	line-height: 1.2em;
	margin: 0 auto 24px;
	background: linear-gradient(178deg, rgba(195, 120, 53, 1) 0%, rgba(246, 213, 108, 1) 48%, rgba(191, 137, 56, 1) 50%, rgba(167, 98, 38, 1) 100%);
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	background-clip: text;
}
h4.contTitle {
	font-size: 2.5em;	
}
.ticket h4.contTitle,
.goods h4.contTitle,
.liveviewing h4.contTitle {
	background: linear-gradient(178deg, rgba(255, 0, 0, 1) 20%, rgba(255, 168, 120, 1) 48%, rgba(255, 0, 0, 1) 49.98%, rgba(255, 102, 0, 1) 100%);
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	background-clip: text;
}
.no-backgroundcliptext .contTitle,
.no-backgroundcliptext .ticket h4.contTitle,
.no-backgroundcliptext .goods h4.contTitle,
.no-backgroundcliptext .liveviewing h4.contTitle {
    background-image: none;
	-ms-text-fill-color: yellow;
    color: yellow;
}
.no-backgroundcliptext .ticket h4.contTitle,
.no-backgroundcliptext .goods h4.contTitle,
.no-backgroundcliptext .liveviewing h4.contTitle {
	-ms-text-fill-color: #E60012;
    color: #E60012;
}
.subTitle {
	font-size: 2em;
	line-height: 1.2em;
	margin: 0 auto 16px;
}
.eventList {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.75em;
	line-height: 1.375em;
	color: #E60012;
}
.eventList li {
	display: inline-block;
	position: relative;
}
.eventList li + br + li {
	margin-top: 1.5em;
}
.eventList li::before,
.eventList li::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	position: absolute;
}
.eventList li::before {
	border-top: solid 2px #E60012;
	border-left: solid 2px #E60012;
	top: -8px;
	left: -12px;
}
.eventList li::after {
	border-right: solid 2px #E60012;
	border-bottom: solid 2px #E60012;
	right: -12px;
	bottom: -8px;
}
.artist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	font-size: 1.5em;
	line-height: 1.375em;
}
.artist li {
	display: inline-block;
	margin: 0 1em 1em;
	max-width: 47.5%;
}
.artist li.long {
	display: block;
	max-width: 100%;
}
.artist li.long .contTitle {
	font-size: 2rem;
}
.artist li img {
	margin: 0 0 12px;
	vertical-align: bottom;
	box-shadow: 8px 8px 0 0 rgba(0,0,0,.15);
}
.iconNew {
	display: inline-block;
	background: linear-gradient(163deg, rgba(255, 0, 0, 1) 20%, rgba(255, 168, 120, 1) 48%, rgba(255, 0, 0, 1) 49.98%, rgba(255, 102, 0, 1) 100%);
	width: 3.6em;
	height: 3.6em;
	border-radius: 100%;
	color: yellow;
	text-align: center;
	font-size: 10px;
	line-height: 3.6em;
	vertical-align: middle;
	margin-right: 8px;
	transform: rotate(-15deg);
}
.catch {
	font-size: 1.375em;
	line-height: 1.5em;
}
.price {
	font-size: 1em;
	line-height: 1.5em;
}
.eventBody + .price {
	margin-top: -2em;
}
.price strong {
	font-size: 1.75em;
}
.playguideBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 640px;
}
.playguide {
	margin: 0 auto 16px;
	font-size: 1.2em;
}
.playguide .famima {
	padding: 15px 8px;
}
.playguide img {
	line-height: 1;
	display: inline-block;
	margin: 0 auto 8px;
	vertical-align: top;
}
.playguide img.lticke {
	margin-top: 24px;
	margin-bottom: 24px;
}
.playguide dt {
	margin: 0 auto 8px;
	line-height: 1.25em;
	font-size: 1.15em;
}
.playguide dt span {
	font-size: 0.7em;
	line-height: 1;
	display: inline-block;
	white-space: nowrap;
	margin: 0 4px;
	transform: translateY(-3px);
}
.playguide dt a,
.playguide dt a img {
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #fff;
}
.playguide dt a:hover {
	color: #E60012;
}
.playguide dt a:hover img {
	opacity: 0.6;
}
.playguide dd {
	margin: 0;
	font-size: 0.8em;
	font-weight: bold;
}
.sponsor {
	margin: 0 auto;
	font-size: 1.1em;
	line-height: 1.3em;
}
.sponsor dt,
.sponsor dd {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	vertical-align: middle;
}
.sponsor dt::after {
	content: "：";
	margin: 0 4px;
}
.sponsor dd + dt {
	margin-left: 1em;
}
.commentTitle {
	font-size: 2em;
}
#comment-txt {
	font-size:16px;
	line-height:2;
}
h4.contTitle + .contTitle {
	margin-top: -16px;
}
.goodsList {
	font-size: 1em;
	line-height: 1.375em;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	padding: 0 40px;
}
.goodsList span {
	font-size: 0.75em;
}
.goodsList li {
	margin: 0 auto 24px;
}
.goodsList .goodsThumb {
	border: solid 2px #000;
	margin: 0 auto 8px;
}
.goodsList .goodsThumb a img {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.goodsList .goodsThumb a:hover img {
	transform: scale(1.1);
}
.notes {
	font-size: 0.875em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
	margin: 16px auto;
	display: inline-block;
}
.notes li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
.notes li::before {
	content: "※";
}
.liveviewing .eventBody,
.goods .eventBody {
	background: none;
}
.caution {
	display: inline-block;
	text-align: left;
}
.caution li {
	margin-top: 0.5em;
}
.caution li::before {
	display: inline-block;
	content: "";
	width: 0.5em;
	height: 0.5em;
	background: #fff;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 0.25em;
}