@charset "UTF-8";

/* !foundation */
/* --------------------------- */
html,body {
	font-family:'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-webkit-font-variant-ligatures:none;
	font-variant-ligatures:none;
}
body {
	color: #000;
	max-width: 100%;
	overflow-x: hidden;
	position: relative;
	text-align: center;
}
body::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url('../imgs/body_bg.jpg') center center no-repeat;
	background-size: cover;
	z-index: -1;
}
* {
	box-sizing: border-box;
}
a,
a img {
	color: #333;
	transition: all 0.4s ease;
}
a img {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:visited {
	color: #424242;
}
a:hover {
	color: #db2229;
	text-decoration: none;	
}
a:hover img {
	opacity: 0.6;
}
a.noborder {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,0) 100%);
	margin: 8vh auto;
	clear: both;
}
.btn,
.btn:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	border: solid 1px #000;
	padding: 0.5em 1em;
	color: #000;
}
.btn:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

/* material
--------------------------- */
.clearFloat {
	clear: both;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0.375em auto;
	text-align: center!important;
}
.sp {
	display: none;
}
.flexCont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul[class],ol[class] {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.tate {
	-webkit-font-feature-settings: 'palt' 0;
	font-feature-settings: 'palt' 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
/* !font */
/* --------------------------- */
.wf-noto-m  {font-family: 'Noto Sans JP', sans-serif; font-weight: 500; }
.wf-noto-b {font-family: 'Noto Sans JP', sans-serif; font-weight: 700; }
.wf-noto-bk, body {font-family: 'Noto Sans JP', sans-serif; font-weight: 900; }

.txtSdw {
	text-shadow: 0 0 40px rgba(0,0,0,.9),0 0 30px rgba(0,0,0,.9),0 0 20px rgba(0,0,0,.9),0 0 10px rgba(0,0,0,.9);
}
.txtSdwMin {
	text-shadow: 0 0 20px rgba(0,0,0,.9),0 0 15px rgba(0,0,0,.9),0 0 10px rgba(0,0,0,.9),0 0 5px rgba(0,0,0,.9);
}


/* !layout */
/* --------------------------- */
.wrap {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 1.5rem 0 9rem;
}
.wrap::before,
.wrap::after {
	content: "";
	display: block;
	width: 40vw;
	height: 23vw;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../imgs/body_corner_bg.png') right bottom no-repeat;
	background-size: auto 120%;
	z-index: 1;
	pointer-events: none;
}
.wrap::after {
	background-size: auto 100%;
	width: 55vw;
	height: 31vw;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
}

/* !header */
/* --------------------------- */
.sitelogo {
	font-size: 1;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.eventCatch {
	font-size: 2em;
	line-height: 1.75em;
	margin: 2em auto;
	text-shadow: 0.125em 0.125em 0 rgba(0,0,0,.15);
}
.eventAdditional,
.goodsBnr {
	display: inline-block;
	position: relative;
}
.eventAdditional .txtLink,
.goodsBnr .txtLink {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.goodsBnr img {
	max-width: 66vw;
}

.comingsoon {
	max-width: 80%;
	width: 500px;
	font-size: 2em;
	line-height: 1;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	background: #004098;
	color: #fff;
	margin: 0 auto 1em;
	padding: 0.5em 0;
	position: relative;
}
.comingsoon::before {
	content: "";
	display: block;
	width: 200px;
	height: 54px;
	background: url('../imgs/comingsoon.png') 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-140%, -24%) rotate(-17.5deg);
}
.salesNotice {
	max-width: 90%;
	width: 640px;
	font-size: 2em;
	line-height: 1.375em;
	background: #004098;
	color: #fff;
	margin: 0 auto 1em;
	padding: 0.5em 0;
	position: relative;
}
.artistName {
	font-size: 2.75em;
}
.artistName .capsS {
	font-size: 0.5em;
	vertical-align: text-top;
}
.artistTitle {
	display: block;
	max-width: 10em;
	font-size: 0.5em;
	line-height: 1;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	background: #db2229;
	color: #000;
	padding: 0.5em 0;
	margin: 0 auto 0.5em;
}
.artistImg {
	border: solid 6px #000;
	position: relative;
	z-index: 10;
}
.twitterBox {
	max-width: 480px;
	margin: 4em auto;
}
.btnTwitter {
	display: inline-block;
	font-size: 1.25em;
	background: #db2229;
	color: #fff;
	border-radius: 2em;
	padding: 0.5em 3em;
	border: none;
}
.btnTwitter:hover {
	background: #db2229;
	opacity: 0.75;
}
.bnrWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2em auto 2em;
}
.bnrWrap a {
	display: block;
	margin: 0 1em;
	max-width: 25%;
	position: relative;
}
.bnrWrap a.long {
	max-width: 50%;
}
.bnrWrap a img {
	box-shadow: 0 0 8px 0 rgba(0,0,0,.5);
}
.bnrWrap a span {
	font-size: 0.875em;
	position: absolute;
	top: 107.5%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.preTicket {
	margin: 0 auto 2em;
}
.preTicketTitle {
	max-width: 16em;
	font-size: 1.25em;
	line-height: 1;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	background: #db2229;
	color: #000;
	padding: 0.5em 0;
	margin: 0 auto 0.5em;
}
.preTicketDate {
	font-size: 2.5em;
	line-height: 1.25em;
	margin: 0 auto 0.5em;
}
.preTicketDate span {
	font-size: 0.6em;
}
.entryFin {
	position: relative;
}
.entryFin::after {
	content: "受付終了";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-10deg);
	background: #000;
	color: #fff;
	padding: 0.25em 0.5em;
	font-size: 0.625em;
	line-height: 1;
}
.ticketCat {
	display: flex;
	justify-content: center;
	align-items: center;
}
.ticketCat::before,
.ticketCat::after {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 2px;
	background: #000;
	margin: 0 0.25em;
} 
ul.caution {
	display: inline-block;
	font-size: 1em;
	line-height: 1.75em;
	text-align: left;
	margin-bottom: 2em;
}
ul.caution li {
	text-indent: -1em;
	padding-left: 1em;
}
ul.caution li::before {
	content: "※";
}
ul.caution.circle li::before {
	content: "●";
	display: inline-block;
	transform: scale(0.666);
	text-indent: 0;
}
.covidWrap {
	max-width: 800px;
	margin: 0 auto 2em;
	background: #fff;
	position: relative;
	z-index: 100;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
}
.covidTitle {
	font-size: 1.5em;
	line-height: 1.375em;
	margin: 0 auto;
	padding: 0.5em 0;
	background: #000;
	color: #fff;
}
.covidBody {
	padding: 2em;
	text-align: justify;
}
ul.covidList {
	font-size: 0.875em;
	line-height: 1.5em;
	margin: 0 auto 1em;
}
ul.covidList>li {
	margin: 0 0 0.5em;
	text-indent: -1em;
	padding-left: 1em;
	word-break: break-all;
}
ul.covidList>li::before {
	content: "※";
	display: inline-block;
	transform: scale(0.7);
	text-indent: 0;
}
ul.covidList ol {
	margin: 0.5em auto 1em;
	text-indent: 0;
	padding-left: 1.5em;
}
.covidTxt {
	font-size: 0.875em;
	line-height: 1.5em;
	margin: 0 0 1em;
}

.contactWrap {
	padding: 3em 0;
}
.contactTxt {
	font-size: 1.25em;
	line-height: 1.5em;
	margin: 1em auto 1.5em;
}
.contactCat {
	display: inline-block;
	padding: 0.125em 1.5em;
	font-size: 0.875em;
	margin-bottom: 0.5em;
	min-width: 10em;
	border: solid 2px #000;
	border-radius: 3em;
}
.capsS {
	font-size: 0.75em;
}

.goodsBox {
	padding: 1em 3vw;
}
.goodsTxt {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 2em;
}

.goodsLink {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 2rem auto 2rem;
}
.goodsStoreInfo {
	width: 400px;
	margin: 0 1em;
}
.goodsStoreInfo dt {
	font-size: 1.4125em;
	line-height: 1.375em;
	background: #004098;
	color: #fff;
	margin: 0;
	padding: 0.5em 0;
}
.goodsStoreInfo dd {
	margin: 0;
}
.goodsSalesDetail {
	margin: 1rem auto 1rem;
}
.goodsSalesDetail dt {
	margin: 0 auto 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2em;
}
.goodsSalesDetail dt::before,
.goodsSalesDetail dt::after {
	content: "";
	display: inline-block;
	width: 3em;
	height: 2px;
	background: #000;
	margin: 0 0.5em;
}
.goodsSalesDetail dd {
	margin: 0 auto 1.5em;
	font-size: 1.5em;
	line-height: 1.375;
}

.streamingSite {
	margin: 0 auto 2rem;
	font-size: 0.875em;
	line-height: 1.375em;
}
.streamingSite th {
	white-space: nowrap;
	background: rgba(255,255,255,.875);
}
.streamingSite th,
.streamingSite td {
	padding: 1em;
}
.streamingSite td {
	background: rgba(255,255,255,.625);
}
.streamingSite thead th,
.streamingSite thead th img {
	width: 220px;
}
.streamingSite tbody th {
	width: 8em;
}
.streamingSite thead td {
	background: none;
}
.streamingSite td .capsL {
	font-size: 2em;
	line-height: 1;
}
.streamingSite td .capsS {
	font-size: 0.875em;
	line-height: 1;
}

.enterTitle {
	font-size: 1.375em;
	text-align: center;
	background: #f0f0f0;
	padding: 0.375em;
	margin: 0 0 0.5em;
}
.enterTxt {
	font-size: 1em;
	line-height: 1.75em;
	margin: 0 0 0.5em;
	padding: 0.5em 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.enterTxt + .enterTxt {
	border-top: dashed 1px #ccc;
}
.enterTxt span {
	margin: 0 1.5em 0 0;
}
.enterTxt + .enterTitle {
	margin-top: 1.5em;
}

.soldoutWrap {
	position: relative;
}
.soldout {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-25%) rotate(-10deg);
	background: #000;
	color: #db2229;
	font-size: 0.875em;
	line-height: 1;
	padding: 0.25em 0.75em;
}
.tokuten {
	width: 11em;
	display: block;
	transform: rotate(-5deg);
	background: #000;
	color: #db2229;
	font-size: 0.875em;
	line-height: 1;
	padding: 0.25em 0 0.375em;
	margin: 0 auto;
}

.goodsWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto 3rem;
}
.goodsItem {
	margin: 0 1rem 1.5rem;
}
.goodsItem figcaption {
	margin: 0 auto;
}
.goodsName {
	font-size: 1.375em;
	line-height: 1.375;
	margin: 0.5em auto 0.5em;
	font-weight: 900;
}
.goodsTxt {
	font-size: 1.125em;
	line-height: 1.25;
	text-align: left;
	display: inline-block;
	margin: 0 auto;
}
.goodsTxt .capsL {
	font-size: 1.375em;
}
.reBtn {
	display: inline-block;
	font-size: 1.5em;
	line-height: 1.375;
	margin: 0 auto;
	cursor: pointer;
	background: #fff;
	box-shadow: 4px 4px 0 0 #000;
}
.reBtn:hover {
	tansform: translate(2px, 2px)
}
#modal {
	display: none;
}
.modalWrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: rgba(0, 0, 0, .9);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
	pointer-events: none;
	opacity: 0;
}
#modal:checked ~ .modalWrap {
	opacity: 1;
	pointer-events: auto;
}
.modalBg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1;
}
.modalBox {
	background: #fff;
	width: 800px;
	max-width: 90%;
	max-height: 80vh;
	overflow-y: auto;
	padding: 1.5rem 3rem;
	position: relative;
	z-index: 100;
}
.modalTitle {
	font-size: 1.5em;
	line-height: 1.375;
	margin: 0 auto 0.75em;
	padding: 0.75em;
	background: #000;
	color: #fff;
}
.modalTxt {
	font-size: 0.875em;
	line-height: 1.75;
	text-align: justify;
	font-weight: 500;
	margin: 0 0 0.75em;
}
.reStream {
	padding: 1em 1.5em 1.125em;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	margin: 1em auto;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
}
.btnClose {
	max-width: 8em;
	margin: 1.5em auto 0;
}

