@charset "UTF-8";

:root{
	--color-primary: #191919;
	--color-primary-rgb: 25,25,25;
	--color-primary-contrast: #fff;
	--color-primary-contrast-rgb: 255,255,255;
	--color-gray: #212121;
	--color-gray-rgb: 33,33,33;
	--color-day1: #ff3f3e;
	--color-day1-rgb: 255,63,62;
	--color-day2: #00a99b;
	--color-day2-rgb: 0,169,155;
	--color-day3: #9a00f4;
	--color-day3-rgb: 154,0,244;
	--transition-default: all 0.4s ease; 
}


/* !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-variant-ligatures:none;
	font-variant-ligatures:none;
}
body {
	color: var(--color-primary);
	overflow-x: hidden;
	position: relative;
	text-align: center;
	width: 100vw;
}
body::after {
	content: "";
	display: block;	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background : linear-gradient(90deg, rgba(255, 255, 0, 1) 0%, rgba(135, 237, 109, 1) 50%, rgba(0, 213, 213, 1) 100%);
	z-index: -100;
	pointer-events: none;
	animation: heartBeat 10.0s linear infinite;
}
@keyframes heartBeat {
	0%{transform: scale(1); transform-origin: left;}
	50%{transform: scale(5); transform-origin: right;}
	100%{transform: scale(1);}
}
* {
	box-sizing: border-box;
}
a,
a img {
	color: var(--color-primary-contrast);
	transition: var(--transition-default);
}
a img {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:visited {
	color: rgba(var(--color-primary-contrast-rgb), .875);
}
a:hover {
	color: var(--color-accent);
	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(var(--color-primary-contrast-rgb),0) 0%, rgba(var(--color-primary-contrast-rgb),.5) 50%, rgba(var(--color-primary-contrast-rgb),0) 100%);
	margin: 5rem auto;
	clear: both;
}
.btn,
.btn:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	border: solid 1px var(--color-primary-contrast);
	padding: 0.5em 1em;
	color: var(--color-primary-contrast);
	background: var(--color-primary);
}
.btn:hover {
	background: var(--color-primary);
	border-color:  var(--color-primary);
	color: var(--color-primary-contrast);
}
label.btn {
	transition: var(--transition-default);
	cursor: pointer;
}

/* 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-r, body {font-family: 'Noto Sans JP', sans-serif; font-weight: 500;}
.wf-noto-m, b {font-family: 'Noto Sans JP', sans-serif; font-weight: 600;}
.wf-noto-b, strong {font-family: 'Noto Sans JP', sans-serif; font-weight: 700;}
.wf-noto-bk, strong, h1, h2, h3, h4, h5, h6 {font-family: 'Noto Sans JP', sans-serif; font-weight: 900;}

.txtSdw {
	text-shadow: 0 0 40px rgba(var(--color-primary-rgb),.9),0 0 30px rgba(var(--color-primary-rgb),.9),0 0 20px rgba(var(--color-primary-rgb),.9),0 0 10px rgba(var(--color-primary-rgb),.9);
}
.txtSdwMin {
	text-shadow: 0 0 20px rgba(var(--color-primary-rgb),.9),0 0 15px rgba(var(--color-primary-rgb),.9),0 0 10px rgba(var(--color-primary-rgb),.9),0 0 5px rgba(var(--color-primary-rgb),.9);
}
.capsS {
	font-size: 0.8em;
}
.shadow {
	filter: drop-shadow(0 0 20px rgba(var(--color-primary-rgb), .875));
}
/* !layout */
/* --------------------------- */


