@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: #8d7174;
	border-color: #8d7174;
	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; }
.wf-black-ops-one, .contTitle {font-family: 'Black Ops One'}

.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 */
/* --------------------------- */

/* !header */
/* --------------------------- */
.heroImg {
	margin: 0 auto 7.5rem;
	position: relative;
	padding: 3rem 0;
}
.sitelogo {
	font-size: 1;
	line-height: 1;
	margin: 0 auto 1.5rem;
	position: relative;
	z-index: 100;
	opacity: 0;
	scale: 2;
	transition: opacity 0.4s ease 0.6s, scale 0.2s ease 0.6s;
}
.loaded .sitelogo {
	opacity: 1;
	scale: 1;
}
.heroInk {
	position: absolute;
	top: 50%;
	left: 50%;
	mix-blend-mode: multiply;
	z-index: -1;
	width: 30vw;
	opacity: 0;
	scale: 2;
	transition: opacity 0.1s ease-out, scale 0.1s ease-out;
	&.ink01 {
		translate: -175% -150%;
	}
	&.ink02 {
		translate: 100% -100%;
		transition-delay: 0.1s;
	}
	&.ink03 {
		translate: -120% 50%;
		transition-delay: 0.05s;
	}
	&.ink04 {
		translate: 40% 20%;
		transition-delay: 0.1s;
	}
}
.loaded .heroInk {
	opacity: 1;
	scale: 1;
}
.eventDate {
	margin: 0 auto 1rem;
	translate: -6rem 0;
	rotate: -5deg;
	opacity: 0;
	transition: opacity 0.1s ease-out 1.0s, translate 0.3s ease-out 1.0s;
}
.loaded .eventDate {
	translate: -2rem -0.5rem;
	opacity: 1;
}
.eventPlace {
	margin: 0 auto 1rem;
	translate: 2rem 0;
	rotate: -5deg;
	opacity: 0;
	transition: opacity 0.1s ease-out 1.2s, translate 0.3s ease-out 1.2s;
}
.loaded .eventPlace {
	translate: 6rem -0.5rem;
	opacity: 1;
}
.eventCatch {
	font-size: 2em;
	line-height: 1.75em;
	font-weight: 900;
	margin: 2em auto;
	text-shadow: 0.125em 0.125em 0 rgba(0,0,0,.15);
	transform: skewY(-5deg);
}

.content {
	padding: 5rem 0;
}
.contTitle {
	font-size: 6rem;
	line-height: 1;
	margin: 0 auto 0.75em;
	position: relative;
	&::before {
		content: "";
		display: block;
		width: 240px;
		height: 240px;
		background: url('../imgs/ink_05.svg') center center no-repeat;
		background-size: 100% auto;
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		translate: -100% -50%;
		mix-blend-mode: multiply;
		transition: opacity 0.1s ease-out, scale 0.1s ease-out;
	}
	&.ticket::before {
		background-image: url('../imgs/ink_11.svg');
		translate: 25% -50%;
	}
	&.goods::before {
		background-image: url('../imgs/ink_12.svg');
		translate: -125% -50%;
	}
	&.x::before {
		background-image: url('../imgs/ink_09.svg');
		translate: -50% -50%;
	}
	&.invisible::before {
		opacity: 0;
		scale: 2;
	}
	&.visible::before {
		scale: 1;
		opacity: 1;
	}
}
.artistItem {
	position: relative;
	margin: 0 auto 4.5rem;
	width: fit-content;
	figcaption {
		font-size: 4em;
		margin: 0.375em auto 0;
	}
	.artistImg {
		margin-inline: auto;
		border: solid 6px #000;
		position: relative;
		z-index: 10;
		box-shadow: 15px 15px 0 #000;
	}
	&::before,
	&::after {
		content: "";
		display: block;
		width: 240px;
		height: 240px;
		background: url('../imgs/ink_09.svg') center center no-repeat;
		background-size: 100% auto;
		z-index: -1;
		position: absolute;
		bottom: 0;
		left: 0;
		translate: -50% 0;
		mix-blend-mode: multiply;
		transition: opacity 0.1s ease-out 0.4s, scale 0.1s ease-out 0.4s;
	}
	&::after {
		top: 0;
		right: 0;
		bottom: auto;
		left: auto;
		translate: 50% -50%;
		background-image: url('../imgs/ink_10.svg');
		transition-delay: 0;
	}
	&.invisible::before,
	&.invisible::after {
		opacity: 0;
		scale: 2;
		transition: opacity 0.1s ease-out, scale 0.1s ease-out;
	}
	&.visible::before,
	&.visible::after {
		opacity: 1;
		scale: 1;
	}
}
.contSubTitle {
	font-size: 2em;
	line-height: 1;
	font-weight: 900;
	background: #000;
	color: #fff;
	position: relative;
	width: fit-content;
	margin: 0 auto 1em;
	padding: 0.4em 2.5em 0.4375em;
	&::before,
	&::after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		left: 0;
	}
	&::before {
		top: 0.2em;
	}
	&::after {
		bottom: 0.2em;
	}
}

.mcTitle {
	font-size: 1.5em;
	line-height: 1;
	margin: 0 auto 0.75em;
}
.mcWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
}
.mcName {
	width: 5.5em;
	font-size: 2.5em;
	margin: 0;
}

.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;
}

.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;
}
.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;
}

.backnumber {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3rem;
	margin: 0 auto 3rem;
	a {
		max-width: 33%;
	}
}

/* !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;
}


/* !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: 3.5vw;
	}
	main {
		padding: 0;
		max-width: 100vw;
		overflow-x: hidden;
	}
	.heroImg {
		padding: 4.5rem 0 0;
		margin: 0 auto 3rem;
	}
	.heroInk {
		width: 45vw;
		&.ink01 {
			translate: -125% -180%;
		}
		&.ink02 {
			translate: 50% -150%;
			transition-delay: 0.1s;
		}
		&.ink03 {
			translate: -120% 50%;
			transition-delay: 0.05s;
		}
		&.ink04 {
			translate: 40% 80%;
			transition-delay: 0.1s;
		}
	}
	.sitelogo {
		max-width: 100%;
	}
	.eventDate, .eventPlace {
		max-width: 82.5%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0.25rem;
	}
	.eventPlace {
		translate: 0rem 0.25rem;
	}
	.loaded .eventPlace {
		translate: 1.5rem 0;
	}
	.eventCatch {
		font-size: 1.575em;
		line-height: 1.5em;
	}
	.contTitle{
		font-size: 4.5em;
		&::before {
			width: 40vw;
			height: 40vw;
		}
	}
	.artistItem {
		width: 90%;
		figcaption {
			font-size: 2.5em;
			margin: 0.5em auto 0;
		}
		.artistImg {
			box-shadow: 8px 8px 0 #000;
		}
		&::before,
		&::after {
			width: 40vw;
			height: 40vw;
		}
	}
	.mcWrap {
		gap: 1rem;
	}
	.mcName {
		width: 6em;
		font-size: 2.25em;
	}
	.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%;
	}
	.backnumber {
		display: block;
		a {
			display: block;
			max-width: 80%;
			margin: 1.5rem auto;;
		}
	}
}
