@charset "UTF-8";

/* ---------------------------------------------------
	marquee
---------------------------------------------------- */
.marquee {
	background: rgb(var(--bgColor));
	padding: 2em 0;
}

.marquee__item {
	margin-right: 0.5em;
	color: rgb(var(--marquee));
	font-family: var(--krona);
	font-size: 3.82609vw;
	font-weight: 400;
	font-style: normal;
	white-space: nowrap;
	flex-shrink: 0;
}

/* slick.js 用の追加スタイル */
.marquee .slick-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.marquee .slick-track {
	display: flex;
}

@media screen and (max-width: 768px) {
	.marquee__item {
		font-size: 8vw;
	}
}

/* ---------------------------------------------------
	section
---------------------------------------------------- */
.section {
	padding-top: 8.34783vw;
}

.section__title {
	margin-bottom: 1em;
	line-height: 1;
	font-family: var(--krona);
	font-size: 3.04348vw;
	font-weight: 400;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.section {
		padding-top: 13.33333vw;
	}

	.section__title {
		line-height: 1.25;
		font-size: 10.66667vw;
	}
}

/* ---------------------------------------------------
	about
---------------------------------------------------- */
.about {
	background: rgb(var(--bgColor));
	padding-top: 8.34783vw;
}

.about__text {
	text-align: center;
}

.about__text .text.jp {
	font-size: 18px;
}

.about__text .text.en {
	font-size: 17px;
}

@media screen and (max-width: 768px) {
	.about {
		padding-top: 13.33333vw;
	}

	.about__text {
		padding: 0 6.4vw;
	}

	.about__text .text.jp,
	.about__text .text.en {
		font-size: 4.53333vw;
		letter-spacing: -0.005em;
	}
}

/* ---------------------------------------------------
	lineup
---------------------------------------------------- */
.lineup {
	background: rgb(var(--bgColor));
	position: relative;
}

.lineup__list {
	display: flex;
	flex-wrap: wrap;
}

.lineup__list--item {
	width: 25%;
	height: 25vw;
	overflow: hidden;
	position: relative;
}

.lineup__list--item a {
	color: rgb(var(--wht));
}

