@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;600;700&display=swap');
html { scroll-behavior: smooth; }
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.75;
	color: #000;
	background: #000413;
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff url(../images/bg.jpg) center top repeat;
}

* {
	font-size: 1em;
	box-sizing: border-box;
	background-size: contain;
}

html, body, p, h1, h2, h3, h4, h5, ul, ol, li, dd, dl, dt, div {
	padding: 0;
	margin: 0;
	font-weight: 500;
}

img {
	border: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align:top;
	max-width: 100%;
}

html { height: 100%; }
li { list-style-type: none; }
a {
	color: inherit;
	text-decoration: none;
}
a.underline,
.underline a { text-decoration: underline; }
.none { display: none; }
.sp { display: none; }
.pc { display: block; }

/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix { display: inline-block; }

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.tcenter { text-align: center; }
.tright { text-align: right; }

/* 選択色 */
::selection {
	background: #ba2027;
	color: #fff;
}

::-moz-selection {
	background: #ba2027;
	color: #fff;
}

/* YouTube 埋め込み */
.YT {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.YT iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* FONT */
.FE {
	font-family: "ethnocentric", sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* MAIN */
main {
	width: 100%;
	position: relative;
	margin: 1em auto 0;
	text-align: center;
}

.liveBOX {
	width: 90%;
	max-width: 1000px;
	background: #ba2027;
	color: #fff;
	line-height: 1.5;
	margin: 0 auto 1em;
	padding: 3em;
	border-radius: 1em;
	text-align: center;
}
.liveBOX h1 { font-size: 3.75em; }
.liveBOX h2 { font-size: 2.5em; }
.liveBOX h2 small { font-size: 0.65em; }
.liveBOX h3 { font-size: 1.5em; }
.liveBOX h3 small { font-size: 0.65em; }

.dateBOX {
	margin: 1em auto;
	padding: 1em;
	font-size: 2.75em;
	border-top: #dd9093 solid 1px;
	border-bottom: #dd9093 solid 1px;
}
.dateBOX span {
	width: 4.5em;
	display: inline-block;
	color: #ba2027;
	background: #fff;
	margin-right: 1em;
	font-size: 0.65em; 
}
.dateBOX small { font-size: 0.65em; }

ul.btnBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
ul.btnBox a {
	text-align: center;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	color: #fff;
	background: #000;
	padding: 0.5em;
	margin: 0.5em 0.5em 0;
	border-radius: 0.5em;
	font-size: 1.25em;
	font-weight: 700;
	cursor: pointer;
}
.gray ul.btnBox a {
	color: #fff;
	background: #6d6d6d;
}
ul.btnBox a small { font-size: 0.7em; }

.ticketBox {
	background: #fff;
	border-radius: 1em;
	color: #ba2027;
	padding: 2em;
	margin: 1em auto 0;
}
.ticketBox.gray {
	background: #494949;
	color: #b3b3b3;
}

ul.ticketTTL {
	margin-bottom: 0.5em;
	border-bottom: #ba2027 solid 1px;
}
.gray ul.ticketTTL {
	border-bottom: #b3b3b3 solid 1px;
}
ul.ticketTTL li {
	width: 49%;
	vertical-align: middle;
	display: inline-block;
	padding: 0 0 0.5em;
}
ul.ticketTTL li:first-child {
	text-align: left;
	font-size: 1.5em;
	font-weight: 700;
}
ul.ticketTTL li:last-child { text-align: right; }

.ticketBox p {
	margin: 1.5em auto 0;
	color: #000;
	font-size: 0.75em;
	text-align: left;
}
.ticketBox.gray p {
	color: #b3b3b3;
}

/* footer */
footer {
	font-size: 0.75em;
	color: #000;
	text-align: center;
	padding: 5em 2em;
}
footer img { height: 2.5em; }


@media all and (max-width: 736px) {
	img { max-width: 100%; height: auto; max-height: none; }
	.sp { display: block; }
	.pc { display: none; }

	body {
		font-size: 3vw;
	}
	main {
		width: 100%;
	}
	.liveBOX { padding: 1.5em; }
	.liveBOX h1 { font-size: 1.35em; }
	.liveBOX h2 { font-size: 1.25em; }
	.liveBOX h3 { font-size: 1em; }
	.liveBOX h3 small {
		display: block;
		font-size: 0.85em;
	}
	.dateBOX {
		padding: 1em 0;
		font-size: 1.25em;
	}
	ul.btnBox { flex-wrap: wrap; }
	ul.btnBox a { font-size: 1em; }
	.ticketBox { padding: 1em; }
	ul.ticketTTL li { width: 100%; }
	ul.ticketTTL li:first-child { font-size: 1.25em; }
	ul.ticketTTL li:last-child {
		font-size: 0.85em;
		text-align: left;
	}
	footer { padding: 2em; }
	footer img { height: 1.5em; }
}
::-webkit-full-page-media, :future, :root main { height: auto; }