/* !footer */
/* --------------------------- */
.gFooter {
	background: #212121;
	color: #fff;
	padding: 1.25em;
}
.copyright {
	font-size: 1.1875em;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	margin: 0;
}
.copyright b {
	font-size: 1.375em;
	vertical-align: -0.1em;
}

/* !animation */
/* --------------------------- */
.sitelogoImg,
.eventTitle,
.eventDate,
.eventPlace,
.artistName,
.eventAdditional,
.goodsBnr {
	opacity: 0;
	transition: all 0.4s ease;
}
.loaded .sitelogoImg,
.loaded .eventTitle,
.loaded .eventDate,
.loaded .eventPlace,
.loaded .artistName,
.loaded .eventAdditional,
.loaded .goodsBnr {
	opacity: 1;
}

.sitelogoImg {
	transition: all 0.6s cubic-bezier(.21,1.82,.16,.67) 0.2s;
	transform: translate(-50%, 33%);
}
.loaded .sitelogoImg {
	transform: translate(0, 0);
}
.eventTitle,
.eventDate,
.eventPlace,
.eventAdditional,
.goodsBnr {
	transition: all 0.4s cubic-bezier(.21,1.82,.16,.67) 0.8s;
	transform: scale(1.25);
}
.loaded .eventTitle,
.loaded .eventDate,
.loaded .eventPlace,
.loaded .eventAdditional {
	transform: scale(1);
}
.eventDate {
	transition-delay: 1.2s;
}
.eventPlace {
	transition-delay: 1.6s;
}
.eventAdditional {
	transition-delay: 2.6s;
	transform: scale(1.25) rotate(5deg);
}
.loaded .eventAdditional {
	transform: scale(1) rotate(-5deg);
}
.goodsBnr {
	transition-delay: 3.2s;
	transform: scale(1.25) rotate(-5deg);
}
.loaded .goodsBnr {
	transform: scale(1) rotate(0);
}
.artistName {
	transform: translateY(1em);
}
.loaded .artistName {
	transform: translateY(0);
	transition-delay: 4.0s;
}