/* !header */
/* --------------------------- */
.gHeader {
	width: 100vw;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding-top: 2.5vh;
}
.siteTitle {
	margin: auto auto 4vh;
	order: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.siteTitle img {
	width: auto;
	height: 13.85vh;
	transform: translateX(30%);
	transition: all 0.3s cubic-bezier(.21,1.82,.16,.67) 0.7s;
	opacity: 0;
}
.siteTitle img:first-of-type {
	height: 20.75vh;
	margin-bottom: 1.6vh;
	transform: translateX(-30%);
	transition: all 0.3s cubic-bezier(.21,1.82,.16,.67) 0.4s;
}
.siteTitle img:last-of-type {
	height: 13.85vh;
	margin-top: 1.6vh;
	transform: translateX(-30%);
	transition: all 0.3s cubic-bezier(.21,1.82,.16,.67) 1.1s;
}
.loaded .siteTitle img {
	opacity: 1;
	transform: translateX(0);
}
.headerCatch {
	order: 1;
	margin: auto auto 3vh;
	height: 16vh;
	opacity: 0;
	transform: translateY(-100%);
	transition: all 0.3s cubic-bezier(.21,1.82,.16,.67) 1.6s;
}
.loaded .headerCatch {
	opacity: 1;
	transform: translateY(0);
}
.headerCatch img {
	width: auto;
	height: 100%;
}
.headerBnrWrap {
	order: 3;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 2.5vh auto 5vh;
	opacity: 0;
	transition: all 0.3s cubic-bezier(.21,1.82,.16,.67) 2.6s;
	transform: translateY(2rem);
}
.loaded .headerBnrWrap {
	opacity: 1;
	transform: translateY(0);
}
.headerBnrWrap .headerBnr,
.headerBnrWrap .headerBnr:visited {
	font-size: 2em;
	line-height: 1.25;
	font-weight: 900;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 440px;
	margin: 0 1rem;
	padding: 0.5em 0 0.5em;
	max-width: 45vw;
	color: var(--color-gray);
	text-decoration: none;
	border: solid 8px var(--color-primary-contrast);
	border-radius: 2.5rem;
	position: relative;
}
.headerBnrWrap .headerBnr:hover {
	background: yellow;
}
.headerBnrWrap .headerBnr>img {
	margin-bottom: 0.25em;
	pointer-events: none;
}
.headerBnrWrap .headerBnr:hover>img {
	transform: scale(1.075);
}
.headerBnrWrap .headerBnr:hover img {
	opacity: 1;
}
.headerBnrWrap .headerBnr::after {
	content: "";
	display: block;
	width: 50px;
	height: 25px;
	background-color: var(--color-gray);
	clip-path: polygon(50% 25px, 0% 0%, 50px 0%);
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -25%);
}
.iconNew {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.2rem;
	height: 3.2rem;
	background : yellow;
	border-radius: 50%;
	margin-right: -3.2rem;
	margin-left: 0.5rem;
	transform: translate(-50%, -50%) rotate(10deg);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}
.iconNew img {
	width: 80%;
}
.headerInfo {
	background: var(--color-primary-contrast);
	margin: auto 0 0;
	width: 100%;
	order: 4;
	padding: 2.85vh 0 2vh;
	opacity: 0;
	transition: all 0.2s ease-in 2.2s;
}
.loaded .headerInfo {
	opacity: 1;
}
.headerSchedule,
.headerHall,
.headerTime {
	opacity: 0;
	transition: all 0.3s cubic-bezier(.21,1.82,.16,.67) 2.6s;
	transform: translateY(3rem);
}
.loaded .headerSchedule,
.loaded .headerHall,
.loaded .headerTime {
	opacity: 1;
	transform: translateY(0);
}
.headerSchedule {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 0 auto 2vh;
}
.headerSchedule img {
	width: auto;
	height: 5.5vh;
}
.headerSchedule img:last-of-type {
	height: 6.6vh;
	margin: 0 0 0 1.5vh;
	transform: translateY(1vh);
}
.headerHall {
	margin: 0 auto 1.5vh;
	font-size: 4.75vh;
	line-height: 1;
	font-weight: 900;
}
.headerTime {
	font-size: 2.85vh;
	line-height: 1;
	font-weight: 700;
	margin: 0 auto;
}
.headerTime img {
	width: auto;
	height: 3.8vh;
	display: inline-block;
	transform: translateY(0.625vh);
	margin-right: 1vh;
}