.lineup__list--item .inner {
	background: url(../img/lineupBg.webp) center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.lineup__list--item .images::before {
	background: rgba(var(--blk), 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.lineup__list--item .details {
	line-height: 1.2;
	font-family: var(--krona);
	display: flex;
	flex-direction: column-reverse;
	position: absolute;
	bottom: 0.95652vw;
	left: 1.39130vw;
	z-index: 2;
}

.lineup__list--item .details__name {
	font-size: 16px;
}

.lineup__list--item .details__date {
	font-size: 28px;
	letter-spacing: -0.005em;
}

.lineup__list+.note {
	position: absolute;
	right: 1em;
	bottom: -2.5em;
	z-index: 2;
}

.lineup__list+.note li {
	padding-left: 1em;
}

.lineup__list+.note li::before {
	content: "*";
}

@media screen and (max-width: 768px) {
	.lineup__list--item {
		width: 50%;
		height: 50vw;
	}

	.lineup__list--item .details__name {
		font-size: 2.93333vw;
	}

	.lineup__list--item .details__date {
		font-size: 4.8vw;
	}

	.lineup__list+.note {
		right: 0.5em;
		bottom: -2em;
	}
}

/* ---------------------------------------------------
	live
---------------------------------------------------- */
.live {
	padding-right: 50px;
	padding-bottom: 8.34783vw;
	padding-left: 50px;
	height: auto;
}

.live .overlay {
	background: rgba(var(--blk), 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.live__title {
	position: relative;
	z-index: 2;
}

.live__title .date {
	margin-top: 1em;
	font-size: 2vw;
	display: block;
}

.live__list {
	margin: 0 auto;
	max-width: 700px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.live__list.single {
	justify-content: center;
}

.live__list--item {
	margin-bottom: 4.34783vw;
	width: calc((100% - 14.28571%) / 2);
	height: 100%;
	overflow: hidden;
}

.live__images {
	margin-bottom: 1em;
}

.live__artist--name {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.live__artist--profile {
	margin-top: 0.5em;
	font-size: 16px;
}

/* special */
.live .special {
	margin-bottom: 8.34783vw;
	position: relative;
	z-index: 2;
}

.live .special .live__list {
	max-width: 1200px;
}

.live .special .live__list--item {
	width: 47.5%;
	text-align: center;
}

.live .special .live__list--item .live__date {
	line-height: 1.5;
	font-size: 28px;
}

@media screen and (max-width: 768px) {
	.live {
		padding-right: 6.4vw;
		padding-bottom: 13.33333vw;
		padding-left: 6.4vw;
	}

	.live__title .date {
		font-size: 5.33333vw;
	}

	.live__list {
		width: 100%;
		display: block;
	}

	.live__list--item {
		margin-bottom: 2em;
		width: 100%;
	}

	.live__list--item:not(:nth-child(even)) {
		margin-right: 0;
	}

	.live__artist--name {
		font-size: 7.46667vw;
	}

	.live__artist--profile {
		margin-top: 0.5em;
		font-size: 4.26667vw;
	}

	/* special */
	.live .special {
		margin-bottom: 13.33333vw;
	}

	.live .special .live__list--item {
		width: 100%;
	}

	.live .special .live__list--item .live__date {
		font-size: 5.33333vw;
	}
}

/* ---------------------------------------------------
	location
---------------------------------------------------- */
.location {
	background: rgb(var(--bgColor));
	display: flex;
}

.location__images {
	width: 50%;
}

.location__contents {
	width: 50%;
	font-size: 17px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.location__contents .logo {
	margin-bottom: 2em;
	width: 16.01963vw;
}

@media screen and (max-width: 768px) {
	.location {
		background: rgb(var(--bgColor));
		display: block;
	}

	.location__images {
		width: 100%;
	}

	.location__contents {
		width: 100%;
		height: 100vw;
		font-size: 4.53333vw;
	}

	.location__contents .logo {
		width: 49.12685%;
	}
}

/* ---------------------------------------------------
	pickup
---------------------------------------------------- */
.pickup {
	background: url(../img/bgMain.webp) center top no-repeat;
	background-size: cover;
	padding-right: 50px;
	padding-bottom: 8.34783vw;
	padding-left: 50px;
}

.pickup__contents {
	margin: 0 auto 4em;
	max-width: 783px;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto auto 1fr;
}

.pickup__contents--title {
	line-height: 1;
	font-family: var(--krona);
	font-size: 28px;
	grid-column: 1/2;
	grid-row: 1/2;
}

.pickup__contents--price {
	margin: 1em 0;
	font-size: 20px;
	grid-column: 1/2;
	grid-row: 2/3;
}

.pickup__contents--images {
	padding-left: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column: 2/3;
	/* grid-row: 1/5; */
	grid-row: 1/4;
}

.pickup__contents--text {
	margin-bottom: 2em;
	padding-right: 2em;
	font-size: 15px;
	grid-column: 1/2;
	grid-row: 3/4;
}

.pickup__contents--text .text {
	margin-bottom: 1em;
}

.pickup__contents--list {
	font-size: 15px;
	grid-column: 1/2;
	/* grid-row: 4/5; */
	grid-row: 3/4;
}

@media screen and (max-width: 768px) {
	.pickup {
		background-image: url(../img/bgMain_sp.webp);
		padding-right: 0;
		padding-bottom: 13.33333vw;
		padding-left: 0;
	}

	.pickup__contents {
		margin-bottom: 2em;
		padding: 0 6.4vw;
		width: 100%;
		display: block;
		text-align: center;
	}

	.pickup__contents--title {
		font-size: 7.46667vw;
	}

	.pickup__contents--price {
		font-size: 5.33333vw;
		letter-spacing: -0.005em;
	}

	.pickup__contents--images {
		padding: 0 0 1em;
	}

	.pickup__contents--text {
		margin-bottom: 2em;
		padding-right: 0;
		font-size: 4vw;
		text-align: left;
	}

	.pickup__contents--list {
		font-size: 4vw;
		text-align: left;
	}

	.pickup .linkBtn {
		padding: 0 6.4vw;
	}
}

/* ---------------------------------------------------
	gallery
---------------------------------------------------- */
.gallery {
	background: rgb(var(--bgColor));
	padding-right: 50px;
	padding-bottom: 8.34783vw;
	padding-left: 50px;
}

.gallery__list {
	margin: 0 auto;
	width: 82.6087%;
	columns: 3;
}

.gallery__list--item {
	margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.gallery {
		padding-right: 6.4vw;
		padding-bottom: 13.33333vw;
		padding-left: 6.4vw;
	}

	.gallery__list {
		width: 100%;
		columns: 2;
	}
}