/* !sp */
/* --------------------------- */
@media screen and (max-width:480px) {
	/* !sp common */
	/* --------------------------- */
	.floatLeft,
	.floatRight,
	.alignleft,
	.alignright {
		display: block;
		text-align: center;
		float: none;
		margin: 16px auto;
	}
	.nosp {
		display: none;
	}
	.sp {
		display: block;
	}
	.flexCont {
		display: block;
	}
	/* !sp layout */
	/* --------------------------- */
	body {
		font-size: 3vw;
	}
	header {
	}
	main {
		padding: 0;
	}
	.wrap {
		width: 100vw;
		max-width: 100%;
		padding: 1em 0 8rem;
		min-height: 100vh;
		overflow: hidden;
	}
	.sitelogo {
	}
	.eventDate, .eventPlace {
		max-width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.eventCatch {
		font-size: 1.625em;
		line-height: 1.5em;
	}
	.bnrWrap {
		flex-wrap: wrap;
	}
	.bnrWrap a {
		max-width: 45%;
		margin: 0 auto 1.5em;
	}
	.comingsoon::before {
		width: 100px;
		height: 27px;
		top: 0;
		left: 50%;
		transform: translate(-160%, -24%) rotate(-17.5deg);
	}
	.goodsBox {
		padding: 1em 0;
	}
	.goodsLink {
		display: block;
	}
	.goodsStoreInfo {
		width: 90vw;
		margin: 0 auto 2rem;
	}
	.goodsStoreInfo dt {
		font-size: 1.625em;
	}
	.tableWrap {
		overflow-x: scroll;
	}
	.streamingSite tbody th {
		position: sticky;
		left: 0;
	}
	.streamingSite thead th img {
		width: 24vw;
	}
	.enterTitle {
		font-size: 1.25em;
		line-height: 1.375em;
	}
	.enterTxt {
		font-size: 0.875em;
	}
	.enterTxt span {
		margin: 0 auto;
		text-align: center;
	}
	.covidWrap {
		max-width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.titleImgTwo {
		width: auto;
		height: 4rem;
	}
	.rampageName {
		max-width: 90%;
	}
	.mcName {
		max-width: 40%;
	}
	.modalBox {
		padding: 1rem 1.5rem;
	}
}