/* !content */
/* --------------------------- */
main {
	padding: 2rem 0;
}
.content {
	width: 1280px;
	max-width: 94%;
	margin: 0 auto 2rem;
	padding: 3rem 3.75rem 1.5rem;
	position: relative;
}
.content::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--color-primary-contrast);
	z-index: -1;
	border-radius: 4.3125rem;
}
.contTitle {
	margin: 0 auto 1.25em;
	font-size: 2.5em;
	line-height: 1.5;
}
.contTitle span {
	display: block;
}
.day1 .contTitle {
	color: var(--color-day1);
}
.day2 .contTitle {
	color: var(--color-day2);
}
.day3 .contTitle {
	color: var(--color-day3);
}
.contTitle span:first-of-type::after {
	content: "";
	display: block;
	width: 7em;
	height: 3px;
	border-radius: 2px;
	background: var(--color-primary);
	margin: 0.45em auto;
}
.artistTime {
	font-size: 0.5em;
	color: var(--color-gray);
	margin-bottom: 1.5em;
	font-weight: 700;
}
.contTitle span.artistTime .capsS {
	display: inline-block;
}
.contTitle span.artistTime::after,
.contTitle span.artistTime .capsS::after {
	display: none;
}
.contBody.andmoreOnly {
	min-height: 20vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.artistWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
}
.artistBox {
	margin: 0 auto 4.5rem;
	position: relative;
	pointer-events: none;
}
.day1 .artistBox,
.day2 .artistBox,
.day3 .artistBox {
	width: 450px;
	max-width: 45%;
}
.day1 .artistBox>img,
.day2 .artistBox>img,
.day3 .artistBox>img {
	width: 450px;
	height: 350px;
	object-fit: contain;
}
.artistBox small {
	font-size: 0.75rem;
	text-align: right;
	display: block;
	position: absolute;
}
.artistBox.bullettrain small {
	right: 0;
	translate: 0 -1.5em;
}
.artistBox.andteam small {
	right: 9em;
	translate: 0 0.25em;
}
.artistBox figcaption {
	margin: 0.75em 0 0;
	position: relative;
	font-size: 2em;
	line-height: 1;
	font-weight: 900;
}
.artistBox.perfume {
	padding-top: 9px;
}
.artistBox.perfume figcaption {
	margin-top: calc( 0.75em + 9px );
}
.artistBox figcaption .capsS {
	font-size: 0.7em;
	line-height: 1.25;
	font-weight: 700;
	display: inline-block;
	margin-top: 0.25em;
}
.mc .artistWrap {
	max-width: 80%;
	justify-content: center;
}
.mc .artistWrap .artistBox {
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}
.mc .artistBox figcaption,
.artistOpening +  .artistBox figcaption {
	font-size: 1.5em;
	font-weight: 700;
}
.mc .artistBox figcaption .capsS {
	font-size: 0.6em;
}
.artistBox .new {
	display: inline-block;
	background: var(--color-accent-second);
	color: var(--color-primary);
	padding: 0.25em 0.75em 0.375em;
	font-size: 0.75em;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0.75em;
	transform: translateY(-50%);
}
.artistOpening {
	font-size: 1.875em;
	line-height: 1;
	margin: 0 auto 1.13em;
	color: var(--color-day1);
}
.day2 .artistOpening {
	color: var(--color-day2);
}
.artistNotice {
	text-align: right;
}
.andmore {
	font-size: 1.5em;
	line-height: 1;
	margin: 0 auto 3em;
	transform: translateY(50%);
	font-weight: 700;
}
.cs {
	font-size: 2em;
	font-weight: 500;
	margin: 0 auto;
}

.ticketPrice {
	font-size: 1.875em;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 auto 1.4em;
}
.ticketPrice .capsL {
	font-size: 2em;
	font-weight: 900;
	vertical-align: -0.1em;
}
.ticketPrice .capsS {
	font-size: 0.666em;
	vertical-align: -0.275em;
}
.ticketPgTitle {
	font-size: 1.875em;
	line-height: 1;
	font-weight: 700;
	margin: 0 auto 1em;
	background: var(--color-primary);
	color: var(--color-primary-contrast);
	padding: 0.5em 1em 0.625em;
	width: 800px;
	max-width: 90%;
}
.ticketSchedule {
	font-size: 1.875em;
	line-height: 1.5;
	font-weight: 700;
	margin: 0 auto;
}
.bnrWrap {
	margin: 1rem auto 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.bnrBtn {
	display: inline-block;
	position: relative;
	padding: 0.75rem;
	/* border-radius: 1.75rem; */
	overflow: hidden;
	margin: 0 1rem;
}
.bnrBtn:hover img {
	opacity: 1;
}
.bnrBtn::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background : linear-gradient(90deg, rgba(255, 255, 0, 1) 0%, rgba(135, 237, 109, 1) 50%, rgba(0, 213, 213, 1) 100%);
	transition: var(--transition-default);
	transform-origin: left;
}
.bnrBtn:hover::before {
	transform: scaleX(2);
}
.bnrBtn img {
	/* border-radius: 1rem; */
	overflow: hidden;
}
.ticketFc {
	font-weight: 600;
	margin-bottom: 0.5em;
}
.ticketFc + .ticketSchedule {
	margin-bottom: 1.5em;
}

.streamScheduleWrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	margin: 0 auto 3rem;
	gap: 3rem;
}
.streamScheduleWrap .ticketSchedule {
	margin-inline: 0;
}
.streamScheduleWrap img {
	width: 9rem;
	display: block;
	margin: 0 auto 0.5rem;
}
.streamNotes {
	display: inline-block;
	font-size: 0.875em;
	line-height: 1.75;
	text-align: left;
	margin: -3rem auto 3rem;
}


ul.notesList {
	width: 880px;
	max-width: 90%;
	margin: 0 auto 1.5em;
	font-size: 1em;
	line-height: 1.75;
	text-align: justify;
}
ul.notesList li {
	margin: 0 0 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
ul.notesList li::before {
	content: "※";
}

.notesGoods {
	border: solid 2px var(--color-primary);
	border-radius: 1rem;
	margin: 0 auto 3rem;
	width: 880px;
	max-width: 90%;
	padding: 1rem 2.5rem 0;
}
.notesGoodsTitle {
	font-size: 1.375em;
	line-height: 1.375;
	margin: 0 auto 1em;
	padding-bottom: 0.625em;
	border-bottom: solid 1px var(--color-primary);
}
.notesGoodsCatch {
	font-size: 1.25em;
	font-weight: 700;
	margin: 0 auto 0.5em;
}
.notesGoodsTxt {
	font-size: 1em;
	line-height: 1.75;
	text-align: justify;
	margin: 0 0 1em;
}
ul.notesList.notesGoodsList {
	display: inline-block;
	width: auto;
}
ul.notesList.notesGoodsList li::before {
	content: "●";
}

.contactTitle {
	font-size: 1.875em;
	line-height: 1;
	font-weight: 700;
	margin: 0 auto 1em;
	width: 17.3em;
	max-width: 90%;
	border: solid 3px var(--color-primary);
	padding: 0.25em 0 0.375em;
	border-radius: 3em;
}
* + .contactTitle {
	margin-top: 1.666em;
}
.contactBody {
	font-size: 2.125em;
	line-height: 1.475;
	font-weight: 700;
	margin: 0 auto 0.5em;
}
.contactBody .capsS {
	font-size: 0.53em;
}
.contactTxt {
	font-size: 1em;
	line-height: 1.75;
	margin: 0 auto 1em;
}

.goodsWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.goodsItem {
	width: 32%;
	margin: 0 auto 3rem;
	background : linear-gradient(90deg, rgba(255, 255, 0, 1) 0%, rgba(135, 237, 109, 1) 50%, rgba(0, 213, 213, 1) 100%);
	border-radius: 2rem;
	padding: 0.5rem 1rem 1rem;
}
.goodsName {
	font-size: 1.625em;
	margin: 0 auto 0.5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 2.5em;
}
.goodsImg img {
	width: 100%;
	border-radius: 1rem;
}
.goodsTxt {
	font-size: 0.875em;
	line-height: 1.5;
	text-align: left;
	margin: 0.5em auto 0;
}
.goodsPrice {
	font-size: 2em;
	line-height: 1;
	text-align: right;
	margin: 0;
}
.goodsPrice .capsS {
	font-size: 0.5em;
}
.goodsNotice {
	width: 100%;
	font-size: 0.875em;
	line-height: 1.375;
	margin: 0 auto;
}

/* !footer */
/* --------------------------- */
.gFooter {
	background: var(--color-gray);
	color: var(--color-primary-contrast);
	padding: 1.5em 1.25em 1.25em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyright {
	font-size: 1.125em;
	margin: 0 0.75em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyright .capsL {
	font-size: 1.388em;
}

/* !animation */
/* --------------------------- */
.invisible {
	opacity: 0;
	transform: scale(0.8);
}
.visible {
	transition: all 0.8s cubic-bezier(.21,1.82,.16,.67);
	opacity: 1;
	transform: scale(1);
}


/* !sp */
/* --------------------------- */
@media screen and (max-width:767px) {
	/* !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 */
	/* --------------------------- */
	html {
		font-size: 4vw;
	}
	/* !sp header */
	/* --------------------------- */
	.gHeader {
		min-height: 80lvh;
	}
	.siteTitle {
		height: auto;
		margin-bottom: 3rem;
		gap: 1rem;
	}
	.siteTitle img {
		height: 3rem;
	}
	.siteTitle img:first-of-type {
		height: 7rem;
	}
	.siteTitle img:last-of-type {
		height: 5rem;
	}
	.headerCatch {
		max-width: 96vw;
		margin-bottom: 2rem;
	}
	.headerInfo {
		padding: 1.5rem 0 1rem;
	}
	.headerSchedule {
		flex-direction: column;
		margin-bottom: 1.5rem;
	}
	.headerSchedule img {
		width: 90vw;
		height: auto;
		margin: 0 auto 0.5rem;
	}
	.headerSchedule img:last-of-type {
		width: 36vw;
		height: auto;
		margin: 0 auto;
	}
	.headerHall {
		font-size: 2rem;
		margin-bottom: 0;
	}
	.headerTime {
		line-height: 2;
	}
	.headerBnrWrap {
		flex-direction: column;
	}
	.headerBnrWrap .headerBnr {
		max-width: 85vw;
		margin: 0 auto 1.5rem;
		font-size: 1.375em;
	}
	.headerBnrWrap .headerBnr>img {
		width: auto;
		height: 10vw;
	}
	.content {
		padding: 1.5rem 1.5rem 1rem;
	}
	.content::before {
		border-radius: 2.5rem;
	}
	.artistWrap {
		display: block;
	}
	.day1 .artistBox,
	.day2 .artistBox,
	.day3 .artistBox {
		max-width: 90%;
	}
	.day1 .artistBox>img,
	.day2 .artistBox>img,
	.day3 .artistBox>img {
		width: 100%;
		height: auto;
	}
	.day1 .artistBox.phV>img,
	.day2 .artistBox.phV>img,
	.day3 .artistBox.phV>img {
		width: 66%;
	}
	.artistBox small {
		position: relative;
		margin: 0.25em 0 0.5em;
	}
	.artistBox.bullettrain small,
	.artistBox.andteam small {
		right: auto;
		translate: 0 0;
	}
	.artistBox.andteam small {
		margin-right: 4em;
	}
	.artistOpening +  .artistBox {
		max-width: 50%;
	}
	.day2 .artistOpening +  .artistBox {
		max-width: 66%;
	}
	.artistBox figcaption {
		margin-top: 0.375em;
	}
	.mc .contBody > .artistBox {
		max-width: 90%;
	}
	.mc .artistWrap {
		max-width: 70%;
	}
	.ticketPrice {
		font-size: 1.5em;
	}
	.ticketPgTitle {
		font-size: 1.3125em;
	}
	.ticketSchedule {
		font-size: 1.5em;
	}
	.streamNotes {
		font-size: 0.75em;
		margin-top: -1.5rem;
	}
	.bnrBtn + .bnrBtn {
		margin-top: 2rem;
	}
	ul.notesList {
		max-width: 100%;
		font-size: 0.875em;
		line-height: 1.666;
	}
	.notesGoods {
		padding: 1rem 1rem 0;
		max-width: 100%;
	}
	.notesGoodsTxt {
		font-size: 0.875em;
	}
	.contactTitle {
		font-size: 1.25em;
	}
	.contactBody {
		font-size: 1.75em;
	}
	.contactBody .capsS {
		display: block;
		margin-top: 0;
	}
	.contactTxt {
		font-size: 0.875em;
	}
	.goodsItem {
		width: 100%;
	}
	.goodsName {
		font-size: 1.5em;
		min-height: 1.5em;
		white-space: nowrap;
	}
	.gFooter {
		flex-direction: column;
	}
	.copyright {
		margin: 0 auto 1rem;
	}
}
